:root {
  --paper: #f4efe3;
  --paper-deep: #e8dfcd;
  --ink: #16382d;
  --green: #0e2b23;
  --orange: #ef4f1c;
  --charcoal: #242823;
  --sage: #aab4a4;
  --rule: rgba(14, 43, 35, 0.45);
  --display: Georgia, "Times New Roman", serif;
  --condensed: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.55), transparent 32%),
    radial-gradient(rgba(14,43,35,.09) .55px, transparent .75px),
    var(--paper);
  background-size: auto, 5px 5px, auto;
  color: var(--ink);
  font-family: var(--sans);
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--green);
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  min-height: 84px;
  margin: 0 2.8vw;
  border-bottom: 2px solid var(--green);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 20;
}
.monogram,
.site-nav a,
.eyebrow,
.hero-meta,
.button,
.fact,
.media-source,
.metric h3,
.metric-unit,
.contact-details,
footer {
  font-family: var(--condensed);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.monogram { font-size: 2rem; letter-spacing: .08em; }
.monogram span { color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: clamp(28px, 5vw, 78px); }
.site-nav a { position: relative; padding: 31px 0 25px; font-size: .9rem; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 20px;
  height: 3px;
  background: var(--orange);
  transition: right .18s ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 1px solid var(--green); background: transparent; padding: 10px 14px; text-transform: uppercase; }

.hero {
  min-height: 700px;
  margin: 0 2.8vw;
  border-bottom: 1px solid var(--green);
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(400px, .9fr) minmax(210px, .3fr);
  position: relative;
}
.hero-copy {
  padding: clamp(54px, 7vh, 88px) clamp(28px, 4vw, 64px) 54px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.eyebrow { margin: 0 0 22px; font-size: .78rem; letter-spacing: .18em; }
.eyebrow::after { content: ""; display: block; width: 72px; height: 4px; margin-top: 16px; background: var(--orange); }
.hero h1,
.section h2,
.contact-section h2 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .77;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 100%;
  font-size: clamp(2.9rem, 14vw, 5rem);
  line-height: .84;
  letter-spacing: -.055em;
}
.hero-meta {
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  margin: 34px 0 0;
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  font-size: .88rem;
}
.hero-meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.button {
  min-height: 60px;
  border: 1px solid var(--green);
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  cursor: pointer;
  font-size: .82rem;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--orange); border-color: var(--orange); color: white; }
.button-primary:hover,
.button-primary:focus-visible { background: var(--green); border-color: var(--green); }
.button-outline { background: transparent; }
.button-outline:hover,
.button-outline:focus-visible { background: var(--green); color: white; }
.button span { font-size: 1.35em; transition: transform .18s ease; }
.button:hover span { transform: translateX(4px); }

.hero-photo { min-height: 700px; border-left: 1px solid var(--green); position: relative; overflow: hidden; background: var(--paper-deep); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; filter: saturate(.78) contrast(.97) sepia(.08); transition: transform .6s ease; }
.hero-photo:hover img { transform: scale(1.015); }
.photo-index {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 12px;
  background: rgba(244,239,227,.9);
  writing-mode: vertical-rl;
  border-left: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  font: 800 .65rem/1 var(--condensed);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.facts-rail { border-left: 1px solid var(--green); align-self: stretch; padding-top: 18%; background: rgba(244,239,227,.35); }
.fact { min-height: 122px; border-bottom: 1px dotted var(--green); padding: 24px 20px; display: flex; gap: 18px; align-items: center; }
.fact-number { color: var(--orange); font-size: .68rem; }
.fact small { display: block; margin-bottom: 9px; font-size: .6rem; letter-spacing: .14em; color: rgba(22,56,45,.65); }
.fact strong { display: block; font-size: .85rem; line-height: 1.35; }

.section { padding: clamp(80px, 10vw, 150px) 5.5vw; border-bottom: 1px solid var(--green); }
.section-heading { display: flex; justify-content: space-between; gap: 8vw; align-items: flex-end; margin-bottom: 54px; }
.section h2,
.contact-section h2 { margin: 0; font-size: clamp(4.6rem, 8vw, 8.7rem); }
.section-intro { max-width: 440px; margin: 0 0 8px; font: 1.03rem/1.7 Georgia, serif; }

.video-section { background: var(--paper); }
.media-grid { display: grid; grid-template-columns: 1.45fr .78fr .62fr; gap: 14px; }
.media-card { min-height: 410px; position: relative; overflow: hidden; border: 1px solid var(--green); background: var(--green); color: white; isolation: isolate; }
.media-card-feature { min-height: 510px; }
.media-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform .3s ease, filter .3s ease; }
.media-card::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(8,24,19,.02) 45%, rgba(8,24,19,.82) 100%); }
.media-card:hover img,
.media-card:focus-visible img { transform: scale(1.025); filter: saturate(.9) contrast(1.06); }
.media-source { position: absolute; top: 0; left: 0; z-index: 2; padding: 12px 16px; background: var(--green); font-size: .7rem; }
.play { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 76px; height: 76px; border: 2px solid white; border-radius: 50%; display: grid; place-items: center; padding-left: 5px; background: rgba(14,43,35,.15); transition: background .18s ease, transform .18s ease; }
.media-card:hover .play { background: var(--orange); transform: translate(-50%, -50%) scale(1.05); }
.play-small { width: 58px; height: 58px; }
.media-caption { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; }
.media-caption strong { display: block; font: 800 1rem/1.2 var(--condensed); letter-spacing: .06em; text-transform: uppercase; }
.media-caption small { display: block; margin-top: 7px; color: rgba(255,255,255,.75); }
.media-card-graphic { background: var(--orange); }
.media-card-graphic::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.65); }
.media-card-graphic::after { background: linear-gradient(145deg, transparent, rgba(14,43,35,.25)); }
.diamond-mark { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%,-58%) rotate(45deg); font: 8rem/1 Georgia, serif; opacity: .65; }
.media-note { margin: 18px 0 0; color: rgba(22,56,45,.7); font-size: .78rem; }

