@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 400;
  src: local("Arial");
}

:root {
  --cream: #eee9df;
  --cream-2: #f6f2ea;
  --ink: #12120f;
  --charcoal: #3f403d;
  --black: #090908;
  --red: #8f1e1e;
  --muted: #747169;
  --line: rgba(18,18,15,.18);
  --white-line: rgba(255,255,255,.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

/* HEADER */

.site-header {
  min-height: 72px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 4vw, 46px);
  padding: 8px clamp(22px, 5vw, 68px);
  border-bottom: 1px solid var(--line);
  background: var(--cream-2);
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: visible;
}

.brand {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 14px;
}

.brand::before,
.logo-brand::before {
  display: none;
}

.logo-brand {
  width: 142px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  overflow: visible;
}

.logo-brand img {
  width: 142px;
  height: auto;
  max-width: none;
  display: block;
  border: 0;
}

.top-nav {
  margin-left: auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2.6vw, 28px);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.top-nav a {
  text-decoration: none;
  color: #47443e;
}

.top-nav a:hover {
  color: var(--red);
}

/* GLOBAL SECTIONS */

section,
.case-study {
  padding: clamp(46px, 7vw, 86px) clamp(20px, 5vw, 68px);
}

.grid-two {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.eyebrow,
.card-kicker {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 900;
  margin: 0 0 14px;
}

h1,
h2,
h3 {
  text-transform: uppercase;
  margin: 0;
  line-height: .92;
  letter-spacing: -.06em;
}

h1 {
  font-size: clamp(48px, 7vw, 86px);
  max-width: 760px;
}

h2 {
  font-size: clamp(40px, 5.4vw, 70px);
}

h3 {
  font-size: 24px;
}

p {
  margin: 0 0 1em;
}

.dark-section {
  background: var(--black);
  color: var(--cream-2);
}

.button {
  display: inline-block;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 14px 18px;
  margin-top: 8px;
}

/* HOMEPAGE HERO */

.visual-hero {
  max-width: calc(var(--max) + 136px);
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 18px;
  position: relative;
}

.visual-hero img {
  width: 100%;
  height: clamp(300px, 44vw, 520px);
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(.95) contrast(1.05);
  border: 1px solid rgba(0,0,0,.12);
}

.visual-hero::after {
  content: "";
  position: absolute;
  inset: 54px clamp(36px, 7vw, 96px) 34px clamp(36px, 7vw, 96px);
  border: 1px solid rgba(255,255,255,.20);
  pointer-events: none;
}

.hero-label {
  position: absolute;
  inset: 38px 0 18px;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.hero-label span {
  color: var(--cream-2);
  text-transform: uppercase;
  font-size: clamp(46px, 8vw, 92px);
  letter-spacing: -.07em;
  line-height: .9;
  font-weight: 950;
  text-shadow: 0 4px 22px rgba(0,0,0,.35);
}

/* INTRO */

.intro-copy {
  font-size: clamp(17px, 1.55vw, 22px);
  max-width: 610px;
}

/* SELECTED WORK */

.selected-work {
  background: var(--charcoal);
}

.section-head {
  margin-bottom: 28px;
}

.section-head p {
  color: var(--muted);
  font-size: 15px;
  align-self: end;
}

.dark-section .section-head p {
  color: rgba(246,242,234,.72);
}

.work-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.work-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  min-height: 100%;
}

.work-card a {
  display: block;
  text-decoration: none;
  height: 100%;
}

.work-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #000;
}

.work-card:nth-child(2) img {
  object-position: center 40%;
}

.work-card:nth-child(4) img {
  object-position: center 18%;
}

.card-body {
  padding: 20px;
}

.card-body p {
  color: rgba(246,242,234,.78);
  font-size: 14px;
  margin-bottom: 0;
}

.card-body .card-kicker {
  color: #d29a97;
  margin-bottom: 8px;
  font-size: 9px;
}

.card-body h3 {
  color: #fff;
  margin-bottom: 10px;
}

/* CAPABILITIES */

.capabilities {
  background: var(--cream-2);
}

.cap-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}

.cap-grid article {
  padding: 26px;
  border-right: 1px solid var(--line);
}

.cap-grid article:last-child {
  border-right: 0;
}

.cap-grid h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

.cap-grid p {
  color: #4f4c45;
  font-size: 15px;
  margin: 0;
}

/* HOMEPAGE FEATURED CASE */

.featured-case {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: clamp(32px, 7vw, 88px);
  align-items: center;
  position: relative;
  border-top: 6px solid var(--red);
  border-bottom: 6px solid var(--red);
}

.featured-case > * {
  max-width: 590px;
}

.case-image {
  justify-self: end;
  width: 100%;
  border: 1px solid var(--white-line);
  background: #120a0a;
}

.case-image img {
  width: 100%;
  height: clamp(280px, 34vw, 440px);
  object-fit: cover;
  opacity: .9;
}

.section-logo {
  display: block;
  height: auto;
}

.moonlit-logo-small {
  width: min(360px, 78vw);
  margin: 0 0 26px;
}

.case-copy h2 {
  color: #fff;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--red);
}

.case-copy p {
  color: rgba(246,242,234,.82);
  max-width: 640px;
}

.text-link {
  display: inline-block;
  color: #f4b0a8;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .12em;
  font-size: 12px;
  margin-top: 10px;
}

.text-link:hover {
  color: #fff;
}

/* STUDIO NOTES */

.studio-notes {
  background: var(--cream);
}

.notes-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.notes-grid article {
  border-top: 3px solid var(--ink);
  padding-top: 20px;
}

.notes-grid h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.notes-grid p {
  color: #4f4c45;
}

/* CONTACT CTA */

.contact-cta {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 48px;
  align-items: center;
}

.contact-cta > * {
  max-width: var(--max);
}

.contact-cta h2 {
  max-width: 760px;
}

.contact-cta p {
  color: rgba(246,242,234,.78);
}

.footer-logo-wrap {
  align-self: start;
}

.footer-logo {
  width: min(280px, 70vw);
  height: auto;
  display: block;
  opacity: .92;
}

/* CASE STUDY PAGE */

.case-hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  border-bottom: 6px solid var(--red);
}

.case-hero > img {
  width: 100%;
  height: clamp(360px, 52vw, 650px);
  object-fit: cover;
  border: 1px solid var(--white-line);
}

.case-hero img.case-title-logo {
  width: min(260px, 42vw);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border: 0;
  margin: 0 0 18px;
}

.case-hero .lede {
  font-size: clamp(20px, 2vw, 28px);
  color: rgba(246,242,234,.86);
  margin-top: 28px;
}

.thesis {
  font-size: clamp(20px, 2.3vw, 34px);
  color: #fff;
  border-left: 4px solid var(--red);
  padding-left: 20px;
  margin-top: 30px;
}

