/* Neotora — Future Roots / Street Soul */
*, *::before, *::after { box-sizing: border-box; }

:root {
  --jet: #050505;
  --ink: #101010;
  --washed: #171717;
  --charcoal: #29292d;
  --steel: #8b8b8f;
  --bone: #efede5;
  --paper: #f5f3ec;
  --red: #930f16;
  --line-dark: rgba(239, 237, 229, 0.17);
  --line-light: rgba(5, 5, 5, 0.18);
  --font: "Space Grotesk", "Arial Narrow", Arial, sans-serif;
  --max: 1440px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  color-scheme: dark;
}

html { scroll-behavior: smooth; background: var(--jet); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--jet); color: var(--bone); font: 400 16px/1.5 var(--font); -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
::selection { background: var(--red); color: var(--bone); }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: var(--bone); color: var(--jet); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.eyebrow { margin: 0; color: var(--steel); font-size: .69rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }

.announcement { position: relative; z-index: 31; height: 32px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 0 20px; overflow: hidden; background: var(--bone); color: var(--jet); font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.site-header { position: sticky; z-index: 30; top: 0; height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 3.2vw, 52px); border-bottom: 1px solid var(--line-dark); background: rgba(5, 5, 5, .94); backdrop-filter: blur(16px); }
.brand { display: inline-flex; width: min(190px, 40vw); min-height: 44px; align-items: center; }
.brand__wordmark { width: 154px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.desktop-nav a, .header-action { position: relative; color: #b8b6b0; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--bone); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.desktop-nav a:hover, .header-action:hover { color: var(--bone); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.header-action, .menu-toggle { min-height: 44px; border: 0; background: transparent; cursor: pointer; }
.cart-count { display: inline-grid; min-width: 20px; height: 20px; margin-left: 6px; place-items: center; border-radius: 99px; background: var(--red); color: var(--bone); font-size: .62rem; }
.menu-toggle { display: none; width: 44px; padding: 0 9px; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: var(--bone); }

.mobile-menu { position: fixed; z-index: 80; inset: 0; padding: 26px 24px; background: var(--jet); }
.mobile-menu__top { display: flex; justify-content: space-between; margin-bottom: 70px; color: var(--steel); font-size: .69rem; letter-spacing: .16em; text-transform: uppercase; }
.mobile-menu button { border: 0; background: transparent; color: var(--bone); cursor: pointer; text-transform: uppercase; }
.mobile-menu > a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line-dark); font-size: clamp(2rem, 10vw, 4rem); font-weight: 600; letter-spacing: -.05em; line-height: 1; text-transform: uppercase; }
.mobile-menu > a span { align-self: start; color: var(--red); font-size: .65rem; letter-spacing: .1em; }

