:root {
  --ink: #071811;
  --ink-soft: #17352a;
  --paper: #f5f1e8;
  --cream: #fffdf5;
  --green: #009b3a;
  --green-bright: #10c65a;
  --yellow: #ffdf00;
  --blue: #002776;
  --blue-bright: #1557d8;
  --line: rgba(7, 24, 17, .14);
  --radius: 22px;
  --font-display: "Space Grotesk", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .8rem 1rem; background: var(--yellow); color: var(--ink); border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--cream); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(6, 21, 15, .92); box-shadow: 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 1.18rem/1 var(--font-display); letter-spacing: -.03em; }
.brand > span:last-child > span { color: var(--yellow); }
.brand-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 11px; background: var(--green); color: white; font: 700 1.3rem/1 var(--font-display); box-shadow: inset -8px -7px 0 var(--blue), inset 7px 0 0 rgba(255,223,0,.9); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .88rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { opacity: .82; transition: opacity .2s, color .2s; }
.site-nav > a:not(.nav-cta):hover { opacity: 1; color: var(--yellow); }
.nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.menu-button { display: none; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: var(--cream); background: var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .3; }
.orb-one { width: 540px; height: 540px; right: -180px; top: -180px; border: 90px solid var(--green); }
.orb-two { width: 320px; height: 320px; left: 43%; bottom: -230px; background: var(--blue); filter: blur(70px); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: 54px; align-items: center; min-height: 780px; padding-top: 86px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; text-transform: uppercase; letter-spacing: .17em; font-size: .71rem; font-weight: 700; }
.eyebrow span { width: 28px; height: 2px; background: var(--yellow); }
.eyebrow-dark span { background: var(--green); }
.hero h1, .section h2, .contact h2 { margin: 0; font: 600 clamp(3.9rem, 6.5vw, 6.8rem)/.9 var(--font-display); letter-spacing: -.065em; }
h1 em, h2 em { font-style: normal; color: var(--yellow); }
.hero-lead { max-width: 650px; margin: 29px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 12px 38px rgba(0,155,58,.22); }
.button-primary:hover { background: var(--green-bright); box-shadow: 0 15px 42px rgba(0,155,58,.32); }
.button span { font-size: 1.2em; }
.text-link { display: inline-flex; gap: 8px; align-items: center; padding-block: 10px; border-bottom: 1px solid rgba(255,255,255,.25); font-weight: 600; }
.text-link span { color: var(--yellow); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; }
.hero-proof strong { font: 600 .9rem var(--font-display); }
.hero-proof span { color: rgba(255,255,255,.45); font-size: .73rem; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.logo-stage { position: relative; z-index: 2; width: min(440px, 88%); padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 46% 54% 53% 47% / 40% 44% 56% 60%; background: rgba(4,13,10,.54); box-shadow: 0 40px 80px rgba(0,0,0,.34); transform: rotate(2deg); }
.logo-stage::before { content: ""; position: absolute; inset: -28px; z-index: -1; border: 1px dashed rgba(255,223,0,.29); border-radius: 50%; animation: spin 22s linear infinite; }
.logo-stage img { width: 100%; border-radius: 40%; mix-blend-mode: screen; }
.flag-ribbon { position: absolute; z-index: 0; width: 440px; height: 440px; border-radius: 50%; opacity: .62; animation: float 6s ease-in-out infinite; }
.flag-ribbon i { position: absolute; display: block; border-radius: 999px; transform: rotate(-35deg); }
.flag-ribbon i:nth-child(1) { width: 430px; height: 54px; left: -55px; top: 82px; background: var(--green); }
.flag-ribbon i:nth-child(2) { width: 410px; height: 33px; right: -42px; bottom: 105px; background: var(--yellow); }
.flag-ribbon i:nth-child(3) { width: 300px; height: 30px; right: 22px; bottom: 49px; background: var(--blue-bright); }
.orbit-tag { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 10px 15px 10px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(5,19,13,.8); backdrop-filter: blur(10px); font-size: .78rem; font-weight: 600; box-shadow: 0 14px 35px rgba(0,0,0,.22); }
.orbit-tag span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: .64rem; }
.tag-one { left: 2%; top: 20%; }
.tag-two { right: -2%; top: 37%; }
.tag-three { left: 5%; bottom: 23%; }
.visual-note { position: absolute; z-index: 4; right: 5%; bottom: 8%; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.55); font-size: .72rem; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(16,198,90,.12); animation: pulse 2s ease-out infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-12px) rotate(3deg); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(16,198,90,0); } }

