@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #08090b;
  --ink-soft: #141619;
  --paper: #f3f1ec;
  --paper-bright: #fbfaf7;
  --muted: #74777b;
  --line: rgba(8, 9, 11, 0.15);
  --blue: #5274ff;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-150%); padding: 10px 16px; background: white; color: black; border-radius: 99px; text-decoration: none; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: white; transition: background .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(8, 9, 11, .9); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.1); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { width: 200px; display: block; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .8rem; font-weight: 600; letter-spacing: .04em; }
.main-nav a { text-decoration: none; color: rgba(255,255,255,.72); transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.main-nav .nav-contact { color: var(--ink); background: white; border-radius: 999px; padding: 13px 18px; }
.nav-contact span { margin-left: 10px; }
.menu-button { display: none; color: white; background: transparent; border: 0; padding: 8px 0; align-items: center; gap: 10px; cursor: pointer; }
.menu-lines { width: 27px; height: 18px; display: grid; align-content: center; gap: 6px; }
.menu-lines i { display: block; height: 1px; background: currentColor; transition: transform .25s ease; }

.hero { min-height: 880px; height: 100svh; max-height: 1080px; overflow: hidden; position: relative; display: flex; align-items: center; background: var(--ink); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .27; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-glow { position: absolute; width: 62vw; aspect-ratio: 1; border-radius: 50%; right: -20vw; top: -30vw; background: radial-gradient(circle, rgba(82,116,255,.3), rgba(82,116,255,0) 65%); }
.hero-inner { position: relative; z-index: 2; padding-top: 98px; }
.eyebrow, .kicker { margin: 0 0 24px; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
.eyebrow { color: rgba(255,255,255,.58); }
.eyebrow::before, .kicker::before { content: ""; display: inline-block; width: 32px; height: 1px; margin-right: 12px; vertical-align: middle; background: currentColor; }
.hero h1 { max-width: 1160px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3.25rem, 6.8vw, 6.9rem); line-height: 1; letter-spacing: -.025em; font-weight: 600; }
.hero h1 span { color: #969a9f; }
.hero-bottom { max-width: 1100px; margin-top: 64px; display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.hero-bottom p { max-width: 600px; margin: 0; color: rgba(255,255,255,.66); font-size: 1rem; line-height: 1.75; }
.text-link { min-width: 220px; display: flex; justify-content: space-between; gap: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.35); text-decoration: none; font-size: .8rem; font-weight: 600; }
.hero-mark { position: absolute; right: -1.5vw; bottom: -9vw; font-family: "Manrope", sans-serif; font-size: 31vw; font-weight: 700; letter-spacing: -.055em; color: rgba(255,255,255,.025); line-height: 1; user-select: none; }

.section { padding: 140px 0; }
.section-head { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 60px; margin-bottom: 72px; }
.kicker { color: #717479; }
.kicker.light { color: rgba(255,255,255,.48); }
.section h2, .about h2, .contact h2 { font-family: "Manrope", sans-serif; font-size: clamp(2.4rem, 4.4vw, 4.5rem); line-height: 1.08; letter-spacing: -.025em; margin: 0; font-weight: 600; }
.section-head > p { margin: 0; color: var(--muted); line-height: 1.8; }
.project-list { display: grid; gap: 30px; }
.project-card { overflow: hidden; border-radius: 28px; min-height: 620px; }
.project-link { min-height: inherit; display: grid; grid-template-columns: .82fr 1.18fr; text-decoration: none; }
.project-copy { padding: 46px; display: flex; flex-direction: column; justify-content: space-between; }
.project-meta { display: flex; justify-content: space-between; gap: 20px; font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; opacity: .55; }
.project-label { margin: 0 0 14px; font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; opacity: .55; }
.project-copy h3 { font-family: "Manrope", sans-serif; font-size: clamp(2.4rem, 3.7vw, 3.7rem); letter-spacing: -.02em; margin: 0 0 20px; font-weight: 600; }
.project-copy p:not(.project-label) { max-width: 470px; color: rgba(255,255,255,.66); line-height: 1.7; margin: 0 0 36px; }
.project-cta { display: inline-flex; align-items: center; gap: 12px; font-size: .78rem; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 7px; }
.project-cta b { transition: transform .2s ease; }
.project-link:hover .project-cta b { transform: translate(3px,-3px); }
.project-visual { position: relative; display: grid; place-items: center; overflow: hidden; }
.project-mobile { color: white; background: #0d1421; }
.mobile-visual { background: radial-gradient(circle at 50% 44%, #2c4d7f 0, #101a2a 37%, #080b10 72%); }
.mobile-visual::after { content: ""; position: absolute; inset: auto 7% 5%; height: 7%; filter: blur(24px); background: rgba(0,0,0,.9); border-radius: 50%; }
.mobile-visual img { position: relative; z-index: 2; height: 570px; width: auto; object-fit: contain; filter: drop-shadow(0 34px 30px rgba(0,0,0,.45)); transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.project-link:hover .mobile-visual img { transform: translateY(-8px) rotate(-1deg) scale(1.015); }
.visual-orbit { position: absolute; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.project-dashboard { color: white; background: #252731; }
.dashboard-visual { padding: 58px 0 58px 44px; background: radial-gradient(circle at 50% 35%, #f7f9ff, #dce5f4 62%, #c3cedf); }
.dashboard-window { width: 116%; min-height: 470px; background: white; border-radius: 16px; box-shadow: 0 38px 70px rgba(22,35,56,.25); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); transition: transform .6s cubic-bezier(.2,.8,.2,1); overflow: hidden; }
.project-link:hover .dashboard-window { transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateY(-7px); }
.window-bar { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: #f0f2f5; color: #8b93a0; font-size: .55rem; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c6ccd4; }
.window-bar span { margin-inline: auto; transform: translateX(-20px); }
.dashboard-window > img { width: 100%; height: 145px; object-fit: cover; object-position: center; }
.dashboard-mock { min-height: 289px; display: grid; grid-template-columns: 84px 1fr; background: #f7f8fb; }
.mock-sidebar { padding: 26px 16px; background: #10182a; display: grid; align-content: start; gap: 20px; }
.mock-sidebar b, .mock-sidebar i { height: 7px; border-radius: 8px; background: rgba(255,255,255,.18); }
.mock-sidebar b { background: #5478ff; }
.mock-content { padding: 28px; }
.mock-content > i { display: block; width: 45%; height: 14px; margin-bottom: 24px; border-radius: 10px; background: #1e293b; }
.mock-content > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.mock-content b { height: 88px; border-radius: 10px; background: white; box-shadow: 0 5px 18px rgba(27,44,71,.06); }
.mock-content span { display: block; height: 100px; border-radius: 10px; margin-top: 14px; background: white; }

.capabilities { background: var(--ink); color: white; }
.capabilities-intro { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 32px 80px; align-items: end; }
.capabilities-intro .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.capabilities-intro > p:last-child { max-width: 480px; color: rgba(255,255,255,.56); line-height: 1.75; margin: 0 0 7px; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 68px; }
.capability { position: relative; min-height: 340px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); display: flex; flex-direction: column; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.capability:hover { transform: translateY(-4px); border-color: rgba(130,153,255,.38); background: linear-gradient(145deg, rgba(93,119,240,.12), rgba(255,255,255,.025)); }
.capability-number { color: rgba(255,255,255,.3); font-size: .64rem; letter-spacing: .15em; }
.capability-visual { position: relative; height: 92px; margin: 28px 0 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.025); }
.strategy-visual { display: flex; align-items: center; justify-content: space-between; padding: 0 16%; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 24px 24px; }
.strategy-visual::before { content: ""; position: absolute; left: 20%; right: 20%; top: calc(50% - 1px); height: 2px; background: linear-gradient(90deg, rgba(132,153,255,.28), #92a7ff 50%, rgba(132,153,255,.28)); }
.strategy-visual span { position: relative; z-index: 2; width: 13px; height: 13px; border: 2px solid #a0b1ff; border-radius: 50%; background: #151927; box-shadow: 0 0 0 6px rgba(101,128,255,.1); }
.strategy-visual span::after { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.36); font-size: .48rem; font-weight: 700; letter-spacing: .11em; }
.strategy-visual span:nth-child(1)::after { content: "IDEE"; }
.strategy-visual span:nth-child(2)::after { content: "BUILD"; }
.strategy-visual span:nth-child(3)::after { content: "LAUNCH"; }
.strategy-visual i { display: none; }
.mobile-art { display: grid; place-items: center; background: radial-gradient(circle, rgba(89,116,242,.18), transparent 68%); }
.mobile-art > i { position: relative; display: block; width: 42px; height: 70px; border: 2px solid #9badff; border-radius: 9px; background: #131722; box-shadow: 18px 8px 0 -7px rgba(115,140,255,.18), -18px 8px 0 -7px rgba(115,140,255,.1); }
.mobile-art > i::before { content: ""; position: absolute; width: 14px; height: 2px; border-radius: 3px; left: 50%; top: 5px; transform: translateX(-50%); background: rgba(255,255,255,.36); }
.mobile-art > i b { position: absolute; inset: 13px 5px 20px; border-radius: 4px; background: linear-gradient(145deg, #6a87ff, #3349a8); }
.mobile-art > i span { position: absolute; bottom: 7px; height: 3px; border-radius: 2px; background: rgba(255,255,255,.32); }
.mobile-art > i span:nth-of-type(1) { left: 7px; width: 11px; }
.mobile-art > i span:nth-of-type(2) { right: 7px; width: 11px; }
.web-art { background: radial-gradient(circle at 72% 35%, rgba(91,118,242,.17), transparent 58%); }
.web-art::before { content: ""; position: absolute; left: 16px; right: 16px; top: 13px; height: 9px; border-radius: 5px; background: radial-gradient(circle at 7px 50%, #8198ff 0 2px, transparent 2.5px), radial-gradient(circle at 15px 50%, rgba(255,255,255,.3) 0 2px, transparent 2.5px), linear-gradient(90deg, transparent 25px, rgba(255,255,255,.1) 25px); }
.web-art i, .web-art span, .web-art b { position: absolute; display: block; border-radius: 5px; }
.web-art i { left: 16px; top: 31px; bottom: 13px; width: 25%; background: linear-gradient(155deg, rgba(113,138,255,.3), rgba(113,138,255,.12)); }
.web-art span:nth-of-type(1) { left: calc(25% + 28px); right: 16px; top: 31px; height: 16px; background: rgba(151,170,255,.32); }
.web-art span:nth-of-type(2) { left: calc(25% + 28px); bottom: 13px; width: 29%; height: 26px; background: rgba(255,255,255,.08); }
.web-art b { right: 16px; bottom: 13px; width: 36%; height: 26px; background: rgba(255,255,255,.12); }
.capability-tag { width: fit-content; margin: 0 0 20px; padding: 7px 11px; border: 1px solid rgba(149,167,255,.35); border-radius: 999px; color: #b9c5ff; font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.capability h3 { font-family: "Manrope", sans-serif; margin: 0 0 14px; font-size: 1.45rem; letter-spacing: -.01em; }
.capability p { color: rgba(255,255,255,.52); line-height: 1.72; margin: 0; font-size: .88rem; }

.about { background: var(--paper-bright); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.about-mark { width: 100%; aspect-ratio: 1; overflow: hidden; display: grid; place-items: center; background: #0b0d10; border-radius: 28px; position: relative; color: white; box-shadow: 0 30px 70px rgba(22,24,28,.14); }
.about-mark::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(135deg, black, transparent 82%); }
.about-mark::after { content: ""; position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(86,111,241,.28), rgba(86,111,241,0) 68%); }
.about-mark img { width: 58%; height: auto; position: relative; z-index: 2; filter: drop-shadow(0 12px 28px rgba(0,0,0,.35)); }
.brand-panel-top, .brand-panel-bottom { position: absolute; z-index: 3; left: 24px; right: 24px; font-size: .56rem; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.52); }
.brand-panel-top { top: 24px; }
.brand-panel-bottom { bottom: 22px; display: flex; justify-content: space-between; align-items: end; }
.brand-panel-bottom b { color: white; font-size: .75rem; letter-spacing: .18em; }
.brand-panel-bottom i { font-style: normal; }
.about-copy .lead { font-size: 1.18rem; line-height: 1.7; color: #383b3f; margin: 36px 0 20px; }
.about-copy > p:not(.kicker):not(.lead) { color: var(--muted); line-height: 1.8; }
.about-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; border-top: 1px solid var(--line); margin-top: 50px; padding-top: 26px; }
.about-facts div { display: grid; gap: 5px; }
.about-facts strong { font-family: "Manrope", sans-serif; font-size: 1rem; }
.about-facts span { color: var(--muted); font-size: .7rem; }

.contact { padding: 130px 0; background: #566ff1; color: white; }
.contact-inner { position: relative; }
.contact h2 { max-width: 900px; font-size: clamp(3rem, 6.3vw, 6.3rem); }
.contact-link { margin-top: 70px; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); text-decoration: none; font-family: "Manrope", sans-serif; font-size: 1.15rem; }
.contact-link b { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: white; color: #566ff1; transition: transform .25s ease; }
.contact-link:hover b { transform: rotate(45deg); }

.site-footer { background: var(--ink); color: white; padding: 80px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 80px; }
.footer-brand { width: 250px; align-self: start; opacity: .95; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-nav > div { display: grid; align-content: start; gap: 12px; }
.footer-nav span { color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .14em; font-size: .6rem; margin-bottom: 8px; }
.footer-nav a { width: fit-content; color: rgba(255,255,255,.72); text-decoration: none; font-size: .82rem; }
.footer-nav a:hover { color: white; }
.footer-bottom { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.38); font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 26px; }
.footer-bottom a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

/* Legal pages */
.legal-page { background: var(--paper-bright); }
.legal-hero { padding: 190px 0 72px; background: var(--ink); color: white; }
.legal-hero h1 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 6.5vw, 5.7rem); letter-spacing: -.025em; line-height: 1.05; }
.legal-hero p { color: rgba(255,255,255,.5); margin: 20px 0 0; }
.legal-content { max-width: 850px; padding: 90px 0 130px; }
.legal-content h2 { margin: 56px 0 18px; font-family: "Manrope", sans-serif; font-size: 1.55rem; letter-spacing: -.01em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 30px 0 12px; font-size: 1rem; }
.legal-content p, .legal-content li { color: #55595e; font-size: .94rem; line-height: 1.8; }
.legal-content ul { padding-left: 1.3rem; }
.legal-content a { text-underline-offset: 3px; }
.legal-card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.legal-back { display: inline-flex; gap: 8px; margin-top: 32px; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: .78rem; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .header-inner { min-height: 76px; }
  .brand { width: 165px; }
  .menu-button { display: flex; z-index: 2; }
  .main-nav { position: fixed; inset: 0; padding: 120px 24px 50px; background: var(--ink); display: flex; flex-direction: column; align-items: flex-start; gap: 24px; transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; font-family: "Manrope", sans-serif; font-size: 2rem; }
  .main-nav.open { transform: none; visibility: visible; }
  .main-nav .nav-contact { margin-top: 15px; font-family: "Manrope", sans-serif; font-size: .8rem; }
  .menu-button[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .hero-bottom, .section-head { align-items: start; grid-template-columns: 1fr; flex-direction: column; }
  .hero-bottom { margin-top: 44px; }
  .section { padding: 100px 0; }
  .section-head { display: grid; gap: 28px; margin-bottom: 48px; }
  .project-card { min-height: auto; }
  .project-link { grid-template-columns: 1fr; }
  .project-copy { min-height: 440px; padding: 32px; }
  .project-visual { min-height: 520px; }
  .dashboard-visual { min-height: 430px; padding-left: 22px; }
  .dashboard-window { min-height: 365px; }
  .capabilities-intro { grid-template-columns: 1fr; gap: 24px; }
  .capabilities-intro .kicker { grid-column: auto; }
  .capabilities-intro > p:last-child { margin: 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability { min-height: 300px; padding: 26px; }
  .capability-visual { margin-top: 26px; }
  .about-grid { grid-template-columns: 1fr; gap: 70px; }
  .about-mark { max-width: 560px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 28px); }
  .menu-label { display: none; }
  .hero { min-height: 700px; height: auto; padding: 150px 0 100px; }
  .hero h1 br { display: none; }
  .hero-bottom p { font-size: .9rem; }
  .text-link { min-width: 100%; }
  .section { padding: 82px 0; }
  .project-card { border-radius: 20px; }
  .project-copy { min-height: 410px; padding: 26px 22px; }
  .project-copy h3 { font-size: 2.5rem; }
  .project-visual { min-height: 410px; }
  .mobile-visual img { height: 420px; }
  .dashboard-visual { min-height: 350px; padding: 30px 0 30px 16px; }
  .dashboard-window { min-height: 300px; width: 120%; }
  .dashboard-window > img { height: 95px; }
  .dashboard-mock { min-height: 205px; grid-template-columns: 60px 1fr; }
  .mock-sidebar { padding: 20px 10px; }
  .mock-content { padding: 18px; }
  .mock-content b { height: 58px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-mark { border-radius: 22px; }
  .brand-panel-top, .brand-panel-bottom { left: 18px; right: 18px; }
  .contact { padding: 85px 0; }
  .contact h2 br { display: none; }
  .contact-link { margin-top: 45px; }
  .footer-top { grid-template-columns: 1fr; gap: 60px; padding-bottom: 60px; }
  .footer-nav { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
  .legal-hero { padding: 150px 0 58px; }
  .legal-content { padding: 60px 0 90px; }
}

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