/* Homepage redesign, July 2026.
   Editorial scale and scroll choreography translated into Mariah's brand. */

@font-face {
  font-family: 'Mariah Display';
  src: url('/assets/fonts/nimbus-sans-becker-pbla-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Mariah Text';
  src: url('/assets/fonts/helvetica-now-text-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: 'Mariah Text';
  src: url('/assets/fonts/helvetica-now-text-black.ttf') format('truetype');
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
}

html {
  overflow-x: clip;
}

body.home-redesign {
  overflow-x: clip;
  background: var(--cream);
  font-family: 'Mariah Text', 'Helvetica Neue', Arial, sans-serif;
}

.home-redesign .cd-bar:not(.hidden) {
  position: relative;
  z-index: 1200;
}

.home-redesign .btn {
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
}

.home-section-kicker {
  margin: 0 0 18px;
  font-family: 'Mariah Text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Header */
.home-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  height: 84px;
  background: var(--cream);
  border-bottom: 1px solid rgba(208, 46, 46, 0.16);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.home-header.is-scrolled {
  background: var(--red);
  box-shadow: 0 10px 28px rgba(47, 45, 45, 0.13);
}

.home-header__inner {
  width: min(100% - 48px, 1440px);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) auto minmax(240px, 0.8fr);
  align-items: center;
  gap: 30px;
}

.home-header__brand {
  position: relative;
  width: clamp(188px, 15vw, 220px);
  height: 34px;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.home-header__logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-50%);
  transition: opacity 180ms ease;
}

.home-header__logo--red {
  opacity: 1;
}

.home-header__logo--cream {
  opacity: 0;
}

.home-header.is-scrolled .home-header__logo--red {
  opacity: 0;
}

.home-header.is-scrolled .home-header__logo--cream {
  opacity: 1;
}

.home-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-header__menu a,
.home-header__menu button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  font-family: 'Mariah Text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.71rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  color: var(--black);
  white-space: nowrap;
}

.home-header__menu a:hover,
.home-header__menu button:hover {
  color: var(--red);
}

.home-header .site-nav__dropdown-caret {
  margin-left: 0.25em;
}

.home-header .site-nav__dropdown-menu {
  top: calc(100% + 20px);
}

.home-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.home-header__social {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--red);
}

.home-header__social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.home-header__cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  margin-left: 7px;
  border-radius: 999px;
  background: var(--red);
  color: var(--cream);
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
}

.home-header__cta:hover {
  background: var(--black);
  text-decoration: none;
}

.home-header__toggle {
  display: none;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: var(--red);
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-header.is-scrolled .home-header__brand,
.home-header.is-scrolled .home-header__menu a,
.home-header.is-scrolled .home-header__menu button,
.home-header.is-scrolled .home-header__social,
.home-header.is-scrolled .home-header__toggle {
  color: var(--cream);
}

.home-header.is-scrolled .home-header__cta {
  background: var(--cream);
  color: var(--red);
}

/* Full-bleed horizontal hero */
.home-hero {
  position: relative;
  width: 100%;
  height: clamp(650px, calc(100svh - 84px), 920px);
  min-height: 650px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(54px, 8vh, 90px) clamp(20px, 4vw, 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 23% 27%, rgba(255, 250, 231, 0.76), transparent 27%),
    linear-gradient(118deg, #b82028 0%, var(--red) 23%, var(--orange) 58%, #efae78 79%, #f6d8b8 100%);
  color: var(--cream);
}

.home-hero::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 34, 37, 0.34), rgba(24, 34, 37, 0.08) 42%, rgba(24, 34, 37, 0.2));
  pointer-events: none;
}

.home-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
}

.home-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 51%;
}

.home-hero__title {
  --hero-title-shift: 0px;
  --hero-title-scale: 1;
  position: relative;
  z-index: 1;
  width: min(100%, 1500px);
  margin: 0;
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: clamp(6rem, 14vw, 13rem);
  font-weight: 400;
  line-height: 0.87;
  letter-spacing: -0.015em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 4px 30px rgba(47, 45, 45, 0.16);
  transform: translate3d(0, var(--hero-title-shift), 0) scale(var(--hero-title-scale));
  transform-origin: 50% 20%;
  will-change: transform;
}

.home-hero__title em {
  display: inline-block;
  margin: 0 0.035em;
  font-family: 'Playfair Display', serif;
  font-size: 0.82em;
  font-weight: 500;
  letter-spacing: -0.07em;
  text-transform: none;
}