.marquee { overflow: hidden; color: var(--ink); background: var(--yellow); border-block: 1px solid rgba(0,0,0,.12); }
.marquee-track { display: flex; align-items: center; gap: 30px; width: max-content; padding: 16px 0; animation: marquee 28s linear infinite; font: 600 .77rem var(--font-display); text-transform: uppercase; letter-spacing: .14em; }
.marquee-track i { color: var(--green); font-style: normal; font-size: .65rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; margin-bottom: 62px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -42px; }
.section h2 { font-size: clamp(3.1rem, 5vw, 5rem); color: var(--ink); }
.section h2 em { color: var(--green); }
.section-heading > p:last-child, .section-heading.split > p { margin: 0 0 6px; color: #52635c; font-size: 1.03rem; line-height: 1.7; }
.section-heading.split { grid-template-columns: 1fr 390px; }
.section-heading.split .eyebrow { grid-column: auto; margin-bottom: 25px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 480px; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); transition: transform .28s, background .28s, box-shadow .28s; }
.service-card:hover { z-index: 2; transform: translateY(-7px); background: var(--cream); box-shadow: 0 24px 50px rgba(7,24,17,.12); }
.service-card.featured { color: white; background: var(--green); }
.service-card.featured:hover { background: #008d35; }
.service-number { color: #7b8983; font: 600 .72rem var(--font-display); letter-spacing: .14em; }
.featured .service-number { color: rgba(255,255,255,.58); }
.service-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 50px 0 27px; border: 1px solid var(--line); border-radius: 16px; color: var(--green); font: 600 1.6rem var(--font-display); background: rgba(255,255,255,.38); }
.featured .service-icon { color: var(--ink); border-color: rgba(255,255,255,.25); background: var(--yellow); }
.service-card h3 { margin: 0 0 14px; font: 600 1.47rem/1.1 var(--font-display); letter-spacing: -.03em; }
.service-card p { margin: 0; color: #5a6862; line-height: 1.6; }
.featured p { color: rgba(255,255,255,.74); }
.service-card ul { display: grid; gap: 8px; margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: #3d5148; font-size: .83rem; }
.featured ul { color: rgba(255,255,255,.86); border-color: rgba(255,255,255,.2); }
.service-card li::before { content: "↳"; margin-right: 8px; color: var(--green); }
.featured li::before { color: var(--yellow); }
.care-card::after { content: "ONGOING"; position: absolute; top: 26px; right: 26px; padding: 6px 9px; border-radius: 999px; color: var(--ink); background: var(--yellow); font-size: .58rem; font-weight: 700; letter-spacing: .12em; }

.approach { position: relative; overflow: hidden; color: white; background: var(--blue); }
.approach::before { content: ""; position: absolute; width: 760px; height: 760px; left: -430px; bottom: -500px; border: 130px solid var(--green); border-radius: 50%; opacity: .28; }
.approach-layout { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; gap: 120px; }
.approach h2 { color: white; }
.approach h2 em { color: var(--yellow); }
.approach-intro > p:not(.eyebrow) { margin: 27px 0 34px; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.7; }
.button-light { color: var(--ink); background: white; }
.process-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-list > li > span { display: grid; place-items: center; align-self: start; width: 43px; height: 43px; border-radius: 50%; color: var(--ink); background: var(--yellow); font: 700 .72rem var(--font-display); }
.process-list h3 { margin: 1px 0 8px; font: 600 1.5rem var(--font-display); }
.process-list p { margin: 0; color: rgba(255,255,255,.63); line-height: 1.55; }

.builds { background: var(--cream); }
.build-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { min-height: 550px; padding: 27px; border-radius: var(--radius); overflow: hidden; }
.project-green { background: #c6f0d0; }
.project-blue { color: white; background: var(--blue); }
.project-yellow { background: var(--yellow); }
.project-top { display: flex; align-items: center; justify-content: space-between; font: 700 .65rem var(--font-display); letter-spacing: .14em; }
.project-top i { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid currentColor; border-radius: 50%; font-style: normal; font-size: 1rem; }
.project-graphic { position: relative; height: 280px; margin: 32px 0; border-radius: 13px; overflow: hidden; }
.shop-graphic { display: grid; place-items: center; background: var(--green); }
.browser-frame { width: 79%; padding: 13px; border-radius: 10px; background: var(--cream); box-shadow: 13px 15px 0 rgba(7,24,17,.22); transform: rotate(-4deg); }
.browser-frame > b { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: #bdc5c0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 13px; }
.product-grid i { height: 110px; border-radius: 6px; background: var(--yellow); }
.product-grid i:nth-child(2) { background: var(--blue-bright); }
.product-grid i:nth-child(3) { background: var(--green); }
.map-graphic { background: #123c92; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 35px 35px; }
.map-line { position: absolute; width: 390px; height: 120px; border: 3px solid var(--yellow); border-color: var(--yellow) transparent transparent transparent; border-radius: 50%; transform: rotate(40deg); }
.line-a { top: 75px; left: -50px; }
.line-b { top: 150px; left: 50px; border-color: var(--green-bright) transparent transparent transparent; transform: rotate(-25deg); }
.pin { position: absolute; width: 20px; height: 20px; border: 5px solid white; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--yellow); }
.pin-a { left: 25%; top: 30%; }.pin-b { right: 20%; top: 44%; }.pin-c { left: 46%; bottom: 15%; }
.dash-graphic { display: flex; align-items: end; gap: 30px; padding: 36px; background: #f0c700; }
.chart { display: flex; align-items: end; gap: 10px; height: 170px; width: 65%; }
.chart i { flex: 1; border-radius: 5px 5px 0 0; background: var(--ink); }
.chart i:nth-child(1) { height: 34%; }.chart i:nth-child(2) { height: 57%; }.chart i:nth-child(3) { height: 43%; }.chart i:nth-child(4) { height: 75%; }.chart i:nth-child(5) { height: 100%; background: var(--green); }
.metric { position: absolute; right: 24px; top: 22px; font: 700 4.3rem/1 var(--font-display); color: var(--blue); }
.metric b { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .13em; }
.project-card h3 { margin: 0 0 13px; font: 600 1.7rem/1.05 var(--font-display); letter-spacing: -.04em; }
.project-card p { margin: 0; opacity: .72; line-height: 1.6; }

.about { background: var(--paper); }
.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.about-flag { min-height: 570px; display: grid; place-items: center; }
.flag-shape { width: 90%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 24% 76% 56% 44% / 51% 30% 70% 49%; background: var(--green); transform: rotate(-7deg); }
.flag-shape > div { width: 63%; aspect-ratio: 1; display: grid; place-items: center; background: var(--yellow); transform: rotate(45deg); }
.flag-shape span { display: block; color: white; background: var(--blue); padding: 50px 23px; border-radius: 50%; text-align: center; transform: rotate(-45deg); font: 700 1rem/1.25 var(--font-display); letter-spacing: .12em; box-shadow: 0 12px 0 rgba(0,0,0,.12); }
.about-copy h2 { font-size: clamp(3rem, 4.7vw, 4.9rem); }
.about-copy .large-copy { margin: 30px 0 18px; color: var(--ink); font: 500 1.35rem/1.48 var(--font-display); letter-spacing: -.02em; }
.about-copy > p:not(.eyebrow):not(.large-copy) { color: #586860; line-height: 1.75; }
.value-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 32px; }
.value-list span { padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.33); font-size: .8rem; font-weight: 600; }
.value-list span::before { content: "●"; margin-right: 8px; color: var(--green); }

.faq-section { border-top: 1px solid var(--line); background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 2px; cursor: pointer; font: 600 1.13rem var(--font-display); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--green); transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 48px 25px 2px; color: #52635c; line-height: 1.7; }

.contact { position: relative; overflow: hidden; scroll-margin-top: 84px; padding: 96px 0 110px; color: white; background: var(--green); }
.contact-pattern { position: absolute; inset: 0; opacity: .12; background: radial-gradient(circle at center, transparent 0 19px, #fff 20px 21px, transparent 22px) 0 0 / 70px 70px; }
.contact::before, .contact::after { content: ""; position: absolute; border-radius: 50%; }
.contact::before { width: 500px; height: 500px; right: -240px; top: -220px; border: 100px solid var(--yellow); }
.contact::after { width: 290px; height: 290px; left: -180px; bottom: -200px; border: 75px solid var(--blue); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; }
.contact h2 { max-width: 570px; font-size: clamp(3.35rem, 5.4vw, 5.35rem); line-height: .94; }
.contact h2 em { color: var(--yellow); }
.contact-copy > p:not(.eyebrow) { max-width: 590px; margin: 29px 0 35px; color: rgba(255,255,255,.77); font-size: 1.08rem; line-height: 1.7; }
.button-yellow { color: var(--ink); background: var(--yellow); box-shadow: 0 16px 35px rgba(0,0,0,.14); }
.contact-email { display: inline-flex; flex-direction: column; gap: 4px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.34); }
.contact-email small { color: rgba(255,255,255,.58); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-email strong { font: 600 1.05rem var(--font-display); }
.contact-email strong span { color: var(--yellow); }
.contact-note { display: block; margin-top: 25px; color: rgba(255,255,255,.56); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-form { align-self: center; padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); color: var(--ink); background: var(--cream); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; padding-bottom: 17px; border-bottom: 1px solid var(--line); font: 600 1.45rem var(--font-display); }
.form-heading i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-style: normal; font-size: .9rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 14px; }
.contact-form label > span { font-size: .72rem; font-weight: 700; letter-spacing: .03em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid rgba(7,24,17,.18); border-radius: 8px; outline: 0; color: var(--ink); background: white; font: 400 .88rem var(--font-body); transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { min-height: 104px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8c9993; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,155,58,.12); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 5px; }
.form-footer p { max-width: 230px; margin: 0; color: #697770; font-size: .68rem; line-height: 1.45; }
.form-footer .button { border: 0; cursor: pointer; }
.form-footer .button:disabled { cursor: wait; opacity: .72; transform: none; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 1.2em; margin: 13px 0 0; color: #52635c; font-size: .73rem; text-align: right; }
.form-status.is-error { color: #a12424; font-weight: 600; }

.site-footer { color: rgba(255,255,255,.68); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding: 62px 0 44px; }
.footer-brand { color: white; font-size: 1.4rem; }
.footer-top p { margin: 0; font: 500 1.15rem var(--font-display); }
.footer-top nav { display: flex; gap: 20px; font-size: .78rem; }
.footer-top nav a:hover, .footer-bottom a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }

.thanks-page { min-height: 100vh; color: white; background: var(--ink); }
.thanks-main { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 40px 20px; }
.thanks-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 60px 60px; }
.thanks-card { position: relative; z-index: 1; width: min(680px, 100%); padding: 52px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: rgba(7,24,17,.9); box-shadow: 0 40px 90px rgba(0,0,0,.35); }
.thanks-card .brand { margin-bottom: 62px; }
.thanks-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 26px; border-radius: 50%; color: var(--ink); background: var(--yellow); font: 700 1.5rem var(--font-display); }
.thanks-card h1 { margin: 0; font: 600 clamp(3rem, 7vw, 5.2rem)/.92 var(--font-display); letter-spacing: -.06em; }
.thanks-card h1 em { font-style: normal; color: var(--yellow); }
.thanks-card > p:not(.eyebrow) { max-width: 540px; margin: 26px 0 32px; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.7; }

@media (max-width: 600px) {
  .thanks-card { padding: 32px 24px; }
  .thanks-card .brand { margin-bottom: 48px; }
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; padding: 150px 0 80px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-proof { max-width: 650px; margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 520px; }
  .section-heading, .section-heading.split, .approach-layout, .about-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .section-heading .eyebrow { margin-bottom: -20px; }
  .service-grid, .build-showcase { grid-template-columns: repeat(2, 1fr); }
  .project-card:last-child { grid-column: 1 / -1; }
  .about-flag { min-height: 480px; }
  .flag-shape { width: min(440px, 85%); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1180px); }
  .header-inner { height: 72px; }
  .menu-button { display: grid; gap: 5px; padding: 10px 7px; border: 0; background: transparent; color: white; cursor: pointer; }
  .menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 34px 24px; background: var(--ink); transform: translateX(100%); transition: transform .25s ease; }
  .nav-open .site-nav { transform: none; }
  .site-nav > a { padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font: 600 1.4rem var(--font-display); }
  .site-nav .nav-cta { margin-top: 20px; text-align: center; border: 0; background: var(--yellow); color: var(--ink); }
  .hero { min-height: auto; }
  .hero-layout { padding-top: 130px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-actions { flex-direction: column; }
  .hero-proof { gap: 14px; }
  .hero-proof span { font-size: .65rem; }
  .hero-visual { min-height: 430px; }
  .logo-stage { width: 76%; }
  .flag-ribbon { width: 320px; height: 320px; }
  .tag-one { left: 0; }.tag-two { right: 0; }.tag-three { left: 0; bottom: 15%; }
  .visual-note { right: 0; }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 44px; }
  .section h2 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .service-grid, .build-showcase { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-icon { margin-top: 35px; }
  .project-card:last-child { grid-column: auto; }
  .project-card { min-height: 520px; }
  .approach-intro { text-align: left; }
  .about-flag { min-height: 390px; }
  .value-list { grid-template-columns: 1fr; }
  .contact { padding: 95px 0; }
  .contact h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .contact-form { padding: 23px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .form-status { text-align: left; }
  .footer-top { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-top nav { justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
}

@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; }
}
