@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);
  }
}


/* =========================================================
   PHASE 1.64 — FROM CANVAS TO COIN TARGET STYLE REPAIR
   Global CSS only. Locks the hero, five-phase process cards,
   and production approval treatment to the approved target style.
   ========================================================= */

body .case-hero.case-hero-canvas-to-coin {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: clamp(600px, 58vw, 800px) !important;
  overflow: hidden !important;
  background-color: #050505 !important;
  background-image: url("/assets/frazetta_destroyer_finished_coin.webp") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 72% center !important;
  border-bottom: 6px solid var(--red) !important;
  isolation: isolate !important;
}

body .case-hero.case-hero-canvas-to-coin::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,.98) 0%,
      rgba(5,5,5,.92) 30%,
      rgba(5,5,5,.62) 50%,
      rgba(5,5,5,.20) 74%,
      rgba(5,5,5,.06) 100%
    ) !important;
  pointer-events: none !important;
}

body .case-hero.case-hero-canvas-to-coin .canvas-hero-image {
  display: none !important;
}

body .case-hero.case-hero-canvas-to-coin > img:not(.case-title-logo) {
  display: none !important;
}

body .case-hero.case-hero-canvas-to-coin .case-hero-copy {
  position: relative !important;
  z-index: 1 !important;
  width: min(650px, 48%) !important;
  padding: clamp(64px, 8vw, 110px) clamp(28px, 6vw, 88px) !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.46) !important;
}

body .case-hero.case-hero-canvas-to-coin h1,
body .case-hero.case-hero-canvas-to-coin .lede,
body .case-hero.case-hero-canvas-to-coin p,
body .case-hero.case-hero-canvas-to-coin .thesis {
  color: var(--cream-2) !important;
}

body .case-hero.case-hero-canvas-to-coin .eyebrow {
  color: var(--red) !important;
}

body .case-hero.case-hero-canvas-to-coin .thesis {
  border-left: 4px solid var(--red) !important;
  padding-left: 20px !important;
}

body .case-study.canvas-case .process-sequence {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 36px !important;
  padding: 0 !important;
  list-style: none !important;
}

body .case-study.canvas-case .process-sequence > div {
  display: block !important;
  min-height: 148px !important;
  padding: 28px 24px !important;
  border: 1px solid var(--line) !important;
  background: var(--cream-2) !important;
}

body .case-study.canvas-case .process-sequence > div > span {
  display: block !important;
  margin: 0 0 22px !important;
  color: var(--red) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .case-study.canvas-case .process-sequence > div > strong {
  display: block !important;
  max-width: 10rem !important;
  color: var(--ink) !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 900 !important;
  line-height: .96 !important;
  letter-spacing: -.04em !important;
  text-transform: uppercase !important;
}

body .case-study.canvas-case > section:has(.process-sequence) h2 {
  font-size: clamp(44px, 5.4vw, 72px) !important;
  line-height: .92 !important;
  letter-spacing: -.06em !important;
  margin-bottom: 0 !important;
}

body .case-study.canvas-case .quote-receipt {
  position: relative !important;
  width: min(1600px, calc(100vw - 136px)) !important;
  max-width: none !important;
  margin-left: calc(50% - min(800px, calc(50vw - 68px))) !important;
  margin-right: 0 !important;
  padding: clamp(54px, 6vw, 86px) clamp(48px, 7vw, 118px) !important;
  border-left: 8px solid var(--red) !important;
  background: var(--cream-2) !important;
}

body .case-study.canvas-case .quote-receipt blockquote {
  margin: 0 0 22px !important;
  color: var(--ink) !important;
  font-size: clamp(34px, 4.2vw, 58px) !important;
  font-weight: 900 !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em !important;
}

body .case-study.canvas-case .quote-receipt p:not(.eyebrow) {
  max-width: 1060px !important;
  color: #34312c !important;
  font-size: clamp(17px, 1.6vw, 25px) !important;
  line-height: 1.35 !important;
  margin-bottom: 0 !important;
}

body .case-study.canvas-case .quote-receipt .eyebrow {
  margin-bottom: 12px !important;
}

@media (max-width: 920px) {
  body .case-hero.case-hero-canvas-to-coin {
    min-height: clamp(560px, 86vw, 720px) !important;
    background-position: 62% center !important;
  }

  body .case-hero.case-hero-canvas-to-coin::before {
    background:
      linear-gradient(
        90deg,
        rgba(5,5,5,.96) 0%,
        rgba(5,5,5,.82) 54%,
        rgba(5,5,5,.24) 100%
      ) !important;
  }

  body .case-hero.case-hero-canvas-to-coin .case-hero-copy {
    width: min(680px, 72%) !important;
  }

  body .case-study.canvas-case .process-sequence {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .case-study.canvas-case .quote-receipt {
    width: calc(100vw - 44px) !important;
    margin-left: calc(50% - 50vw + 22px) !important;
  }
}

@media (max-width: 640px) {
  body .case-hero.case-hero-canvas-to-coin {
    min-height: 650px !important;
    align-items: flex-end !important;
    background-position: 64% center !important;
  }

  body .case-hero.case-hero-canvas-to-coin::before {
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.08) 0%,
        rgba(5,5,5,.42) 36%,
        rgba(5,5,5,.88) 72%,
        rgba(5,5,5,.98) 100%
      ) !important;
  }

  body .case-hero.case-hero-canvas-to-coin .case-hero-copy {
    width: 100% !important;
    padding: 52px 24px 46px !important;
  }

  body .case-study.canvas-case .process-sequence {
    grid-template-columns: 1fr !important;
  }

  body .case-study.canvas-case .process-sequence > div {
    min-height: 112px !important;
  }

  body .case-study.canvas-case .quote-receipt {
    width: calc(100vw - 40px) !important;
    margin-left: calc(50% - 50vw + 20px) !important;
    padding: 34px 28px !important;
  }
}

/* Extra specificity without relying on :has(). */
body .case-study.canvas-case .canvas-process-section h2 {
  font-size: clamp(44px, 5.4vw, 72px) !important;
  line-height: .92 !important;
  letter-spacing: -.06em !important;
  margin-bottom: 0 !important;
}

/* =========================================================
   PHASE 1.65 — FROM CANVAS TO COIN COMPLETE PAGE RULES
   Completes missing global CSS for the Canvas-to-Coin page:
   artifact cards, matched image sizing, rebuilding focal crop,
   factory review layout, delivery image pair, and connected list.
   ========================================================= */

body .case-study.canvas-case .artifact-image {
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
  border: 1px solid var(--line) !important;
  background: var(--cream-2) !important;
  overflow: hidden !important;
}

body .case-study.canvas-case .artifact-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
  border: 0 !important;
  padding: 0 !important;
}

body .case-study.canvas-case .artifact-caption {
  margin: 0 !important;
  padding: 12px 14px !important;
  border-top: 1px solid var(--line) !important;
  background: var(--cream-2) !important;
  color: #514d46 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

body .case-study.canvas-case .matched-artifact img {
  height: clamp(300px, 32vw, 460px) !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
}

body .case-study.canvas-case .canvas-rebuilding-break {
  background: #050505 !important;
}

body .case-study.canvas-case .canvas-rebuilding-break img {
  height: clamp(380px, 40vw, 590px) !important;
  object-fit: cover !important;
  object-position: 62% 24% !important;
  transform: scale(1.12) !important;
  transform-origin: 62% 24% !important;
}

body .case-study.canvas-case .canvas-rebuilding-break::before {
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.86) 0%,
      rgba(0,0,0,.66) 36%,
      rgba(0,0,0,.20) 66%,
      rgba(0,0,0,0) 100%
    ) !important;
}

body .case-study.canvas-case .factory-review-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
  gap: 18px !important;
  align-items: start !important;
  margin-top: 28px !important;
}

body .case-study.canvas-case .factory-evolution-card img {
  height: clamp(260px, 27vw, 430px) !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
}

body .case-study.canvas-case .silver-review-card img {
  width: 85% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: clamp(260px, 27vw, 430px) !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
}

body .case-study.canvas-case .museum-coin-image img,
body .case-study.canvas-case .delivery-promo img {
  height: clamp(300px, 33vw, 500px) !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
}

body .case-study.canvas-case .connected-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 28px !important;
}

body .case-study.canvas-case .connected-list article {
  padding-top: 16px !important;
  border-top: 3px solid var(--ink) !important;
}

body .case-study.canvas-case .connected-list h3 {
  margin-bottom: 10px !important;
  font-size: clamp(20px, 2.2vw, 28px) !important;
  line-height: 1 !important;
}

body .case-study.canvas-case .connected-list p {
  font-size: var(--editorial-copy-size) !important;
  line-height: var(--editorial-copy-line) !important;
  margin-bottom: 0 !important;
}

@media (max-width: 920px) {
  body .case-study.canvas-case .factory-review-grid,
  body .case-study.canvas-case .connected-list {
    grid-template-columns: 1fr !important;
  }

  body .case-study.canvas-case .canvas-rebuilding-break img {
    object-position: 58% 22% !important;
    transform: scale(1.16) !important;
    transform-origin: 58% 22% !important;
  }
}

@media (max-width: 640px) {
  body .case-study.canvas-case .matched-artifact img,
  body .case-study.canvas-case .factory-evolution-card img,
  body .case-study.canvas-case .silver-review-card img,
  body .case-study.canvas-case .museum-coin-image img,
  body .case-study.canvas-case .delivery-promo img {
    height: auto !important;
  }

  body .case-study.canvas-case .silver-review-card img {
    width: 100% !important;
  }

  body .case-study.canvas-case .canvas-rebuilding-break img {
    height: 390px !important;
    object-position: 56% 18% !important;
    transform: scale(1.22) !important;
    transform-origin: 56% 18% !important;
  }
}


/* =========================================================
   PHASE 1.66 — FROM CANVAS TO COIN FINAL TUNING
   Final pass after live CSS refresh:
   - slightly smaller typography in the oversized sections
   - improved hero image positioning
   - full-width OBJECT ENTERS THE WORLD promo image
   ========================================================= */

body .case-hero.case-hero-canvas-to-coin {
  background-size: auto 112% !important;
  background-position: 78% center !important;
}

body .case-hero.case-hero-canvas-to-coin .case-hero-copy {
  width: min(620px, 46%) !important;
}

body .case-study.canvas-case .section-head h2 {
  font-size: clamp(28px, 3.6vw, 44px) !important;
}

body .case-study.canvas-case .process-sequence > div > strong {
  font-size: clamp(17px, 1.5vw, 23px) !important;
  line-height: 1 !important;
  max-width: none !important;
}

body .case-study.canvas-case .quote-receipt blockquote {
  font-size: clamp(28px, 3.3vw, 42px) !important;
}

body .case-study.canvas-case .quote-receipt p:not(.eyebrow) {
  font-size: clamp(15px, 1.15vw, 18px) !important;
}

body .case-study.canvas-case .connected-list {
  gap: 24px !important;
}

body .case-study.canvas-case .connected-list h3 {
  font-size: clamp(17px, 1.5vw, 22px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.015em !important;
}

body .case-study.canvas-case .connected-list p {
  font-size: 15px !important;
  line-height: 1.42 !important;
}

body .case-study.canvas-case .canvas-delivery-section {
  display: block !important;
}

body .case-study.canvas-case .canvas-delivery-intro {
  max-width: 780px !important;
  margin-bottom: 26px !important;
}

body .case-study.canvas-case .delivery-promo-wide {
  width: 100% !important;
  margin-top: 0 !important;
}

body .case-study.canvas-case .delivery-promo-wide img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
}

@media (max-width: 920px) {
  body .case-hero.case-hero-canvas-to-coin {
    background-size: auto 108% !important;
    background-position: 72% center !important;
  }

  body .case-hero.case-hero-canvas-to-coin .case-hero-copy {
    width: min(680px, 64%) !important;
  }

  body .case-study.canvas-case .connected-list {
    gap: 18px !important;
  }
}

@media (max-width: 640px) {
  body .case-hero.case-hero-canvas-to-coin {
    background-size: auto 118% !important;
    background-position: 58% center !important;
  }

  body .case-study.canvas-case .canvas-delivery-intro {
    margin-bottom: 18px !important;
  }
}

/* =========================================================
   PHASE 1.67 — FROM CANVAS TO COIN TINY TYPE ADJUSTMENTS
   Final micro-tuning:
   - make THE PRODUCTION TURN visible in white
   - reduce connected-craft card headings
   - reduce five-phase card headings for consistency
   ========================================================= */

body .case-study.canvas-case .canvas-rebuilding-break .eyebrow {
  color: var(--cream-2) !important;
  opacity: 1 !important;
}

