/* ===========================================================================
   PINK LADY — full site design system
   Foundation: Direction A (editorial). Warm moments: C. Gallery: B.
   Mobile-first, RTL. Dusty pink = quiet accent only.
   =========================================================================== */

:root{
  --paper:#f4e7df;
  --paper-2:#ead4ca;
  --ink:#221d18;
  --ink-2:#4a4239;
  --ink-3:#766456;
  --line:#d3b9ad;
  --line-2:#c6a99d;
  --rose:#c18491;
  --rose-deep:#8f4d58;
  --warm:#dfbdb2;
  --warm-2:#fff7f2;
  --warm-ink:#5a4940;
  --site-font:'David Libre','David','Times New Roman',serif;
  --serif:var(--site-font);
  --serif-warm:var(--site-font);
  --sans:var(--site-font);
  --mono:var(--site-font);
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{
  background:var(--paper);
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased;
}

/* ---- app shell ---- */
.stage{
  min-height:100vh; width:100%;
  display:block;
  padding:0;
  background:var(--paper);
}
.frame{
  position:relative;
  width:100%; max-width:none;
  min-height:100vh;
  background:var(--paper);
  border-radius:0;
  box-shadow:none;
  overflow:visible;
  direction:rtl;
}
.frame::after{ display:none; }
.screen{
  position:relative;
  min-height:100vh;
  overflow:visible;
}
.screen::-webkit-scrollbar{ width:0; }

/* ---- status bar ---- */
.statusbar{
  display:none;
}
.statusbar .dots{ display:flex; align-items:center; gap:5px; }
.statusbar .dots svg{ display:block; }

/* ---- app header ---- */
.hdr{
  position:sticky; top:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 22px 14px; background:var(--paper);
  border-bottom:1px solid transparent; transition:border-color .25s, background .25s;
}
.hdr.scrolled{ border-color:var(--line); }
.wm{ font-family:var(--serif); font-weight:500; font-size:20px; letter-spacing:.01em;
  color:var(--ink); cursor:pointer; line-height:1; }
.wm small{ display:block; font-family:var(--mono); font-weight:400; font-size:8px;
  letter-spacing:.26em; color:var(--rose-deep); margin-top:4px; }
.hdr-btn{ background:none; border:none; padding:6px; cursor:pointer; color:var(--ink);
  display:flex; align-items:center; gap:7px; font-family:var(--sans); }
.hdr-wa{ display:inline-flex; align-items:center; gap:7px; padding:8px 14px;
  border:1px solid var(--ink); border-radius:30px; font-weight:600; font-size:12.5px;
  color:var(--ink); background:none; cursor:pointer; white-space:nowrap; }
/* desktop-only header bits — hidden on mobile */
.hdr-nav{ display:none; }
.hdr-desk-wa{ display:none; }
.hdr-navlink{ background:none; border:none; cursor:pointer; font-family:var(--sans);
  font-size:14.5px; color:var(--ink-2); padding:6px 2px; position:relative; transition:color .15s; }
.hdr-navlink:hover{ color:var(--ink); }
.hdr-navlink.active{ color:var(--ink); font-weight:600; }
.hdr-navlink.active::after{ content:""; position:absolute; right:2px; left:2px; bottom:0;
  height:1.5px; background:var(--rose); }

/* ---- full-screen menu ---- */
.menu{
  position:fixed; inset:0; z-index:80; background:var(--paper);
  display:flex; flex-direction:column; padding:54px 30px 30px;
  transform:translateY(-100%); transition:transform .42s cubic-bezier(.7,0,.2,1);
}
.menu.open{ transform:translateY(0); }
.menu-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:30px; }
.menu-close{ background:none; border:none; cursor:pointer; color:var(--ink); padding:6px; }
.menu nav{ display:flex; flex-direction:column; }
.menu-link{
  display:flex; align-items:baseline; gap:14px; padding:13px 0;
  border-bottom:1px solid var(--line); cursor:pointer; text-align:right;
  background:none; border-left:none; border-right:none; border-top:none; width:100%;
}
.menu-link .idx{ font-family:var(--mono); font-size:11px; color:var(--rose-deep); width:24px; }
.menu-link .lbl{ font-family:var(--serif); font-size:25px; font-weight:500; color:var(--ink); }
.menu-link:active .lbl{ color:var(--rose-deep); }
.menu-foot{ margin-top:auto; padding-top:24px; }
.menu-foot .phone-num{ font-family:var(--serif); font-size:21px; color:var(--ink); direction:ltr; text-align:right; }
.menu-foot .lab{ font-family:var(--mono); font-size:10px; letter-spacing:.2em; color:var(--ink-3); margin-bottom:5px; }

