/* ============================================================
   BRYDENS HOME SERVICES &mdash; design tokens
   ============================================================ */
:root{
  --green: #233B2D;
  --green-2: #1A2E22;
  --green-3: #2C4A38;
  --gold: #B57C35;
  --gold-soft: #C9924A;
  --cream: #F5F1E8;
  --cream-2: #EFE9DA;
  --paper: #FBF8F1;
  --ink: #1B1B17;
  --ink-2: #2A2A24;
  --rule: rgba(27,27,23,.16);
  --rule-on-green: rgba(245,241,232,.18);

  --serif: "Fraunces", "GT Sectra", "Cormorant Garamond", Georgia, serif;
  --sans: "Geist", "Söhne", "Inter Tight", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --max: 1280px;
  --pad: clamp(20px, 4vw, 56px);
  --pad-y: clamp(70px, 9vw, 130px);

  --ease: cubic-bezier(.2,.6,.2,1);
}

*{ box-sizing: border-box; }
html, body{
  margin:0; padding:0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body{ overflow-x: clip; }

/* Lenis smooth scroll &mdash; disable native smooth so it doesn't fight with Lenis */
html.lenis, html.lenis body{ height: auto; }
.lenis.lenis-smooth{ scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent]{ overscroll-behavior: contain; }
.lenis.lenis-stopped{ overflow: hidden; }
.lenis.lenis-smooth iframe{ pointer-events: none; }
img, video, canvas{ display:block; max-width:100%; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; cursor: pointer; background:none; border:0; color: inherit; }
::selection{ background: var(--gold); color: var(--cream); }

.italic{ font-style: italic; font-variation-settings: "SOFT" 100, "WONK" 1; }

/* ============================================================
   LOADER
   ============================================================ */
.loader{
  position: fixed; inset:0; z-index: 200;
  background: var(--green);
  color: var(--cream);
  display:grid; place-items:center;
  transition: opacity .8s ease, visibility .8s;
}
.loader.is-hidden{ opacity:0 !important; visibility:hidden !important; pointer-events:none !important; }
.loader__inner{ text-align:center; width: min(360px, 80vw); }
.loader__mark{ width:48px; height:48px; margin: 0 auto 28px; opacity: .9; }
.loader__bar{ height:1px; background: rgba(245,241,232,.15); position:relative; overflow:hidden; }
.loader__bar span{
  position:absolute; left:0; top:0; bottom:0; width:0;
  background: var(--gold);
  animation: loadBar 1.6s ease-out forwards;
}
@keyframes loadBar{ to{ width:100%; } }
.loader__label{
  margin-top: 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .22em;
  color: rgba(245,241,232,.6);
}

/* ============================================================
   NAV
   ============================================================ */
.nav{
  position: fixed; top:0; left:0; right:0; z-index: 50;
  display:flex; align-items:center; justify-content: space-between;
  padding: 22px var(--pad);
  color: var(--cream);
  mix-blend-mode: normal;
  transition: background .5s var(--ease), color .5s var(--ease), padding .4s var(--ease), border-color .5s;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck{
  background: rgba(245, 241, 232, .92);
  backdrop-filter: blur(14px) saturate(1.1);
  color: var(--ink);
  padding: 14px var(--pad);
  border-bottom-color: var(--rule);
}
.nav__brand{
  display:flex; align-items:center; gap:14px;
}
.nav__brand-mark{
  width: 36px; height: 36px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.nav__brand-mark svg,
.nav__brand-mark img{ width: 100%; height: 100%; display: block; object-fit: contain; }
.nav__brand-mark.big{ width: 48px; height: 48px; }
.nav__brand-words{ display:flex; flex-direction:column; line-height:1; }
.nav__brand-line1{ font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: .18em; }
.nav__brand-line2{ font-family: var(--serif); font-size: 18px; letter-spacing: .04em; margin-top: 4px; }

.nav__links{
  display:flex; align-items:center; gap: 36px;
  font-size: 13.5px;
  letter-spacing: .04em;
}
.nav__links a{
  position:relative;
  padding: 6px 0;
  transition: color .3s;
}
.nav__links a::after{
  content:""; position:absolute; left:0; right:100%; bottom: 2px;
  height:1px; background: currentColor; transition: right .4s var(--ease);
}
.nav__links a:hover::after{ right: 0; }
.nav__cta{
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 9px 18px !important;
}
.nav__cta::after{ display:none; }
.nav__cta:hover{
  background: var(--gold);
  border-color: var(--gold);
  color: var(--cream) !important;
}

.nav__hamburger{
  display:none;
  width: 36px; height: 36px;
  border: 1px solid currentColor; border-radius: 50%;
  align-items:center; justify-content:center; flex-direction:column; gap:5px;
}
.nav__hamburger span{ display:block; width:14px; height:1px; background: currentColor; transition: transform .3s; }

@media (max-width: 960px){
  .nav__links{ display:none; }
  .nav__hamburger{ display:flex; }
}

.mobile-menu{
  position: fixed; inset: 0; z-index: 49;
  background: var(--green);
  color: var(--cream);
  padding: 100px var(--pad) 40px;
  transform: translateY(-100%);
  transition: transform .6s var(--ease);
}
.mobile-menu.is-open{ transform: none; }
.mobile-menu__inner{ display:flex; flex-direction:column; gap: 22px; }
.mobile-menu a{
  font-family: var(--serif);
  font-size: 32px;
  border-bottom: 1px solid var(--rule-on-green);
  padding-bottom: 18px;
}
.mobile-menu__contact{
  margin-top: 30px;
  display:flex; flex-direction:column; gap:8px;
  font-family: var(--mono);
  font-size: 12px; letter-spacing: .2em;
  color: rgba(245,241,232,.7);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap: 14px;
  height: 54px; padding: 0 28px;
  font-family: var(--sans);
  font-size: 13.5px; letter-spacing: .12em; text-transform: uppercase;
  border-radius: 4px;
  position: relative;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
  min-width: 220px;
}
.btn svg{ width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover svg{ transform: translateX(3px); }
.btn--primary{
  background: var(--gold);
  color: var(--cream);
  border: 1px solid var(--gold);
}
.btn--primary:hover{ background: var(--green); color: var(--cream); border-color: var(--green); }
.btn--ghost{
  border: 1px solid var(--cream);
  color: var(--cream);
}
.btn--ghost:hover{ background: var(--cream); color: var(--ink); }
.btn--ghost-dark{
  border: 1px solid var(--ink);
  color: var(--ink);
}
.btn--ghost-dark:hover{ background: var(--green); color: var(--cream); border-color: var(--green); }
.btn--sm{ height: 46px; min-width: 0; padding: 0 22px; font-size: 12px; }

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position: relative;
  min-height: 100svh;
  height: auto;
  color: var(--cream);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 100px var(--pad) 36px;
}
.hero__media{ position: absolute; inset: 0; z-index: 0; }
.hero__video{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity .9s ease, transform 3.8s linear;
}
.hero__video.is-active{
  opacity: 1;
  transform: scale(1.0);
}
.hero__veil{
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,25,18,.55) 0%, rgba(15,25,18,.20) 35%, rgba(15,25,18,.40) 70%, rgba(15,25,18,.85) 100%),
    radial-gradient(ellipse at 25% 30%, rgba(35,59,45,.25), transparent 60%);
}
.hero__particles{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: .55;
}

.hero__topline{
  position: relative; z-index: 2;
  display: flex; justify-content: space-between; align-items: flex-start;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em;
  color: rgba(245,241,232,.85);
  margin-bottom: 28px;
}
.hero__trust{ display: flex; align-items:center; gap: 12px; }
.hero__trust .dot{
  width:6px; height:6px; border-radius:50%; background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}
.hero__trust .bar{ opacity:.45; }
.hero__corner{
  display:flex; flex-direction:column; align-items:flex-end; line-height:1.1;
}
.hero__corner-eyebrow{ font-size: 10px; opacity:.6; }
.hero__corner-year{ font-family: var(--serif); font-style: italic; font-size: 18px; letter-spacing: .04em; }

.hero__content{
  position: relative; z-index: 2;
  grid-row: 2;
  align-self: end;
  max-width: 920px;
  overflow: visible;
}
.hero__eyebrow{
  display:flex; align-items:center; gap: 14px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .26em; text-transform: uppercase;
  color: rgba(245,241,232,.85);
  margin-bottom: 26px;
}
.hero__eyebrow-line{ display:block; width: 48px; height:1px; background: var(--gold); }

.hero__title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(48px, 8vw, 124px);
  line-height: .95;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 0;
}
.hero__title-row{ display:block; overflow: hidden; }
.hero__title .word{ display: inline-block; margin-right: .25em; will-change: transform; }
.hero__title .word.italic{
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  color: var(--gold-soft);
}

