:root {
  --ink: #11100e;
  --paper: #f1efe9;
  --acid: #d6ff36;
  --orange: #ff5b22;
  --muted: #77746c;
  --line: rgba(17,16,14,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; }
body.locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.announcement {
  height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px;
  color: white; background: var(--ink); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
}
.announcement span { color: var(--acid); }
.nav {
  height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 4vw; border-bottom: 1px solid var(--line); background: rgba(241,239,233,.9);
  backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 20;
}
.logo { display: flex; align-items: center; gap: 10px; border: 0; background: none; font: 700 12px/1 "DM Sans"; letter-spacing: -.03em; text-align: left; cursor: pointer; }
.logo span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid; border-radius: 50%; font-size: 11px; }
.nav nav { display: flex; gap: 34px; font-size: 13px; }
.nav nav a { position: relative; }
.nav nav a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1px; background: currentColor; transition: .25s; }
.nav nav a:hover::after { width: 100%; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.nav-actions button { border: 0; background: none; cursor: pointer; }
.cart-toggle { padding: 10px 15px !important; border: 1px solid var(--ink) !important; border-radius: 30px; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.cart-toggle span { display: inline-grid; place-items: center; margin-left: 7px; width: 21px; height: 21px; color: var(--ink); background: var(--acid); border-radius: 50%; }

.hero { min-height: 720px; height: calc(100vh - 120px); max-height: 900px; display: grid; grid-template-columns: 44% 56%; position: relative; overflow: hidden; }
.hero-copy { padding: 9vh 0 6vh 6vw; z-index: 2; }
.eyebrow { font: 600 10px "DM Sans"; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 25px; height: 1px; margin: 0 9px 3px 0; background: currentColor; }
.hero h1 { margin: 7vh 0 3vh; font: 600 clamp(70px, 9vw, 142px)/.77 "DM Sans"; letter-spacing: -.085em; text-transform: uppercase; }
.hero h1 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.hero-text { max-width: 390px; color: #5d5a53; font-size: 16px; line-height: 1.7; }
.cta { display: inline-flex; align-items: center; gap: 36px; margin-top: 4vh; padding: 15px 18px 15px 22px; color: white; background: var(--ink); border-radius: 40px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; transition: .25s; }
.cta:hover { gap: 48px; background: var(--orange); }
.cta svg { width: 17px; }
.hero-visual { position: relative; background: #ddd9cf; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, transparent 0 22%, rgba(17,16,14,.04) 22.2% 22.7%, transparent 23% 34%, rgba(17,16,14,.06) 34.2% 34.6%, transparent 35%); }
.hero-visual img { position: absolute; width: min(74%, 620px); height: 80%; object-fit: contain; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-3deg); filter: drop-shadow(0 30px 30px rgba(0,0,0,.18)); mix-blend-mode: multiply; animation: float 5s ease-in-out infinite; }
@keyframes float { 50% { transform: translate(-50%,-53%) rotate(-1deg); } }
.orbit { position: absolute; border: 1px solid rgba(17,16,14,.13); border-radius: 50%; }
.orbit-a { width: 70%; aspect-ratio: 1; left: 15%; top: 10%; }
.orbit-b { width: 100%; aspect-ratio: 1; left: 0; top: -5%; }
.hero-label { position: absolute; left: 35px; top: 30px; right: 35px; display: flex; justify-content: space-between; font: 500 10px "DM Sans"; text-transform: uppercase; letter-spacing: .1em; }
.hero-stamp { position: absolute; right: 30px; bottom: 30px; width: 105px; height: 105px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); text-align: center; font: 700 10px/1.4 "DM Sans"; transform: rotate(8deg); }
.scroll-note { position: absolute; left: 6vw; bottom: 25px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.scroll-note span { margin-left: 12px; }

.marquee { overflow: hidden; padding: 18px 0; color: var(--paper); background: var(--orange); transform: rotate(-1.2deg) scale(1.02); }
.marquee div { width: max-content; font: 600 13px "DM Sans"; letter-spacing: .14em; white-space: nowrap; animation: marquee 24s linear infinite; }
.marquee i { padding: 0 34px; color: var(--acid); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.shop { padding: 140px 5vw 120px; }
.shop-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.shop-heading h2, .story h2 { margin: 16px 0 0; font: 500 clamp(48px, 6vw, 90px)/.92 "DM Sans"; letter-spacing: -.07em; }
.shop-heading > p { max-width: 330px; color: var(--muted); line-height: 1.6; }
.shop-heading > p strong { color: var(--ink); font-weight: 600; }
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 16px 0; border-top: 1px solid var(--ink); }
.filter-stack { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.filter-line { display: flex; align-items: center; gap: 14px; min-width: 0; }
.filter-line > span { flex: 0 0 68px; color: var(--muted); font: 600 9px "DM Sans"; letter-spacing: .12em; text-transform: uppercase; }
.filters { display: flex; gap: 7px; }
.filters button { padding: 8px 14px; border: 1px solid var(--line); border-radius: 30px; background: transparent; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; transition: .2s; }
.filters button:hover, .filters button.active { color: white; background: var(--ink); border-color: var(--ink); }
.search-box { display: flex; flex: 0 0 210px; align-items: center; gap: 8px; width: 210px; border-bottom: 1px solid var(--line); }
.search-box svg { width: 15px; }
.search-box input { width: 100%; padding: 10px 0; border: 0; outline: 0; background: transparent; font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 46px 16px; }
.product-card { opacity: 0; transform: translateY(16px); animation: reveal .5s forwards; animation-delay: var(--delay); }
@keyframes reveal { to { opacity: 1; transform: none; } }
.product-image { position: relative; width: 100%; aspect-ratio: .82; padding: 0; overflow: hidden; border: 0; background: #e2dfd7; cursor: pointer; }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.product-image:hover img { transform: scale(1.045); }
.badge { position: absolute; top: 12px; left: 12px; padding: 7px 10px; color: var(--ink); background: var(--acid); border-radius: 20px; font: 600 9px "DM Sans"; letter-spacing: .1em; text-transform: uppercase; }
.quick { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 13px; color: white; background: var(--ink); border-radius: 3px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; transform: translateY(65px); transition: .3s; }
.product-image:hover .quick { transform: none; }
.product-info { display: flex; justify-content: space-between; gap: 10px; padding-top: 14px; }
.product-info h3 { margin: 0; font: 600 13px "DM Sans"; }
.product-info p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.product-info strong { font: 600 13px "DM Sans"; }
.load-more { display: block; margin: 70px auto 0; padding: 14px 25px; border: 1px solid var(--ink); border-radius: 30px; background: transparent; cursor: pointer; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.load-more:hover { color: white; background: var(--ink); }
.load-more[hidden] { display: none; }

.story { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 8vw; color: white; background: var(--ink); position: relative; overflow: hidden; }
.story::after { content: ""; position: absolute; width: 650px; height: 650px; left: -130px; top: 50%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 90px rgba(255,255,255,.02), 0 0 0 180px rgba(255,255,255,.02); }
.story-number { position: relative; z-index: 1; color: var(--acid); font: 500 clamp(150px, 23vw, 360px)/1 "DM Sans"; letter-spacing: -.12em; }
.story > div:last-child { position: relative; z-index: 1; max-width: 600px; }
.story h2 { color: white; }
.story p:last-child { max-width: 480px; margin-top: 35px; color: #aaa79f; line-height: 1.8; }

footer { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 50px; padding: 90px 6vw 35px; color: var(--ink); background: var(--acid); }
.footer-logo { font: 700 clamp(38px, 5vw, 76px)/.8 "DM Sans"; letter-spacing: -.07em; }
.footer-logo em { font-family: Georgia, serif; font-weight: 400; }
.footer-label { margin: 0 0 22px; font: 700 10px "DM Sans"; text-transform: uppercase; letter-spacing: .14em; }
footer a { display: block; width: max-content; margin: 12px 0; font-size: 13px; }
.newsletter-copy { font-size: 13px; }
.newsletter { display: flex; border-bottom: 1px solid; }
.newsletter input { width: 100%; padding: 12px 0; border: 0; outline: 0; background: transparent; }
.newsletter button { border: 0; background: transparent; cursor: pointer; }
.copyright { grid-column: 1 / -1; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(17,16,14,.3); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.backdrop { position: fixed; inset: 0; z-index: 40; background: rgba(0,0,0,.5); opacity: 0; pointer-events: none; transition: .3s; backdrop-filter: blur(4px); }
.backdrop.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; z-index: 50; top: 0; right: 0; width: min(460px, 100%); height: 100%; padding: 25px; background: var(--paper); transform: translateX(100%); transition: .4s cubic-bezier(.7,0,.2,1); display: flex; flex-direction: column; }
.drawer.open { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { margin: 0; font: 500 30px "DM Sans"; letter-spacing: -.04em; }
.drawer-head button, .modal-close { border: 0; background: transparent; font-size: 30px; cursor: pointer; }
.cart-items { flex: 1; overflow: auto; }
.cart-item { display: grid; grid-template-columns: 90px 1fr auto; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 90px; height: 110px; object-fit: cover; background: #ddd; mix-blend-mode: multiply; }
.cart-item h4 { margin: 3px 0 10px; font-size: 13px; }
.cart-item p { color: var(--muted); font-size: 11px; }
.cart-item strong { font-size: 12px; }
.cart-item button { align-self: start; border: 0; background: none; cursor: pointer; font-size: 20px; }
.empty { margin: 12vh auto; text-align: center; }
.empty span { display: grid; place-items: center; width: 90px; height: 90px; margin: auto; border: 1px solid var(--line); border-radius: 50%; font: 500 30px "DM Sans"; }
.empty h4 { margin-bottom: 8px; }
.empty p { color: var(--muted); font-size: 12px; }
.cart-bottom { border-top: 1px solid var(--line); padding-top: 20px; }
.cart-bottom > div { display: flex; justify-content: space-between; margin-bottom: 18px; }
.checkout, .add-to-bag { width: 100%; padding: 17px; border: 0; color: white; background: var(--ink); cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.cart-bottom p, .shipping { text-align: center; color: var(--muted); font-size: 10px; }
.quick-view { position: fixed; z-index: 50; left: 50%; top: 50%; width: min(1080px, calc(100% - 40px)); height: min(720px, calc(100vh - 40px)); max-height: 90vh; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); background: var(--paper); opacity: 0; pointer-events: none; transform: translate(-50%,-46%) scale(.97); transition: .3s; overflow: hidden; }
.quick-view.open { opacity: 1; pointer-events: auto; transform: translate(-50%,-50%) scale(1); }
.modal-close { position: absolute; z-index: 4; right: 16px; top: 12px; }
.modal-gallery { position: relative; min-width: 0; min-height: 0; background: #ddd9cf; overflow: hidden; touch-action: pan-y; }
.modal-image { width: 100%; height: 100%; padding: 42px 54px 58px; background: #ddd9cf; }
.modal-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; opacity: 1; transition: opacity .16s ease; }
.modal-image img.changing { opacity: .25; }
.carousel-arrow { position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(17,16,14,.16); border-radius: 50%; background: rgba(241,239,233,.9); box-shadow: 0 4px 18px rgba(17,16,14,.08); cursor: pointer; font: 300 29px/1 "DM Sans"; transform: translateY(-50%); transition: .2s; }
.carousel-arrow:hover { color: white; border-color: var(--ink); background: var(--ink); }
.carousel-prev { left: 18px; }
.carousel-next { right: 18px; }
.carousel-status { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; display: flex; justify-content: space-between; color: #59564f; font: 600 9px "DM Sans"; letter-spacing: .12em; text-transform: uppercase; }
.carousel-status strong { color: var(--ink); font-weight: 700; }
.modal-copy { min-height: 0; padding: 52px 42px 36px; overflow-y: auto; overscroll-behavior: contain; }
.modal-copy h2 { margin: 25px 0 12px; font: 500 42px/.95 "DM Sans"; letter-spacing: -.06em; }
.modal-price { font: 600 18px "DM Sans"; }
.description { margin: 28px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.size-label { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.size-label button { border: 0; border-bottom: 1px solid; background: transparent; font-size: 10px; cursor: pointer; }
.sizes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-bottom: 18px; }
.sizes button { aspect-ratio: 1.2; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 11px; }
.sizes button:hover, .sizes button.selected { color: white; border-color: var(--ink); background: var(--ink); }
.supplier-link { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 14px; padding: 13px; border: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.supplier-link svg { width: 15px; }
.supplier-link:hover { border-color: var(--ink); }

@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav nav { display: none; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 6vw; }
  .hero h1 { margin: 50px 0 30px; }
  .hero-visual { height: 650px; }
  .scroll-note { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .toolbar { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; flex-basis: auto; }
  .story { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-logo { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .announcement { font-size: 8px; }
  .nav { height: 70px; padding: 0 18px; }
  .nav-actions { gap: 4px; }
  .hero-copy { padding: 65px 22px; }
  .hero h1 { font-size: 65px; }
  .hero-visual { height: 500px; }
  .hero-visual img { width: 90%; }
  .hero-stamp { width: 82px; height: 82px; right: 16px; bottom: 16px; font-size: 8px; }
  .marquee { transform: none; }
  .shop { padding: 100px 16px 80px; }
  .shop-heading { align-items: start; flex-direction: column; }
  .shop-heading > p { margin-top: 25px; }
  .toolbar { align-items: stretch; flex-direction: column; gap: 14px; }
  .filter-line { align-items: flex-start; flex-direction: column; gap: 7px; }
  .filter-line > span { flex-basis: auto; }
  .filter-stack, .filter-line { width: 100%; max-width: 100%; }
  .filters { width: 100%; max-width: 100%; overflow-x: auto; padding-bottom: 3px; }
  .filters button { flex: 0 0 auto; }
  .search-box { width: 100%; }
  .product-grid { gap: 32px 8px; }
  .product-info { flex-direction: column; }
  .product-info strong { order: -1; }
  .quick { display: none; }
  .story { padding: 90px 22px; }
  .story-number { font-size: 150px; }
  footer { grid-template-columns: 1fr; padding: 70px 22px 30px; }
  .footer-logo, .copyright { grid-column: auto; }
  .quick-view { width: calc(100% - 16px); height: calc(100dvh - 16px); max-height: none; grid-template-columns: 1fr; grid-template-rows: minmax(300px, 54%) minmax(0, 46%); }
  .modal-image { height: 100%; padding: 28px 38px 48px; }
  .carousel-arrow { width: 40px; height: 40px; font-size: 25px; }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .carousel-status { left: 14px; right: 14px; bottom: 13px; }
  .modal-copy { padding: 28px 22px 34px; }
  .modal-copy h2 { margin-top: 16px; font-size: 30px; }
  .description { margin: 18px 0; }
}

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