
  :root {
    --bg: #F7F3EA;
    --surface: #FFFCF6;
    --surface2: #ECE4D6;
    --accent: #1F766A;
    --accent2: #B77A3D;
    --gold: #C8A96E;
    --text: #18211F;
    --muted: #68736D;
    --border: rgba(31,118,106,0.14);
    --hero-paper: #F5F1E8;
    --hero-paper-soft: #F8F5EE;
    --hero-graphite: #102027;
    --hero-teal: #126F68;
    --hero-copper: #B98556;
    --hero-bluegrey: #6D848C;
    --hero-line: rgba(16,32,39,0.12);
    --hero-muted: rgba(16,32,39,0.62);
    --font-display: 'Bebas Neue', sans-serif;
    --font-body: 'Manrope', sans-serif;
    --font-mono: 'Space Mono', monospace;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--font-body); overflow-x: hidden; }

  ::-webkit-scrollbar { width: 4px; }
  ::-webkit-scrollbar-track { background: var(--bg); }
  ::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 2px; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 72px; padding: 0 clamp(24px, 5vw, 72px); display: grid; grid-template-columns: minmax(230px, 1fr) auto minmax(190px, 1fr); align-items: center; column-gap: 30px; background: rgba(248,245,238,0.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(16,32,39,0.11); transition: background 0.3s ease, border-color 0.3s ease; }
  .nav-logo { display: flex; align-items: center; gap: 15px; text-decoration: none; justify-self: start; min-width: 0; transform: translateY(-1px); }
  .nav-logo-mark { width: 40px; height: 40px; flex-shrink: 0; }
  .nav-logo-text { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
  .nav-logo-text span:first-child { font-family: var(--font-display); font-size: 21px; letter-spacing: 3.2px; color: var(--hero-graphite); }
  .nav-logo-text span:last-child { font-family: var(--font-mono); font-size: 9px; letter-spacing: 1.7px; color: var(--hero-teal); text-transform: uppercase; margin-top: 3px; }
  .nav-links { display: flex; justify-content: center; gap: clamp(20px, 2.45vw, 34px); list-style: none; }
  .nav-links a { font-family: var(--font-mono); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(16,32,39,0.74); text-decoration: none; transition: color 0.24s ease; position: relative; }
  .nav-links a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 1px; background: var(--hero-teal); transition: width 0.28s ease; }
  .nav-links a:hover { color: var(--hero-graphite); }
  .nav-links a:hover::after { width: 100%; }
  .nav-cta { justify-self: end; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 1.15px; text-transform: uppercase; color: var(--hero-graphite); border: 1px solid rgba(18,111,104,0.28); border-radius: 999px; padding: 10px 22px; background: rgba(255,252,246,0.74); text-decoration: none; transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease; white-space: nowrap; }
  .nav-cta:hover { background: rgba(18,111,104,0.09); border-color: rgba(18,111,104,0.46); color: var(--hero-teal); }

  /* HERO */
  .hero { min-height: 100dvh; position: relative; display: grid; align-items: stretch; padding: 72px clamp(24px, 5vw, 72px) 14px; overflow: hidden; background: radial-gradient(circle at 78% 39%, rgba(18,111,104,0.17) 0%, transparent 34%), radial-gradient(circle at 18% 84%, rgba(185,133,86,0.13) 0%, transparent 30%), linear-gradient(180deg, var(--hero-paper-soft) 0%, var(--hero-paper) 100%); isolation: isolate; --hero-x: 0; --hero-y: 0; --hero-scroll: 0; }
  .hero::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.34; background-image: radial-gradient(circle, rgba(16,32,39,0.18) 0 0.6px, transparent 0.8px); background-size: 7px 7px; mix-blend-mode: multiply; }
  .hero::after { content: ''; position: absolute; inset: 72px 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(16,32,39,0.14), transparent); pointer-events: none; }
  .hero-grid { position: absolute; inset: -8% -4%; z-index: 0; background-image: linear-gradient(rgba(16,32,39,0.056) 1px, transparent 1px), linear-gradient(90deg, rgba(16,32,39,0.056) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(ellipse 80% 76% at 58% 48%, black 0%, transparent 88%); transform: translate3d(calc(var(--hero-x) * -2px), calc((var(--hero-y) * -1.5px) + (var(--hero-scroll) * -8px)), 0); will-change: transform; }
  .hero-bg-text, .hero-scan, .orbit, .hero-centerpiece, .hero-stats, .hero-scroll { display: none; }
  .hero-shell { position: relative; z-index: 1; width: min(100%, 1440px); min-height: calc(100dvh - 86px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1fr); grid-template-rows: minmax(0, 1fr) auto; gap: clamp(24px, 3.5vw, 50px); align-items: center; min-width: 0; }
  .hero-copy { position: relative; top: -48px; padding: 18px 0 24px; min-width: 0; }
  .hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; line-height: 1.4; text-transform: uppercase; color: var(--hero-teal); }
  .hero-kicker::before { content: attr(data-code); color: var(--hero-copper); }
  .hero-title { max-width: 790px; margin: 0 0 20px; font-family: var(--font-body); font-size: clamp(48px, 4.45vw, 72px); line-height: 0.98; letter-spacing: -0.04em; font-weight: 590; color: var(--hero-graphite); text-transform: none; text-wrap: balance; overflow-wrap: normal; }
  .hero-title .accent { color: var(--hero-teal); }
  .hero-mobile-break { display: none; }
  .hero-desc { max-width: 610px; margin: 0 0 20px; color: rgba(16,32,39,0.78); font-size: clamp(16px, 1.08vw, 17px); line-height: 1.6; text-wrap: pretty; }
  .hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
  .btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--accent); color: var(--bg); font-family: var(--font-mono); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; padding: 16px 32px; border: none; text-decoration: none; font-weight: 700; transition: background 0.2s, transform 0.2s; position: relative; overflow: hidden; }
  .btn-primary::before { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.2); transform: translateX(-100%) skewX(-20deg); transition: transform 0.4s; }
  .btn-primary:hover::before { transform: translateX(110%) skewX(-20deg); }
  .btn-primary:hover { transform: translateY(-2px); }
  .btn-secondary { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.2s; }
  .btn-secondary svg { transition: transform 0.2s; }
  .btn-secondary:hover { color: var(--text); }
  .btn-secondary:hover svg { transform: translateX(4px); }
  .hero .btn-primary, .hero .btn-secondary { border-radius: 0; box-shadow: none; }
  .hero .btn-primary { min-height: 52px; padding: 16px 24px 16px 26px; border: 1px solid var(--hero-teal); background: var(--hero-teal); color: #fff; letter-spacing: 1.2px; transition: background 0.26s ease, border-color 0.26s ease; }
  .hero .btn-primary::before { display: none; }
  .hero .btn-primary svg, .hero .btn-secondary svg { transition: transform 0.26s ease; }
  .hero .btn-primary:hover { background: #0F5D57; border-color: #0F5D57; }
  .hero .btn-primary:hover svg, .hero .btn-secondary:hover svg { transform: translateX(4px); }
  .hero .btn-secondary { min-height: 52px; padding: 15px 18px; border: 1px solid rgba(16,32,39,0.10); color: rgba(16,32,39,0.78); background: transparent; letter-spacing: 1.05px; }
  .hero .btn-secondary:hover { color: var(--hero-teal); border-color: rgba(18,111,104,0.28); background: rgba(255,252,246,0.36); }
  .hero-system-line { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 20px; color: rgba(16,32,39,0.70); font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.035em; text-transform: uppercase; }
  .hero-system-line span { position: relative; padding-left: 14px; }
  .hero-system-line span::before { content: ''; position: absolute; left: 0; top: 0.48em; width: 5px; height: 5px; border: 1px solid var(--hero-teal); background: rgba(18,111,104,0.16); }
  .hero-visual { position: relative; top: -48px; min-height: 500px; display: grid; place-items: center; transform: translate3d(calc(var(--hero-x) * 6px), calc(var(--hero-y) * 3px), 0); will-change: transform; }
  .hero-visual-premium { width: clamp(520px, 42vw, 720px); max-width: 100%; aspect-ratio: 4 / 3; position: relative; transform: translate3d(calc(var(--hero-x) * 2px), calc(var(--hero-y) * 1px), 0); will-change: transform; }
  .hero-visual-frame { position: absolute; inset: 0; overflow: hidden; border: 1px solid rgba(16,32,39,0.12); border-radius: 2px; background: radial-gradient(circle at 72% 32%, rgba(22,122,114,0.13), transparent 34%), radial-gradient(circle at 18% 78%, rgba(185,133,86,0.12), transparent 30%), linear-gradient(rgba(16,32,39,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,32,39,0.045) 1px, transparent 1px), rgba(255,255,255,0.42); background-size: auto, auto, 56px 56px, 56px 56px, auto; box-shadow: inset 0 1px 0 rgba(255,255,255,0.72); }
  .hero-visual-image { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; display: block; opacity: 0.98; }
  .hero-visual-scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(248,245,238,0.10), rgba(248,245,238,0.01) 42%, rgba(14,29,36,0.08)), radial-gradient(circle at 82% 24%, rgba(22,122,114,0.10), transparent 34%); opacity: 0.58; }
  .hero-visual-ui { position: absolute; inset: 0; pointer-events: none; font-family: var(--font-body); }
  .hero-visual-status { position: absolute; top: 22px; right: 22px; z-index: 3; display: grid; gap: 4px; min-width: 194px; padding: 12px 14px 13px; border: 1px solid rgba(255,255,255,0.12); border-radius: 2px; background: rgba(14,29,36,0.92); color: #fff; }
  .hero-visual-status::before { content: ''; position: absolute; top: 14px; left: 14px; width: 7px; height: 7px; border-radius: 999px; background: #26A69A; box-shadow: 0 0 0 4px rgba(38,166,154,0.14); }
  .hero-visual-status strong { padding-left: 16px; font-size: 13px; line-height: 1.2; font-weight: 700; letter-spacing: 0; }
  .hero-visual-status span { padding-left: 16px; color: rgba(255,255,255,0.72); font-size: 11.5px; line-height: 1.35; }
  .hero-visual-callouts { position: absolute; inset: 0; z-index: 2; transform: translate3d(calc(var(--hero-x) * -3px), calc(var(--hero-y) * -2px), 0); will-change: transform; }
  .hero-visual-callout { position: absolute; display: inline-flex; align-items: center; min-height: 34px; padding: 8px 10px; border: 1px solid rgba(16,32,39,0.13); border-radius: 2px; background: rgba(255,255,255,0.82); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: var(--hero-graphite); font-size: 12px; font-weight: 650; line-height: 1.2; box-shadow: 0 10px 24px rgba(16,32,39,0.045); white-space: nowrap; }
  .hero-visual-callout::before { content: ''; width: 6px; height: 6px; margin-right: 8px; border: 1px solid currentColor; background: rgba(255,255,255,0.74); }
  .hero-visual-callout.is-fire { right: 27%; top: 31%; color: var(--hero-copper); }
  .hero-visual-callout.is-access { right: 7%; top: 42%; color: var(--hero-teal); }
  .hero-visual-callout.is-energy { right: 29%; bottom: 21%; color: var(--hero-bluegrey); }
  .hero-visual-callout.is-network { right: 7%; bottom: 13%; color: rgba(16,32,39,0.76); }
  .hero-visual-lines { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; }
  .hero-visual-lines path { fill: none; stroke-width: 0.7; stroke-linecap: round; stroke-linejoin: round; opacity: 0.58; vector-effect: non-scaling-stroke; }
  .hero-visual-lines .line-fire { stroke: var(--hero-copper); }
  .hero-visual-lines .line-access { stroke: var(--hero-teal); }
  .hero-visual-lines .line-energy { stroke: var(--hero-bluegrey); }
  .hero-visual-lines .line-network { stroke: rgba(16,32,39,0.62); }
  .hero-trust-strip { grid-column: 1 / -1; align-self: end; display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 28px; border-top: 1px solid rgba(16,32,39,0.13); border-bottom: 1px solid rgba(16,32,39,0.10); border-left: 1px solid rgba(16,32,39,0.10); background: linear-gradient(180deg, rgba(255,252,246,0.84), rgba(248,245,238,0.74)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.62); }
  .trust-item { min-height: 54px; padding: 20px 24px; border-right: 1px solid rgba(16,32,39,0.12); display: grid; align-content: center; gap: 3px; }
  .trust-value { font-family: var(--font-display); font-size: clamp(26px, 2.05vw, 33px); line-height: 0.9; letter-spacing: 0.045em; color: var(--hero-graphite); font-variant-numeric: tabular-nums; }
  .trust-label { font-family: var(--font-mono); font-size: 8.5px; line-height: 1.28; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(16,32,39,0.62); }

  @media (max-width: 1180px) {
    nav { grid-template-columns: minmax(210px, 1fr) auto; }
    .nav-links { justify-content: flex-end; }
    .nav-cta { display: none; }
    .hero-shell { grid-template-columns: 1fr; min-height: auto; padding-top: 48px; }
    .hero-copy { top: 0; padding-bottom: 12px; }
    .hero-visual { top: 0; min-height: 420px; }
    .hero-visual-premium { width: min(100%, 680px); }
  }

  @media (max-width: 900px) {
    nav { padding: 0 24px; grid-template-columns: 1fr auto; }
    .nav-links { display: none; }
    .nav-cta { display: inline-flex; }
    .hero { padding: 104px 24px 16px; }
    .hero-title { font-size: clamp(42px, 8vw, 60px); letter-spacing: -0.04em; }
    .hero-desc { max-width: 100%; }
    .hero-visual { min-height: 400px; opacity: 0.95; }
    .hero-trust-strip { grid-template-columns: repeat(2, 1fr); }
    .trust-item { min-height: 72px; padding: 15px 18px; }
  }

  @media (max-width: 640px) {
    nav { height: 68px; padding: 0 18px; }
    .nav-logo-text span:first-child { font-size: 18px; }
    .nav-logo-text span:last-child { display: none; }
    .nav-cta { display: none; }
    .hero { min-height: 100dvh; padding: 86px 20px 16px; align-items: start; }
    .hero-shell { gap: 24px; }
    .hero-copy { padding: 20px 0 0; width: 100%; max-width: min(330px, calc(100vw - 48px)); }
    .hero-kicker { font-size: 9px; letter-spacing: 0.16em; margin-bottom: 18px; }
    .hero-title { font-size: clamp(38px, 10.6vw, 44px); line-height: 1.02; letter-spacing: -0.04em; }
    .hero-mobile-break { display: inline; }
    .hero-desc { max-width: min(330px, calc(100vw - 48px)); font-size: 15px; line-height: 1.58; margin-bottom: 26px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero .btn-primary, .hero .btn-secondary { width: 100%; justify-content: center; min-height: 50px; padding: 15px 18px; }
    .hero-system-line { display: none; }
    .hero-visual { min-height: 282px; margin-top: -2px; }
    .hero-visual-premium { width: 100%; aspect-ratio: 4 / 3; transform: none !important; }
    .hero-visual-status { top: 12px; right: 12px; min-width: 166px; padding: 10px 11px; }
    .hero-visual-status strong { font-size: 11.5px; }
    .hero-visual-status span { font-size: 10px; }
    .hero-visual-callouts { transform: none !important; }
    .hero-visual-callout { padding: 7px 8px; font-size: 10.5px; }
    .hero-visual-callout.is-fire { left: 5%; top: 20%; }
    .hero-visual-callout.is-access { right: 5%; top: 52%; }
    .hero-visual-callout.is-energy { left: 6%; bottom: 9%; }
    .hero-visual-callout.is-network { display: none; }
    .hero-grid, .hero-visual, .hero-visual-premium, .hero-visual-callouts { transform: none !important; }
    .hero-trust-strip { margin: 12px -20px 0; }
    .trust-item { min-height: 68px; padding: 14px 20px; }
    .trust-value { font-size: 28px; }
    .trust-label { font-size: 9px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero, .hero-grid, .hero-visual, .hero-visual-premium, .hero-visual-callouts { transform: none !important; transition: none !important; animation: none !important; }
  }

  /* SECTIONS */
  section { padding: 120px 6vw; }
  .section-eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
  .section-eyebrow-line { width: 32px; height: 1px; background: var(--accent); }
  .section-eyebrow-text { font-family: var(--font-mono); font-size: 10px; letter-spacing: 4px; color: var(--accent); text-transform: uppercase; }
  .section-title { font-family: var(--font-display); font-size: clamp(42px, 5vw, 70px); letter-spacing: 2px; text-transform: uppercase; line-height: 0.95; margin-bottom: 20px; }
  .section-title span { color: var(--accent); }
  .section-sub { font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 460px; }

  /* ABOUT */
  .about { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%); border-top: 1px solid rgba(16,32,39,0.10); }
  .about::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.38; background-image: linear-gradient(rgba(16,32,39,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,32,39,0.045) 1px, transparent 1px); background-size: 76px 76px; mask-image: radial-gradient(ellipse 82% 76% at 55% 38%, black 0%, transparent 86%); }
  .about::after { content: ''; position: absolute; right: -10%; top: -20%; width: 52vw; height: 52vw; pointer-events: none; background: radial-gradient(circle, rgba(18,111,104,0.08), transparent 62%); }
  .about-inner { position: relative; z-index: 1; width: min(100%, 1440px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1fr); gap: clamp(48px, 6vw, 96px); align-items: start; }
  .about-copy { min-width: 0; padding-top: 6px; }
  .about-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--hero-teal); }
  .about-eyebrow::before { content: ''; width: 44px; height: 1px; background: var(--hero-teal); opacity: 0.72; }
  .about-title { max-width: 720px; margin: 0; font-family: var(--font-body); font-size: clamp(40px, 5vw, 72px); line-height: 0.98; letter-spacing: -0.045em; font-weight: 600; color: var(--hero-graphite); text-wrap: balance; }
  .about-title span { color: var(--hero-teal); }
  .about-lede { max-width: 620px; margin: 28px 0 0; color: rgba(16,32,39,0.74); font-size: clamp(16px, 1.15vw, 18px); line-height: 1.62; text-wrap: pretty; }
  .about-links { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 32px; }
  .about-link { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--hero-graphite); text-decoration: none; border-bottom: 1px solid rgba(16,32,39,0.18); transition: color 0.24s ease, border-color 0.24s ease; }
  .about-link svg { transition: transform 0.24s ease; }
  .about-link:hover { color: var(--hero-teal); border-color: rgba(18,111,104,0.42); }
  .about-link:hover svg { transform: translateX(4px); }
  .about-evidence { position: relative; border: 1px solid rgba(16,32,39,0.13); background: linear-gradient(180deg, rgba(255,252,246,0.76), rgba(248,245,238,0.58)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.70); }
  .about-evidence::before { content: attr(data-label); position: absolute; right: 22px; top: 18px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; color: rgba(16,32,39,0.38); }
  .about-proof-list { list-style: none; padding: 56px 34px 22px; }
  .about-proof-item { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid rgba(16,32,39,0.10); }
  .about-proof-item:first-child { border-top: 0; }
  .about-proof-num { font-family: var(--font-display); font-size: 42px; line-height: 0.85; letter-spacing: 0.04em; color: rgba(18,111,104,0.42); font-variant-numeric: tabular-nums; }
  .about-proof-text { color: rgba(16,32,39,0.82); font-size: 16px; line-height: 1.5; font-weight: 600; }
  .about-flow { border-top: 1px solid rgba(16,32,39,0.11); padding: 24px 34px 30px; }
  .about-flow-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
  .about-flow-track::before { content: ''; position: absolute; left: 20px; right: 20px; top: 12px; height: 1px; background: linear-gradient(90deg, var(--hero-teal), var(--hero-copper), rgba(16,32,39,0.36)); }
  .about-flow-step { position: relative; min-width: 0; padding-top: 34px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; line-height: 1.35; text-transform: uppercase; color: rgba(16,32,39,0.68); }
  .about-flow-step::before { content: ''; position: absolute; top: 7px; left: 0; width: 11px; height: 11px; border: 1px solid var(--hero-teal); background: var(--surface); }
  .about-flow-step:nth-child(3)::before { border-color: var(--hero-copper); }
  .about-flow-step:nth-child(5)::before { border-color: rgba(16,32,39,0.50); }

  @media (max-width: 1180px) {
    .about-inner { grid-template-columns: 1fr; }
    .about-evidence { max-width: 860px; }
  }

  @media (max-width: 640px) {
    .about { padding-top: 88px; padding-bottom: 88px; }
    .about-title { font-size: clamp(34px, 10vw, 44px); line-height: 1.02; letter-spacing: -0.04em; }
    .about-lede { margin-top: 22px; font-size: 15px; line-height: 1.62; }
    .about-links { margin-top: 26px; gap: 10px 18px; }
    .about-evidence::before { position: static; display: block; padding: 22px 22px 0; line-height: 1.45; }
    .about-proof-list { padding: 18px 22px 12px; }
    .about-proof-item { grid-template-columns: 44px 1fr; gap: 16px; padding: 20px 0; }
    .about-proof-num { font-size: 34px; }
    .about-proof-text { font-size: 15px; }
    .about-flow { padding: 22px; overflow-x: auto; }
    .about-flow-track { min-width: 560px; }
  }

  /* SERVICES */
  .services { position: relative; overflow: hidden; background: var(--bg); border-top: 1px solid rgba(16,32,39,0.08); }
  .services::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.34; background-image: linear-gradient(rgba(16,32,39,0.044) 1px, transparent 1px), linear-gradient(90deg, rgba(16,32,39,0.044) 1px, transparent 1px); background-size: 76px 76px; mask-image: radial-gradient(ellipse 84% 72% at 52% 28%, black 0%, transparent 86%); }
  .services::after { content: ''; position: absolute; right: -14%; top: 0; width: 52vw; height: 52vw; pointer-events: none; background: radial-gradient(circle, rgba(18,111,104,0.075), transparent 64%); }
  .services-inner { position: relative; z-index: 1; width: min(100%, 1440px); margin: 0 auto; }
  .services-header { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.68fr); gap: clamp(40px, 6vw, 96px); align-items: end; margin-bottom: 54px; }
  .services-label { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--hero-teal); }
  .services-label::before { content: ''; width: 44px; height: 1px; background: var(--hero-teal); opacity: 0.72; }
  .services-title { max-width: 820px; margin: 0; font-family: var(--font-body); font-size: clamp(38px, 4.5vw, 64px); line-height: 1.01; letter-spacing: -0.045em; font-weight: 600; color: var(--hero-graphite); text-wrap: balance; }
  .services-title span { color: var(--hero-teal); }
  .services-sub { max-width: 520px; margin: 0; color: rgba(16,32,39,0.72); font-size: 16px; line-height: 1.68; text-wrap: pretty; }
  .services-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .services-grid::before { content: ''; position: absolute; inset: 44px 8% auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(18,111,104,0.34), rgba(185,133,86,0.28), transparent); pointer-events: none; }
  .service-card { min-height: 288px; display: grid; grid-template-rows: auto auto 1fr auto; position: relative; overflow: hidden; padding: 28px 28px 24px; border: 1px solid rgba(16,32,39,0.12); background: linear-gradient(180deg, rgba(255,252,246,0.72), rgba(248,245,238,0.52)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.70); cursor: default; transition: border-color 0.26s ease, background 0.26s ease; }
  .service-card::before { content: ''; position: absolute; inset: 0; opacity: 0.16; pointer-events: none; background-image: linear-gradient(rgba(16,32,39,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(16,32,39,0.08) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(180deg, black, transparent 78%); }
  .service-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--hero-teal); opacity: 0.45; transition: opacity 0.26s ease; }
  .service-card:nth-child(2)::after, .service-card:nth-child(5)::after { background: var(--hero-copper); }
  .service-card:nth-child(3)::after, .service-card:nth-child(6)::after { background: rgba(16,32,39,0.62); }
  .service-card:hover { border-color: rgba(18,111,104,0.28); background: linear-gradient(180deg, rgba(255,252,246,0.86), rgba(248,245,238,0.62)); }
  .service-card:hover::after { opacity: 0.82; }
  .service-meta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 30px; }
  .service-num { font-family: var(--font-mono); font-size: 10px; color: rgba(16,32,39,0.48); letter-spacing: 0.14em; }
  .service-icon { width: 46px; height: 46px; color: var(--hero-teal); opacity: 0.88; transition: color 0.26s ease, opacity 0.26s ease; }
  .service-card:nth-child(2) .service-icon, .service-card:nth-child(5) .service-icon { color: var(--hero-copper); }
  .service-card:nth-child(3) .service-icon, .service-card:nth-child(6) .service-icon { color: rgba(16,32,39,0.70); }
  .service-card:hover .service-icon { opacity: 1; }
  .service-title { position: relative; z-index: 1; max-width: 340px; margin: 0 0 14px; color: var(--hero-graphite); font-size: 19px; font-weight: 700; line-height: 1.28; letter-spacing: -0.01em; }
  .service-desc { position: relative; z-index: 1; margin: 0; color: rgba(16,32,39,0.66); font-size: 14px; line-height: 1.68; }
  .service-arrow { position: relative; z-index: 1; align-self: end; display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(16,32,39,0.52); transition: color 0.26s ease; }
  .service-arrow svg { transition: transform 0.26s ease; }
  .service-card:hover .service-arrow { color: var(--hero-teal); }
  .service-card:hover .service-arrow svg { transform: translateX(4px); }
  .services-rail { margin-top: 18px; padding: 24px 28px; border: 1px solid rgba(16,32,39,0.11); background: rgba(255,252,246,0.46); }
  .services-rail-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
  .services-rail-track::before { content: ''; position: absolute; left: 18px; right: 18px; top: 10px; height: 1px; background: linear-gradient(90deg, var(--hero-teal), var(--hero-copper), rgba(16,32,39,0.40)); }
  .services-rail-step { position: relative; padding-top: 30px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(16,32,39,0.64); }
  .services-rail-step::before { content: ''; position: absolute; top: 5px; left: 0; width: 11px; height: 11px; border: 1px solid var(--hero-teal); background: var(--bg); }
  .services-rail-step:nth-child(3)::before { border-color: var(--hero-copper); }
  .services-rail-step:nth-child(5)::before { border-color: rgba(16,32,39,0.54); }

  @media (max-width: 1180px) {
    .services-header { grid-template-columns: 1fr; gap: 24px; }
    .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }

  @media (max-width: 640px) {
    .services { padding-top: 88px; padding-bottom: 88px; }
    .services-title { font-size: clamp(34px, 10vw, 44px); line-height: 1.04; }
    .services-sub { font-size: 15px; line-height: 1.62; }
    .services-grid { grid-template-columns: 1fr; gap: 12px; }
    .services-grid::before { display: none; }
    .service-card { min-height: 0; padding: 24px 22px; }
    .service-title { font-size: 18px; }
    .service-desc { font-size: 14px; }
    .services-rail { overflow-x: auto; padding: 22px; }
    .services-rail-track { min-width: 560px; }
  }

  /* PROCESS */
  .process { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%); border-top: 1px solid rgba(16,32,39,0.10); border-bottom: 1px solid rgba(16,32,39,0.10); }
  .process::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.34; background-image: linear-gradient(rgba(16,32,39,0.044) 1px, transparent 1px), linear-gradient(90deg, rgba(16,32,39,0.044) 1px, transparent 1px); background-size: 76px 76px; mask-image: radial-gradient(ellipse 82% 76% at 58% 38%, black 0%, transparent 86%); }
  .process::after { content: ''; position: absolute; left: -12%; top: -18%; width: 48vw; height: 48vw; pointer-events: none; background: radial-gradient(circle, rgba(185,133,86,0.08), transparent 64%); }
  .process-inner { position: relative; z-index: 1; width: min(100%, 1440px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1fr); gap: clamp(48px, 6vw, 96px); align-items: start; }
  .process-left { position: sticky; top: 104px; min-width: 0; }
  .process-label { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--hero-teal); }
  .process-label::before { content: ''; width: 44px; height: 1px; background: var(--hero-teal); opacity: 0.72; }
  .process-title { max-width: 760px; margin: 0; font-family: var(--font-body); font-size: clamp(40px, 5vw, 76px); line-height: 0.99; letter-spacing: -0.045em; font-weight: 600; color: var(--hero-graphite); text-wrap: balance; }
  .process-title span { color: var(--hero-teal); }
  .process-desc { max-width: 620px; margin: 28px 0 0; color: rgba(16,32,39,0.74); font-size: clamp(16px, 1.12vw, 18px); line-height: 1.62; text-wrap: pretty; }
  .process-summary { margin-top: 34px; padding: 26px; border: 1px solid rgba(16,32,39,0.13); background: linear-gradient(180deg, rgba(255,252,246,0.78), rgba(248,245,238,0.58)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.70); }
  .process-summary-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; color: var(--hero-teal); }
  .process-summary-icon { width: 34px; height: 34px; flex: 0 0 auto; }
  .process-summary-title { color: var(--hero-graphite); font-size: 18px; font-weight: 700; line-height: 1.25; }
  .process-summary-text { margin: 0; color: rgba(16,32,39,0.68); font-size: 14px; line-height: 1.62; }
  .process-summary-list { display: grid; gap: 8px; margin-top: 18px; list-style: none; }
  .process-summary-list li { position: relative; padding-left: 17px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(16,32,39,0.66); }
  .process-summary-list li::before { content: ''; position: absolute; left: 0; top: 0.48em; width: 6px; height: 6px; border: 1px solid var(--hero-teal); background: rgba(18,111,104,0.12); }
  .process-roadmap { position: relative; padding: 12px 0 12px 34px; }
  .process-roadmap::before { content: ''; position: absolute; left: 10px; top: 28px; bottom: 28px; width: 1px; background: rgba(16,32,39,0.14); }
  .process-roadmap::after { content: ''; position: absolute; left: 10px; top: 28px; width: 1px; height: calc(100% - 56px); background: linear-gradient(180deg, var(--hero-teal), var(--hero-copper), rgba(16,32,39,0.42)); transform-origin: top; opacity: 0.72; }
  .process-step { position: relative; display: grid; grid-template-columns: 46px 42px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(16,32,39,0.10); }
  .process-step:first-child { border-top: 0; }
  .process-step::before { content: ''; position: absolute; left: -29px; top: 34px; width: 11px; height: 11px; border: 1px solid var(--hero-teal); background: var(--surface); z-index: 2; }
  .process-step:nth-child(3)::before, .process-step:nth-child(5)::before { border-color: var(--hero-copper); }
  .process-step-num { font-family: var(--font-display); font-size: 42px; line-height: 0.86; letter-spacing: 0.045em; color: rgba(18,111,104,0.50); font-variant-numeric: tabular-nums; }
  .process-step-icon { width: 30px; height: 30px; color: rgba(16,32,39,0.64); margin-top: 2px; }
  .process-step-body { min-width: 0; }
  .process-step-kicker { display: inline-flex; margin-bottom: 9px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(185,133,86,0.78); }
  .process-step-title { margin: 0 0 8px; color: var(--hero-graphite); font-size: 18px; font-weight: 700; line-height: 1.32; letter-spacing: -0.01em; }
  .process-step-desc { margin: 0; color: rgba(16,32,39,0.66); font-size: 14px; line-height: 1.62; }
  .process-step:hover .process-step-num { color: var(--hero-teal); }

  @media (max-width: 1180px) {
    .process-inner { grid-template-columns: 1fr; }
    .process-left { position: relative; top: 0; }
    .process-summary { max-width: 760px; }
  }

  @media (max-width: 640px) {
    .process { padding-top: 88px; padding-bottom: 88px; }
    .process-title { font-size: clamp(34px, 10vw, 44px); line-height: 1.04; }
    .process-desc { margin-top: 22px; font-size: 15px; line-height: 1.62; }
    .process-summary { margin-top: 26px; padding: 22px; }
    .process-roadmap { padding-left: 26px; }
    .process-roadmap::before, .process-roadmap::after { left: 7px; }
    .process-step { grid-template-columns: 38px 1fr; gap: 14px; padding: 22px 0; }
    .process-step::before { left: -23px; top: 32px; }
    .process-step-icon { grid-column: 1; grid-row: 2; width: 24px; height: 24px; }
    .process-step-body { grid-column: 2; grid-row: 1 / span 2; }
    .process-step-num { font-size: 34px; }
    .process-step-title { font-size: 17px; }
    .process-step-desc { font-size: 14px; }
  }

  /* PROJECTS */
  .projects { position: relative; overflow: hidden; background: var(--bg); }
  .projects::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.34; background-image: linear-gradient(rgba(16,32,39,0.044) 1px, transparent 1px), linear-gradient(90deg, rgba(16,32,39,0.044) 1px, transparent 1px); background-size: 76px 76px; mask-image: radial-gradient(ellipse 84% 72% at 55% 28%, black 0%, transparent 86%); }
  .projects::after { content: ''; position: absolute; right: -14%; top: -8%; width: 50vw; height: 50vw; pointer-events: none; background: radial-gradient(circle, rgba(18,111,104,0.07), transparent 64%); }
  .projects-inner { position: relative; z-index: 1; width: min(100%, 1440px); margin: 0 auto; }
  .projects-header { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.68fr); gap: clamp(40px, 6vw, 96px); align-items: end; margin-bottom: 34px; }
  .projects-label { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--hero-teal); }
  .projects-label::before { content: ''; width: 44px; height: 1px; background: var(--hero-teal); opacity: 0.72; }
  .projects-title { max-width: 880px; margin: 0; font-family: var(--font-body); font-size: clamp(40px, 5vw, 76px); line-height: 0.99; letter-spacing: -0.045em; font-weight: 600; color: var(--hero-graphite); text-wrap: balance; }
  .projects-title span { color: var(--hero-teal); }
  .projects-desc { max-width: 540px; margin: 0; color: rgba(16,32,39,0.72); font-size: 16px; line-height: 1.68; text-wrap: pretty; }
  .projects-category-rail { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 34px; }
  .projects-category-rail span { border: 1px solid rgba(16,32,39,0.12); background: rgba(255,252,246,0.42); padding: 8px 12px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(16,32,39,0.64); }
  .projects-featured { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(150px, auto); gap: 14px; margin-bottom: 18px; }
  .project-feature { position: relative; overflow: hidden; min-height: 230px; border: 1px solid rgba(16,32,39,0.12); background: linear-gradient(180deg, rgba(255,252,246,0.72), rgba(248,245,238,0.54)); padding: 28px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.70); transition: border-color 0.26s ease, background 0.26s ease; }
  .project-feature::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--hero-teal); opacity: 0.42; transition: opacity 0.26s ease; }
  .project-feature:hover { border-color: rgba(18,111,104,0.30); background: linear-gradient(180deg, rgba(255,252,246,0.84), rgba(248,245,238,0.62)); }
  .project-feature:hover::after { opacity: 0.82; }
  .project-feature-main { grid-column: span 6; grid-row: span 3; min-height: 478px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, #102027 0%, #126F68 100%); color: var(--hero-paper-soft); }
  .project-feature-main::before { content: ''; position: absolute; inset: 0; opacity: 0.24; background-image: linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px); background-size: 52px 52px; }
  .project-feature-main::after { background: var(--hero-copper); opacity: 0.72; }
  .project-map { position: absolute; right: 24px; top: 28px; width: min(48%, 320px); height: auto; color: rgba(248,245,238,0.54); transition: transform 0.35s ease, opacity 0.35s ease; }
  .project-feature-main:hover .project-map { transform: translateX(4px); opacity: 0.92; }
  .project-feature-small { grid-column: span 6; min-height: 150px; padding: 24px 28px; }
  .project-feature-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 36px; }
  .project-feature-small .project-feature-top { margin-bottom: 20px; }
  .project-num { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; color: rgba(16,32,39,0.48); }
  .project-feature-main .project-num { color: rgba(248,245,238,0.62); }
  .project-icon { width: 24px; height: 24px; color: var(--hero-teal); }
  .project-feature-main .project-icon { color: rgba(248,245,238,0.76); }
  .project-label { position: relative; z-index: 1; display: inline-flex; margin-bottom: 16px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--hero-teal); }
  .project-feature-main .project-label { color: rgba(248,245,238,0.70); }
  .project-name { position: relative; z-index: 1; max-width: 620px; margin: 0; color: var(--hero-graphite); font-size: clamp(24px, 2.3vw, 34px); line-height: 1.08; letter-spacing: -0.03em; font-weight: 700; }
  .project-feature-small .project-name { font-size: clamp(22px, 1.75vw, 29px); line-height: 1.12; }
  .project-feature-main .project-name { color: var(--hero-paper-soft); font-size: clamp(36px, 4vw, 58px); max-width: 520px; }
  .project-copy { position: relative; z-index: 1; max-width: 500px; margin: 24px 0 0; color: rgba(248,245,238,0.72); font-size: 15px; line-height: 1.62; }
  .project-system-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
  .project-system-tags span { border: 1px solid rgba(248,245,238,0.18); padding: 7px 10px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(248,245,238,0.70); }
  .projects-archive { border: 1px solid rgba(16,32,39,0.12); background: rgba(255,252,246,0.44); }
  .projects-archive-head { display: flex; justify-content: space-between; gap: 24px; padding: 20px 24px; border-bottom: 1px solid rgba(16,32,39,0.10); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(16,32,39,0.52); }
  .projects-register { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .project-register-item { display: grid; grid-template-columns: 40px 1fr; gap: 14px; min-height: 104px; padding: 20px 18px; border-right: 1px solid rgba(16,32,39,0.10); border-bottom: 1px solid rgba(16,32,39,0.10); transition: background 0.24s ease; }
  .project-register-item:nth-child(4n) { border-right: 0; }
  .project-register-item:hover { background: rgba(18,111,104,0.045); }
  .project-register-num { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.10em; color: rgba(18,111,104,0.72); }
  .project-register-name { margin: 0 0 7px; color: var(--hero-graphite); font-size: 14px; line-height: 1.35; font-weight: 700; }
  .project-register-type { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(16,32,39,0.52); }

  @media (max-width: 1180px) {
    .projects-header { grid-template-columns: 1fr; gap: 24px; }
    .project-feature-main { grid-column: span 12; grid-row: auto; min-height: 420px; }
    .project-feature-small { grid-column: span 6; }
    .projects-register { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .project-register-item:nth-child(4n) { border-right: 1px solid rgba(16,32,39,0.10); }
    .project-register-item:nth-child(2n) { border-right: 0; }
  }

  @media (max-width: 640px) {
    .projects { padding-top: 88px; padding-bottom: 88px; }
    .projects-title { font-size: clamp(34px, 10vw, 44px); line-height: 1.04; }
    .projects-desc { font-size: 15px; line-height: 1.62; }
    .projects-featured { grid-template-columns: 1fr; }
    .project-feature-main, .project-feature-small { grid-column: auto; min-height: 0; }
    .project-feature { padding: 24px 22px; }
    .project-map { position: relative; right: auto; top: auto; width: 100%; max-width: 260px; margin: 12px 0 24px; opacity: 0.72; }
    .project-feature-main .project-name { font-size: clamp(30px, 9vw, 40px); }
    .projects-archive-head { flex-direction: column; }
    .projects-register { grid-template-columns: 1fr; }
    .project-register-item, .project-register-item:nth-child(2n), .project-register-item:nth-child(4n) { border-right: 0; }
  }

  /* PARTNERS */
  .partners { position: relative; overflow: hidden; background: var(--hero-paper); border-top: 1px solid rgba(16,32,39,0.10); padding: clamp(96px, 9vw, 138px) clamp(24px, 5vw, 72px); isolation: isolate; }
  .partners::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(circle at 88% 18%, rgba(18,111,104,0.10), transparent 30%), radial-gradient(circle at 12% 88%, rgba(185,133,86,0.08), transparent 28%); }
  .partners::after { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.28; background-image: linear-gradient(rgba(16,32,39,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,32,39,0.045) 1px, transparent 1px); background-size: 68px 68px; mask-image: radial-gradient(ellipse 78% 74% at 54% 46%, black 0%, transparent 88%); }
  .partners-inner { position: relative; z-index: 1; width: min(100%, 1440px); margin: 0 auto; }
  .partners-header { display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.74fr); gap: clamp(36px, 6vw, 96px); align-items: end; margin-bottom: clamp(38px, 5vw, 64px); }
  .partners-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--hero-teal); margin-bottom: 18px; }
  .partners-title { max-width: 890px; margin: 0; font-family: var(--font-body); font-size: clamp(40px, 5vw, 76px); line-height: 1.01; letter-spacing: -0.045em; font-weight: 650; color: var(--hero-graphite); text-wrap: balance; }
  .partners-title span { color: var(--hero-teal); }
  .partners-desc { margin: 0; max-width: 560px; color: rgba(16,32,39,0.72); font-size: clamp(15.5px, 1.08vw, 17px); line-height: 1.64; text-wrap: pretty; }
  .partners-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid rgba(16,32,39,0.12); background: rgba(255,252,246,0.46); }
  .partner-card { min-height: 136px; padding: 22px 20px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; border-right: 1px solid rgba(16,32,39,0.10); border-bottom: 1px solid rgba(16,32,39,0.10); color: var(--hero-graphite); text-decoration: none; background: rgba(255,252,246,0.36); transition: border-color 0.28s cubic-bezier(0.32,0.72,0,1), background 0.28s cubic-bezier(0.32,0.72,0,1); }
  .partner-card:nth-child(5n) { border-right: 0; }
  .partner-card:nth-last-child(-n+5) { border-bottom: 0; }
  .partner-card:hover { background: rgba(255,252,246,0.72); border-color: rgba(18,111,104,0.24); }
  .partner-wordmark { font-family: var(--font-body); font-size: clamp(17px, 1.25vw, 21px); line-height: 1.14; letter-spacing: -0.03em; font-weight: 700; color: rgba(16,32,39,0.88); }
  .partner-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .partner-tag { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(16,32,39,0.56); }
  .partner-dot { width: 7px; height: 7px; border: 1px solid var(--hero-teal); background: rgba(18,111,104,0.12); }
  .partner-card:nth-child(3n) .partner-dot { border-color: var(--hero-copper); background: rgba(185,133,86,0.13); }
  .partners-note { display: flex; align-items: flex-start; gap: 14px; margin-top: 18px; padding: 18px 20px; border: 1px solid rgba(16,32,39,0.11); background: rgba(255,252,246,0.38); color: rgba(16,32,39,0.66); font-size: 14px; line-height: 1.55; }
  .partners-note svg { flex: 0 0 auto; margin-top: 2px; color: var(--hero-teal); }

  /* CTA */
  .cta { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--hero-paper) 0%, var(--hero-paper-soft) 100%); padding: clamp(88px, 8vw, 128px) clamp(24px, 5vw, 72px); }
  .cta::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 20% 18%, rgba(18,111,104,0.08), transparent 32%), radial-gradient(circle at 82% 76%, rgba(185,133,86,0.07), transparent 30%); }
  .cta-inner { position: relative; z-index: 1; width: min(100%, 1440px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.78fr); gap: clamp(20px, 2.8vw, 38px); align-items: stretch; }
  .cta-left { position: relative; overflow: hidden; min-height: 650px; padding: clamp(34px, 4.2vw, 62px); background: radial-gradient(circle at 82% 18%, rgba(18,111,104,0.26), transparent 34%), linear-gradient(135deg, #102027 0%, #0E1D24 62%, #126F68 160%); color: var(--hero-paper-soft); border: 1px solid rgba(248,245,238,0.16); }
  .cta-left::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.18; background-image: linear-gradient(rgba(248,245,238,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(248,245,238,0.12) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(ellipse 86% 76% at 70% 42%, black 0%, transparent 86%); }
  .cta-left-content { position: relative; z-index: 2; display: grid; grid-template-rows: auto 1fr auto; min-height: 100%; }
  .cta-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(248,245,238,0.76); margin-bottom: 18px; }
  .cta-title { max-width: 780px; margin: 0 0 20px; font-family: var(--font-body); font-size: clamp(42px, 5vw, 76px); line-height: 1.01; letter-spacing: -0.045em; font-weight: 650; color: var(--hero-paper-soft); text-transform: none; text-wrap: balance; }
  .cta-title span { color: #80C8BE; }
  .cta-desc { max-width: 650px; margin: 0; color: rgba(248,245,238,0.74); font-size: clamp(16px, 1.1vw, 17px); line-height: 1.64; text-wrap: pretty; }
  .cta-tech-map { position: absolute; right: clamp(18px, 4vw, 56px); top: clamp(28px, 5vw, 74px); z-index: 1; width: min(46%, 420px); color: rgba(248,245,238,0.28); pointer-events: none; }
  .cta-contacts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 48px; }
  .cta-contact-line { display: flex; align-items: flex-start; gap: 13px; min-width: 0; padding: 16px 0; border-top: 1px solid rgba(248,245,238,0.13); }
  .cta-contact-icon { color: #80C8BE; flex-shrink: 0; margin-top: 2px; }
  .cta-contact-label { margin-bottom: 5px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(248,245,238,0.48); }
  .cta-contact-value { color: rgba(248,245,238,0.88); font-size: 14px; line-height: 1.45; font-weight: 650; }
  .cta-contact-value a { color: inherit; text-decoration: none; transition: color 0.24s cubic-bezier(0.32,0.72,0,1); }
  .cta-contact-value a:hover { color: #A9DED7; }
  .cta-after { position: relative; z-index: 2; margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(248,245,238,0.15); }
  .cta-after-title { margin-bottom: 16px; font-size: 13px; font-weight: 750; letter-spacing: 0.02em; color: rgba(248,245,238,0.88); }
  .cta-after-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; list-style: none; }
  .cta-after-list li { display: grid; gap: 7px; color: rgba(248,245,238,0.72); font-size: 12.5px; line-height: 1.35; }
  .cta-after-list span { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.10em; color: #B98556; }
  .cta-form-card { background: rgba(255,252,246,0.78); border: 1px solid rgba(16,32,39,0.12); padding: clamp(28px, 3.2vw, 44px); display: flex; flex-direction: column; justify-content: space-between; box-shadow: inset 0 1px 0 rgba(255,255,255,0.76); }
  .form-head { margin-bottom: 28px; }
  .form-kicker { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--hero-teal); margin-bottom: 12px; }
  .form-title { margin: 0; color: var(--hero-graphite); font-size: clamp(24px, 2.1vw, 34px); line-height: 1.08; letter-spacing: -0.03em; font-weight: 750; }
  .contact-form { display: grid; gap: 14px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .form-field { display: grid; gap: 8px; }
  .form-field label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(16,32,39,0.58); }
  .form-field input, .form-field textarea { width: 100%; border: 1px solid rgba(16,32,39,0.14); border-radius: 0; background: rgba(248,245,238,0.48); color: var(--hero-graphite); font: 500 15px/1.45 var(--font-body); padding: 14px 15px; outline: none; transition: border-color 0.24s cubic-bezier(0.32,0.72,0,1), background 0.24s cubic-bezier(0.32,0.72,0,1); }
  .form-field textarea { min-height: 118px; resize: vertical; }
  .form-field input:focus, .form-field textarea:focus { border-color: rgba(18,111,104,0.52); background: rgba(255,252,246,0.86); }
  .form-submit { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; margin-top: 8px; border: 1px solid var(--hero-teal); background: var(--hero-teal); color: #fff; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; cursor: pointer; transition: background 0.24s cubic-bezier(0.32,0.72,0,1), border-color 0.24s cubic-bezier(0.32,0.72,0,1); }
  .form-submit svg { transition: transform 0.24s cubic-bezier(0.32,0.72,0,1); }
  .form-submit:hover { background: #0F5D57; border-color: #0F5D57; }
  .form-submit:hover svg { transform: translateX(4px); }
  .form-note { margin: 14px 0 0; color: rgba(16,32,39,0.56); font-size: 12.5px; line-height: 1.52; }

  /* FOOTER */
  footer { background: var(--hero-paper-soft); border-top: 1px solid rgba(16,32,39,0.12); padding: 34px clamp(24px, 5vw, 72px); display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
  .footer-logo { font-family: var(--font-body); font-size: 15px; line-height: 1.25; font-weight: 750; letter-spacing: -0.01em; color: var(--hero-graphite); }
  .footer-copy { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.04em; color: rgba(16,32,39,0.52); }
  .footer-links { display: flex; gap: 22px; list-style: none; flex-wrap: wrap; }
  .footer-links a { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; color: rgba(16,32,39,0.58); text-decoration: none; text-transform: uppercase; transition: color 0.24s cubic-bezier(0.32,0.72,0,1); }
  .footer-links a:hover { color: var(--hero-teal); }

  @media (max-width: 1180px) {
    .partners-header, .cta-inner { grid-template-columns: 1fr; }
    .partners-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .partner-card:nth-child(5n) { border-right: 1px solid rgba(16,32,39,0.10); }
    .partner-card:nth-child(3n) { border-right: 0; }
    .partner-card:nth-last-child(-n+5) { border-bottom: 1px solid rgba(16,32,39,0.10); }
    .partner-card:nth-last-child(-n+1) { border-bottom: 0; }
    .cta-left { min-height: 570px; }
    .cta-form-card { min-height: 0; }
  }

  @media (max-width: 760px) {
    .partners { padding-top: 84px; padding-bottom: 88px; }
    .partners-header { gap: 22px; margin-bottom: 34px; }
    .partners-title, .cta-title { font-size: clamp(34px, 10vw, 46px); line-height: 1.04; }
    .partners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .partner-card, .partner-card:nth-child(3n), .partner-card:nth-child(5n) { min-height: 118px; padding: 18px 16px; border-right: 1px solid rgba(16,32,39,0.10); border-bottom: 1px solid rgba(16,32,39,0.10); }
    .partner-card:nth-child(2n) { border-right: 0; }
    .partner-card:nth-last-child(-n+2) { border-bottom: 0; }
    .partner-wordmark { font-size: 16px; }
    .partners-note { font-size: 13.5px; }
    .cta { padding-top: 76px; padding-bottom: 86px; }
    .cta-left { min-height: 0; padding: 30px 24px; }
    .cta-tech-map { display: none; }
    .cta-contacts, .cta-after-list, .form-row { grid-template-columns: 1fr; }
    .cta-contacts { margin-top: 34px; }
    .cta-after-list { gap: 10px; }
    .cta-form-card { padding: 26px 22px; }
    footer { align-items: flex-start; flex-direction: column; }
  }

  @media (max-width: 480px) {
    .partners-grid { grid-template-columns: 1fr; }
    .partner-card, .partner-card:nth-child(2n), .partner-card:nth-child(3n), .partner-card:nth-child(5n), .partner-card:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid rgba(16,32,39,0.10); }
    .partner-card:last-child { border-bottom: 0; }
  }

  /* FINAL POLISH */
  :where(a, button, input, textarea):focus-visible { outline: 2px solid rgba(18,111,104,0.72); outline-offset: 3px; }
  :where(.about, .services, .process, .projects) { padding-block: clamp(92px, 9.2vw, 142px); }
  :where(.about-inner, .services-inner, .process-inner, .projects-inner, .partners-inner, .cta-inner) { max-width: 1440px; }
  :where(.about-eyebrow, .services-label, .process-label, .projects-label, .partners-label, .cta-label, .form-kicker) { letter-spacing: 0.13em; font-size: 10.5px; color: var(--hero-teal); }
  :where(.about-lede, .services-sub, .process-desc, .projects-desc, .partners-desc) { color: rgba(16,32,39,0.78); }
  :where(.services-title, .process-title, .projects-title, .partners-title, .cta-title) { font-weight: 640; text-wrap: balance; }
  :where(.service-card, .process-summary, .project-feature, .projects-archive, .partner-card, .partners-note, .cta-form-card) { border-color: rgba(16,32,39,0.145); }
  :where(.about-link, .service-card, .project-feature, .project-register-item, .partner-card, .form-submit, .footer-links a) { transition-timing-function: cubic-bezier(0.32,0.72,0,1); }

  .services-header, .projects-header { margin-bottom: clamp(38px, 4.2vw, 58px); }
  .service-card { min-height: 316px; padding: 30px 30px 26px; background: linear-gradient(180deg, rgba(255,252,246,0.80), rgba(248,245,238,0.56)); }
  .service-card:hover { border-color: rgba(18,111,104,0.34); background: linear-gradient(180deg, rgba(255,252,246,0.92), rgba(248,245,238,0.66)); }
  .service-meta { margin-bottom: 26px; }
  .service-num { color: rgba(16,32,39,0.62); letter-spacing: 0.11em; }
  .service-icon { width: 48px; height: 48px; opacity: 0.96; }
  .service-title { font-size: 20px; line-height: 1.26; margin-bottom: 13px; }
  .service-desc { color: rgba(16,32,39,0.73); font-size: 14.5px; line-height: 1.62; }
  .service-arrow { color: rgba(16,32,39,0.58); letter-spacing: 0.08em; }
  .services-rail { margin-top: 20px; padding: 22px 28px; background: rgba(255,252,246,0.58); border-color: rgba(16,32,39,0.13); }
  .services-rail-step { color: rgba(16,32,39,0.70); letter-spacing: 0.065em; line-height: 1.35; }

  .process-inner { gap: clamp(52px, 6vw, 92px); }
  .process-summary { padding: 28px; background: linear-gradient(180deg, rgba(255,252,246,0.88), rgba(248,245,238,0.64)); }
  .process-summary-text { color: rgba(16,32,39,0.74); font-size: 14.5px; }
  .process-summary-list li { color: rgba(16,32,39,0.72); letter-spacing: 0.055em; }
  .process-roadmap { padding-left: 38px; }
  .process-roadmap::before, .process-roadmap::after { left: 12px; }
  .process-step { grid-template-columns: 52px 44px 1fr; gap: 18px; padding: 26px 0; border-top-color: rgba(16,32,39,0.12); }
  .process-step::before { left: -31px; width: 12px; height: 12px; background: var(--hero-paper-soft); }
  .process-step-num { color: rgba(18,111,104,0.68); font-size: 44px; letter-spacing: 0.035em; }
  .process-step-icon { color: rgba(16,32,39,0.72); }
  .process-step-kicker { color: rgba(185,133,86,0.86); letter-spacing: 0.10em; }
  .process-step-title { font-size: 19px; line-height: 1.28; }
  .process-step-desc { color: rgba(16,32,39,0.73); font-size: 14.5px; line-height: 1.6; }

  .project-feature-main { background: radial-gradient(circle at 84% 14%, rgba(128,200,190,0.16), transparent 32%), linear-gradient(145deg, #0E1D24 0%, #102027 54%, #126F68 145%); border-color: rgba(248,245,238,0.17); }
  .project-feature-main::before { opacity: 0.18; background-size: 48px 48px; }
  .project-map { color: rgba(248,245,238,0.64); }
  .project-feature-small { min-height: 164px; display: flex; flex-direction: column; justify-content: center; }
  .project-num { color: rgba(16,32,39,0.62); letter-spacing: 0.11em; }
  .project-feature-main .project-num { color: rgba(248,245,238,0.72); }
  .project-label { color: rgba(18,111,104,0.84); letter-spacing: 0.085em; }
  .project-feature-main .project-label { color: rgba(248,245,238,0.78); }
  .project-feature-main .project-name { font-weight: 680; line-height: 1.04; }
  .project-feature-small .project-name { font-weight: 720; }
  .project-copy { color: rgba(248,245,238,0.78); font-size: 15.5px; }
  .project-system-tags span { color: rgba(248,245,238,0.78); border-color: rgba(248,245,238,0.24); letter-spacing: 0.08em; }
  .projects-archive { background: linear-gradient(180deg, rgba(255,252,246,0.62), rgba(248,245,238,0.46)); }
  .projects-archive-head { color: rgba(16,32,39,0.62); letter-spacing: 0.09em; }
  .project-register-item { position: relative; min-height: 108px; background: rgba(255,252,246,0.18); transition: background 0.24s cubic-bezier(0.32,0.72,0,1), border-color 0.24s cubic-bezier(0.32,0.72,0,1); }
  .project-register-item::before { content: ''; position: absolute; left: 0; top: 18px; bottom: 18px; width: 2px; background: var(--hero-teal); opacity: 0; transition: opacity 0.24s cubic-bezier(0.32,0.72,0,1); }
  .project-register-item:hover { background: rgba(255,252,246,0.62); border-color: rgba(18,111,104,0.18); }
  .project-register-item:hover::before { opacity: 0.72; }
  .project-register-name { font-size: 14.5px; line-height: 1.36; }
  .project-register-type { color: rgba(16,32,39,0.62); font-size: 9.5px; letter-spacing: 0.065em; }

  .partners { padding-block: clamp(92px, 8.8vw, 136px); }
  .partners-header { margin-bottom: clamp(34px, 4.2vw, 54px); }
  .partners-grid { gap: 10px; border: 0; background: transparent; }
  .partner-card, .partner-card:nth-child(5n), .partner-card:nth-last-child(-n+5) { border: 1px solid rgba(16,32,39,0.13); }
  .partner-card { min-height: 142px; padding: 24px 22px; background: linear-gradient(180deg, rgba(255,252,246,0.74), rgba(248,245,238,0.48)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.72); }
  .partner-card:hover { background: linear-gradient(180deg, rgba(255,252,246,0.92), rgba(248,245,238,0.62)); border-color: rgba(18,111,104,0.30); }
  .partner-wordmark { color: rgba(16,32,39,0.92); font-size: clamp(18px, 1.18vw, 22px); line-height: 1.12; }
  .partner-tag { color: rgba(16,32,39,0.66); font-size: 9.5px; letter-spacing: 0.075em; }
  .partners-note { margin-top: 16px; padding: 19px 22px; background: rgba(255,252,246,0.58); color: rgba(16,32,39,0.72); font-size: 14.5px; }

  .cta { padding-block: clamp(86px, 8vw, 126px); }
  .cta-inner { gap: clamp(22px, 3.4vw, 46px); }
  .cta-left { min-height: 630px; border-color: rgba(248,245,238,0.20); }
  .cta-tech-map { color: rgba(248,245,238,0.34); }
  .cta-desc { color: rgba(248,245,238,0.80); }
  .cta-contact-line { border-top-color: rgba(248,245,238,0.17); }
  .cta-contact-label { color: rgba(248,245,238,0.58); letter-spacing: 0.085em; }
  .cta-contact-value { color: rgba(248,245,238,0.92); font-size: 14.5px; }
  .cta-after { border-top-color: rgba(248,245,238,0.18); }
  .cta-after-list li { padding: 14px 12px; border: 1px solid rgba(248,245,238,0.12); background: rgba(248,245,238,0.045); color: rgba(248,245,238,0.78); }
  .cta-form-card { background: linear-gradient(180deg, rgba(255,252,246,0.90), rgba(248,245,238,0.66)); border-color: rgba(16,32,39,0.16); }
  .form-title { line-height: 1.12; }
  .form-field label { color: rgba(16,32,39,0.66); letter-spacing: 0.065em; }
  .form-field input, .form-field textarea { min-height: 52px; border-color: rgba(16,32,39,0.18); background: rgba(255,252,246,0.56); font-size: 15px; }
  .form-field textarea { min-height: 126px; }
  .form-field input:hover, .form-field textarea:hover { border-color: rgba(16,32,39,0.26); }
  .form-field input:focus, .form-field textarea:focus { border-color: rgba(18,111,104,0.62); background: rgba(255,252,246,0.94); }
  .form-field input::placeholder, .form-field textarea::placeholder { color: rgba(16,32,39,0.36); }
  .form-submit { min-height: 56px; background: #126F68; border-color: #126F68; }
  .form-note { color: rgba(16,32,39,0.64); font-size: 13px; }

  footer { padding-block: 38px; background: #F8F5EE; border-top-color: rgba(16,32,39,0.16); }
  .footer-logo { font-size: 15.5px; }
  .footer-copy { color: rgba(16,32,39,0.60); }
  .footer-links a { color: rgba(16,32,39,0.66); letter-spacing: 0.065em; }

  @media (min-width: 1600px) {
    :where(.about, .services, .process, .projects) { padding-block: 136px; }
    .partners { padding-block: 132px; }
    .cta { padding-block: 122px; }
  }

  @media (max-width: 1180px) {
    :where(.about, .services, .process, .projects) { padding-block: 104px; }
    .partners-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
    .partner-card:nth-child(3n), .partner-card:nth-child(5n), .partner-card:nth-last-child(-n+5) { border: 1px solid rgba(16,32,39,0.13); }
    .cta-left { min-height: auto; }
  }

  @media (max-width: 760px) {
    :where(.about, .services, .process, .projects, .partners, .cta) { padding-block: 84px; }
    :where(.about-eyebrow, .services-label, .process-label, .projects-label, .partners-label, .cta-label) { letter-spacing: 0.10em; }
    .service-card { min-height: 0; padding: 24px 22px; }
    .service-meta { margin-bottom: 22px; }
    .service-icon { width: 42px; height: 42px; }
    .process-step { padding: 24px 0; }
    .project-feature-small { min-height: 0; }
    .projects-category-rail span { font-size: 9.5px; }
    .partner-card { min-height: 124px; }
    .cta-after-list li { padding: 12px; }
    .form-field input, .form-field textarea, .form-submit { min-height: 52px; }
    footer { gap: 18px; padding-block: 30px; }
  }

  /* PRODUCTION POLISH */
  body { font-size: 16px; }
  :root { --muted: #5C6762; --hero-muted: rgba(16,32,39,0.70); }
  .nav-logo-text span:first-child { font-size: 22px; }
  .nav-links a { color: rgba(16,32,39,0.82); }
  .nav-cta { color: var(--hero-graphite); border-color: rgba(18,111,104,0.34); background: rgba(255,252,246,0.82); }

  :where(.hero-desc, .about-lede, .services-sub, .process-desc, .projects-desc, .partners-desc, .cta-desc) { font-size: clamp(16px, 1.08vw, 18px); line-height: 1.62; }
  :where(.trust-label, .service-num, .process-step-kicker, .project-num, .project-label, .project-register-type, .partner-tag, .cta-contact-label, .form-field label, .footer-links a) { opacity: 1; }
  :where(.services-label, .process-label, .projects-label, .partners-label, .cta-label, .form-kicker) { font-weight: 700; }

  .about-proof-text { font-size: 16.5px; line-height: 1.48; }
  .about-proof-num { color: rgba(18,111,104,0.56); }
  .about-flow-step { color: rgba(16,32,39,0.74); }

  .services-title { font-size: clamp(42px, 4.8vw, 68px); }
  .service-card { min-height: 326px; padding: 32px 31px 28px; }
  .service-num { color: rgba(16,32,39,0.68); }
  .service-icon { width: 50px; height: 50px; stroke-width: 1.55; }
  .service-title { font-size: 20.5px; font-weight: 760; letter-spacing: -0.015em; }
  .service-desc { color: rgba(16,32,39,0.77); font-size: 14.75px; line-height: 1.62; }
  .services-rail { padding: 24px 30px; }
  .services-rail-step { color: rgba(16,32,39,0.76); font-size: 10.5px; letter-spacing: 0.055em; }

  .process-summary { border-color: rgba(16,32,39,0.17); }
  .process-summary-title { font-size: 19px; font-weight: 760; }
  .process-summary-text { color: rgba(16,32,39,0.78); font-size: 15px; }
  .process-summary-list li { color: rgba(16,32,39,0.76); font-size: 10.5px; }
  .process-roadmap::before { background: rgba(16,32,39,0.18); }
  .process-roadmap::after { opacity: 0.86; }
  .process-step { padding: 28px 0; }
  .process-step-num { color: rgba(18,111,104,0.76); }
  .process-step-title { font-size: 19.5px; font-weight: 760; }
  .process-step-desc { color: rgba(16,32,39,0.78); font-size: 15px; line-height: 1.58; }

  .projects-title { font-size: clamp(42px, 5vw, 78px); }
  .project-feature-main { min-height: 500px; background: radial-gradient(circle at 82% 16%, rgba(128,200,190,0.19), transparent 30%), radial-gradient(circle at 12% 92%, rgba(185,133,86,0.14), transparent 34%), linear-gradient(145deg, #0C1A20 0%, #102027 58%, #126F68 150%); }
  .project-feature.project-feature-main:hover { background: radial-gradient(circle at 82% 16%, rgba(128,200,190,0.22), transparent 30%), radial-gradient(circle at 12% 92%, rgba(185,133,86,0.16), transparent 34%), linear-gradient(145deg, #0C1A20 0%, #102027 58%, #126F68 150%); border-color: rgba(128,200,190,0.30); }
  .project-feature-main::before { opacity: 0.22; background-size: 46px 46px; }
  .project-map { color: rgba(248,245,238,0.70); width: min(50%, 340px); }
  .project-feature-small { min-height: 172px; }
  .project-feature-small .project-name { font-size: clamp(23px, 1.8vw, 30px); }
  .project-register-item { min-height: 116px; padding: 22px 20px; border-color: rgba(16,32,39,0.12); }
  .project-register-num { color: rgba(18,111,104,0.82); font-weight: 700; }
  .project-register-name { font-size: 15px; line-height: 1.36; }
  .project-register-type { color: rgba(16,32,39,0.68); font-size: 10px; letter-spacing: 0.055em; }

  .partners { background: linear-gradient(180deg, var(--hero-paper) 0%, #F8F5EE 100%); }
  .partners-title { font-size: clamp(42px, 5vw, 78px); }
  .partners-desc { color: rgba(16,32,39,0.78); max-width: 590px; }
  .partners-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .partner-card, .partner-card:nth-child(3n), .partner-card:nth-child(5n), .partner-card:nth-last-child(-n+5) { position: relative; min-height: 156px; padding: 26px 24px 22px; border: 1px solid rgba(16,32,39,0.15); background: linear-gradient(180deg, rgba(255,252,246,0.88), rgba(248,245,238,0.62)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.78); }
  .partner-card::before { content: ''; position: absolute; left: 22px; right: 22px; top: 18px; height: 1px; background: linear-gradient(90deg, rgba(18,111,104,0.55), rgba(185,133,86,0.26), transparent); opacity: 0.42; transition: opacity 0.24s cubic-bezier(0.32,0.72,0,1); }
  .partner-card:hover { border-color: rgba(18,111,104,0.38); background: linear-gradient(180deg, rgba(255,252,246,0.98), rgba(248,245,238,0.72)); }
  .partner-card:hover::before { opacity: 0.82; }
  .partner-wordmark { font-size: clamp(19px, 1.26vw, 24px); font-weight: 780; letter-spacing: -0.035em; }
  .partner-tag { color: rgba(16,32,39,0.72); font-size: 10px; letter-spacing: 0.06em; }
  .partner-dot { width: 8px; height: 8px; }
  .partners-note { margin-top: 20px; padding: 21px 24px; background: rgba(255,252,246,0.74); border-color: rgba(16,32,39,0.15); color: rgba(16,32,39,0.78); font-size: 15px; line-height: 1.58; }

  .cta-inner { align-items: stretch; }
  .cta-left, .cta-form-card { min-height: 660px; }
  .cta-left { border-color: rgba(248,245,238,0.24); }
  .cta-title { color: #FFFDF8; }
  .cta-title span { color: #91D5CC; }
  .cta-tech-map { color: rgba(248,245,238,0.38); }
  .cta-contact-line { gap: 15px; padding: 18px 0; }
  .cta-contact-label { color: rgba(248,245,238,0.66); font-size: 9.5px; }
  .cta-contact-value { font-size: 15px; line-height: 1.46; }
  .cta-after-title { font-size: 14px; }
  .cta-after-list li { min-height: 84px; align-content: start; color: rgba(248,245,238,0.84); font-size: 13px; line-height: 1.42; }
  .cta-after-list span { color: #D0A06E; font-weight: 700; }
  .cta-form-card { padding: clamp(34px, 3.6vw, 52px); background: linear-gradient(180deg, rgba(255,252,246,0.96), rgba(248,245,238,0.74)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.86); }
  .form-head { margin-bottom: 30px; }
  .form-title { font-size: clamp(26px, 2.2vw, 36px); }
  .contact-form { gap: 16px; }
  .form-row { gap: 16px; }
  .form-field { gap: 9px; }
  .form-field label { color: rgba(16,32,39,0.74); font-size: 10.5px; font-weight: 700; }
  .form-field input, .form-field textarea { min-height: 52px; padding: 15px 16px; border-color: rgba(16,32,39,0.20); background: rgba(255,252,246,0.68); font-size: 15.5px; }
  .form-field textarea { min-height: 132px; }
  .form-field input::placeholder, .form-field textarea::placeholder { color: rgba(16,32,39,0.46); }
  .form-field input:focus, .form-field textarea:focus { border-color: rgba(18,111,104,0.72); box-shadow: 0 0 0 3px rgba(18,111,104,0.08); }
  .form-submit { min-height: 58px; background: #0F6A63; border-color: #0F6A63; }
  .form-note { color: rgba(16,32,39,0.70); font-size: 13.5px; line-height: 1.5; }

  footer { display: grid; grid-template-columns: minmax(260px, 1fr) auto minmax(360px, 1fr); align-items: center; gap: 28px; padding-block: 44px; }
  .footer-logo { font-size: 16px; font-weight: 780; }
  .footer-copy { justify-self: center; color: rgba(16,32,39,0.68); font-size: 10.5px; }
  .footer-links { justify-self: end; gap: 24px; }
  .footer-links a { color: rgba(16,32,39,0.72); font-size: 10.5px; font-weight: 700; }

  @media (min-width: 1800px) {
    :where(.about-inner, .services-inner, .process-inner, .projects-inner, .partners-inner, .cta-inner) { width: min(100%, 1500px); max-width: 1500px; }
  }

  @media (max-width: 1180px) {
    .partner-card, .partner-card:nth-child(3n), .partner-card:nth-child(5n), .partner-card:nth-last-child(-n+5) { min-height: 146px; }
    .cta-left, .cta-form-card { min-height: auto; }
    footer { grid-template-columns: 1fr; }
    .footer-copy, .footer-links { justify-self: start; }
  }

  @media (max-width: 760px) {
    .nav-logo-text span:first-child { font-size: 19px; }
    .hero-desc, .about-lede, .services-sub, .process-desc, .projects-desc, .partners-desc, .cta-desc { font-size: 15.5px; }
    .service-title { font-size: 19px; }
    .service-desc, .process-step-desc, .project-register-name { font-size: 14.5px; }
    .process-step-title { font-size: 18px; }
    .project-register-item { min-height: 104px; padding: 20px 18px; }
    .partner-card, .partner-card:nth-child(3n), .partner-card:nth-child(5n), .partner-card:nth-last-child(-n+5) { min-height: 130px; padding: 22px 20px; }
    .partner-wordmark { font-size: 18px; }
    .partners-note { font-size: 14px; }
    .cta-form-card { padding: 28px 22px; }
    .cta-after-list li { min-height: 0; }
    footer { padding-block: 34px; }
  }

  /* REVEAL */
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.72s cubic-bezier(0.32,0.72,0,1), transform 0.72s cubic-bezier(0.32,0.72,0,1); }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }
  .reveal-delay-4 { transition-delay: 0.4s; }

  @media (prefers-reduced-motion: reduce) {
    .reveal, .about .reveal, .services .reveal, .process .reveal, .projects .reveal, .partners .reveal, .cta .reveal { opacity: 1; transform: none; transition: none; }
    .process-roadmap::after { opacity: 0.72; transition: none; }
    .project-map, .service-arrow svg, .form-submit svg { transform: none !important; transition: none !important; }
  }

  @media (max-width: 900px) {
    .about-inner, .process-inner, .cta-inner { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nav-links { display: none; }
    .hero-stats { display: none; }
    .process-left { position: relative; top: 0; }
  }

  @media (max-width: 640px) {
    .services-grid { grid-template-columns: 1fr; }
  }

  /* HEADER / FOOTER SYSTEM */
  html { scroll-padding-top: 96px; }
  :where(#hero, #about, #services, #process, #projects, #contact) { scroll-margin-top: 96px; }

  nav#main-nav {
    height: 82px;
    padding: 0 clamp(22px, 4.6vw, 70px);
    grid-template-columns: minmax(270px, 0.95fr) auto minmax(360px, 1fr);
    column-gap: clamp(22px, 3vw, 46px);
    background: rgba(248,245,238,0.91);
    border-bottom: 1px solid rgba(16,32,39,0.13);
    box-shadow: 0 1px 0 rgba(255,255,255,0.58) inset;
  }
  nav#main-nav::before {
    content: '';
    position: absolute;
    left: clamp(22px, 4.6vw, 70px);
    right: clamp(22px, 4.6vw, 70px);
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--hero-teal) 0 132px, rgba(16,32,39,0.10) 132px 100%);
    pointer-events: none;
  }
  nav#main-nav::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.16;
    background-image: linear-gradient(90deg, rgba(16,32,39,0.08) 1px, transparent 1px);
    background-size: 72px 100%;
    mask-image: linear-gradient(90deg, transparent, black 16%, black 84%, transparent);
  }
  nav#main-nav.nav-scrolled { background: rgba(248,245,238,0.96); border-bottom-color: rgba(16,32,39,0.16); }
  .nav-logo { position: relative; z-index: 2; gap: 14px; }
  .nav-logo-mark { width: 46px; height: 46px; }
  .nav-logo-text span:first-child { font-family: var(--font-body); font-size: 20px; letter-spacing: -0.02em; font-weight: 800; color: var(--hero-graphite); }
  .nav-logo-text span:last-child { font-size: 9.5px; letter-spacing: 0.10em; color: rgba(18,111,104,0.86); margin-top: 5px; }
  .nav-links {
    position: relative;
    z-index: 2;
    align-items: center;
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(16,32,39,0.08);
    background: rgba(255,252,246,0.42);
  }
  .nav-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
    color: rgba(16,32,39,0.78);
    transition: color 0.24s cubic-bezier(0.32,0.72,0,1), background 0.24s cubic-bezier(0.32,0.72,0,1);
  }
  .nav-links a::after {
    left: 12px;
    right: 12px;
    bottom: 6px;
    width: auto;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.24s cubic-bezier(0.32,0.72,0,1);
  }
  .nav-links a:hover,
  .nav-links a.is-active {
    color: var(--hero-graphite);
    background: rgba(18,111,104,0.055);
  }
  .nav-links a:hover::after,
  .nav-links a.is-active::after { width: auto; transform: scaleX(1); }
  .nav-actions { position: relative; z-index: 2; justify-self: end; display: flex; align-items: center; gap: 10px; min-width: 0; }
  .nav-system-label { display: none; align-items: center; min-height: 36px; padding-right: 8px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(16,32,39,0.54); white-space: nowrap; }
  .nav-phone, .nav-evaluate, .nav-mobile-phone, .mobile-menu-phone, .mobile-menu-cta, .footer-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.24s cubic-bezier(0.32,0.72,0,1), background 0.24s cubic-bezier(0.32,0.72,0,1), border-color 0.24s cubic-bezier(0.32,0.72,0,1);
  }
  .nav-phone {
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(18,111,104,0.26);
    border-radius: 999px;
    background: rgba(255,252,246,0.76);
    color: var(--hero-graphite);
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  .nav-phone:hover { border-color: rgba(18,111,104,0.44); background: rgba(18,111,104,0.075); color: var(--hero-teal); }
  .nav-evaluate {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #126F68;
    border-radius: 999px;
    background: #126F68;
    color: #fff;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
  }
  .nav-evaluate:hover { background: #0F5D57; border-color: #0F5D57; }
  .nav-mobile-actions, .mobile-menu { display: none; }

  .site-footer {
    position: relative;
    display: block !important;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid rgba(16,32,39,0.16);
    background: linear-gradient(145deg, #0E1D24 0%, #102027 62%, #126F68 170%);
    color: var(--hero-paper-soft);
  }
  .footer-technical {
    position: absolute;
    right: -20px;
    top: 28px;
    width: min(44vw, 640px);
    height: auto;
    color: rgba(248,245,238,0.10);
    pointer-events: none;
  }
  .footer-inner { position: relative; z-index: 1; width: min(100%, 1440px); margin: 0 auto; padding: 0 clamp(24px, 5vw, 72px); }
  .footer-cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 96px;
    border-bottom: 1px solid rgba(248,245,238,0.13);
  }
  .footer-cta-row p { margin: 0; max-width: 680px; color: rgba(248,245,238,0.92); font-size: clamp(20px, 2vw, 30px); line-height: 1.18; letter-spacing: -0.03em; font-weight: 700; }
  .footer-cta-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
  .footer-cta-actions a {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(248,245,238,0.18);
    color: rgba(248,245,238,0.84);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
  }
  .footer-cta-actions a:first-child { background: #126F68; border-color: #126F68; color: #fff; }
  .footer-cta-actions a:hover { border-color: rgba(128,200,190,0.54); color: #A9DED7; }
  .footer-main {
    display: grid;
    grid-template-columns: minmax(280px, 1.3fr) minmax(150px, 0.7fr) minmax(220px, 0.9fr) minmax(260px, 1fr);
    gap: clamp(28px, 5vw, 72px);
    padding: clamp(42px, 6vw, 74px) 0;
    border-bottom: 1px solid rgba(248,245,238,0.12);
  }
  .footer-brand-name { margin-bottom: 14px; color: #fff; font-size: 24px; line-height: 1; letter-spacing: -0.03em; font-weight: 800; }
  .footer-brand p { max-width: 330px; margin: 0 0 10px; color: rgba(248,245,238,0.72); font-size: 14.5px; line-height: 1.58; }
  .footer-coordinate {
    display: inline-flex;
    margin-top: 16px;
    padding-top: 13px;
    border-top: 1px solid rgba(128,200,190,0.38);
    color: rgba(128,200,190,0.82);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.10em;
  }
  .footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-style: normal; }
  .site-footer nav.footer-column {
    position: static;
    inset: auto;
    z-index: auto;
    height: auto;
    padding: 0;
    display: flex;
    grid-template-columns: none;
    align-items: flex-start;
    column-gap: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .site-footer nav.footer-column::before,
  .site-footer nav.footer-column::after { display: none; }
  .footer-column h3 { margin: 0 0 8px; color: rgba(248,245,238,0.58); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.11em; text-transform: uppercase; }
  .footer-column a, .footer-column span {
    color: rgba(248,245,238,0.76);
    font-size: 14.5px;
    line-height: 1.48;
    text-decoration: none;
    transition: color 0.24s cubic-bezier(0.32,0.72,0,1);
  }
  .footer-column a:hover { color: #A9DED7; }
  .footer-contacts a, .footer-contacts span { max-width: 280px; }
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    min-height: 62px;
    color: rgba(248,245,238,0.52);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .footer-bottom a { color: rgba(248,245,238,0.62); text-decoration: none; transition: color 0.24s cubic-bezier(0.32,0.72,0,1); }
  .footer-bottom a:hover { color: #A9DED7; }

  @media (max-width: 1280px) {
    nav#main-nav { grid-template-columns: minmax(250px, 0.9fr) auto minmax(260px, 0.8fr); column-gap: 18px; }
    .nav-system-label { display: none; }
    .nav-evaluate { display: none; }
    .nav-links { gap: 2px; }
    .nav-links a { padding-inline: 11px; font-size: 12.5px; }
  }

  @media (min-width: 1680px) {
    .nav-system-label { display: inline-flex; }
  }

  @media (max-width: 1024px) {
    .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-cta-row { align-items: flex-start; flex-direction: column; justify-content: center; padding: 24px 0; }
    .footer-cta-actions { justify-content: flex-start; }
  }

  @media (max-width: 900px) {
    nav#main-nav {
      height: 76px;
      grid-template-columns: minmax(0, 1fr) auto;
      padding: 0 20px;
    }
    nav#main-nav::before { left: 20px; right: 20px; }
    .nav-logo-mark { width: 42px; height: 42px; }
    .nav-logo-text span:first-child { font-size: 18.5px; }
    .nav-logo-text span:last-child { display: block; max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 8.5px; }
    .nav-links, .nav-actions, .nav-cta { display: none !important; }
    .nav-mobile-actions { position: relative; z-index: 3; display: flex; align-items: center; gap: 8px; }
    .nav-mobile-phone {
      width: 42px;
      height: 42px;
      border: 1px solid rgba(18,111,104,0.28);
      border-radius: 999px;
      color: var(--hero-teal);
      background: rgba(255,252,246,0.74);
    }
    .nav-menu-toggle {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 42px;
      border: 1px solid rgba(16,32,39,0.14);
      border-radius: 999px;
      padding: 0 14px;
      background: rgba(255,252,246,0.78);
      color: var(--hero-graphite);
      font-family: var(--font-mono);
      font-size: 10px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 700;
      cursor: pointer;
    }
    .nav-menu-toggle i {
      position: relative;
      width: 16px;
      height: 10px;
      display: inline-block;
      border-top: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      transition: transform 0.24s cubic-bezier(0.32,0.72,0,1), border-color 0.24s cubic-bezier(0.32,0.72,0,1);
    }
    body.nav-open .nav-menu-toggle i { transform: rotate(90deg); border-color: var(--hero-teal); }
    .mobile-menu {
      display: block;
      position: fixed;
      left: 12px;
      right: 12px;
      top: 88px;
      z-index: 2;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-10px);
      transition: opacity 0.28s cubic-bezier(0.32,0.72,0,1), transform 0.28s cubic-bezier(0.32,0.72,0,1);
    }
    body.nav-open .mobile-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .mobile-menu-panel {
      border: 1px solid rgba(16,32,39,0.14);
      background: rgba(248,245,238,0.97);
      box-shadow: 0 18px 44px rgba(16,32,39,0.14), inset 0 1px 0 rgba(255,255,255,0.78);
      padding: 22px;
    }
    .mobile-menu-note {
      margin: 0 0 18px;
      color: rgba(16,32,39,0.64);
      font-size: 13.5px;
      line-height: 1.5;
    }
    .mobile-menu-links { display: grid; gap: 4px; }
    .mobile-menu-links a {
      display: flex;
      align-items: center;
      min-height: 48px;
      border-bottom: 1px solid rgba(16,32,39,0.09);
      color: var(--hero-graphite);
      text-decoration: none;
      font-size: 24px;
      line-height: 1;
      letter-spacing: -0.035em;
      font-weight: 760;
    }
    .mobile-menu-links a:hover { color: var(--hero-teal); }
    .mobile-menu-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
    .mobile-menu-phone, .mobile-menu-cta { min-height: 48px; padding: 0 16px; border: 1px solid rgba(18,111,104,0.24); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }
    .mobile-menu-phone { color: var(--hero-graphite); background: rgba(255,252,246,0.66); }
    .mobile-menu-cta { color: #fff; background: var(--hero-teal); border-color: var(--hero-teal); }
    body.nav-open { overflow: hidden; }
  }

  @media (max-width: 640px) {
    html { scroll-padding-top: 84px; }
    :where(#hero, #about, #services, #process, #projects, #contact) { scroll-margin-top: 84px; }
    nav#main-nav { height: 72px; padding: 0 16px; }
    nav#main-nav::before { left: 16px; right: 16px; }
    .nav-logo { gap: 10px; }
    .nav-logo-mark { width: 38px; height: 38px; }
    .nav-logo-text span:first-child { font-size: 17px; }
    .nav-logo-text span:last-child { display: none; }
    .nav-mobile-phone { display: none; }
    .nav-menu-toggle { min-height: 40px; padding: 0 13px; }
    .mobile-menu { left: 10px; right: 10px; top: 82px; }
    .mobile-menu-panel { padding: 20px; }
    .mobile-menu-links a { min-height: 46px; font-size: 22px; }
    .site-footer { margin-top: 0; }
    .footer-inner { padding-inline: 22px; }
    .footer-technical { width: 520px; right: -180px; top: 40px; }
    .footer-main { grid-template-columns: 1fr; gap: 30px; padding: 38px 0; }
    .footer-cta-row { min-height: 0; padding: 26px 0; }
    .footer-cta-row p { font-size: 22px; }
    .footer-cta-actions { width: 100%; }
    .footer-cta-actions a { width: 100%; }
    .footer-bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; line-height: 1.45; }
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-menu, .nav-menu-toggle i, .nav-links a, .nav-links a::after { transition: none !important; transform: none !important; }
  }

  /* SIMPLIFIED HEADER / FOOTER */
  body { cursor: auto; }
  a, button, [role="button"] { cursor: pointer; }
  input, textarea { cursor: text; }

  html { scroll-padding-top: 88px; }
  :where(#hero, #about, #services, #process, #projects, #contact) { scroll-margin-top: 88px; }

  nav#main-nav {
    height: 76px;
    padding: 0 clamp(22px, 4.8vw, 72px);
    grid-template-columns: minmax(230px, 0.7fr) minmax(420px, auto) minmax(320px, 0.8fr);
    column-gap: clamp(18px, 2.8vw, 42px);
    background: rgba(248,245,238,0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(16,32,39,0.13);
    box-shadow: none;
  }
  nav#main-nav::after { display: none; }
  nav#main-nav::before {
    left: clamp(22px, 4.8vw, 72px);
    right: clamp(22px, 4.8vw, 72px);
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(18,111,104,0.72) 0 96px, rgba(16,32,39,0.08) 96px 100%);
  }
  nav#main-nav.nav-scrolled { background: rgba(248,245,238,0.97); }
  .nav-logo { gap: 13px; transform: none; }
  .nav-logo-mark { width: 42px; height: 42px; }
  .nav-logo-text span:first-child { font-family: var(--font-body); font-size: 20px; font-weight: 800; letter-spacing: -0.025em; }
  .nav-logo-text span:last-child { margin-top: 4px; font-size: 9.5px; letter-spacing: 0.07em; text-transform: none; color: rgba(18,111,104,0.82); }
  .nav-links {
    justify-self: center;
    gap: clamp(18px, 2vw, 30px);
    padding: 0;
    border: 0;
    background: transparent;
  }
  .nav-links a {
    min-height: 44px;
    padding: 0;
    font-size: 13.5px;
    font-weight: 700;
    color: rgba(16,32,39,0.78);
  }
  .nav-links a::after {
    left: 0;
    right: 0;
    bottom: 8px;
    height: 1px;
    background: var(--hero-teal);
  }
  .nav-links a:hover,
  .nav-links a.is-active { background: transparent; color: var(--hero-graphite); }
  .nav-actions { gap: 12px; }
  .nav-system-label { display: none !important; }
  .nav-phone {
    min-height: 42px;
    padding: 0 16px;
    border-color: rgba(18,111,104,0.22);
    background: rgba(255,252,246,0.64);
    font-size: 10.5px;
    letter-spacing: 0.035em;
  }
  .nav-evaluate {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--hero-teal);
    border-color: var(--hero-teal);
    font-size: 10px;
    letter-spacing: 0.07em;
  }

  .site-footer {
    display: block !important;
    padding: 0;
    background: #F8F5EE;
    color: var(--hero-graphite);
    border-top: 1px solid rgba(16,32,39,0.14);
  }
  .site-footer::before,
  .site-footer::after,
  .footer-technical,
  .footer-cta-row,
  .footer-main,
  .footer-bottom,
  .footer-coordinate,
  .footer-column,
  .footer-contacts { display: none !important; }
  .site-footer .footer-inner {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 34px clamp(24px, 5vw, 72px);
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) auto minmax(560px, 1.25fr);
    align-items: center;
    gap: 28px;
  }
  .site-footer .footer-brand { display: grid; gap: 4px; }
  .site-footer .footer-brand strong { color: var(--hero-graphite); font-size: 16px; line-height: 1.2; letter-spacing: -0.01em; }
  .site-footer .footer-brand span { color: rgba(16,32,39,0.62); font-size: 13px; line-height: 1.35; }
  .site-footer .footer-copy {
    justify-self: center;
    color: rgba(16,32,39,0.60);
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.035em;
    white-space: nowrap;
  }
  .site-footer .footer-links {
    position: static;
    inset: auto;
    height: auto;
    min-height: 0;
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-template-columns: none;
    column-gap: 0;
    gap: 18px;
    list-style: none;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .site-footer .footer-links::before,
  .site-footer .footer-links::after { display: none; }
  .site-footer .footer-links a {
    color: rgba(16,32,39,0.68);
    font-family: var(--font-body);
    font-size: 13.5px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.24s cubic-bezier(0.32,0.72,0,1);
  }
  .site-footer .footer-links a:hover { color: var(--hero-teal); }

  @media (max-width: 1180px) {
    nav#main-nav { grid-template-columns: minmax(220px, 0.8fr) minmax(380px, auto) minmax(240px, 0.7fr); }
    .nav-phone span { display: none; }
    .nav-phone { width: 42px; padding: 0; }
    .site-footer .footer-inner { grid-template-columns: 1fr; align-items: start; }
    .site-footer .footer-copy,
    .site-footer .footer-links { justify-self: start; }
  }

  @media (max-width: 900px) {
    html { scroll-padding-top: 82px; }
    :where(#hero, #about, #services, #process, #projects, #contact) { scroll-margin-top: 82px; }
    nav#main-nav {
      height: 72px;
      grid-template-columns: minmax(0, 1fr) auto;
      padding: 0 20px;
    }
    nav#main-nav::before { left: 20px; right: 20px; }
    .nav-logo-mark { width: 39px; height: 39px; }
    .nav-logo-text span:first-child { font-size: 18px; }
    .nav-logo-text span:last-child { display: block; font-size: 8.5px; }
    .nav-links, .nav-actions, .nav-cta, .nav-mobile-phone { display: none !important; }
    .nav-mobile-actions { display: flex; }
    .nav-menu-toggle {
      min-height: 42px;
      border-color: rgba(16,32,39,0.14);
      background: rgba(255,252,246,0.78);
    }
    .mobile-menu { top: 82px; }
    .mobile-menu-panel { background: #F8F5EE; }
  }

  @media (max-width: 640px) {
    .nav-logo-text span:first-child { font-size: 17px; }
    .nav-logo-text span:last-child { display: none; }
    .site-footer .footer-inner { padding: 30px 22px; gap: 18px; }
    .site-footer .footer-links { gap: 12px 18px; flex-wrap: wrap; }
    .site-footer .footer-links a { font-size: 14px; }
    .site-footer .footer-copy { white-space: normal; line-height: 1.45; }
  }

  /* HEADER / FOOTER FINAL TUNE */
  nav#main-nav {
    height: 78px;
    padding-left: max(20px, calc((100vw - 1440px) / 2 + 48px));
    padding-right: max(20px, calc((100vw - 1440px) / 2 + 48px));
    grid-template-columns: minmax(190px, 240px) auto minmax(240px, 300px);
    column-gap: 24px;
    background: rgba(248,245,238,0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom-color: rgba(16,32,39,0.10);
  }
  nav#main-nav::before {
    left: max(20px, calc((100vw - 1440px) / 2 + 48px));
    right: max(20px, calc((100vw - 1440px) / 2 + 48px));
    background: linear-gradient(90deg, rgba(22,122,114,0.78) 0 96px, rgba(16,32,39,0.08) 96px 100%);
  }
  .nav-logo-mark { width: 46px; height: 46px; }
  .nav-logo-text span:first-child { font-size: 21px; font-weight: 820; }
  .nav-logo-text span:last-child { font-size: 10px; letter-spacing: 0.045em; color: rgba(16,32,39,0.62); }
  .nav-links {
    min-height: 46px;
    gap: 2px;
    padding: 4px;
    border: 1px solid rgba(16,32,39,0.10);
    border-radius: 999px;
    background: rgba(255,255,255,0.56);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.70);
  }
  .nav-links a {
    min-height: 36px;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: rgba(16,32,39,0.80);
  }
  .nav-links a::after {
    left: 15px;
    right: 15px;
    bottom: 5px;
  }
  .nav-links a:hover,
  .nav-links a.is-active { background: rgba(18,111,104,0.07); color: var(--hero-graphite); }
  .nav-actions { gap: 10px; }
  .nav-phone,
  .nav-evaluate { min-height: 40px; height: 40px; }
  .nav-phone {
    padding: 0 14px;
    border-color: rgba(16,32,39,0.13);
    background: rgba(255,255,255,0.48);
    font-family: var(--font-body);
    font-size: 13.5px;
    font-weight: 550;
    letter-spacing: 0;
    color: rgba(16,32,39,0.86);
  }
  .nav-evaluate {
    padding: 0 16px;
    font-family: var(--font-body);
    font-size: 13.5px;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
    background: #167A72;
    border-color: #167A72;
  }
  .nav-evaluate:hover { background: #126F68; border-color: #126F68; }

  .site-footer {
    margin-top: 0;
    background: #F1EDE4;
    border-top-color: rgba(16,32,39,0.12);
  }
  .site-footer .footer-inner {
    padding: 42px clamp(20px, 4vw, 48px);
    grid-template-columns: 1fr auto 1fr;
    gap: 28px;
  }
  .site-footer .footer-brand {
    position: relative;
    padding-top: 12px;
  }
  .site-footer .footer-brand::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 2px;
    background: #167A72;
  }
  .site-footer .footer-brand strong { font-size: 15px; font-weight: 650; }
  .site-footer .footer-brand span { font-size: 13.5px; color: rgba(16,32,39,0.66); }
  .site-footer .footer-copy { color: rgba(16,32,39,0.58); font-family: var(--font-body); font-size: 13.75px; letter-spacing: 0; text-align: center; }
  .site-footer .footer-links { gap: 18px; flex-wrap: nowrap; }
  .site-footer .footer-links a { font-size: 13.75px; font-weight: 500; color: rgba(16,32,39,0.66); }

  @media (max-width: 1180px) {
    .site-footer .footer-inner { grid-template-columns: 1fr; }
    .site-footer .footer-links { flex-wrap: wrap; }
  }

  @media (max-width: 1120px) and (min-width: 901px) {
    nav#main-nav {
      padding-left: 20px;
      padding-right: 20px;
      grid-template-columns: minmax(185px, 220px) auto minmax(230px, 270px);
      column-gap: 14px;
    }
    nav#main-nav::before { left: 20px; right: 20px; }
    .nav-logo-mark { width: 42px; height: 42px; }
    .nav-logo-text span:first-child { font-size: 19px; }
    .nav-logo-text span:last-child { font-size: 9px; }
    .nav-links a { font-size: 13.5px; padding-left: 10px; padding-right: 10px; }
    .nav-phone { padding: 0 11px; font-size: 12.5px; }
    .nav-phone svg { display: none; }
    .nav-evaluate { padding: 0 12px; font-size: 12.5px; }
  }

  @media (max-width: 900px) {
    nav#main-nav {
      height: 66px;
      grid-template-columns: minmax(0, 1fr) auto;
      padding-left: 18px;
      padding-right: 18px;
    }
    nav#main-nav::before { left: 18px; right: 18px; }
    .nav-links, .nav-actions, .nav-cta, .nav-mobile-phone { display: none !important; }
    .nav-mobile-actions { display: flex; }
    .nav-logo-mark { width: 38px; height: 38px; }
    .nav-logo-text span:first-child { font-size: 18px; }
    .nav-menu-toggle { min-height: 40px; height: 40px; padding: 0 14px; font-family: var(--font-body); font-size: 14px; font-weight: 600; letter-spacing: 0; text-transform: none; }
    .mobile-menu { top: 76px; }
    .mobile-menu-panel { padding: 22px 18px 26px; border-bottom: 1px solid rgba(16,32,39,0.12); }
    .mobile-menu-links { gap: 14px; }
    .mobile-menu-links a { min-height: 0; font-size: 20px; }
  }

  @media (max-width: 1080px) {
    .mobile-menu { z-index: 120; }
    .mobile-menu-panel { background: #F8F5EE !important; opacity: 1; }
    .nav-mobile-actions { z-index: 130; }
    .mobile-menu { transition: transform 0.24s cubic-bezier(0.32,0.72,0,1); }
  }

  @media (max-width: 640px) {
    .nav-logo-text span:first-child { font-size: 17px; }
    .nav-logo-text span:last-child { display: none; }
    .site-footer .footer-inner { padding: 36px 22px; gap: 20px; }
    .site-footer .footer-links { gap: 12px 18px; flex-wrap: wrap; justify-content: flex-start; }
    .site-footer .footer-links a { font-size: 14px; }
    .site-footer .footer-copy { text-align: left; }
  }

  @media (min-width: 901px) {
    .hero {
      padding-top: 96px;
    }
    .hero-shell {
      min-height: calc(100dvh - 110px);
    }
    .hero-copy,
    .hero-visual {
      top: -20px;
    }
  }


/* WordPress integration */
.admin-bar #main-nav { top: 32px; }
.nav-links li, .footer-links li, .mobile-menu-links li { list-style: none; }
.mobile-menu-links, .footer-links { list-style: none; }
.site-footer .footer-links { margin: 0; padding: 0; }
.nav-links a.is-active { color: var(--hero-graphite); }
.nav-links a.is-active::after { width: 100%; }
.service-icon-image, .process-step-icon-image, .project-icon-image { object-fit: contain; }
.partner-logo { max-width: 100%; max-height: 42px; object-fit: contain; display: block; filter: grayscale(1); opacity: .84; }
.faq {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, var(--surface) 100%);
  border-top: 1px solid rgba(16,32,39,0.10);
}
.faq::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: linear-gradient(rgba(16,32,39,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(16,32,39,0.04) 1px, transparent 1px);
  background-size: 76px 76px;
}
.faq-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}
.faq-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--hero-teal);
}
.faq-label::before {
  content: '';
  width: 44px;
  height: 1px;
  background: var(--hero-teal);
  opacity: 0.72;
}
.faq-title {
  max-width: 620px;
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 600;
  color: var(--hero-graphite);
}
.faq-title span { color: var(--hero-teal); }
.faq-desc {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(16,32,39,0.72);
  font-size: 16px;
  line-height: 1.62;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  border: 1px solid rgba(16,32,39,0.12);
  background: rgba(255,252,246,0.76);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 20px 22px;
  cursor: pointer;
  color: var(--hero-graphite);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  list-style: none;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-toggle {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1.5px;
  background: var(--hero-teal);
  transform: translate(-50%, -50%);
}
.faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-toggle::after { opacity: 0; }
.faq-answer {
  padding: 0 22px 22px;
  color: rgba(16,32,39,0.72);
  font-size: 15.5px;
  line-height: 1.65;
}
.faq-answer p { margin: 0 0 12px; }
.faq-answer p:last-child { margin-bottom: 0; }
.form-field-antispam input { max-width: 180px; }
.site-footer .footer-brand.has-logo {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 14px;
  row-gap: 2px;
  padding-top: 0 !important;
}
.site-footer .footer-brand.has-logo::before { display: none !important; }
.site-footer .footer-logo-image {
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  display: block;
  margin: 0;
}
.site-footer .footer-brand-text { display: grid; gap: 3px; min-width: 0; margin-top: 8px;}
.site-footer .footer-brand-text strong,
.site-footer .footer-brand-text span { min-width: 0; }
@media (max-width: 640px) {
  .site-footer .footer-brand.has-logo { grid-template-columns: 46px minmax(0, 1fr); column-gap: 12px; }
  .site-footer .footer-logo-image { width: 46px; height: 46px; }
}
@media (max-width: 900px) {
  .faq-inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .faq { padding-top: 76px; padding-bottom: 84px; }
  .faq-question { padding: 18px; font-size: 16px; }
  .faq-answer { padding: 0 18px 20px; }
}
.cta-form-card .wpcf7 form, .cta-form-card .contact-form { display: grid; gap: 16px; }
.cta-form-card .wpcf7 p { margin: 0; }
.cta-form-card .wpcf7-form-control-wrap { display: block; }
.cta-form-card .wpcf7 input:not([type=submit]), .cta-form-card .wpcf7 textarea, .cta-form-card .wpcf7 select { width: 100%; }
.cta-form-card .wpcf7 textarea { min-height: 132px; resize: vertical; }
.cta-form-card .wpcf7-submit { cursor: pointer; width: 100%; }
.cta-form-card .wpcf7 .wpcf7-not-valid { border-color: rgba(185,70,56,0.74); background: rgba(185,70,56,0.045); }
.cta-form-card .wpcf7-not-valid-tip { margin-top: 7px; color: #9F3E32; font-size: 12px; line-height: 1.35; }
.cta-form-card .wpcf7 form .wpcf7-response-output { margin: 2px 0 0; padding: 12px 14px; border: 1px solid rgba(16,32,39,0.14); color: rgba(16,32,39,0.76); font-size: 13px; line-height: 1.45; }
.cta-form-card .wpcf7 form.sent .wpcf7-response-output { border-color: rgba(18,111,104,0.42); background: rgba(18,111,104,0.08); color: var(--hero-teal); }
.cta-form-card .wpcf7 form.invalid .wpcf7-response-output,
.cta-form-card .wpcf7 form.unaccepted .wpcf7-response-output,
.cta-form-card .wpcf7 form.payment-required .wpcf7-response-output { border-color: rgba(185,70,56,0.42); background: rgba(185,70,56,0.07); color: #8E392F; }
.cta-form-card .wpcf7-spinner { margin: 10px auto 0; display: block; }
@media (max-width: 782px) { .admin-bar #main-nav { top: 46px; } }
