@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;600;800;900&display=swap');

:root {
  --black: #050505;
  --ink: #111;
  --cream: #f2eee6;
  --muted: #b9aa96;
  --line: rgba(242,238,230,.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
  background: var(--black);
  color: var(--cream);
}

.texture {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  z-index: 50;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 38px 38px;
}

a { color: inherit; }

.nav {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  mix-blend-mode: difference;
}

.brand {
  font-weight: 900;
  letter-spacing: .42em;
  text-decoration: none;
}

.navlinks a {
  margin-left: 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .2em;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr .72fr 70px;
  gap: 5vw;
  align-items: center;
  padding: 100px 5vw 44px;
  background:
    radial-gradient(circle at 70% 20%, rgba(171,135,88,.30), transparent 32%),
    linear-gradient(135deg, #050505 0%, #14110d 55%, #050505 100%);
}

.overline {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  font-size: clamp(94px, 19vw, 265px);
  line-height: .72;
  letter-spacing: -.11em;
  text-transform: uppercase;
}

.lead {
  max-width: 650px;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.05;
  margin: 34px 0;
  color: #e2d8c9;
}

.hero-actions a {
  display: inline-block;
  margin-right: 12px;
  margin-top: 10px;
  padding: 14px 18px;
  border: 1px solid var(--cream);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 800;
}

.hero-photo {
  height: 80vh;
  padding: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.1) contrast(1.08);
}

.side-note {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  gap: 24px;
  justify-self: end;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .28em;
}

.marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.marquee span {
  padding: 22px 36px;
  font-size: clamp(24px, 4vw, 62px);
  font-weight: 900;
  letter-spacing: -.05em;
  color: transparent;
  -webkit-text-stroke: 1px var(--cream);
}

.intro {
  padding: 12vw 7vw;
}

.intro p {
  max-width: 1200px;
  margin: 0;
  font-size: clamp(38px, 6.5vw, 96px);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.07em;
}

.portfolio, .stats, .about, .booking, .comp-card {
  padding: 110px 5vw;
}

.section-title {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding-bottom: 26px;
  margin-bottom: 26px;
}

.section-title p {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: 12px;
  font-weight: 800;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(42px, 8vw, 118px);
  line-height: .82;
  text-transform: uppercase;
  letter-spacing: -.07em;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

article {
  grid-column: span 4;
  background: #0d0d0d;
  border: 1px solid var(--line);
  padding: 10px;
}

article.large { grid-column: span 8; }

article img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) grayscale(.08);
}

article.large img { height: 760px; }

article p {
  margin: 10px 0 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  font-weight: 800;
}

.stats {
  background: var(--cream);
  color: var(--black);
}

.stats .section-title {
  border-color: rgba(0,0,0,.18);
}

.stats .section-title p { color: #726858; }

.stats-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

.stats-board div {
  min-height: 145px;
  padding: 22px;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stats-board span {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11px;
  color: #6c6257;
  font-weight: 900;
}

.stats-board strong {
  font-size: clamp(22px, 3vw, 36px);
  letter-spacing: -.05em;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: start;
}

.about h2 {
  margin: 0;
  font-size: clamp(48px, 8vw, 116px);
  line-height: .84;
  letter-spacing: -.08em;
  text-transform: uppercase;
}

.about > p {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 44px);
  line-height: 1.08;
  color: #e0d5c6;
  letter-spacing: -.05em;
}

.comp-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 6vw;
  background: #0b0b0b;
}

.comp-card h2 {
  font-size: clamp(90px, 16vw, 220px);
  line-height: .76;
  margin: 0;
  letter-spacing: -.1em;
}

.comp-card p {
  color: #e0d5c6;
}


.download-card {
  display: inline-block;
  margin-top: 26px;
  padding: 14px 18px;
  border: 1px solid var(--cream);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 900;
}

.download-card:hover {
  background: var(--cream);
  color: var(--black);
}

.mini-stats {
  columns: 2;
  align-self: end;
}

.mini-stats p {
  font-size: 20px;
  margin: 0 0 14px;
  break-inside: avoid;
}

.booking {
  min-height: 90vh;
  background:
    linear-gradient(rgba(5,5,5,.75), rgba(5,5,5,.86)),
    url("assets/editorial-lean.jpeg") center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking h2 {
  margin: 0 0 34px;
  font-size: clamp(72px, 15vw, 230px);
  line-height: .76;
  letter-spacing: -.1em;
  text-transform: uppercase;
}

.booking a {
  width: fit-content;
  text-decoration: none;
  font-size: clamp(26px, 4vw, 58px);
  border-bottom: 2px solid var(--cream);
  margin: 8px 0;
  letter-spacing: -.05em;
}

.note {
  max-width: 620px;
  color: var(--muted);
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.5;
}

footer {
  padding: 28px 5vw;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11px;
}

@media (max-width: 900px) {
  .nav {
    position: absolute;
    display: block;
  }

  .navlinks {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .navlinks a {
    margin-left: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 145px;
  }

  .hero-photo {
    height: auto;
  }

  .hero-photo img {
    height: auto;
  }

  .side-note {
    display: none;
  }

  .section-title,
  .about,
  .comp-card {
    grid-template-columns: 1fr;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
  }

  article,
  article.large {
    grid-column: span 1;
  }

  article img,
  article.large img {
    height: auto;
  }

  .stats-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .mini-stats {
    columns: 1;
  }
}
