/* ═══════════════════════════════════════════════════════════
   BARE FORM AESTHETICS · bareformaesthetics.com.au
   A sunlit exhale — warm, coastal, natural, unhurried.
   Fixed light identity per Brand Kit v2.0. No dark theme.
   ═══════════════════════════════════════════════════════════ */

:root {
  --cream:    #F6F1E7;   /* Warm Linen — page background */
  --offwhite: #FBF8F2;   /* Shell White — cards */
  --sand:     #E8DEC9;   /* Coastal Sand — soft blocks */
  --tan:      #C2A183;   /* Sunlit Tan — accents, labels */
  --olive:    #5A6247;   /* Deep Olive — headlines, CTAs */
  --olive-deep: #4A5139;
  --sage:     #8C9274;   /* Soft Sage — secondary green */
  --ink:      #3E4034;   /* Grounded Bark — body text */
  --ink-soft: #7C7A6B;
  --line:     #E6DCC9;
  --shadow:   rgba(62, 64, 52, 0.07);
  --shadow-deep: rgba(62, 64, 52, 0.14);

  --serif: 'Cormorant', Georgia, serif;
  --sans:  'Jost', system-ui, sans-serif;

  /* Motion — strong custom curves (never default ease-in) */
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-io:  cubic-bezier(0.77, 0, 0.175, 1);
  --reveal-dur: 900ms;

  --radius: 16px;
  --arch: 999px 999px 18px 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--olive);
  line-height: 1.12;
  text-wrap: balance;
}

p { max-width: 62ch; }
img { max-width: 100%; display: block; }
a { color: var(--olive); text-decoration-thickness: 1px; text-underline-offset: 3px; }
strong { font-weight: 500; color: var(--olive); }
em { font-family: var(--serif); font-style: italic; font-size: 1.1em; }

::selection { background: var(--sand); color: var(--olive); }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 40px); }

/* ——— labels (eyebrows) ——— */
.label {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--tan);
}
.label.olive { color: var(--olive); }

/* ——— atmosphere: sunwash + grain ——— */
.sunwash {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(1100px 700px at 85% -5%, rgba(194,161,131,0.15), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(140,146,116,0.10), transparent 55%),
    radial-gradient(700px 500px at 70% 100%, rgba(232,222,201,0.5), transparent 60%);
}
body::after {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: 4;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}
main { position: relative; z-index: 1; }

/* ═══════════════ REVIEWS CAROUSEL (real Google screenshots) ═══════════════ */
.carousel { position: relative; margin-top: 44px; display: flex; align-items: center; gap: 14px; }
.car-track {
  display: flex; gap: 22px; overflow-x: auto; flex: 1;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 10px 4px 22px; scrollbar-width: none;
}
.car-track::-webkit-scrollbar { display: none; }
.car-track:focus-visible { outline: 2px solid var(--tan); outline-offset: 4px; border-radius: 8px; }
.car-slide {
  flex: 0 0 min(620px, 86%); scroll-snap-align: center; margin: 0;
}
.car-slide.wide { flex-basis: min(900px, 92%); }
.car-slide img {
  width: 100%; height: auto; display: block;
  border-radius: 14px; border: 1px solid var(--line);
  box-shadow: 0 14px 36px var(--shadow-deep);
  background: #fff;
}
.car-btn {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--olive); background: transparent; color: var(--olive);
  font-size: 24px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background-color 200ms ease, color 200ms ease, transform 160ms var(--ease-out);
  touch-action: manipulation;
}
@media (hover: hover) and (pointer: fine) {
  .car-btn:hover { background: var(--olive); color: var(--cream); }
}
.car-btn:active { transform: scale(0.94); }
.car-btn:focus-visible { outline: 2px solid var(--tan); outline-offset: 3px; }
@media (max-width: 640px) {
  .car-btn { display: none; }
  .carousel { gap: 0; }
}

