/* WordPress integration, progressive enhancement and responsive refinements. */
html { scroll-padding-top: 110px; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #a46d24; outline-offset: 4px; }
[hidden] { display: none !important; }
.site-header { background: rgba(252,250,245,.95); }
body.admin-bar .site-header { top: 32px; }
body.admin-bar .skip-link { top: 42px; }
.skip-link { z-index: 100100; }
.eyebrow.dark, .service-category { color: #34746b; }
.hero-copy h1 em, .intro-kicker h2 em, .section-heading h2 em, .about-hero-copy h1 em { color: #398078; }
.shw-custom-logo img { width: auto; max-width: 260px; max-height: 62px; object-fit: contain; }
.shw-menu { list-style: none; display: flex; align-items: center; gap: 1.6rem; margin: 0; padding: 0; }
.shw-menu li { position: relative; margin: 0; }
.shw-menu a { text-decoration: none; color: var(--ink); font-size: .91rem; font-weight: 600; }
.shw-menu .current-menu-item > a { text-decoration: underline; text-underline-offset: .4rem; }
.shw-menu .sub-menu { display: none; position: absolute; left: 0; min-width: 220px; padding: .75rem; list-style: none; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.shw-menu li:hover > .sub-menu, .shw-menu li:focus-within > .sub-menu { display: block; }
.shw-menu .sub-menu a { display: block; padding: .5rem; }
.shw-standard-main { padding: 10rem 1.5rem 6rem; min-height: 70vh; }
.shw-standard-main h1 { font-size: clamp(2.8rem,7vw,5.8rem); }
.shw-standard-main h2 { font-size: clamp(2rem,4vw,3.3rem); }
.shw-standard-article { max-width: 940px; }
.shw-standard-article > h1 { margin-bottom: 2rem; }
.shw-full-width-main { padding-top: 110px; min-height: 70vh; }
.entry-content { overflow-wrap: anywhere; }
.entry-content p { margin-bottom: 1.25rem; }
.entry-content h2, .entry-content h3 { margin-top: 2rem; }
.entry-content h3 { font-size: 1.6rem; }
.entry-content .alignwide { max-width: 1180px; margin-inline: auto; }
.entry-content .alignfull { width: 100%; margin-inline: 0; }
.entry-content figure { max-width: 100%; }
.entry-content img { height: auto; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: .7rem; border: 1px solid var(--line); }
.shw-featured-image { width: 100%; height: auto; border-radius: 20px; margin-bottom: 2rem; }
.shw-post-card { padding: 2.3rem 0; border-bottom: 1px solid var(--line); }
.shw-post-card h2 a { text-decoration: none; }
.shw-comments { margin-top: 3rem; }
input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select { max-width: 100%; padding: .8rem; border: 1px solid var(--line); border-radius: 6px; }
input[type=submit], button[type=submit] { border: 0; border-radius: 6px; padding: .8rem 1.3rem; background: var(--forest); color: white; cursor: pointer; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { color: var(--ink-soft); font-size: .88rem; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.bypostauthor { border-left: 2px solid var(--gold); padding-left: 1rem; }
.footer-bottom { flex-wrap: wrap; }
.hero-shell > *, .about-hero-grid > *, .service-row > *, .visit-grid > * { min-width: 0; }
.hero-visual { width: 100%; }
.hours-list > div { gap: 1rem; }
.hours-list strong { text-align: right; }
body:not(.shw-nav-ready) .filter-row { display: none; }
@media (prefers-reduced-motion: no-preference) {
    .reveal.shw-reveal-pending { opacity: 0; transform: translateY(16px); }
    .reveal.shw-reveal-pending.is-visible { opacity: 1; transform: none; }
}
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 760px) {
    .shw-nav-ready .primary-nav { height: 100vh; height: 100dvh; overflow-y: auto; visibility: hidden; }
    .shw-nav-ready .primary-nav.open { visibility: visible; }
    .nav-toggle { min-width: 44px; min-height: 44px; }
    .nav-toggle[aria-expanded=true] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
    .nav-toggle[aria-expanded=true] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded=true] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
    .shw-menu { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
    .shw-menu a { display: block; padding: .8rem 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; border-bottom: 1px solid var(--line); }
    .shw-menu .sub-menu { display: block; position: static; box-shadow: none; border: 0; background: transparent; }
    .shw-menu .sub-menu a { font-size: 1.4rem; }
    .shw-custom-logo img { max-width: 230px; max-height: 48px; }
    body:not(.shw-nav-ready) .site-header { position: relative; }
    body:not(.shw-nav-ready) .nav-shell { flex-direction: column; gap: .5rem; }
    body:not(.shw-nav-ready) .primary-nav { position: static; height: auto; width: 100%; transform: none; visibility: visible; padding: 0; }
    body:not(.shw-nav-ready) .primary-nav > a { font-size: 1.2rem; padding: .5rem 0; }
    body:not(.shw-nav-ready) .nav-toggle { display: none; }
    body:not(.shw-nav-ready) .home-hero, body:not(.shw-nav-ready) .about-hero, body:not(.shw-nav-ready) .page-hero { padding-top: 3rem; }
    .service-row-topline { flex-wrap: wrap; }
    .service-row h2, .service-row-main p { overflow-wrap: anywhere; }
    .hours-list > div { flex-wrap: wrap; }
}
@media (max-width: 600px) { body.admin-bar .site-header { position: absolute; } }
@media (max-width: 360px) {
    .visit-card, .hours-card { padding: 1.4rem; }
    .hero-copy h1 { font-size: 3.5rem; }
}
/* Keep the circular badge clear of the viewport edge at medium desktop widths. */
@media (min-width: 761px) { .orbit-badge { right: -12px; } }

/* Services editor v1.1: pricing options and the editable wellness spotlight. */
.service-row { scroll-margin-top: 112px; }
.service-row-meta { width: 100%; min-width: 0; align-items: stretch; }
.shw-session-options { width: 100%; margin-bottom: 1rem; }
.shw-session-option { padding: .65rem 0; }
.shw-session-option + .shw-session-option { border-top: 1px solid var(--line); }
.shw-session-option > div { display: flex; align-items: baseline; justify-content: space-between; gap: .8rem; }
.shw-session-option span { font-size: .88rem; line-height: 1.5; overflow-wrap: anywhere; }
.shw-session-option strong { font-size: 1.2rem; color: var(--forest); line-height: 1.25; overflow-wrap: anywhere; }
.shw-option-book { display: inline-block; color: var(--forest); margin-top: .45rem; font-size: .78rem; font-weight: 700; text-underline-offset: 3px; }
.featured-service .shw-session-options { margin-top: auto; }
.featured-service .shw-session-option strong { font-size: 1.15rem; }
.shw-availability-badge { display: inline-flex; align-items: center; width: fit-content; padding: .35rem .65rem; border-radius: 30px; border: 1px solid #c9d6c5; background: #eef1e5; color: #3c5640; font-size: .7rem; font-weight: 700; letter-spacing: .03em; white-space: nowrap; }
.service-row-main .shw-service-note { font-size: .83rem; color: #566c60; margin-top: .9rem; line-height: 1.7; }
.shw-service-photo { display: block; max-width: min(100%, 290px); height: auto; border-radius: 15px; margin-top: 1.2rem; }
.shw-wellness-menu-row { background: #f0f2e8; border-radius: 18px; padding-inline: 1.2rem; margin: .9rem -1.2rem 0; border-bottom-color: transparent; }
.shw-menu-footnote { font-size: .8rem; margin-top: 1.5rem; color: #586b60; }
.shw-booking-unavailable { font-size: .82rem; color: #586b60; }
.shw-wellness-section { background: #eeeede; }
.shw-wellness-shell { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.shw-wellness-shell > * { min-width: 0; }
.shw-wellness-visual { position: relative; overflow: hidden; border-radius: 48% 48% 22px 22px; min-height: 450px; isolation: isolate; background: #214a40; }
.shw-wellness-typographic { display: grid; place-items: center; background: radial-gradient(ellipse at 30% 30%, #436a51 0%, #274b3e 43%, #193b31 100%); }
.shw-wellness-photo { display: block; width: 100%; height: 100%; min-height: 450px; object-fit: cover; }
.shw-wellness-wordmark { position: relative; z-index: 1; text-align: center; color: #f6f1df; padding: 2rem; width: 100%; }
.shw-wellness-wordmark > span { display: block; font-size: .63rem; letter-spacing: .2em; margin-bottom: 1.5rem; }
.shw-wellness-wordmark strong { display: block; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4.7rem); font-weight: 400; line-height: 1.08; overflow-wrap: anywhere; }
.shw-wellness-wordmark small { display: block; color: #d3decc; font-size: .9rem; margin-top: 1.1rem; }
.shw-wellness-orbits { position: absolute; inset: 0; opacity: .32; }
.shw-wellness-orbits i { position: absolute; display: block; width: 80%; height: 74%; top: 14%; left: 10%; border: 1px solid #a8c398; border-radius: 50%; transform: rotate(-28deg); }
.shw-wellness-orbits i:nth-child(2) { width: 108%; height: 100%; top: 0; left: -4%; }
.shw-wellness-orbits i:nth-child(3) { width: 132%; height: 124%; top: -12%; left: -16%; }
.shw-wellness-corner { position: absolute; left: 0; right: 0; bottom: 2rem; text-align: center; color: #c6d4ba; font-size: .57rem; letter-spacing: .22em; }
.shw-wellness-topline { display: flex; flex-direction: column; align-items: flex-start; gap: .85rem; margin-bottom: 1.3rem; }
.shw-wellness-topline .eyebrow { margin: 0; }
.shw-wellness-copy h2 { font-size: clamp(2.6rem, 4.4vw, 4.1rem); line-height: 1.04; margin: 0 0 1.5rem; overflow-wrap: anywhere; }
.shw-wellness-description { line-height: 1.85; color: #445d4c; max-width: 570px; font-size: 1rem; }
.shw-wellness-copy .button-row { flex-wrap: wrap; align-items: center; margin-top: 1.5rem; gap: 1.1rem; }
.shw-wellness-copy .text-link { font-size: .86rem; }
.shw-wellness-copy .shw-wellness-note { border-top: 1px solid #d0d7c6; padding-top: 1.1rem; margin: 1.6rem 0 0; font-size: .76rem; line-height: 1.75; color: #52644f; }
.shw-wellness-copy .shw-session-options { max-width: 360px; margin-top: .75rem; }
@media (min-width: 761px) { .service-row { grid-template-columns: 44px minmax(0, 1fr) minmax(180px, 240px); } }
@media (max-width: 960px) { .shw-wellness-shell { gap: 2rem; } .shw-wellness-visual, .shw-wellness-photo { min-height: 370px; } }
@media (max-width: 760px) {
  .shw-wellness-shell { grid-template-columns: 1fr; gap: 2rem; }
  .shw-wellness-visual, .shw-wellness-photo { min-height: 340px; }
  .shw-wellness-visual { max-width: 490px; width: 100%; margin: 0 auto; }
  .shw-wellness-wordmark strong { font-size: clamp(2.4rem, 10vw, 4rem); }
  .shw-wellness-copy h2 { max-width: 600px; }
  .service-row-meta { display: flex; flex-direction: column; align-items: stretch; }
  .shw-wellness-menu-row { margin-inline: -.5rem; padding-inline: .5rem; }
  .shw-session-options { max-width: 100%; }
}

.shw-registered-mark { font-family: var(--sans); font-size: .34em; line-height: 0; position: relative; top: -.2em; vertical-align: super; margin-left: .04em; }
.service-row-meta .shw-session-option strong { margin: 0; flex-shrink: 0; }
.service-row-meta .shw-session-option span { text-align: left; }
