:root {
  --ink: #11110f;
  --paper: #f5f4f0;
  --white: #fff;
  --line: #d9d7d0;
  --muted: #6e6d68;
  --accent: #d4ff3f;
  --page-pad: clamp(18px, 3.4vw, 54px);
  --display: "Anybody", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.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; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 64px; padding: 8px var(--page-pad); color: var(--white); background: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 0 var(--page-pad); border-bottom: 1px solid rgba(0,0,0,.12); background: rgba(245,244,240,.94); backdrop-filter: blur(12px); }
.wordmark { font-family: var(--display); font-size: 25px; font-weight: 900; letter-spacing: .14em; line-height: 1; white-space: nowrap; }
.wordmark span { color: var(--muted); }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 40px); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.nav-item { display: flex; align-items: center; }
.primary-nav a, .account-link { position: relative; }
.primary-nav a::after, .account-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .2s ease; }
.primary-nav a:hover::after, .account-link:hover::after { right: 0; }

/* ---------- mega menu ---------- */
.mega { position: absolute; z-index: 25; top: 100%; left: 0; right: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) 280px; gap: 40px; padding: 38px var(--page-pad) 44px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px rgba(17,17,15,.14); animation: mega-in .18s ease both; }
@keyframes mega-in { from { opacity: 0; transform: translateY(-6px); } }
.mega-col { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.mega-col strong { margin-bottom: 6px; color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.mega-col a { font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.mega-col a:hover { color: var(--muted); }
.mega-note { margin: 0; max-width: 230px; color: var(--muted); font-size: 12px; font-weight: 400; line-height: 1.6; letter-spacing: 0; text-transform: none; }
.mega-feature { display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: center; }
.mega-feature img { width: 96px; height: 118px; object-fit: cover; background: #e7e5df; }
.mega-feature span { display: flex; flex-direction: column; gap: 7px; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.mega-feature em { width: fit-content; padding: 5px 7px; background: var(--accent); font-size: 8px; font-style: normal; font-weight: 900; }
.mega-feature strong { font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.mega-feature:hover strong { color: var(--muted); }
.announce-rotate { animation: announce-in .45s ease both; }
@keyframes announce-in { from { opacity: 0; transform: translateY(5px); } }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.header-actions button, .mobile-menu { border: 0; background: transparent; padding: 8px; }
.header-actions button { position: relative; }
.icon { position: relative; display: block; width: 19px; height: 19px; }
.icon-search { width: 15px; height: 15px; border: 1.8px solid var(--ink); border-radius: 50%; }
.icon-search::after { content: ""; position: absolute; width: 7px; height: 1.8px; right: -5px; bottom: -3px; background: var(--ink); transform: rotate(45deg); }
.icon-bag { height: 16px; margin-top: 3px; border: 1.8px solid var(--ink); border-radius: 2px; }
.icon-bag::before { content: ""; position: absolute; width: 8px; height: 5px; left: 4px; top: -7px; border: 1.8px solid var(--ink); border-bottom: 0; border-radius: 5px 5px 0 0; }
.cart-count { position: absolute; top: -1px; right: -3px; min-width: 15px; height: 15px; display: grid; place-items: center; color: var(--ink); background: var(--accent); border-radius: 50%; font-size: 8px; }
.mobile-menu { display: none; }
.mobile-nav, .search-panel { position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(17,17,15,.12); }
.mobile-nav { padding: 22px var(--page-pad) 30px; }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 24px; font-weight: 800; letter-spacing: -.02em; }
.search-panel { padding: 20px var(--page-pad); max-height: 72vh; overflow-y: auto; }
.search-panel form { display: flex; gap: 16px; }
.search-panel input { flex: 1; min-width: 0; padding: 15px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; outline: 0; font-size: 12px; letter-spacing: .12em; }
.search-panel form button { padding: 0 20px; border: 0; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.search-results { margin-top: 14px; border-top: 1px solid var(--line); }
.search-empty { margin: 20px 0 6px; color: var(--muted); font-size: 12px; }
.search-hit { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.search-hit:hover { background: rgba(0,0,0,.035); }
.search-hit img { width: 46px; height: 58px; object-fit: cover; background: #e7e5df; }
.search-hit strong { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.search-hit em { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-style: normal; letter-spacing: .06em; }
.search-price { font-size: 12px; font-weight: 700; }

/* .hero is the slide shell; each slide sets its own background-image inline. */
.hero { min-height: min(790px, calc(100vh - 116px)); position: relative; display: flex; align-items: flex-end; padding: 72px var(--page-pad); color: var(--white); }
.hero-content { max-width: 820px; }
.eyebrow { margin: 0 0 17px; font-size: 10px; font-weight: 800; letter-spacing: .24em; }
.eyebrow.dark { color: var(--muted); }
.hero h1, .section-heading h2, .story h2, footer h2, .shop-hero h1, .product-details h1, .mission-page h1, .mission-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(46px, 7.1vw, 108px); font-stretch: condensed; font-weight: 900; line-height: .87; letter-spacing: -.055em; text-transform: uppercase; }
.hero-copy { max-width: 460px; margin: 25px 0 31px; font-size: 15px; line-height: 1.6; }
.hero-actions { display: flex; gap: 10px; }
.button { min-width: 170px; padding: 15px 22px; border: 1px solid var(--white); text-align: center; font-size: 10px; font-weight: 800; letter-spacing: .15em; transition: .2s ease; }
.button-light { color: var(--ink); background: var(--white); }
.button-outline { color: var(--white); }
.button:hover { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.hero-index { position: absolute; right: var(--page-pad); bottom: 70px; margin: 0; font-size: 10px; letter-spacing: .2em; }
.audience-nav { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.audience-nav a { padding: 20px; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .18em; transition: background .2s ease; }
.audience-nav a + a { border-left: 1px solid var(--line); }
.audience-nav a:hover { background: var(--accent); }

.product-section { padding: clamp(76px, 10vw, 140px) var(--page-pad); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.section-heading h2 { font-size: clamp(44px, 5vw, 76px); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.text-link span { font-size: 16px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-card { min-width: 0; }
.product-media { position: relative; overflow: hidden; background: #e7e5df; aspect-ratio: .79; }
.product-image { position: absolute; inset: 0; display: block; }
.product-image img { height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .5s ease, filter .3s ease, opacity .4s ease; }
.product-card:hover .product-image img { transform: scale(1.025); filter: saturate(1); }
.badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 7px 9px; color: var(--ink); background: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: .14em; pointer-events: none; }
.quick-add { position: absolute; z-index: 3; left: 10px; right: 10px; bottom: 10px; display: flex; justify-content: center; gap: 12px; padding: 13px; border: 0; background: var(--white); text-align: center; font-size: 9px; font-weight: 800; letter-spacing: .15em; transform: translateY(65px); transition: transform .25s ease, background .2s ease; }
.quick-add:hover { background: var(--accent); }
.product-card:hover .quick-add, .quick-add:focus-visible { transform: translateY(0); }
.product-info { display: flex; justify-content: space-between; gap: 8px; padding-top: 15px; }
.product-info h3 { margin: 0 0 7px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.product-info p { margin: 0; font-size: 11px; }
.rating { flex-shrink: 0; font-size: 8px !important; letter-spacing: .04em; }
.rating span { color: var(--muted); }
.swatches { display: flex; align-items: center; gap: 7px; margin-top: 12px; }
.swatch { width: 15px; height: 15px; padding: 0; border: 2px solid var(--paper); border-radius: 50%; outline: 1px solid transparent; }
.swatch.active { outline-color: var(--ink); }
.more-colors { margin-left: 2px; color: var(--muted); font-size: 9px; }

.collections { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.collection { position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 18px; padding: clamp(30px, 5vw, 74px); overflow: hidden; color: var(--white); background-position: center; background-size: cover; }
.collection::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.79), rgba(0,0,0,.04) 64%); }
.collection > * { position: relative; z-index: 1; }
.collection-dragon { background-image: url("assets/editorial/dragon-campaign-board.jpg"); }
.collection-samurai { background-image: url("assets/tees/bushido-vintage-brown.jpg"); }
.collection strong { max-width: 520px; font-family: var(--display); font-size: clamp(32px, 4.2vw, 66px); font-weight: 900; line-height: .92; letter-spacing: -.045em; }
.collection-link { padding-bottom: 5px; border-bottom: 1px solid; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.story { display: grid; grid-template-columns: 80px 1.4fr 1fr; gap: 6vw; align-items: end; padding: clamp(90px, 13vw, 180px) var(--page-pad); }
.story-number { align-self: start; margin: 0; color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.story h2 { font-size: clamp(48px, 6vw, 88px); }
.story-copy { max-width: 420px; }
.story-copy p { margin: 0 0 34px; color: #44433e; font-size: 16px; line-height: 1.75; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip p { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 28px var(--page-pad); }
.trust-strip p + p { border-left: 1px solid var(--line); }
.trust-strip strong { font-size: 10px; letter-spacing: .13em; }
.trust-strip span { color: var(--muted); font-size: 11px; }

footer { padding: clamp(70px, 9vw, 120px) var(--page-pad) 30px; color: var(--white); background: var(--ink); }
.footer-intro { max-width: 860px; }
footer h2 { font-size: clamp(44px, 6.3vw, 92px); }
.email-form { max-width: 620px; display: flex; margin-top: 38px; border-bottom: 1px solid #777; }
.email-form input { flex: 1; min-width: 0; padding: 18px 0; border: 0; outline: 0; color: var(--white); background: transparent; font-size: 11px; letter-spacing: .14em; }
.email-form button { border: 0; color: var(--accent); background: transparent; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.email-form button:disabled { cursor: default; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin: 100px 0 80px; padding-top: 30px; border-top: 1px solid #353535; }
.footer-links div { display: flex; flex-direction: column; gap: 14px; }
.footer-links strong { margin-bottom: 5px; color: #878782; font-size: 9px; letter-spacing: .16em; }
.footer-links a { width: fit-content; font-size: 12px; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 24px; border-top: 1px solid #353535; }
.footer-mark { font-size: clamp(28px, 4vw, 60px); }
.footer-bottom p { margin: 0; color: #777; font-size: 9px; letter-spacing: .12em; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; max-width: calc(100vw - 32px); padding: 14px 20px; color: var(--ink); background: var(--accent); box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transform: translate(-50%, 100px); opacity: 0; transition: .25s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.shop-page { min-height: 70vh; padding: clamp(70px, 9vw, 130px) var(--page-pad); }
.shop-hero { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 30px; margin-bottom: 70px; }
.shop-hero .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.shop-hero h1 { font-size: clamp(52px, 8vw, 120px); }
.shop-hero > p:last-child { max-width: 330px; margin: 0 0 10px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.shop-toolbar { display: flex; align-items: center; gap: 8px; margin-bottom: 32px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.shop-toolbar > div { display: flex; gap: 8px; }
.shop-toolbar button { padding: 10px 16px; border: 1px solid var(--line); background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.shop-toolbar button.active { border-color: var(--ink); color: var(--white); background: var(--ink); }
.shop-toolbar > span { margin-left: auto; color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.sort-field select { padding: 10px 14px; border: 1px solid var(--line); background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.audience-toggle { display: flex; gap: 8px; margin-bottom: 18px; }
.audience-toggle button { padding: 12px 26px; border: 1px solid var(--line); background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.audience-toggle button.active { border-color: var(--ink); color: var(--ink); background: var(--accent); }

.product-page { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); max-width: 1600px; min-height: 760px; margin: 0 auto; background: var(--white); }
.product-gallery { min-width: 0; padding: clamp(18px, 3vw, 48px); background: #e9e7e1; }
.product-main-image { aspect-ratio: 1 / .94; overflow: hidden; background: #ddd; }
.product-main-image img { height: 100%; object-fit: cover; }
.product-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.product-thumbs button { padding: 0; overflow: hidden; border: 1px solid transparent; background: none; aspect-ratio: 1; }
.product-thumbs button.active { border: 2px solid var(--ink); }
.product-thumbs img { height: 100%; object-fit: cover; }
.product-details { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 94px); border-left: 1px solid var(--line); }
.breadcrumb { margin: 0 0 36px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.breadcrumb a { color: var(--ink); }
.detail-badge { width: fit-content; margin-bottom: 20px; padding: 7px 9px; background: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.product-details h1 { max-width: 620px; font-size: clamp(44px, 5vw, 78px); }
.detail-price { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 28px 0; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.detail-price > span:first-child { font-family: var(--display); font-size: 25px; font-weight: 800; }
.detail-copy { margin: 0 0 38px; color: #4c4b47; font-size: 14px; line-height: 1.75; }
.selector-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 9px; letter-spacing: .14em; }
.selector-heading button { padding: 0; border: 0; border-bottom: 1px solid; background: transparent; font-size: inherit; letter-spacing: inherit; }
.size-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(62px, 1fr)); gap: 8px; }
.size-grid button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 58px; border: 1px solid var(--line); background: var(--white); font-size: 13px; font-weight: 700; letter-spacing: .04em; transition: .15s ease; }
.size-grid button em { font-size: 8px; font-style: normal; font-weight: 600; letter-spacing: .1em; color: var(--muted); }
.size-grid button:hover { border-color: var(--ink); }
.size-grid button.active { border-color: var(--ink); color: var(--white); background: var(--ink); }
.size-grid button.active em { color: rgba(255,255,255,.62); }
.size-picked { color: var(--muted); letter-spacing: .12em; }
.guide-link { padding: 0; border: 0; border-bottom: 1px solid; background: transparent; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.guide-link:hover { color: var(--muted); }

/* ---------- size guide ---------- */
.guide-layer { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; padding: 20px; }
.guide-layer .cart-scrim { opacity: 1; }
.guide { position: relative; width: min(620px, 100%); max-height: 86vh; display: flex; flex-direction: column; background: var(--paper); box-shadow: 0 30px 60px rgba(0,0,0,.3); animation: mega-in .2s ease both; }
.guide-body { overflow-y: auto; padding: 24px; }
.guide-note { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.guide-note:last-child { margin: 18px 0 0; }
.guide-scroll { overflow-x: auto; }
.size-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.size-table th, .size-table td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.size-table thead th { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.size-table tbody th { font-weight: 800; letter-spacing: .06em; }
.size-table tbody tr:hover { background: rgba(0,0,0,.035); }
.add-bag { display: flex; justify-content: space-between; margin-top: 18px; padding: 20px 24px; border: 1px solid var(--ink); color: var(--white); background: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.add-bag:hover { border-color: var(--accent); color: var(--ink); background: var(--accent); }
.detail-notes { margin-top: 28px; border-top: 1px solid var(--line); }
.detail-notes p { display: flex; justify-content: space-between; margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .12em; }
.detail-notes span { color: var(--muted); letter-spacing: .04em; }

.mission-hero { min-height: 700px; display: flex; flex-direction: column; justify-content: flex-end; padding: 80px var(--page-pad); color: var(--white); background: linear-gradient(0deg, rgba(0,0,0,.82), rgba(0,0,0,.05) 70%), url("assets/tees/conqueror-espresso.jpg") center / cover; }
.mission-page h1 { font-size: clamp(58px, 10vw, 150px); }
.mission-copy { display: grid; grid-template-columns: 120px 1.3fr .7fr; gap: 5vw; align-items: start; padding: clamp(90px, 13vw, 180px) var(--page-pad); }
.mission-copy h2 { font-size: clamp(45px, 6vw, 88px); }
.mission-copy div { color: #44433e; font-size: 16px; line-height: 1.75; }
.mission-copy div p:first-child { margin-top: 0; }
.mission-image { width: calc(100% - 2 * var(--page-pad)); max-width: 1300px; margin: 0 auto clamp(90px, 13vw, 180px); }

/* ---------- hero carousel ---------- */
.hero-carousel { position: relative; }
.carousel-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-slide { flex: 0 0 100%; scroll-snap-align: start; scroll-snap-stop: always; background-repeat: no-repeat; background-size: cover; background-position: var(--focus, center); }
.carousel-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.42) 48%, rgba(0,0,0,.12) 100%); }
.carousel-slide .hero-content { position: relative; z-index: 1; }
.carousel-slide .hero-index { z-index: 1; }
.carousel-arrow { position: absolute; z-index: 3; top: 50%; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); color: var(--white); background: rgba(17,17,15,.28); backdrop-filter: blur(6px); font-size: 15px; transform: translateY(-50%); transition: .2s ease; }
.carousel-arrow:hover { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.carousel-arrow.prev { left: var(--page-pad); }
.carousel-arrow.next { right: var(--page-pad); }
.carousel-dots { position: absolute; z-index: 3; left: 50%; bottom: 26px; display: flex; gap: 9px; transform: translateX(-50%); }
.carousel-dots button { width: 34px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.36); transition: background .2s ease; }
.carousel-dots button.active { background: var(--accent); }
.carousel-dots button:hover { background: var(--white); }

/* ---------- countdown ---------- */
.countdown { display: flex; align-items: flex-start; gap: 8px; }
.countdown-cell { display: flex; flex-direction: column; align-items: center; min-width: 62px; padding: 12px 8px; border: 1px solid currentColor; }
.countdown-cell strong { font-family: var(--display); font-size: 27px; font-weight: 900; line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.countdown-cell em { margin-top: 6px; font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .18em; opacity: .62; }
.countdown-sep { align-self: center; padding-bottom: 12px; font-size: 18px; opacity: .35; }
.countdown-lg .countdown-cell { min-width: 84px; padding: 16px 10px; }
.countdown-lg .countdown-cell strong { font-size: clamp(32px, 5.4vw, 48px); }
.countdown-live { margin: 0; font-family: var(--display); font-size: 30px; font-weight: 900; letter-spacing: -.03em; }

/* ---------- launch band ---------- */
.launch-band { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: center; padding: clamp(54px, 7vw, 96px) var(--page-pad); color: var(--paper); background: var(--ink); }
.launch-band h2 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(38px, 5vw, 74px); font-weight: 900; line-height: .9; letter-spacing: -.05em; }
.launch-band-form > p { margin: 0; color: #a3a39e; font-size: 14px; line-height: 1.7; }
.launch-band .email-form { margin-top: 22px; }

/* ---------- waitlist ---------- */
.waitlist .waitlist-msg { margin: 12px 0 0; font-size: 10px; font-weight: 700; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.waitlist .waitlist-msg.ok { color: var(--accent); }
.waitlist .waitlist-msg.error { color: #ff6b5e; }
.waitlist .waitlist-consent { max-width: 620px; margin: 14px 0 0; color: #787874; font-size: 10px; font-weight: 400; line-height: 1.7; letter-spacing: .02em; text-transform: none; }
.waitlist .waitlist-consent a { border-bottom: 1px solid currentColor; }
.waitlist .waitlist-consent a:hover { color: var(--accent); }
.waitlist-footer .email-form { max-width: 620px; }
.email-form input[aria-invalid="true"] { color: #ff6b5e; }
.email-form input::placeholder { color: inherit; opacity: .55; }

/* ---------- launch gate ---------- */
.gate { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 30px var(--page-pad); overflow-y: auto; color: var(--paper); background: linear-gradient(100deg, rgba(10,10,9,.93) 0%, rgba(10,10,9,.72) 55%, rgba(10,10,9,.5) 100%), url("assets/tees/conqueror-oxblood.jpg") center / cover; animation: gate-in .5s ease both; }
@keyframes gate-in { from { opacity: 0; } }
.gate-inner { width: min(720px, 100%); }
.gate-mark { margin: 0 0 44px; color: var(--paper); font-size: 22px; }
.gate-mark span { color: #8b8b86; }
.gate h1 { margin: 0 0 22px; font-family: var(--display); font-size: clamp(58px, 11vw, 132px); font-weight: 900; line-height: .84; letter-spacing: -.055em; }
.gate-copy { max-width: 500px; margin: 0 0 34px; color: #c4c4bf; font-size: 15px; line-height: 1.7; }
.gate-copy strong { color: var(--accent); }
.gate .countdown { margin-bottom: 40px; }
.gate .email-form { max-width: 560px; margin-top: 0; border-bottom-color: #6a6a65; }
.gate-skip { margin-top: 40px; }
.gate-hint { margin: 14px 0 0; color: #a3a39e; font-size: 11px; letter-spacing: .04em; }
.gate-close { position: fixed; z-index: 2; top: 22px; right: var(--page-pad); width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); color: var(--paper); background: rgba(0,0,0,.28); backdrop-filter: blur(6px); font-size: 16px; transition: .2s ease; }
.gate-close:hover { color: var(--ink); background: var(--accent); border-color: var(--accent); }

/* ---------- craft / spec grid ---------- */
.craft { padding: clamp(76px, 10vw, 130px) var(--page-pad); border-top: 1px solid var(--line); }
.craft-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
.craft-grid article { display: flex; flex-direction: column; gap: 12px; padding-top: 22px; border-top: 2px solid var(--ink); }
.craft-grid .eyebrow { margin: 0; }
.craft-grid strong { font-family: var(--display); font-size: clamp(22px, 2.2vw, 32px); font-weight: 900; letter-spacing: -.035em; line-height: 1; }
.craft-grid p:last-child { margin: 0; color: #4c4b47; font-size: 13px; line-height: 1.7; }
.craft-detail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 60px; }
.craft-detail figure { margin: 0; }
.craft-detail img { aspect-ratio: 4 / 3; object-fit: cover; background: #e7e5df; }
.craft-detail figcaption { margin-top: 12px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- pillars ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); padding: 0 var(--page-pad) clamp(80px, 11vw, 150px); }
.pillars article { display: flex; flex-direction: column; gap: 14px; }
.pillars h3 { margin: 0; font-family: var(--display); font-size: clamp(24px, 2.6vw, 36px); font-weight: 900; line-height: .98; letter-spacing: -.04em; }
.pillars p:last-child { margin: 0; color: #4c4b47; font-size: 14px; line-height: 1.75; }
.pillars .story-number { margin: 0; }

/* ---------- homepage quotes ---------- */
.quotes { padding: clamp(70px, 9vw, 120px) var(--page-pad); color: var(--paper); background: var(--ink); }
.quotes .eyebrow { margin-bottom: 44px; }
.quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 60px); }
.quote-grid figure { display: flex; flex-direction: column; gap: 16px; margin: 0; padding-top: 24px; border-top: 1px solid #3a3a37; }
.quote-grid .stars { color: var(--accent); font-size: 12px; }
.quote-grid .stars-dim { color: #4a4a46; }
.quote-grid blockquote { margin: 0; font-size: 15px; line-height: 1.7; }
.quote-grid figcaption { color: #8f8f8a; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }

/* ---------- product reviews ---------- */
.reviews { grid-column: 1 / -1; display: grid; grid-template-columns: 280px 1fr; gap: clamp(30px, 5vw, 80px); padding: clamp(50px, 6vw, 80px) clamp(38px, 6vw, 94px); border-top: 1px solid var(--line); }
.reviews-summary h2 { margin: 8px 0 6px; font-family: var(--display); font-size: 64px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.reviews-summary .stars { font-size: 14px; letter-spacing: .1em; }
.reviews-count { margin: 10px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .06em; }
.reviews-list { display: grid; gap: 26px; }
.reviews-list article { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.reviews-list article:last-child { border-bottom: 0; padding-bottom: 0; }
.reviews-list header { display: flex; align-items: baseline; gap: 14px; margin-bottom: 10px; }
.reviews-list header .stars { flex-shrink: 0; font-size: 10px; }
.reviews-list header strong { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.reviews-list p { margin: 0 0 12px; color: #4c4b47; font-size: 14px; line-height: 1.75; }
.reviews-list footer { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.reviews-list footer span { color: var(--ink); }

/* ---------- detail accordion + FAQ (native details) ---------- */
.detail-accordion { margin-top: 30px; }
.detail-accordion details, .faq details { border-bottom: 1px solid var(--line); }
.detail-accordion summary, .faq summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 17px 0; cursor: pointer; list-style: none; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.detail-accordion summary::-webkit-details-marker, .faq summary::-webkit-details-marker { display: none; }
.detail-accordion summary span, .faq summary span { flex-shrink: 0; font-size: 15px; font-weight: 400; transition: transform .2s ease; }
.detail-accordion details[open] summary span, .faq details[open] summary span { transform: rotate(45deg); }
.detail-accordion p, .detail-accordion ul { margin: 0 0 16px; color: #4c4b47; font-size: 13px; line-height: 1.8; }
.detail-accordion ul { padding-left: 18px; }
.detail-accordion li { margin-bottom: 6px; }
.detail-accordion a { border-bottom: 1px solid; color: var(--ink); }

/* ---------- lookbook ---------- */
.lookbook { padding: clamp(70px, 9vw, 130px) var(--page-pad); }
.look-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.look { position: relative; display: block; overflow: hidden; color: var(--white); background: #1a1a18; aspect-ratio: 1 / 1.05; }
.look-wide { grid-column: span 2; aspect-ratio: 2 / 1.05; }
.look img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.look:hover img { transform: scale(1.03); }
.look::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0) 58%); }
.look-caption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: clamp(22px, 3vw, 42px); }
.look-caption .eyebrow { margin: 0; }
.look-caption strong { font-family: var(--display); font-size: clamp(26px, 3.4vw, 50px); font-weight: 900; line-height: .95; letter-spacing: -.045em; }
.look-caption p { max-width: 420px; margin: 0; font-size: 13px; line-height: 1.6; }

/* ---------- help page ---------- */
.help-page { padding: clamp(70px, 9vw, 130px) var(--page-pad); }
.faq { max-width: 820px; margin-bottom: clamp(70px, 9vw, 120px); }
.faq h2, .help-sections h2 { margin: 0 0 8px; font-family: var(--display); font-size: clamp(26px, 3vw, 40px); font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.faq h2 { margin-bottom: 20px; }
.faq summary { font-size: 14px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.faq p { margin: 0 0 20px; max-width: 700px; color: #4c4b47; font-size: 14px; line-height: 1.8; }
.help-sections { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 5vw, 70px); }
.help-sections article { scroll-margin-top: 130px; padding-top: 24px; border-top: 2px solid var(--ink); }
.help-sections p { margin: 14px 0 0; color: #4c4b47; font-size: 14px; line-height: 1.8; }
.help-sections a { border-bottom: 1px solid; }

/* Crawler-visible fallback inside #root. React removes it on mount; this only ever shows
   for the moment before the bundle boots, so keep it legible rather than invisible. */
.static-content { max-width: 760px; margin: 0 auto; padding: 60px 24px; }
.static-content h1 { font-family: var(--display); font-size: 40px; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.static-content h2 { margin-top: 40px; font-family: var(--display); font-size: 24px; font-weight: 900; letter-spacing: -.03em; text-transform: uppercase; }
.static-content h3 { margin-top: 28px; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; }
.static-content p { color: #4c4b47; font-size: 15px; line-height: 1.75; }

/* ---------- journal ---------- */
.journal, .article { padding: clamp(70px, 9vw, 130px) var(--page-pad); }
.journal-grid { display: grid; gap: 16px; }
.journal-card { display: grid; grid-template-columns: minmax(0, 300px) 1fr; gap: clamp(20px, 3vw, 44px); align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.journal-card img { aspect-ratio: 4 / 3; object-fit: cover; background: #e7e5df; transition: transform .5s ease; }
.journal-card:hover img { transform: scale(1.02); }
.journal-card h2 { margin: 10px 0 12px; font-family: var(--display); font-size: clamp(24px, 3vw, 42px); font-weight: 900; line-height: .98; letter-spacing: -.04em; }
.journal-excerpt { max-width: 560px; margin: 0 0 20px; color: #4c4b47; font-size: 14px; line-height: 1.75; }
.journal-card .text-link { display: inline-flex; }

.article-head { max-width: 900px; margin: 0 auto 40px; }
.article-head h1 { margin: 0; font-family: var(--display); font-size: clamp(38px, 5.6vw, 84px); font-weight: 900; line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.article-meta { margin: 20px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.article-image { max-width: 1100px; margin: 0 auto; aspect-ratio: 16 / 8; object-fit: cover; background: #e7e5df; }
.article-body { max-width: 720px; margin: 0 auto; padding-top: 50px; }
.article-lede { margin: 0 0 34px; font-size: 20px; line-height: 1.6; letter-spacing: -.01em; }
.article-body h2 { margin: 42px 0 14px; font-family: var(--display); font-size: clamp(20px, 2.2vw, 28px); font-weight: 900; letter-spacing: -.03em; text-transform: uppercase; }
.article-body p { margin: 0 0 20px; color: #3c3b37; font-size: 16px; line-height: 1.85; }
.article-more { max-width: 1100px; margin: clamp(60px, 8vw, 110px) auto 0; padding-top: 40px; border-top: 1px solid var(--line); }
.article-more .journal-card h2 { font-size: clamp(20px, 2.2vw, 28px); }

/* ---------- ticker ---------- */
.ticker { overflow: hidden; padding: 11px 0; color: var(--paper); background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.ticker-track { display: flex; width: max-content; animation: ticker 34s linear infinite; }
.ticker-track span { padding-right: 14px; white-space: nowrap; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- cards ---------- */
.stars { letter-spacing: .06em; }
.stars-dim { color: var(--line); }
.card-colorway { margin: 10px 0 0; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.card-collection { margin: 4px 0 0; color: #9a9994; font-size: 9px; font-style: italic; letter-spacing: .04em; }
.rating-new { color: var(--ink); font-weight: 800; letter-spacing: .12em; }
.detail-price .rating-new { font-size: 9px !important; color: var(--muted); }
.swatch { transition: transform .15s ease; }
.swatch:hover { transform: scale(1.22); }
.quick-sizes { position: absolute; z-index: 3; left: 10px; right: 10px; bottom: 10px; display: flex; gap: 4px; padding: 8px; background: var(--white); }
.quick-sizes button { flex: 1; padding: 9px 0; border: 1px solid var(--line); background: transparent; font-size: 9px; font-weight: 800; }
.quick-sizes button:hover { border-color: var(--ink); background: var(--accent); }
.quick-cancel { flex: 0 0 30px !important; }
.empty-grid { padding: 40px 0; color: var(--muted); font-size: 14px; }
.empty-grid a { border-bottom: 1px solid; color: var(--ink); }

/* ---------- product detail ---------- */
.selector-heading { margin-top: 30px; }
.selector-heading span { color: var(--muted); letter-spacing: .12em; }
.colorway-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 6px; }
.colorway-chip { position: relative; width: 62px; padding: 0; border: 1px solid var(--line); background: var(--white); }
.colorway-chip img { height: 74px; object-fit: cover; filter: saturate(.85); }
.colorway-chip > span { position: absolute; top: 5px; left: 5px; width: 10px; height: 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.colorway-chip em { display: block; padding: 5px 3px; font-size: 7px; font-style: normal; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; line-height: 1.25; }
.colorway-chip.active { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.colorway-chip.active img { filter: saturate(1); }
.field-error { margin: 12px 0 0; color: #a3261f; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.fit-note { color: var(--muted); }
.size-conversion { margin: 12px 0 0; color: var(--muted); font-size: 9px; letter-spacing: .1em; }

/* ---------- cart drawer ---------- */
.cart-layer { position: fixed; inset: 0; z-index: 60; visibility: hidden; }
.cart-layer.open { visibility: visible; }
.cart-scrim { position: absolute; inset: 0; background: rgba(17,17,15,.5); opacity: 0; transition: opacity .28s ease; }
.cart-layer.open .cart-scrim { opacity: 1; }
.cart-drawer { position: absolute; top: 0; right: 0; bottom: 0; width: min(430px, 100%); display: flex; flex-direction: column; background: var(--paper); box-shadow: -20px 0 50px rgba(0,0,0,.2); transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); }
.cart-layer.open .cart-drawer { transform: translateX(0); }
.cart-head { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.cart-head button { padding: 4px 6px; border: 0; background: transparent; font-size: 15px; }
.cart-ship { padding: 16px 24px; border-bottom: 1px solid var(--line); }
.cart-ship p { margin: 0 0 9px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cart-ship-bar { height: 3px; background: var(--line); }
.cart-ship-bar span { display: block; height: 100%; background: var(--ink); transition: width .35s ease; }
.cart-body { flex: 1; overflow-y: auto; padding: 4px 24px; }
.cart-empty { padding: 60px 0; text-align: center; }
.cart-empty p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 72px; height: 92px; object-fit: cover; background: #e7e5df; }
.cart-line-info strong { display: block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.cart-line-info em { display: block; margin: 5px 0 12px; color: var(--muted); font-size: 9px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.qty { display: flex; align-items: center; gap: 2px; }
.qty button { width: 26px; height: 26px; border: 1px solid var(--line); background: transparent; font-size: 13px; line-height: 1; }
.qty button:hover { border-color: var(--ink); }
.qty span { min-width: 30px; text-align: center; font-size: 11px; font-weight: 700; }
.qty .remove { width: auto; margin-left: 10px; padding: 0 4px; border: 0; border-bottom: 1px solid var(--muted); color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.qty .remove:hover { color: var(--ink); border-color: var(--ink); }
.cart-line-price { font-size: 12px; font-weight: 700; }
.cart-foot { padding: 20px 24px 24px; color: var(--paper); background: var(--ink); }
.cart-foot p { display: flex; justify-content: space-between; margin: 0 0 6px; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.cart-foot strong { font-family: var(--display); font-size: 19px; }
.cart-foot-note { color: #949490; font-size: 9px !important; font-weight: 400 !important; letter-spacing: .06em !important; }
.cart-foot .add-bag { width: 100%; margin-top: 14px; border-color: var(--paper); color: var(--ink); background: var(--paper); }
.cart-foot .add-bag:hover { border-color: var(--accent); background: var(--accent); }

/* ---------- checkout ---------- */
.button-dark { display: inline-block; width: fit-content; color: var(--white); background: var(--ink); border-color: var(--ink); }
.checkout-page { min-height: 62vh; padding: clamp(60px, 8vw, 110px) var(--page-pad); }
.checkout-page h1 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(48px, 7vw, 104px); font-weight: 900; line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.confirm-copy { max-width: 480px; margin: 0 0 30px; color: #4c4b47; font-size: 15px; line-height: 1.7; }
.demo-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 420px); gap: clamp(30px, 5vw, 70px); align-items: start; margin-top: 20px; }
.checkout-form h2, .checkout-summary h2 { margin: 0 0 16px; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.checkout-form h2 + label { margin-top: 0; }
.checkout-form h2:not(:first-child) { margin-top: 34px; }
.checkout-form label { display: block; margin-bottom: 14px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.checkout-form input { width: 100%; margin-top: 7px; padding: 15px 14px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: 13px; letter-spacing: normal; text-transform: none; }
.checkout-form input:focus { border-color: var(--ink); outline: 0; }
.checkout-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkout-form .add-bag { width: 100%; margin-top: 24px; }
.checkout-summary { padding: 28px; background: var(--white); border: 1px solid var(--line); }
.summary-line { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.summary-line img { width: 52px; height: 66px; object-fit: cover; background: #e7e5df; }
.summary-line strong { display: block; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.summary-line em { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.summary-price { font-size: 12px; font-weight: 700; }
.summary-total { display: flex; justify-content: space-between; margin: 12px 0 0; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.summary-total.grand { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--ink); font-family: var(--display); font-size: 19px; font-weight: 800; letter-spacing: 0; }

@media (max-width: 960px) {
  .launch-band { grid-template-columns: 1fr; }
  .craft-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
  .pillars { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; gap: 30px; }
  .reviews { grid-template-columns: 1fr; padding-inline: clamp(20px, 6vw, 94px); }
  .help-sections { grid-template-columns: 1fr; }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-summary { order: -1; }
  .site-header { min-height: 70px; }
  .primary-nav, .account-link, .mega { display: none; }
  .mobile-menu { justify-self: start; display: flex; flex-direction: column; gap: 6px; }
  .mobile-menu span { width: 21px; height: 1.5px; background: var(--ink); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 10px; }
  .collections { min-height: 620px; }
  .story { grid-template-columns: 40px 1fr; }
  .story-copy { grid-column: 2; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip p:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-strip p:nth-child(4) { border-top: 1px solid var(--line); }
  .product-page { grid-template-columns: 1fr; }
  .product-details { border-top: 1px solid var(--line); border-left: 0; }
  .mission-copy { grid-template-columns: 60px 1fr; }
  .mission-copy div { grid-column: 2; }
}

@media (max-width: 640px) {
  .announcement { min-height: 30px; font-size: 8px; letter-spacing: .12em; }
  .announcement span:last-child { display: none; }
  .site-header { padding: 0 15px; }
  .wordmark { font-size: 19px; }
  .header-actions { gap: 8px; }
  .header-actions .cart-count { right: -1px; }
  .search-panel { gap: 8px; padding: 14px 15px; }
  .search-panel button { padding: 0 12px; }
  .hero { min-height: 650px; padding: 50px 20px; background-position: 61% center; }
  .carousel-slide { background-position: 61% center; }
  .carousel-arrow { display: none; }
  .carousel-dots { bottom: 18px; }
  .carousel-dots button { width: 24px; }
  .launch-band { padding-inline: 20px; }
  .countdown-cell { min-width: 0; flex: 1; padding: 10px 4px; }
  .countdown-cell strong { font-size: 21px; }
  .countdown-lg .countdown-cell { min-width: 0; padding: 12px 4px; }
  .gate-mark { margin-bottom: 30px; }
  .gate .countdown { margin-bottom: 30px; }
  .gate-skip { margin-top: 32px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-copy { max-width: 300px; margin: 18px 0 26px; font-size: 13px; }
  .hero-actions { width: 100%; }
  .button { min-width: 0; flex: 1; padding-inline: 10px; }
  .hero-index { display: none; }
  .audience-nav a { padding: 17px; font-size: 10px; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2 { font-size: 38px; }
  .section-heading .eyebrow { margin-bottom: 10px; }
  .section-heading .text-link { gap: 8px; font-size: 8px; }
  .product-section { padding: 72px 10px; }
  .product-section > .section-heading { padding: 0 8px; }
  .product-info { display: block; }
  .product-info h3 { font-size: 10px; line-height: 1.35; }
  .rating { margin-top: 8px !important; }
  .quick-add, .quick-sizes { display: none; }
  .badge { top: 8px; left: 8px; font-size: 7px; }
  .collections { display: block; }
  .collection { min-height: 540px; padding: 28px 22px; }
  .story { display: block; padding: 90px 20px; }
  .story-number { margin-bottom: 60px; }
  .story h2 { font-size: 48px; }
  .story-copy { margin-top: 42px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p + p, .trust-strip p:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  footer { padding-inline: 20px; }
  .footer-links { grid-template-columns: 1fr 1fr; margin: 80px 0 60px; }
  .footer-links div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom p { margin-top: 22px; }
  .shop-page { padding: 70px 10px; }
  .shop-hero { display: block; margin-bottom: 46px; padding: 0 8px; }
  .shop-hero .eyebrow { margin-bottom: 14px; }
  .shop-hero h1 { font-size: 54px; }
  .shop-hero > p:last-child { margin-top: 20px; }
  .shop-toolbar { flex-wrap: wrap; }
  .shop-toolbar > div { overflow-x: auto; }
  .shop-toolbar button { flex: 0 0 auto; }
  .shop-toolbar > span { display: none; }
  .sort-field, .sort-field select { width: 100%; }
  .audience-toggle button { flex: 1; padding-inline: 10px; }
  .checkout-page { padding-inline: 20px; }
  .checkout-row { grid-template-columns: 1fr; gap: 0; }
  .checkout-summary { padding: 20px; }
  .cart-line { grid-template-columns: 60px 1fr auto; gap: 12px; }
  .cart-line img { width: 60px; height: 78px; }
  .craft, .quotes { padding-inline: 20px; }
  .craft-grid { grid-template-columns: 1fr; }
  .craft-detail { grid-template-columns: 1fr; margin-top: 40px; }
  .pillars { padding-inline: 20px; }
  .lookbook, .help-page, .journal, .article { padding: 70px 20px; }
  .journal-card { grid-template-columns: 1fr; gap: 16px; padding-bottom: 30px; }
  .article-image { aspect-ratio: 4 / 3; }
  .article-lede { font-size: 17px; }
  .article-body p { font-size: 15px; }
  .look-grid { grid-template-columns: 1fr; }
  .look, .look-wide { grid-column: auto; aspect-ratio: 1 / 1.1; }
  .reviews-summary h2 { font-size: 48px; }
  .guide-layer { padding: 12px; }
  .guide-body { padding: 18px; }
  .size-table th, .size-table td { padding: 10px 8px; }
  .product-gallery { padding: 10px; }
  .product-main-image { aspect-ratio: 1; }
  .product-details { padding: 46px 20px 70px; }
  .product-details h1 { font-size: 46px; }
  .mission-hero { min-height: 640px; padding: 60px 20px; background-position: 48% center; }
  .mission-page h1 { font-size: 61px; }
  .mission-copy { display: block; padding: 90px 20px; }
  .mission-copy h2 { margin-bottom: 42px; font-size: 46px; }
  .mission-image { width: calc(100% - 40px); margin-bottom: 90px; }
}

@media (max-width: 370px) {
  .site-header { grid-template-columns: 36px 1fr auto; gap: 4px; }
  .header-actions { gap: 2px; }
  .header-actions button { padding: 7px; }
  .wordmark { justify-self: center; font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .section-heading h2 { font-size: 34px; }
  .product-info h3 { font-size: 9px; }
}

@media (hover: none) { .quick-add, .quick-sizes { display: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none !important; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
