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

:root {
  --olive: #35412d;
  --olive-deep: #20291d;
  --olive-soft: #536044;
  --cream: #f2ead7;
  --paper: #f7f2e6;
  --gold: #c6a45b;
  --gold-soft: #ddc88f;
  --ink: #25291f;
  --line: rgba(37, 41, 31, .18);
  --serif: 'Italiana', 'Bodoni 72', 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--olive-deep); }

.grain { position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .02; 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); background-size: 180px 180px; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; transform: translateY(-150%); background: var(--cream); color: var(--olive); padding: 12px 18px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 80; height: 94px; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--cream); transition: background .5s, color .5s, height .5s, border-color .5s; border-bottom: 1px solid transparent; }
.site-header.scrolled { height: 76px; color: var(--olive-deep); background: rgba(247, 242, 230, .91); backdrop-filter: blur(14px); border-color: var(--line); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 7px; }
.brand-mark { width: 50px; height: 50px; object-fit: contain; }
.brand > span { display: grid; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 21px; font-weight: 400; letter-spacing: .12em; }
.brand small { margin-top: 5px; font-size: 8px; letter-spacing: .22em; }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 48px); font-size: 12px; letter-spacing: .08em; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ''; position: absolute; height: 1px; left: 0; right: 100%; bottom: 4px; background: currentColor; transition: right .4s var(--ease); }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: 13px 18px; border: 1px solid rgba(242, 234, 215, .5); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; transition: background .3s, color .3s; }
.scrolled .header-cta { border-color: rgba(53,65,45,.35); }
.header-cta:hover { background: var(--cream); color: var(--olive); }
.scrolled .header-cta:hover { background: var(--olive); color: var(--cream); }
.header-cta span { margin-left: 18px; }
.menu-toggle { display: none; border: 0; background: none; padding: 12px; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .3s; }
.mobile-menu { display: none; }

