:root {
  --ash-black: #0b0b0b;
  --ash-ink: #141414;
  --ash-panel: #1b1b1a;
  --ash-line: #3e392f;
  --ash-gold: #f1ad22;
  --ash-gold-light: #ffc85a;
  --ash-paper: #f0ede6;
  --ash-muted: #aca69b;
  --ash-display: "Montserrat", sans-serif;
  --ash-body: "Hanken Grotesk", sans-serif;
  --ash-mono: "JetBrains Mono", monospace;
}

html { scroll-behavior: smooth; }

body.ash-redesign {
  margin: 0;
  overflow-x: hidden;
  background: var(--ash-black);
  color: var(--ash-paper);
  font-family: var(--ash-body);
  font-size: 18px;
  line-height: 1.5;
}

.ash-redesign *, .ash-redesign *::before, .ash-redesign *::after { box-sizing: border-box; }
.ash-redesign a { color: inherit; text-decoration: none; }
.ash-redesign img { display: block; max-width: 100%; }
.ash-redesign button, .ash-redesign input { font: inherit; }

.ash-redesign .screen-reader-text,
.ash-redesign .ash-honeypot {
  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;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 24px;
  z-index: 1000;
  background: var(--ash-gold);
  color: var(--ash-black);
  padding: 12px 18px;
  font: 600 12px/1 var(--ash-mono);
  text-transform: uppercase;
}

.skip-link:focus { top: 16px; }

.ash-grain {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.ash-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  min-height: 104px;
  padding: 16px clamp(22px, 4vw, 68px);
  background: rgba(11, 11, 11, .94);
  border-bottom: 1px solid var(--ash-line);
  backdrop-filter: blur(14px);
}

.ash-brand { position: relative; z-index: 2; width: 155px; }
.ash-brand img { width: 100%; height: auto; }

.ash-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.8vw, 50px);
}

.ash-nav a {
  position: relative;
  padding: 8px 0;
  color: var(--ash-muted);
  font: 600 12px/1 var(--ash-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease;
}

.ash-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--ash-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.ash-nav a:hover, .ash-nav a:focus-visible, .ash-nav a.is-current { color: var(--ash-paper); }
.ash-nav a:hover::after, .ash-nav a:focus-visible::after, .ash-nav a.is-current::after { transform: scaleX(1); transform-origin: left; }

.ash-actions { display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
.ash-actions a { position: relative; display: grid; width: 36px; height: 36px; place-items: center; }
.ash-actions svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.7; }

.ash-cart__count {
  position: absolute;
  top: -4px;
  right: -6px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--ash-gold);
  color: var(--ash-black);
  font: 700 10px/1 var(--ash-mono);
}

.ash-menu-toggle { display: none; }

.ash-hero {
  position: relative;
  min-height: calc(100svh - 104px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--ash-line);
}

.ash-hero__image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.ash-hero__scrim { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,5,5,.91) 0%, rgba(5,5,5,.48) 48%, rgba(5,5,5,.08) 78%), linear-gradient(0deg, rgba(5,5,5,.72) 0%, transparent 42%); }
.ash-hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, transparent 0 62%, rgba(241,173,34,.13) 62% 64%, transparent 64%); content: ""; }