.hero__sub{
  max-width: 540px;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.55;
  color: rgba(245,241,232,.85);
  margin: 0 0 36px;
}
.hero__ctas{ display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* Click-to-dial in hero &mdash; call now instead of waiting on the form */
.hero-call{
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--mono);
  font-size: 14px; letter-spacing: .1em;
  color: var(--cream); text-decoration: none;
  border: 1px solid rgba(245,241,232,.42);
  padding: 14px 24px; border-radius: 999px;
  transition: border-color .3s var(--ease), background .3s var(--ease), color .3s var(--ease);
}
.hero-call:hover{ background: var(--gold); border-color: var(--gold); color:#fff; }
.hero-call svg{ width: 16px; height: 16px; flex: none; }
.hero-call em{
  font-style: normal; opacity: .55;
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  margin-right: 2px;
}
.page-hero__call{ margin: -16px 0 44px; }
/* Inner-page hero CTA group: primary button + click-to-dial */
.page-hero__ctas{
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin: 0 0 44px;
}
.page-hero__ctas .page-hero__call{ margin: 0; }
@media (max-width: 720px){
  .hero-call{ width: 100%; justify-content: center; }
  .page-hero__ctas{ width: 100%; }
  .page-hero__ctas .btn{ display: none; }
}

.hero__bottom{
  position: relative; z-index: 2;
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-top: 24px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em;
  color: rgba(245,241,232,.75);
}
.hero__clipindex{ display: flex; gap: 28px; flex-wrap: wrap; }
.hero__clipindex span{ display:flex; align-items:center; gap: 10px; opacity:.45; transition: opacity .5s; }
.hero__clipindex span.is-on{ opacity: 1; color: var(--cream); }
.hero__clipindex i{
  display:block; width: 22px; height:1px; background: currentColor;
}
.hero__clipindex b{ font-weight: 500; font-family: var(--mono); }
.hero__clipindex em{ font-style: normal; opacity:.7; font-size:10.5px; }

/* Hide the hero's numbered clip labels only */
.hero__clipindex{
  display: none !important;
}

/* Hide the numbered hero indicator on inner pages */
.page-hero__indicator{
  display: none !important;
}

.hero__scroll{
  display:flex; align-items:center; gap: 12px;
}
.hero__scroll svg{ width: 12px; height: 22px; opacity: .8; animation: scrollHint 2.4s ease-in-out infinite; }
@keyframes scrollHint{
  0%, 100%{ transform: translateY(0); opacity:.4; }
  50%{ transform: translateY(4px); opacity: 1; }
}

@media (max-width: 720px){
  .hero{
    height: auto;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 96px var(--pad) 92px;
  }
  .hero__topline{
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    letter-spacing: .22em;
    margin: 0 0 24px;
  }
  .hero__trust{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    max-width: min(330px, calc(100vw - 48px));
  }
  .hero__trust .bar{
    display: none;
  }
  .hero__content{
    align-self: flex-start;
    width: 100%;
    max-width: min(350px, calc(100vw - 48px));
    overflow: visible;
  }
  .hero__eyebrow, .hero__title, .hero__sub, .hero__ctas{ max-width: min(350px, calc(100vw - 48px)); }
  .hero__eyebrow{ margin-bottom: 16px; }
  .hero__title{ margin-bottom: 20px; }
  .hero__sub{ margin-bottom: 24px; }
  .hero__title{ font-size: clamp(40px, 11.2vw, 54px); letter-spacing: 0; }
  .hero__sub{ font-size: 15px; overflow-wrap: break-word; }
  .hero__ctas{ width: 100%; }
  .hero .hero__ctas > .btn{ display: none; }
  .hero__ctas .btn{ width: 100%; justify-content: center; }
  .hero__bottom{ flex-direction: column; align-items:flex-start; gap: 14px; }
  .hero__clipindex{ gap: 14px; }
  .hero__clipindex em{ display:none; }
  .btn{ min-width: 0; flex: 1 1 auto; }
}

/* ============================================================
   TICKER
   ============================================================ */
.ticker{
  background: var(--green);
  color: var(--cream);
  border-top: 1px solid var(--rule-on-green);
  border-bottom: 1px solid var(--rule-on-green);
  overflow: hidden;
  padding: 22px 0;
}
.ticker__track{
  display: flex; gap: 56px; align-items: center;
  white-space: nowrap;
  animation: tickerScroll 32s linear infinite;
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 32px);
  font-style: italic;
  font-variation-settings: "opsz" 80, "SOFT" 100, "WONK" 1;
  color: var(--cream);
}
.ticker__track .dot{
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0;
}
@keyframes tickerScroll{
  to{ transform: translateX(-50%); }
}
/* Mobile: ticker moves faster so the perceived speed matches desktop */
@media (max-width: 720px){
  .ticker__track{ animation-duration: 26s; }
}

/* ============================================================
   SECTION META + REVEALS
   ============================================================ */
.section-meta{
  display:flex; align-items:center; gap: 14px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 28px;
}
.section-meta span{
  display:inline-grid; place-items:center;
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 10px;
}
.section-meta em{ font-style: normal; }
.section-meta--gold{ color: var(--gold); }
.section-meta--gold em{ color: rgba(245,241,232,.7); }
.section-meta--gold span{ color: var(--gold); border-color: var(--gold); }

/* generic reveal helper used by JS */
.reveal-words .word{ display:inline-block; margin-right: .15em; will-change: transform, opacity; }

/* ============================================================
   STATEMENT
   ============================================================ */
.statement{
  position: relative;
  padding: var(--pad-y) var(--pad);
  background: var(--cream);
  overflow: hidden;
}
.statement__shader{
  position: absolute; inset: auto 0 0 0;
  width: 100%; height: 60%;
  opacity: .35;
  pointer-events: none;
}
.statement__inner{
  max-width: var(--max); margin: 0 auto; position: relative; z-index: 1;
}
.statement__index{
  display:flex; align-items:center; gap:14px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .26em;
  color: var(--ink-2);
  margin-bottom: 36px;
}
.statement__index span{
  display:inline-grid; place-items:center;
  width: 26px; height:26px; border-radius:50%;
  border: 1px solid var(--gold); color: var(--gold);
  font-size: 10px;
}
.statement__index em{ font-style: normal; }

.statement__copy{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -.02em;
  max-width: 1100px;
  margin: 0 0 90px;
  font-variation-settings: "opsz" 120, "SOFT" 0, "WONK" 0;
}

.cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.card{
  position: relative;
  padding: 44px 36px 36px;
  border-right: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 22px;
  min-height: 360px;
  transition: background .5s var(--ease), color .5s var(--ease);
  cursor: pointer;
}
.card:last-child{ border-right: 0; }
.card::before{
  content:""; position:absolute; left:0; right:0; bottom:0; height: 0;
  background: var(--green);
  z-index: 0;
  transition: height .55s var(--ease);
}
.card > *{ position: relative; z-index: 1; }
.card:hover{ color: var(--cream); }
.card:hover::before{ height: 100%; }
.card header{ display:flex; justify-content: space-between; align-items: flex-start; }
.card__index{ font-family: var(--mono); font-size: 11px; letter-spacing: .2em; color: var(--gold); }
.card h3{
  font-family: var(--serif);
  font-size: clamp(34px, 3.4vw, 46px);
  font-weight: 400;
  line-height: .95;
  margin: 0;
  letter-spacing: -0.01em;
}
.card__body{ margin-top: auto; }
.card__line{
  font-family: var(--serif); font-style: italic;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 18px;
  font-variation-settings: "opsz" 60, "SOFT" 100, "WONK" 1;
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height .55s var(--ease), opacity .4s, margin .4s;
}
.card:hover .card__line{ max-height: 200px; opacity: 1; margin: 0 0 18px; }
.card ul{
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase;
  opacity: .8;
}
.card ul li{ position: relative; padding-left: 14px; }
.card ul li::before{ content:""; position:absolute; left:0; top:8px; width:6px; height:1px; background: currentColor; }
.card footer{
  margin-top: 16px;
  display:flex; align-items:center; gap: 10px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  opacity: .6;
}
.card footer svg{ width: 14px; height: 14px; }
.card:hover footer{ opacity: 1; color: var(--gold); }

@media (max-width: 860px){
  .cards{ grid-template-columns: 1fr; }
  .card{ border-right: 0; border-bottom: 1px solid var(--rule); min-height: 240px; }
  .card:last-child{ border-bottom: 0; }
}

/* ============================================================
   TRANSFORMS / BEFORE-AFTER
   ============================================================ */
.transforms{
  background: var(--paper);
  padding: var(--pad-y) var(--pad);
  border-top: 1px solid var(--rule);
}
.transforms__head{
  max-width: var(--max); margin: 0 auto 60px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end;
}
.transforms__title{
  font-family: var(--serif);
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1; letter-spacing: -.02em;
  margin: 0; font-weight: 400;
}
.transforms__lede{
  margin: 0; max-width: 480px; color: var(--ink-2); font-size: 16px; line-height: 1.6;
}
@media (max-width: 860px){ .transforms__head{ grid-template-columns: 1fr; gap: 24px; } }

.ba-list{
  max-width: var(--max); margin: 0 auto;
  display: flex; flex-direction: column; gap: 80px;
}
.ba{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  align-items: start;
}
.ba:nth-child(even){ grid-template-columns: 1fr 360px; }
.ba:nth-child(even) .ba__meta{ order: 2; padding-left: 0; padding-right: 0; }
.ba:nth-child(even) .ba__slider{ order: 1; }

