:root {
  color-scheme: light;
  --yellow: #fbdf00;
  --ink: #111212;
  --ink-2: #1b1c1c;
  --paper: #f3f0e8;
  --white: #fffdf7;
  --muted: #74736e;
  --line: rgba(17, 18, 18, .18);
  --line-dark: rgba(255, 253, 247, .18);
  --danger: #b52b22;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --container: 1440px;
  --gutter: clamp(20px, 4vw, 72px);
  --section: clamp(80px, 9vw, 144px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--yellow) var(--ink); scrollbar-width: thin; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; line-height: 1.65; overflow-x: hidden; }
body:has(dialog[open]), body:has(.filter-shell.is-open) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .5; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .94; letter-spacing: -.025em; }
h1 { font-size: clamp(4rem, 9vw, 6rem); }
h2 { font-size: clamp(3rem, 6vw, 6rem); }
h3 { font-size: 1.6rem; }
em { color: inherit; font-style: normal; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .09em; }
::selection { color: var(--ink); background: var(--yellow); }
* { caret-color: var(--yellow); }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--yellow); border: 2px solid var(--ink); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--ink); background: var(--yellow); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 6px var(--gutter); color: var(--white); background: var(--ink); font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement span { color: var(--yellow); font-weight: 800; }
.announcement a { border-bottom: 1px solid currentColor; }
[data-site-header] { display: contents; }
.site-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: auto auto minmax(170px, 1fr) auto; align-items: stretch; min-height: 78px; padding: 0 var(--gutter); border-bottom: 1px solid var(--line); background: rgba(243, 240, 232, .97); backdrop-filter: blur(14px); }
.brand { align-self: stretch; display: flex; align-items: center; width: 142px; padding-right: 24px; border-right: 1px solid var(--line); overflow: hidden; }
.brand img { display: block; width: auto; height: 70px; object-fit: contain; object-position: center; }
.desktop-nav { display: flex; align-items: stretch; padding-left: 18px; }
.nav-link { position: relative; display: flex; align-items: center; gap: 4px; min-height: 44px; padding: 0 13px; border: 0; color: var(--ink); background: transparent; font-family: var(--display); font-size: .95rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.nav-link .icon { width: 14px; }
.nav-link::after { content: ""; position: absolute; right: 13px; bottom: 17px; left: 13px; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
.header-search { align-self: center; justify-self: stretch; display: flex; align-items: center; gap: 9px; max-width: 330px; height: 42px; margin-left: auto; padding: 0 12px; border: 1px solid var(--line); background: rgba(255,255,255,.4); }
.header-search:focus-within { border-color: var(--ink); box-shadow: inset 0 -2px var(--yellow); }
.header-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font-size: .78rem; }
.header-actions { display: flex; align-items: stretch; margin-left: 12px; border-left: 1px solid var(--line); }
.icon-button { position: relative; display: inline-grid; place-items: center; width: 48px; min-height: 44px; padding: 0; border: 0; color: inherit; background: transparent; transition: background .18s, color .18s; }
.icon-button:hover { color: var(--ink); background: var(--yellow); }
.icon-button--border { border: 1px solid var(--line); }
.cart-count { position: absolute; top: 14px; right: 5px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 50%; color: var(--yellow); background: var(--ink); font-size: .6rem; font-weight: 800; }
.menu-button { display: none; }
.mega-menu { position: absolute; top: 100%; right: 0; left: 0; color: var(--white); background: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.mega-menu__inner { display: grid; grid-template-columns: 1fr 1.1fr .9fr 1.3fr 1.2fr; max-width: var(--container); margin: auto; padding: 44px var(--gutter) 50px; }
.mega-column { padding-right: 26px; }
.mega-column + .mega-column { padding-left: 26px; border-left: 1px solid var(--line-dark); }
.mega-column h3 { margin-bottom: 18px; color: var(--yellow); font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; }
.mega-column a { display: block; padding: 5px 0; color: rgba(255,255,255,.72); font-size: .78rem; }
.mega-column a:hover { color: var(--yellow); }
.mega-feature { display: flex; flex-direction: column; justify-content: space-between; min-height: 210px; padding: 22px; color: var(--ink); background: var(--yellow); }
.mega-feature span { font-size: .63rem; font-weight: 800; letter-spacing: .1em; }
.mega-feature strong { font-family: var(--display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.mega-feature a { display: flex; justify-content: space-between; align-items: center; font-size: .72rem; font-weight: 800; text-transform: uppercase; }

dialog { border: 0; padding: 0; }
dialog::backdrop { background: rgba(0,0,0,.7); backdrop-filter: blur(4px); }
.mobile-menu { width: min(92vw, 460px); height: 100%; max-height: none; margin: 0 0 0 auto; color: var(--white); background: var(--ink); }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 20px; border-bottom: 1px solid var(--line-dark); color: var(--yellow); font-family: var(--display); font-weight: 800; text-transform: uppercase; }
.mobile-menu__link { display: flex; align-items: center; justify-content: space-between; padding: 15px 22px; border-bottom: 1px solid var(--line-dark); font-family: var(--display); font-size: 2rem; font-weight: 700; text-transform: uppercase; }
.mobile-menu__link.is-active { color: var(--yellow); }
.mobile-menu__series { display: flex; flex-wrap: wrap; gap: 8px 14px; padding: 28px 22px; }
.mobile-menu__series p { width: 100%; margin-bottom: 5px; color: rgba(255,255,255,.46); font-size: .65rem; text-transform: uppercase; }
.mobile-menu__series a { color: rgba(255,255,255,.78); font-size: .8rem; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; border: 1px solid transparent; font-family: var(--display); font-size: .82rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%); transition: transform .18s var(--ease), background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button--ink, .button--primary { color: var(--white); background: var(--ink); }
.button--ink:hover, .button--primary:hover { color: var(--ink); background: var(--white); }
.button--yellow { color: var(--ink); background: var(--yellow); }
.button--yellow:hover { background: var(--white); }
.button--outline { color: inherit; border-color: currentColor; background: transparent; }
.button--outline:hover { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.button--quiet { color: var(--ink); background: #ddd9cd; }
.button--wide { flex: 1; }
.button--full { width: 100%; }
.button--filter { display: none; color: var(--ink); border-color: var(--line); background: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 9px; width: fit-content; border-bottom: 1px solid currentColor; color: var(--white); font-family: var(--display); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-link .icon { transition: transform .18s; }
.text-link:hover .icon { transform: translateX(4px); }
.text-link--ink { color: var(--ink); }
.text-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .72rem; }
.text-button--danger { color: var(--danger); }
.archive-label, .section-code, .page-hero__code { font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-code { margin-bottom: 14px; color: var(--muted); }
.section-dark .section-code, .section-heading--light .section-code { color: var(--yellow); }
.section-paper { background: var(--paper); }
.section-dark { color: var(--white); background: var(--ink); }
.section-heading { max-width: var(--container); margin: 0 auto clamp(40px, 5vw, 72px); }
.section-heading h2 { margin: 0; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr); align-items: end; gap: 50px; }
.section-heading--split > p { max-width: 420px; margin: 0 0 7px auto; color: var(--muted); }
.section-heading--light > p, .section-heading--light.section-heading--split > p { color: rgba(255,255,255,.58); }

.hero { min-height: calc(100svh - 112px); display: grid; grid-template-columns: minmax(420px, .86fr) minmax(0, 1.14fr); color: var(--ink); background: var(--ink); }
.hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 690px; padding: clamp(60px, 7vw, 110px) clamp(34px, 5vw, 84px); background: var(--yellow); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 86px), calc(100% - 86px) 100%, 0 100%); }
.hero__edition { margin-bottom: clamp(44px, 7vw, 90px); font-size: .64rem; font-weight: 800; letter-spacing: .14em; }
.hero h1 { max-width: 750px; margin-bottom: 28px; font-size: clamp(4.6rem, 8.4vw, 6rem); text-transform: uppercase; }
.hero__intro { max-width: 600px; margin-bottom: 36px; font-size: clamp(.96rem, 1.2vw, 1.12rem); }
.hero__actions { display: flex; align-items: center; gap: 24px; }
.hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: auto 0 0; padding-top: 42px; border-top: 1px solid rgba(17,18,18,.25); }
.hero__stats div { display: flex; align-items: end; gap: 8px; }
.hero__stats dt { font-family: var(--display); font-size: 2rem; font-weight: 800; line-height: 1; }
.hero__stats dd { margin: 0 0 2px; font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.hero__stage { position: relative; min-width: 0; overflow: hidden; background: #0d0e0e; }
.hero__stage img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero__stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,18,18,.45), transparent 28%), linear-gradient(0deg, rgba(17,18,18,.55), transparent 30%); pointer-events: none; }
.hero__stage-meta { position: absolute; z-index: 2; right: 28px; bottom: 24px; left: 34px; display: flex; justify-content: space-between; color: rgba(255,255,255,.56); font-size: .6rem; font-weight: 800; letter-spacing: .12em; }

