:root {
  --ink: #201b17;
  --ink-soft: #40372f;
  --paper: #eee5d3;
  --paper-deep: #e2d4bd;
  --clay: #a7482f;
  --clay-dark: #77311f;
  --saffron: #d6a252;
  --indigo: #27383a;
  --line: rgba(32, 27, 23, .22);
  --sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --serif: "Instrument Serif", Didot, "Iowan Old Style", Georgia, serif;
  --gutter: clamp(1.25rem, 4.2vw, 5rem);
  --header-h: 6.5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-weight: 300; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--clay); color: var(--paper); }
:focus-visible { outline: 2px solid var(--saffron); outline-offset: 5px; }

.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; transform: translateY(-200%); padding: .8rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { transform: none; }
.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; }
.section-pad { padding-inline: var(--gutter); }
.kicker { margin: 0; font-size: .67rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; }
.section-label { display: flex; align-items: baseline; gap: 1rem; font-size: .62rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.section-label span { color: var(--clay); }
.section-label p { margin: 0; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; min-width: 15rem; padding: .8rem 0; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; transition: gap .3s ease, color .3s ease; }
.text-link span { font-size: 1rem; transition: transform .3s ease; }
.text-link:hover span { transform: translate(.25rem, .2rem); }

.announcement { position: relative; z-index: 60; height: 2.1rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0 var(--gutter); background: var(--clay); color: #fff5e6; font-size: .6rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement a { border-bottom: 1px solid currentColor; }

.site-header { position: absolute; z-index: 50; top: 2.1rem; left: 0; right: 0; height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--gutter); color: var(--paper); border-bottom: 1px solid rgba(238, 229, 211, .22); transition: background .4s ease, transform .4s ease, color .4s ease; }
.site-header.is-fixed { position: fixed; top: 0; height: 4.8rem; background: rgba(32, 27, 23, .94); backdrop-filter: blur(16px); }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: .75rem; }
.brand-mark { width: 2.25rem; height: 2.25rem; fill: none; stroke: currentColor; stroke-width: 1.1; }
.brand-name { font-family: var(--serif); font-size: 1.12rem; line-height: .84; letter-spacing: .01em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.25rem); font-size: .67rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .3s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: .7rem 0; border-bottom: 1px solid currentColor; font-size: .67rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.header-cta span { margin-left: .4rem; }
.menu-toggle { display: none; }

.hero { position: relative; height: max(740px, 100svh); min-height: 45rem; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--paper); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-position: 56% center; animation: hero-in 1.7s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,15,12,.82) 0%, rgba(20,15,12,.38) 42%, rgba(20,15,12,.05) 68%), linear-gradient(0deg, rgba(20,15,12,.45), transparent 55%); }
.hero-grain { position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 0 var(--gutter) clamp(3rem, 8vh, 6.5rem); }
.hero-kicker { margin-bottom: 2rem; color: rgba(238,229,211,.72); animation: rise-in .9s .35s both; }
.hero h1 { max-width: 74rem; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8.1vw, 9.2rem); font-weight: 400; line-height: .78; letter-spacing: -.035em; text-wrap: balance; animation: rise-in 1s .46s both; }
.hero h1 em { color: #f0bd69; font-weight: 400; }
.hero-bottom { width: min(48rem, 59vw); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4rem; margin-top: 2.8rem; animation: rise-in 1s .58s both; }
.hero-bottom p { max-width: 25rem; margin: 0; color: rgba(238,229,211,.78); font-family: var(--serif); font-size: clamp(1.1rem, 1.6vw, 1.5rem); line-height: 1.25; }
.text-link.light { color: var(--paper); }
.hero-aside { position: absolute; z-index: 2; right: calc(var(--gutter) * .5); top: 48%; display: flex; gap: 1.2rem; transform: rotate(90deg) translateX(50%); transform-origin: right center; color: rgba(238,229,211,.58); font-size: .56rem; letter-spacing: .17em; }
.hero-index { position: absolute; z-index: 2; right: var(--gutter); bottom: clamp(3rem, 8vh, 6.5rem); font-size: .58rem; letter-spacing: .18em; }

.intro { display: grid; grid-template-columns: 1fr 3.25fr; gap: 2rem; padding-top: clamp(6rem, 12vw, 11rem); padding-bottom: clamp(6rem, 11vw, 10rem); }
.intro-copy { max-width: 78rem; }
.intro-copy .kicker { margin-bottom: 2.25rem; color: var(--clay); }
.intro h2, .collection h2, .craft h2, .preorder h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.15rem, 6.8vw, 7.4rem); font-weight: 400; line-height: .88; letter-spacing: -.035em; }
.intro h2 em, .collection h2 em, .craft h2 em, .preorder h2 em { font-weight: 400; color: var(--clay); }
.intro-note { width: min(35rem, 68%); margin: 4rem 0 0 auto; }
.intro-note > p { margin: 0 0 2rem; font-size: clamp(1rem, 1.25vw, 1.18rem); }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle { min-height: 20rem; display: grid; grid-template-columns: auto 1fr; align-content: space-between; gap: 2rem; padding: 2.4rem var(--gutter) 3rem; }
.principle + .principle { border-left: 1px solid var(--line); }
.principle-number { color: var(--clay); font-family: var(--serif); font-size: 1.2rem; }
.principle h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2rem, 2.8vw, 3.3rem); font-weight: 400; }
.principle p { max-width: 23rem; margin: 0; color: var(--ink-soft); font-size: .86rem; }