.case-study {
  max-width: var(--max);
  margin: 0 auto;
  background: var(--cream);
}

.case-study section {
  padding: 0 0 clamp(42px, 6vw, 78px);
}

.case-study h2 {
  margin-bottom: 20px;
}

.case-study p {
  max-width: 780px;
  font-size: 18px;
  color: #34312c;
}

.media-pair {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
}

.media-pair.reverse {
  grid-template-columns: 1.1fr .9fr;
}

.media-pair.reverse img {
  order: 2;
}

.media-pair img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.media-pair video,
.media-pair .media-pair-video {
  width: 100%;
  display: block;
  border: 1px solid var(--line);
  background: #000;
}

/* FORMAT GRID */

.format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.format-grid article {
  border: 1px solid var(--line);
  padding: 22px;
  background: var(--cream-2);
}

.format-grid h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.format-grid p {
  font-size: 15px;
  margin: 0;
}

.visual-format-grid {
  gap: 20px;
}

.format-card {
  overflow: hidden;
  padding: 0 !important;
  background: var(--cream-2);
}

.format-card img {
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--line);
}

.format-card-copy {
  padding: 18px 18px 20px;
}

.format-card-copy h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.format-card-copy p {
  font-size: 15px;
}

/* STORY BREAKS */

.story-break {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 0 clamp(42px, 6vw, 78px);
  border: 1px solid var(--line);
}

.story-break img {
  display: block;
  width: 100%;
  height: clamp(320px, 38vw, 560px);
  object-fit: cover;
}

.story-break-dark {
  background: var(--black);
  border-color: rgba(255,255,255,.14);
}

.story-break-paper {
  background: #d4c9b8;
}

.story-break::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.52) 32%, rgba(0,0,0,.16) 56%, rgba(0,0,0,0) 80%);
  pointer-events: none;
}

.story-break-paper::before {
  background: linear-gradient(90deg, rgba(14,13,12,.34) 0%, rgba(14,13,12,.16) 34%, rgba(14,13,12,0) 64%);
}

.story-break-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: min(700px, 72%);
  padding: clamp(24px, 4vw, 48px);
}

.story-break-overlay h2 {
  color: #fff;
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: .94;
  text-wrap: balance;
}

.story-break-overlay.align-right {
  margin-left: auto;
  align-items: flex-start;
}

.story-break-overlay.align-center-left {
  justify-content: center;
}

.story-break-overlay.compact-overlay {
  max-width: min(540px, 58%);
}

/* EVIDENCE / ARTIFACT BANNERS */

.evidence-break {
  background: #000;
  border-color: rgba(255,255,255,.14);
}

.evidence-break::before {
  background: linear-gradient(270deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.64) 32%, rgba(0,0,0,.22) 58%, rgba(0,0,0,0) 82%);
}

.evidence-break .story-break-overlay {
  max-width: min(520px, 42%);
  margin-left: auto;
  justify-content: center;
  padding-right: clamp(28px, 5vw, 64px);
}

.evidence-break .story-break-overlay h2,
.evidence-break .story-break-overlay .eyebrow {
  color: #fff;
}

.artifact-method-break {
  background: #000;
  border-color: rgba(255,255,255,.14);
}

.artifact-method-break::before {
  background: linear-gradient(270deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.70) 34%, rgba(0,0,0,.26) 60%, rgba(0,0,0,0) 84%);
}

.artifact-method-break .artifact-method-overlay {
  max-width: min(560px, 44%);
  margin-left: auto;
  justify-content: center;
  padding-right: clamp(28px, 5vw, 64px);
}

.artifact-method-break .artifact-method-overlay h2,
.artifact-method-break .artifact-method-overlay p {
  color: #fff;
}

.artifact-method-break .artifact-method-overlay h2 {
  margin-bottom: 1rem;
}

.artifact-method-break .artifact-method-overlay p {
  max-width: 34rem;
}

/* UTILITIES */

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.case-footer {
  padding: 18px 0 56px;
}

/* RESPONSIVE */

@media (max-width: 920px) {
  .grid-two,
  .featured-case,
  .case-hero,
  .media-pair,
  .media-pair.reverse,
  .contact-cta {
    grid-template-columns: 1fr;
  }

  .media-pair.reverse img {
    order: 0;
  }

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

  .cap-grid,
  .notes-grid,
  .format-grid {
    grid-template-columns: 1fr 1fr;
  }

  .top-nav {
    gap: 14px;
    font-size: 10px;
  }

  .hero-label span {
    font-size: clamp(36px, 13vw, 76px);
  }

  .case-hero img.case-title-logo {
    width: min(240px, 58vw);
  }

  .story-break-overlay,
  .story-break-overlay.compact-overlay {
    max-width: 82%;
  }

  .evidence-break .story-break-overlay,
  .artifact-method-break .artifact-method-overlay {
    max-width: min(500px, 54%);
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 66px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 18px;
  }

  .logo-brand,
  .logo-brand img {
    width: 126px;
  }

  .logo-brand {
    height: 50px;
  }

  .top-nav {
    gap: 12px;
    font-size: 9px;
    letter-spacing: .10em;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: auto;
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .top-nav {
    flex-wrap: wrap;
    row-gap: 8px;
    justify-content: flex-start;
  }

  .work-grid,
  .cap-grid,
  .notes-grid,
  .format-grid {
    grid-template-columns: 1fr;
  }

  .cap-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cap-grid article:last-child {
    border-bottom: 0;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  .visual-hero img {
    height: 300px;
  }

  .work-card img {
    height: 240px;
  }

  .case-hero img.case-title-logo {
    width: min(220px, 72vw);
  }

  .story-break img {
    height: 280px;
  }

  .story-break::before,
  .story-break-paper::before,
  .evidence-break::before,
  .artifact-method-break::before {
    background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.58) 60%, rgba(0,0,0,.78) 100%);
  }

  .story-break-overlay,
  .story-break-overlay.compact-overlay,
  .story-break-overlay.align-right,
  .evidence-break .story-break-overlay,
  .artifact-method-break .artifact-method-overlay {
    max-width: 100%;
    justify-content: flex-end;
    margin-left: 0;
    padding-right: clamp(24px, 6vw, 32px);
  }

  .story-break-paper .story-break-overlay h2,
  .story-break-paper .story-break-overlay .eyebrow {
    color: #fff;
  }
}

/* PHASE 1.7 — MOONLIT CASE STUDY LAYOUT REFINEMENTS */
.story-break-dark .story-break-overlay p:not(.eyebrow) {
  color: rgba(246,242,234,.86);
  max-width: 38rem;
  font-size: 17px;
}

.world-system-overlay {
  max-width: min(680px, 62%);
}

.world-system-overlay h2 {
  margin-bottom: 1rem;
}

.world-system-overlay p:not(.eyebrow) {
  margin-bottom: .85rem;
}