.home-hero__callout {
  position: absolute;
  z-index: 2;
  width: clamp(150px, 15vw, 220px);
  color: var(--cream);
  filter: drop-shadow(0 3px 10px rgba(47, 45, 45, 0.24));
  pointer-events: none;
}

.home-hero__callout p {
  margin: 0;
  font-family: 'Mariah Text', Helvetica, Arial, sans-serif;
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-hero__callout svg {
  display: block;
  width: clamp(72px, 7vw, 108px);
  height: auto;
  margin-top: 7px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-hero__callout--one {
  top: 35%;
  left: calc(50% - 268px);
}

.home-hero__callout--one svg {
  margin-left: 42%;
}

.home-hero__callout--two {
  top: 37%;
  right: auto;
  left: calc(50% + 115px);
  text-align: right;
}

.home-hero__callout--two svg {
  margin-left: auto;
  margin-right: 38%;
  transform: translateX(-20px);
}

.home-hero__callout--three {
  top: 57%;
  left: calc(50% - 282px);
}

.home-hero__callout--three svg {
  margin-top: -2px;
  margin-left: 40%;
  transform: translateY(-20%);
}

/* Sticky Mariah introduction */
.home-manifesto {
  position: relative;
  height: 1440px;
  overflow: clip;
  background: var(--cream);
  border-top: 1px solid rgba(208, 46, 46, 0.12);
}

.home-manifesto__sticky {
  position: sticky;
  z-index: 3;
  top: 84px;
  height: calc(100svh - 84px);
  min-height: 650px;
  display: grid;
  place-items: center;
  padding: 60px 24px;
}

.home-manifesto__copy {
  width: min(820px, 70vw);
  text-align: center;
}

.home-manifesto__eyebrow {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-manifesto__title {
  margin: 0;
  color: var(--red);
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

.home-manifesto__title em {
  font-family: 'Playfair Display', serif;
  font-size: 0.82em;
  font-weight: 500;
  text-transform: none;
}

.home-manifesto__body {
  width: min(650px, 100%);
  margin: 25px auto 0;
  color: var(--black);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  line-height: 1.72;
}

.home-manifesto__body p {
  margin: 0 0 14px;
}

.home-manifesto__signoff {
  width: min(690px, 100%);
  margin: 23px auto 0;
  color: var(--red);
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
  font-style: italic;
  line-height: 1.3;
}

.orbit-object {
  --orbit-x: 0px;
  --orbit-y: 0px;
  --orbit-rotate: 0deg;
  position: absolute;
  z-index: 6;
  display: grid;
  place-items: center;
  color: var(--red);
  transform: translate3d(var(--orbit-x), var(--orbit-y), 0) rotate(var(--orbit-rotate));
  will-change: transform;
}

.orbit-object--logo {
  aspect-ratio: 1;
  padding: 14px;
  border: 1px solid rgba(208, 46, 46, 0.16);
  border-radius: 32%;
  background: rgba(255, 250, 231, 0.88);
  box-shadow:
    0 18px 42px rgba(47, 45, 45, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.orbit-object--logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.orbit-object--openai {
  left: 6%;
  top: 31%;
  width: 116px;
}

.orbit-object--gemini {
  right: 7%;
  top: 34%;
  width: 124px;
}

.orbit-object--claude {
  left: 6%;
  top: 68%;
  width: 122px;
}

.orbit-object--meta {
  right: 7%;
  top: 73%;
  width: 136px;
  padding: 20px 10px;
}

/* Challenge split */
.home-challenge {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 900px;
  background: var(--red);
  color: var(--cream);
}

.home-challenge__visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.home-challenge__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.home-challenge__number {
  position: absolute;
  top: 30px;
  left: 34px;
  color: var(--cream);
  font-family: 'Playfair Display', serif;
  font-size: clamp(5rem, 9vw, 10rem);
  line-height: 1;
  text-shadow: 0 4px 18px rgba(47, 45, 45, 0.25);
}

.home-challenge__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(65px, 8vw, 130px);
}

.home-challenge__title {
  margin: 0 0 28px;
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: clamp(3.8rem, 5vw, 6.5rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

.home-challenge__title em {
  font-family: 'Playfair Display', serif;
  font-size: 0.83em;
  font-weight: 500;
  text-transform: none;
}

.home-challenge__title > span {
  display: block;
  white-space: nowrap;
}

.home-challenge__content > p:not(.home-section-kicker):not(.home-challenge__deadline) {
  width: min(620px, 100%);
  margin: 0 0 18px;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.72;
}

.home-challenge__button {
  align-self: flex-start;
  margin-top: 15px;
  background: var(--cream);
  color: var(--red);
}

.home-challenge__button:hover {
  background: var(--black);
  color: var(--cream);
}

.home-challenge__deadline {
  margin: 15px 0 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Numbered resource pathways */
.home-paths {
  position: relative;
  padding: 0 0 clamp(80px, 10vw, 150px);
  overflow: hidden;
  background: #eadac8;
  color: var(--black);
}

.home-paths__marquee {
  width: 100%;
  overflow: hidden;
  color: var(--red);
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.35rem, 4.8vw, 5rem);
  line-height: 1.1;
  white-space: nowrap;
}

.home-paths__marquee-track {
  width: max-content;
  display: flex;
  will-change: transform;
  animation: home-paths-marquee 30s linear infinite;
}

.home-paths__marquee-track span {
  display: block;
  padding-right: 0.22em;
}

@keyframes home-paths-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.home-paths__layout {
  width: min(100% - 64px, 1380px);
  margin: clamp(50px, 7vw, 100px) auto 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(60px, 9vw, 140px);
}

.home-paths__visual {
  position: sticky;
  top: 120px;
}

.home-paths__visual img {
  width: 100%;
  height: min(68vw, 760px);
  object-fit: cover;
  object-position: 50% 30%;
}

.home-paths__visual span {
  display: inline-block;
  margin-top: -22px;
  margin-left: 26px;
  padding: 12px 18px;
  transform: rotate(-4deg);
  background: var(--red);
  color: var(--cream);
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-paths__visual span em {
  font-family: 'Playfair Display', serif;
  font-size: 1.05em;
  font-weight: 500;
  text-transform: none;
}

.home-paths__content {
  padding-top: 20px;
}

.home-paths__content .home-section-kicker {
  color: var(--red);
}

.home-paths__title {
  margin: 0 0 36px;
  color: var(--red);
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: clamp(4rem, 7vw, 7.2rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

.home-paths__title em {
  font-family: 'Playfair Display', serif;
  font-size: 0.83em;
  font-weight: 500;
  text-transform: none;
}

.home-paths__title > span {
  display: block;
  white-space: nowrap;
}

.home-paths__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-paths__list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 32px 0 38px;
  border-top: 1px solid rgba(47, 45, 45, 0.42);
}

.home-paths__number {
  color: var(--red);
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  line-height: 1;
}

.home-paths__list h3 {
  margin: 0 0 10px;
  color: var(--red);
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}

.home-paths__list p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.65;
}

.home-paths__list a {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Editorial guide layout */
.home-guides {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 4vw, 64px);
  background: var(--cream);
}

.home-guides__heading {
  width: min(100%, 1380px);
  margin: 0 auto clamp(45px, 7vw, 90px);
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.36fr);
  align-items: end;
  gap: 40px;
}

.home-guides__heading .home-section-kicker {
  color: var(--orange);
}

.home-guides__heading h2 {
  margin: 0;
  color: var(--red);
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: clamp(5rem, 11vw, 11rem);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.home-guides__heading h2 em {
  font-family: 'Playfair Display', serif;
  font-size: 0.82em;
  font-weight: 500;
  text-transform: none;
}

.home-guides__heading > p {
  margin: 0 0 10px;
  color: var(--black);
  font-size: 1rem;
  line-height: 1.65;
}

.home-guides__grid {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(47, 45, 45, 0.35);
  border-left: 1px solid rgba(47, 45, 45, 0.35);
}

.home-guide-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 56px);
  border-right: 1px solid rgba(47, 45, 45, 0.35);
  border-bottom: 1px solid rgba(47, 45, 45, 0.35);
  background: var(--cream);
  color: var(--black);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.home-guide-card:hover {
  background: var(--red);
  color: var(--cream);
  text-decoration: none;
}

.home-guide-card h3 {
  margin: 0 0 17px;
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.home-guide-card p {
  max-width: 620px;
  margin: 0 0 26px;
  font-size: 0.98rem;
  line-height: 1.65;
}

.home-guide-card__link {
  margin-top: auto;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-guide-card:hover .home-guide-card__link {
  color: var(--cream);
}

.home-guides__all {
  display: table;
  margin: 45px auto 0;
  background: var(--red);
  color: var(--cream);
}

/* Social split */
.home-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  background: var(--red);
  color: var(--cream);
}

.home-social__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px);
}

.home-social h2 {
  margin: 0 0 28px;
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

.home-social h2 em {
  font-family: 'Playfair Display', serif;
  font-size: 0.83em;
  font-weight: 500;
  text-transform: none;
}

.home-social__content > p:not(.home-section-kicker) {
  width: min(540px, 100%);
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
}

.home-social__buttons {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.home-social__buttons .btn {
  background: var(--cream);
  color: var(--red);
}

.home-social__visual {
  min-height: 680px;
  overflow: hidden;
}

.home-social__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

/* Footer */
.home-footer {
  padding: clamp(60px, 8vw, 110px) clamp(24px, 5vw, 78px) 26px;
  background: #21110e;
  color: var(--cream);
}

.home-footer__brand {
  padding: 48px 0 55px;
  border-top: 1px solid rgba(255, 250, 231, 0.25);
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: clamp(3.2rem, 8vw, 9.6rem);
  line-height: 0.88;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-footer__brand em {
  font-family: 'Playfair Display', serif;
  font-size: 0.82em;
  font-weight: 500;
  text-transform: none;
}

.home-footer__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.15fr 0.8fr 1.3fr;
  gap: clamp(28px, 5vw, 80px);
  padding: 0 0 65px;
}

.home-footer__grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-footer__label {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-footer a,
.home-footer span {
  color: var(--cream);
  font-size: 0.88rem;
  line-height: 1.9;
}

.home-footer__cta p:not(.home-footer__label) {
  margin: 0 0 18px;
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  line-height: 1.25;
}

.home-footer__cta a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--red);
  font-family: 'Mariah Display', 'Arial Narrow', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
}

.home-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 250, 231, 0.25);
}

.home-footer__bottom span {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .home-header__inner {
    grid-template-columns: 1fr auto;
  }

  .home-header__toggle {
    display: block;
    justify-self: end;
  }

  .home-header__menu,
  .home-header__actions {
    display: none;
  }

  .home-header[data-open="true"] {
    height: auto;
  }

  .home-header[data-open="true"] .home-header__inner {
    min-height: 84px;
    grid-template-rows: 84px auto auto;
  }

  .home-header[data-open="true"] .home-header__menu {
    grid-column: 1 / -1;
    display: grid;
    width: 100%;
    gap: 0;
    padding: 14px 0;
    border-top: 1px solid rgba(208, 46, 46, 0.2);
  }

  .home-header[data-open="true"] .home-header__menu li {
    width: 100%;
  }

  .home-header[data-open="true"] .home-header__menu a,
  .home-header[data-open="true"] .home-header__menu button {
    display: block;
    width: 100%;
    padding: 11px 0;
    text-align: center;
  }

  .home-header[data-open="true"] .home-header__actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    padding: 4px 0 22px;
  }

  .home-header .site-nav__dropdown-menu {
    position: static;
    width: min(420px, 100%);
    margin: 3px auto 12px;
    transform: none;
  }

  .home-header.is-scrolled[data-open="true"] .home-header__menu {
    border-color: rgba(255, 250, 231, 0.25);
  }
}

@media (max-width: 760px) {
  .home-header,
  .home-header[data-open="true"] .home-header__inner {
    min-height: 72px;
  }

  .home-header {
    height: 72px;
  }

  .home-header__inner {
    width: min(100% - 32px, 1440px);
  }

  .home-header__brand {
    width: 174px;
    height: 30px;
  }

  .home-header__toggle {
    width: 40px;
    height: 40px;
  }

  .home-hero {
    height: calc(100svh - 72px);
    min-height: 560px;
    max-height: 780px;
    padding: 52px 16px;
  }

  .home-hero__title {
    font-size: clamp(4.6rem, 22vw, 6.2rem);
    line-height: 0.88;
    white-space: normal;
  }

  .home-hero__callout {
    width: 122px;
  }

  .home-hero__callout p {
    font-size: 0.57rem;
    line-height: 1.28;
    letter-spacing: 0.075em;
  }

  .home-hero__callout svg {
    width: 61px;
    margin-top: 3px;
    stroke-width: 2.8;
  }

  .home-hero__callout--one {
    top: calc(31% + 10px);
    left: 68px;
    transform: translateX(30px);
  }

  .home-hero__callout--one svg {
    margin-left: 55px;
    transform: translateY(10px);
  }

  .home-hero__callout--two {
    top: calc(31% + 20px);
    left: auto;
    right: 5px;
  }

  .home-hero__callout--two svg {
    margin-right: 42px;
    transform: translateX(-5px);
  }

  .home-hero__callout--three {
    top: calc(50% - 10px);
    left: 40px;
    transform: none;
  }

  .home-hero__callout--three svg {
    margin-left: 52px;
  }

  .home-manifesto {
    height: auto;
    min-height: 0;
  }

  .home-manifesto__sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    display: block;
    padding: 132px 18px 138px;
  }

  .home-manifesto__copy {
    position: relative;
    z-index: 5;
    width: min(94vw, 520px);
    margin: 0 auto;
    padding: 0 10px;
    background: var(--cream);
  }

  .orbit-object--openai {
    left: calc(50% - 94px);
    top: 38px;
    width: 70px;
    margin-left: 0;
  }

  .orbit-object--gemini {
    display: grid;
    right: auto;
    left: calc(50% + 24px);
    top: 38px;
    width: 70px;
  }

  .home-manifesto__title {
    font-size: clamp(3.5rem, 17vw, 5.4rem);
  }

  .home-manifesto__body {
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .home-manifesto__signoff {
    font-size: 1.28rem;
  }

  .orbit-object--claude {
    display: grid;
    left: calc(50% - 104px);
    top: auto;
    bottom: 38px;
    width: 70px;
  }

  .orbit-object--meta {
    right: auto;
    left: calc(50% + 36px);
    top: auto;
    bottom: 38px;
    width: 78px;
    margin-right: 0;
  }

  .orbit-object--logo {
    padding: 10px;
    border-radius: 24%;
    box-shadow: 0 12px 30px rgba(47, 45, 45, 0.11);
  }

  .orbit-object--meta {
    padding: 14px 8px;
  }

  .home-challenge {
    grid-template-columns: 1fr;
  }

  .home-challenge__visual {
    min-height: 560px;
  }

  .home-challenge__content {
    padding: 58px 24px 68px;
  }

  .home-challenge__title {
    font-size: clamp(3rem, 14vw, 4.5rem);
    letter-spacing: -0.005em;
  }

  .home-challenge__button {
    width: 100%;
    padding: 1rem;
    text-align: center;
  }

  .home-paths {
    padding-bottom: 75px;
  }

  .home-paths__marquee {
    font-size: 5.7rem;
  }

  .home-paths__layout {
    width: min(100% - 32px, 1380px);
    grid-template-columns: 1fr;
    gap: 55px;
    margin-top: 45px;
  }

  .home-paths__visual {
    position: relative;
    top: auto;
  }

  .home-paths__visual img {
    height: 116vw;
    max-height: 620px;
  }

  .home-paths__title {
    font-size: clamp(3.8rem, 18vw, 5.5rem);
  }

  .home-paths__list li {
    grid-template-columns: 58px 1fr;
    gap: 15px;
    padding: 28px 0 32px;
  }

  .home-paths__number {
    font-size: 2.7rem;
  }

  .home-guides {
    padding: 75px 16px;
  }

  .home-guides__heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 45px;
  }

  .home-guides__heading h2 {
    font-size: clamp(4.3rem, 20vw, 6rem);
  }

  .home-guides__grid {
    grid-template-columns: 1fr;
  }

  .home-guide-card,
  .home-guide-card--feature {
    min-height: 0;
    padding: 28px 22px 32px;
  }

  .home-guide-card__art {
    min-height: 230px;
  }

  .home-guide-card h3 {
    font-size: 2rem;
  }

  .home-social {
    grid-template-columns: 1fr;
  }

  .home-social__content {
    padding: 62px 24px 70px;
  }

  .home-social h2 {
    font-size: clamp(3.9rem, 18vw, 5.8rem);
  }

  .home-social__buttons {
    flex-direction: column;
  }

  .home-social__buttons .btn {
    text-align: center;
  }

  .home-social__visual {
    min-height: 560px;
  }

  .home-footer__brand {
    font-size: clamp(4rem, 19vw, 6rem);
    white-space: normal;
  }

  .home-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-footer__cta {
    grid-column: 1 / -1;
  }

  .home-footer__bottom {
    flex-direction: column;
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__title,
  .orbit-object {
    transform: none !important;
  }

  .home-paths__marquee-track {
    animation-play-state: paused;
  }
}