.stats-section { background: var(--green); color: var(--paper); display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.stats-intro > p:last-child { max-width: 410px; font: 1rem/1.75 Georgia, serif; color: rgba(244,239,227,.72); }
.stats-intro .eyebrow::after { background: var(--orange); }
.stats-section h2 { font-size: clamp(4rem, 6.6vw, 7.5rem); }
.metrics-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(244,239,227,.45); border-left: 1px solid rgba(244,239,227,.45); }
.metric { min-height: 250px; padding: 34px; position: relative; border-right: 1px solid rgba(244,239,227,.45); border-bottom: 1px solid rgba(244,239,227,.45); }
.metric-value { font: 700 clamp(4rem, 7vw, 7rem)/.85 var(--display); letter-spacing: -.06em; }
.metric-unit { margin-left: 10px; font-size: .66rem; color: var(--orange); }
.metric h3 { margin: 30px 0 0; font-size: .75rem; }
.metric-line { position: absolute; bottom: 30px; left: 34px; width: 42px; height: 3px; background: var(--orange); }

.bio-section { display: grid; grid-template-columns: .45fr 1fr .65fr; gap: 6vw; align-items: start; position: relative; overflow: hidden; }
.bio-number { font: 700 clamp(9rem, 18vw, 20rem)/.75 var(--display); color: rgba(14,43,35,.08); letter-spacing: -.1em; }
.bio-section h2 { font-size: clamp(4rem, 6.5vw, 7.5rem); }
.bio-lead { font: 1.32rem/1.55 Georgia, serif; }
.bio-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; color: rgba(22,56,45,.78); font-size: .9rem; line-height: 1.75; }
.bio-section blockquote { margin: 90px 0 0; padding: 32px 0; border-top: 4px solid var(--orange); border-bottom: 1px solid var(--green); font: italic 1.3rem/1.55 Georgia, serif; }
.bio-section cite { display: block; margin-top: 22px; font: 800 .67rem/1.4 var(--condensed); letter-spacing: .12em; text-transform: uppercase; }

.contact-section { min-height: 620px; padding: 100px 5.5vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--orange); color: white; }
.contact-mark { font: 4rem/1 Georgia, serif; transform: rotate(45deg); }
.contact-section .eyebrow::after { background: white; margin-left: auto; margin-right: auto; }
.contact-section h2 { font-size: clamp(4.6rem, 9vw, 10rem); }
.contact-section > p:not(.eyebrow) { max-width: 550px; font: 1.1rem/1.65 Georgia, serif; }
.contact-section .button { margin-top: 24px; background: var(--green); border-color: var(--green); min-width: 310px; }
.contact-section .button:hover { background: var(--paper); color: var(--green); }
.contact-details { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 42px; margin-top: 40px; font-size: .65rem; }

footer { min-height: 130px; padding: 34px 5.5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--green); color: var(--paper); font-size: .65rem; }

