  :root {
    --navy: #0F4E63; --navy-deep: #0A3B4C;
    --orange: #E08A2E; --orange-btn: #B35F14; --orange-press: #984F0F; --orange-text: #8F4A0E; --orange-wash: #FBEFE0;
    --ground: #F5FAFB; --surface: #FFFFFF;
    --body: #3B4B55; --muted: #5A6B75; --line: #DCE7EA;
    --on-navy: #EEF6F8; --on-navy-mut: #B3CDD6;
    --art1: #3ABACF; --art2: #116783; --art3: #F0A33A; --art4: #7BC67E; --art5: #1D99B7;
    --radius: 14px; --shadow: 0 10px 30px rgba(15,78,99,.10);
    --wrap: 1120px; --body-font: "Noto Sans", "Helvetica Neue", Arial, sans-serif; --head-font: "Figtree", "Helvetica Neue", Arial, sans-serif;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; background: var(--ground); color: var(--body); font: 400 17px/1.6 "Noto Sans", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
  h1, h2, h3 { font-family: "Figtree", "Helvetica Neue", Arial, sans-serif; color: var(--navy); margin: 0 0 .4em; line-height: 1.1; letter-spacing: -.01em; }
  h1 { font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 700; letter-spacing: -.02em; }
  h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); font-weight: 700; letter-spacing: -.015em; }
  h3 { font-size: 1.25rem; font-weight: 600; }
  p { margin: 0 0 1em; }
  a { color: var(--navy); }
  img { max-width: 100%; height: auto; display: block; }
  .wrap { width: min(var(--wrap), calc(100% - 2.5rem)); margin: 0 auto; }
  .wrap > *, .grid3 > *, .stat-grid > *, .ps-row > *, .proof-strip > * { min-width: 0; }
  body { overflow-x: clip; }
  .eyebrow { display: inline-block; font: 700 .78rem/1 "Noto Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-text); margin-bottom: .9rem; }
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .8rem 1.4rem; border-radius: 999px; font: 700 1rem/1 "Noto Sans", sans-serif; text-decoration: none; transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease; }
  .btn:active { transform: translateY(1px); }
  .btn-primary { background: var(--orange-btn); color: #fff; box-shadow: 0 6px 18px rgba(184,85,25,.32); }
  .btn-primary:hover { background: var(--orange-press); }
  .btn-ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--line); }
  .btn-ghost:hover { border-color: var(--navy); }
  .btn-navy { background: var(--navy); color: var(--on-navy); }
  .btn-navy:hover { background: var(--navy-deep); }
  :focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 6px; }
  .grain { position: relative; }
  .grain::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .045; mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); }

  /* promo bar */
  .promo { background: var(--navy-deep); color: var(--on-navy); font-size: .9rem; text-align: center; padding: .55rem 1rem; }
  .promo a { color: #8FE0EC; font-weight: 600; }

  /* nav */
  .nav { position: sticky; top: 0; z-index: 40; background: rgba(251,250,247,.86); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); }
  .nav .wrap { display: flex; align-items: center; gap: 1.4rem; min-height: 68px; }
  .nav .logo img { height: 34px; width: auto; }
  .nav ul { list-style: none; margin: 0 0 0 auto; padding: 0; display: flex; gap: 1.2rem; font-size: .9rem; font-weight: 600; white-space: nowrap; }
  .nav ul a { text-decoration: none; color: var(--navy); }
  .nav ul a:hover { color: var(--orange-press); }
  .phone-pill { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; font-size: .88rem; font-weight: 700; color: var(--navy); padding: .45rem .8rem; border: 1.5px solid var(--line); border-radius: 999px; background: #fff; white-space: nowrap; flex: none; }
  .nav .btn { white-space: nowrap; flex: none; }
  .phone-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--art3); box-shadow: 0 0 0 3px rgba(62,124,89,.18); }
  @media (max-width: 1000px) { .nav ul { display: none; } }
  @media (max-width: 640px) { .nav .phone-pill, .nav .btn { display: none; } }

  /* hero */
  .hero { padding: clamp(2.4rem, 6vw, 5rem) 0 clamp(2rem, 5vw, 4rem); overflow: hidden; }
  .hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.6rem, 4vw, 4rem); align-items: center; }
  .hero-copy p.lede { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--body); max-width: 34rem; }
  .hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem 1rem; align-items: center; margin: 1.4rem 0 1rem; }
  .hero-ctas .link { font-weight: 700; text-decoration: none; color: var(--navy); border-bottom: 2px solid var(--orange); padding-bottom: 2px; }
  .promise { display: flex; align-items: center; gap: .6rem; font-size: .95rem; color: var(--navy); font-weight: 600; margin-bottom: 1.3rem; }
  .promise .tick { width: 22px; height: 22px; border-radius: 50%; background: var(--orange-wash); color: var(--orange-press); display: grid; place-items: center; font-size: .8rem; flex: none; }
  .trust-pill { display: inline-flex; align-items: center; gap: .6rem; background: var(--navy); color: var(--on-navy); padding: .55rem .95rem .55rem .7rem; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .95rem; }
  .trust-pill .dot { width: 9px; height: 9px; border-radius: 50%; background: #7ED09A; box-shadow: 0 0 0 4px rgba(126,208,154,.22); }
  .trust-pill span.sub { font-weight: 500; color: var(--on-navy-mut); }
  @media (max-width: 640px) { .hide-sm { display: none; } }
  .proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; margin-top: 1.6rem; }
  .proof-strip div { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: .7rem .8rem; font-size: .85rem; line-height: 1.35; color: var(--navy); }
  .proof-strip b { display: block; font-family: "Figtree", sans-serif; font-size: 1.15rem; font-weight: 600; margin-bottom: .15rem; }
  .proof-strip a { text-decoration: none; }
  .hero-visual { position: relative; }
  .hero-frame { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 11 / 8; background: var(--line); }
  .hero-frame img { width: 100%; height: 112%; object-fit: cover; will-change: transform; }
  .hero-chip { position: absolute; left: .9rem; bottom: .9rem; display: inline-flex; align-items: center; gap: .45rem; background: rgba(255,255,255,.94); backdrop-filter: blur(6px); border-radius: 999px; padding: .45rem .85rem; box-shadow: var(--shadow); font-size: .88rem; font-weight: 700; color: var(--navy); }
  .art-bar { display: flex; gap: 4px; height: 6px; margin-top: .9rem; }
  .art-bar i { flex: 1; border-radius: 3px; }
  @media (max-width: 900px) {
    .hero .wrap { grid-template-columns: 1fr; }
    .hero-visual { order: 2; }
    .proof-strip { grid-template-columns: 1fr 1fr; }
  }

  /* sections */
  section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
  .center { text-align: center; }
  .center .lede { margin-left: auto; margin-right: auto; }
  .lede { max-width: 40rem; font-size: 1.1rem; }
  .grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  @media (max-width: 900px) { .grid3 { grid-template-columns: 1fr; } }
  .card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; transition: transform .2s ease, box-shadow .2s ease; }
  .card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

  /* problem → solution */
  .ps { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .ps-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; padding: 1.3rem 0; border-bottom: 1px dashed var(--line); }
  .ps-row:last-child { border-bottom: 0; }
  .ps-row .q { font-family: "Figtree", sans-serif; font-size: 1.25rem; color: var(--navy); font-weight: 600; }
  .ps-row .q small { display: block; font-family: "Noto Sans", sans-serif; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: .3rem; }
  .ps-row .arrow { width: 40px; height: 40px; border-radius: 50%; background: var(--orange-wash); color: var(--orange-press); display: grid; place-items: center; font-weight: 800; }
  .ps-row .a { color: var(--body); }
  .ps-row .a b { color: var(--navy); }
  @media (max-width: 800px) { .ps-row { grid-template-columns: 1fr; } .ps-row .arrow { transform: rotate(90deg); } }

  /* thesis band */
  .thesis { background: var(--navy); color: var(--on-navy); }
  .thesis h2 { color: #fff; }
  .thesis h2 em { font-style: italic; color: #8FE0EC; }
  .thesis p { color: var(--on-navy-mut); }
  .thesis .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
  .stat-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; }
  .stat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 1.3rem 1.2rem; }
  .stat .num { font-family: "Figtree", sans-serif; font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 600; color: #fff; line-height: 1; }
  .stat .num.orange { color: #8FE0EC; }
  .stat .lbl { font-size: .9rem; color: #fff; font-weight: 600; margin-top: .5rem; }
  .stat .sub { font-size: .82rem; color: var(--on-navy-mut); }
  .vs { font-family: "Figtree", sans-serif; font-size: 1.1rem; color: var(--on-navy-mut); }
  .thesis .takeaway { margin-top: 1rem; font-size: .95rem; color: #fff; }
  @media (max-width: 900px) { .thesis .wrap { grid-template-columns: 1fr; } }

  /* pillars */
  .pillar .n { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font: 700 1rem "Figtree", sans-serif; margin-bottom: .9rem; }
  .events-mini { margin-top: 1.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
  .events-mini div { background: var(--orange-wash); border-radius: 12px; padding: .9rem 1rem; font-size: .93rem; color: var(--navy); }
  .events-mini b { display: block; }
  .events-mini a { font-weight: 700; }
  @media (max-width: 700px) { .events-mini { grid-template-columns: 1fr; } }

  /* pricing */
  .pricing { background: #fff; border-top: 1px solid var(--line); }
  .price-card { position: relative; display: flex; flex-direction: column; }
  .price-card.pop { border-color: var(--orange); box-shadow: var(--shadow); }
  .price-card .tag { position: absolute; top: -12px; left: 1.2rem; background: var(--orange); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .6rem; border-radius: 999px; }
  .price { font-family: "Figtree", sans-serif; font-size: 2rem; color: var(--navy); font-weight: 600; }
  .price small { font: 600 .9rem "Noto Sans", sans-serif; color: var(--muted); }
  .offer { font-size: .85rem; color: var(--orange-text); font-weight: 700; margin: .2rem 0 .8rem; }
  .price-card ul { list-style: none; padding: 0; margin: 0 0 1.2rem; font-size: .95rem; }
  .price-card li { padding: .3rem 0 .3rem 1.4rem; position: relative; }
  .price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--art3); font-weight: 800; }
  .price-card .btn { margin-top: auto; }
  .more-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1rem; }
  .more-row div { background: var(--ground); border: 1px solid var(--line); border-radius: 12px; padding: .9rem 1rem; font-size: .93rem; }
  .more-row b { color: var(--navy); }
  .more-row a { font-weight: 700; }
  @media (max-width: 800px) { .more-row { grid-template-columns: 1fr; } }

  /* third floor */
  .floor { background: linear-gradient(135deg, #FBEEE3 0%, #FBFAF7 60%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .floor .wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.5rem; align-items: center; }
  .floor ul { padding-left: 1.2rem; }
  .floor-badge { text-align: center; background: var(--navy); color: var(--on-navy); border-radius: 22px; padding: 2rem; }
  .floor-badge .big { font-family: "Figtree", sans-serif; font-size: 5rem; line-height: 1; color: #8FE0EC; font-weight: 600; }
  .floor-badge .big sup { font-size: 1.6rem; }
  @media (max-width: 900px) { .floor .wrap { grid-template-columns: 1fr; } }

  /* amenities */
  .amen h3 { border-bottom: 2px solid var(--orange); display: inline-block; padding-bottom: .2rem; }
  .amen ul { list-style: none; padding: 0; margin: .6rem 0 0; }
  .amen li { padding: .28rem 0 .28rem 1.3rem; position: relative; font-size: .95rem; }
  .amen li::before { content: ""; position: absolute; left: 0; top: .78em; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
  .address-note { margin-top: 1.5rem; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--art4); border-radius: 12px; padding: 1rem 1.2rem; font-size: .95rem; }

  /* locations */
  .loc table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; font-size: .95rem; }
  .loc th, .loc td { padding: .8rem 1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
  .loc th { background: var(--navy); color: var(--on-navy); font-weight: 700; }
  .loc tbody th { font-weight: 700; color: var(--navy); width: 22%; background: transparent; text-align: left; }
  .sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .table-scroll { overflow-x: auto; }

  /* events */
  .events .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
  .events img { border-radius: var(--radius); box-shadow: var(--shadow); }
  @media (max-width: 900px) { .events .wrap { grid-template-columns: 1fr; } }

  /* testimonials */
  .quote { font-family: "Figtree", sans-serif; font-size: 1.12rem; color: var(--navy); font-weight: 450; line-height: 1.45; }
  .quote::before { content: "“"; color: var(--orange); font-size: 2rem; line-height: 0; vertical-align: -.35em; margin-right: .1em; }
  .who { font-size: .85rem; color: var(--muted); font-weight: 600; margin-top: .8rem; }
  .stars { color: var(--art2); letter-spacing: .05em; }

  /* faq */
  .faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0 1.2rem; margin-bottom: .7rem; }
  .faq summary { cursor: pointer; padding: 1rem 0; font-weight: 700; color: var(--navy); list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: "+"; color: var(--orange); font-weight: 800; }
  .faq details[open] summary::after { content: "–"; }
  .faq details p { padding-bottom: 1rem; margin: 0; }

  /* people */
  .people { background: #fff; border-top: 1px solid var(--line); }
  .people .wrap { display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; align-items: stretch; }
  .founder { display: grid; grid-template-columns: 96px 1fr; gap: 1.2rem; align-items: start; }
  .founder img { border-radius: 50%; width: 96px; height: 96px; object-fit: cover; }
  .carol { background: var(--ground); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; display: grid; grid-template-columns: 72px 1fr; gap: 1rem; align-items: center; }
  .carol img { border-radius: 50%; width: 72px; height: 72px; object-fit: cover; }
  @media (max-width: 900px) { .people .wrap { grid-template-columns: 1fr; } }

  /* closer */
  .closer { background: var(--navy); color: var(--on-navy); }
  .closer h2 { color: #fff; }
  .closer p { color: var(--on-navy-mut); }
  .closer .btn-primary { box-shadow: 0 8px 26px rgba(228,118,47,.4); }

  /* footer */
  footer { background: var(--navy-deep); color: var(--on-navy-mut); font-size: .88rem; padding: 2.5rem 0 6rem; }
  footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
  footer .ft-h { color: #fff; margin: 0 0 .6rem; font-size: .95rem; font-weight: 700; }
  footer a { color: var(--on-navy); }
  footer .op { border-top: 1px solid rgba(255,255,255,.12); margin-top: 1.8rem; padding-top: 1.2rem; font-size: .8rem; }
  @media (max-width: 800px) { footer .cols { grid-template-columns: 1fr; } }

  /* sticky mobile bar — pure CSS, renders before any script */
  .sticky-bar { display: none; }
  @media (max-width: 900px) {
    .sticky-bar { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; padding: .6rem .8rem calc(.6rem + env(safe-area-inset-bottom)); background: rgba(251,250,247,.94); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
    .sticky-bar .btn { min-height: 50px; }
  }

  /* motion: everything animated is visible by default (no-JS safe); GSAP adds motion */
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .card, .btn { transition: none; }
  }

  /* ---- Joy additions ---- */
  .nav .logo img.logo-img { height: 62px; width: auto; }
  .nav .wrap { min-height: 84px; }
  @media (max-width: 640px) { .nav .logo img.logo-img { height: 54px; } }
  footer .logo-box { display: inline-block; background: #fff; border-radius: 10px; padding: .5rem .7rem; }
  footer .logo-box img { height: 40px; width: auto; }
  .hero-frame { aspect-ratio: 7 / 4; }
  .hero .proof-strip { grid-column: 1 / -1; margin-top: .4rem; }
  @media (max-width: 900px) { .hero .proof-strip { order: 1; } .hero .hero-visual { order: 2; } }

  .sub-hero { padding: clamp(1.4rem, 2.6vw, 2.4rem) 0 clamp(1.6rem, 4vw, 3rem); }
  .sub-hero .wrap { display: grid; grid-template-columns: 1fr; gap: clamp(1.4rem, 3vw, 2.2rem); align-items: start; }
  @media (min-width: 901px) { .sub-hero .wrap { grid-template-columns: 1.05fr .95fr; gap: clamp(1.6rem, 4vw, 4rem); align-items: center; } }
  .sub-hero.form-hero .wrap { grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 4rem); }
  .sub-hero .wrap > div:first-child { padding-top: 0; }
  .sub-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); }
  .sub-hero .lede { max-width: 40rem; }
  .sub-hero .hero-frame { aspect-ratio: 16 / 9; max-height: 480px; width: 100%; }
  @media (min-width: 901px) { .sub-hero .hero-frame { aspect-ratio: 5 / 4; max-height: 520px; } }
  .sub-hero .hero-frame img { width: 100%; height: 100%; object-fit: cover; }
  .chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
  .chips span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .4rem .8rem; font-size: .85rem; font-weight: 600; color: var(--navy); }
  .fine { font-size: .85rem; color: var(--muted); margin: .6rem 0 0; }
  .after { margin-top: 1rem; background: var(--orange-wash); border-radius: 12px; padding: .9rem 1rem; font-size: .93rem; color: var(--navy); }
  .doc { max-width: 760px; } .doc h2 { font-size: 1.3rem; margin-top: 1.8rem; } .doc .meta { color: var(--muted); font-size: .9rem; }
  .list-check { list-style: none; padding: 0; margin: 0 0 1.2rem; }
  .list-check li { padding: .3rem 0 .3rem 1.5rem; position: relative; }
  .list-check li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-text); font-weight: 800; }
  .steps { counter-reset: s; }
  .steps .card { position: relative; padding-top: 2.2rem; }
  .steps .card::before { counter-increment: s; content: counter(s); position: absolute; top: -16px; left: 1.3rem; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font: 700 1rem var(--head-font); }
  .band { background: var(--orange-wash); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .band .wrap { display: grid; grid-template-columns: 1.4fr .6fr; gap: 2rem; align-items: center; }
  .grid4 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  .card .ico { width: 42px; height: 42px; border-radius: 12px; background: var(--orange-wash); color: var(--orange-press); display: grid; place-items: center; margin-bottom: .9rem; }
  .card .ico svg { width: 22px; height: 22px; }
  .card h3 a { text-decoration: none; }
  .card ul.list-check { font-size: .93rem; margin-bottom: .6rem; }
  .card .more { font-weight: 700; font-size: .92rem; }
  .mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
  .mini { display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: .7rem; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: .8rem .9rem; text-decoration: none; color: var(--body); transition: transform .2s ease, box-shadow .2s ease; }
  .mini:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
  .mini .ico { grid-row: 1 / 3; width: 38px; height: 38px; border-radius: 10px; background: var(--orange-wash); color: var(--orange-press); display: grid; place-items: center; }
  .mini .ico svg { width: 20px; height: 20px; }
  .mini b { color: var(--navy); font-size: .95rem; }
  .mini span:last-child { font-size: .82rem; color: var(--muted); }
  @media (max-width: 900px) { .mini-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px) { .mini-grid { grid-template-columns: 1fr; } }
  .reviews .wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: start; }
  .rating { background: var(--navy); color: var(--on-navy); border-radius: 22px; padding: 1.6rem; }
  .rating .big { font: 700 3.2rem/1 var(--head-font); color: #fff; }
  .rating .stars { font-size: 1.3rem; color: var(--art3); letter-spacing: .08em; }
  .rating p { margin: .4rem 0 0; color: var(--on-navy-mut); font-size: .9rem; }
  .quotes { display: grid; gap: 1rem; }
  .area { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .area .wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2.5rem; align-items: center; }
  .area .counties { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin: 1rem 0; }
  .area .counties div { background: var(--ground); border: 1px solid var(--line); border-radius: 12px; padding: .8rem 1rem; font-weight: 700; color: var(--navy); }
  .area .cities { display: flex; flex-wrap: wrap; gap: .4rem; }
  .area .cities span { font-size: .85rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .3rem .7rem; color: var(--body); }
  .svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .svc-detail .card { scroll-margin-top: 90px; }
  .svc-detail .card img { border-radius: 10px; aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 1rem; }
  /* demo form */
  .form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow); }
  .form-card label, .form-card legend { display: block; font-weight: 700; font-size: .9rem; color: var(--navy); margin-bottom: .35rem; }
  .form-card .hint { font-weight: 400; color: var(--muted); }
  .form-card input[type=text], .form-card input[type=tel], .form-card input[type=email], .form-card select, .form-card textarea { width: 100%; min-height: 48px; border: 1.5px solid var(--line); border-radius: 10px; padding: .7rem .85rem; font: 400 1rem var(--body-font, inherit); color: var(--body); background: #fff; }
  .form-card textarea { min-height: 110px; resize: vertical; }
  .form-card input:focus, .form-card select:focus, .form-card textarea:focus { outline: 3px solid var(--orange); outline-offset: 1px; border-color: var(--navy); }
  .form-card .row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
  .form-card .f { margin-bottom: 1rem; }
  .form-card fieldset { border: 0; padding: 0; margin: 0 0 1rem; }
  .form-card .opts { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem .8rem; }
  .form-card .opts label { display: flex; align-items: center; gap: .55rem; font-weight: 500; font-size: .95rem; margin: 0; min-height: 40px; cursor: pointer; }
  .form-card .opts input { width: 20px; height: 20px; accent-color: var(--navy); }
  .form-card .err { display: none; color: #A8302A; font-size: .85rem; margin-top: .3rem; }
  .form-card .invalid input, .form-card .invalid select { border-color: #A8302A; }
  .form-card .invalid .err { display: block; }
  .form-card .btn { width: 100%; }
  .form-card .notsure label { display: flex; gap: .6rem; align-items: flex-start; font-weight: 400; background: var(--orange-wash); border-radius: 10px; padding: .8rem .9rem; cursor: pointer; }
  .form-card .notsure input { width: 20px; height: 20px; flex: none; margin-top: 2px; accent-color: var(--navy); }
  .form-card details.more { border: 1px dashed var(--line); border-radius: 10px; padding: .7rem .9rem; margin-bottom: 1rem; }
  .form-card details.more summary { cursor: pointer; font-weight: 700; color: var(--navy); }
  .form-card .consent { font-size: .82rem; color: var(--muted); margin: .8rem 0 0; }
  .done { display: none; background: var(--navy); color: var(--on-navy); border-radius: var(--radius); padding: 1.6rem; }
  .done h3 { color: #fff; } .done p { color: var(--on-navy-mut); } .done b { color: #fff; }
  .done ol { padding-left: 1.2rem; color: var(--on-navy); } .done li { margin-bottom: .4rem; }
  .demo-note { margin-top: .9rem; font-size: .82rem; color: var(--muted); border-left: 3px solid var(--art1); padding-left: .7rem; }
  /* compare / kit */
  .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 1.4rem; }
  .panel { border-radius: 14px; padding: 1.5rem 1.5rem 1.2rem; border: 1px solid var(--line); }
  .panel .tag { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; border-radius: 999px; padding: .3rem .75rem; margin-bottom: .9rem; }
  .panel.today { background: #FAEFED; border-color: #EBD4D0; } .panel.today .tag { background: #F1DBD7; color: #A8473B; }
  .panel.system { background: var(--navy-deep); border-color: var(--navy-deep); color: var(--on-navy); } .panel.system .tag { background: rgba(58,186,207,.22); color: var(--art1); }
  .panel.system h3 { color: #fff; }
  .beat { display: flex; gap: .8rem; padding: .55rem 0; font-size: .93rem; line-height: 1.5; }
  .beat time { flex-shrink: 0; width: 82px; font-weight: 700; font-size: .82rem; padding-top: 2px; }
  .panel.today .beat time { color: #A8473B; } .panel.system .beat time { color: var(--art1); }
  .panel.today .beat + .beat { border-top: 1px dashed #EBD4D0; } .panel.system .beat + .beat { border-top: 1px dashed rgba(238,246,248,.15); }
  .panel .outcome { margin: .9rem -1.5rem -1.2rem; padding: .9rem 1.5rem 1rem; font-size: .9rem; font-weight: 700; border-radius: 0 0 13px 13px; }
  .panel.today .outcome { background: #F1DBD7; color: #A8473B; } .panel.system .outcome { background: rgba(58,186,207,.18); color: var(--art1); }
  .cmp table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; font-size: .93rem; min-width: 640px; }
  .cmp th, .cmp td { padding: .8rem 1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
  .cmp th { background: var(--navy); color: var(--on-navy); font-weight: 700; }
  .cmp td.cat { font-weight: 800; color: var(--navy); width: 150px; }
  .cmp td.t { background: #FAEFED; color: #7A5650; } .cmp td.n { background: #EAF6F8; color: var(--navy); }
  .status { display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border-radius: 999px; padding: .2rem .55rem; margin-left: .4rem; vertical-align: middle; }
  .status.live { background: #E3F4E6; color: #2E6B3E; } .status.prop { background: var(--orange-wash); color: var(--orange-press); }
  .price-card .price { font: 700 2rem/1.1 var(--head-font); color: var(--navy); }
  .kit-ul li { margin-bottom: .5rem; } .why { color: var(--muted); font-size: .9rem; }
  /* desktop: photo frames stretch to the copy's height (declared last so they win the cascade) */
  @media (min-width: 901px) {
    .hero .wrap { align-items: stretch; }
    .hero-visual { display: flex; flex-direction: column; }
    .hero-visual .hero-frame { flex: 1 1 auto; aspect-ratio: auto; width: 100%; min-height: 440px; max-height: 580px; }
    .hero .hero-frame img { width: 100%; height: 100%; object-fit: cover; }
    .hero .hero-frame img { height: 108%; }
  }
  [id] { scroll-margin-top: 84px; }
  /* compact nav: hamburger + panel */
  .menu-btn { display: none; width: 48px; height: 48px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; padding: 0; flex: none; margin-left: auto; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
  .menu-btn span { display: block; width: 20px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  .nav.open .menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .menu-btn span:nth-child(2) { opacity: 0; }
  .nav.open .menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav ul .m-only { display: none; }
  @media (max-width: 1000px) {
    .nav .wrap { position: relative; flex-wrap: nowrap; }
    .nav .btn { margin-left: auto; }
    .nav .btn + .menu-btn { margin-left: 0; }
    .menu-btn { display: flex; }
    .nav ul { display: none; position: absolute; left: 0; right: 0; top: 100%; margin: 0; padding: .6rem 1.25rem 1rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; gap: 0; font-size: 1.05rem; }
    .nav.open ul { display: flex; }
    .nav ul li { border-top: 1px solid var(--line); }
    .nav ul li:first-child { border-top: 0; }
    .nav ul a { display: block; padding: .8rem 0; }
    .nav ul .m-only { display: block; }
    .nav ul .m-only .btn { display: inline-flex; padding: .8rem 1.4rem; margin-top: .4rem; }
  }
  @media (max-width: 640px) { .nav .btn { display: none; } .nav .menu-btn, .nav .btn + .menu-btn { margin-left: auto; } }
  @media (max-width: 640px) { .hero .promise, .hero .hero-ctas .link { display: none; } .hero-ctas { margin: 1.1rem 0 .9rem; } }
  @media (max-width: 900px) { .sub-hero .wrap, .band .wrap, .reviews .wrap, .area .wrap, .svc-detail, .story-grid { grid-template-columns: 1fr; } .grid4 { grid-template-columns: 1fr; } .form-card .row, .form-card .opts { grid-template-columns: 1fr; } }
