:root {
  color-scheme: light;
  --wall: #f4f0e8;
  --gallery-white: #faf8f3;
  --stone: #d8d0c2;
  --charcoal: #171614;
  --muted-ink: #3b3833;
  --brass: #a67c3d;
  --deep-olive: #4f5a45;
  --museum-red: #8f1d18;
  --paper: var(--wall);
  --beige: #ebe4d8;
  --canvas: var(--stone);
  --olive: var(--deep-olive);
  --card: var(--gallery-white);
  --content-narrow: 720px;
  --content-standard: 1040px;
  --content-wide: 1280px;
  --shadow-soft: 0 12px 26px rgba(23, 22, 20, 0.055);
  --surface-tint: rgba(255, 255, 255, 0.26);
  --label-dark: rgba(23, 22, 20, 0.94);
  --line-soft: rgba(23, 22, 20, 0.12);
  --marble-light: url("../images/marbletextures/whitegreymarble.jpg");
  --marble-warm: url("../images/marbletextures/whitegreygoldmarble.jpg");
  --marble-green: url("../images/marbletextures/lightgreenmarble.jpg");
  --marble-green-vertical: url("../images/marbletextures/lightgreenmarblevertical.jpg");
  --marble-dark: url("../images/marbletextures/darkgreenmarble.jpg");
  --marble-dark-square: url("../images/marbletextures/darkgreenmarblesquare.jpg");
  --marble-surface:
    linear-gradient(180deg, rgba(250, 250, 247, 0.82), rgba(250, 250, 247, 0.58)),
    var(--marble-light);
  --marble-green-surface:
    linear-gradient(135deg, rgba(250, 250, 247, 0.62), rgba(216, 232, 205, 0.42)),
    var(--marble-green);
  --marble-green-accent:
    linear-gradient(135deg, rgba(250, 250, 247, 0.32), rgba(174, 202, 158, 0.18)),
    var(--marble-green);
  --marble-dark-surface:
    linear-gradient(135deg, rgba(13, 17, 15, 0.92), rgba(33, 44, 35, 0.86)),
    var(--marble-dark-square);
}

/* Museum-modern identity layer
   Centralizes the refined institutional system across all existing pages. */
html {
  background: var(--wall);
}

body {
  background:
    linear-gradient(180deg, rgba(250, 248, 243, 0.2), rgba(244, 240, 232, 0.86)),
    var(--wall);
  color: var(--charcoal);
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.58;
}

body::before {
  opacity: 0.42;
  background-image:
    linear-gradient(90deg, rgba(216, 208, 194, 0.36) 1px, transparent 1px),
    linear-gradient(180deg, rgba(216, 208, 194, 0.24) 1px, transparent 1px),
    radial-gradient(circle at 84% 10%, rgba(166, 124, 61, 0.12), transparent 20rem);
  background-size: 72px 72px, 72px 72px, auto;
  mix-blend-mode: multiply;
}

body::after {
  opacity: 0.032;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(23, 22, 20, 0.65) 0.35px, transparent 0.55px),
    radial-gradient(circle at 80% 30%, rgba(23, 22, 20, 0.45) 0.3px, transparent 0.5px);
}

.font-serif,
.hero-title,
.hero-role-title,
.section-title,
.exhibit-title,
.exhibit-card-title,
.glimpse-title,
.strategy-plaque-item dd strong,
.closet-plaque h2,
.research-stat-value,
.proof-card span,
.nba-stat-card span,
.dove-stat-card span,
.dove-interpretation,
h1,
h2,
h3 {
  font-family: "Libre Baskerville", Georgia, serif !important;
  letter-spacing: 0;
}

.font-sans,
body,
button,
input,
textarea,
select,
.museum-label,
.eyebrow,
.nav-link,
.mobile-nav-link,
.museum-link,
.deck-link-button,
figcaption,
.exhibit-card-meta,
.exhibit-card-number,
.contact-link-label {
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.site-shell {
  overflow: clip;
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), rgba(166, 124, 61, 0.08) 50%, transparent calc(50% + 1px)),
    radial-gradient(circle at 8% 92%, rgba(79, 90, 69, 0.08), transparent 18rem);
}

.top-nav {
  border-bottom: 1px solid rgba(216, 208, 194, 0.95) !important;
  background: rgba(244, 240, 232, 0.92);
  backdrop-filter: blur(14px);
}

.top-nav > div:first-child {
  max-width: var(--content-wide);
  min-height: 4.25rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.top-nav a[href="index.html"]:first-child {
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  color: var(--charcoal) !important;
}

.top-nav a[href="index.html"]:first-child::after {
  content: " / Museum of Thought";
  color: rgba(59, 56, 51, 0.58);
  font-weight: 500;
}

.top-nav nav {
  counter-reset: museum-nav;
  gap: clamp(1rem, 2vw, 2rem) !important;
}

.nav-link {
  counter-increment: museum-nav;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(59, 56, 51, 0.74) !important;
}

.nav-link::before {
  content: counter(museum-nav, decimal-leading-zero) " ";
  color: var(--brass);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 0.78em;
  letter-spacing: 0.04em;
}

.nav-link::after {
  bottom: -0.5rem;
  height: 1px;
  background: var(--museum-red);
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--charcoal) !important;
}

.mobile-menu-toggle {
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid var(--stone);
  border-radius: 0;
  background: var(--gallery-white);
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle[aria-expanded="true"] {
  background: #fffdf8;
}

[data-mobile-menu] {
  background: rgba(250, 248, 243, 0.96) !important;
  border-color: var(--stone) !important;
}

.mobile-nav-link {
  font-size: 0.82rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-ink) !important;
  border-color: rgba(216, 208, 194, 0.8) !important;
}

.mobile-nav-link:nth-child(1)::before { content: "01 "; color: var(--brass); }
.mobile-nav-link:nth-child(2)::before { content: "02 "; color: var(--brass); }
.mobile-nav-link:nth-child(3)::before { content: "03 "; color: var(--brass); }
.mobile-nav-link:nth-child(4)::before { content: "04 "; color: var(--brass); }

.gallery-section {
  padding: clamp(4.8rem, 8vw, 7.4rem) 0;
  overflow: hidden;
}

.gallery-section::after {
  height: 1px;
  bottom: 0;
  width: min(var(--content-wide), calc(100% - 3rem));
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background: rgba(216, 208, 194, 0.86);
}

.section-wash {
  opacity: 0.2;
  background-image:
    radial-gradient(circle at 86% 12%, rgba(166, 124, 61, 0.12), transparent 18rem),
    radial-gradient(circle at 12% 88%, rgba(79, 90, 69, 0.08), transparent 16rem);
  mix-blend-mode: multiply;
}

.eyebrow,
.museum-label,
.exhibit-top-back,
.exhibit-card-number,
.exhibit-card-meta,
figcaption,
.glimpse-meta,
.penguin-gallery-caption,
.ralph-gallery-caption,
.redbubble-gallery-card figcaption,
.contact-kicker,
.closet-status {
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--deep-olive) !important;
}

.museum-label::before,
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1px;
  margin-right: 0.65rem;
  vertical-align: middle;
  background: var(--brass);
}

.hero-section {
  min-height: calc(100vh - 4.25rem);
  padding-top: clamp(3rem, 7vw, 6.5rem) !important;
  padding-bottom: clamp(3rem, 7vw, 6.5rem) !important;
}

.hero-section::before {
  inset: 4.5rem 4vw auto auto;
  width: min(38vw, 30rem);
  height: min(68vh, 43rem);
  opacity: 0.22;
  border-left: 1px solid rgba(166, 124, 61, 0.24);
  border-right: 1px solid rgba(166, 124, 61, 0.14);
}

.hero-grid,
.top-nav > div,
.gallery-section > .mx-auto,
footer > div {
  max-width: var(--content-wide) !important;
}

.hero-title {
  max-width: 9ch;
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: 0.98;
  color: var(--charcoal) !important;
}

.hero-role-title {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
  color: var(--charcoal) !important;
}

.section-title {
  max-width: 12ch;
  font-size: clamp(3rem, 7.5vw, 6.75rem);
  line-height: 1;
  color: var(--charcoal) !important;
}

.exhibit-title {
  font-size: clamp(2.85rem, 6.8vw, 6.85rem);
  line-height: 1.02;
  color: var(--charcoal) !important;
}

p,
li,
dd,
.exhibit-card-payoff {
  color: rgba(59, 56, 51, 0.78);
}

.hero-section p[class*="leading"],
.gallery-section p[class*="leading"],
.soft-panel p,
.process-panel p {
  max-width: var(--content-narrow);
}

.museum-link,
.deck-link-button,
.execution-link {
  min-height: 2.75rem;
  padding: 0.75rem 1.05rem;
  border: 1px solid var(--charcoal);
  border-radius: 0;
  background: var(--charcoal);
  box-shadow: none;
  color: var(--gallery-white) !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.museum-link:hover,
.deck-link-button:hover,
.execution-link:hover {
  transform: translateY(-1px);
  border-color: var(--brass);
  background: var(--gallery-white);
  color: var(--charcoal) !important;
}

.museum-link[href*="artist"],
.exhibit-top-back,
[data-back-link] {
  background: transparent;
  color: var(--charcoal) !important;
  text-decoration: none;
}

.exhibit-card,
.strategy-plaque,
.soft-panel,
.process-panel,
.research-stat-card,
.small-callout,
.channel-card,
.deliverables-grid p,
.proof-card,
.whiskas-mini-card,
.whiskas-execution-card,
.whiskas-supporting-card,
.nba-research-copy,
.dove-research-point,
.closet-card,
.contact-link-card {
  border: 1px solid var(--stone);
  border-radius: 0;
  background: var(--gallery-white);
  box-shadow: none;
}

.soft-panel,
.process-panel {
  padding: clamp(1.25rem, 3vw, 2.4rem);
}

.exhibit-card {
  padding: 1.15rem;
  gap: 1rem;
}

.exhibit-card::before,
.strategy-plaque::before {
  height: 3px;
  background: linear-gradient(90deg, var(--brass), rgba(166, 124, 61, 0.18));
  opacity: 1;
}

.exhibit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.28rem;
  background-image: var(--marble-green-accent);
  background-size: cover;
  background-position: center;
  opacity: 0.78;
}

.exhibit-card:hover,
.exhibit-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--brass);
  box-shadow: 0 10px 28px rgba(23, 22, 20, 0.06);
}

.exhibit-card-media,
.exhibit-title-frame,
.dove-featured-execution,
.whiskas-preview-link,
.whiskas-supporting-preview,
.nba-execution-card,
.nba-gallery-card,
.redbubble-gallery-card,
.penguin-gallery-card,
.ralph-gallery-card,
.closet-card {
  position: relative;
}

.exhibit-card-media {
  min-height: 13rem;
  padding: 1rem;
  border: 1px solid rgba(216, 208, 194, 0.74);
  background: #fffdf8;
}

.exhibit-card-media img,
.exhibit-title-frame img,
.dove-featured-execution img,
.ralph-gallery-image,
.penguin-gallery-image,
.redbubble-gallery-image,
.nba-gallery-image,
.nba-execution-image,
.whiskas-execution-image,
.whiskas-supporting-image,
.closet-image,
.wardrobe-image,
.hobby-photo {
  border-radius: 0 !important;
}

.exhibit-card-media img,
.exhibit-title-frame img {
  padding: 0.65rem;
  border: 1px solid var(--charcoal);
  background: var(--gallery-white);
  box-shadow:
    0 0 0 8px #fffdf8,
    0 0 0 9px rgba(166, 124, 61, 0.48),
    0 18px 34px rgba(23, 22, 20, 0.08);
}

.exhibit-card-label {
  padding-top: 0.9rem;
  border-top: 1px solid var(--stone);
}

.exhibit-card-title {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.22;
  color: var(--charcoal);
}

.exhibit-card-meta {
  color: rgba(59, 56, 51, 0.62) !important;
}

.gallery-category {
  gap: 1.35rem;
  padding-top: 2rem;
  border-top: 1px solid var(--stone);
}

.gallery-category-heading {
  display: grid;
  grid-template-columns: minmax(7rem, 0.18fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 1rem;
}

.gallery-category-heading h2 {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(216, 208, 194, 0.86);
}

.exhibit-title-wall {
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding-top: clamp(1rem, 2vw, 2rem);
}

.exhibit-title-copy {
  max-width: 58rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--charcoal);
}

.exhibit-title-copy::after {
  content: "";
  display: block;
  width: min(100%, 42rem);
  height: 1px;
  margin-top: 1.5rem;
  background: var(--stone);
}

.exhibit-title-copy .eyebrow,
.exhibit-title-copy p,
.exhibit-title-copy h1,
.exhibit-title-copy h2,
.featured-card .eyebrow,
.featured-card h3,
.featured-card p,
.featured-card span {
  color: inherit !important;
}

.exhibit-title-copy p:last-child {
  color: rgba(59, 56, 51, 0.62) !important;
}

/* Final spacing correction for gallery/title walls. */
main > .gallery-section:first-child {
  padding-top: clamp(1.6rem, 3.5vw, 2.8rem) !important;
}

.gallery-section.pt-0 {
  padding-top: 0 !important;
}

.gallery-section.pt-2 {
  padding-top: 0.5rem !important;
}

/* Remove excess blank space above first gallery/title-wall content. */
main > .gallery-section:first-child {
  padding-top: clamp(1.6rem, 3.5vw, 2.8rem) !important;
}

.gallery-section.pt-0 {
  padding-top: 0 !important;
}

.gallery-section.pt-2 {
  padding-top: 0.5rem !important;
}

.exhibit-title-frame {
  padding: 1.1rem;
  border: 1px solid var(--stone);
  background: var(--gallery-white);
}

.exhibit-title-frame img {
  width: min(100%, 18rem);
}

.strategy-plaque {
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
}

.strategy-plaque-grid {
  gap: 0;
  border-top: 1px solid var(--stone);
  border-left: 1px solid var(--stone);
}

.strategy-plaque-item {
  padding: 0.85rem 0.95rem;
  border-right: 1px solid var(--stone);
  border-bottom: 1px solid var(--stone);
  border-top: 0;
}

.strategy-plaque-item dt {
  color: var(--deep-olive);
}

.strategy-plaque-item dd {
  color: var(--muted-ink);
}

.strategy-plaque-item dd strong {
  font-size: 1.05rem;
  color: var(--charcoal);
}

.process-panel,
.insight-block {
  border-left: 3px solid var(--brass);
  border-radius: 0;
}

.insight-block::before {
  display: none;
}

figcaption,
.penguin-gallery-caption,
.ralph-gallery-caption,
.redbubble-gallery-card figcaption,
.dove-featured-execution figcaption {
  margin-top: 0.65rem;
  color: rgba(59, 56, 51, 0.62) !important;
}

.dove-featured-execution,
.ralph-gallery-card,
.penguin-gallery-card,
.redbubble-gallery-card,
.nba-gallery-card,
.nba-execution-card {
  padding: 0.85rem;
  border: 1px solid var(--stone);
  background: var(--gallery-white);
}

.dove-featured-execution img,
.ralph-gallery-image,
.penguin-gallery-image,
.redbubble-gallery-image,
.nba-gallery-image,
.nba-execution-image,
.whiskas-execution-image,
.whiskas-supporting-image {
  border: 1px solid var(--charcoal);
  background: #fffdf8;
  box-shadow: none;
}

