:root {
  --black: #070404;
  --ink: #17100e;
  --wine: #670916;
  --wine-soft: #8d1424;
  --gold: #caa45a;
  --gold-light: #f0d58d;
  --ivory: #f7efe0;
  --porcelain: #fffaf0;
  --muted: #76685d;
  --line: rgba(23, 16, 14, .16);
  --futura: Futura, "Futura PT", "Avenir Next", Avenir, "Century Gothic", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--futura);
  line-height: 1.45;
}

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

img {
  display: block;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, .48), transparent);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
}

.brand img {
  width: 58px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .55));
}

.nav {
  gap: clamp(12px, 3vw, 30px);
  font-family: var(--futura);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 112px clamp(20px, 6vw, 82px) 54px;
  color: #fff;
  background: #070404;
}

.hero-bg,
.hero-vignette {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
}

.hero-vignette {
  background:
    linear-gradient(90deg, rgba(4, 3, 3, .82), rgba(4, 3, 3, .48) 48%, rgba(4, 3, 3, .22)),
    linear-gradient(0deg, rgba(4, 3, 3, .86), rgba(4, 3, 3, .18) 55%, rgba(4, 3, 3, .46));
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.hero-logo {
  width: min(320px, 72vw);
  height: auto;
  margin: 0 0 18px -18px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .52));
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-family: var(--futura);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 0 0 16px;
  font-size: clamp(76px, 15vw, 188px);
  font-weight: 400;
  line-height: .78;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 6.8vw, 92px);
  font-weight: 400;
  line-height: .93;
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: .98;
}

.hero-copy {
  max-width: 560px;
  color: rgba(255, 250, 240, .82);
  font-family: var(--futura);
  font-size: clamp(17px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid currentColor;
  border-radius: 2px;
  font-family: var(--futura);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.button.light {
  border-color: var(--ivory);
  background: var(--ivory);
  color: var(--ink);
}

.button.ghost {
  color: #fff;
}

.button.dark {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.hero-meta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: clamp(18px, 5vw, 56px);
  margin-top: 72px;
  color: rgba(255, 250, 240, .64);
  font-family: var(--futura);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.statement,
.lookbook,
.signature,
.salon,
.site-footer {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.statement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
  gap: clamp(28px, 6vw, 82px);
  padding: 86px 0 50px;
}

.statement .kicker {
  grid-column: 1 / -1;
  margin-bottom: -12px;
  color: var(--wine);
}

.statement p:last-child,
.look-copy p,
.signature-card p,
.salon p,
.site-footer {
  color: var(--muted);
  font-family: var(--futura);
}

.statement p:last-child {
  align-self: end;
  font-size: 18px;
}

.lookbook {
  display: grid;
  grid-template-columns: 1.25fr .9fr;
  gap: 16px;
  padding-bottom: 96px;
}

.look {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 24px;
  color: #fff;
  background: linear-gradient(155deg, #0b0505, #471018 62%, #090404);
}

.look-tall {
  grid-row: span 2;
  min-height: 742px;
}

.fashion-visual {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.fashion-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(240, 213, 141, .28);
}

.fashion-visual .halo {
  position: absolute;
  width: 56%;
  aspect-ratio: 1;
  border: 1px solid rgba(240, 213, 141, .42);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(202, 164, 90, .18);
}

.gown .neck,
.suit .shoulders,
.shirt .collar {
  position: absolute;
  top: 21%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle, #f1d7bc, #9a6c53);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .48);
}

.gown .bodice {
  position: absolute;
  top: 33%;
  width: 118px;
  height: 170px;
  background: linear-gradient(90deg, #150808, #2a0b11, #100606);
  clip-path: polygon(24% 0, 76% 0, 100% 100%, 0 100%);
}

.gown .skirt {
  position: absolute;
  top: 48%;
  width: 46%;
  height: 42%;
  background: linear-gradient(120deg, #090606, #761521 45%, #160707);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  box-shadow: inset 0 0 44px rgba(240, 213, 141, .16);
}

.suit .shoulders {
  top: 24%;
}

.suit .jacket {
  position: absolute;
  top: 38%;
  width: 44%;
  height: 45%;
  background: linear-gradient(100deg, #111, #2b2a28 54%, #090909);
  clip-path: polygon(13% 0, 87% 0, 100% 100%, 0 100%);
}

.suit .lapel {
  position: absolute;
  top: 40%;
  width: 18%;
  height: 29%;
  border-left: 2px solid var(--gold);
  border-right: 2px solid rgba(240, 213, 141, .45);
  transform: skewX(-13deg);
}

.shirt .cloth {
  position: absolute;
  top: 35%;
  width: 40%;
  height: 45%;
  background: linear-gradient(110deg, #fff8eb, #d8c4a8 52%, #fff6e9);
  clip-path: polygon(21% 0, 79% 0, 100% 100%, 0 100%);
}

.shirt .sleeve {
  position: absolute;
  top: 38%;
  width: 62%;
  height: 20%;
  border: 20px solid rgba(255, 250, 240, .76);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.look-copy {
  position: relative;
  z-index: 1;
}

.look-copy span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-light);
  font-family: var(--futura);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.look-copy p {
  margin-bottom: 0;
  color: rgba(255, 250, 240, .72);
}

.signature {
  position: relative;
  overflow: hidden;
  padding-bottom: 94px;
}

.signature-bg {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: 50% 62%;
  margin-bottom: -120px;
  filter: saturate(.9) contrast(1.05);
}

.signature-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, .42fr) 1fr;
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  padding: clamp(28px, 5vw, 62px);
  background: var(--porcelain);
  border: 1px solid var(--line);
}

.signature-card img {
  width: min(330px, 100%);
  margin-inline: auto;
  filter: drop-shadow(0 22px 34px rgba(15, 8, 5, .16));
}

.signature-card .kicker,
.salon .kicker {
  color: var(--wine);
}

.signature-card p {
  max-width: 680px;
  font-size: 17px;
}

.salon {
  display: grid;
  justify-items: center;
  margin-bottom: 54px;
  padding: 86px 24px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(202, 164, 90, .22), transparent 35%),
    linear-gradient(135deg, var(--black), #31060b);
}

.salon p {
  max-width: 540px;
  margin-bottom: 28px;
  color: rgba(255, 250, 240, .72);
  font-size: 17px;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 0 34px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer span:nth-child(2) {
  text-align: center;
}

.site-footer span:last-child {
  text-align: right;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    padding-inline: 16px;
  }

  .brand span {
    display: none;
  }

  .nav {
    gap: 12px;
    font-size: 11px;
  }

  .hero {
    min-height: 90vh;
    padding: 98px 20px 44px;
  }

  .hero-meta,
  .statement,
  .lookbook,
  .signature-card,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .statement {
    padding-top: 64px;
  }

  .look,
  .look-tall {
    min-height: 560px;
  }

  .signature-card {
    padding: 30px 22px;
  }

  .site-footer span,
  .site-footer span:nth-child(2),
  .site-footer span:last-child {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .nav a:nth-child(2) {
    display: none;
  }

  h1 {
    font-size: 74px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
