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

:root {
    --navy: #061a3a;
    --navy-2: #092653;
    --orange: #ff3b0a;
    --orange-2: #ff661f;
    --ink: #0b1833;
    --muted: #64748b;
    --line: #dfe6ef;
    --surface: #f5f8fc;
    --white: #fff;
    --shadow: 0 18px 50px rgba(9, 27, 61, .12);
    --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -60px; padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--navy); transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; z-index: 100; top: 0; height: 74px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(6,26,58,.95); color: #fff; backdrop-filter: blur(16px); }
.nav-wrap { display: flex; height: 100%; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 21px; font-weight: 850; letter-spacing: -.7px; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--orange); font-size: 32px; font-weight: 900; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 30px; margin: 0 auto; font-size: 14px; }
.main-nav a, .nav-login { color: rgba(255,255,255,.86); transition: color .2s; }
.main-nav a:hover, .nav-login:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 22px; font-size: 14px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid var(--orange); border-radius: 9px; background: linear-gradient(135deg,var(--orange),var(--orange-2)); color: #fff; font-weight: 750; box-shadow: 0 10px 25px rgba(255,59,10,.22); transition: transform .2s, box-shadow .2s, filter .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255,59,10,.3); filter: brightness(1.03); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-outline { border-color: rgba(255,255,255,.55); background: transparent; box-shadow: none; }
.button-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); box-shadow: none; }
.play { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #fff; color: var(--navy); font-size: 9px; }
.menu-button { display: none; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; border: 0; border-radius: 8px; background: rgba(255,255,255,.08); }
.menu-button span { width: 21px; height: 2px; background: #fff; }

.hero { position: relative; overflow: hidden; padding: 70px 0 76px; background: linear-gradient(120deg,#061a3a 0%,#08234c 63%,#0d2951 100%); color: #fff; }
.hero:after { position: absolute; right: -9%; bottom: -30%; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle,rgba(255,80,20,.55),rgba(255,59,10,0) 68%); content: ''; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .35; }
.hero-glow-one { top: -120px; left: 30%; width: 360px; height: 300px; background: #0f55b5; }
.hero-glow-two { right: 80px; bottom: -100px; width: 260px; height: 260px; background: #ff3b0a; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .84fr 1.46fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 14px; color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { max-width: 520px; margin: 0; font-size: clamp(42px,4.4vw,68px); line-height: .99; letter-spacing: -.055em; }
.hero h1 span { color: var(--orange); }
.hero-text { max-width: 475px; margin: 25px 0 30px; color: #dbe6f6; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust { display: flex; align-items: center; gap: 9px; margin: 27px 0 0; color: #d5e2f4; font-size: 13px; }
.trust span { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid #7d98bb; border-radius: 50%; }

.dashboard-shell { position: relative; transform: perspective(1300px) rotateY(-3deg); transform-origin: center; }
.dashboard { display: grid; grid-template-columns: 112px 1fr; min-height: 414px; overflow: hidden; border: 5px solid rgba(255,255,255,.86); border-radius: 18px; background: #f6f8fb; color: var(--ink); box-shadow: 0 34px 70px rgba(0,0,0,.35); }
.dash-sidebar { display: flex; flex-direction: column; gap: 8px; padding: 18px 10px; border-right: 1px solid #dfe6ef; background: #fff; font-size: 9px; }
.dash-logo { margin-bottom: 18px; font-size: 10px; font-weight: 800; }
.dash-logo b { color: var(--orange); font-size: 17px; }
.dash-sidebar span { display: flex; align-items: center; gap: 7px; padding: 7px 6px; border-radius: 5px; color: #69778b; }
.dash-sidebar span.active { background: #fff1ed; color: var(--orange); }
.dash-sidebar i { font-style: normal; }
.dash-main { min-width: 0; padding: 18px; }
.dash-top { display: flex; justify-content: space-between; margin-bottom: 15px; color: #8792a3; font-size: 10px; }
.dash-top strong { color: var(--ink); font-size: 12px; }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.metrics div { display: flex; min-width: 0; flex-direction: column; gap: 4px; padding: 10px; border: 1px solid #e5eaf1; border-radius: 8px; background: #fff; box-shadow: 0 5px 15px rgba(7,30,66,.05); }
.metrics small { color: #8390a1; font-size: 7px; }
.metrics b { font-size: 15px; white-space: nowrap; }
.metrics em { color: #18a35a; font-size: 6px; font-style: normal; }
.dash-main h3 { margin: 17px 0 9px; font-size: 12px; }
.mini-kanban { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; }
.mini-column { display: flex; min-width: 0; flex-direction: column; gap: 6px; }
.mini-column > b { display: flex; justify-content: space-between; font-size: 7px; }
.mini-column > b small { display: grid; width: 14px; height: 14px; place-items: center; border-radius: 50%; background: #e9eef6; }
.mini-column > span { min-height: 67px; padding: 8px 6px; border-radius: 5px; color: #23324b; font-size: 7px; font-weight: 650; line-height: 1.55; }
.mini-column span small { color: #748197; font-size: 6px; font-weight: 500; }
.yellow { background: #fff4cf; }.blue { background: #e5f0ff; }.purple { background: #f1e9ff; }.green { background: #dcf7e8; }.orange { background: #ffeadf; }.pink { background: #ffe8ed; }
.floating-card { position: absolute; z-index: 4; display: flex; flex-direction: column; padding: 13px; border: 3px solid #fff; border-radius: 12px; background: #fff; color: var(--ink); box-shadow: 0 18px 35px rgba(3,16,37,.22); transform: rotate(3deg); }
.floating-card small { color: #8090a5; font-size: 8px; }.floating-card b { margin: 3px 0 7px; font-size: 9px; }.floating-card span { font-size: 7px; line-height: 1.6; }
.order-float { top: 62px; right: -32px; }.sizes-float { right: -24px; bottom: 38px; }.sizes-float b { font-size: 10px; }.sizes-float i { display: inline-grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: #e4edff; color: #2464dd; font-style: normal; }

.product-strip { position: relative; z-index: 5; margin-top: -30px; }
.product-strip-grid { display: grid; grid-template-columns: repeat(6,1fr); overflow: hidden; border: 1px solid #e1e7ef; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.product-strip span { display: flex; min-height: 78px; align-items: center; justify-content: center; gap: 10px; color: var(--orange); font-size: 20px; }
.product-strip b { color: #26354e; font-size: 12px; }
.section { padding: 92px 0; }
.features { background: linear-gradient(#f8fbff,#f2f6fb); }
.section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-heading h2, .workflow h2, .detail-copy h2, .portal-copy h2 { margin: 0; font-size: clamp(30px,3.3vw,45px); line-height: 1.1; letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 15px 0 0; color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { display: flex; min-height: 150px; gap: 18px; padding: 25px; border: 1px solid #e2e8f0; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 30px rgba(10,31,64,.06); transition: transform .2s,border-color .2s,box-shadow .2s; }
.feature-card:hover { transform: translateY(-4px); border-color: #cad7e8; box-shadow: 0 18px 40px rgba(10,31,64,.1); }
.feature-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 12px; font-size: 24px; font-weight: 800; }
.feature-icon.coral { background: #fff0eb; color: var(--orange); }.feature-icon.blue { background: #eaf2ff; color: #2464dd; }.feature-icon.green { background: #e6f8ed; color: #14864d; }.feature-icon.violet { background: #f2eaff; color: #7b3ee5; }.feature-icon.gold { background: #fff4da; color: #d88a00; }
.feature-card h3 { margin: 2px 0 9px; font-size: 16px; }.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.workflow { padding: 82px 0; background: var(--navy); color: #fff; }
.workflow-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 52px; }
.workflow-copy > p:not(.eyebrow) { max-width: 520px; color: #c8d5e8; line-height: 1.7; }
.flow-steps { display: flex; align-items: flex-start; gap: 8px; margin-top: 34px; }
.flow-steps span { display: flex; flex: 1; flex-direction: column; align-items: center; gap: 7px; color: #dce7f6; font-size: 9px; text-align: center; }
.flow-steps span i { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--orange); border-radius: 50%; color: #fff; font-size: 17px; font-style: normal; box-shadow: 0 0 22px rgba(255,59,10,.25); }
.flow-steps > b { margin-top: 14px; color: var(--orange); }
.workflow-board { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: #0b2a59; }
.workflow-column { display: flex; flex-direction: column; gap: 8px; }
.workflow-column > b { display: flex; justify-content: space-between; font-size: 9px; }.workflow-column > b i { font-style: normal; color: #8fa7c8; }
.workflow-column span { display: flex; min-height: 80px; flex-direction: column; justify-content: space-between; padding: 10px; border-radius: 7px; background: #fff; color: #24324a; font-size: 9px; font-weight: 700; }
.workflow-column small { color: #7b8ba1; font-weight: 500; }

.audiences { background: #f6f9fd; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.audience-card { position: relative; display: grid; min-height: 365px; grid-template-rows: 1fr 140px; overflow: hidden; border: 1px solid #dce4ef; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(7,30,66,.08); }
.audience-card > div:first-child { position: relative; z-index: 2; padding: 28px; }
.audience-card > div > span { color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.audience-card h3 { margin: 9px 0; font-size: 23px; }.audience-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.audience-card ul { display: grid; gap: 8px; margin: 18px 0 0; padding: 0; color: #3c4b62; font-size: 12px; list-style: none; }.audience-card li:before { margin-right: 8px; color: #23a568; content: '✓'; }
.shirt-art { display: grid; width: 210px; height: 170px; place-items: center; justify-self: end; margin: -15px -25px 0 0; border-radius: 70px 70px 20px 20px; background: linear-gradient(135deg,#11a36f,#087351); color: rgba(255,255,255,.7); font-size: 40px; font-weight: 900; transform: rotate(-7deg); }
.printing { background: linear-gradient(145deg,#fff 58%,#e9f2ff); }.print-art { display: flex; align-items: flex-end; justify-content: center; gap: 6px; padding: 22px; background: #dbe8f8; transform: skewY(-3deg); }.print-art i { width: 75px; height: 105px; border-radius: 4px; background: linear-gradient(135deg,#ff3b0a,#ffcb4a 35%,#2464dd 36%,#7b3ee5 70%,#fff 71%); box-shadow: 0 8px 16px rgba(10,30,60,.18); }
.gifts { background: linear-gradient(145deg,#fff 60%,#fff1e8); }.mug-art { position: relative; display: grid; width: 145px; height: 135px; place-items: center; justify-self: center; margin-top: -5px; border-radius: 12px 12px 34px 34px; background: linear-gradient(90deg,#f5f5f3,#fff,#deded8); color: var(--orange); font-size: 22px; line-height: .85; transform: rotate(5deg); box-shadow: 0 20px 25px rgba(47,32,20,.14); }.mug-art:after { position: absolute; right: -40px; top: 25px; width: 52px; height: 65px; border: 13px solid #e9e9e5; border-left: 0; border-radius: 0 30px 30px 0; content: ''; }

.detail-section { background: #fff; }
.detail-grid, .portal-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 65px; }
.sizes-modal { overflow: hidden; border: 1px solid #dbe3ee; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.modal-title { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid #e6ebf2; }
.size-head, .size-row { display: grid; grid-template-columns: .7fr 1.4fr 1fr .8fr; align-items: center; gap: 12px; padding: 12px 20px; border-bottom: 1px solid #eef1f5; }
.size-head { background: #f7f9fc; color: #68778c; font-size: 11px; font-weight: 700; }.size-row { color: #425168; font-size: 12px; }.size-row strong { text-align: right; }
.size { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 6px; color: #fff; font-size: 10px; }.size.p { background: #3779df; }.size.m { background: #f28a27; }.size.g { background: #28a865; }
.modal-actions { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; color: #3476db; font-size: 12px; }.modal-actions button { padding: 9px 22px; border: 0; border-radius: 7px; background: var(--orange); color: #fff; font-weight: 700; }
.detail-copy > p:not(.eyebrow), .portal-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.check-list { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }.check-list li { color: #37465d; font-size: 14px; }.check-list li:before { display: inline-grid; width: 20px; height: 20px; place-items: center; margin-right: 9px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); content: '✓'; font-size: 11px; }

.client-portal { background: #f5f8fc; }
.portal-grid { grid-template-columns: .8fr 1.2fr; }
.laptop { position: relative; padding: 12px 12px 0; border-radius: 17px 17px 5px 5px; background: #111; box-shadow: 0 25px 45px rgba(4,21,48,.22); }
.laptop-screen { display: grid; grid-template-columns: 120px 1fr; min-height: 340px; overflow: hidden; border-radius: 7px 7px 2px 2px; background: #f7f9fc; }
.portal-sidebar { display: flex; flex-direction: column; gap: 8px; padding: 18px 12px; background: #fff; color: #6d7b8e; font-size: 9px; }.portal-sidebar b { margin-bottom: 13px; color: var(--ink); font-size: 11px; }.portal-sidebar span { padding: 7px; border-radius: 5px; }.portal-sidebar span.active { background: #eaf2ff; color: #3476db; }
.portal-main { padding: 20px; }.portal-main h3 { margin: 0 0 14px; font-size: 15px; }.portal-order,.portal-list { padding: 14px; border: 1px solid #e0e6ef; border-radius: 8px; background: #fff; font-size: 10px; }.portal-order em { float: right; padding: 4px 7px; border-radius: 5px; background: #e5f0ff; color: #3476db; font-size: 8px; font-style: normal; }.portal-order p { color: #78869a; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 24px; }.timeline:before { position: absolute; left: 7%; right: 8%; top: 8px; height: 2px; background: #d8e0eb; content: ''; }.timeline span { position: relative; z-index: 2; color: #a1abba; font-size: 13px; text-align: center; }.timeline small { display: block; margin-top: 7px; font-size: 7px; }.timeline .done { color: #25a969; }.timeline .current { color: #3476db; }
.portal-list { margin-top: 8px; }.portal-list i { float: right; padding: 3px 6px; border-radius: 4px; background: #fff1df; color: #d88a00; font-size: 7px; font-style: normal; }.portal-list i.green-text { background: #e7f8ed; color: #188d51; }
.laptop-base { position: absolute; left: -5%; right: -5%; bottom: -14px; height: 17px; border-radius: 0 0 70% 70%; background: linear-gradient(#d6dbe2,#88929e); }

.cta { position: relative; overflow: hidden; padding: 58px 0; background: linear-gradient(110deg,#061a3a 0%,#092753 42%,#f13b13 73%,#ff4b14); color: #fff; }
.cta:after { position: absolute; right: 3%; top: -50%; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ''; }
.cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 360px; align-items: center; gap: 40px; }
.cta-title { display: grid; grid-template-columns: 62px 1fr; align-items: center; column-gap: 18px; }.cta-title .brand-mark { width: 62px; height: 62px; border: 2px solid rgba(255,255,255,.25); font-size: 45px; }.cta-title h2 { margin: 0; font-size: clamp(30px,3vw,44px); line-height: 1.05; letter-spacing: -.04em; }.cta-title p { grid-column: 2; margin: 8px 0 0; color: #e5ecf7; }
.cta-actions { display: grid; gap: 10px; }.button-light { border-color: #fff; background: #fff; color: var(--orange); box-shadow: none; }.button-ghost { border-color: rgba(255,255,255,.75); background: transparent; box-shadow: none; }

.site-footer { padding: 55px 0 22px; background: #04142e; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; }.footer-brand { margin-bottom: 12px; }.footer-grid p { color: #91a2bc; font-size: 12px; }.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-grid b { margin-bottom: 6px; font-size: 13px; }.footer-grid a:not(.brand) { color: #a8b6ca; font-size: 12px; }.footer-grid a:hover { color: #fff; }.copyright { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7f91ad; font-size: 11px; text-align: center; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease,transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .main-nav { gap: 18px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 740px; text-align: center; margin: 0 auto; }.hero-text { margin-left: auto; margin-right: auto; }.hero-actions,.trust { justify-content: center; }.dashboard-shell { width: min(840px,94%); margin: 15px auto 0; }.feature-grid { grid-template-columns: repeat(2,1fr); }.workflow-grid,.detail-grid,.portal-grid { grid-template-columns: 1fr; }.workflow-copy { text-align: center; }.workflow-copy > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }.audience-grid { grid-template-columns: 1fr; }.audience-card { min-height: 300px; grid-template-columns: 1fr .65fr; grid-template-rows: 1fr; }.cta-grid { grid-template-columns: 1fr 300px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px,600px); }.site-header { height: 68px; }.menu-button { display: flex; }.main-nav { position: absolute; top: 68px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: #081f44; box-shadow: 0 20px 40px rgba(0,0,0,.3); }.main-nav.open { display: flex; }.main-nav a { padding: 13px; border-radius: 8px; }.main-nav a:hover { background: rgba(255,255,255,.06); }.nav-actions .nav-login { display: none; }.nav-actions .button { min-height: 40px; padding: 0 13px; }.hero { padding: 55px 0 60px; }.hero-grid { gap: 42px; }.hero h1 { font-size: clamp(40px,13vw,58px); }.hero-text { font-size: 15px; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.dashboard-shell { width: 100%; transform: none; }.dashboard { grid-template-columns: 68px 1fr; min-height: 320px; }.dash-sidebar { padding: 12px 7px; }.dash-sidebar i { display: none; }.dash-main { padding: 10px; }.metrics { grid-template-columns: repeat(2,1fr); }.metrics div:nth-child(4) { display: none; }.mini-kanban { grid-template-columns: repeat(3,1fr); }.mini-column:nth-child(2),.mini-column:nth-child(5) { display: none; }.floating-card { display: none; }.product-strip { margin-top: -17px; }.product-strip-grid { grid-template-columns: repeat(2,1fr); }.product-strip span { min-height: 62px; }.product-strip span:nth-child(n+5) { display: none; }.section { padding: 66px 0; }.section-heading { margin-bottom: 30px; }.section-heading h2,.workflow h2,.detail-copy h2,.portal-copy h2 { font-size: 32px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: auto; padding: 20px; }.workflow-grid { gap: 34px; }.flow-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.flow-steps > b { display: none; }.flow-steps span { flex-direction: row; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; font-size: 11px; text-align: left; }.flow-steps span i { width: 35px; height: 35px; flex: 0 0 35px; }.workflow-board { grid-template-columns: repeat(2,1fr); }.audience-card { min-height: 410px; grid-template-columns: 1fr; grid-template-rows: 1fr 135px; }.detail-grid,.portal-grid { gap: 38px; }.size-head,.size-row { grid-template-columns: .6fr 1fr .8fr; padding: 11px 12px; }.size-head span:nth-child(2),.size-row span:nth-child(2) { display: none; }.laptop-screen { grid-template-columns: 1fr; min-height: 310px; }.portal-sidebar { display: none; }.portal-main { padding: 14px; }.cta-grid { grid-template-columns: 1fr; text-align: center; }.cta-title { grid-template-columns: 1fr; }.cta-title .brand-mark { margin: 0 auto 14px; }.cta-title p { grid-column: 1; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.reveal { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal,.button { transition: none; } }