.ba__meta{
  position: sticky; top: 100px;
  display:flex; flex-direction:column; gap: 14px;
}
.ba__num{
  font-family: var(--mono); font-size: 11px; letter-spacing: .2em; color: var(--gold);
}
.ba__meta h3{
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.05; margin: 0; font-weight: 400;
  letter-spacing: -.01em;
}
.ba__meta p{ margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink-2); max-width: 320px; }
.ba__chips{
  list-style:none; padding:0; margin: 8px 0 0;
  display:flex; flex-wrap:wrap; gap: 6px;
}
.ba__chips li{
  border: 1px solid var(--rule);
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-2);
}

.ba__slider{
  position: relative;
  aspect-ratio: 1800/1100;
  overflow: hidden;
  border-radius: 4px;
  background: #1a1a1a;
  user-select: none;
  touch-action: pan-y;
  cursor: ew-resize;
}
.ba__img{
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.ba__img--before{
  filter: saturate(.7) brightness(.85) contrast(.95);
  clip-path: inset(0 50% 0 0);
}
.ba__handle{
  position: absolute; top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.ba__handle-line{
  position: absolute; top:0; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 1px; background: var(--cream);
  box-shadow: 0 0 0 .5px rgba(0,0,0,.2);
}
.ba__handle-grip{
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--cream);
  display:grid; place-items:center;
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.06);
  transition: transform .35s var(--ease);
}
.ba__slider:hover .ba__handle-grip{ transform: translate(-50%,-50%) scale(1.06); }
.ba__handle-grip svg{ width: 22px; height:22px; }
.ba__label{
  position: absolute; bottom: 22px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--cream);
  padding: 7px 12px;
  background: rgba(0,0,0,.4);
  backdrop-filter: blur(8px);
  border-radius: 2px;
}
.ba__label--before{ left: 22px; }
.ba__label--after{ right: 22px; }
.ba__location{
  position: absolute; top: 22px; left: 22px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--cream);
  display: flex; align-items: center; gap: 8px;
}
.ba__location::before{ content:""; width: 22px; height: 1px; background: var(--gold); }

@media (max-width: 860px){
  .ba, .ba:nth-child(even){ grid-template-columns: 1fr; gap: 20px; }
  .ba__meta, .ba:nth-child(even) .ba__meta{ position: static; order: 1; }
  .ba__slider, .ba:nth-child(even) .ba__slider{ order: 2; }
  .ba__handle-grip{ width: 46px; height: 46px; }
}

.transforms__cta{ margin-top: 70px; text-align: center; }
.transforms__cta .btn{ min-width: 320px; }

/* ============================================================
   STANDARD
   ============================================================ */
.standard{
  background: var(--green);
  color: var(--cream);
  padding: var(--pad-y) var(--pad);
  position: relative;
  overflow: hidden;
}
.standard::before{
  content:""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(181,124,53,.10), transparent 55%),
    repeating-linear-gradient(90deg, rgba(245,241,232,.02) 0 1px, transparent 1px 80px);
  pointer-events: none;
}
.standard__inner{
  max-width: var(--max); margin: 0 auto; position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.standard__head{ position: sticky; top: 100px; }
.standard__title{
  font-family: var(--serif);
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.05; letter-spacing: -.02em;
  margin: 0; color: var(--gold);
  font-weight: 400;
}
.standard__title .italic{ color: var(--cream); }

.standard__list{
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid var(--rule-on-green);
}
.standard__list li{
  display: flex; align-items: baseline; gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule-on-green);
}
.standard__list .num{
  font-family: var(--mono); font-size: 11px; letter-spacing: .2em; color: var(--gold);
  width: 30px;
}
.standard__list .line{
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.2; font-weight: 400;
  font-variation-settings: "opsz" 60;
}
.standard__support{
  margin: 50px 0 0;
  grid-column: 2 / 3;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245,241,232,.78);
}
.standard__signoff{
  grid-column: 2 / 3;
  margin-top: 36px;
  display:flex; align-items:center; gap: 14px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .26em;
  color: var(--gold);
}
.standard__signoff svg{ width: 43px; height: 43px; }

@media (max-width: 960px){
  .standard__inner{ grid-template-columns: 1fr; gap: 36px; }
  .standard__head{ position: static; }
  .standard__support, .standard__signoff{ grid-column: 1 / -1; }
}

/* ============================================================
   FOUNDER
   ============================================================ */
.founder{
  background: var(--cream);
  padding: var(--pad-y) var(--pad);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}
.founder__portrait{
  position: relative;
  aspect-ratio: 9 / 11;
  max-width: 540px;
}
.founder__img{
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: saturate(.85) contrast(.95);
}
.founder__portrait::before{
  content:""; position: absolute; inset: -16px -16px 16px 16px;
  border: 1px solid var(--gold);
  z-index: -1;
  opacity: .6;
}
.founder__caption{
  position: absolute; top: calc(100% + 22px); left: 0;
  display:flex; flex-direction: column; gap: 2px;
  z-index: 2;
  font-family: var(--mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-2);
}
.founder__caption span{ color: var(--ink); }
.founder__caption em{ font-style: normal; opacity: .6; font-size: 10.5px; }

.founder__title{
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05; margin: 0 0 28px; font-weight: 400;
  letter-spacing: -.02em;
}
.founder__copy p{
  font-size: 17px; line-height: 1.65; color: var(--ink-2);
  max-width: 520px;
}
.founder__sig{
  margin-top: 36px;
  display:flex; flex-direction:column; gap: 10px;
}
.founder__sig svg{ width: 220px; height: 56px; }
.founder__sig span{
  font-family: var(--mono); font-size: 11px; letter-spacing: .2em; color: var(--ink-2); text-transform: uppercase;
}

@media (max-width: 960px){
  .founder{ grid-template-columns: 1fr; gap: 60px; }
}

/* ============================================================
   SEASONAL
   ============================================================ */
.seasonal{
  padding: var(--pad-y) var(--pad);
  background: var(--cream-2);
  border-top: 1px solid var(--rule);
}
.seasonal__head{
  max-width: var(--max); margin: 0 auto 56px;
}
.seasonal__title{
  font-family: var(--serif);
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1; letter-spacing: -.02em;
  margin: 0; font-weight: 400;
}
.seasonal__split{
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.season{
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  color: var(--cream);
  border-radius: 4px;
  isolation: isolate;
}
.season__bg{
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.0);
  transition: transform 6s linear;
}
.season:hover .season__bg{ transform: scale(1.06); }
.season::before{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg,
      rgba(15,25,18,.30) 0%,
      rgba(15,25,18,.55) 35%,
      rgba(15,25,18,.85) 70%,
      rgba(15,25,18,.92) 100%);
}
.season__inner{
  position: relative;
  display: flex; flex-direction: column; justify-content: flex-end;
  height: 100%;
  padding: 36px;
}
.season__tag{
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.season h3{
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1; margin: 0 0 16px; font-weight: 400;
  letter-spacing: -.01em;
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}
.season p{
  margin: 0 0 22px; font-size: 15px; line-height: 1.55; max-width: 360px;
  opacity: .95;
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
}
.season ul{
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  border-top: 1px solid rgba(245,241,232,.30);
  padding-top: 18px;
  text-shadow: 0 1px 6px rgba(0,0,0,.4);
}
.season ul li{ position: relative; padding-left: 14px; opacity: .95; }
.season ul li::before{ content:""; position:absolute; left:0; top:8px; width:6px; height:1px; background: var(--gold); }

.seasonal__cta{ margin-top: 60px; text-align: center; }
.seasonal__cta .btn{ min-width: 320px; }

@media (max-width: 860px){
  .seasonal__split{ grid-template-columns: 1fr; }
  .season{ aspect-ratio: 5/6; }
}

/* ============================================================
   FOUR SEASONS &mdash; services carousel (homepage)
   ============================================================ */
.fs-services{
  background: var(--cream-2);
  padding: var(--pad-y) 0 calc(var(--pad-y) - 20px);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--rule);
}
.fs-services__head{
  max-width: var(--max);
  margin: 0 auto 60px;
  padding: 0 var(--pad);
}
.fs-services__title{
  font-family: var(--serif);
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1; letter-spacing: -.02em;
  margin: 0 0 18px; font-weight: 400;
}
.fs-services__lede{
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-2);
  max-width: 580px;
  margin: 0;
}

