/* Self-hosted fonts (latin + latin-ext, OFL license) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-v20-latin_latin-ext/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/inter-v20-latin_latin-ext/inter-v20-latin_latin-ext-700.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-v20-latin_latin-ext/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/inter-v20-latin_latin-ext/inter-v20-latin_latin-ext-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/montserrat-v31-latin_latin-ext/montserrat-v31-latin_latin-ext-regular.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/montserrat-v31-latin_latin-ext/montserrat-v31-latin_latin-ext-700.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/montserrat-v31-latin_latin-ext/montserrat-v31-latin_latin-ext-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/montserrat-v31-latin_latin-ext/montserrat-v31-latin_latin-ext-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --bg: #000000;
    --bg-secondary: #0B192C;
    --accent: #1E3E62;
    --cta: #FF6500;
    --text: #E8E6E0;
    --text-muted: #7A8A9A;
    --text-dim: #3A4A5A;
    --border: rgba(255,255,255,0.07);
    --font-head: 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
  }
  body.is-locked { overflow: hidden; }

  .skip-link {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-120%);
    padding: 0.75rem 1rem;
    background: #000;
    color: #fff;
    font-size: 0.95rem;
    z-index: 1100;
    transition: transform 0.2s ease;
  }
  .skip-link:focus {
    transform: translateY(0);
    outline: 2px solid #fff;
    outline-offset: 3px;
  }

  /* ── NAV CTA BUTTON ── */
  .nav-cta {
    font-family: var(--font-head);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: var(--cta);
    text-decoration: none;
    padding: 0.55rem 1.1rem;
    border-radius: 2px;
    transition: background 0.2s;
    white-space: nowrap;
    display: none; /* hidden on desktop until scrolled */
  }
  .nav-cta:hover { background: #e05800; }
  nav.scrolled .nav-cta { display: inline-flex; align-items: center; gap: 6px; }

  /* Mobile nav CTA — always visible next to hamburger */
  .nav-cta-mobile {
    font-family: var(--font-head);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--cta);
    text-decoration: none;
    padding: 0.5rem 0.9rem;
    border-radius: 2px;
    white-space: nowrap;
    display: none;
    align-items: center;
  }
  .nav-cta-mobile:hover { background: #e05800; }
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 103;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 3rem;
    transition: background 0.3s, padding 0.3s;
  }
  nav.scrolled {
    background: rgba(0,0,0,0.96);
    backdrop-filter: blur(8px);
    padding: 1rem 3rem;
    border-bottom: 1px solid var(--border);
  }
  .nav-logo {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--text);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .nav-logo .spark { color: var(--cta); font-size: 18px; }
  .nav-logo .wordmark { transition: opacity 0.3s, width 0.3s; }
  nav.scrolled .nav-logo .wordmark { opacity: 0; pointer-events: none; width: 0; overflow: hidden; }

  /* Desktop links */
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a {
    font-size: 13px;
    letter-spacing: 0.04em;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--text); }

  .nav-mobile-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* Hamburger button — hidden on desktop */
  .nav-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
  }
  .nav-burger span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--text);
    transition: transform 0.3s, opacity 0.3s, width 0.3s;
    transform-origin: center;
  }
  .nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-burger.open span:nth-child(2) { opacity: 0; width: 0; }
  .nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  /* Mobile compact dropdown — slides down from under the nav bar */
  .nav-mobile-overlay {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: rgba(0,0,0,0.97);
    backdrop-filter: blur(12px);
    z-index: 99;
    padding: 5rem 2rem 2rem;
    border-bottom: 1px solid var(--border);
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.3s ease;
    pointer-events: none;
  }
  .nav-mobile-overlay.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-mobile-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .nav-mobile-links li { border-bottom: 1px solid var(--border); }
  .nav-mobile-links li:first-child { border-top: 1px solid var(--border); }
  .nav-mobile-links a {
    display: block;
    font-family: var(--font-head);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
    text-decoration: none;
    padding: 0.9rem 0;
    transition: color 0.2s, padding-left 0.15s;
  }
  .nav-mobile-links a:active { color: var(--text); padding-left: 0.4rem; }
  .nav-mobile-cta {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    font-size: 12px;
    color: var(--text-dim);
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
  .nav-mobile-cta a { color: var(--cta); text-decoration: none; }

  /* Phones only — tablet and up keep full desktop nav */
  @media (max-width: 480px) {
    nav { padding: 1.1rem 1.5rem; }
    nav.scrolled { padding: 0.85rem 1.5rem; }
    .nav-links { display: none; }
    .nav-burger { display: flex; }
    .nav-cta-mobile { display: inline-flex; }
    .nav-cta { display: none !important; } /* desktop CTA hidden on mobile */
  }

  /* ── SECTIONS ── */
  section { position: relative; }

  /* ── OPENING ── */
  #opening {
    position: relative;
    display: flex;
    align-items: flex-start;
  }

  /* Left sticky hero panel */
  .opening-hero {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 4rem 6rem 3rem;
    flex-shrink: 0;
  }
  .opening-hero-label {
    font-size: 11px;
    letter-spacing: 0.18em;
    color: var(--cta);
    text-transform: uppercase;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeIn 0.8s 0.2s forwards;
  }
  .opening-hero-logo {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    color: var(--cta);
    line-height: 1;
    margin-bottom: 0.5rem;
    opacity: 0;
    animation: fadeIn 0.8s 0.3s forwards;
  }
  .opening-hero-title {
    font-family: var(--font-head);
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--text);
    opacity: 0;
    animation: fadeIn 0.9s 0.4s forwards;
  }
  .opening-hero-sub {
    margin-top: 1.5rem;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 340px;
    opacity: 0;
    animation: fadeIn 0.9s 0.7s forwards;
  }
  .opening-hero-scroll {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--text-dim);
    text-transform: uppercase;
    opacity: 0;
    animation: fadeIn 0.8s 1.2s forwards;
  }
  .opening-hero-scroll-line {
    width: 28px;
    height: 1px;
    background: var(--text-dim);
  }

  /* Right scroll phrases panel */
  .opening-phrases {
    width: 50%;
    padding: 20vh 3rem 20vh 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .phrase-block {
    min-height: 40vh;
    display: flex;
    align-items: center;
    padding: 4vh 0;
  }
  .phrase-block:first-child { padding-top: 0; }
  .phrase-block:last-child { padding-bottom: 8vh; }
  .phrase-text {
    font-family: var(--font-head);
    font-size: clamp(1.5rem, 3vw, 2.6rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--text-dim);
    transition: color 0.5s ease, opacity 0.5s ease;
    opacity: 0.25;
  }
  .phrase-text.active {
    color: var(--text);
    opacity: 1;
  }
  .phrase-text.passed {
    color: var(--text-dim);
    opacity: 0.15;
  }
  .phrase-text.word { font-size: clamp(2rem, 4vw, 3.4rem); }
  .phrase-final {
    font-family: var(--font-head);
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--text-dim);
    transition: color 0.5s ease, opacity 0.5s ease;
    opacity: 0.25;
  }
  .phrase-final.active { color: var(--text); opacity: 1; }
  .phrase-final.passed { opacity: 0.15; }

  /* Hero CTA card — first block on right panel */
  .hero-cta-block {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .hero-cta-card {
    border: 1px solid var(--border);
    padding: 2.5rem;
    width: 100%;
    opacity: 0;
    animation: fadeIn 0.9s 1s forwards;
  }
  .hero-cta-card-label {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: 1.5rem;
  }
  .hero-cta-card-heading {
    font-family: var(--font-head);
    font-size: clamp(1.3rem, 2.5vw, 1.9rem);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 1.25rem;
  }
  .hero-cta-card-body {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 360px;
  }
  .hero-cta-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--cta);
    color: #fff;
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.9rem 1.75rem;
    transition: background 0.2s, gap 0.2s;
    margin-bottom: 1.25rem;
    display: block;
    width: fit-content;
  }
  .hero-cta-card-btn:hover { background: #e05800; gap: 14px; }
  .hero-cta-card-divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 1.5rem 0;
  }
  .hero-cta-card-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .hero-cta-stat-num {
    font-family: var(--font-head);
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 600;
    color: var(--text);
    letter-spacing: -0.02em;
  }
  .hero-cta-stat-label {
    font-size: 11px;
    color: var(--text-dim);
    line-height: 1.4;
    margin-top: 3px;
  }

  @keyframes fadeIn { to { opacity: 1; } }

  @media (max-width: 768px) {
    #opening { flex-direction: column; }
    .opening-hero {
      position: relative;
      width: 100%;
      height: auto;
      min-height: 100vh;
      padding: 7rem 1.5rem 4rem;
    }
    .opening-phrases {
      width: 100%;
      padding: 2rem 1.5rem 10vh;
    }
    .phrase-block { min-height: 30vh; }
    .hero-cta-block { min-height: auto; padding: 3rem 0 2rem; }
    .hero-cta-card-stats { grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
  }

  /* ── DIVIDER ── */
  .section-divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 0 3rem;
  }

  /* ── WORK ── */
  #work {
    padding: 8rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
  }
  .section-eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    color: var(--cta);
    text-transform: uppercase;
    margin-bottom: 2rem;
  }
  .section-title {
    font-family: var(--font-head);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--text);
    margin-bottom: 1.5rem;
  }
  .section-intro {
    font-size: 17px;
    color: var(--text-muted);
    max-width: 520px;
    line-height: 1.75;
    margin-bottom: 5rem;
  }
  .section-intro--flush { margin-bottom: 0; }
  .work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
  }
  .work-item {
    background: var(--bg);
    padding: 2.5rem;
    transition: background 0.2s;
  }
  .work-item:hover { background: var(--bg-secondary); }
  .work-item-num {
    font-size: 11px;
    color: var(--text-dim);
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
  }
  .work-item-title {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.75rem;
    letter-spacing: 0.01em;
  }
  .work-item-desc {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
  }

  /* ── METHOD ── */
  #method {
    padding: 8rem 3rem;
    background: var(--bg-secondary);
  }
  .method-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .method-intro-block {
    max-width: 640px;
    margin-bottom: 5rem;
  }
  .method-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 3rem 4rem;
    position: relative;
  }
  .method-step {}
  .method-step-label {
    font-size: 11px;
    letter-spacing: 0.14em;
    color: var(--cta);
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .method-step-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--accent);
    max-width: 40px;
  }
  .method-step-title {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
  }
  .method-step-body {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.75;
  }

  /* ── AUTOMATION ── */
  #automation {
    padding: 8rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
  }
  .auto-intro { max-width: 600px; margin-bottom: 5rem; }
  .auto-scroll-lines {
    border-left: 1px solid var(--accent);
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 5rem;
  }
  .auto-line {
    font-family: var(--font-head);
    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
    font-weight: 400;
    color: var(--text-dim);
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--border);
    letter-spacing: -0.01em;
    transition: color 0.4s;
    line-height: 1.4;
  }
  .auto-line:last-child { border-bottom: none; }
  .auto-line.lit { color: var(--text); }
  .auto-close {
    font-family: var(--font-head);
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 500;
    color: var(--text);
    max-width: 500px;
    line-height: 1.4;
    letter-spacing: -0.01em;
  }
  .auto-close span { color: var(--cta); }

  /* ── SERVICES ── */
  #services {
    padding: 8rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
  }
  .services-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--border);
  }
  .svc-tab {
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    background: none;
    border: none;
    padding: 1rem 2rem 1rem 0;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
  }
  .svc-tab::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    height: 2px;
    background: var(--cta);
    transform: scaleX(0);
    transition: transform 0.2s;
  }
  .svc-tab.active { color: var(--text); }
  .svc-tab.active::after { transform: scaleX(1); }
  .svc-panel { display: none; }
  .svc-panel.active { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
  .svc-card {
    background: var(--bg);
    padding: 2rem 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: background 0.2s;
    position: relative;
  }
  .svc-card:hover { background: var(--bg-secondary); }
  .svc-card--highlight { border-left: 2px solid var(--cta); }
  .svc-card-type {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-dim);
  }
  .svc-card-type.once { color: var(--cta); }
  .svc-card-name {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    letter-spacing: 0.01em;
    line-height: 1.3;
  }
  .svc-card-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.65;
    flex: 1;
  }
  .svc-card-price {
    font-family: var(--font-head);
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
    letter-spacing: -0.02em;
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
  }
  .svc-card-price span {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-muted);
    letter-spacing: 0;
    margin-left: 4px;
  }
  .svc-note {
    margin-top: 1.5rem;
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
    padding: 1rem 1.25rem;
    border: 1px solid var(--border);
    border-top: 2px solid var(--accent);
    display: none;
  }
  .svc-note.active { display: block; }

  /* ── PRICING ── */
  #pricing {
    padding: 8rem 3rem;
    background: var(--bg-secondary);
  }
  .pricing-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
  }
  .pricing-left {}
  .pricing-right {
    border: 1px solid var(--border);
    padding: 2.5rem;
  }
  .pricing-range {
    font-family: var(--font-head);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 600;
    color: var(--text);
    letter-spacing: -0.02em;
    margin: 2rem 0 0.5rem;
  }
  .pricing-range-label {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
  }
  .pricing-phases { display: flex; flex-direction: column; gap: 1.5rem; }
  .pricing-phase { border-top: 1px solid var(--border); padding-top: 1.25rem; }
  .pricing-phase-name {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text);
    margin-bottom: 0.4rem;
  }
  .pricing-phase-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
  }
  .pricing-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 2rem;
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cta);
    text-decoration: none;
    transition: gap 0.2s;
  }
  .pricing-cta-link:hover { gap: 12px; }

  /* ── CONTACT ── */
  #contact {
    padding: 8rem 3rem;
    max-width: 700px;
    margin: 0 auto;
  }
  .contact-title {
    font-family: var(--font-head);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }
  .contact-body {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 480px;
    line-height: 1.75;
    margin-bottom: 3rem;
  }
  .contact-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--cta);
    color: #fff;
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 2rem;
    transition: background 0.2s, transform 0.15s;
    border: none;
    cursor: pointer;
    width: fit-content;
  }
  .btn-primary:hover { background: #e05800; transform: translateY(-1px); }
  .contact-email {
    font-size: 14px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .contact-email a { color: var(--text); text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 1px; }
  .contact-email a:hover { border-color: var(--cta); color: var(--cta); }

  /* ── FOOTER ── */
  footer {
    border-top: 1px solid var(--border);
    padding: 2rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  footer {
    border-top: 1px solid var(--border);
    padding: 2rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .footer-left { display: flex; flex-direction: column; gap: 4px; }
  .footer-logo {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .footer-logo .spark { color: var(--cta); }
  .footer-copy {
    font-size: 11px;
    color: var(--text-dim);
    letter-spacing: 0.02em;
  }
  .footer-mid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
  .footer-email {
    font-size: 12px;
    color: var(--text-dim);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s;
  }
  .footer-email:hover { color: var(--cta); }
  .footer-links {
    display: flex;
    gap: 2rem;
    list-style: none;
  }
  .footer-links a {
    font-size: 12px;
    color: var(--text-dim);
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: color 0.2s;
  }
  .footer-links a:hover { color: var(--text-muted); }

  /* ── POLICY PAGES (hidden by default) ── */
  .policy-page {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--bg);
    z-index: 200;
    overflow-y: auto;
    padding: 5rem 3rem;
  }
  .policy-page.open { display: block; }
  .policy-inner { max-width: 700px; margin: 0 auto; }
  .policy-close {
    position: fixed;
    top: 1.5rem; right: 2rem;
    background: none;
    border: 1px solid var(--border);
    color: var(--text-muted);
    font-size: 13px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-family: var(--font-body);
    transition: color 0.2s, border-color 0.2s;
  }
  .policy-close:hover { color: var(--text); border-color: var(--text-muted); }
  .policy-inner h1 {
    font-family: var(--font-head);
    font-size: 2rem;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
  }
  .policy-inner .updated {
    font-size: 12px;
    color: var(--text-dim);
    margin-bottom: 3rem;
  }
  .policy-inner h2 {
    font-family: var(--font-head);
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    letter-spacing: 0.04em;
    margin: 2.5rem 0 0.75rem;
    text-transform: uppercase;
  }
  .policy-inner p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 1rem;
  }
  .policy-inner ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
  }
  .policy-inner li {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 0.25rem;
  }

  /* ── RESPONSIVE ── */

  /* Tablets and below — layout adjustments only, nav stays full */
  @media (max-width: 768px) {
    #opening, #work, #method .method-inner,
    #automation, #services, #contact, footer { padding-left: 1.5rem; padding-right: 1.5rem; }
    .section-divider { margin-left: 1.5rem; margin-right: 1.5rem; }
    .pricing-inner { grid-template-columns: 1fr; gap: 3rem; }
    #pricing { padding-left: 1.5rem; padding-right: 1.5rem; }
    #method { padding-left: 1.5rem; padding-right: 1.5rem; }
    .policy-page { padding-left: 1.5rem; padding-right: 1.5rem; }
    .svc-panel.active { grid-template-columns: 1fr; }
    .services-tabs { gap: 0; overflow-x: auto; }
    .svc-tab { white-space: nowrap; font-size: 11px; padding: 0.85rem 1.5rem 0.85rem 0; }
  }

  /* Phones only — nav collapses to hamburger */
  @media (max-width: 480px) {
    nav { padding: 1.1rem 1.5rem; }
    nav.scrolled { padding: 0.85rem 1.5rem; }
    .nav-links { display: none; }
    .nav-burger { display: flex; }
  }

  @media (prefers-reduced-motion: reduce) {
    .opening-line { transition: none; }
    html { scroll-behavior: auto; }
  }

  /* ── LOADING SCREEN ── */
  #loader {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
  #loader.is-dismissed { display: none; }
  .loader-spark {
    font-size: 3rem;
    color: var(--cta);
    display: inline-block;
    animation: spinPause 2.4s ease-in-out infinite;
    transform-origin: center;
  }
  .loader-name {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: var(--text-muted);
    text-transform: uppercase;
    opacity: 0;
    animation: fadeInLoader 0.4s 0.3s forwards;
  }
  @keyframes fadeInLoader { to { opacity: 1; } }
  @keyframes spinPause {
    0%   { transform: rotate(0deg); }
    30%  { transform: rotate(360deg); }
    50%  { transform: rotate(720deg); }
    70%  { transform: rotate(1080deg); }
    100% { transform: rotate(1080deg); }
  }
  /* ── FAQ ── */
  #faq {
    padding: 8rem 3rem;
  }
  .faq-inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .faq-list {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .faq-item {
    border: 1px solid var(--border);
    background: var(--bg-secondary);
  }
  .faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 1.5rem 2rem;
    font-family: var(--font-head);
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-icon {
    font-size: 20px;
    color: var(--cta);
    transition: transform 0.3s ease;
  }
  .faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 2rem;
  }
  .faq-answer.open {
    padding: 0 2rem 1.5rem;
    max-height: 500px;
  }
  .faq-answer p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
  }
  @media (max-width: 768px) {
    #faq { padding-left: 1.5rem; padding-right: 1.5rem; }
    .faq-question { padding: 1.25rem 1.5rem; font-size: 15px; }
    .faq-answer { padding: 0 1.5rem; }
    .faq-answer.open { padding: 0 1.5rem 1.25rem; }
  }