.dove-stat-card,
.nba-stat-card {
  border-radius: 0;
  border: 1px solid var(--stone);
  background: var(--gallery-white);
  box-shadow: none;
}

.dove-stat-card span,
.nba-stat-card span {
  color: var(--brass);
}

.wardrobe-archive {
  border-top: 1px solid var(--stone);
  border-bottom: 1px solid var(--stone);
  background:
    linear-gradient(180deg, rgba(244, 240, 232, 0.88), rgba(244, 240, 232, 0.76)),
    var(--marble-green);
}

.wardrobe-string {
  background: linear-gradient(180deg, rgba(166, 124, 61, 0.18), rgba(23, 22, 20, 0.42));
}

.wardrobe-image,
.closet-image,
.hobby-photo {
  padding: 0.55rem;
  border: 1px solid var(--stone);
  background: var(--gallery-white);
  box-shadow: none;
}

.closet-plaque,
.glimpse-label {
  border-radius: 0;
  background: var(--charcoal);
  box-shadow: none;
}

.contact-display {
  max-width: var(--content-narrow);
  border: 1px solid var(--stone);
  background:
    linear-gradient(180deg, rgba(250, 248, 243, 0.9), rgba(250, 248, 243, 0.78)),
    var(--marble-green);
  box-shadow: none;
}

.contact-link-card {
  border-radius: 0;
  background: var(--gallery-white);
}

.contact-link-card:hover {
  transform: translateY(-1px);
  border-color: var(--brass);
  opacity: 1;
  box-shadow: none;
}

.contact-link-value {
  color: var(--charcoal);
  text-decoration-color: rgba(166, 124, 61, 0.54);
}

footer {
  margin-top: 0 !important;
  border-top: 1px solid var(--stone);
  background: rgba(244, 240, 232, 0.94) !important;
}

footer > div {
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(59, 56, 51, 0.62);
}

@media (min-width: 768px) {
  .exhibit-card-grid {
    gap: 1.2rem;
  }

  .strategy-plaque-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .top-nav a[href="index.html"]:first-child::after {
    content: "";
  }

  .hero-title {
    font-size: clamp(3.4rem, 18vw, 5.8rem);
  }

  .section-title,
  .exhibit-title {
    font-size: clamp(2.6rem, 15vw, 4.4rem);
  }

  .gallery-section {
    padding: 4rem 0;
  }

  .gallery-category-heading {
    grid-template-columns: 1fr;
  }

  .strategy-plaque-grid {
    border-left: 0;
  }

  .strategy-plaque-item {
    border-left: 1px solid var(--stone);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: linear-gradient(120deg, var(--paper) 0%, var(--beige) 40%, var(--canvas) 100%);
  color: var(--charcoal);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  opacity: 0.58;
  background-image:
    radial-gradient(circle at 88% 14%, rgba(139, 163, 126, 0.16), transparent 22rem),
    radial-gradient(circle at 8% 68%, rgba(107, 112, 92, 0.08), transparent 20rem);
  background-size: auto;
  background-position: center;
  mix-blend-mode: multiply;
}

body::after {
  opacity: 0.045;
  z-index: -1;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(43, 43, 43, 0.35) 0.35px, transparent 0.55px),
    radial-gradient(circle at 80% 30%, rgba(43, 43, 43, 0.28) 0.3px, transparent 0.5px);
  background-size: 20px 20px, 28px 28px;
  mix-blend-mode: multiply;
}

::selection {
  background: rgba(107, 112, 92, 0.18);
}

.page-enter {
  animation: pageEnter 900ms ease both;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.top-nav {
  backdrop-filter: blur(8px);
  background: rgba(250, 250, 247, 0.82);
}

.nav-link {
  position: relative;
  transition: color 500ms ease, opacity 500ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.28rem;
  width: 100%;
  height: 1px;
  background: rgba(107, 112, 92, 0.75);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 500ms ease;
}

.nav-link:hover::after,
.nav-link[aria-current="page"]::after {
  transform: scaleX(1);
}

.mobile-menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.32rem;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transition: background 500ms ease, transform 500ms ease;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.5);
}

.mobile-menu-bar {
  width: 100%;
  height: 1px;
  background: rgba(43, 43, 43, 0.8);
  transform-origin: center;
  transition: transform 500ms ease, opacity 500ms ease, background 500ms ease;
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-bar:nth-child(1) {
  transform: translateY(0.42rem) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-bar:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-bar:nth-child(3) {
  transform: translateY(-0.42rem) rotate(-45deg);
}

.mobile-nav-link {
  padding: 0.95rem 0;
  transition: color 500ms ease;
}

.mobile-nav-link:hover,
.mobile-nav-link[aria-current="page"] {
  color: var(--olive);
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 6rem);
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 2rem 0 auto auto;
  width: min(46vw, 34rem);
  height: min(76vh, 46rem);
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(250, 250, 247, 0), rgba(250, 250, 247, 0.2)),
    var(--marble-green-vertical);
  background-size: cover;
  background-position: center;
  opacity: 0.34;
  filter: saturate(1.08) contrast(0.98);
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 22%, #000 82%, transparent);
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-portrait-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.portrait-card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: none;
}

.portrait-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.94) contrast(0.97) brightness(1.01);
}

.hero-frame-image {
  object-fit: contain;
  object-position: center center;
}

.hero-frame-card {
  overflow: visible;
  border-radius: 0;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.gallery-section {
  position: relative;
  padding: clamp(3rem, 5vw, 4.6rem) 0;
  overflow: hidden;
}

.gallery-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  height: 160px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(250, 250, 247, 0), rgba(250, 250, 247, 1));
}

.section-wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    radial-gradient(circle at 8% 15%, rgba(107, 112, 92, 0.08), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 34%),
    var(--marble-green);
  background-size: auto, auto, min(44rem, 86vw) auto;
  background-position: center, center, right top;
  mix-blend-mode: multiply;
}

.eyebrow {
  letter-spacing: 0.22em;
}

.gallery-section [class*="mb-10"][class*="md:mb-14"] {
  margin-bottom: clamp(1.75rem, 3vw, 2.35rem);
}

.gallery-section [class*="pt-10"][class*="md:pt-16"] {
  padding-top: clamp(1.85rem, 4vw, 2.75rem);
}

.gallery-section p[class*="mt-5"] {
  margin-top: 0.9rem;
}

.gallery-section p[class*="mt-6"] {
  margin-top: 1rem;
}

.section-title,
.hero-title,
.exhibit-title {
  letter-spacing: -0.01em;
}

.hero-title {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.1;
}

.exhibit-title {
  font-size: clamp(28px, 4.2vw, 50px);
  line-height: 1.08;
}

.hero-role-title {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.08;
}

.exhibit-title-wall {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.exhibit-title-copy {
  max-width: 48rem;
  padding: 1.35rem;
  border-radius: 1.45rem;
  background: rgba(18, 18, 18, 0.94);
  color: rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 12px 26px rgba(18, 18, 18, 0.08);
}

.exhibit-top-back {
  display: inline-flex;
  margin-bottom: 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(107, 112, 92, 0.9);
  transition: color 0.5s ease;
}

.exhibit-top-back:hover {
  color: var(--charcoal);
}

.exhibit-title-frame {
  display: flex;
  justify-content: center;
}

.exhibit-title-frame img {
  width: min(100%, 16rem);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(43, 43, 43, 0.05));
}

.section-title {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
}

.museum-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(107, 112, 92, 0.9);
}

.museum-link,
.deck-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.7rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(107, 112, 92, 0.24);
  background: rgba(250, 250, 247, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgba(74, 79, 63, 0.95);
  transition: background 0.45s ease, border-color 0.45s ease, color 0.45s ease, transform 0.45s ease;
}

.museum-link:hover,
.deck-link-button:hover {
  transform: translateY(-1px);
  border-color: rgba(107, 112, 92, 0.42);
  background-image: var(--marble-green-surface);
  background-size: cover;
  background-position: center;
  color: var(--charcoal);
}

.exhibit-card-grid {
  display: grid;
  gap: 1rem;
}

.exhibit-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.1rem;
  min-height: 100%;
  padding: 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(43, 43, 43, 0.08);
  background: rgba(250, 250, 247, 0.7);
  box-shadow: 0 12px 26px rgba(43, 43, 43, 0.045);
  color: inherit;
  text-decoration: none;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.exhibit-card:hover,
.exhibit-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(107, 112, 92, 0.24);
  box-shadow: 0 18px 34px rgba(43, 43, 43, 0.07);
}

.exhibit-card:focus-visible {
  outline: 2px solid rgba(107, 112, 92, 0.42);
  outline-offset: 0.35rem;
}

.exhibit-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 11rem;
}

.exhibit-card-media img {
  width: min(100%, 15.5rem);
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(0.98) contrast(0.99) brightness(1.01) drop-shadow(0 8px 14px rgba(43, 43, 43, 0.05));
}

.exhibit-card-label {
  display: grid;
  gap: 0.55rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(43, 43, 43, 0.09);
}

.exhibit-card-number,
.exhibit-card-meta {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(107, 112, 92, 0.9);
}

.exhibit-card-title {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: rgba(43, 43, 43, 0.95);
}

.exhibit-card-payoff {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(43, 43, 43, 0.68);
}

.gallery-category {
  display: grid;
  gap: 1.15rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line-soft);
}

.gallery-category + .gallery-category {
  margin-top: 2.25rem;
}

.gallery-category-heading {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.strategy-plaque {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(43, 43, 43, 0.1);
  background: rgba(250, 250, 247, 0.76);
  box-shadow: 0 14px 30px rgba(43, 43, 43, 0.05);
  padding: 1.25rem;
}

.strategy-plaque::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.42rem;
  background-image: var(--marble-green-accent);
  background-size: cover;
  background-position: center;
}

.strategy-plaque-grid {
  position: relative;
  display: grid;
  gap: 0.85rem;
}

.strategy-plaque-item {
  display: grid;
  gap: 0.28rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(43, 43, 43, 0.08);
}

.strategy-plaque-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.strategy-plaque-item dt {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(107, 112, 92, 0.94);
}

.strategy-plaque-item dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(43, 43, 43, 0.74);
}

.strategy-plaque-item dd strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.15;
  color: rgba(43, 43, 43, 0.95);
}

.soft-panel {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  background: var(--surface-tint);
  box-shadow: var(--shadow-soft);
  padding: 1.45rem;
}

.gallery-glimpse {
  display: grid;
  gap: 2rem;
}

.gallery-glimpse-piece {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hobby-link-card {
  color: inherit;
  text-decoration: none;
  transition: transform 500ms ease, filter 500ms ease;
}

.hobby-link-card:hover,
.hobby-link-card:focus-visible {
  transform: translateY(-4px);
  filter: saturate(1.04);
}

.hobby-link-card:focus-visible {
  outline: 2px solid rgba(107, 112, 92, 0.56);
  outline-offset: 0.55rem;
}

.gallery-glimpse-grid {
  display: grid;
  gap: 1.9rem 1.6rem;
}

.glimpse-frame {
  position: relative;
  width: min(100%, 18rem);
}

.glimpse-art {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(0.98) contrast(0.99) brightness(1.01) drop-shadow(0 8px 14px rgba(43, 43, 43, 0.05));
}

.glimpse-label {
  width: min(100%, 16.25rem);
  margin-top: -0.9rem;
  padding: 0.9rem 1.1rem 1rem;
  background: rgba(18, 18, 18, 0.94);
  color: rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(18, 18, 18, 0.08);
}

.glimpse-label-small {
  width: min(100%, 15.5rem);
  padding: 0.9rem 1.1rem 1rem;
}

.glimpse-meta {
  margin: 0;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.54);
}

.glimpse-title {
  margin: 0.28rem 0 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.glimpse-description {
  margin: 0.28rem 0 0;
  font-size: 0.78rem;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.68);
}

.featured-card {
  position: relative;
  padding: 1.35rem;
  background: rgba(18, 18, 18, 0.94);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 1.8rem;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 12px 26px rgba(18, 18, 18, 0.08);
  transform: none;
  transition: box-shadow 500ms ease;
}

.featured-card > div {
  min-height: 11.25rem;
  gap: 1.35rem;
}

.featured-card .space-y-5 > * + * {
  margin-top: 0.85rem;
}

.featured-card:hover {
  transform: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 16px 32px rgba(18, 18, 18, 0.1);
}

.exhibit-title-copy .eyebrow,
.featured-card .eyebrow {
  color: rgba(255, 255, 255, 0.56) !important;
}

.exhibit-title-copy h1,
.exhibit-title-copy h2,
.exhibit-title-copy .exhibit-title,
.featured-card h3,
.glimpse-title {
  color: rgba(255, 255, 255, 0.94) !important;
}

.exhibit-title-copy p,
.featured-card p {
  color: rgba(255, 255, 255, 0.68) !important;
}

.featured-card span {
  color: rgba(255, 255, 255, 0.52) !important;
}

.gallery-card-offset-a {
  transform: none;
}

.gallery-card-offset-b {
  transform: none;
}

.gallery-card-offset-c {
  transform: none;
}

.gallery-card-offset-d {
  transform: none;
}

.insight-block {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 1.95rem;
  border-radius: 1.7rem;
  background: rgba(107, 112, 92, 0.08);
  box-shadow: none;
}

.insight-block::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 2px;
  border-radius: 999px;
  background: rgba(107, 112, 92, 0.75);
}

.process-panel {
  padding: 1.2rem 1.25rem;
  border-radius: 1.6rem;
  background: var(--surface-tint);
  box-shadow: var(--shadow-soft);
}

.process-panel .eyebrow {
  margin-bottom: 0.75rem;
}

.case-study-flow {
  display: grid;
  gap: 1rem;
}

.case-study-duo {
  display: grid;
  gap: 1rem;
}

.brand-accent-panel {
  background:
    linear-gradient(135deg, rgba(255, 237, 240, 0.42), rgba(255, 248, 245, 0.18)),
    var(--surface-tint);
}

.research-stat-grid {
  display: grid;
  gap: 0.75rem;
}

.research-stat-card {
  padding: 0.85rem 0.9rem;
  border-radius: 1rem;
  background: rgba(250, 250, 247, 0.62);
  box-shadow: inset 0 0 0 1px rgba(107, 112, 92, 0.07);
}

.research-stat-value {
  display: block;
  margin-bottom: 0.2rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: rgba(43, 43, 43, 0.92);
}

.research-stat-copy {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(43, 43, 43, 0.7);
}

.penguin-insight-block {
  background:
    linear-gradient(135deg, rgba(255, 232, 236, 0.5), rgba(255, 247, 244, 0.22)),
    rgba(107, 112, 92, 0.06);
}

.small-callout {
  padding: 0.95rem 1rem 1rem;
  border-radius: 1.1rem;
  background: rgba(250, 250, 247, 0.46);
  box-shadow: inset 0 0 0 1px rgba(107, 112, 92, 0.08);
}

.small-callout p:last-child {
  margin: 0;
}

.social-system-grid {
  display: grid;
  gap: 1rem;
}

.platform-layer {
  padding: 0.2rem 0 0;
}

