  /* self-hosted variable fonts (latin subset) — one file per family covers all weights */
  @font-face{font-family:"Manrope";font-style:normal;font-weight:400 800;font-display:swap;src:url(../assets/fonts/manrope.woff2) format("woff2")}
  @font-face{font-family:"Sora";font-style:normal;font-weight:400 800;font-display:swap;src:url(../assets/fonts/sora.woff2) format("woff2")}
  :root{
    --cream:#fbf7ee; --cream2:#f6f1e4; --warm:#efe9d8; --warm2:#f4e9d7;
    --ink:#1c1a15; --ink2:#26231d; --green:#17824e; --green-d:#106138;
    --muted:#8a8378; --body:#5c5646; --border:#ece4d2; --warm-accent:#c26a2e;
    --dot-ring:#fbf7ee;
  }
  *{box-sizing:border-box}
  /* Lock the page against sideways panning on mobile.
     `clip` (not `hidden`) because `hidden` would turn html/body into a scroll
     container and break the sticky header. overscroll-behavior-x stops the
     rubber-band drag. Vertical scrolling and pinch-zoom are unaffected. */
  html,body{max-width:100%;overflow-x:clip;overscroll-behavior-x:none}
  html{scroll-behavior:smooth;scroll-padding-top:80px}
  body{margin:0;background:var(--cream);font-family:"Manrope",system-ui,sans-serif;font-weight:500;color:var(--ink);-webkit-font-smoothing:antialiased}
  em{font-style:italic}
  h1,h2,h3,p,figure,blockquote{margin:0}
  a{color:var(--green);text-decoration:none}
  a:hover{color:var(--green-d)}
  a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--green);outline-offset:2px}
  img{max-width:100%}
  ::selection{background:#cfe9d9}
  .sora{font-family:"Sora",sans-serif}
  .wrap{max-width:1600px;margin:0 auto;padding:0 clamp(24px,5.5vw,80px)}
  .section{padding:clamp(56px,8vw,120px) 0}
  .section.warm{background:var(--warm)}
  .section.dark{background:var(--ink);color:#fff}
  .section.green{background:var(--green);color:#fff}
  .section.compress{background:#efe7d5}
  .eyebrow{font-family:"Manrope";font-size:13.5px;letter-spacing:0.1em;text-transform:uppercase;color:var(--muted);font-weight:800;margin-bottom:12px}
  .section.dark .eyebrow{color:#8a8378}
  .h2{font-family:"Sora";font-weight:800;font-size:clamp(30px,4vw,56px);line-height:1.06;color:var(--ink);margin:0 0 14px;letter-spacing:-0.015em}
  .h2.oneline{white-space:nowrap;font-size:clamp(24px,4.6vw,54px)}
  .section.dark .h2,.section.green .h2{color:#fff}
  .lede{font-family:"Manrope";font-weight:500;font-size:clamp(17px,1.35vw,21px);color:var(--body);line-height:1.6;max-width:660px}

  .btn{display:inline-block;font-family:"Manrope";font-weight:700;border-radius:100px;transition:background .18s,transform .18s,box-shadow .18s}
  .btn-primary{background:var(--green);color:#fff;font-size:17px;padding:18px 34px}
  .btn-primary:hover{background:var(--green-d);color:#fff;transform:translateY(-2px);box-shadow:0 12px 26px -14px rgba(23,130,78,.7)}
  .btn-primary.lg{font-size:18px;padding:21px 40px}
  .btn-link{font-family:"Manrope";font-weight:700;font-size:16px;color:var(--ink)}
  .section.dark .btn-link{color:#fff}
  .cta-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}

  header#site-header{position:sticky;top:0;z-index:60;background:rgba(251,247,238,.9);backdrop-filter:saturate(1.2) blur(8px);box-shadow:none;transition:box-shadow .2s ease}
  .header-inner{max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(24px,5.5vw,80px)}
  header#site-header.scrolled{box-shadow:0 8px 24px -16px rgba(28,26,21,.25)}
  .brand{display:inline-flex;flex-direction:column;align-items:center;border:0.11em solid currentColor;padding:0.3em 0.7em 0.34em;font-family:"Sora",sans-serif;line-height:1;color:var(--ink)}
  .brand .b-main{font-weight:800;font-size:1em;letter-spacing:0.11em;padding-left:0.11em;-webkit-text-stroke:0.5px currentColor}
  .brand .b-row{display:flex;align-items:center;gap:0.5em;margin-top:0.16em}
  .brand .b-rule{width:0.8em;height:0.11em;background:currentColor}
  .brand .b-sub{font-weight:700;font-size:0.44em;letter-spacing:0.18em;padding-left:0.18em;white-space:nowrap}
  .brand .b-day{color:var(--green)}
  .brand.on-dark{color:#f2ede0;font-size:22px}
  .brand.on-dark .b-day{color:#3aa76d}
  .header-brand{font-size:26px}
  .header-brand:hover{color:var(--ink)}
  .nav{display:flex;align-items:center;gap:clamp(10px,2vw,28px);flex-wrap:wrap}
  .nav-link{font-family:"Manrope";font-size:15px;font-weight:700;color:var(--body)}

  /* hero */
  .hero{position:relative;min-height:calc(100svh - 60px);display:flex;flex-direction:column;overflow:hidden;background:var(--cream)}
  .hero-inner{flex:1;width:100%;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:56px;align-items:center;padding-block:clamp(24px,3.5vw,56px)}
  .hero-h1{font-family:"Sora";font-weight:800;letter-spacing:-0.03em;color:var(--ink)}
  .hero-h1 .l1{display:block;white-space:nowrap;font-size:clamp(32px,5.1vw,90px);line-height:0.98}
  .hero-h1 .mech{display:block;color:var(--green);font-size:clamp(21px,3vw,48px);letter-spacing:-0.02em;line-height:1.06;margin-top:0.16em}
  .hero-sub{max-width:640px;margin-top:40px}
  .hero-sub .hs1{font-family:"Manrope";font-weight:500;font-size:clamp(18px,1.7vw,24px);color:var(--ink);line-height:1.5;margin:0}
  .hero-sub .hs1 strong{font-weight:800}
  .hero-visual .hs2{font-family:"Manrope";font-weight:500;font-size:clamp(15.5px,1.4vw,18px);color:var(--muted);line-height:1.55;margin:22px 0 0}
  .hero-visual .hs2 strong{font-weight:700;color:var(--body)}
  .sub-link{color:var(--green);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}
  .sub-link:hover{color:var(--green-d)}
  .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
  .chip{font-family:"Sora";font-weight:700;font-size:13.5px;color:var(--body);background:#fff;border:1px solid var(--border);border-radius:100px;padding:8px 13px}
  .hero .cta-row{margin-top:32px}

  /* hero — clarity-first refinements (v3) */
  .hero-eyebrow{font-family:"Manrope";font-size:13.5px;letter-spacing:0.1em;text-transform:uppercase;color:var(--green);font-weight:800;margin-bottom:16px}
  .hero-h1 .l1{font-size:clamp(30px,4.7vw,72px);white-space:normal}
  .hero-text{max-width:940px}

  /* "A day in progress" — hero right-column card (design handoff, exact tokens) */
  .hero-card{width:100%}
  .hero-card .hero-chips{justify-content:center;margin-top:20px}
  .daycard{width:100%;max-width:340px;margin-inline:auto;background:#fff;border:1px solid #e4dcc9;border-radius:24px;overflow:hidden;box-shadow:0 30px 60px -40px rgba(28,26,21,.45)}
  .dc-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px 28px 18px}
  .dc-header-left{display:flex;align-items:center;gap:9px}
  .dc-pulse{width:8px;height:8px;border-radius:50%;background:#f2673f;animation:pulseDot 1.6s ease-in-out infinite}
  .dc-header-label{font-family:"Sora",sans-serif;font-weight:800;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:#1c1a15}
  .dc-header-time{font-family:"Sora",sans-serif;font-weight:800;font-size:12px;letter-spacing:.12em;color:#17824e;white-space:nowrap}
  .dc-timeline{position:relative;padding:0 28px 20px;display:flex;flex-direction:column;gap:4px}
  .dc-rail-track{position:absolute;left:35px;top:10px;bottom:26px;width:2px;background:#ece4d2}
  .dc-rail-fill{position:absolute;left:35px;top:10px;width:2px;height:0;background:linear-gradient(180deg,#17824e,#e0a020,#f2673f);transition:height .7s cubic-bezier(.4,0,.2,1)}
  .dc-row{position:relative;border-radius:11px;padding:12px 10px 12px 0;background:transparent;transition:background .4s ease}
  .dc-row.is-active{background:rgba(242,103,63,.09)}
  .daycard.is-interactive .dc-row{cursor:pointer}
  .dc-row-main{display:flex;align-items:center;gap:15px}
  .dc-dot{position:relative;z-index:1;flex:none;width:16px;height:16px;border-radius:50%;background:#e2dac8;transition:background .4s ease}
  .dc-time{flex:none;width:54px;font-family:"Manrope",sans-serif;font-weight:700;font-size:14px;color:#a89f8c}
  .dc-label{font-family:"Manrope",sans-serif;font-size:17px;font-weight:600;color:#a89f8c}
  .dc-worklog{display:flex;align-items:baseline;gap:10px;margin:7px 0 1px 31px;padding:8px 12px;background:#1c1a15;border-radius:9px}
  .dc-worklog[hidden]{display:none}
  .dc-worklog-tag{flex:none;font-family:"Manrope",sans-serif;font-weight:800;font-size:9px;letter-spacing:.1em;color:#17824e}
  .dc-worklog-text{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;line-height:1.45;color:#e7e2d7}
  .dc-footer{background:#1c1a15;padding:18px 28px 22px}
  .dc-footer-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:11px}
  .dc-status{font-family:"Manrope",sans-serif;font-weight:700;font-size:12.5px;color:#fff}
  .dc-badge{flex:none;font-family:"Manrope",sans-serif;font-weight:700;font-size:11px;color:#7ee0a6;background:rgba(126,224,166,.14);padding:5px 10px;border-radius:100px}
  .dc-bar-track{height:4px;border-radius:3px;background:#2b2721;overflow:hidden}
  .dc-bar-fill{height:4px;width:0;border-radius:3px;background:linear-gradient(90deg,#17824e,#e0a020,#f2673f);transition:width .6s cubic-bezier(.4,0,.2,1)}
  @keyframes pulseDot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}}
  @media (prefers-reduced-motion:reduce){
    .dc-pulse{animation:none}
    .dc-rail-fill,.dc-bar-fill,.dc-dot,.dc-row{transition:none}
  }
  .hero-h1 .mech{font-size:clamp(24px,3.6vw,60px)}
  .hero-lead{font-family:"Manrope";font-weight:500;font-size:clamp(17px,1.55vw,22px);color:var(--ink);line-height:1.5;max-width:600px;margin:26px 0 0}
  .hero-lead-2{margin-top:16px}
  .hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}
  .chip-check{display:inline-flex;align-items:center;gap:7px}
  .chip-check svg{width:14px;height:14px;flex:none;fill:none;stroke:var(--green);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
  .cta-reassure{font-family:"Manrope";font-weight:600;font-size:14px;color:var(--muted);margin:16px 0 0}
  .brandstrip{margin-top:30px;padding-top:22px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:5px}
  .brandstrip .bs-label{font-family:"Manrope";font-size:12px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted)}
  .brandstrip .bs-names{font-family:"Sora";font-weight:700;font-size:clamp(14.5px,1.3vw,17px);color:var(--ink);line-height:1.4}
  .brandstrip .bs-sub{font-family:"Manrope";font-weight:600;font-size:13.5px;color:var(--body);margin-top:2px}
  .brandstrip.on-warm{border-top-color:#e2d9c5;margin-top:24px}
  /* keep the play button perfectly circular regardless of flex context */
  .hero-video .vplay .pbtn{flex:none}

  /* logistics strip */
  .logistics{background:var(--cream2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:clamp(26px,3vw,40px) 0}
  .log-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(16px,2vw,30px)}
  .log-item{display:flex;flex-direction:column;gap:8px;padding-left:16px;border-left:2px solid #e2d9c5}
  .log-k{font-family:"Manrope";font-size:11.5px;font-weight:800;letter-spacing:0.09em;text-transform:uppercase;color:var(--green)}
  .log-v{font-family:"Manrope";font-weight:600;font-size:14.5px;color:var(--body);line-height:1.45}

  /* what we can move forward — visual grid */
  .movegrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;margin-top:6px}
  .move-tile{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px 18px;font-family:"Sora";font-weight:700;font-size:15.5px;color:var(--ink);line-height:1.25;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s,color .18s}
  .move-tile:hover{background:var(--green);border-color:var(--green);color:#fff;transform:translateY(-4px);box-shadow:0 16px 30px -18px rgba(23,130,78,.7)}
  .move-ck{flex:none;width:30px;height:30px;border-radius:9px;background:#eaf5ee;color:var(--green);display:flex;align-items:center;justify-content:center;transition:background .18s,color .18s}
  .move-tile:hover .move-ck{background:rgba(255,255,255,.18);color:#fff}
  .move-ck svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
  .movegrid-cap{font-family:"Manrope";font-weight:500;font-size:16px;color:var(--muted);line-height:1.6;max-width:760px;margin:26px 0 0}

  /* best fit / probably not */
  .fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:38px}
  .fit-card{border-radius:18px;padding:28px 30px}
  .fit-card.fit-yes{background:#eaf5ee;border:1px solid #cfe9d9}
  .fit-card.fit-no{background:var(--cream2);border:1px solid var(--border)}
  .fit-h{font-family:"Sora";font-weight:800;font-size:clamp(17px,1.7vw,20px);margin-bottom:18px}
  .fit-card.fit-yes .fit-h{color:var(--green)}
  .fit-card.fit-no .fit-h{color:var(--muted)}
  .fit-card ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}
  .fit-card li{position:relative;padding-left:26px;font-family:"Manrope";font-weight:500;font-size:16px;line-height:1.45;color:var(--body)}
  .fit-card li::before{position:absolute;left:0;top:0;font-family:"Sora";font-weight:800;font-size:15px}
  .fit-card.fit-yes li::before{content:"\2713";color:var(--green)}
  .fit-card.fit-no li::before{content:"\2717";color:#c0503a}

  /* urgency */
  .urgency{display:flex;flex-wrap:wrap;gap:10px 24px;margin:0 0 30px}
  .urg-item{display:inline-flex;align-items:center;gap:10px;font-family:"Manrope";font-weight:700;font-size:14px;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:100px;padding:9px 16px}
  .urg-dot{width:9px;height:9px;border-radius:50%;background:var(--warm-accent);box-shadow:0 0 0 4px rgba(194,106,46,.16);flex:none}

  /* sticky book-a-call CTA */
  .sticky-cta{position:fixed;right:20px;bottom:20px;z-index:900;display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;font-family:"Manrope";font-weight:700;font-size:15px;padding:15px 24px;border-radius:100px;box-shadow:0 16px 34px -12px rgba(23,130,78,.7);opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .25s,transform .25s,visibility .25s,background .18s}
  .sticky-cta.show{opacity:1;visibility:visible;transform:none}
  .sticky-cta:hover{background:var(--green-d);color:#fff;transform:translateY(-2px)}
  @media (max-width:640px){.sticky-cta{right:12px;bottom:12px;left:12px;justify-content:center;padding:16px}}
  @media (prefers-reduced-motion:reduce){.sticky-cta{transition:opacity .2s}}

  .hero-video{position:relative;width:100%;max-width:720px;margin-left:auto;aspect-ratio:16/9;border-radius:20px;overflow:hidden;border:1px solid var(--border);background:radial-gradient(120% 120% at 80% 0%, #2a2620, #17150f);box-shadow:0 30px 60px -30px rgba(28,26,21,.55)}
  .hero-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
  .hero-video .vplay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}
  .vplay .pbtn{width:74px;height:74px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;padding-left:4px;box-shadow:0 14px 34px -10px rgba(23,130,78,.85);transition:transform .2s}
  .hero-video:hover .pbtn{transform:scale(1.06)}
  .vplay .plabel{font-family:"Sora";font-weight:700;font-size:14px;color:#f2ede0;letter-spacing:.01em}

  .hero-trust{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:20px 0;border-top:1px solid var(--border)}
  .hero-trust .who{font-family:"Manrope";font-size:14px;color:var(--body)}
  .hero-trust .who strong{color:var(--ink)}
  .hero-trust .tag{margin-left:auto;display:inline-flex;align-items:center;gap:8px;font-family:"Sora";font-weight:700;font-size:13.5px;color:var(--green)}
  .hero-trust .tag .d{width:8px;height:8px;border-radius:50%;background:var(--green)}
  .marquee{overflow:hidden;border-top:1px solid var(--border);background:var(--cream2);padding:14px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
  .mq-track{display:flex;align-items:center;width:max-content;animation:scrollx 42s linear infinite}
  .mq-item{font-family:"Sora";font-weight:700;font-size:15px;color:var(--muted);white-space:nowrap;padding:0 4px}
  .mq-dot{color:#c9bfa6;padding:0 18px}

  /* compression graphic */
  .compare{margin-top:36px;overflow-x:auto;padding-bottom:6px;display:flex;flex-direction:column;gap:34px}
  .cmp-row{min-width:720px}
  .cmp-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}
  .cmp-name{font-family:"Manrope";font-weight:700;font-size:13.5px;letter-spacing:0.12em;text-transform:uppercase;color:var(--muted)}
  .cmp-name.accent{color:var(--green)}
  .cmp-dur{font-family:"Sora";font-weight:700;font-size:14px;letter-spacing:0.1em;text-transform:uppercase;color:var(--muted)}
  .cmp-dur.accent{color:var(--green)}
  .cmp-bar{display:flex;border-radius:12px;overflow:hidden}
  .cmp-bar.trad{width:100%}
  .seg{padding:22px 14px;text-align:center;font-family:"Manrope";font-weight:700;font-size:15.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .day-loop{width:fit-content;max-width:100%}
  .day-nodes{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}
  .dnode{flex:0 0 auto;text-align:center;color:#fff;border-radius:11px;padding:13px 15px;font-family:"Manrope";font-weight:700;font-size:14px;white-space:nowrap;box-shadow:0 12px 26px -16px rgba(23,130,78,.5)}
  .darrow{flex:0 0 auto;color:#3aa76d;display:inline-flex;align-items:center;justify-content:center}
  .dloop{flex:0 0 auto;color:#2f9e63;display:inline-flex;align-items:center;margin-left:2px}
  .loop-label{margin-top:16px;font-family:"Manrope";font-weight:600;font-size:16px;color:var(--body);display:flex;align-items:center;gap:9px}
  .loop-label .lico{color:#2f9e63;display:inline-flex;flex:none}
  .cmp-note{font-family:"Manrope";font-weight:500;font-size:17px;color:var(--body);margin-top:26px;max-width:780px;line-height:1.55}

  /* timeline */
  .tl-head-block{max-width:640px;margin-bottom:44px}
  .tl-phase{font-family:"Manrope";font-size:12.5px;letter-spacing:0.12em;text-transform:uppercase;color:var(--muted);font-weight:700;white-space:nowrap}
  .tl-phase.warm{color:var(--warm-accent)}
  .tl-phase-rule{flex:1;height:1px;background:var(--border)}
  .proc-cols{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,2.4vw,30px);align-items:start}
  .proc-col{border-radius:22px;padding:clamp(24px,2.6vw,36px) clamp(22px,2.4vw,32px) clamp(18px,2vw,26px)}
  .proc-col.before{background:#fff;border:1px solid var(--border)}
  .proc-col.day{background:var(--warm2);border:1px solid #e8dcc3}
  .proc-col-label{display:flex;align-items:center;gap:12px;margin-bottom:26px}
  .pstep{position:relative;display:grid;grid-template-columns:20px 1fr;gap:18px;padding-bottom:28px}
  .pstep:last-child{padding-bottom:0}
  .pstep-marker{position:relative}
  .pstep-marker::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:22px;bottom:-28px;width:2px;border-radius:2px}
  .proc-col.before .pstep-marker::before{background:#bcdcac}
  .proc-col.day .pstep-marker::before{background:#e8c78c}
  .pstep:last-child .pstep-marker::before{display:none}
  .pstep-dot{position:absolute;left:50%;transform:translateX(-50%);top:3px;width:16px;height:16px;border-radius:50%;z-index:1}
  .proc-col.before .pstep-dot{box-shadow:0 0 0 3px #fff}
  .proc-col.day .pstep-dot{box-shadow:0 0 0 3px var(--warm2)}
  .pstep-content{min-width:0}
  .pstep-time{display:inline-block;font-family:"Manrope";font-weight:700;font-size:11px;letter-spacing:0.05em;text-transform:uppercase;color:var(--warm-accent);background:#fff;border-radius:100px;padding:4px 11px;margin-bottom:9px}
  .pstep-head{display:flex;align-items:center;gap:11px;flex-wrap:wrap}
  .pstep-num{font-weight:800;font-size:clamp(19px,1.7vw,24px);line-height:1}
  .pstep-ico{display:inline-flex}
  .pstep-title{font-weight:800;font-size:clamp(17px,1.5vw,21px);color:var(--ink)}
  .pstep-desc{font-family:"Manrope";font-weight:500;font-size:clamp(14.5px,1.1vw,16.5px);color:var(--body);line-height:1.5;margin-top:7px}

  /* what you get (3 columns) */
  .get{border:1px solid var(--border);border-radius:20px;overflow:hidden;background:#fff;margin-top:28px}
  .get-headrow,.get-row{display:grid;grid-template-columns:1.05fr 1.3fr 1.3fr;gap:30px;align-items:start;padding:20px 30px}
  .get-headrow{background:var(--cream2);font-family:"Manrope";font-weight:700;font-size:11.5px;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted)}
  .get-row{border-top:1px solid #f1ede2;transition:background .16s}
  .get-row:hover{background:#faf6ec}
  .get-a{display:flex;align-items:center;gap:14px}
  .get-ico{width:46px;height:46px;border-radius:12px;background:#eaf5ee;color:var(--green);display:flex;align-items:center;justify-content:center;flex:none}
  .get-label{font-family:"Sora";font-weight:800;font-size:17px;color:var(--ink);line-height:1.2}
  .get-b{font-family:"Manrope";font-weight:500;font-size:16px;color:var(--body);line-height:1.5}
  .get-c{font-family:"Manrope";font-weight:500;font-size:16px;color:var(--body);line-height:1.5}

  /* six-benefit strip (uniform; hover-to-green) */
  .benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px}
  .benefit{position:relative;background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px 22px;cursor:default;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s}
  .benefit-title{font-weight:800;font-size:18px;color:var(--ink);margin-bottom:8px}
  .benefit-desc{font-family:"Manrope";font-weight:500;font-size:15px;color:var(--muted);line-height:1.55;margin:0}
  .benefit:hover{background:var(--green);border-color:var(--green);transform:translateY(-4px);box-shadow:0 16px 30px -18px rgba(23,130,78,.7)}
  .benefit:hover .benefit-title{color:#fff}
  .benefit:hover .benefit-desc{color:#d9efe1}

  /* what a Day is (and isn't) */
  .isnt-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}
  .isnt-card{border-radius:18px;padding:30px 30px 32px}
  .isnt-card.is{background:#eaf5ee;border:1px solid #cfe9d9}
  .isnt-card.isnt{background:var(--cream2);border:1px solid var(--border)}
  .isnt-h{display:flex;align-items:center;gap:12px;font-family:"Sora";font-weight:700;font-size:clamp(19px,2vw,23px);margin-bottom:20px}
  .isnt-card.is .isnt-h{color:var(--green)}
  .isnt-card.isnt .isnt-h{color:var(--muted)}
  .isnt-ic{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex:none}
  .isnt-card.is .isnt-ic{background:var(--green)}
  .isnt-card.isnt .isnt-ic{background:#c7bda8}
  .isnt-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}
  .isnt-card li{position:relative;padding-left:24px;font-family:"Manrope";font-weight:500;font-size:clamp(16px,1.3vw,18.5px);line-height:1.5;color:var(--body)}
  .isnt-card li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%}
  .isnt-card.is li::before{background:var(--green)}
  .isnt-card.isnt li::before{background:#c7bda8}

  /* about */
  .bio-grid{display:grid;grid-template-columns:minmax(200px,300px) 1fr;gap:48px;align-items:start;margin-top:40px}
  .bio-left{display:flex;flex-direction:column}
  .bio-left .pills{margin:20px 0 0}
  .bio-photo{width:100%;aspect-ratio:4/5;border-radius:20px;overflow:hidden;background:var(--cream)}
  .bio-photo img{width:100%;height:100%;object-fit:cover;display:block}
  .bio-lead{font-family:"Sora";font-weight:700;font-size:clamp(22px,2.8vw,28px);line-height:1.4;color:var(--ink);margin:0 0 16px}
  .bio-p{font-family:"Manrope";font-weight:500;font-size:17px;line-height:1.65;color:var(--body);margin:0 0 24px}
  .note{border-left:3px solid var(--green);padding:2px 0 2px 18px;margin:0 0 24px}
  .note .eyebrow{color:var(--green);margin-bottom:8px}
  .note blockquote{font-family:"Sora";font-style:italic;font-weight:600;font-size:clamp(16px,2vw,19px);line-height:1.5;color:var(--ink)}
  .pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
  .pill{font-family:"Manrope";font-size:12.5px;font-weight:700;color:var(--body);background:#fff;border:1px solid var(--border);border-radius:100px;padding:6px 14px}
  .section.warm .pill{background:var(--cream)}
  /* real buttons, not pills: bigger, solid/outlined, with hover lift + external-link icon */
  .linkrow{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
  .link-a,.link-b{display:inline-flex;align-items:center;gap:9px;font-family:"Manrope";font-weight:700;font-size:15px;line-height:1;padding:14px 22px;border-radius:100px;border:1.5px solid transparent;cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .18s,box-shadow .18s}
  /* all three sit neutral by default; green only on hover / press / keyboard focus */
  .link-a,.link-b{background:#fff;color:var(--ink);border-color:#d9d2c2;box-shadow:none}
  .link-a:hover,.link-b:hover,.link-a:focus-visible,.link-b:focus-visible{background:var(--green);border-color:var(--green);color:#fff;transform:translateY(-2px);box-shadow:0 12px 26px -14px rgba(23,130,78,.85)}
  .link-a:active,.link-b:active{background:var(--green-d);border-color:var(--green-d);color:#fff;transform:translateY(0);box-shadow:0 6px 14px -10px rgba(23,130,78,.9)}
  .link-ic{flex:none;opacity:.9}
  @media (max-width:640px){.link-a,.link-b{width:100%;justify-content:center}}

  /* statement moment (black, green accent, right-side art) */
  .statement{background:var(--ink);color:#fff;padding:clamp(64px,10vw,120px) 0}
  .statement-inner{display:grid;grid-template-columns:1.5fr .7fr;gap:clamp(32px,5vw,64px);align-items:center}
  .statement h2{font-family:"Sora";font-weight:800;font-size:clamp(30px,4.2vw,58px);line-height:1.06;letter-spacing:-0.02em}
  .statement h2 .stmt-l1{display:block;white-space:nowrap}
  .statement .accent{display:block;color:#3aa76d;white-space:nowrap}
  .stmt-svg{width:100%;max-width:470px;margin-left:auto;display:block}
  #guarantee{padding-top:clamp(40px,5vw,72px);padding-bottom:clamp(40px,5vw,72px)}
  .guarantee-inner{display:grid;grid-template-columns:1.4fr .6fr;gap:clamp(28px,4vw,56px);align-items:center}
  .seal-svg{width:100%;max-width:196px;margin:0 auto;display:block}

  /* comparison table */
  /* the table scrolls on its own; `contain` stops that swipe chaining out and panning the page */
  .comp-scroll{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
  table.comp{border-collapse:separate;border-spacing:0;min-width:880px;width:100%;background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden}
  table.comp th,table.comp td{padding:17px 12px;text-align:center;font-family:"Manrope";font-size:15px}
  table.comp thead th{background:var(--cream2);color:var(--body);font-weight:700;font-size:13.5px}
  table.comp th[scope=row]{text-align:left;padding-left:20px;font-weight:700;font-size:15px;color:var(--ink)}
  table.comp tbody tr td,table.comp tbody tr th{border-top:1px solid #f1ede2}
  table.comp tbody tr:hover:not(.comp-hero){background:#faf6ec}
  tr.comp-hero th,tr.comp-hero td{background:var(--green);color:#fff;font-family:"Sora";font-weight:700;border-top:none}
  tr.comp-hero th[scope=row]{color:#fff;font-size:14.5px}
  .c-y{color:var(--green);font-family:"Sora";font-weight:700;font-size:16px}
  .c-n{color:#c0503a;font-family:"Sora";font-weight:700;font-size:16px}
  tr.comp-hero .c-y{color:#fff}

  /* pricing */
  .price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
  .price-card{position:relative;background:#fff;border-radius:18px;padding:28px;box-shadow:0 10px 24px -14px rgba(28,26,21,.2);border:1px solid var(--border);transition:transform .18s,box-shadow .18s}
  .price-card:hover{transform:translateY(-4px);box-shadow:0 20px 36px -18px rgba(28,26,21,.3)}
  .price-card.feature{border:2px solid var(--green)}
  .price-flag{position:absolute;top:-11px;left:24px;background:var(--green);color:#fff;font-family:"Manrope";font-weight:700;font-size:11px;padding:4px 10px;border-radius:100px}
  .price-bar{width:36px;height:6px;border-radius:3px;margin-bottom:16px}
  .price-name{font-family:"Sora";font-weight:800;font-size:22px;color:var(--ink);margin-bottom:6px}
  .price-scope{font-family:"Manrope";font-weight:500;font-size:14.5px;color:var(--muted);margin:0 0 18px;line-height:1.5}
  .price-amt{display:flex;align-items:baseline;gap:10px}
  .price-amt .now{font-family:"Sora";font-weight:800;font-size:38px;color:var(--ink)}
  .price-amt .was{text-decoration:line-through;color:#b5ac98;font-size:15px}
  .price-note{font-family:"Manrope";font-size:11px;color:var(--green);font-weight:700;margin-top:8px}
  .price-cta{display:block;text-align:center;margin-top:22px;font-family:"Manrope";font-weight:700;font-size:14px;padding:13px;border-radius:100px}

  /* credibility bar */
  .cred{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--cream2)}
  .cred .row{display:flex;gap:10px 26px;flex-wrap:wrap;justify-content:center;align-items:center;padding:20px 0;font-family:"Sora";font-weight:700;font-size:15px;color:var(--body);text-align:center}
  .cred .dot{color:#c9bfa6}

  /* faq accordion */
  .faq{display:flex;flex-direction:column;gap:12px;margin-top:8px}
  .faq-item{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:box-shadow .16s}
  .faq-item[open]{box-shadow:0 14px 28px -20px rgba(28,26,21,.45)}
  .faq-sum{list-style:none;cursor:pointer;display:flex;align-items:center;gap:18px;padding:24px 28px}
  .faq-sum::-webkit-details-marker{display:none}
  .faq-item:not([open]) .faq-a{display:none}
  .faq-q{width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;font-family:"Sora";font-size:20px;font-weight:700;line-height:1;flex:none;display:flex;align-items:center;justify-content:center;transition:transform .22s}
  .faq-item[open] .faq-q{transform:rotate(45deg)}
  .faq-t{font-family:"Sora";font-weight:700;font-size:clamp(19px,1.9vw,25px);color:var(--ink)}
  .faq-a{padding:0 28px 26px 78px;font-family:"Manrope";font-weight:500;font-size:clamp(16px,1.25vw,19px);color:var(--body);line-height:1.65;max-width:900px}

  /* ticker */
  .ticker{background:var(--ink);overflow:hidden;padding:12px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
  .ticker .mq-track{animation-duration:30s}
  .ticker .mq-item{color:#f4cf9a;font-weight:700;text-transform:uppercase;letter-spacing:0.14em;font-size:12.5px}
  .ticker .mq-dot{color:#5a5344}

  /* final cta */
  .final{background:var(--ink);text-align:center;padding-top:clamp(46px,5.5vw,84px);padding-bottom:clamp(46px,5.5vw,84px)}
  .final-h{font-family:"Sora";font-weight:800;font-size:clamp(30px,4.8vw,52px);line-height:1.08;letter-spacing:-0.01em;color:#fff}
  .final-h .fl2{display:block;color:#7ee0a6}
  .final-h span{display:block}
  .final p{font-family:"Manrope";font-weight:500;font-size:17px;color:#c4bdb0;margin:16px 0 0;line-height:1.6}

  /* footer */
  .site-footer{background:var(--ink);border-top:1px solid rgba(255,255,255,.08);padding:clamp(48px,6vw,76px) 0 44px}
  .foot-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:clamp(28px,4vw,64px)}
  .foot-blurb{font-family:"Manrope";font-weight:500;font-size:15px;line-height:1.6;color:#a49d90;max-width:440px}
  .foot-blurb strong{color:#fff;font-weight:800;display:block;margin-bottom:6px;font-size:16px}
  .foot-h{font-family:"Manrope";font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:#8a8378;font-weight:700;margin-bottom:12px}
  .foot-addr{font-family:"Manrope";font-weight:500;font-size:15px;line-height:1.75;color:#a49d90}

  /* reveal + motion (progressive enhancement) */
  html.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
  html.js .reveal.in{opacity:1;transform:none}
  @keyframes scrollx{from{transform:translateX(0)}to{transform:translateX(-50%)}}

  /* mobile */
  @media (max-width:1000px){
    .hero{min-height:auto}
    .hero-inner{grid-template-columns:1fr;gap:44px;padding-top:24px}
    .hero-video{margin:0 auto}
    .hero-h1 .l1{white-space:normal}
    .statement-inner{grid-template-columns:1fr;gap:36px}
    .stmt-svg{max-width:380px;margin:0}
    .guarantee-inner{grid-template-columns:1fr;gap:36px}
    .seal-svg{margin:0}
  }
  @media (max-width:900px){
    .log-grid{grid-template-columns:repeat(2,1fr);gap:18px 26px}
  }
  @media (max-width:760px){
    .benefits{grid-template-columns:1fr 1fr}
    .proc-cols{grid-template-columns:1fr;gap:20px}
    .fit-grid{grid-template-columns:1fr}
  }
  @media (max-width:640px){
    header#site-header{padding:13px 16px}
    .header-brand{font-size:20px}
    .nav-link{display:none}
    /* hero centered + fitted on mobile */
    .section{padding-top:70px;padding-bottom:70px}
    .hero-inner{text-align:left;gap:40px;padding-block:36px 28px}
    .hero-h1{letter-spacing:-0.02em}
    .hero-h1 .l1{font-size:clamp(30px,8.6vw,40px);line-height:1.05;white-space:normal;text-wrap:balance}
    .hero-h1 .mech{font-size:clamp(22px,7.1vw,30px);line-height:1.12;margin-top:0.3em;text-wrap:balance}
    .hero-sub{margin:38px 0 0}
    .chips{justify-content:flex-start;margin-top:32px}
    .hero .cta-row{justify-content:flex-start;margin-top:38px}
    .hero-video{margin:0 auto}
    .hero-visual .hs2{margin-top:32px}
    /* v3 hero: left-aligned on mobile (matches desktop) */
    .hero-lead{margin-left:0;margin-right:0}
    .hero-chips{justify-content:flex-start}
    .brandstrip{align-items:flex-start;text-align:left}
    .log-grid{grid-template-columns:1fr;gap:16px}
    .log-item{padding-left:14px}
    .movegrid{grid-template-columns:1fr 1fr;gap:10px}
    .move-tile{padding:14px;font-size:14px}
    .fit-grid{grid-template-columns:1fr}
    .urgency{flex-direction:column;gap:10px}
    .hero-trust{justify-content:center;text-align:center}
    .hero-trust .tag{margin-left:0}
    /* compression graphic: vertical stacks, no horizontal scroll */
    .compare{overflow:visible;gap:28px}
    .cmp-row{min-width:0}
    .cmp-head{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px}
    .cmp-bar{flex-direction:column}
    .seg{flex:0 0 auto!important;text-align:left;white-space:normal;padding:15px 16px;font-size:14px}
    .day-loop{max-width:none}
    .day-nodes{flex-direction:column;gap:8px}
    .dnode{width:100%;text-align:left;padding:16px;font-size:14px;white-space:normal}
    .darrow{width:100%;justify-content:center}
    .dloop{display:none}
    .proc-col{padding:24px 20px 14px}
    .get-headrow{display:none}
    .get-row{grid-template-columns:1fr;gap:6px;padding:18px 20px}
    .get-a{font-size:17px;margin-bottom:2px}
    .get-b::before{content:"Leave with — ";font-weight:700;color:var(--ink)}
    .get-c::before{content:"Then — ";font-weight:700;color:var(--warm-accent)}
    .benefits{grid-template-columns:1fr}
    .isnt-grid{grid-template-columns:1fr}
    .statement h2 .stmt-l1,.statement .accent{white-space:normal}
    .bio-grid{grid-template-columns:1fr;gap:26px}
    .bio-photo{max-width:240px}
    .faq-a{padding-left:28px}
    .foot-grid{grid-template-columns:1fr;gap:30px}
  }
  @media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    .mq-track{animation:none!important}
    .reveal{opacity:1!important;transform:none!important;transition:none!important}
  }
  /* "How we do it" interactive method pipeline */
  .hwd{max-width:1600px;margin:0 auto;padding:clamp(56px,8vw,120px) clamp(24px,5.5vw,80px);box-sizing:border-box}
  .hwd-overline{font-family:"Manrope",sans-serif;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;color:#8a8378;font-weight:700;margin-bottom:10px}
  /* back-to-top link (John section) */
  .to-top{display:inline-flex;align-items:center;gap:10px;font-family:"Manrope";font-weight:700;font-size:15px;color:var(--body);margin-top:clamp(28px,3vw,44px);transition:color .18s}
  .to-top:hover{color:var(--green)}
  .to-top .tt-ic{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:#fff;flex:none;transition:border-color .18s,color .18s,transform .18s}
  .to-top:hover .tt-ic{border-color:var(--green);color:var(--green);transform:translateY(-2px)}

  /* inherits .h2 (Sora 800, -0.015em, line-height 1.06, ink); only sizing differs so it fits one line */
  .hwd-h2{max-width:none}
  @media (min-width:1000px){.hwd-h2{white-space:nowrap;font-size:min(2.85vw,45px)}}
  .hwd-lede{font-family:"Manrope",sans-serif;font-size:15px;color:#8a8378;margin:0 0 34px;max-width:620px}
  .hwd-chips{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:38px}
  .hwd-chip{cursor:pointer;font-family:"Sora",sans-serif;font-weight:600;font-size:14px;padding:11px 18px;border-radius:100px;border:1px solid #ece4d2;background:#fff;color:#1c1a15;transition:background .2s ease,color .2s ease,border-color .2s ease}
  .hwd-chip.is-active{background:#17824e;color:#fff;border-color:#17824e}
  .hwd-railwrap{position:relative;margin:0 0 44px;padding-top:32px}
  .hwd-token{position:absolute;top:0;left:8%;transform:translateX(-50%);transition:left .8s cubic-bezier(.4,0,.2,1);z-index:2}
  .hwd-token[hidden]{display:none}
  .hwd-token-pill{display:inline-block;background:#1c1a15;color:#fff;font-family:"Manrope",sans-serif;font-weight:700;font-size:11.5px;padding:5px 12px;border-radius:100px;white-space:nowrap;box-shadow:0 6px 16px -6px rgba(28,26,21,.5)}
  .hwd-track{position:relative;height:3px;background:#e7dfcd;border-radius:2px}
  .hwd-fill{position:absolute;left:0;top:0;height:3px;width:0;border-radius:2px;background:linear-gradient(90deg,#17824e,#e0a020,#f2673f);transition:width .8s cubic-bezier(.4,0,.2,1)}
  .hwd-node{position:absolute;top:50%;transform:translate(-50%,-50%)}
  .hwd-node-dot{display:block;width:14px;height:14px;border-radius:50%;background:#d9d2c2;box-shadow:0 0 0 3px #fbf7ee,0 0 0 4px #e7dfcd;transition:background .4s ease,box-shadow .4s ease}
  .hwd-node-label{position:absolute;top:22px;left:50%;transform:translateX(-50%);white-space:nowrap;font-family:"Manrope",sans-serif;font-weight:700;font-size:11px;color:#a89f8c;transition:color .4s ease}
  .hwd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:16px;align-items:stretch}
  .hwd-card{position:relative;background:#fff;border:1px solid #ece4d2;border-radius:20px;padding:26px 24px;overflow:hidden;box-shadow:0 10px 24px -18px rgba(28,26,21,.25);display:flex;flex-direction:column}
  .hwd-card-tint{position:absolute;inset:0;background:var(--tint);opacity:0;transition:opacity .5s ease;pointer-events:none}
  .hwd-card-ring{position:absolute;inset:0;border-radius:20px;border:2px solid var(--stage);opacity:0;transition:opacity .5s ease;pointer-events:none}
  .hwd-card.is-lit .hwd-card-tint,.hwd-card.is-lit .hwd-card-ring{opacity:1}
  .hwd-card-inner{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}
  .hwd-token-slot{min-height:30px;margin-bottom:12px}
  .hwd-stage-token{display:inline-flex;align-items:center;gap:7px;background:#1c1a15;color:#fff;font-family:"Manrope",sans-serif;font-weight:700;font-size:12px;padding:6px 12px;border-radius:100px}
  .hwd-stage-token[hidden]{display:none}
  .hwd-stage-token-dot{width:8px;height:8px;border-radius:50%;background:var(--stage)}
  .hwd-stage-label{font-family:"Sora",sans-serif;font-weight:800;font-size:12px;letter-spacing:.12em;margin-bottom:6px;color:var(--stage)}
  .hwd-tagline{font-family:"Sora",sans-serif;font-weight:700;font-size:19px;color:#1c1a15;margin-bottom:18px;line-height:1.25}
  .hwd-moves{display:flex;flex-direction:column;gap:11px;margin-bottom:16px}
  .hwd-move-row{display:flex;align-items:center;gap:11px}
  .hwd-move-dot{flex:none;width:9px;height:9px;border-radius:50%;background:#d9d2c2;transition:background .4s ease}
  .hwd-card.is-lit .hwd-move-dot{background:var(--stage)}
  .hwd-move-text{font-family:"Manrope",sans-serif;font-weight:600;font-size:14.5px;color:#5c5646}
  .hwd-card.is-lit .hwd-move-text{color:#1c1a15}
  .hwd-move-text.closer,.hwd-card.is-lit .hwd-move-text.closer{font-weight:700;color:#f2673f}
  .hwd-outcome-slot{min-height:40px;margin-top:auto}
  .hwd-outcome{font-family:"Manrope",sans-serif;font-size:15px;line-height:1.5;color:#5c5646;margin:0;padding-top:13px;border-top:1px dashed var(--stage)}
  .hwd-outcome[hidden]{display:none}
  .hwd-depth-list{margin:10px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:7px}
  .hwd-depth-item{position:relative;padding-left:17px;font-family:"Manrope",sans-serif;font-size:15px;line-height:1.5;color:#6f695d}
  .hwd-depth-item::before{content:"";position:absolute;left:2px;top:9px;width:5px;height:5px;border-radius:50%;background:var(--stage)}
  .hwd-proto{position:relative;background:#1c1a15;border-radius:20px;padding:24px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 16px 40px -22px rgba(28,26,21,.6)}
  .hwd-proto-glow{position:absolute;inset:0;background:radial-gradient(circle at 82% 0%,rgba(255,143,109,.3),transparent 62%);opacity:0;transition:opacity .6s ease;pointer-events:none}
  .hwd-proto.is-ready .hwd-proto-glow{opacity:1}
  .hwd-proto-inner{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}
  .hwd-proto-kicker{font-family:"Sora",sans-serif;font-weight:800;font-size:12px;letter-spacing:.12em;color:#ff8f6d;margin-bottom:14px}
  .hwd-browser{background:#26231d;border:1px solid #35312a;border-radius:12px;overflow:hidden;flex:1;display:flex;flex-direction:column;min-height:150px}
  .hwd-browser-bar{display:flex;align-items:center;gap:6px;padding:10px 12px;border-bottom:1px solid #35312a}
  .hwd-dot{width:8px;height:8px;border-radius:50%}
  .hwd-browser-url{margin-left:8px;font-family:"Manrope",sans-serif;font-size:11px;color:#8a8378}
  .hwd-browser-body{padding:18px 16px;flex:1;display:flex;flex-direction:column;justify-content:center;gap:10px}
  .hwd-live-badge{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;background:rgba(126,224,166,.15);color:#7ee0a6;font-family:"Manrope",sans-serif;font-weight:700;font-size:11px;padding:5px 11px;border-radius:100px}
  .hwd-live-dot{width:7px;height:7px;border-radius:50%;background:#7ee0a6}
  .hwd-proto-result{display:flex;flex-direction:column;gap:10px}
  .hwd-proto-result[hidden],.hwd-proto-waiting[hidden]{display:none}
  .hwd-proto-title{font-family:"Sora",sans-serif;font-weight:700;font-size:18px;color:#fff;line-height:1.25}
  .hwd-proto-note{font-family:"Manrope",sans-serif;font-size:12.5px;color:#c4bdb0;margin:0;line-height:1.5}
  .hwd-proto-waiting{font-family:"Manrope",sans-serif;font-size:13px;color:#6f695d;margin:0;line-height:1.5}
  .hwd-payoff{margin-top:32px;padding:26px 30px;background:#eaf5ee;border:1px solid #cfe9d9;border-radius:18px}
  .hwd-payoff-text{font-family:"Sora",sans-serif;font-weight:800;font-size:clamp(18px,2.4vw,24px);line-height:1.4;margin:0;color:#1c1a15}
  .hwd-accent{color:#f2673f}
  /* booking popup */
  .cal-modal{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:24px}
  .cal-modal.open{display:flex}
  .cal-backdrop{position:absolute;inset:0;background:rgba(28,26,21,.62);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
  .cal-dialog{position:relative;width:100%;max-width:700px;height:min(84vh,820px);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 40px 90px -24px rgba(0,0,0,.55);animation:calpop .22s ease}
  .cal-dialog iframe{width:100%;height:100%;border:0;display:block}
  .cal-close{position:absolute;top:12px;right:12px;z-index:2;width:38px;height:38px;border-radius:50%;border:0;background:rgba(28,26,21,.62);color:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}
  .cal-close:hover{background:rgba(28,26,21,.85)}
  @keyframes calpop{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
  @media (max-width:640px){
    .cal-modal{padding:0}
    .cal-dialog{max-width:none;height:100%;border-radius:0}
  }
  @media (prefers-reduced-motion:reduce){.cal-dialog{animation:none}}