@media (max-width: 640px) {
  .world-system-overlay {
    max-width: 100%;
  }
}

/* PHASE 1.9 — MOONLIT CASE STUDY STRUCTURE REPAIR */
.case-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.case-facts {
  border-top: 4px solid var(--ink);
  padding-top: 18px;
  display: grid;
  gap: 16px;
  font-size: 14px;
}

.case-facts div {
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.case-facts span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.case-facts strong {
  display: block;
  line-height: 1.25;
}

.section-head {
  margin-bottom: clamp(22px, 4vw, 38px);
}

.section-head p {
  align-self: center;
  max-width: 500px;
}

.rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 36px);
}

.rule-grid article {
  border-top: 3px solid var(--ink);
  padding-top: 16px;
}

.rule-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
}

.rule-grid h3 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 8px;
}

.rule-grid p {
  font-size: 16px;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: clamp(46px, 7vw, 86px) !important;
}

.proof-copy h2 {
  max-width: 760px;
}

.proof-list {
  display: grid;
  gap: 22px;
  margin-top: 6px;
}

.proof-list article {
  border-top: 3px solid var(--ink);
  padding-top: 16px;
}

.proof-list h3 {
  font-size: clamp(22px, 2.6vw, 30px);
  margin-bottom: 8px;
}

.proof-list p {
  font-size: 16px;
  margin-bottom: 0;
}

.moonlit-case-footer {
  display: grid;
  grid-template-columns: minmax(160px, 320px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: clamp(34px, 5vw, 58px) !important;
  margin-top: clamp(10px, 2vw, 24px);
  border: 1px solid rgba(255,255,255,.14);
}

.moonlit-case-footer h2 {
  color: #fff;
  max-width: 760px;
}

.moonlit-case-footer p {
  color: rgba(246,242,234,.72);
  max-width: 650px;
}

.moonlit-case-footer .footer-logo {
  width: min(260px, 100%);
}

@media (max-width: 920px) {
  .case-overview,
  .proof-section,
  .moonlit-case-footer {
    grid-template-columns: 1fr;
  }

  .case-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .case-facts,
  .rule-grid {
    grid-template-columns: 1fr;
  }

  .proof-section {
    padding-top: 42px !important;
  }

  .moonlit-case-footer {
    padding: 28px !important;
  }
}

/* PHASE 1.14 — THE HOLLOW CASE STUDY */
.case-hero-hollow > img {
  object-position: center center;
}

.case-hero-hollow h1 {
  color: #fff;
  margin-bottom: 22px;
}

.case-hero-hollow .lede {
  max-width: 700px;
}

.case-study-hollow .case-overview-copy p:last-child {
  margin-bottom: 0;
}

.hollow-facts strong {
  color: var(--ink);
}

.hollow-image-frame img {
  width: 100%;
  border: 1px solid var(--line);
  background: #000;
}

.hollow-portrait img {
  max-height: 640px;
  object-fit: cover;
  object-position: center top;
}

.hollow-sketch img {
  background: #d8d1c4;
  object-fit: contain;
  padding: clamp(14px, 2vw, 28px);
}

.hollow-object-pair img {
  max-height: 620px;
  object-fit: cover;
  object-position: center top;
}

.hollow-world-break::before {
  background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 36%, rgba(0,0,0,.18) 62%, rgba(0,0,0,0) 86%);
}

.hollow-world-break img {
  object-position: center 38%;
}

.hollow-world-break .story-break-overlay p:not(.eyebrow) {
  color: rgba(246,242,234,.86);
  max-width: 38rem;
  font-size: 17px;
}

.hollow-moonlit-note {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: clamp(42px, 6vw, 72px) !important;
  padding-bottom: clamp(42px, 6vw, 72px) !important;
}

.hollow-connected .proof-list article {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
  padding: 20px;
}

.hollow-connected .proof-list {
  gap: 18px;
}

.hollow-case-footer {
  margin-top: 0;
}

@media (max-width: 640px) {
  .hollow-world-break::before {
    background: linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.62) 55%, rgba(0,0,0,.84) 100%);
  }

  .hollow-sketch img {
    padding: 12px;
  }
}

/* PHASE 1.16 — ICARUS CASE STUDY */
.case-hero-icarus > img {
  object-position: center center;
}

.case-study-icarus .case-overview {
  margin-bottom: clamp(18px, 3vw, 34px);
}

.icarus-myth-pair img,
.icarus-finished-pair img {
  background: #111;
  object-position: center center;
}

.icarus-cinema-break::before {
  background: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.66) 34%, rgba(0,0,0,.18) 62%, rgba(0,0,0,0) 86%);
}

.icarus-cinema-break .story-break-overlay p:not(.eyebrow) {
  color: rgba(246,242,234,.88);
  max-width: 38rem;
  font-size: 17px;
}

.icarus-sequence-section {
  border-top: 1px solid var(--line);
  padding-top: clamp(42px, 6vw, 72px) !important;
}

.icarus-sequence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.icarus-sequence-grid figure,
.image-carousel figure {
  margin: 0;
  background: var(--cream-2);
  border: 1px solid var(--line);
}

.icarus-sequence-grid img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center center;
}

.icarus-sequence-grid .wide-figure {
  grid-column: 1 / -1;
}

.icarus-sequence-grid .wide-figure img {
  height: auto;
  max-height: 560px;
  object-fit: contain;
  background: #000;
}

.icarus-sequence-grid figcaption,
.image-carousel figcaption {
  padding: 10px 12px;
  color: #5a574f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.icarus-ending-section {
  border-top: 1px solid var(--line);
  padding-top: clamp(42px, 6vw, 72px) !important;
}

.alt-ending-block {
  margin-top: clamp(30px, 5vw, 56px);
  padding: clamp(22px, 4vw, 36px);
  background: var(--cream-2);
  border: 1px solid var(--line);
}

.alt-ending-intro {
  max-width: 800px;
  margin-bottom: 22px;
}

.alt-ending-intro h3 {
  font-size: clamp(26px, 3.4vw, 42px);
  margin-bottom: 12px;
}

.alt-ending-intro p:not(.eyebrow) {
  font-size: 16px;
  color: #413e38;
}

.image-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 34%);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding-bottom: 14px;
}

.image-carousel figure {
  scroll-snap-align: start;
}

.image-carousel img {
  width: 100%;
  aspect-ratio: 1.11 / 1;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.icarus-connected {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: clamp(42px, 6vw, 72px) !important;
  padding-bottom: clamp(42px, 6vw, 72px) !important;
}

.icarus-connected .proof-list article {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
  padding: 20px;
}

.icarus-case-footer {
  margin-top: 0;
}

@media (max-width: 920px) {
  .icarus-sequence-grid {
    grid-template-columns: 1fr;
  }

  .image-carousel {
    grid-auto-columns: minmax(260px, 62%);
  }
}

@media (max-width: 640px) {
  .icarus-cinema-break::before {
    background: linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.62) 55%, rgba(0,0,0,.84) 100%);
  }

  .icarus-sequence-grid img {
    height: auto;
  }

  .image-carousel {
    grid-auto-columns: minmax(240px, 86%);
  }

  .alt-ending-block {
    padding: 18px;
  }
}