body .case-study.canvas-case .process-sequence > div > strong {
  font-size: clamp(14px, 1.08vw, 18px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.025em !important;
}

body .case-study.canvas-case .connected-list h3 {
  font-size: clamp(14px, 1.08vw, 18px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.025em !important;
}

@media (max-width: 920px) {
  body .case-study.canvas-case .process-sequence > div > strong,
  body .case-study.canvas-case .connected-list h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 640px) {
  body .case-study.canvas-case .process-sequence > div > strong,
  body .case-study.canvas-case .connected-list h3 {
    font-size: 17px !important;
  }
}


/* SELECTED WORK — PHASE 2A */
.selected-work-page{overflow:hidden;background:#0a0a0a;color:#fff;padding-bottom:6rem}.selected-work-hero{padding:clamp(7rem,12vw,11rem) clamp(1.25rem,5vw,5rem) 3.5rem;max-width:1100px}.selected-work-hero h1{font-size:clamp(3.5rem,9vw,8rem);line-height:.9;margin:.2rem 0 1.5rem}.selected-work-hero>p:last-child{font-size:clamp(1.05rem,2vw,1.45rem);max-width:720px;color:#cfcfcf}.browse-row{padding:1.25rem 0 3rem}.browse-row__head{display:flex;align-items:end;justify-content:space-between;padding:0 clamp(1.25rem,5vw,5rem) 1rem}.browse-row__head h2{margin:0;font-size:clamp(1.35rem,2.5vw,2.1rem)}.browse-row__controls{display:flex;gap:.5rem}.row-button{width:2.7rem;height:2.7rem;border:1px solid #555;background:#171717;color:#fff;font-size:1.8rem;line-height:1;border-radius:50%;cursor:pointer}.row-button:hover,.row-button:focus-visible{background:#fff;color:#000}.browse-track{display:flex;gap:clamp(.8rem,1.5vw,1.25rem);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:.3rem clamp(1.25rem,5vw,5rem) 1.4rem;scrollbar-width:none;cursor:grab}.browse-track::-webkit-scrollbar{display:none}.browse-track.is-dragging{cursor:grabbing;scroll-snap-type:none}.browse-card{flex:0 0 clamp(240px,26vw,390px);scroll-snap-align:start;transition:transform .22s ease}.browse-row:first-of-type .browse-card{flex-basis:clamp(300px,38vw,560px)}.browse-card:hover{transform:translateY(-7px)}.browse-card a{color:inherit;text-decoration:none;display:block}.browse-card__image{position:relative;aspect-ratio:16/10;overflow:hidden;background:#1d1d1d;border-radius:8px;box-shadow:0 14px 35px rgba(0,0,0,.35)}.browse-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease,filter .3s ease}.browse-card:hover img{transform:scale(1.045);filter:saturate(1.12)}.browse-card__cta{position:absolute;right:.8rem;bottom:.8rem;background:rgba(0,0,0,.8);border:1px solid rgba(255,255,255,.45);padding:.45rem .7rem;border-radius:999px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;opacity:0;transform:translateY(5px);transition:.2s}.browse-card:hover .browse-card__cta,.browse-card a:focus-visible .browse-card__cta{opacity:1;transform:none}.browse-card__copy{padding:.85rem .15rem}.browse-card__copy h3{font-size:1.15rem;margin:0 0 .25rem}.browse-card__copy p{margin:0;color:#a9a9a9;font-size:.92rem;line-height:1.4}.selected-work-outro{max-width:900px;padding:5rem clamp(1.25rem,5vw,5rem) 2rem}.selected-work-outro h2{font-size:clamp(2.2rem,5vw,4.6rem);margin:.4rem 0 1rem}.selected-work-outro p:last-child{color:#bbb;max-width:650px}.project-shell{background:#0b0b0b;color:#fff;min-height:100vh;padding-bottom:5rem}.project-hero{position:relative;min-height:min(78vh,850px);display:flex;align-items:end;overflow:hidden}.project-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.64) saturate(1.1)}.project-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.15) 50%,#0b0b0b 100%)}.project-hero__copy{position:relative;z-index:1;padding:clamp(6rem,12vw,10rem) clamp(1.25rem,7vw,7rem) clamp(3rem,7vw,6rem);max-width:950px}.project-hero__copy h1{font-size:clamp(3rem,8vw,7rem);line-height:.93;margin:.35rem 0 1.1rem}.project-hero__copy>p:last-child{font-size:clamp(1.05rem,2vw,1.5rem);max-width:760px}.project-intro{padding:4rem clamp(1.25rem,7vw,7rem);display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:3rem;max-width:1300px}.project-intro>p:first-child{font-size:clamp(1.25rem,2.5vw,2rem);line-height:1.45}.project-note{color:#999;border-left:2px solid #555;padding-left:1.25rem}.project-image-grid{padding:1rem clamp(1.25rem,5vw,5rem) 5rem;display:grid;grid-template-columns:repeat(12,1fr);gap:1.25rem}.project-image-grid figure{grid-column:span 6;margin:0;background:#181818;border-radius:8px;overflow:hidden}.project-image-grid figure:nth-child(3n){grid-column:span 12}.project-image-grid img{width:100%;height:100%;max-height:760px;object-fit:contain;display:block}.continue-exploring{padding:5rem clamp(1.25rem,5vw,5rem);border-top:1px solid #292929}.continue-exploring h2{font-size:clamp(2.2rem,5vw,4.5rem);margin:.4rem 0 2rem}.continue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.continue-card{position:relative;aspect-ratio:16/10;overflow:hidden;border-radius:8px;color:#fff;text-decoration:none}.continue-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.66);transition:.35s}.continue-card span{position:absolute;left:1rem;bottom:1rem;font-size:1.2rem;font-weight:700}.continue-card:hover img{transform:scale(1.04);filter:brightness(.85)}
@media(max-width:760px){.browse-row__controls{display:none}.browse-card{flex-basis:78vw}.browse-row:first-of-type .browse-card{flex-basis:88vw}.browse-track{padding-right:2rem}.browse-card__cta{opacity:1}.project-hero{min-height:68vh}.project-intro{grid-template-columns:1fr;gap:1.25rem}.project-image-grid{display:block}.project-image-grid figure{margin:0 0 1rem}.continue-grid{grid-template-columns:1fr}.continue-card{aspect-ratio:16/9}}


/* =========================================================
   SELECTED WORK — PHASE 2A CORRECTION 2026-08-03
   Keeps one global stylesheet. Fixes horizontal rows, card scale,
   reliable links, responsive behavior, and contact footer.
   ========================================================= */
.selected-work-page {
  overflow-x: hidden;
  background: #0a0a0a;
  color: #fff;
  padding-bottom: 0;
}
.selected-work-hero {
  padding: clamp(5.5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem) 2.5rem;
}
.browse-row {
  overflow: hidden;
  padding: 1rem 0 2.5rem;
}
.browse-row__head {
  align-items: center;
}
.browse-track {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(.8rem, 1.4vw, 1.15rem);
  width: 100%;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: default;
  padding: .25rem clamp(1.25rem, 5vw, 5rem) 1.2rem;
}
.browse-track::-webkit-scrollbar { display: none; }
.browse-card,
.browse-row:first-of-type .browse-card {
  min-width: 0;
  width: auto;
  max-width: none;
}
.browse-card {
  flex: 0 0 clamp(220px, 22vw, 320px);
}
.browse-row:first-of-type .browse-card {
  flex-basis: clamp(285px, 32vw, 440px);
}
.browse-card a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.browse-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
}
.browse-card__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.browse-card__copy h3,
.browse-card__copy p {
  color: inherit;
}
.browse-card__copy p { color: #aaa; }
.selected-work-footer {
  margin-top: 2rem;
}
.project-shell .selected-work-footer {
  margin-top: 0;
}

@media (max-width: 760px) {
  .selected-work-hero {
    padding-top: 4.5rem;
  }
  .browse-row__controls {
    display: none;
  }
  .browse-card {
    flex-basis: 76vw;
  }
  .browse-row:first-of-type .browse-card {
    flex-basis: 84vw;
  }
  .browse-card__cta {
    opacity: 1;
    transform: none;
  }
  .project-intro {
    grid-template-columns: 1fr;
  }
  .continue-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   SELECTED WORK — VISUAL TUNING 2026-08-03
   - unifies index and shallow-page hero headline scale
   - preserves approved hero copy
   - establishes deliberate upper-third image focal points
   - keeps approved center crops through inline page overrides
   ========================================================= */
.selected-work-hero {
  max-width: 980px;
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(42px, 5vw, 68px);
}
.selected-work-hero h1,
.project-hero__copy h1 {
  font-size: clamp(34px, 4.2vw, 56px) !important;
  line-height: 1 !important;
  letter-spacing: -.035em;
}
.selected-work-hero h1 {
  margin: .35rem 0 1.15rem;
}
.selected-work-hero > p:last-child {
  max-width: 720px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.38;
}
.project-hero__copy {
  max-width: 760px;
}
.project-hero__copy > p:last-child {
  max-width: 680px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.38;
}
.project-hero > img,
.browse-card__image img,
.continue-card img {
  object-position: 50% 25%;
}

@media (max-width: 760px) {
  .selected-work-hero {
    padding-top: 52px;
    padding-bottom: 38px;
  }
  .selected-work-hero h1,
  .project-hero__copy h1 {
    font-size: clamp(34px, 10.5vw, 48px) !important;
  }
}


/* =========================================================
   WOLF HUNT — EXPANDED SELECTED WORK PAGE 2026-08-03
   ========================================================= */
.wolf-hunt-page .project-hero > img {
  /* Current approved crop, shifted downward by approximately 100px. */
  object-position: 50% 25%;
}
.wolf-hunt-page .project-hero__copy {
  max-width: 820px;
}
.wolf-hunt-page .project-hero__copy > p:last-child {
  max-width: 720px;
}
.wolf-hunt-overview {
  max-width: 1260px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 92px) clamp(22px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: start;
}
.wolf-hunt-overview__lead {
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.35;
  max-width: 840px;
}
.wolf-hunt-facts {
  margin: 0;
  border-top: 3px solid var(--cream-2);
}
.wolf-hunt-facts > div {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.wolf-hunt-facts dt {
  color: #8f8f8f;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 5px;
}
.wolf-hunt-facts dd {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.wolf-hunt-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 92px) clamp(22px, 6vw, 76px);
}
.wolf-hunt-section--charcoal {
  max-width: none;
  background: #151515;
}
.wolf-hunt-section--charcoal > .wolf-hunt-section__inner {
  max-width: 1260px;
  margin: 0 auto;
}
.wolf-hunt-section__copy {
  max-width: 820px;
  margin-bottom: clamp(30px, 5vw, 58px);
}
.wolf-hunt-section__copy h2 {
  font-size: clamp(34px, 4.5vw, 60px);
  margin-bottom: 22px;
}
.wolf-hunt-section__copy p:not(.eyebrow) {
  color: #d2d2d2;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.62;
  max-width: 760px;
}
.wolf-hunt-feature-image,
.wolf-hunt-wide-image,
.wolf-hunt-image-pair figure {
  margin: 0;
  overflow: hidden;
  background: #202020;
  border-radius: 8px;
}
.wolf-hunt-feature-image img,
.wolf-hunt-wide-image img,
.wolf-hunt-image-pair img {
  width: 100%;
  height: auto;
  display: block;
}
.wolf-hunt-feature-image figcaption,
.wolf-hunt-wide-image figcaption,
.wolf-hunt-image-pair figcaption {
  padding: 13px 15px 15px;
  color: #a8a8a8;
  font-size: 13px;
  line-height: 1.45;
}
.wolf-hunt-image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 30px);
  align-items: stretch;
}
.wolf-hunt-image-pair figure {
  display: flex;
  flex-direction: column;
}
.wolf-hunt-image-pair img {
  flex: 1 1 auto;
  object-fit: cover;
  min-height: 320px;
}
.wolf-hunt-image-pair--threat img {
  aspect-ratio: 4 / 3;
}
.wolf-hunt-image-pair--threat figure:first-child img {
  object-position: 50% 50%;
}
.wolf-hunt-image-pair--threat figure:last-child img {
  object-position: 50% 35%;
}
.wolf-hunt-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.16);
  margin-top: clamp(32px, 5vw, 56px);
}
.wolf-hunt-process > div {
  background: #0b0b0b;
  padding: clamp(24px, 3vw, 38px);
}
.wolf-hunt-process strong {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 9px;
}
.wolf-hunt-process span {
  color: #aaa;
  line-height: 1.5;
}
.wolf-hunt-result {
  max-width: 940px;
  padding-bottom: clamp(56px, 8vw, 108px);
}
.wolf-hunt-result blockquote {
  margin: 32px 0 0;
  border-left: 3px solid var(--red);
  padding: 4px 0 4px 22px;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.28;
}
@media (max-width: 780px) {
  .wolf-hunt-page .project-hero > img {
    object-position: 50% 20%;
  }
  .wolf-hunt-overview {
    grid-template-columns: 1fr;
  }
  .wolf-hunt-image-pair,
  .wolf-hunt-process {
    grid-template-columns: 1fr;
  }
  .wolf-hunt-image-pair img {
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

/* Dungeon Raid selected work page */
.dungeon-raid-page .project-hero > img {
  object-position: center 22%;
}
.dungeon-raid-page .project-hero__copy {
  max-width: 900px;
}
.dungeon-raid-page .project-hero__copy > p:last-child {
  max-width: 780px;
}
.dungeon-raid-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
  gap: 2.5rem;
  padding: 3.8rem clamp(1.25rem, 7vw, 7rem) 1.4rem;
  align-items: start;
}
.dungeon-raid-overview__lead {
  font-size: clamp(1.16rem, 2vw, 1.52rem);
  line-height: 1.65;
  color: #d7d7d7;
}
.dungeon-raid-facts {
  margin: 0;
  display: grid;
  gap: .9rem;
}
.dungeon-raid-facts > div {
  padding-bottom: .7rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.dungeon-raid-facts dt {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9f9f9f;
  margin-bottom: .22rem;
}
.dungeon-raid-facts dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.dungeon-raid-section {
  padding: 4rem clamp(1.25rem, 7vw, 7rem);
}
.dungeon-raid-section--charcoal {
  background: #121212;
}
.dungeon-raid-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: 2rem;
  align-items: center;
}
.dungeon-raid-section__inner--covers {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
}
.dungeon-raid-section__copy {
  max-width: 760px;
}
.dungeon-raid-section__copy h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: .98;
  margin: .4rem 0 1rem;
}
.dungeon-raid-section__copy p:not(.eyebrow) {
  color: #d2d2d2;
  font-size: 1.03rem;
  line-height: 1.72;
}
.dungeon-raid-feature-image,
.dungeon-raid-image-pair figure,
.dungeon-raid-cover-compare figure,
.dungeon-raid-mosaic figure {
  margin: 0;
  background: #1b1b1b;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.dungeon-raid-feature-image img,
.dungeon-raid-image-pair img,
.dungeon-raid-cover-compare img,
.dungeon-raid-mosaic img {
  width: 100%;
  display: block;
}
.dungeon-raid-feature-image figcaption,
.dungeon-raid-image-pair figcaption,
.dungeon-raid-cover-compare figcaption,
.dungeon-raid-mosaic figcaption {
  padding: .95rem 1rem 1.1rem;
  font-size: .9rem;
  line-height: 1.55;
  color: #c1c1c1;
}
.dungeon-raid-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}
.dungeon-raid-image-pair--rogue img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}
.dungeon-raid-image-pair--rogue figure:first-child img {
  object-position: center 32%;
}
.dungeon-raid-image-pair--rogue figure:last-child img {
  object-position: center 44%;
}
.dungeon-raid-cover-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.dungeon-raid-cover-compare img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.dungeon-raid-cover-compare figure:first-child img {
  object-position: center 18%;
}
.dungeon-raid-cover-compare figure:last-child img {
  object-position: center 18%;
}
.dungeon-raid-mosaic {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
.dungeon-raid-mosaic figure.tall { grid-column: span 4; }
.dungeon-raid-mosaic figure.square { grid-column: span 4; }
.dungeon-raid-mosaic figure.wide { grid-column: span 8; }
.dungeon-raid-mosaic figure img {
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: cover;
}
.dungeon-raid-mosaic figure.tall img { aspect-ratio: 4 / 5; object-position: center 24%; }
.dungeon-raid-mosaic figure.square img { aspect-ratio: 1 / 1; object-position: center 46%; }
.dungeon-raid-mosaic figure.wide:first-of-type img { aspect-ratio: 16 / 9; object-position: center 44%; }
.dungeon-raid-mosaic figure.wide:nth-of-type(3) img { aspect-ratio: 16 / 9; object-position: center 38%; }
.dungeon-raid-mosaic figure.wide:last-of-type img { aspect-ratio: 16 / 9; object-position: center 34%; }
.dungeon-raid-result blockquote {
  margin: 1.4rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--accent-red);
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.45;
}
@media (max-width: 900px) {
  .dungeon-raid-overview,
  .dungeon-raid-section__inner,
  .dungeon-raid-section__inner--covers,
  .dungeon-raid-image-pair,
  .dungeon-raid-cover-compare,
  .dungeon-raid-mosaic {
    grid-template-columns: 1fr;
  }
  .dungeon-raid-mosaic figure.tall,
  .dungeon-raid-mosaic figure.square,
  .dungeon-raid-mosaic figure.wide {
    grid-column: auto;
  }
  .dungeon-raid-mosaic figure img,
  .dungeon-raid-image-pair img,
  .dungeon-raid-cover-compare img {
    aspect-ratio: auto;
    max-height: none;
  }
}


