.theme-journey-page .hero-photo {
  background-image: var(--page-hero);
  margin: 0;
}

.theme-journey-page .hero {
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: clamp(32px, 4vw, 56px);
}

.theme-journey-page .hero-copy h1 {
  font-size: 4.5rem;
  line-height: 1;
  max-width: none;
}

.theme-journey-page .section-head h2,
.theme-journey-page .dark-band h2 {
  font-size: clamp(2.25rem, 3.2vw, 2.85rem);
  line-height: 1.03;
}

.theme-journey-page .panel h3 {
  font-size: 1.5rem;
}

.theme-journey-page .hero-copy,
.theme-journey-page .hero-copy h1,
.theme-journey-page .headline-desktop,
.theme-journey-page .headline-mobile {
  min-width: 0;
  max-width: 100%;
}

.theme-journey-page[data-headline-scale="signature"] .hero-copy h1 {
  font-size: 4.75rem;
}

.theme-journey-page[data-headline-scale="tight"] .hero-copy h1 {
  font-size: 4rem;
}

.theme-journey-page[data-headline-scale="compact"] .hero-copy h1 {
  font-size: 3.5rem;
}

.theme-journey-page[data-page-id="brand-concept"] .hero-copy h1 {
  font-size: 4.375rem;
}

.theme-journey-page[data-page-id="campaign-concept"] .hero-copy h1 {
  font-size: 3.625rem;
}

.theme-journey-page[data-page-id="event-format"] .hero-copy h1,
.theme-journey-page[data-page-id="textile-pattern"] .hero-copy h1 {
  font-size: 4.125rem;
}

.theme-journey-page[data-page-id="jewelry-design"] .hero-copy h1,
.theme-journey-page[data-page-id="algorithm-concept"] .hero-copy h1 {
  font-size: 3.75rem;
}

.theme-journey-page[data-page-id="animation-concept"] .hero-copy h1 {
  font-size: 3.875rem;
}

.theme-journey-page[data-page-id="research-method"] .hero-copy h1 {
  font-size: 3.375rem;
}

.theme-journey-page[data-page-id="illustration-series"] .hero-copy h1,
.theme-journey-page[data-page-id="video-concept"] .hero-copy h1 {
  font-size: 4.375rem;
}

.theme-journey-page .headline-line {
  white-space: nowrap;
}

.theme-journey-page .headline-mobile {
  display: none;
}

.theme-journey-page .hero-evidence-link {
  display: inline-block;
  margin-top: 1px;
}

.theme-journey-page .artifact-pair {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.theme-journey-page .artifact-pair li {
  padding: 9px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .84rem;
}

.theme-journey-page .artifact-pair li::before {
  margin-right: 8px;
  color: var(--red);
  content: "—";
}

.theme-journey-page .moment-grid {
  margin-top: 24px;
}

.theme-journey-page .scenario-grid .panel {
  border-top: 2px solid var(--ink);
}

.theme-journey-page .scenario-grid .panel > p:last-child {
  margin: 0;
  color: var(--ink);
  line-height: 1.65;
}

.theme-journey-page .scenario-result {
  max-width: 76ch;
  margin: 24px 0 0;
  padding: 14px 18px;
  border-left: 3px solid var(--red);
  background: rgba(255, 253, 248, .42);
  color: var(--muted);
  line-height: 1.65;
}

.theme-journey-page .scenario-result strong {
  color: var(--ink);
}

.theme-journey-page .registration-mode {
  display: grid;
  margin-top: 28px;
  padding: 26px;
  border: 1px solid var(--ink);
  border-left: 5px solid var(--red);
  background: rgba(255, 253, 248, .55);
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .9fr) auto;
  align-items: center;
  gap: 28px;
}

.theme-journey-page .registration-mode-copy h3 {
  margin: 8px 0 10px;
  font: 600 clamp(1.9rem, 2.7vw, 2.55rem)/1.02 var(--display);
  letter-spacing: -.025em;
}

.theme-journey-page .registration-mode-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.theme-journey-page .registration-mode ol {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.5;
}

.theme-journey-page .registration-mode li + li {
  margin-top: 7px;
}

.theme-journey-page .registration-mode .button {
  white-space: nowrap;
}