/* PHASE 1.18 — CLICK CAROUSEL FOR ICARUS ALTERNATE ENDING */
.click-carousel {
  position: relative;
  margin-top: 24px;
  border: 1px solid var(--line);
  background: var(--black);
  overflow: hidden;
}

.click-carousel .carousel-slide {
  display: none;
  margin: 0;
}

.click-carousel .carousel-slide.is-active {
  display: block;
}

.click-carousel img {
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  background: #000;
}

.click-carousel figcaption {
  color: rgba(246,242,234,.78);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 12px 16px 14px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 48px;
  height: 64px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.carousel-button:hover {
  background: rgba(0,0,0,.78);
}

.carousel-prev {
  left: 12px;
}

.carousel-next {
  right: 12px;
}

@media (max-width: 640px) {
  .carousel-button {
    width: 40px;
    height: 52px;
    font-size: 34px;
  }
}


/* PHASE 1.19 — GOLIATH COINS CASE STUDY */
.case-hero-goliath > img {
  object-position: center center;
  background: #000;
}

.case-study-goliath .media-pair img {
  object-fit: contain;
  background: #111;
}

.goliath-line-form img,
.goliath-survive-pair img {
  max-height: 620px;
}

.coin-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.coin-image-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #111;
  border: 1px solid var(--line);
  padding: 8px;
}

.coin-image-grid.tall-grid img {
  aspect-ratio: 4 / 5;
}

.goliath-feature-section .grid-two {
  align-items: center;
}

.goliath-dice-section .section-head {
  align-items: end;
}

.coin-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.coin-strip figure {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--cream-2);
}

.coin-strip img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #111;
  padding: 8px;
}

.coin-strip figcaption {
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: #4f4c45;
  border-top: 1px solid var(--line);
}

.goliath-dice-copy {
  max-width: 820px;
  margin-top: 26px;
}

.goliath-common-goal img {
  object-fit: contain;
  background: #000;
  padding: clamp(18px, 4vw, 42px);
}

.goliath-common-goal::before {
  background: linear-gradient(90deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.58) 38%, rgba(0,0,0,.18) 68%, rgba(0,0,0,0) 100%);
}

.goliath-collaboration-copy {
  max-width: 880px;
  margin: 0 auto;
}

.goliath-collaboration-copy p {
  font-size: 18px;
}

@media (max-width: 920px) {
  .coin-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .coin-image-grid,
  .coin-strip {
    grid-template-columns: 1fr;
  }

  .goliath-common-goal img {
    height: 300px;
  }
}


/* PHASE 1.21 — GOLIATH COINS REFINEMENTS */
.case-study-goliath .coin-image-grid img,
.case-study-goliath .coin-strip img,
.case-study-goliath .media-pair img {
  border: 0;
  background: transparent;
}

.case-study-goliath .coin-image-grid img {
  padding: 0;
}

.dice-click-carousel {
  max-width: 840px;
  margin: 28px auto 0;
  background: transparent;
  border: 0;
}

.dice-click-carousel img {
  width: 100%;
  height: clamp(420px, 58vw, 720px);
  object-fit: cover;
  object-position: center 38%;
  background: transparent;
}

.dice-click-carousel figcaption {
  color: #4f4c45;
  border-top: 1px solid var(--line);
  background: var(--cream-2);
}

.goliath-common-goal img {
  object-fit: cover;
  object-position: center 24%;
  padding: 0;
}

.goliath-common-goal::before {
  background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 34%, rgba(0,0,0,.16) 62%, rgba(0,0,0,0) 100%);
}

.goliath-cthulhu-break img {
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 640px) {
  .dice-click-carousel img {
    height: 420px;
  }

  .goliath-common-goal img {
    object-position: center 20%;
  }
}


/* PHASE 1.22 — GOLIATH IMAGE FOCUS REFINEMENTS */
.case-hero-goliath > img {
  object-fit: cover;
  object-position: center 58%;
  background: var(--cream);
}

.dice-click-carousel img {
  object-position: center calc(38% + 200px);
}

/* D6 needs a tighter crop so the flaming skulls sit just inside the frame. */
.dice-click-carousel .dice-d6 img {
  object-position: center 25%;
  transform: scale(1.22);
  transform-origin: center 25%;
}

/* Keep the other package illustrations shifted downward as requested. */
.dice-click-carousel .dice-d4 img,
.dice-click-carousel .dice-d8 img,
.dice-click-carousel .dice-d10 img,
.dice-click-carousel .dice-d12 img {
  object-position: center calc(38% + 200px);
}

@media (max-width: 640px) {
  .case-hero-goliath > img {
    object-position: center 56%;
  }

  .dice-click-carousel .dice-d6 img {
    transform: scale(1.15);
    transform-origin: center 25%;
  }
}


/* PHASE 1.23 — GOLIATH ASSET REPLACEMENT + DICE POSITION TUNING */
.case-study-goliath .coin-image-grid img,
.case-study-goliath .media-pair img {
  background: transparent;
}

/* Dice package illustrations moved back up by 70px from the previous pass. */
.dice-click-carousel img {
  object-position: center calc(38% + 130px);
}

/* D6 druid/dragonborn image moved down by 50px from the previous framing. */
.dice-click-carousel .dice-d6 img {
  object-position: center calc(25% + 50px);
  transform: scale(1.22);
  transform-origin: center 25%;
}

.dice-click-carousel .dice-d4 img,
.dice-click-carousel .dice-d8 img,
.dice-click-carousel .dice-d10 img,
.dice-click-carousel .dice-d12 img {
  object-position: center calc(38% + 130px);
}

@media (max-width: 640px) {
  .dice-click-carousel .dice-d6 img {
    object-position: center calc(25% + 40px);
    transform: scale(1.15);
    transform-origin: center 25%;
  }
}


/* PHASE 1.24 — GOLIATH RLYEH SWAP + CLASS COIN COLOR BAR */
.case-hero-goliath > img {
  object-fit: contain;
  object-position: center center;
  background: #050505;
  padding: clamp(20px, 4vw, 52px);
}

.goliath-feature-section .coin-image-grid img {
  background: transparent;
  border: 0;
  padding: 0;
}

.goliath-class-pair {
  position: relative;
  z-index: 0;
  padding-top: clamp(42px, 6vw, 72px) !important;
  padding-bottom: clamp(42px, 6vw, 72px) !important;
  margin-bottom: clamp(42px, 6vw, 78px);
}