/* Dungeon Raid visual correction */
.dungeon-raid-page .project-hero > img {
  object-position: center 72%;
}
.dungeon-raid-image-pair--rogue figure:first-child img {
  object-position: left center;
}
.dungeon-raid-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 2rem;
  align-items: center;
}
.dungeon-raid-result__image {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #1b1b1b;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.dungeon-raid-result__image img {
  width: 100%;
  display: block;
}
.dungeon-raid-result__image figcaption {
  padding: .95rem 1rem 1.1rem;
  font-size: .9rem;
  line-height: 1.55;
  color: #c1c1c1;
}
@media (max-width: 900px) {
  .dungeon-raid-result {
    grid-template-columns: 1fr;
  }
}

/* Dungeon Raid creature pair correction */
.dungeon-raid-mosaic figure.creature-pair {
  grid-column: span 6;
}
.dungeon-raid-mosaic figure.creature-pair img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  max-height: none;
}
.dungeon-raid-mosaic figure.creature-pair--crawler img {
  object-position: 50% 48%;
}
.dungeon-raid-mosaic figure.creature-pair--wolf img {
  object-position: 50% 30%;
}
@media (max-width: 900px) {
  .dungeon-raid-mosaic figure.creature-pair {
    grid-column: auto;
  }
  .dungeon-raid-mosaic figure.creature-pair img {
    aspect-ratio: 4 / 3;
  }
}

/* Refrigerator vs. Serial Killer selected work page */
.rvsk-page .project-hero > img {
  object-position: center 50%;
}
.rvsk-page .project-hero__copy {
  max-width: 980px;
}
.rvsk-page .project-hero__copy > p:last-child {
  max-width: 810px;
}
.rvsk-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
  gap: 2.5rem;
  padding: 3.8rem clamp(1.25rem, 7vw, 7rem) 1.4rem;
  align-items: start;
}
.rvsk-overview__lead {
  font-size: clamp(1.16rem, 2vw, 1.52rem);
  line-height: 1.65;
  color: #d7d7d7;
}
.rvsk-facts {
  margin: 0;
  display: grid;
  gap: .9rem;
}
.rvsk-facts > div {
  padding-bottom: .7rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.rvsk-facts dt {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9f9f9f;
  margin-bottom: .22rem;
}
.rvsk-facts dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.rvsk-section {
  padding: 4rem clamp(1.25rem, 7vw, 7rem);
}
.rvsk-section--charcoal {
  background: #121212;
}
.rvsk-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 600px);
  gap: 2rem;
  align-items: center;
}
.rvsk-section__copy {
  max-width: 780px;
}
.rvsk-section__copy h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: .98;
  margin: .4rem 0 1rem;
}
.rvsk-section__copy p:not(.eyebrow) {
  color: #d2d2d2;
  font-size: 1.03rem;
  line-height: 1.72;
}
.rvsk-feature-image,
.rvsk-image-pair figure,
.rvsk-escalation-grid figure,
.rvsk-result__image {
  margin: 0;
  background: #1b1b1b;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.rvsk-feature-image img,
.rvsk-image-pair img,
.rvsk-escalation-grid img,
.rvsk-result__image img {
  width: 100%;
  display: block;
}
.rvsk-feature-image figcaption,
.rvsk-image-pair figcaption,
.rvsk-escalation-grid figcaption,
.rvsk-result__image figcaption {
  padding: .95rem 1rem 1.1rem;
  font-size: .9rem;
  line-height: 1.55;
  color: #c1c1c1;
}
.rvsk-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.7rem;
}
.rvsk-image-pair--environment img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.rvsk-image-pair--environment figure:first-child img {
  object-position: center 56%;
}
.rvsk-image-pair--environment figure:last-child img {
  object-position: center 42%;
}
.rvsk-escalation-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.8rem;
}
.rvsk-escalation-grid figure:nth-child(1),
.rvsk-escalation-grid figure:nth-child(2) {
  grid-column: span 6;
}
.rvsk-escalation-grid figure:nth-child(3) {
  grid-column: 3 / span 8;
}
.rvsk-escalation-grid img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.rvsk-escalation-grid figure:nth-child(1) img {
  object-position: center 42%;
}
.rvsk-escalation-grid figure:nth-child(2) img {
  object-position: center 42%;
}
.rvsk-escalation-grid figure:nth-child(3) img {
  object-position: center 48%;
}
.rvsk-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  gap: 2rem;
  align-items: center;
}
.rvsk-result__image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 48%;
}
.rvsk-result blockquote {
  margin: 1.4rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--accent-red);
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.45;
}
@media (max-width: 900px) {
  .rvsk-overview,
  .rvsk-section__inner,
  .rvsk-image-pair,
  .rvsk-result,
  .rvsk-escalation-grid {
    grid-template-columns: 1fr;
  }
  .rvsk-escalation-grid figure:nth-child(1),
  .rvsk-escalation-grid figure:nth-child(2),
  .rvsk-escalation-grid figure:nth-child(3) {
    grid-column: auto;
  }
  .rvsk-image-pair img,
  .rvsk-escalation-grid img,
  .rvsk-result__image img {
    aspect-ratio: auto;
    object-fit: contain;
  }
}

/* =========================================================
   HYDRATION HEROES — EXPANDED SELECTED WORK PAGE 2026-08-03
   ========================================================= */
.hydration-heroes-page .project-hero > img {
  object-position: 50% 20%;
}
.hydration-heroes-page .project-hero__copy {
  max-width: 900px;
}
.hydration-heroes-page .project-hero__copy > p:last-child {
  max-width: 740px;
}
.hydration-overview {
  max-width: 1260px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 92px) clamp(22px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: start;
}
.hydration-overview__lead {
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.35;
  max-width: 850px;
}
.hydration-facts {
  margin: 0;
  border-top: 3px solid var(--cream-2);
}
.hydration-facts > div {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.hydration-facts dt {
  color: #8f8f8f;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 5px;
}
.hydration-facts dd {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.hydration-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 92px) clamp(22px, 6vw, 76px);
}
.hydration-section--comic,
.hydration-section--villains {
  max-width: none;
  position: relative;
  overflow: hidden;
}
.hydration-section--comic {
  background: linear-gradient(135deg, #121729 0%, #0c2430 54%, #111 100%);
}
.hydration-section--villains {
  background: linear-gradient(135deg, #17110d 0%, #2a1705 48%, #101010 100%);
}
.hydration-section--comic::before,
.hydration-section--villains::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  pointer-events: none;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.34) 0 1px, transparent 1px);
  background-size: 18px 18px;
}
.hydration-section__inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.hydration-section__inner--villains {
  grid-template-columns: minmax(0, .75fr) minmax(440px, 1.25fr);
}
.hydration-section__copy {
  max-width: 800px;
  margin-bottom: clamp(30px, 5vw, 58px);
}
.hydration-section__inner .hydration-section__copy {
  margin-bottom: 0;
}
.hydration-section__copy h2 {
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1;
  margin: 0 0 22px;
}
.hydration-section__copy p:not(.eyebrow) {
  color: #d2d2d2;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.62;
  max-width: 780px;
}
.hydration-comic-mockup,
.hydration-hero-gallery figure,
.hydration-villain-lineup,
.hydration-heatwave-sheet,
.hydration-process-grid figure,
.hydration-result__image {
  margin: 0;
  overflow: hidden;
  background: #191919;
  border-radius: 12px;
  box-shadow: 0 20px 52px rgba(0,0,0,.36);
}
.hydration-comic-mockup img,
.hydration-hero-gallery img,
.hydration-villain-lineup img,
.hydration-heatwave-sheet img,
.hydration-process-grid img,
.hydration-result__image img {
  width: 100%;
  display: block;
}
.hydration-comic-mockup figcaption,
.hydration-hero-gallery figcaption,
.hydration-villain-lineup figcaption,
.hydration-heatwave-sheet figcaption,
.hydration-process-grid figcaption,
.hydration-result__image figcaption {
  padding: 13px 15px 15px;
  color: #b9b9b9;
  font-size: 13px;
  line-height: 1.48;
}
.hydration-hero-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
}
.hydration-hero-gallery figure {
  display: flex;
  flex-direction: column;
}
.hydration-hero-gallery img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center 34%;
}
.hydration-villain-lineup img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center 48%;
}
.hydration-heatwave-sheet {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: clamp(28px, 5vw, 58px) auto 0;
}
.hydration-heatwave-sheet img {
  aspect-ratio: 2.1 / 1;
  object-fit: cover;
  object-position: center 48%;
}
.hydration-process-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
.hydration-process-grid figure {
  grid-column: span 6;
}
.hydration-process-grid figure.hydration-process-grid__wide {
  grid-column: span 12;
}
.hydration-process-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 48%;
  background: #fff;
}
.hydration-process-grid__wide img {
  aspect-ratio: 16 / 8.5;
}
.hydration-result {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.hydration-result .hydration-section__copy {
  margin-bottom: 0;
}
.hydration-result__image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 50%;
}
.hydration-result blockquote {
  margin: 32px 0 0;
  border-left: 3px solid #39cde4;
  padding: 4px 0 4px 22px;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.28;
}
@media (max-width: 900px) {
  .hydration-overview,
  .hydration-section__inner,
  .hydration-section__inner--villains,
  .hydration-result {
    grid-template-columns: 1fr;
  }
  .hydration-hero-gallery {
    grid-template-columns: 1fr;
  }
  .hydration-hero-gallery img {
    aspect-ratio: auto;
    object-fit: contain;
  }
  .hydration-process-grid {
    grid-template-columns: 1fr;
  }
  .hydration-process-grid figure,
  .hydration-process-grid figure.hydration-process-grid__wide {
    grid-column: auto;
  }
  .hydration-process-grid img,
  .hydration-process-grid__wide img,
  .hydration-villain-lineup img,
  .hydration-heatwave-sheet img,
  .hydration-result__image img {
    aspect-ratio: auto;
    object-fit: contain;
  }
}

/* =========================================================
   HYDRATION HEROES — STRUCTURAL / CONTENT CORRECTION 2026-08-03
   ========================================================= */
.hydration-heroes-page--revised {
  background: #0b0b0b;
}
.hydration-heroes-page--revised .hydration-overview {
  width: min(100%, 1320px);
  max-width: 1320px;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr) !important;
  gap: clamp(42px, 6vw, 88px);
  align-items: start;
  padding: clamp(64px, 7vw, 96px) clamp(28px, 5vw, 72px);
}
.hydration-heroes-page--revised .hydration-overview__intro {
  min-width: 0;
}
.hydration-heroes-page--revised .hydration-overview__lead {
  margin: 0;
  font-size: clamp(1.35rem, 2.15vw, 2rem);
  line-height: 1.38;
  max-width: 820px;
}
.hydration-heroes-page--revised .hydration-facts {
  min-width: 0;
  margin: 0;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  border-top: 3px solid #f4f0e7;
}
.hydration-heroes-page--revised .hydration-facts > div {
  display: block !important;
  min-width: 0;
  padding: 16px 16px 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.hydration-heroes-page--revised .hydration-facts dt,
.hydration-heroes-page--revised .hydration-facts dd {
  display: block !important;
  width: auto !important;
}
.hydration-heroes-page--revised .hydration-facts dd {
  font-size: .97rem;
  line-height: 1.35;
}
.hydration-heroes-page--revised .hydration-section__copy h2 {
  max-width: 900px;
  font-size: clamp(2.15rem, 3.9vw, 3.45rem);
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
  margin: .45rem 0 1.2rem;
}
.hydration-heroes-page--revised .hydration-section__copy p:not(.eyebrow) {
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}
.hydration-heroes-page--revised .hydration-section__copy p + p {
  margin-top: 1rem;
}
.hydration-heroes-page--revised .hydration-process-grid--edited figure:nth-child(n+5) {
  display: none;
}
.hydration-heroes-page--revised .hydration-section__inner--collaborators {
  grid-template-columns: minmax(320px, .68fr) minmax(520px, 1.32fr);
}
.hydration-heroes-page--revised .hydration-finished-spread {
  margin: 0;
  overflow: hidden;
  background: #161616;
  border-radius: 12px;
  box-shadow: 0 20px 52px rgba(0,0,0,.38);
}
.hydration-heroes-page--revised .hydration-finished-spread img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}
.hydration-heroes-page--revised .hydration-finished-spread figcaption {
  padding: 13px 15px 16px;
  color: #bdbdbd;
  font-size: .84rem;
  line-height: 1.5;
}
.hydration-heroes-page--revised .hydration-result--revised {
  width: min(100%, 1320px);
  max-width: 1320px;
  box-sizing: border-box;
  grid-template-columns: minmax(320px, .72fr) minmax(520px, 1.28fr);
  padding-bottom: clamp(28px, 4vw, 54px);
}
.hydration-heroes-page--revised .hydration-result--revised .hydration-section__copy h2 {
  font-size: clamp(2rem, 3.5vw, 3.15rem);
}
.hydration-heroes-page--revised .hydration-final-page {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(28px, 5vw, 72px) clamp(64px, 7vw, 98px);
}
.hydration-heroes-page--revised .hydration-finished-spread--wide {
  width: 100%;
}
.hydration-heroes-page--revised .hydration-comic-mockup img {
  aspect-ratio: auto;
  object-fit: contain;
}
@media (max-width: 980px) {
  .hydration-heroes-page--revised .hydration-overview,
  .hydration-heroes-page--revised .hydration-section__inner--collaborators,
  .hydration-heroes-page--revised .hydration-result--revised {
    grid-template-columns: 1fr !important;
  }
  .hydration-heroes-page--revised .hydration-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .hydration-heroes-page--revised .hydration-overview {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hydration-heroes-page--revised .hydration-facts {
    grid-template-columns: 1fr;
  }
  .hydration-heroes-page--revised .hydration-section__copy h2,
  .hydration-heroes-page--revised .hydration-result--revised .hydration-section__copy h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }
  .hydration-heroes-page--revised .hydration-final-page {
    padding-left: 22px;
    padding-right: 22px;
  }
}