.ash-hero__content {
  display: flex;
  min-height: calc(100svh - 104px);
  max-width: 1280px;
  padding: clamp(80px, 10vh, 140px) clamp(24px, 6vw, 96px) clamp(70px, 9vh, 120px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.ash-eyebrow {
  margin: 0 0 22px;
  color: var(--ash-gold-light);
  font: 600 12px/1.4 var(--ash-mono);
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ash-hero h1,
.ash-section-heading h2,
.ash-manifesto h2,
.ash-lookbook h2,
.ash-newsletter h2 {
  margin: 0;
  color: var(--ash-paper);
  font-family: var(--ash-display);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .82;
  text-transform: uppercase;
}

.ash-hero h1 { max-width: 900px; font-size: clamp(78px, 11.3vw, 190px); }
.ash-redesign h1 em, .ash-redesign h2 em { color: var(--ash-gold); font-style: italic; }

.ash-button {
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  margin-top: 44px;
  padding: 0 26px;
  gap: 42px;
  border: 2px solid transparent;
  font: 700 12px/1 var(--ash-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}

.ash-button:hover, .ash-button:focus-visible { transform: translateY(-3px); }
.ash-button--gold { background: var(--ash-gold); color: var(--ash-black) !important; }
.ash-button--gold:hover, .ash-button--gold:focus-visible { border-color: var(--ash-gold); background: var(--ash-black); color: var(--ash-gold) !important; }
.ash-button--dark { border-color: var(--ash-black); background: var(--ash-black); color: var(--ash-gold) !important; }
.ash-button--dark:hover, .ash-button--dark:focus-visible { background: transparent; color: var(--ash-black) !important; }

.ash-hero__kicker, .ash-hero__sidecopy { position: absolute; margin: 0; color: rgba(240,237,230,.62); font: 500 10px/1 var(--ash-mono); letter-spacing: .14em; text-transform: uppercase; }
.ash-hero__kicker { top: 34px; left: clamp(24px, 6vw, 96px); }
.ash-hero__sidecopy { right: 25px; bottom: 80px; writing-mode: vertical-rl; transform: rotate(180deg); }

.ash-section { padding: clamp(90px, 10vw, 160px) clamp(22px, 4vw, 68px); }
.ash-drops { background: var(--ash-black); }

.ash-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 52px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--ash-line);
}

.ash-section-heading h2, .ash-manifesto h2, .ash-lookbook h2, .ash-newsletter h2 { font-size: clamp(54px, 7.7vw, 128px); }
.ash-section-heading > p { margin: 0 0 8px; color: var(--ash-muted); font: 500 11px/1 var(--ash-mono); letter-spacing: .08em; text-transform: uppercase; }

.drop-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ash-line); border-left: 1px solid var(--ash-line); }
.drop-carousel__controls { display: none; }
.drop-card { min-width: 0; border-right: 1px solid var(--ash-line); border-bottom: 1px solid var(--ash-line); background: var(--ash-panel); transition: transform .25s ease, border-color .25s ease; }
.drop-card:hover { z-index: 2; outline: 2px solid var(--ash-gold); transform: translateY(-6px); }
.drop-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 4; background: linear-gradient(145deg, #292827, #151515); }
.drop-card__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.32), transparent 35%); content: ""; pointer-events: none; }
.drop-card__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; transition: opacity .4s ease, transform .6s cubic-bezier(.2,.7,.1,1); }
.drop-card__image--hover { opacity: 0; object-fit: cover; }
.drop-card:hover .drop-card__image--primary { transform: scale(1.045); }
.drop-card:hover .drop-card__image--hover { opacity: 1; transform: scale(1.035); }
.drop-card__tag { position: absolute; top: 16px; left: 16px; z-index: 3; padding: 7px 9px; background: var(--ash-black); color: var(--ash-paper); font: 500 9px/1 var(--ash-mono); letter-spacing: .08em; }
.drop-card__body { padding: 24px; }
.drop-card h3 { min-height: 3em; margin: 0 0 6px; font: 800 clamp(18px, 1.5vw, 24px)/1.12 var(--ash-display); letter-spacing: -.035em; text-transform: uppercase; }
.drop-card h3 a:hover { color: var(--ash-gold); }
.drop-card__price { min-height: 27px; margin-bottom: 22px; color: var(--ash-gold-light); font: 600 13px/1.5 var(--ash-mono); }
.drop-card__price del { color: var(--ash-muted); opacity: .65; }
.drop-card__price ins { text-decoration: none; }
.drop-card__cta { display: flex; align-items: center; justify-content: space-between; padding: 14px 0 11px; border-top: 1px solid var(--ash-line); color: var(--ash-paper); font: 600 10px/1 var(--ash-mono); letter-spacing: .08em; text-transform: uppercase; }
.drop-card__cta::after { color: var(--ash-gold); content: "↗"; font-size: 17px; }