.fs-services__carousel{
  position: relative;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.fs-services__carousel:active{ cursor: grabbing; }
.fs-services__track{
  display: flex;
  gap: 24px;
  padding: 4px var(--pad);
  will-change: transform;
}

.fs-card{
  flex: 0 0 auto;
  position: relative;
  width: 340px;
  aspect-ratio: 3 / 4;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: var(--cream);
  box-shadow: 0 18px 60px -28px rgba(0,0,0,.45);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.fs-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 80px -28px rgba(0,0,0,.55);
}
.fs-card__img{
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.02);
  transition: transform 1.6s var(--ease);
}
.fs-card:hover .fs-card__img{ transform: scale(1.08); }
.fs-card__overlay{
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(15,25,18,.10) 0%,
    rgba(15,25,18,.20) 45%,
    rgba(15,25,18,.78) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px 24px;
}
.fs-card__season{
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.fs-card__title{
  font-family: var(--serif);
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 8px;
  letter-spacing: -.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.fs-card__tag{
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  opacity: .92;
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
}

/* Prev/next nav buttons */
.fs-services__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px; height: 48px;
  background: var(--cream);
  color: var(--ink);
  border: 1px solid var(--rule);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 24px; line-height: 1;
  font-family: var(--serif);
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}
.fs-services__nav:hover{
  background: var(--green);
  color: var(--cream);
  border-color: var(--green);
  transform: translateY(-50%) scale(1.06);
}
.fs-services__nav--prev{ left: clamp(12px, 2vw, 32px); }
.fs-services__nav--next{ right: clamp(12px, 2vw, 32px); }

.fs-services__cta{ margin-top: 60px; text-align: center; }
.fs-services__cta .btn{ min-width: 320px; }

@media (max-width: 720px){
  .fs-card{ width: 280px; }
  .fs-services__nav{ width: 40px; height: 40px; font-size: 20px; }
  .fs-services__nav--prev{ left: 8px; }
  .fs-services__nav--next{ right: 8px; }
}

/* ============================================================
   REMARKS
   ============================================================ */
.remarks{
  padding: var(--pad-y) var(--pad);
  background: var(--paper);
}
.remarks__head{ max-width: var(--max); margin: 0 auto 56px; }
.remarks__title{
  font-family: var(--serif);
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1; letter-spacing: -.02em;
  margin: 0; font-weight: 400;
}
.remarks__grid{
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.remark{
  border: 1px solid var(--rule);
  padding: 36px 32px;
  background: var(--cream);
  margin: 0;
  display: flex; flex-direction: column; gap: 22px;
  position: relative;
}
.remark__quote{
  font-family: var(--serif); font-style: italic;
  font-size: 80px; line-height: .6; color: var(--gold);
  display:block;
}
.remark blockquote{
  margin: 0;
  font-family: var(--serif);
  font-size: 19px; line-height: 1.45;
  letter-spacing: -.005em;
  font-weight: 400;
  font-variation-settings: "opsz" 60;
}
.remark figcaption{
  margin-top: auto;
  display:flex; flex-direction: column; gap: 2px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-2);
  border-top: 1px solid var(--rule);
  padding-top: 16px;
}
.remark figcaption span{ color: var(--ink); }
.remark figcaption em{ font-style: normal; opacity: .6; }

.remarks__cta{ margin-top: 56px; text-align: center; }
.remarks__cta .btn{ min-width: 320px; }

@media (max-width: 860px){
  .remarks__grid{ grid-template-columns: 1fr; }
}

/* ============================================================
   ASSESSMENT / CAL
   ============================================================ */
.assessment{
  padding: var(--pad-y) var(--pad);
  background: var(--green);
  color: var(--cream);
  position: relative; overflow: hidden;
}
.assessment::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(circle at 20% 30%, rgba(181,124,53,.10), transparent 50%),
    repeating-linear-gradient(0deg, rgba(245,241,232,.02) 0 1px, transparent 1px 80px);
}
.assessment__inner{
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px;
  align-items: start;
  position: relative; z-index: 1;
}
.assessment__title{
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.02; letter-spacing: -.02em;
  margin: 0 0 24px; font-weight: 400;
}
.assessment__copy p{ font-size: 16px; line-height: 1.65; opacity: .8; max-width: 460px; }
.assessment__bullets{
  list-style: none; padding: 0; margin: 36px 0 0;
  display: flex; flex-direction: column; gap: 16px;
  border-top: 1px solid var(--rule-on-green);
  padding-top: 24px;
}
.assessment__bullets li{
  display: flex; align-items: center; gap: 16px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(245,241,232,.85);
}
.assessment__bullets span{
  display:inline-grid; place-items:center;
  width: 30px; height: 30px;
  border: 1px solid var(--gold);
  border-radius: 50%; color: var(--gold); font-size: 10px;
}

/* CAL */
.cal{
  background: var(--cream);
  color: var(--ink);
  border-radius: 4px;
  padding: 28px;
  display: flex; flex-direction: column; gap: 22px;
  box-shadow: 0 30px 80px -30px rgba(0,0,0,.5);
}
.cal__head{
  display: flex; justify-content: space-between; align-items: flex-end;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 18px;
}
.cal__head em{
  font-family: var(--mono); font-size: 11px; letter-spacing: .2em; color: var(--gold); text-transform: uppercase;
  font-style: normal;
}
.cal__head h4{
  font-family: var(--serif); font-weight: 400;
  font-size: 24px; margin: 6px 0 0; letter-spacing: -.01em;
}
.cal__nav{
  display:flex; align-items:center; gap: 14px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
.cal__nav button{
  width: 32px; height: 32px;
  border: 1px solid var(--rule);
  border-radius: 50%;
  font-size: 18px; line-height: 1;
}
.cal__nav button:hover{ background: var(--green); color: var(--cream); border-color: var(--green); }

.cal__body{
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px;
}
.cal__grid{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.cal__dow{
  font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-2);
  text-align: center; padding: 6px 0;
  opacity: .5;
}
.cal__day{
  aspect-ratio: 1;
  display:grid; place-items:center;
  font-family: var(--serif); font-size: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: background .25s, color .25s, border-color .25s;
  cursor: pointer;
  position: relative;
}
.cal__day.is-out{ color: rgba(0,0,0,.2); pointer-events: none; }
.cal__day.is-disabled{ color: rgba(0,0,0,.25); pointer-events: none; text-decoration: line-through; text-decoration-thickness: .5px; }
.cal__day.is-avail{ color: var(--ink); }
.cal__day.is-avail::after{
  content:""; width:4px; height:4px; border-radius: 50%;
  background: var(--gold);
  position: absolute; bottom: 18%;
}
.cal__day.is-avail:hover{ background: var(--cream-2); }
.cal__day.is-selected{ background: var(--green); color: var(--cream); }
.cal__day.is-selected::after{ background: var(--gold); }

.cal__times-head{
  display:flex; justify-content: space-between; align-items: center;
  padding-bottom: 12px; border-bottom: 1px solid var(--rule);
  margin-bottom: 12px;
}
.cal__times-head em{ font-style: normal; font-family: var(--serif); font-size: 16px; }
.cal__times-head span{ font-family: var(--mono); font-size: 10px; letter-spacing: .18em; color: var(--ink-2); }
.cal__times-list{
  display:flex; flex-direction: column; gap: 8px;
  max-height: 280px; overflow: auto;
}
.cal__times-list button{
  text-align: left;
  padding: 12px 16px;
  border: 1px solid var(--rule);
  border-radius: 3px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .12em;
  transition: all .25s;
}
.cal__times-list button:hover{ border-color: var(--green); }
.cal__times-list button.is-selected{
  background: var(--green); color: var(--cream); border-color: var(--green);
}

.cal__foot{
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 18px; border-top: 1px solid var(--rule);
  gap: 14px; flex-wrap: wrap;
}
.cal__foot-meta span{
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-2);
}

