:root {
  --paper: #f4f0e9;
  --paper-soft: #faf8f4;
  --ink: #22211f;
  --muted: #76716a;
  --line: rgba(34, 33, 31, .18);
  --wine: #4a2435;
  --night: #181a1e;
  --serif: 'Didot', 'Bodoni 72', 'Times New Roman', 'Songti SC', serif;
  --cn-serif: 'Songti SC', 'STSong', 'Noto Serif SC', serif;
  --condensed: 'Arial Narrow', 'Avenir Next Condensed', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-soft); font-family: var(--condensed); overflow-x: hidden; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { width: 100%; height: 100%; object-fit: cover; display: block; }

.grain { position: fixed; inset: 0; opacity: .055; pointer-events: none; z-index: 50; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.site-header { height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3vw; position: absolute; z-index: 30; width: 100%; }
.brand { display: inline-flex; width: fit-content; flex-direction: column; letter-spacing: .14em; line-height: 1; }
.brand strong, .footer-brand strong { font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: .16em; }
.brand span, .footer-brand span { font-size: 8px; margin-top: 7px; letter-spacing: .17em; }
.desktop-nav { display: flex; gap: 20px; align-items: center; font-family: var(--cn-serif); font-size: 12px; }
.desktop-nav a { padding: 8px 0; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: currentColor; transition: right .35s ease; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav i { font-style: normal; opacity: .3; }
.header-actions { justify-self: end; display: flex; gap: 12px; }
.lang-toggle { align-self: center; min-width: 34px; height: 22px; padding: 0 7px; border: 1px solid rgba(34,33,31,.45); background: transparent; font-family: var(--condensed); font-size: 8px; letter-spacing: .14em; cursor: pointer; transition: background .25s, color .25s; }
.lang-toggle:hover { background: var(--ink); color: #fff; }
.icon-button, .close-button { border: 0; background: transparent; cursor: pointer; padding: 7px; }
.icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.bag-button { position: relative; }
.bag-button span { position: absolute; top: 0; right: -2px; font-size: 8px; min-width: 14px; height: 14px; line-height: 14px; border-radius: 50%; background: var(--wine); color: white; opacity: 0; transition: opacity .2s; }
.bag-button span.has-items { opacity: 1; }
.menu-button { display: none; }

.hero { min-height: 720px; height: 92vh; max-height: 920px; position: relative; overflow: hidden; background: radial-gradient(circle at 74% 42%, #fff 0, #ece7df 34%, transparent 61%), linear-gradient(105deg, #f7f4ef 0 45%, #e8e2da 100%); }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0 60%, rgba(87, 70, 62, .06)), repeating-linear-gradient(90deg, transparent 0 159px, rgba(50, 40, 35, .04) 160px); }
.hero-copy { position: absolute; z-index: 5; left: 6.5vw; top: 50%; transform: translateY(-43%); }
.eyebrow { font-size: 10px; letter-spacing: .22em; margin-bottom: 34px; }
.hero h1 { font-family: var(--cn-serif); font-weight: 400; font-size: clamp(47px, 5.4vw, 82px); letter-spacing: .02em; line-height: 1.26; margin: 0; }
.hero-en { margin: 24px 0 30px; font-size: 11px; letter-spacing: .16em; }
.outline-button { display: inline-flex; justify-content: space-between; align-items: center; width: 148px; border: 1px solid rgba(34, 33, 31, .55); padding: 13px 15px; font-family: var(--cn-serif); font-size: 12px; transition: .3s; }
.outline-button:hover { color: #fff; background: var(--ink); }
.hero-collage { position: absolute; inset: 7% 2% 4% 42%; }
.hero-collage::after { content: ''; position: absolute; z-index: 8; left: 17%; right: 4%; bottom: 5%; height: 15%; border-radius: 50%; background: rgba(31, 24, 21, .16); filter: blur(28px); }
.hero-image { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 22px 50px rgba(42, 32, 29, .16); z-index: 3; background: #eee; }
.hero-image img { transition: transform 1s cubic-bezier(.2,.75,.2,1); }
.hero-image:hover img { transform: scale(1.04); }
.hero-bag { width: 43%; height: 64%; right: 6%; top: 10%; border-radius: 46% 46% 6px 6px; transform: rotate(3deg); }
.hero-bag img { object-position: 56% center; filter: sepia(.11) saturate(.7); }
.hero-watch { width: 25%; aspect-ratio: 1; left: 20%; top: 38%; border-radius: 50%; transform: rotate(-9deg); }
.hero-watch img { object-position: center; }
.hero-shoe { width: 28%; height: 27%; left: 2%; bottom: 9%; transform: rotate(2deg); }
.hero-shoe img { object-position: center 68%; filter: saturate(.72); }
.hero-glasses { width: 23%; height: 24%; right: 2%; bottom: 7%; transform: rotate(-4deg); }
.hero-glasses img { filter: saturate(.6); }
.hero-orbit { position: absolute; border: 1px solid rgba(83, 65, 61, .17); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 72%; height: 38%; left: 8%; top: 30%; }
.orbit-two { width: 54%; height: 80%; right: 2%; top: 5%; }
.hero-number { position: absolute; right: 3%; top: 2%; font-family: var(--serif); font-size: 78px; line-height: 1; opacity: .07; }
.hero-meta { position: absolute; left: 6.5vw; bottom: 28px; letter-spacing: .14em; font-size: 8px; }

.issue-nav { display: grid; grid-template-columns: repeat(6, 1fr); height: 76px; border-bottom: 1px solid var(--line); background: #faf9f6; padding: 0 4vw; }
.issue-nav a { display: flex; align-items: center; gap: 14px; padding-left: 18px; border-right: 1px solid var(--line); font-size: 9px; letter-spacing: .12em; }
.issue-nav a:last-child { border-right: 0; }
.issue-nav em { font-style: normal; color: var(--muted); font-family: var(--serif); }
.issue-nav a:hover span { color: var(--wine); }

.section-shell { width: min(1180px, 88vw); margin: 0 auto; }
.collection { padding: 102px 0 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 45px; }
.section-heading p, .archive-head p { font-family: var(--serif); font-size: clamp(44px, 5vw, 75px); line-height: .85; margin: 0; letter-spacing: -.045em; }
.section-heading h2, .archive-head h2 { font-family: var(--cn-serif); font-weight: 400; font-size: 38px; margin: 20px 0 0; letter-spacing: .08em; }
.text-link { border: 0; background: transparent; cursor: pointer; padding: 8px 0; font-size: 10px; letter-spacing: .12em; }
.text-link span { margin-left: 12px; display: inline-block; transition: transform .25s; }
.text-link:hover span { transform: translateX(7px); }
.product-grid { display: grid; grid-template-columns: 1.2fr .78fr .78fr; grid-template-rows: repeat(2, 300px); gap: 22px 18px; }
.product-card { position: relative; min-width: 0; }
.product-card:first-child { grid-row: 1 / 3; }
.product-media { height: calc(100% - 58px); background: #ede9e3; position: relative; overflow: hidden; }
.product-link { display: block; width: 100%; height: 100%; }
.product-card:first-child .product-media { height: calc(100% - 62px); }
.product-media img { transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s; }
.product-card:hover .product-media img { transform: scale(1.035); filter: contrast(.96); }
.quick-add { position: absolute; right: 12px; bottom: 12px; width: 34px; height: 34px; border-radius: 50%; border: 0; background: rgba(250,248,244,.92); cursor: pointer; font-size: 20px; opacity: 0; transform: translateY(8px); transition: .25s; }
.product-card:hover .quick-add { opacity: 1; transform: none; }
.product-tag { position: absolute; top: 12px; left: 12px; background: rgba(250,248,244,.92); padding: 6px 8px; font-size: 8px; letter-spacing: .12em; }
.product-info { display: grid; grid-template-columns: 1fr auto; column-gap: 12px; padding-top: 10px; }
.product-info h3 { font-size: 11px; font-weight: 400; margin: 0; letter-spacing: .04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-info p { grid-column: 1 / -1; margin: 4px 0 0; color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.product-info span { font-size: 9px; color: var(--muted); }
.product-card:first-child .product-media img { object-position: center; }

.mood { height: 560px; position: relative; overflow: hidden; color: #fff; background: var(--wine); }
.mood-image { position: absolute; inset: 0 0 0 36%; }
.mood-image img { object-position: center 32%; filter: saturate(.5) sepia(.18); }
.mood-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #3a1a2b 0 40%, rgba(58,26,43,.4) 69%, rgba(20,14,18,.1)); }
.mood-copy { position: absolute; left: 6vw; top: 50%; transform: translateY(-50%); z-index: 2; }
.mood-copy > p { font-family: var(--serif); font-size: clamp(43px, 5vw, 73px); margin: 0 0 40px; letter-spacing: -.04em; }
.mood-copy h2 { font-family: var(--cn-serif); font-size: 29px; font-weight: 400; line-height: 1.55; letter-spacing: .08em; margin: 0 0 32px; }
.mood-copy a { font-family: var(--cn-serif); font-size: 11px; letter-spacing: .12em; }
.mood-copy a span { margin-left: 14px; }
.mood-index { position: absolute; right: 3vw; top: 9%; bottom: 9%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: .13em; }
.mood-index span { writing-mode: vertical-rl; }
.mood-index i { flex: 1; width: 1px; background: rgba(255,255,255,.5); margin: 18px 0; }
.mood-index b { font-weight: 400; }

.journal { display: grid; grid-template-columns: .85fr 1.4fr; gap: 9vw; padding: 120px 0; align-items: center; }
.journal-copy > p:first-child { font-size: 9px; letter-spacing: .18em; color: var(--muted); }
.journal-copy h2 { font-family: var(--cn-serif); font-weight: 400; font-size: clamp(38px, 4.3vw, 62px); line-height: 1.35; letter-spacing: .05em; margin: 22px 0 30px; }
.journal-copy > p:not(:first-child) { font-family: var(--cn-serif); color: #6f6a64; font-size: 13px; line-height: 2.1; max-width: 390px; }
.journal-stack { position: relative; height: 570px; }
.journal-stack figure { margin: 0; position: absolute; overflow: hidden; }
.journal-stack figure:first-child { width: 62%; height: 78%; left: 0; top: 0; }
.journal-stack figure:nth-child(2) { width: 43%; height: 53%; right: 0; bottom: 0; border: 10px solid var(--paper-soft); }
.journal-stack figure img { filter: saturate(.65); }
.journal-note { position: absolute; width: 34%; height: 38%; right: 2%; top: 2%; background: #d9d1c7; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.journal-note span, .journal-note small { font-size: 8px; letter-spacing: .15em; }
.journal-note strong { font-family: var(--cn-serif); font-size: 24px; font-weight: 400; line-height: 1.5; }

.archive { background: #eae5de; padding: 110px 0 120px; }
.anchor { position: relative; top: -80px; visibility: hidden; }
.archive-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 54px; }
.archive-head p { font-size: clamp(32px, 4vw, 56px); }
.archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px 18px; }
.archive-card .product-media { height: auto; aspect-ratio: .86; }
.archive-card:nth-child(3n+2) { transform: translateY(28px); }
.archive-card .product-info { padding-top: 12px; }

.gift { min-height: 480px; display: grid; grid-template-columns: .75fr 1.4fr; overflow: hidden; background: linear-gradient(100deg,#f7f4ef 0 40%,#e8e0d6 100%); }
.gift-copy { padding: 90px 7vw; align-self: center; }
.gift-copy > p:first-child { font-size: 9px; letter-spacing: .17em; }
.gift-copy h2 { font-family: var(--cn-serif); font-size: 42px; font-weight: 400; line-height: 1.45; margin: 22px 0; }
.gift-copy > p:not(:first-child) { font-family: var(--cn-serif); font-size: 12px; line-height: 2; color: var(--muted); }
.gift-still { position: relative; min-height: 480px; background: linear-gradient(165deg,transparent 48%,rgba(112,83,69,.15) 49%, transparent 50%); }
.plinth { position: absolute; margin: 0; width: 26%; height: 58%; bottom: 12%; padding: 12px; background: #d6c6b5; box-shadow: 0 30px 55px rgba(56,39,32,.15); }
.plinth::after { content: ''; position: absolute; left: 5%; right: -8%; height: 24px; bottom: -24px; background: #b9a38e; transform: skewX(-38deg); transform-origin: left top; }
.plinth img { filter: saturate(.56); }
.p-one { left: 4%; height: 48%; bottom: 18%; transform: rotate(-2deg); }
.p-two { left: 36%; bottom: 20%; z-index: 2; }
.p-three { right: 4%; height: 66%; bottom: 11%; transform: rotate(2deg); }

.services { display: grid; grid-template-columns: repeat(4, 1fr); padding: 48px 4vw; background: #faf9f6; }
.services article { padding: 0 3vw; border-right: 1px solid var(--line); }
.services article:last-child { border: 0; }
.services span { display: inline-flex; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; align-items: center; justify-content: center; font-family: var(--serif); font-size: 9px; }
.services h3 { font-weight: 400; font-size: 10px; letter-spacing: .12em; margin: 18px 0 12px; }
.services p { font-family: var(--cn-serif); font-size: 10px; line-height: 1.8; color: var(--muted); }

.site-footer { background: var(--night); color: #e9e7e4; display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 3vw; padding: 65px 5vw 28px; position: relative; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 20px; }
.footer-brand span { width: fit-content; }
.footer-brand p { font-family: var(--cn-serif); margin-top: 30px; font-size: 12px; letter-spacing: .1em; color: #b5b3b1; }
.footer-column { display: flex; flex-direction: column; gap: 10px; font-family: var(--cn-serif); font-size: 10px; color: #aaa8a7; }
.footer-column b { font-family: var(--condensed); font-weight: 400; letter-spacing: .13em; color: #e9e7e4; margin-bottom: 8px; }
.footer-column a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); padding-top: 18px; margin-top: 28px; font-size: 7px; letter-spacing: .12em; color: #777; }

.overlay { position: fixed; inset: 0; z-index: 60; background: rgba(20,18,17,.55); opacity: 0; pointer-events: none; transition: opacity .35s; backdrop-filter: blur(3px); }
.overlay.open { opacity: 1; pointer-events: auto; }
.drawer, .mobile-panel { position: fixed; z-index: 70; top: 0; right: 0; height: 100dvh; width: min(460px, 100%); background: var(--paper-soft); transform: translateX(101%); transition: transform .45s cubic-bezier(.77,0,.18,1); padding: 28px 30px; }
.drawer.open, .mobile-panel.open { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
.drawer-head h2 { font-family: var(--cn-serif); font-size: 22px; font-weight: 400; }
.drawer-head h2 span { font-family: var(--condensed); font-size: 10px; }
.close-button { font-family: var(--serif); font-size: 28px; }
.cart-items { height: calc(100% - 190px); overflow-y: auto; }
.empty-cart { font-family: var(--cn-serif); font-size: 13px; line-height: 2; color: var(--muted); padding-top: 40px; }
.empty-cart a { color: var(--ink); border-bottom: 1px solid; }
.cart-row { display: grid; grid-template-columns: 82px 1fr auto; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-row img { height: 100px; }
.cart-row h3 { font-size: 11px; font-weight: 400; margin: 7px 0; }
.cart-row p { color: var(--muted); font-size: 9px; }
.cart-row button { border: 0; background: none; align-self: start; cursor: pointer; }
.drawer-foot { border-top: 1px solid var(--line); padding-top: 18px; }
.drawer-foot p { display: flex; justify-content: space-between; font-size: 11px; }
.drawer-foot button { width: 100%; border: 0; background: var(--ink); color: white; padding: 15px; margin-top: 10px; cursor: pointer; letter-spacing: .14em; }
.mobile-panel { left: 0; right: auto; transform: translateX(-101%); }
.mobile-panel > p { letter-spacing: .16em; font-size: 9px; margin: 50px 0 20px; }
.mobile-panel nav { display: flex; flex-direction: column; }
.mobile-panel nav a { font-family: var(--cn-serif); font-size: 28px; padding: 16px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; }
.mobile-panel nav b { font-weight: 400; }
.mobile-panel nav span { font-family: var(--serif); font-size: 10px; color: var(--muted); }
.search-panel { position: fixed; z-index: 80; inset: 0; background: rgba(247,244,239,.98); padding: 8vh 12vw; transform: translateY(-102%); transition: transform .5s cubic-bezier(.77,0,.18,1); }
.search-panel.open { transform: none; }
.search-panel .close-button { position: absolute; right: 5vw; top: 25px; }
.search-panel label { font-size: 10px; letter-spacing: .18em; }
.search-line { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); margin-top: 30px; }
.search-line input { background: transparent; border: 0; outline: none; font-family: var(--cn-serif); font-size: clamp(28px,4vw,56px); padding: 18px 0; }
.search-line span { align-self: center; font-size: 28px; }
.search-results { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 40px; }
.search-result { display: grid; grid-template-columns: 66px 1fr; gap: 12px; align-items: center; font-size: 10px; }
.search-result img { height: 75px; }
.toast { position: fixed; z-index: 90; left: 50%; bottom: 28px; transform: translate(-50%, 20px); background: var(--night); color: white; padding: 12px 20px; font-size: 10px; letter-spacing: .1em; opacity: 0; pointer-events: none; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
body[data-lang="en"] .hero h1,
body[data-lang="en"] .section-heading h2,
body[data-lang="en"] .mood-copy h2,
body[data-lang="en"] .journal-copy h2,
body[data-lang="en"] .journal-note strong,
body[data-lang="en"] .archive-head h2,
body[data-lang="en"] .gift-copy h2 { font-family: var(--serif); letter-spacing: -.025em; }
body[data-lang="en"] .hero h1 { line-height: 1.04; }
body[data-lang="en"] .mood-copy h2 { line-height: 1.25; max-width: 430px; }
body[data-lang="en"] .journal-copy > p:not(:first-child),
body[data-lang="en"] .gift-copy > p:not(:first-child),
body[data-lang="en"] .services p,
body[data-lang="en"] .footer-brand p,
body[data-lang="en"] .footer-column,
body[data-lang="en"] .mobile-panel nav a { font-family: var(--condensed); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { height: 780px; }
  .hero-copy { top: 35%; }
  .hero-collage { inset: 39% -8% 1% 28%; }
  .hero-bag { height: 68%; }
  .issue-nav { grid-template-columns: repeat(3,1fr); height: auto; }
  .issue-nav a { min-height: 58px; border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(4, 280px); }
  .product-card:first-child { grid-row: 1 / 3; }
  .product-card:nth-child(n+4) { grid-column: 2; }
  .archive-grid { grid-template-columns: repeat(3,1fr); }
  .services { grid-template-columns: repeat(2,1fr); gap: 40px 0; }
  .site-footer { grid-template-columns: 2fr repeat(2,1fr); }
}

@media (max-width: 680px) {
  .site-header { height: 72px; padding: 0 18px; }
  .header-actions { gap: 3px; }
  .lang-toggle { min-width: 30px; padding: 0 5px; }
  .hero { height: 790px; max-height: none; }
  .hero-copy { left: 24px; top: 31%; }
  .hero h1 { font-size: 44px; }
  .hero-en { font-size: 8px; }
  .hero-collage { inset: 45% -15% 2% 5%; }
  .hero-bag { width: 48%; right: 10%; }
  .hero-watch { left: 21%; width: 30%; }
  .hero-shoe { left: 1%; width: 35%; }
  .hero-glasses { width: 28%; }
  .hero-meta { left: 24px; font-size: 7px; }
  .issue-nav { overflow-x: auto; display: flex; padding: 0; }
  .issue-nav a { min-width: 125px; padding: 0 15px; }
  .section-shell { width: calc(100% - 36px); }
  .collection { padding: 76px 0 90px; }
  .section-heading p { font-size: 43px; }
  .section-heading h2 { font-size: 30px; }
  .product-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 34px 10px; }
  .product-card, .product-card:first-child, .product-card:nth-child(n+4) { grid-row: auto; grid-column: auto; height: auto; }
  .product-card:first-child { grid-column: 1 / -1; }
  .product-media, .product-card:first-child .product-media { height: auto; aspect-ratio: .82; }
  .product-card:not(:first-child) .product-media { aspect-ratio: .9; }
  .quick-add { opacity: 1; transform: none; }
  .mood { height: 610px; }
  .mood-image { inset: 38% 0 0 0; }
  .mood-shade { background: linear-gradient(180deg,#3a1a2b 0 43%,rgba(58,26,43,.25) 75%); }
  .mood-copy { top: 25%; left: 24px; }
  .mood-copy > p { font-size: 42px; margin-bottom: 28px; }
  .mood-copy h2 { font-size: 23px; }
  .mood-index { display: none; }
  .journal { grid-template-columns: 1fr; padding: 80px 0; gap: 50px; }
  .journal-stack { height: 480px; }
  .journal-stack figure:first-child { width: 76%; }
  .journal-stack figure:nth-child(2) { width: 50%; }
  .journal-note { width: 43%; }
  .archive { padding: 80px 0 100px; }
  .archive-head { display: block; }
  .archive-grid { grid-template-columns: 1fr 1fr; gap: 38px 10px; }
  .archive-card:nth-child(3n+2) { transform: none; }
  .gift { grid-template-columns: 1fr; }
  .gift-copy { padding: 70px 24px 25px; }
  .gift-still { min-height: 380px; }
  .plinth { width: 30%; }
  .services { grid-template-columns: 1fr 1fr; padding: 45px 18px; gap: 35px 0; }
  .services article { padding: 0 15px; }
  .services article:nth-child(2) { border: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 55px 24px 28px; gap: 38px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .search-panel { padding: 15vh 24px 40px; }
  .search-results { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
