:root {
  --black: #070306;
  --black-soft: #11070c;
  --ink: #1d080e;
  --red: #b7082d;
  --red-deep: #71051f;
  --red-hot: #ec1838;
  --orange: #ff4c16;
  --gold: #ffd26d;
  --blue: #25a8df;
  --cream: #fff5e5;
  --paper: #f4dfbd;
  --white: #fffdf7;
  --muted: #b39aa2;
  --line: rgba(255, 245, 229, .18);
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --shell: min(1440px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--cream); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 12px 16px; background: var(--gold); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 80; border-bottom: 1px solid transparent; background: linear-gradient(180deg, rgba(7,3,6,.92), rgba(7,3,6,.55), transparent); transition: background .2s ease, border-color .2s ease; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(7,3,6,.95); backdrop-filter: blur(16px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; }
.brand-monogram { width: 48px; height: 48px; display: grid; place-items: center; clip-path: polygon(12% 0,100% 0,88% 100%,0 100%); background: linear-gradient(135deg,var(--orange),var(--red)); color: #fff; font-family: var(--display); font-size: 22px; font-weight: 900; letter-spacing: -.05em; box-shadow: 0 0 30px rgba(236,24,56,.24); }
.brand-copy { display: grid; line-height: .95; }
.brand-copy strong { font-family: var(--display); font-size: 18px; letter-spacing: .05em; }
.brand-copy span { margin-top: 5px; color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .28em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px,2.5vw,40px); }
.site-nav a { position: relative; color: #d5c4c8; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.nav-domain)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-nav a:hover,.site-nav a:focus-visible { color: #fff; }
.site-nav a:hover::after,.site-nav a:focus-visible::after { right: 0; }
.site-nav .nav-domain { padding: 12px 16px; clip-path: polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%); background: var(--red); color: #fff; }
.site-nav .nav-basket { display: inline-flex; align-items: center; gap: 7px; }
.nav-basket span { min-width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 8px; letter-spacing: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--cream); transition: transform .2s ease, opacity .2s ease; }

/* Shared typography */
.section { padding: 130px 0; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-index { margin: 0; color: #8a7179; font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.manifesto h2,.keyart-copy h2,.section-title-row h2,.domain-callout h2,.page-hero h1,.product-detail-copy h1,.post-header h1,.legal-grid h1 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.035em; line-height: .82; text-transform: uppercase; }
.manifesto h2 em,.section-title-row h2 em,.page-hero h1 em { color: var(--red-hot); font-style: normal; }
.action { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 22px; border: 1px solid transparent; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.action:hover,.action:focus-visible { transform: translateY(-3px); }
.action-primary { clip-path: polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%); background: linear-gradient(135deg,var(--orange),var(--red-hot)); }
.action-ghost { border-color: rgba(255,255,255,.3); background: rgba(7,3,6,.38); }
.action-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* Homepage hero */
.brand-hero { position: relative; min-height: 930px; overflow: hidden; padding-top: 82px; background: radial-gradient(circle at 78% 45%,rgba(236,24,56,.28),transparent 29%), radial-gradient(circle at 12% 15%,rgba(170,0,75,.22),transparent 26%), linear-gradient(120deg,#050204 0%,#10040a 50%,#27020e 100%); }
.brand-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background: repeating-linear-gradient(90deg,transparent 0,transparent calc(8.333% - 1px),rgba(255,255,255,.04) 8.333%); }
.hero-noise { position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(circle at 10% 20%,var(--red-hot) 0 1px,transparent 2px),radial-gradient(circle at 80% 70%,var(--orange) 0 1px,transparent 2px); background-size: 47px 53px,71px 67px; mask-image: linear-gradient(to bottom,#000,transparent 82%); }
.hero-slash { position: absolute; width: 40vw; height: 120%; top: -10%; transform: skewX(-17deg); border-left: 1px solid rgba(255,210,109,.16); border-right: 1px solid rgba(255,210,109,.08); }
.hero-slash-one { right: 9%; background: linear-gradient(180deg,rgba(183,8,45,.12),transparent 70%); }
.hero-slash-two { right: -27%; background: rgba(255,76,22,.04); }
.brand-hero-grid { position: relative; z-index: 2; min-height: 770px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 20px; }
.brand-hero-copy { position: relative; z-index: 3; padding: 70px 0 90px; }
.brand-hero-copy .eyebrow { display: flex; align-items: center; gap: 16px; color: #e3c3c9; }
.brand-hero-copy .eyebrow span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.22); }
.brand-hero-copy .eyebrow b { color: var(--gold); font-weight: 800; }
.brand-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(92px,10vw,168px); font-weight: 900; letter-spacing: -.055em; line-height: .73; text-transform: uppercase; }
.brand-hero h1 em { color: var(--orange); font-style: normal; text-shadow: 0 7px 0 var(--red-deep); }
.hero-intro { max-width: 620px; margin: 36px 0 34px; color: #d4c2c5; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-coordinate { margin-top: 28px; display: flex; align-items: center; gap: 14px; color: #856e75; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-coordinate button { padding: 0; border: 0; border-bottom: 1px solid rgba(255,210,109,.4); background: transparent; color: var(--gold); font-size: 10px; letter-spacing: .1em; cursor: pointer; }
.brand-hero-art { position: relative; min-height: 690px; display: grid; place-items: center; }
.brand-hero-art::before { content: ""; position: absolute; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle,rgba(255,76,22,.24),rgba(183,8,45,.08) 52%,transparent 68%); filter: blur(2px); }
.brand-hero-art img { position: relative; z-index: 2; width: min(60vw,920px); max-width: none; filter: drop-shadow(0 35px 40px rgba(0,0,0,.55)); transform: translateX(2%); }
.art-orbit { position: absolute; border: 1px solid rgba(255,210,109,.2); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; }
.orbit-two { width: 720px; height: 720px; border-style: dashed; opacity: .55; }
.art-caption { position: absolute; z-index: 3; right: 1%; bottom: 12%; display: flex; align-items: center; gap: 12px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.2); background: rgba(7,3,6,.72); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.art-caption span { color: var(--orange); font-family: var(--display); font-weight: 900; }
.art-caption p { margin: 0; color: #cbb9bd; }
.marquee { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: var(--red); transform: rotate(-1deg) scale(1.02); }
.marquee div { min-width: max-content; display: flex; align-items: center; gap: 32px; padding: 14px 0; animation: marquee 28s linear infinite; }
.marquee span { font-family: var(--display); font-size: 22px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.marquee i { color: var(--gold); font-style: normal; }

/* Manifesto */
.manifesto { position: relative; background: var(--cream); color: var(--ink); }
.manifesto::before { content: "HCMN"; position: absolute; top: 30px; right: 3vw; color: rgba(113,5,31,.045); font-family: var(--display); font-size: clamp(110px,18vw,300px); font-weight: 900; line-height: .8; }
.manifesto-heading { position: relative; display: grid; grid-template-columns: 120px 1.35fr .65fr; gap: 55px; align-items: end; }
.manifesto .section-index { align-self: start; color: #a77876; }
.manifesto h2 { font-size: clamp(72px,8vw,126px); }
.manifesto-intro { margin: 0 0 9px; color: #684c50; font-size: 15px; line-height: 1.75; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 80px; border: 1px solid rgba(29,8,14,.17); }
.pillar-card { position: relative; min-height: 410px; padding: 34px; border-right: 1px solid rgba(29,8,14,.17); overflow: hidden; }
.pillar-card:last-child { border-right: 0; }
.pillar-card>span { color: #ad7d76; font-family: var(--display); font-size: 11px; font-weight: 900; }
.pillar-glyph { width: 105px; height: 105px; display: grid; place-items: center; margin: 50px 0; clip-path: polygon(15% 0,100% 0,85% 100%,0 100%); background: var(--red); color: #fff; font-family: var(--display); font-size: 72px; font-weight: 900; transform: rotate(-4deg); }
.pillar-glyph.glyph-gold { background: var(--gold); color: var(--ink); transform: rotate(3deg); }
.pillar-glyph.glyph-blue { background: var(--blue); transform: rotate(-2deg); }
.pillar-card h3 { margin: 0 0 13px; font-family: var(--display); font-size: 43px; line-height: 1; text-transform: uppercase; }
.pillar-card p { max-width: 300px; margin: 0; color: #705157; font-size: 13px; line-height: 1.65; }

/* Key art */
.keyart-section { position: relative; overflow: hidden; padding: 130px 0; background: #21050d; }
.keyart-backdrop { position: absolute; inset: 0; opacity: .38; background: radial-gradient(circle at 20% 70%,rgba(255,76,22,.28),transparent 35%),repeating-linear-gradient(135deg,transparent 0,transparent 80px,rgba(255,255,255,.025) 81px); }
.keyart-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: center; }
.keyart-window { position: relative; padding: 12px; clip-path: polygon(20px 0,100% 0,calc(100% - 20px) 100%,0 100%); background: linear-gradient(135deg,var(--orange),var(--red)); box-shadow: 0 40px 80px rgba(0,0,0,.4); }
.keyart-window::before { content: "THE HARDCORE MINECRAFT NETWORK"; position: absolute; z-index: 2; left: -10px; top: 50%; translate: -50% -50%; writing-mode: vertical-rl; color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.keyart-window img { width: 100%; aspect-ratio: 1.414/1; object-fit: cover; }
.keyart-copy h2 { font-size: clamp(70px,7vw,112px); }
.keyart-copy>p:not(.eyebrow,.section-index) { margin: 30px 0; color: #c8adb3; font-size: 15px; line-height: 1.75; }
.keyart-links { display: grid; border-top: 1px solid var(--line); }
.keyart-links a { display: flex; align-items: center; justify-content: space-between; min-height: 63px; border-bottom: 1px solid var(--line); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.keyart-links a span { color: var(--orange); font-size: 20px; }

/* News signal */
.signal-section { background: var(--black); }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.section-title-row h2 { font-size: clamp(72px,8vw,126px); }
.section-link { min-width: 155px; display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 2px solid var(--red-hot); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.signal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.signal-card,.signal-empty { position: relative; min-height: 410px; display: flex; flex-direction: column; padding: 32px; background: var(--black-soft); }
.signal-featured { background: linear-gradient(145deg,#2a0712,#14070c); }
.signal-meta { display: flex; justify-content: space-between; gap: 18px; color: #846c73; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.signal-meta span { color: var(--orange); }
.signal-card h3,.signal-empty h3 { margin: 72px 0 18px; font-family: var(--display); font-size: clamp(35px,3.1vw,52px); line-height: .96; text-transform: uppercase; }
.signal-card h3 a { text-decoration: none; }
.signal-card p,.signal-empty p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.signal-arrow { width: 43px; height: 43px; display: grid; place-items: center; margin-top: auto; border: 1px solid var(--line); color: var(--orange); text-decoration: none; }
.signal-card:hover .signal-arrow { border-color: var(--red-hot); background: var(--red-hot); color: #fff; }
.signal-empty { grid-column: 1/-1; align-items: flex-start; justify-content: center; background: linear-gradient(120deg,#14070c,#260610); }
.signal-empty>span,.store-empty>div>span { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.signal-empty h3 { max-width: 720px; margin: 25px 0 14px; font-size: clamp(44px,5vw,78px); }
.signal-empty a { margin-top: 28px; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }

/* Store preview */
.store-preview { background: var(--paper); color: var(--ink); }
.store-preview .section-index { color: #ad7c6e; }
.store-preview .eyebrow { color: var(--red); }
.section-link-dark { color: var(--ink); }
.preview-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid rgba(29,8,14,.2); background: rgba(29,8,14,.2); }
.preview-product { background: #f9e8cb; }
.preview-product>a { min-height: 300px; display: grid; place-items: center; overflow: hidden; background: #17070c; text-decoration: none; }
.preview-product>a img { width: 100%; height: 300px; object-fit: cover; transition: transform .35s ease; }
.preview-product:hover>a img { transform: scale(1.03); }
.preview-product-mark { display: grid; place-items: center; width: 120px; height: 120px; clip-path: polygon(15% 0,100% 0,85% 100%,0 100%); background: var(--red); color: #fff; font-family: var(--display); font-size: 58px; font-weight: 900; }
.preview-product>div { min-height: 180px; padding: 25px; }
.preview-product>div>span { color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.preview-product h3 { margin: 15px 0 20px; font-family: var(--display); font-size: 34px; text-transform: uppercase; }
.preview-product h3 a { text-decoration: none; }
.preview-product strong { font-family: var(--display); font-size: 28px; }
.store-empty { grid-column: 1/-1; min-height: 360px; display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 55px; padding: 55px; background: #f9e8cb; }
.store-empty-mark { width: 190px; height: 190px; display: grid; place-items: center; clip-path: polygon(14% 0,100% 0,86% 100%,0 100%); background: linear-gradient(135deg,var(--orange),var(--red)); color: #fff; font-family: var(--display); font-size: 90px; font-weight: 900; transform: rotate(-3deg); }
.store-empty h3 { max-width: 760px; margin: 20px 0 14px; font-family: var(--display); font-size: clamp(45px,5vw,76px); line-height: .92; text-transform: uppercase; }
.store-empty p { margin: 0; color: #735158; line-height: 1.7; }

/* Domain callout */
.domain-callout { position: relative; overflow: hidden; padding: 110px 0; background: linear-gradient(125deg,var(--orange),var(--red-hot) 42%,var(--red-deep)); color: #fff; }
.domain-rays { position: absolute; inset: -50%; background: repeating-conic-gradient(from 10deg at 50% 50%,rgba(255,255,255,.07) 0 4deg,transparent 4deg 14deg); }
.domain-callout-inner { position: relative; text-align: center; }
.domain-callout img { width: min(420px,60vw); max-height: 250px; margin: 0 auto 25px; object-fit: contain; filter: drop-shadow(0 20px 25px rgba(70,0,15,.35)); }
.domain-callout p { margin: 0; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.domain-callout h2 { margin: 20px 0 30px; font-size: clamp(60px,9vw,140px); overflow-wrap: anywhere; }
.domain-callout button { min-height: 52px; display: inline-flex; align-items: center; gap: 25px; padding: 0 20px; border: 2px solid #fff; background: transparent; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.domain-callout button:hover { background: #fff; color: var(--red); }

/* Interior pages */
.interior-page { background: var(--black); }
.page-hero { position: relative; min-height: 620px; display: flex; align-items: end; overflow: hidden; padding: 170px 0 85px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 50%,rgba(236,24,56,.27),transparent 27%),linear-gradient(120deg,#090305,#240710); }
.page-hero::after { content: "HC"; position: absolute; right: 3vw; bottom: -13%; color: rgba(255,255,255,.035); font-family: var(--display); font-size: 450px; font-weight: 900; line-height: .8; }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero h1 { max-width: 980px; font-size: clamp(82px,10vw,155px); }
.page-hero p:last-child { max-width: 650px; margin: 34px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; }
.filter-row a { padding: 10px 14px; border: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.filter-row a:hover,.filter-row a.is-active { border-color: var(--orange); background: var(--orange); color: #fff; }
.filter-row-secondary { margin-top: -26px; }
.product-type-badge { position: absolute; top: 15px; left: 15px; padding: 8px 10px; background: rgba(8,3,5,.88); color: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.product-price small,.product-detail-price small { display: block; color: #806970; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.product-card { background: var(--black-soft); }
.product-image { position: relative; min-height: 350px; display: grid; place-items: center; overflow: hidden; background: #16060b; text-decoration: none; }
.product-image img { width: 100%; height: 350px; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.03); }
.product-placeholder { width: 130px; height: 130px; display: grid; place-items: center; clip-path: polygon(15% 0,100% 0,85% 100%,0 100%); background: linear-gradient(135deg,var(--orange),var(--red)); color: #fff; font-family: var(--display); font-size: 62px; font-weight: 900; }
.product-badge { position: absolute; top: 18px; left: 18px; padding: 8px 10px; background: var(--gold); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-card-body { min-height: 270px; display: flex; flex-direction: column; padding: 26px; }
.product-category { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-card h2 { margin: 15px 0 12px; font-family: var(--display); font-size: 35px; line-height: .98; text-transform: uppercase; }
.product-card h2 a { text-decoration: none; }
.product-card-body>p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.product-card-bottom { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 25px; }
.product-price { display: flex; align-items: baseline; gap: 9px; }
.product-price s { color: #765f66; font-size: 10px; }
.product-price strong { font-family: var(--display); font-size: 29px; }
.product-card-actions { display: flex; align-items: center; gap: 9px; }
.product-card-actions>a,.product-card-actions button { min-height: 34px; display: inline-flex; align-items: center; gap: 8px; padding: 0 10px; border: 1px solid var(--line); background: transparent; color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.product-card-actions button { border-color: var(--orange); background: var(--orange); color: #fff; }
.product-card-actions button:hover,.product-card-actions button:focus-visible { background: var(--red-hot); }
.empty-state { min-height: 410px; display: grid; align-content: center; justify-items: center; padding: 50px; border: 1px solid var(--line); text-align: center; background: linear-gradient(120deg,#12060a,#220710); }
.empty-state>span { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.empty-state h2 { margin: 22px 0 12px; font-family: var(--display); font-size: clamp(45px,5vw,75px); text-transform: uppercase; }
.empty-state p { max-width: 550px; margin: 0; color: var(--muted); line-height: 1.7; }
.product-detail { padding-top: 165px; }
.product-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: start; }
.product-detail-media { position: sticky; top: 120px; min-height: 650px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); background: #16060b; }
.product-detail-media img { width: 100%; min-height: 650px; object-fit: cover; }
.back-link { display: inline-block; margin-bottom: 55px; color: #8e747b; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.product-detail-copy h1 { font-size: clamp(68px,7vw,112px); }
.product-summary { margin: 30px 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.product-detail-price { display: flex; align-items: baseline; gap: 15px; margin: 25px 0 16px; }
.product-detail-price s { color: #765f66; }
.product-detail-price strong { color: var(--gold); font-family: var(--display); font-size: 48px; }
.product-quantity { display: grid; gap: 8px; max-width: 180px; margin: 22px 0; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-quantity input { min-height: 45px; padding: 0 13px; border: 1px solid var(--line); background: #0d0508; color: #fff; }
.subscription-terms { margin: 20px 0; padding: 17px; border-left: 3px solid var(--gold); background: rgba(255,210,109,.06); color: var(--muted); font-size: 10px; line-height: 1.65; }
.stock-state { display: inline-flex; margin-bottom: 38px; padding: 8px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.stock-available { border-color: rgba(255,210,109,.4); color: var(--gold); }
.stock-sold_out { border-color: rgba(236,24,56,.4); color: var(--red-hot); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 22px; border: 0; background: linear-gradient(135deg,var(--orange),var(--red)); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.button.is-disabled { opacity: .48; }
.product-add-form { margin: 0; }
.product-add-form .button { cursor: pointer; }
.purchase-note { color: #765f66; font-size: 10px; line-height: 1.6; }
.rich-content { color: #cfbfc3; font-size: 15px; line-height: 1.85; }
.rich-content h2,.rich-content h3,.rich-content h4 { margin: 1.6em 0 .6em; color: var(--cream); font-family: var(--display); line-height: 1; text-transform: uppercase; }
.rich-content h2 { font-size: 48px; }.rich-content h3 { font-size: 36px; }.rich-content h4 { font-size: 27px; }
.rich-content a { color: var(--gold); }
.rich-content blockquote { margin: 2em 0; padding: 5px 0 5px 23px; border-left: 4px solid var(--orange); color: var(--cream); font-family: var(--display); font-size: 29px; line-height: 1.25; text-transform: uppercase; }
.rich-content pre { overflow-x: auto; padding: 20px; border: 1px solid var(--line); background: #040203; }
.product-detail-copy .rich-content { margin-bottom: 38px; }

/* Basket and Stripe checkout */
.basket-hero { min-height: 520px; }
.basket-section { background: linear-gradient(180deg,#090305,#050203); }
.store-flash { margin-bottom: 20px; padding: 15px 18px; border: 1px solid var(--line); color: var(--cream); font-size: 12px; line-height: 1.5; }
.store-flash-success { border-color: rgba(255,210,109,.45); background: rgba(255,210,109,.08); }
.store-flash-error { border-color: rgba(236,24,56,.55); background: rgba(236,24,56,.1); }
.basket-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); gap: 55px; align-items: start; }
.basket-heading { min-height: 55px; display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line); color: #8c7279; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.basket-heading a { color: var(--gold); text-decoration: none; }
.basket-item { position: relative; display: grid; grid-template-columns: 145px minmax(0,1fr) auto; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.basket-item-image { width: 145px; height: 125px; display: grid; place-items: center; overflow: hidden; background: #18060b; text-decoration: none; }
.basket-item-image img { width: 100%; height: 100%; object-fit: cover; }
.basket-item-image>span { color: var(--orange); font-family: var(--display); font-size: 42px; font-weight: 900; }
.basket-item>div>span { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.basket-item h2 { margin: 10px 0 8px; font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.basket-item h2 a { text-decoration: none; }
.basket-item p { max-width: 550px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.basket-item>strong { color: var(--gold); font-family: var(--display); font-size: 27px; }
.basket-item>strong small { display: block; color: #806970; font-family: var(--sans); font-size: 7px; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.basket-quantity { position: static!important; display: flex; align-items: end; gap: 8px; margin-top: 14px; }
.basket-quantity label { display: grid; gap: 5px; color: #806970; font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.basket-quantity input { width: 74px; min-height: 36px; padding: 0 10px; border: 1px solid var(--line); background: #0d0508; color: #fff; }
.basket-quantity button { min-height: 36px; padding: 0 12px!important; border: 1px solid var(--line)!important; color: var(--gold)!important; }
.basket-fixed-quantity { display: block; margin-top: 12px; color: #806970; font-size: 8px; }
.recurring-notice { padding: 15px; border: 1px solid rgba(255,210,109,.22); background: rgba(255,210,109,.05); color: var(--muted); font-size: 9px; line-height: 1.65; }
.basket-item>form { position: absolute; right: 0; bottom: 22px; }
.basket-item>form button { padding: 0; border: 0; border-bottom: 1px solid rgba(236,24,56,.4); background: none; color: #9b6b75; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.basket-summary { position: sticky; top: 115px; padding: 36px; border: 1px solid var(--line); background: linear-gradient(145deg,#230711,#100609); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.basket-summary h2 { margin: 0 0 32px; font-family: var(--display); font-size: 55px; line-height: .86; text-transform: uppercase; }
.coupon-form { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.coupon-form label,.checkout-form label { display: flex; justify-content: space-between; margin-bottom: 10px; color: #a98f95; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.checkout-form label span { color: var(--orange); }
.coupon-form>div { display: grid; grid-template-columns: 1fr auto; }
.coupon-form input,.checkout-form input { min-width: 0; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; outline: none; background: #090305; color: #fff; font-size: 12px; }
.coupon-form input:focus,.checkout-form input:focus { border-color: var(--gold); }
.coupon-form button { padding: 0 15px; border: 0; background: var(--gold); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.applied-coupon { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 10px 12px; border: 1px solid rgba(255,210,109,.35); color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.applied-coupon button { padding: 0; border: 0; background: none; color: #b98d91; font-size: 8px; text-transform: uppercase; cursor: pointer; }
.basket-totals { display: grid; gap: 13px; margin: 28px 0; }
.basket-totals>div { display: flex; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 11px; }
.basket-totals dt,.basket-totals dd { margin: 0; }
.basket-totals .discount { color: var(--gold); }
.basket-totals .total { margin-top: 4px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--cream); font-family: var(--display); font-size: 28px; font-weight: 900; text-transform: uppercase; }
.checkout-form { display: grid; }
.checkout-form small { margin: 9px 0 19px; color: #785f66; font-size: 9px; line-height: 1.55; }
.stripe-checkout-button { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; clip-path: polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%); background: linear-gradient(135deg,var(--orange),var(--red-hot)); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.stripe-checkout-button:disabled { opacity: .45; cursor: not-allowed; }
.checkout-unavailable { margin: 12px 0 0; color: #dc7a84; font-size: 9px; line-height: 1.5; }
.stripe-note { margin: 22px 0 0; color: #756067; font-size: 9px; line-height: 1.65; }
.stripe-note strong { color: #aa9197; }
.order-success { min-height: 850px; display: flex; align-items: center; padding-top: 180px; background: radial-gradient(circle at 15% 45%,rgba(236,24,56,.2),transparent 30%),linear-gradient(120deg,#070204,#1c070e); }
.order-success-grid { display: grid; grid-template-columns: 1fr minmax(340px,.65fr); gap: 9vw; align-items: center; }
.order-success h1 { margin: 0; font-family: var(--display); font-size: clamp(80px,9vw,140px); font-weight: 900; letter-spacing: -.04em; line-height: .8; text-transform: uppercase; }
.order-success-grid>div>p:not(.eyebrow) { max-width: 620px; margin: 30px 0; color: var(--muted); line-height: 1.75; }
.order-receipt { padding: 36px; border: 1px solid var(--line); background: #0f0609; }
.order-receipt>span { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.order-receipt h2 { margin: 20px 0 3px; font-family: var(--display); font-size: 43px; text-transform: uppercase; }
.order-receipt>p { margin: 0 0 28px; color: #756067; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.receipt-items { display: grid; gap: 12px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.receipt-items>div,.receipt-discount,.receipt-total { display: flex; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 11px; }
.receipt-items small { display: block; margin-top: 4px; color: #806970; font-size: 8px; }
.success-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.billing-hero .action { margin-top: 28px; }
.portal-security-note { max-width: 620px; margin-top: 18px!important; color: #806970!important; font-size: 10px!important; }
.receipt-discount { padding: 18px 0 0; color: var(--gold); }
.receipt-total { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); color: #fff; font-family: var(--display); font-size: 27px; font-weight: 900; text-transform: uppercase; }
.order-receipt>small { display: block; margin-top: 24px; color: #745f65; font-size: 9px; line-height: 1.55; }

/* News and posts */
.news-list { border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 58px 145px 1fr 44px; gap: 28px; align-items: center; min-height: 210px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.news-row:hover { background: var(--black-soft); }
.news-row-index { color: var(--orange); font-family: var(--display); font-size: 12px; font-weight: 900; }
.news-row-meta { display: grid; gap: 8px; color: #806970; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-row-meta span { color: var(--gold); }
.news-row-copy h2 { margin: 0 0 12px; font-family: var(--display); font-size: clamp(33px,4vw,58px); line-height: .95; text-transform: uppercase; }
.news-row-copy h2 a { text-decoration: none; }
.news-row-copy p { max-width: 820px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.news-row-link { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--orange); text-decoration: none; }
.news-row:hover .news-row-link { border-color: var(--red-hot); background: var(--red-hot); color: #fff; }
.post-header { padding: 185px 0 85px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 40%,rgba(236,24,56,.23),transparent 28%),linear-gradient(120deg,#090305,#22070f); }
.post-header-inner { max-width: 1120px; }
.post-header h1 { max-width: 1100px; font-size: clamp(72px,9vw,138px); }
.post-subtitle { max-width: 820px; margin: 32px 0; color: var(--muted); font-size: 20px; line-height: 1.6; }
.post-byline { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 38px; color: #806970; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.post-cover { margin-top: 65px; }
.post-cover img { width: 100%; max-height: 720px; object-fit: cover; }
.post-body { max-width: 850px; padding-top: 80px; padding-bottom: 125px; }

/* Legal */
.legal-page { padding-top: 180px; }
.legal-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: start; }
.legal-grid>header { position: sticky; top: 125px; }
.legal-grid h1 { font-size: clamp(62px,7vw,105px); }
.legal-grid>header>p:last-child { color: var(--muted); line-height: 1.7; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.legal-nav a { padding: 10px 12px; border: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.legal-nav a:hover,.legal-nav a:focus-visible,.legal-nav a[aria-current="page"] { border-color: var(--orange); background: var(--orange); color: #fff; }
.legal-body { min-width: 0; }
.legal-summary { margin-bottom: 35px; padding: 28px 30px; border-left: 4px solid var(--orange); background: linear-gradient(120deg,#21070f,#13070b); }
.legal-summary span { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.legal-summary p { margin: 10px 0 0; color: #d2bec2; font-size: 14px; line-height: 1.75; }
.legal-content { border-top: 1px solid var(--line); }
.legal-content section { display: grid; grid-template-columns: 40px 1fr; gap: 23px; padding: 40px 0; border-bottom: 1px solid var(--line); }
.legal-content section>span { color: var(--orange); font-family: var(--display); font-weight: 900; }
.legal-content h2 { margin: 0 0 13px; font-family: var(--display); font-size: 34px; text-transform: uppercase; }
.legal-content p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.legal-content p+p { margin-top: 15px; }
.legal-content ul { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.legal-content li { position: relative; padding-left: 22px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.legal-content li::before { content: "◆"; position: absolute; left: 0; top: .2em; color: var(--orange); font-size: 8px; }
.legal-references { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.legal-references a { display: inline-flex; align-items: center; gap: 14px; padding: 10px 12px; border: 1px solid var(--line); color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.legal-references a:hover,.legal-references a:focus-visible { border-color: var(--gold); background: rgba(255,210,109,.08); }

/* Footer */
.site-footer { background: #050203; }
.footer-main { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; padding: 75px 0 65px; }
.footer-brand img { width: 260px; max-height: 145px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 360px; margin: 18px 0 0; color: #755f66; font-size: 12px; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.footer-links>div { display: grid; align-content: start; gap: 12px; }
.footer-links strong { margin-bottom: 8px; color: var(--cream); font-family: var(--display); font-size: 16px; letter-spacing: .06em; text-transform: uppercase; }
.footer-links a,.footer-links button { width: fit-content; padding: 0; border: 0; background: none; color: #755f66; font-size: 10px; text-decoration: none; cursor: pointer; }
.footer-links a:hover,.footer-links button:hover { color: var(--gold); }
.footer-disclaimer { display: grid; grid-template-columns: 220px 1fr; gap: 35px; padding: 25px 0; border-top: 1px solid var(--line); }
.footer-disclaimer strong { color: var(--gold); font-family: var(--display); font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.footer-disclaimer p { max-width: 900px; margin: 0; color: #68545a; font-size: 9px; line-height: 1.7; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #58464c; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; translate: -50% 150%; padding: 13px 17px; background: var(--gold); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 15px 45px rgba(0,0,0,.4); transition: translate .22s ease; }
.toast.is-visible { translate: -50% 0; }
.preview-banner { position: fixed; inset: 82px 0 auto; z-index: 60; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 22px; background: var(--orange); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.preview-banner a { border-bottom: 1px solid #fff; text-decoration: none; }
.preview-mode .post-header { padding-top: 230px; }

/* Motion */
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-mid { transition-delay: .1s; }.reveal-late { transition-delay: .2s; }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 50px, 1040px); }
  .brand-hero-grid { grid-template-columns: .95fr 1.05fr; }
  .brand-hero h1 { font-size: clamp(86px,11vw,125px); }
  .brand-hero-art img { width: min(66vw,760px); }
  .manifesto-heading { grid-template-columns: 80px 1.15fr .75fr; gap: 35px; }
  .keyart-grid { gap: 5vw; }
  .product-grid,.preview-product-grid { grid-template-columns: repeat(2,1fr); }
  .signal-grid { grid-template-columns: 1.3fr .7fr; }
  .signal-card:nth-child(3) { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 34px); }
  .header-inner { height: 72px; }
  .brand-copy { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 12px 18px 22px; border-bottom: 1px solid var(--line); background: rgba(7,3,6,.98); transform: translateY(-140%); visibility: hidden; transition: transform .22s ease,visibility .22s; }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav a { padding: 15px 8px; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .site-nav .nav-domain { margin-top: 10px; text-align: center; }
  .brand-hero { min-height: 1120px; padding-top: 72px; }
  .brand-hero-grid { display: flex; flex-direction: column; min-height: auto; }
  .brand-hero-copy { width: 100%; padding: 90px 0 10px; }
  .brand-hero h1 { font-size: clamp(82px,22vw,135px); }
  .brand-hero-art { width: 100%; min-height: 560px; }
  .brand-hero-art img { width: min(118vw,820px); }
  .art-caption { right: 0; bottom: 8%; }
  .orbit-one { width: 420px; height: 420px; }.orbit-two { width: 540px; height: 540px; }
  .manifesto-heading { grid-template-columns: 1fr; gap: 28px; }
  .manifesto h2,.section-title-row h2 { font-size: clamp(68px,16vw,100px); }
  .manifesto-intro { max-width: 620px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 320px; border-right: 0; border-bottom: 1px solid rgba(29,8,14,.17); }
  .pillar-card:last-child { border-bottom: 0; }
  .pillar-glyph { margin: 35px 0; }
  .keyart-grid { grid-template-columns: 1fr; gap: 70px; }
  .keyart-copy { max-width: 650px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-card:nth-child(3) { grid-column: auto; }
  .section-title-row { align-items: flex-start; flex-direction: column; }
  .store-empty { grid-template-columns: 170px 1fr; gap: 35px; padding: 38px; }
  .store-empty-mark { width: 150px; height: 150px; font-size: 70px; }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-detail-media { position: relative; top: auto; min-height: 480px; }
  .product-detail-media img { min-height: 480px; }
  .basket-grid,.order-success-grid { grid-template-columns: 1fr; }
  .basket-summary { position: relative; top: auto; }
  .news-row { grid-template-columns: 40px 1fr 42px; gap: 18px; padding: 32px 0; }
  .news-row-meta { grid-column: 2; grid-row: 1; }.news-row-copy { grid-column: 2; grid-row: 2; }.news-row-index { grid-row: 1/3; }.news-row-link { grid-column: 3; grid-row: 1/3; }
  .legal-grid { grid-template-columns: 1fr; gap: 60px; }.legal-grid>header { position: relative; top: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 55px; }
  .footer-disclaimer { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 26px); }
  .section { padding: 90px 0; }
  .brand-hero { min-height: 1000px; }
  .brand-hero-copy .eyebrow { align-items: flex-start; flex-direction: column; gap: 8px; }
  .brand-hero h1 { font-size: 76px; }
  .hero-intro { font-size: 14px; }
  .hero-actions { flex-direction: column; }.action { width: 100%; }
  .brand-hero-art { min-height: 470px; }.brand-hero-art img { width: 135vw; max-width: none; }.orbit-one { width: 320px;height:320px }.orbit-two{width:410px;height:410px}
  .marquee span { font-size: 18px; }
  .manifesto h2,.section-title-row h2 { font-size: 63px; }
  .keyart-section { padding: 90px 0; }.keyart-copy h2 { font-size: 65px; }
  .signal-card { min-height: 360px; padding: 25px; }
  .signal-card h3 { margin-top: 55px; font-size: 38px; }
  .store-empty { grid-template-columns: 1fr; padding: 30px; }.store-empty-mark { width: 125px;height:125px;font-size:58px }.store-empty h3{font-size:45px}
  .product-grid,.preview-product-grid { grid-template-columns: 1fr; }
  .domain-callout h2 { font-size: 55px; }
  .page-hero { min-height: 540px; padding-top: 140px; }.page-hero h1 { font-size: 73px; }
  .product-detail-media,.product-detail-media img { min-height: 380px; }.product-detail-copy h1{font-size:65px}
  .basket-item { grid-template-columns: 92px 1fr; gap: 18px; padding-bottom: 50px; }.basket-item-image{width:92px;height:92px}.basket-item>strong{grid-column:2}.basket-item>form{left:110px;right:auto;bottom:25px}.basket-summary{padding:26px}.order-success h1{font-size:72px}
  .news-row { grid-template-columns: 30px 1fr; }.news-row-link{display:none}.news-row-copy h2{font-size:36px}
  .post-header { padding-top: 145px; }.post-header h1{font-size:62px}
  .legal-page { padding-top: 145px; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .footer-bottom { align-items:flex-start;flex-direction:column;justify-content:center;gap:7px; }
}

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