@media (max-width: 960px){
  .assessment__inner{ grid-template-columns: 1fr; }
  .cal__body{ grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer{
  background: var(--green-2);
  color: var(--cream);
  padding: 90px var(--pad) 32px;
  border-top: 1px solid var(--rule-on-green);
}
.footer__upper{
  max-width: var(--max); margin: 0 auto 70px;
  display:grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end;
  border-bottom: 1px solid var(--rule-on-green);
  padding-bottom: 50px;
}
.footer__brand{
  display:flex; align-items:center; gap: 18px;
}
.footer__brand div{ display: flex; flex-direction: column; line-height: 1; }
.footer__brand strong{ font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: .18em; }
.footer__brand em{ font-family: var(--serif); font-style: italic; font-size: 22px; margin-top: 6px; letter-spacing: .04em; font-variation-settings: "SOFT" 100, "WONK" 1; }
.footer__lede{
  margin: 0; max-width: 380px; opacity: .7;
  font-family: var(--serif); font-size: 18px; line-height: 1.4; font-style: italic;
  font-variation-settings: "opsz" 60, "SOFT" 100, "WONK" 1;
}

.footer__cols{
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.footer__cols h6{
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 16px;
}
.footer__cols ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer__cols li{ font-size: 14px; opacity: .8; }
.footer__cols a:hover{ color: var(--gold); }
.footer__base{
  max-width: var(--max); margin: 60px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--rule-on-green);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em;
  color: rgba(245,241,232,.55);
}

/* ============================================================
   INNER PAGES &mdash; shared chrome
   ============================================================ */

/* Page hero &mdash; full-screen, image-slider behind text content */
.page-hero{
  position: relative;
  min-height: 100svh;
  height: auto;
  color: var(--cream);
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: clamp(140px, 14vw, 200px) var(--pad) 36px;
  background: var(--green); /* fallback while images load */
}
.page-hero__media{
  position: absolute; inset: 0;
  z-index: 0;
}
.page-hero__slide{
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.5s ease, transform 6s linear;
  will-change: opacity, transform;
}
.page-hero__slide.is-active{
  opacity: 1;
  transform: scale(1.0);
}
.page-hero__video{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.page-hero__veil{
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(15,25,18,.55) 0%,
      rgba(15,25,18,.30) 35%,
      rgba(15,25,18,.50) 70%,
      rgba(15,25,18,.85) 100%),
    radial-gradient(ellipse at 25% 30%, rgba(35,59,45,.20), transparent 60%);
  pointer-events: none;
}

.page-hero__inner{
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  position: relative; z-index: 2;
  align-self: end;
  overflow: visible;
}
.page-hero__eyebrow{
  display: flex; align-items: center; gap: 14px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .26em; text-transform: uppercase;
  color: rgba(245,241,232,.85);
  margin-bottom: 32px;
}
.page-hero__eyebrow-line{ display:block; width: 48px; height:1px; background: var(--gold); }
.page-hero__title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(46px, 7.8vw, 108px);
  line-height: .95;
  letter-spacing: -.02em;
  margin: 0 0 36px;
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 0;
}
.page-hero__title .italic{
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  color: var(--gold-soft);
}
.page-hero__row{ display: block; }
.page-hero__lede{
  max-width: 620px;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
  color: rgba(245,241,232,.85);
  margin: 0 0 48px;
}
.page-hero__meta{
  display: flex; flex-wrap: wrap; gap: 36px 48px;
  border-top: 1px solid rgba(245,241,232,.18);
  padding-top: 28px;
}
.page-hero__meta-item{ display: flex; flex-direction: column; gap: 4px; }
.page-hero__meta-item em{
  font-style: normal;
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(245,241,232,.55);
}
.page-hero__meta-item b{
  font-weight: 400;
  font-family: var(--serif);
  font-size: 17px; letter-spacing: -.005em;
  color: var(--cream);
}

/* Indicator strip &mdash; same pattern as homepage hero clipindex */
.page-hero__indicator{
  max-width: var(--max);
  margin: 24px auto 0;
  width: 100%;
  position: relative; z-index: 2;
  display: none !important;
  gap: 28px; flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em;
  color: rgba(245,241,232,.75);
}
.page-hero__indicator span{
  display: flex; align-items: center; gap: 10px;
  opacity: .45;
  transition: opacity .5s var(--ease), color .5s var(--ease);
  cursor: pointer;
}
.page-hero__indicator span.is-on{
  opacity: 1;
  color: var(--cream);
}
.page-hero__indicator i{
  display: block; width: 22px; height: 1px;
  background: currentColor;
  transition: width .5s var(--ease);
}
.page-hero__indicator span.is-on i{ width: 36px; background: var(--gold); }
.page-hero__indicator b{ font-weight: 500; }
.page-hero__indicator em{
  font-style: normal; opacity: .7; font-size: 10.5px;
}

@media (max-width: 720px){
  .page-hero__indicator{ gap: 14px; display: none !important; }
  .page-hero__indicator em{ display: none; }
  .page-hero{
    padding: 112px var(--pad) 118px;
  }
}

/* ============================================================
   PARALLAX INTERLUDE BANDS (between subsections)
   ============================================================ */
.interlude{
  position: relative;
  height: 60vh;
  min-height: 380px;
  max-height: 640px;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  isolation: isolate;
}
.interlude__media{
  position: absolute;
  inset: -15% 0;          /* extra height for parallax travel */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
}
.interlude__veil{
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,25,18,.55) 0%, rgba(15,25,18,.35) 50%, rgba(15,25,18,.65) 100%);
  pointer-events: none;
}
.interlude__caption{
  position: relative; z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 var(--pad) clamp(40px, 6vw, 70px);
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em;
  color: rgba(245,241,232,.85);
  text-transform: uppercase;
}
.interlude__caption .step{
  color: var(--gold);
  margin-bottom: 12px;
}
.interlude__caption .quote{
  font-family: var(--serif);
  font-style: italic;
  font-variation-settings: "opsz" 80, "SOFT" 100, "WONK" 1;
  font-size: clamp(22px, 2.6vw, 32px);
  letter-spacing: -.005em;
  color: var(--cream);
  text-transform: none;
  line-height: 1.3;
  max-width: 720px;
}

/* ============================================================
   STANDARD SUBSECTIONS (Our Standard page)
   ============================================================ */
.ssection{
  background: var(--cream);
  padding: var(--pad-y) var(--pad);
  position: relative;
}
.ssection__inner{
  max-width: var(--max);
  margin: 0 auto;
  display: flex; flex-direction: column;
  gap: 0;
}
.ssection__row{
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
  border-top: 1px solid var(--rule);
  padding: 70px 0;
}
.ssection__row:first-child{ border-top: 0; padding-top: 0; }
.ssection__row:last-child{ padding-bottom: 0; }
.ssection__head{
  display: flex; flex-direction: column; gap: 18px;
  position: sticky; top: 100px;
}
.ssection__num{
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .26em; color: var(--gold);
  text-transform: uppercase;
}
.ssection__title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.05; letter-spacing: -.02em;
  margin: 0;
}
.ssection__title .italic{
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  color: var(--gold);
}
.ssection__body p{
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 20px;
  max-width: 640px;
}
.ssection__body p:last-child{ margin-bottom: 0; }
.ssection__body strong{ color: var(--ink); font-weight: 500; }

.ssection__services{
  list-style: none;
  margin: 0; padding: 0;
  max-width: 640px;
  display: flex; flex-direction: column;
  gap: 14px;
}
.ssection__services li{
  position: relative;
  padding: 14px 0 14px 24px;
  border-top: 1px solid var(--rule);
  font-size: 16px;
  letter-spacing: .01em;
  color: var(--ink);
  line-height: 1.5;
}
.ssection__services li:last-child{ border-bottom: 1px solid var(--rule); }
.ssection__services li::before{
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 10px; height: 1px;
  background: var(--gold);
}

.ssection__steps{
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column;
  max-width: 640px;
}
.ssection__steps li{
  display: flex; gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}
.ssection__steps li:last-child{ border-bottom: 0; }
.ssection__steps li > span{
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em; color: var(--gold);
  flex-shrink: 0; width: 36px;
  padding-top: 6px;
}
.ssection__steps li > div{
  display: flex; flex-direction: column; gap: 4px;
}
.ssection__steps li strong{
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -.005em;
  color: var(--ink);
}
.ssection__steps li em{
  font-style: normal;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
}

@media (max-width: 860px){
  .ssection__row{ grid-template-columns: 1fr; gap: 24px; padding: 50px 0; }
  .ssection__head{ position: static; }
}

/* ============================================================
   LEGAL PAGES (Privacy, Terms, Photo Consent, Booking Policy)
   ============================================================ */
.page-hero--legal{
  min-height: 60vh;
  height: auto;
  padding: clamp(140px, 14vw, 220px) var(--pad) clamp(60px, 8vw, 100px);
  display: block;
  background: var(--green);
}
.page-hero--legal .page-hero__media{ display: none; }
.page-hero--legal .page-hero__inner{
  max-width: var(--max);
  position: relative;
}
.page-hero--legal .page-hero__title{
  font-size: clamp(40px, 6vw, 80px);
  margin-bottom: 24px;
}
.page-hero__updated{
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(245,241,232,.6);
  margin-top: 28px;
  display: inline-block;
  border-top: 1px solid var(--rule-on-green);
  padding-top: 16px;
}

.legal{
  background: var(--cream);
  padding: var(--pad-y) var(--pad);
}
.legal__inner{
  max-width: 820px;
  margin: 0 auto;
}
.legal__intro{
  font-family: var(--serif);
  font-style: italic;
  font-variation-settings: "opsz" 60, "SOFT" 100, "WONK" 1;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0 0 56px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--rule);
}
.legal h2{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.2; letter-spacing: -.01em;
  margin: 56px 0 18px;
  color: var(--ink);
}
.legal h2:first-child{ margin-top: 0; }
.legal h2 .num{
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em;
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.legal h3{
  font-family: var(--sans);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  margin: 28px 0 10px;
  color: var(--ink);
}
.legal p{
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 16px;
}
.legal ul, .legal ol{
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
  padding-left: 22px;
  margin: 0 0 16px;
}
.legal li{ margin-bottom: 8px; }
.legal li::marker{ color: var(--gold); }
.legal a{
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 1px;
  transition: color .25s var(--ease);
}
.legal a:hover{ color: var(--gold); }
.legal strong{ color: var(--ink); font-weight: 500; }
.legal__contact{
  margin-top: 60px;
  padding: 28px 32px;
  background: var(--paper);
  border-left: 2px solid var(--gold);
  border-radius: 2px;
}
.legal__contact h3{ margin-top: 0; }
.legal__contact p{ margin-bottom: 6px; font-size: 15px; }
.legal__contact .meta{
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-2);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}

/* ============================================================
   PROPERTY TRANSFORMATIONS &mdash; pinned horizontal gallery
   ============================================================ */
.pt-intro{
  background: var(--cream);
  padding: var(--pad-y) var(--pad);
}
.pt-intro__inner{
  max-width: var(--max);
  margin: 0 auto;
}
.pt-intro__title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.05; letter-spacing: -.02em;
  margin: 0 0 24px;
}
.pt-intro__title .italic{
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  color: var(--gold);
}
.pt-intro__copy{
  font-size: 17px; line-height: 1.65;
  color: var(--ink-2);
  margin: 0 0 36px;
  max-width: 720px;
}
.pt-intro__chips{
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.pt-intro__chips li{
  border: 1px solid var(--rule);
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-2);
}