.goliath-class-pair::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #3f403d;
}

.goliath-class-pair .eyebrow {
  color: #d29a97;
}

.goliath-class-pair h2,
.goliath-class-pair p {
  color: var(--cream-2);
}

.goliath-class-pair .coin-image-grid img {
  background: transparent;
  border: 0;
}

@media (max-width: 640px) {
  .case-hero-goliath > img {
    padding: 24px;
  }
}
/* =========================================================
   PROCESS PAGE — CONSOLIDATED EDITORIAL GRID
   Phase 1.41 alignment + hero stacking repair.
   ========================================================= */

:root {
  --process-max: 980px;
  --process-gap: 75px;
  --process-side: clamp(24px, 6vw, 88px);
}

.process-hero-v2 {
  position: relative;
  isolation: isolate;
  min-height: clamp(430px, 42vw, 560px);
  overflow: hidden;
  background: #2f302d;
  border-bottom: 6px solid var(--red);
}

.process-hero-v2__image {
  position: absolute;
  inset: 0 0 0 34%;
  z-index: 0;
  overflow: hidden;
}

.process-hero-v2__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 58% center;
}

.process-hero-v2__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      #2f302d 0%,
      #2f302d 34%,
      rgba(47,48,45,.98) 40%,
      rgba(47,48,45,.78) 49%,
      rgba(47,48,45,.28) 60.5%,
      rgba(47,48,45,0) calc(78% - 20px)
    );
  pointer-events: none;
}

.process-hero-v2__inner {
  position: relative;
  z-index: 2;
  width: min(var(--process-max), calc(100vw - (2 * var(--process-side))));
  min-height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.process-hero-v2__copy {
  width: min(38%, 430px);
  padding: clamp(54px, 7vw, 84px) 0;
  color: #fff;
}

.process-hero-v2__copy h1 {
  margin: 0;
  max-width: 430px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1;
}

.process-hero-v2__copy .lede {
  margin: 24px 0 0;
  max-width: 410px;
  color: rgba(255,255,255,.9);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.38;
}

.process-page-v2 {
  max-width: none;
  margin: 0;
  background: var(--cream);
}

.process-page-v2 > section {
  padding-left: 0;
  padding-right: 0;
}

.process-opening,
.process-principle,
.process-conclusion-copy {
  width: min(var(--process-max), calc(100vw - (2 * var(--process-side))));
  margin-left: auto;
  margin-right: auto;
}

.process-opening,
.process-principle {
  display: grid;
  grid-template-columns: minmax(240px, .82fr) minmax(360px, 1.18fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.process-opening {
  padding-top: var(--process-gap);
  padding-bottom: var(--process-gap);
}

.process-opening > .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -8px;
}

.process-opening h2,
.process-principle-heading h2,
.process-conclusion h2 {
  margin: 0;
  line-height: .96;
}

.process-opening h2 {
  max-width: 560px;
  font-size: clamp(30px, 3.8vw, 50px);
}

.process-opening-copy,
.process-principle-copy,
.process-principle-heading {
  align-self: start;
}

.process-opening-copy,
.process-principle-copy {
  max-width: 68ch;
}

.process-opening-copy p,
.process-principle-copy p,
.process-conclusion p {
  margin: 0 0 1em;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
}

.process-opening-copy p:last-child {
  margin-top: 22px;
  margin-bottom: 0;
  padding-top: 17px;
  border-top: 3px solid var(--ink);
}

.process-principles {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: var(--cream-2);
}

.process-principle {
  padding-top: var(--process-gap);
  padding-bottom: var(--process-gap);
  border-top: 1px solid var(--line);
}

.process-principle-heading h2 {
  max-width: 520px;
  font-size: clamp(25px, 3vw, 42px);
}

.process-page-v2 .eyebrow {
  margin-left: 0;
  text-align: left;
  font-size: 9px;
}

.process-outcome {
  margin-top: 22px !important;
  margin-bottom: 0 !important;
  padding-top: 17px;
  border-top: 2px solid var(--red);
  color: var(--ink) !important;
  font-weight: 700;
}

.process-conclusion {
  padding-top: var(--process-gap);
  padding-bottom: var(--process-gap);
  background: var(--charcoal);
  color: var(--cream-2);
}

.process-conclusion h2 {
  max-width: 700px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
}

.process-conclusion p {
  max-width: 68ch;
  color: rgba(246,242,234,.84);
}

.process-conclusion .process-outcome {
  color: #fff !important;
  border-top-color: var(--red);
}

.process-page-v2 .process-footer {
  width: min(var(--max), calc(100vw - (2 * var(--process-side))));
  max-width: none;
  margin: var(--process-gap) auto;
}

.process-footer.moonlit-case-footer {
  grid-template-columns: minmax(120px, 190px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding: 34px 40px !important;
}

.process-footer .footer-logo {
  width: min(170px, 100%);
}

.process-footer h2 {
  max-width: 720px;
  font-size: clamp(26px, 3.1vw, 42px);
  line-height: .96;
}

.process-footer p {
  max-width: 620px;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
}

.process-footer .button {
  padding: 10px 14px;
  font-size: 10px;
  margin-top: 4px;
}

.footer-logo {
  width: min(210px, 58vw);
}

.contact-cta h2,
.moonlit-case-footer h2 {
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: .96;
}

.contact-cta p,
.moonlit-case-footer p {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
}

.contact-cta .button,
.moonlit-case-footer .button {
  padding: 11px 15px;
  font-size: 11px;
  margin-top: 6px;
}

.moonlit-case-footer {
  grid-template-columns: minmax(130px, 220px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  padding: clamp(28px, 4vw, 44px) !important;
}

.moonlit-case-footer .footer-logo {
  width: min(190px, 100%);
}

@media (max-width: 820px) {
  .process-hero-v2 {
    min-height: 500px;
  }

  .process-hero-v2__image {
    inset: 0;
  }

  .process-hero-v2__image img {
    object-position: 56% center;
  }

  .process-hero-v2__overlay {
    background:
      linear-gradient(
        90deg,
        #2f302d 0%,
        #2f302d 24%,
        rgba(47,48,45,.94) 38%,
        rgba(47,48,45,.58) 58%,
        rgba(47,48,45,.08) 82%
      );
  }

  .process-hero-v2__copy {
    width: min(52%, 430px);
  }

  .process-opening,
  .process-principle {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .process-opening > .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .process-opening h2,
  .process-principle-heading h2 {
    max-width: none;
  }

  .process-footer.moonlit-case-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --process-gap: 56px;
  }

  .process-hero-v2 {
    min-height: 560px;
  }

  .process-hero-v2__inner {
    align-items: flex-end;
  }

  .process-hero-v2__image {
    inset: 0;
  }

  .process-hero-v2__image img {
    object-position: 60% center;
  }

  .process-hero-v2__overlay {
    background:
      linear-gradient(
        0deg,
        rgba(47,48,45,.98) 0%,
        rgba(47,48,45,.92) 34%,
        rgba(47,48,45,.42) 66%,
        rgba(47,48,45,.08) 100%
      );
  }

  .process-hero-v2__copy {
    width: 100%;
    max-width: 520px;
    padding: 48px 0 44px;
  }

  .process-hero-v2__copy h1 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .process-footer.moonlit-case-footer {
    padding: 28px !important;
  }
}

/* ABOUT PAGE — PHASE 1.43 HERO + GLOBAL NAV */

.about-page {
  --about-side: clamp(20px, 5vw, 68px);
  --about-gap: clamp(66px, 8vw, 108px);
}

.about-page section {
  padding-left: var(--about-side);
  padding-right: var(--about-side);
}

.about-hero {
  position: relative;
  width: 100%;
  min-height: clamp(500px, 62vw, 760px);
  padding: 0 !important;
  overflow: hidden;
  background: var(--charcoal);
  border-bottom: 6px solid var(--red);
}

.about-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(.92) contrast(1.04) brightness(.86);
}

.about-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16,16,15,.05) 28%, rgba(16,16,15,.48) 100%),
    linear-gradient(
      90deg,
      rgba(16,16,15,.88) 0%,
      rgba(16,16,15,.78) 25%,
      rgba(16,16,15,.48) 43%,
      rgba(16,16,15,.12) 62%,
      rgba(16,16,15,0) 78%
    );
}

