@font-face {
  font-family: Inter;
  src: url("assets/inter-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --paper: #f8f7f2;
  --white: #fffefa;
  --ink: #30263e;
  --muted: #655d6e;
  --brand: #7f52b4;
  --brand-hover: #694194;
  --brand-dark: #382549;
  --brand-soft: #ede5f7;
  --brand-tint: #f2edf8;
  --on-dark: #e3d9ec;
  --line: #e4ddec;
  /* Palette aliases shared by the existing accent components. */
  --olive: var(--brand);
  --lime: var(--brand-soft);
  --radius: 20px;
  --container: 1240px;
  --text-body: 1rem;
  --text-ui: .875rem;
  --text-small: .8125rem;
  --text-meta: .75rem;
  --text-label: .6875rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; font-size: 15px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
::selection { color: var(--ink); background: var(--lime); }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid var(--brand); outline-offset: 6px; border-radius: 3px; }
button { font: inherit; cursor: pointer; }
img { display: block; width: 100%; height: auto; }
svg { display: inline-block; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.15; font-weight: 500; }
h2 { font-size: clamp(32px, 3.6vw, 48px); letter-spacing: -2px; }
h2 em { color: var(--olive); font-style: normal; }
h3 { font-size: 23px; letter-spacing: -.7px; }
p { color: var(--muted); }
address { color: var(--muted); font-style: normal; }
section[id] { scroll-margin-top: 20px; }
.container { width: min(var(--container), calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 108px; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { flex: 0 0 22px; width: 22px; height: 22px; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 22px; background: var(--lime); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 20px; color: var(--olive); font-size: 10px; font-weight: 650; letter-spacing: 2.1px; line-height: 1.6; }
.status-dot { display: inline-block; width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%; background: var(--olive); }
.button { min-height: 56px; display: inline-flex; justify-content: center; align-items: center; gap: 20px; padding: 16px 25px; background: var(--brand); color: var(--white); border: 1px solid var(--brand); border-radius: 7px; font-size: 13px; line-height: 1.5; font-weight: 550; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--brand-hover); transform: translateY(-2px); box-shadow: 0 8px 22px #7f52b41a; }
.button .icon { width: 19px; height: 19px; flex-basis: 19px; }
.button-small { min-height: 45px; padding: 12px 18px; font-size: 11px; gap: 18px; }
.button-outline { color: var(--brand); background: transparent; border-color: var(--brand); }
.button-outline:hover { color: var(--white); background: var(--brand-hover); }
.button-lime { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.button-lime:hover { color: var(--ink); background: #f7f2fc; }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 12px; font-weight: 550; }
.text-link:hover { text-decoration: underline; }
.text-link > span[aria-hidden] { font-size: 19px; }

/* Header */
.announcement { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 42px; padding: 7px 20px; background: var(--brand-dark); color: var(--on-dark); font-size: 10px; letter-spacing: .35px; }
.announcement a { color: var(--lime); }
.announcement a:hover { text-decoration: underline; }
.announcement a span { margin-left: 10px; }
.site-header { position: sticky; top: 0; z-index: 20; background: #f8f7f2f5; border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; min-height: 44px; }
.brand-logo { display: block; width: 208px; height: auto; }
.desktop-nav { display: flex; gap: 28px; }
.desktop-nav a { display: flex; min-height: 44px; align-items: center; font-size: 11px; color: var(--muted); transition: color .2s; }
.desktop-nav a:hover { color: var(--brand); text-decoration: underline; }
.mobile-nav { display: none; }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; align-items: center; padding-block: 40px 70px; }
.hero-copy { padding-block: 15px; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: 9px; letter-spacing: 1.7px; }
h1 { font-size: clamp(44px, 4.75vw, 68px); line-height: 1.08; letter-spacing: -.045em; font-weight: 550; }
h1 em { display: block; width: fit-content; position: relative; font-style: normal; font-weight: 450; color: var(--olive); }
h1 em::after { position: absolute; bottom: -6px; left: 0; width: 100%; height: 6px; content: ""; border-top: 2px solid #b69bce; border-radius: 50%; transform: rotate(-2deg); }
h1 > span { display: block; }
.hero-details { display: grid; gap: 1px; margin-top: 22px; font-size: 15px; line-height: 1.65; }
.hero-details strong { color: var(--ink); font-weight: 600; }
.hero-details > span { font-size: 14px; }
.hero-description { margin-top: 15px; max-width: 390px; font-size: 14px; line-height: 1.9; }
.hero-description strong { color: var(--ink); font-weight: 550; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 22px; }
.hero-actions .text-link { font-size: 11px; white-space: nowrap; }
.hero-price-note { margin-top: 12px; font-size: var(--text-small); line-height: 1.7; }
.hero-host { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.hero-host img { width: 43px; height: 43px; border-radius: 50%; object-fit: cover; object-position: 50% 22%; }
.hero-host p { font-size: 9px; line-height: 1.7; }
.hero-host strong { display: block; color: var(--ink); font-size: 11px; font-weight: 550; }
.host-line { width: 1px; height: 28px; background: var(--line); margin-inline: 7px; }
.hero-host-note { font-size: 9px; line-height: 1.7; color: var(--muted); }
.hero-visual { position: relative; min-width: 0; padding-left: 20px; padding-bottom: 31px; }
.hero-image-wrap { position: relative; height: 540px; overflow: hidden; border-radius: 220px 220px 16px 16px; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-image-wrap::after { position: absolute; content: ""; inset: 55% 0 0; background: linear-gradient(transparent, #23152fc7); }
.image-location { position: absolute; z-index: 1; right: 25px; bottom: 32px; display: flex; align-items: center; gap: 8px; color: white; font-size: 12px; }
.image-location small { display: block; margin-top: 2px; font-size: 9px; color: var(--on-dark); }
.retreat-seal { position: absolute; right: -23px; top: 20px; display: flex; width: 119px; height: 119px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--lime); transform: rotate(12deg); box-shadow: 0 0 0 7px var(--paper); }
.retreat-seal .icon { width: 24px; height: 24px; margin-bottom: 6px; }
.retreat-seal strong { font-size: 22px; line-height: 1.4; font-weight: 500; letter-spacing: -1px; }
.retreat-seal span { font-size: 8px; letter-spacing: .4px; }
.pool-peek { position: absolute; bottom: -6px; left: -35px; width: 237px; padding: 7px 7px 0; border-radius: 12px; background: var(--white); box-shadow: 0 12px 35px #38254914; transform: rotate(-5deg); }
.pool-peek img { height: 143px; object-fit: cover; border-radius: 7px; }
.pool-peek figcaption { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 35px; font-size: 9px; }
.pool-peek .status-dot { width: 5px; height: 5px; }
.hero-side-note { position: absolute; right: -26px; bottom: 170px; writing-mode: vertical-rl; font-size: 8px; letter-spacing: 2px; color: var(--olive); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 30px; border-block: 1px solid var(--line); }
.fact { display: flex; align-items: center; gap: 15px; padding-inline: 25px; border-right: 1px solid var(--line); }
.fact:first-child { padding-left: 0; }
.fact:last-child { border: 0; padding-right: 0; }
.fact > .icon { color: var(--olive); width: 25px; height: 25px; flex-basis: 25px; }
.fact small, .fact strong, .fact p > span { display: block; }
.fact small { font-size: 8px; letter-spacing: 1.4px; margin-bottom: 5px; }
.fact strong { font-size: 12px; font-weight: 550; color: var(--ink); }
.fact p > span { font-size: 10px; margin-top: 2px; }

/* Experience */
.section-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 55px; margin-bottom: 42px; }
.section-intro > p, .section-intro > div + div { max-width: 385px; font-size: 13px; line-height: 1.9; }
.section-intro > .text-link { margin-bottom: 5px; flex-shrink: 0; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.experience-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border-radius: var(--radius); background: var(--brand-tint); }
.experience-card:nth-child(2) { background: #f5ecef; }
.experience-card:nth-child(3) { background: #efedf7; }
.card-number { font-size: 9px; letter-spacing: 1.6px; color: var(--olive); }
.experience-icon { width: 45px; height: 45px; margin: 29px 0 22px; stroke-width: 1.1; color: var(--brand); }
.experience-card h3 { font-size: 20px; letter-spacing: -.7px; }
.experience-card p { font-size: 12px; line-height: 1.9; margin-top: 15px; margin-bottom: 24px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.tags span { padding: 5px 10px; border: 1px solid #7f52b440; border-radius: 20px; font-size: 9px; }
.gentle-note { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 25px; font-size: 11px; }
.gentle-note .icon { width: 16px; height: 16px; color: var(--olive); }

/* Location */
.place-section { padding-block: 90px 35px; color: var(--paper); background: var(--brand-dark); }
.place-section .eyebrow { color: #d4bce9; }
.place-section h2 em { color: #d4bce9; }
.place-section p { color: var(--on-dark); }
.place-section .light-link { margin-top: 13px; color: var(--lime); }
.place-gallery { display: grid; grid-template-columns: 1.25fr 1fr; grid-template-rows: 215px 215px; gap: 16px; }
.place-gallery figure { position: relative; overflow: hidden; border-radius: 12px; }
.place-gallery img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.place-gallery figure:hover img { transform: scale(1.035); }
.place-gallery .gallery-main { grid-row: span 2; }
.place-gallery figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 48px 22px 18px; font-size: 11px; color: white; background: linear-gradient(transparent, #23152fbb); }
.included { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding-top: 43px; }
.included .eyebrow { font-size: 8px; margin-bottom: 14px; }
.included h3 { font-size: 23px; font-weight: 450; line-height: 1.3; }
.included p { font-size: 11px; margin-top: 12px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 23px; margin-bottom: 13px; font-size: 12px; }
.check-list li::before { position: absolute; left: 1px; top: 7px; content: ""; width: 10px; height: 6px; border-left: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(-45deg); }
.included .check-list { color: var(--on-dark); }
.included .check-list li { font-size: 11px; }
.photo-note { font-size: 9px; margin-top: 24px; padding-top: 22px; border-top: 1px solid #ffffff1c; }

/* Weekend schedule */
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.day-card { display: flex; flex-direction: column; padding: 29px 26px; border: 1px solid var(--line); border-radius: var(--radius); }
.day-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; color: var(--olive); }
.day-top > span { font-size: 9px; font-weight: 550; letter-spacing: 1px; }
.day-card h3 { font-size: 33px; letter-spacing: -1.4px; }
.day-subtitle { margin-top: 8px; font-size: 11px; }
.featured-day { background: var(--brand-soft); border-color: var(--brand-soft); }
.schedule { margin: 26px 0 0; padding: 0; list-style: none; }
.schedule li { position: relative; display: grid; grid-template-columns: 86px 1fr; align-items: baseline; gap: 7px; padding: 11px 0 11px 13px; border-left: 1px solid #cdbbdd; font-size: 10px; line-height: 1.65; }
.schedule li::before { position: absolute; left: -3px; top: 18px; width: 5px; height: 5px; border-radius: 50%; content: ""; background: #ac91c6; }
.schedule time, .schedule .time { font-size: 9px; color: var(--muted); font-variant-numeric: tabular-nums; }
.schedule .practice > span:last-child { font-weight: 600; }
.schedule .practice::before { background: var(--brand); }
.schedule .free-time { color: var(--olive); font-style: italic; }
.day-footer { padding-top: 24px; margin-top: auto; font-size: 10px; font-style: italic; }

/* Host */
.host-section { background: var(--brand-tint); padding-block: 70px; }
.host-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; align-items: center; }
.host-photo { position: relative; height: 480px; max-width: 400px; margin-left: 28px; }
.host-photo > img { height: 100%; object-fit: cover; object-position: center 27%; border-radius: 180px 180px 12px 12px; }
.host-caption { position: absolute; left: -28px; bottom: 24px; padding: 15px 25px; border-radius: 4px; background: var(--lime); font-size: 12px; transform: rotate(-5deg); }
.host-copy { max-width: 470px; }
.host-copy .host-name { color: var(--ink); margin-top: 27px; font-size: 17px; font-weight: 500; }
.host-copy > p:not(.eyebrow):not(.host-name) { margin-top: 15px; font-size: 13px; }
.host-copy > .text-link { margin-top: 10px; }
.host-signature { margin-top: 24px; font-size: 10px; color: var(--muted); }
.host-signature span { display: block; color: var(--olive); margin-top: 4px; font-size: 26px; font-style: italic; font-weight: 450; letter-spacing: -1px; }

/* Testimonials */
.center-heading { text-align: center; margin-bottom: 42px; }
.center-heading > p:last-child:not(.eyebrow) { margin-top: 20px; font-size: 12px; line-height: 1.9; }
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote-card { display: flex; flex-direction: column; padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.quote-mark { height: 51px; font-size: 70px; font-weight: 450; line-height: 1; color: var(--brand); }
.quote-card blockquote { margin: 12px 0 25px; font-size: 13px; line-height: 1.9; }
.quote-card figcaption { display: flex; align-items: center; gap: 11px; margin-top: auto; font-size: 10px; font-weight: 550; line-height: 1.6; }
.quote-card figcaption small { display: block; font-weight: 400; font-size: 9px; color: var(--muted); }
.quote-avatar { width: 35px; height: 35px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; background: var(--brand-soft); }
.quote-avatar .icon { width: 16px; height: 16px; }
.full-reviews { margin-top: 22px; }
.full-reviews > summary { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; font-size: 11px; color: var(--muted); cursor: pointer; list-style: none; }
.full-reviews-content { margin-top: 20px; padding: 8px 30px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.full-reviews-content blockquote { margin: 0; padding-block: 24px; font-size: 13px; line-height: 1.9; }
.full-reviews-content blockquote + blockquote { border-top: 1px solid var(--line); }
.full-reviews-content cite { display: block; margin-top: 12px; font-style: normal; font-weight: 550; }

/* Transparent pricing */
.pricing-section { background: var(--brand-tint); padding-block: 90px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 950px; margin-inline: auto; }
.price-card { display: flex; flex-direction: column; padding: 33px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.yoga-price { border: 1.5px solid var(--brand); }
.price-card-header { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 27px; }
.step-label { font-size: 9px; letter-spacing: 1.2px; color: var(--olive); }
.availability { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 20px; color: var(--brand-hover); background: var(--brand-soft); font-size: 8px; white-space: nowrap; }
.availability .status-dot { width: 5px; height: 5px; }
.price-card h3 { font-size: 24px; }
.price { font-size: 74px; font-weight: 450; line-height: 1.2; letter-spacing: -5px; margin-top: 24px; }
.price > span { font-size: 40px; letter-spacing: -2px; }
.price > small { font-size: 18px; letter-spacing: -1px; }
.price-caption { font-size: 11px; margin-top: 4px; }
.returner, .hotel-price-note { min-height: 61px; margin-top: 20px; font-size: 11px; line-height: 1.8; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.returner strong { color: var(--ink); font-weight: 550; }
.price-card .check-list { margin-block: 25px 20px; }
.price-card .check-list li { font-size: 12px; }
.price-card .button { width: 100%; margin-top: auto; }
.price-footnote { margin-top: 12px; font-size: 9px; text-align: center; }
.price-footnote a { text-decoration: underline; }
.total-price { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 25px; }
.total-price .icon { background: var(--brand-soft); border-radius: 50%; width: 29px; height: 29px; padding: 6px; flex-basis: 29px; }
.total-price strong { display: block; color: var(--ink); font-size: 12px; font-weight: 550; }
.total-price p > span { display: block; margin-top: 3px; font-size: 10px; }

/* Native, keyboard-accessible FAQ */
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro > p:not(.eyebrow) { font-size: 13px; margin-top: 23px; max-width: 280px; }
.faq-intro .text-link { margin-top: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; cursor: pointer; padding-block: 23px; font-size: 13px; font-weight: 500; list-style: none; }
summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 17px; height: 17px; flex: 0 0 17px; }
.faq-plus::before, .faq-plus::after { position: absolute; content: ""; background: var(--olive); }
.faq-plus::before { top: 8px; left: 2px; width: 13px; height: 1px; }
.faq-plus::after { left: 8px; top: 2px; width: 1px; height: 13px; transition: transform .2s; }
details[open] .faq-plus::after { transform: rotate(90deg); }
.faq-answer { padding: 0 30px 24px 0; font-size: 12px; line-height: 1.9; }
.faq-answer p + p { margin-top: 12px; }
.faq-answer a { color: var(--ink); text-decoration: underline; overflow-wrap: anywhere; }
.faq-answer strong { font-weight: 600; }

/* Final conversion section and footer */
.final-cta { position: relative; overflow: hidden; padding-block: 78px; color: var(--white); background: var(--brand-dark); text-align: center; }
.final-cta-inner { position: relative; z-index: 1; }
.final-sun { width: 39px; height: 39px; color: var(--lime); margin-bottom: 23px; stroke-width: 1; }
.final-cta .eyebrow { color: #d4bce9; font-size: 9px; }
.final-cta h2 { font-size: clamp(40px, 5.2vw, 68px); font-weight: 450; letter-spacing: -3px; }
.final-cta h2 em { color: var(--lime); }
.final-cta p:not(.eyebrow) { color: var(--on-dark); font-size: 13px; margin-top: 24px; }
.final-cta .button { margin-top: 29px; }
.final-cta p.final-note { font-size: var(--text-meta); margin-top: 15px; line-height: 1.9; }
.final-contact { display: inline-block; padding: 10px 0; margin-top: 12px; font-size: 10px; color: var(--brand-soft); text-decoration: underline; }
.decorative-ring { position: absolute; width: 550px; height: 550px; border: 1px solid #c6a7e826; border-radius: 50%; pointer-events: none; }
.ring-one { left: -360px; top: 10px; box-shadow: 0 0 0 40px #c6a7e808, 0 0 0 80px #c6a7e808, 0 0 0 120px #c6a7e808; }
.ring-two { right: -380px; bottom: -260px; box-shadow: 0 0 0 40px #c6a7e808, 0 0 0 80px #c6a7e808, 0 0 0 120px #c6a7e808; }
.site-footer { padding-block: 65px 20px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 65px; padding-bottom: 45px; }
.footer-grid h3 { font-size: 12px; font-weight: 550; letter-spacing: 0; margin-bottom: 18px; }
.footer-grid p, .footer-grid address { font-size: 11px; line-height: 1.95; }
.footer-grid .brand + p { margin-top: 22px; }
.footer-social { display: inline-block; padding-block: 12px; margin-top: 5px; font-size: 10px; }
.footer-grid a:hover { text-decoration: underline; }
.footer-grid .text-link { font-size: 10px; margin-top: 10px; }
.footer-grid .newsletter-note { font-size: 9px; line-height: 1.8; max-width: 270px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a { display: inline-block; padding-block: 10px; }
.footer-bottom a:hover { text-decoration: underline; }
.mobile-booking { display: none; }

/* Tablet */
@media (min-width: 1500px) {
  .hero { gap: 70px; padding-block: 50px 85px; }
  .hero-image-wrap { height: 590px; }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 72px); }
  .desktop-nav { gap: 18px; }
  .header-inner { gap: 18px; }
  .brand-logo { width: 190px; }
  .header-cta { padding-inline: 13px; font-size: 10px; }
  .hero { gap: 30px; }
  h1 { font-size: clamp(40px, 5.1vw, 56px); }
  .hero-image-wrap { height: 510px; }
  .hero-actions { gap: 15px; flex-wrap: wrap; }
  .hero-actions .button { font-size: 12px; padding-inline: 19px; }
  .pool-peek { left: -12px; width: 200px; }
  .pool-peek img { height: 127px; }
  .image-location { right: 16px; bottom: 70px; }
  .fact { padding-inline: 17px; gap: 11px; }
  .fact strong { font-size: 10px; }
  .fact p > span { font-size: 9px; }
  .experience-card { padding: 25px; }
  .experience-card h3 { font-size: 18px; }
  .section-intro { gap: 35px; }
  .section-intro > p, .section-intro > div + div { max-width: 335px; }
  .day-card { padding: 25px 19px; }
  .schedule li { grid-template-columns: 72px 1fr; gap: 5px; }
  .schedule time, .schedule .time { font-size: 8px; }
  .host-grid { gap: 65px; }
  .faq-section { gap: 60px; }
  .price-card { padding: 27px; }
}
@media (max-width: 900px) {
  .container { width: calc(100% - 48px); }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .mobile-nav { display: block; }
  .mobile-nav summary { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 44px; height: 44px; list-style: none; cursor: pointer; }
  .mobile-nav summary > span { width: 22px; height: 1px; background: var(--ink); }
  .mobile-nav nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 18px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 10px 20px #3825490a; }
  .mobile-nav nav a { display: flex; align-items: center; min-height: 44px; font-size: 12px; }
  .mobile-nav nav a:hover { text-decoration: underline; }
  .header-inner { min-height: 80px; }
  .hero { gap: 20px; padding-top: 32px; }
  h1 { font-size: clamp(34px, 4.8vw, 45px); }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1px; }
  .hero-description { font-size: 12px; }
  .hero-image-wrap { height: 470px; }
  .retreat-seal { width: 94px; height: 94px; right: -10px; top: 6px; }
  .retreat-seal strong { font-size: 19px; }
  .retreat-seal span { font-size: 7px; }
  .retreat-seal .icon { width: 20px; height: 20px; margin-bottom: 3px; }
  .hero-side-note { display: none; }
  .hero-actions { gap: 8px; margin-top: 21px; }
  .hero-host { gap: 8px; margin-top: 20px; }
  .host-line, .hero-host-note { display: none; }
  .image-location { font-size: 10px; }
  .image-location small { font-size: 8px; }
  .facts { grid-template-columns: repeat(2, 1fr); gap: 25px 0; }
  .fact:nth-child(2) { border: 0; }
  .fact:nth-child(3) { padding-left: 0; }
  .fact strong { font-size: 12px; }
  .fact p > span { font-size: 10px; }
  .section { padding-block: 75px; }
  .section-intro { align-items: flex-start; }
  .section-intro > p, .section-intro > div + div { max-width: 290px; font-size: 12px; }
  h2 { font-size: 33px; letter-spacing: -1.5px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.5px; }
  .experience-grid, .program-grid, .quotes-grid { gap: 12px; }
  .experience-card { padding: 22px 19px; }
  .experience-card h3 { font-size: 18px; }
  .experience-card p { font-size: 11px; }
  .tags { gap: 5px; }
  .tags span { font-size: 8px; padding: 4px 7px; }
  .place-section { padding-top: 70px; }
  .place-gallery { grid-template-rows: 170px 170px; gap: 12px; }
  .included { gap: 25px; }
  .included h3 { font-size: 20px; }
  .included .check-list li { font-size: 10px; }
  .day-card { padding: 24px 16px; }
  .day-top > span { font-size: 8px; letter-spacing: .3px; }
  .day-top .icon { width: 18px; height: 18px; }
  .day-card h3 { font-size: 27px; }
  .day-subtitle { font-size: 10px; }
  .schedule li { display: flex; flex-direction: column; gap: 1px; font-size: 10px; }
  .schedule time, .schedule .time { font-size: 9px; }
  .host-grid { gap: 45px; }
  .host-photo { height: 420px; margin-left: 15px; }
  .host-caption { left: -15px; font-size: 10px; padding: 13px 17px; }
  .host-copy > p:not(.eyebrow):not(.host-name) { font-size: 12px; }
  .quote-card { padding: 22px 18px; }
  .quote-card blockquote { font-size: 12px; }
  .quote-card figcaption { font-size: 9px; }
  .quote-card figcaption small { font-size: 8px; }
  .quote-avatar { width: 29px; height: 29px; }
  .price-card { padding: 24px; }
  .price-card-header { flex-wrap: wrap; margin-bottom: 22px; }
  .price-card h3 { font-size: 21px; }
  .step-label { font-size: 8px; }
  .price-card .button { font-size: 11px; gap: 10px; padding-inline: 13px; }
  .faq-section { gap: 35px; grid-template-columns: .8fr 1.2fr; }
  .faq-list summary { font-size: 12px; }
  .footer-grid { gap: 35px; }
}

/* Mobile */
@media (max-width: 640px) {
  html { scroll-padding-top: 90px; }
  .container { width: calc(100% - 40px); }
  .announcement { font-size: 9px; min-height: 31px; }
  .announcement > span { display: none; }
  .header-inner { min-height: 72px; gap: 8px; }
  .brand-logo { width: 155px; }
  .site-footer .brand-logo { width: 208px; }
  .header-cta { font-size: 9px; padding: 9px 11px; gap: 8px; min-height: 40px; }
  .header-cta .icon { display: none; }
  .mobile-nav summary { width: 36px; }
  .mobile-nav nav { grid-template-columns: repeat(2, 1fr); padding-inline: 20px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 24px 57px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.25px; margin-bottom: 16px; }
  h1 { font-size: clamp(31px, 9.4vw, 52px); }
  .hero-details { margin-top: 18px; }
  .hero-description { font-size: 13px; max-width: 350px; margin-top: 12px; }
  .hero-actions { gap: 19px; flex-wrap: wrap; margin-top: 22px; }
  .hero-actions .button { font-size: 12px; min-height: 52px; padding-inline: 18px; gap: 12px; }
  .hero-actions .text-link { font-size: 10px; }
  .hero-host { margin-top: 23px; gap: 11px; }
  .host-line, .hero-host-note { display: block; }
  .hero-visual { padding-left: 25px; padding-right: 8px; padding-bottom: 30px; }
  .hero-image-wrap { height: 420px; border-radius: 190px 190px 12px 12px; }
  .retreat-seal { top: 20px; right: 0; width: 101px; height: 101px; }
  .retreat-seal strong { font-size: 21px; }
  .pool-peek { width: 185px; bottom: 0; left: 2px; }
  .pool-peek img { height: 117px; }
  .pool-peek figcaption { font-size: 8px; min-height: 32px; }
  .image-location { bottom: 100px; right: 17px; font-size: 11px; }
  .image-location small { font-size: 9px; }
  .facts { padding-block: 24px; gap: 22px 0; }
  .fact { padding-inline: 13px; gap: 9px; align-items: flex-start; }
  .fact > .icon { width: 20px; height: 20px; flex-basis: 20px; margin-top: 3px; }
  .fact small { font-size: 7px; letter-spacing: .8px; }
  .fact strong { font-size: 10px; }
  .fact p > span { font-size: 8px; }
  .section { padding-block: 64px; }
  .section-intro { flex-direction: column; gap: 20px; margin-bottom: 28px; }
  .section-intro > p, .section-intro > div + div { max-width: 100%; font-size: 13px; }
  h2 { font-size: 34px; letter-spacing: -1.7px; line-height: 1.2; }
  .eyebrow { font-size: 8px; letter-spacing: 1.55px; margin-bottom: 15px; }
  .experience-grid { grid-template-columns: 1fr; gap: 14px; }
  .experience-card { padding: 27px; }
  .experience-icon { position: absolute; top: 21px; right: 25px; margin: 0; width: 35px; height: 35px; }
  .card-number { font-size: 8px; }
  .experience-card h3 { font-size: 22px; margin-top: 32px; }
  .experience-card p { font-size: 12px; margin-top: 12px; margin-bottom: 21px; }
  .tags span { font-size: 9px; padding: 5px 10px; }
  .gentle-note { align-items: flex-start; font-size: 10px; text-align: left; }
  .gentle-note .icon { margin-top: 2px; }
  .place-section { padding-block: 60px 25px; }
  .place-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 160px; gap: 10px; }
  .place-gallery .gallery-main { grid-column: span 2; grid-row: auto; }
  .place-gallery figcaption { padding: 35px 12px 12px; font-size: 9px; }
  .included { grid-template-columns: 1fr; gap: 0; padding-top: 32px; }
  .included > div { margin-bottom: 25px; }
  .included h3 { font-size: 25px; }
  .included h3 br { display: none; }
  .included .check-list li { font-size: 12px; margin-bottom: 15px; }
  .photo-note { font-size: 8px; margin-top: 15px; }
  .program-grid { grid-template-columns: 1fr; gap: 16px; }
  .day-card { padding: 27px; }
  .day-top > span { font-size: 9px; letter-spacing: 1px; }
  .day-card h3 { font-size: 32px; }
  .day-subtitle { font-size: 12px; }
  .schedule { margin-top: 22px; }
  .schedule li { display: grid; grid-template-columns: 89px 1fr; gap: 8px; padding-block: 12px; font-size: 11px; }
  .schedule time, .schedule .time { font-size: 10px; }
  .day-footer { font-size: 11px; padding-top: 22px; }
  .host-section { padding-block: 55px; }
  .host-grid { grid-template-columns: 1fr; gap: 40px; }
  .host-photo { margin-inline: 20px; max-width: none; height: 430px; }
  .host-caption { padding: 13px 20px; font-size: 12px; }
  .host-copy { max-width: none; }
  .host-copy > p:not(.eyebrow):not(.host-name) { font-size: 13px; }
  .host-copy .host-name { margin-top: 22px; }
  .center-heading { text-align: left; margin-bottom: 30px; }
  .center-heading > p:last-child:not(.eyebrow) { font-size: 12px; margin-top: 17px; }
  .center-heading > p br { display: none; }
  .quotes-grid { grid-template-columns: 1fr; gap: 15px; }
  .quote-card { padding: 25px; }
  .quote-card blockquote { font-size: 14px; margin-top: 0; }
  .quote-card figcaption { font-size: 11px; }
  .quote-card figcaption small { font-size: 10px; }
  .quote-avatar { width: 35px; height: 35px; }
  .full-reviews > summary { justify-content: flex-start; font-size: 10px; }
  .full-reviews-content { padding-inline: 22px; }
  .pricing-section { padding-block: 60px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 19px; }
  .price-card { padding: 26px; }
  .price-card-header { margin-bottom: 24px; }
  .price-card h3 { font-size: 25px; }
  .price-card .button { font-size: 12px; }
  .step-label { font-size: 8px; letter-spacing: 1px; }
  .price { margin-top: 20px; }
  .returner, .hotel-price-note { min-height: 0; }
  .price-card .check-list li { font-size: 12px; }
  .price-footnote { font-size: 9px; }
  .total-price { align-items: flex-start; gap: 10px; }
  .total-price .icon { margin-top: 3px; }
  .total-price strong { font-size: 11px; }
  .total-price p > span { font-size: 10px; line-height: 1.8; margin-top: 6px; }
  .faq-section { grid-template-columns: 1fr; gap: 27px; }
  .faq-intro > p:not(.eyebrow) { max-width: none; }
  .faq-list summary { font-size: 13px; padding-block: 22px; }
  .faq-answer { font-size: 12px; padding-right: 12px; }
  .final-cta { padding-block: 59px; }
  .final-cta .eyebrow { font-size: 8px; letter-spacing: 1px; }
  .final-cta h2 { font-size: 44px; letter-spacing: -2.5px; }
  .final-cta p:not(.eyebrow) { font-size: 12px; }
  .final-cta p br { display: none; }
  .final-cta .button { width: 100%; padding-inline: 13px; font-size: 11px; gap: 10px; }
  .site-footer { padding-block: 45px calc(95px + env(safe-area-inset-bottom, 0px)); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 25px; padding-bottom: 30px; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-grid h3 { font-size: 11px; }
  .footer-grid address { font-size: 10px; overflow-wrap: anywhere; }
  .footer-grid .text-link { font-size: 9px; gap: 8px; }
  .footer-grid .newsletter-note { font-size: 8px; }
  .footer-bottom { flex-wrap: wrap; row-gap: 5px; font-size: 8px; }
  .footer-bottom > span:nth-child(2) { display: none; }
  .footer-bottom nav { gap: 15px; }
  .mobile-booking { position: fixed; left: 0; right: 0; bottom: 0; z-index: 25; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px)); background: #f8f7f2f7; border-top: 1px solid var(--line); box-shadow: 0 -4px 22px #38254908; backdrop-filter: blur(16px); }
  .mobile-booking strong { display: block; font-size: 11px; font-weight: 550; }
  .mobile-booking div > span { display: block; color: var(--muted); font-size: 9px; }
  .mobile-booking .button { min-height: 42px; padding-inline: 17px; font-size: 11px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .header-cta { font-size: 8px; padding-inline: 8px; }
  .brand-logo { width: 140px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { padding-inline: 13px; font-size: 11px; }
  .fact { gap: 6px; padding-inline: 8px; }
  .fact > .icon { width: 16px; flex-basis: 16px; }
  .fact strong { font-size: 9px; }
  .price-card { padding: 22px; }
  .schedule li { grid-template-columns: 78px 1fr; font-size: 10px; }
  .final-cta .button { font-size: 10px; }
}

/* Shared reading scale: layout breakpoints must not shrink essential text. */
body { font-size: var(--text-body); line-height: 1.8; }

.section-intro > p,
.section-intro > div + div,
.experience-card p,
.host-copy > p:not(.eyebrow):not(.host-name),
.center-heading > p:last-child:not(.eyebrow),
.quote-card blockquote,
.full-reviews-content blockquote,
.faq-intro > p:not(.eyebrow),
.faq-list summary,
.faq-answer,
.final-cta p:not(.eyebrow) { font-size: var(--text-body); line-height: 1.85; }

.hero-description { font-size: 1.125rem; line-height: 1.85; max-width: 450px; }
.button,
.hero-actions .button,
.price-card .button,
.final-cta .button { font-size: .9375rem; }
.button-small,
.header-cta,
.text-link,
.hero-actions .text-link,
.desktop-nav a,
.mobile-nav nav a { font-size: var(--text-ui); }

.fact strong,
.image-location,
.gentle-note,
.included p,
.check-list li,
.included .check-list li,
.price-card .check-list li,
.day-subtitle,
.schedule li,
.host-caption,
.returner,
.hotel-price-note,
.total-price strong,
.footer-grid h3,
.footer-grid p,
.footer-grid address { font-size: var(--text-ui); }

.hero-host strong,
.fact p > span,
.place-gallery figcaption,
.day-footer,
.quote-card figcaption,
.full-reviews > summary,
.price-caption,
.total-price p > span,
.final-contact,
.footer-social,
.footer-grid .text-link,
.mobile-booking strong,
.mobile-booking .button { font-size: var(--text-small); }

.announcement,
.hero-host p,
.hero-host-note,
.image-location small,
.schedule time,
.schedule .time,
.host-signature,
.quote-card figcaption small,
.tags span,
.photo-note,
.price-footnote,
.footer-grid .newsletter-note,
.footer-bottom,
.mobile-booking div > span { font-size: var(--text-meta); }

.eyebrow,
.hero .eyebrow,
.included .eyebrow,
.final-cta .eyebrow,
.fact small,
.card-number,
.day-top > span,
.step-label,
.availability,
.retreat-seal span,
.pool-peek figcaption,
.hero-side-note { font-size: var(--text-label); }

.final-cta p.final-note { font-size: var(--text-meta); }
.hero-actions { flex-wrap: wrap; }
.hero-host { flex-wrap: wrap; }
.price-card-header { flex-wrap: wrap; }
.schedule li { grid-template-columns: 100px minmax(0, 1fr); }
.schedule time, .schedule .time { white-space: nowrap; }
.fact p, .footer-grid > div { min-width: 0; }
.footer-grid address { overflow-wrap: anywhere; }
.button { text-align: center; }

@media (max-width: 1150px) {
  .header-cta { font-size: var(--text-small); }
  .desktop-nav { gap: 16px; }
  .hero-description { font-size: var(--text-body); }
  .schedule li { display: flex; flex-direction: column; gap: 2px; }
}

@media (max-width: 900px) {
  .section-intro > p, .section-intro > div + div { max-width: 340px; }
  .experience-grid, .quotes-grid { grid-template-columns: 1fr; gap: 18px; }
  .experience-card { padding: 28px; }
  .experience-card h3 { font-size: 22px; }
  .experience-icon { margin-block: 22px 18px; }
  .quote-card { padding: 28px; }
  .included { grid-template-columns: 1fr 1fr; }
  .included > div { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  /* The fixed booking button remains visible, so the header can stay uncluttered. */
  .header-cta { display: none; }
  .mobile-nav { margin-left: auto; }
  .mobile-nav summary { width: 44px; }
  .hero .eyebrow { letter-spacing: 1px; }
  .hero-host { gap: 10px; }
  .host-line { margin-inline: 2px; }
  .host-line, .hero-host-note { display: none; }
  .section-intro > p, .section-intro > div + div { max-width: 100%; }
  .fact { flex-direction: column; gap: 8px; }
  .fact strong { font-size: var(--text-small); }
  .fact p > span { font-size: var(--text-meta); }
  .fact small { font-size: .625rem; }
  .experience-icon { margin: 0; }
  .included { grid-template-columns: 1fr; }
  .schedule li { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 8px; }
  .price-card .button, .final-cta .button { font-size: var(--text-ui); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-grid .newsletter-note { max-width: 340px; }
  .mobile-booking { gap: 10px; }
  .mobile-booking .button { padding-inline: 14px; gap: 8px; white-space: nowrap; }
  .footer-bottom { font-size: var(--text-label); }
}

@media (max-width: 360px) {
  .schedule li { display: flex; flex-direction: column; gap: 3px; }
  .hero-actions { gap: 12px; }
}

/* Consent: equal-weight choices, readable copy, no modal or forced acceptance. */
.consent-settings-row { padding-bottom: 28px; }
.consent-settings-link, .consent-close { padding: 10px 0; border: 0; background: none; color: var(--brand-hover); font-size: var(--text-small); text-decoration: underline; text-underline-offset: 4px; }
.consent-banner { position: fixed; z-index: 40; right: 24px; bottom: 24px; display: grid; grid-template-rows: minmax(0, 1fr) auto; width: min(650px, calc(100% - 48px)); max-height: calc(100vh - 48px); max-height: calc(100dvh - 48px); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 16px 70px #38254930; }
.consent-banner[hidden], .consent-settings-link[hidden], .consent-close[hidden] { display: none; }
.consent-copy { overflow-y: auto; overscroll-behavior: contain; padding: 26px 28px 18px; }
.consent-copy .eyebrow { margin-bottom: 10px; font-size: var(--text-label); letter-spacing: 1px; }
.consent-copy h2 { margin-bottom: 16px; font-size: 25px; letter-spacing: -.7px; }
.consent-copy > p:not(.eyebrow) { font-size: var(--text-ui); line-height: 1.75; }
.consent-notice { margin-top: 16px; padding: 13px 15px; border-radius: 10px; background: var(--brand-tint); }
.consent-notice strong { color: var(--ink); font-weight: 600; }
.consent-details { margin-top: 13px; }
.consent-details summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; font-size: var(--text-ui); cursor: pointer; list-style: none; }
.consent-details p { margin-top: 12px; font-size: var(--text-small); line-height: 1.8; }
.consent-policy-links { display: flex; flex-wrap: wrap; gap: 4px 20px; margin-top: 5px; }
.consent-policy-links a { padding-block: 8px; color: var(--brand-hover); font-size: var(--text-meta); text-decoration: underline; }
.consent-copy .consent-current { margin-top: 8px; font-size: var(--text-meta); }
.consent-current:empty { display: none; }
.consent-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 18px 28px; border-top: 1px solid var(--line); background: var(--white); }
.consent-actions .button { min-height: 50px; padding: 12px; font-size: var(--text-ui); }
.consent-close { grid-column: 1 / -1; justify-self: center; min-height: 44px; padding: 8px; }
.consent-noscript { padding-bottom: 30px; font-size: var(--text-small); }

@media (max-width: 640px) {
  .consent-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); max-height: calc(100vh - 20px); max-height: calc(100dvh - 20px); border-radius: 16px; }
  .consent-copy { padding: 22px 20px 12px; }
  .consent-copy h2 { font-size: 23px; }
  .consent-actions { grid-template-columns: 1fr; gap: 10px; padding: 15px 20px calc(15px + env(safe-area-inset-bottom, 0px)); }
  .consent-actions .button { min-height: 46px; }
  .consent-settings-row { padding-bottom: calc(105px + env(safe-area-inset-bottom, 0px)); }
  .site-footer { padding-bottom: 12px; }
  .consent-is-open .mobile-booking { visibility: hidden; }
}

/* Motion is decorative; all content stays visible without JavaScript. */
@media (prefers-reduced-motion: no-preference) {
  @keyframes settle-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
  .hero-copy { animation: settle-in .65s ease both; }
  .hero-visual { animation: settle-in .85s .1s ease both; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  body { color: #111; background: white; font-size: 11pt; }
  .site-header { position: static; }
  .announcement, .desktop-nav, .header-cta, .mobile-nav, .mobile-booking, .final-cta, .decorative-ring, .consent-banner, .consent-settings-row, #consent-status { display: none; }
  .container { width: 100%; }
  .section, .place-section, .host-section, .pricing-section { padding-block: 25px; }
  .place-section, .host-section, .pricing-section { color: #111; background: white; }
  .place-section p, .place-section .check-list, .place-section h2 em, .place-section .eyebrow { color: #333; }
  .hero { gap: 25px; padding-block: 25px; }
  .hero-image-wrap { height: 350px; }
  .pool-peek, .retreat-seal { display: none; }
  .price-card, .day-card, .quote-card { break-inside: avoid; }
  .faq-list details::details-content { content-visibility: visible; }
  .button { color: #111; background: white; border-color: #111; }
  .site-footer { padding-bottom: 0; }
}