.pt-gallery{
  background: var(--paper);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  /* On desktop, gallery height set by JS via ScrollTrigger pin total. */
  position: relative;
  overflow: hidden;
}
.pt-gallery__pin{
  height: 100vh;
  display: flex; flex-direction: column;
  position: relative;
}
.pt-gallery__progress{
  position: absolute; top: clamp(80px, 12vh, 110px); left: var(--pad); right: var(--pad);
  z-index: 5;
  display: flex; align-items: center; gap: 16px;
  pointer-events: none;
}
.pt-gallery__progress-bar{
  flex: 1;
  height: 1px;
  background: var(--rule);
  position: relative;
  overflow: hidden;
}
.pt-gallery__progress-bar::after{
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: var(--pt-progress, 0%);
  background: var(--gold);
  transition: width .15s linear;
}
.pt-gallery__progress-label{
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--ink-2);
  white-space: nowrap;
}

.pt-gallery__track{
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 130px var(--pad) 60px;
  gap: clamp(24px, 4vw, 60px);
  will-change: transform;
}

/* Each project card */
.pt-card{
  flex: 0 0 auto;
  width: clamp(720px, 80vw, 1100px);
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  align-items: center;
}
.pt-card__meta{
  display: flex; flex-direction: column; gap: 18px;
  align-self: stretch;
  padding: 8px 0;
}
.pt-card__num{
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .26em; color: var(--gold);
  text-transform: uppercase;
}
.pt-card__title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.05; letter-spacing: -.01em;
  margin: 8px 0 12px;
  color: var(--ink);
}
.pt-card__title .italic{
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  color: var(--gold);
}
.pt-card__location{
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold);
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink);
}
.pt-card__note{
  font-size: 15px; line-height: 1.65;
  color: var(--ink-2);
  margin: 0;
  max-width: 320px;
}
.pt-card__chips{
  list-style: none; padding: 0; margin: 8px 0 0;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.pt-card__chips li{
  border: 1px solid var(--rule);
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-2);
}

/* Reuse .ba__img / .ba__handle / .ba__label from homepage but local to pt-card */
.pt-card__slider{
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: 4px;
  background: #1a1a1a;
  user-select: none;
  touch-action: pan-y;
  cursor: ew-resize;
  box-shadow: 0 30px 80px -30px rgba(0,0,0,.4);
}

@media (max-width: 860px){
  .pt-gallery{ overflow: visible; }
  .pt-gallery__pin{
    height: auto;
    display: block;
  }
  .pt-gallery__progress{ display: none; }
  .pt-gallery__track{
    flex-direction: column;
    padding: 60px var(--pad);
    gap: 60px;
    transform: none !important;
  }
  .pt-card{
    grid-template-columns: 1fr;
    width: 100%;
    gap: 24px;
  }
  .pt-card__note{ max-width: none; }
}

/* ============================================================
   SEASON BLOCKS (Seasonal Services page)
   ============================================================ */
.season-block{
  padding: var(--pad-y) var(--pad);
  position: relative;
  overflow: hidden;
}
.season-block--summer{
  background: var(--cream);
  color: var(--ink);
}
.season-block--winter{
  background: var(--green);
  color: var(--cream);
}
.season-block--winter::before{
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(181,124,53,.10), transparent 55%),
    repeating-linear-gradient(0deg, rgba(245,241,232,.02) 0 1px, transparent 1px 80px);
  pointer-events: none;
}
.season-block__inner{
  max-width: var(--max);
  margin: 0 auto;
  position: relative; z-index: 1;
}
.season-block__head{
  max-width: 740px;
  margin-bottom: 60px;
}
.season-block__title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 0 0 24px;
}
.season-block__title .italic{
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}
.season-block--summer .season-block__title .italic{ color: var(--gold); }
.season-block--winter .season-block__title .italic{ color: var(--gold); }
.season-block__lede{
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
  color: inherit;
  opacity: .85;
}

/* Service cards */
.services{
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.season-block--winter .services{ border-top-color: var(--rule-on-green); }
.service-card{
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 32px 28px 32px 0;
  border-bottom: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  transition: background .3s var(--ease);
}
.service-card:nth-child(2n){ border-right: 0; padding-right: 0; padding-left: 28px; }
.service-card:nth-child(2n-1){ padding-right: 28px; }
.season-block--winter .service-card{
  border-bottom-color: var(--rule-on-green);
  border-right-color: var(--rule-on-green);
}
.season-block--summer .service-card:hover{ background: var(--cream-2); }
.season-block--winter .service-card:hover{ background: rgba(245,241,232,.04); }
.service-card__num{
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em; color: var(--gold);
  padding-top: 4px;
}
.service-card__title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  letter-spacing: -.005em;
  margin: 0 0 12px;
  grid-column: 2;
  color: inherit;
}
.service-card p{
  grid-column: 2;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 18px;
  color: inherit;
  opacity: .82;
  max-width: 540px;
}
.service-card__cta{
  grid-column: 2;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: inherit;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  align-self: start;
  width: fit-content;
  transition: color .25s var(--ease), border-color .25s var(--ease), gap .25s var(--ease);
  opacity: .75;
}
.service-card__cta svg{ width: 12px; height: 12px; }
.service-card__cta:hover{
  color: var(--gold);
  border-color: var(--gold);
  gap: 12px;
  opacity: 1;
}

@media (max-width: 860px){
  .services{ grid-template-columns: 1fr; }
  .service-card{ border-right: 0; padding: 28px 0; }
  .service-card:nth-child(2n){ padding-left: 0; }
  .service-card:nth-child(2n-1){ padding-right: 0; }
}

/* ============================================================
   FAQ accordion
   ============================================================ */
.faq{
  background: var(--paper);
  padding: var(--pad-y) var(--pad);
  border-top: 1px solid var(--rule);
}
.faq__inner{ max-width: var(--max); margin: 0 auto; }
.faq__head{ margin-bottom: 60px; }
.faq__title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.05; letter-spacing: -.02em;
  margin: 0;
}
.faq__title .italic{
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}
.faq__list{
  list-style: none;
  margin: 0; padding: 0;
  border-top: 1px solid var(--rule);
}
.faq__item{ border-bottom: 1px solid var(--rule); }
.faq__item details{ padding: 0; }
.faq__item summary{
  display: flex; align-items: center; gap: 24px;
  padding: 28px 4px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: padding .25s var(--ease);
}
.faq__item summary::-webkit-details-marker{ display: none; }
.faq__item summary:hover .faq__q{ color: var(--gold); }
.faq__num{
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .22em; color: var(--gold);
  flex-shrink: 0;
  width: 36px;
}
.faq__q{
  flex: 1;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.3;
  letter-spacing: -.005em;
  color: var(--ink);
  transition: color .25s var(--ease);
}
.faq__chev{
  width: 20px; height: 20px;
  flex-shrink: 0;
  color: var(--ink-2);
  transition: transform .35s var(--ease), color .35s var(--ease);
}
.faq__item details[open] .faq__chev{
  transform: rotate(180deg);
  color: var(--gold);
}
.faq__item details[open] .faq__q{ color: var(--gold); }
.faq__a{
  padding: 0 4px 28px 60px;
  max-width: 820px;
  animation: faqIn .4s var(--ease);
}
.faq__a p{
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0;
}
@keyframes faqIn{
  from{ opacity: 0; transform: translateY(-4px); }
  to{ opacity: 1; transform: none; }
}

@media (max-width: 720px){
  .faq__item summary{ gap: 16px; padding: 22px 0; }
  .faq__a{ padding: 0 0 22px 0; }
  .faq__num{ width: auto; }
}

/* Designer credit */
.footer__credit{
  max-width: var(--max);
  margin: 22px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--rule-on-green);
  text-align: center;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(245,241,232,.45);
}
.footer__credit-heart{
  color: #D24A65;
  font-size: 12px;
  letter-spacing: 0;
  margin: 0 5px;
  vertical-align: -1px;
}
.footer__credit-link{
  color: rgba(245,241,232,.78);
  border-bottom: 1px solid var(--rule-on-green);
  padding-bottom: 1px;
  margin-left: 4px;
  transition: color .25s var(--ease), border-color .25s var(--ease);
}
.footer__credit-link:hover{ color: var(--gold); border-color: var(--gold); }

/* Find us &mdash; map block */
.footer__map{
  max-width: var(--max); margin: 60px auto 0;
  padding-top: 50px;
  border-top: 1px solid var(--rule-on-green);
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 36px;
  align-items: stretch;
}
.footer__map-meta{ display: flex; flex-direction: column; gap: 14px; align-self: center; }
.footer__map-meta h6{
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold); margin: 0;
}
.footer__map-meta p{
  margin: 0; max-width: 320px;
  font-family: var(--serif); font-style: italic; font-size: 17px; line-height: 1.45;
  font-variation-settings: "opsz" 60, "SOFT" 100, "WONK" 1;
  color: rgba(245,241,232,.85);
}
.footer__map-link{
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--cream);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  align-self: flex-start;
  transition: color .25s var(--ease);
}
.footer__map-link:hover{ color: var(--gold); }
.footer__map-frame{
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rule-on-green);
  border-radius: 4px;
  overflow: hidden;
  background: var(--green-2);
}
.footer__map-frame iframe{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  filter: grayscale(.6) brightness(.85) contrast(1.05);
  border: 0;
}

