    :root {
      --bg: #0e1116;
      --surface: #151b24;
      --surface-2: #1b2430;
      --ink: #e7edf6;
      --ink-soft: #b1bdd0;
      --label-ink: #c4cedf;
      --line: #2d3949;
      --line-strong: #3d4c61;
      --panel-border: #3a4a5f;
      --field-bg: #1a2230;
      --field-border: #3a4a5f;
      --billing-selected-border: #b76a44;
      --billing-selected-bg: #232f3f;
      --scope-selected-border: #5b6c83;
      --scope-selected-bg: #223044;
      --footer-divider: #3b4a5f;
      --accent: #b24b40;
      --accent-soft: rgba(178, 75, 64, 0.14);
      --ok: #4fa57f;
      --warn: #c99647;
      --radius: 10px;
      --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.28);
      --motion-hover: 160ms;
      --motion-press: 90ms;
      --motion-feedback: 180ms;
      --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
      --motion-ease-press: cubic-bezier(0.3, 0, 0.2, 1);
      --press-scale: 0.985;
      --press-scale-soft: 0.992;
      --hover-rise: -1px;
      --radius-sm: 12px;
      --radius-lg: 24px;
      --accent-strong: #f1cb86;
      --surface-3: #192332;
      --gridline: rgba(255, 255, 255, 0.04);
      --panel-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
      --font-display: "Libre Baskerville", serif;
      --font-body: "Libre Franklin", sans-serif;
    }

    body[data-theme="editorial"] {
      --bg: #f4f1eb;
      --surface: #ffffff;
      --surface-2: #f7f4ef;
      --ink: #1f1b17;
      --ink-soft: #565046;
      --label-ink: #60574d;
      --line: #d8d0c4;
      --line-strong: #baaea0;
      --panel-border: #d7d1c6;
      --field-bg: #fbfaf7;
      --field-border: #d7d1c6;
      --billing-selected-border: #a85734;
      --billing-selected-bg: #f8f3ef;
      --scope-selected-border: #ccbfae;
      --scope-selected-bg: #f8f3ef;
      --footer-divider: #e2dbd0;
      --accent: #8e3a30;
      --accent-soft: rgba(142, 58, 48, 0.1);
      --ok: #3d725e;
      --warn: #9d6f2b;
      --shadow-soft: 0 10px 24px rgba(26, 17, 12, 0.08);
      --accent-strong: #7c3a2e;
      --surface-3: #f0ebe0;
      --gridline: rgba(0, 0, 0, 0.04);
      --panel-shadow: 0 16px 48px rgba(26, 17, 12, 0.10);
      --radius-sm: 12px;
      --radius-lg: 24px;
    }

    body[data-theme="slate"] {
      --bg: #12151d;
      --surface: #1a212d;
      --surface-2: #212b3a;
      --ink: #e6ecf6;
      --ink-soft: #becbdf;
      --label-ink: #ccd7e8;
      --line: #314055;
      --line-strong: #3d506a;
      --panel-border: #41546e;
      --field-bg: #1e2939;
      --field-border: #41546e;
      --billing-selected-border: #5f7fa9;
      --billing-selected-bg: #233146;
      --scope-selected-border: #5f7fa9;
      --scope-selected-bg: #233146;
      --footer-divider: #4a5f7d;
      --accent: #2f5d9b;
      --accent-soft: rgba(47, 93, 155, 0.16);
      --ok: #4b9b83;
      --warn: #b7934b;
      --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.28);
      --accent-strong: #7da8d4;
      --surface-3: #1e2939;
      --gridline: rgba(255, 255, 255, 0.04);
      --panel-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    }

    body[data-theme="obsidian"] {
      --bg: #0f0d0b;
      --surface: #1a1714;
      --surface-2: #23201b;
      --ink: #e8e2d8;
      --ink-soft: #c1b5a4;
      --label-ink: #d0c4b4;
      --line: #332e26;
      --line-strong: #4a4236;
      --panel-border: #443d33;
      --field-bg: #1c1915;
      --field-border: #443d33;
      --billing-selected-border: #c47a3a;
      --billing-selected-bg: #2a2318;
      --scope-selected-border: #8a7560;
      --scope-selected-bg: #2a2318;
      --footer-divider: #3d362c;
      --accent: #b56a2c;
      --accent-soft: rgba(181, 106, 44, 0.12);
      --ok: #5a9a6e;
      --warn: #c4943a;
      --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.4);
      --accent-strong: #d4943a;
      --surface-3: #23201b;
      --gridline: rgba(255, 255, 255, 0.04);
      --panel-shadow: 0 24px 70px rgba(0, 0, 0, 0.40);
    }

    body[data-theme="arctic"] {
      --bg: #f5f7fa;
      --surface: #ffffff;
      --surface-2: #edf1f7;
      --ink: #141c2b;
      --ink-soft: #4d5c72;
      --label-ink: #5e6d82;
      --line: #d4dbe6;
      --line-strong: #b8c4d4;
      --panel-border: #cdd6e2;
      --field-bg: #f8fafe;
      --field-border: #cdd6e2;
      --billing-selected-border: #3a7cc0;
      --billing-selected-bg: #edf4fc;
      --scope-selected-border: #90b4d8;
      --scope-selected-bg: #edf4fc;
      --footer-divider: #dde3ec;
      --accent: #2b6aaa;
      --accent-soft: rgba(43, 106, 170, 0.08);
      --ok: #287a50;
      --warn: #9a7020;
      --shadow-soft: 0 8px 24px rgba(20, 28, 43, 0.06);
      --accent-strong: #1e5090;
      --surface-3: #edf1f7;
      --gridline: rgba(0, 0, 0, 0.04);
      --panel-shadow: 0 16px 48px rgba(20, 28, 43, 0.08);
    }

    body[data-theme="midnight"] {
      --bg: #090d18;
      --surface: #101728;
      --surface-2: #172035;
      --ink: #e2e8f4;
      --ink-soft: #8a9bba;
      --label-ink: #9dadc8;
      --line: #1e2d48;
      --line-strong: #2c3f5e;
      --panel-border: #283a56;
      --field-bg: #0e1525;
      --field-border: #283a56;
      --billing-selected-border: #d4952e;
      --billing-selected-bg: #1a1e2e;
      --scope-selected-border: #5c7aaa;
      --scope-selected-bg: #141c30;
      --footer-divider: #253550;
      --accent: #cc8820;
      --accent-soft: rgba(204, 136, 32, 0.12);
      --ok: #38a070;
      --warn: #c49040;
      --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.45);
      --accent-strong: #e8a830;
      --surface-3: #172035;
      --gridline: rgba(255, 255, 255, 0.03);
      --panel-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    }

    body[data-theme="concrete"] {
      --bg: #1a1c1e;
      --surface: #232628;
      --surface-2: #2c2f32;
      --ink: #dcdfe2;
      --ink-soft: #adb3b9;
      --label-ink: #bec3c8;
      --line: #363a3e;
      --line-strong: #484e54;
      --panel-border: #424850;
      --field-bg: #202325;
      --field-border: #424850;
      --billing-selected-border: #3a9a5c;
      --billing-selected-bg: #1e2c24;
      --scope-selected-border: #5a7a68;
      --scope-selected-bg: #1e2c24;
      --footer-divider: #3a3e42;
      --accent: #2e8a4e;
      --accent-soft: rgba(46, 138, 78, 0.10);
      --ok: #3a9a68;
      --warn: #c4943a;
      --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.35);
      --accent-strong: #4aaa6a;
      --surface-3: #2c2f32;
      --gridline: rgba(255, 255, 255, 0.04);
      --panel-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    }

    body[data-theme="parchment"] {
      --bg: #f0ebe0;
      --surface: #faf8f2;
      --surface-2: #f2ede4;
      --ink: #2a2018;
      --ink-soft: #6b5e4e;
      --label-ink: #7a6d5c;
      --line: #d8cfc0;
      --line-strong: #c4b8a4;
      --panel-border: #d0c6b6;
      --field-bg: #f7f4ec;
      --field-border: #d0c6b6;
      --billing-selected-border: #944030;
      --billing-selected-bg: #f4ede4;
      --scope-selected-border: #baa890;
      --scope-selected-bg: #f4ede4;
      --footer-divider: #ddd4c6;
      --accent: #7c2e22;
      --accent-soft: rgba(124, 46, 34, 0.08);
      --ok: #3a6e4e;
      --warn: #8a6420;
      --shadow-soft: 0 8px 20px rgba(42, 32, 24, 0.06);
      --accent-strong: #6a2a1e;
      --surface-3: #f2ede4;
      --gridline: rgba(0, 0, 0, 0.03);
      --panel-shadow: 0 16px 48px rgba(42, 32, 24, 0.08);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      min-height: 100vh;
      font-family: var(--font-body);
      background: var(--bg);
      color: var(--ink);
      line-height: 1.6;
      overflow-x: hidden;
    }

    a {
      color: var(--ink);
      text-decoration-color: color-mix(in srgb, var(--accent) 65%, transparent);
      text-underline-offset: 2px;
    }
    a:hover { color: var(--accent); }

    button, select, input { font: inherit; color: inherit; }

    :focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 2px;
      border-radius: 4px;
    }

    .skip-link {
      position: absolute; left: -999px; top: 8px; z-index: 100;
      border: 1px solid var(--line-strong); border-radius: 6px;
      background: var(--surface); color: var(--ink);
      padding: 8px 10px; font-size: 0.82rem; text-decoration: none;
    }
    .skip-link:focus-visible { left: 10px; }

    /* =========================================================
       SITE NAV
    ========================================================= */
    .site-nav {
      position: sticky; top: 0; z-index: 80;
      display: flex; align-items: center;
      height: 56px; padding: 0 28px;
      background: color-mix(in srgb, var(--bg) 92%, transparent);
      backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--line);
    }

    .nav-brand {
      display: flex; align-items: center; gap: 10px;
      text-decoration: none; color: var(--ink);
    }
    .nav-brand:hover { color: var(--ink); }

    .nav-back {
      font-size: 0.7rem;
      letter-spacing: 0.04em;
      color: var(--ink-soft);
      text-decoration: none;
      margin-right: 14px;
      opacity: 0.55;
      transition: opacity 0.15s;
    }
    .nav-back:hover { opacity: 1; }

    .nav-wordmark {
      font-family: var(--font-body);
      font-size: 1.05rem; font-weight: 600;
      letter-spacing: 0.02em; text-transform: lowercase;
    }
    .nav-wordmark span { color: var(--ink); font-weight: 700; }

    .nav-links {
      margin-left: auto;
      display: flex; align-items: center; gap: 24px;
    }

    .nav-links a {
      font-size: 0.78rem; font-weight: 500;
      letter-spacing: 0.04em; text-transform: uppercase;
      color: var(--ink-soft); text-decoration: none;
    }
    .nav-links a:hover { color: var(--accent); }

    .nav-feature {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 0 12px;
      border: 1px solid color-mix(in srgb, var(--accent) 48%, var(--line));
      border-radius: 999px;
      background: color-mix(in srgb, var(--accent-soft) 85%, var(--surface));
      color: var(--accent) !important;
      font-weight: 700 !important;
    }
    .nav-feature:hover {
      border-color: var(--accent);
      background: color-mix(in srgb, var(--accent-soft) 100%, var(--surface));
    }

    .nav-cta {
      background: var(--accent); color: #fff !important;
      padding: 7px 16px; border-radius: 4px;
      font-weight: 600;
    }
    .nav-cta:hover { background: color-mix(in srgb, var(--accent) 82%, #000); }

    /* =========================================================
       LANDING HERO
    ========================================================= */
    .landing {
      min-height: min(60vh, 560px);
      display: flex; flex-direction: column;
      justify-content: center; align-items: center;
      text-align: center;
      padding: 60px 28px 80px;
      position: relative;
    }

    .landing::after {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--line), transparent);
    }

    .hero-shield {
      width: 72px; height: 72px;
      margin-bottom: 28px; opacity: 0.6;
    }

    .hero-tagline {
      font-size: 0.72rem; font-weight: 600;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 16px;
    }

    .hero-h1 {
      font-family: var(--font-display);
      font-size: clamp(2.2rem, 5vw, 3.6rem);
      font-weight: 700; line-height: 1.12;
      letter-spacing: -0.015em;
      max-width: 700px;
      margin-bottom: 20px;
    }

    .hero-sub {
      font-size: 1.05rem; font-weight: 300;
      color: var(--ink-soft); line-height: 1.75;
      max-width: 560px; margin-bottom: 36px;
    }

    .hero-actions {
      display: flex; gap: 12px; flex-wrap: wrap;
      justify-content: center;
    }

    .hero-spotlight {
      width: min(760px, 100%);
      margin-top: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: color-mix(in srgb, var(--surface-2) 82%, var(--surface));
      padding: 16px 18px;
      text-align: left;
      box-shadow: var(--shadow-soft);
    }

    .hero-spotlight-kicker {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 8px;
    }

    .hero-spotlight-title {
      font-family: var(--font-display);
      font-size: 1.2rem;
      line-height: 1.35;
      margin-bottom: 6px;
    }

    .hero-spotlight-copy {
      color: var(--ink-soft);
      font-size: 0.92rem;
      line-height: 1.65;
      margin-bottom: 12px;
    }

    .hero-spotlight-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .hero-inline-link-wrap {
      margin-top: 0.5rem;
      font-size: 0.82rem;
      color: var(--ink-soft);
    }
    .hero-inline-link {
      color: var(--ink-soft);
      font-size: 0.82rem;
      font-weight: 600;
      text-decoration: none;
    }
    .hero-inline-link:hover { color: var(--accent); }

    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 13px 28px; border: none; border-radius: 4px;
      font-size: 0.82rem; font-weight: 600;
      letter-spacing: 0.04em; text-transform: uppercase;
      cursor: pointer; text-decoration: none;
      transition: background 0.14s;
    }

    .btn-primary { background: var(--accent); color: #fff; }
    .btn-primary:hover { background: color-mix(in srgb, var(--accent) 80%, #000); color: #fff; }

    .btn-ghost {
      background: transparent; color: var(--ink-soft);
      border: 1px solid var(--line-strong);
    }
    .btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

    /* =========================================================
       TRUST STRIP
    ========================================================= */
    .trust-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px; background: var(--line);
      border-bottom: 1px solid var(--line);
    }

    .trust-item {
      background: var(--surface);
      padding: 28px 24px; text-align: center;
    }

    .trust-num {
      font-family: var(--font-display);
      font-size: 1.6rem; font-weight: 700;
      color: var(--accent);
      margin-bottom: 4px;
    }

    .trust-label {
      font-size: 0.74rem; font-weight: 500;
      color: var(--ink-soft); letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    /* =========================================================
       BRAND STATEMENT
    ========================================================= */
    .brand-story {
      max-width: 1080px;
      margin: 0 auto;
      padding: 42px 28px 12px;
    }

    .brand-story-grid {
      display: grid;
      grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
      gap: 18px;
      align-items: start;
    }

    .brand-aside,
    .brand-message {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--surface);
      padding: 20px 18px;
    }

    .brand-aside {
      background: linear-gradient(180deg, color-mix(in srgb, var(--surface-2) 90%, var(--surface)) 0%, var(--surface) 100%);
    }

    .brand-mark {
      font-size: 1.6rem;
      margin-bottom: 10px;
    }

    .brand-name {
      font-size: 0.76rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 8px;
    }

    .brand-title {
      font-family: var(--font-display);
      font-size: 1.45rem;
      line-height: 1.35;
      margin-bottom: 10px;
      color: var(--ink);
    }

    .brand-meta {
      color: var(--ink-soft);
      font-size: 0.84rem;
      line-height: 1.7;
    }

    .brand-kicker {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 10px;
    }

    .brand-headline {
      font-family: var(--font-display);
      font-size: clamp(1.55rem, 3vw, 2.1rem);
      line-height: 1.24;
      margin-bottom: 10px;
      color: var(--ink);
    }

    .brand-copy {
      color: var(--ink-soft);
      font-size: 0.94rem;
      line-height: 1.7;
      margin-bottom: 14px;
    }

    .brand-quote {
      border-left: 3px solid var(--accent);
      padding-left: 14px;
      color: var(--ink);
      font-family: var(--font-display);
      font-size: 1rem;
      line-height: 1.65;
    }

    .services-copy {
      max-width: 720px;
      margin: 12px auto 0;
      color: var(--ink-soft);
      font-size: 0.9rem;
      line-height: 1.7;
    }

    /* =========================================================
       PHOTO GALLERY
    ========================================================= */
    .gallery {
      max-width: 1080px; margin: 0 auto;
      padding: 48px 28px 56px;
    }
    .gallery-head {
      text-align: center; margin-bottom: 32px;
    }
    .gallery-overline {
      font-size: 0.72rem; font-weight: 600;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--accent); margin-bottom: 8px;
    }
    .gallery-title {
      font-family: var(--font-display);
      font-size: 1.5rem; font-weight: 700;
      color: var(--ink);
    }
    .gallery-copy {
      max-width: 720px;
      margin: 10px auto 0;
      color: var(--ink-soft);
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }
    .gallery-img {
      width: 100%; height: 280px;
      object-fit: cover;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      transition: transform 0.2s, filter 0.2s;
      filter: grayscale(0.15);
    }
    .gallery-img:hover {
      transform: scale(1.02);
      filter: grayscale(0);
    }
    /* =========================================================
       SERVICES
    ========================================================= */
    .services {
      max-width: 1080px; margin: 0 auto;
      padding: 56px 28px;
    }

    .services-head {
      text-align: center; margin-bottom: 36px;
    }

    .services-overline {
      font-size: 0.68rem; font-weight: 600;
      letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--accent); margin-bottom: 8px;
    }

    .services-title {
      font-family: var(--font-display);
      font-size: 1.6rem; font-weight: 700;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .svc-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 24px 20px;
    }

    .svc-icon {
      font-size: 1.4rem; margin-bottom: 10px;
      color: var(--accent);
      display: flex; align-items: center; justify-content: center;
      width: 40px; height: 40px;
      border-radius: var(--radius);
      background: color-mix(in srgb, var(--accent) 10%, transparent);
    }

    .svc-name {
      font-size: 0.95rem; font-weight: 600;
      margin-bottom: 6px;
    }

    .svc-desc {
      font-size: 0.84rem; color: var(--ink-soft);
      line-height: 1.6;
    }

    .svc-fit {
      font-size: 0.74rem;
      color: var(--accent);
      margin-top: 10px;
      padding-top: 8px;
      border-top: 1px solid var(--line);
      font-weight: 500;
      letter-spacing: 0.01em;
    }

    /* =========================================================
       DIVIDER
    ========================================================= */
    .section-divider {
      max-width: 1080px; margin: 0 auto;
      padding: 0 28px;
    }

    .section-divider hr {
      border: none;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--line), transparent);
    }

    /* =========================================================
       QUOTE SECTION WRAPPER
    ========================================================= */
    .quote-section {
      max-width: 1240px; margin: 0 auto;
      padding: 56px 28px 72px;
    }

    .quote-intro {
      text-align: center;
      margin-bottom: 36px;
    }

    .quote-intro-overline {
      font-size: 0.68rem; font-weight: 600;
      letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--accent); margin-bottom: 8px;
    }

    .quote-intro-title {
      font-family: var(--font-display);
      font-size: 1.6rem; font-weight: 700;
      margin-bottom: 10px;
    }

    .quote-intro-sub {
      font-size: 0.92rem; color: var(--ink-soft);
      max-width: 560px; margin: 0 auto;
      line-height: 1.7;
    }

    .quote-flow {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin: 18px auto 0;
      max-width: 760px;
    }

    .quote-flow-step {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--surface);
      padding: 12px 14px;
      text-align: left;
    }

    .quote-flow-num {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border-radius: 999px;
      background: var(--accent);
      color: #fff;
      font-size: 0.72rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .quote-flow-title {
      font-size: 0.92rem;
      font-weight: 700;
      color: var(--ink);
      margin-bottom: 4px;
    }

    .quote-flow-copy {
      color: var(--ink-soft);
      font-size: 0.82rem;
      line-height: 1.55;
    }

    .quote-jumpbar {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 14px;
    }

    .quote-jumpbar label {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--label-ink);
    }

    .quote-jumpbar select {
      min-width: 240px;
      min-height: 44px;
      padding: 10px 12px;
      border: 1px solid var(--field-border);
      border-radius: 8px;
      background: var(--surface);
      color: var(--ink);
    }

    /* =========================================================
       LAYOUT (sidebar + stack)
    ========================================================= */
    .layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 292px;
      gap: 16px; align-items: start;
    }

    .stack { display: grid; gap: 22px; }

    .side-stack {
      position: sticky; top: 72px;
      display: grid; gap: 16px;
    }

    .side-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--surface);
      padding: 13px 14px;
    }

    .side-title {
      font-size: 0.71rem; text-transform: uppercase;
      letter-spacing: 0.14em; color: var(--label-ink);
      font-weight: 700; margin-bottom: 8px;
    }

    .side-list {
      display: grid; gap: 6px;
      font-size: 0.86rem; color: var(--ink-soft);
    }

    .side-list a { color: inherit; text-decoration: none; }
    .side-list a:hover { color: var(--accent); }

    .summary-list {
      margin-left: 18px; display: grid; gap: 5px;
      color: var(--ink-soft); font-size: 0.84rem; line-height: 1.55;
    }

    .summary-estimate {
      margin-top: 14px;
      border-top: 1px solid var(--line);
      padding-top: 12px;
      display: grid;
      gap: 4px;
    }

    .summary-estimate-label {
      font-size: 0.68rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--label-ink);
      font-weight: 700;
    }

    .summary-estimate-value {
      font-family: var(--font-display);
      color: var(--accent);
      font-size: 1.05rem;
      line-height: 1.35;
      font-weight: 700;
    }

    .summary-estimate-note {
      color: var(--ink-soft);
      font-size: 0.78rem;
      line-height: 1.55;
    }

    .visually-hidden {
      position: absolute !important;
      width: 1px; height: 1px;
      padding: 0; margin: -1px;
      overflow: hidden; clip: rect(0, 0, 0, 0);
      white-space: nowrap; border: 0;
    }

    /* =========================================================
       SECTION CARDS
    ========================================================= */
    .section {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--surface);
      overflow: hidden;
    }

    .section-head {
      margin-top: 6px; padding: 13px 15px;
      border-bottom: 1px solid var(--line);
      background: var(--surface-2);
      display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
    }

    .section-icon {
      width: 24px; height: 24px;
      border-radius: 5px;
      border: 1px solid var(--line-strong);
      background: var(--surface); color: var(--accent);
      display: inline-flex; align-items: center; justify-content: center;
      font-size: 0.74rem; font-weight: 700; flex-shrink: 0;
    }

    .section-title {
      font-family: var(--font-display);
      font-size: 1.1rem; font-weight: 700; line-height: 1.35;
    }

    .section-note {
      margin-left: auto;
      font-size: 0.66rem; text-transform: uppercase;
      letter-spacing: 0.12em; color: var(--ink-soft);
      border: 1px solid var(--line); border-radius: 999px;
      padding: 3px 8px; background: var(--surface);
    }

    .section-body { padding: 14px 15px; }

    .intro-copy {
      color: var(--ink-soft); font-size: 0.9rem;
      line-height: 1.65; margin-bottom: 12px;
    }

    .section-crumb {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 6px 10px;
      background: color-mix(in srgb, var(--surface-2) 88%, var(--surface));
      color: var(--ink-soft);
      font-size: 0.74rem;
      line-height: 1.4;
    }

    .section-crumb strong {
      color: var(--ink);
      font-weight: 700;
    }

    /* =========================================================
       PROPERTY GRID
    ========================================================= */
    .property-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      border-top: 1px solid var(--panel-border);
      border-left: 1px solid var(--panel-border);
    }

    .property {
      border-right: 1px solid var(--panel-border);
      border-bottom: 1px solid var(--panel-border);
      padding: 12px; min-height: 70px;
    }

    .property-label {
      color: var(--label-ink); font-size: 0.66rem;
      text-transform: uppercase; letter-spacing: 0.13em;
      margin-bottom: 5px; font-weight: 600;
    }

    .property-value {
      font-size: 0.92rem; color: var(--ink); line-height: 1.4;
    }

    .pill {
      display: inline-flex; align-items: center;
      border: 1px solid var(--line-strong); border-radius: 999px;
      padding: 2px 8px; font-size: 0.74rem;
      color: var(--ink-soft); background: var(--surface-2);
    }

    .notes-box {
      margin-top: 12px;
      border: 1px solid var(--line); border-radius: var(--radius);
      background: var(--surface-2); padding: 12px 13px;
    }

    .notes-title {
      font-size: 0.68rem; letter-spacing: 0.14em;
      text-transform: uppercase; color: var(--label-ink);
      margin-bottom: 5px; font-weight: 700;
    }

    .notes-copy {
      color: var(--ink-soft); font-size: 0.88rem; line-height: 1.65;
    }

    /* =========================================================
       TABLES
    ========================================================= */
    .simple-table-wrap {
      border: 1px solid var(--field-border);
      border-radius: var(--radius); overflow: auto;
      background: var(--field-bg);
    }

    .simple-table { width: 100%; border-collapse: collapse; min-width: 580px; }

    .simple-table th, .simple-table td {
      padding: 10px 12px;
      border-bottom: 1px solid var(--field-border);
      text-align: left; vertical-align: top;
    }

    .simple-table th {
      background: color-mix(in srgb, var(--field-bg) 90%, var(--surface-2));
      color: var(--label-ink); font-size: 0.66rem;
      text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700;
    }

    .simple-table td { background: var(--field-bg); }
    .simple-table tr:last-child td { border-bottom: none; }

    /* =========================================================
       FORM
    ========================================================= */
    .intake-form {
      margin-bottom: 12px;
      border: 1px solid var(--field-border);
      border-radius: var(--radius);
      background: var(--field-bg); padding: 12px;
    }

    .form-title {
      font-size: 0.88rem; text-transform: uppercase;
      letter-spacing: 0.1em; color: var(--ink);
      margin-bottom: 4px; font-weight: 700;
    }

    .form-help {
      color: var(--ink-soft); font-size: 0.82rem;
      margin-bottom: 10px; line-height: 1.55;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }

    .optional-fields {
      margin-top: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--surface);
      overflow: hidden;
    }

    .optional-fields summary {
      list-style: none;
      cursor: pointer;
      padding: 12px 14px;
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--ink);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }
    .optional-fields summary::-webkit-details-marker { display: none; }

    .optional-fields summary span {
      color: var(--ink-soft);
      font-size: 0.76rem;
      font-weight: 500;
      line-height: 1.45;
    }

    .optional-fields[open] summary {
      border-bottom: 1px solid var(--line);
      background: var(--surface-2);
    }

    .optional-fields-body {
      padding: 12px;
    }

    .form-field { display: grid; gap: 4px; }

    .form-field label {
      color: var(--label-ink); font-size: 0.67rem;
      text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700;
    }

    .form-field input,
    .form-field select {
      width: 100%;
      border: 1px solid var(--field-border); border-radius: 6px;
      background: var(--field-bg); color: var(--ink);
      padding: 8px 10px; font-size: 0.87rem; line-height: 1.4;
    }

    .form-field input::placeholder {
      color: color-mix(in srgb, var(--ink-soft) 68%, transparent);
    }

    .form-field input:not(:placeholder-shown):invalid,
    .form-field input.touched:invalid {
      border-color: color-mix(in srgb, var(--accent) 58%, var(--line));
    }

    .field-note {
      color: var(--ink-soft);
      font-size: 0.78rem;
      line-height: 1.5;
    }

    .field-note.is-warn {
      color: var(--warn);
    }

    .email-fix-btn {
      color: var(--ink);
      background: none;
      border: 0;
      padding: 0;
      text-decoration: underline;
      cursor: pointer;
    }

    .field-note[hidden] {
      display: none;
    }

    .form-actions {
      margin-top: 10px; display: flex;
      align-items: center; gap: 10px; flex-wrap: wrap;
    }

    .tiny-action {
      border: 1px solid var(--line-strong); border-radius: 999px;
      background: var(--surface); color: var(--ink-soft);
      padding: 6px 11px; font-size: 0.74rem;
      text-transform: uppercase; letter-spacing: 0.08em;
      font-weight: 700; cursor: pointer;
    }
    .tiny-action:hover { border-color: var(--accent); color: var(--accent); }

    .tiny-action[disabled] {
      cursor: wait;
      opacity: 0.7;
    }

    .validation-msg {
      font-size: 0.79rem; color: var(--ink-soft); line-height: 1.4;
    }
    .validation-msg.is-ok { color: var(--ok); }
    .validation-msg.is-warn { color: var(--warn); }

    .core-fields {
      margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px;
    }

    .core-chip {
      border: 1px solid var(--line); border-radius: 999px;
      padding: 3px 9px; font-size: 0.72rem;
      color: var(--ink-soft); background: var(--surface-2);
    }

    /* =========================================================
       CHECKBOXES
    ========================================================= */
    .check-grid { display: grid; gap: 8px; }

    .check-item {
      border: 1px solid var(--line); border-radius: var(--radius);
      padding: 12px 13px;
      display: grid; grid-template-columns: auto 1fr;
      gap: 10px; align-items: start;
      background: var(--surface);
      min-height: 56px;
    }

    .check-item input[type="checkbox"] {
      accent-color: var(--accent); margin-top: 2px;
    }

    .check-label {
      font-size: 0.9rem; color: var(--ink); font-weight: 700;
      letter-spacing: 0.01em;
    }

    .check-copy {
      color: var(--ink-soft); font-size: 0.84rem;
      line-height: 1.55; margin-top: 1px;
    }

    .tip-box {
      margin-top: 10px;
      border: 1px solid var(--line); border-left: 3px solid var(--accent);
      border-radius: var(--radius); background: var(--surface-2);
      padding: 10px 12px; color: var(--ink-soft);
      font-size: 0.84rem; line-height: 1.6;
    }

    /* Scope selected states */
    #scope .check-item {
      padding: 10px 12px; border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.15s ease, border-color 0.15s ease;
    }

    #scope .check-item:hover {
      border-color: color-mix(in srgb, var(--line-strong) 72%, var(--line));
      background: color-mix(in srgb, var(--surface-2) 34%, var(--surface));
    }

    #scope .check-item:has(input:checked) {
      border-color: color-mix(in srgb, var(--scope-selected-border) 88%, var(--line));
      background: var(--scope-selected-bg);
    }

    #scope .check-item:focus-within {
      border-color: var(--accent);
      box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 42%, transparent);
    }

    #scope .check-item input[type="checkbox"] {
      width: 18px; height: 18px; margin-top: 1px;
      accent-color: var(--accent);
    }

    /* =========================================================
       RISK
    ========================================================= */
    .risk-grid {
      display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px; margin-bottom: 12px;
    }

    .risk-item {
      border: 1px solid var(--line); border-radius: var(--radius);
      padding: 9px 11px; background: var(--surface);
      display: grid; grid-template-columns: 1fr auto;
      align-items: center; gap: 10px; min-height: 46px;
    }

    .risk-name {
      color: color-mix(in srgb, var(--ink) 78%, var(--ink-soft));
      font-size: 0.86rem; line-height: 1.35;
    }

    .risk-level {
      border: 1px solid var(--line); border-radius: 999px;
      padding: 3px 8px; font-size: 0.67rem;
      text-transform: uppercase; letter-spacing: 0.05em;
      font-weight: 600; white-space: nowrap;
    }

    .is-high {
      color: var(--accent);
      border-color: color-mix(in srgb, var(--accent) 62%, var(--line));
      background: color-mix(in srgb, var(--accent) 22%, transparent);
    }

    .is-medium {
      color: var(--warn);
      border-color: color-mix(in srgb, var(--warn) 58%, var(--line));
      background: color-mix(in srgb, var(--warn) 20%, transparent);
    }

    .is-low {
      color: var(--ok);
      border-color: color-mix(in srgb, var(--ok) 58%, var(--line));
      background: color-mix(in srgb, var(--ok) 20%, transparent);
    }

    .recommend-box {
      border: 1px solid var(--line);
      border-left: 4px solid color-mix(in srgb, var(--accent) 72%, var(--line));
      border-radius: var(--radius);
      background: color-mix(in srgb, var(--surface-2) 90%, var(--surface));
      padding: 14px 15px;
    }

    .recommend-title {
      color: var(--accent); font-size: 0.68rem;
      text-transform: uppercase; letter-spacing: 0.14em;
      font-weight: 700; margin-bottom: 8px;
    }

    .recommend-list { display: grid; gap: 7px; margin-bottom: 10px; }

    .recommend-row {
      display: flex; justify-content: space-between;
      align-items: center; gap: 10px;
      font-size: 0.92rem; line-height: 1.45;
    }

    .recommend-row span:last-child {
      font-family: var(--font-display); font-weight: 700;
    }

    .recommend-note {
      color: color-mix(in srgb, var(--ink-soft) 90%, var(--ink));
      font-size: 0.8rem; line-height: 1.62; font-style: italic;
    }

    /* =========================================================
       BILLING
    ========================================================= */
    .billing-table-wrap {
      border: 1px solid var(--line); border-radius: var(--radius);
      overflow: auto; margin-bottom: 10px;
    }

    .billing-table { width: 100%; border-collapse: collapse; min-width: 700px; }

    .billing-table th, .billing-table td {
      padding: 10px 12px;
      border-bottom: 1px solid var(--line);
      text-align: left; vertical-align: middle;
    }

    .billing-table th {
      background: var(--surface-2); color: var(--ink-soft);
      font-size: 0.66rem; text-transform: uppercase;
      letter-spacing: 0.12em; font-weight: 700;
    }

    .billing-table tr:last-child td { border-bottom: none; }

    .billing-row td { background: var(--surface); }
    .billing-row {
      cursor: pointer;
      transition: transform 0.14s ease, box-shadow 0.14s ease;
    }
    .billing-row:hover {
      transform: translateY(-1px);
      box-shadow: var(--shadow-soft);
    }

    .billing-row:focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: -2px;
    }

    .billing-row.is-selected td {
      background: var(--billing-selected-bg);
      border-top: 2px solid var(--billing-selected-border);
      border-bottom: 2px solid var(--billing-selected-border);
    }

    .billing-row.is-selected td:first-child {
      border-left: 2px solid var(--billing-selected-border);
    }

    .billing-row.is-selected td:last-child {
      border-right: 2px solid var(--billing-selected-border);
    }

    .billing-model { font-weight: 600; font-size: 0.9rem; color: var(--ink); }

    .billing-desc {
      color: var(--ink-soft); font-size: 0.88rem; line-height: 1.5;
    }

    .billing-choice {
      display: inline-flex; align-items: center;
      gap: 8px; cursor: pointer;
      min-height: 48px;
      min-width: 120px;
    }

    .billing-input { accent-color: var(--accent); width: 16px; height: 16px; }

    .billing-choice-text {
      font-size: 0.76rem; text-transform: uppercase;
      letter-spacing: 0.08em; font-weight: 700;
      color: var(--ink-soft);
    }

    .billing-input:checked + .billing-choice-text {
      color: var(--accent);
    }

    .billing-note {
      color: var(--ink-soft); font-size: 0.86rem; line-height: 1.65;
      border: 1px solid var(--line); border-radius: var(--radius);
      background: var(--surface-2); padding: 10px 12px;
    }

    .billing-next-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 10px;
      color: var(--accent);
      font-size: 0.8rem;
      font-weight: 700;
      text-decoration: none;
    }
    .billing-next-link:hover { color: var(--ink); }

    /* =========================================================
       PROMISE
    ========================================================= */
    .promise-card {
      border: 1px solid var(--line); border-radius: var(--radius);
      background: var(--surface-2); padding: 15px;
    }

    .promise-title {
      color: var(--accent); font-size: 0.7rem;
      text-transform: uppercase; letter-spacing: 0.14em;
      font-weight: 700; margin-bottom: 8px;
    }

    .promise-lead {
      font-family: var(--font-display);
      font-size: 1.2rem; line-height: 1.46; margin-bottom: 10px;
    }

    .promise-points {
      display: grid; gap: 6px; margin-bottom: 10px;
      color: var(--ink-soft); font-size: 0.88rem;
    }

    .promise-copy {
      color: var(--ink-soft); font-size: 0.87rem; line-height: 1.68;
      border-top: 1px solid var(--line); padding-top: 10px;
    }

    /* =========================================================
       NEXT STEP
    ========================================================= */
    .next-step {
      border: 1px solid var(--line); border-radius: var(--radius);
      background: color-mix(in srgb, var(--surface) 92%, var(--surface-2));
      border-top: 2px solid var(--line-strong);
      padding: 20px 18px 18px; text-align: center;
    }

    .next-title {
      font-family: var(--font-display);
      font-size: clamp(1.72rem, 3.35vw, 2.28rem);
      margin-bottom: 12px; line-height: 1.28;
    }

    .next-copy {
      color: var(--ink-soft); font-size: 0.91rem; line-height: 1.7;
      max-width: 700px; margin: 0 auto 18px;
    }

    .cta {
      border: 1px solid var(--accent); background: var(--accent); color: #fff;
      border-radius: 999px; padding: 11px 22px;
      font-size: 0.78rem; letter-spacing: 0.08em;
      text-transform: uppercase; font-weight: 700; cursor: pointer;
      transition: background-color 0.14s ease, border-color 0.14s ease, color 0.14s ease;
    }
    .cta:hover {
      background: color-mix(in srgb, var(--accent) 82%, #000);
      border-color: color-mix(in srgb, var(--accent) 82%, #000);
    }

    .cta.is-loading {
      opacity: 0.7; pointer-events: none;
    }

    .cta-secondary {
      background: transparent; color: var(--ink); border-color: var(--line-strong);
    }
    .cta-secondary:hover {
      background: var(--surface-2); color: var(--accent); border-color: var(--accent);
    }

    .next-actions {
      display: flex; align-items: center; justify-content: center;
      gap: 8px; flex-wrap: wrap; margin-top: 2px;
    }

    .next-helper {
      margin-top: 10px;
      color: var(--ink-soft);
      font-size: 0.82rem;
      line-height: 1.6;
    }

    .next-turnaround {
      margin-top: 12px; color: var(--ink-soft);
      font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.05em;
    }

    .submission-confirmation {
      display: none;
      margin-top: 18px;
    }

    .quote-section.is-submitted .layout {
      display: none;
    }

    .quote-section.is-submitted .submission-confirmation {
      display: block;
    }

    .confirm-lead {
      color: var(--ink-soft); font-size: 0.96rem;
      line-height: 1.7; margin-bottom: 14px;
      max-width: 720px;
    }

    .confirm-reference {
      font-family: var(--font-display);
      font-size: clamp(1.8rem, 4vw, 2.5rem);
      line-height: 1.2; margin-bottom: 16px;
      color: var(--ink);
    }

    .confirm-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 10px;
      margin-bottom: 14px;
    }

    .confirm-item {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--surface-2);
      padding: 12px 13px;
    }

    .confirm-label {
      color: var(--label-ink); font-size: 0.66rem;
      text-transform: uppercase; letter-spacing: 0.13em;
      margin-bottom: 5px; font-weight: 700;
    }

    .confirm-value {
      color: var(--ink); font-size: 0.92rem; line-height: 1.55;
      word-break: break-word;
    }

    .confirm-copy {
      color: var(--ink-soft); font-size: 0.88rem;
      line-height: 1.7; margin-bottom: 16px;
    }

    .confirm-actions {
      display: flex; align-items: center; flex-wrap: wrap;
      gap: 8px;
    }

    /* =========================================================
       FOOTER
    ========================================================= */
    .site-footer {
      max-width: 1240px; margin: 0 auto;
      padding: 28px 28px 40px;
      border-top: 1px solid var(--footer-divider);
      display: flex; justify-content: space-between;
      gap: 16px; flex-wrap: wrap;
    }

    .footer-brand {
      color: var(--ink-soft); font-size: 0.88rem; line-height: 1.72;
    }

    .footer-brand address {
      font-style: normal;
      margin: 0;
    }

    .footer-name {
      color: var(--ink); font-family: var(--font-body);
      font-size: 1rem; font-weight: 600; margin-bottom: 4px;
      text-transform: lowercase;
    }

    .footer-note {
      max-width: 360px; color: var(--ink-soft);
      font-size: 0.75rem; line-height: 1.66; text-align: right;
    }

    /* =========================================================
       TOAST
    ========================================================= */
    #toast {
      position: fixed; right: 18px; bottom: 18px; z-index: 80;
      width: min(340px, calc(100vw - 26px));
      border: 1px solid color-mix(in srgb, var(--ok) 55%, var(--line));
      border-left: 3px solid var(--ok);
      border-radius: var(--radius);
      background: color-mix(in srgb, var(--ok) 16%, var(--surface));
      color: color-mix(in srgb, var(--ok) 72%, var(--ink));
      padding: 11px 12px;
      box-shadow: var(--shadow-soft);
      opacity: 0; transform: translateY(8px);
      pointer-events: none;
      transition: opacity 0.18s ease, transform 0.18s ease;
    }

    #toast.show { opacity: 1; transform: translateY(0); }
    #toast strong { display: block; margin-bottom: 3px; }

    .mobile-action-dock { display: none; }

    #toast.is-error {
      border-color: color-mix(in srgb, var(--accent) 52%, var(--line));
      border-left-color: var(--accent);
      background: color-mix(in srgb, var(--accent) 12%, var(--surface));
      color: color-mix(in srgb, var(--accent) 72%, var(--ink));
    }

    /* =========================================================
       REDESIGN OVERRIDES
    ========================================================= */
    body {
      position: relative;
      background:
        radial-gradient(circle at 14% 10%, rgba(209, 161, 87, 0.14), transparent 24%),
        radial-gradient(circle at 82% 12%, rgba(80, 107, 144, 0.18), transparent 26%),
        linear-gradient(180deg, #081019 0%, #0b1118 38%, #0d141c 100%);
    }

    body::before,
    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 0;
    }

    body > * {
      position: relative;
      z-index: 1;
    }

    body::before {
      background:
        linear-gradient(var(--gridline) 1px, transparent 1px),
        linear-gradient(90deg, var(--gridline) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 85%);
      -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 85%);
      opacity: 0.42;
    }

    body::after {
      background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.02), transparent 58%),
        linear-gradient(180deg, transparent 0%, rgba(8, 12, 18, 0.55) 100%);
    }

    .site-nav {
      top: 14px;
      width: min(1240px, calc(100% - 32px));
      margin: 14px auto 0;
      min-height: 66px;
      height: auto;
      padding: 12px 18px;
      border: 1px solid color-mix(in srgb, var(--line-strong) 70%, transparent);
      border-radius: 20px;
      background: color-mix(in srgb, var(--bg) 78%, rgba(8, 12, 18, 0.7));
      box-shadow: var(--panel-shadow);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .nav-brand {
      gap: 12px;
    }

    .nav-wordmark {
      font-size: 0.94rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 700;
    }

    .nav-wordmark span {
      color: var(--accent-strong);
    }

    .nav-links {
      gap: 10px;
    }

    .nav-links a {
      padding: 9px 12px;
      border-radius: 999px;
      border: 1px solid transparent;
      transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
    }

    .nav-links a:hover {
      border-color: var(--line);
      background: color-mix(in srgb, var(--surface-2) 80%, transparent);
    }

    .nav-cta {
      border: 1px solid color-mix(in srgb, var(--accent-strong) 66%, var(--accent));
      background:
        linear-gradient(180deg, color-mix(in srgb, var(--accent-strong) 30%, var(--accent)) 0%, var(--accent) 100%);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    .landing {
      max-width: 1240px;
      margin: 24px auto 0;
      padding: 26px 28px 54px;
      min-height: auto;
      text-align: left;
    }

    .landing::after {
      background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 26%, var(--line)), transparent);
    }

    .landing-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
      gap: 28px;
      align-items: end;
    }

    .landing-copy {
      padding: 22px 0 14px;
    }

    .hero-kicker-row {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 14px;
    }

    .hero-shield {
      width: 54px;
      height: 64px;
      margin: 0;
      opacity: 0.88;
      filter: drop-shadow(0 12px 20px color-mix(in srgb, var(--ink) 18%, transparent));
    }

    .hero-tagline {
      margin: 0;
      color: var(--accent-strong);
      font-size: 0.7rem;
      letter-spacing: 0.24em;
    }

    .hero-h1 {
      max-width: 10.5ch;
      margin-bottom: 22px;
      font-size: clamp(3rem, 6vw, 5.15rem);
      line-height: 1;
      letter-spacing: -0.04em;
    }

    .hero-sub {
      max-width: 62ch;
      margin-bottom: 28px;
      color: color-mix(in srgb, var(--ink-soft) 84%, var(--ink));
      font-size: 1rem;
      line-height: 1.78;
    }

    .hero-actions {
      justify-content: flex-start;
      gap: 12px;
    }

    .btn {
      min-height: 48px;
      padding: 13px 20px;
      border-radius: 999px;
      letter-spacing: 0.12em;
      transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
    }

    .btn:hover {
      transform: translateY(-1px);
    }

    .btn-primary {
      background:
        linear-gradient(180deg, color-mix(in srgb, var(--accent-strong) 28%, var(--accent)) 0%, var(--accent) 100%);
      box-shadow: var(--shadow-soft);
    }

    .btn-ghost {
      border-color: color-mix(in srgb, var(--line-strong) 84%, var(--accent));
      background: color-mix(in srgb, var(--surface-2) 76%, transparent);
      color: var(--ink);
    }

    .btn-ghost:hover {
      border-color: var(--accent-strong);
      color: var(--accent-strong);
    }

    .hero-inline-link-wrap {
      margin-top: 12px;
      font-size: 0.78rem;
      color: var(--ink-soft);
    }

    .hero-inline-link {
      color: color-mix(in srgb, var(--ink) 82%, var(--ink-soft));
      letter-spacing: 0.04em;
    }

    .hero-contact-strip {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 16px;
      color: var(--ink-soft);
      font-size: 0.84rem;
      letter-spacing: 0.04em;
    }

    .hero-contact-link {
      color: color-mix(in srgb, var(--ink) 86%, var(--ink-soft));
      text-decoration: none;
    }
    .hero-contact-link:hover { color: var(--accent-strong); }

    .hero-contact-sep {
      color: color-mix(in srgb, var(--accent-strong) 72%, var(--ink-soft));
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      margin-top: 24px;
    }

    .hero-metric {
      padding: 14px 12px 12px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: color-mix(in srgb, var(--surface-2) 78%, rgba(255, 255, 255, 0.02));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .hero-metric-value {
      display: block;
      margin-bottom: 5px;
      color: var(--accent-strong);
      font-family: var(--font-display);
      font-size: 1.2rem;
      line-height: 1.2;
    }

    .hero-metric-label {
      display: block;
      color: var(--label-ink);
      font-size: 0.64rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      line-height: 1.45;
    }

    .hero-spotlight {
      position: relative;
      width: 100%;
      margin: 0;
      border: 1px solid color-mix(in srgb, var(--line-strong) 72%, transparent);
      border-radius: 28px;
      background:
        linear-gradient(180deg, color-mix(in srgb, var(--surface-3) 90%, var(--surface)) 0%, color-mix(in srgb, var(--surface) 94%, rgba(255, 255, 255, 0.02)) 100%);
      padding: 18px;
      text-align: left;
      box-shadow: var(--panel-shadow);
      overflow: hidden;
    }

    .hero-spotlight::before {
      content: "";
      position: absolute;
      inset: 14px;
      border: 1px solid color-mix(in srgb, var(--accent) 24%, transparent);
      border-radius: 20px;
      pointer-events: none;
    }

    .hero-spotlight-kicker {
      margin-bottom: 10px;
      color: var(--accent-strong);
      font-size: 0.66rem;
      letter-spacing: 0.18em;
    }

    .hero-spotlight-title {
      font-size: clamp(1.35rem, 2.4vw, 1.85rem);
      line-height: 1.26;
      margin-bottom: 10px;
      max-width: 18ch;
    }

    .hero-spotlight-copy {
      color: var(--ink-soft);
      font-size: 0.9rem;
      line-height: 1.7;
      margin-bottom: 14px;
      max-width: 52ch;
    }

    .hero-spotlight-media {
      margin: 14px 0 16px;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid color-mix(in srgb, var(--line) 88%, transparent);
      background: var(--surface);
    }

    .hero-spotlight-media img {
      display: block;
      width: 100%;
      height: 310px;
      object-fit: cover;
      filter: saturate(0.94) contrast(1.02);
    }

    .hero-spotlight-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .hero-spotlight-stat {
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 11px 12px;
      background: color-mix(in srgb, var(--surface-2) 76%, transparent);
    }

    .hero-spotlight-stat span {
      display: block;
      margin-bottom: 4px;
      color: var(--label-ink);
      font-size: 0.62rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 700;
    }

    .hero-spotlight-stat strong {
      display: block;
      color: var(--ink);
      font-size: 0.88rem;
      line-height: 1.5;
      font-weight: 600;
    }

    .trust-strip {
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 28px;
      background: none;
      border: none;
      gap: 12px;
    }

    .trust-item {
      padding: 18px 18px 16px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: color-mix(in srgb, var(--surface-2) 76%, rgba(255, 255, 255, 0.02));
      text-align: left;
      box-shadow: var(--panel-shadow);
    }

    .trust-num {
      margin-bottom: 6px;
      color: var(--accent-strong);
      font-size: 1.45rem;
    }

    .trust-label {
      font-size: 0.68rem;
      letter-spacing: 0.12em;
    }

    .brand-story {
      padding: 36px 28px 12px;
    }

    .brand-story-grid {
      gap: 20px;
      grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
    }

    .brand-aside,
    .brand-message {
      padding: 24px 22px;
      border-radius: 24px;
      border-color: color-mix(in srgb, var(--line-strong) 72%, transparent);
      box-shadow: var(--panel-shadow);
    }

    .brand-aside {
      background: linear-gradient(180deg, color-mix(in srgb, var(--surface-3) 92%, var(--surface)) 0%, color-mix(in srgb, var(--surface) 96%, rgba(255, 255, 255, 0.02)) 100%);
    }

    .brand-message {
      background: linear-gradient(180deg, color-mix(in srgb, var(--surface-2) 78%, rgba(255, 255, 255, 0.02)) 0%, color-mix(in srgb, var(--surface) 96%, rgba(255, 255, 255, 0.01)) 100%);
    }

    .brand-mark {
      margin-bottom: 14px;
      font-size: 2rem;
    }

    .brand-name {
      color: var(--accent-strong);
      font-size: 0.68rem;
      letter-spacing: 0.18em;
      margin-bottom: 12px;
    }

    .brand-title {
      font-size: 1.7rem;
      line-height: 1.24;
      margin-bottom: 12px;
    }

    .brand-meta {
      color: var(--label-ink);
      font-size: 0.78rem;
      line-height: 1.8;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .brand-kicker {
      color: var(--accent-strong);
      font-size: 0.66rem;
      letter-spacing: 0.18em;
      margin-bottom: 12px;
    }

    .brand-headline {
      font-size: clamp(1.95rem, 3.6vw, 2.75rem);
      line-height: 1.18;
      margin-bottom: 14px;
    }

    .brand-copy {
      font-size: 0.98rem;
      line-height: 1.82;
      margin-bottom: 18px;
    }

    .brand-quote {
      padding-left: 18px;
      border-left: 2px solid color-mix(in srgb, var(--accent-strong) 66%, var(--accent));
      font-size: 1.04rem;
      line-height: 1.7;
    }

    .gallery {
      padding: 42px 28px 56px;
    }

    .gallery-head {
      max-width: 780px;
      margin-bottom: 22px;
      text-align: left;
    }

    .gallery-overline {
      color: var(--accent-strong);
      font-size: 0.66rem;
      letter-spacing: 0.2em;
    }

    .gallery-title {
      font-size: 1.85rem;
      line-height: 1.2;
    }

    .gallery-copy {
      margin: 12px 0 0;
      max-width: 60ch;
      font-size: 0.95rem;
    }

    .gallery-grid {
      gap: 16px;
      align-items: stretch;
    }

    .gallery-card {
      margin: 0;
      border: 1px solid color-mix(in srgb, var(--line-strong) 70%, transparent);
      border-radius: 22px;
      overflow: hidden;
      background: color-mix(in srgb, var(--surface-2) 78%, rgba(255, 255, 255, 0.02));
      box-shadow: var(--panel-shadow);
    }

    .gallery-img {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 280px;
      border: none;
      border-radius: 0;
      filter: none;
      transition: transform 0.28s ease;
    }

    .gallery-card:hover .gallery-img {
      transform: scale(1.04);
    }

    .gallery-caption {
      padding: 14px 16px 16px;
      border-top: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
      background: color-mix(in srgb, var(--surface) 92%, rgba(255, 255, 255, 0.02));
    }

    .gallery-caption span {
      display: block;
      margin-bottom: 6px;
      color: var(--accent-strong);
      font-size: 0.64rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-weight: 700;
    }

    .gallery-caption p {
      color: var(--ink-soft);
      font-size: 0.88rem;
      line-height: 1.65;
    }

    .services {
      padding: 54px 28px 38px;
    }

    .services-head {
      display: grid;
      grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.82fr);
      gap: 18px;
      align-items: end;
      margin-bottom: 24px;
      text-align: left;
    }

    .services-overline {
      color: var(--accent-strong);
      font-size: 0.66rem;
      letter-spacing: 0.18em;
    }

    .services-title {
      font-size: clamp(1.85rem, 3.1vw, 2.5rem);
      line-height: 1.18;
    }

    .services-copy {
      margin: 0;
      max-width: none;
      font-size: 0.94rem;
      line-height: 1.76;
    }

    .services-grid {
      gap: 18px;
    }

    .svc-card {
      padding: 24px 22px;
      border-radius: 20px;
      border-color: color-mix(in srgb, var(--line-strong) 68%, transparent);
      background: linear-gradient(180deg, color-mix(in srgb, var(--surface-2) 78%, rgba(255, 255, 255, 0.02)) 0%, color-mix(in srgb, var(--surface) 96%, rgba(255, 255, 255, 0.01)) 100%);
      box-shadow: var(--panel-shadow);
      transition: transform 0.18s ease, border-color 0.18s ease;
    }

    .svc-card:hover {
      transform: translateY(-4px);
      border-color: color-mix(in srgb, var(--accent) 48%, var(--line-strong));
    }

    .svc-icon {
      width: 48px;
      height: 48px;
      margin-bottom: 14px;
      border-radius: 14px;
      border: 1px solid color-mix(in srgb, var(--accent) 44%, var(--line));
      background: color-mix(in srgb, var(--accent-soft) 80%, transparent);
    }

    .svc-name {
      font-size: 1rem;
      margin-bottom: 8px;
    }

    .svc-desc {
      font-size: 0.88rem;
      line-height: 1.68;
    }

    .quote-section {
      padding: 64px 28px 84px;
    }

    .quote-intro {
      margin-bottom: 30px;
      padding: 24px;
      border: 1px solid color-mix(in srgb, var(--line-strong) 74%, transparent);
      border-radius: 24px;
      background: linear-gradient(180deg, color-mix(in srgb, var(--surface-2) 78%, rgba(255, 255, 255, 0.02)) 0%, color-mix(in srgb, var(--surface) 96%, rgba(255, 255, 255, 0.01)) 100%);
      box-shadow: var(--panel-shadow);
      text-align: left;
    }

    .quote-intro-overline {
      color: var(--accent-strong);
      font-size: 0.66rem;
      letter-spacing: 0.18em;
    }

    .quote-intro-title {
      margin-bottom: 12px;
      font-size: clamp(2rem, 3.8vw, 2.85rem);
      line-height: 1.14;
    }

    .quote-intro-sub {
      margin: 0;
      max-width: 58ch;
      font-size: 0.96rem;
      line-height: 1.76;
    }

    .quote-flow {
      max-width: none;
      margin: 22px 0 0;
      gap: 14px;
    }

    .quote-flow-step {
      padding: 16px 16px 18px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: color-mix(in srgb, var(--surface) 90%, rgba(255, 255, 255, 0.02));
    }

    .quote-flow-num {
      width: 28px;
      height: 28px;
      margin-bottom: 10px;
      background: linear-gradient(180deg, color-mix(in srgb, var(--accent-strong) 30%, var(--accent)) 0%, var(--accent) 100%);
    }

    .quote-flow-title {
      margin-bottom: 6px;
      font-size: 0.98rem;
    }

    .quote-flow-copy {
      font-size: 0.84rem;
      line-height: 1.62;
    }

    .quote-jumpbar {
      justify-content: flex-start;
      gap: 12px;
      margin-top: 18px;
    }

    .quote-jumpbar select {
      border-radius: 14px;
      background: color-mix(in srgb, var(--field-bg) 92%, var(--surface));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .quote-section-preview .quote-intro {
      margin-bottom: 0;
    }

    .quote-section-preview:not(.is-expanded) .layout,
    .quote-section-preview:not(.is-expanded) .submission-confirmation {
      display: none !important;
    }

    .quote-section-preview.is-expanded .quote-intro {
      margin-bottom: 22px;
    }

    .quote-section-preview.is-expanded .quote-home-note {
      max-width: 70ch;
    }

    .quote-home-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 20px;
    }

    .quote-home-note {
      margin: 16px 0 0;
      max-width: 60ch;
      font-size: 0.84rem;
      line-height: 1.7;
      color: var(--ink-soft);
    }

    .quote-home-note a {
      color: var(--accent-strong);
      font-weight: 600;
    }