.platform-grid {
  display: grid;
  gap: 0.85rem;
}

.platform-grid p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(43, 43, 43, 0.72);
}

.platform-grid strong {
  font-weight: 600;
  color: rgba(43, 43, 43, 0.9);
}

.research-group-grid {
  display: grid;
  gap: 1rem;
}

.ralph-context-panel,
.ralph-research-panel {
  background:
    linear-gradient(135deg, rgba(34, 39, 35, 0.06), rgba(255, 255, 255, 0.18)),
    rgba(250, 250, 247, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(43, 43, 43, 0.06),
    0 10px 22px rgba(43, 43, 43, 0.035);
}

.case-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-list li {
  position: relative;
  padding-left: 1.05rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(43, 43, 43, 0.72);
}

.case-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: rgba(107, 112, 92, 0.78);
}

.ralph-path-flow {
  display: grid;
  gap: 0.9rem;
}

.strategy-path-card,
.strategy-line-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.45rem;
  padding: 1.25rem;
  background: rgba(250, 250, 247, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(43, 43, 43, 0.06),
    0 10px 22px rgba(43, 43, 43, 0.035);
}

.strategy-path-card::after {
  content: "";
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(107, 112, 92, 0), rgba(107, 112, 92, 0.34), rgba(107, 112, 92, 0));
}

.strategy-path-card .eyebrow,
.strategy-line-card .eyebrow {
  margin-bottom: 0.65rem;
}

.strategy-path-card h3,
.strategy-line-card h3 {
  margin: 0;
}

.strategy-path-card-dark,
.strategy-line-card {
  background:
    linear-gradient(135deg, rgba(16, 21, 19, 0.98), rgba(52, 58, 50, 0.94)),
    var(--charcoal);
  box-shadow: 0 16px 34px rgba(24, 28, 25, 0.16);
}

.strategy-line-card {
  padding: 1.55rem;
}

.channel-card-grid {
  display: grid;
  gap: 1rem;
}

.channel-card {
  padding: 1.25rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(250, 250, 247, 0.28)),
    rgba(250, 250, 247, 0.32);
  box-shadow:
    inset 0 0 0 1px rgba(43, 43, 43, 0.06),
    0 8px 18px rgba(43, 43, 43, 0.035);
}

.channel-card h3 {
  margin: 0 0 0.8rem;
}

.channel-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(43, 43, 43, 0.7);
}

.channel-card p + p {
  margin-top: 0.55rem;
}

.channel-card strong {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(107, 112, 92, 0.92);
}

.deliverables-grid {
  display: grid;
  gap: 0.75rem;
}

.deliverables-grid p {
  margin: 0;
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background: rgba(250, 250, 247, 0.48);
  box-shadow: inset 0 0 0 1px rgba(43, 43, 43, 0.06);
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(43, 43, 43, 0.72);
}

.deliverables-grid strong {
  display: block;
  margin-bottom: 0.18rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.15;
  color: rgba(43, 43, 43, 0.92);
}

.ralph-gallery-grid {
  display: grid;
  gap: 1rem;
}

.ralph-gallery-card {
  display: grid;
  gap: 0.72rem;
  margin: 0;
}

.ralph-gallery-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 12px 24px rgba(24, 28, 25, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
}

.ralph-gallery-card:hover .ralph-gallery-image {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 18px 34px rgba(24, 28, 25, 0.11);
  filter: saturate(1.02) contrast(1.01);
}

.ralph-gallery-caption {
  margin: 0;
  padding: 0 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(43, 43, 43, 0.56);
}

.whiskas-context-panel,
.whiskas-research-panel {
  background:
    linear-gradient(135deg, rgba(247, 199, 74, 0.16), rgba(255, 255, 255, 0.18)),
    rgba(250, 250, 247, 0.4);
  box-shadow:
    inset 0 0 0 1px rgba(176, 126, 38, 0.12),
    0 10px 22px rgba(92, 66, 22, 0.035);
}

.whiskas-list li::before {
  background: rgba(194, 137, 39, 0.78);
}

.proof-grid {
  display: grid;
  gap: 0.85rem;
}

.proof-card {
  padding: 1.05rem 1.1rem;
  border-radius: 1.2rem;
  background: rgba(255, 248, 224, 0.48);
  box-shadow:
    inset 0 0 0 1px rgba(176, 126, 38, 0.12),
    0 8px 18px rgba(92, 66, 22, 0.035);
}

.proof-card span {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
  color: rgba(43, 43, 43, 0.92);
}

.proof-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(43, 43, 43, 0.7);
}

.whiskas-path-flow {
  display: grid;
  gap: 0.9rem;
}

.whiskas-path-card {
  background:
    linear-gradient(135deg, rgba(255, 248, 224, 0.56), rgba(250, 250, 247, 0.34)),
    rgba(250, 250, 247, 0.4);
}

.whiskas-strategy-card,
.whiskas-idea-card {
  background:
    linear-gradient(135deg, rgba(84, 54, 29, 0.98), rgba(144, 94, 33, 0.94)),
    #54361d;
  box-shadow: 0 16px 34px rgba(92, 66, 22, 0.15);
}

.think-feel-do-grid {
  display: grid;
  gap: 1rem;
}

.whiskas-mini-card {
  padding: 1.25rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 248, 224, 0.28)),
    rgba(250, 250, 247, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(176, 126, 38, 0.12),
    0 8px 18px rgba(92, 66, 22, 0.035);
}

.whiskas-mini-card h3,
.whiskas-execution-copy h3,
.whiskas-supporting-card h3 {
  margin: 0;
}

.whiskas-mini-card p {
  margin: 0.55rem 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(43, 43, 43, 0.7);
}

.whiskas-execution-grid {
  display: grid;
  gap: 1rem;
}

.whiskas-execution-card,
.whiskas-supporting-card {
  overflow: hidden;
  border-radius: 1.45rem;
  background: rgba(250, 250, 247, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(176, 126, 38, 0.12),
    0 12px 24px rgba(92, 66, 22, 0.045);
}

.whiskas-preview-link,
.whiskas-supporting-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 16rem;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 238, 171, 0.42), rgba(255, 255, 255, 0.18)),
    rgba(250, 250, 247, 0.36);
}

.whiskas-execution-image,
.whiskas-supporting-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 22rem;
  object-fit: contain;
  border-radius: 1rem;
  box-shadow: 0 12px 24px rgba(43, 43, 43, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
}

.whiskas-preview-link:hover .whiskas-execution-image,
.whiskas-supporting-preview:hover .whiskas-supporting-image {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 16px 30px rgba(43, 43, 43, 0.1);
  filter: saturate(1.02);
}

.execution-format-label {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.4rem 0.62rem;
  border-radius: 999px;
  background: rgba(250, 250, 247, 0.88);
  box-shadow: inset 0 0 0 1px rgba(176, 126, 38, 0.16);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(84, 54, 29, 0.82);
}

.whiskas-execution-copy,
.whiskas-supporting-card > div {
  display: grid;
  gap: 0.7rem;
  padding: 1.25rem;
}

.whiskas-execution-copy h3,
.whiskas-supporting-card h3 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.12;
  color: rgba(43, 43, 43, 0.94);
}

.whiskas-execution-copy p,
.whiskas-supporting-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(43, 43, 43, 0.7);
}

.whiskas-execution-copy strong {
  font-weight: 600;
  color: rgba(43, 43, 43, 0.9);
}

.execution-tone {
  color: rgba(84, 54, 29, 0.72);
}

.execution-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(107, 112, 92, 0.94);
  transition: color 0.45s ease, opacity 0.45s ease;
}

.execution-link:hover {
  color: var(--charcoal);
}

.whiskas-supporting-card {
  display: grid;
}

.nba-context-panel,
.nba-creative-panel,
.nba-strategy-panel {
  background:
    linear-gradient(135deg, rgba(10, 22, 44, 0.06), rgba(212, 170, 82, 0.08)),
    rgba(250, 250, 247, 0.38);
  box-shadow:
    inset 0 0 0 1px rgba(10, 22, 44, 0.08),
    0 10px 22px rgba(10, 22, 44, 0.035);
}

.nba-problem-panel {
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem;
  border-radius: 1.45rem;
  background:
    linear-gradient(135deg, rgba(10, 22, 44, 0.96), rgba(26, 37, 62, 0.94)),
    #0a162c;
  box-shadow: 0 16px 34px rgba(10, 22, 44, 0.16);
}

.nba-problem-panel p {
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(212, 170, 82, 0.12);
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.nba-stat-grid {
  display: grid;
  gap: 0.85rem;
}

.nba-stat-card {
  padding: 1.05rem 1.1rem;
  border-radius: 1.15rem;
  background:
    linear-gradient(135deg, rgba(10, 22, 44, 0.95), rgba(29, 39, 63, 0.9)),
    #0a162c;
  box-shadow:
    inset 0 0 0 1px rgba(212, 170, 82, 0.16),
    0 10px 20px rgba(10, 22, 44, 0.08);
}

.nba-stat-card span {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1;
  color: rgba(244, 212, 142, 0.96);
}

.nba-stat-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.nba-research-grid {
  display: grid;
  gap: 1rem;
}

.nba-research-copy {
  padding: 1.35rem;
  border-radius: 1.35rem;
  background: rgba(250, 250, 247, 0.42);
  box-shadow: inset 0 0 0 1px rgba(10, 22, 44, 0.07);
}

.nba-research-copy h3,
.nba-research-copy p {
  margin: 0;
}

.nba-research-copy p {
  margin-top: 0.75rem;
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(43, 43, 43, 0.72);
}

.nba-quote-stack {
  display: grid;
  gap: 0.75rem;
}

.nba-quote-card {
  margin: 0;
  padding: 1.05rem 1.1rem;
  border-radius: 1.1rem;
  background: rgba(250, 250, 247, 0.48);
  box-shadow:
    inset 0 0 0 1px rgba(212, 170, 82, 0.16),
    0 8px 18px rgba(10, 22, 44, 0.035);
}

.nba-quote-card blockquote {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.18;
  color: rgba(43, 43, 43, 0.9);
}

.nba-quote-card figcaption {
  margin-top: 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(107, 112, 92, 0.86);
}

.nba-opportunity-panel,
.nba-insight-card,
.nba-big-idea-card {
  border-radius: 1.45rem;
  padding: 1.45rem;
  background:
    linear-gradient(135deg, rgba(5, 14, 32, 0.98), rgba(28, 39, 66, 0.96)),
    #0a162c;
  box-shadow: 0 18px 38px rgba(10, 22, 44, 0.16);
}

.nba-opportunity-panel h3,
.nba-opportunity-panel p,
.nba-insight-card p,
.nba-big-idea-card h2 {
  margin: 0;
}

.nba-opportunity-panel h3 {
  margin-top: 0.75rem;
}

.nba-opportunity-panel > p:last-child {
  margin-top: 1rem;
  max-width: 48rem;
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.nba-big-idea-card {
  background:
    linear-gradient(135deg, rgba(66, 46, 15, 0.98), rgba(10, 22, 44, 0.98)),
    #0a162c;
}

.nba-execution-grid {
  display: grid;
  gap: 1rem;
}

.nba-execution-card {
  overflow: hidden;
  border-radius: 1.35rem;
  background: rgba(250, 250, 247, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(10, 22, 44, 0.08),
    0 12px 24px rgba(10, 22, 44, 0.045);
}

.nba-execution-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: rgba(10, 22, 44, 0.94);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.nba-execution-card:hover .nba-execution-image {
  transform: scale(1.015);
  filter: saturate(1.03);
}

.nba-execution-copy {
  display: grid;
  gap: 0.65rem;
  padding: 1.15rem;
}

.nba-execution-copy h3 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.12;
  color: rgba(43, 43, 43, 0.94);
}

.nba-execution-copy p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(43, 43, 43, 0.7);
}

.nba-execution-copy strong {
  color: rgba(43, 43, 43, 0.92);
}

.nba-fan-touchpoint {
  padding: 1.15rem;
  border-radius: 1.25rem;
  background:
    linear-gradient(135deg, rgba(212, 170, 82, 0.16), rgba(250, 250, 247, 0.32)),
    rgba(250, 250, 247, 0.44);
  box-shadow: inset 0 0 0 1px rgba(212, 170, 82, 0.14);
}

.nba-fan-touchpoint p:last-child {
  margin: 0.4rem 0 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(43, 43, 43, 0.72);
}

.nba-pairing-grid {
  display: grid;
  gap: 0.7rem;
}

.nba-pairing-card {
  padding: 0.85rem 0.9rem;
  border-radius: 1rem;
  background: rgba(250, 250, 247, 0.46);
  box-shadow: inset 0 0 0 1px rgba(10, 22, 44, 0.08);
}

.nba-pairing-card span {
  display: block;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.1;
  color: rgba(43, 43, 43, 0.92);
}

.nba-pairing-card p {
  margin: 0.24rem 0 0;
  font-size: 0.8rem;
  line-height: 1.35;
  color: rgba(43, 43, 43, 0.64);
}

.nba-gallery-grid {
  display: grid;
  gap: 1rem;
}

.nba-gallery-card {
  display: grid;
  gap: 0.72rem;
  margin: 0;
}

.nba-gallery-card a {
  display: block;
}

.nba-gallery-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 1rem;
  background: rgba(10, 22, 44, 0.94);
  box-shadow: 0 12px 24px rgba(10, 22, 44, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
}

.nba-gallery-card:hover .nba-gallery-image {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 18px 34px rgba(10, 22, 44, 0.12);
  filter: saturate(1.03);
}

.nba-gallery-card figcaption {
  margin: 0;
  padding: 0 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(43, 43, 43, 0.56);
}

.nba-deck-cta {
  border-radius: 1.45rem;
  padding: 1.45rem;
  background:
    linear-gradient(135deg, rgba(10, 22, 44, 0.07), rgba(212, 170, 82, 0.12)),
    rgba(250, 250, 247, 0.44);
  box-shadow:
    inset 0 0 0 1px rgba(10, 22, 44, 0.08),
    0 12px 24px rgba(10, 22, 44, 0.04);
}

.dove-context-panel,
.dove-strategy-panel {
  background:
    linear-gradient(135deg, rgba(188, 216, 232, 0.22), rgba(255, 255, 255, 0.18)),
    rgba(250, 250, 247, 0.38);
  box-shadow:
    inset 0 0 0 1px rgba(99, 142, 166, 0.12),
    0 10px 22px rgba(65, 97, 118, 0.035);
}

.dove-context-problem {
  margin-top: 1rem;
  padding: 1.1rem 1.15rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 0 0 1px rgba(99, 142, 166, 0.12);
}

.dove-context-problem p {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.18;
  color: rgba(43, 43, 43, 0.9);
}

.dove-featured-executions {
  display: grid;
  gap: 1rem;
}

.dove-featured-execution {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0.9rem;
  border-radius: 0.55rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(232, 244, 250, 0.24)),
    rgba(250, 250, 247, 0.48);
  box-shadow:
    inset 0 0 0 1px rgba(99, 142, 166, 0.12),
    0 14px 28px rgba(65, 97, 118, 0.06);
}

.dove-featured-execution img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 34rem;
  object-fit: contain;
  border-radius: 0.45rem;
  background: rgba(232, 244, 250, 0.58);
  box-shadow: 0 10px 22px rgba(65, 97, 118, 0.08);
}

