@font-face { font-family: Manrope; src: url('/static/fonts/Manrope.woff2') format('woff2'); font-weight: 200 800; font-display: swap; }
@font-face { font-family: 'DM Serif'; src: url('/static/fonts/DMSerifDisplay-Italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
:root { --ink: #20211f; --paper: #f5f2ea; --paper-deep: #eae6dc; --accent: #b74021; --muted: #68685f; --line: 1px solid #d7d4cb; --display: Manrope, sans-serif; --body: Manrope, sans-serif; --serif: 'DM Serif', Georgia, serif; --gutter: clamp(20px, 4vw, 72px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 14px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { color: var(--paper); background: var(--accent); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
button, input, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h1, h2 { letter-spacing: -.055em; font-weight: 750; }
em { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 18px; background: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.preview-bar { display: flex; justify-content: center; align-items: center; gap: 28px; padding: 8px var(--gutter); background: var(--ink); color: var(--paper); font-size: 10px; letter-spacing: .035em; text-align: center; }
.preview-bar > span + span::before { content: '·'; margin-right: 28px; color: #c9b9a5; }
.site-header { position: relative; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 98px; padding: 16px var(--gutter); border-bottom: var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 8px; font-size: clamp(21px, 2vw, 29px); font-weight: 800; letter-spacing: -.07em; text-decoration: none; white-space: nowrap; }
.wordmark > span { font-size: 33px; color: var(--accent); line-height: 1; }
.site-nav { display: flex; gap: clamp(16px, 2.5vw, 40px); font-size: 12px; font-weight: 600; }
.site-nav a { padding-block: 10px; text-decoration: none; }
.site-nav a:hover { color: var(--accent); }
.header-actions, .cart-link { display: flex; align-items: center; gap: 9px; }
.cart-link { min-height: 44px; font-size: 12px; font-weight: 650; text-decoration: none; }
.cart-count { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 4px; border-radius: 50%; background: var(--paper-deep); font-size: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.nav-toggle span[aria-hidden] { display: block; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .2s; }
.nav-toggle[aria-expanded='true'] span[aria-hidden]:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] span[aria-hidden]:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.eyebrow { font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--accent); border-radius: 50%; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 52px; padding: 15px 23px; font-size: 12px; font-weight: 650; text-decoration: none; border: 1px solid var(--ink); border-radius: 3px; transition: background .2s, transform .2s; }
.button > span { font-size: 19px; line-height: 1; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: #3c3c35; transform: translateY(-2px); }
.button-lime { color: var(--paper); background: var(--accent); border-color: var(--accent); }
.button-lime:hover { background: #963519; }
.button-muted { color: #606057; background: #e6e2d8; border-color: #d5d1c6; }
.button:disabled { cursor: not-allowed; transform: none; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-block: 8px; font-size: 12px; font-weight: 650; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link:hover { color: var(--accent); }
.text-link > span { font-size: 18px; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.section { padding: 84px var(--gutter); max-width: 1800px; margin-inline: auto; }
.hero { display: grid; grid-template-columns: 47% 53%; max-width: 1800px; margin: auto; padding: 32px var(--gutter) 44px; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px 24px 20px 0; }
.hero h1 { margin: 5px 0 28px; font-size: clamp(55px, 6.65vw, 108px); line-height: 1.02; letter-spacing: -.075em; }
.hero h1 em { color: var(--accent); letter-spacing: -.04em; }
.hero-deck { margin-bottom: 28px; font-size: clamp(13px, 1.2vw, 17px); line-height: 1.8; color: #606159; }
.hero-footnote { display: flex; align-items: center; gap: 12px; margin-top: 44px; }
.hero-footnote p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.tiny-star { font-size: 28px; color: var(--accent); }
.hero-art { position: relative; min-width: 0; height: clamp(470px, 40vw, 660px); margin: 0; border-radius: 4px; overflow: hidden; background: #d2c6b3; }
.hero-art > img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; }
.hero-art figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 16px; padding: 45px 22px 18px; font-size: 8px; letter-spacing: .09em; color: white; background: linear-gradient(transparent, #0009); }
.hero-label { position: absolute; top: 22px; right: 22px; width: 94px; height: 94px; display: grid; place-content: center; border-radius: 50%; background: var(--paper); color: var(--ink); font-family: var(--serif); font-style: italic; font-size: 18px; line-height: 1.15; text-align: center; transform: rotate(9deg); }
.brand-line { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px var(--gutter); border-block: var(--line); font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.brand-line > span:nth-child(3) { font-family: var(--serif); font-style: italic; font-size: 23px; font-weight: 400; letter-spacing: -.015em; }
.brand-line > span[aria-hidden] { color: var(--accent); font-size: 22px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading > .text-link { flex-shrink: 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px 22px; }
.product-card { min-width: 0; }
.product-art { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--paper-deep); border-radius: 3px; }
.product-art > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-art:hover > img { transform: scale(1.035); }
.sample-pill { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 4px 8px; color: #4c4c43; background: #f5f2eaeF; border: 1px solid #ffffff60; border-radius: 2px; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.product-view { position: absolute; display: flex; justify-content: space-between; align-items: center; left: 12px; right: 12px; bottom: 12px; padding: 12px; background: var(--paper); font-size: 10px; transform: translateY(150%); transition: transform .25s; }
.product-art:hover .product-view, .product-art:focus-visible .product-view { transform: none; }
.product-info { padding-top: 16px; }
.product-category { display: flex; justify-content: space-between; margin: 0 0 8px; color: var(--muted); font-size: 9px; font-weight: 650; text-transform: uppercase; letter-spacing: .12em; }
.product-category > span { font-weight: 400; }
.product-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.product-info h3 { margin: 0; font-size: 14px; line-height: 1.45; letter-spacing: -.025em; font-weight: 700; }
.product-info h3 a { text-decoration: none; }
.product-info h3 a:hover { text-decoration: underline; }
.product-price { flex-shrink: 0; margin: 1px 0 0; text-align: right; font-size: 12px; font-weight: 650; }
.product-price small, .detail-price small { display: block; color: var(--muted); font-size: 8px; font-weight: 400; }
.product-tagline { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.product-color-count { margin: 12px 0 0; color: var(--muted); font-size: 9px; }
.collection-note { margin: 30px 0 0; color: var(--muted); font-size: 11px; }
.category-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 0 var(--gutter) 84px; max-width: 1800px; margin: auto; }
.category-card { position: relative; display: flex; align-items: center; min-height: 340px; padding: 38px; overflow: hidden; background: #e8e4da; border-radius: 3px; text-decoration: none; }
.category-hoodies { background: #e1e0d7; }
.category-copy { position: relative; z-index: 2; width: 55%; }
.category-copy .eyebrow { font-size: 8px; max-width: 150px; }
.category-copy h2 { font-size: clamp(30px, 3vw, 46px); margin-bottom: 16px; }
.category-copy > p:not(.eyebrow) { color: #5b5b51; font-size: 13px; line-height: 1.6; margin-bottom: 28px; }
.category-copy .text-link { font-size: 11px; gap: 14px; }
.category-card > img { position: absolute; top: 0; right: 0; width: 57%; height: 100%; object-fit: cover; mask-image: linear-gradient(to right, transparent, black 25%); transition: transform .5s; }
.category-card:hover > img { transform: scale(1.025); }
.story-strip { position: relative; display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 70px var(--gutter); background: #a43c23; color: #fff6e7; }
.story-intro .eyebrow { font-size: 9px; }
.story-star { display: block; margin-top: 32px; font-size: 100px; line-height: 1; color: #e8ad86; }
.story-copy h2 { margin-bottom: 26px; font-size: clamp(40px, 5vw, 72px); line-height: 1.06; }
.story-copy > p { max-width: 430px; font-size: 13px; color: #f4d6c4; line-height: 1.9; }
.story-copy .text-link:hover { color: #f4d6c4; }
.story-strip a:focus-visible { outline-color: #fff6e7; }
.story-signoff { position: absolute; right: var(--gutter); bottom: 26px; font-family: var(--serif); font-style: italic; font-size: 18px; color: #f4d6c4; }
.site-footer { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.4fr; gap: 32px; padding: 64px var(--gutter) 0; }
.site-footer .wordmark { font-size: 25px; }
.footer-intro > p { margin-top: 20px; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 11px; }
.footer-links .eyebrow, .footer-note .eyebrow { margin-bottom: 8px; font-size: 9px; }
.footer-links a { text-decoration: none; min-height: 26px; }
.footer-links a:hover { text-decoration: underline; }
.footer-note { font-size: 11px; }
.footer-note > p:not(.eyebrow) { color: var(--muted); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: var(--line); color: var(--muted); font-size: 9px; }
.footer-bottom > div { display: flex; gap: 24px; }
.footer-bottom a { text-decoration: none; }
/* Catalog and product detail */
.page-hero { padding: 64px var(--gutter) 48px; border-bottom: var(--line); }
.page-hero h1 { margin: 0; font-size: clamp(45px, 6.5vw, 88px); line-height: 1.04; }
.page-hero h1 span, .page-hero h1 em { color: var(--accent); }
.page-hero > p:last-child { max-width: 430px; margin: 24px 0 0; color: var(--muted); }
.shop-layout { padding-top: 30px; }
.filters { display: flex; align-items: center; gap: 8px; margin-bottom: 32px; }
.filter-label { margin: 0 22px 0 0; font-size: 10px; color: var(--muted); }
.filters a { display: inline-flex; align-items: center; gap: 12px; padding: 10px 22px; border: var(--line); border-radius: 24px; text-decoration: none; font-size: 12px; }
.filters a:hover { border-color: var(--ink); }
.filters a[aria-current='page'] { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.filters a > span { font-size: 9px; }
.results-topline { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 24px; padding-bottom: 12px; border-bottom: var(--line); font-size: 10px; color: var(--muted); }
.results-topline p { margin: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; padding: 24px var(--gutter); font-size: 10px; color: var(--muted); }
.breadcrumbs a { text-decoration: none; }
.product-detail { display: grid; grid-template-columns: 1.1fr 1fr; align-items: start; gap: clamp(30px, 7vw, 110px); padding: 0 var(--gutter) 70px; max-width: 1600px; margin: auto; }
.product-detail-art { position: relative; overflow: hidden; border-radius: 3px; background: var(--paper-deep); }
.product-detail-art > img { width: 100%; height: auto; }
.product-detail-copy { padding-top: 28px; min-width: 0; }
.product-detail-copy h1 { margin: 0; font-size: clamp(34px, 3.8vw, 56px); line-height: 1.1; overflow-wrap: break-word; }
.detail-tagline { margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.detail-price { display: flex; align-items: baseline; gap: 10px; margin: 18px 0 28px; font-size: 23px; font-weight: 600; }
.detail-price small { font-size: 10px; }
.detail-description { margin-bottom: 30px; padding-top: 24px; border-top: var(--line); color: var(--muted); font-size: 12px; line-height: 1.85; }
.variant-form { display: grid; gap: 22px; }
.variant-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.variant-form legend { width: 100%; padding: 0; font-size: 11px; font-weight: 700; }
.variant-form legend > span { margin-left: 12px; color: var(--muted); font-weight: 400; }
.color-options, .size-options { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.color-swatch, .size-options label { position: relative; cursor: pointer; }
.color-swatch { padding: 5px; }
.color-swatch input, .size-options input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.color-swatch > span:not(.sr-only) { display: block; width: 26px; height: 26px; background: #ccc; border: 3px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px #b5b4aa; }
.color-swatch > span[data-color-value='#202020'] { background: #202020; }
.color-swatch > span[data-color-value='#eae4d5'] { background: #eae4d5; }
.color-swatch > span[data-color-value='#b7b7af'] { background: #b7b7af; }
.color-swatch input:checked + span { box-shadow: 0 0 0 2px var(--ink); }
.color-swatch input:focus-visible + span, .size-options input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 5px; }
.size-options label > span { display: grid; place-items: center; min-width: 48px; min-height: 44px; padding: 8px; border: var(--line); border-radius: 2px; font-size: 11px; }
.size-options input:checked + span { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.size-options input:disabled + span { color: #8c8b81; text-decoration: line-through; cursor: not-allowed; }
.buy-row { display: grid; grid-template-columns: 88px 1fr; gap: 12px; }
.quantity-control { display: flex; align-items: center; gap: 5px; padding-left: 10px; border: var(--line); border-radius: 2px; font-size: 10px; }
.quantity-control select { min-width: 0; width: 100%; height: 100%; border: 0; background: transparent; }
.form-message { min-height: 18px; margin: 0; color: var(--accent); font-size: 12px; }
.product-notes { margin-top: 22px; padding-top: 20px; border-top: var(--line); }
.product-notes p { display: flex; gap: 10px; font-size: 10px; color: var(--muted); }
.product-notes p > span { color: var(--accent); }
.preview-note, .summary-note { color: var(--muted); font-size: 11px; line-height: 1.75; }
.related-products { border-top: var(--line); }
/* Cart, forms and support pages */
.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(270px, 1fr); gap: clamp(30px, 7vw, 110px); align-items: start; padding-top: 44px; }
.cart-status { color: var(--muted); font-size: 12px; }
.cart-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 24px; padding: 24px 0; border-top: var(--line); align-items: center; }
.cart-item-media { overflow: hidden; border-radius: 3px; background: var(--paper-deep); }
.cart-item-media img { width: 100%; }
.cart-item h2 { margin: 0 0 10px; font-size: 19px; }
.cart-item p { margin: 0 0 6px; color: var(--muted); font-size: 11px; }
.cart-item-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 18px; }
.cart-quantity { display: flex; align-items: center; border: var(--line); border-radius: 3px; }
.cart-quantity button { width: 38px; height: 40px; border: 0; background: transparent; }
.cart-quantity span { min-width: 22px; font-size: 12px; text-align: center; }
.remove-button { min-height: 40px; padding: 4px; border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; color: var(--muted); font-size: 10px; }
.cart-item-price { align-self: start; font-size: 14px; font-weight: 650; }
.cart-summary, .checkout-summary { position: sticky; top: 24px; padding: 28px; border: var(--line); border-radius: 4px; background: #eeebe2; }
.summary-line { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: var(--line); font-size: 12px; }
.total-line { font-size: 17px; font-weight: 750; }
.empty-cart, .empty-panel { grid-column: 1 / -1; padding: 44px 0; }
.empty-cart h2, .empty-panel h2, .empty-panel h3 { margin-bottom: 18px; font-size: clamp(28px, 4vw, 48px); }
.step-label { color: var(--accent); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.checkout-form-wrap h2 { margin: 0 0 28px; font-size: 32px; }
.checkout-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; font-size: 11px; font-weight: 600; }
.field span { color: var(--muted); font-weight: 400; }
.field-wide { grid-column: 1 / -1; }
.field input, .field select { min-width: 0; width: 100%; min-height: 48px; padding: 12px; background: #fffdf7; border: var(--line); border-radius: 3px; }
.field input:disabled, .field select:disabled { opacity: .65; }
.checkout-line { display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; padding: 18px 0; border-top: var(--line); }
.checkout-line img { width: 54px; height: 68px; object-fit: cover; }
.checkout-line h3 { margin: 0 0 6px; font-size: 12px; }
.checkout-line p { margin: 0; font-size: 10px; color: var(--muted); }
.checkout-line > span { font-size: 12px; }
.quote-totals { margin-top: 20px; }
.disabled-checkout { max-width: 1000px; min-height: 440px; margin-inline: 0; }
.disabled-checkout h2 { max-width: 720px; font-size: clamp(38px, 6vw, 70px); margin: 0 0 28px; }
.disabled-checkout > p:not(.eyebrow) { max-width: 570px; color: var(--muted); line-height: 1.9; }
.order-page { min-height: 65vh; }
.test-order-badge { display: inline-block; padding: 6px 12px; background: var(--paper-deep); color: var(--accent); font-size: 11px; }
.order-page > h1, .policy-page h1 { font-size: clamp(40px, 6vw, 76px); margin: 0 0 30px; }
.order-message { max-width: 680px; margin-bottom: 40px; color: var(--muted); }
.order-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 50px; margin-bottom: 40px; }
.order-item { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: var(--line); }
.order-item h2 { font-size: 16px; }
.order-item p { color: var(--muted); font-size: 12px; }
.tracking-panel { padding: 25px; background: var(--paper-deep); border-radius: 3px; }
.tracking-link { display: flex; justify-content: space-between; gap: 15px; padding: 16px 0; border-top: var(--line); }
.tracking-link small { display: block; margin-top: 5px; }
.policy-page { min-height: 60vh; max-width: 1100px; margin-inline: 0; }
.policy-copy { max-width: 670px; margin: 35px 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.policy-contact { padding-top: 20px; border-top: var(--line); }
.error-page { min-height: 60vh; display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 50px; padding: 70px var(--gutter); }
.error-code { color: var(--accent); font-family: var(--serif); font-style: italic; font-size: clamp(100px, 17vw, 230px); }
.error-page h1 { font-size: clamp(40px, 5vw, 70px); }
.error-page p:not(.eyebrow) { max-width: 550px; color: var(--muted); }
/* Responsive layouts */
@media (min-width: 1800px) { .hero h1 { font-size: 108px; } }
@media (max-width: 1100px) {
  .site-nav { gap: 18px; }
  .site-nav a:last-child { display: none; }
  .hero h1 { font-size: 6.8vw; }
  .hero-art { height: 470px; }
  .hero-footnote { margin-top: 30px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 22px; }
  .category-card { padding: 25px; min-height: 300px; }
  .category-copy { width: 62%; }
  .category-card > img { right: 0; width: 58%; }
  .site-footer { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
  .brand-line > span:first-child, .brand-line > span:last-child { font-size: 8px; }
}
@media (max-width: 900px) {
  .site-header { min-height: 78px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 12px var(--gutter) 24px; background: var(--paper); border-bottom: var(--line); box-shadow: 0 15px 20px #20211f0a; }
  .site-nav.is-open { display: flex; flex-direction: column; gap: 0; }
  .site-nav a, .site-nav a:last-child { display: block; padding: 14px 0; border-bottom: var(--line); }
  .preview-bar { gap: 14px; font-size: 9px; }
  .preview-bar > span + span::before { margin-right: 14px; }
  .hero h1 { font-size: 6.7vw; }
  .hero-art { height: 450px; }
  .hero-label { width: 75px; height: 75px; font-size: 15px; }
  .hero-copy > .eyebrow { font-size: 8px; }
  .hero-deck { font-size: 12px; }
  .hero .button { font-size: 11px; padding-inline: 18px; gap: 15px; }
  .hero-art figcaption > span:first-child { display: none; }
  .brand-line { justify-content: center; gap: 26px; }
  .brand-line > span:first-child, .brand-line > span:last-child { display: none; }
  .product-detail { gap: 30px; }
  .product-detail-copy { padding-top: 8px; }
  .product-detail-copy h1 { font-size: 34px; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; gap: 36px; }
  .cart-summary, .checkout-summary { position: static; }
}
@media (max-width: 760px) {
  .preview-bar { flex-wrap: wrap; gap: 2px 14px; padding-block: 7px; font-size: 10px; }
  .preview-detail { display: none; }
  .site-header { min-height: 72px; gap: 12px; }
  .wordmark { font-size: 22px; }
  .wordmark > span { font-size: 28px; }
  .cart-link { gap: 6px; }
  .cart-link > span:not(.cart-count) { display: none; }
  .header-actions { gap: 5px; }
  .hero { grid-template-columns: 1fr; padding: 0 0 26px; }
  .hero-copy { padding: 44px var(--gutter) 36px; }
  .hero-copy > .eyebrow { font-size: 9px; }
  .hero h1 { margin: 6px 0 22px; font-size: clamp(57px, 12.5vw, 88px); }
  .hero-deck { font-size: 14px; margin-bottom: 24px; }
  .hero .button { padding: 15px 20px; font-size: 12px; }
  .hero-footnote { display: none; }
  .hero-art { height: auto; aspect-ratio: 1.22; margin-inline: var(--gutter); }
  .hero-art > img { position: absolute; inset: 0; }
  .hero-label { top: 16px; right: 16px; }
  .hero-art figcaption { padding: 36px 16px 14px; }
  .brand-line { padding-block: 14px; }
  .brand-line > span:nth-child(3) { font-size: 20px; }
  .brand-line > span[aria-hidden] { font-size: 17px; }
  .section { padding-block: 50px; }
  .section-heading { gap: 18px; align-items: center; margin-bottom: 24px; }
  .section-heading .eyebrow { font-size: 8px; }
  .section-heading h2 { font-size: clamp(30px, 6.5vw, 46px); }
  .section-heading > .text-link { gap: 9px; font-size: 10px; }
  .product-grid { gap: 30px 14px; }
  .sample-pill { top: 9px; left: 9px; padding: 3px 6px; font-size: 7px; }
  .product-info { padding-top: 12px; }
  .product-category { font-size: 8px; }
  .product-title-row { display: block; }
  .product-info h3 { font-size: 12px; min-height: 35px; }
  .product-price { display: flex; align-items: baseline; gap: 7px; margin-top: 4px; text-align: left; font-size: 11px; }
  .product-price small { font-size: 7px; }
  .product-tagline { display: none; }
  .product-color-count { font-size: 8px; margin-top: 9px; }
  .product-view { display: none; }
  .collection-note { font-size: 10px; }
  .category-split { grid-template-columns: 1fr; gap: 16px; padding-bottom: 50px; }
  .category-card { min-height: 295px; padding: 30px; }
  .category-copy { width: 57%; }
  .category-copy h2 { font-size: 38px; }
  .category-copy > p:not(.eyebrow) { font-size: 12px; }
  .category-card > img { width: 55%; right: 0; }
  .story-strip { grid-template-columns: 1fr; gap: 20px; padding-block: 42px 60px; }
  .story-intro { display: flex; align-items: center; justify-content: space-between; }
  .story-intro .eyebrow { font-size: 8px; margin: 0; }
  .story-star { margin: 0; font-size: 36px; }
  .story-copy h2 { font-size: clamp(39px, 8vw, 60px); }
  .story-copy > p { font-size: 12px; max-width: 370px; }
  .story-signoff { font-size: 15px; bottom: 16px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 42px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-note { display: none; }
  .footer-links { gap: 4px; }
  .footer-links a { padding-block: 7px; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; font-size: 8px; }
  .footer-bottom > span:nth-child(2) { display: none; }
  .page-hero { padding-block: 40px 32px; }
  .page-hero h1 { font-size: clamp(40px, 8vw, 62px); }
  .page-hero > p:last-child { font-size: 12px; }
  .shop-layout { padding-top: 24px; }
  .filters { margin-bottom: 24px; gap: 8px; }
  .filter-label { display: none; }
  .filters a { padding: 10px 18px; font-size: 11px; }
  .results-topline { font-size: 9px; }
  .breadcrumbs { padding-block: 20px; font-size: 9px; }
  .product-detail { grid-template-columns: 1fr; gap: 30px; padding-bottom: 40px; }
  .product-detail-art { max-width: 540px; width: 100%; margin: auto; }
  .product-detail-copy { padding: 0; }
  .product-detail-copy h1 { max-width: 550px; font-size: 38px; }
  .detail-price { margin-bottom: 24px; }
  .cart-layout, .checkout-layout { padding-top: 28px; }
  .cart-item { grid-template-columns: 84px 1fr; gap: 16px; }
  .cart-item h2 { font-size: 17px; }
  .cart-item-price { grid-column: 2; }
  .cart-item-actions { gap: 10px; }
  .cart-summary, .checkout-summary { padding: 22px; }
  .checkout-form { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .disabled-checkout { min-height: 380px; }
  .disabled-checkout h2 { font-size: 40px; }
  .order-grid { grid-template-columns: 1fr; gap: 25px; }
  .policy-copy { font-size: 13px; }
  .error-page { grid-template-columns: 1fr; gap: 20px; padding-block: 40px; }
  .error-code { font-size: 100px; line-height: 1; }
  .error-page h1 { font-size: 40px; }
}
@media (max-width: 359px) {
  .preview-bar > span:first-child { display: none; }
  .preview-bar > span + span::before { content: none; }
  .wordmark { font-size: 20px; }
  .wordmark > span { font-size: 24px; }
  .hero h1 { font-size: 54px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .product-info h3 { min-height: 0; font-size: 15px; }
  .category-card { padding: 22px; }
  .category-copy h2 { font-size: 31px; }
  .buy-row { grid-template-columns: 78px 1fr; }
  .buy-row .button { padding-inline: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