/* ═══════════════ REVIEWS (real Google reviews) ═══════════════ */
.reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.review-card {
  background: var(--sand); border-radius: 18px; padding: 40px 38px;
  display: flex; flex-direction: column; gap: 18px;
}
.review-card.alt { background: var(--offwhite); border: 1px solid var(--line); }
.review-stars { color: var(--tan); font-size: 17px; letter-spacing: 6px; }
.review-card blockquote {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(19px, 2.2vw, 23px); line-height: 1.5; color: var(--olive);
  border: none; margin: 0;
}
.review-card figcaption { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.review-card figcaption b { color: var(--olive); font-weight: 500; }
.review-proof {
  width: 100%; height: auto; margin-top: 6px;
  border-radius: 10px; border: 1px solid var(--line);
  box-shadow: 0 8px 22px var(--shadow);
  background: #fff;
  transition: transform 350ms var(--ease-out), box-shadow 350ms var(--ease-out);
  cursor: zoom-in;
}
@media (hover: hover) and (pointer: fine) {
  .review-proof:hover { transform: scale(1.6); box-shadow: 0 24px 60px var(--shadow-deep); position: relative; z-index: 5; }
}

/* ═══════════════ STATS BAND ═══════════════ */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 44px 0;
}
.stat { text-align: center; }
.stat .n { font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 4vw, 52px); color: var(--olive); line-height: 1.1; }
.stat .n i { color: var(--tan); font-size: 0.6em; }
.stat .t { font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); margin-top: 8px; }

/* ═══════════════ MOBILE BOOK BAR ═══════════════ */
.book-bar {
  display: none;
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 80;
  background: var(--olive); color: var(--cream);
  border-radius: 999px; padding: 16px 24px;
  text-decoration: none; text-align: center;
  font-size: 13.5px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  box-shadow: 0 14px 36px rgba(62,64,52,0.35);
  transition: transform 160ms var(--ease-out);
}
.book-bar:active { transform: scale(0.98); }
.book-bar span { color: var(--tan); }
@media (max-width: 880px) {
  .book-bar { display: block; }
  .site-footer { padding-bottom: 92px; }
}

/* ═══════════════ HEADER / NAV ═══════════════ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background-color 300ms var(--ease-out), box-shadow 300ms var(--ease-out), padding 300ms var(--ease-out);
  padding: 22px 0;
}
.site-header.scrolled {
  background: rgba(246, 241, 231, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
  padding: 12px 0;
}
.nav-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { height: 72px; width: auto; transition: height 300ms var(--ease-out); }
.scrolled .brand img { height: 56px; }

.nav-links { display: flex; align-items: center; gap: 34px; list-style: none; }
.nav-links a {
  font-size: 13px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; color: var(--ink);
  position: relative; padding: 6px 0;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 1px; background: var(--tan);
  transition: right 300ms var(--ease-out);
}
.nav-links a[aria-current="page"] { color: var(--olive); font-weight: 500; }
.nav-links a[aria-current="page"]::after { right: 0; }
@media (hover: hover) and (pointer: fine) {
  .nav-links a:hover::after { right: 0; }
}

/* ——— buttons ——— */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 13.5px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; border: none;
  padding: 17px 32px; border-radius: 999px;
  background: var(--olive); color: var(--cream);
  transition: transform 160ms var(--ease-out), background-color 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 10px 26px var(--shadow-deep);
  touch-action: manipulation;
}
.btn .arrow { transition: transform 250ms var(--ease-out); display: inline-block; }
@media (hover: hover) and (pointer: fine) {
  .btn:hover { background: var(--olive-deep); box-shadow: 0 14px 32px var(--shadow-deep); }
  .btn:hover .arrow { transform: translateX(4px); }
}
.btn:active { transform: scale(0.97); }
.btn:focus-visible { outline: 2px solid var(--tan); outline-offset: 3px; }

.btn.ghost {
  background: transparent; color: var(--olive);
  border: 1px solid var(--olive); box-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn.ghost:hover { background: var(--olive); color: var(--cream); }
}
.btn.on-olive { background: var(--cream); color: var(--olive); }
@media (hover: hover) and (pointer: fine) {
  .btn.on-olive:hover { background: var(--offwhite); }
}

