* {
  box-sizing: border-box;
}

:root {
  --ink: #111111;
  --paper: #f6f0e8;
  --chalk: #fffaf3;
  --blue: #174a8b;
  --red: #8d2f2f;
  --mint: #b8d8ca;
  --stone: #d8d0c6;
  --muted: #6e6962;
  --line: rgba(17, 17, 17, 0.14);
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.18);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

main {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(16px, 5vw, 72px);
  color: white;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.34);
  color: var(--mint);
  font-size: 12px;
  letter-spacing: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover {
  color: white;
}

.hero {
  position: relative;
  min-height: 760px;
  height: 92vh;
  max-height: 980px;
  display: grid;
  align-items: end;
  padding: 118px clamp(16px, 6vw, 82px) 50px;
  background-image: url("assets/hero-atelier.png");
  background-position: center;
  background-size: cover;
  color: white;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.28) 48%, rgba(17, 17, 17, 0.04)),
    linear-gradient(0deg, rgba(17, 17, 17, 0.58), rgba(17, 17, 17, 0.08) 56%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--mint);
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(54px, 8.4vw, 118px);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.08;
}

.hero-copy p {
  width: min(600px, 100%);
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.hero-actions,
.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-weight: 900;
}

.button.primary {
  border-color: var(--mint);
  background: var(--mint);
  color: var(--ink);
}

.button.glass {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(12px);
}

.button.outline {
  border-color: rgba(255, 255, 255, 0.38);
  color: white;
}

.hero-note {
  position: absolute;
  right: clamp(16px, 5vw, 70px);
  bottom: 48px;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px 18px;
  width: min(360px, calc(100% - 32px));
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.32);
  padding: 18px;
  backdrop-filter: blur(16px);
}

.hero-note span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-note strong {
  font-size: 18px;
}

.ticker {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: var(--ink);
  color: var(--chalk);
}

.ticker span {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.drop-section,
.fit-section,
.studio-section,
.order-section {
  padding: 86px clamp(16px, 6vw, 82px);
}

.drop-section,
.section-head,
.look-grid {
  width: 100%;
  min-width: 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
  margin-bottom: 42px;
}

.section-head > * {
  min-width: 0;
}

.section-head p:last-child,
.section-note > p:not(.eyebrow),
.look-card p,
.fit-copy p,
.fit-list p,
.studio-copy p,
.order-section p {
  color: var(--muted);
}

.section-note {
  display: grid;
  gap: 18px;
}

.section-note .eyebrow,
.section-note p {
  margin-bottom: 0;
}

.drop-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.drop-badges span {
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--chalk);
  padding: 14px;
  color: var(--muted);
  font-size: 14px;
}

.drop-badges strong {
  display: block;
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
}

.look-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.look-card {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--chalk);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.08);
  overflow: hidden;
}

.look-card img {
  width: 100%;
  min-width: 0;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}

.look-copy {
  min-width: 0;
  padding: 22px;
}

.look-copy span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(23, 74, 139, 0.11);
  color: var(--blue);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.look-card.accent .look-copy span {
  background: rgba(141, 47, 47, 0.12);
  color: var(--red);
}

.look-copy strong {
  color: var(--blue);
  font-size: 21px;
}

.fit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 56px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.8)),
    linear-gradient(135deg, var(--blue), var(--red));
  color: white;
}

.fit-section .eyebrow,
.fit-copy p,
.fit-list p {
  color: rgba(255, 255, 255, 0.68);
}

.fit-list {
  display: grid;
  gap: 14px;
}

.fit-list div {
  display: grid;
  grid-template-columns: 52px minmax(0, 180px) minmax(0, 1fr);
  gap: 22px;
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 22px 0;
}

.fit-list span {
  color: var(--mint);
  font-weight: 900;
}

.fit-list strong {
  font-size: 22px;
  line-height: 1.14;
}

.studio-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 48px;
  align-items: center;
  background: #e8edf2;
}

.studio-image img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.studio-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.studio-stats div {
  border-top: 3px solid var(--red);
  padding-top: 14px;
}

.studio-stats strong,
.studio-stats span {
  display: block;
}

.studio-stats strong {
  color: var(--blue);
  font-size: 30px;
  line-height: 1;
}

.studio-stats span {
  margin-top: 8px;
  color: var(--muted);
}

.order-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: end;
  margin: 0;
  background: var(--ink);
  color: white;
}

.order-section .eyebrow,
.order-section p {
  color: rgba(255, 255, 255, 0.68);
}

.order-section h2 {
  margin-bottom: 0;
}

.order-section p {
  font-size: 18px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(16px, 6vw, 82px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 980px) {
  .hero {
    min-height: 860px;
    height: auto;
    max-height: none;
    background-position: 62% center;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 28px;
  }

  .ticker,
  .section-head,
  .look-grid,
  .fit-section,
  .studio-section,
  .order-section {
    grid-template-columns: 1fr;
  }

  .ticker span {
    justify-content: flex-start;
    min-height: 58px;
  }

  .fit-list div {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .fit-list p {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .topbar {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 14px 12px;
  }

  .nav {
    gap: 12px;
  }

  .hero {
    min-height: 850px;
    padding: 154px 12px 34px;
    background-position: 68% center;
  }

  h1 {
    max-width: 360px;
    font-size: 48px;
    line-height: 0.96;
  }

  h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .hero-copy p,
  .order-section p {
    max-width: 360px;
    font-size: 16px;
  }

  .hero-actions,
  .order-actions,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    max-width: 100%;
  }

  .drop-section,
  .fit-section,
  .studio-section,
  .order-section {
    width: 100%;
    max-width: 100vw;
    padding: 58px 12px;
  }

  .section-head {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    gap: 20px;
    margin-bottom: 28px;
  }

  .drop-badges {
    grid-template-columns: 1fr;
  }

  .look-grid,
  .look-card {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .look-card img {
    aspect-ratio: 1 / 1;
  }

  .look-copy {
    padding: 18px;
  }

  .studio-stats {
    grid-template-columns: 1fr;
  }

  .hero-note {
    grid-template-columns: 1fr;
  }
}