/* ========================================================================== 
   SELECTED WORK — ELF TEAM KRINGLEBOT
   ========================================================================== */
.kringlebot-page {
  --kringlebot-evergreen: #071b16;
  --kringlebot-evergreen-2: #0d2b22;
  --kringlebot-red: #b62324;
  --kringlebot-gold: #d7aa35;
  --kringlebot-snow: #f3f0e8;
  background: #090b0b;
  color: #f7f4ed;
}
.kringlebot-page .project-hero {
  min-height: 70vh;
  background: #06110e;
}
.kringlebot-page .project-hero > img {
  object-position: center 42%;
  filter: brightness(.78) saturate(1.04);
}
.kringlebot-page .project-hero::after {
  background: linear-gradient(90deg, rgba(4,10,8,.94) 0%, rgba(4,10,8,.72) 35%, rgba(4,10,8,.12) 68%, rgba(4,10,8,.04) 100%);
}
.kringlebot-page .project-hero__copy {
  max-width: 610px;
}
.kringlebot-page .project-hero__copy h1 {
  max-width: 9ch;
}
.kringlebot-page .project-hero__copy > p:last-child {
  max-width: 34ch;
}
.kringlebot-page .eyebrow {
  color: #d83b3d;
}
.kringlebot-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .85fr);
  gap: clamp(42px, 7vw, 104px);
  padding: clamp(70px, 9vw, 128px) clamp(32px, 7vw, 104px);
  background: #0b0d0c;
}
.kringlebot-overview__lead {
  max-width: 740px;
  margin: 14px 0 0;
  font-size: clamp(1.35rem, 2.25vw, 2.35rem);
  line-height: 1.2;
  font-weight: 750;
}
.kringlebot-facts {
  margin: 0;
  border-top: 3px solid var(--kringlebot-gold);
}
.kringlebot-facts > div {
  padding: 16px 0 18px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.kringlebot-facts dt {
  margin-bottom: 5px;
  color: rgba(255,255,255,.58);
  font-size: .76rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.kringlebot-facts dd {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
}
.kringlebot-section {
  padding: clamp(72px, 9vw, 132px) clamp(32px, 7vw, 104px);
  background: #f1eee6;
  color: #111313;
}
.kringlebot-section--video,
.kringlebot-section--evergreen,
.kringlebot-section--krampus,
.kringlebot-section--finale {
  background: var(--kringlebot-evergreen);
  color: #f7f4ed;
}
.kringlebot-section--video {
  background-image:
    radial-gradient(circle at 88% 12%, rgba(215,170,53,.16), transparent 30%),
    linear-gradient(135deg, #061411 0%, #0d2b22 100%);
}
.kringlebot-section--toys {
  background: #d9e7ea;
  color: #111313;
}
.kringlebot-section--krampus {
  background-image: linear-gradient(135deg, #17090a 0%, #2c1012 42%, #07110f 100%);
}
.kringlebot-section--finale {
  background: #07100e;
}
.kringlebot-section__inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
}
.kringlebot-section__inner--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}
.kringlebot-section__inner--reverse .kringlebot-section__copy {
  order: 2;
}
.kringlebot-section__copy {
  max-width: 700px;
}
.kringlebot-section__copy--wide {
  max-width: 980px;
  margin-bottom: clamp(34px, 5vw, 68px);
}
.kringlebot-section__copy h2,
.kringlebot-result__copy h2 {
  margin: 10px 0 22px;
  max-width: 18ch;
  font-size: clamp(2.2rem, 4.7vw, 5.3rem);
  line-height: .91;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.kringlebot-section__copy--wide h2 {
  max-width: 20ch;
}
.kringlebot-section__copy p:not(.eyebrow),
.kringlebot-result__copy p:not(.eyebrow) {
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.58;
}
.kringlebot-section__copy p + p,
.kringlebot-result__copy p + p {
  margin-top: 1.05em;
}
.kringlebot-video-frame,
.kringlebot-frame-grid figure,
.kringlebot-character-figure,
.kringlebot-evolution-figure,
.kringlebot-vehicle-cards figure,
.kringlebot-vehicle-lineup,
.kringlebot-krampus-sheet,
.kringlebot-finale-grid figure,
.kringlebot-result__image {
  margin: 0;
  overflow: hidden;
  background: #050605;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.kringlebot-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.kringlebot-video-frame figcaption,
.kringlebot-frame-grid figcaption,
.kringlebot-character-figure figcaption,
.kringlebot-evolution-figure figcaption,
.kringlebot-vehicle-cards figcaption,
.kringlebot-vehicle-lineup figcaption,
.kringlebot-krampus-sheet figcaption,
.kringlebot-finale-grid figcaption,
.kringlebot-result__image figcaption {
  padding: 12px 15px 14px;
  color: rgba(255,255,255,.72);
  background: #0b0d0c;
  font-size: .86rem;
  line-height: 1.42;
}
.kringlebot-frame-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.kringlebot-frame-grid img,
.kringlebot-finale-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.kringlebot-frame-grid figure:nth-child(1) img { object-position: center 42%; }
.kringlebot-frame-grid figure:nth-child(2) img { object-position: center 44%; }
.kringlebot-frame-grid figure:nth-child(3) img { object-position: center 48%; }
.kringlebot-frame-grid figure:nth-child(4) img { object-position: center 43%; }
.kringlebot-character-figure img,
.kringlebot-evolution-figure img,
.kringlebot-krampus-sheet img,
.kringlebot-vehicle-lineup img {
  display: block;
  width: 100%;
  height: auto;
}
.kringlebot-character-figure {
  background: #fff;
}
.kringlebot-evolution-figure {
  background: #07110f;
}
.kringlebot-vehicle-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.kringlebot-vehicle-cards img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 48%;
}
.kringlebot-vehicle-lineup {
  margin-top: 24px;
  background: #d9e7ea;
}
.kringlebot-krampus-sheet {
  background: #fff;
}
.kringlebot-finale-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.kringlebot-finale-grid figure:nth-child(1) img { object-position: center 43%; }
.kringlebot-finale-grid figure:nth-child(2) img { object-position: center 44%; }
.kringlebot-finale-grid figure:nth-child(3) img { object-position: center 46%; }
.kringlebot-finale-grid figure:nth-child(4) img { object-position: center 46%; }
.kringlebot-result {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(38px, 7vw, 108px);
  align-items: center;
  padding: clamp(76px, 10vw, 144px) clamp(32px, 7vw, 104px);
  color: #111313;
  background: #f2efe8;
}
.kringlebot-result blockquote {
  margin: 34px 0 0;
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--kringlebot-red);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.3;
  font-weight: 800;
}
.kringlebot-result__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 46%;
}
.kringlebot-page .continue-exploring {
  background: #0b0d0c;
  color: #fff;
}

@media (max-width: 900px) {
  .kringlebot-overview,
  .kringlebot-section__inner,
  .kringlebot-section__inner--reverse,
  .kringlebot-result {
    grid-template-columns: 1fr;
  }
  .kringlebot-section__inner--reverse .kringlebot-section__copy {
    order: initial;
  }
  .kringlebot-overview {
    gap: 44px;
  }
  .kringlebot-section__copy h2,
  .kringlebot-result__copy h2 {
    max-width: 22ch;
  }
}

@media (max-width: 640px) {
  .kringlebot-page .project-hero {
    min-height: 76vh;
  }
  .kringlebot-page .project-hero > img {
    object-position: 61% center;
  }
  .kringlebot-page .project-hero::after {
    background: linear-gradient(0deg, rgba(4,10,8,.96) 0%, rgba(4,10,8,.65) 48%, rgba(4,10,8,.12) 100%);
  }
  .kringlebot-overview,
  .kringlebot-section,
  .kringlebot-result {
    padding-left: 22px;
    padding-right: 22px;
  }
  .kringlebot-frame-grid,
  .kringlebot-vehicle-cards,
  .kringlebot-finale-grid {
    grid-template-columns: 1fr;
  }
  .kringlebot-section__copy h2,
  .kringlebot-result__copy h2 {
    font-size: clamp(2.15rem, 12vw, 3.35rem);
  }
}


/* ========================================================================== 
   SELECTED WORK — RAGNAROCK TALES
   ========================================================================== */
.ragnarock-page {
  --ragnarock-gold: #d9a84f;
  --ragnarock-gold-pale: #ead7aa;
  --ragnarock-ink: #111112;
  --ragnarock-blue: #172231;
  --ragnarock-storm: #2f3946;
  --ragnarock-parchment: #e9dfc7;
  --ragnarock-cream: #f2eee4;
  background: #0c0d0e;
  color: #f7f3ea;
}
.ragnarock-page .project-hero {
  min-height: 74vh;
  background: #16120b;
}
.ragnarock-page .project-hero > img {
  object-position: center 44%;
  filter: brightness(.83) saturate(.96) contrast(1.02);
}
.ragnarock-page .project-hero::after {
  background:
    linear-gradient(90deg, rgba(11,10,9,.94) 0%, rgba(11,10,9,.75) 32%, rgba(11,10,9,.15) 66%, rgba(11,10,9,.03) 100%),
    linear-gradient(0deg, rgba(11,10,9,.38) 0%, transparent 44%);
}
.ragnarock-page .project-hero__copy {
  max-width: 650px;
}
.ragnarock-page .project-hero__copy h1 {
  max-width: 10ch;
}
.ragnarock-page .project-hero__copy > p:last-child {
  max-width: 34ch;
}
.ragnarock-page .eyebrow {
  color: var(--red);
}
.ragnarock-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr);
  gap: clamp(42px, 7vw, 105px);
  padding: clamp(72px, 9vw, 132px) clamp(32px, 7vw, 104px);
  background: #0c0e10;
}
.ragnarock-overview__lead {
  max-width: 800px;
  margin: 14px 0 0;
  font-size: clamp(1.35rem, 2.25vw, 2.4rem);
  line-height: 1.19;
  font-weight: 760;
}
.ragnarock-facts {
  margin: 0;
  border-top: 3px solid var(--ragnarock-gold);
}
.ragnarock-facts > div {
  padding: 16px 0 18px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.ragnarock-facts dt {
  margin-bottom: 5px;
  color: rgba(255,255,255,.56);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ragnarock-facts dd {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.36;
  font-weight: 700;
}
.ragnarock-section {
  padding: clamp(74px, 9vw, 136px) clamp(32px, 7vw, 104px);
  background: var(--ragnarock-cream);
  color: var(--ragnarock-ink);
}
.ragnarock-section--origin {
  background: #d9c9a6;
}
.ragnarock-section--animation,
.ragnarock-section--issue-one,
.ragnarock-section--objects {
  color: #f8f4ec;
  background: #13171c;
}
.ragnarock-section--animation {
  background-image: linear-gradient(135deg, #101419 0%, #223041 100%);
}
.ragnarock-section--pair {
  background: #e8dfcd;
}
.ragnarock-section--issue-one {
  background-image:
    radial-gradient(circle at 86% 14%, rgba(217,168,79,.11), transparent 34%),
    linear-gradient(145deg, #0d1115 0%, #202932 100%);
}
.ragnarock-section--world {
  background: #d8d2c7;
}
.ragnarock-section--issue-two {
  background: #e7d9b9;
}
.ragnarock-section--objects {
  background-image: linear-gradient(135deg, #151617 0%, #27292c 100%);
}
.ragnarock-section__inner {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(38px, 6vw, 94px);
  align-items: center;
}
.ragnarock-section__inner--reverse {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
}
.ragnarock-section__inner--reverse .ragnarock-section__copy {
  order: 2;
}
.ragnarock-section__inner--cover {
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr);
  align-items: start;
}
.ragnarock-section__copy {
  max-width: 720px;
}
.ragnarock-section__copy--wide {
  max-width: 1020px;
  margin-bottom: clamp(36px, 5vw, 72px);
}
.ragnarock-section__copy h2,
.ragnarock-result__copy h2 {
  margin: 10px 0 24px;
  max-width: 18ch;
  font-size: clamp(2.2rem, 4.65vw, 5.15rem);
  line-height: .92;
  letter-spacing: -.052em;
  text-transform: uppercase;
}
.ragnarock-section__copy--wide h2 {
  max-width: 21ch;
}
.ragnarock-section__copy p:not(.eyebrow),
.ragnarock-result__copy p:not(.eyebrow) {
  font-size: clamp(1rem, 1.22vw, 1.22rem);
  line-height: 1.61;
}
.ragnarock-section__copy p + p,
.ragnarock-result__copy p + p {
  margin-top: 1.05em;
}
.ragnarock-archive-figure,
.ragnarock-character-pair,
.ragnarock-cover-figure,
.ragnarock-issue-one-gallery figure,
.ragnarock-world-grid figure,
.ragnarock-layout-strip,
.ragnarock-page-gallery figure,
.ragnarock-sculpture-grid figure {
  margin: 0;
  overflow: hidden;
  background: #0b0c0d;
  box-shadow: 0 24px 68px rgba(0,0,0,.22);
}
.ragnarock-archive-figure--first {
  width: min(100%, 1160px);
  margin: 0 auto;
}
.ragnarock-archive-figure img,
.ragnarock-character-pair img,
.ragnarock-cover-figure img,
.ragnarock-issue-one-gallery img,
.ragnarock-world-grid img,
.ragnarock-layout-strip img,
.ragnarock-page-gallery img,
.ragnarock-sculpture-grid img {
  display: block;
  width: 100%;
  height: auto;
}
.ragnarock-archive-figure figcaption,
.ragnarock-character-pair figcaption,
.ragnarock-cover-figure figcaption,
.ragnarock-issue-one-gallery figcaption,
.ragnarock-world-grid figcaption,
.ragnarock-layout-strip figcaption,
.ragnarock-page-gallery figcaption,
.ragnarock-sculpture-grid figcaption {
  padding: 13px 16px 15px;
  color: rgba(255,255,255,.74);
  background: #0b0d0f;
  font-size: .86rem;
  line-height: 1.44;
}
.ragnarock-section--origin .ragnarock-archive-figure {
  background: #e6d8b9;
}
.ragnarock-section--origin .ragnarock-archive-figure img {
  padding: clamp(12px, 2.2vw, 28px);
  box-sizing: border-box;
}
.ragnarock-section--animation .ragnarock-archive-figure {
  background: #e6edf2;
}
.ragnarock-section--animation .ragnarock-archive-figure img {
  padding: clamp(10px, 1.8vw, 22px);
  box-sizing: border-box;
}
.ragnarock-character-pair {
  background: #e4d6b8;
}
.ragnarock-cover-figure {
  max-width: 520px;
  justify-self: end;
}
.ragnarock-cover-figure img {
  aspect-ratio: 5 / 6;
  object-fit: cover;
}
.ragnarock-issue-one-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 24px;
  align-items: stretch;
  margin-top: clamp(46px, 7vw, 92px);
}
.ragnarock-issue-one-gallery figure {
  display: flex;
  flex-direction: column;
}
.ragnarock-issue-one-gallery figure:first-child img {
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
  object-position: center 47%;
}
.ragnarock-issue-one-gallery figure:last-child img {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  object-position: center 48%;
}
.ragnarock-world-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 24px;
  align-items: stretch;
}
.ragnarock-cast-figure {
  display: flex;
  flex-direction: column;
  align-self: start;
}
.ragnarock-cast-figure img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}
.ragnarock-lord-figure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 0;
  overflow: hidden;
}
.ragnarock-lord-figure img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 24%;
}
.ragnarock-lord-figure figcaption {
  position: relative;
  z-index: 1;
  margin-top: auto;
}
.ragnarock-layout-strip {
  margin-bottom: clamp(30px, 4vw, 54px);
  background: #cbb98f;
}
.ragnarock-page-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(250px, 1fr));
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 16px;
  scroll-snap-type: x proximity;
}
.ragnarock-page-gallery figure {
  min-width: 280px;
  scroll-snap-align: start;
}
.ragnarock-page-gallery img {
  aspect-ratio: 1325 / 2048;
  object-fit: cover;
}
.ragnarock-sculpture-grid {
  display: grid;
  grid-template-columns: minmax(240px, .95fr) minmax(220px, .8fr);
  gap: 22px;
  align-items: stretch;
}
.ragnarock-sculpture-grid figure {
  display: flex;
  flex-direction: column;
}
.ragnarock-sculpture-grid figure:first-child img,
.ragnarock-sculpture-grid figure:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ragnarock-sculpture-grid figure:first-child img {
  min-height: 520px;
  aspect-ratio: 1 / 1;
  object-position: center 46%;
}
.ragnarock-sculpture-grid figure:last-child img {
  min-height: 520px;
  aspect-ratio: 3 / 4;
  object-position: center 42%;
}
.ragnarock-result {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: start;
  padding: clamp(82px, 10vw, 148px) clamp(32px, 7vw, 104px);
  color: #f7f3e9;
  background: #0b0d10;
}
.ragnarock-result__copy {
  max-width: 850px;
}
.ragnarock-result__copy h2 {
  max-width: 20ch;
}
.ragnarock-result__aside {
  display: grid;
  gap: 30px;
}
.ragnarock-result__figure {
  margin: 0;
  overflow: hidden;
  background: #0b0c0d;
  box-shadow: 0 24px 68px rgba(0,0,0,.22);
}
.ragnarock-result__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 38%;
}
.ragnarock-result__figure figcaption {
  padding: 13px 16px 15px;
  color: rgba(255,255,255,.74);
  background: #0b0d0f;
  font-size: .86rem;
  line-height: 1.44;
}
.ragnarock-result__steps {
  border-top: 3px solid var(--ragnarock-gold);
}
.ragnarock-result__steps > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 4px 16px;
  padding: 22px 0 24px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.ragnarock-result__steps span {
  grid-row: 1 / 3;
  color: var(--ragnarock-gold);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.ragnarock-result__steps strong {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.1;
}
.ragnarock-result__steps p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 1rem;
  line-height: 1.4;
}
.ragnarock-page .continue-exploring {
  color: #111;
  background: #e9e2d3;
}