.ash-drops__footer { display: flex; align-items: center; justify-content: space-between; padding-top: 34px; }
.ash-drops__footer p { max-width: 440px; margin: 0; color: var(--ash-muted); font-size: 16px; }
.ash-text-link { display: inline-flex; align-items: center; gap: 20px; border-bottom: 2px solid var(--ash-gold); padding: 8px 0; font: 600 11px/1 var(--ash-mono); letter-spacing: .08em; text-transform: uppercase; transition: color .2s, gap .2s; }
.ash-text-link:hover, .ash-text-link:focus-visible { gap: 28px; color: var(--ash-gold); }

.ash-manifesto { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr); background: var(--ash-gold); color: var(--ash-black); }
.ash-manifesto__copy { padding: clamp(80px, 9vw, 150px) clamp(28px, 7vw, 120px); }
.ash-manifesto .ash-eyebrow, .ash-manifesto h2, .ash-manifesto h2 em { color: var(--ash-black); }
.ash-manifesto__copy > p:not(.ash-eyebrow) { max-width: 660px; margin: 42px 0 0; font-size: clamp(20px, 2vw, 30px); font-weight: 600; line-height: 1.35; }
.ash-values { display: grid; grid-template-rows: repeat(4, 1fr); border-left: 2px solid var(--ash-black); }
.ash-values div { display: grid; grid-template-columns: 64px 1fr; align-items: center; padding: 26px 38px; gap: 20px; border-bottom: 2px solid var(--ash-black); }
.ash-values div:last-child { border-bottom: 0; }
.ash-values strong { font: 800 32px/1 var(--ash-display); }
.ash-values span { font: 700 16px/1.25 var(--ash-mono); letter-spacing: -.03em; text-transform: uppercase; }

.ash-lookbook { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; border-top: 1px solid var(--ash-line); border-bottom: 1px solid var(--ash-line); }
.ash-lookbook > img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.08) saturate(.8); }
.ash-lookbook__content { display: flex; padding: clamp(50px, 6vw, 100px); flex-direction: column; align-items: flex-start; justify-content: center; background: radial-gradient(circle at 100% 0, rgba(241,173,34,.14), transparent 46%), var(--ash-panel); }
.ash-lookbook__content .ash-text-link { margin-top: 56px; }

.ash-newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: end; padding: clamp(90px, 10vw, 160px) clamp(24px, 6vw, 96px); gap: clamp(50px, 8vw, 140px); background: var(--ash-black); }
.ash-newsletter__form-wrap > p:first-child { max-width: 560px; margin: 0 0 35px; color: var(--ash-muted); font-size: 20px; }
.ash-newsletter-form { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--ash-paper); }
.ash-newsletter-form input { width: 100%; height: 68px; padding: 0 18px 0 0; border: 0; outline: 0; background: transparent; box-shadow: none; color: var(--ash-paper); font: 500 12px/1 var(--ash-mono); letter-spacing: .08em; }
.ash-newsletter-form input:focus { box-shadow: inset 0 -2px var(--ash-gold); }
.ash-newsletter-form button { min-width: 160px; border: 0; background: var(--ash-gold); color: var(--ash-black); font: 700 11px/1 var(--ash-mono); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s; }
.ash-newsletter-form button:hover, .ash-newsletter-form button:focus-visible { background: var(--ash-paper); }
.ash-newsletter-form button:disabled { cursor: wait; opacity: .65; }
.ash-form-status { min-height: 24px; margin: 14px 0 0; color: var(--ash-gold-light); font: 500 11px/1.4 var(--ash-mono); }