.about-hero__copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(var(--about-side), calc((100vw - var(--max)) / 2));
  width: min(38%, 430px);
  max-width: 430px;
  color: #fff;
  transform: translateY(-50%);
}

.about-hero__copy .eyebrow {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.about-hero__copy h1 {
  max-width: 430px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1;
  text-shadow: 0 4px 24px rgba(0,0,0,.42);
}

.about-intro {
  width: min(var(--max), calc(100vw - (2 * var(--about-side))));
  margin: 0 auto;
  padding: clamp(62px, 8vw, 104px) 0 clamp(52px, 7vw, 88px) !important;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.about-intro__heading h2 {
  max-width: 690px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: .94;
}

.about-intro__copy {
  max-width: 62ch;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.5;
}

.about-intro__copy p:first-child {
  font-weight: 700;
}

.about-story {
  padding: 0;
}

.about-section {
  width: min(var(--max), calc(100vw - (2 * var(--about-side))));
  margin: 0 auto;
  padding: var(--about-gap) 0 !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .95fr);
  gap: clamp(34px, 6vw, 84px);
  border-top: 1px solid var(--line);
}

.about-section:first-child {
  border-top: 0;
}

.about-section__heading h2 {
  max-width: 650px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: .96;
}

.about-section__copy {
  max-width: 66ch;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.5;
}

.about-emphasis {
  margin-top: 24px !important;
  padding-top: 18px;
  border-top: 2px solid var(--red);
  font-weight: 700;
}

.about-section--dark {
  width: 100%;
  max-width: none;
  padding-left: max(var(--about-side), calc((100vw - var(--max)) / 2)) !important;
  padding-right: max(var(--about-side), calc((100vw - var(--max)) / 2)) !important;
  background: var(--charcoal);
  color: var(--cream-2);
  border-top: 0;
}

.about-section--dark .about-section__copy {
  color: rgba(246,242,234,.86);
}

.about-section--dark h2 {
  color: #fff;
}

.about-section--statement {
  border-top: 6px solid var(--red);
}

.about-footer {
  width: min(var(--max), calc(100vw - (2 * var(--about-side))));
  margin: 0 auto var(--about-gap);
  grid-template-columns: minmax(120px, 190px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding: 34px 40px !important;
}

.about-footer .footer-logo {
  width: min(170px, 100%);
}

.about-footer h2 {
  max-width: 720px;
  font-size: clamp(26px, 3.1vw, 42px);
  line-height: .96;
}

.about-footer p {
  max-width: 620px;
}

.top-nav a[aria-current="page"] {
  color: var(--red);
}

@media (max-width: 820px) {
  .about-intro,
  .about-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-section--dark {
    grid-template-columns: 1fr;
  }

  .about-footer {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: 650px;
  }

  .about-hero__image {
    object-position: center center;
  }
}

@media (max-width: 640px) {
  .about-hero {
    min-height: 560px;
  }

  .about-hero__image {
    object-position: 50% center;
  }

  .about-hero__shade {
    background: linear-gradient(180deg, rgba(16,16,15,.06) 22%, rgba(16,16,15,.9) 100%);
  }

  .about-hero__copy {
    top: auto;
    left: 22px;
    right: 22px;
    bottom: 28px;
    width: auto;
    max-width: 430px;
    transform: none;
  }

  .about-hero__copy h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .about-footer {
    padding: 28px !important;
  }
}

/* ABOUT PAGE — PHASE 1.46 COPY + HERO RHYTHM */

.about-hero__copy {
  width: min(42%, 520px);
  max-width: 520px;
}

.about-hero__copy h1 {
  max-width: 520px;
  margin: 0 0 clamp(24px, 3vw, 34px);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1;
}

.about-hero__subhead {
  max-width: 34rem;
  color: rgba(255,255,255,.9);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.58;
  text-shadow: 0 2px 14px rgba(0,0,0,.38);
}

.about-hero__subhead p {
  margin: 0;
}

.about-hero__subhead p + p {
  margin-top: 18px;
}

.about-hero__disciplines {
  max-width: 32rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em;
}

.about-section--dark .eyebrow {
  color: #fff;
}

@media (max-width: 820px) {
  .about-hero__copy {
    width: min(52%, 500px);
  }
}

@media (max-width: 640px) {
  .about-hero__copy {
    width: auto;
    max-width: 430px;
  }

  .about-hero__copy h1 {
    margin-bottom: 20px;
  }

  .about-hero__subhead {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }

  .about-hero__subhead p + p {
    margin-top: 14px;
  }
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */

.contact-page {
  background: var(--cream);
}

.contact-hero {
  padding-top: clamp(92px, 10vw, 148px);
  padding-bottom: clamp(76px, 9vw, 122px);
  background: var(--charcoal);
  color: #fff;
}

.contact-hero .eyebrow {
  color: #fff;
}

.contact-hero__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(54px, 9vw, 126px);
  align-items: center;
}

.contact-hero__heading h1 {
  max-width: 700px;
  color: #fff;
  font-size: clamp(48px, 6.8vw, 86px);
}

.contact-hero__copy {
  max-width: 560px;
}

.contact-hero__copy p {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.42;
}

.contact-hero__copy p:last-child {
  margin-bottom: 0;
}

.contact-hero__reassurance {
  font-weight: 700;
}

.contact-form-section {
  background: var(--cream-2);
  border-top: 1px solid var(--line);
  padding-top: clamp(68px, 8vw, 108px);
  padding-bottom: clamp(80px, 9vw, 124px);
}

.contact-form-wrap {
  width: min(760px, 100%);
  margin: 0 auto;
}

.contact-form {
  display: grid;
  gap: 28px;
}

.contact-form__field {
  display: grid;
  gap: 9px;
}

.contact-form label {
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-form label span {
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(18,18,15,.26);
  border-radius: 0;
  background: rgba(255,255,255,.72);
  color: var(--ink);
  font: inherit;
  font-size: 17px;
  line-height: 1.45;
  padding: 15px 16px;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.contact-form textarea {
  min-height: 205px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--red);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(143,30,30,.10);
}

.contact-form__submit {
  justify-self: start;
  border: 0;
  background: var(--red);
  color: #fff;
  cursor: pointer;
  padding: 17px 24px;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-form__submit:hover {
  background: var(--black);
}

.contact-form__error {
  margin: -8px 0 0;
  color: var(--red);
  font-weight: 700;
}

.contact-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-success {
  max-width: 720px;
  padding: clamp(34px, 5vw, 54px);
  border-top: 4px solid var(--red);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}

.contact-success p {
  margin: 0 0 .8em;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
}

.contact-success p:last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .contact-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .contact-hero__copy {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .contact-hero {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .contact-hero__heading h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .contact-hero__copy p {
    font-size: 18px;
  }

  .contact-form-section {
    padding-top: 54px;
    padding-bottom: 68px;
  }

  .contact-form {
    gap: 22px;
  }

  .contact-form__submit {
    width: 100%;
  }
}

/* =========================================================
   PHASE 1.49 — GLOBAL CASE-STUDY TYPE ALIGNMENT
   Align shared case-study typography with the locked Process page.
   ========================================================= */

:root {
  --editorial-copy-size: clamp(14px, 1vw, 16px);
  --editorial-copy-line: 1.4;
  --editorial-h2-size: clamp(30px, 4vw, 50px);
  --editorial-h3-size: clamp(20px, 2.4vw, 28px);
}

.case-study p,
.case-study .section-head p,
.case-study .case-facts,
.case-study .format-grid p,
.case-study .format-card-copy p,
.case-study .proof-list p,
.case-study .alt-ending-intro p:not(.eyebrow),
.case-study .goliath-collaboration-copy p,
.case-study .goliath-dice-copy p {
  font-size: var(--editorial-copy-size);
  line-height: var(--editorial-copy-line);
}

.case-study h2,
.case-study .proof-copy h2,
.case-study .section-head h2 {
  font-size: var(--editorial-h2-size);
  line-height: .96;
}

.case-study h3,
.case-study .format-card-copy h3,
.case-study .rule-grid h3,
.case-study .proof-list h3,
.case-study .alt-ending-intro h3 {
  font-size: var(--editorial-h3-size);
  line-height: 1;
}

.case-hero .lede {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.38;
}

.case-hero .thesis,
.thesis {
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.35;
}

.story-break-overlay h2,
.story-break-overlay.compact-overlay h2,
.world-system-overlay h2 {
  font-size: var(--editorial-h2-size);
  line-height: .96;
}

.story-break-overlay p:not(.eyebrow),
.story-break-dark .story-break-overlay p:not(.eyebrow),
.evidence-break .story-break-overlay p:not(.eyebrow),
.artifact-method-break .artifact-method-overlay p:not(.eyebrow),
.hollow-world-break .story-break-overlay p:not(.eyebrow),
.icarus-cinema-break .story-break-overlay p:not(.eyebrow) {
  font-size: var(--editorial-copy-size);
  line-height: var(--editorial-copy-line);
}

.rule-grid article,
.proof-list article {
  padding-top: 14px;
}

.rule-grid p,
.proof-list p {
  margin-bottom: 0;
}

/* Moonlit editorial overlays need more image height after the copy revision. */
.case-study-moonlit .tall-break img,
.case-study-moonlit .wide-break img {
  height: clamp(420px, 48vw, 680px);
}

.case-study-moonlit .tall-break .story-break-overlay,
.case-study-moonlit .wide-break .story-break-overlay,
.case-study-moonlit .world-system-overlay {
  max-width: min(620px, 56%);
}

@media (max-width: 920px) {
  .case-study-moonlit .tall-break .story-break-overlay,
  .case-study-moonlit .wide-break .story-break-overlay,
  .case-study-moonlit .world-system-overlay {
    max-width: min(600px, 74%);
  }
}

@media (max-width: 640px) {
  .case-study p,
  .case-study .section-head p,
  .case-study .format-grid p,
  .case-study .format-card-copy p,
  .case-study .proof-list p {
    font-size: 15px;
    line-height: 1.42;
  }

  .case-study h2,
  .case-study .proof-copy h2,
  .case-study .section-head h2,
  .story-break-overlay h2,
  .world-system-overlay h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .case-study-moonlit .tall-break img,
  .case-study-moonlit .wide-break img {
    height: 390px;
  }

  .case-study-moonlit .tall-break .story-break-overlay,
  .case-study-moonlit .wide-break .story-break-overlay,
  .case-study-moonlit .world-system-overlay {
    max-width: 100%;
  }
}

/* PHASE 1.52 — THE HOLLOW LOCKED IMAGE FRAMING */
.case-study-hollow .hollow-portrait img,
.case-study-hollow .hollow-object-pair img,
.case-study-hollow .hollow-sketch img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

.case-study-hollow .hollow-portrait img,
.case-study-hollow .hollow-object-pair img {
  background: #000;
}

.case-study-hollow .hollow-sketch img {
  background: #d8d1c4;
}

.hollow-world-break img {
  height: clamp(520px, 52vw, 760px);
  object-position: center 45%;
}

@media (max-width: 640px) {
  .hollow-world-break img {
    height: 480px;
    object-position: center 45%;
  }
}

/* PHASE 1.53 — GOLIATH D6 CAROUSEL CAPTION VISIBILITY */
.dice-click-carousel .carousel-slide {
  position: relative;
}

.dice-click-carousel figcaption {
  position: relative;
  z-index: 10;
  display: block;
}

.dice-click-carousel .dice-d6 figcaption {
  position: relative;
  z-index: 20;
  display: block;
  visibility: visible;
  opacity: 1;
  background: var(--cream-2);
}



/* PHASE 1.54 — PRIMARY NAV CASE STUDIES DROPDOWN */
.top-nav__dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.top-nav__dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.top-nav__dropdown-trigger::after {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-0.1rem);
}

.top-nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 50%;
  z-index: 100;
  min-width: 12.75rem;
  padding: 0.5rem 0;
  background: var(--cream-1, #f4efe5);
  border: 1px solid rgba(20,18,16,.18);
  box-shadow: 0 0.75rem 1.75rem rgba(20,18,16,.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -0.35rem);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.top-nav__dropdown-menu a {
  display: block;
  padding: 0.68rem 1rem;
  white-space: nowrap;
}

.top-nav__dropdown-menu a:hover,
.top-nav__dropdown-menu a:focus-visible {
  background: rgba(20,18,16,.07);
}

.top-nav__dropdown:hover .top-nav__dropdown-menu,
.top-nav__dropdown:focus-within .top-nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

@media (max-width: 760px) {
  .top-nav__dropdown {
    display: block;
    width: 100%;
  }

  .top-nav__dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    padding: 0.25rem 0 0.35rem 1rem;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
  }

  .top-nav__dropdown-menu a {
    padding: 0.45rem 0;
  }
}

/* PHASE 1.56 — CASE STUDY FULL-BLEED HERO BACKGROUNDS */
.case-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(540px, 62vw, 760px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 6px solid var(--red);
  isolation: isolate;
}

.case-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(8, 8, 8, 0.88) 0%,
      rgba(8, 8, 8, 0.72) 37%,
      rgba(8, 8, 8, 0.28) 66%,
      rgba(8, 8, 8, 0.08) 100%
    );
}

.case-hero-copy {
  position: relative;
  z-index: 1;
  width: min(680px, 58%);
  padding: clamp(54px, 7vw, 100px) clamp(28px, 6vw, 88px);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

.case-hero-icarus {
  background-image: url("/assets/icarus_23rd_broadway_hero.jpg");
  background-position: center center;
}

.case-hero-hollow {
  background-image: url("/assets/hollow_header_v2.jpg");
  background-position: center 42%;
}

.case-hero-goliath {
  background-image: url("/assets/goliath_cthulhu_stacked_header.jpg");
  background-position: center 43%;
}

.case-hero-moonlit {
  background-image: url("/assets/hero_mothman.jpg");
  background-position: center 24%;
}

.case-hero > img:not(.case-title-logo) {
  display: none;
}

@media (max-width: 920px) {
  .case-hero {
    min-height: clamp(500px, 88vw, 690px);
  }

  .case-hero-copy {
    width: min(760px, 78%);
  }

  .case-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(8, 8, 8, 0.88) 0%,
        rgba(8, 8, 8, 0.68) 58%,
        rgba(8, 8, 8, 0.18) 100%
      );
  }
}

@media (max-width: 640px) {
  .case-hero {
    min-height: 610px;
    align-items: flex-end;
    background-position-x: center;
  }

  .case-hero-copy {
    width: 100%;
    padding: 52px 24px 46px;
  }

  .case-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(8, 8, 8, 0.08) 0%,
        rgba(8, 8, 8, 0.42) 40%,
        rgba(8, 8, 8, 0.92) 78%,
        rgba(8, 8, 8, 0.98) 100%
      );
  }

  .case-hero-icarus {
    background-position: center center;
  }

  .case-hero-hollow {
    background-position: center 34%;
  }

  .case-hero-goliath {
    background-position: center 36%;
  }

  .case-hero-moonlit {
    background-position: center 18%;
  }
}