.dove-featured-execution figcaption {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(43, 43, 43, 0.56);
}

.dove-stat-grid {
  display: grid;
  gap: 0.85rem;
}

.dove-stat-card {
  padding: 1.05rem 1.1rem;
  border-radius: 1.15rem;
  background:
    linear-gradient(135deg, rgba(232, 244, 250, 0.84), rgba(250, 250, 247, 0.42)),
    rgba(250, 250, 247, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(99, 142, 166, 0.14),
    0 8px 18px rgba(65, 97, 118, 0.035);
}

.dove-stat-card span {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1;
  color: rgba(43, 43, 43, 0.92);
}

.dove-stat-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(43, 43, 43, 0.7);
}

.dove-research-grid {
  display: grid;
  gap: 1rem;
}

.dove-research-story {
  display: grid;
  gap: 1rem;
}

.dove-research-point {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 0.65rem;
  background-image:
    linear-gradient(180deg, rgba(250, 250, 247, 0.78), rgba(232, 244, 250, 0.36)),
    var(--marble-green);
  background-size: cover;
  background-position: center;
  box-shadow:
    inset 0 0 0 1px rgba(99, 142, 166, 0.12),
    0 10px 22px rgba(65, 97, 118, 0.035);
}

.dove-research-point h3 {
  margin: 0.35rem 0 0;
}

.dove-signal-list {
  display: grid;
  gap: 0.55rem;
}

.dove-signal-list p {
  position: relative;
  margin: 0;
  padding-left: 1rem;
  font-size: 0.92rem;
  line-height: 1.62;
  color: rgba(43, 43, 43, 0.7);
}

.dove-signal-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: rgba(99, 142, 166, 0.78);
}

.dove-interpretation {
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 0 0 1px rgba(99, 142, 166, 0.12);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.18;
  color: rgba(43, 43, 43, 0.9);
}

.dove-research-quotes {
  display: grid;
  gap: 0.75rem;
}

.dove-research-flow {
  display: grid;
  gap: 0.75rem;
}

.dove-research-flow article {
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background: rgba(250, 250, 247, 0.48);
  box-shadow: inset 0 0 0 1px rgba(99, 142, 166, 0.1);
}

.dove-research-flow h3,
.dove-research-flow p {
  margin: 0;
}

.dove-research-flow h3 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.1;
  color: rgba(43, 43, 43, 0.92);
}

.dove-research-flow p + h3 {
  margin-top: 0.85rem;
}

.dove-research-flow p {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(43, 43, 43, 0.68);
}

.dove-quote-stack {
  display: grid;
  gap: 0.75rem;
}

.dove-quote-card {
  margin: 0;
  padding: 1.05rem 1.1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(99, 142, 166, 0.12),
    0 8px 18px rgba(65, 97, 118, 0.035);
}

.dove-quote-card blockquote {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.16rem;
  line-height: 1.2;
  color: rgba(43, 43, 43, 0.9);
}

.dove-quote-card figcaption {
  margin-top: 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(99, 142, 166, 0.9);
}

.dove-tension-card,
.dove-insight-card,
.dove-big-idea-card {
  border-radius: 1.45rem;
  padding: 1.45rem;
  background:
    linear-gradient(135deg, rgba(42, 82, 108, 0.96), rgba(79, 121, 145, 0.92)),
    #2a526c;
  box-shadow: 0 16px 34px rgba(65, 97, 118, 0.13);
}

.dove-tension-card p {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.14;
  color: rgba(255, 255, 255, 0.92);
}

.dove-tension-card p + p {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

.dove-insight-card h3,
.dove-big-idea-card h2 {
  margin: 0.75rem 0 0;
}

.dove-big-idea-card {
  background:
    linear-gradient(135deg, rgba(39, 85, 113, 0.98), rgba(25, 48, 64, 0.96)),
    #275571;
}

.dove-action-card {
  padding: 1.25rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(232, 244, 250, 0.26)),
    rgba(250, 250, 247, 0.38);
  box-shadow:
    inset 0 0 0 1px rgba(99, 142, 166, 0.12),
    0 8px 18px rgba(65, 97, 118, 0.035);
}

.dove-action-card h3,
.dove-action-card p {
  margin: 0;
}

.dove-action-card p {
  margin-top: 0.55rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(43, 43, 43, 0.7);
}

.dove-execution-grid {
  display: grid;
  gap: 1rem;
}

.dove-execution-card {
  overflow: hidden;
  border-radius: 1.35rem;
  background: rgba(250, 250, 247, 0.44);
  box-shadow:
    inset 0 0 0 1px rgba(99, 142, 166, 0.1),
    0 12px 24px rgba(65, 97, 118, 0.045);
}

.dove-execution-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: rgba(232, 244, 250, 0.64);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.dove-execution-card:hover .dove-execution-image {
  transform: scale(1.015);
  filter: saturate(1.02);
}

.dove-execution-copy {
  display: grid;
  gap: 0.65rem;
  padding: 1.15rem;
}

.dove-execution-copy h3 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.12;
  color: rgba(43, 43, 43, 0.94);
}

.dove-execution-copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(43, 43, 43, 0.7);
}

.dove-execution-copy strong {
  color: rgba(43, 43, 43, 0.92);
}

.dove-example-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.dove-example-lines span {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.4rem 0.62rem;
  border-radius: 999px;
  background: rgba(232, 244, 250, 0.72);
  box-shadow: inset 0 0 0 1px rgba(99, 142, 166, 0.12);
  font-size: 0.72rem;
  color: rgba(43, 43, 43, 0.76);
}

.dove-works-card {
  border-radius: 1.45rem;
  padding: 1.45rem;
  background:
    linear-gradient(135deg, rgba(232, 244, 250, 0.58), rgba(250, 250, 247, 0.42)),
    rgba(250, 250, 247, 0.44);
  box-shadow:
    inset 0 0 0 1px rgba(99, 142, 166, 0.12),
    0 12px 24px rgba(65, 97, 118, 0.04);
}

.dove-works-card h2,
.dove-works-card p {
  margin: 0;
}

.dove-works-card p {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(43, 43, 43, 0.7);
}

.dove-gallery-grid {
  display: grid;
  gap: 1rem;
}

.dove-gallery-card {
  display: grid;
  gap: 0.72rem;
  margin: 0;
}

.dove-gallery-card a {
  display: block;
}

.dove-gallery-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 1rem;
  background: rgba(232, 244, 250, 0.64);
  box-shadow: 0 12px 24px rgba(65, 97, 118, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
}

.dove-gallery-card:hover .dove-gallery-image {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 18px 34px rgba(65, 97, 118, 0.12);
  filter: saturate(1.03);
}

.dove-gallery-card figcaption {
  margin: 0;
  padding: 0 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(43, 43, 43, 0.56);
}

.redbubble-context-panel,
.redbubble-strategy-panel,
.redbubble-creative-panel {
  background:
    linear-gradient(135deg, rgba(255, 83, 128, 0.13), rgba(72, 205, 235, 0.12)),
    rgba(250, 250, 247, 0.4);
  box-shadow:
    inset 0 0 0 1px rgba(255, 83, 128, 0.12),
    0 10px 22px rgba(91, 54, 103, 0.035);
}

.redbubble-problem-card,
.redbubble-insight-card,
.redbubble-big-idea-card,
.redbubble-popup-feature {
  border-radius: 1.45rem;
  padding: 1.45rem;
  background:
    linear-gradient(135deg, rgba(29, 27, 36, 0.98), rgba(93, 48, 120, 0.94)),
    #1d1b24;
  box-shadow: 0 16px 34px rgba(91, 54, 103, 0.14);
}

.redbubble-problem-card h3,
.redbubble-insight-card h3,
.redbubble-big-idea-card h2,
.redbubble-popup-feature h2 {
  margin: 0.75rem 0 0;
}

.redbubble-insight-card h3 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.14;
  color: rgba(255, 255, 255, 0.92);
}

.redbubble-insight-card-alt,
.redbubble-big-idea-card {
  background:
    linear-gradient(135deg, rgba(11, 120, 139, 0.96), rgba(93, 48, 120, 0.94)),
    #0b788b;
}

.redbubble-audience-panel {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 1.45rem;
  background:
    linear-gradient(135deg, rgba(255, 241, 106, 0.24), rgba(255, 255, 255, 0.18)),
    rgba(250, 250, 247, 0.44);
  box-shadow:
    inset 0 0 0 1px rgba(255, 83, 128, 0.12),
    0 10px 22px rgba(91, 54, 103, 0.035);
}

.redbubble-audience-panel p {
  margin: 0.9rem 0 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(43, 43, 43, 0.72);
}

.redbubble-value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.redbubble-value-list li,
.redbubble-example-lines span {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.42rem 0.66rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(255, 83, 128, 0.13);
  font-size: 0.75rem;
  color: rgba(43, 43, 43, 0.74);
}

.redbubble-stat-grid {
  display: grid;
  gap: 0.85rem;
}

.redbubble-stat-card {
  padding: 1.05rem 1.1rem;
  border-radius: 1.15rem;
  background:
    linear-gradient(135deg, rgba(255, 83, 128, 0.16), rgba(72, 205, 235, 0.12)),
    rgba(250, 250, 247, 0.46);
  box-shadow:
    inset 0 0 0 1px rgba(255, 83, 128, 0.12),
    0 8px 18px rgba(91, 54, 103, 0.035);
}

.redbubble-stat-card span {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(43, 43, 43, 0.92);
}

.redbubble-stat-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(43, 43, 43, 0.7);
}

.redbubble-research-grid {
  display: grid;
  gap: 1rem;
}

.redbubble-research-copy,
.redbubble-media-copy {
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: rgba(250, 250, 247, 0.48);
  box-shadow: inset 0 0 0 1px rgba(255, 83, 128, 0.1);
}

.redbubble-research-copy h3,
.redbubble-research-copy p,
.redbubble-media-copy p {
  margin: 0;
}

.redbubble-research-copy h3 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.12;
}

.redbubble-research-copy p,
.redbubble-media-copy p {
  margin-top: 0.7rem;
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(43, 43, 43, 0.72);
}

.redbubble-media-copy p {
  margin-top: 0;
}

.redbubble-quote-stack {
  display: grid;
  gap: 0.75rem;
}

.redbubble-quote-card {
  margin: 0;
  padding: 1.05rem 1.1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(72, 205, 235, 0.14),
    0 8px 18px rgba(91, 54, 103, 0.035);
}

.redbubble-quote-card blockquote {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.2;
  color: rgba(43, 43, 43, 0.9);
}

.redbubble-quote-card figcaption {
  margin-top: 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(93, 48, 120, 0.86);
}

.redbubble-big-idea-card p,
.redbubble-popup-feature p {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.74);
}

.redbubble-execution-grid,
.redbubble-budget-grid,
.redbubble-kpi-grid,
.redbubble-gallery-grid {
  display: grid;
  gap: 1rem;
}

.redbubble-execution-card {
  overflow: hidden;
  border-radius: 1.35rem;
  background: rgba(250, 250, 247, 0.44);
  box-shadow:
    inset 0 0 0 1px rgba(255, 83, 128, 0.12),
    0 12px 24px rgba(91, 54, 103, 0.045);
}

.redbubble-execution-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 17 / 22;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.66);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.redbubble-execution-card:hover .redbubble-execution-image {
  transform: scale(1.01);
  filter: saturate(1.04);
}

.redbubble-execution-copy {
  display: grid;
  gap: 0.65rem;
  padding: 1.15rem;
}

.redbubble-execution-copy h3 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.12;
}

.redbubble-execution-copy p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(43, 43, 43, 0.7);
}

.redbubble-execution-copy strong {
  color: rgba(43, 43, 43, 0.92);
}

.redbubble-example-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.redbubble-budget-card,
.redbubble-kpi-grid article {
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background:
    linear-gradient(135deg, rgba(255, 241, 106, 0.24), rgba(72, 205, 235, 0.12)),
    rgba(250, 250, 247, 0.46);
  box-shadow: inset 0 0 0 1px rgba(255, 83, 128, 0.11);
}

.redbubble-budget-card span {
  display: block;
  margin-bottom: 0.28rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.redbubble-budget-card h3,
.redbubble-budget-card p,
.redbubble-kpi-grid article {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(43, 43, 43, 0.72);
}

.redbubble-budget-card h3 {
  font-weight: 600;
  color: rgba(43, 43, 43, 0.9);
}

.redbubble-gallery-card {
  display: grid;
  gap: 0.72rem;
  margin: 0;
}

.redbubble-gallery-card a {
  display: block;
}

.redbubble-gallery-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 17 / 22;
  object-fit: contain;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 24px rgba(91, 54, 103, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
}

.redbubble-gallery-card:hover .redbubble-gallery-image {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 18px 34px rgba(91, 54, 103, 0.12);
  filter: saturate(1.04);
}

.redbubble-gallery-card figcaption {
  margin: 0;
  padding: 0 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(43, 43, 43, 0.56);
}

.penguin-gallery-grid {
  display: grid;
  gap: 1rem;
}

.penguin-gallery-card {
  display: grid;
  gap: 0.7rem;
}

.penguin-gallery-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.35rem;
  box-shadow: 0 10px 22px rgba(43, 43, 43, 0.05);
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
}

.penguin-gallery-card:hover .penguin-gallery-image {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(43, 43, 43, 0.06);
  filter: saturate(1.01);
}

.penguin-gallery-caption {
  margin: 0;
  padding: 0 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(43, 43, 43, 0.56);
}

.deck-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.2rem 0.95rem;
  border-radius: 999px;
  background: rgba(250, 250, 247, 0.76);
  box-shadow:
    inset 0 0 0 1px rgba(107, 112, 92, 0.12),
    0 8px 18px rgba(43, 43, 43, 0.04);
  color: var(--charcoal);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.45s ease, opacity 0.45s ease, box-shadow 0.45s ease;
}

.deck-link-button[type="button"] {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.deck-link-button:hover {
  transform: translateY(-2px);
  background-image: var(--marble-green-surface);
  box-shadow:
    inset 0 0 0 1px rgba(107, 112, 92, 0.18),
    0 12px 20px rgba(43, 43, 43, 0.05);
}

.about-copy-grid > .space-y-7 {
  display: grid;
  gap: 1.75rem;
}

.about-copy-grid > .space-y-7 > * + * {
  margin-top: 0;
}

.about-me-section {
  margin-top: 2rem;
}

.about-plaque {
  position: relative;
  overflow: hidden;
  align-self: center;
  justify-self: center;
  max-width: 31rem;
  padding: clamp(1.15rem, 3vw, 1.7rem);
}

.about-plaque.soft-panel {
  padding: clamp(1.15rem, 3vw, 1.7rem);
}

.about-plaque::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
  background:
    linear-gradient(90deg, rgba(166, 124, 61, 0.11), transparent 1px) 0 0 / 5.5rem 5.5rem,
    linear-gradient(180deg, rgba(166, 124, 61, 0.08), transparent 1px) 0 0 / 5.5rem 5.5rem;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.about-plaque > * {
  position: relative;
  z-index: 1;
}

.about-me-copy {
  max-width: 30rem;
}

.about-me-copy p + p {
  margin-top: 0.75rem;
}

.about-salon-wall {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.5vw, 1rem);
  margin-top: 0;
  padding: clamp(1.1rem, 3vw, 2rem);
  border-top: 1px solid rgba(166, 124, 61, 0.2);
  border-bottom: 1px solid rgba(166, 124, 61, 0.2);
  background:
    linear-gradient(180deg, rgba(250, 248, 243, 0.72), rgba(244, 240, 232, 0.42)),
    var(--marble-warm);
  background-position: center;
  background-size: cover;
}

