:root {
  color-scheme: dark;
  --background: #19272d;
  --hero-transition: #12212a;
  --surface: #22333a;
  --surface-soft: #283a42;
  --surface-active: #2d3e46;
  --chrome: #111d23;
  --menu-surface: #22333af7;
  --deep: #10191a;
  --text: #e8ece7;
  --muted: #b5c1bd;
  --quiet: #98ada7;
  --line: #ffffff19;
  --accent: #aec9c0;
  --button: #b1c7bf;
  --font: 'Nunito Sans', sans-serif;
  --heading-font: 'Nunito', sans-serif;
  --gutter: max(clamp(28px, 6vw, 88px), env(safe-area-inset-left,0px), env(safe-area-inset-right,0px));
  --safe-top: env(safe-area-inset-top,0px);
  --safe-bottom: env(safe-area-inset-bottom,0px);
  --content-width: 1440px;
  --ease: cubic-bezier(.22,.61,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; background: var(--browser-background,var(--chrome)); }
body { margin: 0; background: var(--browser-background,var(--chrome)); color: var(--text); font-family: var(--font); font-size: 17px; font-weight: 400; line-height: 1.7; -webkit-font-smoothing: antialiased; }
#app { background: var(--background); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: 0; }
a, button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button:disabled { cursor: default; }
a:focus-visible, button:focus-visible, summary:focus-visible, select:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--heading-font); font-weight: 450; font-synthesis: none; text-transform: none; }
h1, h2 { text-wrap: balance; }
h2 { font-size: clamp(31.2px, 3.28vw, 47.6px); line-height: 1.25; letter-spacing: 0; }
h2 em, h1 em { color: var(--accent); font-style: normal; font-weight: inherit; }
h3 { font-size: 23.8px; letter-spacing: 0; line-height: 1.4; }
p { color: var(--muted); }
svg { width: 22px; height: 22px; flex: none; }
.external-arrow { display: inline-block; width: 1em; height: 1em; margin-inline-start: .2em; vertical-align: -.12em; }
.text-link .external-arrow { margin: 0; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
/* Safari works out which links were visited just after first paint; without this, visited links
   briefly animate from the browser's default violet to the site colours on every load. */
.is-loading :is(a, button, select, summary) { transition: none !important; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 99; padding: 12px 24px; background: var(--button); color: var(--deep); border-radius: 30px; }
.skip-link:focus { top: 15px; }
.header { --nav-gap: clamp(18px,1.7vw,28px); min-height: 122px; padding: 12px max(var(--gutter), calc((100vw - var(--content-width)) / 2 + var(--gutter))); display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: var(--nav-gap); position: absolute; inset: 0 0 auto; z-index: 20; color: var(--text); }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; justify-self: start; }
.brand img { width: 97px; height: 98px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: flex-end; align-items: center; gap: var(--nav-gap); font-size: 14px; white-space: nowrap; }
.desktop-nav a { padding: 12px 0; color: #d3dcd7; transition: color .55s var(--ease); }
.desktop-nav a:hover, .desktop-nav a[aria-current=page] { color: white; }
.desktop-nav a[aria-current=page] { text-decoration: underline; text-underline-offset: 10px; text-decoration-color: #aec9c070; text-decoration-thickness: 1px; }
.member-login { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; white-space: nowrap; color: #d3dcd7; transition: color .55s var(--ease); }
.member-login:hover { color: white; }
.nav-actions .member-login { color: var(--quiet); }
.nav-actions .member-login:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; justify-self: end; gap: var(--nav-gap); }
.nav-actions::before { content: ""; width: 1px; height: 22px; background: #aec9c035; flex: none; }
.button { background: var(--button); color: #182825; min-height: 56px; padding: 15px 28px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; line-height: 1.5; font-weight: 500; text-align: center; transition: background .6s var(--ease), box-shadow .6s var(--ease); }
.button:hover { background: #c3d5cd; box-shadow: 0 0 28px #aec9c010; }
.button svg { width: 20px; transition: transform .7s var(--ease); }
.button:hover svg { transform: translateX(3px); }
.button .external-arrow { width: 18px; height: 18px; margin: 0; }
.button:hover .external-arrow { transform: translate(2px,-2px); }
.button.light { background: var(--button); color: #182825; }
.nav-book { background: #c4d4d70c; border: 1px solid #c9dbcf50; color: var(--text); min-height: 48px; padding: 12px 23px; font-size: 14px; white-space: nowrap; }
.nav-book:hover { background: #c4d4d718; }
.menu-toggle { display: none; border: 1px solid #c9dbcf35; border-radius: 50%; width: 48px; height: 48px; padding: 0 13px; align-content: center; gap: 6px; color: var(--text); background: transparent; flex-shrink: 0; }
.menu-toggle span { height: 1px; width: 100%; display: block; background: currentColor; margin: 0; transition: transform .65s var(--ease); }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { display: none; }
.hero { min-height: 810px; height: 100svh; max-height: 1150px; position: relative; isolation: isolate; color: var(--text); overflow: hidden; background: #001426; }
.hero-media { position: absolute; inset: 0; z-index: -3; display: block; }
.hero-layer { position: absolute; inset: 0; display: block; }
.hero-base { pointer-events: none; }
.has-js .hero-detail { opacity: 0; transition: opacity 1.2s ease-in-out; }
.has-js .hero-detail.is-ready { opacity: 1; }
.hero-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
@media (min-width: 681px) {
  /* Preserve the photograph's breathing room to the right of the subject. */
  .hero-image { object-position: 90% center; }
}
/* Finish above the side tint, then continue the same tone below the hero. */
/* Bottom fade into the next section only. A left-side darkening gradient used to sit here, but it
   banded visibly while the hero loaded and did not measurably improve text contrast (12.5:1 either way). */
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(0deg,var(--hero-transition) 0,var(--hero-transition) 28px,transparent 22%); }
@media (min-width: 681px) and (max-width: 1200px), (min-width: 681px) and (max-aspect-ratio: 7/5) {
  /* Taller windows need the full-width composition so the subject clears the copy. */
  .hero-media { top: auto; bottom: 64px; height: auto; aspect-ratio: 3000 / 1688; mask-image: linear-gradient(transparent,black 12%,black 82%,transparent); }
}
.hero-copy { padding: clamp(185px,23vh,255px) var(--gutter) 110px; max-width: var(--content-width); margin-inline: auto; }
.eyebrow { display: block; font-size: 12px; line-height: 1.8; letter-spacing: .15em; font-weight: 500; color: var(--quiet); }
.hero .eyebrow { color: #bdcec6; }
.hero-copy h1 { font-size: clamp(72.2px,6.64vw,98.4px); font-weight: 450; letter-spacing: 0; line-height: 1.15; margin: 20px 0 20px; }
.hero-copy .hero-wordmark { width: clamp(270px,26vw,350px); line-height: 0; margin: 0 0 18px; }
.hero-wordmark img { display: block; width: 100%; height: auto; }
.hero-wordmark + .eyebrow { margin-bottom: 26px; font-size: 13px; letter-spacing: .06em; }
.hero-line { font-family: var(--heading-font); text-transform: none; color: var(--text); font-size: clamp(29.5px,3.28vw,45.1px); line-height: 1.3; font-weight: 450; letter-spacing: 0; }
.hero-line em { color: var(--accent); font-style: normal; font-weight: inherit; }
.hero-description { color: #c3d1ca; font-size: 17px; margin-top: 26px; line-height: 1.7; }
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 26px 34px; margin-top: 34px; }
.hero-buttons .button { white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding: 8px 0; font-size: 15px; line-height: 1.7; font-weight: 400; color: var(--text); text-decoration: underline; text-decoration-color: #aabfb552; text-underline-offset: 8px; text-decoration-thickness: 1px; transition: color .6s var(--ease), text-decoration-color .6s var(--ease); }
.text-link:hover { color: var(--accent); text-decoration-color: var(--accent); }
.hero-bottom { position: absolute; left: max(var(--gutter), calc((100vw - var(--content-width)) / 2 + var(--gutter))); right: max(var(--gutter), calc((100vw - var(--content-width)) / 2 + var(--gutter))); bottom: 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding-top: 22px; border-top: 1px solid var(--line); color: #b5c8bf; font-size: 11px; letter-spacing: .1em; }
.hero-bottom>a:not(.hero-place) { display: flex; align-items: center; gap: 20px; font-size: 14px; letter-spacing: 0; }
.hero-bottom>a:not(.hero-place)>span { font-size: 22px; }
.hero-place { justify-self: end; display: flex; align-items: center; gap: 9px; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; transition: color .6s var(--ease), text-decoration-color .6s var(--ease); }
.hero-place:hover { color: var(--text); text-decoration-color: currentColor; }
.hero-place svg { width: 15px; height: 15px; }
/* Keep the primary hero content visible from the first paint. */
.entrance { animation: none; }
.section { width: 100%; max-width: var(--content-width); margin-inline: auto; padding: 104px var(--gutter); }
.intro.section { max-width: none; padding: clamp(64px,6vw,88px) max(var(--gutter),calc((100% - var(--content-width)) / 2 + var(--gutter))) 64px; background: linear-gradient(var(--hero-transition),var(--background)) top / 100% clamp(48px,4.5vw,72px) no-repeat; }
.intro h2 { max-width: 750px; }
.intro p { font-size: 18px; max-width: 680px; margin: 32px 0 0; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 28px; margin-bottom: 40px; }
.section-heading>span:last-child { font-size: 15px; color: var(--muted); }
.service-section { padding-top: 0; padding-bottom: 120px; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 64px 44px; }
.service-photo { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 28px; background: var(--surface); }
.service-photo img { height: 100%; width: 100%; object-fit: cover; transition: filter 1.2s var(--ease); }
.service-tile:hover img { filter: brightness(1.08); }
.service-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 24px; }
.service-title h3 { font-size: 27.9px; }
.service-title svg { width: 20px; color: var(--accent); }
.service-tile p { font-size: 17px; margin-top: 10px; line-height: 1.8; }
.first-visit-band { display: grid; grid-template-columns: minmax(0,3fr) minmax(0,5fr); align-items: center; background: var(--surface); border-radius: 40px; overflow: hidden; width: calc(100% - 2 * var(--gutter)); max-width: 1264px; margin: 0 auto; }
.first-photo { min-height: 0; overflow: hidden; }
.interior-picture { display: block; width: 100%; height: 100%; }
.interior-picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
.first-photo .interior-picture { height: auto; }
.first-photo img { height: auto; width: 100%; object-fit: contain; }
.first-copy { width: 100%; max-width: 700px; padding: 32px clamp(32px,4vw,56px); align-self: center; justify-self: center; }
.first-copy h2 { font-size: clamp(28.7px,2.79vw,41.0px); margin: 20px 0; }
.first-copy p { margin-bottom: 24px; max-width: 590px; }
.first-copy .small-note { margin-top: 20px; }
.small-note { display: block; font-size: 13px; color: var(--quiet); margin-top: 25px; line-height: 1.9; }
.ritual { text-align: center; padding-top: 125px; padding-bottom: 130px; }
.ritual h2 { margin: 30px 0; }
.ritual p { margin: 0 auto 35px; max-width: 600px; }
.guest-reviews.section { padding-top: 0; }
.reviews-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 44px; }
.reviews-heading h2 { margin-top: 18px; }
.reviews-all { flex-shrink: 0; }
.reviews-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px 56px; }
.guest-review { min-width: 0; margin: 0; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-direction: column; }
.review-stars { color: var(--accent); font-size: 17px; letter-spacing: .16em; line-height: 1; }
.guest-review blockquote { margin: 22px 0 24px; }
.guest-review blockquote p { color: var(--text); font-size: 18px; line-height: 1.8; }
.guest-review figcaption { margin-top: auto; }
.review-author { display: block; color: var(--muted); font-size: 16px; }
.guest-review figcaption a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--quiet); font-size: 14px; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--line); transition: color .6s var(--ease), text-decoration-color .6s var(--ease); }
.guest-review figcaption a:hover { color: var(--text); text-decoration-color: var(--accent); }
.footer { padding: 80px max(var(--gutter), calc((100vw - var(--content-width)) / 2 + var(--gutter))) 32px; background: var(--chrome); border-radius: 40px 40px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 45px; padding-bottom: 70px; }
.footer .brand { margin: 0 0 24px; }
.footer .brand img { width: 108px; height: 110px; }
.footer-top>div>p { font-size: 15px; }
.footer-top>div>.eyebrow { font-size: 11px; margin-bottom: 25px; }
.footer-top>div>a:not(.brand), .footer-top>div>button { display: block; font-size: 15px; line-height: 1.9; margin-bottom: 12px; color: var(--muted); }
.footer-top>div>button { background: transparent; padding: 0; text-align: left; }
.footer-top>div>a:not(.brand):hover, .footer-top>div>button:hover { color: var(--text); }
.footer-social { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; max-width: 280px; margin-top: 24px; scroll-margin-top: 30px; }
.footer-social a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: 13px; line-height: 1.3; transition: color .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease); }
.footer-social a:hover { color: var(--text); border-color: var(--accent); background: var(--surface); }
.footer-social svg { flex: 0 0 17px; width: 17px; height: 17px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 26px; display: flex; justify-content: space-between; gap: 24px; font-size: 12px; color: var(--quiet); }
.inner-page .header { position: relative; background: var(--chrome); border-bottom: 1px solid var(--line); }
.page-heading { padding-top: 88px; padding-bottom: 80px; text-align: center; }
.page-heading h1 { font-size: clamp(36.1px,4.10vw,59.9px); line-height: 1.22; letter-spacing: 0; margin: 28px auto; max-width: 1060px; }
.page-heading p { font-size: 18px; max-width: 660px; margin-inline: auto; }
.all-services { padding-top: 0; }
.experience-row { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 9%; padding: 55px 0; border-top: 1px solid var(--line); }
.experience-row:nth-child(even) { grid-template-columns: 1fr 1.1fr; }
.experience-row:nth-child(even) .experience-image { order: 2; }
.experience-image { display: block; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 32px; background: var(--surface); }
.experience-image img { width: 100%; height: 100%; object-fit: cover; transition: filter 1.2s var(--ease); }
.experience-image:hover img { filter: brightness(1.08); }
.experience-copy h2 { font-size: 36.9px; margin: 0 0 14px; }
.experience-copy .service-duration { margin-bottom: 20px; }
.experience-copy p { max-width: 425px; }
.experience-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; flex-wrap: wrap; margin-top: 30px; }
.experience-bottom>span { font-size: 15px; color: var(--quiet); }
.small-cta { display: flex; justify-content: space-between; align-items: center; gap: 55px; background: var(--surface-soft); border-radius: 40px; width: calc(100% - 2 * var(--gutter)); max-width: 1264px; margin: 0 auto 88px; padding: 72px 64px; }
.small-cta h2 { margin-top: 26px; font-size: 42.6px; }
.small-cta>div:last-child { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.detail-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; min-height: 700px; gap: 64px; padding: 48px var(--gutter) 64px; width: 100%; max-width: var(--content-width); margin-inline: auto; }
.detail-copy { padding: 0; }
.back-link { display: inline-block; font-size: 14px; color: var(--quiet); margin: 0 0 43px; padding: 8px 0; }
.detail-copy h1 { font-size: clamp(37.7px,3.69vw,55.8px); line-height: 1.25; letter-spacing: 0; margin: 27px 0; }
.detail-copy>p { max-width: 470px; }
.session-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin: 30px 0; font-size: 15px; color: var(--accent); }
.session-meta>span+span { border-left: 1px solid var(--line); padding-left: 22px; }
.detail-copy>.session-meta:has(+ .session-price-note) { margin-bottom: 14px; }
.detail-copy>.session-price-note { margin: 0 0 32px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.detail-image { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 36px; }
.detail-image img { height: 100%; width: 100%; object-fit: cover; }
.service-detail, .detail-faq { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.2fr); gap: 12%; }
.service-detail { max-width: none; padding-inline: max(var(--gutter), calc((100% - var(--content-width)) / 2 + var(--gutter))); background: var(--chrome); }
.service-intro { position: relative; align-self: start; }
.service-intro>.eyebrow { position: absolute; bottom: calc(100% + 25px); }
.service-intro h2 { font-size: 36.1px; margin: 0 0 24px; }
.detail-lead { font-size: 19px; line-height: 1.7; }
.detail-lead + .detail-lead { margin-top: 1.1em; }
.facts { margin: 0 0 38px; }
.facts>div { border-top: 1px solid var(--line); padding: 30px 0 25px; }
.facts h3 { font-size: 22.0px; margin-bottom: 14px; }
.facts p { font-size: 16px; }
@media (min-width: 681px) {
  .service-detail>.service-intro+div { margin-top: -31px; }
}
.service-learning-copy>h2 { margin: 0 0 44px; font-size: clamp(29px,3vw,40px); }
.service-learning-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); gap: clamp(36px,6vw,88px); align-items: start; margin-top: 22px; }
.service-quick-facts { list-style: none; margin: 0; padding: 0; }
.service-quick-facts li { border-top: 1px solid var(--line); padding: 24px 0; }
.service-quick-facts li:first-child { padding-top: 0; border-top: 0; }
.service-quick-facts li:last-child { padding-bottom: 0; }
.service-quick-facts h3 { font-size: 22px; margin-bottom: 12px; }
.service-quick-facts p, .service-reading p { font-size: 16px; line-height: 1.7; }
.service-learning-more { min-width: 0; }
.service-video { margin: 0 0 32px; }
.service-video video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: var(--chrome); border-radius: 24px; }
.service-video video:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.service-video figcaption { margin-top: 12px; font-size: 14px; line-height: 1.7; color: var(--quiet); }
.service-video figcaption a { color: var(--text); text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }
.service-reading { border-top: 1px solid var(--line); padding-top: 26px; }
.service-reading:first-child { border-top: 0; padding-top: 0; }
.service-reading h3 { margin: 16px 0 12px; font-size: clamp(25px,2.3vw,32px); line-height: 1.3; }
.service-reading h3 a:hover { color: var(--accent); }
.service-reading .text-link { margin-top: 16px; }
@media (max-width: 680px) {
  .service-learning-grid { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .service-learning-copy>h2 { margin-bottom: 32px; }
  .service-video video { border-radius: 20px; }
}
.detail-faq { padding-top: 25px; }
.detail-faq h2 { font-size: 35.3px; margin: 25px 0; }
.detail-faq .text-link { margin-top: 24px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 28px; padding: 27px 0; font-size: 17px; line-height: 1.7; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { font-size: 25px; line-height: 1.3; width: 22px; flex-shrink: 0; color: var(--accent); transition: transform .6s var(--ease); }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item>div { padding: 0 30px 30px 0; animation: arrive .65s var(--ease); }
.faq-item p { font-size: 16px; line-height: 1.7; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.8fr; gap: 12%; padding-top: 0; }
.faq-layout aside { position: sticky; top: 45px; align-self: start; padding-top: 25px; }
.faq-layout aside h3 { font-size: 23.0px; line-height: 1.5; margin: 24px 0; }
.faq-layout aside p { font-size: 16px; margin-bottom: 22px; }
.first-guide { display: grid; grid-template-columns: .85fr 1fr; gap: 12%; align-items: start; padding-top: 0; }
.first-guide>.interior-picture { width: 100%; height: 740px; overflow: hidden; border-radius: 36px; }
.steps article { display: flex; gap: 30px; padding-bottom: 50px; }
.steps article>span { font-size: 14px; color: var(--quiet); padding-top: 9px; }
.steps h2 { font-size: 27.9px; margin-bottom: 22px; }
.steps p { font-size: 17px; }
.steps .text-link { margin-top: 22px; }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding-top: 0; }
.contact-photo { align-self: start; overflow: hidden; border-radius: 36px; }
.contact-photo img { display: block; height: auto; width: 100%; }
.visit-details { padding: 15px 0; display: flex; flex-direction: column; gap: 40px; }
.visit-details h2 { font-size: 36.1px; margin: 24px 0; }
.visit-details address { font-style: normal; font-size: 22px; line-height: 1.85; margin: 24px 0 14px; }
.visit-details .eyebrow { font-size: 12px; }
.contact-methods { display: flex; flex-wrap: wrap; gap: 28px 38px; padding: 35px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-methods a { display: block; font-size: 18px; margin-top: 14px; overflow-wrap: anywhere; }
.visit-details>div>p { margin: 20px 0 30px; font-size: 17px; }
.contact-bottom { display: flex; justify-content: space-between; gap: 12%; padding-top: 15px; }
.contact-bottom h2 { font-size: 35.3px; }
.contact-bottom>div { max-width: 370px; padding-top: 12px; }
.contact-bottom p { margin-bottom: 24px; }
.policy-content { max-width: 1050px; padding-top: 0; }
.policy-content article { border-top: 1px solid var(--line); padding: 45px 0; }
.policy-content h2 { font-size: 27.9px; margin-bottom: 28px; }
.policy-content p { margin-bottom: 25px; }
.plain { background: none; color: inherit; }
.pricing-section { padding-top: 0; }
.pricing-controls { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 5px 0 35px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.pricing-controls [role=tablist] { display: flex; flex-wrap: wrap; gap: 10px; }
.pricing-controls [role=tab] { min-height: 56px; font-size: 15px; line-height: 1.6; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px; color: var(--muted); background: transparent; transition: background .6s var(--ease), color .6s var(--ease); }
.pricing-controls [role=tab][aria-selected=true] { background: var(--surface-active); color: var(--text); }
.pricing-controls [role=tab]:hover { background: #2d3e4655; }
.filter-label { display: flex; align-items: center; gap: 18px; font-size: 14px; color: var(--muted); }
.select-wrap { position: relative; display: block; min-width: 220px; }
.select-wrap>svg { position: absolute; width: 18px; height: 18px; right: 22px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--muted); }
select { appearance: none; -webkit-appearance: none; width: 100%; max-width: 100%; min-height: 56px; background: var(--surface); color: var(--text); padding: 15px 56px 15px 24px; border: 1px solid #bed2c92b; border-radius: 999px; font-size: 15px; line-height: 24px; cursor: pointer; }
.price-labels { display: flex; justify-content: space-between; padding: 12px 78px 20px 0; font-size: 11px; letter-spacing: .12em; color: var(--quiet); }
.price-row { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding: 32px 0; border-top: 1px solid var(--line); }
.price-category { display: block; margin-bottom: 10px; color: var(--quiet); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.price-row h3 { font-size: 23.0px; }
.price-row p { font-size: 16px; margin-top: 12px; max-width: 690px; }
.price-action { display: flex; align-items: center; gap: 30px; }
.price { font-size: 34px; font-weight: 300; white-space: nowrap; letter-spacing: -.02em; }
.price small { font-size: 14px; color: var(--quiet); letter-spacing: 0; }
.price-book { border: 1px solid #aec9c038; color: var(--accent); background: transparent; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: background .6s var(--ease); }
.price-book:hover { background: #c4d4d712; }
.price-book .external-arrow { width: 18px; height: 18px; margin: 0; }
.pricing-note { font-size: 14px; max-width: 880px; padding-top: 35px; border-top: 1px solid var(--line); line-height: 1.85; color: var(--quiet); }
.empty-prices { padding: 45px 0; }
.gift-strip { background: var(--surface); display: flex; justify-content: space-between; align-items: center; gap: 40px; border-radius: 40px; width: calc(100% - 2 * var(--gutter)); max-width: 1264px; margin: 0 auto 80px; padding: 64px; }
.gift-strip h2 { margin: 25px 0; font-size: 37.7px; }
.gift-strip p { font-size: 17px; }
.not-found { padding-top: 0; }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
/* Let photographs arrive gradually without a positional jump. */
.reveal.reveal-image { transform: none; transition: opacity 1.6s cubic-bezier(.37,0,.63,1); }
.reveal:focus-within { opacity: 1; transform: none; }
@keyframes arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes settle { from { transform: scale(1.02); } to { transform: scale(1); } }
@media (max-width: 1150px) {
  .reviews-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 44px 36px; }
  .reviews-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .header { --nav-gap: 18px; }
  .nav-book { padding-inline: 19px; gap: 15px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px 32px; }
  .service-photo { aspect-ratio: 4/3; }
  .service-title h3 { font-size: 23.0px; }
  .first-copy { padding: 28px clamp(28px,3vw,40px); }
  .footer-top { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 45px 10%; }
  .pricing-controls { flex-direction: column; align-items: flex-start; }
  .filter-label { align-self: center; }
  .pricing-controls { align-items: center; }
  .pricing-controls [role=tablist] { justify-content: center; }
  .detail-copy h1 { font-size: 43.5px; }
  .detail-hero { gap: 40px; }
  .service-intro h2 { font-size: 31.2px; }
  .first-guide { gap: 8%; }
  .experience-copy h2 { font-size: 31.2px; }
}
@media (max-width: 1023px) {
  .desktop-nav, .nav-actions .member-login, .nav-actions::before { display: none; }
  .menu-toggle { display: grid; }
  .header { min-height: 110px; padding-block: 10px; grid-template-columns: 1fr auto; }
  .brand img { width: 89px; height: 90px; }
  .mobile-nav:not([hidden]) { display: block; position: absolute; top: calc(100% - 2px); right: var(--gutter); width: min(360px,calc(100% - 32px)); max-height: calc(100svh - 128px); overflow-y: auto; overscroll-behavior: contain; z-index: 25; padding: 18px 26px 22px; color: var(--text); background: var(--menu-surface); border: 1px solid var(--line); border-radius: 28px; backdrop-filter: blur(18px); animation: arrive .45s var(--ease); }
  .mobile-primary { display: flex; flex-direction: column; }
  .mobile-primary a { font-size: 18px; font-weight: 400; line-height: 1.5; padding: 12px 0; }
  .mobile-primary a[aria-current=page] { color: var(--accent); }
  .mobile-utility { border-top: 1px solid var(--line); margin-top: 12px; padding-top: 12px; }
  .mobile-utility .member-login { font-size: 16px; }
  .mobile-book { display: none; }

}
@media (max-width: 1080px) {
  .hero-copy { padding-top: 190px; }
  .hero-copy h1 { font-size: 73.8px; }
  .hero-line { font-size: 37.7px; }
  .hero-bottom>span:first-child { display: none; }
  .hero-bottom { grid-template-columns: 1fr auto; }
  .intro h2 { max-width: 700px; }
  .section { padding: 88px var(--gutter); }
  .service-section, .all-services, .first-guide, .faq-layout, .visit-grid, .pricing-section, .policy-content { padding-top: 0; }
  .first-copy h2 { max-width: 600px; font-size: 32px; }
  .first-copy p { max-width: 590px; }
  .small-cta { gap: 35px; }
  .small-cta h2 { font-size: 33.6px; }
  .small-cta .button { white-space: nowrap; }
  .service-detail, .detail-faq { gap: 8%; }
  .detail-hero { min-height: 0; }
  .detail-copy { padding: 0; }
  .detail-copy h1 { font-size: 36.9px; }
  .detail-copy .eyebrow { font-size: 11px; }
  .session-meta { gap: 15px; }
  .session-meta>span+span { padding-left: 15px; }
  .service-intro h2 { font-size: 28.7px; }
  .faq-layout { grid-template-columns: .8fr 1.5fr; gap: 8%; }
  .first-guide { grid-template-columns: .8fr 1fr; }
  .first-guide>.interior-picture { height: 850px; }
  .steps article { gap: 20px; }
  .steps h2 { font-size: 24.6px; }
  .experience-row, .experience-row:nth-child(even) { grid-template-columns: 1fr 1fr; gap: 7%; }
  .experience-copy h2 { font-size: 27.9px; }
  .visit-grid { gap: 7%; }
  .visit-details address { font-size: 20px; }
}
/* Stack before the copy can outgrow the uncropped portrait photograph. */
@media (max-width: 1000px) {
  .first-visit-band { grid-template-columns: minmax(0,1fr); }
  .first-photo { aspect-ratio: 16 / 9; max-height: 525px; }
  .first-photo .interior-picture { height: 100%; }
  .first-photo img { height: 100%; object-fit: cover; object-position: center bottom; }
  .first-copy { padding: 40px clamp(28px,5vw,48px) 44px; }
}
@media (max-width: 680px) {
  .reviews-grid { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .reviews-heading { margin-bottom: 32px; }
  .guest-review blockquote p { font-size: 17px; line-height: 1.65; }
  body { font-size: 17px; line-height: 1.65; }
  .header { min-height: 108px; gap: 20px; padding: 12px var(--gutter); }
  .brand img { width: 83px; height: 84px; }
  .nav-actions { gap: 12px; }
  .nav-book { display: none; }
  .menu-toggle { width: 48px; height: 48px; }
  .mobile-nav:not([hidden]) { right: 16px; padding: 16px 24px 22px; }
  .mobile-book { display: flex; margin-top: 12px; min-height: 48px; font-size: 15px; padding: 12px 20px; }
  .hero { width: 100%; min-width: 0; height: auto; min-height: max(860px,100svh); max-height: none; aspect-ratio: 3000 / 6500; display: flex; flex-direction: column; justify-content: space-between; }
  .hero-copy { width: 100%; padding: 158px 28px 62px; max-width: none; }
  .hero .eyebrow { font-size: 11px; letter-spacing: .13em; max-width: 270px; line-height: 1.9; }
  .hero-copy h1 { font-size: clamp(44px,12.8vw,61px); letter-spacing: 0; line-height: 1.2; margin: 28px 0 28px; }
  .hero-copy .hero-wordmark { width: clamp(224px,64vw,280px); line-height: 0; margin: 0 0 18px; }
  .hero-wordmark + .eyebrow { max-width: none; margin-bottom: 28px; font-size: 12px; letter-spacing: .025em; }
  .hero-line { font-size: clamp(29.5px,8.20vw,37.7px); line-height: 1.28; letter-spacing: 0; }
  .hero-description { font-size: 17px; line-height: 1.65; margin-top: 30px; }
  .hero-buttons { flex-direction: column; align-items: flex-start; gap: 28px; margin-top: 34px; }
  .hero-buttons .button { min-height: 56px; padding: 16px clamp(16px,4vw,25px); gap: 12px; font-size: 15px; }
  .hero-bottom { display: flex; position: relative; inset: auto; margin: 0 28px 28px; padding-top: 25px; }
  .hero-bottom>a:not(.hero-place) { font-size: 14px; gap: 24px; }
  .hero-place { display: none; }
  .hero-shade { background: linear-gradient(0deg,var(--background),transparent 14%); }
  .intro.section { background: none; }
  h2 { font-size: clamp(25.4px,6.56vw,34.4px); line-height: 1.42; letter-spacing: 0; }
  h3 { font-size: 22.1px; line-height: 1.5; }
  .section { padding: 78px 28px; }
  .eyebrow { font-size: 11px; letter-spacing: .12em; line-height: 1.9; }
  .intro h2 { font-size: clamp(25.4px,6.56vw,34.4px); }
  .intro p { font-size: 17px; line-height: 1.65; margin: 30px 0 0; }
  .text-link { font-size: 15px; white-space: normal; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 36px; padding-bottom: 25px; }
  .section-heading>span:last-child { font-size: 16px; }
  .service-section { padding-top: 0; }
  .service-grid { grid-template-columns: minmax(0,1fr); gap: 52px; }
  .service-photo { aspect-ratio: 4/3; border-radius: 25px; }
  .service-title { margin-top: 23px; }
  .service-title h3 { font-size: 23.8px; }
  .service-tile p { font-size: 17px; line-height: 1.65; margin-top: 10px; }
  .first-visit-band { grid-template-columns: 1fr; width: calc(100% - 32px); margin: 0 auto; border-radius: 36px; }
  .first-photo { height: auto; aspect-ratio: 4 / 3; }
  .first-copy { padding: 45px 25px 50px; }
  .first-copy h2 { font-size: clamp(23.8px,6.40vw,32.0px); margin: 27px 0; line-height: 1.45; }
  .first-copy p { font-size: 17px; line-height: 1.65; }
  .first-copy .eyebrow { max-width: 235px; }
  .first-copy .button { font-size: 15px; }
  .small-note { font-size: 14px; line-height: 1.9; }
  .ritual h2 { font-size: clamp(26.2px,6.89vw,35.3px); margin: 32px 0; }
  .ritual p { font-size: 17px; margin-bottom: 35px; }
  .ritual p br { display: none; }
  .ritual .button { font-size: 14px; padding: 17px 24px; gap: 16px; }
  .footer { padding: 60px 28px 30px; border-radius: 30px 30px 0 0; }
  .footer-top { grid-template-columns: minmax(0,1fr); gap: 44px; padding-bottom: 45px; }
  .footer .brand { margin-bottom: 22px; }
  .footer .brand img { width: 108px; height: 110px; }
  .footer-top>div>.eyebrow { margin-bottom: 22px; }
  .footer-top>div>a:not(.brand), .footer-top>div>button { font-size: 16px; margin-bottom: 15px; }
  .footer-top>div>p { font-size: 16px; }
  .footer-bottom { flex-direction: column; gap: 17px; font-size: 13px; line-height: 1.9; }
  .page-heading { padding-top: 55px; padding-bottom: 54px; }
  .page-heading h1 { font-size: clamp(27.9px,7.22vw,37.7px); line-height: 1.3; letter-spacing: 0; margin: 24px auto; }
  .page-heading p { font-size: 17px; line-height: 1.65; }
  .page-heading h1 br { display: initial; }
  .all-services { padding-top: 0; }
  .experience-row, .experience-row:nth-child(even) { grid-template-columns: minmax(0,1fr); gap: 30px; padding: 35px 0 50px; }
  .experience-row:nth-child(even) .experience-image { order: 0; }
  .experience-image { border-radius: 26px; }
  .experience-copy h2 { font-size: 28.7px; margin: 0 0 12px; }
  .experience-copy p { font-size: 17px; }
  .experience-bottom { margin-top: 28px; }
  .small-cta { display: block; text-align: center; width: calc(100% - 32px); margin: 0 auto 64px; padding: 55px 25px; border-radius: 30px; }
  .small-cta h2 { font-size: clamp(25.4px,6.56vw,32.0px); margin: 28px 0 38px; line-height: 1.4; }
  .small-cta>div:last-child { gap: 26px; }
  .small-cta .eyebrow { max-width: 240px; margin-inline: auto; }
  .detail-hero { display: flex; flex-direction: column-reverse; padding: 16px var(--gutter) 0; gap: 0; }
  .detail-image { min-height: 0; border-radius: 28px; }
  .detail-image img { object-position: center; }
  .detail-copy { width: 100%; padding: 30px 0 60px; }
  .back-link { margin-bottom: 28px; font-size: 14px; }
  .detail-copy h1 { font-size: clamp(29.5px,7.71vw,39.4px); line-height: 1.38; letter-spacing: 0; margin: 28px 0; }
  .detail-copy>p { font-size: 17px; line-height: 1.65; }
  .session-meta { margin: 30px 0; gap: 20px; font-size: 15px; }
  .session-meta>span+span { padding-left: 20px; }
  .service-detail, .detail-faq { grid-template-columns: minmax(0,1fr); gap: 35px; }
  .service-detail { border-top: 1px solid var(--line); padding-top: 55px; }
  .service-intro>.eyebrow { position: static; margin-bottom: 28px; }
  .service-intro h2 { font-size: 27.9px; }
  .detail-lead { font-size: 18px; line-height: 1.65; }
  .facts h3 { font-size: 22.0px; }
  .facts p { font-size: 17px; }
  .detail-faq { padding-top: 0; }
  .detail-faq h2 { font-size: 28.7px; line-height: 1.4; }
  .detail-faq>div:first-child>.text-link { margin-top: 5px; }
  .faq-item summary { padding: 28px 0; gap: 20px; font-size: 17px; line-height: 1.8; }
  .faq-item>div { padding: 0 0 30px; }
  .faq-item p { font-size: 17px; line-height: 1.65; }
  .first-guide { display: block; padding-top: 0; }
  .first-guide>.interior-picture { position: static; height: auto; aspect-ratio: 4 / 3; border-radius: 28px; margin-bottom: 50px; }
  .steps article { gap: 17px; padding-bottom: 48px; }
  .steps article>div { min-width: 0; }
  .steps h2 { font-size: 24.6px; margin-bottom: 24px; }
  .steps p { font-size: 17px; line-height: 1.65; }
  .faq-layout { display: flex; flex-direction: column-reverse; gap: 50px; padding-top: 0; }
  .faq-layout aside { position: static; padding: 0; }
  /* Address and phone come first on phones; the entrance photo follows. */
  .visit-grid { display: flex; flex-direction: column; padding-top: 0; }
  .contact-photo { order: 2; border-radius: 28px; margin-top: 50px; }
  .visit-details { gap: 38px; padding: 0; }
  .visit-details h2 { font-size: 29.5px; }
  .visit-details address { font-size: 20px; }
  .contact-bottom { display: block; padding-top: 0; }
  .contact-bottom h2 { font-size: 28.7px; }
  .contact-bottom>div { padding-top: 30px; }
  .policy-content { padding-top: 0; }
  .policy-content h2 { font-size: 25.4px; line-height: 1.4; }
  .policy-content article { padding: 40px 0; }
  .pricing-section { padding-top: 0; }
  .pricing-controls { gap: 30px; padding-bottom: 32px; }
  .pricing-controls [role=tablist] { display: grid; width: 100%; grid-template-columns: minmax(0,1fr); gap: 12px; }
  .pricing-controls [role=tab] { padding: 15px 22px; font-size: 16px; border-color: var(--line); min-height: 56px; }
  .filter-label { width: 100%; flex-direction: column; align-items: flex-start; gap: 15px; font-size: 15px; }
  .filter-label .select-wrap { width: 100%; min-width: 0; }
  .filter-label select { font-size: 16px; }
  .price-labels { padding-right: 0; font-size: 11px; }
  .price-labels>span:last-child { display: none; }
  .price-row { flex-direction: column; align-items: stretch; gap: 25px; padding: 32px 0; }
  .price-row h3 { font-size: 23.0px; line-height: 1.5; }
  .price-row p { font-size: 17px; line-height: 1.65; margin-top: 14px; }
  .price-category { font-size: 11px; margin-bottom: 12px; }
  .price-action { justify-content: space-between; gap: 25px; }
  .price { font-size: 31px; }
  .price-book { width: 48px; height: 48px; }
  .pricing-note { padding-top: 30px; font-size: 14px; }
  .gift-strip { display: block; text-align: center; width: calc(100% - 32px); margin: 0 auto 64px; padding: 50px 25px; border-radius: 30px; }
  .gift-strip h2 { font-size: 28.7px; }
  .gift-strip p { font-size: 17px; margin-bottom: 32px; }
  .not-found { padding-top: 0; }
}
@media (max-width: 680px) {
  .hero-image { width: 100%; height: auto; object-fit: contain; object-position: center bottom; mask-image: linear-gradient(transparent,black 12%); }
  .hero-layer { display: flex; align-items: flex-end; justify-content: center; }
}
@media (min-width: 681px) and (max-width: 1080px) {
  .small-cta, .gift-strip { padding: 56px 40px; }
}

/* Blog: familiar studio photography, then a calm, comfortable reading column. */
.blog-grid.section { padding-top: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 64px 44px; }
.blog-card { min-width: 0; }
.blog-card-link { display: block; height: 100%; }
.blog-card-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; margin: 25px 0 14px; color: var(--quiet); font-size: 13px; }
.blog-card-meta .eyebrow { text-transform: uppercase; }
.blog-card h2 { font-size: clamp(27px,2.5vw,35px); line-height: 1.35; text-wrap: pretty; }
.blog-card p { margin-top: 17px; max-width: 55ch; }
.blog-card .text-link { margin-top: 15px; }
.blog-card-link:hover .text-link { color: var(--accent); text-decoration-color: var(--accent); }
.blog-card-link:hover img { filter: brightness(1.08); }
.article-header.section { max-width: 740px; width: calc(100% - 2 * var(--gutter)); padding: 48px 0 44px; }
.article-header>.back-link { margin-bottom: 36px; }
.article-header .eyebrow { text-transform: uppercase; }
.article-header h1 { font-size: clamp(34px,3.25vw,47px); line-height: 1.25; margin: 22px 0 26px; text-wrap: pretty; }
.article-byline { display: flex; flex-wrap: wrap; gap: 4px 18px; color: var(--quiet); font-size: 14px; }
.article-byline span { white-space: nowrap; }
.article-content { max-width: 740px; width: calc(100% - 2 * var(--gutter)); margin: 0 auto; padding: 0 0 72px; font-size: 18px; line-height: 1.75; }
.article-content>p { margin: 0 0 22px; }
.article-content>p:first-child { font-size: 21px; color: var(--text); line-height: 1.8; }
.article-content h2 { font-size: clamp(27px,2.4vw,34px); line-height: 1.35; text-wrap: pretty; margin: 44px 0 22px; }
.article-content a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.article-content a:hover { color: var(--text); }
.article-citation { font-size: .65em; line-height: 0; margin-left: 3px; vertical-align: super; }
.article-citation a { text-decoration: none; padding: 3px; }
.article-content :target { scroll-margin-top: 40px; }
.article-sources { border-top: 1px solid var(--line); margin-top: 52px; padding-top: 30px; }
.article-sources h2 { margin-top: 0; }
.article-sources ol { padding-left: 24px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.article-sources li { padding-left: 6px; margin-bottom: 18px; overflow-wrap: anywhere; }
.article-sources li::marker { color: var(--quiet); }
.article-sources .source-return { display: inline-block; padding-inline: 3px; text-decoration: none; }
.article-next.section { padding-top: 0; padding-bottom: 88px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.article-next h2 { margin-top: 15px; font-size: clamp(29px,3vw,40px); }
.article-next>div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
@media (max-width: 900px) {
  .article-next.section { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 680px) {
  .blog-grid.section { grid-template-columns: minmax(0,1fr); gap: 48px; }
  .blog-card h2 { font-size: 28px; }
  .blog-card-meta { margin-top: 22px; }
  .article-header.section { padding-top: 30px; padding-bottom: 36px; }
  .article-header h1 { font-size: clamp(30px,8vw,38px); }
  .article-content { font-size: 17px; padding-bottom: 48px; }
  .article-content>p:first-child { font-size: 19px; }
  .article-content h2 { margin-top: 36px; }
  .article-next.section { padding-bottom: 64px; }
}

/* Soft changes of page and content, with native fallbacks. */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: soften-out .35s ease both; }
::view-transition-new(root) { animation: soften-in .65s var(--ease) both; }
[role=tabpanel]:not([hidden]) { animation: soften-in .65s var(--ease) both; }
@keyframes soften-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes soften-out { from { opacity: 1; } to { opacity: 0; } }
@supports (interpolate-size: allow-keywords) {
  .faq-item { interpolate-size: allow-keywords; }
  .faq-item::details-content { block-size: 0; opacity: 0; overflow: clip; transition: block-size .55s var(--ease), opacity .55s var(--ease), content-visibility .55s allow-discrete; }
  .faq-item[open]::details-content { block-size: auto; opacity: 1; }
}
/* Paint through iPhone safe areas while keeping controls clear of the notch/home indicator. */
.header { padding-top: calc(12px + var(--safe-top)); }
.footer { padding-bottom: calc(32px + var(--safe-bottom)); }
@media (max-width: 1023px) {
  .header { padding-top: calc(10px + var(--safe-top)); min-height: calc(110px + var(--safe-top)); }
  .mobile-nav:not([hidden]) { max-height: calc(100svh - 128px - var(--safe-top) - var(--safe-bottom)); }
}
@media (max-width: 680px) {
  .header { padding-top: calc(12px + var(--safe-top)); min-height: calc(108px + var(--safe-top)); }
  .hero { min-height: max(calc(860px + var(--safe-top)),100svh); }
  .hero-copy { padding-top: calc(158px + var(--safe-top)); }
  .hero-bottom { margin-bottom: calc(28px + var(--safe-bottom)); }
  .footer { padding-bottom: calc(30px + var(--safe-bottom)); }
  .section, .footer, .hero-copy {
    padding-left: max(28px,env(safe-area-inset-left,0px));
    padding-right: max(28px,env(safe-area-inset-right,0px));
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