/* PHASE 1.58 — FINAL MOBILE MENU AND IMAGE FRAMING */

/* Featured Work images keep their top-center focal point at every width. */
.work-card {
  overflow: hidden;
}

.work-card a {
  overflow: hidden;
}

.work-card img,
.work-card:nth-child(2) img,
.work-card:nth-child(4) img {
  width: 100%;
  height: clamp(220px, 22vw, 300px);
  object-fit: cover;
  object-position: center top !important;
  transform-origin: center top;
}

/* Crop in enough to remove the red border from the Moonlit/Richmond Vampire card. */
.work-card:first-child img {
  transform: scale(1.14);
}

/* Desktop does not display mobile controls. */
.mobile-nav-toggle,
.mobile-nav-button {
  display: none;
}

@media (max-width: 760px) {
  .site-header {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 10px 18px;
  }

  .logo-brand,
  .logo-brand img {
    width: 142px;
    max-width: 48vw;
    height: auto;
  }

  .mobile-nav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-nav-button {
    display: grid;
    place-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border: 1px solid rgba(20, 18, 16, 0.22);
    background: transparent;
  }

  .mobile-nav-button span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .top-nav {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    margin: 0;
    padding: 10px 0 4px;
    border-top: 1px solid rgba(20, 18, 16, 0.14);
    white-space: normal;
  }

  .mobile-nav-toggle:checked ~ .top-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mobile-nav-toggle:checked + .mobile-nav-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-nav-toggle:checked + .mobile-nav-button span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle:checked + .mobile-nav-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .top-nav > a,
  .top-nav__dropdown-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 9px 0;
  }

  .top-nav__dropdown {
    display: block;
    width: 100%;
  }

  .top-nav__dropdown-trigger {
    justify-content: space-between;
  }

  .top-nav__dropdown-menu {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
    width: 100%;
    min-width: 0;
    padding: 0 0 8px 18px;
    border: 0;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .top-nav__dropdown-menu a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 7px 0;
    white-space: normal;
  }

  .work-card img,
  .work-card:nth-child(2) img,
  .work-card:nth-child(4) img {
    height: clamp(220px, 64vw, 280px);
  }

  .work-card:first-child img {
    transform: scale(1.16);
  }

  /* Keep case-study hero subjects stable on mobile. */
  .case-hero {
    background-size: cover;
  }

  .case-hero-icarus {
    background-position: center center;
  }

  .case-hero-hollow {
    background-position: center 34%;
  }

  .case-hero-goliath {
    background-position: center 36%;
  }

  .case-hero-moonlit {
    background-position: center 18%;
  }
}

@media (max-width: 430px) {
  .top-nav__dropdown-menu {
    grid-template-columns: 1fr;
  }
}

/* PHASE 1.60 — HOME HERO AND FEATURED WORK FINAL */
.visual-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.work-grid {
  align-items: stretch;
}

.work-card,
.work-card a {
  height: 100%;
}

.work-card a {
  display: flex;
  flex-direction: column;
}

.work-card img,
.work-card:nth-child(1) img,
.work-card:nth-child(2) img,
.work-card:nth-child(3) img,
.work-card:nth-child(4) img {
  display: block;
  width: 100%;
  height: clamp(250px, 24vw, 330px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top !important;
  transform: none !important;
}

.work-card .card-body {
  flex: 1;
}

@media (max-width: 760px) {
  .work-card img,
  .work-card:nth-child(1) img,
  .work-card:nth-child(2) img,
  .work-card:nth-child(3) img,
  .work-card:nth-child(4) img {
    height: clamp(240px, 68vw, 310px);
  }
}