.text-link {
  font-size: 13.5px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--olive); text-decoration: none;
  border-bottom: 1px solid var(--tan); padding-bottom: 3px;
  transition: border-color 200ms ease, color 200ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .text-link:hover { color: var(--tan); }
}

/* ——— mobile nav ——— */
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 46px; height: 46px; border-radius: 50%;
  align-items: center; justify-content: center; flex-direction: column; gap: 6px;
  transition: transform 160ms var(--ease-out);
}
.nav-toggle:active { transform: scale(0.94); }
.nav-toggle span {
  width: 24px; height: 1.6px; background: var(--olive); display: block;
  transition: transform 300ms var(--ease-out), opacity 200ms ease;
}
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.6px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.6px) rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 0; z-index: 90;
  background: var(--olive);
  display: flex; flex-direction: column; justify-content: center; padding: 0 10vw;
  opacity: 0; visibility: hidden;
  transition: opacity 400ms var(--ease-out), visibility 0s 400ms;
}
body.nav-open .mobile-nav { opacity: 1; visibility: visible; transition: opacity 400ms var(--ease-out); }
.mobile-nav a {
  font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 9vw, 52px);
  color: var(--cream); text-decoration: none; padding: 12px 0; line-height: 1.15;
  opacity: 0; transform: translateY(22px);
  transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out);
}
.mobile-nav a i { font-style: italic; color: var(--tan); }
body.nav-open .mobile-nav a { opacity: 1; transform: none; }
body.nav-open .mobile-nav a:nth-child(1) { transition-delay: 80ms; }
body.nav-open .mobile-nav a:nth-child(2) { transition-delay: 140ms; }
body.nav-open .mobile-nav a:nth-child(3) { transition-delay: 200ms; }
body.nav-open .mobile-nav a:nth-child(4) { transition-delay: 260ms; }
.mobile-nav .mobile-meta {
  margin-top: 40px; color: rgba(246,241,231,0.65);
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  opacity: 0; transition: opacity 500ms var(--ease-out) 340ms;
}
body.nav-open .mobile-nav .mobile-meta { opacity: 1; }
body.nav-open { overflow: hidden; }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-row .btn { display: none; }
}

/* ═══════════════ HERO ═══════════════ */
.hero {
  min-height: 100svh;
  display: flex; align-items: center;
  padding: 140px 0 80px;
  position: relative; overflow: hidden;
}
.hero-grid {
  display: grid; grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(36px, 6vw, 72px); align-items: center;
}
/* grids: never let replaced content (imgs) inflate the 1fr track past the viewport */
.hero-grid > *, .grid-2 > *, .grid-3 > *, .steps > *,
.ba-grid > *, .define-grid > *, .contact-grid > *, .footer-grid > * { min-width: 0; }
.hero h1 {
  font-size: clamp(46px, 7vw, 88px);
  font-weight: 300; letter-spacing: 0.004em; line-height: 1.02;
}
.hero h1 i { font-style: italic; font-weight: 400; color: var(--tan); }
.hero .sub { margin-top: 26px; font-size: 18px; color: var(--ink-soft); max-width: 46ch; }
.hero-ctas { margin-top: 40px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-meta {
  margin-top: 52px; display: flex; gap: 14px 34px; flex-wrap: wrap;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft);
}

/* staggered load-in */
.hero [data-rise] { animation: rise 1.1s var(--ease-out) both; }
.hero [data-rise="2"] { animation-delay: 0.12s; }
.hero [data-rise="3"] { animation-delay: 0.24s; }
.hero [data-rise="4"] { animation-delay: 0.36s; }
.hero [data-rise="5"] { animation-delay: 0.48s; }
@keyframes rise {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: none; }
}

