@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --pink: #00bf60;
  --pink-light: #45ed91;
  --ink: #050505;
  --charcoal: #151515;
  --paper: #fafafa;
  --muted: #585c5f;
  --line: #d4d7d5;
  --max: none;
  --page-pad: clamp(28px, 4vw, 78px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--pink); color: white; }

.scroll-progress { position: fixed; inset: 0 auto auto 0; height: 3px; z-index: 200; background: var(--pink); transition: width .08s linear; }
.section { width: 100%; max-width: none; margin: 0; padding: 130px var(--page-pad); }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 86px; background: rgba(5,5,5,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav { position: relative; z-index: 50; width: 100%; height: 86px; padding: 0 var(--page-pad); display: flex; align-items: center; justify-content: space-between; color: white; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: 'Manrope', sans-serif; font-size: 14px; letter-spacing: .13em; font-weight: 500; }
.brand b { color: var(--pink); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50% 50% 50% 12%; background: var(--pink); color: white; font-weight: 800; letter-spacing: -.08em; transform: rotate(-7deg); }
.brand-mark::first-letter { transform: rotate(7deg); }
.nav-links { display: flex; align-items: center; gap: 35px; font-size: 13px; }
.nav-links > a:not(.nav-cta) { position: relative; color: #c9c9ce; transition: color .25s ease; }
.nav-links > a:not(.nav-cta)::after { content: ''; position: absolute; height: 1px; background: var(--pink); left: 0; right: 100%; bottom: -6px; transition: right .25s ease; }
.nav-links > a:hover { color: white; }
.nav-links > a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; transition: background .25s ease, border-color .25s ease; }
.nav-cta:hover { background: var(--pink); border-color: var(--pink); }
.nav-cta span { margin-left: 9px; }
.menu-toggle { display: none; }

.hero { min-height: 860px; height: 100svh; position: relative; overflow: hidden; display: flex; align-items: center; color: white; background: radial-gradient(circle at 72% 30%, #06351f 0, #101412 32%, #050505 68%); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-grid::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, var(--ink) 0%, transparent 30%, transparent 68%, var(--ink) 100%); }
.hero-orbit { position: absolute; border: 1px solid rgba(0, 191, 96, .34); border-radius: 50%; }
.orbit-one { width: 740px; height: 740px; right: -190px; top: 4%; animation: drift 8s ease-in-out infinite alternate; }
.orbit-two { width: 480px; height: 480px; right: -60px; top: 19%; border-color: rgba(255,255,255,.12); animation: drift 10s ease-in-out infinite alternate-reverse; }
.orbit-one::before, .orbit-two::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--pink); position: absolute; top: 50%; left: -5px; box-shadow: 0 0 30px 8px rgba(0,191,96,.45); }
@keyframes drift { to { transform: translate(-20px, 18px) rotate(12deg); } }
.hero-content { width: 100%; margin: 0; padding: 116px var(--page-pad) 70px; position: relative; z-index: 2; }
.kicker { margin: 0 0 30px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; color: #7a7a82; display: flex; align-items: center; gap: 10px; }
.kicker span { display: block; width: 28px; height: 1px; background: var(--pink); }
.hero-kicker { color: #babac0; opacity: 0; animation: riseIn .8s .15s ease forwards; }
.hero h1, h2 { font-family: 'Manrope', sans-serif; }
.hero h1 { margin: 0; font-size: clamp(68px, 9.6vw, 146px); line-height: .81; letter-spacing: -.075em; font-weight: 800; display: flex; flex-direction: column; width: fit-content; opacity: 0; transform: translateY(35px); animation: riseIn 1s .28s cubic-bezier(.2,.8,.2,1) forwards; }
.hero h1 .outline-word { color: transparent; -webkit-text-stroke: 1.5px #fff; margin-left: .25em; }
.hero h1 em, h2 em, .contact h2 em { color: var(--pink); font-style: normal; }
@keyframes riseIn { to { opacity: 1; transform: translateY(0); } }
.hero-bottom { display: flex; justify-content: flex-end; align-items: center; gap: 42px; margin-top: 55px; opacity: 0; animation: riseIn .9s .52s ease forwards; }
.hero-bottom > p { max-width: 410px; margin: 0; color: #aaaab0; font-size: 15px; line-height: 1.65; }
.primary-button { display: inline-flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 36px; padding: 0 18px 0 25px; border: 0; border-radius: 999px; background: var(--pink); color: white; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: 11px; box-shadow: 0 12px 40px rgba(0,191,96,.2); transition: transform .25s ease, box-shadow .25s ease; cursor: pointer; }
.primary-button span { display: grid; place-items: center; width: 34px; height: 34px; background: white; color: var(--pink); border-radius: 50%; font-size: 17px; }
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 18px 50px rgba(0,191,96,.35); }
.floating-metric { position: absolute; z-index: 3; color: white; border: 1px solid rgba(255,255,255,.14); background: rgba(19,19,22,.66); backdrop-filter: blur(14px); border-radius: 12px; padding: 15px 18px; box-shadow: 0 20px 60px rgba(0,0,0,.3); animation: float 4s ease-in-out infinite; }
.metric-a { right: 7%; top: 25%; display: flex; flex-direction: column; }
.metric-a b { color: var(--pink); font: 700 24px 'Manrope'; }.metric-a span { color: #a7a7ad; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.metric-b { right: 16%; bottom: 18%; display: grid; gap: 3px; animation-delay: -2s; }.metric-b span { color: #87878e; font-size: 9px; letter-spacing: .15em; }.metric-b b { font: 700 15px 'Manrope'; }.metric-b i { color: #35de80; font-size: 8px; font-style: normal; letter-spacing: .1em; }
@keyframes float { 50% { transform: translateY(-10px); } }
.scroll-cue { position: absolute; bottom: 33px; left: 48px; z-index: 3; color: #818188; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; display: flex; align-items: center; gap: 15px; writing-mode: vertical-rl; }
.scroll-cue i { color: var(--pink); font-size: 17px; font-style: normal; animation: down 1.5s ease infinite; }
@keyframes down { 50% { transform: translateY(5px); } }

.ticker { overflow: hidden; background: var(--pink); color: white; position: relative; z-index: 5; width: 100%; }
.ticker-track { display: flex; align-items: center; width: max-content; min-width: 200vw; height: 57px; animation: marquee 26s linear infinite; will-change: transform; }
.ticker-group { display: flex; align-items: center; justify-content: space-around; gap: clamp(28px, 3vw, 60px); flex: 0 0 auto; width: max-content; min-width: 100vw; padding: 0 clamp(22px, 3vw, 52px); }
.ticker span { flex: 0 0 auto; white-space: nowrap; font: 800 12px 'Manrope'; letter-spacing: .16em; margin: 0; }.ticker i { flex: 0 0 auto; font-style: normal; font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 80px; align-items: end; margin-bottom: 72px; }
.section-heading h2, .results h2 { margin: 0; font-size: clamp(43px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
.section-heading > p { color: var(--muted); line-height: 1.75; font-size: 15px; margin: 0 0 8px; }
.services { background: #0b0d0c; color: white; }
.services .section-heading > p { color: #b5bbb8; }
.services .service-list { border-top-color: rgba(0,191,96,.5); }
.services .service-card { border-bottom-color: rgba(0,191,96,.38); }
.services .service-card::before { background: #10261b; }
.services .service-title-wrap p { color: #8b9891; }
.services .service-copy { color: #d3d9d6; }
.services .service-card ul { color: #f2f5f3; }
.services .service-arrow { border-color: rgba(0,191,96,.55); }
.service-list { border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 230px; display: grid; grid-template-columns: 70px minmax(260px,.9fr) minmax(320px,1.05fr) minmax(260px,.85fr); align-items: center; gap: clamp(30px, 3.4vw, 70px); padding: 42px 62px 42px 0; border-bottom: 1px solid var(--line); transition: color .35s ease, padding .35s ease; overflow: hidden; }
.service-card::before { content: ''; position: absolute; inset: 0; background: var(--ink); transform: translateY(102%); transition: transform .45s cubic-bezier(.2,.8,.2,1); z-index: -1; }
.service-card:hover { color: white; padding-left: 25px; }
.service-card:hover::before { transform: translateY(0); }
.service-number { color: var(--pink); font: 600 13px 'Manrope'; align-self: start; padding-top: 8px; }
.service-title-wrap p { text-transform: uppercase; color: #666b69; font-size: 11px; font-weight: 700; letter-spacing: .15em; margin: 0 0 14px; }
.service-title-wrap h3 { margin: 0; font: 700 clamp(30px, 3.2vw, 48px)/1 'Manrope'; letter-spacing: -.05em; }
.service-copy { color: #3f4542; line-height: 1.72; font-size: 16px; font-weight: 500; transition: color .35s ease; max-width: 520px; }
.service-card:hover .service-copy { color: #bdbdc2; }
.service-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; color: #353b38; font-size: 14px; font-weight: 600; }
.service-card li { display: flex; align-items: center; }
.service-card li::before { content: ''; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px rgba(0,191,96,.12); margin-right: 13px; }
.service-card:hover li { color: #c4c4c8; }
.service-arrow { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--pink); transition: background .3s ease, transform .3s ease; }
.service-card:hover .service-arrow { background: var(--pink); color: white; border-color: var(--pink); transform: translateY(-50%) rotate(45deg); }

.results { background: var(--ink); color: white; position: relative; overflow: hidden; }
.results::before { content: ''; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(0,191,96,.2); border-radius: 50%; right: -180px; top: -230px; }
.results-inner { position: relative; }
.kicker-light { color: #85858c; }
.results-copy { margin-bottom: 80px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #2d2d30; border-bottom: 1px solid #2d2d30; }
.stat { padding: 50px 28px 42px 0; border-right: 1px solid #2d2d30; }
.stat:not(:first-child) { padding-left: 28px; }.stat:last-child { border-right: 0; }
.stat strong { display: block; font: 700 clamp(43px, 5vw, 68px)/1 'Manrope'; letter-spacing: -.06em; color: var(--pink); }
.stat p { color: #929298; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin: 16px 0 0; }
.results-line { margin-top: 60px; height: 3px; background: #252825; }.results-line span { display: block; width: 74%; height: 100%; background: linear-gradient(90deg, var(--pink), var(--pink-light)); position: relative; }.results-line span::after { content: ''; position: absolute; right: -5px; top: -4px; width: 11px; height: 11px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 20px var(--pink); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-grid article { padding: 42px; background: var(--paper); min-height: 340px; position: relative; }
.process-grid article > span { color: var(--pink); font: 600 11px 'Manrope'; }
.process-icon { width: 72px; height: 72px; margin: 55px 0 34px; border: 1px solid #cfcfd4; border-radius: 50%; position: relative; transition: transform .45s ease, background .3s ease; }
.process-grid article:hover .process-icon { transform: rotate(90deg); background: var(--pink); border-color: var(--pink); }
.process-icon i { position: absolute; top: 50%; left: 50%; width: 25px; height: 1px; background: var(--pink); transform: translate(-50%,-50%); }.process-icon i:last-child { transform: translate(-50%,-50%) rotate(90deg); }.process-grid article:hover .process-icon i { background: white; }
.process-grid h3 { font: 700 29px 'Manrope'; letter-spacing: -.04em; margin: 0 0 13px; }.process-grid p { color: var(--muted); line-height: 1.65; font-size: 13px; max-width: 280px; }

.contact { min-height: 720px; display: grid; place-items: center; text-align: center; background: #101012; color: white; position: relative; overflow: hidden; padding: 100px 28px; }
.contact::before { content: ''; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 70px 70px; }
.contact-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(0,191,96,.2); filter: blur(90px); }
.contact-inner { position: relative; z-index: 2; max-width: 950px; }
.contact .kicker { justify-content: center; }
.contact h2 { font: 800 clamp(58px, 8vw, 116px)/.85 'Manrope'; letter-spacing: -.075em; margin: 0; }
.contact-inner > p:not(.kicker) { max-width: 570px; margin: 42px auto 30px; color: #9c9ca3; line-height: 1.7; }
.contact-actions { display: flex; align-items: center; justify-content: center; gap: 27px; }
.light-button { background: white; color: var(--ink); box-shadow: none; }.light-button span { background: var(--pink); color: white; }.light-button:hover { box-shadow: 0 18px 50px rgba(255,255,255,.12); }
.text-link { font-size: 13px; color: #b1b1b6; border-bottom: 1px solid #5a5a60; padding-bottom: 4px; }

footer { background: #0b0d0c; color: white; padding: 58px var(--page-pad) 28px; border-top: 1px solid rgba(0,191,96,.45); }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 58px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-brand b { color: var(--pink); }.footer-brand .brand-mark { background: var(--pink); color: white; }
.footer-email { font: 600 clamp(20px, 2.5vw, 32px) 'Manrope'; letter-spacing: -.035em; }.footer-email span { color: var(--pink); font-size: .7em; margin-left: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: #bec4c1; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a { transition: color .2s ease; }.footer-links a:hover { color: var(--pink-light); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 25px; color: #9fa6a2; font-size: 10px; letter-spacing: .04em; }.footer-bottom p { margin: 0; }.socials { display: flex; gap: 10px; }
.social-link { display: inline-flex; align-items: center; gap: 9px; min-height: 40px; padding: 7px 13px 7px 9px; color: white; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: 11px; font-weight: 700; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.social-link img { width: 18px; height: 18px; display: block; }.social-link:hover { color: white; border-color: var(--pink); background: rgba(0,191,96,.12); }

.page-hero { min-height: 690px; position: relative; overflow: hidden; display: flex; align-items: center; color: white; background: radial-gradient(circle at 78% 25%, #073820 0, #101412 30%, #050505 70%); padding-top: 86px; }
.page-hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to bottom, black, transparent); }
.page-hero-content { position: relative; z-index: 2; width: 100%; padding: 90px var(--page-pad) 70px; animation: riseIn .9s ease both; }
.page-hero h1 { max-width: 1300px; margin: 0; font: 800 clamp(70px, 9vw, 150px)/.84 'Manrope'; letter-spacing: -.075em; }
.page-hero h1 em { color: var(--pink); font-style: normal; }
.page-hero-content > p:last-child { max-width: 660px; margin: 42px 0 0 auto; color: #b7bbb9; font-size: 17px; line-height: 1.75; }
.compact-page-hero { min-height: 650px; }
.legal-hero { min-height: 560px; }
.legal-hero .page-hero-content > p:last-child { margin-left: 0; }
.page-section { width: 100%; padding: 120px var(--page-pad); }
.story-section { display: grid; grid-template-columns: minmax(320px,.85fr) minmax(420px,1fr); gap: clamp(70px,10vw,180px); align-items: start; }
.story-intro { position: sticky; top: 130px; }
.story-intro h2, .contact-details h2 { margin: 0; font: 700 clamp(45px,5vw,76px)/1 'Manrope'; letter-spacing: -.06em; }
.story-copy { max-width: 780px; }
.story-copy p { margin: 0 0 28px; color: #363b39; font-size: clamp(17px,1.3vw,21px); line-height: 1.8; }
.values-section { background: #f0f2f1; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.value-grid article { min-height: 340px; padding: 42px; background: var(--paper); }
.value-grid article > span { color: var(--pink); font-size: 12px; font-weight: 800; }
.value-grid h3 { margin: 90px 0 18px; font: 700 30px/1.1 'Manrope'; letter-spacing: -.04em; }
.value-grid p { color: var(--muted); font-size: 15px; line-height: 1.72; }
.page-cta { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 100px var(--page-pad); background: var(--ink); color: white; }
.page-cta .kicker { justify-content: center; }
.page-cta h2 { margin: 0 0 45px; font: 700 clamp(50px,6vw,94px)/.95 'Manrope'; letter-spacing: -.065em; }
.page-cta h2 em { color: var(--pink); font-style: normal; }
.contact-page { display: grid; grid-template-columns: minmax(340px,.85fr) minmax(520px,1.15fr); gap: clamp(70px,10vw,180px); align-items: start; }
.contact-details > p:not(.kicker) { max-width: 600px; margin: 32px 0 55px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.contact-detail-list { border-top: 1px solid var(--line); }
.contact-detail-list a { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-detail-list small { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.contact-detail-list strong { font: 600 clamp(18px,2vw,26px) 'Manrope'; }
.contact-detail-list span { color: var(--pink); }
.contact-form { padding: clamp(30px,4vw,58px); background: #f0f2f1; border: 1px solid var(--line); display: grid; gap: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 9px; color: #343936; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #c9cecb; border-radius: 0; background: white; color: var(--ink); padding: 15px 16px; font: 500 16px 'DM Sans'; outline: none; transition: border-color .2s ease, box-shadow .2s ease; text-transform: none; letter-spacing: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(0,191,96,.13); }
.contact-form .primary-button { width: fit-content; margin-top: 5px; }
.legal-content { display: grid; grid-template-columns: 260px minmax(0,850px); gap: clamp(70px,10vw,170px); justify-content: start; }
.legal-index { position: sticky; top: 125px; align-self: start; display: grid; gap: 14px; padding: 25px 0; border-top: 2px solid var(--pink); border-bottom: 1px solid var(--line); }
.legal-index strong { margin-bottom: 8px; font: 700 18px 'Manrope'; }.legal-index a { color: var(--muted); font-size: 14px; }.legal-index a:hover { color: var(--pink); }
.legal-copy section { scroll-margin-top: 115px; padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.legal-copy h2 { margin: 0 0 20px; font: 700 clamp(30px,3vw,45px)/1.08 'Manrope'; letter-spacing: -.04em; }
.legal-copy p { margin: 0; color: #444a47; font-size: 17px; line-height: 1.85; }.legal-copy a { color: #008d47; text-decoration: underline; }
.cookie-banner { position: fixed; z-index: 300; left: var(--page-pad); right: var(--page-pad); bottom: 24px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 22px; padding: 22px 24px; color: white; background: #111513; border: 1px solid rgba(0,191,96,.5); box-shadow: 0 22px 70px rgba(0,0,0,.35); }
.cookie-banner[hidden] { display: none; }
.cookie-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--pink); border: 1px solid var(--pink); box-shadow: inset 0 0 18px rgba(0,191,96,.14); }
.cookie-banner strong { font: 700 17px 'Manrope'; }.cookie-banner p { margin: 5px 0 4px; max-width: 850px; color: #b7bbb9; font-size: 13px; line-height: 1.55; }.cookie-banner a { color: var(--pink-light); font-size: 12px; text-decoration: underline; }
.cookie-actions { display: flex; gap: 9px; }.cookie-actions button { min-width: 92px; padding: 12px 17px; border: 1px solid #4a4f4c; color: white; background: transparent; font: 700 11px 'DM Sans'; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }.cookie-actions .cookie-accept { color: #041009; background: var(--pink); border-color: var(--pink); }

[data-reveal] { opacity: 0; transform: translateY(44px); transition: opacity .8s var(--delay, 0ms) ease, transform .8s var(--delay, 0ms) cubic-bezier(.2,.75,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .section { padding: 100px 28px; }
  .site-header, .nav { height: 78px; }
  .nav { padding: 0 28px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; border: 0; background: none; padding: 12px; z-index: 2; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: white; transition: transform .3s ease; }
  .menu-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-links { position: absolute; top: 78px; left: 0; right: 0; height: auto; max-height: 0; overflow: hidden; padding: 0 28px; background: #0c0e0d; flex-direction: column; align-items: stretch; gap: 0; font: 700 17px 'Manrope'; opacity: 0; transform: none; border-bottom: 1px solid rgba(255,255,255,.1); transition: max-height .38s ease, padding .38s ease, opacity .25s ease; }
  .nav-links.is-open { max-height: 340px; padding: 10px 28px 24px; opacity: 1; transform: none; }
  .nav-links > a:not(.nav-cta) { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #e7e9e8; }
  .nav-links > a:not(.nav-cta)::after { display: none; }
  .nav-cta { justify-content: space-between; display: flex; font-size: 12px; margin-top: 16px; }
  .hero { min-height: 760px; }
  .hero-content { padding: 110px 28px 60px; }
  .hero h1 { font-size: clamp(59px, 15.2vw, 100px); line-height: .86; }
  .hero h1 .outline-word { margin-left: 0; }
  .hero-bottom { justify-content: flex-start; flex-direction: column; align-items: flex-start; margin-top: 45px; }
  .floating-metric { display: none; }.scroll-cue { left: auto; right: 28px; }
  .section-heading { grid-template-columns: 1fr; gap: 32px; }
  .service-card { grid-template-columns: 55px 1fr; gap: 22px; padding: 35px 42px 35px 0; }.service-copy, .service-card ul { grid-column: 2; }.service-arrow { display: none; }.service-card:hover { padding-left: 14px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }.stat:nth-child(2) { border-right: 0; }.stat:nth-child(-n+2) { border-bottom: 1px solid #2d2d30; }
  .process-grid { grid-template-columns: 1fr; }.process-grid article { min-height: 280px; }.process-icon { margin: 35px 0 26px; }
  footer { padding-left: 28px; padding-right: 28px; }
  .page-hero { min-height: 600px; padding-top: 78px; }.page-hero-content { padding: 80px 28px 60px; }.page-hero h1 { font-size: clamp(62px,13vw,100px); }.page-hero-content > p:last-child { margin-left: 0; }
  .page-section { padding: 90px 28px; }.story-section, .contact-page { grid-template-columns: 1fr; gap: 60px; }.story-intro { position: static; }.value-grid { grid-template-columns: 1fr; }.value-grid article { min-height: 270px; }.value-grid h3 { margin-top: 55px; }
  .legal-content { grid-template-columns: 1fr; gap: 60px; }.legal-index { position: static; }
  .cookie-banner { left: 18px; right: 18px; grid-template-columns: auto 1fr; }.cookie-actions { grid-column: 1 / -1; justify-content: flex-end; }
}

@media (max-width: 560px) {
  .ticker-track { height: 54px; animation-duration: 32s; }
  .ticker-group { gap: 22px; padding: 0 18px; }
  .ticker span { font-size: 10px; letter-spacing: .12em; }
  .ticker i { font-size: 9px; }
  .hero { min-height: 730px; }.hero-kicker { max-width: 290px; line-height: 1.5; }.hero-bottom > p { font-size: 14px; }.primary-button { width: 100%; gap: 10px; }
  .section-heading h2, .results h2 { font-size: 43px; }
  .service-card { grid-template-columns: 36px 1fr; }.service-copy, .service-card ul { grid-column: 1 / -1; }.service-title-wrap h3 { font-size: 36px; }
  .stats-grid { grid-template-columns: 1fr; }.stat, .stat:not(:first-child) { border-right: 0; border-bottom: 1px solid #2d2d30; padding: 35px 0; }.stat:last-child { border-bottom: 0; }
  .process-grid article { padding: 30px; }
  .contact { min-height: 660px; }.contact h2 { font-size: 56px; }.contact-actions { flex-direction: column; }.contact-actions .primary-button { width: auto; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 28px; }.footer-email { font-size: 20px; }.socials { flex-wrap: wrap; gap: 15px; }
  .form-row { grid-template-columns: 1fr; }.contact-detail-list a { grid-template-columns: 1fr auto; }.contact-detail-list small { grid-column: 1 / -1; }.page-hero h1 { font-size: 56px; }.page-hero-content > p:last-child { font-size: 15px; }
  .cookie-banner { display: grid; grid-template-columns: 1fr; padding: 20px; bottom: 12px; }.cookie-icon { display: none; }.cookie-actions { grid-column: 1; justify-content: stretch; }.cookie-actions button { flex: 1; }
}

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