:root {
  color-scheme: dark;
  --ink: #080705;
  --paper: #eee9dd;
  --gold: #caa463;
  --gold-light: #e4cf9c;
  --muted: #a79e8e;
  --line: rgba(228, 207, 156, 0.23);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--paper);
  font-family: "Helvetica Neue", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }

.skip-link {
  position: fixed;
  z-index: 20;
  left: 1rem;
  top: -4rem;
  padding: .8rem 1rem;
  background: var(--paper);
  color: var(--ink);
}
.skip-link:focus { top: 1rem; }

.site-header {
  align-items: center;
  display: flex;
  height: 5.5rem;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
.wordmark, footer > span:first-child {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: .22em;
}
.header-link, .text-link, footer a {
  font-size: .67rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.header-link:hover, .text-link:hover, footer a:hover { color: var(--gold-light); }

.cinematic { height: 410svh; position: relative; }
.canvas-frame {
  background: #0b0906;
  height: 100svh;
  inset: 0;
  overflow: hidden;
  position: sticky;
  top: 0;
}
canvas { display: block; height: 100%; width: 100%; }
.canvas-vignette, .canvas-grain { inset: 0; pointer-events: none; position: absolute; }
.canvas-vignette {
  background:
    linear-gradient(90deg, rgba(5, 4, 3, .72), transparent 55%, rgba(5, 4, 3, .44)),
    linear-gradient(0deg, rgba(5, 4, 3, .55), transparent 43%);
}
.canvas-grain {
  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='.7'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: .14;
}

.scene-copy { inset: 0; pointer-events: none; position: absolute; }
.scene {
  left: clamp(1.25rem, 9vw, 9rem);
  max-width: min(45rem, 82vw);
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-48%);
  will-change: opacity, transform;
}
.eyebrow {
  color: var(--gold-light);
  font-size: .64rem;
  letter-spacing: .22em;
  margin: 0 0 1.6rem;
  text-transform: uppercase;
}
h1, h2, .statement {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .9;
  margin: 0;
}
h1 { font-size: clamp(4rem, 9.5vw, 10rem); }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.lede {
  color: #ddd4c4;
  font-size: clamp(.93rem, 1.25vw, 1.12rem);
  letter-spacing: .035em;
  line-height: 1.6;
  margin: 2.1rem 0 0;
  max-width: 23rem;
}
.statement { font-size: clamp(3.1rem, 7.5vw, 8.2rem); }
.scene-three { max-width: 54rem; }
.scene-four {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, .65fr);
  max-width: min(76rem, 82vw);
}
.scene-four .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.scene-four h2 { font-size: clamp(2.9rem, 6.4vw, 7.3rem); }
.scene-four .intro-copy {
  align-self: end;
  background: rgba(8, 7, 5, .76);
  color: var(--paper);
  max-width: 28rem;
  padding: clamp(1.25rem, 2vw, 2rem);
}
.scene-four .intro-copy p { text-shadow: 0 1px 8px rgba(0, 0, 0, .72); }
.scene-four .text-link { pointer-events: auto; }
.gold-button {
  align-items: center;
  background: var(--gold-light);
  color: #171208;
  display: inline-flex;
  font-size: .68rem;
  gap: 1.8rem;
  letter-spacing: .16em;
  margin-top: 2.3rem;
  padding: 1.15rem 1.35rem;
  pointer-events: auto;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
.gold-button:hover { background: #fff2ce; transform: translateY(-2px); }
.scroll-cue {
  align-items: center;
  bottom: 2.4rem;
  color: var(--muted);
  display: flex;
  font-size: .58rem;
  gap: .65rem;
  letter-spacing: .16em;
  position: absolute;
  right: clamp(1.25rem, 4vw, 4.5rem);
  text-transform: uppercase;
}
.scroll-cue span { background: var(--gold); height: 1px; width: 2.3rem; }

.final-cta { padding: clamp(7rem, 15vw, 14rem) clamp(1.25rem, 9vw, 9rem); }
.final-cta h2 { font-size: clamp(2.9rem, 6.4vw, 7.3rem); }
.intro-copy { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.intro-copy p { margin: 0 0 2rem; }
.text-link { color: var(--gold-light); border-bottom: 1px solid var(--line); padding-bottom: .55rem; }

.editorial {
  display: grid;
  gap: clamp(1rem, 2vw, 2rem);
  grid-template-columns: minmax(0, 1.35fr) minmax(14rem, .65fr);
  padding: 0 clamp(1.25rem, 4vw, 4.5rem) clamp(7rem, 12vw, 11rem);
}
.editorial figure { margin: 0; overflow: hidden; position: relative; }
.editorial-main::after {
  background: linear-gradient(0deg, rgba(6, 6, 5, .9) 0%, rgba(6, 6, 5, .56) 35%, transparent 68%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.editorial img {
  display: block;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  width: 100%;
}
.editorial-main img { object-position: 48% center; }
.editorial-detail img { object-position: 52% center; }
.editorial figcaption {
  bottom: 1.35rem;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.7rem);
  left: 1.35rem;
  letter-spacing: -.045em;
  position: absolute;
  z-index: 1;
}

.principles {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.principles article { min-height: 23rem; padding: clamp(1.5rem, 4vw, 4rem); }
.principles article + article { border-left: 1px solid var(--line); }
.principles span { color: var(--gold); font-size: .65rem; letter-spacing: .17em; }
.principles h2 { font-size: clamp(2rem, 3.5vw, 4rem); margin: clamp(3rem, 8vw, 7rem) 0 1.5rem; }
.principles p { color: var(--muted); font-size: .92rem; line-height: 1.6; max-width: 18rem; }

.final-cta { background: #12100b; text-align: center; }
.final-cta .gold-button { margin-top: 2.8rem; }
footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: .68rem;
  justify-content: space-between;
  letter-spacing: .1em;
  padding: 2rem clamp(1.25rem, 4vw, 4.5rem);
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .site-header { height: 4.75rem; }
  .wordmark { font-size: .78rem; }
  .header-link { font-size: .58rem; }
  .scene { left: 1.25rem; top: 48%; }
  .cinematic { height: 350svh; }
  .scene-four { display: block; max-width: 82vw; }
  .scene-four .eyebrow { margin-bottom: 1.6rem; }
  .scene-four .intro-copy { margin-top: 2.5rem; max-width: 28rem; }
  .editorial { display: block; padding: 0 1.25rem 7rem; }
  .editorial-detail { margin-top: 1rem; }
  .editorial img { min-height: 17rem; }
  .editorial-detail img { min-height: 13rem; }
  .principles { display: block; }
  .principles article { min-height: auto; padding: 3rem 1.25rem; }
  .principles article + article { border-left: 0; border-top: 1px solid var(--line); }
  .principles h2 { margin: 3.7rem 0 1.2rem; }
  footer > span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scene { position: absolute; }
  .scene:not(.scene-one) { display: none; }
  .scene-one { opacity: 1; top: 35svh; }
  .gold-button:hover { transform: none; }
}