/* hero visual: arched photo + drifting palm light */
.hero-visual { position: relative; }
.hero-arch {
  border-radius: var(--arch);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px var(--shadow-deep);
  aspect-ratio: 4 / 5.1;
  position: relative;
  animation: rise 1.2s var(--ease-out) both 0.2s;
}
.hero-arch img {
  width: 100%; height: 100%; object-fit: cover;
  animation: drift 26s var(--ease-io) infinite alternate;
  transform-origin: center;
}
.hero-arch video {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
@keyframes drift {
  from { transform: scale(1) translateX(0); }
  to   { transform: scale(1.08) translateX(-2%); }
}
.hero-chip {
  position: absolute; left: -26px; bottom: 40px;
  background: var(--offwhite); border: 1px solid var(--line);
  border-radius: 14px; padding: 20px 24px;
  box-shadow: 0 18px 44px var(--shadow-deep);
  animation: rise 1.1s var(--ease-out) both 0.55s;
  max-width: 250px;
}
.hero-chip .price { font-family: var(--serif); font-size: 34px; color: var(--olive); line-height: 1.1; }
.hero-chip .price span { font-size: 15px; color: var(--ink-soft); font-family: var(--sans); letter-spacing: 0.06em; }
.hero-chip p { font-size: 13px; color: var(--ink-soft); line-height: 1.55; margin-top: 6px; }

.scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 10.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-soft);
  animation: rise 1s var(--ease-out) both 0.9s;
}
.scroll-hint::after {
  content: ''; width: 1px; height: 44px;
  background: linear-gradient(var(--tan), transparent);
  animation: hintdrop 2.2s var(--ease-io) infinite;
}
@keyframes hintdrop {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ═══════════════ SECTIONS ═══════════════ */
section { padding: clamp(80px, 11vw, 130px) 0; position: relative; }
.sec-head { display: flex; align-items: baseline; gap: 20px; margin-bottom: 16px; }
.sec-num { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--tan); white-space: nowrap; }
.sec-head h2, h2.big { font-size: clamp(34px, 4.6vw, 54px); font-weight: 300; }
.sec-intro { color: var(--ink-soft); font-size: 17.5px; max-width: 58ch; margin-top: 14px; }

.hr-soft { border: none; border-top: 1px solid var(--line); margin: 0; }