.about-salon-wall::before,
.about-salon-wall::after {
  content: "";
  position: absolute;
  left: clamp(1rem, 4vw, 2.5rem);
  right: clamp(1rem, 4vw, 2.5rem);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(23, 22, 20, 0.16), transparent);
}

.about-salon-wall::before {
  top: 27%;
}

.about-salon-wall::after {
  top: 66%;
}

.about-salon-frame {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(0.32rem, 1vw, 0.5rem);
  border: 1px solid rgba(23, 22, 20, 0.2);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(235, 228, 216, 0.82));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.5),
    0 14px 30px rgba(23, 22, 20, 0.09);
}

.about-salon-frame:nth-child(3n + 2) {
  margin-top: clamp(0.25rem, 1vw, 0.6rem);
}

.about-salon-frame:nth-child(4n) {
  transform: translateY(clamp(-0.5rem, -1vw, -0.25rem));
}

.about-salon-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(23, 22, 20, 0.13);
  border-radius: 2px;
  object-fit: cover;
  background: var(--gallery-white);
  filter: saturate(0.94) contrast(1.02);
}

@media (min-width: 768px) {
  .about-salon-wall {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
  }

  .about-salon-frame img {
    aspect-ratio: 1 / 1;
  }

  .about-plaque {
    grid-column: 2 / span 3;
    grid-row: 2 / span 2;
    z-index: 2;
    width: min(100%, 30rem);
  }

  .about-plaque.soft-panel {
    padding: 1.45rem;
  }
}

.about-photo-marquee {
  overflow: hidden;
  width: 100%;
  scrollbar-width: none;
}

.about-photo-marquee::-webkit-scrollbar {
  display: none;
}

.about-photo-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  animation: wardrobeLoop 48s linear infinite;
}

.about-photo-item {
  margin-right: clamp(1.35rem, 2.8vw, 2.6rem);
}

.about-photo-image {
  display: block;
  width: clamp(12rem, 22vw, 20rem);
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(216, 208, 194, 0.92);
  border-radius: 0.95rem;
  background: var(--gallery-white);
  object-fit: cover;
}

.about-artist-gallery {
  position: relative;
}

.hobby-detail-section {
  min-height: calc(100vh - 9rem);
}

.hobby-detail-hero {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.hobby-detail-frame {
  width: min(100%, 24rem);
  justify-self: center;
}

.hobby-detail-grid {
  display: grid;
  gap: 1.35rem;
}

.hobby-photo-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hobby-photo {
  display: grid;
  width: 100%;
  min-height: 8rem;
  aspect-ratio: 1 / 1;
  place-items: center;
  border: 1px dashed rgba(107, 112, 92, 0.32);
  border-radius: 1rem;
  background: rgba(250, 250, 247, 0.5);
  object-fit: cover;
  color: rgba(43, 43, 43, 0.48);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wardrobe-archive {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(250, 250, 247, 0.74), rgba(230, 240, 221, 0.54)),
    var(--marble-green);
  background-size: cover;
  background-position: center;
}

.wardrobe-archive > .mx-auto {
  position: relative;
  z-index: 1;
}

.wardrobe-marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.wardrobe-marquee::-webkit-scrollbar {
  display: none;
}

.wardrobe-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  animation: wardrobeLoop 48s linear infinite;
}

.wardrobe-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: clamp(1.35rem, 2.8vw, 2.6rem);
  transform: none;
}

.wardrobe-string {
  width: 1px;
  height: 3.1rem;
  margin-bottom: 0.75rem;
  background: linear-gradient(180deg, rgba(43, 43, 43, 0.12), rgba(43, 43, 43, 0.48));
}

.wardrobe-image {
  display: block;
  width: clamp(12rem, 22vw, 20rem);
  aspect-ratio: 16 / 10;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;
  box-shadow:
    inset 0 0 0 1px rgba(43, 43, 43, 0.07),
    0 10px 22px rgba(43, 43, 43, 0.08);
  filter: saturate(0.98) contrast(0.99) brightness(1.01);
}

.closet-grid {
  display: grid;
  gap: 1rem;
}

.closet-card {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0.9rem;
  border-radius: 0.65rem;
  background: rgba(250, 250, 247, 0.74);
  box-shadow:
    inset 0 0 0 1px rgba(43, 43, 43, 0.07),
    0 14px 28px rgba(43, 43, 43, 0.055);
}

.closet-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
  box-shadow: 0 10px 20px rgba(43, 43, 43, 0.08);
}

.closet-plaque {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 0.45rem;
  background: rgba(18, 18, 18, 0.94);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.closet-plaque h2,
.closet-plaque p {
  margin: 0;
}

.closet-plaque h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.closet-plaque p {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.closet-status {
  font-size: 0.62rem !important;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52) !important;
}

.contact-display {
  padding: 1.55rem;
  background:
    linear-gradient(180deg, rgba(250, 250, 247, 0.8), rgba(250, 250, 247, 0.7)),
    var(--marble-green);
  background-size: cover;
  background-position: center;
}

.contact-placard {
  display: grid;
  gap: 1rem;
}

.contact-kicker {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(107, 112, 92, 0.84);
}

.contact-link-list {
  display: grid;
  gap: 0.85rem;
}

.contact-link-card {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1rem 1.05rem;
  border-radius: 1.2rem;
  background: rgba(250, 250, 247, 0.76);
  color: var(--charcoal);
  box-shadow: inset 0 0 0 1px rgba(107, 112, 92, 0.08);
  text-decoration: none;
  transition: transform 0.45s ease, opacity 0.45s ease, box-shadow 0.45s ease;
}

.contact-link-card:hover {
  transform: translateY(-2px);
  opacity: 0.92;
  box-shadow:
    inset 0 0 0 1px rgba(107, 112, 92, 0.15),
    0 10px 18px rgba(43, 43, 43, 0.04);
}

.contact-link-label {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(107, 112, 92, 0.84);
}

.contact-link-value {
  font-size: 0.96rem;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-color: rgba(107, 112, 92, 0.28);
  text-underline-offset: 0.18em;
  word-break: break-word;
}

@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wardrobeLoop {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .gallery-section {
    padding: 3.2rem 0;
  }

  .hobby-photo-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-card-offset-a,
  .gallery-card-offset-b,
  .gallery-card-offset-c,
  .gallery-card-offset-d {
    transform: none;
  }

  .insight-block::before {
    left: 1.1rem;
    top: 1.1rem;
    bottom: 1.1rem;
  }
}

@media (min-width: 768px) {
  .exhibit-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-exhibit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .strategy-plaque {
    padding: 1.45rem;
  }

  .strategy-plaque-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
  }

  .strategy-plaque-item {
    padding-top: 0;
    border-top: 0;
  }

  .exhibit-title-wall {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
  }

  .exhibit-title-frame {
    justify-content: flex-end;
  }

  .exhibit-title-frame img {
    width: 19rem;
  }

  .gallery-glimpse-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.3rem 1.9rem;
  }

  .closet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .hobby-detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.48fr);
  }

  .hobby-detail-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  }

  .about-copy-grid > .space-y-7 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .soft-panel {
    padding: 1.8rem;
  }

  .featured-card {
    padding: 1.55rem;
  }

  .featured-card > div {
    min-height: 11.9rem;
    gap: 1.6rem;
  }

  .insight-block {
    padding: 1.9rem 1.9rem 1.9rem 2.5rem;
  }

  .process-panel {
    padding: 1.45rem 1.55rem;
  }

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

  .research-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .social-system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .research-group-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .strategy-path-card,
  .strategy-line-card {
    padding: 1.55rem;
  }

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

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

  .ralph-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .proof-grid,
  .think-feel-do-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .whiskas-execution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .whiskas-supporting-card {
    grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .whiskas-supporting-preview {
    min-height: 13rem;
  }

  .nba-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nba-research-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .nba-problem-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nba-execution-grid,
  .nba-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

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

  .dove-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dove-featured-executions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .dove-research-quotes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dove-research-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .dove-execution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .dove-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .redbubble-audience-panel,
  .redbubble-research-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .redbubble-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .redbubble-execution-grid,
  .redbubble-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .redbubble-budget-grid,
  .redbubble-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .penguin-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .contact-display {
    padding: 1.8rem;
  }

  .contact-link-card {
    padding: 1.15rem 1.15rem 1.2rem;
  }

  .contact-link-value {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .exhibit-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-glimpse-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.55rem 2.05rem;
  }

  .closet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .glimpse-frame {
    width: min(100%, 19rem);
  }

  .penguin-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .channel-card-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .channel-card {
    padding: 1.2rem 1.1rem;
  }

  .deliverables-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ralph-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .nba-execution-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nba-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .nba-pairing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dove-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .redbubble-stat-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .redbubble-execution-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .redbubble-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .redbubble-budget-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .proof-grid,
  .think-feel-do-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .think-feel-do-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Final museum-system overrides: keep this last in the cascade. */
body {
  background:
    linear-gradient(180deg, rgba(250, 248, 243, 0.2), rgba(244, 240, 232, 0.9)),
    var(--wall) !important;
  color: var(--charcoal) !important;
  font-family: "Source Sans 3", system-ui, sans-serif !important;
}

.font-serif,
.hero-title,
.hero-role-title,
.section-title,
.exhibit-title,
.exhibit-card-title,
.glimpse-title,
.strategy-plaque-item dd strong,
.closet-plaque h2,
h1,
h2,
h3 {
  font-family: "Libre Baskerville", Georgia, serif !important;
  letter-spacing: 0 !important;
}

.top-nav {
  border-bottom: 1px solid var(--stone) !important;
  background: rgba(244, 240, 232, 0.94) !important;
}

.top-nav a[href="index.html"]:first-child {
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.top-nav a[href="index.html"]:first-child::after {
  content: " / Museum of Thought";
  color: rgba(59, 56, 51, 0.58);
  font-weight: 500;
}

.top-nav nav {
  counter-reset: museum-nav;
}

.nav-link {
  counter-increment: museum-nav;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

.nav-link::before {
  content: counter(museum-nav, decimal-leading-zero) " ";
  color: var(--brass);
}

.nav-link::after {
  background: var(--museum-red) !important;
}

.top-nav a[href="index.html"]:first-child::after {
  content: "" !important;
  display: none !important;
}

.mobile-nav-link:nth-child(1)::before { content: "01 "; color: var(--brass); }
.mobile-nav-link:nth-child(2)::before { content: "02 "; color: var(--brass); }
.mobile-nav-link:nth-child(3)::before { content: "03 "; color: var(--brass); }
.mobile-nav-link:nth-child(4)::before { content: "04 "; color: var(--brass); }

.gallery-section {
  padding: clamp(4.8rem, 8vw, 7.4rem) 0 !important;
}

.section-wash {
  opacity: 0.16 !important;
  background-image:
    radial-gradient(circle at 86% 12%, rgba(166, 124, 61, 0.1), transparent 18rem),
    radial-gradient(circle at 12% 88%, rgba(79, 90, 69, 0.06), transparent 16rem) !important;
  mix-blend-mode: multiply !important;
}

.hero-section::before {
  opacity: 0.08 !important;
  background:
    linear-gradient(90deg, rgba(244, 240, 232, 0), rgba(79, 90, 69, 0.14), rgba(244, 240, 232, 0)) !important;
}

.hero-title {
  font-size: clamp(4rem, 10vw, 9rem) !important;
  line-height: 0.98 !important;
}

.section-title {
  font-size: clamp(3rem, 7.5vw, 6.75rem) !important;
  line-height: 1 !important;
}

.exhibit-title {
  font-size: clamp(2.85rem, 6.8vw, 6.85rem) !important;
  line-height: 1.02 !important;
}

.eyebrow,
.museum-label,
.exhibit-card-number,
.exhibit-card-meta,
figcaption {
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

.museum-label::before,
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1px;
  margin-right: 0.65rem;
  vertical-align: middle;
  background: var(--brass);
}

.museum-link,
.deck-link-button,
.execution-link {
  border: 1px solid var(--charcoal) !important;
  border-radius: 0 !important;
  background: var(--charcoal) !important;
  box-shadow: none !important;
  color: var(--gallery-white) !important;
  font-family: "Source Sans 3", sans-serif !important;
}

.museum-link:hover,
.deck-link-button:hover,
.execution-link:hover {
  border-color: var(--brass) !important;
  background: var(--gallery-white) !important;
  color: var(--charcoal) !important;
}

.exhibit-card,
.strategy-plaque,
.soft-panel,
.process-panel,
.research-stat-card,
.small-callout,
.channel-card,
.dove-research-point,
.closet-card,
.contact-link-card {
  border: 1px solid var(--stone) !important;
  border-radius: 0 !important;
  background: var(--gallery-white) !important;
  box-shadow: none !important;
}

.exhibit-card::before,
.strategy-plaque::before {
  height: 3px !important;
  background: linear-gradient(90deg, var(--brass), rgba(166, 124, 61, 0.18)) !important;
}

.exhibit-card:hover,
.exhibit-card:focus-visible {
  transform: translateY(-2px) !important;
  border-color: var(--brass) !important;
  box-shadow: 0 10px 28px rgba(23, 22, 20, 0.06) !important;
}

.gallery-category-heading {
  display: grid !important;
  grid-template-columns: minmax(7rem, 0.18fr) minmax(0, 1fr) !important;
  align-items: baseline !important;
  gap: 1rem !important;
}

.gallery-category-heading h2 {
  padding-bottom: 0.8rem !important;
  border-bottom: 1px solid rgba(216, 208, 194, 0.86) !important;
}

.exhibit-title-copy {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--charcoal) !important;
}

.exhibit-title-copy .eyebrow,
.exhibit-title-copy h1,
.exhibit-title-copy h2,
.exhibit-title-copy p {
  color: inherit !important;
}

.exhibit-title-copy::after {
  content: "";
  display: block;
  width: min(100%, 42rem);
  height: 1px;
  margin-top: 1.5rem;
  background: var(--stone);
}

.exhibit-title-frame,
.dove-featured-execution,
.ralph-gallery-card,
.penguin-gallery-card,
.redbubble-gallery-card,
.nba-gallery-card,
.nba-execution-card {
  border: 1px solid var(--stone) !important;
  border-radius: 0 !important;
  background: var(--gallery-white) !important;
  box-shadow: none !important;
}

.exhibit-title-frame img,
.exhibit-card-media img {
  padding: 0.65rem !important;
  border: 1px solid var(--charcoal) !important;
  border-radius: 0 !important;
  background: var(--gallery-white) !important;
  box-shadow:
    0 0 0 8px #fffdf8,
    0 0 0 9px rgba(166, 124, 61, 0.48),
    0 18px 34px rgba(23, 22, 20, 0.08) !important;
}

.strategy-plaque-grid {
  gap: 0 !important;
  border-top: 1px solid var(--stone) !important;
  border-left: 1px solid var(--stone) !important;
}

.strategy-plaque-item {
  padding: 0.85rem 0.95rem !important;
  border-top: 0 !important;
  border-right: 1px solid var(--stone) !important;
  border-bottom: 1px solid var(--stone) !important;
}

.wardrobe-archive,
.contact-display {
  border-top: 1px solid var(--stone) !important;
  border-bottom: 1px solid var(--stone) !important;
  background: rgba(250, 248, 243, 0.58) !important;
}

.closet-plaque,
.glimpse-label {
  border-radius: 0 !important;
  background: var(--charcoal) !important;
  box-shadow: none !important;
}

body:not(.lab-theme) .closet-plaque {
  position: relative;
  overflow: hidden;
  gap: 0.45rem;
  padding: 1rem 1.05rem 1.05rem;
  border: 1px solid var(--stone) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(250, 248, 243, 0.96), rgba(244, 240, 232, 0.82)),
    var(--gallery-white) !important;
  color: var(--charcoal) !important;
  box-shadow: none !important;
}

body:not(.lab-theme) .closet-plaque::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brass), rgba(166, 124, 61, 0.18));
}