.series-section, .catalog-section, .trending-section, .news-section, .release-archive, .news-archive, .principles, .process-section { padding: var(--section) var(--gutter); }
.series-grid { max-width: var(--container); margin: auto; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.series-card { position: relative; min-width: 0; min-height: 330px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); overflow: hidden; }
.series-card img, .series-art { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); transition: transform .5s var(--ease), filter .3s; }
.series-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,18,18,.92), transparent 67%); }
.series-card:hover img { transform: scale(1.045); filter: grayscale(.2); }
.series-card__index { position: absolute; z-index: 2; top: 13px; left: 14px; color: var(--yellow); font-family: var(--display); font-size: .8rem; font-weight: 800; }
.series-card__copy { position: absolute; z-index: 2; right: 15px; bottom: 18px; left: 15px; color: var(--white); }
.series-card__copy strong { display: block; font-family: var(--display); font-size: 1.55rem; line-height: 1; text-transform: uppercase; }
.series-card__copy small { display: block; max-height: 0; margin-top: 0; opacity: 0; overflow: hidden; font-size: .63rem; line-height: 1.45; transition: max-height .25s, opacity .25s, margin .25s; }
.series-card:hover .series-card__copy small { max-height: 75px; margin-top: 8px; opacity: .8; }
.series-card__arrow { position: absolute; z-index: 2; right: 12px; bottom: 13px; display: none; color: var(--yellow); }

