/* ============================================================
   ORGANIZE WITH LANA — Sage & Linen
   Design system + sections
   ============================================================ */

:root{
  /* palette */
  --paper:#F1F1EF;
  --surface:#FBFBF9;
  --surface-2:#E8E8E3;
  --ink:#272820;
  --ink-soft:#6B6757;
  --ink-faint:#9A917D;
  --line:#DDDDD6;
  --accent:#46627F;
  --accent-deep:#324A63;
  --accent-tint:#E2E8EE;
  --accent-light:#9FB4C8;
  --ceiling:clamp(64px,9vh,100px); --tail:100vh; --m-ceiling:150px;   /* tail = full viewport so the Testimonials "full curtain" covers the last About card (ported from Learn-more-lab) */
  --footer:#23211C;

  /* section theming (overridden per section by JS) */
  --theme-accent:var(--accent);

  /* type */
  --serif:'Cormorant', Georgia, serif;
  --logo:'Cormorant', Georgia, serif;  /* centered header wordmark (locked with the retired Customize drawer, 2026-07-02) */
  --sans:'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono:'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --ease:cubic-bezier(0.22, 1, 0.36, 1);
  --radius:3px;
  --shadow-soft:0 12px 40px rgba(39,40,32,.10);
  --shadow-card:0 18px 50px rgba(39,40,32,.13);
  --maxw:1240px;
  --pad:clamp(20px,5vw,72px);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  margin:0; background:var(--paper); color:var(--ink);
  font-family:var(--sans); font-size:17px; line-height:1.6;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
h1,h2,h3,h4,p,figure,ul{ margin:0; padding:0; }
ul{ list-style:none; }
a{ color:inherit; text-decoration:none; }
img{ display:block; max-width:100%; }
button{ font-family:inherit; }
::selection{ background:var(--accent); color:#fff; }

.serif{ font-family:var(--serif); font-weight:500; letter-spacing:-.01em; }
.eyebrow{
  font-family:var(--mono); font-size:12px; letter-spacing:.24em;
  text-transform:uppercase; color:var(--ink-faint);
}
.section{ padding:clamp(52px,7.5vw,92px) var(--pad); position:relative; }
.wrap{ max-width:var(--maxw); margin:0 auto; }

/* section header block */
.sec-head{ max-width:760px; }
.sec-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.sec-head .eyebrow{ display:block; margin-bottom:20px; }
.sec-title{
  font-family:var(--serif); font-weight:500; letter-spacing:-.012em;
  font-size:clamp(2.1rem,4.6vw,3.6rem); line-height:1.08; color:var(--ink);
}
.sec-title em{ font-style:italic; color:var(--theme-accent); }
.sec-sub{ color:var(--ink-soft); font-size:clamp(15px,1.4vw,18px); max-width:60ch; margin-top:20px; }
.sec-head.center .sec-sub{ margin-left:auto; margin-right:auto; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--sans); font-size:14px; font-weight:500; letter-spacing:.01em;
  padding:15px 28px; border-radius:var(--radius); cursor:pointer;
  border:1px solid transparent; transition:transform .45s var(--ease),
    background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:var(--accent); color:#fff; }
.btn-primary:hover{ background:var(--accent-deep); }
.btn-outline{ background:transparent; color:var(--ink); border-color:var(--ink); }
.btn-outline:hover{ background:var(--ink); color:var(--paper); }
.btn-outline-light{ background:transparent; border-color:rgba(255,255,255,.6); color:#fff; }
.btn-outline-light:hover{ background:rgba(255,255,255,.14); border-color:#fff; }
.btn-ghost{ background:transparent; color:var(--accent-deep); padding-left:0; padding-right:0; }
.btn .arr{ transition:transform .4s var(--ease); }
.btn:hover .arr{ transform:translateX(4px); }

/* ============================================================
   REVEAL / MOTION
   ============================================================ */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .85s var(--ease), transform .9s var(--ease); }
.reveal.in{ opacity:1; transform:none; }
/* opacity-only reveal for scroll-stacking sections: a transform on a sticky element's
   ancestor breaks position:sticky, so the About fades in without any translate. */
.reveal--flat{ transform:none; }
.stagger > *{ opacity:0; transform:translateY(20px); transition:opacity .8s var(--ease), transform .85s var(--ease); }
.stagger.in > *{ opacity:1; transform:none; }
.stagger.in > *:nth-child(1){ transition-delay:.05s }
.stagger.in > *:nth-child(2){ transition-delay:.13s }
.stagger.in > *:nth-child(3){ transition-delay:.21s }
.stagger.in > *:nth-child(4){ transition-delay:.29s }
.stagger.in > *:nth-child(5){ transition-delay:.37s }
.stagger.in > *:nth-child(6){ transition-delay:.45s }
.stagger.in > *:nth-child(7){ transition-delay:.53s }
.stagger.in > *:nth-child(8){ transition-delay:.61s }

/* ============================================================
   HEADER
   ============================================================ */
/* centered logo bar on linen (the photo hero sits below it) */
.header{ position:relative; z-index:80; background:var(--paper); border-bottom:1px solid var(--line);
  padding:26px var(--pad) 18px; text-align:center; }
.brand{ font-family:var(--logo); font-weight:500; font-size:clamp(28px,3.4vw,44px); letter-spacing:.005em;
  color:var(--ink); display:inline-block; white-space:nowrap; }
/* Lana's real logo wordmark (img/owl-wordmark.png, trimmed from Image Assets/Logos/written logo.png) */
.brand__word{ display:block; height:clamp(32px,3.8vw,48px); width:auto; margin:0 auto; }
.nav{ margin-top:14px; display:flex; align-items:center; justify-content:center; gap:clamp(20px,2.4vw,34px); flex-wrap:wrap; }
.nav a{ font-size:13.5px; letter-spacing:.02em; color:var(--ink-soft); transition:color .25s; position:relative; padding-bottom:4px; }
.nav a::after{ content:''; position:absolute; left:0; right:100%; bottom:0; height:1.5px; background:var(--accent); transition:right .35s var(--ease); }
.nav a:hover, .nav a.is-active{ color:var(--accent-deep); }
.nav a:hover::after, .nav a.is-active::after{ right:0; }
/* topbar Book pill: short label on mobile; on the main page it appears only with the
   scrolled-in topbar (the tall home header stays uncluttered by design) */
.topbar__cta .cta-short{ display:none; }
.hamburger{ display:none; position:absolute; top:50%; right:var(--pad); transform:translateY(-50%);
  width:42px; height:42px; border:0; background:none; padding:0;
  flex-direction:column; gap:5px; align-items:center; justify-content:center; cursor:pointer; }
.hamburger span{ width:18px; height:1.5px; background:var(--ink); transition:.3s var(--ease); }

/* ---- slim sticky bar (appears on scroll): logo-left + section icon dock ---- */
.topbar{ position:fixed; top:0; left:0; right:0; z-index:90;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:11px clamp(20px,4vw,48px);
  background:var(--paper); border-bottom:1px solid var(--line);
  transform:translateY(-100%); opacity:0; pointer-events:none;
  transition:transform .42s var(--ease), opacity .3s var(--ease); }
.topbar.show{ transform:none; opacity:1; pointer-events:auto; }
.topbar__logo{ display:inline-flex; align-items:center; gap:9px; font-family:var(--logo); font-weight:500; font-size:clamp(18px,2vw,24px); letter-spacing:.005em; color:var(--ink); white-space:nowrap; }
.topbar__logo-mark{ height:26px; width:auto; display:block; flex-shrink:0; }
.topbar__logo-word{ height:clamp(17px,1.8vw,21px); width:auto; display:block; }
.topbar__right{ display:flex; align-items:center; gap:10px; }
.topbar__cta{ padding:9px 18px; font-size:13px; }
.nav-dock{ display:flex; align-items:center; gap:2px; }
.nav-dock a{ position:relative; width:38px; height:38px; border-radius:999px; display:grid; place-items:center; color:var(--ink-soft);
  transition:background-color .2s var(--ease), color .2s var(--ease); }
.nav-dock a svg{ width:19px; height:19px; }
.nav-dock a:hover{ background:var(--accent-tint); color:var(--accent-deep); }
.nav-dock a::after{ content:attr(data-label); position:absolute; top:calc(100% + 7px); left:50%; transform:translateX(-50%) translateY(-3px);
  font-family:var(--mono); font-size:9px; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-soft);
  background:var(--surface); border:1px solid var(--line); border-radius:5px; padding:4px 8px; white-space:nowrap;
  opacity:0; pointer-events:none; transition:opacity .18s var(--ease), transform .18s var(--ease); }
.nav-dock a:hover::after{ opacity:1; transform:translateX(-50%) translateY(0); }
.topbar .hamburger{ position:static; transform:none; }
/* keep section headings clear of the fixed sticky bar when jumped to */
#services, #spaces, #reviews, #booking{ scroll-margin-top:74px; }

/* mobile menu */
.mobile-menu{ position:fixed; inset:0; z-index:100; background:var(--paper); padding:28px var(--pad);
  display:flex; flex-direction:column; opacity:0; visibility:hidden; transform:translateY(-100%);
  transition:transform .55s var(--ease), opacity .4s var(--ease), visibility 0s linear .55s; }
.mobile-menu.open{ transform:translateY(0); opacity:1; visibility:visible; transition:transform .55s var(--ease), opacity .4s var(--ease), visibility 0s; }
.mm-top{ display:flex; align-items:center; justify-content:space-between; }
.mm-close{ width:44px; height:44px; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); font-size:22px; cursor:pointer; color:var(--ink); }
/* mobile nav mirrors the desktop dock: icon + label rows, accent-tint hover pill */
.mm-links{ margin-top:36px; display:flex; flex-direction:column; gap:4px; }
.mm-links a{ display:flex; align-items:center; gap:16px; font-family:var(--sans); font-weight:500; font-size:19px; letter-spacing:.01em; color:var(--ink); padding:16px 14px; border-radius:var(--radius); transition:background .25s var(--ease), color .25s var(--ease); }
.mm-links a svg{ width:22px; height:22px; color:var(--accent); flex-shrink:0; transition:color .25s var(--ease); }
.mm-links a:hover, .mm-links a:active{ background:var(--accent-tint); color:var(--accent-deep); }
.mm-links a:hover svg, .mm-links a:active svg{ color:var(--accent-deep); }
.mm-cta{ margin-top:auto; display:flex; gap:12px; flex-wrap:wrap; }

/* ============================================================
   HERO
   ============================================================ */
.hero{ position:relative; background:var(--paper); }

/* welcome card hero (ported from hero-lab option 5) — photo + overlapping cream card */
.welcome{ position:relative; max-width:1280px; margin:0 auto; padding:24px clamp(20px,5vw,56px); }
.welcome__photo{ position:relative; width:min(560px,54%); aspect-ratio:3/4; overflow:hidden; border-radius:16px;
  background:var(--surface-2); box-shadow:0 30px 70px -34px rgba(40,40,32,.5); }
/* cross-fading photo carousel inside the tile (adapted from hero-lab option 1 — zoom + fade, contained) */
.welcome__slide{ position:absolute; inset:0; background-size:cover; background-position:center;
  opacity:0; transform:scale(1.06); will-change:opacity,transform;
  transition:opacity 1s var(--ease), transform 1.4s var(--ease); }
.welcome__slide.is-active{ opacity:1; transform:scale(1); }
.welcome__slide.is-prev{ opacity:0; transform:scale(1.03); }
.welcome__dots{ position:absolute; z-index:3; left:0; right:0; bottom:14px; display:flex; gap:8px; justify-content:center; }
.welcome__dot{ width:8px; height:8px; border-radius:50%; border:0; padding:0; cursor:pointer; background:rgba(255,255,255,.55);
  transition:background-color .3s var(--ease), transform .3s var(--ease); }
.welcome__dot:hover{ background:rgba(255,255,255,.85); }
.welcome__dot.is-active{ background:var(--accent); transform:scale(1.3); }
.welcome__card{ position:absolute; top:50%; right:clamp(20px,5vw,56px); transform:translateY(-50%);
  width:min(620px,52%); background:var(--surface); padding:clamp(36px,4vw,64px); border-radius:18px;
  box-shadow:0 40px 90px -40px rgba(40,40,32,.45); }
.welcome__title{ font-family:var(--serif); font-weight:500; letter-spacing:-.01em; line-height:1.05;
  font-size:clamp(2.1rem,4vw,3.4rem); color:var(--ink); margin-top:14px; }
.welcome__title em{ font-style:italic; color:var(--accent-deep); }
.welcome__lead{ font-family:var(--sans); font-size:clamp(14.5px,1.4vw,16px); line-height:1.7; color:var(--ink-soft);
  margin-top:22px; max-width:46ch; }

/* hero service buttons — one pill showing the name; on hover/focus it reveals
   two halves (Learn more | Book this service) split by a short vertical divider.
   Hovering/tapping a half fills just that side sage green. (Light-card variant.) */
.welcome__services{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:30px; }
/* "Not sure where to begin?" line under the two service pills (mirrors .faq__more; gap matches
   the 30px between the lead text and the pills, centered in the card) */
.welcome__more{ font-family:var(--sans); font-size:14.5px; color:var(--ink-soft); margin-top:30px; text-align:center; }
/* reveal in the same beat as the pills row above it, not as a trailing straggler */
.stagger.in > .welcome__more{ transition-delay:.21s; }
.welcome__more a{ color:var(--accent-deep); font-weight:500; text-decoration:none; border-bottom:1px solid var(--accent-light); padding-bottom:1px; transition:color .2s var(--ease); }
.welcome__more a:hover{ color:var(--accent); }
.hero-service{ position:relative; display:grid; min-height:56px; border:1px solid var(--line); border-radius:var(--radius); }
.hero-service__name, .hero-service__opts{ grid-area:1/1; }
/* The name hides INSTANTLY on hover and the options hide INSTANTLY on leave, so the two
   layers never cross-fade on top of each other — prevents the jumble on a fast cursor sweep. */
.hero-service__name{ display:flex; align-items:center; justify-content:center; text-align:center; line-height:1.25;
  font-family:var(--sans); font-size:14px; font-weight:500; letter-spacing:.01em; color:var(--ink); padding:14px 18px;
  transition:opacity .22s var(--ease); }
.hero-service__opts{ display:flex; opacity:0; pointer-events:none; }
/* hover-capable devices morph on hover (scoped so touch devices' synthetic :hover can't half-apply it) */
@media(hover:hover){
  .hero-service:hover .hero-service__name{ opacity:0; pointer-events:none; transition:none; }
  .hero-service:hover .hero-service__opts{ opacity:1; pointer-events:auto; transition:opacity .22s var(--ease); }
}
/* keyboard focus morphs on any device; .is-flipped = touch tap-to-flip state (set in owl.js) */
.hero-service:focus-within .hero-service__name, .hero-service.is-flipped .hero-service__name{ opacity:0; pointer-events:none; transition:none; }
.hero-service:focus-within .hero-service__opts, .hero-service.is-flipped .hero-service__opts{ opacity:1; pointer-events:auto; transition:opacity .22s var(--ease); }
.hero-service__opt{ position:relative; flex:1 1 auto; display:inline-flex; align-items:center; justify-content:center; gap:7px;
  text-align:center; line-height:1.2; cursor:pointer; font-family:var(--sans); font-size:13px; font-weight:500; letter-spacing:.005em;
  color:var(--ink); background:transparent; border:none; padding:13px 8px;
  transition:background .35s var(--ease), color .35s var(--ease); }
.hero-service__opt:first-child{ border-radius:calc(var(--radius) - 1px) 0 0 calc(var(--radius) - 1px); }
.hero-service__opt:last-child{ border-radius:0 calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0; }
.hero-service__opt + .hero-service__opt::before{ content:""; position:absolute; left:0; top:28%; height:44%; width:1px; background:var(--line); z-index:1; }
/* once a half is selected the green fill is the boundary — hide the divider so it doesn't show as a line over the fill */
.hero-service__opts:has(:hover, :focus-visible) .hero-service__opt + .hero-service__opt::before{ background:transparent; }
.hero-service__opt svg{ display:none; } /* hide icons in the 2-up morph — they cause the label to wrap in the narrow half-cells */
/* selected half fills solid green */
.hero-service__opt:hover, .hero-service__opt:focus-visible, .hero-service__opt:active{ background:var(--accent); color:#fff; }
/* touch devices can't hover — first tap flips the pill to its two option halves
   (owl.js toggles .is-flipped; tapping outside flips back), so the name stays visible until tapped */

/* mobile: stack photo + card, no overlap */
@media(max-width:860px){
  .welcome{ padding:24px clamp(20px,5vw,40px) 60px; }
  .welcome__photo{ width:100%; max-width:none; aspect-ratio:4/5; }
  .welcome__card{ position:static; transform:none; width:100%; margin-top:-40px; margin-left:auto; margin-right:auto; }
  .welcome__services{ grid-template-columns:1fr; }
}


/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust{ padding:clamp(22px,3vw,30px) var(--pad); border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--surface); overflow:hidden; }
.trust-inner{ max-width:var(--maxw); margin:0 auto; display:flex; align-items:center; gap:clamp(16px,3vw,32px); }
.trust-label{ font-family:var(--sans); font-size:10.5px; letter-spacing:.22em; text-transform:uppercase; color:var(--ink-faint); white-space:nowrap; flex-shrink:0; }
/* scrolling marquee of featured-press tiles, with faded left/right tails */
.trust-marquee{ position:relative; flex:1; min-width:0; overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.trust-track{ display:flex; align-items:center; gap:14px; width:max-content; animation:trust-scroll 32s linear infinite; }
.trust-marquee:hover .trust-track{ animation-play-state:paused; }
@keyframes trust-scroll{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
.trust-tile{ flex-shrink:0; white-space:nowrap; display:inline-flex; align-items:center; padding:8px 18px;
  border:1px solid transparent; border-radius:999px; background:transparent; opacity:.62;
  transition:opacity .25s var(--ease), border-color .25s var(--ease), background-color .25s var(--ease); }
.trust-marquee:hover .trust-tile{ opacity:.4; }
.trust-tile:hover{ opacity:1; background:var(--accent-tint); border-color:var(--accent); cursor:pointer; }
/* recreated press wordmarks — stopgap approximations of each outlet's real logo */
.press-logo{ color:var(--ink); line-height:1; display:inline-block; }
.press-logo--ms{ font-family:'Playfair Display',var(--serif); font-weight:600; font-size:17px; text-transform:uppercase; letter-spacing:.16em; }
.press-logo--hg{ font-family:'Playfair Display',var(--serif); font-weight:600; font-size:20px; letter-spacing:.005em; }
.press-logo--hg i{ font-style:italic; font-weight:500; padding:0 .03em; }
.press-logo--ts{ font-family:var(--sans); font-weight:500; font-size:18px; text-transform:lowercase; letter-spacing:.005em; }
.press-logo--ys{ font-family:var(--sans); font-weight:600; font-size:17.5px; letter-spacing:-.02em; }
.press-logo--ys b{ color:#5F01D1; font-weight:800; }   /* Yahoo brand purple (logo color, not a palette token) */

/* ============================================================
   BROWSE BY SPACE
   ============================================================ */
/* full-viewport curtain: Browse-by-space rises over the pinned SERVICES stack (2026-07-03) */
#spaces{ position:relative; z-index:2; margin-top:-100vh; }

.sp-carousel{ margin-top:clamp(32px,5vw,52px); display:flex; min-height:clamp(520px,70vh,640px); border-radius:16px; overflow:hidden;
  border:1px solid var(--line); box-shadow:0 30px 60px -28px rgba(40,40,32,.4); }
/* linen panel (Lana, 2026-07-03): the old ink-dark side now uses the FAQ-wheel language,
   soft surface-2 ground, surface tiles, accent-filled active pill */
.sp-labels{ position:relative; width:40%; background:var(--surface-2); overflow:hidden;
  display:flex; align-items:center; padding:80px 40px 80px 56px; }
.sp-fade{ position:absolute; left:0; right:0; height:84px; z-index:10; pointer-events:none; }
.sp-fade--top{ top:0; background:linear-gradient(to bottom, var(--surface-2), transparent); }
.sp-fade--bottom{ bottom:0; background:linear-gradient(to top, var(--surface-2), transparent); }
.sp-track{ position:relative; width:100%; height:100%; }
.sp-label{ position:absolute; left:0; top:50%; transform:translateY(-50%);
  display:flex; align-items:center; gap:13px; padding:13px 22px; border-radius:100px;
  border:1px solid var(--line); background:var(--surface); color:var(--ink-faint);
  font-family:var(--mono); font-size:12px; font-weight:500; letter-spacing:.1em; text-transform:uppercase;
  cursor:pointer; white-space:nowrap;
  transition:transform .6s cubic-bezier(0.34,1.4,0.64,1), opacity .55s var(--ease),
    background .4s ease, color .4s ease, border-color .4s ease; }
.sp-label svg{ flex-shrink:0; opacity:.5; transition:opacity .3s ease; }
.sp-stage-panel{ flex:1; background:var(--surface-2); position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:center; padding:56px 48px; border-left:1px solid var(--line); }
.sp-stage{ position:relative; width:100%; max-width:420px; aspect-ratio:4/5; }
.sp-card{ position:absolute; inset:0; border-radius:18px; overflow:hidden; border:6px solid var(--paper);
  background:var(--paper); box-shadow:0 24px 48px -20px rgba(40,40,32,.5);
  opacity:0; transform:scale(.8) translateX(80px); z-index:0; pointer-events:none;
  transition:transform .65s var(--ease), opacity .65s var(--ease); }
.sp-card img{ width:100%; height:100%; object-fit:cover; transform:scale(1.05);
  filter:grayscale(.55) brightness(.78); transition:filter .65s var(--ease), transform .65s var(--ease); }
.sp-card--active{ opacity:1; transform:scale(1) translateX(0) rotate(0); z-index:20; pointer-events:auto; cursor:pointer; }
.sp-card--active img{ filter:grayscale(0) brightness(1); transform:scale(1); }
.sp-card--prev{ opacity:.5; transform:scale(.88) translateX(-78px) rotate(-3deg); z-index:10; }
.sp-card--next{ opacity:.5; transform:scale(.88) translateX(78px) rotate(3deg); z-index:10; }
.sp-ov{ position:absolute; inset:0; padding:32px; display:flex; flex-direction:column; justify-content:flex-end;
  background:linear-gradient(to top, rgba(28,29,22,.86) 0%, rgba(28,29,22,.32) 42%, transparent 66%);
  opacity:0; transition:opacity .5s var(--ease); }
.sp-card--active .sp-ov{ opacity:1; }
.sp-name{ font-family:var(--serif); font-weight:500; font-size:clamp(1.7rem,2.4vw,2.1rem); line-height:1.1; color:#fff; }
.sp-cap{ font-family:var(--sans); font-size:14.5px; line-height:1.5; color:rgba(255,255,255,.85); margin-top:8px; max-width:36ch; }

/* header inside the linen panel, wheel beneath, accent-filled active pill */
/* v2 moves the heading inside the carousel, so the base margin-top is now just
   dead space above the box — drop it so the section's top padding matches its bottom. */
.sp-carousel--v2{ margin-top:0; }
.sp-carousel--v2 .sp-labels{ flex-direction:column; align-items:stretch; justify-content:flex-start;
  padding:clamp(40px,4vw,54px) 44px 44px 56px; }
.sp-v2-header{ flex:0 0 auto; }
.sp-v2-title{ font-family:var(--serif); font-weight:500; letter-spacing:-.01em; line-height:1.04;
  font-size:clamp(1.9rem,2.8vw,2.7rem); color:var(--ink); margin-top:0; }
.sp-v2-title em{ font-style:italic; color:var(--accent-deep); }
.sp-v2-sub{ font-family:var(--sans); font-size:14px; line-height:1.55; color:var(--ink-soft); margin-top:12px; }   /* runs the panel's full width (32ch cap removed) */
.sp-v2-hint{ margin-top:14px; font-family:var(--sans); font-size:14px; line-height:1.55; color:var(--accent-deep); }
.sp-track-wrap{ position:relative; flex:1 1 auto; min-height:280px; overflow:hidden; margin-top:20px; }
.sp-carousel--v2 .sp-track{ height:100%; }
.sp-carousel--v2 .sp-label{ border-color:var(--line); color:var(--ink-soft); background:var(--surface); }
.sp-carousel--v2 .sp-label:hover{ color:var(--ink); border-color:var(--accent-light); }
.sp-carousel--v2 .sp-label--active{ background:var(--accent); color:#fff; border-color:var(--accent); }
.sp-carousel--v2 .sp-label--active:hover{ color:#fff; }
.sp-carousel--v2 .sp-label svg{ opacity:.75; }
.sp-carousel--v2 .sp-label--active svg{ opacity:1; color:#fff; }
@media(max-width:900px){
  .sp-carousel{ flex-direction:column; min-height:0; }
  .sp-labels{ width:100%; padding:24px 24px 16px; min-height:auto; }
  .sp-carousel--v2 .sp-labels{ padding:24px 24px 16px; }
  .sp-v2-sub{ font-size:13px; margin-top:8px; }
  .sp-v2-hint{ font-size:13px; margin-top:10px; }
  /* compact wheel — one active pill, neighbours faded into the linen bg
     (tap a pill or swipe ↑/↓; swipe or scroll ←/→ on the image to change spaces) */
  .sp-track-wrap{ height:132px; min-height:0; flex:0 0 auto; overflow:hidden; margin-top:8px; }
  .sp-fade{ height:42px; }
  .sp-stage-panel{ border-left:none; border-top:1px solid var(--line); padding:18px 24px 24px; }
  .sp-stage{ max-width:228px; }
}

/* ---- bento gallery modal (opens when a space card is clicked) ---- */
.bento-modal{ position:fixed; inset:0; z-index:100; display:flex; align-items:center; justify-content:center;
  padding:24px; opacity:0; visibility:hidden; transition:opacity .35s var(--ease), visibility .35s var(--ease); }
.bento-modal.is-open{ opacity:1; visibility:visible; }
.bento-modal__backdrop{ position:absolute; inset:0; background:rgba(24,25,19,.78); -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); }
.bento-modal__panel{ position:relative; z-index:1; width:min(1500px,96vw); max-height:92vh; overflow:auto;
  background:var(--paper); border-radius:18px; padding:0 clamp(24px,3vw,40px) clamp(24px,3vw,40px);
  box-shadow:0 50px 100px -30px rgba(0,0,0,.65); transform:translateY(18px) scale(.985); transition:transform .42s var(--ease); }
.bento-modal.is-open .bento-modal__panel{ transform:none; }
.bento-modal__close{ flex:0 0 auto; width:40px; height:40px; border-radius:50%;
  border:1px solid var(--line); background:var(--surface); color:var(--ink); display:grid; place-items:center;
  cursor:pointer; transition:background .25s, color .25s, border-color .25s; }
.bento-modal__close:hover{ background:var(--accent); color:#fff; border-color:var(--accent); }
/* sticky header bar: title + close stay pinned while the gallery scrolls under them.
   Negative margins bleed the paper bg to the panel's padded edges; radius matches the panel. */
.bento-modal__head{ position:sticky; top:0; z-index:4; display:flex; align-items:center; justify-content:space-between; gap:16px;
  margin:0 calc(-1 * clamp(24px,3vw,40px)) 20px;
  padding:clamp(18px,3vw,30px) clamp(24px,3vw,40px);
  background:var(--paper); border-radius:18px 18px 0 0; border-bottom:1px solid var(--line); }
.bento-modal__head .eyebrow{ color:var(--ink-faint); }
.bento-modal__title{ font-family:var(--serif); font-weight:500; letter-spacing:-.01em; line-height:1.05;
  font-size:clamp(1.7rem,3vw,2.4rem); color:var(--ink); margin:0; }
.bento-grid{ display:grid; grid-template-columns:repeat(5,1fr); grid-auto-rows:150px; gap:12px; grid-auto-flow:dense; }
.bento-tile{ position:relative; overflow:hidden; border-radius:12px; cursor:pointer; opacity:0; transform:translateY(18px) scale(.96); }
.bento-modal.is-open .bento-tile{ animation:bento-in .5s var(--ease) both; }
@keyframes bento-in{ to{ opacity:1; transform:none; } }
.bento-tile img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease); }
.bento-tile:hover img{ transform:scale(1.06); }
.bento-tile__ov{ position:absolute; inset:0; display:grid; place-items:center; color:#fff;
  background:linear-gradient(to top, rgba(28,29,22,.55), rgba(28,29,22,.15)); opacity:0; transition:opacity .35s var(--ease); }
.bento-tile:hover .bento-tile__ov{ opacity:1; }
.bento-big{ grid-column:span 2; grid-row:span 2; }
.bento-wide{ grid-column:span 2; }
.bento-tall{ grid-row:span 2; }
@media(max-width:1024px){ .bento-grid{ grid-template-columns:repeat(3,1fr); } }
@media(max-width:680px){ .bento-grid{ grid-template-columns:repeat(2,1fr); grid-auto-rows:130px; } .bento-tall{ grid-row:span 1; } }

/* ---- full-screen lightbox (coverflow) ---- */
.lightbox{ position:fixed; inset:0; z-index:120; display:flex; align-items:center; justify-content:center; padding:40px;
  background:rgba(16,16,12,.93); opacity:0; visibility:hidden; transition:opacity .3s var(--ease), visibility .3s var(--ease); }
.lightbox.is-open{ opacity:1; visibility:visible; }
.lightbox__viewport{ position:absolute; inset:0; overflow:hidden; z-index:1; }
.lightbox__track{ display:flex; align-items:center; height:100%; transition:transform .5s var(--ease); will-change:transform; }
.lightbox__slide{ flex:0 0 auto; height:100%; display:flex; align-items:center; justify-content:center; cursor:pointer;
  transform:scale(.8); opacity:.3; transition:transform .5s var(--ease), opacity .5s var(--ease); }
.lightbox__slide.is-active{ transform:scale(1); opacity:1; cursor:default; }
.lightbox__slide img{ max-width:92%; max-height:80vh; object-fit:contain; border-radius:6px;
  box-shadow:0 30px 90px rgba(0,0,0,.55); user-select:none; -webkit-user-drag:none; }
.lightbox__close, .lightbox__nav, .lightbox__count{ z-index:3; }
.lightbox__close{ position:absolute; top:20px; right:24px; width:44px; height:44px; border-radius:50%; border:none;
  background:rgba(255,255,255,.12); color:#fff; display:grid; place-items:center; cursor:pointer; transition:background .25s; }
.lightbox__close:hover{ background:rgba(255,255,255,.26); }
.lightbox__nav{ position:absolute; top:50%; transform:translateY(-50%); width:52px; height:52px; border-radius:50%; border:none;
  background:rgba(255,255,255,.12); color:#fff; display:grid; place-items:center; cursor:pointer; transition:background .25s; }
.lightbox__nav:hover{ background:rgba(255,255,255,.28); }
.lightbox__nav--prev{ left:24px; } .lightbox__nav--next{ right:24px; }
.lightbox__count{ position:absolute; bottom:22px; left:50%; transform:translateX(-50%);
  font-family:var(--mono); font-size:12px; letter-spacing:.14em; color:rgba(255,255,255,.7); }
@media(max-width:680px){ .lightbox__nav{ width:42px; height:42px; } .lightbox__nav--prev{ left:8px; } .lightbox__nav--next{ right:8px; } }

/* ---- spaces coachmark (spotlight hint) ---- */
.coach{ position:fixed; inset:0; z-index:95; opacity:0; visibility:hidden; transition:opacity .45s var(--ease), visibility .45s var(--ease); }
.coach.is-open{ opacity:1; visibility:visible; }
.coach__catch{ position:absolute; inset:0; cursor:pointer; }
.coach__spot{ position:fixed; border-radius:16px; pointer-events:none; box-shadow:0 0 0 9999px rgba(14,15,11,.76);
  transition:left .35s var(--ease), top .35s var(--ease), width .35s var(--ease), height .35s var(--ease); }
.coach__tip{ position:fixed; width:min(280px,72vw); background:var(--paper); color:var(--ink); border-radius:12px;
  padding:18px 20px; box-shadow:0 28px 70px -22px rgba(0,0,0,.6); pointer-events:none; }
.coach__tip .coach__msg{ font-family:var(--serif); font-weight:500; font-size:20px; line-height:1.3; color:var(--accent-deep); }
.coach__tip .coach__dismiss{ font-family:var(--sans); font-size:11.5px; color:var(--ink-faint); margin-top:12px; }
.coach__click{ position:fixed; width:58px; height:58px; pointer-events:none; }
.coach__ring{ position:absolute; inset:0; border-radius:50%; border:2px solid #fff; opacity:0; animation:coach-pulse 1.9s var(--ease) infinite; }
.coach__ring:nth-child(2){ animation-delay:.63s; }
.coach__ring:nth-child(3){ animation-delay:1.26s; }
@keyframes coach-pulse{ 0%{ transform:scale(.35); opacity:.9 } 70%{ opacity:.22 } 100%{ transform:scale(1.5); opacity:0 } }
.coach__cursor{ position:absolute; left:50%; top:50%; color:#fff; filter:drop-shadow(0 2px 6px rgba(0,0,0,.5)); animation:coach-tap 1.9s var(--ease) infinite; }
@keyframes coach-tap{ 0%,100%{ transform:translate(-50%,-50%) scale(1) } 50%{ transform:translate(-50%,-50%) scale(.82) } }
@media(prefers-reduced-motion:reduce){ .coach__ring{ animation:none; opacity:.4; } .coach__cursor{ animation:none; } }

/* ============================================================
   ABOUT LANA
   ============================================================ */
/* sticky rail + scroll-stacking image cards (ported from about-lab) */
.about{ position:relative; z-index:1; background:var(--paper); }
.svc-progress{ display:none; }
.svc-offer-head{ display:none; }
/* Wider rail + tighter gap (ported from Learn-more-lab): the intro/nav column gets
   more room so copy reflows shorter and the stats sit on one line; the active nav
   tile reaches closer to the image. */
.about-wrap{ max-width:1240px; margin:0 auto; padding:0 clamp(20px,5vw,64px);
  display:grid; grid-template-columns:minmax(240px,1fr) 1.42fr; gap:clamp(32px,4.5vw,72px); align-items:start; }
.rail{ position:sticky; top:0; height:100vh; display:flex; flex-direction:column; justify-content:space-between; padding:clamp(48px,9vh,96px) 0; }
.rail__eyebrow{ font-family:var(--mono); font-size:11px; letter-spacing:.26em; text-transform:uppercase; color:var(--accent-deep); margin:0; }
.rail__title{ font-family:var(--serif); font-style:italic; font-weight:500; font-size:clamp(2.2rem,3.6vw,3.2rem); color:var(--ink); line-height:1.05; margin:14px 0 0; }
.rail__arrow{ margin-top:30px; color:var(--accent); opacity:.8; animation:bob 2.4s var(--ease) infinite; }
@keyframes bob{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(8px); } }
/* Nav "tiles" (ported from Learn-more-lab): tight list of plain rows; the active
   item becomes a full accent tile (white text + white em-dash). Stays clickable
   here — unlike the lab's passive indicator — so it keeps a hover affordance. */
.rail__nav{ display:flex; flex-direction:column; gap:3px; margin-top:36px; }
.rail__nav a{ position:relative; font-family:var(--mono); font-size:15px; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-faint); text-decoration:none;
  padding:3px 16px; border-radius:7px; line-height:1.25; margin-right:calc(-1 * clamp(10px,2.2vw,34px));   /* negative margin lets the active tile reach toward the image */
  transition:background .25s var(--ease), color .25s var(--ease), padding .25s var(--ease); }
.rail__nav a:not(.active):hover{ color:var(--ink-soft); }
.rail__nav a::before{ content:''; position:absolute; left:16px; top:50%; width:18px; height:1.5px; background:#fff; transform:translateY(-50%); display:none; }
.rail__nav a.active{ background:var(--accent); color:#fff; padding:8px 16px 8px 42px; }
.rail__nav a.active::before{ display:block; }

/* ---- rail accordion (services): editorial rows, hairline rules, +/- markers ---- */
/* services rail sub-header: hero-lead sizing. Desktop only: on mobile the rail is the
   sticky ceiling and extra height would push it under the pinned cards (--m-ceiling). */
.svc-stack .rail__desc{ font-family:var(--sans); font-size:clamp(14.5px,1.4vw,16px); line-height:1.7; color:var(--ink-soft); margin:14px 0 0; }
/* services rail title: upright, with accent italics on the emphatic words (matches other section titles) */
.svc-stack .rail__title{ font-style:normal; }
.svc-stack .rail__title em{ font-style:italic; color:var(--accent-deep); }
.rail__nav--acc{ gap:0; margin-top:30px; }
/* rows override the base .rail__nav tile look (mono pills) with serif lines */
.rail__nav--acc a.rail-acc__head{ font-family:var(--serif); font-size:clamp(1.15rem,1.5vw,1.4rem); font-weight:500;
  letter-spacing:0; text-transform:none; color:var(--ink-soft); margin-right:0; border-radius:0; }
.rail__nav--acc a.rail-acc__head.active{ background:none; color:var(--accent-deep); padding:14px 2px; }
.rail__nav--acc a.rail-acc__head.active::before{ display:none; }
.rail__nav--acc .rail-acc{ border-top:1px solid var(--line); }
.rail__nav--acc .rail-acc:last-child{ border-bottom:1px solid var(--line); }
.rail__nav--acc .rail-acc__head{ display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:14px 2px; transition:color .25s var(--ease); }
.rail__nav--acc .rail-acc__head:hover{ color:var(--ink); }
.rail__nav--acc .rail-acc.is-open .rail-acc__head{ color:var(--accent-deep); }
.rail__nav--acc .rail-acc__head::after{ content:'+'; font-family:var(--sans); font-weight:300; font-size:22px; line-height:1;
  color:var(--ink-faint); transition:color .25s var(--ease); }
.rail__nav--acc .rail-acc.is-open .rail-acc__head::after{ content:'\2212'; color:var(--accent-deep); }
.rail-acc__fold{ display:grid; grid-template-rows:0fr; overflow:hidden; transition:grid-template-rows .42s var(--ease); }
.rail-acc.is-open .rail-acc__fold{ grid-template-rows:1fr; }
.rail-acc__btns{ display:flex; gap:8px; min-height:0; overflow:hidden; }
.rail-acc__btns .rail-acc__btn{ margin:2px 0 18px; }   /* spacing as content margins, never padding on the grid item */
.rail-acc__btn{ flex:1; display:inline-flex; align-items:center; justify-content:center; gap:7px; padding:10px 10px;
  border-radius:var(--radius); border:1px solid var(--line); background:var(--surface); color:var(--ink);
  font-family:var(--sans); font-size:12.5px; font-weight:500; letter-spacing:.01em; white-space:nowrap; cursor:pointer;
  transition:background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease); }
.rail-acc__btn:hover{ border-color:var(--accent); color:var(--accent-deep); }
.rail-acc__btn--solid{ background:var(--accent); border-color:var(--accent); color:#fff; }
.rail-acc__btn--solid:hover{ background:var(--accent-deep); border-color:var(--accent-deep); color:#fff; }
.rail-acc__btn svg{ flex-shrink:0; }
/* anchors inside the fold must escape the .rail__nav a row typography */
.rail__nav--acc a.rail-acc__btn{ font-family:var(--sans); font-size:12.5px; font-weight:500; letter-spacing:.01em;
  text-transform:none; padding:10px 10px; margin-right:0; border-radius:var(--radius); color:var(--ink); }
.rail__nav--acc a.rail-acc__btn:hover{ color:var(--accent-deep); }
.rail__nav--acc a.rail-acc__btn--solid{ color:#fff; }
.rail__nav--acc a.rail-acc__btn--solid:hover{ color:#fff; }
/* card-level actions exist for mobile only (the rail nav is hidden there) */
.block__actions{ display:none; }
.rail__foot{ display:flex; flex-direction:column; align-items:flex-start; gap:24px; }
.rail__foot .about-stats{ display:flex; gap:26px; flex-wrap:wrap; border-top:1px solid var(--line); padding-top:24px; margin:0; }
.about-stat .n{ font-family:var(--serif); font-weight:500; font-size:clamp(1.5rem,2.2vw,2rem); color:var(--ink); line-height:1; }
.about-stat .l{ font-family:var(--mono); font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-faint); margin-top:5px; }
.rail__cta{ display:inline-flex; align-items:center; gap:8px; padding:13px 24px; border-radius:var(--radius); background:var(--accent); color:#fff; font-size:14px; font-weight:500; text-decoration:none; transition:background .25s var(--ease); }
.rail__cta:hover{ background:var(--accent-deep); }
.blocks{ padding-top:clamp(48px,9vh,96px); }
.block{ position:sticky; top:var(--ceiling); min-height:90vh; background:var(--paper); }
.blocks::after{ content:''; display:block; height:var(--tail); }
.block__img{ width:100%; height:clamp(260px,52vh,540px); background-size:cover; background-position:center; background-color:var(--surface-2); }
/* services stack only: hero-photo treatment (rounded + soft drop shadow); lab pages keep square */
.svc-stack .block__img{ border-radius:16px; box-shadow:0 30px 70px -34px rgba(40,40,32,.5); }
.block__head{ font-family:var(--serif); font-weight:500; font-size:clamp(1.5rem,2.6vw,2.1rem); color:var(--ink); margin:24px 0 0; }
.block__body{ color:var(--ink-soft); margin-top:12px; max-width:54ch; font-size:16.5px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
/* Testimonials = the accent "cover" band that rises over the pinned About (inverted text on accent) */
.tst{ position:relative; z-index:2; background:var(--accent); color:var(--surface); }   /* z-2: #spaces can be shorter than its 100vh curtain overlap, so the band after it must also paint above the services stack (z-1) or the pinned card shows through the gap */
.tst .eyebrow{ color:var(--accent-tint); }
.tst .sec-title{ color:var(--surface); }
.tst .sec-title em{ color:#fff; }
.tst-rating{ margin-top:24px; display:flex; align-items:center; justify-content:center; gap:14px; flex-wrap:wrap; }
.tst-stars{ color:var(--accent-tint); letter-spacing:3px; font-size:18px; }
.tst-score{ font-family:var(--serif); font-size:22px; color:var(--surface); }
.tst-score b{ font-weight:600; }
.tst-link{ font-size:13px; color:var(--surface); border-bottom:1px solid rgba(255,255,255,.4); }
.tst-link:hover{ color:#fff; border-color:#fff; }
.tst-cols{ margin-top:clamp(40px,6vw,60px); display:grid; grid-template-columns:repeat(3,1fr); gap:18px; height:560px; overflow:hidden;
  -webkit-mask-image:linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
          mask-image:linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent); }
.tst-col{ overflow:hidden; }
.tst-track{ display:flex; flex-direction:column; gap:18px; animation:tst-scroll var(--dur,42s) linear infinite; }
.tst-col:nth-child(2) .tst-track{ animation-direction:reverse; }
.tst-col:hover .tst-track{ animation-play-state:paused; }
@keyframes tst-scroll{ from{ transform:translateY(0); } to{ transform:translateY(-50%); } }
.tst-card{ background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:24px 24px 22px; }
.tst-card .s{ color:var(--accent); letter-spacing:2px; font-size:13px; }
.tst-card .q{ margin-top:13px; font-size:15.5px; color:var(--ink); line-height:1.6; }
.tst-card .f{ margin-top:18px; display:flex; align-items:baseline; justify-content:space-between; gap:12px; border-top:1px solid var(--line); padding-top:14px; }
.tst-card .au{ font-family:var(--serif); font-size:17px; color:var(--ink); }
.tst-card .pl{ font-family:var(--mono); font-size:10px; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-faint); }

/* ============================================================
   BOOKING
   ============================================================ */
.booking{ position:relative; }
.book-shell{ margin-top:clamp(38px,5vw,56px); max-width:920px; margin-left:auto; margin-right:auto;
  background:var(--surface); border:1px solid var(--line); border-radius:6px; box-shadow:var(--shadow-soft);
  padding:clamp(24px,4vw,48px); }
/* HoneyBook embed variant (replaces the wizard): wider + no padding so the form fills the
   card and keeps its two-column layout; overflow clips the form to the rounded corners. */
.book-shell--form{ max-width:980px; padding:0; overflow:hidden; }
.book-shell--form .hb-embed, .book-shell--form .hb-embed *{ max-width:100%; box-sizing:border-box; }
/* Booking carousel: a track of full-width slides; JS sets the carousel height to the active
   slide and slides the track via translateX. Off-screen slides stay rendered (never display:none). */
.bk-carousel{ position:relative; overflow:hidden; margin-top:clamp(22px,3vw,34px); scroll-margin-top:84px; transition:height .45s var(--ease); }
.bk-track{ display:flex; align-items:flex-start; transition:transform .5s var(--ease); }
.bk-slide{ flex:0 0 100%; width:100%; min-width:100%; padding:8px 6px 30px; }   /* padding gives card shadows room within overflow:hidden */
.bk-slide .book-choose{ margin:0 auto; }
.book-form-title{ font-family:var(--serif); font-weight:500; font-size:clamp(1.5rem,2.6vw,2.1rem); color:var(--ink); text-align:center; margin:0 0 clamp(16px,2.5vw,26px); }
@media(prefers-reduced-motion:reduce){ .bk-track, .bk-carousel{ transition:none; } }
/* shown only when HoneyBook fails to render into its placement (see the booking inline script) */
.hb-fallback{ padding:64px 28px; text-align:center; }
.hb-fallback p{ max-width:46ch; margin:0 auto; font-family:var(--sans); font-size:15.5px; line-height:1.7; color:var(--ink-soft); }
.hb-fallback a{ color:var(--accent-deep); font-weight:500; text-decoration:none; border-bottom:1px solid var(--accent-light); padding-bottom:1px; transition:color .2s var(--ease); }
.hb-fallback a:hover{ color:var(--accent); }

/* ============================================================
   FAQ — carousel-dialogue (ported from the lab faq.html)
   Question-wheel tiles (left) drive an iMessage-style answer thread (right).
   ============================================================ */
.faq-main{ background:var(--paper); border-top:1px solid var(--line); }
.faq{ max-width:1100px; margin:0 auto; padding:clamp(52px,7.5vw,92px) clamp(20px,5vw,40px); }
.faq__head{ margin-bottom:clamp(28px,4vh,44px); text-align:center; }
.faq__title{ font-family:var(--serif); font-weight:500; font-size:clamp(2rem,4.6vw,3.1rem); line-height:1.05; color:var(--ink); margin:0; }
.faq__lead{ font-family:var(--sans); font-size:16px; line-height:1.6; color:var(--ink-soft); margin:16px auto 0; max-width:62ch; }
.faq__lead a{ color:var(--accent-deep); font-weight:500; text-decoration:none; border-bottom:1px solid var(--accent-light); padding-bottom:1px; transition:color .2s var(--ease); }
.faq__lead a:hover{ color:var(--accent); }
.faq-cad{ display:grid; grid-template-columns:1fr; gap:clamp(18px,3vw,32px); }
@media(min-width:861px){ .faq-cad{ grid-template-columns:minmax(260px,1fr) 1.4fr; gap:clamp(22px,3vw,44px); align-items:start; } }
.faq-cad__tiles{ position:relative; height:clamp(330px,50vh,430px); overflow:hidden; touch-action:none; }   /* the wheel owns touch gestures (JS steps the carousel); page scrolling resumes outside it */
.faq-cad__tiles::after{ content:''; position:absolute; left:0; right:0; bottom:0; height:96px; z-index:6; pointer-events:none; background:linear-gradient(rgb(from var(--paper) r g b / 0), var(--paper)); }
.faq-tile{ position:absolute; left:0; right:0; display:flex; align-items:center; height:60px; text-align:left; cursor:pointer; font:inherit;
  font-family:var(--sans); font-size:15px; line-height:1.3; color:var(--ink-soft); background:var(--surface); border:1px solid var(--line); border-radius:12px; padding:8px 16px;
  transition:top .42s var(--ease), opacity .42s var(--ease), color .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease); }
.faq-tile > span{ display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.faq-tile:hover{ color:var(--ink); border-color:var(--accent-light); }
.faq-tile.is-active{ color:#fff; background:var(--accent); border-color:var(--accent); font-weight:500; }
.faq-tile:focus-visible{ outline:2px solid var(--accent-deep); outline-offset:2px; }
.faq-dlg{ position:relative; background:var(--surface); border:1px solid var(--line); border-radius:16px;
  box-shadow:0 30px 70px -38px rgba(0,0,0,.42), 0 6px 18px -12px rgba(0,0,0,.18); display:flex; flex-direction:column; min-height:300px; }
.faq-dlg__bar{ display:flex; flex-direction:row; align-items:center; justify-content:center; gap:9px; padding:9px 16px; border-bottom:1px solid var(--line); background:var(--surface-2); border-radius:16px 16px 0 0; }
.faq-dlg__name{ font-family:var(--serif); font-size:18.5px; font-weight:600; color:var(--ink); line-height:1; }
.faq-dlg__avatar--owl{ width:30px; height:30px; border-radius:50%; background:var(--accent); display:grid; place-items:center; flex-shrink:0; }
.faq-dlg__avatar--owl img{ width:18px; height:18px; object-fit:contain; filter:brightness(0) invert(1); }
.faq-dlg__thread{ flex:1; display:flex; flex-direction:column; gap:14px; padding:clamp(18px,2.6vw,26px) clamp(15px,2.4vw,22px); }
.faq-msg{ display:flex; align-items:flex-end; gap:9px; max-width:88%; }
.faq-msg--in{ align-self:flex-start; }
.faq-msg--out{ align-self:flex-end; }
.faq-msg__avatar{ width:30px; height:30px; border-radius:50%; flex-shrink:0; display:grid; place-items:center; }
.faq-msg__avatar--user{ background:var(--surface-2); border:1px solid var(--line); color:var(--ink-faint); }
.faq-msg__avatar--owl{ background:var(--accent); }
.faq-msg__avatar--owl img{ width:16px; height:16px; object-fit:contain; filter:brightness(0) invert(1); }
.faq-msg__bubble{ padding:11px 15px; font-family:var(--sans); font-size:15px; line-height:1.5; }
.faq-msg--in .faq-msg__bubble{ background:var(--surface-2); color:var(--ink); border-radius:18px 18px 18px 5px; }
.faq-msg--out .faq-msg__bubble{ background:var(--accent); color:#fff; border-radius:18px 18px 5px 18px; box-shadow:0 8px 20px -10px color-mix(in srgb, var(--accent) 65%, transparent); }
.faq-dlg__q{ margin:0; font-weight:500; }
.faq-ans{ display:none; }
.faq-ans.is-active{ display:block; animation:faqFade .42s var(--ease); }
.faq-ans p{ margin:0; color:#fff; }
.faq-ans p + p{ margin-top:10px; }
/* links inside the accent answer bubble stay white with a soft underline */
.faq-ans a{ color:#fff; font-weight:500; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.65); padding-bottom:1px; transition:border-color .2s var(--ease); }
.faq-ans a:hover{ border-color:#fff; }
@keyframes faqFade{ from{ opacity:0; transform:translateY(6px); } to{ opacity:1; transform:none; } }
@media(min-width:861px){ .faq-dlg::before{ content:''; position:absolute; left:-8px; top:18px; width:15px; height:15px; background:var(--surface-2); border-left:1px solid var(--line); border-bottom:1px solid var(--line); transform:rotate(45deg); border-radius:0 0 0 3px; } }
.faq__more{ font-family:var(--sans); font-size:15px; color:var(--ink-soft); margin:clamp(32px,5vh,52px) 0 0; text-align:center; }
.faq__more a{ color:var(--accent-deep); font-weight:500; text-decoration:none; border-bottom:1px solid var(--accent-light); padding-bottom:1px; transition:color .2s var(--ease); }
.faq__more a:hover{ color:var(--accent); }
@media(prefers-reduced-motion:reduce){ .faq-ans.is-active{ animation:none; } .faq-tile{ transition:none; } }
/* MOBILE ONLY — centered question wheel (active in the middle, faded items above & below,
   mirroring the Browse-by-Space mobile carousel), with the chat window pulled in close. */
@media(max-width:860px){
  .faq-cad{ gap:10px; }
  /* compact pill wheel (mirrors the Browse-by-Space mobile carousel): smaller tiles,
     tighter ring, stronger fades. Shrinks the touch-owned zone so more of the screen
     scrolls the page/answer normally. */
  .faq-cad__tiles{ height:136px; }   /* ring hugs the track edges (sliver-clipped neighbors, like the spaces wheel) so no dead air above the first question */
  .faq-cad__tiles::before{ content:''; position:absolute; left:0; right:0; top:0; height:34px; z-index:6;
    pointer-events:none; background:linear-gradient(var(--paper), rgb(from var(--paper) r g b / 0)); }
  .faq-cad__tiles::after{ height:34px; }
  .faq-tile{ height:44px; font-size:13px; }
}
/* Booking router: service chooser (step 1) → matching HoneyBook form (step 2). */
.book-choose{ margin:0 auto; max-width:980px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.book-choose__card{ display:flex; flex-direction:column; gap:9px; text-align:left; cursor:pointer; font:inherit; text-decoration:none;
  background:var(--surface); border:1px solid var(--line); border-radius:10px; padding:28px 26px; box-shadow:var(--shadow-soft);
  transition:transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.book-choose__card:hover{ transform:translateY(-4px); background:var(--accent); border-color:var(--accent); box-shadow:0 30px 60px -30px rgba(40,40,32,.4); }
.book-choose__card:hover .book-choose__t,
.book-choose__card:hover .book-choose__d,
.book-choose__card:hover .book-choose__cta{ color:#fff; }
.book-choose__t{ font-family:var(--serif); font-size:1.45rem; color:var(--ink); line-height:1.1; }
.book-choose__d{ font-size:14.5px; color:var(--ink-soft); line-height:1.55; }
.book-choose__cta{ margin-top:6px; font-family:var(--mono); font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--accent); }
@media(max-width:760px){ .book-choose{ grid-template-columns:1fr; max-width:440px; } }
/* step indicator */
.steps{ display:flex; align-items:center; justify-content:center; gap:0; margin-bottom:8px; }
.step{ display:flex; align-items:center; gap:12px; cursor:pointer; }
.step .circle{ width:38px; height:38px; border-radius:50%; border:1.5px solid var(--line); display:grid; place-items:center;
  font-family:var(--mono); font-size:14px; color:var(--ink-faint); background:var(--surface); transition:.4s var(--ease); flex-shrink:0; }
.step .lbl{ font-size:13px; color:var(--ink-faint); transition:color .4s; white-space:nowrap; }
.step.active .circle{ border-color:var(--accent); background:var(--accent); color:#fff; }
.step.active .lbl{ color:var(--ink); }
.step.done .circle{ border-color:var(--accent-deep); background:var(--accent-deep); color:#fff; }
.step.done .lbl{ color:var(--ink-soft); }
.step-div{ flex:1; height:1.5px; background:var(--line); margin:0 14px; position:relative; min-width:24px; max-width:90px; overflow:hidden; }
.step-div .fill{ position:absolute; inset:0; background:var(--accent-deep); transform:scaleX(0); transform-origin:left; transition:transform .6s var(--ease); }
.step-div.filled .fill{ transform:scaleX(1); }
.book-progress{ height:3px; background:var(--line); border-radius:2px; overflow:hidden; margin:16px 0 0; }
/* Equal breathing room above the step indicator (from the header) and below it (to the carousel). */
.book-stepper{ margin-top:clamp(22px,3vw,34px); }
.book-progress .pf{ height:100%; width:33%; background:var(--accent); transition:width .6s var(--ease); }

/* ============================================================
   FOOTER
   ============================================================ */
/* Footer = accent band with inverted, theme-derived text (mirrors the Testimonials section) */
.footer{ background:var(--accent); color:var(--surface); padding:clamp(64px,9vw,104px) var(--pad) 40px; }
.footer-grid{ max-width:var(--maxw); margin:0 auto; display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:clamp(30px,5vw,64px); }
.footer h4{ font-family:var(--mono); font-size:10.5px; letter-spacing:.2em; text-transform:uppercase; color:var(--accent-tint); margin-bottom:18px; }
/* the "Get in touch" label links to /contact.html (an SEO landing page kept out of the
   nav). It reads as a plain header at rest so nobody mistakes it for a nav item, but it
   still earns a hover + focus affordance so it is not an invisible link. */
/* must re-inherit size/display/padding: .footer-col a sets them and a direct rule on
   the <a> beats the size inherited from the <h4>, which rendered this label oversized */
.footer h4 a{ color:inherit; text-decoration:none; transition:color .2s var(--ease);
  font:inherit; letter-spacing:inherit; text-transform:inherit; display:inline; padding:0; }
.footer h4 a:hover{ color:#fff; text-decoration:underline; text-underline-offset:3px; }
.footer h4 a:focus-visible{ outline:2px solid #fff; outline-offset:3px; border-radius:2px; }
.footer-brand .fb-mark{ font-family:var(--serif); font-weight:500; font-size:30px; color:var(--surface); }
.footer-brand .fb-mark em{ font-style:italic; color:var(--accent-tint); }
.footer-brand p{ margin-top:16px; color:var(--surface); font-size:15px; max-width:34ch; }
.footer-col a, .footer-col span{ display:block; color:var(--surface); font-size:14.5px; padding:5px 0; transition:color .25s; }
.footer-col a:hover{ color:#fff; }
.footer-cities{ color:var(--accent-tint); font-size:13.5px; line-height:1.9; }
.footer-social{ display:flex; gap:10px; margin-top:8px; }
.footer-social a{ width:40px; height:40px; border:1px solid rgba(255,255,255,.28); border-radius:50%; display:grid; place-items:center; color:var(--surface); transition:.25s; }
.footer-social a:hover{ background:rgba(255,255,255,.16); border-color:#fff; color:#fff; }
.footer-credits{ color:inherit; opacity:.75; text-decoration:underline; text-underline-offset:3px; font-size:12.5px; }
.footer-credits:hover{ opacity:1; }
.footer-bottom{ max-width:var(--maxw); margin:48px auto 0; padding-top:24px; border-top:1px solid rgba(255,255,255,.22); display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; color:var(--accent-tint); font-size:12.5px; font-family:var(--mono); letter-spacing:.04em; }

/* ============================================================
   CHAT WIDGET
   ============================================================ */
.chat{ position:fixed; bottom:calc(22px + env(safe-area-inset-bottom, 0px)); right:22px; z-index:70; display:flex; flex-direction:column; align-items:flex-end; gap:14px; pointer-events:none; }   /* container is click-through; only the toggle/open-panel below re-enable events, so the fixed box doesn't block taps beneath it. safe-area keeps the bubble clear of the iPhone home-indicator zone */
/* panel wears the FAQ dialogue skin (.faq-dlg__bar + .faq-msg markup) — flush edges so the bar spans the top */
.chat-panel{ width:360px; background:var(--surface); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow-card);
  padding:0; overflow:hidden; transform:translateY(16px) scale(.96); opacity:0; pointer-events:none; transform-origin:bottom right; transition:.4s var(--ease); }
.chat.open .chat-panel{ transform:none; opacity:1; pointer-events:auto; }
.chat-body{ padding:18px 18px 20px; }
/* Lana avatar: her cutout on a cream circle replaces the owl mark in the chat */
.chat .faq-dlg__avatar--lana{ width:40px; height:40px; border-radius:50%; background:var(--paper); overflow:hidden; flex-shrink:0; }
.chat .faq-dlg__avatar--lana img{ width:100%; height:100%; object-fit:cover; object-position:center top; display:block; }
.chat .faq-msg__avatar--lana{ width:34px; height:34px; border-radius:50%; background:var(--paper); overflow:hidden; flex-shrink:0; display:grid; }
.chat .faq-msg__avatar--lana img{ width:100%; height:100%; object-fit:cover; object-position:center top; display:block; }
.chat-actions{ margin-top:16px; display:flex; flex-direction:column; gap:8px; }
.chat-actions a, .chat-more{ padding:12px 14px; border:1px solid var(--line); border-radius:var(--radius); font-size:13.5px; color:var(--ink); display:flex; align-items:center; justify-content:space-between; transition:.25s; }
.chat-actions a:hover, .chat-more:hover{ border-color:var(--accent); background:var(--accent-tint); }
/* "Not sure?" row is a button that reveals the two contact paths below it */
.chat-more{ width:100%; background:none; font-family:inherit; text-align:left; cursor:pointer; gap:10px; }
.chat-more span{ transition:transform .3s var(--ease); }
.chat-more[aria-expanded="true"] span{ transform:rotate(90deg); }
.chat-sub{ display:flex; flex-direction:column; gap:8px; margin-left:6px; padding-left:10px; border-left:2px solid var(--accent-tint); }
.chat-sub[hidden]{ display:none; }
.chat-toggle{ width:58px; height:58px; border-radius:50%; background:var(--accent); color:#fff; border:none; cursor:pointer; display:grid; place-items:center; box-shadow:var(--shadow-card); transition:.3s var(--ease); pointer-events:auto; }
.chat-toggle:hover{ background:var(--accent-deep); transform:scale(1.05); }
.chat-toggle svg{ transition:.3s var(--ease); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:900px){
  .nav{ display:none; }
  .hamburger{ display:flex; }
  .topbar .nav-dock{ display:none; }
  /* mobile: compact always-there Book pill in the topbar + the main header */
  .topbar__cta{ display:inline-flex; padding:8px 13px; font-size:12.5px; }
  .topbar__cta .cta-long{ display:none; }
  .topbar__cta .cta-short{ display:inline; }
  /* About: single column; "Hi, I'm Lana" becomes the sticky ceiling, cards stack beneath it */
  .about-wrap{ display:block; }
  .rail{ position:sticky; top:52px; z-index:6; height:auto; justify-content:flex-start; background:var(--paper); padding:18px 0 14px; }
  .rail__arrow, .rail__nav, .rail__foot, .svc-stack .rail__desc{ display:none; }
  .rail__title{ font-size:clamp(1.9rem,7.5vw,2.6rem); margin-top:8px; }
  .blocks{ padding-top:0; }
  .block{ position:sticky; top:var(--m-ceiling); min-height:74vh; }
  .block__img{ height:clamp(220px,42vh,420px); }
  /* Full curtain on mobile too (ported from Learn-more-lab). z-index lifts the rising
     Testimonials above the sticky "Hi, I'm Lana" rail ceiling (z-index:6) so the
     curtain covers it; they only overlap at the cover moment, below the fold otherwise. */
  /* dwell runway: after a card fully expands it stays pinned and fully visible for
     ~40vh of scrolling before the next card curtains over it (fast scrollers still
     get a beat to see the card's buttons) */
  .svc-stack .block:not(:last-of-type){ margin-bottom:40vh; }
  /* main services: the intro (What we offer + title + paragraph) SCROLLS AWAY normally;
     the mini rail then enters and sticks, and the cards pin-and-stack below it */
  #services{ padding-top:28px; }   /* space under the As Seen In strip */
  #services .rail{ position:static; z-index:auto; padding-top:0; }   /* intro is not pinned; it disappears on scroll */
  #services .block{ top:100px; }   /* below the 65px topbar + 28px strip + air */
  #services .rail__desc{ display:block; }
  /* intro mirrors the careers "Join our team." block: a serif header + hairline rule,
     then the two lines below share ONE body font (Geist) */
  .svc-offer-head{ display:block; font-family:var(--serif); font-weight:500; font-size:clamp(2rem,8vw,2.6rem); line-height:1.08; color:var(--ink); margin:0 0 20px; padding-bottom:20px; border-bottom:1px solid var(--line); }
  .svc-offer-head em{ font-style:italic; color:var(--accent); }
  #services .rail__title{ font-family:var(--sans); font-weight:400; font-size:16px; line-height:1.65; color:var(--ink-soft); margin:0 0 14px; }
  #services .rail__title em{ font-style:normal; font-weight:400; color:var(--ink-soft); }
  #services .rail__desc{ font-family:var(--sans); font-weight:400; font-size:16px; line-height:1.65; color:var(--ink-soft); margin:0; }
  #services .blocks{ padding-top:22px; }   /* air between the service bar and the first card photo */
  /* mini rail: sits below the topbar, sticks once the intro has scrolled off, then rides the stack */
  .svc-progress{ position:sticky; top:65px; z-index:5; display:flex; justify-content:center; gap:14px;
    height:28px; align-items:center; background:var(--paper); border-bottom:1px solid var(--line);
    margin:0 calc(-1 * var(--pad)); }   /* full-bleed so it reads as a bar, not inset text */
  .svc-progress button{ border:0; background:none; padding:0; cursor:pointer;
    font-family:var(--mono); font-size:10px; letter-spacing:.06em; text-transform:uppercase;
    color:var(--ink-faint); transition:color .25s var(--ease); }
  .svc-progress button.active{ color:var(--accent-deep); font-weight:500; text-decoration:underline; text-underline-offset:4px; text-decoration-color:var(--accent); }
  .blocks::after{ height:100vh; }
  #spaces{ margin-top:-100vh; z-index:7; }
  .tst{ z-index:7; }   /* follows #spaces above the sticky rail ceiling (z-6), same reason as the base z-2 */
  .block__actions{ display:flex; gap:10px; margin-top:14px; }
  .tst-cols{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}
@media(max-width:620px){
  body{ font-size:16px; }
  .tst-cols{ grid-template-columns:1fr; height:540px; }
  .tst-col:nth-child(2), .tst-col:nth-child(3){ display:none; }
  .footer-grid{ grid-template-columns:1fr; }
  .step .lbl{ display:none; }
  .book-shell{ padding:20px 16px; }
  .steps{ gap:0; }
  .chat-panel{ width:min(88vw,360px); }
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{ animation-duration:.001ms!important; animation-iteration-count:1!important; transition-duration:.001ms!important; scroll-behavior:auto!important; }
  .reveal,.stagger>*{ opacity:1!important; transform:none!important; filter:none!important; }
  .tst-track,.trust-track{ animation:none!important; }
}

/* CUSTOMIZE DRAWER retired 2026-07-02 — theme locked to the :root tokens above
   (Cormorant + Geist · Slate Blue accent · Porcelain base). */