/* ——— scroll reveal system ——— */
[data-reveal] {
  opacity: 0; transform: translateY(28px);
  transition: opacity var(--reveal-dur) var(--ease-out), transform var(--reveal-dur) var(--ease-out);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
[data-reveal].in { opacity: 1; transform: none; }

/* ═══════════════ MARQUEE (feel words) ═══════════════ */
.marquee {
  background: var(--olive); color: var(--cream);
  overflow: hidden; padding: 26px 0;
  display: flex; user-select: none;
}
.marquee-track {
  display: flex; flex-shrink: 0; align-items: baseline;
  animation: marquee 36s linear infinite;
  min-width: 100%;
}
.marquee span {
  font-family: var(--serif); font-weight: 300; font-size: clamp(20px, 2.6vw, 28px);
  padding: 0 28px; white-space: nowrap; color: var(--cream);
}
.marquee span i { color: var(--tan); font-style: italic; }
.marquee .dot { color: var(--tan); font-size: 14px; padding: 0; }
@keyframes marquee { to { transform: translateX(-100%); } }

/* ═══════════════ CARDS / PILLARS ═══════════════ */
.card {
  background: var(--offwhite); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 36px 32px;
  box-shadow: 0 10px 30px var(--shadow);
  transition: transform 350ms var(--ease-out), box-shadow 350ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .card.lift:hover { transform: translateY(-6px); box-shadow: 0 22px 48px var(--shadow-deep); }
}
.card h3 { font-size: 26px; margin: 12px 0 10px; }
.card p { font-size: 15.5px; color: var(--ink-soft); }
.card .glyph { font-family: var(--serif); font-style: italic; font-size: 28px; color: var(--tan); line-height: 1; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ——— steps (how it works) ——— */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
@media (min-width: 881px) {
  .steps.steps-4 { grid-template-columns: repeat(4, 1fr); }
}
.step { position: relative; padding: 40px 30px 34px; background: var(--offwhite); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px var(--shadow); }
.step::before {
  counter-increment: step; content: counter(step, lower-roman) ".";
  font-family: var(--serif); font-style: italic; font-size: 40px; color: var(--tan);
  display: block; line-height: 1; margin-bottom: 16px;
}
.step h3 { font-size: 24px; margin-bottom: 10px; }
.step p { font-size: 15px; color: var(--ink-soft); }

/* ——— offer band ——— */
.offer-band {
  background: var(--sand);
  border-radius: 20px;
  padding: clamp(36px, 5vw, 56px);
  display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center;
  position: relative; overflow: hidden;
}
.offer-band h3 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 300; }
.offer-band p { color: var(--ink); font-size: 16px; margin-top: 10px; }
.offer-prices { display: flex; gap: 36px; margin-top: 22px; flex-wrap: wrap; }
.offer-price .n { font-family: var(--serif); font-size: clamp(36px, 4vw, 52px); color: var(--olive); line-height: 1; }
.offer-price .t { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-top: 6px; }

/* ═══════════════ BEFORE / AFTER SLIDER ═══════════════ */
.ba { margin: 0; }
.ba-frame {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px var(--shadow-deep);
  aspect-ratio: var(--ba-ratio, 9 / 8);
  background: var(--sand);
  --pos: 50%;
  cursor: ew-resize;
}
.ba-frame img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; pointer-events: none;
}
.ba-frame .ba-after-img { clip-path: inset(0 0 0 var(--pos)); }
.ba-divider {
  position: absolute; top: 0; bottom: 0; left: var(--pos);
  width: 2px; background: var(--cream);
  box-shadow: 0 0 12px rgba(62,64,52,0.35);
  pointer-events: none;
}
.ba-handle {
  position: absolute; top: 50%; left: var(--pos);
  transform: translate(-50%, -50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--cream); border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(62,64,52,0.3);
  display: flex; align-items: center; justify-content: center; gap: 5px;
  pointer-events: none;
  font-size: 13px; color: var(--olive);
  transition: transform 200ms var(--ease-out);
}
.ba-frame:active .ba-handle { transform: translate(-50%, -50%) scale(0.92); }
.ba-range {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; cursor: ew-resize; margin: 0;
  touch-action: pan-y;
}
.ba-range:focus-visible ~ .ba-handle { outline: 2px solid var(--tan); outline-offset: 3px; }
.ba-tag {
  position: absolute; bottom: 14px;
  font-size: 10.5px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  background: rgba(251,248,242,0.92); color: var(--olive);
  border-radius: 999px; padding: 7px 15px;
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.ba-tag-before { left: 14px; }
.ba-tag-after  { right: 14px; }
.ba figcaption { margin-top: 16px; font-size: 14px; color: var(--ink-soft); line-height: 1.6; }
.ba figcaption b { font-weight: 500; color: var(--olive); }
.ba-hint { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--tan); display: block; margin-top: 4px; }

.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 56px; }