.hero { position: relative; height: max(720px, 100svh); min-height: 680px; overflow: hidden; color: var(--cream); background: var(--olive-deep); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.04); animation: hero-in 1.8s var(--ease) .1s both; }
@keyframes hero-in { from { opacity: .25; transform: scale(1.11); } to { opacity: 1; transform: scale(1.04); } }
.hero-shade { background: linear-gradient(90deg, rgba(17,23,15,.77) 0%, rgba(17,23,15,.5) 36%, rgba(17,23,15,.08) 70%), linear-gradient(0deg, rgba(10,15,9,.58), transparent 52%); }
.hero-content { position: relative; z-index: 2; width: 100%; min-width: 0; height: 100%; padding: 19vh 8.5vw 6.5vh; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-label { font-size: 10px; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow::before { content: ''; display: inline-block; width: 48px; height: 1px; margin: 0 18px 3px 0; background: var(--gold-soft); }
.hero h1 { margin: 34px 0 30px; max-width: 900px; font: 400 clamp(78px, 10.7vw, 164px)/.82 var(--serif); letter-spacing: -.035em; }
h1 em, h2 em { font-weight: 400; color: var(--gold-soft); }
.hero-bottom { width: min(760px, 68vw); display: flex; align-items: flex-end; justify-content: flex-start; gap: clamp(55px, 7vw, 110px); }
.hero-bottom > p { width: 355px; margin: 0 0 4px 7px; font-size: 14px; line-height: 1.7; }
.discover-link { position: relative; display: inline-flex; align-items: center; gap: 20px; flex: 0 0 auto; padding: 11px 0 10px; color: var(--cream); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.discover-link::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(242,234,215,.5); transform-origin: left; transition: transform .4s var(--ease); }
.discover-link svg { width: 18px; height: 18px; fill: none; stroke: var(--gold-soft); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; transition: transform .4s var(--ease); }
.discover-link:hover::after { transform: scaleX(.55); }
.discover-link:hover svg { transform: translateY(4px); }
.hero-index { position: absolute; z-index: 2; bottom: 6vh; right: 4.5vw; display: flex; gap: 30px; font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; opacity: .7; }

.section-pad { padding: 140px 8.5vw; }
.section-label { display: flex; gap: 18px; align-items: center; color: #656b5e; }
.section-label span { color: var(--gold); }
.section-label::after { content: ''; width: 54px; height: 1px; background: var(--line); }
.section-label.light { color: rgba(242,234,215,.62); }
.section-label.light::after { background: rgba(242,234,215,.25); }
.intro { display: grid; grid-template-columns: 1fr 2.6fr 1fr; gap: 5vw; align-items: start; min-height: 720px; }
.intro-copy { padding-top: 95px; }
.intro-copy .kicker { margin: 0 0 60px; color: #6f7568; font: 400 20px/1.35 var(--serif); }
.intro-copy .kicker i { color: var(--gold); }
.intro-copy h2 { max-width: 850px; margin: 0; font: 400 clamp(38px, 4.2vw, 68px)/1.13 var(--serif); letter-spacing: -.018em; }
.intro-note { align-self: end; padding-bottom: 30px; }
.intro-note svg { width: 68px; color: var(--gold); margin-bottom: 28px; }
.intro-note p { margin: 0; font-size: 12px; line-height: 1.7; color: #63685c; }

.worlds { display: grid; grid-template-columns: 1fr 1fr; background: var(--olive-deep); }
.worlds-head { grid-column: 1 / -1; color: var(--cream); display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; padding-bottom: 100px; }
.worlds-head h2, .services h2, .process h2, .about h2, .contact h2 { margin: 0; font: 400 clamp(55px, 7vw, 105px)/.96 var(--serif); letter-spacing: -.025em; }
.worlds-head p { margin: 0; max-width: 270px; font-size: 12px; line-height: 1.7; color: rgba(242,234,215,.63); }
.world-card { position: relative; height: min(84vw, 830px); min-height: 620px; overflow: hidden; color: var(--cream); }
.world-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter 1.2s; }
.world-card:hover img { transform: scale(1.035); }
.world-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,22,15,.78), transparent 58%), linear-gradient(90deg, rgba(17,22,15,.25), transparent); }
.world-number { position: absolute; top: 38px; left: 42px; font-size: 10px; letter-spacing: .2em; }
.world-copy { position: absolute; left: 5vw; right: 5vw; bottom: 60px; }
.world-copy p { margin: 0 0 16px; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }
.world-copy h3 { margin: 0 0 20px; font: 400 clamp(64px, 7.5vw, 120px)/.85 var(--serif); }
.world-copy span { font-size: 11px; letter-spacing: .08em; }
.world-toggle { position: absolute; right: 42px; bottom: 48px; z-index: 2; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(242,234,215,.5); border-radius: 50%; background: rgba(32,41,29,.08); color: var(--cream); cursor: pointer; transition: background .35s, color .35s, border-color .35s; backdrop-filter: blur(3px); }
.world-toggle svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; transition: transform .5s var(--ease); }
.world-toggle:hover { background: var(--cream); color: var(--olive); border-color: var(--cream); }
.world-card.open .world-toggle svg { transform: rotate(180deg); }
.world-detail { position: absolute; inset: auto 0 0; padding: 34px 140px 34px 5vw; background: rgba(32,41,29,.95); transform: translateY(101%); transition: transform .6s var(--ease); backdrop-filter: blur(12px); }
.world-detail p { margin: 0; max-width: 480px; font: 400 17px/1.5 var(--serif); }
.world-card.open .world-detail { transform: translateY(0); }

