:root {
  --ink: #171512;
  --cream: #eee6d5;
  --paper: #e5dac5;
  --muted: #b9aa90;
  --terracotta: #a85c3f;
  --terracotta-dark: #78412f;
  --gold: #b69557;
  --line: rgba(238, 230, 213, 0.18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
}

.page {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 47%, rgba(166, 89, 58, .17), transparent 29rem),
    linear-gradient(115deg, #171512 0%, #191714 52%, #211b16 100%);
}

.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .075;
  z-index: 10;
  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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.topbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px clamp(24px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(182, 149, 87, .65);
  color: var(--gold);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1;
  border-radius: 50%;
}

.brand-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .31em;
}

.coming {
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .25em;
}

.hero {
  position: relative;
  z-index: 2;
  width: min(1380px, 100%);
  min-height: calc(100svh - 118px);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 92px) clamp(24px, 7vw, 105px) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
}

.hero-copy {
  max-width: 700px;
  padding-bottom: 20px;
}

.eyebrow {
  margin: 0 0 27px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .34em;
}

h1 {
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(58px, 7.2vw, 105px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .88;
}

h1 em {
  color: #c9bda7;
  font-weight: 400;
}

.rule {
  width: 74px;
  height: 1px;
  margin: 39px 0 29px;
  background: var(--gold);
}

.intro,
.closing {
  max-width: 580px;
  color: #bcb19f;
  font-size: 15px;
  line-height: 1.9;
}

.intro {
  margin: 0;
}

.intro strong {
  color: var(--cream);
  font-weight: 500;
}

.closing {
  margin: 20px 0 0;
  color: #8f8576;
  font-size: 13px;
}

.hero-art {
  position: relative;
  width: min(100%, 510px);
  aspect-ratio: 4 / 5;
  justify-self: end;
  display: grid;
  place-items: center;
}

.sun {
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  top: 6%;
  left: 12%;
  border-radius: 50%;
  background: rgba(166, 92, 63, .88);
  box-shadow: 0 0 100px rgba(166, 92, 63, .14);
}

.pattern {
  position: absolute;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(182, 149, 87, .28);
  transform: rotate(45deg);
}

.pattern::before,
.pattern::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(182, 149, 87, .22);
}

.pattern::after {
  inset: 27%;
}

.pattern-one {
  top: 11%;
  right: 4%;
}

.pattern-two {
  bottom: 8%;
  left: 2%;
  transform: rotate(15deg);
  opacity: .65;
}

.portrait {
  position: absolute;
  width: 64%;
  height: 82%;
  right: 11%;
  bottom: 1%;
}

.portrait-glow {
  position: absolute;
  width: 55%;
  height: 48%;
  left: 17%;
  top: 2%;
  border-radius: 50%;
  background: rgba(229, 218, 197, .10);
  filter: blur(25px);
}

.head {
  position: absolute;
  width: 45%;
  height: 35%;
  top: 10%;
  left: 29%;
  border-radius: 47% 53% 49% 48%;
  background:
    radial-gradient(circle at 66% 39%, rgba(255,255,255,.10) 0 2%, transparent 3%),
    linear-gradient(135deg, #6d4331, #3a251e 74%);
  box-shadow: -12px 18px 0 rgba(0,0,0,.14);
}

.head::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 70%;
  left: -10%;
  top: -16%;
  border-radius: 50% 55% 35% 42%;
  background: #221916;
  z-index: -1;
}

.neck {
  position: absolute;
  width: 17%;
  height: 21%;
  top: 39%;
  left: 43%;
  background: #5a382b;
}

.shoulder {
  position: absolute;
  width: 82%;
  height: 47%;
  left: 5%;
  bottom: 0;
  border-radius: 49% 45% 0 0;
  background: linear-gradient(145deg, #704334, #33221d 75%);
}

.cloth {
  position: absolute;
  width: 62%;
  height: 45%;
  left: 23%;
  bottom: 0;
  background:
    repeating-linear-gradient(45deg, transparent 0 10px, rgba(182,149,87,.25) 11px 12px),
    linear-gradient(135deg, #a85c3f, #6c382b);
  clip-path: polygon(17% 0, 83% 0, 100% 100%, 0 100%);
  opacity: .95;
}

.earring {
  position: absolute;
  width: 12px;
  height: 22px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  top: 39%;
}

.earring-left {
  left: 26%;
}

.earring-right {
  left: 72%;
}

.vertical-word {
  position: absolute;
  right: 1%;
  top: 42%;
  writing-mode: vertical-rl;
  color: rgba(238,230,213,.4);
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: .42em;
}

.number {
  position: absolute;
  left: 4%;
  bottom: 7%;
  color: rgba(182,149,87,.65);
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: .12em;
}

.footer {
  position: absolute;
  z-index: 5;
  bottom: 25px;
  left: clamp(24px, 5vw, 76px);
  right: clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #70685d;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .25em;
}

.footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 55px;
    padding-bottom: 110px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-art {
    width: min(82vw, 430px);
    justify-self: center;
    margin-top: -8px;
  }

  .footer {
    position: fixed;
  }
}

@media (max-width: 560px) {
  .topbar {
    padding: 22px 20px;
  }

  .brand-name {
    letter-spacing: .24em;
  }

  .coming {
    font-size: 8px;
  }

  .hero {
    padding: 48px 22px 105px;
    gap: 20px;
  }

  .eyebrow {
    margin-bottom: 23px;
    font-size: 8px;
    letter-spacing: .28em;
  }

  h1 {
    font-size: clamp(50px, 15vw, 72px);
    line-height: .9;
  }

  .rule {
    margin: 30px 0 22px;
  }

  .intro {
    font-size: 14px;
    line-height: 1.8;
  }

  .closing {
    font-size: 12px;
    line-height: 1.7;
  }

  .hero-art {
    width: min(90vw, 390px);
    margin-top: 5px;
  }

  .footer {
    bottom: 18px;
    left: 20px;
    right: 20px;
    letter-spacing: .18em;
    justify-content: center;
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .sun {
    animation: breathe 7s ease-in-out infinite;
  }

  .pattern-one {
    animation: rotate 30s linear infinite;
  }

  @keyframes breathe {
    0%, 100% { transform: scale(1); opacity: .88; }
    50% { transform: scale(1.025); opacity: .96; }
  }

  @keyframes rotate {
    to { transform: rotate(405deg); }
  }
}