.ash-footer { display: grid; grid-template-columns: 1fr 1fr; padding: 70px clamp(24px, 6vw, 96px) 30px; gap: 60px; border-top: 1px solid var(--ash-line); background: #070707; }
.ash-footer__brand img { width: 180px; }
.ash-footer__brand > p { max-width: 430px; color: var(--ash-muted); font-size: 16px; }
.ash-footer__links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.ash-footer__links h3 { margin: 0 0 20px; color: var(--ash-gold); font: 700 11px/1 var(--ash-mono); letter-spacing: .1em; text-transform: uppercase; }
.ash-footer__links a { display: block; width: fit-content; margin: 0 0 12px; color: var(--ash-muted); font-size: 16px; }
.ash-footer__links a:hover, .ash-footer__links a:focus-visible { color: var(--ash-paper); }
.ash-footer__bottom { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--ash-line); }
.ash-footer__bottom p { margin: 0; color: #77736b; font: 500 9px/1.4 var(--ash-mono); letter-spacing: .1em; text-transform: uppercase; }

.ash-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 70; width: 48px; height: 48px; border: 1px solid var(--ash-black); background: var(--ash-gold); color: var(--ash-black); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .2s, transform .2s; }
.ash-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.ash-redesign #ast-scroll-top { display: none !important; }

.ash-redesign :focus-visible { outline: 2px solid var(--ash-gold-light); outline-offset: 4px; }

@media (prefers-reduced-motion: no-preference) {
  .ash-hero__content > * { opacity: 0; animation: ash-rise .7s cubic-bezier(.2,.7,.1,1) forwards; }
  .ash-hero__content > :nth-child(2) { animation-delay: .1s; }
  .ash-hero__content > :nth-child(3) { animation-delay: .22s; }
  .ash-hero__image { animation: ash-reveal 1.2s ease both; }
  @keyframes ash-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
  @keyframes ash-reveal { from { opacity: .25; transform: scale(1.045); } to { opacity: 1; transform: none; } }
}

@media (max-width: 1024px) {
  .ash-header { grid-template-columns: 170px 1fr 110px; }
  .ash-nav { gap: 18px; }
  .ash-nav a { font-size: 10px; }
  .drop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ash-manifesto { grid-template-columns: 1fr; }
  .ash-values { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, minmax(130px, auto)); border-top: 2px solid var(--ash-black); border-left: 0; }
  .ash-values div { border-right: 2px solid var(--ash-black); }
  .ash-values div:nth-child(2) { border-right: 0; }
  .ash-values div:nth-child(3) { border-bottom: 0; }
  .ash-lookbook { min-height: 560px; }
}

