@font-face { font-family: 'Anton'; src: url('fonts/Anton-Regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('fonts/Manrope-Regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('fonts/Manrope-Medium.ttf') format('truetype'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('fonts/Manrope-SemiBold.ttf') format('truetype'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('fonts/Manrope-Bold.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('fonts/Manrope-ExtraBold.ttf') format('truetype'); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --ink: #0D0F10;
  --sand: #EDE7DA;
  --red: #D33F2F;
  --green: #7C9A58;
  --paper: #F7F2E8;
  --muted: #BDB8AD;
  --line: rgba(13, 15, 16, .2);
  --display: 'Anton', Impact, sans-serif;
  --body: 'Manrope', 'Trebuchet MS', sans-serif;
  --pad: clamp(1rem, 4vw, 4rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.6; overflow-x: hidden; }
body.menu-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: .55; }
svg { width: 1.25rem; height: 1.25rem; }
::selection { background: var(--red); color: var(--paper); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem; background: var(--paper); color: var(--ink); font-weight: 800; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.toast { position: fixed; z-index: 1001; left: var(--pad); right: var(--pad); bottom: 1.25rem; padding: 1rem 1.15rem; background: var(--red); color: var(--paper); border-left: .45rem solid var(--ink); font-size: .82rem; font-weight: 800; transform: translateY(150%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }

.site-header { height: 5.25rem; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto auto; align-items: center; border-bottom: 1px solid rgba(237,231,218,.22); background: var(--ink); color: var(--sand); position: relative; z-index: 50; }
.brand { font-family: var(--display); font-size: 1.65rem; line-height: .8; letter-spacing: .02em; display: inline-flex; flex-direction: column; width: max-content; transform: skew(-7deg); }
.brand span:last-child { color: var(--red); margin-left: .7rem; }
.menu-toggle { border: 0; background: transparent; color: var(--sand); display: grid; place-items: center; width: 2.75rem; height: 2.75rem; }
.cart-link { display: flex; align-items: center; gap: .4rem; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cart-link > span:nth-child(2) { display: none; }
.cart-link b { display: grid; place-items: center; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: var(--red); color: var(--paper); font-size: .7rem; }
.main-nav { position: absolute; top: 100%; left: 0; width: 100%; min-height: calc(100vh - 5.25rem); padding: 2rem var(--pad); background: var(--ink); display: none; flex-direction: column; }
.main-nav.is-open { display: flex; }
.main-nav a { font-family: var(--display); font-size: clamp(2.8rem, 16vw, 5rem); line-height: 1.15; text-transform: uppercase; border-bottom: 1px solid rgba(237,231,218,.2); }
.main-nav a::before { content: '/'; color: var(--red); margin-right: .35em; }
.main-nav a[aria-current='page'] { color: var(--green); }

main { min-height: 55vh; }
.eyebrow { margin: 0 0 .7rem; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ''; display: inline-block; width: 2.4rem; border-top: 2px solid currentColor; margin: 0 .7rem .25em 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1; }
.display-title { margin: 0; font-family: var(--display); font-size: clamp(4rem, 21vw, 12rem); font-weight: 400; letter-spacing: 0; text-transform: uppercase; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; }
.btn { appearance: none; border: 1px solid var(--red); min-height: 3.25rem; padding: .8rem 1.2rem; background: var(--red); color: var(--paper); display: inline-flex; justify-content: center; align-items: center; gap: .7rem; font-weight: 800; font-size: .78rem; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; transition: background-color .2s, color .2s, transform .2s; }
.btn:hover { background: var(--ink); border-color: var(--ink); transform: translate(-3px, -3px); }
.btn-wide { width: 100%; }
.btn-light { background: var(--sand); border-color: var(--sand); color: var(--ink); }
.btn-light:hover { background: var(--green); border-color: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; padding-bottom: .25rem; border-bottom: 2px solid currentColor; font-weight: 800; text-transform: uppercase; font-size: .76rem; letter-spacing: .08em; }

.hero { position: relative; min-height: calc(100svh - 5.25rem); background: var(--ink); color: var(--sand); isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; z-index: -2; inset: 0 0 20% 25%; overflow: hidden; clip-path: polygon(27% 0, 100% 0, 100% 100%, 0 100%); }
.hero-image::after { content: ''; position: absolute; inset: 0; background: rgba(13,15,16,.25); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); }
.hero-slash { position: absolute; z-index: -1; width: 45%; height: 130%; top: -15%; right: 16%; background: var(--red); transform: skew(-19deg); mix-blend-mode: multiply; }
.hero-content { min-height: calc(100svh - 5.25rem); padding: clamp(4rem, 10vh, 8rem) var(--pad) 2rem; display: flex; flex-direction: column; justify-content: space-between; }
.hero-kicker { max-width: 18rem; }
.hero-title { margin: 0; max-width: 7ch; font-family: var(--display); font-size: clamp(5rem, 25vw, 15rem); line-height: .76; letter-spacing: 0; text-transform: uppercase; transform: skew(-5deg); text-shadow: .045em .045em 0 var(--red); }
.hero-bottom { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: end; }
.hero-bottom p { max-width: 25rem; margin: 0; font-size: .85rem; }
.hero-number { font-family: var(--display); font-size: clamp(4rem, 20vw, 11rem); color: var(--green); line-height: .7; }
.motion-strip { overflow: hidden; padding: .65rem 0; background: var(--red); color: var(--paper); transform: rotate(-1.5deg) scale(1.03); position: relative; z-index: 2; }
.motion-strip span { display: block; width: max-content; font-family: var(--display); font-size: clamp(1.5rem, 4vw, 3rem); letter-spacing: .02em; white-space: nowrap; animation: drift 24s linear infinite; }
@keyframes drift { to { transform: translateX(-35%); } }

.section { padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.section-heading { display: grid; gap: 1rem; margin-bottom: 3rem; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(3.3rem, 12vw, 8rem); font-weight: 400; text-transform: uppercase; }
.section-heading .section-number { font-family: var(--display); font-size: 5rem; color: var(--red); line-height: .7; }
.featured-section { background: var(--sand); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: .75rem; row-gap: 3.5rem; align-items: start; }
.product-card:nth-child(even) { margin-top: 3rem; }
.product-image { display: block; position: relative; overflow: hidden; background: #D4CEC1; }
.product-image::after { content: ''; position: absolute; inset: auto 0 0 0; height: .35rem; background: var(--red); transform-origin: left; transform: scaleX(0); transition: transform .3s ease; }
.product-image:hover::after { transform: scaleX(1); }
.product-image img { width: 100%; aspect-ratio: .74; object-fit: cover; transition: transform .45s ease; }
.product-image:hover img { transform: scale(1.035); }
.product-index { position: absolute; top: .5rem; left: .5rem; z-index: 2; font-family: var(--display); font-size: 1.35rem; color: var(--paper); text-shadow: 1px 1px 0 var(--ink); }
.product-meta { display: grid; gap: .5rem; padding-top: .8rem; }
.product-meta p { margin-bottom: .2rem; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #55534E; }
.product-meta h3 { margin: 0; font-family: var(--display); font-size: clamp(1.2rem, 5vw, 2rem); font-weight: 400; text-transform: uppercase; }
.product-meta strong { font-size: .8rem; }

.editorial { min-height: 42rem; display: grid; background: var(--ink); color: var(--sand); position: relative; overflow: hidden; }
.editorial-image { min-height: 27rem; clip-path: polygon(0 0, 100% 0, 76% 100%, 0 92%); }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.editorial-copy { padding: 3rem var(--pad) 5rem; position: relative; }
.editorial-copy::before { content: '02'; position: absolute; top: -2.8rem; right: var(--pad); font-family: var(--display); font-size: 7rem; color: var(--green); line-height: 1; }
.editorial-copy h2 { font-family: var(--display); font-size: clamp(3.5rem, 14vw, 9rem); font-weight: 400; text-transform: uppercase; max-width: 7ch; margin-bottom: 1rem; }
.editorial-copy p:not(.eyebrow) { max-width: 30rem; }
.values-row { display: grid; border-top: 1px solid var(--line); }
.value { padding: 2rem var(--pad); border-bottom: 1px solid var(--line); }
.value span { display: block; font-family: var(--display); font-size: 3rem; color: var(--red); }
.value h3 { font-family: var(--display); font-size: 1.7rem; font-weight: 400; text-transform: uppercase; }
.value p { margin-bottom: 0; }

.page-hero { padding: clamp(4rem, 10vw, 8rem) var(--pad) 2.5rem; background: var(--ink); color: var(--sand); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; width: 20rem; height: 150%; background: var(--red); right: 6%; top: -25%; transform: skew(-24deg); opacity: .84; }
.page-hero > * { position: relative; z-index: 1; }
.page-hero .display-title { max-width: 8ch; }
.page-hero .lead { max-width: 36rem; margin-top: 1.5rem; }
.catalog-toolbar { padding: 1.25rem var(--pad); display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); }
.catalog-toolbar label { font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.catalog-toolbar select { margin-left: .5rem; padding: .6rem 2rem .6rem .7rem; border: 1px solid var(--ink); background: transparent; color: var(--ink); border-radius: 0; }
.catalog-list { padding-top: 3rem; }

.product-detail { display: grid; }
.product-detail-image { min-height: 33rem; position: relative; overflow: hidden; background: #D4CEC1; }
.product-detail-image img { width: 100%; height: 100%; min-height: 33rem; object-fit: cover; }
.vertical-note { position: absolute; z-index: 2; left: 1rem; top: 1rem; writing-mode: vertical-rl; padding: .7rem .3rem; background: var(--red); color: var(--paper); font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.product-detail-info { padding: 3rem var(--pad) 5rem; }
.product-detail-info h1 { font-family: var(--display); font-size: clamp(4rem, 15vw, 8rem); font-weight: 400; text-transform: uppercase; margin-bottom: .8rem; }
.product-price { font-family: var(--display); font-size: 2rem; color: var(--red); }
.buy-form { margin-top: 2.5rem; }
.buy-form fieldset { margin: 0 0 1.5rem; padding: 0; border: 0; }
.buy-form legend { margin-bottom: .8rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.size-options { display: flex; flex-wrap: wrap; gap: .5rem; }
.size-options input { position: absolute; opacity: 0; pointer-events: none; }
.size-options span { display: grid; place-items: center; min-width: 3.2rem; min-height: 3.2rem; border: 1px solid var(--ink); font-weight: 700; }
.size-options input:checked + span { background: var(--ink); color: var(--sand); }
.size-options input:focus-visible + span { outline: 3px solid var(--red); outline-offset: 3px; }
.buy-feedback, .form-feedback { min-height: 1.6rem; margin: .8rem 0 0; font-weight: 700; color: #476128; }
.detail-list { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.detail-list h2 { font-family: var(--display); font-size: 1.8rem; font-weight: 400; text-transform: uppercase; }
.detail-list ul { padding-left: 1.2rem; }

.cart-layout { padding: 2rem var(--pad) 6rem; display: grid; gap: 3rem; }
.cart-lines { display: grid; }
.cart-item { display: grid; grid-template-columns: 5rem 1fr auto; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); position: relative; }
.cart-item img { width: 5rem; height: 7rem; object-fit: cover; }
.cart-item h2 { font-family: var(--display); font-size: 1.5rem; font-weight: 400; text-transform: uppercase; margin-bottom: .35rem; }
.cart-item p { font-size: .75rem; margin-bottom: .3rem; }
.cart-item .eyebrow::before { display: none; }
.cart-item strong { font-size: .8rem; }
.quantity { grid-column: 2; display: flex; align-items: center; width: max-content; border: 1px solid var(--ink); }
.quantity button { border: 0; background: transparent; width: 2.25rem; height: 2.25rem; display: grid; place-items: center; }
.quantity span { min-width: 1.5rem; text-align: center; font-weight: 800; }
.remove-line { align-self: start; border: 0; background: transparent; color: var(--red); padding: .45rem; }
.summary { padding: 2rem; background: var(--ink); color: var(--sand); position: relative; align-self: start; }
.summary::before { content: ''; position: absolute; width: 3.5rem; height: .45rem; background: var(--red); left: 0; top: 0; }
.summary h2 { font-family: var(--display); font-size: clamp(2.7rem, 10vw, 5rem); font-weight: 400; text-transform: uppercase; }
.summary dl { margin: 2rem 0; }
.summary dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid rgba(237,231,218,.2); font-size: .82rem; }
.summary dd { margin: 0; text-align: right; }
.summary .summary-total { font-weight: 800; font-size: 1rem; border-color: var(--red); }
.summary > p:last-child { margin: 1rem 0 0; font-size: .72rem; color: var(--muted); }
.summary .freight-note { color: var(--green); }
.empty-state { text-align: left; padding: 5rem 0; max-width: 42rem; }
.outline-number { display: block; font-family: var(--display); font-size: 10rem; line-height: .75; color: transparent; -webkit-text-stroke: 2px var(--red); }
.empty-state h2 { font-family: var(--display); font-size: clamp(2.6rem, 10vw, 5rem); font-weight: 400; text-transform: uppercase; }

.checkout-layout { padding: 3rem var(--pad) 7rem; display: grid; gap: 3rem; }
.checkout-form h2, .contact-form h2 { font-family: var(--display); font-size: 2.3rem; font-weight: 400; text-transform: uppercase; margin: 2.5rem 0 1.2rem; padding-bottom: .6rem; border-bottom: 1px solid var(--line); }
.checkout-form h2:first-of-type { margin-top: 0; }
.form-grid { display: grid; gap: 1rem; }
.form-field { display: grid; gap: .35rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.form-field small { font-size: .7rem; color: #5A5853; }
.field { width: 100%; min-height: 3.25rem; border: 1px solid var(--ink); border-radius: 0; background: transparent; color: inherit; padding: .75rem; }
textarea.field { min-height: 9rem; resize: vertical; }
select.field { appearance: auto; }
.checkbox-line { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .65rem; font-size: .75rem; line-height: 1.5; }
.checkbox-line input { width: 1.1rem; height: 1.1rem; margin-top: .12rem; accent-color: var(--red); }
.checkout-form > .checkbox-line, .contact-form > .checkbox-line { margin-top: 1rem; }
.checkout-form > .btn, .contact-form > .btn { margin-top: 1.5rem; }
.payment-options { display: grid; gap: .7rem; }
.payment-choice input { position: absolute; opacity: 0; }
.payment-choice span { display: grid; padding: 1rem; border: 1px solid var(--ink); }
.payment-choice b { text-transform: uppercase; }
.payment-choice small { color: #5A5853; }
.payment-choice input:checked + span { background: var(--green); border-color: var(--green); }
.payment-choice input:focus-visible + span { outline: 3px solid var(--red); outline-offset: 3px; }
.mini-lines { display: grid; gap: .7rem; }
.mini-lines > div { display: grid; grid-template-columns: 3rem 1fr auto; gap: .7rem; align-items: center; }
.mini-lines img { width: 3rem; height: 4rem; object-fit: cover; }
.mini-lines span { display: grid; }
.mini-lines b { font-size: .75rem; }
.mini-lines small { color: var(--muted); font-size: .65rem; }
.mini-lines strong { font-size: .7rem; }

.content-wrap { padding: clamp(4rem, 9vw, 7rem) var(--pad); }
.contact-grid { display: grid; gap: 4rem; }
.contact-aside { position: relative; padding-left: 2rem; border-left: .6rem solid var(--red); }
.contact-aside h2 { font-family: var(--display); font-size: clamp(3rem, 11vw, 6rem); font-weight: 400; text-transform: uppercase; }
.contact-list { display: grid; gap: .8rem; }
.contact-list a { font-weight: 800; overflow-wrap: anywhere; }
.contact-list span { display: block; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.story-grid { display: grid; gap: 3rem; }
.story-copy h2 { font-family: var(--display); font-size: clamp(3.2rem, 13vw, 7rem); font-weight: 400; text-transform: uppercase; max-width: 8ch; }
.story-image { position: relative; }
.story-image img { width: 100%; min-height: 30rem; object-fit: cover; clip-path: polygon(14% 0,100% 0,85% 100%,0 92%); }
.story-image::after { content: 'FG'; position: absolute; right: 0; bottom: -2rem; font-family: var(--display); font-size: 8rem; color: var(--red); line-height: 1; }
.principles { margin-top: 6rem; display: grid; }
.principle { padding: 2rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; }
.principle span { font-family: var(--display); font-size: 2rem; color: var(--red); }
.principle h3 { font-family: var(--display); font-size: 2rem; font-weight: 400; text-transform: uppercase; }

.legal-layout { padding: 3rem var(--pad) 7rem; display: grid; gap: 3rem; }
.legal-nav { align-self: start; border-left: .45rem solid var(--red); padding-left: 1rem; }
.legal-nav h2 { font-family: var(--display); font-size: 1.6rem; font-weight: 400; text-transform: uppercase; }
.legal-nav a { display: block; padding: .35rem 0; font-size: .78rem; font-weight: 700; }
.legal-content { max-width: 52rem; }
.legal-content section { margin-bottom: 3rem; scroll-margin-top: 2rem; }
.legal-content h2 { font-family: var(--display); font-size: clamp(2rem, 7vw, 3rem); font-weight: 400; text-transform: uppercase; }
.legal-content h3 { font-size: 1.05rem; text-transform: uppercase; }
.legal-content p, .legal-content li { color: #363836; }
.legal-content a { font-weight: 800; text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; }
.legal-content li + li { margin-top: .45rem; }
.legal-note { padding: 1.25rem; border-left: .45rem solid var(--green); background: var(--paper); }

.site-footer { background: var(--ink); color: var(--sand); overflow: hidden; }
.footer-marquee { padding: .8rem 0; background: var(--green); color: var(--ink); transform: rotate(1deg) scale(1.02); }
.footer-marquee span { display: block; width: max-content; font-family: var(--display); font-size: clamp(1.5rem, 5vw, 3rem); white-space: nowrap; }
.footer-grid { padding: 5rem var(--pad) 3rem; display: grid; gap: 3rem; }
.footer-grid h2 { font-family: var(--display); font-size: clamp(3rem, 12vw, 6rem); font-weight: 400; max-width: 7ch; }
.footer-grid h3 { color: var(--green); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > section:not(.footer-news) { display: flex; flex-direction: column; gap: .55rem; font-size: .82rem; }
.footer-news form { display: grid; grid-template-columns: 1fr auto; gap: .7rem; }
.footer-news .field { border-color: var(--sand); color: var(--sand); }
.footer-news .field::placeholder { color: var(--muted); }
.footer-news .checkbox-line { grid-column: 1 / -1; color: var(--muted); }
.footer-news .form-feedback { color: var(--green); }
.footer-bottom { margin: 0 var(--pad); padding: 1.25rem 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; border-top: 1px solid rgba(237,231,218,.2); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }

@media (min-width: 700px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: none; }
  .main-nav { position: static; min-height: 0; width: auto; padding: 0; display: flex; flex-direction: row; justify-content: center; gap: clamp(1.5rem, 4vw, 4rem); }
  .main-nav a { font-family: var(--body); font-size: .72rem; font-weight: 800; letter-spacing: .1em; line-height: 1; border: 0; text-transform: uppercase; }
  .main-nav a::before { display: none; }
  .main-nav a[aria-current='page'] { color: var(--sand); border-bottom: 2px solid var(--red); padding-bottom: .4rem; }
  .cart-link > span:nth-child(2) { display: inline; }
  .hero-image { inset: 0 0 0 43%; }
  .hero-title { font-size: clamp(7rem, 18vw, 15rem); }
  .hero-bottom { grid-template-columns: minmax(18rem, 30rem) 1fr auto; }
  .hero-bottom::after { content: ''; border-top: 1px solid rgba(237,231,218,.45); align-self: center; }
  .section-heading { grid-template-columns: auto 1fr auto; align-items: end; }
  .section-heading::after { content: ''; border-top: 1px solid var(--line); align-self: center; }
  .product-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(1rem, 2vw, 2rem); }
  .product-card:nth-child(even) { margin-top: 6rem; }
  .product-card:nth-child(3) { margin-top: 2rem; }
  .product-meta { grid-template-columns: 1fr auto; align-items: start; }
  .editorial { grid-template-columns: 58% 42%; min-height: 48rem; }
  .editorial-image { min-height: 100%; clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%); }
  .editorial-copy { padding: 8rem var(--pad) 4rem 0; align-self: center; margin-left: -3rem; z-index: 2; }
  .editorial-copy::before { top: 1rem; }
  .values-row { grid-template-columns: repeat(3,1fr); }
  .value { border-right: 1px solid var(--line); }
  .product-detail { grid-template-columns: minmax(0, 57%) minmax(20rem, 43%); min-height: calc(100vh - 5.25rem); }
  .product-detail-image, .product-detail-image img { min-height: calc(100vh - 5.25rem); }
  .product-detail-info { padding: 5rem clamp(2rem,5vw,6rem); align-self: center; }
  .cart-layout { grid-template-columns: minmax(0, 1fr) minmax(20rem, 27rem); align-items: start; }
  .cart-item { grid-template-columns: 8rem 1fr auto auto; align-items: center; }
  .cart-item img { width: 8rem; height: 10rem; }
  .quantity { grid-column: auto; }
  .checkout-layout { grid-template-columns: minmax(0, 1fr) minmax(20rem, 27rem); align-items: start; }
  .checkout-summary { position: sticky; top: 2rem; }
  .form-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .contact-grid { grid-template-columns: minmax(18rem, .7fr) minmax(0,1.3fr); }
  .story-grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .principles { grid-template-columns: repeat(3,1fr); }
  .principle { grid-template-columns: 3rem 1fr; padding-right: 2rem; }
  .legal-layout { grid-template-columns: 14rem minmax(0,1fr); align-items: start; }
  .legal-nav { position: sticky; top: 2rem; }
  .footer-grid { grid-template-columns: minmax(20rem, 2fr) repeat(3, 1fr); }
}

@media (min-width: 1100px) {
  .page-hero { min-height: 29rem; display: flex; flex-direction: column; justify-content: center; }
  .product-card--2 .product-image img, .product-card--4 .product-image img { aspect-ratio: .68; }
  .cart-layout, .checkout-layout { padding-top: 4rem; }
}

@media (max-width: 380px) {
  .site-header { padding-inline: .8rem; }
  .hero-title { font-size: 4.5rem; }
  .display-title { font-size: 3.6rem; }
  .product-grid { gap: .55rem; row-gap: 2.5rem; }
  .product-meta h3 { font-size: 1.05rem; }
  .footer-news form { grid-template-columns: 1fr; }
  .footer-news .checkbox-line { grid-column: auto; }
}

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