/* ═══════════════ PRICE TABLES ═══════════════ */
.price-block { background: var(--offwhite); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px var(--shadow); }
.price-block header { padding: 26px 30px 20px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.price-block header h3 { font-size: 26px; }
.price-row {
  display: grid; grid-template-columns: 1fr auto auto; gap: 8px 22px; align-items: baseline;
  padding: 18px 30px; border-bottom: 1px solid var(--line);
  transition: background-color 250ms ease, padding-left 250ms var(--ease-out);
  position: relative;
}
.price-row:last-child { border-bottom: none; }
@media (hover: hover) and (pointer: fine) {
  .price-row:hover { background: var(--cream); padding-left: 38px; }
}
.price-row .t { font-size: 16px; font-weight: 400; color: var(--ink); }
.price-row .d { grid-column: 1; font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; max-width: 52ch; }
.price-row .time { font-size: 12px; letter-spacing: 0.1em; color: var(--ink-soft); text-transform: uppercase; white-space: nowrap; }
.price-row .p { font-family: var(--serif); font-size: 24px; color: var(--olive); white-space: nowrap; font-variant-numeric: tabular-nums; }

/* ═══════════════ FAQ ═══════════════ */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 22px;
  padding: 24px 6px;
  font-family: var(--serif); font-size: clamp(19px, 2.4vw, 24px); color: var(--olive); font-weight: 400;
  transition: color 200ms ease;
  min-height: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
@media (hover: hover) and (pointer: fine) {
  .faq summary:hover { color: var(--tan); }
}
.faq summary:focus-visible { outline: 2px solid var(--tan); outline-offset: 3px; border-radius: 6px; }
.faq .plus {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--tan); position: relative;
  transition: transform 350ms var(--ease-out), background-color 250ms ease;
}
.faq .plus::before, .faq .plus::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 11px; height: 1.4px; background: var(--tan);
  transform: translate(-50%, -50%);
  transition: background-color 250ms ease;
}
.faq .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] .plus { transform: rotate(135deg); background: var(--olive); border-color: var(--olive); }
.faq details[open] .plus::before, .faq details[open] .plus::after { background: var(--cream); }
.faq .faq-a { overflow: hidden; }
.faq .faq-a p { padding: 2px 44px 26px 6px; font-size: 15.5px; color: var(--ink-soft); max-width: 68ch; }

/* ═══════════════ QUOTE / BRAND MOMENT ═══════════════ */
.brand-moment { text-align: center; padding: clamp(90px, 12vw, 150px) 0; position: relative; overflow: hidden; }
.brand-moment .line {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(34px, 5.4vw, 62px); line-height: 1.22; color: var(--olive);
  max-width: 22ch; margin: 0 auto;
}
.brand-moment .line i { color: var(--tan); }

/* ═══════════════ CTA BANDS ═══════════════ */
.cta-band {
  background: var(--olive); color: var(--cream);
  border-radius: 22px; padding: clamp(44px, 6vw, 72px);
  text-align: center; position: relative; overflow: hidden;
  box-shadow: 0 30px 70px var(--shadow-deep);
}
.cta-band h2 { color: var(--cream); font-size: clamp(30px, 4.4vw, 48px); font-weight: 300; }
.cta-band h2 i { font-style: italic; color: var(--tan); }
.cta-band p { color: rgba(246,241,231,0.85); margin: 18px auto 34px; max-width: 52ch; font-size: 16.5px; }
.cta-band .label { color: var(--tan); margin-bottom: 14px; }
.cta-band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(520px 320px at 20% 0%, rgba(194,161,131,0.28), transparent 65%);
  animation: ctaglow 12s var(--ease-io) infinite alternate;
}
@keyframes ctaglow {
  from { transform: translateX(0); opacity: 0.7; }
  to   { transform: translateX(46%); opacity: 1; }
}
.cta-band > * { position: relative; }

/* ═══════════════ FOOTER ═══════════════ */
.site-footer { background: var(--olive); color: rgba(246,241,231,0.85); margin-top: clamp(80px, 10vw, 120px); padding: clamp(56px, 7vw, 84px) 0 40px; position: relative; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 40px; }
.site-footer h4 { color: var(--cream); font-size: 20px; font-weight: 400; margin-bottom: 16px; }
.site-footer .label { color: var(--tan); margin-bottom: 14px; display: block; }
.site-footer a { color: var(--cream); text-decoration: none; }
.site-footer a:hover { color: var(--tan); }
.site-footer ul { list-style: none; display: grid; gap: 10px; font-size: 15px; }
.site-footer .foot-brand img { height: 88px; filter: brightness(0) invert(1); opacity: 0.88; }
.site-footer .foot-brand p { font-size: 14px; margin-top: 18px; color: rgba(246,241,231,0.7); max-width: 30ch; line-height: 1.7; }
.footer-bottom {
  margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(246,241,231,0.18);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(246,241,231,0.55);
}