@media (max-width: 760px) {
  body.ash-redesign { font-size: 16px; }
  body.menu-open { overflow: hidden; }
  .ash-header { grid-template-columns: 48px 1fr 80px; min-height: 78px; padding: 11px 18px; }
  .ash-brand { grid-column: 2; grid-row: 1; justify-self: center; width: 120px; }
  .ash-menu-toggle { display: flex; width: 42px; height: 42px; padding: 10px; flex-direction: column; justify-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
  .ash-menu-toggle { grid-column: 1; grid-row: 1; }
  .ash-menu-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; background: var(--ash-paper); transition: transform .2s, opacity .2s; }
  .ash-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .ash-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .ash-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .ash-nav { position: fixed; top: 78px; right: 0; bottom: 0; left: 0; display: flex; padding: 54px 26px; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; background: var(--ash-black); opacity: 0; pointer-events: none; transform: translateX(-100%); transition: transform .35s cubic-bezier(.2,.7,.1,1), opacity .25s; }
  .ash-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .ash-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--ash-line); font: 800 34px/1 var(--ash-display); letter-spacing: -.04em; }
  .ash-nav a::after { display: none; }
  .ash-actions { grid-column: 3; grid-row: 1; gap: 8px; }
  .ash-actions > a:first-child { display: none; }
  .ash-hero { height: calc(100svh - 78px); min-height: 620px; max-height: 820px; }
  .ash-hero__content { min-height: 100%; padding: 96px 20px max(38px, env(safe-area-inset-bottom)); }
  .ash-hero__image { max-width: none; object-position: 55% center; }
  .ash-hero__scrim { background: linear-gradient(0deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.68) 33%, rgba(5,5,5,.12) 72%), linear-gradient(90deg, rgba(5,5,5,.38), transparent 70%); }
  .ash-hero h1 { width: 100%; font-size: clamp(54px, 15.2vw, 72px); letter-spacing: -.078em; }
  .ash-hero__kicker { top: 24px; left: 22px; }
  .ash-hero__sidecopy { display: none; }
  .ash-hero .ash-eyebrow { margin-bottom: 16px; font-size: 10px; }
  .ash-hero .ash-button { width: 100%; min-height: 56px; margin-top: 26px; justify-content: space-between; }
  .ash-section { padding: 82px 18px; }
  .ash-section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .ash-section-heading h2, .ash-manifesto h2, .ash-lookbook h2, .ash-newsletter h2 { font-size: clamp(48px, 13.5vw, 68px); }
  .ash-drops { padding-right: 0; padding-left: 0; }
  .ash-drops .ash-section-heading { margin-right: 18px; margin-left: 18px; }
  .drop-carousel { width: 100%; overflow: hidden; }
  .drop-grid {
    display: flex;
    width: 100%;
    padding: 2px 18px 22px;
    gap: 12px;
    overflow-x: auto;
    border: 0;
    scroll-padding-left: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
  .drop-grid::-webkit-scrollbar { display: none; }
  .drop-card { flex: 0 0 min(82vw, 318px); border: 1px solid var(--ash-line); scroll-snap-align: start; scroll-snap-stop: always; }
  .drop-card:hover { outline: 0; transform: none; }
  .drop-card__media { aspect-ratio: 4 / 5; }
  .drop-card__body { padding: 22px; }
  .drop-card h3 { min-height: 0; font-size: 23px; }
  .drop-carousel__controls { display: grid; grid-template-columns: 46px 1fr auto 46px; align-items: center; padding: 4px 18px 0; gap: 12px; }
  .drop-carousel__controls button { display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid var(--ash-line); border-radius: 0; background: transparent; color: var(--ash-paper); box-shadow: none; cursor: pointer; }
  .drop-carousel__controls button:disabled { color: #5d5952; cursor: default; }
  .drop-carousel__progress { height: 2px; overflow: hidden; background: var(--ash-line); }
  .drop-carousel__progress span { display: block; width: 8%; height: 100%; background: var(--ash-gold); transition: width .2s ease; }
  .drop-carousel__status { color: var(--ash-muted); font: 500 9px/1 var(--ash-mono); letter-spacing: .08em; }
  .ash-drops__footer { margin-right: 18px; margin-left: 18px; align-items: flex-start; flex-direction: column; gap: 28px; }
  .ash-manifesto__copy { padding: 80px 22px; }
  .ash-manifesto__copy > p:not(.ash-eyebrow) { font-size: 20px; }
  .ash-values { grid-template-columns: 1fr; grid-template-rows: none; }
  .ash-values div, .ash-values div:nth-child(2), .ash-values div:nth-child(3) { min-height: 110px; border-right: 0; border-bottom: 2px solid var(--ash-black); }
  .ash-values div:last-child { border-bottom: 0; }
  .ash-lookbook { grid-template-columns: 1fr; min-height: 0; }
  .ash-lookbook > img { height: 310px; }
  .ash-lookbook__content { min-width: 0; min-height: 380px; padding: 62px 22px; overflow: hidden; }
  .ash-lookbook__content .ash-text-link { margin-top: 38px; }
  .ash-newsletter { grid-template-columns: 1fr; padding: 76px 22px; gap: 38px; }
  .ash-newsletter-form { grid-template-columns: 1fr; border-bottom: 0; }
  .ash-newsletter-form input { border-bottom: 2px solid var(--ash-paper); }
  .ash-newsletter-form button { min-height: 58px; }
  .ash-footer { grid-template-columns: 1fr; padding: 60px 22px 24px; }
  .ash-footer__bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}
