@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Prata&display=swap");

:root {
  --ink: #171714;
  --paper: #e8e5dd;
  --acid: #d7ff3f;
  --line: rgba(23, 23, 20, 0.22);
  --serif: "Prata", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open,
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 86px;
  padding: 0 max(2.2vw, env(safe-area-inset-right)) 0 max(2.2vw, env(safe-area-inset-left));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.brand {
  width: min-content;
  font: 18px/0.85 var(--serif);
  letter-spacing: -0.04em;
  text-transform: none;
}
.brand span { display: block; }
.nav { display: flex; gap: 32px; }
.nav-lookbook { display: none; }
.nav a, .header-mark { transition: opacity 180ms ease; }
.nav a:hover, .header-mark:hover { opacity: 0.45; }
.header-mark { justify-self: end; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-right: -8px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  justify-self: end;
  place-content: center;
  gap: 7px;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  transition: transform 220ms ease, opacity 220ms ease;
}
body.nav-open .menu-toggle span:first-child { transform: translateY(4.25px) rotate(40deg); }
body.nav-open .menu-toggle span:last-child { transform: translateY(-4.25px) rotate(-40deg); }

.hero {
  min-height: calc(100svh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  position: relative;
  padding: 4vw max(2.2vw, env(safe-area-inset-right)) 2.2vw max(2.2vw, env(safe-area-inset-left));
  border-bottom: 1px solid var(--line);
}
.hero-copy { display: flex; flex-direction: column; min-width: 0; }
.eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero h1, .manifesto h2, .closing h2 {
  margin: auto 0;
  font: clamp(64px, 8.4vw, 150px)/0.88 var(--serif);
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
em {
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.04em;
}
.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 3.5vw;
}
.hero-bottom p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}
.round-link {
  width: 104px;
  height: 104px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}
.round-link span:last-child { align-self: flex-end; font-size: 20px; }
.round-link:hover { color: var(--paper); background: var(--ink); transform: rotate(-5deg); }
.hero-image {
  margin: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: calc(100% - 31px);
  min-height: 470px;
  object-fit: cover;
  object-position: center 18%;
  background: #111;
  padding: 0;
  box-sizing: border-box;
  filter: contrast(1.05) grayscale(0.05);
}
.hero-image figcaption {
  height: 31px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.hero-index {
  position: absolute;
  right: calc(45% - 33px);
  top: 27%;
  margin: 0;
  padding: 8px 7px;
  color: var(--paper);
  background: var(--ink);
  font: 12px/1 var(--serif);
  text-align: center;
}

.statement {
  min-height: 48vh;
  padding: 6vw 2.2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font: clamp(34px, 5.5vw, 92px)/1.05 var(--serif);
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.statement p { margin: 0; }
.statement p:last-child { align-self: flex-end; }
.statement span {
  position: relative;
  z-index: 0;
  font-style: italic;
  text-transform: none;
}
.statement span::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 43% -0.08em 3% -0.08em;
  background: var(--acid);
  transform: rotate(-1.5deg);
}

.collection { padding: 7vw 2.2vw 10vw; background: #181816; color: var(--paper); }
.section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  padding-bottom: 3vw;
}
.section-heading h2 {
  margin: 0;
  font: clamp(52px, 8vw, 125px)/0.9 var(--serif);
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.counter {
  margin: 0;
  justify-self: end;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.collection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.4vw, 18px);
  align-items: start;
}
.collection-item {
  min-width: 0;
  margin: 0;
}
.product-card {
  min-width: 0;
  background: transparent;
}
.product-trigger {
  width: 100%;
  padding: 0;
  display: block;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  line-height: 0;
}
.collection-shot {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  object-fit: contain;
  object-position: center center;
}
.collection-finale {
  margin: clamp(28px, 4vw, 56px) clamp(12px, 3.5vw, 48px) 0;
  width: auto;
}
.collection-finale img {
  width: 100%;
  height: auto;
  display: block;
  background: none;
  object-fit: contain;
}

.manifesto {
  min-height: 85vh;
  padding: 8vw 2.2vw;
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  grid-template-rows: auto 1fr;
  gap: 4vw 2vw;
  align-items: end;
  border-bottom: 1px solid var(--line);
}
.manifesto-number {
  margin: 0;
  align-self: start;
  font: clamp(20px, 2.2vw, 38px) var(--serif);
}
.manifesto > div:nth-child(2) { align-self: start; }
.manifesto h2 { margin-top: 7vw; font-size: clamp(58px, 8vw, 132px); }
.manifesto-copy {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  padding-left: 30%;
  font-size: 14px;
  line-height: 1.6;
}
.manifesto-copy p { margin: 0; }

.lookbook { padding: 7vw 2.2vw; color: var(--paper); background: #181816; }
.section-heading--light { padding-bottom: 4vw; }
.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1400px;
  margin: 0 auto;
}
.lookbook-grid figure { margin: 0; }
.lookbook-grid img {
  width: 100%;
  background: #f2f0ea;
}
.lookbook-grid figcaption {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
}
.lookbook-wide { grid-column: 1 / -1; }
.lookbook-hint {
  display: none;
  margin: 0 0 14px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}

.closing {
  min-height: 78vh;
  padding: 7vw 2.2vw 3vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.closing h2 { align-self: center; text-align: center; }
.text-link {
  width: 230px;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.closing .text-link { align-self: flex-end; }
footer {
  min-height: 74px;
  padding: 0 2.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  background: var(--ink);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-modal {
  width: min(950px, calc(100vw - 40px));
  max-height: min(720px, calc(100vh - 40px));
  padding: 0;
  grid-template-columns: 1.25fr 0.75fr;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  box-shadow: 0 30px 90px rgba(0,0,0,.4);
}
.product-modal[open] { display: grid; animation: reveal 250ms ease both; }
.product-modal::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.modal-image {
  width: 100%;
  height: min(680px, calc(100vh - 40px));
  object-fit: contain;
  background: #d8d5cd;
}
.modal-copy { padding: 42px 34px; display: flex; flex-direction: column; }
.modal-copy h2 { margin: auto 0 20px; font: clamp(44px, 6vw, 82px)/.95 var(--serif); text-transform: uppercase; letter-spacing: -.06em; }
.modal-copy > p:not(.eyebrow) { margin: 0 0 18px; font-size: 12px; line-height: 1.6; text-transform: uppercase; }
.modal-desc {
  text-transform: none !important;
  opacity: 0.72;
  margin-bottom: 40px !important;
}
.modal-link { width: 100%; }
.modal-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 15px;
  padding: 5px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 0.95fr; gap: 24px; }
  .hero h1 { font-size: clamp(42px, 7.2vw, 92px); }
  .manifesto { grid-template-columns: .3fr 1.7fr; }
  .manifesto-copy { padding-left: 0; gap: 28px; }
}

@media (max-width: 720px) {
  .site-header {
    height: 64px;
    padding: 0 16px;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .header-mark { display: none; }
  .menu-toggle { display: grid; }
  .nav {
    position: fixed;
    inset: 64px 0 0;
    z-index: 35;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: 18px 16px calc(28px + env(safe-area-inset-bottom));
    background: var(--paper);
    border-top: 1px solid var(--line);
    transform: translateX(100%);
    transition: transform 280ms ease;
    overflow: auto;
  }
  body.nav-open .nav { transform: translateX(0); }
  .nav a {
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
    font-size: 28px;
    letter-spacing: -0.04em;
    text-transform: none;
    font-family: var(--serif);
  }
  .nav-lookbook { display: block; }
  .brand { font-size: 15px; }

  .hero {
    min-height: auto;
    padding: 22px 16px 18px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-copy {
    min-height: min(58svh, 520px);
    gap: 28px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 0.14em;
    max-width: 18ch;
    line-height: 1.5;
  }
  .hero h1 {
    margin: 0;
    font-size: clamp(48px, 15.5vw, 78px);
    line-height: 0.9;
  }
  .hero-bottom {
    padding-right: 0;
    align-items: flex-end;
    gap: 16px;
  }
  .hero-bottom p {
    font-size: 12px;
    max-width: 18ch;
  }
  .round-link {
    flex-shrink: 0;
    width: 84px;
    height: 84px;
    padding: 14px;
  }
  .hero-image img {
    min-height: 0;
    height: min(118vw, 520px);
  }
  .hero-index { display: none; }

  .statement {
    min-height: auto;
    padding: 64px 16px;
    font-size: clamp(28px, 9vw, 48px);
    line-height: 1.08;
  }
  .statement p:last-child {
    margin-top: 10px;
    max-width: 11ch;
    text-align: right;
  }

  .collection,
  .lookbook {
    padding: 64px 16px calc(64px + env(safe-area-inset-bottom));
  }
  .section-heading {
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 18px;
    padding-bottom: 28px;
  }
  .section-heading .eyebrow { grid-column: 1 / -1; }
  .section-heading h2 {
    font-size: clamp(48px, 14vw, 72px);
  }
  .counter { font-size: 9px; }

  .collection-grid {
    gap: 8px;
  }
  .collection-finale {
    margin-left: 8px;
    margin-right: 8px;
    width: auto;
  }

  .manifesto {
    min-height: auto;
    padding: 64px 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .manifesto-number {
    margin-bottom: 36px;
    font-size: 18px;
  }
  .manifesto h2 {
    margin: 18px 0 48px;
    font-size: clamp(42px, 13vw, 68px);
  }
  .manifesto-copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    font-size: 14px;
  }

  .lookbook-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lookbook-wide { grid-column: auto; }

  .closing {
    min-height: 68svh;
    padding: 64px 16px calc(28px + env(safe-area-inset-bottom));
  }
  .closing h2 {
    font-size: clamp(46px, 14vw, 72px);
  }
  .text-link {
    width: min(100%, 260px);
  }
  .closing .text-link {
    align-self: stretch;
    width: 100%;
  }

  footer {
    min-height: 68px;
    padding: 16px max(16px, env(safe-area-inset-right)) calc(16px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    flex-wrap: wrap;
    gap: 10px;
    align-content: center;
  }

  .product-modal {
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
    margin: auto;
  }
  .product-modal[open] {
    display: grid;
    grid-template-columns: 1fr;
    overflow: auto;
  }
  .modal-image {
    width: 100%;
    height: min(58svh, 420px);
    object-fit: contain;
    background: #d8d5cd;
  }
  .modal-copy {
    min-height: 0;
    padding: 24px 18px calc(24px + env(safe-area-inset-bottom));
  }
  .modal-copy h2 {
    margin: 18px 0 16px;
    font-size: clamp(36px, 12vw, 56px);
  }
  .modal-copy > p:not(.eyebrow) {
    margin-bottom: 28px;
  }
  .modal-close {
    top: 8px;
    right: 10px;
    width: 44px;
    height: 44px;
    color: var(--paper);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 13.8vw; }
  .hero-bottom { flex-direction: column; align-items: flex-start; }
  .round-link { width: 78px; height: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
