:root {
  --ink: #10233f;
  --ink-deep: #07182f;
  --orange: #e95f2b;
  --orange-dark: #ce4919;
  --cream: #fffaf5;
  --peach: #f8e6da;
  --paper: #ffffff;
  --muted: #667085;
  --line: rgba(16, 35, 63, 0.14);
  --radius: 28px;
  --shadow: 0 24px 80px rgba(27, 43, 67, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; opacity: .35; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input { font: inherit; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); white-space: nowrap; }
.honeypot { position: absolute; left: -9999px; }

.site-header { display: flex; align-items: center; justify-content: space-between; width: min(100% - 64px, 1340px); height: 96px; margin: auto; }
.brand img { display: block; width: 112px; }
.header-cta { display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--ink); padding: 9px 0; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; }
.header-cta span { display: grid; width: 20px; height: 20px; place-items: center; color: var(--orange); }
.arrow-icon { display: block; width: 18px; height: 18px; overflow: visible; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.arrow-icon--diagonal { width: 17px; height: 17px; }

.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: clamp(50px, 6vw, 110px); width: min(100% - 64px, 1340px); min-height: 730px; margin: auto; padding: 46px 0 100px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--orange-dark); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: var(--orange); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { margin: 0; color: var(--ink-deep); font-size: clamp(58px, 6.2vw, 96px); line-height: .98; letter-spacing: -.065em; }
h1 em, .final-cta em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 590px; margin: 30px 0; color: #516076; font-size: 19px; line-height: 1.65; }
.primary-cta { display: inline-flex; align-items: center; gap: 28px; border-radius: 999px; padding: 17px 25px 17px 28px; color: white; background: var(--orange); box-shadow: 0 15px 38px rgba(233, 95, 43, .25); font-family: "Manrope", sans-serif; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.primary-cta:hover { transform: translateY(-2px); background: var(--orange-dark); }
.primary-cta span { display: grid; width: 34px; height: 34px; border-radius: 50%; place-items: center; color: var(--orange); background: white; }
.hero-promise { display: grid; gap: 12px; margin-top: 48px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-promise span { display: flex; align-items: center; gap: 14px; color: #647087; font-size: 13px; }
.hero-promise b { color: var(--orange); font-family: "Manrope", sans-serif; font-size: 11px; }

.hero-visual { position: relative; min-height: 620px; }
.image-card { position: absolute; overflow: hidden; border: 8px solid rgba(255, 255, 255, .8); background: var(--peach); box-shadow: var(--shadow); }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-main { top: 0; right: 0; width: 82%; height: 510px; border-radius: 46% 46% 28px 28px; }
.image-main img { object-position: 10% center; }
.image-float { z-index: 2; bottom: 0; left: 0; width: 42%; height: 260px; border-radius: 24px; transform: rotate(-4deg); }
.image-float img { object-position: 65% center; }
.visual-note { position: absolute; z-index: 3; right: 1%; bottom: 10px; width: 44%; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; padding: 24px; color: white; background: rgba(7, 24, 47, .93); box-shadow: 0 18px 50px rgba(7,24,47,.18); }
.visual-note p { margin: 8px 0 0; font-size: 14px; line-height: 1.5; }
.spark { color: #ff9a6d; font-size: 26px; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(233, 95, 43, .25); border-radius: 50%; }
.orbit-one { top: -32px; right: -25px; width: 220px; height: 220px; }
.orbit-two { right: 60px; bottom: 65px; width: 450px; height: 450px; }

.manifesto { padding: 112px max(32px, calc((100vw - 1340px) / 2)); color: white; background: var(--ink-deep); }
.manifesto .section-kicker { color: #ff986e; }
.manifesto-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 10vw; align-items: end; }
.manifesto h2 { margin: 0; font-size: clamp(40px, 5vw, 72px); line-height: 1.05; letter-spacing: -.045em; }
.manifesto-grid > p { margin: 0 0 7px; color: #c5ccda; font-size: 18px; line-height: 1.75; }

.paths { width: min(100% - 64px, 1340px); margin: auto; padding: 130px 0; }
.paths-intro { display: grid; grid-template-columns: .7fr 1.1fr; column-gap: 9vw; margin-bottom: 48px; }
.paths-intro .section-kicker { grid-column: 1 / -1; }
.paths-intro h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.05; letter-spacing: -.045em; }
.paths-intro > p:last-child { max-width: 520px; margin: 0; align-self: end; color: var(--muted); font-size: 17px; line-height: 1.65; }
.capture-form { position: relative; }
.intent-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; min-width: 0; margin: 0 0 24px; border: 0; padding: 0; }
.intent-card { position: relative; display: flex; min-height: 300px; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; padding: 24px; background: rgba(255,255,255,.62); cursor: pointer; transition: transform .2s ease, border .2s ease, background .2s ease, box-shadow .2s ease; }
.intent-card:hover { transform: translateY(-4px); border-color: rgba(233,95,43,.45); box-shadow: 0 20px 55px rgba(28,44,67,.08); }
.intent-card:has(input:checked) { border-color: var(--orange); background: white; box-shadow: 0 20px 55px rgba(233,95,43,.12); }
.intent-card input { position: absolute; opacity: 0; }
.intent-number { color: #8791a2; font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; }
.intent-icon { display: grid; width: 50px; height: 50px; margin: 31px 0 25px; border-radius: 50%; place-items: center; color: var(--orange); background: #ffede5; }
.intent-icon svg { width: 23px; height: 23px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.intent-card strong { min-height: 54px; color: var(--ink-deep); font-family: "Manrope", sans-serif; font-size: 20px; line-height: 1.25; }
.intent-card small { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.intent-check { position: absolute; top: 20px; right: 20px; display: grid; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; place-items: center; color: transparent; font-size: 12px; }
.intent-card:has(input:checked) .intent-check { border-color: var(--orange); color: white; background: var(--orange); }
.intent-card:focus-within { outline: 3px solid rgba(233,95,43,.22); outline-offset: 3px; }

.contact-panel { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 60px; border-radius: var(--radius); padding: clamp(30px, 5vw, 64px); color: white; background: var(--orange); box-shadow: 0 28px 80px rgba(200,72,22,.18); }
.contact-heading { grid-row: span 4; }
.contact-heading > span { color: #ffe2d5; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-heading h3 { margin: 16px 0 12px; font-size: clamp(32px, 3vw, 48px); line-height: 1.05; letter-spacing: -.04em; }
.contact-heading p { max-width: 390px; margin: 0; color: #ffe8de; line-height: 1.6; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.fields label { display: grid; gap: 8px; color: white; font-size: 12px; font-weight: 700; }
.fields label:last-child { grid-column: 1 / -1; }
.fields label span { opacity: .75; font-weight: 500; }
.fields input { width: 100%; min-height: 52px; border: 1px solid rgba(255,255,255,.55); border-radius: 10px; outline: 0; padding: 0 15px; color: var(--ink); background: white; }
.fields input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(7,24,47,.14); }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: #fff4ef; font-size: 12px; line-height: 1.45; cursor: pointer; }
.consent input { flex: none; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--ink); }
.submit-button { display: flex; align-items: center; justify-content: space-between; min-height: 58px; border: 0; border-radius: 999px; padding: 5px 6px 5px 24px; color: white; background: var(--ink-deep); cursor: pointer; font-family: "Manrope", sans-serif; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.submit-button:hover { transform: translateY(-2px); background: #132e52; }
.submit-button b { display: grid; width: 46px; height: 46px; border-radius: 50%; place-items: center; color: var(--ink); background: white; }
.form-status { min-height: 18px; margin: 10px 0 0; color: #fff3ed; font-size: 12px; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillars article { min-height: 350px; padding: clamp(38px, 5vw, 76px); background: #fffdf9; }
.pillars span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pillars h3 { max-width: 370px; margin: 54px 0 18px; font-size: clamp(25px, 2.2vw, 35px); line-height: 1.16; letter-spacing: -.035em; }
.pillars p { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.65; }

.final-cta { padding: 130px 32px; text-align: center; }
.final-cta .section-kicker { justify-content: center; }
.final-cta h2 { margin: 0 0 40px; color: var(--ink-deep); font-size: clamp(42px, 5vw, 74px); line-height: 1.06; letter-spacing: -.05em; }
.primary-cta.light { color: var(--ink); background: white; box-shadow: 0 15px 45px rgba(16,35,63,.1); }
.primary-cta.light:hover { color: white; background: var(--ink); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; min-height: 120px; border-top: 1px solid var(--line); padding: 0 max(32px, calc((100vw - 1340px) / 2)); color: #7a8495; font-size: 13px; }
footer img { width: 88px; }
footer p { margin: 0; }
footer > span { justify-self: end; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 650px; }
  .image-main { width: 78%; }
  .intent-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-heading { grid-row: auto; margin-bottom: 32px; }
  .pillars article { padding: 48px 32px; }
}

@media (max-width: 720px) {
  .site-header, .hero, .paths { width: min(100% - 36px, 1340px); }
  .site-header { height: 78px; }
  .brand img { width: 90px; }
  .header-cta { gap: 8px; font-size: 12px; }
  .hero { min-height: auto; padding: 55px 0 80px; }
  h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 510px; }
  .image-main { width: 88%; height: 410px; }
  .image-float { width: 48%; height: 210px; }
  .visual-note { right: 0; bottom: 0; width: 51%; padding: 18px; }
  .manifesto { padding: 82px 20px; }
  .manifesto-grid, .paths-intro { grid-template-columns: 1fr; gap: 26px; }
  .paths { padding: 88px 0; }
  .intent-grid { grid-template-columns: 1fr; }
  .intent-card { min-height: 220px; }
  .intent-icon { margin: 25px 0 18px; }
  .intent-card strong { min-height: 0; }
  .contact-panel { padding: 28px 20px; }
  .fields { grid-template-columns: 1fr; }
  .fields label:last-child { grid-column: auto; }
  .pillars { grid-template-columns: 1fr; }
  .pillars article { min-height: 280px; }
  .pillars h3 { margin-top: 36px; }
  .final-cta { padding: 90px 20px; }
  footer { grid-template-columns: 1fr auto; padding: 28px 20px; }
  footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