.hero { min-height: calc(100svh - 104px); display: grid; grid-template-columns: minmax(360px, .84fr) minmax(560px, 1.16fr); max-width: 1920px; margin: 0 auto; border-bottom: 1px solid var(--line-dark); }
.hero__content { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 7vw, 118px) clamp(26px, 5vw, 88px); }
.hero__content h1 { max-width: 760px; margin: 20px 0 28px; font-size: clamp(4.2rem, 7.2vw, 8.8rem); font-weight: 600; letter-spacing: -.075em; line-height: .82; text-transform: uppercase; text-wrap: balance; }
.hero__lede { max-width: 540px; margin: 0; color: #aaa8a3; font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid currentColor; background: transparent; color: var(--bone); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.button--light { border-color: var(--bone); background: var(--bone); color: var(--jet); }
.button--light:hover { border-color: var(--red); background: var(--red); color: var(--bone); }
.button--dark { border-color: var(--jet); background: var(--jet); color: var(--bone); }
.button--dark:hover { border-color: var(--red); background: var(--red); }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line-dark); color: #c8c6bf; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--red); font-size: 1rem; transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, 3px); }
.hero__index { display: flex; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 54px; color: #666; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.hero__visual { min-width: 0; position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: center; overflow: hidden; border-left: 1px solid var(--line-dark); background: var(--ink); }
.hero__visual::before { content: "DROP 01"; position: absolute; top: 26px; right: 28px; z-index: 5; color: #77777c; font-size: .62rem; letter-spacing: .18em; }
.hero__visual::after { content: ""; position: absolute; z-index: 1; inset: 0; box-shadow: inset 0 0 120px rgba(0, 0, 0, .58); pointer-events: none; }
.hero__ambient-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; filter: contrast(1.18) saturate(.76); pointer-events: none; }
.hero__signal-status { position: absolute; z-index: 5; top: 26px; left: 28px; display: flex; align-items: center; gap: 9px; color: #747479; font-size: .57rem; letter-spacing: .16em; text-transform: uppercase; }
.hero__signal-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(147, 15, 22, .55); animation: signalPulse 2.8s ease-out infinite; }
.hero__image-frame { position: relative; z-index: 2; width: 100%; padding: clamp(34px, 5vw, 82px) clamp(14px, 2.6vw, 44px) 26px; }
.hero__image-frame img { width: 100%; max-height: 62vh; object-fit: contain; mix-blend-mode: screen; filter: contrast(1.13) drop-shadow(0 22px 45px rgba(0, 0, 0, .4)); animation: heroProductDrift 8s ease-in-out infinite; }
.hero__visual-meta { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 1fr 44px; align-items: center; gap: 20px; margin: 0 clamp(20px, 3vw, 52px); padding: 18px 0 8px; border-top: 1px solid rgba(239, 237, 229, .22); color: #85858a; font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.hero__visual-meta img { width: 34px; height: 34px; object-fit: contain; justify-self: end; }
body[data-page="home"] .hero__content > * { animation: heroEnter .88s var(--ease) both; }
body[data-page="home"] .hero__content > :nth-child(2) { animation-delay: .08s; }
body[data-page="home"] .hero__content > :nth-child(3) { animation-delay: .16s; }
body[data-page="home"] .hero__content > :nth-child(4) { animation-delay: .24s; }
body[data-page="home"] .hero__content > :nth-child(5) { animation-delay: .32s; }
@keyframes heroEnter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes heroProductDrift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes signalPulse { 0% { box-shadow: 0 0 0 0 rgba(147, 15, 22, .55); } 65%, 100% { box-shadow: 0 0 0 9px rgba(147, 15, 22, 0); } }

.ticker { overflow: hidden; border-bottom: 1px solid var(--line-dark); background: var(--red); color: var(--bone); }
.ticker__track { width: max-content; height: 48px; display: flex; align-items: center; gap: 32px; padding-left: 32px; animation: ticker 28s linear infinite; font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ticker__track i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-38%); } }