@media (max-width: 860px){
  .footer__map{ grid-template-columns: 1fr; gap: 24px; padding-top: 40px; }
}

@media (max-width: 720px){
  .footer__upper{ grid-template-columns: 1fr; }
  .footer__cols{ grid-template-columns: 1fr 1fr; gap: 36px 20px; }
}

@media (max-width: 520px){
  .footer__cols{ grid-template-columns: 1fr; }
}

/* ============================================================
   STICKY MOBILE CTA
   ============================================================ */
.sticky-cta{
  display: none;
  position: fixed; left: 16px; right: 16px; bottom: 16px;
  z-index: 60;
  text-align: center;
  background: var(--gold); color: var(--cream);
  padding: 18px 0;
  font-family: var(--mono); font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
@media (max-width: 720px){ .sticky-cta{ display:block; } }

/* ============================================================
   CHATBOT
   ============================================================ */
.chat-fab{
  position: fixed; right: 24px; bottom: 24px; z-index: 80;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--green); color: var(--cream);
  display:grid; place-items:center;
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
  transition: transform .35s var(--ease), background .35s;
}
.chat-fab:hover{ transform: translateY(-3px); background: var(--gold); }
.chat-fab svg{ width: 22px; height: 22px; }
@media (max-width: 720px){ .chat-fab{ bottom: 80px; right: 16px; } }

.chat{
  position: fixed; right: 24px; bottom: 96px; z-index: 81;
  width: min(380px, calc(100vw - 32px));
  background: var(--cream);
  color: var(--ink);
  border-radius: 6px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.45);
  display: flex; flex-direction: column;
  max-height: 600px;
  transform: translateY(20px) scale(.96);
  opacity: 0; pointer-events: none;
  transition: transform .35s var(--ease), opacity .35s;
}
.chat.is-open{ transform: none; opacity: 1; pointer-events: auto; }
.chat__head{
  padding: 18px 20px;
  background: var(--green); color: var(--cream);
  border-radius: 6px 6px 0 0;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
}
.chat__head strong{ display:block; font-family: var(--serif); font-style: italic; font-size: 18px; font-weight: 400; }
.chat__head em{ display:block; font-style: normal; font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; opacity: .65; margin-top: 2px; }
.chat__head-actions{
  display: inline-flex; align-items: center; gap: 4px;
}
.chat__head-actions button{
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  color: var(--cream);
  opacity: .75;
  transition: background .25s var(--ease), opacity .25s var(--ease), transform .35s var(--ease);
}
.chat__head-actions button:hover{
  background: rgba(245,241,232,.12);
  opacity: 1;
}
#chatReset svg{ width: 16px; height: 16px; }
#chatReset:hover svg{ transform: rotate(-25deg); }
#chatClose{ font-size: 22px; line-height: 1; }
.chat__body{
  padding: 20px;
  overflow: auto;
  display:flex; flex-direction: column; gap: 14px;
  font-size: 14.5px;
}
.chat__msg p{ margin: 0; line-height: 1.5; }
.chat__msg--bot p{
  background: var(--cream-2);
  padding: 12px 14px; border-radius: 12px 12px 12px 4px;
  max-width: 95%;
}
.chat__chips{
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 8px;
}
.chat__chips button{
  padding: 9px 12px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em;
  line-height: 1.25;
  min-height: 36px;
  transition: all .25s;
}
.chat__chips button:hover{ background: var(--green); color: var(--cream); border-color: var(--green); }

.chat__input{
  display: flex; gap: 8px;
  padding: 14px;
  border-top: 1px solid var(--rule);
}
.chat__input input{
  flex: 1; border: 0; padding: 12px 14px; background: var(--paper);
  border-radius: 999px;
  font: inherit;
  outline: none;
}
.chat__input button{
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--green); color: var(--cream);
  display: grid; place-items: center;
}
.chat__input button svg{ width: 18px; height: 18px; }
.chat__foot{
  font-family: var(--mono); font-size: 10px; letter-spacing: .14em; color: var(--ink-2);
  padding: 0 14px 14px; opacity: .55; text-transform: uppercase;
}

@media (max-width: 720px){
  .chat{
    right: 12px;
    bottom: 76px;
    width: calc(100vw - 24px);
    max-height: min(680px, calc(100vh - 104px));
  }
  .chat__body{
    padding: 16px;
    font-size: 14px;
  }
  .chat__chips{
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .chat__chips button{
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    min-height: 44px;
  }
  .chat__input{ padding: 12px; }
  .chat__foot{ padding: 0 12px 12px; line-height: 1.45; }
}

/* ============================================================
   ASSESSMENT &mdash; recurring note
   ============================================================ */
.assessment__recurring{
  margin-top: 28px;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(245,241,232,.7);
  max-width: 460px;
  border-left: 1px solid var(--gold);
  padding: 4px 0 4px 16px;
}
.assessment__recurring em{
  font-family: var(--serif); font-style: italic;
  font-variation-settings: "opsz" 60, "SOFT" 100, "WONK" 1;
  color: var(--gold);
}

/* ============================================================
   FORM &mdash; multi-step assessment
   ============================================================ */
.cal__step{
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: stepIn .55s var(--ease);
}
.cal__step[hidden]{ display: none; }
@keyframes stepIn{
  from{ opacity: 0; transform: translateY(6px); }
  to{ opacity: 1; transform: none; }
}

.cal__back{
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-2);
  padding: 8px 14px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  transition: all .25s var(--ease);
}
.cal__back svg{ width: 14px; height: 14px; }
.cal__back:hover{ background: var(--green); color: var(--cream); border-color: var(--green); }

/* Form layout */
.frm{
  display: flex; flex-direction: column;
  gap: 22px;
}
.frm__selected{
  display: flex; flex-direction: column; gap: 2px;
  padding: 14px 16px;
  background: var(--cream-2);
  border-left: 2px solid var(--gold);
  border-radius: 2px;
}
.frm__selected em{
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-2); font-style: normal;
}
.frm__selected strong{
  font-family: var(--serif); font-weight: 400; font-size: 17px;
  letter-spacing: -.005em;
}

.frm__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 16px;
}
.frm__field{
  display: flex; flex-direction: column;
  gap: 6px;
  position: relative;
}
.frm__field--full{ grid-column: 1 / -1; }
.frm__label{
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-2);
  display: flex; gap: 4px; align-items: baseline;
}
.frm__label i{ color: var(--gold); font-style: normal; }
.frm__field input,
.frm__field select,
.frm__field textarea{
  font: inherit;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.4;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  padding: 10px 0;
  outline: none;
  width: 100%;
  transition: border-color .3s var(--ease), background .3s var(--ease);
  -webkit-appearance: none; appearance: none;
}
.frm__field textarea{
  resize: vertical;
  min-height: 110px;
  border: 1px solid var(--rule);
  padding: 12px 14px;
  border-radius: 3px;
  background: var(--paper);
}
.frm__field select{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='none' stroke='%23B57C35' stroke-width='1.2' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 12px 8px;
  padding-right: 22px;
  cursor: pointer;
}
.frm__field input:focus,
.frm__field select:focus,
.frm__field textarea:focus{
  border-color: var(--gold);
  background: rgba(181,124,53,.04);
}
.frm__field textarea:focus{ background: var(--paper); }
.frm__field input::placeholder,
.frm__field textarea::placeholder{ color: rgba(27,27,23,.35); }

/* error state */
.frm__field.is-invalid input,
.frm__field.is-invalid select,
.frm__field.is-invalid textarea{
  border-color: #B14E3F;
  background: rgba(177,78,63,.04);
}
.frm__field.is-invalid textarea{ background: rgba(177,78,63,.04); }

/* Phone field &mdash; country prefix (Canada locked) */
.frm__field--phone .frm__phone{
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--rule);
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.frm__phone-prefix{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px 10px 0;
  margin-right: 12px;
  border-right: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink-2);
  user-select: none;
  white-space: nowrap;
  transition: border-color .3s var(--ease);
}
.frm__phone-flag{
  display: inline-flex;
  align-items: center;
  line-height: 0;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(27,27,23,.08);
}
.frm__phone-flag svg{ display: block; }
.frm__phone-code{
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
  color: var(--ink);
}

/* Reset the input inside the wrapper &mdash; wrapper owns the underline + bg */
.frm__field--phone input,
.frm__field--phone input:focus{
  border: 0;
  background: transparent;
  padding-left: 0;
}
.frm__field--phone .frm__phone:focus-within{
  border-bottom-color: var(--gold);
  background: rgba(181,124,53,.04);
}
.frm__field--phone .frm__phone:focus-within .frm__phone-prefix{
  border-right-color: var(--gold);
}
.frm__field--phone.is-invalid input{ border: 0; background: transparent; }
.frm__field--phone.is-invalid .frm__phone{
  border-bottom-color: #B14E3F;
  background: rgba(177,78,63,.04);
}
.frm__field--phone.is-invalid .frm__phone-prefix{
  border-right-color: #B14E3F;
}
.frm__error{
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: .12em;
  color: #B14E3F;
  min-height: 0;
  display: none;
}
.frm__field.is-invalid .frm__error,
.frm__upload.is-invalid .frm__error{
  display: block;
  animation: errIn .35s var(--ease);
}
@keyframes errIn{ from{ opacity: 0; transform: translateY(-2px); } to{ opacity: 1; transform: none; } }

