:root {
  --ink: #11110f;
  --black: #0b0b0a;
  --paper: #eeeae0;
  --bone: #f4f1e8;
  --gray: #a4a096;
  --line: rgba(17, 17, 15, 0.22);
  --red: #c94029;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 99; background: var(--bone); padding: 12px 16px; }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0; font: 400 11px/1.4 var(--mono); letter-spacing: .12em; text-transform: uppercase; }

.announcement { height: 30px; padding: 0 26px; display: flex; align-items: center; justify-content: space-between; background: var(--red); color: #fff; font: 500 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement__edition { opacity: .82; }
.site-header { position: absolute; top: 30px; left: 0; right: 0; z-index: 20; height: 84px; padding: 0 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,.28); transition: background .25s, color .25s, transform .25s; }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 12px; font: 700 15px/.82 var(--sans); letter-spacing: -.05em; }
.brand small { display: block; margin-top: 7px; font: 400 7px/1 var(--mono); letter-spacing: .25em; }
.brand__mark { position: relative; width: 19px; height: 26px; display: inline-block; border: 3px solid currentColor; border-bottom: 0; }
.brand__mark::before { content: ""; position: absolute; height: 3px; width: 29px; left: -8px; top: -3px; background: currentColor; }
.brand__mark i { position: absolute; width: 8px; height: 3px; left: 3px; top: -9px; background: var(--red); }
.desktop-nav { display: flex; align-items: center; gap: 34px; font: 400 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.header-actions button { border: 0; background: transparent; cursor: pointer; font: 400 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.cart-trigger { display: flex; align-items: center; gap: 7px; }
.cart-count { min-width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.menu-trigger { width: 28px; height: 28px; padding: 0; display: none; }
.menu-trigger span { display: block; height: 1px; width: 100%; margin: 6px 0; background: currentColor; transition: transform .25s; }

.mobile-menu { position: fixed; inset: 30px 0 0; z-index: 18; padding: 130px 24px 28px; background: var(--black); color: #fff; visibility: hidden; transform: translateY(-110%); transition: transform .45s cubic-bezier(.76,0,.24,1), visibility .45s; }
.mobile-menu.is-open { visibility: visible; transform: translateY(0); }
.mobile-menu nav a { padding: 18px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #444; font-size: 30px; letter-spacing: -.04em; }
.mobile-menu nav span, .mobile-menu > p { font: 400 10px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.mobile-menu > p { position: absolute; bottom: 28px; }

.hero { position: relative; min-height: calc(100svh - 30px); color: #fff; background: #111; overflow: hidden; }
.hero__image, .hero__scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; }
.hero__scrim { background: linear-gradient(90deg, rgba(0,0,0,.66), rgba(0,0,0,.08) 72%), linear-gradient(0deg, rgba(0,0,0,.52), transparent 55%); }
.hero__topline { position: absolute; top: 138px; left: 28px; right: 28px; display: flex; justify-content: space-between; font: 400 9px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.hero__content { position: absolute; left: 5.5vw; right: 5.5vw; bottom: 11vh; }
.hero h1 { max-width: 960px; margin: 17px 0 30px; font-size: clamp(52px, 7.7vw, 122px); font-weight: 500; line-height: .86; letter-spacing: -.075em; }
.hero h1 em { color: #c8c0b3; font-family: Georgia, serif; font-weight: 400; }
.hero__footer { max-width: 960px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
.hero__footer p { max-width: 430px; margin: 0; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.65; }
.arrow-link { width: max-content; min-width: 240px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid currentColor; font: 500 11px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.arrow-link span { font-size: 16px; transition: transform .2s; }
.arrow-link:hover span { transform: translate(4px, 4px); }
.arrow-link--light { justify-self: end; color: #fff; }
.scroll-index { position: absolute; right: 27px; bottom: 28px; writing-mode: vertical-rl; display: flex; align-items: center; gap: 9px; font: 400 8px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.scroll-index span { width: 1px; height: 34px; background: rgba(255,255,255,.6); }

.intro { min-height: 630px; padding: 98px 5.5vw 80px; display: grid; grid-template-columns: 1fr 2.3fr 1fr; gap: 7vw; border-bottom: 1px solid var(--line); }
.section-index { font: 400 10px/1.6 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.intro__statement h2, .shop__header h2, .manifesto h2, .newsletter h2 { margin: 18px 0 28px; font-weight: 500; letter-spacing: -.055em; }
.intro__statement h2 { max-width: 670px; font-size: clamp(46px, 6vw, 86px); line-height: .98; }
.intro__statement > p:last-child { max-width: 520px; margin: 0 0 0 22%; font-family: Georgia, serif; font-size: 18px; line-height: 1.7; }
.edition-note { align-self: end; padding-top: 20px; border-top: 1px solid var(--ink); }
.edition-note span { font: 400 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.edition-note strong { margin: 18px 0 45px; display: block; font-size: 20px; letter-spacing: -.04em; }
.edition-note p { margin: 0; font: 400 11px/1.65 var(--mono); }

.shop { padding: 102px 2vw 110px; }
.shop__header { padding: 0 3.5vw 55px; display: flex; align-items: end; justify-content: space-between; }
.shop__header h2 { margin-bottom: 0; font-size: clamp(46px, 6vw, 82px); line-height: .9; }
.shop__count { margin: 0; font: 400 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.shop-tools { margin: 0 3.5vw 28px; padding: 17px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.filters { display: flex; gap: 28px; }
.filter { padding: 0; border: 0; background: transparent; opacity: .42; cursor: pointer; font: 500 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.filter sup { margin-left: 2px; font-size: 7px; }
.filter.is-active, .filter:hover { opacity: 1; }
.sort-label { display: flex; gap: 12px; font: 400 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.sort-label select { min-width: 128px; padding: 0 18px 0 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; text-align: right; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.2vw; row-gap: 80px; }
.product-card--hero { grid-column: 1 / -1; }
.product-card[hidden] { display: none; }
.product-card__media { position: relative; width: 100%; padding: 0; overflow: hidden; border: 0; background: #d8d2c7; cursor: pointer; }
.product-card:not(.product-card--hero) .product-card__media { aspect-ratio: 1 / 1.07; }
.product-card--hero .product-card__media { aspect-ratio: 16 / 8.4; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.product-card--hero .product-card__media img { object-position: center 42%; }
.product-card__media:hover img { transform: scale(1.025); filter: contrast(1.03); }
.product-card__badge { position: absolute; top: 16px; left: 16px; padding: 7px 9px; background: var(--bone); font: 500 8px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.product-card__view { position: absolute; right: 0; bottom: 0; padding: 12px 15px; background: var(--ink); color: white; font: 400 9px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; transform: translateY(100%); transition: transform .25s; }
.product-card__media:hover .product-card__view { transform: translateY(0); }
.product-card__info { padding: 17px 3px 0; display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.product-card__type { margin: 0 0 8px; font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; opacity: .52; }
.product-card h3 { margin: 0 0 7px; font-size: 15px; font-weight: 600; letter-spacing: -.025em; }
.product-card__info > div > p:last-child { margin: 0; color: #67635b; font: 400 10px/1.5 var(--mono); }
.product-card__buy { min-width: 96px; display: flex; flex-direction: column; align-items: end; gap: 12px; }
.product-card__buy > span { font: 500 13px/1 var(--mono); }
.product-card__buy button { padding: 5px 0 3px; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font: 500 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .07em; }

.value-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.value-strip article { min-height: 165px; padding: 28px; border-right: 1px solid var(--line); }
.value-strip article:last-child { border: 0; }
.value-strip span { color: var(--red); font: 500 9px/1 var(--mono); }
.value-strip h3 { margin: 28px 0 8px; font-size: 14px; }
.value-strip p { margin: 0; color: #68645c; font: 400 10px/1.5 var(--mono); }

.manifesto { min-height: 760px; padding: 110px 5.5vw; display: grid; grid-template-columns: .85fr 2fr .8fr; align-items: center; gap: 7vw; background: var(--black); color: var(--paper); }
.manifesto__mark { position: relative; width: min(20vw, 230px); height: min(31vw, 360px); border: clamp(24px, 3vw, 42px) solid var(--paper); border-bottom: 0; }
.manifesto__mark::before { content: ""; position: absolute; height: clamp(24px, 3vw, 42px); width: 150%; left: -25%; top: calc(clamp(24px, 3vw, 42px) * -1); background: var(--paper); }
.manifesto__mark span { position: absolute; top: calc(clamp(24px, 3vw, 42px) * -2.4); left: 35%; width: 30%; height: clamp(24px, 3vw, 42px); background: var(--red); }
.manifesto h2 { max-width: 750px; font-size: clamp(45px, 5.8vw, 82px); line-height: .96; }
.manifesto__copy > p:nth-of-type(2) { max-width: 545px; color: #aaa59b; font-family: Georgia, serif; font-size: 17px; line-height: 1.65; }
.manifesto__copy .arrow-link { margin-top: 45px; }
.manifesto__detail { align-self: end; padding-top: 18px; border-top: 1px solid #46433f; }
.manifesto__detail p { margin: 0 0 42px; font: italic 17px/1.5 Georgia, serif; }
.manifesto__detail span { font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; }

.newsletter { padding: 100px 5.5vw; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 7vw; border-bottom: 1px solid var(--ink); }
.newsletter h2 { max-width: 600px; margin-bottom: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1; }
.newsletter__form label { font: 400 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.newsletter__form > div { margin-top: 10px; display: flex; border-bottom: 1px solid var(--ink); }
.newsletter__form input { width: 100%; padding: 14px 0; border: 0; outline: 0; background: transparent; font: 400 15px/1 var(--mono); }
.newsletter__form button { padding: 0 2px 0 24px; border: 0; background: transparent; cursor: pointer; font: 500 11px/1 var(--mono); text-transform: uppercase; }
.newsletter__form button span { margin-left: 12px; }
.newsletter__form > p { margin: 14px 0 0; color: #6e6a62; font: 400 9px/1.4 var(--mono); }

.site-footer { padding: 68px 5.5vw 26px; background: var(--paper); }
.footer__brand { display: flex; align-items: center; gap: 30px; }
.footer__brand strong { font-size: clamp(60px, 12vw, 190px); line-height: .8; letter-spacing: -.08em; }
.footer__links { margin: 100px 0 70px 38%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer__links div { display: flex; flex-direction: column; gap: 9px; font-size: 11px; }
.footer__links span { margin-bottom: 10px; font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; opacity: .5; }
.footer__links a:hover { text-decoration: underline; }
.footer__bottom { padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 40; background: rgba(0,0,0,.54); opacity: 0; visibility: hidden; transition: .3s; }
.drawer-backdrop.is-visible { opacity: 1; visibility: visible; }
.search-overlay { position: fixed; z-index: 45; top: 0; left: 0; right: 0; padding: 0 5.5vw 55px; background: var(--bone); opacity: 0; visibility: hidden; transform: translateY(-30px); transition: .35s; }
.search-overlay.is-open { opacity: 1; visibility: visible; transform: none; }
.search-overlay__bar { height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.search-overlay__bar label, .search-overlay__bar button { font: 400 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.search-overlay__bar button { padding: 0; border: 0; border-bottom: 1px solid; background: transparent; cursor: pointer; }
.search-overlay__input { display: flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--ink); }
.search-overlay__input > span { font-size: 30px; }
.search-overlay__input input { width: 100%; padding: 26px 0 22px; border: 0; outline: 0; background: transparent; font-size: clamp(27px, 4vw, 53px); letter-spacing: -.05em; }
.search-results > p { margin: 22px 0 14px; font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; opacity: .55; }
.search-result { width: 100%; padding: 13px 0; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 16px; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.search-result img { width: 55px; height: 55px; object-fit: cover; }
.search-result strong { display: block; margin-bottom: 5px; font-size: 12px; }
.search-result span { font: 400 9px/1 var(--mono); }
.search-empty { margin: 32px 0 0; font-family: Georgia, serif; font-size: 18px; }
.cart-drawer { position: fixed; z-index: 41; top: 0; right: 0; bottom: 0; width: min(470px, 100%); padding: 0 26px; display: flex; flex-direction: column; background: var(--bone); transform: translateX(102%); transition: transform .42s cubic-bezier(.76,0,.24,1); }
.cart-drawer.is-open { transform: translateX(0); }
.drawer__header { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer__header h2 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
.drawer__header h2 span { font: 400 10px/1 var(--mono); }
.drawer__header button, .empty-cart button { padding: 0; border: 0; border-bottom: 1px solid; background: transparent; cursor: pointer; font: 400 9px/1.5 var(--mono); text-transform: uppercase; }
.shipping-progress { padding: 18px 0 14px; border-bottom: 1px solid var(--line); }
.shipping-progress p { margin: 0 0 10px; font: 400 9px/1.4 var(--mono); }
.shipping-progress > div { height: 2px; background: #cbc6bc; }
.shipping-progress span { display: block; width: 0; height: 100%; background: var(--red); transition: width .3s; }
.cart-items { overflow: auto; }
.cart-item { padding: 20px 0; display: grid; grid-template-columns: 88px 1fr auto; gap: 15px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 88px; height: 100px; object-fit: cover; }
.cart-item h3 { margin: 3px 0 7px; font-size: 12px; }
.cart-item p { margin: 0; color: #6e6a62; font: 400 9px/1.45 var(--mono); }
.cart-item__price { font: 500 11px/1 var(--mono); }
.cart-item__quantity { margin-top: 15px; display: flex; align-items: center; gap: 12px; }
.cart-item__quantity button { width: 20px; height: 20px; padding: 0; border: 1px solid var(--line); background: transparent; cursor: pointer; line-height: 1; }
.cart-item__quantity span { font: 400 10px/1 var(--mono); }
.cart-item__remove { align-self: end; padding: 0; border: 0; border-bottom: 1px solid; background: transparent; cursor: pointer; font: 400 8px/1.5 var(--mono); text-transform: uppercase; }
.empty-cart { margin: auto 0; text-align: center; }
.empty-cart .brand__mark { margin-bottom: 30px; transform: scale(1.8); }
.empty-cart h3 { margin: 10px 0; font-size: 25px; }
.empty-cart p { margin: 0 auto 28px; max-width: 250px; color: #6d685f; font: 400 10px/1.6 var(--mono); }
.cart-summary { margin-top: auto; padding: 22px 0 26px; border-top: 1px solid var(--ink); }
.cart-summary > div:first-child { display: flex; justify-content: space-between; font-size: 14px; }
.cart-summary > p { margin: 8px 0 20px; color: #6d685f; font: 400 8px/1.4 var(--mono); }
.checkout-button, .modal-add { width: 100%; padding: 17px; display: flex; justify-content: space-between; border: 0; background: var(--red); color: white; cursor: pointer; font: 500 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.payment-note { margin-top: 13px; display: flex; justify-content: space-between; color: #777168; font: 400 7px/1 var(--mono); text-transform: uppercase; }

.product-modal { position: fixed; inset: 3vh 3vw; z-index: 50; display: grid; grid-template-columns: 1.25fr .75fr; background: var(--bone); opacity: 0; visibility: hidden; transform: translateY(20px); transition: .35s; }
.product-modal.is-open { opacity: 1; visibility: visible; transform: none; }
.product-modal__close { position: absolute; top: 16px; right: 18px; z-index: 2; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; background: var(--bone); cursor: pointer; }
.product-modal__media { min-height: 0; overflow: hidden; background: #d5d0c5; }
.product-modal__media img { width: 100%; height: 100%; object-fit: cover; }
.product-modal__content { padding: 8vh 4vw 4vh; overflow-y: auto; }
.product-modal h2 { margin: 16px 0 8px; font-size: clamp(33px, 4vw, 54px); line-height: .95; letter-spacing: -.06em; }
.product-modal__price { margin: 0 0 45px; font: 500 14px/1 var(--mono); }
.product-modal__description { max-width: 480px; margin: 0 0 34px; font: 400 13px/1.7 var(--mono); }
.product-options { margin-bottom: 25px; }
.product-options > div:first-child { margin-bottom: 12px; display: flex; justify-content: space-between; font: 500 9px/1 var(--mono); text-transform: uppercase; }
.product-options > div:first-child button { border: 0; background: transparent; font: inherit; cursor: pointer; }
.size-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.size-grid button { height: 45px; border: 1px solid var(--line); border-right: 0; background: transparent; cursor: pointer; font: 400 11px/1 var(--mono); }
.size-grid button:last-child { border-right: 1px solid var(--line); }
.size-grid button.is-selected { background: var(--ink); color: #fff; }
.option-error { min-height: 15px; margin: 7px 0 0; color: var(--red); font: 400 8px/1 var(--mono); }
.product-assurances { margin-top: 30px; border-top: 1px solid var(--line); }
.product-assurances p { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); font: 400 9px/1.5 var(--mono); }
.product-assurances span { width: 90px; display: inline-block; text-transform: uppercase; opacity: .5; }
.toast { position: fixed; z-index: 70; left: 50%; bottom: 24px; padding: 12px 18px; background: var(--ink); color: white; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: .25s; font: 400 9px/1 var(--mono); text-transform: uppercase; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .search-trigger { display: none; }
  .menu-trigger { display: block; }
  .hero__content { bottom: 10vh; }
  .intro { grid-template-columns: .5fr 2fr; }
  .edition-note { grid-column: 2; width: 60%; }
  .manifesto { grid-template-columns: .7fr 2fr; }
  .manifesto__detail { grid-column: 2; max-width: 300px; }
  .product-modal { inset: 0; grid-template-columns: 1fr 1fr; }
  .footer__links { margin-left: 22%; }
}

@media (max-width: 640px) {
  .announcement { padding: 0 14px; }
  .announcement__edition { display: none; }
  .site-header { height: 70px; padding: 0 16px; }
  .header-actions { gap: 13px; }
  .hero { min-height: calc(100svh - 30px); }
  .hero__image { object-position: 59% center; }
  .hero__scrim { background: linear-gradient(90deg, rgba(0,0,0,.6), rgba(0,0,0,.1)), linear-gradient(0deg, rgba(0,0,0,.72), transparent 65%); }
  .hero__topline { top: 118px; left: 16px; right: 16px; }
  .hero__topline span:last-child { display: none; }
  .hero__content { left: 16px; right: 16px; bottom: 65px; }
  .hero h1 { margin-bottom: 27px; font-size: clamp(50px, 16vw, 72px); line-height: .91; }
  .hero__footer { display: block; }
  .hero__footer p { max-width: 310px; font-size: 11px; }
  .arrow-link--light { margin-top: 24px; justify-self: auto; }
  .scroll-index { display: none; }
  .intro { min-height: 0; padding: 72px 16px; display: block; }
  .section-index { margin-bottom: 55px; }
  .intro__statement h2 { font-size: 48px; }
  .intro__statement > p:last-child { margin: 0; font-size: 16px; }
  .edition-note { width: 100%; margin-top: 65px; }
  .edition-note strong { margin-bottom: 25px; }
  .shop { padding: 74px 12px 80px; }
  .shop__header { padding: 0 4px 36px; align-items: end; }
  .shop__header h2 { font-size: 47px; }
  .shop-tools { margin: 0 4px 20px; align-items: end; }
  .filters { max-width: 240px; flex-wrap: wrap; gap: 14px 20px; }
  .sort-label > span { display: none; }
  .sort-label select { min-width: 85px; font-size: 8px; }
  .product-grid { display: block; }
  .product-card { margin-bottom: 55px; }
  .product-card--hero .product-card__media, .product-card:not(.product-card--hero) .product-card__media { aspect-ratio: 1 / 1.12; }
  .product-card--hero .product-card__media img { object-position: center; }
  .product-card__view { display: none; }
  .product-card__info { padding-top: 13px; }
  .product-card h3 { font-size: 13px; }
  .product-card__info > div > p:last-child { max-width: 210px; font-size: 8px; }
  .value-strip { grid-template-columns: 1fr 1fr; }
  .value-strip article { min-height: 145px; padding: 20px; border-bottom: 1px solid var(--line); }
  .value-strip article:nth-child(2) { border-right: 0; }
  .value-strip article:nth-child(3), .value-strip article:nth-child(4) { border-bottom: 0; }
  .manifesto { min-height: 0; padding: 85px 16px 70px; display: block; }
  .manifesto__mark { width: 110px; height: 170px; margin: 0 0 90px 10px; border-width: 22px; }
  .manifesto__mark::before { height: 22px; top: -22px; }
  .manifesto__mark span { height: 22px; top: -53px; }
  .manifesto h2 { font-size: 46px; }
  .manifesto__detail { margin-top: 80px; }
  .newsletter { padding: 75px 16px; display: block; }
  .newsletter h2 { margin-bottom: 65px; font-size: 46px; }
  .site-footer { padding: 55px 16px 24px; }
  .footer__brand { gap: 20px; }
  .footer__brand strong { font-size: 16vw; }
  .footer__links { margin: 80px 0 65px; grid-template-columns: 1fr 1fr; gap: 50px 24px; }
  .footer__links div:last-child { grid-column: 2; }
  .footer__bottom { gap: 20px; line-height: 1.4; }
  .footer__bottom span:nth-child(2) { display: none; }
  .product-modal { inset: 0; display: block; overflow-y: auto; }
  .search-overlay { padding: 0 16px 35px; }
  .search-overlay__bar { height: 66px; }
  .search-overlay__input input { padding: 20px 0 17px; font-size: 29px; }
  .product-modal__media { height: 52vh; }
  .product-modal__content { padding: 42px 18px; overflow: visible; }
  .product-modal__price { margin-bottom: 28px; }
  .toast { bottom: 14px; white-space: nowrap; }
}

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