:root {
  --green: #0f3d37;
  --green-dark: #082c27;
  --green-deep: #06231f;
  --orange: #e94b2b;
  --yellow: #f7b500;
  --fresh: #22a163;
  --cream: #fffaf0;
  --paper: #fffdf8;
  --ink: #12312d;
  --muted: #64736f;
  --line: rgba(15, 61, 55, 0.16);
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(8, 44, 39, 0.14);
  --radius: 28px;
  --shell: min(1180px, calc(100vw - 48px));
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
figure, h1, h2, h3, p { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; border-radius: 10px; color: var(--white); background: var(--green); font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.page-progress { position: fixed; inset: 0 0 auto; z-index: 120; height: 3px; background: transparent; }
.page-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--fresh), var(--yellow), var(--orange)); transform: scaleX(0); transform-origin: left; }

.site-header { position: sticky; top: 0; z-index: 100; height: 84px; background: rgba(255,253,248,.98); border-bottom: 1px solid rgba(15,61,55,.1); box-shadow: 0 10px 28px rgba(8,44,39,.07); backdrop-filter: blur(18px); transition: box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { height: 72px; box-shadow: 0 14px 34px rgba(8,44,39,.12); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 174px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 32px); }
.site-nav a { position: relative; text-decoration: none; font-size: .86rem; font-weight: 800; color: var(--green); }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 -7px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-cta { padding: 11px 17px; border-radius: 999px; color: var(--white); background: var(--green); transition: transform .2s ease, background .2s ease; }
.site-nav .nav-cta:hover { transform: translateY(-2px); background: var(--orange); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--green); padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 640px; display: grid; grid-template-columns: minmax(420px, .86fr) minmax(0, 1.14fr); background: var(--green); overflow: hidden; }
.hero-copy { min-height: 640px; display: flex; align-items: center; padding: 74px 5vw 74px max(24px, calc((100vw - 1180px) / 2)); background: var(--green); }
.hero-copy-inner { max-width: 610px; }
.eyebrow { margin-bottom: 18px; color: var(--fresh); font-size: .77rem; line-height: 1.2; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; margin: 0 12px 4px 0; background: currentColor; }
.eyebrow-light { color: #8fe3ad; }
.hero h1, .section-intro h2, .capabilities-head h2, .future h2, .contact h2 { font-family: var(--display); font-weight: 900; letter-spacing: -.055em; line-height: .98; }
.hero h1 { margin-bottom: 28px; color: var(--white); font-size: clamp(3rem, 5.25vw, 6.2rem); }
.hero h1 span { color: var(--yellow); }
.hero-lede { max-width: 600px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: 900; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-yellow { color: var(--green-deep); background: var(--yellow); box-shadow: 0 16px 34px rgba(247,181,0,.2); }
.button-yellow:hover { background: #ffc935; box-shadow: 0 20px 40px rgba(247,181,0,.28); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-underline-offset: 5px; }
.text-link.light { color: var(--white); }
.hero-proof { display: flex; align-items: center; gap: 11px; margin-top: 44px; color: rgba(255,255,255,.68); }
.hero-proof p { margin: 0; font-size: .9rem; }
.hero-proof strong { color: var(--white); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #56e28e; box-shadow: 0 0 0 7px rgba(86,226,142,.12); }
.hero-visual { position: relative; min-height: 640px; margin: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--green-dark); }
.hero-visual::after { display: none; }
.hero-visual img { width: 100%; height: auto; object-fit: contain; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 8%; right: 8%; bottom: 30px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: var(--white); background: rgba(8,44,39,.76); backdrop-filter: blur(14px); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual figcaption i { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }

.signal-strip { overflow: hidden; color: var(--green); background: var(--yellow); border-block: 1px solid rgba(15,61,55,.18); }
.signal-track { width: max-content; display: flex; gap: 22px; align-items: center; padding: 13px 0; animation: ticker 26s linear infinite; }
.signal-track span { font-family: var(--display); font-size: .9rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.signal-track b { color: var(--orange); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(86px, 10vw, 144px) 0; }
.section-intro { max-width: 820px; margin-bottom: 64px; }
.section-intro.compact { max-width: 720px; }
.section-intro h2 { margin-bottom: 24px; color: var(--green); font-size: clamp(2.7rem, 5vw, 5.3rem); }
.section-intro h2 span { color: var(--orange); }
.section-intro > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.solution { background: var(--cream); }
.solution-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(36px, 6vw, 82px); align-items: center; }
.image-card { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.image-card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.34); border-radius: inherit; pointer-events: none; }
.image-card img { width: 100%; height: auto; object-fit: contain; }
.image-card figcaption { position: absolute; z-index: 2; inset: auto 20px 20px; padding: 16px 18px; border-radius: 16px; color: var(--white); background: rgba(8,44,39,.75); backdrop-filter: blur(14px); font-size: .84rem; font-weight: 700; }
.need-list { border-top: 1px solid var(--line); }
.need-item { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.need-item > span { color: var(--orange); font-family: var(--display); font-size: .72rem; font-weight: 900; }
.need-item h3 { margin-bottom: 6px; color: var(--green); font-size: 1.15rem; }
.need-item p { margin: 0; color: var(--muted); font-size: .94rem; }

.workflow { background: var(--paper); }
.workflow-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.flow-card { position: relative; min-height: 315px; padding: 28px 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.flow-card:hover { transform: translateY(-8px); border-color: rgba(233,75,43,.45); box-shadow: 0 25px 50px rgba(8,44,39,.1); }
.flow-number { color: var(--orange); font-family: var(--display); font-size: .75rem; }
.flow-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 38px 0 28px; border-radius: 18px; color: var(--green); background: var(--yellow); font-size: 1.65rem; font-weight: 900; transform: rotate(-4deg); }
.flow-card:nth-child(2) .flow-icon { color: var(--white); background: var(--orange); transform: rotate(4deg); }
.flow-card:nth-child(3) .flow-icon { color: var(--white); background: var(--fresh); transform: rotate(-2deg); }
.flow-card:nth-child(4) .flow-icon { color: var(--yellow); background: var(--green); transform: rotate(3deg); }
.flow-card h3 { margin-bottom: 10px; color: var(--green); font-size: 1.35rem; }
.flow-card p { margin: 0; color: var(--muted); font-size: .93rem; }

.capabilities { position: relative; color: var(--white); background: var(--green-deep); overflow: hidden; }
.capabilities::before { content: ""; position: absolute; width: 480px; height: 480px; right: -190px; top: -180px; border: 80px solid var(--orange); border-radius: 50%; opacity: .86; }
.capabilities::after { content: ""; position: absolute; width: 270px; height: 270px; left: -160px; bottom: -170px; border: 60px solid var(--yellow); border-radius: 50%; }
.capabilities .shell { position: relative; z-index: 1; }
.capabilities-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 62px; }
.capabilities-head h2 { margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.capabilities-head > p { max-width: 520px; margin-bottom: 8px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.capability-card { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); backdrop-filter: blur(6px); }
.capability-card > span { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: var(--green-deep); background: var(--yellow); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.capability-card.is-next > span { color: var(--white); background: rgba(255,255,255,.14); }
.capability-card h3 { margin: 44px 0 12px; font-size: 1.35rem; }
.capability-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .92rem; }

.campaign { padding-bottom: 80px; background: var(--cream); }
.campaign-rail { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding-bottom: 42px; }
.campaign-rail figure { margin: 0; border-radius: 22px; overflow: hidden; background: var(--white); box-shadow: 0 20px 45px rgba(8,44,39,.1); }
.campaign-rail img { width: 100%; height: auto; object-fit: contain; }

.packages { background: var(--paper); }
.package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); overflow: hidden; }
.package-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -72px; bottom: -72px; border: 25px solid var(--yellow); border-radius: 50%; }
.package-card:nth-child(3)::after { border-color: var(--orange); }
.package-card.current { color: var(--white); background: var(--green); border-color: var(--green); box-shadow: var(--shadow); }
.package-card.current::after { border-color: var(--fresh); }
.package-top { display: flex; justify-content: space-between; align-items: center; }
.package-top span { padding: 7px 10px; border-radius: 999px; color: var(--green); background: var(--yellow); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.package-card:not(.current) .package-top span { color: var(--green); background: rgba(34,161,99,.14); }
.package-top b { color: var(--orange); font-family: var(--display); font-size: .8rem; }
.package-card.current .package-top b { color: var(--yellow); }
.package-card h3 { margin: 50px 0 14px; font-family: var(--display); font-size: 2.15rem; letter-spacing: -.04em; }
.package-card:not(.current) h3 { color: var(--green); }
.package-purpose { min-height: 58px; color: var(--muted); }
.package-card.current .package-purpose { color: rgba(255,255,255,.72); }
.package-card ul { display: grid; gap: 11px; margin: 26px 0 30px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.package-card.current ul { border-color: rgba(255,255,255,.16); }
.package-card li { position: relative; padding-left: 23px; font-size: .92rem; }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--fresh); font-weight: 900; }
.price-note { margin: auto 0 0; color: var(--orange); font-weight: 900; }
.package-card.current .price-note { color: var(--yellow); }
.package-disclaimer { max-width: 820px; margin: 32px auto 0; color: var(--muted); text-align: center; font-size: .84rem; }

.future { position: relative; color: var(--white); background: var(--green); }
.future-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.future h2 { margin-bottom: 26px; font-size: clamp(2.8rem, 4.8vw, 5rem); }
.future-story > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.future-story img { width: 100%; height: auto; margin-top: 42px; border-radius: 22px; object-fit: contain; box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.roadmap { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.roadmap::before { content: ""; position: absolute; left: 12px; top: 12px; bottom: 40px; width: 1px; background: linear-gradient(var(--yellow), var(--orange)); }
.roadmap li { position: relative; display: grid; grid-template-columns: 94px 1fr; gap: 24px; padding: 0 0 50px 38px; }
.roadmap li::before { content: ""; position: absolute; left: 5px; top: 7px; width: 14px; height: 14px; border: 4px solid var(--green); border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 1px var(--yellow); }
.roadmap li:nth-child(n+3)::before { background: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
.roadmap li > span { color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.roadmap h3 { margin-bottom: 8px; font-size: 1.25rem; }
.roadmap p { margin: 0; color: rgba(255,255,255,.68); font-size: .93rem; }

.resources { background: var(--cream); }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.resource-card { padding: 16px 16px 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.video-placeholder { position: relative; aspect-ratio: 16 / 10; display: grid; place-items: center; margin-bottom: 24px; border-radius: 16px; color: var(--white); background: var(--green); overflow: hidden; }
.video-placeholder::before { content: ""; position: absolute; width: 220px; height: 220px; border: 44px solid var(--fresh); border-radius: 50%; right: -90px; top: -90px; }
.video-placeholder.orange { background: var(--orange); }
.video-placeholder.orange::before { border-color: var(--yellow); }
.video-placeholder.yellow { color: var(--green); background: var(--yellow); }
.video-placeholder.yellow::before { border-color: var(--orange); }
.video-placeholder > span { position: absolute; left: 18px; top: 14px; font-family: var(--display); font-size: .75rem; font-weight: 900; }
.video-placeholder button { position: relative; width: 62px; height: 62px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: inherit; background: rgba(255,255,255,.16); font-size: 1.1rem; backdrop-filter: blur(8px); }
.resource-type { margin-bottom: 8px; color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.resource-card h3 { margin-bottom: 8px; color: var(--green); font-size: 1.25rem; }
.resource-card > p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }

.contact { padding: clamp(86px, 9vw, 128px) 0; color: var(--white); background: var(--orange); }
.contact-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.9fr); gap: clamp(44px,7vw,100px); align-items: center; }
.contact h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5.2vw, 5.6rem); }
.contact-copy > p:last-child { max-width: 620px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.contact-card { padding: 36px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: var(--green); box-shadow: 0 28px 60px rgba(92,27,16,.22); }
.contact-label { margin-bottom: 14px; color: #8fe3ad; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-email { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 18px; color: var(--white); font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 900; text-decoration: none; overflow-wrap: anywhere; }
.contact-card > p { color: rgba(255,255,255,.68); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 28px; }

.site-footer { color: rgba(255,255,255,.72); background: var(--green-deep); }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 52px; padding: 70px 0 54px; }
.footer-brand img { width: 210px; height: auto; margin-bottom: 22px; padding: 12px 14px; border-radius: 14px; background: var(--paper); object-fit: contain; }
.footer-brand p { color: var(--yellow); font-family: var(--display); font-size: .95rem; line-height: 1.35; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links p { margin-bottom: 6px; color: var(--white); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { font-size: .88rem; text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--white); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.flow-card:nth-child(2), .capability-card:nth-child(2), .package-card:nth-child(2), .resource-card:nth-child(2) { transition-delay: .08s; }
.flow-card:nth-child(3), .capability-card:nth-child(3), .package-card:nth-child(3), .resource-card:nth-child(3) { transition-delay: .16s; }
.flow-card:nth-child(4), .capability-card:nth-child(4) { transition-delay: .24s; }
.capability-card:nth-child(5) { transition-delay: .32s; }
.capability-card:nth-child(6) { transition-delay: .4s; }

@media (max-width: 1100px) {
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .78rem; }
  .hero { grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr); }
  .workflow-grid { grid-template-columns: repeat(2,1fr); }
  .capability-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1040px) {
  :root { --shell: min(100% - 36px, 720px); }
  .site-header { height: 72px; background: rgba(255,253,248,.94); backdrop-filter: blur(18px); }
  .brand { width: 148px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 100px 9vw; color: var(--white); background: var(--green-deep); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .site-nav.is-open { transform: translateX(0); visibility: visible; }
  .site-nav a { color: var(--white); font-size: clamp(1.35rem, 5vw, 2.2rem); }
  .site-nav .nav-cta { margin-top: 10px; color: var(--green-deep); background: var(--yellow); font-size: 1rem; }
  .hero { display: flex; flex-direction: column; min-height: auto; }
  .hero-copy { min-height: auto; padding: 70px max(18px, calc((100vw - 720px) / 2)); }
  .hero-copy-inner { max-width: 720px; margin-inline: auto; }
  .hero h1 { font-size: clamp(3.4rem, 11vw, 5.8rem); }
  .hero-visual { min-height: auto; }
  .hero-visual figcaption { left: 8%; right: 8%; bottom: 22px; }
  .solution-layout, .future-layout, .contact-layout { grid-template-columns: 1fr; }
  .image-card img { aspect-ratio: auto; }
  .capabilities-head { grid-template-columns: 1fr; gap: 24px; }
  .package-grid, .resource-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .package-card { min-height: auto; }
  .package-purpose { min-height: auto; }
  .future-story img { max-width: 620px; }
  .campaign-rail { grid-template-columns: 1fr; max-width: 720px; }
  .roadmap { margin-top: 20px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); --radius: 20px; }
  .section { padding: 78px 0; }
  .hero-copy { padding-inline: 20px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: auto; }
  .hero-visual figcaption { gap: 8px; font-size: .62rem; }
  .section-intro { margin-bottom: 44px; }
  .section-intro h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .workflow-grid, .capability-grid { grid-template-columns: 1fr; }
  .flow-card { min-height: auto; }
  .flow-icon { margin: 28px 0 20px; }
  .capability-card { min-height: 220px; }
  .campaign-rail { width: calc(100% - 28px); padding-bottom: 20px; }
  .future-layout { gap: 58px; }
  .roadmap li { grid-template-columns: 1fr; gap: 7px; }
  .contact-card { padding: 28px 22px; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .signal-strip, .page-progress, .contact-actions, .menu-toggle { display: none !important; }
  .hero, .capabilities, .future, .contact, .site-footer { color: #000; background: #fff; }
  .hero { min-height: auto; display: block; }
  .hero-copy { min-height: auto; padding: 40px 0; }
  .hero h1, .hero-lede, .hero-proof, .capabilities-head > p, .future p, .contact p { color: #000 !important; }
  .hero-visual { min-height: 320px; clip-path: none; }
  .section { padding: 45px 0; }
  .reveal { opacity: 1; transform: none; }
}

/* Visual refinement v3: immersive imagery and symbolic roadmap */
.hero {
  grid-template-columns: minmax(390px, .84fr) minmax(0, 1.16fr);
}
.hero-copy {
  min-width: 0;
  padding-block: 62px;
}
.hero-copy-inner {
  width: 100%;
  max-width: 660px;
  overflow: visible;
}
.hero h1 {
  max-width: 10.5ch;
  font-size: clamp(2.85rem, 4.45vw, 5.25rem);
  line-height: 1.03;
  letter-spacing: -.045em;
  overflow: visible;
  text-wrap: balance;
}

.solution {
  padding-top: clamp(76px, 8vw, 116px);
}
.solution-hero {
  position: relative;
  isolation: isolate;
  width: min(1480px, calc(100vw - 24px));
  min-height: min(78vh, 820px);
  margin: 0 50%;
  display: flex;
  align-items: flex-end;
  transform: translateX(-50%);
  border-radius: 34px;
  overflow: hidden;
  background: var(--green-dark);
  box-shadow: 0 40px 90px rgba(8,44,39,.24);
}
.solution-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.94) contrast(.96);
}
.solution-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6,35,31,.9) 0%, rgba(6,35,31,.68) 48%, rgba(6,35,31,.15) 78%),
    linear-gradient(0deg, rgba(6,35,31,.7), transparent 55%);
}
.solution-overlay {
  width: min(760px, calc(100% - 48px));
  margin: clamp(22px, 4vw, 58px);
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 26px;
  color: var(--white);
  background: rgba(6,35,31,.62);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}
.solution-overlay h2 {
  margin-bottom: 24px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.2vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}
.solution-overlay h2 span {
  color: var(--yellow);
}
.solution-lede {
  max-width: 650px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.86);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}