:focus-visible { outline: 3px solid #ffb399; outline-offset: 4px; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: minmax(390px, 1fr) minmax(360px, .9fr); }
  .facts-rail { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; border-left: 0; border-top: 1px solid var(--green); }
  .fact { border-right: 1px dotted var(--green); border-bottom: 0; min-height: 110px; }
  .media-grid { grid-template-columns: 1.3fr 1fr; }
  .media-card-graphic { grid-column: 1 / -1; min-height: 260px; }
  .bio-section { grid-template-columns: .3fr 1fr; }
  .bio-section blockquote { grid-column: 2; margin-top: 0; }
}

@media (max-width: 800px) {
  .site-header { min-height: 70px; }
  .monogram { font-size: 1.45rem; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 70px 0 0; background: var(--paper); flex-direction: column; justify-content: center; gap: 0; transform: translateX(100%); transition: transform .22s ease; }
  .menu-open .site-nav { transform: none; }
  .site-nav a { font-size: 1.8rem; padding: 18px; }
  .hero { grid-template-columns: 1fr; margin: 0; }
  .hero-copy { padding: 64px 6vw 52px; }
  /*.hero h1 { font-size: clamp(2rem, 26vw, 8rem); }*/
  .hero-meta i { display: none; }
  .hero-meta { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hero-photo { min-height: 580px; border-left: 0; border-top: 1px solid var(--green); }
  .facts-rail { grid-template-columns: 1fr 1fr; }
  .fact { border-bottom: 1px dotted var(--green); min-height: 96px; }
  .section { padding: 80px 6vw; }
  .section-heading { display: block; }
  .section h2,
  .contact-section h2 { font-size: clamp(3.8rem, 19vw, 6rem); }
  .section-intro { margin-top: 28px; }
  .media-grid { grid-template-columns: 1fr; }
  .media-card,
  .media-card-feature { min-height: 390px; }
  .media-card-graphic { grid-column: auto; min-height: 290px; }
  .stats-section { grid-template-columns: 1fr; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 210px; padding: 25px; }
  .bio-section { grid-template-columns: 1fr; }
  .bio-number { position: absolute; top: 70px; right: -20px; }
  .bio-copy,
  .bio-section blockquote { position: relative; grid-column: 1; }
  .bio-columns { grid-template-columns: 1fr; }
  .bio-section blockquote { margin-top: 20px; }
  .contact-section { min-height: 600px; padding-left: 6vw; padding-right: 6vw; }
  footer { flex-direction: column; text-align: center; }
}

@media (max-width: 520px) {
  .hero-actions,
  .button { width: 100%; }
  .facts-rail,
  .metrics-grid { grid-template-columns: 1fr; }
  .fact { border-right: 0; }
  .metric { min-height: 185px; }
  .contact-details { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

.premiere-section {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 6vw;
  align-items: center;
  background: var(--green);
  color: var(--paper);
}

.premiere-copy .eyebrow::after {
  background: var(--orange);
}

.premiere-section h2 {
  margin: 0;
  font-size: clamp(4rem, 6.5vw, 7.5rem);
}

.premiere-copy > p:last-child {
  max-width: 430px;
  margin: 28px 0 0;
  color: rgba(244, 239, 227, .76);
  font: 1rem/1.75 Georgia, serif;
}

.premiere-video-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(244, 239, 227, .55);
  background: #07130f;
  box-shadow: 18px 18px 0 var(--orange);
}

.premiere-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.premiere-status {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--paper);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .premiere-section {
    grid-template-columns: 1fr;
  }

  .premiere-copy {
    max-width: 680px;
  }
}

@media (max-width: 800px) {
  .premiere-section h2 {
    font-size: clamp(3.8rem, 19vw, 6rem);
  }

  .premiere-video-shell {
    box-shadow: 9px 9px 0 var(--orange);
  }
}

.media-grid.media-grid-feature {
  grid-template-columns: 1fr;
}

.media-grid-feature .media-card-feature {
  min-height: 560px;
}

.x-feed-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 48px 0 18px;
  padding-top: 30px;
  border-top: 1px solid var(--green);
}

.x-feed-heading h3 {
  margin: 0;
  font: 800 1.25rem/1 var(--condensed);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.x-feed-heading a {
  color: var(--green);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.x-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.x-feed-slot {
  min-width: 0;
  min-height: 260px;
}

.x-feed-slot .twitter-tweet {
  margin: 0 auto !important;
}

.x-feed-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--green);
}