/* ---- generic page rhythm ---- */
.page{ padding-bottom:30px; }
@keyframes fade{ from{ opacity:0; transform:translateY(6px); } to{ opacity:1; transform:none; } }
.sec{ padding:38px 24px; }
.sec.tight{ padding:30px 24px; }
.sec.warm{ background:linear-gradient(180deg, var(--warm), #e7c9bf); }
.sec.paper2{ background:linear-gradient(180deg, var(--paper-2), #efd9d0); }
.divider{ height:1px; background:var(--line); margin:0 24px; }

/* ---- type utilities ---- */
.kick{ font-family:var(--mono); font-size:10px; font-weight:500; letter-spacing:.22em;
  text-transform:uppercase; color:var(--rose-deep); }
.sec-head{ display:flex; align-items:baseline; gap:12px; margin-bottom:18px; }
.sec-head .idx{ font-family:var(--mono); font-size:12px; color:var(--rose-deep); letter-spacing:.08em; }
.sec-head .line{ flex:1; height:1px; background:var(--line-2); transform:translateY(-4px); }
h1,h2,h3{ margin:0; font-family:var(--serif); font-weight:500; color:var(--ink); }
.h-display{ font-size:38px; line-height:1.05; letter-spacing:-.01em; text-wrap:balance; }
.h-sec{ font-size:29px; line-height:1.1; text-wrap:balance; }
.h-sub{ font-size:21px; line-height:1.2; }
.lede{ font-family:var(--sans); font-size:15.5px; line-height:1.7; color:var(--ink-2); text-wrap:pretty; }
.body{ font-family:var(--sans); font-size:14.5px; line-height:1.75; color:var(--ink-2); text-wrap:pretty; }
.muted{ color:var(--ink-3); }

/* ---- buttons + links ---- */
.btn{ display:flex; align-items:center; justify-content:center; gap:9px; width:100%;
  padding:16px; border:none; cursor:pointer; font-family:var(--sans); font-weight:600;
  font-size:15.5px; white-space:nowrap; transition:transform .12s, opacity .2s; }
.btn:active{ transform:scale(.985); }
.btn-primary{ background:var(--ink); color:var(--paper); }
.btn-primary .wa-dot{ width:7px; height:7px; border-radius:50%; background:#7fd18a; }
.btn-ghost{ background:none; border:1px solid var(--ink); color:var(--ink); }
.btn-rose{ background:linear-gradient(135deg, var(--rose-deep), #a8636d); color:var(--warm-2); border-radius:32px; }
.btn-round{ border-radius:32px; }
.link-more{ display:inline-flex; align-items:center; gap:8px; font-family:var(--sans);
  font-weight:600; font-size:14px; color:var(--ink); cursor:pointer; background:none;
  border:none; padding:0; }
.link-more .u{ border-bottom:1.5px solid var(--rose); padding-bottom:3px; }
.note-after{ margin-top:11px; text-align:center; font-size:12.5px; color:var(--ink-3); }

/* ---- photo placeholders (clearly marked for real-photo swap) ---- */
.ph{ --ph-bg:#cdb0a3; --ph-line:rgba(89,54,43,.22); --ph-text:rgba(78,48,39,.78);
  position:relative; background:var(--ph-bg); overflow:hidden;
  display:flex; align-items:center; justify-content:center; }
.ph.warm{ --ph-bg:#d7afa4; --ph-line:rgba(94,51,43,.2); --ph-text:rgba(70,42,36,.76); }
.ph.light{ --ph-bg:#e5cbc2; --ph-line:rgba(95,60,50,.16); --ph-text:rgba(83,55,47,.64); }
.ph::before{ content:""; position:absolute; inset:0;
  background:
    radial-gradient(80% 70% at 72% 18%, rgba(255,246,238,.18), transparent 56%),
    linear-gradient(135deg, rgba(143,77,88,.14), transparent 48%),
    repeating-linear-gradient(135deg,var(--ph-line) 0 1px,transparent 1px 12px); }
.ph-label{ position:relative; z-index:1; max-width:82%; font-family:var(--sans); font-weight:500;
  font-size:12px; letter-spacing:.01em; line-height:1.5; color:var(--ph-text); text-align:center; }
.ph-tag{ position:absolute; top:11px; left:12px; z-index:1; font-family:var(--mono);
  font-size:9px; font-weight:500; letter-spacing:.14em; color:var(--ph-text); opacity:.72; }

/* ---- hero (A: full-bleed, scrim, serif over image) ---- */
.hero{ position:relative; }
.hero .ph{ height:498px; }
.hero-scrim{ position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(to top,rgba(33,22,18,.78) 0%,rgba(64,37,31,.28) 48%,rgba(143,77,88,.12) 78%,transparent 100%); }
.hero-kick{ position:absolute; top:18px; right:24px; z-index:2; font-family:var(--mono);
  font-size:10px; letter-spacing:.22em; color:var(--paper); text-transform:uppercase;
  text-shadow:0 1px 8px rgba(28,22,17,.5); }
.hero-cap{ position:absolute; right:24px; left:24px; bottom:26px; z-index:2; }
.hero-cap h1{ color:#fbf8f2; }
.hero-cap .lede{ color:rgba(251,248,242,.88); margin-top:14px; max-width:320px; }

/* ---- trust strip ---- */
.trust{ display:flex; border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  background:#f8ece6; }
.trust div{ flex:1; padding:16px 8px; text-align:center; }
.trust div+div{ border-right:1px solid var(--line); }
.trust .n{ font-family:var(--serif); font-size:19px; color:var(--ink); line-height:1.05; white-space:nowrap; }
.trust .l{ font-size:11px; color:var(--ink-3); margin-top:5px; }

/* ---- Shira note (warm C moment) ---- */
.note-card{ background:#fff6f1; border:1px solid rgba(143,77,88,.14); border-radius:4px; padding:26px 24px; }
.note-card .quote{ font-family:var(--serif-warm); font-size:21px; line-height:1.45; color:var(--ink);
  font-weight:500; text-wrap:pretty; }
.note-row{ display:flex; align-items:center; gap:13px; margin-top:20px; padding-top:18px;
  border-top:1px solid var(--warm); }
.note-row .av{ width:46px; height:46px; border-radius:50%; flex:0 0 auto; }
.note-row .av .ph-tag,.note-row .av .ph-label{ display:none; }
.note-row .nm{ font-weight:700; font-size:13.5px; color:var(--ink); }
.note-row .rl{ font-size:11.5px; color:var(--ink-3); margin-top:2px; }

/* ---- service list (editorial rows) ---- */
.svc-list{ display:flex; flex-direction:column; }
.svc-row{ display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px;
  padding:18px 0; border-bottom:1px solid var(--line); cursor:pointer; text-align:right;
  background:none; border-left:0; border-right:0; border-top:0; width:100%; }
.svc-row:first-child{ border-top:1px solid var(--line); }
.svc-row .idx{ font-family:var(--mono); font-size:11px; color:var(--rose-deep); }
.svc-row .nm{ display:block; font-family:var(--serif); font-size:21px; font-weight:500; color:var(--ink); }
.svc-row .desc{ display:block; font-size:12.5px; color:var(--ink-3); margin-top:4px; }
.svc-row .arr{ color:var(--ink); opacity:.5; }
.svc-row .tag{ font-family:var(--mono); font-size:8.5px; letter-spacing:.14em; color:var(--rose-deep);
  border:1px solid var(--line-2); border-radius:20px; padding:3px 8px; }

/* ---- gallery (B: spacious, minimal) ---- */
.gal-chips{ display:flex; gap:8px; overflow-x:auto; padding:4px 24px 16px;
  scrollbar-width:none; -ms-overflow-style:none; }
.gal-chips::-webkit-scrollbar{ display:none; width:0; height:0; }
.chip{ flex:0 0 auto; padding:8px 15px; border-radius:30px; border:1px solid var(--line-2);
  background:none; font-family:var(--sans); font-weight:500; font-size:13px; color:var(--ink-2);
  cursor:pointer; white-space:nowrap; transition:.18s; }
.chip.active{ background:var(--ink); color:var(--paper); border-color:var(--ink); }
.gal-grid{ columns:2; column-gap:10px; padding:0 24px; }
.gal-grid .ph{ break-inside:avoid; margin-bottom:10px; border-radius:2px; }
.gal-meta{ display:flex; justify-content:space-between; padding:14px 24px 0; font-family:var(--mono);
  font-size:9.5px; letter-spacing:.16em; color:var(--ink-3); }

/* ---- value / pricing ---- */
.value-list{ display:flex; flex-direction:column; gap:2px; }
.value-item{ display:flex; gap:14px; padding:18px 0; border-bottom:1px solid var(--line); }
.value-item .vn{ font-family:var(--mono); font-size:12px; color:var(--rose-deep); flex:0 0 auto; padding-top:3px; }
.value-item h3{ font-family:var(--serif); font-size:19px; font-weight:500; }
.value-item p{ margin:6px 0 0; }
.incl{ display:flex; flex-direction:column; gap:11px; margin-top:4px; }
.incl li{ display:flex; gap:11px; align-items:flex-start; list-style:none; font-family:var(--sans);
  font-size:14.5px; color:var(--ink-2); line-height:1.5; }
.incl{ padding:0; margin:0; }
.incl .ck{ color:var(--rose-deep); flex:0 0 auto; margin-top:3px; }
.price-note{ background:var(--warm-2); border:1px solid var(--warm); border-radius:4px;
  padding:20px 22px; font-size:14px; line-height:1.7; color:var(--ink-2); }
.price-note b{ color:var(--ink); }

/* ---- steps (how it works) ---- */
.steps{ display:flex; flex-direction:column; }
.step{ display:grid; grid-template-columns:auto 1fr; gap:16px; padding:16px 0; position:relative; }
.step .sn{ width:34px; height:34px; border-radius:50%; border:1px solid var(--line-2);
  display:flex; align-items:center; justify-content:center; font-family:var(--serif);
  font-size:16px; color:var(--ink); background:var(--paper); z-index:1; }
.step:not(:last-child)::before{ content:""; position:absolute; top:42px; right:16.5px; bottom:-8px;
  width:1px; background:var(--line-2); }
.step h3{ font-size:17px; }
.step p{ margin:4px 0 0; }

/* ---- contact ---- */
.contact-row{ display:flex; align-items:center; gap:14px; padding:18px 0; border-bottom:1px solid var(--line); }
.contact-row .ic{ width:42px; height:42px; border-radius:50%; background:var(--paper-2);
  display:flex; align-items:center; justify-content:center; color:var(--ink); flex:0 0 auto; }
.contact-row .k{ font-family:var(--mono); font-size:9.5px; letter-spacing:.16em; color:var(--ink-3); }
.contact-row .v{ font-family:var(--serif); font-size:18px; color:var(--ink); margin-top:2px; direction:ltr; text-align:right; }
.contact-row .v.he{ direction:rtl; }

/* ---- field (forms) ---- */
.field{ margin-bottom:14px; }
.field label{ display:block; font-family:var(--mono); font-size:10px; letter-spacing:.14em;
  color:var(--ink-3); margin-bottom:7px; text-transform:uppercase; }
.field input,.field textarea{ width:100%; padding:13px 14px; border:1px solid var(--line-2);
  background:var(--warm-2); border-radius:4px; font-family:var(--sans); font-size:15px;
  color:var(--ink); resize:none; }
.field input:focus,.field textarea:focus{ outline:none; border-color:var(--rose-deep); }

/* ---- footer ---- */
.foot{ background:#211d18; color:#cdbfae; padding:40px 24px 34px; }
.foot .wm{ color:#f5f0e8; }
.foot .wm small{ color:var(--rose); }
.foot .tagline{ font-family:var(--serif); font-size:19px; color:#f5f0e8; line-height:1.4;
  margin:20px 0 24px; text-wrap:balance; }
.foot-links{ display:flex; flex-wrap:wrap; gap:10px 22px; margin-bottom:26px; }
.foot-links button{ background:none; border:none; color:#cdbfae; font-family:var(--sans);
  font-size:14px; cursor:pointer; padding:0; }
.foot .legal{ font-family:var(--mono); font-size:9.5px; letter-spacing:.1em; color:#7d6f5e;
  border-top:1px solid #3a332b; padding-top:18px; line-height:1.7; }

/* ---- sticky bottom CTA ---- */
.sticky-cta{ position:sticky; bottom:0; z-index:40; padding:12px 18px calc(12px + env(safe-area-inset-bottom));
  background:linear-gradient(to top, var(--paper) 72%, transparent);
}
.sticky-cta .btn{ box-shadow:0 10px 30px -10px rgba(34,29,24,.5); }

/* ---- lead flow sheet ---- */
.sheet-scrim{ position:absolute; inset:0; z-index:90; background:rgba(28,22,17,.45);
  backdrop-filter:blur(3px); opacity:0; pointer-events:none; transition:opacity .3s; }
.sheet-scrim.open{ opacity:1; pointer-events:auto; }
.sheet{ position:absolute; left:0; right:0; bottom:0; z-index:91; background:var(--paper);
  border-radius:24px 24px 0 0; transform:translateY(101%); transition:transform .42s cubic-bezier(.6,0,.2,1);
  max-height:92%; display:flex; flex-direction:column; }
.sheet.open{ transform:translateY(0); }
.sheet-grip{ width:40px; height:4px; border-radius:3px; background:var(--line-2); margin:12px auto 0; }
.sheet-head{ display:flex; align-items:center; justify-content:space-between; padding:14px 22px 6px; }
.sheet-head .ttl{ font-family:var(--serif); font-size:20px; color:var(--ink); }
.sheet-head .step-of{ font-family:var(--mono); font-size:10px; letter-spacing:.14em; color:var(--ink-3); }
.sheet-prog{ height:2px; background:var(--line); margin:8px 22px 0; border-radius:2px; overflow:hidden; }
.sheet-prog i{ display:block; height:100%; background:var(--rose-deep); transition:width .35s; }
.sheet-body{ padding:18px 22px 4px; overflow-y:auto; }
.sheet-body::-webkit-scrollbar{ width:0; }
.sheet-foot{ padding:14px 22px calc(20px + env(safe-area-inset-bottom)); }
.opt-grid{ display:flex; flex-wrap:wrap; gap:9px; }
.opt{ padding:11px 15px; border:1px solid var(--line-2); border-radius:30px; background:var(--warm-2);
  font-family:var(--sans); font-size:14px; color:var(--ink-2); cursor:pointer; transition:.16s; }
.opt.sel{ background:var(--ink); color:var(--paper); border-color:var(--ink); }
.msg-preview{ background:var(--warm-2); border:1px solid var(--warm); border-radius:6px;
  padding:16px 18px; font-size:13.5px; line-height:1.7; color:var(--ink-2); white-space:pre-wrap; }
.sheet-back{ background:none; border:none; color:var(--ink-3); font-family:var(--sans); font-size:14px;
  cursor:pointer; padding:6px 0; display:inline-flex; align-items:center; gap:6px; }
.sheet-done{ text-align:center; padding:18px 4px 8px; }
.sheet-done .badge{ width:64px; height:64px; border-radius:50%; background:var(--warm);
  display:flex; align-items:center; justify-content:center; margin:0 auto 18px; color:var(--rose-deep); }

/* small reveal for grids */
.fade-in{ animation:fade .45s ease both; }

/* ===========================================================================
   DESKTOP / RESPONSIVE  (≥ 900px) — the phone frame unwraps into a real
   full-width responsive site. Colored bands stay full-bleed; content centers
   in a ~1080px column via the padding-inline:max() trick.
   =========================================================================== */
@media (min-width:900px){
  body{ background:var(--paper); }
  .stage{ display:block; padding:0; min-height:auto;
    background:var(--paper); }
  .frame{ width:100%; max-width:none; height:auto; border-radius:0; box-shadow:none;
    background:var(--paper); overflow:visible; }
  .frame::after{ display:none; }              /* notch */
  .statusbar{ display:none; }
  .screen{ position:static; height:auto; overflow:visible; }

  /* center helper applied to full-bleed blocks */
  .sec, .trust, .foot{ padding-inline:max(6vw, calc((100% - 1080px) / 2)); }
  .sec{ padding-top:66px; padding-bottom:66px; }
  .sec.tight{ padding-top:48px; padding-bottom:48px; }
  .divider{ margin-inline:max(6vw, calc((100% - 1080px) / 2)); }

  /* header → top nav bar */
  .hdr{ top:0; gap:26px; border-bottom:1px solid var(--line);
    padding:15px max(6vw, calc((100% - 1080px) / 2)); }
  .hdr-burger{ display:none; }
  .hdr-nav{ display:flex; gap:24px; flex:1; justify-content:center; }
  .hdr-desk-wa{ display:inline-flex; }
  .wm{ font-size:22px; }
  .wm small{ font-size:8.5px; }

  /* hero — full-bleed image band with constrained caption */
  .hero .ph{ height:min(74vh, 720px); min-height:540px; }
  .hero-cap{ right:max(6vw, calc((100% - 1080px) / 2)); left:auto; bottom:54px; max-width:600px; }
  .hero-cap h1{ font-size:62px; }
  .hero-cap .lede{ font-size:18px; max-width:440px; }
  .hero-kick{ top:auto; bottom:calc(74vh - 60px); right:max(6vw, calc((100% - 1080px) / 2)); }

  /* type scale up a touch */
  .h-display{ font-size:60px; }
  .h-sec{ font-size:38px; }
  .h-sub{ font-size:25px; }
  .lede{ font-size:16.5px; max-width:640px; }
  .body{ font-size:15.5px; max-width:680px; }

  /* trust strip — full-bleed band, centered cells */
  .trust .n{ font-size:24px; }
  .trust .l{ font-size:12.5px; }
  .trust div{ padding:24px 8px; }

  /* CTAs / buttons: don't stretch full width on desktop */
  .sec > .btn, .sec > .btn-rose, .cta-row > .btn{ max-width:360px; margin-inline:auto; }
  .sticky-cta{ display:none; }                /* header CTA covers desktop */
  .note-card{ max-width:760px; }

  /* services overview → two columns */
  .svc-list{ display:grid; grid-template-columns:1fr 1fr; column-gap:56px; }
  .svc-list .svc-row:nth-child(2){ border-top:1px solid var(--line); }
  .svc-row .nm{ font-size:23px; }

  /* gallery → four columns, centered chips (no scroll) */
  .gal-chips{ justify-content:center; flex-wrap:wrap; overflow:visible;
    padding-inline:max(6vw, calc((100% - 1080px) / 2)); }
  .gal-grid{ columns:4; column-gap:14px;
    padding-inline:max(6vw, calc((100% - 1080px) / 2)); }
  .gal-grid .ph{ margin-bottom:14px; }
  .gal-meta{ padding-inline:max(6vw, calc((100% - 1080px) / 2)); }

  /* value list → two columns */
  .value-list{ display:grid; grid-template-columns:1fr 1fr; column-gap:56px; }
  .value-item{ border-bottom:1px solid var(--line); }
  .price-note{ max-width:760px; }
  .steps{ max-width:680px; }
  .incl{ max-width:720px; }

  /* contact rows constrained */
  .contact-row{ max-width:620px; }
  .field{ max-width:620px; }

  /* footer slightly roomier */
  .foot{ padding-top:56px; padding-bottom:46px; }
  .foot .tagline{ font-size:23px; max-width:560px; }

  /* concierge → side panel with scrim (higher specificity to beat the
     later base block) */
  .frame .cc{ position:fixed; inset:0; transform:none; z-index:200;
    background:rgba(28,22,17,.5); backdrop-filter:blur(5px); -webkit-backdrop-filter:blur(5px);
    display:flex; align-items:stretch; justify-content:flex-start;
    opacity:0; pointer-events:none; transition:opacity .3s; }
  .frame .cc.open{ opacity:1; pointer-events:auto; transform:none; }
  .frame .cc-panel{ position:relative; inset:auto; width:min(440px, 100%); height:100%;
    border-radius:0; box-shadow:-20px 0 80px -20px rgba(0,0,0,.5); }
  .frame .cc-head{ padding-top:18px; }
}

/* wider desktop: cap hero height a bit more gracefully */
@media (min-width:1280px){
  .hero-cap h1{ font-size:68px; }
}

/* ===========================================================================
   CONCIERGE CHAT — guided WhatsApp availability flow (full-screen takeover)
   =========================================================================== */
.cc{ position:fixed; inset:0; z-index:95; pointer-events:none;
  transform:translateY(101%); transition:transform .46s cubic-bezier(.6,0,.2,1); }
.cc.open{ transform:translateY(0); pointer-events:auto; }
.cc-panel{ position:absolute; inset:0; background:var(--paper-2);
  display:flex; flex-direction:column; }

.cc-head{ flex:0 0 auto; display:flex; align-items:center; gap:12px;
  padding:42px 20px 14px; background:var(--paper); border-bottom:1px solid var(--line); }
.cc-mono{ width:42px; height:42px; border-radius:50%; flex:0 0 auto; background:var(--ink);
  color:var(--paper); display:flex; align-items:center; justify-content:center;
  font-family:var(--serif); font-size:17px; font-weight:500; letter-spacing:.02em; }
.cc-id{ flex:1; min-width:0; }
.cc-id .nm{ font-family:var(--serif); font-size:17px; color:var(--ink); line-height:1.1; }
.cc-id .st{ display:flex; align-items:center; gap:6px; font-size:11.5px; color:var(--ink-3); margin-top:3px; }
.cc-id .st .live{ width:6px; height:6px; border-radius:50%; background:#7fb98a; flex:0 0 auto; }
.cc-x{ background:none; border:none; cursor:pointer; color:var(--ink-3); padding:6px; flex:0 0 auto; }

.cc-body{ flex:1; overflow-y:auto; padding:22px 18px 14px;
  display:flex; flex-direction:column; gap:10px;
  background:
    radial-gradient(140% 60% at 50% 0%, rgba(193,132,145,.18), transparent 60%),
    var(--paper-2); }
.cc-body::-webkit-scrollbar{ width:0; }

.cc-msg{ display:flex; flex-direction:column; }
.bubble{ max-width:84%; padding:11px 15px; font-size:14.5px; line-height:1.58;
  animation:bubble .32s cubic-bezier(.2,.7,.3,1) both; text-wrap:pretty; }
@keyframes bubble{ from{ opacity:0; transform:translateY(8px) scale(.98); } to{ opacity:1; transform:none; } }
.bubble.studio{ align-self:flex-start; background:#fffdfa; color:var(--ink);
  border-radius:18px 18px 18px 5px; box-shadow:0 1px 2px rgba(34,29,24,.08); }
.bubble.user{ align-self:flex-end; background:#e6c3bb; color:#3a2c25;
  border-radius:18px 18px 5px 18px; font-weight:500; }

/* typing indicator */
.bubble.typing{ display:inline-flex; gap:5px; align-items:center; padding:14px 16px; }
.bubble.typing span{ width:7px; height:7px; border-radius:50%; background:var(--rose);
  opacity:.5; animation:typedot 1.1s infinite ease-in-out; }
.bubble.typing span:nth-child(2){ animation-delay:.18s; }
.bubble.typing span:nth-child(3){ animation-delay:.36s; }
@keyframes typedot{ 0%,60%,100%{ transform:translateY(0); opacity:.45; } 30%{ transform:translateY(-4px); opacity:.9; } }

/* studio cards (summary / windows) sit aligned-start, a touch wider */
.cc-card{ align-self:flex-start; max-width:90%; background:#fffdfa; border-radius:18px 18px 18px 5px;
  box-shadow:0 1px 2px rgba(34,29,24,.08); padding:6px 4px; animation:bubble .32s cubic-bezier(.2,.7,.3,1) both; }

.sum-row{ display:flex; justify-content:space-between; gap:14px; padding:10px 14px;
  border-bottom:1px solid var(--line); }
.sum-row:last-child{ border-bottom:none; }
.sum-row .k{ font-family:var(--mono); font-size:9.5px; letter-spacing:.12em; color:var(--ink-3);
  text-transform:uppercase; flex:0 0 auto; padding-top:3px; }
.sum-row .v{ font-family:var(--sans); font-weight:600; font-size:14px; color:var(--ink); text-align:left; }

/* window cards */
.cc-card .win-head{ padding:11px 15px 4px; font-family:var(--mono); font-size:9.5px;
  letter-spacing:.14em; color:var(--rose-deep); text-transform:uppercase; }
.win{ display:flex; align-items:center; gap:13px; width:100%; text-align:right;
  padding:13px 15px; border:none; background:none; cursor:pointer; border-top:1px solid var(--line);
  font-family:var(--sans); transition:background .15s; }
.win:hover{ background:var(--paper-2); }
.win.sel{ background:var(--warm); }
.win .dot{ width:34px; height:34px; border-radius:50%; background:var(--paper-2); flex:0 0 auto;
  display:flex; align-items:center; justify-content:center; color:var(--rose-deep);
  font-family:var(--serif); font-size:13px; border:1px solid var(--line-2); }
.win.sel .dot{ background:var(--rose-deep); color:var(--warm-2); border-color:var(--rose-deep); }
.win-txt{ flex:1; min-width:0; }
.win .day{ display:block; font-weight:600; font-size:15px; color:var(--ink); white-space:nowrap; }
.win .tm{ display:block; font-size:12.5px; color:var(--ink-3); margin-top:1px; }
.cc-note{ align-self:flex-start; max-width:90%; font-size:11.5px; line-height:1.55; color:var(--ink-3);
  padding:2px 6px; display:flex; gap:7px; }
.cc-note .ck{ color:var(--rose-deep); flex:0 0 auto; margin-top:2px; }

/* footer composer */
.cc-foot{ flex:0 0 auto; background:var(--paper); border-top:1px solid var(--line);
  padding:14px 18px calc(18px + env(safe-area-inset-bottom)); }
.cc-chips{ display:flex; flex-wrap:wrap; gap:8px; }
.cc-chip{ padding:11px 16px; border:1px solid var(--line-2); border-radius:30px; background:var(--warm-2);
  font-family:var(--sans); font-weight:500; font-size:14px; color:var(--ink); cursor:pointer;
  transition:.15s; }
.cc-chip:hover{ border-color:var(--rose-deep); }
.cc-chip:active{ transform:scale(.97); }
.cc-inputrow{ display:flex; gap:9px; align-items:flex-end; }
.cc-inputrow .field{ flex:1; margin:0; }
.cc-send{ flex:0 0 auto; width:50px; height:48px; border-radius:12px; border:none; cursor:pointer;
  background:var(--ink); color:var(--paper); display:flex; align-items:center; justify-content:center; }
.cc-send:disabled{ opacity:.4; }
.cc-hint{ text-align:center; font-size:12px; color:var(--ink-3); padding:4px 0 2px; }
.cc-fallback-link{ display:block; margin:10px auto 0; background:none; border:none; cursor:pointer;
  font-family:var(--sans); font-size:13px; color:var(--ink-3); text-decoration:underline;
  text-decoration-color:var(--line-2); text-underline-offset:3px; }
.cc-foot .btn{ box-shadow:0 8px 22px -10px rgba(34,29,24,.5); }
.cc-foot-2col{ display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.cc-back{ background:none; border:1px solid var(--line-2); border-radius:30px; cursor:pointer;
  font-family:var(--sans); font-size:14px; color:var(--ink-2); padding:13px; }