.product-grid { max-width: var(--container); margin: auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.product-card { position: relative; min-width: 0; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.product-card__media { position: relative; display: block; aspect-ratio: 1 / 1.14; overflow: hidden; background: #191a1a; }
.product-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.product-card:hover .product-card__image { transform: scale(1.045); }
.product-card__media::after { content: ""; position: absolute; inset: 0; border: 0 solid var(--yellow); pointer-events: none; transition: border-width .18s; }
.product-card:hover .product-card__media::after { border-width: 4px; }
.product-card__index { position: absolute; z-index: 2; top: 14px; left: 15px; color: rgba(255,255,255,.72); font-family: var(--display); font-size: .65rem; font-weight: 800; letter-spacing: .08em; }
.product-card__badges { position: absolute; z-index: 2; top: 13px; right: 12px; display: flex; gap: 5px; }
.product-card__badges span { padding: 5px 7px; color: var(--ink); background: var(--yellow); font-size: .55rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-card__body { min-height: 190px; padding: 19px; color: var(--white); background: var(--ink); }
.product-card__series { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 13px; color: var(--yellow); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card__series span { color: rgba(255,255,255,.42); }
.product-card h3 { min-height: 3.05em; margin-bottom: 14px; font-size: clamp(1.35rem, 1.8vw, 1.75rem); text-transform: uppercase; }
.product-card h3 a:hover { color: var(--yellow); }
.product-card__buy { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid var(--line-dark); }
.product-card__buy strong { font-family: var(--display); font-size: 1.25rem; }
.square-action { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line-dark); color: var(--white); background: transparent; font-size: 1.35rem; }
.square-action:hover { color: var(--ink); border-color: var(--yellow); background: var(--yellow); }
.demo-note { display: block; margin-top: 9px; color: rgba(255,255,255,.4); font-size: .58rem; text-transform: uppercase; }
.product-placeholder { display: grid; place-content: center; width: 100%; height: 100%; color: var(--white); background: linear-gradient(140deg, #242525, #101111); text-align: center; overflow: hidden; }
.product-placeholder::before { content: ""; position: absolute; width: 74%; aspect-ratio: 1; border: 1px solid rgba(251,223,0,.32); transform: rotate(35deg); }
.product-placeholder span { z-index: 1; color: var(--yellow); font-family: var(--display); font-size: clamp(4rem, 8vw, 7rem); font-weight: 900; line-height: 1; }
.product-placeholder small { z-index: 1; margin-top: 9px; font-size: .55rem; letter-spacing: .12em; }

.manifesto-section { position: relative; min-height: 650px; display: grid; grid-template-columns: .8fr 1.35fr .65fr; align-items: center; gap: clamp(30px, 7vw, 120px); padding: var(--section) var(--gutter); color: var(--white); background: #1b1c1c; overflow: hidden; }
.manifesto-section__mark { color: var(--yellow); font-family: var(--display); font-size: min(36vw, 520px); font-weight: 900; line-height: .65; transform: translateX(-14%); opacity: .92; }
.manifesto-section__copy { position: relative; z-index: 2; }
.manifesto-section__copy h2 { max-width: 850px; margin-bottom: 32px; text-transform: uppercase; }
.manifesto-section__copy p:not(.section-code) { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.64); }
.manifesto-section__index { display: grid; justify-items: center; gap: 10px; color: rgba(255,255,255,.46); font-size: .6rem; font-weight: 800; letter-spacing: .14em; writing-mode: vertical-rl; }
.manifesto-section__index strong { color: var(--yellow); font-family: var(--display); font-size: 6rem; line-height: 1; }
.product-rail { max-width: var(--container); margin: auto; display: grid; grid-auto-columns: minmax(280px, 25%); grid-auto-flow: column; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.product-rail .product-card { scroll-snap-align: start; border-color: var(--ink); }
.product-rail .product-card__body { color: var(--ink); background: var(--paper); }
.product-rail .product-card__series { color: #665b00; }
.product-rail .product-card__series span { color: var(--muted); }
.product-rail .product-card__buy { border-color: var(--line); }
.product-rail .square-action { color: var(--ink); border-color: var(--line); }
.rail-controls { display: flex; justify-content: end; }
.rail-controls button { width: 48px; height: 48px; border: 1px solid var(--ink); background: transparent; }
.rail-controls button + button { border-left: 0; }
.rail-controls button:hover { background: var(--yellow); }
.release-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 600px; color: var(--ink); background: var(--yellow); }
.release-feature__copy { align-self: center; padding: var(--section) var(--gutter); }
.release-feature__copy h2 { max-width: 780px; margin-bottom: 24px; text-transform: uppercase; }
.release-feature__copy > p:not(.section-code) { max-width: 620px; }
.release-feature__visual { display: flex; flex-direction: column; justify-content: center; padding: 50px; color: var(--white); background: var(--ink); font-family: var(--display); line-height: .78; text-align: center; overflow: hidden; }
.release-feature__visual span { color: var(--yellow); font-size: clamp(5rem, 10vw, 10rem); font-weight: 900; transform: translateX(-8%); }
.release-feature__visual strong { font-size: clamp(6rem, 13vw, 13rem); transform: translateX(7%); }
.release-feature__visual small { margin-top: 40px; color: rgba(255,255,255,.42); letter-spacing: .14em; }
.countdown { display: flex; gap: 1px; max-width: 480px; margin: 36px 0; background: rgba(17,18,18,.25); }
.countdown > span { flex: 1; display: grid; min-height: 96px; place-items: center; align-content: center; background: var(--yellow); }
.countdown strong { font-family: var(--display); font-size: 2.4rem; line-height: 1; }
.countdown small { font-size: .56rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.news-grid { max-width: var(--container); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.news-card { display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.news-card__media { position: relative; display: block; aspect-ratio: 1.65; overflow: hidden; background: var(--ink); }
.news-card__media--image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .42s var(--ease), filter .42s var(--ease); }
.news-card:hover .news-card__media--image img { filter: brightness(1.06); transform: scale(1.035); }
.news-card__media--image:focus-visible { z-index: 1; outline: 3px solid var(--yellow); outline-offset: -3px; }
.news-card__body { flex: 1; padding: 24px; }
.news-card__meta { display: flex; justify-content: space-between; margin-bottom: 19px; color: var(--muted); font-size: .59rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.news-card h2, .news-card h3 { min-height: 2em; margin-bottom: 14px; font-size: clamp(1.8rem, 2.7vw, 2.7rem); text-transform: uppercase; }
.news-card p { color: var(--muted); font-size: .82rem; }
.news-card .text-link { margin-top: auto; color: var(--ink); }

.site-footer { display: grid; grid-template-columns: 1.7fr .7fr .7fr; gap: 60px; padding: 84px var(--gutter) 24px; color: var(--white); background: var(--ink); }
.footer-lead { max-width: 590px; }
.brand--footer { width: 160px; height: 108px; margin-bottom: 20px; padding: 0; border: 0; }
.brand--footer img { width: auto; height: 108px; }
.footer-lead > p { max-width: 480px; color: rgba(255,255,255,.55); }
.newsletter-form { max-width: 440px; margin-top: 40px; }
.newsletter-form > label { display: block; margin-bottom: 10px; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.newsletter-form > div { display: flex; border-bottom: 1px solid rgba(255,255,255,.45); }
.newsletter-form input { flex: 1; min-width: 0; height: 50px; border: 0; outline: 0; color: var(--white); background: transparent; }
.newsletter-form button { width: 50px; border: 0; color: var(--yellow); background: transparent; }
.newsletter-form small { color: var(--yellow); }
.footer-links h2 { margin-bottom: 20px; color: var(--yellow); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { display: block; width: fit-content; padding: 5px 0; color: rgba(255,255,255,.67); font-size: .8rem; }
.footer-links a:hover { color: var(--yellow); }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.38); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-meta p { margin: 0; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; color: rgba(255,255,255,.28); font-size: .6rem; }
.footer-bottom p { margin: 0; }

.cart-drawer { width: min(95vw, 610px); height: 100%; max-height: none; margin: 0 0 0 auto; color: var(--ink); background: var(--paper); }
.cart-drawer__panel { min-height: 100%; display: flex; flex-direction: column; }
.drawer-header { display: flex; align-items: center; justify-content: space-between; min-height: 102px; padding: 20px 28px; border-bottom: 1px solid var(--ink); }
.drawer-header h2 { margin: 3px 0 0; font-size: 2.8rem; text-transform: uppercase; }
.cart-drawer__list { flex: 1; overflow: auto; }
.cart-line { position: relative; display: grid; grid-template-columns: 112px 1fr auto; gap: 18px; padding: 22px 28px; border-bottom: 1px solid var(--line); }
.cart-line__media { height: 112px; background: var(--ink); overflow: hidden; }
.cart-line__media img { width: 100%; height: 100%; object-fit: cover; }
.cart-art { display: grid; place-items: center; height: 100%; color: var(--yellow); font-family: var(--display); font-size: 2.4rem; font-weight: 900; }
.cart-line__series { margin: 0 0 4px; color: var(--muted); font-size: .57rem; font-weight: 800; text-transform: uppercase; }
.cart-line h3 { margin: 0 0 7px; font-size: 1.35rem; text-transform: uppercase; }
.cart-line__meta { margin-bottom: 10px; color: var(--muted); font-size: .66rem; }
.cart-line__total { font-family: var(--display); }
.quantity-control { display: inline-flex; height: 34px; margin-right: 16px; border: 1px solid var(--line); }
.quantity-control button { width: 32px; border: 0; background: transparent; }
.quantity-control input { width: 42px; border: 0; border-right: 1px solid var(--line); border-left: 1px solid var(--line); outline: 0; background: transparent; text-align: center; appearance: textfield; }
.cart-drawer__summary { padding: 24px 28px 30px; border-top: 1px solid var(--ink); background: #e7e3d9; }
.cart-drawer__summary > div { display: flex; justify-content: space-between; font-family: var(--display); font-size: 1.5rem; font-weight: 800; text-transform: uppercase; }
.cart-drawer__summary > p { color: var(--muted); font-size: .66rem; }
.cart-drawer__summary .text-link { display: flex; margin: 16px auto 0; color: var(--ink); }
.empty-state { grid-column: 1 / -1; display: grid; justify-items: center; align-content: center; min-height: 480px; padding: 50px 24px; color: var(--ink); background: var(--paper); text-align: center; }
.empty-state--compact { min-height: 330px; }
.empty-state__mark { display: grid; place-items: center; width: 90px; height: 90px; margin-bottom: 24px; color: var(--yellow); background: var(--ink); font-family: var(--display); font-size: 4rem; font-weight: 900; }
.empty-state h2, .empty-state h3 { margin-bottom: 12px; text-transform: uppercase; }
.empty-state p { max-width: 440px; color: var(--muted); }
.toast { position: fixed; z-index: 500; right: 24px; bottom: 24px; max-width: min(420px, calc(100vw - 48px)); padding: 14px 18px; color: var(--ink); background: var(--yellow); box-shadow: 0 15px 50px rgba(0,0,0,.25); font-size: .78rem; font-weight: 700; opacity: 0; transform: translateY(12px); transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: none; }

.page-hero, .catalog-hero, .coming-hero { position: relative; isolation: isolate; overflow: hidden; background-color: var(--ink); background-image: var(--hero-image); background-repeat: no-repeat; background-position: var(--hero-position, center); background-size: cover; }
.page-hero::before, .catalog-hero::before, .coming-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(17,18,18,.98) 0%, rgba(17,18,18,.9) 38%, rgba(17,18,18,.44) 61%, rgba(17,18,18,.08) 84%), linear-gradient(0deg, rgba(17,18,18,.5) 0%, transparent 56%); }
.page-hero::after, .catalog-hero::after, .coming-hero::after { content: ""; position: absolute; z-index: 2; right: var(--gutter); bottom: 0; width: clamp(92px, 14vw, 220px); height: 7px; background: var(--yellow); }
.page-hero > *, .catalog-hero > *, .coming-hero > * { position: relative; z-index: 1; }
.page-hero { min-height: 650px; display: flex; flex-direction: column; justify-content: end; padding: clamp(90px, 11vw, 170px) var(--gutter) 80px; color: var(--white); }
.page-hero__code { margin-bottom: 40px; color: var(--yellow); }
.page-hero h1 { max-width: min(880px, 67vw); margin-bottom: 30px; text-transform: uppercase; }
.page-hero > p:last-child { max-width: 610px; color: rgba(255,255,255,.72); font-size: 1rem; }
.page-hero--about { --hero-image: url("../images/banners/hero-about.webp"); }
.page-hero--news { --hero-image: url("../images/banners/hero-news.webp"); }
.page-hero--contact { --hero-image: url("../images/banners/hero-contact.webp"); }
.about-story { display: grid; grid-template-columns: .25fr 1fr 1fr; gap: 54px; padding: var(--section) var(--gutter); }
.about-story__number { color: #c9c5b9; font-family: var(--display); font-size: 5rem; font-weight: 900; line-height: 1; }
.about-story h2 { text-transform: uppercase; }
.about-story__text { max-width: 560px; padding-top: 40px; color: var(--muted); }
.principles__grid { max-width: var(--container); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.principles__grid article { min-height: 330px; padding: 34px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.principles__grid article > span { color: var(--yellow); font-family: var(--display); }
.principles__grid h3 { margin-top: 110px; font-size: 2.2rem; text-transform: uppercase; }
.principles__grid p { color: rgba(255,255,255,.56); }
.process-list { max-width: var(--container); margin: auto; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.process-list li { display: grid; grid-template-columns: .25fr 1fr; align-items: center; min-height: 170px; border-bottom: 1px solid var(--ink); }
.process-list li > span { font-family: var(--display); font-size: 3rem; font-weight: 800; }
.process-list li > div { display: grid; grid-template-columns: .7fr 1fr; align-items: center; gap: 30px; }
.process-list h3 { margin: 0; font-size: 2rem; text-transform: uppercase; }
.process-list p { max-width: 500px; margin: 0; color: var(--muted); }
.about-closing { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; padding: 90px var(--gutter); background: var(--yellow); }
.about-closing h2 { max-width: 900px; margin: 0; text-transform: uppercase; }
.about-closing > div:last-child { display: flex; align-items: center; gap: 24px; }

.catalog-hero { --hero-image: url("../images/banners/hero-products.webp"); display: flex; align-items: end; min-height: 570px; padding: 110px var(--gutter) 74px; color: var(--white); }
.catalog-hero > div { width: min(690px, 58vw); }
.catalog-hero h1 { margin: 0; text-transform: uppercase; }
.catalog-hero > div > p { max-width: 540px; margin: 26px 0 0; color: rgba(255,255,255,.72); }
.catalog-toolbar { position: sticky; z-index: 70; top: 78px; display: grid; grid-template-columns: minmax(320px, 1fr) auto; align-items: center; gap: 28px; min-height: 82px; padding: 14px var(--gutter); border-bottom: 1px solid var(--ink); background: var(--paper); }
.catalog-search { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; width: min(680px, 100%); height: 50px; padding: 0 8px 0 14px; border: 1px solid var(--ink); background: var(--white); transition: box-shadow .18s var(--ease); }
.catalog-search:focus-within { box-shadow: inset 0 -3px 0 var(--yellow); }
.catalog-search input { width: 100%; height: 100%; padding: 0; border: 0; outline: 0; background: transparent; }
.catalog-search input::placeholder { color: #676661; opacity: 1; }
.catalog-search input::-webkit-search-cancel-button { display: none; }
.catalog-search__clear { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; color: var(--ink); background: transparent; }
.catalog-search__clear:hover { background: var(--yellow); }
.catalog-search__clear .icon { width: 17px; height: 17px; }
.catalog-toolbar__actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.catalog-sort { display: flex; align-items: center; gap: 10px; }
.catalog-sort label { font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.catalog-sort select, .news-tools select { height: 44px; padding: 0 36px 0 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); }
.catalog-toolbar__actions > strong { min-width: 88px; font-family: var(--display); font-size: 1rem; text-align: right; text-transform: uppercase; white-space: nowrap; }
.filter-count { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; color: var(--ink); background: var(--yellow); font: 800 .65rem/1 var(--body); }
.filter-chips { min-height: 55px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 9px var(--gutter); border-bottom: 1px solid var(--ink); background: #e8e4da; }
.filter-chips__label { margin-right: 4px; font-family: var(--display); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.filter-chips button { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 6px 10px; border: 1px solid var(--ink); background: var(--paper); font-size: .68rem; }
.filter-chips button:not(.filter-reset):hover { background: var(--yellow); }
.filter-chips button .icon { width: 14px; height: 14px; }
.filter-chips .filter-reset { color: var(--white); background: var(--ink); }
.catalog-layout { display: grid; grid-template-columns: 310px minmax(0, 1fr); align-items: start; background: var(--ink); }
.filter-backdrop { display: none; }
.filter-shell { position: sticky; top: 160px; max-height: calc(100svh - 160px); padding: 0 24px 24px; color: var(--ink); background: var(--paper); overflow-y: auto; scrollbar-color: var(--ink) #d6d2c8; scrollbar-width: thin; }
.filter-shell__top { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 72px; margin: 0 -24px; padding: 16px 24px; border-bottom: 1px solid var(--ink); background: var(--paper); }
.filter-shell__top h2 { margin: 0; font-size: 1.65rem; text-transform: uppercase; }
.filter-shell__top-actions { display: flex; align-items: center; gap: 10px; }
.filter-clear-inline { padding: 5px 0; border: 0; border-bottom: 1px solid currentColor; color: var(--ink); background: transparent; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.filter-shell__close { display: none; }
.price-filter { padding: 22px 0 24px; border-bottom: 1px solid var(--line); }
.price-filter h3 { margin-bottom: 14px; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.price-filter > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.price-filter label { color: var(--muted); font-size: .57rem; font-weight: 700; text-transform: uppercase; }
.price-filter input { width: 100%; height: 44px; margin-top: 5px; padding: 0 9px; border: 1px solid var(--line); background: var(--white); }
.price-filter input:focus { outline: 0; box-shadow: inset 0 -3px 0 var(--yellow); border-color: var(--ink); }
.filter-group { border-bottom: 1px solid var(--line); }
.filter-group summary { display: flex; justify-content: space-between; align-items: center; min-height: 56px; font-family: var(--display); font-size: .9rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; list-style: none; }
.filter-group summary::-webkit-details-marker { display: none; }
.filter-group summary > span:last-child { display: grid; place-items: center; transition: transform .2s var(--ease); }
.filter-group[open] summary .icon { transform: rotate(180deg); }
.filter-group__title { display: flex; align-items: center; gap: 8px; }
.filter-group__title small { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; color: var(--ink); background: var(--yellow); font: 800 .6rem/1 var(--body); }
.filter-options { padding: 0 0 15px; }
.filter-options label { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; align-items: center; gap: 8px; min-height: 38px; padding: 2px 8px; cursor: pointer; transition: background .16s; }
.filter-options label:hover { background: var(--white); }
.filter-options label:has(input:checked) { background: var(--yellow); }
.filter-options label:has(input:disabled) { cursor: not-allowed; opacity: .42; }
.filter-options input { width: 17px; height: 17px; margin: 0; accent-color: var(--ink); }
.filter-options span { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.filter-options input:checked + span { font-weight: 700; }
.filter-options small { color: var(--muted); font-size: .58rem; }
.filter-options label:has(input:checked) small { color: var(--ink); }
.filter-shell__footer { display: none; }
.catalog-grid { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 0; }
.catalog-grid.catalog-grid--single { grid-template-columns: minmax(0, 520px); }
.catalog-grid.catalog-grid--pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.products-empty { min-height: 650px; }

.product-detail { padding: 34px var(--gutter) var(--section); background: var(--paper); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; max-width: var(--container); margin: 0 auto 30px; color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; }
.product-detail__layout { max-width: var(--container); margin: auto; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); gap: clamp(42px, 7vw, 110px); }
.product-gallery__main { position: relative; width: 100%; aspect-ratio: .92; padding: 0; border: 0; background: var(--ink); overflow: hidden; }
.product-gallery__main > img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__zoom { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 8px 11px; color: var(--ink); background: var(--yellow); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.product-gallery__rail { display: flex; align-items: center; gap: 16px; margin-top: 12px; }
.product-gallery__rail button { width: 54px; height: 48px; border: 1px solid var(--ink); background: var(--yellow); font-family: var(--display); font-weight: 800; }
.product-gallery__rail span { color: var(--muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.product-detail__info { align-self: start; position: sticky; top: 115px; padding-top: 10px; }
.product-detail__status { display: flex; justify-content: space-between; margin-bottom: 32px; padding-bottom: 12px; border-bottom: 1px solid var(--ink); color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.product-detail__status span:first-child { color: #665b00; }
.product-detail__series { margin-bottom: 12px; color: #665b00; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-detail h1 { margin-bottom: 13px; font-size: clamp(3.8rem, 6vw, 6rem); text-transform: uppercase; }
.product-detail__character { color: var(--muted); text-transform: uppercase; }
.product-detail__price { margin: 25px 0; font-family: var(--display); font-size: 2.2rem; font-weight: 800; }
.product-detail__intro { color: var(--muted); }
.spec-list { margin: 32px 0; border-top: 1px solid var(--line); }
.spec-list div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .7rem; }
.spec-list dt { color: var(--muted); text-transform: uppercase; }
.spec-list dd { margin: 0; text-align: right; }
.product-detail__actions { display: flex; gap: 10px; margin: 28px 0; }
.detail-accordion { border-top: 1px solid var(--line); }
.detail-accordion:last-of-type { border-bottom: 1px solid var(--line); }
.detail-accordion summary { display: flex; justify-content: space-between; align-items: center; min-height: 52px; font-family: var(--display); font-weight: 800; text-transform: uppercase; cursor: pointer; list-style: none; }
.detail-accordion p { color: var(--muted); font-size: .75rem; }
.source-link, .source-note { display: flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--muted); font-size: .65rem; }
.source-link { text-decoration: underline; }
.lightbox { width: min(92vw, 980px); max-height: 92vh; background: var(--ink); }
.lightbox img { width: 100%; max-height: 90vh; object-fit: contain; }
.lightbox__close { position: absolute; z-index: 2; top: 12px; right: 12px; color: var(--ink); background: var(--yellow); }
.product-grid--related { grid-template-columns: repeat(3, 1fr); }
.related-section { padding: var(--section) var(--gutter); }

.news-tools { max-width: var(--container); margin: 0 auto 45px; display: grid; grid-template-columns: 1fr 280px auto; align-items: end; gap: 24px; }
.news-tools label > span { display: block; margin-bottom: 6px; font-size: .61rem; font-weight: 800; text-transform: uppercase; }
.news-tools input { width: 100%; height: 48px; padding: 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; }
.news-tools select { width: 100%; height: 48px; }
.news-tools strong { padding-bottom: 12px; font-family: var(--display); text-transform: uppercase; }
.news-grid--archive { grid-template-columns: repeat(3, 1fr); }
.news-grid--archive .news-card__body { min-height: 360px; display: flex; flex-direction: column; }

.article-hero { position: relative; min-height: min(760px, calc(100vh - 72px)); overflow: hidden; color: var(--white); background: var(--ink); }
.article-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.article-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,15,15,.9) 0%, rgba(14,15,15,.68) 47%, rgba(14,15,15,.18) 100%); }
.article-hero__content { position: relative; z-index: 1; min-height: inherit; display: flex; flex-direction: column; justify-content: space-between; padding: 28px var(--gutter) 72px; }
.article-hero__breadcrumbs { margin: 0; color: rgba(255,255,255,.68); }
.article-hero__breadcrumbs a { color: var(--white); }
.article-hero__copy { max-width: 900px; }
.article-hero__meta { display: flex; gap: 18px; margin-bottom: 20px; color: var(--yellow); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-hero h1 { max-width: 860px; margin-bottom: 24px; color: var(--white); font-size: clamp(3.3rem, 7.2vw, 6.9rem); line-height: .91; text-transform: uppercase; }
.article-hero__copy > p { max-width: 650px; color: rgba(255,255,255,.82); font-size: clamp(.95rem, 1.4vw, 1.1rem); line-height: 1.75; }
.article-detail__content { display: grid; grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr); gap: clamp(38px, 8vw, 140px); max-width: 1180px; margin: 0 auto; padding: clamp(70px, 10vw, 150px) var(--gutter); }
.article-detail__side { align-self: start; position: sticky; top: 106px; display: grid; gap: 18px; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.article-detail__side a { color: var(--ink); letter-spacing: 0; text-transform: none; }
.article-detail__body { max-width: 720px; }
.article-detail__lead { margin-bottom: 52px; font-family: var(--display); font-size: clamp(1.65rem, 3vw, 2.45rem); font-weight: 700; line-height: 1.12; }
.article-detail__body section + section { margin-top: 48px; }
.article-detail__body h2 { max-width: 630px; margin-bottom: 14px; font-size: clamp(2rem, 3.4vw, 3.1rem); line-height: .98; text-transform: uppercase; }
.article-detail__body p { max-width: 68ch; color: #4e4d48; font-size: 1rem; line-height: 1.9; }
.article-detail__note { margin-top: 52px; padding: 24px 0; border-top: 2px solid var(--yellow); border-bottom: 1px solid var(--ink); }
.article-detail__note p { max-width: 58ch; color: var(--ink); font-family: var(--display); font-size: 1.3rem; font-weight: 700; line-height: 1.2; }
.article-detail__product { display: grid; grid-template-columns: 154px minmax(0, 1fr); gap: 20px; align-items: stretch; margin-top: 52px; color: var(--ink); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.article-detail__product img { width: 100%; height: 154px; object-fit: cover; }
.article-detail__product > span { display: flex; flex-direction: column; justify-content: center; padding: 18px 18px 18px 0; }
.article-detail__product small { margin-bottom: 8px; color: var(--muted); font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-detail__product strong { font-family: var(--display); font-size: 1.65rem; line-height: .95; text-transform: uppercase; }
.article-detail__product em { margin-top: 15px; color: var(--ink); font-size: .7rem; font-style: normal; font-weight: 800; }
.article-detail__product:hover strong, .article-related-card:hover h3 { color: #776500; }
.article-related { padding: 0 var(--gutter) clamp(80px, 10vw, 150px); }
.article-related__heading { max-width: var(--container); display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 0 auto 28px; padding-top: 0; border-top: 1px solid var(--ink); }
.article-related__heading h2 { padding-top: 22px; font-size: clamp(3rem, 6vw, 5.5rem); text-transform: uppercase; }
.article-related__heading .text-link { margin-bottom: 12px; color: var(--ink); }
.article-related__grid { max-width: var(--container); display: grid; grid-template-columns: repeat(3, 1fr); margin: auto; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.article-related-card { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.article-related-card__media { display: block; aspect-ratio: 1.55; overflow: hidden; background: var(--ink); }
.article-related-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.article-related-card__media:hover img { transform: scale(1.045); }
.article-related-card > div { display: flex; min-height: 220px; flex-direction: column; padding: 22px; }
.article-related-card h3 { margin-bottom: 18px; font-size: clamp(1.55rem, 2.4vw, 2.2rem); line-height: .95; text-transform: uppercase; }
.article-related-card .text-link { margin-top: auto; color: var(--ink); }
.article-missing { min-height: 55vh; display: grid; place-content: center; justify-items: start; gap: 18px; padding: 120px var(--gutter); }
.article-missing h1 { font-size: clamp(3rem, 7vw, 6rem); text-transform: uppercase; }
.article-missing p { max-width: 480px; color: var(--muted); }

.coming-hero { --hero-image: url("../images/banners/hero-coming-soon.webp"); display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-content: center; gap: 26px 80px; min-height: 720px; padding: 100px var(--gutter) 84px; color: var(--white); }
.coming-hero > div:first-child, .coming-hero > .countdown--hero { grid-column: 1; }
.coming-hero h1 { margin-bottom: 30px; text-transform: uppercase; }
.coming-hero > div:first-child > p:last-child { max-width: 600px; color: rgba(255,255,255,.72); }
.countdown--hero { width: min(100%, 620px); max-width: none; margin: 8px 0 0; background: rgba(17,18,18,.72); }
.countdown--hero > span { min-height: 132px; color: var(--ink); }
.countdown--hero strong { font-size: clamp(3.5rem, 6vw, 6rem); }
.release-grid { max-width: var(--container); margin: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.release-card { display: flex; flex-direction: column; min-width: 0; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper); }
.release-card__media { position: relative; display: block; aspect-ratio: 16 / 10; color: var(--white); background: var(--ink); overflow: hidden; }
.release-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,18,18,.58), transparent 34%, transparent 60%, rgba(17,18,18,.82)); pointer-events: none; }
.release-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.012); transition: transform .5s var(--ease); }
.release-card__media:hover img, .release-card__media:focus-visible img { transform: scale(1.06); }
.release-card__media-top { position: absolute; z-index: 1; top: 18px; right: 18px; left: 18px; display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.release-card__index { padding: 4px 9px 2px; color: var(--ink); background: var(--yellow); font-family: var(--display); font-size: 1.7rem; font-weight: 900; line-height: 1; }
.release-card__status, .release-card__media-series { color: var(--white); font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.release-card__status { padding: 5px 8px; background: rgba(17,18,18,.78); }
.release-card__media-series { position: absolute; z-index: 1; right: 18px; bottom: 16px; left: 18px; }
.release-card__body { flex: 1; display: flex; flex-direction: column; align-items: start; min-height: 270px; padding: 24px 28px 28px; }
.release-card__date { width: 100%; display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.release-card__date span { text-align: right; }
.release-card h2 { margin: 22px 0 12px; font-size: clamp(2.2rem, 3vw, 3.25rem); text-transform: uppercase; }
.release-card h2 a:hover { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: .09em; text-underline-offset: .08em; }
.release-card p { max-width: 62ch; margin-bottom: 24px; color: var(--muted); font-size: .77rem; }
.release-card__actions { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.release-card__actions .text-link { color: var(--ink); font-size: .7rem; white-space: nowrap; }
.release-card__actions .button { flex: 0 0 auto; min-height: 44px; }

.contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; }
.contact-form { padding: var(--section) var(--gutter); }
.contact-form h2 { margin-bottom: 45px; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 20px; }
.form-grid label { display: block; font-size: .63rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.form-grid__full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 48px; margin-top: 7px; padding: 11px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; background: transparent; resize: vertical; }
.form-grid select { padding-right: 30px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { box-shadow: inset 0 -3px var(--yellow); }
.form-grid [aria-invalid="true"] { border-color: var(--danger); box-shadow: inset 0 -2px var(--danger); }
.field-error { display: block; min-height: 18px; margin-top: 4px; color: var(--danger); font-size: .62rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.contact-form .button { margin-top: 30px; }
.form-status { margin-top: 18px; color: #396d31; font-weight: 700; }
.contact-aside { display: flex; flex-direction: column; justify-content: center; padding: var(--section) clamp(28px, 5vw, 80px); color: var(--white); background: var(--ink); }
.contact-aside h2 { margin-bottom: 40px; font-size: clamp(2.7rem, 4vw, 4.5rem); text-transform: uppercase; }
.contact-aside dl { margin: 0; border-top: 1px solid var(--line-dark); }
.contact-aside dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line-dark); font-size: .68rem; }
.contact-aside dt { color: rgba(255,255,255,.45); text-transform: uppercase; }
.contact-aside dd { margin: 0; text-align: right; }
.contact-aside > p:last-child { margin-top: 35px; color: rgba(255,255,255,.45); font-size: .68rem; }
.faq-section { padding: var(--section) var(--gutter); }
.faq-list { max-width: var(--container); margin: auto; border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; min-height: 80px; font-family: var(--display); font-size: 1.5rem; font-weight: 700; text-transform: uppercase; list-style: none; cursor: pointer; }
.faq-list p { max-width: 720px; padding-bottom: 25px; color: rgba(255,255,255,.55); }

.compact-hero, .checkout-head { padding: 100px var(--gutter) 65px; color: var(--white); background: var(--ink); }
.compact-hero h1, .checkout-head h1 { margin-bottom: 18px; font-size: clamp(4rem, 7vw, 6rem); text-transform: uppercase; }
.compact-hero > p:last-child, .checkout-head > p:last-child { color: rgba(255,255,255,.55); }
.cart-page { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .38fr); align-items: start; min-height: 600px; padding: 60px var(--gutter) var(--section); gap: 50px; }
.cart-page__list { border-top: 1px solid var(--ink); }
.cart-page__list .cart-line { grid-template-columns: 150px 1fr auto; padding: 24px 0; }
.cart-page__list .cart-line__media { height: 150px; }
.cart-page__summary { position: sticky; top: 110px; padding: 30px; color: var(--white); background: var(--ink); }
.cart-page__summary > div { display: flex; justify-content: space-between; margin: 35px 0 15px; font-family: var(--display); font-size: 1.6rem; text-transform: uppercase; }
.cart-page__summary > p { color: rgba(255,255,255,.48); font-size: .68rem; }
.cart-page__summary .text-link { display: flex; margin: 18px auto 0; color: var(--white); }

.checkout-head { padding-bottom: 45px; }
.checkout-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0 var(--gutter); color: rgba(255,255,255,.42); background: var(--ink); list-style: none; }
.checkout-progress li { display: flex; align-items: center; gap: 10px; min-height: 74px; border-top: 1px solid var(--line-dark); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.checkout-progress li span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid currentColor; }
.checkout-progress li.is-active { color: var(--yellow); }
.checkout-progress li.is-complete { color: var(--white); }
.checkout-progress li.is-complete span { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .55fr); gap: 60px; padding: 70px var(--gutter) var(--section); }
.checkout-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.checkout-form > fieldset[data-step-panel] > legend { margin-bottom: 20px; font-family: var(--display); font-size: 3rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.checkout-panel-copy { max-width: 650px; margin: 0 0 34px; color: var(--muted); font-size: .78rem; line-height: 1.7; }
.checkout-form .form-grid label em { color: var(--muted); font-size: .7em; font-style: normal; font-weight: 600; letter-spacing: 0; text-transform: none; }
.phone-field { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 12px; margin-top: 7px; }
.phone-field select, .phone-field input { min-height: 48px; margin: 0; }
.shipping-methods, .payment-methods { margin: 42px 0 30px; padding: 0; border: 0; }
.shipping-methods > legend, .payment-methods > legend { margin-bottom: 14px; font-family: var(--body); font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.shipping-option { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 13px; align-items: center; min-height: 82px; padding: 15px 0; border-top: 1px solid var(--line); cursor: pointer; }
.shipping-option:last-of-type { border-bottom: 1px solid var(--line); }
.shipping-option input, .payment-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--ink); }
.shipping-option span { display: grid; gap: 5px; }
.shipping-option strong { font-family: var(--display); font-size: 1.25rem; line-height: 1; text-transform: uppercase; }
.shipping-option small { color: var(--muted); font-size: .66rem; font-weight: 600; }
.shipping-option b { font-family: var(--display); font-size: 1.15rem; white-space: nowrap; }
.billing-fields { margin-top: 26px; padding: 26px 0 0; border-top: 1px solid var(--ink); }
.payment-options { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.payment-option { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 7px 12px; align-content: center; min-height: 120px; padding: 22px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); cursor: pointer; }
.payment-option input { grid-row: span 2; align-self: center; }
.payment-option > span:last-child { color: var(--muted); font-size: .68rem; line-height: 1.5; }
.payment-option__brand { color: #003087; font-family: var(--body); font-size: 1.45rem; font-weight: 800; letter-spacing: -.04em; }
.payment-option__brand--visa { color: #172b85; font-family: var(--display); font-size: 1.7rem; letter-spacing: .02em; }
.payment-option:has(input:checked) { background: #f0df77; }
.payment-option:has(input:focus-visible), .shipping-option:has(input:focus-visible) { outline: 3px solid var(--yellow); outline-offset: -3px; }
.payment-panel { margin-bottom: 26px; padding: 28px; border-top: 3px solid var(--yellow); background: #e7e3d9; }
.payment-panel h2 { margin-bottom: 8px; font-size: 2rem; text-transform: uppercase; }
.payment-panel > p { max-width: 650px; margin-bottom: 22px; color: #4e4d48; font-size: .75rem; line-height: 1.65; }
.payment-panel .form-grid { margin-top: 24px; }
.checkout-actions { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--ink); }
.checkbox-row { display: flex !important; align-items: start; gap: 10px; cursor: pointer; }
.checkbox-row input { flex: 0 0 19px; width: 19px !important; min-height: 19px !important; margin: 2px 0 0 !important; accent-color: var(--ink); }
.checkbox-row span { font-size: .72rem; font-weight: 600; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.checkbox-row--confirm { padding: 22px; border: 1px solid var(--ink); }
.payment-notice { display: flex; gap: 20px; margin-bottom: 30px; padding: 26px; color: var(--ink); background: var(--yellow); }
.payment-notice > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 1.5rem; font-weight: 900; }
.payment-notice h2 { margin: 0 0 6px; font-size: 1.6rem; text-transform: uppercase; }
.payment-notice p { margin: 0; font-size: .72rem; }
.checkout-summary { position: sticky; top: 110px; padding: 32px; color: var(--white); background: var(--ink); }
.checkout-summary > h2 { margin-bottom: 25px; font-size: 2.5rem; text-transform: uppercase; }
.checkout-summary__item { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-top: 1px solid var(--line-dark); font-family: var(--display); font-size: 1rem; text-transform: uppercase; }
.checkout-summary__item span { max-width: 70%; }
.checkout-summary__item small { display: block; margin-top: 4px; color: rgba(255,255,255,.4); font-family: var(--body); font-size: .56rem; }
.checkout-summary__destination { display: grid; gap: 5px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); }
.checkout-summary__destination span, .checkout-summary__currency { color: rgba(255,255,255,.52); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkout-summary__destination strong { font-family: var(--display); font-size: 1.25rem; line-height: 1; text-transform: uppercase; }
.checkout-totals { margin: 28px 0 0; padding-top: 10px; border-top: 1px solid var(--yellow); }
.checkout-totals div { display: flex; justify-content: space-between; padding: 6px 0; font-size: .68rem; }
.checkout-totals dd { margin: 0; }
.checkout-totals__shipping dt small { display: block; margin-top: 3px; color: rgba(255,255,255,.45); font-size: .56rem; }
.checkout-totals__grand { margin-top: 10px; padding-top: 16px !important; border-top: 1px solid var(--line-dark); font-family: var(--display); font-size: 1.5rem !important; text-transform: uppercase; }
.checkout-summary__currency { margin: 22px 0 0; line-height: 1.55; }

.success-page { min-height: 740px; display: flex; flex-direction: column; align-items: start; justify-content: center; padding: 100px max(var(--gutter), calc((100vw - 1200px) / 2)); background: var(--yellow); }
.success-mark { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 32px; color: var(--yellow); background: var(--ink); font-size: 2.5rem; }
.success-page h1 { margin: 0 0 30px; text-transform: uppercase; }
.success-page > p:not(.page-hero__code) { max-width: 700px; }
.success-page dl { width: min(620px, 100%); margin: 35px 0; border-top: 1px solid var(--ink); }
.success-page dl div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--ink); }
.success-page dd { margin: 0; font-weight: 800; }
.success-page__actions { display: flex; align-items: center; gap: 24px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .header-search { justify-self: center; width: min(100%, 420px); }
  .series-grid { grid-template-columns: repeat(3, 1fr); }
  .series-card { min-height: 390px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto-section { grid-template-columns: .55fr 1.45fr; }
  .manifesto-section__index { display: none; }
  .product-rail { grid-auto-columns: 33.333%; }
  .release-grid { grid-template-columns: 1fr; }
  .news-grid--archive { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  :root { --section: 84px; }
  .announcement { justify-content: space-between; }
  .announcement p { display: none; }
  .site-header { min-height: 70px; padding-right: 12px; }
  .brand { width: 126px; }
  .brand img { width: auto; height: 62px; }
  .header-search { display: none; }
  .header-actions { justify-self: end; }
  .desktop-only { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero__copy { min-height: 660px; }
  .hero__stage { min-height: 72vw; }
  .hero__stage img { object-position: center; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .section-heading--split > p { margin-left: 0; }
  .series-grid { display: grid; grid-auto-columns: minmax(240px, 43vw); grid-template-columns: none; grid-auto-flow: column; overflow-x: auto; scroll-snap-type: x mandatory; }
  .series-card { min-height: 370px; scroll-snap-align: start; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-rail { grid-auto-columns: minmax(280px, 52%); }
  .manifesto-section { min-height: 560px; grid-template-columns: 1fr; }
  .manifesto-section__mark { position: absolute; right: -4%; bottom: 0; font-size: 380px; opacity: .09; }
  .release-feature { grid-template-columns: 1fr; }
  .release-feature__visual { min-height: 430px; }
  .news-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1.4fr .6fr; }
  .footer-lead { grid-column: 1 / -1; }
  .page-hero { min-height: 580px; }
  .about-story { grid-template-columns: 100px 1fr; }
  .about-story__text { grid-column: 2; padding: 0; }
  .principles__grid { grid-template-columns: 1fr; }
  .principles__grid article { min-height: 240px; }
  .principles__grid h3 { margin-top: 60px; }
  .process-list li > div { grid-template-columns: 1fr; gap: 8px; }
  .about-closing { grid-template-columns: 1fr; }
  .page-hero, .catalog-hero, .coming-hero { --hero-position: 70% center; }
  .page-hero::before, .catalog-hero::before, .coming-hero::before { background: linear-gradient(90deg, rgba(17,18,18,.97) 0%, rgba(17,18,18,.88) 56%, rgba(17,18,18,.48) 100%), linear-gradient(0deg, rgba(17,18,18,.58) 0%, transparent 62%); }
  .page-hero h1 { max-width: 760px; }
  .catalog-hero { min-height: 560px; }
  .catalog-hero > div { width: min(680px, 82vw); }
  .catalog-toolbar { top: 70px; grid-template-columns: minmax(220px, 1fr) auto; gap: 12px; }
  .button--filter { display: inline-flex; }
  .catalog-sort label { display: none; }
  .catalog-toolbar__actions { gap: 10px; }
  .catalog-toolbar__actions > strong { min-width: 76px; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filter-backdrop { position: fixed; z-index: 200; inset: 0; display: block; border: 0; background: rgba(0,0,0,.7); opacity: 0; visibility: hidden; transition: opacity .25s var(--ease), visibility .25s; }
  .filter-backdrop.is-open { opacity: 1; visibility: visible; }
  .filter-shell { position: fixed; z-index: 210; inset: 0 0 0 auto; width: min(94vw, 420px); max-height: 100svh; padding: 0 24px 24px; box-shadow: -20px 0 60px rgba(0,0,0,.32); transform: translateX(105%); visibility: hidden; transition: transform .3s var(--ease), visibility .3s; }
  .filter-shell.is-open { transform: none; }
  .filter-shell.is-open { visibility: visible; }
  .filter-shell__top { min-height: 76px; }
  .filter-shell__top h2 { margin: 0; font-size: 2.4rem; text-transform: uppercase; }
  .filter-shell__close { display: grid; }
  .filter-shell__footer { position: sticky; z-index: 2; bottom: -24px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; margin: 18px -24px -24px; padding: 14px 24px calc(14px + env(safe-area-inset-bottom)); border-top: 1px solid var(--ink); background: var(--paper); }
  .filter-shell__footer .button { min-width: 0; padding-right: 12px; padding-left: 12px; }
  .product-detail__layout { grid-template-columns: 1fr; }
  .product-detail__info { position: static; }
  .news-tools { grid-template-columns: 1fr 1fr; }
  .news-tools strong { grid-column: 1 / -1; }
  .article-detail__content { grid-template-columns: 1fr; gap: 32px; }
  .article-detail__side { position: static; grid-auto-flow: column; justify-content: space-between; align-items: center; }
  .article-related__grid { grid-template-columns: repeat(2, 1fr); }
  .coming-hero { grid-template-columns: 1fr; align-content: end; gap: 28px; min-height: 720px; }
  .coming-hero > div:first-child, .coming-hero > .countdown--hero { grid-column: 1; }
  .countdown--hero { width: min(100%, 610px); }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-aside { min-height: 520px; }
  .cart-page { grid-template-columns: 1fr; }
  .cart-page__summary { position: static; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { position: static; grid-row: 1; }
}

@media (max-width: 580px) {
  :root { --gutter: 18px; --section: 72px; }
  body { font-size: 14px; }
  h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero__copy { min-height: 610px; padding-top: 70px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%); }
  .hero__edition { margin-bottom: 45px; }
  .hero h1 { font-size: clamp(4rem, 18vw, 5.7rem); }
  .hero h1 em { display: block; width: fit-content; }
  .hero__actions, .about-closing > div:last-child, .success-page__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__stats { gap: 8px; }
  .hero__stats div { display: block; }
  .hero__stats dd { margin: 4px 0 0; }
  .hero__stage { min-height: 105vw; }
  .series-grid { grid-auto-columns: 79vw; }
  .product-grid, .catalog-grid, .product-grid--related { grid-template-columns: 1fr; }
  .product-card__body { min-height: 170px; }
  .product-rail { grid-auto-columns: 84%; }
  .manifesto-section { min-height: 650px; }
  .release-feature__visual { min-height: 350px; }
  .countdown > span { min-height: 84px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .footer-meta, .footer-bottom { display: block; }
  .footer-meta p, .footer-bottom p + p { margin-top: 10px; }
  .cart-line, .cart-page__list .cart-line { grid-template-columns: 92px 1fr; padding: 18px; }
  .cart-page__list .cart-line { padding-right: 0; padding-left: 0; }
  .cart-line__media, .cart-page__list .cart-line__media { height: 92px; }
  .cart-line__total { grid-column: 2; }
  .page-hero { min-height: 590px; padding-bottom: 55px; }
  .page-hero h1 { max-width: 100%; }
  .about-story { grid-template-columns: 1fr; gap: 20px; }
  .about-story__text { grid-column: 1; }
  .process-list li { grid-template-columns: 70px 1fr; }
  .about-closing { padding: 70px var(--gutter); }
  .catalog-hero { min-height: 570px; padding-top: 80px; }
  .catalog-hero > div { width: 100%; }
  .coming-hero { min-height: 700px; padding: 80px var(--gutter) 54px; }
  .countdown--hero strong { font-size: clamp(2.7rem, 14vw, 4rem); }
  .catalog-toolbar { grid-template-columns: 1fr; gap: 10px; padding: 12px var(--gutter); }
  .catalog-search { width: 100%; max-width: none; }
  .catalog-toolbar__actions { width: 100%; justify-content: space-between; gap: 8px; }
  .catalog-toolbar__actions > strong { min-width: auto; margin-left: auto; }
  .catalog-sort { margin-left: auto; }
  .catalog-sort select { max-width: 150px; }
  .filter-chips { overflow-x: auto; flex-wrap: nowrap; }
  .filter-chips__label { flex: 0 0 auto; }
  .filter-chips button { flex: 0 0 auto; }
  .catalog-grid.catalog-grid--single, .catalog-grid.catalog-grid--pair { grid-template-columns: 1fr; }
  .product-detail { padding-top: 20px; }
  .product-detail h1 { font-size: 3.9rem; }
  .product-gallery__main { aspect-ratio: .82; }
  .product-detail__actions { align-items: stretch; flex-direction: column; }
  .product-detail__actions .icon-button { width: 100%; }
  .news-tools { grid-template-columns: 1fr; }
  .news-tools strong { grid-column: 1; }
  .article-hero { min-height: 600px; }
  .article-hero__shade { background: linear-gradient(90deg, rgba(14,15,15,.88) 0%, rgba(14,15,15,.6) 100%); }
  .article-hero__content { padding-top: 20px; padding-bottom: 46px; }
  .article-hero h1 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
  .article-detail__content { padding-top: 68px; padding-bottom: 68px; }
  .article-detail__lead { margin-bottom: 38px; }
  .article-detail__body section + section { margin-top: 38px; }
  .article-detail__product { grid-template-columns: 112px minmax(0, 1fr); gap: 14px; }
  .article-detail__product img { height: 126px; }
  .article-detail__product strong { font-size: 1.35rem; }
  .article-related { padding-bottom: 78px; }
  .article-related__heading { align-items: start; flex-direction: column; gap: 4px; }
  .article-related__heading .text-link { margin-bottom: 20px; }
  .article-related__grid { grid-template-columns: 1fr; }
  .article-related-card > div { min-height: 190px; }
  .coming-hero { padding-top: 80px; }
  .countdown--hero > span { min-height: 110px; }
  .countdown--hero strong { font-size: 3.5rem; }
  .release-card__media { aspect-ratio: 16 / 10; }
  .release-card__body { min-height: 0; padding: 20px; }
  .release-card h2 { margin-top: 22px; }
  .release-card__actions { align-items: stretch; flex-direction: column; }
  .release-card__actions .button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: 1; }
  .contact-form { padding-right: var(--gutter); padding-left: var(--gutter); }
  .faq-list summary { gap: 20px; font-size: 1.2rem; }
  .compact-hero, .checkout-head { padding-top: 75px; }
  .cart-page { padding-top: 32px; gap: 30px; }
  .checkout-progress { padding: 0 10px; }
  .checkout-progress li { justify-content: center; font-size: .58rem; }
  .checkout-progress li span { width: 26px; height: 26px; }
  .checkout-layout { padding-top: 35px; gap: 35px; }
  .checkout-actions { gap: 10px; }
  .checkout-actions .button { flex: 1; padding: 10px; }
  .phone-field { grid-template-columns: 104px minmax(0, 1fr); }
  .payment-options { grid-template-columns: 1fr; }
  .payment-option { min-height: 102px; }
  .shipping-option { grid-template-columns: 20px minmax(0, 1fr); }
  .shipping-option b { grid-column: 2; }
  .payment-panel { padding: 22px 18px; }
  .success-page { min-height: 650px; }
}

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