.theme-journey-page .hero-tip {
  display: grid;
  width: var(--wrap);
  margin: 38px auto 0;
  padding: 24px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.theme-journey-page .hero-tip > .eyebrow {
  align-self: start;
  margin-top: 8px;
}

.theme-journey-page .hero-tip h2 {
  margin: 0 0 6px;
  font: 600 clamp(1.95rem, 2.7vw, 2.55rem)/1 var(--display);
  letter-spacing: -.025em;
}

.theme-journey-page .hero-tip div p {
  max-width: 70ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.theme-journey-page .hero-tip .button {
  white-space: nowrap;
}

.theme-journey-page .theme-related {
  width: var(--wrap);
  margin: 22px auto 0;
  color: #c9c0b3;
  font-size: .78rem;
}

.theme-journey-page .theme-related a {
  color: #fff;
  text-underline-offset: 4px;
}

.theme-journey-hub .hub-intro {
  width: var(--wrap);
  margin: 0 auto;
  padding: 72px 0 54px;
  border-top: 2px solid var(--ink);
}

.theme-journey-hub .hub-intro h1 {
  max-width: 850px;
  margin: 18px 0 22px;
  font: 600 clamp(3.1rem, 6vw, 5.7rem)/.94 var(--display);
  letter-spacing: -.045em;
}

.theme-journey-hub .hub-intro h1 em {
  color: var(--red);
  font-style: italic;
}

.theme-journey-hub .hub-headline-mobile {
  display: none;
}

.theme-journey-hub .hub-intro > p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.theme-journey-hub .theme-hub-grid {
  display: grid;
  width: var(--wrap);
  margin: 0 auto;
  padding: 62px 0 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 72px;
}

.theme-journey-hub .theme-hub-group {
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}

.theme-journey-hub .theme-hub-group h2 {
  margin: 8px 0 20px;
  font: 600 clamp(2rem, 3.2vw, 3.1rem)/1 var(--display);
  letter-spacing: -.03em;
}

.theme-journey-hub .theme-hub-group ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.theme-journey-hub .theme-hub-group a {
  display: grid;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  grid-template-columns: 150px 1fr;
  gap: 18px;
}

.theme-journey-hub .theme-hub-group a:hover span {
  color: var(--red);
}

.theme-journey-hub .theme-hub-group a span {
  font-weight: 800;
}

.theme-journey-hub .theme-hub-group a small {
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .theme-journey-page .hero {
    grid-template-columns: 1fr;
  }

  .theme-journey-page .hero-photo {
    width: min(440px, calc(100% - 26px));
    background-image: var(--page-hero);
  }

  .theme-journey-hub .theme-hub-grid {
    grid-template-columns: 1fr;
  }

  .theme-journey-page .registration-mode {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .theme-journey-page .registration-mode .button {
    justify-self: start;
  }

  .theme-journey-page .hero-tip {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .theme-journey-page .hero-tip > .eyebrow {
    margin: 0;
  }

  .theme-journey-page .hero-tip .button {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .theme-journey-page .hero-photo {
    background-image: var(--page-hero);
  }

  .theme-journey-page .headline-line {
    white-space: nowrap;
  }

  .theme-journey-page .headline-desktop {
    display: none;
  }

  .theme-journey-page .headline-mobile {
    display: block;
  }

  .theme-journey-page .hero-copy h1 {
    font-size: 2.75rem;
    line-height: 1.01;
  }

  .theme-journey-page[data-headline-scale="signature"] .hero-copy h1 {
    font-size: 2.75rem;
  }

  .theme-journey-page[data-headline-scale="tight"] .hero-copy h1 {
    font-size: 2.625rem;
  }

  .theme-journey-page[data-headline-scale="compact"] .hero-copy h1 {
    font-size: 2.45rem;
  }

  .theme-journey-page .section-head h2,
  .theme-journey-page .dark-band h2 {
    font-size: 2.15rem;
  }

  .theme-journey-page .panel h3 {
    font-size: 1.45rem;
  }

  .theme-journey-page[data-page-id="product-concept"] .hero-copy h1 {
    font-size: 2.4rem;
  }

  .theme-journey-page[data-page-id="brand-concept"] .hero-copy h1,
  .theme-journey-page[data-page-id="event-format"] .hero-copy h1,
  .theme-journey-page[data-page-id="textile-pattern"] .hero-copy h1,
  .theme-journey-page[data-page-id="animation-concept"] .hero-copy h1,
  .theme-journey-page[data-page-id="illustration-series"] .hero-copy h1,
  .theme-journey-page[data-page-id="video-concept"] .hero-copy h1 {
    font-size: 2.75rem;
  }

  .theme-journey-page[data-page-id="campaign-concept"] .hero-copy h1,
  .theme-journey-page[data-page-id="jewelry-design"] .hero-copy h1,
  .theme-journey-page[data-page-id="algorithm-concept"] .hero-copy h1,
  .theme-journey-page[data-page-id="research-method"] .hero-copy h1 {
    font-size: 2.625rem;
  }

  .theme-journey-page[data-page-id="voice-note"] .hero-copy h1 {
    font-size: 2.5rem;
  }

  .theme-journey-page[data-page-id="rental-documents"] .hero-copy h1 {
    font-size: 2.2rem;
  }

  .theme-journey-page .hero-evidence-link {
    font-size: .72rem;
  }

  .theme-journey-hub .hub-intro {
    padding: 40px 0 34px;
  }

  .theme-journey-hub .hub-intro h1 {
    font-size: clamp(2.6rem, 13vw, 3.5rem);
  }

  .theme-journey-hub .hub-headline-desktop {
    display: none;
  }

  .theme-journey-hub .hub-headline-mobile {
    display: block;
  }

  .theme-journey-hub .theme-hub-grid {
    padding: 42px 0 52px;
    gap: 38px;
  }

  .theme-journey-hub .theme-hub-group a {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .theme-journey-page .registration-mode {
    padding: 20px;
    gap: 20px;
  }

  .theme-journey-page .registration-mode .button {
    width: 100%;
    white-space: normal;
  }

  .theme-journey-page .hero-tip {
    margin-top: 26px;
    padding: 20px 0;
  }

  .theme-journey-page .hero-tip .button {
    width: 100%;
    white-space: normal;
  }
}
