:root {
  --paper: #fff8ef;
  --paper-2: #f2e6d7;
  --ink: #4b2b1c;
  --muted: #79685b;
  --line: #ddcbbb;
  --acid: #f2a51d;
  --violet: #6f916b;
  --coral: #ef7950;
  --blue: #557da4;
  --white: #fff;
  --radius: 2px;
  --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: var(--acid); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; transition: background .3s, border .3s; }
.site-header.scrolled { background: rgba(243,241,235,.92); border-bottom: 1px solid rgba(17,17,15,.12); backdrop-filter: blur(12px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; font-size: 20px; letter-spacing: -.04em; }
.brand-mark { width: 31px; aspect-ratio: 1; display: grid; place-items: center; border: 1.5px solid currentColor; border-radius: 46% 54% 59% 41%; font-size: 14px; transform: rotate(-7deg); }
.nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: 14px; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 -5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid var(--ink); padding: 11px 16px; display: flex; gap: 22px; transition: .25s; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-button { display: none; background: transparent; border: 0; padding: 10px 0 10px 10px; }
.menu-button > span:not(.sr-only) { display: block; width: 27px; height: 1px; background: currentColor; margin: 6px 0; transition: .25s; }

.hero { min-height: 800px; padding-top: 84px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 5vw; padding-block: 66px 42px; }
.eyebrow, .section-index { margin: 0 0 32px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; font-size: 11px; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 480; letter-spacing: -.06em; line-height: .98; }
h1 { margin-bottom: 31px; font-size: clamp(58px, 7vw, 104px); }
h1 em, h2 em, .statement-copy em { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 570px; color: #4e4d47; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 50px; padding: 14px 20px; border: 1px solid transparent; font-size: 14px; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink); }
.button-accent { background: var(--acid); color: var(--ink); min-width: 180px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 14px; }
.trust-row { display: flex; gap: clamp(24px, 4vw, 50px); margin-top: 66px; }
.trust-row > div { display: flex; gap: 10px; align-items: baseline; }
.trust-row strong { font-size: 26px; letter-spacing: -.05em; }
.trust-row span { color: var(--muted); font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; height: 530px; }
.visual-card { position: absolute; inset: 32px 22px 32px 48px; background: var(--ink); color: var(--white); padding: 24px; box-shadow: 0 30px 60px rgba(75,43,28,.22); transform: rotate(2deg); }
.photo-card { padding: 0; overflow: hidden; background: #dcb998; }
.photo-card::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(45,24,13,.18), transparent 45%, rgba(45,24,13,.78)); }
.photo-card > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 72% center; transform: scale(1.02); }
.photo-card .card-top { position: absolute; z-index: 2; inset: 22px 22px auto; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.photo-card .card-bottom { z-index: 2; }
.photo-card .round-arrow { border-color: rgba(255,255,255,.55); color: #fff; font-size: 22px; }
.card-top, .card-bottom { display: flex; align-items: flex-start; justify-content: space-between; position: relative; z-index: 2; }
.card-top { color: #aaa9a3; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.card-bottom { position: absolute; inset: auto 24px 24px; align-items: flex-end; }
.card-bottom strong { max-width: 260px; font-size: clamp(28px, 3vw, 45px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.round-arrow { width: 46px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #555; border-radius: 50%; }
.abstract-mark { position: absolute; inset: 17% 10% 22%; transform: rotate(-8deg); }
.abstract-mark i { position: absolute; display: block; border-radius: 48%; filter: blur(.1px); }
.abstract-mark i:nth-child(1) { width: 70%; height: 55%; left: 15%; top: 5%; background: var(--acid); transform: rotate(22deg); }
.abstract-mark i:nth-child(2) { width: 58%; height: 53%; right: 4%; top: 28%; background: var(--violet); transform: rotate(-22deg); mix-blend-mode: screen; }
.abstract-mark i:nth-child(3) { width: 45%; height: 50%; left: 8%; bottom: 0; background: var(--coral); transform: rotate(34deg); mix-blend-mode: screen; }
.orbit { position: absolute; border: 1px solid #d8d4c9; border-radius: 50%; }
.orbit-one { width: 570px; height: 280px; top: 150px; left: -30px; transform: rotate(-21deg); border-color: #d9bba3; }
.orbit-two { width: 470px; height: 220px; top: 180px; left: 20px; transform: rotate(34deg); border-color: #e3c9b2; }
.floating-note { position: absolute; z-index: 5; background: var(--white); box-shadow: 0 12px 30px rgba(31,28,22,.13); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.note-one { top: 7px; right: -8px; padding: 13px 16px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--coral); }
.note-two { left: 4px; bottom: 7px; padding: 15px 18px; display: flex; align-items: baseline; gap: 8px; }
.note-two strong { font-size: 24px; letter-spacing: -.04em; }
.note-two span { color: var(--muted); font-size: 9px; }
.hero-foot { height: 66px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.hero-foot i { width: 4px; height: 4px; background: var(--ink); border-radius: 50%; }

.section-pad { padding-block: 130px; }
.statement { background: var(--paper-2); }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; }
.statement-copy > p:first-child { max-width: 900px; margin-bottom: 44px; font-size: clamp(35px, 4.7vw, 68px); line-height: 1.08; letter-spacing: -.05em; }
.statement-copy .muted { max-width: 590px; margin-left: auto; color: var(--muted); font-size: 18px; }

.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 70px; }
.section-head h2, .process h2, .faq h2, .contact h2 { margin-bottom: 0; font-size: clamp(46px, 6vw, 82px); }
.section-head > p { max-width: 400px; color: var(--muted); font-size: 18px; justify-self: end; }
.section-head .text-link { justify-self: end; align-self: end; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 520px; padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; transition: background .3s, color .3s; }
.service-card:last-child { border-right: 0; }
.service-card.featured, .service-card:hover { background: var(--violet); color: var(--white); }
.service-number { margin-bottom: 38px; font-size: 11px; letter-spacing: .1em; }
.service-icon { position: relative; width: 110px; height: 110px; margin-bottom: 43px; }
.service-icon span { position: absolute; display: block; }
.icon-strategy span { width: 65px; height: 65px; border: 1px solid currentColor; border-radius: 50%; }
.icon-strategy span:nth-child(2) { left: 37px; }
.icon-strategy span:nth-child(3) { top: 37px; left: 18px; }
.icon-design span { inset: 3px; border: 18px solid var(--violet); border-radius: 52% 48% 44% 56%; transform: rotate(22deg); }
.icon-design::after { content: ""; position: absolute; width: 60px; height: 60px; top: 25px; left: 25px; border-radius: 50%; background: var(--coral); mix-blend-mode: screen; }
.icon-build span:first-child { inset: 10px 10px 30px 30px; border: 1px solid currentColor; }
.icon-build span:last-child { inset: 30px 30px 10px 10px; background: var(--acid); }
.service-card h3 { margin-bottom: 18px; font-size: 31px; font-weight: 500; letter-spacing: -.04em; }
.service-card > p { color: var(--muted); font-size: 15px; }
.service-card.featured > p, .service-card:hover > p { color: rgba(255,255,255,.75); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 0; padding: 0; list-style: none; }
.service-card li { border: 1px solid var(--line); padding: 6px 9px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.process { background: var(--ink); color: var(--paper); }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.section-index.light { color: #8d8c86; }
.process-intro { position: sticky; top: 125px; align-self: start; }
.process-intro > p:not(.section-index) { max-width: 410px; margin: 34px 0; color: #aaa9a3; font-size: 17px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 22px; padding: 36px 0; border-top: 1px solid #3c3b37; }
.steps li:last-child { border-bottom: 1px solid #3c3b37; }
.steps > li > span { color: var(--acid); font-size: 12px; }
.steps h3 { margin-bottom: 12px; font-size: 31px; font-weight: 500; letter-spacing: -.04em; }
.steps p { max-width: 460px; margin-bottom: 0; color: #93928c; }

.projects-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px 24px; }
.project-wide { grid-column: 1 / -1; }
.project-art { height: 490px; position: relative; overflow: hidden; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.project:hover .project-art { transform: scale(.985); }
.project-wide .project-art { height: 650px; }
.art-violet { background: var(--violet); display: grid; place-items: center; }
.clay-scene { background: #d8a47d; }
.clay-scene::before { content: ""; position: absolute; inset: 62% 0 0; background: #f2d7bd; }
.clay-sun { position: absolute; width: 190px; aspect-ratio: 1; top: 60px; right: 12%; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 20px rgba(242,165,29,.18), 0 0 0 40px rgba(242,165,29,.1); }
.clay-pot { position: relative; z-index: 2; width: 290px; height: 260px; margin-top: 100px; border-radius: 18% 18% 38% 38% / 12% 12% 24% 24%; background: #925338; box-shadow: inset 0 -25px 0 rgba(73,37,24,.14), 0 28px 45px rgba(79,40,25,.2); }
.clay-pot::before { content: ""; position: absolute; width: 108%; height: 42px; left: -4%; top: -14px; border-radius: 50%; background: #a96648; box-shadow: inset 0 10px 0 #653724; }
.clay-pot i, .clay-pot b { position: absolute; display: block; width: 100%; height: 2px; left: 0; background: rgba(255,255,255,.2); }
.clay-pot i { top: 80px; }
.clay-pot b { top: 145px; }
.art-label { position: absolute; top: 28px; left: 32px; font-size: 19px; font-weight: 800; letter-spacing: -.06em; }
.art-window { width: 58%; height: 74%; background: #f5f2e9; box-shadow: 0 30px 70px rgba(43,37,100,.24); padding: 25px; transform: rotate(-3deg); }
.art-window i { display: block; width: 42%; height: 8px; margin-bottom: 10px; background: #d6d3ca; }
.art-window i:nth-child(2) { width: 26%; }
.art-window b { display: grid; place-items: center; width: 50%; aspect-ratio: 1; margin: 13% auto; border-radius: 50%; background: var(--ink); color: var(--acid); font-size: 90px; }
.art-coral { background: var(--coral); }
.sun { position: absolute; width: 330px; aspect-ratio: 1; border-radius: 50%; border: 1px solid #c15e49; top: 70px; left: 70px; }
.sun::before, .sun::after { content: ""; position: absolute; background: #c15e49; }
.sun::before { width: 1px; height: 460px; top: -65px; left: 50%; }
.sun::after { height: 1px; width: 460px; left: -65px; top: 50%; }
.vertical-word { position: absolute; left: 28px; bottom: 25px; writing-mode: vertical-rl; font-size: 11px; letter-spacing: .28em; }
.shape-stack { position: absolute; z-index: 2; inset: 24% 18%; }
.shape-stack i { position: absolute; width: 53%; height: 78%; border-radius: 50%; background: var(--paper); }
.shape-stack i:nth-child(1) { left: 0; transform: rotate(-32deg); }
.shape-stack i:nth-child(2) { right: 0; transform: rotate(32deg); background: var(--acid); mix-blend-mode: screen; }
.shape-stack i:nth-child(3) { left: 25%; transform: rotate(90deg); background: var(--violet); mix-blend-mode: multiply; }
.art-blue { background: var(--blue); color: var(--white); display: grid; place-items: center; }
.rainbow { position: absolute; width: 350px; height: 260px; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden; }
.rainbow i { position: absolute; left: 50%; bottom: -135px; transform: translateX(-50%); border-radius: 50% 50% 0 0; border-style: solid; border-bottom: 0; }
.rainbow i:nth-child(1) { width: 330px; height: 330px; border-width: 36px; border-color: var(--acid); }
.rainbow i:nth-child(2) { width: 260px; height: 260px; border-width: 36px; border-color: var(--coral); }
.rainbow i:nth-child(3) { width: 190px; height: 190px; border-width: 36px; border-color: #f4d8b7; }
.rainbow i:nth-child(4) { width: 120px; height: 120px; border-width: 36px; border-color: var(--violet); }
.grid-globe { position: absolute; width: 390px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 33px 33px; transform: rotate(12deg); }
.art-blue p { position: relative; z-index: 2; font-size: clamp(28px, 4vw, 52px); font-weight: 700; line-height: .94; letter-spacing: -.05em; }
.art-blue p span { color: var(--acid); }
.project-meta { display: flex; justify-content: space-between; gap: 20px; padding-top: 21px; }
.project-meta p { margin-bottom: 8px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.project-meta h3 { margin-bottom: 0; font-size: 23px; font-weight: 500; letter-spacing: -.035em; }
.project-meta > strong { text-align: right; font-size: 30px; letter-spacing: -.04em; }
.project-meta > strong span { display: block; color: var(--muted); font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }

.quote { background: #f5c95c; }
.quote-inner { max-width: 950px; text-align: center; }
.quote-mark { width: 50px; aspect-ratio: 1; margin: 0 auto 34px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 42px; line-height: 1.4; }
blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(33px, 4.4vw, 58px); line-height: 1.18; letter-spacing: -.035em; }
.quote-author { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 42px; text-align: left; }
.avatar { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 11px; }
.quote-author p { margin: 0; font-size: 12px; }
.quote-author strong, .quote-author span { display: block; }
.quote-author span { opacity: .62; }

.faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 9vw; }
.faq-note { max-width: 280px; margin-top: 50px; color: var(--muted); }
.faq-note a { border-bottom: 1px solid currentColor; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 28px 48px 28px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 600; letter-spacing: -.02em; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; display: block; width: 16px; height: 1px; background: currentColor; right: 1px; top: 50%; transition: transform .25s; }
.accordion summary span::after { content: ""; inset: 0; transform: rotate(90deg); }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -8px 50px 28px 0; color: var(--muted); }

.contact { background: var(--ink); color: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.contact-copy > p:not(.section-index) { max-width: 430px; margin: 35px 0 44px; color: #9e9d96; font-size: 18px; }
.contact-copy > a { display: inline-flex; gap: 18px; border-bottom: 1px solid #555; padding-bottom: 6px; }
.contact-form label { display: block; padding: 0 0 20px; margin-bottom: 23px; border-bottom: 1px solid #46453f; }
.contact-form label span { display: block; color: #888780; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0 0; border: 0; outline: 0; resize: vertical; background: transparent; color: var(--paper); font-size: 18px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #65645f; }
.contact-form label:focus-within { border-color: var(--acid); }
.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 35px; }
.form-bottom p { max-width: 210px; margin: 0; color: #777670; font-size: 10px; }
.form-success { margin-top: 22px; padding: 14px; border: 1px solid var(--acid); color: var(--acid); font-size: 13px; }

.footer { padding: 70px 0 25px; background: #080806; color: #8c8b84; }
.brand-light { color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1.1fr .7fr .7fr; gap: 40px; padding-bottom: 70px; }
.footer-top > p { margin: 0; color: #bab9b2; font-size: 15px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 13px; }
.footer-links a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #242421; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

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

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: fixed; inset: 0; padding: 120px 24px 40px; background: var(--acid); flex-direction: column; align-items: flex-start; gap: 22px; font-size: 30px; transform: translateX(100%); visibility: hidden; transition: transform .35s, visibility .35s; }
  .nav.open { transform: none; visibility: visible; }
  .nav-cta { margin-top: auto; width: 100%; font-size: 16px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-visual { height: 560px; }
  .hero-foot { margin-top: 20px; }
  .statement-grid { grid-template-columns: 1fr; }
  .statement-copy .muted { margin-left: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .process-grid { gap: 6vw; }
  .project-wide .project-art { height: 520px; }
  .project-art { height: 400px; }
  .faq-grid, .contact-grid { gap: 6vw; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .nav-wrap { height: 68px; }
  .hero { padding-top: 68px; }
  .hero-grid { min-height: auto; padding-top: 60px; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
  .trust-row > div { display: block; }
  .trust-row strong, .trust-row span { display: block; }
  .hero-visual { height: 440px; margin-top: 30px; }
  .visual-card { inset: 25px 8px 25px 20px; }
  .orbit-one, .orbit-two { width: 420px; }
  .hero-foot { gap: 8px; }
  .hero-foot span { font-size: 8px; }
  .hero-foot i { width: 2px; height: 2px; }
  .section-pad { padding-block: 85px; }
  .section-head { grid-template-columns: 1fr; gap: 28px; }
  .section-head > p, .section-head .text-link { justify-self: start; }
  .process-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .process-intro { position: static; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-wide { grid-column: auto; }
  .project-wide .project-art, .project-art { height: 390px; }
  .art-window { width: 76%; height: 72%; }
  .art-window b { font-size: 60px; }
  .art-blue p { font-size: 37px; }
  .grid-globe { width: 330px; }
  .form-bottom { align-items: stretch; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top .brand, .footer-top > p { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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