@media (max-width: 980px) {
  .ragnarock-overview,
  .ragnarock-section__inner,
  .ragnarock-section__inner--reverse,
  .ragnarock-section__inner--cover,
  .ragnarock-result {
    grid-template-columns: 1fr;
  }
  .ragnarock-section__inner--reverse .ragnarock-section__copy {
    order: initial;
  }
  .ragnarock-cover-figure {
    max-width: 640px;
    justify-self: start;
  }
  .ragnarock-world-grid,
  .ragnarock-issue-one-gallery {
    grid-template-columns: 1fr;
  }
  .ragnarock-cast-figure img,
  .ragnarock-lord-figure img {
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 680px) {
  .ragnarock-page .project-hero {
    min-height: 78vh;
  }
  .ragnarock-page .project-hero > img {
    object-position: 46% center;
  }
  .ragnarock-page .project-hero::after {
    background: linear-gradient(0deg, rgba(11,10,9,.97) 0%, rgba(11,10,9,.66) 46%, rgba(11,10,9,.1) 100%);
  }
  .ragnarock-overview,
  .ragnarock-section,
  .ragnarock-result {
    padding-left: 22px;
    padding-right: 22px;
  }
  .ragnarock-section__copy h2,
  .ragnarock-result__copy h2 {
    font-size: clamp(2.15rem, 11.5vw, 3.35rem);
  }
  .ragnarock-sculpture-grid {
    grid-template-columns: 1fr;
  }
  .ragnarock-sculpture-grid figure:first-child img,
  .ragnarock-sculpture-grid figure:last-child img {
    min-height: 0;
    height: auto;
  }
  .ragnarock-page-gallery {
    grid-template-columns: repeat(5, minmax(78vw, 1fr));
  }
}

/* =========================================================
   MASK OF FJORN — SELECTED WORK PAGE
   ========================================================= */

.mask-page {
  --mask-ink: #12161b;
  --mask-night: #07161d;
  --mask-night-2: #101927;
  --mask-ice: #bdeef4;
  --mask-lilac: #786f91;
  --mask-paper: #ece7dc;
  --mask-line: rgba(18, 22, 27, .16);
  overflow: hidden;
  padding-bottom: 0;
  background: var(--mask-paper);
  color: var(--mask-ink);
}

.mask-page .eyebrow {
  color: var(--red);
}

.mask-page figure,
.mask-page blockquote {
  margin: 0;
}

.mask-page figcaption {
  padding: 13px 16px 15px;
  background: #0c0f12;
  color: rgba(255,255,255,.78);
  font-size: .86rem;
  line-height: 1.42;
}

.mask-page .project-hero--mask {
  min-height: min(82vh, 900px);
  background:
    radial-gradient(circle at 72% 42%, rgba(189,238,244,.17), transparent 28%),
    linear-gradient(115deg, #07161d 0%, #07161d 42%, #0d1c24 100%);
}

.mask-page .project-hero--mask > img {
  left: auto;
  right: clamp(-40px, 1vw, 30px);
  width: min(58vw, 760px);
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: none;
}

.mask-page .project-hero--mask::after {
  background:
    linear-gradient(90deg, #07161d 0%, rgba(7,22,29,.98) 31%, rgba(7,22,29,.34) 64%, rgba(7,22,29,.08) 100%),
    linear-gradient(180deg, transparent 62%, #07161d 100%);
}

.mask-page .project-hero__copy {
  max-width: 670px;
  padding-left: clamp(28px, 7vw, 108px);
  padding-bottom: clamp(62px, 9vw, 118px);
}

.mask-page .project-hero__copy h1 {
  max-width: 6.5ch;
}

.mask-page .project-hero__copy > p:last-child {
  max-width: 520px;
  color: rgba(255,255,255,.86);
  font-weight: 700;
}

.mask-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, .68fr);
  gap: clamp(44px, 8vw, 118px);
  align-items: start;
  padding: clamp(72px, 9vw, 132px) clamp(28px, 7vw, 108px);
  background: var(--mask-paper);
}

.mask-overview__intro {
  max-width: 900px;
}

.mask-overview__lead {
  margin: 0;
  max-width: 29ch;
  font-size: clamp(1.55rem, 3vw, 3.05rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -.035em;
}

.mask-facts {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--mask-ink);
}

.mask-facts div {
  padding: 15px 0 16px;
  border-bottom: 1px solid var(--mask-line);
}

.mask-facts dt {
  margin-bottom: 4px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .69rem;
  font-weight: 900;
}

.mask-facts dd {
  margin: 0;
  font-size: .98rem;
  line-height: 1.42;
  font-weight: 700;
}

.mask-section {
  padding: clamp(78px, 9vw, 140px) clamp(28px, 7vw, 108px);
  background: var(--mask-paper);
}

.mask-section__inner {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: center;
}

.mask-section__inner--reverse {
  grid-template-columns: minmax(420px, 1.12fr) minmax(0, .88fr);
}

.mask-section__inner--reverse .mask-section__copy {
  order: 2;
}

.mask-section__copy {
  max-width: 720px;
}

.mask-section__copy--wide {
  max-width: 1060px;
  margin-bottom: clamp(36px, 5vw, 68px);
}

.mask-section h2,
.mask-review h2,
.mask-result h2 {
  margin-bottom: 28px;
  max-width: 14ch;
}

.mask-section p,
.mask-review p,
.mask-result p {
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.62;
}

.mask-astrid-figure,
.mask-covers-figure,
.mask-symbol-figure,
.mask-world-figure,
.mask-holgrim-grid figure {
  overflow: hidden;
  background: #0c0f12;
  box-shadow: 0 28px 74px rgba(20,25,33,.15);
}

.mask-astrid-figure img,
.mask-covers-figure img,
.mask-symbol-figure img,
.mask-world-figure img,
.mask-holgrim-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mask-astrid-figure img {
  aspect-ratio: 1 / 1;
}

.mask-section--perspectives {
  background: #d8d3c9;
}

.mask-covers-figure {
  max-width: 1120px;
}

.mask-covers-figure img {
  aspect-ratio: 1.31 / 1;
  object-fit: contain;
  background: #111925;
}

.mask-section--symbol {
  color: #f5f1e8;
  background:
    radial-gradient(circle at 78% 45%, rgba(189,238,244,.1), transparent 33%),
    linear-gradient(135deg, var(--mask-night) 0%, var(--mask-night-2) 100%);
}

.mask-section--symbol .mask-section__inner {
  grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr);
}

.mask-section--symbol blockquote {
  margin: 26px 0 30px;
  padding: 20px 0 20px 24px;
  border-left: 3px solid var(--red);
  color: var(--mask-ice);
  font-size: clamp(1.3rem, 2.4vw, 2.15rem);
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.mask-symbol-figure img {
  aspect-ratio: 1.15 / 1;
  object-fit: contain;
  background: #e8ecee;
}

.mask-section--holgrim {
  background: #d7aaa4;
}

.mask-holgrim-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 22px;
  align-items: stretch;
}

.mask-holgrim-grid figure {
  display: flex;
  flex-direction: column;
}

.mask-holgrim-grid img {
  flex: 1;
  min-height: 390px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mask-section--visible {
  background: #e9e4da;
}

.mask-world-figure img {
  aspect-ratio: 16 / 10;
  object-position: center;
}

.mask-review {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .65fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: center;
  padding: clamp(82px, 10vw, 150px) clamp(28px, 7vw, 108px);
  color: #f7f3e9;
  background: #0b0d10;
}

.mask-review__copy {
  max-width: 850px;
}

.mask-review__card {
  padding: clamp(30px, 4vw, 54px);
  border-top: 4px solid var(--red);
  background: #171b21;
  box-shadow: 0 26px 80px rgba(0,0,0,.28);
}

.mask-review__label {
  margin: 0 0 8px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem !important;
  font-weight: 900;
}

.mask-review__card strong {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: -.05em;
}

.mask-review__card > span {
  display: block;
  color: rgba(255,255,255,.64);
  line-height: 1.45;
}

.mask-review__card blockquote {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: var(--mask-ice);
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  line-height: 1.4;
  font-weight: 700;
}

.mask-result {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(380px, 1.18fr);
  gap: clamp(52px, 9vw, 130px);
  align-items: center;
  padding: clamp(88px, 11vw, 166px) clamp(28px, 7vw, 108px);
  background:
    radial-gradient(circle at 82% 38%, rgba(189,238,244,.44), transparent 26%),
    linear-gradient(130deg, #d7e8e9 0%, #a7ced2 100%);
}

.mask-result__copy {
  max-width: 750px;
}

.mask-result__oath {
  max-width: 12ch;
  color: #10232c;
  font-size: clamp(2.6rem, 6vw, 7.1rem);
  line-height: .87;
  font-weight: 900;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.mask-page .continue-exploring {
  color: #fff;
  background: #0b0d10;
}

@media (max-width: 980px) {
  .mask-page .project-hero--mask > img {
    right: -70px;
    width: min(72vw, 680px);
    opacity: .75;
  }

  .mask-page .project-hero--mask::after {
    background:
      linear-gradient(90deg, #07161d 0%, rgba(7,22,29,.94) 48%, rgba(7,22,29,.28) 100%),
      linear-gradient(180deg, transparent 55%, #07161d 100%);
  }

  .mask-overview,
  .mask-review,
  .mask-result {
    grid-template-columns: 1fr;
  }

  .mask-section__inner,
  .mask-section__inner--reverse,
  .mask-section--symbol .mask-section__inner {
    grid-template-columns: 1fr;
  }

  .mask-section__inner--reverse .mask-section__copy {
    order: 0;
  }

  .mask-holgrim-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mask-result__oath {
    max-width: 13ch;
  }
}

@media (max-width: 680px) {
  .mask-page .project-hero--mask {
    min-height: 72vh;
  }

  .mask-page .project-hero--mask > img {
    right: -98px;
    width: 92vw;
    opacity: .52;
  }

  .mask-page .project-hero__copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mask-page .project-hero__copy h1 {
    max-width: 7ch;
  }

  .mask-overview,
  .mask-section,
  .mask-review,
  .mask-result {
    padding-left: 22px;
    padding-right: 22px;
  }

  .mask-overview__lead {
    font-size: clamp(1.45rem, 8vw, 2.25rem);
  }

  .mask-holgrim-grid {
    grid-template-columns: 1fr;
  }

  .mask-holgrim-grid img {
    min-height: 0;
  }

  .mask-section h2,
  .mask-review h2,
  .mask-result h2 {
    font-size: clamp(2.45rem, 13vw, 4.3rem);
  }

  .mask-result__oath {
    font-size: clamp(2.4rem, 14vw, 4.6rem);
  }
}


/* =========================================================
   MASK OF FJORN — HERO CORRECTION 2026-08-06
   - restores full-bleed artwork behind the typography
   - restores white display type and project eyebrow treatment
   - keeps the figure dominant while preserving legibility
   ========================================================= */
.mask-page .project-hero--mask {
  min-height: min(82vh, 900px);
  align-items: center;
  background: #07161d;
}

.mask-page .project-hero--mask > img {
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 18%;
  opacity: 1;
  filter: brightness(.68) saturate(1.08) contrast(1.04);
  transform: none;
}

.mask-page .project-hero--mask::after {
  background:
    linear-gradient(90deg,
      rgba(7,22,29,.98) 0%,
      rgba(7,22,29,.90) 24%,
      rgba(7,22,29,.64) 43%,
      rgba(7,22,29,.22) 67%,
      rgba(7,22,29,.04) 100%),
    linear-gradient(180deg,
      rgba(7,22,29,.08) 0%,
      rgba(7,22,29,.02) 56%,
      #07161d 100%);
}

.mask-page .project-hero__copy {
  width: min(760px, 54vw);
  max-width: 760px;
  padding: clamp(72px, 9vw, 126px) clamp(28px, 7vw, 108px);
  color: #fff;
}

.mask-page .project-hero__copy .eyebrow {
  margin: 0 0 18px;
  color: #c93434;
  font-size: clamp(11px, .85vw, 14px);
  line-height: 1.2;
  letter-spacing: .21em;
  font-weight: 900;
}

.mask-page .project-hero__copy h1 {
  max-width: 10ch;
  color: #fff;
  font-size: clamp(58px, 7.3vw, 112px) !important;
  line-height: .84 !important;
  letter-spacing: -.07em;
  text-shadow: 0 4px 24px rgba(0,0,0,.34);
}

.mask-page .project-hero__copy > p:last-child {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(255,255,255,.94);
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.28;
  font-weight: 800;
  text-shadow: 0 3px 18px rgba(0,0,0,.4);
}

@media (max-width: 980px) {
  .mask-page .project-hero--mask > img {
    inset: 0;
    right: auto;
    width: 100%;
    object-fit: cover;
    object-position: 50% 16%;
    opacity: 1;
  }

  .mask-page .project-hero--mask::after {
    background:
      linear-gradient(90deg,
        rgba(7,22,29,.98) 0%,
        rgba(7,22,29,.88) 42%,
        rgba(7,22,29,.36) 72%,
        rgba(7,22,29,.10) 100%),
      linear-gradient(180deg, transparent 52%, #07161d 100%);
  }

  .mask-page .project-hero__copy {
    width: min(690px, 66vw);
  }
}

@media (max-width: 680px) {
  .mask-page .project-hero--mask {
    min-height: 74vh;
    align-items: end;
  }

  .mask-page .project-hero--mask > img {
    inset: 0;
    right: auto;
    width: 100%;
    object-fit: cover;
    object-position: 53% 12%;
    opacity: 1;
  }

  .mask-page .project-hero--mask::after {
    background:
      linear-gradient(180deg,
        rgba(7,22,29,.08) 0%,
        rgba(7,22,29,.22) 38%,
        rgba(7,22,29,.90) 72%,
        #07161d 100%);
  }

  .mask-page .project-hero__copy {
    width: 100%;
    max-width: none;
    padding: 150px 24px 54px;
  }

  .mask-page .project-hero__copy h1 {
    max-width: 9ch;
    font-size: clamp(52px, 16vw, 78px) !important;
  }

  .mask-page .project-hero__copy > p:last-child {
    max-width: 420px;
    font-size: clamp(17px, 5vw, 22px);
  }
}


/* =========================================================
   MASK OF FJORN — FINAL STATUS CONTRAST 2026-08-06
   - restores high-contrast closing copy
   - preserves the dark field / cyan-circle interaction
   - keeps the oath legible both inside and outside the circle
   ========================================================= */
.mask-page .mask-result {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f7f3e9;
  background: #05070a;
}

.mask-page .mask-result::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(360px, 43vw, 760px);
  aspect-ratio: 1;
  right: clamp(-190px, -7vw, -48px);
  top: 50%;
  border-radius: 50%;
  background: #bdeef4;
  transform: translateY(-50%);
}

.mask-page .mask-result__copy .eyebrow {
  color: var(--red);
}

.mask-page .mask-result__copy h2 {
  color: #fff;
}

.mask-page .mask-result__copy p {
  color: rgba(255,255,255,.82);
}

.mask-page .mask-result__oath {
  position: relative;
  z-index: 1;
  color: #10232c;
  -webkit-text-stroke: 1.4px rgba(226,248,250,.92);
  paint-order: stroke fill;
  text-shadow: 0 2px 18px rgba(0,0,0,.12);
}

@media (max-width: 980px) {
  .mask-page .mask-result::before {
    width: clamp(390px, 72vw, 650px);
    right: clamp(-170px, -12vw, -70px);
    top: 68%;
  }

  .mask-page .mask-result__oath {
    max-width: 11ch;
  }
}

@media (max-width: 680px) {
  .mask-page .mask-result::before {
    width: 118vw;
    right: -52vw;
    top: 74%;
  }

  .mask-page .mask-result__oath {
    color: #f7f3e9;
    -webkit-text-stroke: 0;
    text-shadow: 0 3px 18px rgba(0,0,0,.38);
  }
}

/* =========================================================
   MASK OF FJORN — PALETTE / SECTION CORRECTION 2026-08-06
   Scope: section backgrounds and contrast only.
   Hero rules above are intentionally untouched.
   ========================================================= */

/* The project summary directly beneath the hero belongs on the dark field. */
.mask-page .mask-overview {
  color: #f7f3e9;
  background: #0b0d10;
}

.mask-page .mask-overview__lead,
.mask-page .mask-facts dd {
  color: #f7f3e9;
}

.mask-page .mask-facts {
  border-top-color: rgba(255,255,255,.72);
}

.mask-page .mask-facts div {
  border-bottom-color: rgba(255,255,255,.18);
}

/* Keep all light sections on the same established off-white. */
.mask-page .mask-section--search,
.mask-page .mask-section--perspectives,
.mask-page .mask-section--holgrim,
.mask-page .mask-section--visible {
  color: var(--mask-ink);
  background: var(--mask-paper);
}

/* Central-symbol section: pure black field, no decorative blue field/circle. */
.mask-page .mask-section--symbol {
  color: #f7f3e9;
  background: #0b0d10;
}

.mask-page .mask-section--symbol::before,
.mask-page .mask-section--symbol::after,
.mask-page .mask-symbol-figure::before,
.mask-page .mask-symbol-figure::after {
  content: none !important;
  display: none !important;
}

.mask-page .mask-section--symbol blockquote {
  color: #f7f3e9;
}

/* Closing status stays on black; remove the decorative cyan circle. */
.mask-page .mask-result {
  color: #f7f3e9;
  background: #0b0d10;
}

.mask-page .mask-result::before,
.mask-page .mask-result::after {
  content: none !important;
  display: none !important;
}

.mask-page .mask-result__oath {
  color: #f7f3e9;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

/* =============================================================
   SILLY GOOSE SANDWICHES — SELECTED WORK
   Scoped additions only. 2026-08-07
   ============================================================= */
.silly-goose-page {
  --sg-paper: #eee9df;
  --sg-ink: #111111;
  --sg-dark: #0b0b0b;
  --sg-dark-2: #121212;
  --sg-line-dark: rgba(255,255,255,.18);
  --sg-line-paper: rgba(17,17,17,.18);
  background: var(--sg-dark);
  color: #fff;
}
.silly-goose-page figure,
.silly-goose-page blockquote { margin: 0; }
.silly-goose-page figcaption {
  font-size: .78rem;
  line-height: 1.45;
  padding: .7rem .85rem .8rem;
  color: inherit;
  opacity: .72;
}

/* Hero: preserve the shared dark-stage hierarchy while using the transparent mark as the image. */
.silly-goose-page .silly-goose-hero {
  min-height: min(78vh, 840px);
  background:
    radial-gradient(circle at 78% 45%, rgba(255,255,255,.055), transparent 31%),
    #081319;
  align-items: center;
}
.silly-goose-page .silly-goose-hero > img {
  position: absolute;
  z-index: 0;
  inset: 5% 4% 3% auto;
  width: min(47vw, 690px);
  height: 90%;
  object-fit: contain;
  object-position: center;
  filter: none;
}
.silly-goose-page .silly-goose-hero::after {
  z-index: 0;
  background: linear-gradient(90deg, rgba(8,19,25,1) 0%, rgba(8,19,25,.98) 35%, rgba(8,19,25,.55) 58%, rgba(8,19,25,.04) 78%);
}
.silly-goose-page .silly-goose-hero .project-hero__copy {
  z-index: 1;
  width: min(58%, 850px);
  padding: clamp(6rem,12vw,10rem) clamp(1.5rem,7vw,7rem);
}
.silly-goose-page .silly-goose-hero .project-hero__copy h1 {
  color: #fff;
  font-size: clamp(3.35rem, 7vw, 7rem);
  line-height: .88;
  margin: .42rem 0 1.1rem;
  text-transform: uppercase;
}
.silly-goose-page .silly-goose-hero .project-hero__copy > p:last-child {
  color: #f1f1f1;
  max-width: 680px;
  font-size: clamp(1rem,1.55vw,1.32rem);
  line-height: 1.45;
}

/* Shared page sections */
.sg-overview,
.sg-section,
.sg-result {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem);
}
.sg-section--paper,
.sg-result.sg-section--paper {
  background: var(--sg-paper);
  color: var(--sg-ink);
}
.sg-section--dark,
.sg-overview.dark-section {
  background: var(--sg-dark);
  color: #fff;
}
.sg-copy { max-width: 690px; }
.sg-copy--narrow { max-width: 650px; }
.sg-copy--wide { max-width: 900px; }
.sg-copy h2,
.sg-overview h2,
.sg-result h2 {
  font-size: clamp(2.35rem, 5.2vw, 5.15rem);
  line-height: .9;
  letter-spacing: -.045em;
  margin: .35rem 0 1.55rem;
  text-transform: uppercase;
}
.sg-copy p,
.sg-overview p,
.sg-result p {
  font-size: clamp(.98rem, 1.25vw, 1.1rem);
  line-height: 1.62;
}
.sg-copy p + p,
.sg-overview p + p,
.sg-result p + p { margin-top: 1rem; }
.sg-copy blockquote,
.sg-result blockquote {
  margin-top: 2rem;
  padding-left: 1rem;
  border-left: 3px solid #c62026;
  font-size: clamp(1.18rem, 2vw, 1.75rem);
  line-height: 1.12;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 700px;
}

/* Opening */
.sg-overview {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr);
  gap: clamp(2rem,5vw,6rem);
  align-items: start;
  max-width: 1500px;
  margin: 0 auto;
}
.sg-overview__intro { max-width: 690px; }
.sg-facts {
  margin: .25rem 0 0;
  border-top: 2px solid #fff;
}
.sg-facts div {
  padding: .7rem 0 .8rem;
  border-bottom: 1px solid var(--sg-line-dark);
}
.sg-facts dt {
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #c62026;
  margin-bottom: .2rem;
}
.sg-facts dd {
  margin: 0;
  font-size: .9rem;
  line-height: 1.4;
  color: #f0f0f0;
}
.sg-overview__sketch {
  grid-column: 1 / -1;
  max-width: 520px;
  background: #fff;
  color: #111;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 1rem;
}
.sg-overview__sketch img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  background: #fff;
}

/* Positioning */
.sg-position {
  display: grid;
  grid-template-columns: minmax(320px,.78fr) minmax(0,1.22fr);
  gap: clamp(2rem,5vw,6rem);
  align-items: center;
}
.sg-evidence {
  background: #fff;
  color: #111;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0,0,0,.14);
}
.sg-evidence img {
  display: block;
  width: 100%;
  height: auto;
}
.sg-evidence--light { color: #111; }

/* Character exploration */
.sg-gaggle .sg-copy { margin-bottom: 3rem; }
.sg-character-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 1rem;
}
.sg-character-grid figure {
  background: var(--sg-paper);
  color: #111;
  border-radius: 4px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
}
.sg-character-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  padding: .4rem;
}
.sg-character-grid figcaption {
  margin-top: auto;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* Turning point */
.sg-turning-point {
  display: grid;
  grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr);
  gap: clamp(2rem,6vw,7rem);
  align-items: center;
}
.sg-big-eater {
  background: #fff;
  color: #111;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0,0,0,.13);
}
.sg-big-eater img {
  display: block;
  width: 100%;
  max-height: 700px;
  object-fit: contain;
}

/* Refinement */
.sg-refine .sg-copy { margin-bottom: 3rem; }
.sg-refine .sg-evidence {
  max-width: 1400px;
  margin: 0 auto;
}

/* Type */
.sg-type {
  display: grid;
  grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr);
  gap: clamp(2rem,5vw,6rem);
  align-items: center;
}

/* Applications */
.sg-applications .sg-copy { margin-bottom: 3rem; }
.sg-application-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 1rem;
  align-items: start;
}
.sg-application-grid__small { grid-column: 1; }
.sg-application-grid__large { grid-column: 2; }
.sg-application-grid figure {
  background: transparent;
  color: #111;
  border-radius: 4px;
  overflow: hidden;
}
.sg-application-grid img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: unset;
  background: transparent;
}

/* Result */
.sg-result {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(320px,1.1fr);
  gap: clamp(2rem,6vw,7rem);
  align-items: center;
}
.sg-result__copy { max-width: 720px; }
.sg-result__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
}
.sg-result__logo img {
  width: min(100%, 620px);
  max-height: 720px;
  object-fit: contain;
  display: block;
}
.silly-goose-page .continue-exploring { background: #0b0b0b; color: #fff; }

@media (max-width: 980px) {
  .silly-goose-page .silly-goose-hero > img {
    width: min(50vw, 560px);
    right: -2%;
  }
  .silly-goose-page .silly-goose-hero .project-hero__copy { width: 62%; }
  .sg-position,
  .sg-turning-point,
  .sg-type,
  .sg-result { grid-template-columns: 1fr; }
  .sg-character-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .sg-application-grid { grid-template-columns: 1fr; }
  .sg-application-grid img { min-height: 0; max-height: none; }
  .sg-result__logo { min-height: 0; }
}

@media (max-width: 760px) {
  .silly-goose-page .silly-goose-hero {
    min-height: 760px;
    align-items: start;
  }
  .silly-goose-page .silly-goose-hero > img {
    top: auto;
    right: 3%;
    bottom: -2%;
    width: 92%;
    height: 58%;
    object-position: center bottom;
  }
  .silly-goose-page .silly-goose-hero::after {
    background: linear-gradient(180deg, rgba(8,19,25,1) 0%, rgba(8,19,25,.96) 39%, rgba(8,19,25,.35) 60%, rgba(8,19,25,.08) 100%);
  }
  .silly-goose-page .silly-goose-hero .project-hero__copy {
    width: 100%;
    padding: 5.5rem 1.5rem 1.5rem;
  }
  .silly-goose-page .silly-goose-hero .project-hero__copy h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }
  .sg-overview,
  .sg-section,
  .sg-result {
    padding: 4rem 1.5rem;
  }
  .sg-overview { grid-template-columns: 1fr; gap: 2rem; }
  .sg-overview__sketch { grid-column: auto; }
  .sg-character-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sg-character-grid figure:last-child { grid-column: 1 / -1; max-width: 50%; }
  .sg-copy h2,
  .sg-overview h2,
  .sg-result h2 { font-size: clamp(2.2rem, 12vw, 3.7rem); }
}


/* SELECTED WORK — keep snap points aligned with the shared content inset.
   Without scroll-padding Safari can snap long rows past their visual left padding. */
.selected-work-page .browse-track {
  scroll-padding-inline-start: clamp(1.25rem, 5vw, 5rem);
}

/* =========================================================
   HANES X-TEMP — SELECTED WORK
   Scoped continuation of the established Selected Work system.
   Revised 2026-08-08: boards first, motion last.
   ========================================================= */
.hanes-page {
  --hanes-paper: #eee9df;
  --hanes-ink: #111111;
  --hanes-dark: #0b0b0b;
  --hanes-dark-2: #151515;
  --hanes-line-dark: rgba(255,255,255,.18);
  background: var(--hanes-dark);
  color: #fff;
  padding-bottom: 0;
}
.hanes-page figure,
.hanes-page blockquote { margin: 0; }
.hanes-page figcaption {
  padding: 12px 15px 14px;
  font-size: .82rem;
  line-height: 1.45;
  color: rgba(255,255,255,.72);
  background: #0d0d0d;
}
.hanes-page .project-hero__copy { max-width: 760px; }
.hanes-page .project-hero__copy > p:last-child { max-width: 610px; }
.hanes-page .eyebrow { color: var(--red); }

.hanes-overview {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0,1.28fr) minmax(300px,.72fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: start;
  background: var(--hanes-dark);
}
.hanes-overview__intro { max-width: 820px; }
.hanes-overview h2,
.hanes-copy h2 {
  margin: .35rem 0 1.45rem;
  max-width: 15ch;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: .91;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.hanes-overview__lead {
  margin: 0 0 1.15rem;
  max-width: 760px;
  font-size: clamp(1.2rem, 2.05vw, 1.9rem);
  line-height: 1.35;
  font-weight: 700;
}
.hanes-overview__intro > p:last-child,
.hanes-copy p:not(.eyebrow) {
  max-width: 700px;
  font-size: clamp(.98rem, 1.2vw, 1.08rem);
  line-height: 1.62;
}
.hanes-facts {
  margin: .25rem 0 0;
  border-top: 2px solid #fff;
}
.hanes-facts div {
  padding: .78rem 0 .9rem;
  border-bottom: 1px solid var(--hanes-line-dark);
}
.hanes-facts dt {
  margin-bottom: .22rem;
  color: var(--red);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hanes-facts dd {
  margin: 0;
  color: #f0f0f0;
  font-size: .92rem;
  line-height: 1.42;
  font-weight: 700;
}

.hanes-section,
.hanes-result {
  padding: clamp(4.75rem, 8.5vw, 8.5rem) clamp(1.5rem, 7vw, 7rem);
}
.hanes-section--paper {
  background: var(--hanes-paper);
  color: var(--hanes-ink);
}
.hanes-section--dark,
.hanes-result {
  background: var(--hanes-dark-2);
  color: #fff;
}
.hanes-section__inner,
.hanes-result__inner,
.hanes-copy--wide,
.hanes-board-stack,
.hanes-video-grid {
  width: min(1360px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.hanes-section__inner {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(420px,1.22fr);
  gap: clamp(2.5rem, 6vw, 6.5rem);
  align-items: center;
}
.hanes-section__inner--reverse {
  grid-template-columns: minmax(420px,1.22fr) minmax(0,.78fr);
}
.hanes-copy { max-width: 720px; }
.hanes-copy--wide {
  max-width: 920px;
  margin-bottom: clamp(2.3rem, 5vw, 4.6rem);
}
.hanes-section--paper .hanes-copy p:not(.eyebrow) { color: #34312c; }
.hanes-section--dark .hanes-copy p:not(.eyebrow),
.hanes-result .hanes-copy p:not(.eyebrow) { color: #d2d2d2; }
.hanes-copy p + p { margin-top: 1rem; }

/* Storyboards lead the page. */
.hanes-boards { background: var(--hanes-paper); }
.hanes-board-stack {
  display: grid;
  gap: clamp(1.2rem, 2.4vw, 2rem);
}
.hanes-board-stack figure,
.hanes-story-image,
.hanes-video-frame {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 52px rgba(0,0,0,.22);
}
.hanes-board-stack figure { background: #fff; }
.hanes-board-stack img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

/* Two story sections explain what the boards are solving. */
.hanes-section__inner--story {
  grid-template-columns: minmax(0,.72fr) minmax(460px,1.28fr);
}
.hanes-section__inner--reverse.hanes-section__inner--story {
  grid-template-columns: minmax(460px,1.28fr) minmax(0,.72fr);
}
.hanes-story-image {
  background: #111;
}
.hanes-story-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hanes-performance {
  background: #101010;
}
.hanes-performance .hanes-copy--wide {
  margin-bottom: 0;
}

/* Motion is deliberately held until the end. */
.hanes-motion { background: var(--hanes-paper); }
.hanes-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(1.2rem, 2.4vw, 2rem);
  align-items: start;
}
.hanes-video-frame {
  background: #0d0d0d;
}
.hanes-video-frame video,
.hanes-ispot-embed {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.hanes-ispot-embed {
  position: relative;
  overflow: hidden;
}
.hanes-ispot-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hanes-video-frame--broadcast {
  grid-column: 1 / -1;
  width: min(980px, 100%);
  justify-self: center;
}

.hanes-result { background: #0b0b0b; }
.hanes-result__inner {
  padding-top: clamp(.5rem, 1vw, 1rem);
  padding-bottom: clamp(.5rem, 1vw, 1rem);
}
.hanes-result .hanes-copy--wide { margin-bottom: 0; }
.hanes-page .continue-exploring {
  background: var(--hanes-paper);
  color: var(--hanes-ink);
}
.hanes-page .continue-card { color: #fff; }

@media (max-width: 980px) {
  .hanes-overview,
  .hanes-section__inner,
  .hanes-section__inner--reverse,
  .hanes-section__inner--story,
  .hanes-section__inner--reverse.hanes-section__inner--story {
    grid-template-columns: 1fr;
  }
  .hanes-overview { gap: 2.75rem; }
  .hanes-copy h2,
  .hanes-overview h2 { max-width: 18ch; }
}

@media (max-width: 700px) {
  .hanes-overview,
  .hanes-section,
  .hanes-result {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
  .hanes-video-grid { grid-template-columns: 1fr; }
  .hanes-video-frame--broadcast { grid-column: auto; }
  .hanes-overview h2,
  .hanes-copy h2 {
    font-size: clamp(2.25rem, 12vw, 3.7rem);
  }
  .hanes-overview__lead {
    font-size: clamp(1.2rem, 6vw, 1.65rem);
  }
}
/* =========================================================
   MARYLAND DMV — SELECTED WORK DEEP PAGE 2026-08-11
   Scoped to the Narrative Design page. Shared Selected Work
   header, footer, project-shell, and continue-exploring rules
   remain untouched.
   ========================================================= */
.maryland-dmv-page {
  --mdmv-paper: #eee9df;
  --mdmv-paper-2: #f6f2ea;
  --mdmv-dark: #0b0b0b;
  --mdmv-dark-2: #151515;
  --mdmv-line: rgba(255,255,255,.16);
  background: var(--mdmv-dark);
  color: #fff;
  padding-bottom: 0;
}

.maryland-dmv-page figure { margin: 0; }
.maryland-dmv-page .eyebrow { color: var(--red); }

.maryland-dmv-page .project-hero {
  min-height: min(78vh, 840px);
  align-items: center;
  background: #0a0a09;
}
.maryland-dmv-page .project-hero > img {
  object-position: 50% 47%;
  filter: brightness(.62) saturate(.88) contrast(1.04);
}
.maryland-dmv-page .project-hero::after {
  background:
    linear-gradient(90deg, rgba(7,7,6,.94) 0%, rgba(7,7,6,.78) 31%, rgba(7,7,6,.28) 58%, rgba(7,7,6,.04) 100%),
    linear-gradient(180deg, transparent 58%, #0b0b0b 100%);
}
.maryland-dmv-page .project-hero__copy {
  max-width: 720px;
  padding-left: clamp(28px, 7vw, 108px);
}
.maryland-dmv-page .project-hero__copy h1 {
  color: #fff;
  max-width: 11ch;
}
.maryland-dmv-page .project-hero__copy > p:last-child {
  color: rgba(255,255,255,.92);
  max-width: 560px;
  font-weight: 700;
}

.mdmv-section {
  padding: clamp(66px, 8vw, 116px) clamp(1.5rem, 7vw, 7rem);
}
.mdmv-inner {
  width: min(1360px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.mdmv-section--paper {
  background: var(--mdmv-paper);
  color: var(--ink);
}
.mdmv-section--dark {
  background: var(--mdmv-dark);
  color: #fff;
}
.mdmv-section--charcoal {
  background: var(--mdmv-dark-2);
  color: #fff;
}
.mdmv-copy {
  max-width: 760px;
}
.mdmv-copy--wide {
  max-width: 960px;
}
.mdmv-copy h2 {
  margin: .35rem 0 1.35rem;
  font-size: clamp(2.2rem, 4.5vw, 4.7rem);
  line-height: .93;
  letter-spacing: -.05em;
}
.mdmv-copy p:not(.eyebrow) {
  max-width: 700px;
  font-size: clamp(1rem, 1.22vw, 1.15rem);
  line-height: 1.58;
}
.mdmv-section--dark .mdmv-copy p:not(.eyebrow),
.mdmv-section--charcoal .mdmv-copy p:not(.eyebrow) {
  color: rgba(255,255,255,.78);
}
.mdmv-emphasis {
  margin-top: 1.25rem !important;
  padding-left: 1rem;
  border-left: 3px solid var(--red);
  font-weight: 800;
}

.mdmv-assignment__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}
.mdmv-facts {
  margin: 0;
  border-top: 3px solid var(--ink);
}
.mdmv-facts > div {
  padding: 14px 0 15px;
  border-bottom: 1px solid rgba(18,18,15,.18);
}
.mdmv-facts dt {
  margin-bottom: 4px;
  color: var(--red);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.mdmv-facts dd {
  margin: 0;
  font-size: .95rem;
  line-height: 1.4;
  font-weight: 700;
}

.mdmv-concept__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
  gap: clamp(38px, 6vw, 84px);
  align-items: center;
}
.mdmv-script {
  width: min(640px, 100%);
  justify-self: end;
  background: #d7d0c3;
  padding: clamp(10px, 1.5vw, 18px);
  border: 1px solid rgba(255,255,255,.12);
}
.mdmv-script img {
  display: block;
  width: 100%;
  height: auto;
  background: #f5f0e6;
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}

.mdmv-board-intro {
  margin-bottom: clamp(38px, 5vw, 64px);
}
.mdmv-sequence {
  margin-top: clamp(52px, 7vw, 94px);
}
.mdmv-sequence:first-of-type { margin-top: 0; }
.mdmv-sequence__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(18,18,15,.18);
  margin-bottom: 20px;
}
.mdmv-sequence__head h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  letter-spacing: -.035em;
}
.mdmv-sequence__head span {
  color: #6a665e;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mdmv-sequence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.mdmv-sequence-grid figure {
  overflow: hidden;
  background: #171717;
  border-radius: 8px;
}
.mdmv-sequence-grid figure.mdmv-wide {
  grid-column: 1 / -1;
}
.mdmv-sequence-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.mdmv-sequence-grid figcaption {
  padding: 10px 13px 12px;
  color: rgba(255,255,255,.70);
  font-size: .76rem;
  line-height: 1.4;
}

.mdmv-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-top: clamp(30px, 5vw, 54px);
}
.mdmv-detail-grid figure {
  overflow: hidden;
  background: #090909;
  border: 1px solid rgba(255,255,255,.12);
}
.mdmv-detail-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.mdmv-detail-grid figcaption {
  padding: 11px 13px 13px;
  color: rgba(255,255,255,.70);
  font-size: .76rem;
  line-height: 1.42;
}
.mdmv-detail-grid figure:nth-child(1) img { object-position: center 58%; }
.mdmv-detail-grid figure:nth-child(2) img { object-position: center 50%; }
.mdmv-detail-grid figure:nth-child(3) img { object-position: center 48%; }

.mdmv-result__inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}
.mdmv-result__line {
  color: var(--ink);
  font-size: clamp(2.1rem, 4.2vw, 4.7rem);
  line-height: .9;
  letter-spacing: -.055em;
  font-weight: 900;
  text-transform: uppercase;
}

.maryland-dmv-page .continue-exploring {
  background: #0b0b0b;
  color: #fff;
}

@media (max-width: 900px) {
  .mdmv-assignment__inner,
  .mdmv-concept__inner,
  .mdmv-result__inner {
    grid-template-columns: 1fr;
  }
  .mdmv-script {
    width: min(620px, 100%);
    justify-self: start;
  }
  .mdmv-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .maryland-dmv-page .project-hero {
    min-height: 70vh;
    align-items: end;
  }
  .maryland-dmv-page .project-hero > img {
    object-position: 58% center;
  }
  .maryland-dmv-page .project-hero::after {
    background: linear-gradient(180deg, rgba(5,5,5,.06) 0%, rgba(5,5,5,.36) 40%, rgba(5,5,5,.95) 82%, #0b0b0b 100%);
  }
  .maryland-dmv-page .project-hero__copy {
    width: 100%;
    padding: 150px 22px 48px;
  }
  .mdmv-section {
    padding-left: 22px;
    padding-right: 22px;
  }
  .mdmv-sequence-grid {
    grid-template-columns: 1fr;
  }
  .mdmv-sequence-grid figure.mdmv-wide {
    grid-column: auto;
  }
  .mdmv-sequence__head {
    display: block;
  }
  .mdmv-sequence__head span {
    display: block;
    margin-top: 8px;
  }
  .mdmv-result__line {
    font-size: clamp(2.1rem, 12vw, 4rem);
  }
}

/* =========================================================
   BARILLA — SELECTED WORK DEEP PAGE 2026-08-11
   Compact Narrative Design page. Vertical storyboard frames
   retain their native social-video proportions inside the
   Hanes-era constrained content envelope.
   ========================================================= */
.barilla-page {
  --barilla-paper: #eee9df;
  --barilla-paper-2: #f6f2ea;
  --barilla-dark: #0b0b0b;
  --barilla-dark-2: #151515;
  --barilla-line-dark: rgba(255,255,255,.16);
  background: var(--barilla-dark);
  color: #fff;
  padding-bottom: 0;
}
.barilla-page figure { margin: 0; }
.barilla-page .eyebrow { color: var(--red); }
.barilla-page .project-hero {
  min-height: min(76vh, 820px);
  align-items: center;
  background: #0a0a0a;
}
.barilla-page .project-hero > img {
  object-position: 50% 48%;
  filter: brightness(.66) saturate(.78) contrast(1.05);
}
.barilla-page .project-hero::after {
  background: linear-gradient(90deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.78) 40%, rgba(5,5,5,.28) 70%, rgba(5,5,5,.08) 100%);
}
.barilla-page .project-hero__copy {
  width: min(760px, 58%);
  max-width: 760px;
}
.barilla-page .project-hero__copy > p:last-child { max-width: 610px; }

.barilla-overview,
.barilla-section__inner,
.barilla-result__inner {
  width: min(1360px, calc(100vw - clamp(44px, 10vw, 152px)));
  margin-left: auto;
  margin-right: auto;
}
.barilla-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(280px, .68fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: start;
  padding: clamp(62px, 7vw, 96px) 0;
}
.barilla-overview__intro { max-width: 820px; }
.barilla-overview h2,
.barilla-copy h2,
.barilla-result h2 {
  margin: .35rem 0 1.2rem;
  max-width: 15ch;
  font-size: clamp(2.05rem, 3.6vw, 3.35rem);
  line-height: .96;
  letter-spacing: -.045em;
}
.barilla-overview__lead,
.barilla-copy p:not(.eyebrow),
.barilla-result p:not(.eyebrow) {
  font-size: clamp(.98rem, 1.12vw, 1.12rem);
  line-height: 1.58;
}
.barilla-overview__lead { max-width: 690px; }
.barilla-facts {
  margin: 0;
  border-top: 3px solid rgba(255,255,255,.82);
}
.barilla-facts > div {
  padding: 14px 0 15px;
  border-bottom: 1px solid var(--barilla-line-dark);
}
.barilla-facts dt {
  margin-bottom: 4px;
  color: var(--red);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.barilla-facts dd {
  margin: 0;
  color: #fff;
  font-size: .92rem;
  line-height: 1.4;
  font-weight: 700;
}

.barilla-section {
  padding: clamp(64px, 8vw, 108px) 0;
}
.barilla-section--paper {
  background: var(--barilla-paper);
  color: var(--ink);
}
.barilla-section--paper-2 {
  background: var(--barilla-paper-2);
  color: var(--ink);
}
.barilla-section--dark {
  background: var(--barilla-dark);
  color: #fff;
}
.barilla-section--charcoal {
  background: var(--barilla-dark-2);
  color: #fff;
}
.barilla-copy { max-width: 760px; }
.barilla-copy--wide {
  max-width: 850px;
  margin-bottom: clamp(30px, 4vw, 50px);
}
.barilla-section--dark .barilla-copy p:not(.eyebrow),
.barilla-section--charcoal .barilla-copy p:not(.eyebrow) {
  color: rgba(255,255,255,.78);
}

.barilla-sequence {
  margin-top: clamp(30px, 4vw, 48px);
}
.barilla-sequence:first-of-type { margin-top: 0; }
.barilla-sequence__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(18,18,15,.20);
}
.barilla-section--dark .barilla-sequence__head,
.barilla-section--charcoal .barilla-sequence__head {
  border-bottom-color: rgba(255,255,255,.18);
}
.barilla-sequence__head h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  letter-spacing: -.035em;
}
.barilla-sequence__head span {
  color: var(--muted);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.barilla-section--dark .barilla-sequence__head span,
.barilla-section--charcoal .barilla-sequence__head span {
  color: rgba(255,255,255,.55);
}
.barilla-frame-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
}
.barilla-frame-grid figure {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18,18,15,.14);
}
.barilla-section--dark .barilla-frame-grid figure,
.barilla-section--charcoal .barilla-frame-grid figure {
  background: #080808;
  border-color: rgba(255,255,255,.14);
}
.barilla-frame-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #fff;
}
.barilla-frame-grid figcaption {
  padding: 10px 12px 12px;
  color: #57534b;
  font-size: .72rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-top: 1px solid rgba(18,18,15,.12);
}
.barilla-section--dark .barilla-frame-grid figcaption,
.barilla-section--charcoal .barilla-frame-grid figcaption {
  color: rgba(255,255,255,.67);
  border-top-color: rgba(255,255,255,.12);
}

.barilla-composition__inner {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
}
.barilla-composition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.barilla-composition-grid figure {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255,255,255,.12);
}
.barilla-composition-grid img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
}

.barilla-result {
  background: var(--barilla-paper);
  color: var(--ink);
  padding: clamp(68px, 8vw, 112px) 0;
}
.barilla-result__inner {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}
.barilla-result__figure {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18,18,15,.14);
  max-width: 470px;
  justify-self: center;
}
.barilla-result__figure img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
}
.barilla-result__line {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 3px solid var(--red);
  font-weight: 800;
}
.barilla-page .continue-exploring {
  background: var(--barilla-dark);
  color: #fff;
}

@media (max-width: 900px) {
  .barilla-overview,
  .barilla-composition__inner,
  .barilla-result__inner {
    grid-template-columns: 1fr;
  }
  .barilla-frame-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .barilla-result__figure { justify-self: start; }
}

@media (max-width: 640px) {
  .barilla-page .project-hero {
    min-height: 70vh;
    align-items: end;
  }
  .barilla-page .project-hero::after {
    background: linear-gradient(180deg, rgba(5,5,5,.08) 0%, rgba(5,5,5,.32) 42%, rgba(5,5,5,.94) 82%, #0b0b0b 100%);
  }
  .barilla-page .project-hero__copy {
    width: 100%;
    padding: 150px 22px 48px;
  }
  .barilla-overview,
  .barilla-section__inner,
  .barilla-result__inner {
    width: calc(100vw - 44px);
  }
  .barilla-frame-grid,
  .barilla-composition-grid {
    grid-template-columns: 1fr;
  }
  .barilla-sequence__head {
    display: block;
  }
  .barilla-sequence__head span {
    display: block;
    margin-top: 7px;
  }
}

/* =========================================================
   400 CONEJOS — SELECTED WORK DEEP PAGE 2026-08-11
   Compact Narrative Design page. Four campaign concepts keep
   distinct tonal identities inside the shared 1360px content
   envelope established on Hanes / Maryland / Barilla.
   ========================================================= */
.conejos-page {
  --conejos-paper: #eee9df;
  --conejos-paper-2: #f6f2ea;
  --conejos-dark: #0b0b0b;
  --conejos-charcoal: #151515;
  --conejos-line: rgba(255,255,255,.15);
  background: var(--conejos-dark);
  color: #fff;
  padding-bottom: 0;
}
.conejos-page figure { margin: 0; }
.conejos-page .eyebrow { color: var(--red); }
.conejos-page .project-hero {
  min-height: min(76vh, 820px);
  align-items: center;
  background: #090909;
}
.conejos-page .project-hero > img {
  object-position: 50% 45%;
  filter: brightness(.66) saturate(.78) contrast(1.08);
}
.conejos-page .project-hero::after {
  background: linear-gradient(90deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.80) 40%, rgba(5,5,5,.31) 70%, rgba(5,5,5,.08) 100%);
}
.conejos-page .project-hero__copy {
  width: min(760px, 58%);
  max-width: 760px;
}
.conejos-page .project-hero__copy > p:last-child { max-width: 620px; }

.conejos-overview,
.conejos-section__inner,
.conejos-result__inner {
  width: min(1360px, calc(100vw - clamp(44px, 10vw, 152px)));
  margin-left: auto;
  margin-right: auto;
}
.conejos-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(280px, .68fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: start;
  padding: clamp(62px, 7vw, 96px) 0;
}
.conejos-overview__intro { max-width: 820px; }
.conejos-overview h2,
.conejos-copy h2,
.conejos-result h2 {
  margin: .35rem 0 1.2rem;
  max-width: 15ch;
  font-size: clamp(2.05rem, 3.6vw, 3.35rem);
  line-height: .96;
  letter-spacing: -.045em;
}
.conejos-overview__lead,
.conejos-copy p:not(.eyebrow),
.conejos-result p:not(.eyebrow) {
  font-size: clamp(.98rem, 1.12vw, 1.12rem);
  line-height: 1.58;
}
.conejos-overview__lead { max-width: 710px; }
.conejos-facts {
  margin: 0;
  border-top: 3px solid rgba(255,255,255,.82);
}
.conejos-facts > div {
  padding: 14px 0 15px;
  border-bottom: 1px solid var(--conejos-line);
}
.conejos-facts dt {
  margin-bottom: 4px;
  color: var(--red);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.conejos-facts dd {
  margin: 0;
  color: #fff;
  font-size: .92rem;
  line-height: 1.4;
  font-weight: 700;
}

.conejos-section {
  padding: clamp(64px, 8vw, 108px) 0;
}
.conejos-section--paper {
  background: var(--conejos-paper);
  color: var(--ink);
}
.conejos-section--paper-2 {
  background: var(--conejos-paper-2);
  color: var(--ink);
}
.conejos-section--dark {
  background: var(--conejos-dark);
  color: #fff;
}
.conejos-section--charcoal {
  background: var(--conejos-charcoal);
  color: #fff;
}
.conejos-copy { max-width: 800px; }
.conejos-copy--wide {
  max-width: 870px;
  margin-bottom: clamp(30px, 4vw, 50px);
}
.conejos-section--dark .conejos-copy p:not(.eyebrow),
.conejos-section--charcoal .conejos-copy p:not(.eyebrow) {
  color: rgba(255,255,255,.79);
}

.conejos-chapter__head {
  display: grid;
  grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(26px, 4vw, 42px);
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(18,18,15,.20);
}
.conejos-section--dark .conejos-chapter__head,
.conejos-section--charcoal .conejos-chapter__head {
  border-bottom-color: rgba(255,255,255,.18);
}
.conejos-chapter__head h2 {
  margin: .3rem 0 0;
  max-width: 10ch;
  font-size: clamp(2rem, 3.45vw, 3.25rem);
  line-height: .95;
  letter-spacing: -.045em;
}
.conejos-chapter__head p:last-child {
  max-width: 680px;
  margin: 0;
  font-size: clamp(.96rem, 1.08vw, 1.08rem);
  line-height: 1.58;
}
.conejos-section--dark .conejos-chapter__head p:last-child,
.conejos-section--charcoal .conejos-chapter__head p:last-child {
  color: rgba(255,255,255,.78);
}

.conejos-frame-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
  align-items: start;
}
.conejos-frame-grid figure {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18,18,15,.14);
}
.conejos-section--dark .conejos-frame-grid figure,
.conejos-section--charcoal .conejos-frame-grid figure {
  background: #080808;
  border-color: rgba(255,255,255,.14);
}
.conejos-frame-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
.conejos-frame-grid figcaption {
  padding: 10px 12px 12px;
  color: #57534b;
  font-size: .70rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-top: 1px solid rgba(18,18,15,.12);
}
.conejos-section--dark .conejos-frame-grid figcaption,
.conejos-section--charcoal .conejos-frame-grid figcaption {
  color: rgba(255,255,255,.67);
  border-top-color: rgba(255,255,255,.12);
}

.conejos-result {
  background: var(--conejos-dark);
  color: #fff;
  padding: clamp(68px, 8vw, 112px) 0;
}
.conejos-result__inner {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}
.conejos-result__line {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2rem, 3.5vw, 3.4rem) !important;
  font-weight: 900;
  line-height: .98 !important;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.conejos-page .continue-exploring {
  background: var(--conejos-paper);
  color: var(--ink);
}

@media (max-width: 980px) {
  .conejos-overview,
  .conejos-result__inner,
  .conejos-chapter__head {
    grid-template-columns: 1fr;
  }
  .conejos-frame-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .conejos-chapter__head { align-items: start; }
}

@media (max-width: 640px) {
  .conejos-page .project-hero {
    min-height: 70vh;
    align-items: end;
  }
  .conejos-page .project-hero::after {
    background: linear-gradient(180deg, rgba(5,5,5,.08) 0%, rgba(5,5,5,.34) 42%, rgba(5,5,5,.95) 82%, #0b0b0b 100%);
  }
  .conejos-page .project-hero__copy {
    width: 100%;
    padding: 150px 22px 48px;
  }
  .conejos-overview,
  .conejos-section__inner,
  .conejos-result__inner {
    width: calc(100vw - 44px);
  }
  .conejos-frame-grid { grid-template-columns: 1fr; }
}
