:root {
  --red: #bd0b2f;
  --red-dark: #94001f;
  --black: #0b0a0a;
  --paper: #f3f0ea;
  --paper-dark: #d9d3c9;
  --white: #fff;
  --line-dark: rgba(255,255,255,.2);
  --line-light: rgba(11,10,10,.22);
  --sans: "Helvetica Neue", "Arial Nova", Arial, sans-serif;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--black); font-family: var(--sans); font-size: 16px; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.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; }

.noise { position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .035; 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='.8'/%3E%3C/svg%3E"); }

.announcement { min-height: 32px; padding: 8px 3vw; background: var(--red); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.site-header { height: 86px; padding: 0 3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line-light); position: relative; z-index: 40; background: var(--paper); }
.logo { font-weight: 800; font-size: clamp(1.15rem, 2vw, 1.55rem); letter-spacing: -.07em; width: fit-content; }
.logo__dot { color: var(--red); }
.desktop-nav { display: flex; gap: 34px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a, .footer__links a { position: relative; }
.desktop-nav a::after, .footer__links a::after { content: ""; position: absolute; left: 0; bottom: -5px; height: 1px; width: 100%; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.desktop-nav a:hover::after, .footer__links a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.icon-btn { width: 48px; height: 48px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; position: relative; }
.icon-btn svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.cart-count { position: absolute; right: 0; top: 2px; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 50%; background: var(--red); color: white; display: grid; place-items: center; font-size: .65rem; }
.menu-trigger { display: none; }
.menu-trigger span { width: 25px; height: 1px; background: currentColor; position: absolute; transition: transform .3s ease; }
.menu-trigger span:first-child { transform: translateY(-5px); }
.menu-trigger span:last-child { transform: translateY(5px); }

.hero { min-height: calc(100vh - 118px); display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); position: relative; border-bottom: 1px solid var(--line-light); }
.hero__copy { padding: clamp(64px, 8vw, 130px) 5vw 70px 7vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-index { margin: 0 0 34px; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { color: var(--red); margin-right: 12px; }
.hero h1, .intro h2, .collection h2, .club h2, .age-gate h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.065em; line-height: .82; }
.hero h1 { font-size: clamp(4.4rem, 7.6vw, 8.6rem); }
.hero h1 em, .intro h2 i, .age-gate h2 i { font-weight: 400; color: var(--red); }
.hero__lead { max-width: 480px; margin: 42px 0 0; font-size: clamp(1rem, 1.3vw, 1.25rem); line-height: 1.5; }
.hero__actions { margin-top: 42px; display: flex; align-items: center; gap: 32px; }
.button { min-height: 54px; border: 1px solid transparent; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--red); color: var(--white); }
.button--primary:hover { background: var(--red-dark); }
.edition-note { font-size: .65rem; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.hero__visual { margin: 0; min-height: 680px; overflow: hidden; position: relative; background: #33130f; }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,10,10,.14), transparent 35%), linear-gradient(0deg, rgba(11,10,10,.55), transparent 38%); mix-blend-mode: multiply; }
.hero__visual img { height: 100%; object-fit: cover; object-position: center 46%; transform: scale(1.08); transition: transform 1.3s cubic-bezier(.2,.7,.2,1); }
.hero__visual:hover img { transform: scale(1.12); }
.hero__visual figcaption { position: absolute; left: 32px; right: 32px; bottom: 24px; z-index: 2; color: white; display: flex; justify-content: space-between; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.hero__stamp { position: absolute; z-index: 2; top: 28px; right: 28px; width: 62px; height: 62px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; display: grid; place-items: center; font-size: .8rem; letter-spacing: .08em; }
.hero__vertical { position: absolute; left: 20px; bottom: 26px; margin: 0; font-size: .58rem; letter-spacing: .2em; writing-mode: vertical-rl; transform: rotate(180deg); }

.intro { padding: 130px 7vw 150px; }
.intro__content { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; }
.intro h2 { font-size: clamp(4rem, 8vw, 9rem); }
.intro__text { max-width: 520px; padding-bottom: 10px; }
.intro__text p { margin: 0 0 32px; font-size: clamp(1.15rem, 1.8vw, 1.7rem); line-height: 1.42; letter-spacing: -.025em; }

.collection { background: var(--black); color: var(--white); padding: 120px 5vw 140px; }
.collection__header { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 72px; }
.section-index--light { color: #a9a29b; }
.collection h2, .club h2 { font-size: clamp(4.2rem, 8.5vw, 9rem); }
.collection h2 span, .club h2 span { color: var(--red); }
.collection__count { margin: 0 0 5px; color: #b4aea8; text-transform: uppercase; font-size: .66rem; letter-spacing: .14em; white-space: nowrap; }
.edition { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(40px, 6vw, 110px); padding-top: 30px; border-top: 1px solid var(--line-dark); }
.edition__gallery { min-width: 0; }
.edition__image-frame { position: relative; aspect-ratio: 4/5; background: #23201e; overflow: hidden; }
.edition__image-frame > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.edition__thumbnails { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.edition__thumbnail { width: 74px; height: 74px; padding: 0; border: 1px solid transparent; background: transparent; cursor: pointer; opacity: .55; transition: border-color .25s, opacity .25s; }
.edition__thumbnail:hover, .edition__thumbnail.is-active { border-color: var(--red); opacity: 1; }
.edition__thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.edition__gallery-note { margin-left: auto; color: #aca6a0; font-size: .6rem; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; text-align: right; }
.edition__details { padding: 12px 0 0; max-width: 680px; }
.edition__details h3 { margin: 0 0 44px; font-family: var(--serif); font-weight: 400; font-size: clamp(4.1rem, 6.3vw, 8rem); line-height: .82; letter-spacing: -.065em; }
.edition__details h3 em { color: var(--red); font-weight: 400; }
.edition__details > p:not(.product-card__type):not(.prototype-note):not(.edition__price) { max-width: 540px; margin: 0 0 20px; color: #c3beb8; line-height: 1.65; font-size: 1rem; }
.edition__details > .edition__opening { color: white !important; font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2.6rem) !important; line-height: 1.15 !important; letter-spacing: -.03em; margin-bottom: 32px !important; }
.edition__details > .edition__statement { color: white !important; font-weight: 600; }
.edition__details strong { color: white; }
.edition__specs { margin: 44px 0 34px; border-top: 1px solid var(--line-dark); }
.edition__specs h4 { margin: 0; padding: 23px 0; font-size: .72rem; font-weight: 500; text-transform: uppercase; letter-spacing: .16em; }
.edition__specs dl { margin: 0; }
.edition__specs dl div { display: grid; grid-template-columns: minmax(110px, .4fr) 1fr; gap: 16px; padding: 11px 0; border-top: 1px solid var(--line-dark); line-height: 1.4; }
.edition__specs dt { color: #96908a; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.edition__specs dd { margin: 0; font-size: .85rem; }
.edition__purchase { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line-dark); padding-top: 26px; }
.edition__price { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 3vw, 3.4rem); letter-spacing: -.05em; white-space: nowrap; }
.edition__closing { margin-top: 18px !important; font-family: var(--serif); font-size: 1.25rem !important; font-style: italic; }
.prototype-note { color: #827d78; font-size: .68rem; letter-spacing: .04em; }
.upcoming-head { border-top: 1px solid var(--line-dark); margin-top: 120px; padding-top: 35px; display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.upcoming-head p:last-child { margin: 0; color: #aaa39d; font-family: var(--serif); font-size: 1.5rem; }
.upcoming-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.coming-card__art { aspect-ratio: 1.34; position: relative; overflow: hidden; background: radial-gradient(circle at 30% 30%, #571321, transparent 45%), linear-gradient(135deg, #1b1416, #300e17 55%, #110f10); display: grid; place-items: center; }
.coming-card__art--alt { background: radial-gradient(circle at 70% 65%, #4b0e20, transparent 40%), linear-gradient(35deg, #100d0e, #27141a 62%, #181012); }
.coming-card__art > span { font-family: var(--serif); color: rgba(255,255,255,.72); font-size: clamp(8rem, 20vw, 20rem); line-height: 1; transform: rotate(-10deg); }
.coming-card__art--alt > span { transform: rotate(10deg); }
.coming-card__art small { position: absolute; bottom: 20px; left: 20px; color: #b8a7aa; font-size: .65rem; letter-spacing: .12em; }
.coming-card__meta { display: flex; justify-content: space-between; gap: 20px; margin: 20px 0 10px; color: #a39d97; font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; }
.coming-card__meta span:last-child { color: #df627c; }
.coming-card h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2.1rem, 4.4vw, 5rem); letter-spacing: -.05em; line-height: .98; }
.coming-card p { color: #aca69f; font-size: .9rem; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter { border: 1px solid var(--line-dark); color: #b9b4ae; background: transparent; padding: 10px 15px; border-radius: 99px; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; }
.filter:hover, .filter.is-active { border-color: var(--red); background: var(--red); color: white; }
.product-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 20px; align-items: start; }
.product-card { transition: opacity .25s ease, transform .25s ease; }
.product-card.is-hidden { display: none; }
.product-card__media { aspect-ratio: 3/4; overflow: hidden; background: #171515; position: relative; }
.product-card--featured .product-card__media { aspect-ratio: 4/5; }
.product-card__media img { height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.06); transition: filter .5s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.product-card--featured .product-card__media img { filter: saturate(1.04) contrast(1.05); }
.product-card:hover .product-card__media img { filter: grayscale(0) contrast(1.04); transform: scale(1.025); }
.product-card__badge { position: absolute; top: 14px; left: 14px; background: var(--red); padding: 8px 10px; text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; }
.quick-add { position: absolute; right: 14px; bottom: 14px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--paper); color: var(--black); font-size: 1.6rem; line-height: 1; cursor: pointer; transition: background .25s, color .25s, transform .25s; }
.quick-add:hover { background: var(--red); color: white; transform: rotate(90deg); }
.product-card__info { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-top: 25px; }
.product-card__type { margin: 0 0 12px; color: #99938c; font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.65rem, 2.5vw, 3.3rem); line-height: .98; letter-spacing: -.045em; margin: 0; }
.price { margin: 0; white-space: nowrap; font-size: 1.05rem; }
.price small { font-size: .55em; letter-spacing: .1em; }
.product-card__description { color: #9d9790; line-height: 1.55; min-height: 52px; font-size: .85rem; max-width: 380px; }
.button--outline { width: 100%; background: transparent; border-color: var(--line-dark); color: white; }
.button--outline:hover { background: var(--red); border-color: var(--red); }

.quote-strip { overflow: hidden; background: var(--red); color: white; padding: 18px 0 12px; }
.marquee { width: max-content; display: flex; font-family: var(--serif); font-size: clamp(3.5rem, 8vw, 9rem); line-height: .82; letter-spacing: -.055em; animation: marquee 22s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.club { padding: 130px 7vw; }
.club__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; }
.club__content { max-width: 560px; }
.club__content > p { font-size: clamp(1.1rem, 1.6vw, 1.5rem); line-height: 1.5; }
.newsletter { margin-top: 42px; border-bottom: 1px solid var(--black); display: flex; }
.newsletter input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 18px 0; background: transparent; letter-spacing: .08em; }
.newsletter button { border: 0; background: transparent; padding: 0 0 0 20px; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; cursor: pointer; }
.newsletter button span { color: var(--red); margin-left: 14px; }
.form-status { min-height: 1.5em; font-size: .75rem !important; color: var(--red); }

footer { background: var(--red); color: white; padding: 90px 5vw 28px; }
.logo--footer { font-size: clamp(3rem, 8.2vw, 9rem); color: white; line-height: .8; }
.logo--footer .logo__dot { color: var(--black); }
.footer__links { margin-top: 90px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.45); display: flex; flex-wrap: wrap; gap: 25px 45px; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.footer__bottom { margin-top: 70px; display: grid; grid-template-columns: 1fr auto 1fr; color: rgba(255,255,255,.68); font-size: .6rem; text-transform: uppercase; letter-spacing: .12em; }
.footer__bottom p:last-child { text-align: right; }

.cart { position: fixed; z-index: 120; right: 0; top: 0; bottom: 0; width: min(480px, 100%); background: var(--paper); transform: translateX(102%); transition: transform .45s cubic-bezier(.75,0,.18,1); display: flex; flex-direction: column; }
.cart.is-open { transform: translateX(0); }
.cart__header { height: 100px; padding: 0 28px; border-bottom: 1px solid var(--line-light); display: flex; align-items: center; justify-content: space-between; }
.cart__header h2 { font-family: var(--serif); font-size: 2.2rem; font-weight: 400; margin: 0; letter-spacing: -.04em; }
.cart-close { background: transparent; border: 0; font-size: 2rem; font-weight: 200; cursor: pointer; }
.cart__items { padding: 28px; overflow: auto; flex: 1; }
.cart__empty { color: #756f69; line-height: 1.6; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 8px 15px; border-bottom: 1px solid var(--line-light); padding: 20px 0; }
.cart-item h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 1.2rem; }
.cart-item p { margin: 0; font-size: .8rem; }
.cart-item button { grid-column: 2; background: transparent; border: 0; color: var(--red); font-size: .7rem; text-transform: uppercase; cursor: pointer; }
.cart__footer { border-top: 1px solid var(--line-light); padding: 28px; }
.cart__footer > div { display: flex; justify-content: space-between; margin-bottom: 22px; }
.cart__footer .checkout { width: 100%; }
.cart__footer small { display: block; text-align: center; margin-top: 14px; color: #716c66; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.overlay { position: fixed; z-index: 110; inset: 0; background: rgba(0,0,0,.65); backdrop-filter: blur(3px); }
.mobile-menu { display: none; }

.age-gate { width: min(640px, calc(100% - 32px)); border: 0; padding: 54px; background: var(--black); color: white; box-shadow: 0 20px 100px rgba(0,0,0,.45); }
.age-gate::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(12px); }
.age-gate__mark { position: absolute; right: 34px; top: 28px; font-size: 1.5rem; font-weight: 800; letter-spacing: -.06em; }
.age-gate__mark span { color: var(--red); }
.age-gate h2 { font-size: clamp(3rem, 8vw, 5.4rem); margin-bottom: 28px; }
.age-gate > p:not(.section-index) { color: #b8b2ab; max-width: 490px; line-height: 1.55; }
.age-gate__actions { margin-top: 34px; display: flex; gap: 26px; align-items: center; }
.age-gate__actions a { color: #aaa39b; font-size: .7rem; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; letter-spacing: .08em; }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 28px; transform: translate(-50%, 30px); padding: 14px 22px; color: white; background: var(--red); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-trigger { display: grid; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero__copy { padding-left: 5vw; }
  .hero h1 { font-size: clamp(4rem, 7.8vw, 6rem); }
  .edition { gap: 36px; }
  .edition__details h3 { font-size: clamp(3.7rem, 6.5vw, 6.2rem); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card--featured { grid-column: span 2; display: grid; grid-template-columns: 1.05fr .95fr; column-gap: 30px; }
  .product-card--featured .product-card__media { grid-row: span 4; }
  .product-card--featured .product-card__info { margin-top: 0; align-self: end; }
  .mobile-menu { display: flex; position: fixed; z-index: 105; inset: 118px 0 0; padding: 7vw; background: var(--red); color: white; flex-direction: column; justify-content: space-between; transform: translateY(-120%); transition: transform .45s cubic-bezier(.75,0,.18,1); }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { border-bottom: 1px solid rgba(255,255,255,.4); padding: 18px 0; font-family: var(--serif); font-size: clamp(3.5rem, 10vw, 7rem); line-height: 1; letter-spacing: -.06em; }
  .mobile-menu nav a span { font-family: var(--sans); font-size: .6rem; letter-spacing: .1em; margin-right: 18px; }
  .mobile-menu > p { text-transform: uppercase; letter-spacing: .16em; font-size: .65rem; }
  .menu-trigger.is-active span:first-child { transform: rotate(45deg); }
  .menu-trigger.is-active span:last-child { transform: rotate(-45deg); }
}

@media (max-width: 740px) {
  .announcement { justify-content: center; font-size: .58rem; }
  .announcement__center, .announcement span:last-child { display: none; }
  .site-header { height: 72px; padding-inline: 18px; }
  .icon-btn { width: 42px; height: 42px; }
  .hero { min-height: 0; display: flex; flex-direction: column; }
  .hero__copy { min-height: 66vh; padding: 70px 24px 48px; }
  .hero h1 { font-size: clamp(4rem, 17.5vw, 6.2rem); }
  .hero__lead { margin-top: 32px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__visual { min-height: 72vh; }
  .hero__visual figcaption { left: 18px; right: 18px; }
  .hero__vertical { display: none; }
  .intro, .club { padding: 90px 24px; }
  .intro__content, .club__grid { grid-template-columns: 1fr; gap: 55px; }
  .intro h2, .club h2 { font-size: clamp(4rem, 20vw, 6.8rem); }
  .collection { padding: 90px 18px; }
  .collection__header { align-items: flex-start; flex-direction: column; margin-bottom: 45px; }
  .collection__count { margin-top: -15px; }
  .collection h2 { font-size: clamp(4rem, 19vw, 6.5rem); }
  .edition { grid-template-columns: 1fr; gap: 42px; }
  .edition__image-frame { aspect-ratio: 1/1.13; }
  .edition__details h3 { font-size: clamp(4.1rem, 16vw, 6.5rem); margin-bottom: 32px; }
  .edition__purchase { align-items: stretch; flex-direction: column; gap: 14px; }
  .edition__purchase .button { width: 100%; }
  .edition__specs dl div { grid-template-columns: 105px 1fr; }
  .upcoming-head { margin-top: 85px; display: block; }
  .upcoming-head p:last-child { margin: 0 0 25px; }
  .upcoming-grid { grid-template-columns: 1fr; gap: 56px; }
  .coming-card__art { aspect-ratio: 1.25; }
  .coming-card__art > span { font-size: 15rem; }
  .coming-card h3 { font-size: 3.3rem; }
  .filters { justify-content: flex-start; }
  .product-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-bottom: 20px; scrollbar-width: none; }
  .product-grid::-webkit-scrollbar { display: none; }
  .product-card, .product-card--featured { min-width: 84vw; display: block; scroll-snap-align: start; }
  .product-card__media, .product-card--featured .product-card__media { aspect-ratio: 4/5; }
  .product-card--featured .product-card__info { margin-top: 25px; }
  .product-card h3 { font-size: 2.2rem; }
  .quote-strip { padding-top: 14px; }
  .marquee { font-size: 4.6rem; }
  .club__content { max-width: none; }
  .newsletter { margin-top: 30px; }
  footer { padding: 70px 24px 25px; }
  .logo--footer { font-size: 10vw; }
  .footer__links { margin-top: 60px; flex-direction: column; align-items: flex-start; }
  .footer__bottom { grid-template-columns: 1fr; gap: 6px; margin-top: 50px; }
  .footer__bottom p { margin: 0; }
  .footer__bottom p:last-child { text-align: left; }
  .mobile-menu { inset-block-start: 104px; }
  .age-gate { padding: 44px 25px 30px; }
  .age-gate__actions { align-items: stretch; flex-direction: column; }
  .age-gate__actions a { text-align: center; }
}

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