.solution-caption {
  display: inline-flex;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--green-deep);
  background: var(--yellow);
  font-size: .75rem;
  font-weight: 900;
}
.solution-needs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
  border: 0;
}
.solution-needs .need-item {
  display: block;
  min-height: 245px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}
.solution-needs .need-item > span {
  display: block;
  margin-bottom: 40px;
}

.campaign-rail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.campaign-rail figure:first-child {
  grid-column: 1 / -1;
}

.roadmap-visual {
  position: relative;
  min-height: 450px;
  margin-top: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(247,181,0,.16), transparent 25%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(6,35,31,.32));
  box-shadow: 0 30px 70px rgba(0,0,0,.2);
  overflow: hidden;
}
.roadmap-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(247,181,0,.34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.roadmap-ring-one { width: 260px; height: 260px; }
.roadmap-ring-two { width: 390px; height: 390px; border-color: rgba(34,161,99,.35); }
.roadmap-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 174px;
  min-height: 174px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 20px;
  border-radius: 50%;
  color: var(--green-deep);
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(0,0,0,.26);
  transform: translate(-50%, -50%);
  text-align: center;
}
.roadmap-core img { width: 58px; height: 58px; object-fit: contain; }
.roadmap-core strong {
  display: block;
  margin-top: 6px;
  color: var(--green);
  font-family: var(--display);
  font-size: 1.1rem;
}
.roadmap-core span { color: var(--muted); font-size: .66rem; }
.roadmap-node {
  position: absolute;
  z-index: 3;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: var(--white);
  background: rgba(8,44,39,.84);
  box-shadow: 0 12px 26px rgba(0,0,0,.2);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.node-operation { left: 7%; top: 18%; }
.node-clients { right: 7%; top: 22%; }
.node-data { left: 9%; bottom: 16%; }
.node-automation { right: 5%; bottom: 18%; }

@media (max-width: 1100px) {
  .hero h1 { font-size: clamp(2.7rem, 4.7vw, 4.5rem); }
  .solution-needs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; }
  .hero h1 {
    max-width: 12ch;
    font-size: clamp(3.1rem, 9vw, 5.5rem);
  }
  .hero-visual { min-height: auto; }
  .solution-hero { min-height: 720px; }
}
@media (max-width: 700px) {
  .hero h1 {
    max-width: none;
    font-size: clamp(2.75rem, 13vw, 4.2rem);
    line-height: 1.04;
  }
  .solution-hero {
    width: calc(100vw - 16px);
    min-height: 680px;
    border-radius: 24px;
  }
  .solution-hero::after {
    background: linear-gradient(0deg, rgba(6,35,31,.94) 0%, rgba(6,35,31,.65) 66%, rgba(6,35,31,.22) 100%);
  }
  .solution-overlay {
    width: calc(100% - 28px);
    margin: 14px;
    padding: 26px 22px;
  }
  .solution-overlay h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .solution-needs,
  .campaign-rail { grid-template-columns: 1fr; }
  .campaign-rail figure:first-child { grid-column: auto; }
  .solution-needs .need-item { min-height: auto; }
  .solution-needs .need-item > span { margin-bottom: 22px; }
  .roadmap-visual { min-height: 400px; }
  .roadmap-ring-two { width: 330px; height: 330px; }
  .roadmap-ring-one { width: 230px; height: 230px; }
  .roadmap-core { width: 152px; min-height: 152px; }
  .node-operation { left: 4%; top: 12%; }
  .node-clients { right: 4%; top: 18%; }
  .node-data { left: 5%; bottom: 14%; }
  .node-automation { right: 3%; bottom: 10%; }
}