.collection { padding-top: clamp(6rem, 11vw, 10rem); padding-bottom: clamp(6rem, 10vw, 9rem); background: #d9c9af; }
.collection-heading { display: grid; grid-template-columns: 1fr 2.3fr; column-gap: 2rem; }
.collection-heading .section-label { align-self: start; }
.collection-heading h2 { grid-column: 2; }
.collection-heading > p { grid-column: 2; width: min(29rem, 55%); margin: 2.5rem 0 0 auto; }
.collection-grid { display: grid; grid-template-columns: 1.05fr 1.4fr; column-gap: clamp(2rem, 5vw, 6.5rem); row-gap: clamp(5rem, 9vw, 9rem); margin-top: clamp(5rem, 10vw, 10rem); }
.piece { min-width: 0; }
.piece-tall { grid-row: span 2; }
.piece-wide { margin-top: 12vw; }
.piece-detail { width: 62%; justify-self: end; }
.piece-media { position: relative; overflow: hidden; background: var(--paper-deep); }
.piece-tall .piece-media { aspect-ratio: 4 / 5; }
.piece-wide .piece-media { aspect-ratio: 1.55; }
.piece-media img { width: 100%; height: 100%; transition: transform 1.1s cubic-bezier(.2,.75,.2,1); }
.piece:hover .piece-media img { transform: scale(1.035); }
.piece-badge { position: absolute; top: 1.2rem; left: 1.2rem; padding: .55rem .75rem; background: rgba(238,229,211,.9); backdrop-filter: blur(8px); font-size: .55rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.piece-meta { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid var(--ink); }
.piece-meta h3 { margin: 0; font-family: var(--serif); font-size: 2.25rem; font-weight: 400; line-height: 1; }
.piece-meta p { margin: .2rem 0 0; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.woven-detail { aspect-ratio: 4/5; overflow: hidden; background: var(--clay); }
.woven-detail svg { width: 100%; height: 100%; filter: saturate(.78) contrast(.9); transition: transform 1s ease; }
.piece-detail:hover svg { transform: scale(1.04) rotate(.4deg); }
.collection-foot { display: flex; align-items: center; justify-content: flex-end; gap: clamp(3rem, 8vw, 8rem); margin-top: clamp(6rem, 12vw, 12rem); }
.collection-foot > p { width: min(30rem, 50%); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 2rem); line-height: 1.2; }
.round-link { width: 9.5rem; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; gap: 1rem; border: 1px solid var(--ink); border-radius: 50%; font-size: .65rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; transition: background .35s ease, color .35s ease, transform .35s ease; }
.round-link:hover { background: var(--ink); color: var(--paper); transform: rotate(-5deg); }

.craft { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 58rem; background: var(--ink); color: var(--paper); }
.craft-image-wrap { position: relative; min-height: 58rem; overflow: hidden; }
.craft-image-wrap img { width: 100%; height: 100%; object-position: center; }
.image-caption { position: absolute; bottom: 1.5rem; left: 1.5rem; margin: 0; padding: .55rem .75rem; background: rgba(32,27,23,.85); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.craft-copy { display: flex; flex-direction: column; justify-content: center; padding-top: 6rem; padding-bottom: 6rem; }
.light-label { margin-bottom: auto; color: rgba(238,229,211,.66); }
.craft-copy > .kicker { margin-top: 5rem; margin-bottom: 2rem; color: var(--saffron); }
.craft h2 { font-size: clamp(3.25rem, 5.6vw, 6rem); }
.craft h2 em { color: var(--saffron); }
.craft-copy > p:not(.kicker) { width: min(30rem, 90%); margin: 2.5rem 0 3rem; color: rgba(238,229,211,.7); }
.craft-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(238,229,211,.23); }
.craft-steps li { display: grid; grid-template-columns: 3.5rem 1fr; align-items: center; padding: 1.05rem 0; border-bottom: 1px solid rgba(238,229,211,.23); }
.craft-steps li > span { color: var(--saffron); font-size: .6rem; letter-spacing: .14em; }
.craft-steps strong { display: block; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.craft-steps small { color: rgba(238,229,211,.57); font-size: .68rem; }

.quote-section { padding: clamp(6rem, 12vw, 11rem) var(--gutter); background: var(--paper); }
.quote-mark { margin: 0 0 -3rem; color: var(--clay); font-family: var(--serif); font-size: 10rem; line-height: .5; }
.quote-section blockquote { max-width: 74rem; margin: 0 auto; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.8rem); line-height: .93; letter-spacing: -.03em; text-align: center; }
.quote-signature { width: max-content; display: flex; align-items: center; gap: 1.5rem; margin: 4rem auto 0; }
.quote-signature .line { width: 4rem; height: 1px; background: var(--clay); }
.quote-signature p { margin: 0; font-size: .66rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.quote-signature small { color: var(--ink-soft); font-weight: 300; }

.preorder { position: relative; min-height: 48rem; display: grid; place-items: center; overflow: hidden; padding: 7rem var(--gutter); background: var(--clay); color: #fff0da; text-align: center; }
.preorder-pattern { position: absolute; inset: -20%; opacity: .14; background: repeating-linear-gradient(45deg, transparent 0 34px, #ffdba6 34px 36px), repeating-linear-gradient(-45deg, transparent 0 34px, #ffdba6 34px 36px); transform: rotate(6deg); }
.preorder-content { position: relative; z-index: 2; max-width: 67rem; }
.preorder .kicker { margin-bottom: 2.2rem; }
.preorder h2 em { color: var(--ink); }
.preorder-content > p:not(.kicker) { max-width: 35rem; margin: 2.2rem auto 2.8rem; }
.button-primary { display: inline-flex; align-items: center; gap: 3rem; padding: 1rem 1.2rem 1rem 1.5rem; border: 1px solid currentColor; background: transparent; color: inherit; font-size: .67rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .3s ease, color .3s ease; }
.button-primary:hover { background: var(--paper); color: var(--ink); }
.preorder-date { position: absolute; inset: auto 0 -1rem; display: flex; justify-content: space-between; color: rgba(255,240,218,.08); font-family: var(--serif); font-size: min(25vw, 23rem); line-height: .65; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; padding: 5rem var(--gutter) 2rem; background: var(--ink); color: var(--paper); }
.footer-brand { align-self: start; }
.site-footer > p { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: .9; }
.footer-links { display: grid; align-content: start; gap: .7rem; padding-left: 35%; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover { color: var(--saffron); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 7rem; padding-top: 1.2rem; border-top: 1px solid rgba(238,229,211,.25); color: rgba(238,229,211,.58); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }

.notify-dialog { width: min(35rem, calc(100% - 2rem)); padding: clamp(2.5rem, 6vw, 5rem); border: 0; background: var(--paper); color: var(--ink); text-align: center; box-shadow: 0 2rem 6rem rgba(0,0,0,.35); }
.notify-dialog::backdrop { background: rgba(20,15,12,.76); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; top: 1rem; right: 1.2rem; width: 2.5rem; height: 2.5rem; border: 0; background: none; font-family: var(--serif); font-size: 2rem; cursor: pointer; }
.dialog-mark { width: 3rem; margin: 0 auto 2rem; fill: none; stroke: var(--clay); }
.notify-dialog .kicker { color: var(--clay); }
.notify-dialog h2 { margin: 1.4rem 0; font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 4.6rem); font-weight: 400; line-height: .88; }
.notify-dialog > p:not(.kicker):not(.dialog-date) { color: var(--ink-soft); font-size: .86rem; }
.dialog-date { margin: 2rem 0 0; padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: .7rem; font-weight: 500; letter-spacing: .3em; }

.reveal { opacity: 0; transform: translateY(2rem); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(1.5rem); } to { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  :root { --header-h: 5.3rem; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 70; width: 2.8rem; height: 2.8rem; display: grid; align-content: center; gap: .45rem; padding: .5rem 0 .5rem .7rem; border: 0; background: none; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 1.75rem; height: 1px; display: block; background: currentColor; transition: transform .3s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(.23rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-.23rem) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 40; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 9rem var(--gutter) 3rem; background: var(--ink); color: var(--paper); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { display: flex; align-items: baseline; gap: 1.4rem; padding: .7rem 0; border-bottom: 1px solid rgba(238,229,211,.2); font-family: var(--serif); font-size: clamp(2.5rem, 10vw, 4.5rem); line-height: 1; }
  .mobile-menu nav span { color: var(--saffron); font-family: var(--sans); font-size: .58rem; }
  .mobile-menu > p { margin: auto 0 0; color: rgba(238,229,211,.55); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
  body.menu-open { overflow: hidden; }
  body.menu-open .site-header { z-index: 70; position: fixed; top: 0; background: var(--ink); transform: none !important; }
  .hero-bottom { width: 72%; }
  .hero-index { display: none; }
  .intro { grid-template-columns: 1fr; }
  .intro-copy { margin-top: 3rem; }
  .principles { grid-template-columns: 1fr; }
  .principle { min-height: auto; grid-template-columns: 3rem 1fr; padding: 2.5rem var(--gutter); }
  .principle + .principle { border-left: 0; border-top: 1px solid var(--line); }
  .collection-heading { grid-template-columns: 1fr; }
  .collection-heading h2, .collection-heading > p { grid-column: 1; }
  .collection-heading h2 { margin-top: 3rem; }
  .collection-grid { column-gap: 2rem; }
  .piece-detail { width: 80%; }
  .craft { grid-template-columns: 1fr; }
  .craft-image-wrap { min-height: 58vw; }
  .light-label { margin-bottom: 0; }
  .craft-copy > .kicker { margin-top: 5rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { padding-left: 0; }
}

@media (max-width: 640px) {
  :root { --gutter: 1.15rem; }
  .announcement { justify-content: space-between; gap: .5rem; font-size: .49rem; letter-spacing: .1em; }
  .announcement a { display: none; }
  .site-header { height: 4.7rem; }
  .site-header.is-fixed { height: 4.4rem; }
  .brand-mark { width: 1.85rem; height: 1.85rem; }
  .brand-name { font-size: .96rem; }
  .hero { height: 100svh; min-height: 40rem; align-items: flex-end; }
  .hero-image { object-position: 59% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(20,15,12,.87) 0%, rgba(20,15,12,.32) 72%, rgba(20,15,12,.2)); }
  .hero-content { padding-bottom: 2.4rem; }
  .hero-kicker { margin-bottom: 1.4rem; }
  .hero h1 { font-size: clamp(3.45rem, 16.8vw, 5rem); line-height: .82; }
  .hero-bottom { width: 100%; grid-template-columns: 1fr; gap: 1.7rem; margin-top: 2rem; }
  .hero-bottom p { max-width: 19rem; font-size: 1.05rem; }
  .hero-bottom .text-link { min-width: 0; width: 100%; }
  .hero-aside { display: none; }
  .intro { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .intro-copy { margin-top: 2rem; }
  .intro-copy .kicker { margin-bottom: 1.5rem; }
  .intro h2, .collection h2, .preorder h2 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .intro-note { width: 100%; margin-top: 3rem; }
  .text-link { width: 100%; min-width: 0; }
  .principle { grid-template-columns: 2rem 1fr; gap: .5rem; }
  .collection { padding-top: 5.5rem; }
  .collection-heading > p { width: 100%; margin-top: 1.8rem; }
  .collection-grid { grid-template-columns: 1fr; gap: 4.5rem; margin-top: 4rem; }
  .piece-tall { grid-row: auto; }
  .piece-wide { margin-top: 0; }
  .piece-detail { width: 86%; justify-self: start; margin-left: 14%; }
  .piece-meta { align-items: flex-start; }
  .piece-meta > p { text-align: right; }
  .collection-foot { align-items: flex-start; justify-content: space-between; gap: 1.2rem; margin-top: 5rem; }
  .collection-foot > p { width: calc(100% - 7rem); margin: 0; font-size: 1.25rem; }
  .round-link { width: 6.5rem; flex-shrink: 0; font-size: .54rem; }
  .craft-image-wrap { min-height: 74svh; }
  .craft-image-wrap img { object-position: 59% center; }
  .craft-copy { padding-top: 4rem; padding-bottom: 4.5rem; }
  .craft-copy > .kicker { margin-top: 4rem; }
  .craft h2 { font-size: clamp(3rem, 14vw, 4rem); }
  .craft-copy > p:not(.kicker) { width: 100%; }
  .quote-section { padding-top: 6rem; padding-bottom: 6rem; }
  .quote-mark { margin-bottom: -1.8rem; font-size: 7rem; }
  .quote-section blockquote { font-size: clamp(2.6rem, 12vw, 3.6rem); text-align: left; }
  .quote-signature { margin-left: 0; }
  .preorder { min-height: 42rem; }
  .preorder-content > p:not(.kicker) { font-size: .88rem; }
  .button-primary { width: 100%; justify-content: space-between; gap: 1rem; }
  .preorder-date { bottom: -.2rem; font-size: 29vw; }
  .site-footer { grid-template-columns: 1fr; padding-top: 4rem; }
  .site-footer > p { margin: 2rem 0; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: grid; gap: .65rem; margin-top: 4rem; }
  .footer-bottom a { margin-top: 1rem; }
}

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