@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --ivory: #f1eee7;
  --muted: rgba(241, 238, 231, .62);
  --line: rgba(241, 238, 231, .25);
  --ink: #080807;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 1120px; background: var(--ink); color: var(--ivory); }
body { font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.hero { height: min(900px, 100dvh); isolation: isolate; overflow: hidden; position: relative; background: #090908; }
.hero__video { position: absolute; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: saturate(.7) brightness(.82) contrast(1.08); }
.hero__veil { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,7,6,.92) 0%, rgba(7,7,6,.65) 37%, rgba(7,7,6,.22) 66%, rgba(7,7,6,.35) 100%); }

.masthead { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; height: 118px; padding: 0 5vw; border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.wordmark { display: inline-flex; flex-direction: column; justify-self: start; line-height: 1; }
.wordmark--image { height: 74px; justify-content: center; width: 154px; }
.wordmark--image img { display: block; height: 100%; object-fit: contain; object-position: left center; width: 100%; }
.menu-toggle { display: none; }
.wordmark__name { font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 42px; font-weight: 500; letter-spacing: -.05em; text-shadow: 0 5px 15px rgba(0,0,0,.72), 0 1px 0 rgba(255,255,255,.16); }
.wordmark__sub { font: 500 8px/1 "DM Mono", monospace; letter-spacing: .26em; margin: 3px 0 0 12px; text-transform: uppercase; }
.menu { display: flex; gap: clamp(19px, 2.2vw, 43px); }
.menu__link { color: var(--muted); font-size: 10px; letter-spacing: .08em; position: relative; text-transform: uppercase; transition: color .35s ease; white-space: nowrap; }
.menu__link:after { background: var(--ivory); bottom: -10px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .35s ease; width: 100%; }
.menu__link:hover, .menu__link.is-active { color: var(--ivory); }
.menu__link:hover:after, .menu__link.is-active:after { transform: scaleX(1); }
.menu__link--disabled { cursor: default; opacity: .48; }
.menu__link--disabled::after { display: none; }
.menu__link--disabled:hover { color: var(--muted); }
.menu__number { display: none; }
.header__socials { align-items: center; color: var(--muted); display: flex; font: 500 10px/1 "DM Mono", monospace; gap: 16px; justify-self: end; letter-spacing: .08em; text-transform: uppercase; }
.header__socials a { transition: color .3s ease, transform .3s ease; }
.header__socials a:hover { color: var(--ivory); transform: translateY(-2px); }

.hero__content { left: 11.5vw; max-width: 700px; position: absolute; top: 50%; transform: translateY(-43%); z-index: 1; }
.eyebrow { align-items: center; color: var(--muted); display: flex; font: 400 10px/1 "DM Mono", monospace; letter-spacing: .13em; margin: 0 0 29px; text-transform: uppercase; }
.eyebrow span { background: var(--muted); display: block; height: 1px; margin: 0 13px; width: 37px; }
h1 { color: var(--ivory); font-family: "Playfair Display", Georgia, serif; font-size: clamp(55px, 6.25vw, 108px); font-weight: 500; letter-spacing: -.065em; line-height: .9; margin: 0; text-shadow: 0 5px 24px rgba(0,0,0,.68), 0 1px 0 rgba(255,255,255,.13); text-wrap: balance; }
h1 em { color: inherit; font-weight: 500; }
.hero__intro { color: var(--muted); font-size: 14px; letter-spacing: .01em; line-height: 1.65; margin: 33px 0 34px 6px; max-width: 330px; }
.hero__actions { display: flex; gap: 12px; margin: 72px 0 0 5px; }
.button { align-items: center; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; font: 500 10px/1 "DM Sans", sans-serif; gap: 28px; letter-spacing: .09em; padding: 15px 18px 15px 22px; text-transform: uppercase; transition: background .35s ease, border-color .35s ease, color .35s ease, transform .35s ease; }
.button span { font-size: 15px; line-height: 8px; }
.button--solid { background: var(--ivory); border-color: var(--ivory); color: var(--ink); }
.button--solid:hover { background: transparent; color: var(--ivory); transform: translateY(-2px); }
.button--outline:hover { background: var(--ivory); border-color: var(--ivory); color: var(--ink); transform: translateY(-2px); }

.edition { align-items: center; bottom: 40%; color: var(--muted); display: flex; flex-direction: column; font: 400 9px/1 "DM Mono", monospace; gap: 14px; letter-spacing: .12em; position: absolute; right: 3.8vw; text-transform: uppercase; transition: color .3s ease; writing-mode: vertical-rl; z-index: 1; }
.edition i { background: var(--muted); height: 56px; transition: background .3s ease, transform .3s ease; width: 1px; }
.edition:hover, .edition:focus-visible { color: var(--ivory); }
.edition:hover i, .edition:focus-visible i { background: var(--ivory); transform: scaleY(1.08); }
.edition:focus-visible { outline: 1px solid var(--line); outline-offset: 10px; }
.hero__footer { bottom: 31px; color: var(--muted); font: 400 9px/1 "DM Mono", monospace; left: 5vw; letter-spacing: .07em; position: absolute; text-transform: uppercase; z-index: 1; }
.hero__footer p { margin: 0; }
.scroll-cue { display: none; }

@media (max-height: 760px) { .hero { height: 100dvh; } .masthead { height: 94px; } .hero__content { transform: translateY(-37%); } h1 { font-size: 72px; } .hero__footer { bottom: 20px; } }

@media (max-width: 780px) {
  html, body { min-width: 0; }
  body { overflow-x: hidden; }
  .hero { height: 100svh; min-height: 660px; }
  .masthead { grid-template-columns: 1fr auto; height: 92px; padding: 0 24px; }
  .wordmark--image { height: 58px; width: 122px; z-index: 22; }
  .menu-toggle { appearance: none; background: transparent; border: 0; cursor: pointer; display: grid; gap: 7px; padding: 12px 0 12px 18px; position: relative; z-index: 22; }
  .menu-toggle span { background: var(--ivory); display: block; height: 1px; transition: transform 240ms ease; width: 26px; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .masthead .menu { align-content: center; background: rgba(5, 5, 5, .96); display: grid; gap: 24px; inset: 0; justify-items: center; opacity: 0; padding: 110px 30px 50px; pointer-events: none; position: fixed; transform: translateY(-12px); transition: opacity 220ms ease, transform 220ms ease; z-index: 20; }
  .menu-open .masthead .menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .masthead .menu .menu__link { font-size: 13px; }
  .header__socials { display: none; }
  .hero__content { left: 24px; max-width: none; right: 24px; top: 48%; transform: translateY(-50%); }
  .eyebrow { font-size: 9px; letter-spacing: .12em; }
  h1 { font-size: clamp(52px, 15vw, 74px); line-height: .86; max-width: 100%; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 42px; width: min(100%, 310px); }
  .button { justify-content: space-between; width: 100%; }
  .edition { display: none; }
  .hero__footer { bottom: 18px; left: 24px; }
}