body:not(.lab-theme) .closet-plaque h2 {
  color: var(--charcoal) !important;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.18;
}

body:not(.lab-theme) .closet-plaque p {
  color: rgba(59, 56, 51, 0.72) !important;
}

body:not(.lab-theme) .closet-status {
  color: var(--deep-olive) !important;
}

footer {
  margin-top: 0 !important;
  border-top: 1px solid var(--stone) !important;
  background: rgba(244, 240, 232, 0.94) !important;
}

footer > div {
  max-width: var(--content-wide) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

@media (max-width: 767px) {
  .section-title,
  .exhibit-title {
    font-size: clamp(2.6rem, 15vw, 4.4rem) !important;
  }

  .hero-title {
    font-size: clamp(3.4rem, 18vw, 5.8rem) !important;
  }

  .top-nav a[href="index.html"]:first-child::after {
    content: "" !important;
    display: none !important;
  }

  .gallery-category-heading {
    grid-template-columns: 1fr !important;
  }
}

/* Homepage entrance reset: return to centered portrait with text on both sides. */
.hero-section {
  min-height: calc(100vh - 6rem) !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.hero-section::before {
  display: none !important;
}

.hero-grid {
  max-width: 72rem !important;
}

.hero-title {
  max-width: none !important;
  font-size: clamp(42px, 6vw, 72px) !important;
  line-height: 1.1 !important;
}

.hero-role-title {
  font-size: clamp(36px, 5vw, 60px) !important;
  line-height: 1.08 !important;
}

.hero-portrait-wrap {
  width: min(100%, 23rem) !important;
}

.portrait-card.hero-frame-card {
  min-height: 320px;
}

.hero-frame-image {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
}

@media (min-width: 768px) {
  .hero-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .portrait-card.hero-frame-card {
    min-height: 410px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: clamp(42px, 13vw, 64px) !important;
  }

  .hero-role-title {
    font-size: clamp(34px, 11vw, 54px) !important;
  }
}

/* Framed image reset: the artwork files already include their own frames. */
.exhibit-card-media,
.exhibit-title-frame,
.glimpse-frame {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.exhibit-card-media {
  padding: 0 !important;
}

.exhibit-title-frame {
  padding: 0 !important;
}

.exhibit-card-media img,
.exhibit-title-frame img,
.glimpse-art,
.hero-frame-image {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Button contrast reset: keep labels readable before and after hover. */
.museum-link,
.deck-link-button,
.execution-link {
  border-color: var(--charcoal) !important;
  background: var(--gallery-white) !important;
  color: var(--charcoal) !important;
}

.museum-link:hover,
.museum-link:focus-visible,
.deck-link-button:hover,
.deck-link-button:focus-visible,
.execution-link:hover,
.execution-link:focus-visible {
  border-color: var(--brass) !important;
  background: var(--charcoal) !important;
  color: var(--gallery-white) !important;
}

/* Title plaque reset: restore the earlier dark title-wall card treatment. */
.exhibit-title-copy {
  max-width: 48rem !important;
  padding: 1.35rem !important;
  border: 0 !important;
  border-radius: 1.45rem !important;
  background: rgba(18, 18, 18, 0.94) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 12px 26px rgba(18, 18, 18, 0.08) !important;
}

.exhibit-title-copy::after {
  display: none !important;
}

.exhibit-title-copy .eyebrow {
  color: rgba(255, 255, 255, 0.56) !important;
}

.exhibit-title-copy h1,
.exhibit-title-copy h2,
.exhibit-title-copy .exhibit-title {
  color: rgba(255, 255, 255, 0.94) !important;
}

.exhibit-title-copy p {
  color: rgba(255, 255, 255, 0.68) !important;
}

/* Compact navbar refinement. */
.top-nav > div:first-child {
  min-height: 3.45rem !important;
  padding-top: 0.45rem !important;
  padding-bottom: 0.45rem !important;
}

.top-nav a[href="index.html"]:first-child {
  font-weight: 600 !important;
}

.nav-link {
  font-weight: 500 !important;
}

.nav-link::before {
  font-weight: 400 !important;
}

.mobile-nav-link {
  font-weight: 500 !important;
}

/* Title wall correction: remove dark plaque cards and keep readable black text. */
.exhibit-title-copy {
  max-width: 58rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--charcoal) !important;
  box-shadow: none !important;
}

.exhibit-title-copy::after {
  content: "" !important;
  display: block !important;
  width: min(100%, 42rem) !important;
  height: 1px !important;
  margin-top: 1.5rem !important;
  background: var(--stone) !important;
}

.exhibit-title-copy .eyebrow {
  color: var(--deep-olive) !important;
}

.exhibit-title-copy h1,
.exhibit-title-copy h2,
.exhibit-title-copy .exhibit-title,
.exhibit-title-copy p {
  color: var(--charcoal) !important;
}

.exhibit-title-copy p:last-child {
  color: rgba(59, 56, 51, 0.62) !important;
}

/* Final spacing correction for gallery/title walls. */
main > .gallery-section:first-child {
  padding-top: clamp(1.6rem, 3.5vw, 2.8rem) !important;
}

.gallery-section.pt-0 {
  padding-top: 0 !important;
}

.gallery-section.pt-2 {
  padding-top: 0.5rem !important;
}

/* Keep active nav labels visually consistent with the other room numbers. */
.top-nav .nav-link,
.top-nav .nav-link[aria-current="page"],
.top-nav nav a.nav-link.nav-link,
.top-nav nav a.nav-link.nav-link[aria-current="page"] {
  color: rgba(59, 56, 51, 0.76) !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

.top-nav .nav-link::before,
.top-nav .nav-link[aria-current="page"]::before,
.top-nav nav a.nav-link.nav-link::before,
.top-nav nav a.nav-link.nav-link[aria-current="page"]::before {
  color: var(--brass) !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: 0.78em !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
}

.top-nav .nav-link::after,
.top-nav .nav-link[aria-current="page"]::after,
.top-nav nav a.nav-link.nav-link::after,
.top-nav nav a.nav-link.nav-link[aria-current="page"]::after {
  content: "" !important;
  display: block !important;
  background: var(--museum-red) !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 500ms ease !important;
}

.top-nav .nav-link[aria-current="page"]::after,
.top-nav .nav-link:hover::after,
.top-nav nav a.nav-link.nav-link[aria-current="page"]::after,
.top-nav nav a.nav-link.nav-link:hover::after {
  transform: scaleX(1) !important;
}

.top-nav .nav-link:hover,
.top-nav .nav-link[aria-current="page"],
.top-nav nav a.nav-link.nav-link:hover,
.top-nav nav a.nav-link.nav-link[aria-current="page"] {
  color: rgba(59, 56, 51, 0.76) !important;
}

/* Design test switcher. */
.design-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(23, 22, 20, 0.18);
  border-radius: 999px;
  background: rgba(250, 248, 243, 0.74);
  color: var(--charcoal);
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.design-toggle:hover,
.design-toggle:focus-visible {
  border-color: var(--brass);
  background: var(--charcoal);
  color: var(--gallery-white);
  transform: translateY(-1px);
  outline: none;
}

/* Strategy Innovation Lab test theme. Scoped behind the header switch. */
body.lab-theme {
  color-scheme: dark;
  --lab-black: #050505;
  --carbon: #111111;
  --graphite: #1c1c1c;
  --concrete: #e7e4dd;
  --signal-white: #f6f4ee;
  --muted-gray: #8c8c8c;
  --grid-line: rgba(246, 244, 238, 0.14);
  --grid-line-dark: rgba(5, 5, 5, 0.12);
  --volt: #d7ff2f;
  --signal-red: #ff3b30;
  --data-blue: #4d8dff;
  --charcoal: var(--signal-white);
  --muted-ink: rgba(246, 244, 238, 0.72);
  --paper: var(--lab-black);
  --wall: var(--lab-black);
  --gallery-white: var(--carbon);
  --stone: rgba(246, 244, 238, 0.16);
  --brass: var(--volt);
  --deep-olive: var(--volt);
  --museum-red: var(--signal-red);
  background:
    radial-gradient(circle at 82% 12%, rgba(77, 141, 255, 0.13), transparent 24rem),
    radial-gradient(circle at 14% 86%, rgba(215, 255, 47, 0.08), transparent 18rem),
    linear-gradient(180deg, var(--lab-black), var(--carbon));
  color: var(--signal-white);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.lab-theme::before {
  opacity: 1;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(rgba(246, 244, 238, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 244, 238, 0.05) 1px, transparent 1px);
  background-size: 48px 48px, 48px 48px, 192px 192px, 192px 192px;
  mix-blend-mode: normal;
}

body.lab-theme::after,
body.lab-theme .section-wash,
body.lab-theme .hero-section::after {
  display: none !important;
}

body.lab-theme .font-serif,
body.lab-theme h1,
body.lab-theme h2,
body.lab-theme h3,
body.lab-theme .hero-title,
body.lab-theme .hero-role-title,
body.lab-theme .section-title,
body.lab-theme .exhibit-title,
body.lab-theme .exhibit-card-title,
body.lab-theme .glimpse-title,
body.lab-theme .strategy-plaque-item dd strong,
body.lab-theme .closet-plaque h2,
body.lab-theme .research-stat-value,
body.lab-theme .proof-card span,
body.lab-theme .nba-stat-card span,
body.lab-theme .dove-stat-card span,
body.lab-theme .dove-interpretation {
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif !important;
  letter-spacing: -0.035em !important;
}

body.lab-theme,
body.lab-theme button,
body.lab-theme input,
body.lab-theme textarea,
body.lab-theme select,
body.lab-theme .font-sans,
body.lab-theme .museum-label,
body.lab-theme .eyebrow,
body.lab-theme .nav-link,
body.lab-theme .mobile-nav-link,
body.lab-theme .museum-link,
body.lab-theme .deck-link-button,
body.lab-theme figcaption,
body.lab-theme .exhibit-card-meta,
body.lab-theme .exhibit-card-number,
body.lab-theme .contact-link-label {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.lab-theme .site-shell::before {
  background:
    linear-gradient(90deg, transparent, rgba(215, 255, 47, 0.22), transparent),
    radial-gradient(circle at 72% 28%, rgba(255, 59, 48, 0.08), transparent 18rem);
}

body.lab-theme .top-nav {
  border-bottom: 1px solid rgba(246, 244, 238, 0.14) !important;
  background: rgba(5, 5, 5, 0.84) !important;
  backdrop-filter: blur(18px);
}

body.lab-theme .top-nav > div:first-child {
  max-width: 100%;
  min-height: 3.75rem !important;
  padding-inline: clamp(1rem, 4vw, 2.75rem) !important;
}

body.lab-theme .top-nav a[href="index.html"]:first-child {
  color: var(--signal-white) !important;
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
}

body.lab-theme .top-nav a[href="index.html"]:first-child::after {
  content: " / Strategy Innovation Lab";
  color: rgba(246, 244, 238, 0.46);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
}

body.lab-theme .top-nav .nav-link,
body.lab-theme .top-nav .nav-link[aria-current="page"],
body.lab-theme .top-nav nav a.nav-link.nav-link,
body.lab-theme .top-nav nav a.nav-link.nav-link[aria-current="page"] {
  color: rgba(246, 244, 238, 0.7) !important;
  font-size: 0.66rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
}

body.lab-theme .top-nav .nav-link::before,
body.lab-theme .top-nav nav a.nav-link.nav-link::before {
  color: var(--volt) !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.86em !important;
}

body.lab-theme .top-nav .nav-link::after,
body.lab-theme .top-nav nav a.nav-link.nav-link::after {
  bottom: -0.72rem;
  height: 2px;
  background: var(--volt) !important;
}

body.lab-theme .top-nav .nav-link:hover,
body.lab-theme .top-nav .nav-link[aria-current="page"] {
  color: var(--signal-white) !important;
}

body.lab-theme .design-toggle {
  border-color: rgba(215, 255, 47, 0.42);
  background: rgba(215, 255, 47, 0.1);
  color: var(--volt);
}

body.lab-theme .design-toggle:hover,
body.lab-theme .design-toggle:focus-visible {
  background: var(--volt);
  color: var(--lab-black);
}

body.lab-theme .mobile-menu-toggle,
body.lab-theme [data-mobile-menu] {
  border-color: rgba(246, 244, 238, 0.16) !important;
  background: rgba(17, 17, 17, 0.96) !important;
  color: var(--signal-white) !important;
}

body.lab-theme .mobile-nav-link {
  border-color: rgba(246, 244, 238, 0.12) !important;
  color: rgba(246, 244, 238, 0.74) !important;
}

body.lab-theme .page-enter {
  background: transparent;
}

body.lab-theme .hero-section {
  min-height: calc(100vh - 3.75rem) !important;
  padding-top: clamp(3rem, 7vw, 7rem) !important;
  padding-bottom: clamp(3rem, 7vw, 7rem) !important;
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    radial-gradient(circle at 70% 18%, rgba(77, 141, 255, 0.2), transparent 22rem),
    var(--lab-black) !important;
  background-size: 48px 48px, 48px 48px, auto, auto !important;
}

body.lab-theme .hero-grid {
  max-width: min(100%, 88rem) !important;
}

body.lab-theme .hero-section .grid {
  align-items: stretch;
  gap: clamp(1rem, 3vw, 2.5rem) !important;
}

body.lab-theme .hero-section .eyebrow::before {
  content: "BRYCE PETERSON / STRATEGY SYSTEMS";
  display: block;
  margin-bottom: 0.5rem;
  color: var(--volt);
}

body.lab-theme .eyebrow,
body.lab-theme .museum-label,
body.lab-theme .exhibit-card-number,
body.lab-theme .exhibit-card-meta,
body.lab-theme figcaption,
body.lab-theme .contact-kicker {
  color: rgba(246, 244, 238, 0.62) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.lab-theme .hero-title {
  color: var(--signal-white) !important;
  font-size: clamp(4rem, 10.5vw, 10rem) !important;
  font-weight: 700 !important;
  line-height: 0.86 !important;
  text-transform: uppercase;
}

body.lab-theme .hero-role-title {
  color: var(--volt) !important;
  font-size: clamp(2.4rem, 6vw, 6.5rem) !important;
  font-weight: 700 !important;
  line-height: 0.9 !important;
  text-transform: uppercase;
}

body.lab-theme .hero-section p,
body.lab-theme .gallery-section p,
body.lab-theme .soft-panel p,
body.lab-theme .exhibit-title-copy p {
  color: rgba(246, 244, 238, 0.72) !important;
}

body.lab-theme [class*="text-charcoal"],
body.lab-theme [class*="text-ink"],
body.lab-theme [class*="text-olive"] {
  color: rgba(246, 244, 238, 0.72) !important;
}

body.lab-theme [class*="text-charcoal"] strong,
body.lab-theme [class*="text-ink"] strong,
body.lab-theme [class*="text-olive"] strong {
  color: var(--signal-white) !important;
}

body.lab-theme [class*="bg-paper"],
body.lab-theme [class*="bg-white"],
body.lab-theme [class*="bg-mist"] {
  background-color: rgba(17, 17, 17, 0.74) !important;
}

body.lab-theme .hero-portrait-wrap {
  width: min(100%, 26rem) !important;
}

body.lab-theme .portrait-card,
body.lab-theme .hero-frame-card {
  overflow: hidden;
  min-height: 460px !important;
  border: 1px solid rgba(246, 244, 238, 0.16) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    var(--graphite) !important;
  background-size: 24px 24px, 24px 24px, auto !important;
  box-shadow: none !important;
}

body.lab-theme .hero-frame-image,
body.lab-theme .portrait-image {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  filter: grayscale(1) contrast(1.08);
  mix-blend-mode: luminosity;
}

body.lab-theme .gallery-section,
body.lab-theme .wardrobe-archive {
  padding-top: clamp(4.5rem, 9vw, 8rem) !important;
  padding-bottom: clamp(4.5rem, 9vw, 8rem) !important;
  background: transparent !important;
}

body.lab-theme .gallery-section:nth-of-type(even) {
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    var(--carbon) !important;
  background-size: 48px 48px, 48px 48px, auto !important;
}

body.lab-theme .section-title,
body.lab-theme .exhibit-title {
  color: var(--signal-white) !important;
  font-size: clamp(3rem, 8vw, 8rem) !important;
  font-weight: 700 !important;
  line-height: 0.9 !important;
  text-transform: uppercase;
}

body.lab-theme .soft-panel,
body.lab-theme .wall-label,
body.lab-theme .resume-feature,
body.lab-theme .strategy-plaque,
body.lab-theme .contact-display,
body.lab-theme .contact-placard,
body.lab-theme .dove-context-panel,
body.lab-theme .dove-strategy-panel,
body.lab-theme .nba-opportunity-panel,
body.lab-theme .nba-insight-card,
body.lab-theme .nba-big-idea-card {
  border: 1px solid rgba(246, 244, 238, 0.14) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    rgba(17, 17, 17, 0.86) !important;
  background-size: 32px 32px, 32px 32px, auto !important;
  color: var(--signal-white) !important;
  box-shadow: none !important;
}

body.lab-theme .soft-panel h2,
body.lab-theme .soft-panel h3,
body.lab-theme .strategy-plaque h2,
body.lab-theme .contact-display h1,
body.lab-theme .contact-display h2 {
  color: var(--signal-white) !important;
}

body.lab-theme .museum-link,
body.lab-theme .deck-link-button,
body.lab-theme .execution-link {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 238, 0.26) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--signal-white) !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

body.lab-theme .museum-link::before,
body.lab-theme .deck-link-button::before,
body.lab-theme .execution-link::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 2px;
  background: var(--volt);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

body.lab-theme .museum-link:hover,
body.lab-theme .museum-link:focus-visible,
body.lab-theme .deck-link-button:hover,
body.lab-theme .deck-link-button:focus-visible,
body.lab-theme .execution-link:hover,
body.lab-theme .execution-link:focus-visible {
  border-color: var(--volt) !important;
  background: rgba(215, 255, 47, 0.08) !important;
  color: var(--volt) !important;
  transform: translateY(-1px);
}

body.lab-theme .museum-link:hover::before,
body.lab-theme .museum-link:focus-visible::before,
body.lab-theme .deck-link-button:hover::before,
body.lab-theme .deck-link-button:focus-visible::before,
body.lab-theme .execution-link:hover::before,
body.lab-theme .execution-link:focus-visible::before {
  transform: scaleX(1);
}

body.lab-theme .exhibit-card-grid,
body.lab-theme .featured-exhibit-grid,
body.lab-theme .closet-grid {
  gap: 1px !important;
  border: 1px solid rgba(246, 244, 238, 0.14);
  background: rgba(246, 244, 238, 0.14);
}

body.lab-theme .exhibit-card,
body.lab-theme .closet-card,
body.lab-theme .contact-link-card {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(246, 244, 238, 0.055), transparent 46%),
    var(--carbon) !important;
  color: var(--signal-white) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.lab-theme .exhibit-card::before,
body.lab-theme .closet-card::before,
body.lab-theme .contact-link-card::before {
  content: "VIEW CASE";
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  padding: 0.35rem 0.45rem;
  border: 1px solid rgba(215, 255, 47, 0.38);
  color: var(--volt);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 260ms ease, transform 260ms ease;
}

body.lab-theme .closet-card::before {
  content: "OPEN FILE";
}

body.lab-theme .contact-link-card::before {
  content: "CONNECT";
}

body.lab-theme .exhibit-card:hover,
body.lab-theme .exhibit-card:focus-visible,
body.lab-theme .closet-card:hover,
body.lab-theme .closet-card:focus-visible,
body.lab-theme .contact-link-card:hover,
body.lab-theme .contact-link-card:focus-visible {
  outline: 1px solid var(--volt) !important;
  outline-offset: -1px;
}

body.lab-theme .exhibit-card:hover::before,
body.lab-theme .exhibit-card:focus-visible::before,
body.lab-theme .closet-card:hover::before,
body.lab-theme .closet-card:focus-visible::before,
body.lab-theme .contact-link-card:hover::before,
body.lab-theme .contact-link-card:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}

body.lab-theme .exhibit-card-media {
  overflow: hidden;
  aspect-ratio: 16 / 11;
  border-bottom: 1px solid rgba(246, 244, 238, 0.14) !important;
  background: var(--graphite) !important;
}

body.lab-theme .exhibit-card-media img,
body.lab-theme .exhibit-title-frame img,
body.lab-theme .glimpse-art,
body.lab-theme .closet-image,
body.lab-theme .dove-featured-execution img,
body.lab-theme .nba-execution-image,
body.lab-theme .nba-gallery-image {
  border-radius: 0 !important;
  filter: grayscale(0.8) contrast(1.08) saturate(0.72);
  transition: transform 360ms ease, filter 360ms ease;
}

body.lab-theme .exhibit-card:hover .exhibit-card-media img,
body.lab-theme .exhibit-card:focus-visible .exhibit-card-media img {
  transform: scale(1.04);
  filter: grayscale(0.25) contrast(1.06) saturate(0.95);
}

body.lab-theme .exhibit-card-label {
  padding: clamp(1.2rem, 2.8vw, 2rem) !important;
}

body.lab-theme .exhibit-card-title {
  color: var(--signal-white) !important;
  font-size: clamp(1.55rem, 3vw, 2.8rem) !important;
  font-weight: 700 !important;
  line-height: 0.96 !important;
  text-transform: uppercase;
}

body.lab-theme .exhibit-card-payoff {
  color: rgba(246, 244, 238, 0.7) !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

body.lab-theme .exhibit-title-wall {
  padding-top: clamp(3rem, 7vw, 7rem) !important;
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    var(--lab-black) !important;
  background-size: 48px 48px, 48px 48px, auto !important;
}

body.lab-theme .exhibit-title-copy {
  max-width: 74rem !important;
}

body.lab-theme .exhibit-title-copy::after {
  background: rgba(215, 255, 47, 0.5) !important;
}

body.lab-theme .exhibit-title-copy .eyebrow {
  color: var(--volt) !important;
}

body.lab-theme .exhibit-title-copy h1,
body.lab-theme .exhibit-title-copy h2,
body.lab-theme .exhibit-title-copy .exhibit-title {
  color: var(--signal-white) !important;
}

body.lab-theme .exhibit-title-frame,
body.lab-theme .glimpse-frame {
  overflow: hidden;
  border: 1px solid rgba(246, 244, 238, 0.16) !important;
  border-radius: 0 !important;
  background: var(--graphite) !important;
}

body.lab-theme .strategy-plaque-grid {
  gap: 1px !important;
  border: 1px solid rgba(246, 244, 238, 0.14);
  background: rgba(246, 244, 238, 0.14);
}

body.lab-theme .strategy-plaque-item {
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(5, 5, 5, 0.6) !important;
}

body.lab-theme .strategy-plaque-item dt {
  color: var(--volt) !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
}

body.lab-theme .strategy-plaque-item dd,
body.lab-theme .strategy-plaque-item dd strong {
  color: var(--signal-white) !important;
}

body.lab-theme .research-card,
body.lab-theme .dove-stat-card,
body.lab-theme .quote-card,
body.lab-theme .nba-stat-card,
body.lab-theme .nba-quote-card,
body.lab-theme .proof-card,
body.lab-theme .dove-featured-execution,
body.lab-theme .nba-execution-card,
body.lab-theme .nba-gallery-card,
body.lab-theme .penguin-gallery-card,
body.lab-theme .ralph-gallery-card {
  border: 1px solid rgba(246, 244, 238, 0.14) !important;
  border-radius: 0 !important;
  background: rgba(17, 17, 17, 0.84) !important;
  color: var(--signal-white) !important;
  box-shadow: none !important;
}

body.lab-theme .wardrobe-item,
body.lab-theme .wardrobe-image,
body.lab-theme .archival-object,
body.lab-theme .closet-card {
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.lab-theme .wardrobe-string {
  background: var(--volt) !important;
}

body.lab-theme .contact-link-label,
body.lab-theme .contact-link-value {
  color: var(--signal-white) !important;
}

body.lab-theme footer {
  border-top: 1px solid rgba(246, 244, 238, 0.14) !important;
  background: var(--lab-black) !important;
}

body.lab-theme footer > div {
  max-width: 100%;
  color: rgba(246, 244, 238, 0.58) !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .design-toggle {
    margin-left: auto;
  }

  body.lab-theme .hero-section .grid {
    grid-template-columns: 1fr !important;
  }

  body.lab-theme .hero-title,
  body.lab-theme .section-title,
  body.lab-theme .exhibit-title {
    font-size: clamp(3.2rem, 17vw, 5.8rem) !important;
  }

  body.lab-theme .hero-role-title {
    font-size: clamp(2.5rem, 14vw, 5rem) !important;
  }

  body.lab-theme .hero-portrait-wrap {
    order: -1;
  }

  body.lab-theme .portrait-card,
  body.lab-theme .hero-frame-card {
    min-height: 340px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lab-theme *,
  body.lab-theme *::before,
  body.lab-theme *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Campaign-page light shading pass: keep individual exhibit sections readable. */
body:not(.lab-theme) .dove-insight-card,
body:not(.lab-theme) .dove-big-idea-card,
body:not(.lab-theme) .dove-tension-card,
body:not(.lab-theme) .nba-opportunity-panel,
body:not(.lab-theme) .nba-insight-card,
body:not(.lab-theme) .nba-big-idea-card,
body:not(.lab-theme) .nba-creative-panel,
body:not(.lab-theme) .nba-strategy-panel,
body:not(.lab-theme) .redbubble-insight-card,
body:not(.lab-theme) .redbubble-insight-card-alt,
body:not(.lab-theme) .redbubble-big-idea-card,
body:not(.lab-theme) .redbubble-strategy-panel,
body:not(.lab-theme) .redbubble-creative-panel,
body:not(.lab-theme) .strategy-line-card,
body:not(.lab-theme) .dove-context-panel,
body:not(.lab-theme) .dove-strategy-panel {
  border: 1px solid rgba(216, 208, 194, 0.9) !important;
  border-radius: 1.15rem !important;
  background:
    linear-gradient(135deg, rgba(250, 248, 243, 0.92), rgba(244, 240, 232, 0.78)),
    var(--gallery-white) !important;
  color: var(--charcoal) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.38),
    0 10px 24px rgba(23, 22, 20, 0.035) !important;
}

body:not(.lab-theme) .dove-insight-card *,
body:not(.lab-theme) .dove-big-idea-card *,
body:not(.lab-theme) .dove-tension-card *,
body:not(.lab-theme) .nba-opportunity-panel *,
body:not(.lab-theme) .nba-insight-card *,
body:not(.lab-theme) .nba-big-idea-card *,
body:not(.lab-theme) .nba-creative-panel *,
body:not(.lab-theme) .nba-strategy-panel *,
body:not(.lab-theme) .redbubble-insight-card *,
body:not(.lab-theme) .redbubble-insight-card-alt *,
body:not(.lab-theme) .redbubble-big-idea-card *,
body:not(.lab-theme) .redbubble-strategy-panel *,
body:not(.lab-theme) .redbubble-creative-panel *,
body:not(.lab-theme) .strategy-line-card *,
body:not(.lab-theme) .dove-context-panel *,
body:not(.lab-theme) .dove-strategy-panel * {
  color: var(--charcoal) !important;
}

body:not(.lab-theme) .dove-insight-card .eyebrow,
body:not(.lab-theme) .dove-big-idea-card .eyebrow,
body:not(.lab-theme) .dove-tension-card .eyebrow,
body:not(.lab-theme) .nba-opportunity-panel .eyebrow,
body:not(.lab-theme) .nba-insight-card .eyebrow,
body:not(.lab-theme) .nba-big-idea-card .eyebrow,
body:not(.lab-theme) .nba-creative-panel .eyebrow,
body:not(.lab-theme) .nba-strategy-panel .eyebrow,
body:not(.lab-theme) .redbubble-insight-card .eyebrow,
body:not(.lab-theme) .redbubble-insight-card-alt .eyebrow,
body:not(.lab-theme) .redbubble-big-idea-card .eyebrow,
body:not(.lab-theme) .redbubble-strategy-panel .eyebrow,
body:not(.lab-theme) .redbubble-creative-panel .eyebrow,
body:not(.lab-theme) .strategy-line-card .eyebrow,
body:not(.lab-theme) .dove-context-panel .eyebrow,
body:not(.lab-theme) .dove-strategy-panel .eyebrow {
  color: var(--deep-olive) !important;
}

body:not(.lab-theme) .dove-insight-card p,
body:not(.lab-theme) .dove-big-idea-card p,
body:not(.lab-theme) .dove-tension-card p,
body:not(.lab-theme) .nba-opportunity-panel p,
body:not(.lab-theme) .nba-insight-card p,
body:not(.lab-theme) .nba-big-idea-card p,
body:not(.lab-theme) .nba-creative-panel p,
body:not(.lab-theme) .nba-strategy-panel p,
body:not(.lab-theme) .redbubble-insight-card p,
body:not(.lab-theme) .redbubble-insight-card-alt p,
body:not(.lab-theme) .redbubble-big-idea-card p,
body:not(.lab-theme) .redbubble-strategy-panel p,
body:not(.lab-theme) .redbubble-creative-panel p,
body:not(.lab-theme) .strategy-line-card p,
body:not(.lab-theme) .dove-context-panel p,
body:not(.lab-theme) .dove-strategy-panel p {
  color: rgba(59, 56, 51, 0.72) !important;
}

.nsac-role-stack {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.nsac-role-panel {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
}

.nsac-presenter-panel,
.nsac-reflection-panel {
  max-width: 58rem;
}

.nsac-presenter-panel {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.nsac-slide-frame,
.nsac-pdf-frame,
.nsac-presenting-frame {
  margin: 0;
  border: 1px solid rgba(216, 208, 194, 0.9);
  background: #fffdf8;
}

.nsac-slide-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.nsac-presenting-frame {
  overflow: hidden;
}

.nsac-presenting-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 52% 58%;
  image-orientation: from-image;
}

.nsac-slide-frame figcaption,
.nsac-pdf-frame figcaption,
.nsac-presenting-frame figcaption {
  padding: 0.7rem 0.85rem;
  border-top: 1px solid rgba(216, 208, 194, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(79, 90, 69, 0.9);
}

.nsac-playbook-grid {
  display: grid;
  gap: 1rem;
}

.nsac-creative-grid {
  display: grid;
  gap: 1rem;
}

.nsac-creative-frame {
  display: grid;
  gap: 0;
  margin: 0;
  border: 1px solid rgba(216, 208, 194, 0.9);
  background: var(--gallery-white);
}

.nsac-creative-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 34rem;
  object-fit: contain;
  background: var(--gallery-white);
}

.nsac-creative-frame figcaption {
  padding: 0.7rem 0.85rem;
  border-top: 1px solid rgba(216, 208, 194, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(79, 90, 69, 0.9);
}

.nsac-pdf-frame iframe {
  display: block;
  width: 100%;
  height: clamp(24rem, 62vw, 42rem);
  border: 0;
  background: #fff;
}

.nsac-testing-grid {
  display: grid;
  gap: 1rem;
}

.nsac-reflection-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.nsac-reflection-list li {
  position: relative;
  padding-left: 1.5rem;
  color: rgba(59, 56, 51, 0.74);
  line-height: 1.7;
}

.nsac-reflection-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--brass);
}

.nsac-quotes-section {
  overflow: clip;
}

.nsac-quote-collage {
  columns: 1;
  column-gap: 1rem;
  min-height: 70vh;
}

.nsac-quote-collage blockquote {
  break-inside: avoid;
  margin: 0 0 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(216, 208, 194, 0.92);
  background:
    linear-gradient(135deg, rgba(250, 248, 243, 0.96), rgba(244, 240, 232, 0.78)),
    var(--gallery-white);
  color: rgba(23, 22, 20, 0.76);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(0.92rem, 1.45vw, 1.08rem);
  line-height: 1.7;
  transform: translateY(var(--quote-shift, 0px)) rotate(var(--quote-rotate, 0deg));
  transition: transform 0.08s linear;
  will-change: transform;
}

.nsac-quote-collage blockquote:nth-child(4n + 2) {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(232, 227, 216, 0.76)),
    var(--gallery-white);
}

.nsac-quote-collage blockquote:nth-child(4n + 3) {
  border-color: rgba(166, 124, 61, 0.35);
}

@media (min-width: 700px) {
  .nsac-playbook-grid,
  .nsac-creative-grid,
  .nsac-testing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsac-creative-frame-wide {
    grid-column: 1 / -1;
  }

  .nsac-testing-grid .nsac-slide-frame:last-child {
    grid-column: 1 / -1;
  }

  .nsac-quote-collage {
    columns: 2;
  }
}

@media (min-width: 980px) {
  .nsac-role-panel:first-child {
    grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 1.18fr);
    align-items: start;
  }

  .nsac-presenter-panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.78fr);
    align-items: center;
  }

  .nsac-testing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nsac-creative-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nsac-testing-grid .nsac-slide-frame:last-child {
    grid-column: auto;
  }

  .nsac-quote-collage {
    columns: 3;
    column-gap: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nsac-quote-collage blockquote {
    transform: none !important;
    transition: none;
  }
}

/* Global heading alignment: headings use the full available content column and wrap only when the container requires it. */
.hero-title,
.section-title,
.exhibit-title,
.exhibit-title-copy,
.gallery-section h1,
.gallery-section h2,
.gallery-section h3 {
  max-width: 100% !important;
}

.section-title,
.exhibit-title,
.exhibit-title-copy h1,
.exhibit-title-copy h2 {
  width: 100% !important;
  text-wrap: normal;
  overflow-wrap: normal;
  hyphens: manual;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none !important;
}

.inquiries-summary,
.inquiries-page-intro,
.contact-display {
  text-align: center;
}

.inquiries-summary .eyebrow,
.inquiries-page-intro .eyebrow,
.contact-display .contact-kicker {
  text-align: left;
}

.inquiries-summary p:not(.eyebrow),
.inquiries-page-intro p:not(.eyebrow),
.inquiries-summary .museum-link,
.contact-display {
  margin-left: auto;
  margin-right: auto;
}

.inquiries-summary .mt-6 {
  display: flex;
  justify-content: center;
}

.featured-exhibit-grid .exhibit-card {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.featured-exhibit-grid .exhibit-card::before {
  display: none !important;
}

.featured-exhibit-grid .exhibit-card-media {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.featured-exhibit-grid .exhibit-card-media img {
  width: min(100%, 18rem) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 14px 24px rgba(23, 22, 20, 0.08)) !important;
}

.featured-exhibit-grid .exhibit-card-label {
  display: grid !important;
  grid-template-rows: auto minmax(5.8rem, auto) auto 1fr !important;
  height: 100% !important;
  padding: 1.15rem !important;
  border: 1px solid var(--stone) !important;
  background: var(--gallery-white) !important;
}

.featured-exhibit-grid .exhibit-card-title {
  min-height: 5.8rem !important;
}

@media (min-width: 768px) {
  .featured-exhibit-grid {
    align-items: stretch !important;
  }

  .featured-exhibit-grid .exhibit-card {
    min-height: 37rem !important;
  }

  .featured-exhibit-grid .exhibit-card-media {
    height: 26rem !important;
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
  }

  .featured-exhibit-grid .exhibit-card-media img {
    max-height: 25rem !important;
    object-fit: contain !important;
  }

  .featured-exhibit-grid .exhibit-card-label {
    min-height: 15.75rem !important;
  }
}

/* Global copy alignment: body copy should wrap to its actual parent container, not an artificial narrow text measure. */
.gallery-section p[class*="leading"],
.soft-panel p,
.process-panel p,
.strategy-plaque dd,
.exhibit-card-payoff,
.dove-signal-list p,
.dove-interpretation,
.small-callout p,
.research-stat-card p,
.proof-card p,
.channel-card p,
.whiskas-mini-card p,
.whiskas-execution-card p,
.whiskas-supporting-card p,
.nba-research-copy p,
.redbubble-gallery-card p,
.penguin-gallery-card p,
.ralph-gallery-card p {
  max-width: 100% !important;
}

.gallery-section p[class*="max-w-2xl"],
.gallery-section p[class*="max-w-3xl"],
.gallery-section p[class*="max-w-md"] {
  max-width: 100% !important;
}

body:not(.lab-theme) .dove-stat-card,
body:not(.lab-theme) .dove-action-card,
body:not(.lab-theme) .dove-execution-card,
body:not(.lab-theme) .dove-works-card {
  border: 1px solid var(--stone) !important;
  background: var(--gallery-white) !important;
  box-shadow: none !important;
}

body:not(.lab-theme) .dove-example-lines span {
  background: rgba(244, 240, 232, 0.94) !important;
  box-shadow: inset 0 0 0 1px rgba(216, 208, 194, 0.86) !important;
}

body:not(.lab-theme) .whiskas-context-panel,
body:not(.lab-theme) .whiskas-research-panel,
body:not(.lab-theme) .proof-card,
body:not(.lab-theme) .whiskas-path-card,
body:not(.lab-theme) .whiskas-mini-card,
body:not(.lab-theme) .whiskas-execution-card,
body:not(.lab-theme) .whiskas-supporting-card {
  border: 1px solid var(--stone) !important;
  background: var(--gallery-white) !important;
  box-shadow: none !important;
}

body:not(.lab-theme) .whiskas-preview-link,
body:not(.lab-theme) .whiskas-supporting-preview {
  background: var(--gallery-white) !important;
}

body:not(.lab-theme) .whiskas-strategy-card,
body:not(.lab-theme) .whiskas-idea-card {
  border: 1px solid var(--stone) !important;
  background: var(--gallery-white) !important;
  box-shadow: none !important;
}

body:not(.lab-theme) .whiskas-strategy-card *,
body:not(.lab-theme) .whiskas-idea-card * {
  color: var(--charcoal) !important;
}

body:not(.lab-theme) .whiskas-strategy-card .eyebrow,
body:not(.lab-theme) .whiskas-idea-card .eyebrow {
  color: var(--deep-olive) !important;
}

body:not(.lab-theme) .whiskas-idea-card p {
  color: rgba(59, 56, 51, 0.72) !important;
}

body:not(.lab-theme) .redbubble-context-panel,
body:not(.lab-theme) .redbubble-strategy-panel,
body:not(.lab-theme) .redbubble-creative-panel,
body:not(.lab-theme) .redbubble-problem-card,
body:not(.lab-theme) .redbubble-insight-card,
body:not(.lab-theme) .redbubble-insight-card-alt,
body:not(.lab-theme) .redbubble-big-idea-card,
body:not(.lab-theme) .redbubble-popup-feature,
body:not(.lab-theme) .redbubble-audience-panel,
body:not(.lab-theme) .redbubble-stat-card,
body:not(.lab-theme) .redbubble-research-copy,
body:not(.lab-theme) .redbubble-media-copy,
body:not(.lab-theme) .redbubble-quote-card,
body:not(.lab-theme) .redbubble-execution-card,
body:not(.lab-theme) .redbubble-budget-card,
body:not(.lab-theme) .redbubble-kpi-grid article {
  border: 1px solid var(--stone) !important;
  background: var(--gallery-white) !important;
  box-shadow: none !important;
}

body:not(.lab-theme) .redbubble-value-list li,
body:not(.lab-theme) .redbubble-example-lines span,
body:not(.lab-theme) .redbubble-execution-image,
body:not(.lab-theme) .redbubble-gallery-image {
  background: var(--gallery-white) !important;
  box-shadow: inset 0 0 0 1px rgba(216, 208, 194, 0.86) !important;
}

body:not(.lab-theme) .redbubble-problem-card *,
body:not(.lab-theme) .redbubble-insight-card *,
body:not(.lab-theme) .redbubble-insight-card-alt *,
body:not(.lab-theme) .redbubble-big-idea-card *,
body:not(.lab-theme) .redbubble-popup-feature * {
  color: var(--charcoal) !important;
}

body:not(.lab-theme) .redbubble-problem-card .eyebrow,
body:not(.lab-theme) .redbubble-insight-card .eyebrow,
body:not(.lab-theme) .redbubble-insight-card-alt .eyebrow,
body:not(.lab-theme) .redbubble-big-idea-card .eyebrow,
body:not(.lab-theme) .redbubble-popup-feature .eyebrow {
  color: var(--deep-olive) !important;
}

body:not(.lab-theme) .redbubble-problem-card p,
body:not(.lab-theme) .redbubble-insight-card p,
body:not(.lab-theme) .redbubble-insight-card-alt p,
body:not(.lab-theme) .redbubble-big-idea-card p,
body:not(.lab-theme) .redbubble-popup-feature p {
  color: rgba(59, 56, 51, 0.72) !important;
}

body:not(.lab-theme) .nba-context-panel,
body:not(.lab-theme) .nba-creative-panel,
body:not(.lab-theme) .nba-strategy-panel,
body:not(.lab-theme) .nba-problem-panel,
body:not(.lab-theme) .nba-problem-panel p,
body:not(.lab-theme) .nba-stat-card,
body:not(.lab-theme) .nba-research-copy,
body:not(.lab-theme) .nba-quote-card,
body:not(.lab-theme) .nba-opportunity-panel,
body:not(.lab-theme) .nba-insight-card,
body:not(.lab-theme) .nba-big-idea-card,
body:not(.lab-theme) .nba-execution-card,
body:not(.lab-theme) .nba-fan-touchpoint,
body:not(.lab-theme) .nba-pairing-card,
body:not(.lab-theme) .nba-gallery-card,
body:not(.lab-theme) .nba-deck-cta {
  border: 1px solid var(--stone) !important;
  background: var(--gallery-white) !important;
  box-shadow: none !important;
}

body:not(.lab-theme) .nba-execution-image,
body:not(.lab-theme) .nba-gallery-image {
  background: var(--gallery-white) !important;
  box-shadow: inset 0 0 0 1px rgba(216, 208, 194, 0.86) !important;
}

body:not(.lab-theme) .nba-opportunity-panel *,
body:not(.lab-theme) .nba-insight-card *,
body:not(.lab-theme) .nba-big-idea-card * {
  color: var(--charcoal) !important;
}

body:not(.lab-theme) .nba-opportunity-panel .eyebrow,
body:not(.lab-theme) .nba-big-idea-card .eyebrow,
body:not(.lab-theme) .nba-fan-touchpoint .eyebrow {
  color: var(--deep-olive) !important;
}

body:not(.lab-theme) .nba-opportunity-panel p,
body:not(.lab-theme) .nba-insight-card p,
body:not(.lab-theme) .nba-big-idea-card p,
body:not(.lab-theme) .nba-fan-touchpoint p:last-child {
  color: rgba(59, 56, 51, 0.72) !important;
}

body:not(.lab-theme) .nba-problem-panel p,
body:not(.lab-theme) .nba-stat-card p,
body:not(.lab-theme) .nba-quote-card blockquote,
body:not(.lab-theme) .nba-execution-copy p,
body:not(.lab-theme) .nba-pairing-card p {
  color: rgba(59, 56, 51, 0.72) !important;
}

body:not(.lab-theme) .nba-stat-card span,
body:not(.lab-theme) .nba-research-copy h3,
body:not(.lab-theme) .nba-execution-copy h3,
body:not(.lab-theme) .nba-pairing-card span,
body:not(.lab-theme) .nba-deck-cta h2 {
  color: var(--charcoal) !important;
}

body:not(.lab-theme) .nba-quote-card figcaption,
body:not(.lab-theme) .nba-gallery-card figcaption {
  color: var(--deep-olive) !important;
}

body:not(.lab-theme) .brand-accent-panel,
body:not(.lab-theme) .penguin-insight-block,
body:not(.lab-theme) .small-callout,
body:not(.lab-theme) .research-stat-card,
body:not(.lab-theme) .social-system-grid .process-panel,
body:not(.lab-theme) .platform-layer,
body:not(.lab-theme) .platform-grid p,
body:not(.lab-theme) .penguin-gallery-card {
  border: 1px solid var(--stone) !important;
  background: var(--gallery-white) !important;
  box-shadow: none !important;
}

body:not(.lab-theme) .penguin-gallery-image {
  background: var(--gallery-white) !important;
  box-shadow: inset 0 0 0 1px rgba(216, 208, 194, 0.86) !important;
}