/* upload area */
.frm__upload{
  position: relative;
  display: flex; flex-direction: column; gap: 10px;
}
.frm__upload input[type=file]{
  position: absolute;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}
.frm__upload-label{
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 28px 20px;
  border: 1px dashed var(--rule);
  border-radius: 4px;
  background: var(--paper);
  text-align: center;
  cursor: pointer;
  transition: border-color .3s var(--ease), background .3s var(--ease), transform .3s var(--ease);
}
.frm__upload-label:hover,
.frm__upload.is-dragover .frm__upload-label{
  border-color: var(--gold);
  background: rgba(181,124,53,.05);
}
.frm__upload-label svg{ width: 22px; height: 22px; color: var(--gold); }
.frm__upload-title{
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: -.005em;
  color: var(--ink);
}
.frm__upload-hint{
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: .14em;
  color: var(--ink-2);
  text-transform: uppercase;
}
.frm__upload-list{
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.frm__upload-list:empty{ display: none; }
.frm__upload-list li{
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px;
  background: var(--cream-2);
  border-radius: 3px;
  font-size: 13px;
}
.frm__upload-list li .name{
  flex: 1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  color: var(--ink);
}
.frm__upload-list li .size{
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em;
  color: var(--ink-2);
}
.frm__upload-list li .remove{
  width: 22px; height: 22px;
  border-radius: 50%;
  background: transparent;
  display: grid; place-items: center;
  font-size: 16px;
  color: var(--ink-2);
  transition: background .2s, color .2s;
}
.frm__upload-list li .remove:hover{ background: #B14E3F; color: var(--cream); }
.frm__upload.is-invalid .frm__upload-label{
  border-color: #B14E3F;
  background: rgba(177,78,63,.04);
}

/* honeypot &mdash; visually hidden but not display:none (bots need to see/fill it) */
.frm__honey{
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px; height: 1px;
  overflow: hidden;
}

/* Required consent checkbox (gates the upload area + submit) */
.frm__field--consent{
  background: var(--paper);
  border: 1px solid var(--rule);
  border-left: 2px solid var(--gold);
  border-radius: 3px;
  padding: 18px 20px;
  display: block;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.frm__field--consent.is-invalid{
  border-color: #B14E3F;
  border-left-color: #B14E3F;
  background: rgba(177,78,63,.04);
}
.frm__consent-check{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  user-select: none;
  margin: 0;
}
/* Visually-hidden native input (kept focusable for keyboard + screen readers) */
.frm__consent-check input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  width: 1px; height: 1px;
  margin: 0;
  pointer-events: none;
}
.frm__consent-mark{
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  width: 22px; height: 22px;
  border: 1.5px solid var(--rule);
  border-radius: 3px;
  background: var(--cream);
  margin-top: 1px;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.frm__consent-mark::before{
  content: "";
  position: absolute;
  left: 6px; top: 2px;
  width: 6px; height: 11px;
  border-right: 2px solid var(--cream);
  border-bottom: 2px solid var(--cream);
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform .2s var(--ease);
}
.frm__consent-check input:checked ~ .frm__consent-mark{
  background: var(--gold);
  border-color: var(--gold);
}
.frm__consent-check input:checked ~ .frm__consent-mark::before{
  transform: rotate(45deg) scale(1);
}
.frm__consent-check input:focus-visible ~ .frm__consent-mark{
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.frm__consent-text{
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
}
.frm__consent-text strong{ color: var(--ink); font-weight: 500; }

/* Disabled state on upload + submit while consent is pending */
.frm__upload.is-locked{
  opacity: .45;
  pointer-events: none;
  filter: grayscale(.4);
  transition: opacity .25s var(--ease), filter .25s var(--ease);
}
.frm__upload{ transition: opacity .25s var(--ease), filter .25s var(--ease); }
.btn.is-locked{
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
}

.frm__consent p{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ink-2);
  opacity: .75;
}

/* status messages */
.frm__status{
  padding: 14px 16px;
  border-radius: 3px;
  font-size: 13.5px;
  line-height: 1.55;
  border-left: 2px solid var(--gold);
  background: var(--cream-2);
  color: var(--ink);
}
.frm__status.is-error{
  border-left-color: #B14E3F;
  color: #6F2E25;
  background: rgba(177,78,63,.06);
}

/* foot of form */
.frm__foot{ margin-top: 6px; }

/* submit button loading state */
.btn.is-loading{ opacity: .75; cursor: wait; pointer-events: none; }
.btn.is-loading .frm__submit-label::after{
  content: "";
  display: inline-block;
  width: 12px; height: 12px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  border-top-color: transparent;
  vertical-align: -2px;
  animation: spin .8s linear infinite;
}
@keyframes spin{ to{ transform: rotate(360deg); } }

/* success state */
.cal__step--done{ align-items: center; }
.frm__done{
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 12px;
  padding: 20px 8px 8px;
}
.frm__done svg{ width: 64px; height: 64px; }
.frm__done em{
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .26em;
  color: var(--gold); text-transform: uppercase;
  font-style: normal;
}
.frm__done h4{
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(24px, 2.6vw, 32px);
  margin: 0; letter-spacing: -.01em;
}
.frm__done p{
  margin: 0; max-width: 420px;
  font-size: 14.5px; line-height: 1.55;
  color: var(--ink-2);
}
.frm__done .btn{ margin-top: 14px; }

/* Mobile */
@media (max-width: 720px){
  .frm__grid{ grid-template-columns: 1fr; }
  .frm__field input, .frm__field select{ font-size: 16px; padding: 12px 0; }
  .frm__field textarea{ font-size: 16px; }
  .frm__upload-label{ padding: 22px 14px; }
  .cal__back span{ display: none; }
}

/* Revision v1 additions */
.ticker:hover .ticker__track{ animation-play-state: paused; }

.hero__bottom-ctas{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(245,241,232,.22);
  background: rgba(15,25,18,.42);
  backdrop-filter: blur(10px);
}
.hero-call--bottom{
  background: rgba(0,0,0,.18);
  border-color: rgba(245,241,232,.38);
}
.btn--hero-bottom{
  min-width: 0;
  padding: 14px 18px;
  font-size: 11px;
}

.proof-tabs{
  background: var(--cream);
  padding: var(--pad-y) var(--pad);
  border-top: 1px solid var(--rule);
}
.proof-tabs__inner{ max-width: var(--max); margin: 0 auto; }
.proof-tabs__radio{ position: absolute; opacity: 0; pointer-events: none; }
.proof-tabs__nav{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 42px;
}
.proof-tabs__nav label{
  border: 1px solid var(--rule);
  padding: 12px 16px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-2);
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
#proof-tab-property:checked ~ .proof-tabs__nav label[for="proof-tab-property"],
#proof-tab-vehicle:checked ~ .proof-tabs__nav label[for="proof-tab-vehicle"],
#proof-tab-seasonal:checked ~ .proof-tabs__nav label[for="proof-tab-seasonal"]{
  background: var(--green);
  color: var(--cream);
  border-color: var(--green);
}
.proof-panel{ display: none; }
#proof-tab-property:checked ~ .proof-tabs__panels [data-panel="property"],
#proof-tab-vehicle:checked ~ .proof-tabs__panels [data-panel="vehicle"],
#proof-tab-seasonal:checked ~ .proof-tabs__panels [data-panel="seasonal"]{ display: block; }
.proof-video-row{
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 0 28px;
  scroll-snap-type: x proximity;
}
.proof-video{
  flex: 0 0 min(360px, 82vw);
  scroll-snap-align: start;
  color: var(--cream);
  background: var(--green);
  overflow: hidden;
  border-radius: 4px;
}
.proof-video video{
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.proof-video span{
  display: block;
  padding: 14px 16px 16px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}
.proof-list{ display: flex; flex-direction: column; gap: 64px; }
.proof-card{
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding-top: 44px;
  border-top: 1px solid var(--rule);
}
.proof-card__meta{ display: flex; flex-direction: column; gap: 14px; }
.proof-card__slider{ aspect-ratio: 16 / 10; }
@media (max-width: 860px){
  .proof-tabs{ padding: 70px var(--pad); }
  .proof-tabs__nav{ display: grid; grid-template-columns: 1fr; }
  .proof-card{ grid-template-columns: 1fr; gap: 22px; padding-top: 34px; }
  .proof-card__slider{ order: 1; }
  .proof-card__meta{ order: 2; }
}
@media (max-width: 720px){
  .hero__bottom-ctas{ width: 100%; flex-direction: column; align-items: stretch; }
  .hero__bottom-ctas .hero-call, .hero__bottom-ctas .btn{ width: 100%; justify-content: center; }
}
/* loader disabled for media-heavy revision */
.loader{ display:none !important; }

/* hero text visibility fallback */
.hero__title .word{ transform:none !important; }
.hero__sub,.hero__ctas{ opacity:1 !important; transform:none !important; }