.shop-section, .construction, .fit-guide { padding: clamp(72px, 9vw, 144px) clamp(20px, 4.2vw, 68px); }
.shop-section { background: var(--paper); color: var(--jet); }
.section-heading { max-width: var(--max); display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(240px, .6fr); align-items: end; gap: 40px; margin: 0 auto clamp(44px, 6vw, 88px); }
.section-heading--light .eyebrow { color: #5d5b58; }
.section-heading h2, .manifesto h2, .fit-guide h2, .newsletter h2 { margin: 12px 0 0; font-size: clamp(2.8rem, 6.4vw, 7.2rem); font-weight: 600; letter-spacing: -.065em; line-height: .9; text-transform: uppercase; }
.section-heading > p { max-width: 470px; margin: 0; color: #777571; line-height: 1.7; }

.product-grid--editorial { max-width: var(--max); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0 auto; background: var(--line-light); border: 1px solid var(--line-light); }
.product-card { min-width: 0; display: block; background: var(--paper); color: var(--jet); }
.product-card--feature { grid-column: 1 / -1; }
.product-card__media { position: relative; min-height: 330px; display: grid; place-items: center; overflow: hidden; background: var(--jet); }
.product-card__media::after, .catalog-card__media::after { content: ""; position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.product-card:hover .product-card__media::after, .catalog-card:hover .catalog-card__media::after { transform: scaleX(1); transform-origin: left; }
.product-card--feature .product-card__media { min-height: clamp(360px, 44vw, 650px); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .7s var(--ease), filter .7s var(--ease); }
.product-card:not(.product-card--feature) .product-card__media img { width: 104%; }
.product-card:hover .product-card__media img { transform: scale(1.018); filter: brightness(1.06); }
.product-card__number { position: absolute; top: 18px; right: 20px; color: rgba(239, 237, 229, .58); font-size: .64rem; letter-spacing: .1em; }
.product-card__info { min-height: 118px; display: flex; justify-content: space-between; gap: 24px; padding: 22px 24px; border-top: 1px solid var(--line-light); }
.product-card__info p { margin: 0 0 5px; color: #777571; font-size: .63rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.product-card__info h3 { margin: 0; font-size: clamp(1.25rem, 2.2vw, 2rem); font-weight: 600; letter-spacing: -.035em; text-transform: uppercase; }
.product-card__aside { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; text-align: right; }
.product-card__aside span { color: #777571; font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.product-card__aside strong { font-size: 1rem; font-weight: 600; }
.shop-section__footer { max-width: var(--max); display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 34px auto 0; }
.shop-section__footer span { color: #777571; font-size: .62rem; letter-spacing: .11em; text-align: right; text-transform: uppercase; }

/* Full collection */
.collection-hero { min-height: 540px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: end; gap: clamp(54px, 9vw, 150px); max-width: 1920px; margin: 0 auto; padding: clamp(84px, 10vw, 160px) clamp(20px, 5vw, 80px) clamp(64px, 7vw, 110px); border-bottom: 1px solid var(--line-dark); background: var(--jet); }
.collection-hero h1 { margin: 18px 0 0; max-width: 1020px; font-size: clamp(4rem, 8.4vw, 10rem); font-weight: 600; letter-spacing: -.078em; line-height: .8; text-transform: uppercase; }
.collection-hero > p { max-width: 550px; margin: 0; padding-top: 22px; border-top: 1px solid var(--line-dark); color: #9b9994; line-height: 1.8; }
.collection-browser { padding: clamp(52px, 7vw, 100px) clamp(16px, 3.4vw, 54px) clamp(90px, 10vw, 156px); background: var(--paper); color: var(--jet); }
.collection-browser__bar { max-width: var(--max); display: flex; align-items: end; justify-content: space-between; gap: 32px; margin: 0 auto; padding-bottom: 22px; border-bottom: 1px solid var(--line-light); }
.collection-browser__bar h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 4rem); font-weight: 600; letter-spacing: -.055em; text-transform: uppercase; }
.collection-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.collection-filter { min-height: 44px; padding: 0 14px; border: 1px solid var(--line-light); background: transparent; color: #686560; font-size: .61rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.collection-filter span { margin-left: 7px; color: #9b9892; }
.collection-filter:hover { border-color: var(--jet); color: var(--jet); }
.collection-filter.is-active { border-color: var(--jet); background: var(--jet); color: var(--bone); }
.collection-filter.is-active span { color: #aaa8a3; }
.collection-results { max-width: var(--max); margin: 18px auto 28px; color: #77736f; font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.catalog-grid { max-width: var(--max); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 0 auto; border: 1px solid var(--line-light); background: var(--line-light); }
.catalog-card { min-width: 0; background: var(--paper); }
.catalog-card[hidden] { display: none; }
.catalog-card__link { height: 100%; display: flex; flex-direction: column; }
.catalog-card__media { position: relative; aspect-ratio: 6 / 7; overflow: hidden; background: var(--ink); }
.catalog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .6s var(--ease); }
.catalog-card__media span { position: absolute; top: 13px; left: 13px; padding: 6px 8px; background: rgba(5, 5, 5, .78); color: #c7c5bf; font-size: .52rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; backdrop-filter: blur(7px); }
.catalog-card:hover .catalog-card__media img { transform: scale(1.018); filter: brightness(1.05); }
.catalog-card__info { flex: 1; display: grid; grid-template-columns: 1fr auto; align-content: start; gap: 6px 14px; min-height: 132px; padding: 18px; border-top: 1px solid var(--line-light); }
.catalog-card__info h2 { grid-column: 1 / -1; margin: 0 0 8px; font-size: clamp(1rem, 1.4vw, 1.35rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.05; text-transform: uppercase; }
.catalog-card__info p, .catalog-card__info strong { margin: 0; font-size: .59rem; letter-spacing: .09em; text-transform: uppercase; }
.catalog-card__info p { color: #77736f; }
.catalog-card__info strong { color: #4f4c48; font-weight: 600; text-align: right; }
.catalog-endcap { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(22px, 2.5vw, 38px); background: var(--jet); color: var(--bone); }
.catalog-endcap[hidden] { display: none; }
.catalog-endcap > img { width: clamp(62px, 7vw, 108px); height: auto; opacity: .72; }
.catalog-endcap div span { color: #66666a; font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; }
.catalog-endcap div p { margin: 12px 0 0; font-size: clamp(1.55rem, 2.5vw, 3rem); font-weight: 600; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.catalog-endcap > a { align-self: start; padding-bottom: 7px; border-bottom: 1px solid var(--line-dark); color: #a7a59f; font-size: .61rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: border-color .2s ease, color .2s ease; }
.catalog-endcap > a:hover { border-color: var(--bone); color: var(--bone); }

.manifesto { min-height: 780px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--jet); }
.manifesto__image { min-height: 620px; overflow: hidden; border-right: 1px solid var(--line-dark); }
.manifesto__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.manifesto__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 7vw, 112px); }
.manifesto__copy h2 { font-size: clamp(3rem, 5.7vw, 7rem); }
.manifesto__copy > p:not(.eyebrow) { max-width: 570px; margin: 34px 0 0; color: #9d9b95; font-size: 1.05rem; line-height: 1.8; }
.manifesto blockquote { margin: 58px 0 0; padding-top: 24px; border-top: 1px solid var(--line-dark); color: var(--bone); font-size: .8rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }

.construction { background: var(--washed); }
.construction .section-heading > p { color: var(--steel); }
.construction__grid { max-width: var(--max); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: 1px; margin: 0 auto; background: var(--line-dark); border: 1px solid var(--line-dark); }
.construction__image { min-height: 440px; display: grid; place-items: center; overflow: hidden; background: var(--jet); }
.construction__image img { width: 100%; height: 100%; object-fit: cover; }
.spec-list { margin: 0; padding: 0; list-style: none; background: var(--washed); }
.spec-list li { min-height: 110px; display: grid; grid-template-columns: 36px 1fr; align-content: center; column-gap: 12px; padding: 20px 26px; border-bottom: 1px solid var(--line-dark); }
.spec-list li:last-child { border-bottom: 0; }
.spec-list span { grid-row: 1 / 3; color: var(--red); font-size: .65rem; letter-spacing: .1em; }
.spec-list strong { font-size: .88rem; letter-spacing: .07em; text-transform: uppercase; }
.spec-list small { margin-top: 5px; color: var(--steel); font-size: .73rem; }

.fit-guide { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 8vw, 130px); align-items: end; background: var(--paper); color: var(--jet); }
.fit-guide__intro { align-self: start; }
.fit-guide__intro .eyebrow { color: #66635f; }
.fit-guide h2 { font-size: clamp(2.8rem, 5vw, 6rem); }
.fit-guide__intro > p:last-child { max-width: 500px; margin: 28px 0 0; color: #696662; line-height: 1.75; }
.table-wrap { overflow-x: auto; border-top: 1px solid var(--line-light); }
table { width: 100%; min-width: 660px; border-collapse: collapse; }
th, td { padding: 17px 13px; border-bottom: 1px solid var(--line-light); text-align: left; font-size: .76rem; }
thead th { color: #77736f; font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
tbody th { color: var(--red); }

.newsletter { position: relative; min-height: 420px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); align-items: end; gap: 80px; overflow: hidden; padding: clamp(72px, 9vw, 138px) clamp(20px, 6vw, 96px); background: var(--red); }
.newsletter .eyebrow { color: rgba(239, 237, 229, .7); }
.newsletter h2 { max-width: 850px; font-size: clamp(3rem, 6.7vw, 7.8rem); }
.newsletter__mark { position: absolute; top: 50%; left: 48%; width: min(420px, 42vw); opacity: .065; transform: translate(-50%, -50%); pointer-events: none; }
.newsletter__form { position: relative; z-index: 1; align-self: end; }
.newsletter__form input { width: 100%; height: 58px; padding: 0; border: 0; border-bottom: 1px solid rgba(239, 237, 229, .72); border-radius: 0; background: transparent; color: var(--bone); font-size: 1rem; }
.newsletter__form input::placeholder { color: rgba(239, 237, 229, .65); }
.newsletter__form input:focus { outline: 0; border-bottom-color: var(--bone); }
.newsletter__form button { width: 100%; min-height: 54px; display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding: 0; border: 0; background: transparent; color: var(--bone); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.newsletter__message { min-height: 20px; margin: 8px 0 0; font-size: .75rem; }

.site-footer { padding: 76px clamp(20px, 4.2vw, 68px) 24px; background: var(--jet); }
.site-footer__lead { max-width: var(--max); display: flex; justify-content: space-between; align-items: end; gap: 30px; margin: 0 auto; padding-bottom: 62px; border-bottom: 1px solid var(--line-dark); }
.site-footer__wordmark { width: min(520px, 58vw); }
.site-footer__lead p { margin: 0; color: var(--steel); font-size: .73rem; letter-spacing: .13em; text-align: right; text-transform: uppercase; }
.site-footer__links { max-width: var(--max); display: grid; grid-template-columns: repeat(2, minmax(180px, 300px)); justify-content: end; gap: 60px; margin: 52px auto 72px; }
.site-footer__links h2 { margin: 0 0 18px; color: #666; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.site-footer__links a, .site-footer__links span { display: block; margin: 8px 0; color: #aaa8a3; font-size: .8rem; }
.site-footer__links a:hover { color: var(--bone); }
.site-footer__bottom { max-width: var(--max); display: flex; justify-content: space-between; gap: 24px; margin: 0 auto; padding-top: 22px; border-top: 1px solid var(--line-dark); color: #666; font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .78s var(--ease), transform .78s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready [data-reveal].is-revealed { opacity: 1; transform: none; }
.motion-ready [data-reveal-delay="1"] { --reveal-delay: 55ms; }
.motion-ready [data-reveal-delay="2"] { --reveal-delay: 110ms; }
.motion-ready [data-reveal-delay="3"] { --reveal-delay: 165ms; }
.motion-ready [data-reveal-delay="4"] { --reveal-delay: 220ms; }

/* Product pages */
.breadcrumbs { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 clamp(20px, 3.2vw, 52px); border-bottom: 1px solid var(--line-dark); color: #6f6f72; font-size: .59rem; letter-spacing: .13em; text-transform: uppercase; }
.breadcrumbs a { transition: color .2s ease; }
.breadcrumbs a:hover { color: var(--bone); }
.breadcrumbs span:last-child { color: #aaa8a3; }

.product-view { min-height: calc(100svh - 152px); display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(470px, .84fr); max-width: 1920px; margin: 0 auto; border-bottom: 1px solid var(--line-dark); }
.product-gallery { min-width: 0; display: grid; grid-template-rows: minmax(0, 1fr) 144px; min-height: 820px; border-right: 1px solid var(--line-dark); background: var(--ink); }
.product-gallery--single { grid-template-rows: minmax(0, 1fr); }
.product-gallery__stage { position: relative; min-height: 0; display: grid; place-items: center; overflow: hidden; padding: clamp(34px, 5vw, 78px); }
.product-gallery__stage::before { content: ""; position: absolute; inset: 50% auto auto 50%; width: min(64vw, 790px); aspect-ratio: 1; border: 1px solid rgba(239, 237, 229, .055); border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.product-gallery__stage > img { position: relative; z-index: 1; width: 100%; height: 100%; max-height: 650px; object-fit: contain; filter: contrast(1.04); transition: opacity .25s ease; }
.product-gallery__index, .product-gallery__drop { position: absolute; z-index: 2; bottom: 24px; color: #6b6b6f; font-size: .59rem; letter-spacing: .15em; text-transform: uppercase; }
.product-gallery__index { left: clamp(20px, 3vw, 44px); }
.product-gallery__drop { right: clamp(20px, 3vw, 44px); }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding-top: 1px; background: var(--line-dark); }
.product-gallery__thumb { min-width: 0; position: relative; display: grid; place-items: center; overflow: hidden; padding: 12px; border: 0; background: var(--jet); cursor: pointer; }
.product-gallery__thumb::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .25s var(--ease); }
.product-gallery__thumb.is-active::after { transform: scaleX(1); }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: contain; opacity: .48; transition: opacity .25s ease, transform .35s var(--ease); }
.product-gallery__thumb:hover img, .product-gallery__thumb.is-active img { opacity: 1; }
.product-gallery__thumb:hover img { transform: scale(1.025); }

.product-view__info { min-width: 0; display: flex; flex-direction: column; padding: clamp(44px, 5vw, 78px) clamp(26px, 4.2vw, 68px); background: var(--paper); color: var(--jet); }
.product-view__meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: clamp(52px, 7vw, 104px); color: #77736f; font-size: .59rem; letter-spacing: .13em; text-transform: uppercase; }
.product-view__info .eyebrow { color: #706d68; }
.product-view__heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-top: 14px; }
.product-view__heading h1 { margin: 0; font-size: clamp(3.15rem, 4.8vw, 6.3rem); font-weight: 600; letter-spacing: -.072em; line-height: .84; overflow-wrap: anywhere; text-transform: uppercase; text-wrap: balance; }
.product-view__price { flex: 0 0 112px; margin: 0 0 5px; font-size: .75rem; font-weight: 600; letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.product-view__lede { max-width: 620px; margin: 34px 0 42px; color: #67645f; line-height: 1.75; }
.product-form { margin-top: auto; }
.option-group { margin: 0; padding: 22px 0; border: 0; border-top: 1px solid var(--line-light); }
.option-group legend { width: 100%; display: flex; justify-content: space-between; padding: 0; color: #595651; font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.option-group legend span { color: var(--jet); }
.option-group legend a { color: #77736f; transition: color .2s ease; }
.option-group legend a:hover { color: var(--red); }
.swatches, .sizes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.swatch { width: 34px; height: 34px; position: relative; padding: 0; border: 1px solid rgba(5, 5, 5, .24); border-radius: 50%; background: var(--swatch); cursor: pointer; }
.swatch--jet-black { --swatch: #050505; }
.swatch--washed-black { --swatch: #171717; }
.swatch--charcoal { --swatch: #29292d; }
.swatch--steel-grey { --swatch: #8b8b8f; }
.swatch--bone-white { --swatch: #efede5; }
.swatch--blood-red { --swatch: #930f16; }
.swatch::after { content: ""; position: absolute; inset: -5px; border: 1px solid transparent; border-radius: 50%; transition: border-color .2s ease; }
.swatch:hover::after, .swatch.is-selected::after { border-color: var(--jet); }
.swatch--light { box-shadow: inset 0 0 0 1px rgba(5, 5, 5, .12); }
.product-finish { display: grid; grid-template-columns: minmax(90px, .35fr) minmax(0, 1fr); gap: 7px 22px; padding: 22px 0; border-top: 1px solid var(--line-light); }
.product-finish span { color: #595651; font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-finish strong { font-size: .73rem; font-weight: 600; letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.product-finish small { grid-column: 2; color: #7b7873; font-size: .67rem; line-height: 1.5; text-align: right; }
.product-archive { margin-top: auto; padding: 25px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.product-archive .eyebrow { color: var(--red); }
.product-archive > p:last-child { max-width: 520px; margin: 12px 0 0; color: #6f6c67; font-size: .82rem; line-height: 1.7; }
.size-option { min-width: 54px; height: 48px; border: 1px solid var(--line-light); background: transparent; color: #625f5a; font-size: .7rem; font-weight: 600; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.size-option:hover { border-color: var(--jet); color: var(--jet); }
.size-option.is-selected { border-color: var(--jet); background: var(--jet); color: var(--bone); }
.option-group.has-error .size-option { border-color: var(--red); }
.product-form__message { min-height: 20px; margin: 0 0 8px; color: var(--red); font-size: .72rem; }
.product-form__submit { min-height: 58px; }
.product-form__note { margin: 12px 0 0; color: #7b7873; font-size: .67rem; line-height: 1.5; text-align: center; }
.product-accordions { margin-top: 34px; border-bottom: 1px solid var(--line-light); }
.product-accordions details { border-top: 1px solid var(--line-light); }
.product-accordions summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; list-style: none; color: #4e4b47; font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.product-accordions summary::-webkit-details-marker { display: none; }
.product-accordions summary span { color: var(--red); font-size: 1rem; transition: transform .2s ease; }
.product-accordions details[open] summary span { transform: rotate(45deg); }
.product-accordions details p, .product-accordions details ul { margin: 0; padding: 0 0 22px; color: #716e69; font-size: .78rem; line-height: 1.65; }
.product-accordions details ul { padding-left: 18px; }

.product-brief { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); border-bottom: 1px solid var(--line-dark); background: var(--washed); }
.product-brief__image { min-height: 560px; display: grid; place-items: center; overflow: hidden; padding: clamp(24px, 4vw, 72px); border-right: 1px solid var(--line-dark); background: var(--jet); }
.product-brief__image img { width: 100%; max-height: 620px; object-fit: contain; }
.product-brief__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 7vw, 112px); }
.product-brief__copy h2 { margin: 16px 0 30px; font-size: clamp(3rem, 5.2vw, 6.4rem); font-weight: 600; letter-spacing: -.07em; line-height: .86; text-transform: uppercase; }
.product-brief__copy > p:not(.eyebrow) { max-width: 600px; margin: 0; color: #999792; font-size: 1rem; line-height: 1.8; }
.brief-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 52px 0 0; background: var(--line-dark); }
.brief-specs div { padding: 18px 12px 4px 0; background: var(--washed); }
.brief-specs dt { color: #656569; font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }
.brief-specs dd { margin: 7px 0 0; color: var(--bone); font-size: .73rem; text-transform: uppercase; }

.related-products { padding: clamp(72px, 9vw, 144px) clamp(20px, 4.2vw, 68px); background: var(--paper); color: var(--jet); }
.related-products .section-heading .eyebrow { color: #66635f; }
.related-products__grid { max-width: var(--max); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0 auto; border: 1px solid var(--line-light); background: var(--line-light); }
.related-card { min-width: 0; background: var(--paper); }
.related-card > div { min-height: 330px; display: grid; place-items: center; overflow: hidden; background: var(--jet); }
.related-card img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s var(--ease), filter .6s var(--ease); }
.related-card:hover img { transform: scale(1.02); filter: brightness(1.08); }
.related-card p { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 22px 24px; border-top: 1px solid var(--line-light); }
.related-card span { color: #77736f; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.related-card strong { font-size: .8rem; text-transform: uppercase; }

.drawer-scrim { position: fixed; z-index: 59; inset: 0; visibility: hidden; background: rgba(0, 0, 0, .66); opacity: 0; transition: opacity .35s ease, visibility .35s ease; }
.drawer-scrim.is-open { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; z-index: 60; top: 0; right: 0; width: min(460px, 100vw); height: 100dvh; display: flex; flex-direction: column; background: var(--paper); color: var(--jet); transform: translateX(100%); transition: transform .42s var(--ease); }
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__header { display: flex; justify-content: space-between; align-items: start; padding: 28px; border-bottom: 1px solid var(--line-light); }
.cart-drawer__header .eyebrow { color: #6e6b66; }
.cart-drawer__header h2 { margin: 4px 0 0; font-size: 2rem; letter-spacing: -.04em; text-transform: uppercase; }
.icon-button { min-height: 44px; padding: 0; border: 0; background: transparent; color: #55524e; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding: 0 28px; }
.cart-empty { margin: 0; padding: 70px 0; color: #77736f; text-align: center; }
.cart-empty__mark { width: 54px; height: 54px; margin: 0 auto 22px; object-fit: contain; filter: invert(1); opacity: .48; }
.cart-empty p { margin: 0; color: var(--jet); font-size: .88rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.cart-empty span { display: block; margin-top: 7px; font-size: .7rem; }
.cart-line { display: grid; grid-template-columns: 84px 1fr auto; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.cart-line img { width: 84px; height: 104px; object-fit: contain; background: var(--jet); }
.cart-line h3 { margin: 0 0 5px; font-size: .86rem; text-transform: uppercase; }
.cart-line p { margin: 0; color: #77736f; font-size: .72rem; }
.cart-line__controls { display: flex; align-items: center; gap: 13px; margin-top: 18px; }
.cart-line__controls button, .cart-line__remove { min-width: 32px; min-height: 32px; border: 1px solid var(--line-light); background: transparent; color: var(--jet); cursor: pointer; }
.cart-line__remove { border: 0; color: #77736f; font-size: .62rem; text-transform: uppercase; }
.cart-line__aside { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 18px; }
.cart-line__aside strong { font-size: .76rem; }
.cart-drawer__footer { padding: 24px 28px 28px; border-top: 1px solid var(--line-light); }
.cart-subtotal { display: flex; justify-content: space-between; margin-bottom: 20px; text-transform: uppercase; }
.cart-drawer__footer > p { margin: 12px 0 0; color: #77736f; font-size: .67rem; text-align: center; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero__content { min-height: 72svh; }
  .hero__visual { min-height: 58vw; border-top: 1px solid var(--line-dark); border-left: 0; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto__image { min-height: 62vw; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .construction__grid { grid-template-columns: 1fr; }
  .construction__image { min-height: 45vw; }
  .fit-guide { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; align-items: start; }
  .newsletter__form { max-width: 620px; }
  .collection-hero { min-height: auto; grid-template-columns: 1fr; align-items: start; }
  .collection-hero > p { max-width: 680px; }
  .collection-browser__bar { align-items: start; flex-direction: column; }
  .collection-filters { justify-content: flex-start; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-view { grid-template-columns: 1fr; }
  .product-gallery { min-height: 720px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .product-view__info { padding-top: 72px; padding-bottom: 72px; }
  .product-view__meta { margin-bottom: 70px; }
  .product-brief { grid-template-columns: 1fr; }
  .product-brief__image { min-height: 60vw; border-right: 0; border-bottom: 1px solid var(--line-dark); }
}

@media (max-width: 680px) {
  .announcement { justify-content: space-between; font-size: .55rem; }
  .announcement span:nth-child(3) { display: none; }
  .site-header { height: 64px; padding: 0 16px; }
  .brand__wordmark { width: 128px; }
  .header-action { font-size: .63rem; }
  .hero { min-height: auto; }
  .hero__content { min-height: 600px; padding: 72px 20px 34px; }
  .hero__content h1 { margin-top: 17px; font-size: clamp(3.5rem, 18vw, 5.7rem); }
  .hero__lede { font-size: .95rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 32px; }
  .hero__actions .button, .hero__actions .text-link { width: 100%; justify-content: center; }
  .hero__index { padding-top: 42px; }
  .hero__visual { min-height: 430px; }
  .hero__image-frame { padding: 58px 10px 18px; }
  .hero__visual-meta { grid-template-columns: 1fr 1fr; margin: 0 18px; }
  .hero__visual-meta img { display: none; }
  .ticker__track { animation-duration: 20s; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .section-heading h2, .newsletter h2 { font-size: clamp(2.8rem, 15vw, 5rem); }
  .section-heading > p { font-size: .9rem; }
  .product-grid--editorial { grid-template-columns: 1fr; }
  .product-card--feature { grid-column: auto; }
  .product-card__media, .product-card--feature .product-card__media { min-height: 310px; }
  .product-card__info { min-height: 106px; padding: 18px; }
  .product-card__aside span { display: none; }
  .shop-section__footer { align-items: start; flex-direction: column; }
  .shop-section__footer span { text-align: left; }
  .collection-hero { gap: 48px; padding-top: 86px; padding-bottom: 70px; }
  .collection-hero h1 { font-size: clamp(3.7rem, 17vw, 6.4rem); }
  .collection-hero > p { padding-top: 18px; font-size: .9rem; }
  .collection-browser { padding-right: 12px; padding-left: 12px; }
  .collection-browser__bar { gap: 22px; }
  .collection-filters { width: calc(100% + 24px); flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; margin-right: -12px; margin-left: -12px; padding: 0 12px 8px; scrollbar-width: none; }
  .collection-filters::-webkit-scrollbar { display: none; }
  .collection-filter { flex: 0 0 auto; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-card__media span { top: 8px; left: 8px; max-width: calc(100% - 16px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .catalog-card__info { grid-template-columns: 1fr; min-height: 142px; gap: 5px; padding: 14px 12px; }
  .catalog-card__info h2 { grid-column: auto; margin-bottom: 8px; font-size: .92rem; }
  .catalog-card__info strong { text-align: left; }
  .manifesto { min-height: auto; }
  .manifesto__image { min-height: 88vw; }
  .manifesto__copy { padding: 72px 20px; }
  .manifesto__copy h2 { font-size: clamp(2.8rem, 14vw, 5rem); }
  .construction__image { min-height: 60vw; }
  .fit-guide, .newsletter { padding-right: 20px; padding-left: 20px; }
  .fit-guide h2 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  .newsletter { min-height: 520px; gap: 55px; }
  .newsletter__mark { left: 70%; width: 70vw; }
  .site-footer { padding-top: 62px; }
  .site-footer__lead { align-items: start; flex-direction: column; }
  .site-footer__wordmark { width: 78vw; }
  .site-footer__lead p { text-align: left; }
  .site-footer__links { grid-template-columns: 1fr; justify-content: start; gap: 36px; }
  .site-footer__bottom { align-items: start; flex-direction: column; }
  .cart-drawer__header, .cart-items, .cart-drawer__footer { padding-right: 20px; padding-left: 20px; }
  .breadcrumbs { min-height: 44px; padding: 0 16px; overflow-x: auto; white-space: nowrap; }
  .product-gallery { grid-template-rows: minmax(420px, 1fr) 104px; min-height: 540px; }
  .product-gallery--single { grid-template-rows: minmax(420px, 1fr); }
  .product-gallery__stage { padding: 44px 16px 54px; }
  .product-gallery__thumb { padding: 7px; }
  .product-view__info { padding: 58px 20px 64px; }
  .product-view__meta { margin-bottom: 52px; }
  .product-view__heading { align-items: start; flex-direction: column; gap: 16px; }
  .product-view__heading h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .product-view__price { margin: 0; }
  .product-view__lede { margin: 28px 0 36px; }
  .sizes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
  .size-option { min-width: 0; width: 100%; }
  .product-brief { min-height: auto; }
  .product-brief__image { min-height: 82vw; padding: 20px; }
  .product-brief__copy { padding: 70px 20px; }
  .product-brief__copy h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .brief-specs { grid-template-columns: 1fr; }
  .related-products__grid { grid-template-columns: 1fr; }
  .related-card > div { min-height: 270px; }
  .related-card p { align-items: start; flex-direction: column; }
  .cart-line { grid-template-columns: 72px 1fr auto; gap: 12px; }
  .cart-line img { width: 72px; height: 94px; }
}

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