@media (max-width: 1120px) {
  .x-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .x-feed-slot:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {
  .media-grid-feature .media-card-feature {
    min-height: 390px;
  }

  .x-feed-heading {
    display: block;
  }

  .x-feed-heading a {
    display: inline-block;
    margin-top: 14px;
  }

  .x-feed {
    grid-template-columns: 1fr;
  }

  .x-feed-slot:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media print {
  .site-header, .hero-actions, .video-section, .contact-section, footer { display: none !important; }
  body { background: white; }
  .hero, .section { break-inside: avoid; }
  .hero { min-height: auto; }
}

/* @media (max-width: 800px) {
  .section h2,
  .premiere-section h2,
  .stats-section h2,
  .bio-section h2,
  .contact-section h2 {
    max-width: 100%;
    font-size: clamp(2.65rem, 12.5vw, 4.25rem);
    line-height: .88;
    letter-spacing: -.055em;
    overflow-wrap: break-word;
    text-wrap: balance;
  }
} */

/* @media (max-width: 520px) {
  .section h2,
  .premiere-section h2,
  .stats-section h2,
  .bio-section h2,
  .contact-section h2 {
    font-size: clamp(1.35rem, 9.5vw, 2.25rem);
  }

  @media (max-width: 360px) {
    .section h2,
    .premiere-section h2,
    .stats-section h2,
    .bio-section h2,
    .contact-section h2 {
      font-size: 1.2rem;
      line-height: .94;
      letter-spacing: -.04em;
    }
  }
}*/

/* Mobile-width hardening — v9 */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

main,
section,
.section,
.hero,
.hero-copy,
.hero-photo,
.facts-rail,
.premiere-section,
.premiere-copy,
.premiere-video-shell,
.section-heading,
.media-grid,
.media-card,
.x-feed,
.x-feed-slot,
.stats-section,
.metrics-grid,
.bio-section,
.bio-copy,
.contact-section,
footer {
  min-width: 0;
  max-width: 100%;
}

iframe,
.premiere-video,
.x-feed-slot iframe,
.twitter-tweet,
.twitter-tweet-rendered {
  max-width: 100% !important;
}

@media (max-width: 800px) {
  .hero h1 {
    font-size: clamp(2.75rem, 15vw, 4.5rem);
    line-height: .86;
  }

  .section h2,
  .premiere-section h2,
  .stats-section h2,
  .bio-section h2,
  .contact-section h2 {
    max-width: 100%;
    font-size: clamp(2.8rem, 12.5vw, 4.3rem);
    line-height: .88;
    letter-spacing: -.05em;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  .premiere-section {
    gap: 38px;
  }

  .premiere-copy > p:last-child {
    margin-top: 22px;
  }

  .premiere-video-shell {
    width: 100%;
    box-shadow: 8px 8px 0 var(--orange);
  }

  .x-feed-slot,
  .x-feed-slot .twitter-tweet,
  .x-feed-slot .twitter-tweet-rendered,
  .x-feed-slot iframe {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 420px) {
  .site-header {
    margin-left: 4.5vw;
    margin-right: 4.5vw;
    gap: 14px;
  }

  .monogram {
    font-size: 1.25rem;
  }

  .menu-toggle {
    padding: 9px 12px;
  }

  .hero-copy,
  .section,
  .contact-section {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }

  .section h2,
  .premiere-section h2,
  .stats-section h2,
  .bio-section h2,
  .contact-section h2 {
    font-size: clamp(2.35rem, 11.8vw, 3.2rem);
    line-height: .9;
  }

  .button {
    padding-left: 18px;
    padding-right: 18px;
    gap: 18px;
  }

  .premiere-video-shell {
    box-shadow: 6px 6px 0 var(--orange);
  }
}


/* Responsive premiere layout refinement — v10 */
@media (min-width: 1121px) {
  .premiere-section {
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: clamp(48px, 4.5vw, 84px);
  }

  .premiere-copy {
    min-width: 0;
  }

  .premiere-section h2 {
    max-width: 100%;
    font-size: clamp(4.25rem, 5.35vw, 6.6rem);
    line-height: .82;
    letter-spacing: -.06em;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (min-width: 1121px) and (max-width: 1320px) {
  .premiere-section {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(42px, 4vw, 58px);
  }

  .premiere-section h2 {
    font-size: clamp(4rem, 5.1vw, 4.7rem);
  }
}