/* ═══════════════ PAGE HERO (inner pages) ═══════════════ */
.page-hero { padding: 170px 0 30px; }
.page-hero h1 { font-size: clamp(38px, 5.6vw, 66px); font-weight: 300; margin-top: 16px; }
.page-hero .sub { margin-top: 20px; font-size: 17.5px; color: var(--ink-soft); max-width: 56ch; }

/* ——— definition blocks (AEO) ——— */
.define-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.define { background: var(--sand); border-radius: var(--radius); padding: 36px 34px; }
.define h2 { font-size: 26px; margin-bottom: 12px; }
.define p { font-size: 15.5px; color: var(--ink); }

/* ——— sticky sub-nav (treatments) ——— */
.subnav {
  position: sticky; top: 64px; z-index: 60;
  background: rgba(246,241,231,0.88); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  overflow-x: auto; scrollbar-width: none;
}
.subnav::-webkit-scrollbar { display: none; }
.subnav ul { display: flex; gap: 8px; list-style: none; padding: 10px clamp(20px, 4vw, 40px); max-width: 1120px; margin: 0 auto; }
.subnav a {
  display: block; white-space: nowrap; text-decoration: none;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft);
  padding: 9px 18px; border-radius: 999px; border: 1px solid transparent;
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .subnav a:hover { color: var(--olive); border-color: var(--line); }
}
.subnav a.active { color: var(--olive); background: var(--offwhite); border-color: var(--line); }

/* ——— contact page ——— */
.contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 28px; align-items: start; }
.nap-card { background: var(--olive); color: var(--cream); border-radius: 20px; padding: clamp(34px, 4vw, 48px); box-shadow: 0 24px 60px var(--shadow-deep); }
.nap-card .label { color: var(--tan); }
.nap-card h2 { color: var(--cream); font-weight: 300; font-size: clamp(28px, 3.4vw, 38px); margin: 12px 0 8px; }
.nap-card address { font-style: normal; font-size: 16.5px; line-height: 1.8; color: rgba(246,241,231,0.92); }
.nap-card a { color: var(--cream); }
.nap-card .hours { margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(246,241,231,0.22); }
.nap-card .hours dt { font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--tan); margin-bottom: 10px; }
.nap-card .hours dd { display: flex; justify-content: space-between; font-size: 15px; padding: 5px 0; color: rgba(246,241,231,0.92); }
.map-card { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 16px 44px var(--shadow); background: var(--offwhite); min-height: 420px; display: flex; flex-direction: column; }
.map-card .map-placeholder { flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px; background: var(--sand); color: var(--ink-soft); font-size: 14.5px; }
.map-card iframe { flex: 1; border: 0; min-height: 420px; width: 100%; }

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .hero { padding: 120px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 480px; width: 100%; }
  .hero-chip { left: 12px; bottom: 24px; }
  .grid-2, .grid-3, .steps, .ba-grid, .define-grid, .contact-grid { grid-template-columns: 1fr; }
  .offer-band { grid-template-columns: 1fr; }
  .scroll-hint { display: none; }
  .subnav { top: 58px; }
}
@media (max-width: 880px) {
  .reviews, .stats { grid-template-columns: 1fr; }
  .stats { gap: 32px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .price-row { grid-template-columns: 1fr auto; }
  .price-row .time { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ═══════════════ REDUCED MOTION ═══════════════ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero [data-rise], .hero-arch, .hero-chip, .scroll-hint { animation: none; }
  .hero-arch img { animation: none; }
  [data-reveal] { transition: opacity 300ms ease; transform: none; }
  .marquee-track { animation: none; flex-wrap: wrap; }
  .card.lift:hover, .btn:active { transform: none; }
}

/* ═══════════════ PRINT ═══════════════ */
@media print {
  body::after, .sunwash, .frond { display: none; }
  body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero { min-height: auto; }
  .book-bar { display: none !important; }
}
