:root {
  --ink: #0b0c0d;
  --paper: #f7f6f2;
  --line: #d9d7d0;
  --turquoise: #0bc5c8;
  --orange: #ff4b0b;
  --pink: #f21f74;
  --muted: #77756f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.announcement { background: var(--ink); color: #fff; text-align: center; padding: 10px 16px; font-size: 11px; letter-spacing: .16em; font-weight: 700; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(247,246,242,.96); }
.utility { position: relative; height: 46px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; letter-spacing: .1em; }
.utility-note { position: absolute; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.plain-button { border: 0; background: transparent; padding: 0; cursor: pointer; letter-spacing: .1em; }
.mobile-menu { visibility: hidden; }
.top-actions { display: flex; align-items: center; gap: 22px; }
.language-toggle { display: flex; align-items: center; gap: 5px; color: #9b9993; font-weight: 700; }
.language-toggle [data-lang-option].active { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.language-divider { color: #c7c4bd; }
.cart-count { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-left: 6px; border-radius: 50%; background: var(--ink); color: white; }
.brand { width: max-content; display: flex; flex-direction: column; align-items: center; gap: 6px; margin: 8px auto 14px; }
.logo-crop { position: relative; display: block; width: 86px; height: 86px; overflow: hidden; background: #050708; border-radius: 50%; }
.logo-crop img { position: absolute; width: 200%; height: 200%; max-width: none; left: 0; top: -100%; }
.brand-name { font-family: "Archivo Black", Impact, sans-serif; font-size: 13px; letter-spacing: .18em; }
.main-nav { display: flex; justify-content: center; gap: 46px; font-size: 12px; letter-spacing: .11em; font-weight: 600; }
.main-nav a { padding: 13px 0 16px; border-bottom: 2px solid transparent; }
.main-nav a:hover { border-color: var(--orange); }

.intro { text-align: center; padding: 78px 0 55px; }
.eyebrow { color: var(--turquoise); font-size: 11px; font-weight: 800; letter-spacing: .19em; }
.intro h1 { max-width: 900px; margin: 16px auto; font-family: "Archivo Black", Impact, sans-serif; text-transform: uppercase; font-size: clamp(18px, 3vw, 38px); line-height: .98; letter-spacing: -.045em; }
.lead { max-width: 640px; margin: 22px auto 0; color: #54524d; font-size: 16px; line-height: 1.7; }
.shop-toolbar { height: 54px; border-block: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; font-size: 11px; letter-spacing: .11em; }
.filter-button { justify-self: start; width: 170px; height: 100%; padding: 0; border: 0; border-right: 1px solid var(--line); background: transparent; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }

.product-grid { padding: 48px 0 110px; display: grid; grid-template-columns: minmax(280px, 560px); justify-content: center; }
.product-card { min-width: 0; }
.product-visual { position: relative; display: block; overflow: hidden; background: #101315; aspect-ratio: .86; }
.product-visual > img { position: absolute; width: 262%; max-width: none; left: 0; top: -31%; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-visual:hover > img { transform: scale(1.035); }
.badge { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 8px 11px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.quick-view { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 14px; background: rgba(247,246,242,.94); padding: 16px; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .13em; transform: translateY(80px); transition: transform .3s ease; }
.product-visual:hover .quick-view { transform: translateY(0); }
.product-info { padding: 22px 2px; }
.material { color: var(--muted); margin: 0 0 8px; font-size: 10px; letter-spacing: .15em; }
.product-title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.product-title-row h2, .product-title-row p { margin: 0; font-size: 16px; }
.product-title-row h2 { text-transform: uppercase; letter-spacing: .08em; }
.product-description { color: var(--muted); font-size: 13px; line-height: 1.6; }
.color-row { display: flex; gap: 7px; }
.swatch { width: 17px; height: 17px; border-radius: 50%; border: 2px solid var(--paper); outline: 1px solid #bbb; }
.turquoise { background: var(--turquoise); }.orange { background: var(--orange); }.white { background: #fff; }

.product-detail { display: grid; grid-template-columns: 1.2fr .8fr; background: #fff; }
.detail-gallery { min-height: 720px; background: #0c0e10; display: grid; place-items: center; overflow: hidden; }
.detail-gallery img { width: 100%; height: 100%; object-fit: contain; }
.detail-copy { align-self: center; padding: clamp(45px, 7vw, 100px); }
.detail-copy h2 { margin: 12px 0; font-family: "Archivo Black", Impact, sans-serif; text-transform: uppercase; font-size: clamp(40px, 5vw, 68px); line-height: 1; }
.detail-price { font-weight: 700; }
.detail-copy > p:not(.eyebrow,.detail-price) { color: #5b5954; line-height: 1.75; }
.selector { margin-top: 36px; border-top: 1px solid var(--line); padding-top: 20px; }
.selector-heading { display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.selector-heading button { border: 0; background: none; color: var(--muted); text-decoration: underline; cursor: pointer; }
.sizes { display: flex; gap: 8px; margin: 15px 0 22px; }
.sizes button { min-width: 92px; padding: 13px 18px; border: 1px solid var(--line); background: white; cursor: pointer; }
.sizes button.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.primary-button { width: 100%; border: 0; padding: 18px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .14em; cursor: pointer; transition: background .2s, transform .2s; }
.primary-button:hover { background: var(--turquoise); transform: translateY(-2px); }
.features { list-style: none; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line); }
.features li { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.features .feature-number { color: var(--turquoise); font-weight: 800; }
.features .feature-text { color: inherit; font-weight: 400; }

.story { background: var(--ink); color: white; padding: 110px max(40px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.story-mark { font-family: "Archivo Black", Impact, sans-serif; font-style: italic; font-size: clamp(120px, 20vw, 260px); line-height: .7; color: var(--turquoise); text-shadow: 15px 12px 0 var(--orange); }
.story h2 { margin: 10px 0 20px; font-family: "Archivo Black", Impact, sans-serif; text-transform: uppercase; font-size: clamp(38px, 5vw, 72px); line-height: 1; }
.story p:last-child { max-width: 580px; color: #b9b9b6; line-height: 1.8; }

footer { background: #050606; color: white; padding: 70px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 45px; padding-bottom: 60px; }
.footer-grid strong { display: block; margin-bottom: 16px; font-size: 11px; letter-spacing: .16em; }
.footer-grid p, .footer-grid a { display: block; color: #8d8e8c; font-size: 12px; margin: 0 0 10px; }
.footer-bottom { padding-top: 20px; border-top: 1px solid #262727; display: flex; justify-content: space-between; color: #777; font-size: 10px; letter-spacing: .13em; }
.toast { position: fixed; z-index: 10; right: 24px; bottom: 24px; max-width: 360px; padding: 15px 18px; background: var(--turquoise); color: #001718; font-size: 13px; font-weight: 700; transform: translateY(100px); opacity: 0; transition: .3s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 800px) {
  .wrap { width: min(100% - 26px, 620px); }
  .mobile-menu { visibility: visible; }
  .utility-note { display: none; }
  .top-actions { gap: 14px; }
  .main-nav { display: none; flex-direction: column; gap: 0; padding: 15px 25px 25px; text-align: center; }
  .main-nav.open { display: flex; }
  .intro { padding: 58px 0 42px; }
  .shop-toolbar { gap: 13px; grid-template-columns: 1fr auto auto; }
  .filter-button { width: auto; padding-right: 20px; }
  .product-grid { padding: 28px 0 70px; }
  .quick-view { transform: none; }
  .product-detail { grid-template-columns: 1fr; }
  .detail-gallery { min-height: 0; aspect-ratio: 1; }
  .detail-copy { padding: 50px 24px 70px; }
  .story { grid-template-columns: 1fr; padding: 80px 26px; }
  .story-mark { font-size: 125px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