.services { padding-top: 165px; padding-bottom: 165px; }
.services-heading { display: grid; grid-template-columns: 1fr 3fr; align-items: start; margin-bottom: 100px; }
.services h2 { font-size: clamp(52px, 6.5vw, 96px); }
.services h2 em { color: #8a6c31; }
.service-list { border-top: 1px solid var(--line); margin-left: 25%; }
.service { display: grid; grid-template-columns: 70px 1fr; gap: 22px; align-items: center; min-height: 155px; border-bottom: 1px solid var(--line); transition: padding .4s var(--ease), background .4s; }
.service:hover { padding-left: 24px; background: rgba(198,164,91,.07); }
.service-no { align-self: start; padding-top: 38px; color: #9b7b39; font-size: 9px; letter-spacing: .2em; }
.service h3 { margin: 0 0 10px; font: 400 clamp(27px, 3vw, 46px)/1 var(--serif); }
.service p { max-width: 520px; margin: 0; color: #686e62; font-size: 12px; line-height: 1.65; }

.statement { position: relative; min-height: 780px; padding: 150px 8vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; color: var(--cream); background: var(--olive); }
.statement p { margin: 0 0 38px; color: var(--gold-soft); text-transform: uppercase; font-size: 9px; letter-spacing: .28em; }
.statement h2 { position: relative; z-index: 2; margin: 0; font: 400 clamp(50px, 7.2vw, 110px)/.98 var(--serif); letter-spacing: -.03em; }
.statement h2 em { color: var(--gold-soft); }
.statement > span { margin-top: 45px; font: 400 20px var(--serif); }
.statement-lotus { position: absolute; width: 420px; height: 420px; color: rgba(221,200,143,.09); }
.statement-ring { position: absolute; border: 1px solid rgba(221,200,143,.13); border-radius: 50%; }
.ring-one { width: 640px; height: 640px; }
.ring-two { width: 920px; height: 920px; }

.process { display: grid; grid-template-columns: .9fr 1.3fr; gap: 10vw; padding-top: 160px; padding-bottom: 160px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { margin-top: 70px; font-size: clamp(52px, 6vw, 86px); }
.process-intro h2 em { color: #8a6c31; }
.process-intro > p { max-width: 330px; margin: 40px 0 0; color: #676c61; font-size: 13px; line-height: 1.7; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-steps li { display: grid; grid-template-columns: 60px 1fr; gap: 35px; min-height: 205px; padding: 48px 0; border-bottom: 1px solid var(--line); }
.process-steps li > span { color: var(--gold); font-size: 10px; letter-spacing: .2em; }
.process-steps h3 { margin: 0 0 20px; font: 400 38px var(--serif); }
.process-steps p { max-width: 460px; margin: 0; color: #676c61; font-size: 13px; line-height: 1.7; }

.about { display: grid; grid-template-columns: 1fr 1.15fr; gap: 9vw; align-items: center; color: var(--cream); background: var(--olive-deep); }
.about-art { position: relative; aspect-ratio: 1 / 1; display: grid; place-content: center; }
.about-circle { position: absolute; inset: 9%; border: 1px solid rgba(221,200,143,.25); border-radius: 50%; }
.about-circle::after { content: ''; position: absolute; inset: 16%; border: 1px solid rgba(221,200,143,.1); border-radius: 50%; }
.about-circle::before { content: ''; position: absolute; width: 5px; height: 5px; top: -3px; left: 50%; border-radius: 50%; background: var(--gold-soft); box-shadow: 0 0 18px rgba(221,200,143,.7); }
.about-art img { position: relative; z-index: 1; width: min(27vw, 330px); opacity: .92; mix-blend-mode: screen; }
.about-copy h2 { margin-top: 65px; font-size: clamp(50px, 5.8vw, 86px); }
.about-copy .lead { margin: 50px 0 25px; max-width: 600px; color: var(--cream); font: 400 clamp(20px, 2vw, 29px)/1.5 var(--serif); }
.about-copy > p:not(.lead) { max-width: 520px; color: rgba(242,234,215,.62); font-size: 13px; line-height: 1.8; }
.signature { margin-top: 55px; color: var(--gold-soft); font: italic 22px var(--serif); }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; color: var(--cream); background: #3a472f; }
.contact > *, .about > *, .worlds > *, .services-heading > * { min-width: 0; }
.contact-head h2 { margin-top: 65px; font-size: clamp(50px, 6vw, 92px); }
.contact-head > p { max-width: 410px; margin-top: 45px; color: rgba(242,234,215,.65); font-size: 13px; line-height: 1.8; }
.contact-form { padding-top: 75px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-form label > span, .contact-form legend { display: block; margin-bottom: 13px; color: rgba(242,234,215,.6); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.contact-form input, .contact-form textarea { width: 100%; color: var(--cream); border: 0; border-bottom: 1px solid rgba(242,234,215,.28); border-radius: 0; outline: 0; padding: 8px 0 15px; background: transparent; font-size: 13px; transition: border-color .3s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold-soft); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(242,234,215,.34); }
.contact-form fieldset { margin: 44px 0; padding: 0; border: 0; }
.choice-row { display: flex; gap: 10px; flex-wrap: wrap; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.choice-row input:focus-visible + span { outline: 2px solid var(--cream); outline-offset: 3px; }
.choice-row label span { margin: 0; padding: 11px 20px; border: 1px solid rgba(242,234,215,.26); border-radius: 50px; color: rgba(242,234,215,.7); transition: background .3s, color .3s; }
.choice-row input:checked + span { color: var(--olive-deep); background: var(--gold-soft); border-color: var(--gold-soft); }
.message-field { display: block; }
.contact-form textarea { resize: vertical; min-height: 80px; }
.submit-button { width: 100%; margin-top: 35px; padding: 19px 23px; display: flex; justify-content: space-between; border: 1px solid var(--gold-soft); background: var(--gold-soft); color: var(--olive-deep); cursor: pointer; text-transform: uppercase; font-size: 10px; letter-spacing: .18em; transition: background .3s, color .3s; }
.submit-button:hover { background: transparent; color: var(--cream); }
.submit-button b { font-size: 16px; }
.form-note { font-size: 9px; color: rgba(242,234,215,.42); line-height: 1.6; }
.form-success { margin-top: 25px; padding: 20px; border: 1px solid var(--gold-soft); font: 400 18px/1.5 var(--serif); }

.site-footer { padding: 80px 4.5vw 30px; color: var(--cream); background: #182016; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding-bottom: 80px; border-bottom: 1px solid rgba(242,234,215,.15); }
.footer-brand { display: grid; width: fit-content; }
.footer-brand span { font: 400 clamp(62px, 8vw, 120px)/.8 var(--serif); letter-spacing: .08em; }
.footer-brand small { margin-top: 14px; letter-spacing: .34em; font-size: 9px; }
.footer-top > p { margin: 0; font: 400 22px/1.4 var(--serif); color: var(--gold-soft); }
.footer-locations { justify-self: end; display: flex; gap: 18px; align-items: center; text-transform: uppercase; font-size: 10px; letter-spacing: .17em; }
.footer-locations i { color: var(--gold); font: 400 20px var(--serif); }
.footer-bottom { padding-top: 26px; display: flex; justify-content: space-between; align-items: center; color: rgba(242,234,215,.48); text-transform: uppercase; font-size: 8px; letter-spacing: .14em; }
.footer-bottom div { display: flex; gap: 25px; }
.footer-bottom button { padding: 0; border: 0; background: none; color: inherit; text-transform: inherit; letter-spacing: inherit; font-size: inherit; cursor: pointer; }
.footer-bottom button:hover, .footer-bottom a:hover { color: var(--cream); }

.legal-dialog { width: min(680px, calc(100vw - 34px)); max-height: 80vh; padding: 55px; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.legal-dialog::backdrop { background: rgba(20,25,17,.74); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 18px; right: 20px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.legal-dialog h2 { font: 400 48px var(--serif); }
.legal-dialog h3 { margin-top: 28px; font: 400 22px var(--serif); }
.legal-dialog p { font-size: 12px; line-height: 1.7; color: #60655a; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; z-index: 70; display: flex; flex-direction: column; justify-content: center; padding: 110px 8vw 45px; color: var(--cream); background: var(--olive-deep); opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; }
  .mobile-menu.open { opacity: 1; visibility: visible; }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { padding: 10px 0; font: 400 clamp(42px, 9vw, 72px)/1.1 var(--serif); }
  .mobile-menu p { margin-top: auto; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
  .mobile-menu p span { margin: 0 16px; }
  .section-pad { padding-left: 6vw; padding-right: 6vw; }
  .intro { grid-template-columns: 1fr 3fr; }
  .intro-note { grid-column: 2; max-width: 400px; }
  .worlds-head { grid-template-columns: 1fr 2.2fr; gap: 30px; }
  .worlds-head p { grid-column: 2; margin-top: 30px; }
  .services-heading { grid-template-columns: 1fr 2.3fr; gap: 30px; }
  .service-list { margin-left: 0; }
  .process { gap: 6vw; }
  .contact { gap: 5vw; }
}

@media (max-width: 680px) {
  .grain { display: none; }
  .brand-mark { width: 44px; height: 44px; }
  .brand strong { font-size: 18px; }
  .hero { min-height: 680px; }
  .hero-media img { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(17,23,15,.78), rgba(17,23,15,.2)), linear-gradient(0deg, rgba(10,15,9,.72), transparent 65%); }
  .hero-content { padding: 19vh 6vw 7vh; justify-content: flex-end; }
  .hero h1 { max-width: 100%; margin-top: 24px; font-size: clamp(67px, 20vw, 90px); line-height: .83; }
  .hero-bottom { width: 100%; display: block; }
  .hero-bottom > p { width: min(88%, 320px); margin: 0; font-size: 12px; }
  .discover-link { margin-top: 24px; }
  .hero-index { display: none; }
  .section-pad { padding: 95px 6vw; }
  .intro { display: block; min-height: 0; }
  .intro-copy { padding-top: 65px; }
  .intro-copy .kicker { margin-bottom: 38px; }
  .intro-copy h2 { font-size: 40px; line-height: 1.12; }
  .intro-note { display: grid; grid-template-columns: 60px 1fr; gap: 25px; margin-top: 55px; padding: 0; align-items: start; }
  .intro-note svg { width: 58px; margin: 0; }
  .worlds { display: block; }
  .worlds-head { display: block; padding-bottom: 80px; }
  .worlds-head h2 { margin-top: 60px; font-size: 64px; }
  .worlds-head p { margin-top: 30px; }
  .world-card { min-height: 610px; height: 100svh; max-height: 750px; }
  .world-copy { bottom: 55px; left: 7vw; }
  .world-copy h3 { font-size: 78px; }
  .world-copy span { display: block; width: 60%; line-height: 1.5; }
  .world-toggle { right: 6vw; bottom: 40px; }
  .world-detail { padding: 26px 100px 28px 7vw; }
  .world-detail p { font-size: 15px; }
  .services-heading { display: block; margin-bottom: 70px; }
  .services h2 { margin-top: 60px; font-size: 51px; }
  .service { grid-template-columns: 40px 1fr; gap: 8px; min-height: 170px; }
  .service-no { padding-top: 42px; }
  .service h3 { font-size: 29px; }
  .service p { font-size: 11px; }
  .statement { min-height: 640px; padding: 110px 5vw; }
  .statement h2 { font-size: 50px; }
  .statement-lotus { width: 260px; }
  .ring-one { width: 390px; height: 390px; }
  .ring-two { width: 560px; height: 560px; }
  .process { display: block; }
  .process-intro { position: static; }
  .process-intro h2 { margin-top: 60px; font-size: 52px; }
  .process-steps { margin-top: 75px; }
  .process-steps li { grid-template-columns: 38px 1fr; gap: 18px; min-height: 180px; }
  .process-steps h3 { font-size: 32px; }
  .about { display: flex; flex-direction: column; gap: 50px; }
  .about-art { width: 100%; }
  .about-art img { width: 52vw; max-width: 235px; }
  .about-copy h2 { font-size: 50px; }
  .contact { display: block; }
  .contact-head h2 { font-size: 50px; }
  .contact-form { padding-top: 70px; }
  .form-row { grid-template-columns: 1fr; gap: 35px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-locations { align-self: end; font-size: 8px; gap: 8px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 28px; }
  .footer-bottom div { grid-column: 1 / -1; grid-row: 1; justify-content: flex-start; }
  .legal-dialog { padding: 45px 25px 30px; }
}

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