
:root {
  --ink: #171713;
  --paper: #f7f2e8;
  --sand: #e7dfd2;
  --sand-deep: #d7ccba;
  --coral: #c86a52;
  --wine: #5d302e;
  --gold: #d8ed58;
  --line: rgba(23, 23, 19, 0.14);
  --soft-line: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  --serif: Didot, "Bodoni 72", "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  width: 100%;
}

p {
  margin: 0;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.75;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-weight: 650;
}

.button,
.text-link,
.site-header nav,
.header-cta,
.contact-details,
.site-footer div {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: 90px;
  padding: 0 clamp(22px, 4vw, 60px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: white;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(16, 11, 9, 0.55), rgba(16, 11, 9, 0.12));
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand img {
  width: 128px;
  filter: invert(1);
}

.site-header nav {
  display: flex;
  gap: 30px;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
}

.header-cta {
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.button-light {
  background: white;
  color: var(--ink);
}

.button-outline {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.text-link {
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
}

.text-link span,
.button span {
  margin-left: 8px;
}

.hero {
  position: relative;
  min-height: 100svh;
  color: white;
  background: #2d221d;
}

.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-photo img,
.hero-photo picture {
  width: 100%;
  height: 100%;
}

.hero-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(1.02) contrast(1.01);
  image-rendering: auto;
}

.hero-shade {
  background:
    radial-gradient(circle at 16% 26%, rgba(250, 222, 198, 0.16), transparent 18%),
    linear-gradient(90deg, rgba(20, 14, 12, 0.8) 0%, rgba(20, 14, 12, 0.5) 34%, rgba(20, 14, 12, 0.08) 68%),
    linear-gradient(0deg, rgba(20, 14, 12, 0.5), rgba(20, 14, 12, 0.16) 45%, rgba(20, 14, 12, 0.05));
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: clamp(130px, 18vh, 190px) clamp(22px, 7vw, 110px) clamp(44px, 8vh, 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.hero h1,
.intro h2,
.metrics h2,
.life-copy h2,
.travel-heading h2,
.formats h2,
.proof-heading h2,
.testimonials h2,
.contact-copy h2,
.legacy-copy h2,
.travel-case h3,
.community-copy h3,
.proof-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(64px, 10vw, 132px);
  line-height: 0.84;
}

.hero h1 em,
.intro h2 em,
.metrics h2 em,
.life-copy h2 em,
.travel-heading h2 em,
.formats h2 em,
.proof-heading h2 em,
.testimonials h2 em,
.contact-copy h2 em,
.legacy-copy h2 em {
  color: #efaf99;
  font-style: italic;
  font-weight: 400;
}

.hero h1 span {
  display: block;
  margin-top: 0.34em;
  font-family: var(--sans);
  font-size: 0.22em;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 650;
}

.hero-intro {
  max-width: 510px;
  margin: 32px 0 26px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  align-items: center;
}

.intro,
.life-story,
.formats,
.testimonials {
  padding: clamp(72px, 12vh, 130px) clamp(22px, 7vw, 110px);
}

.intro {
  display: grid;
  grid-template-columns: 90px minmax(0, 1.1fr) minmax(320px, 0.8fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  background:
    radial-gradient(circle at left bottom, rgba(239, 175, 153, 0.16), transparent 34%),
    var(--paper);
}

.section-mark {
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  color: var(--coral);
}

.intro h2,
.metrics h2,
.life-copy h2,
.travel-heading h2,
.formats h2,
.proof-heading h2,
.testimonials h2 {
  font-size: clamp(46px, 6vw, 96px);
  line-height: 0.96;
}

.intro-text {
  margin-top: 28px;
  max-width: 650px;
}

.intro-gallery {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow);
}

.intro-gallery-track {
  width: max-content;
  display: flex;
  gap: 18px;
  padding: 18px;
  animation: floatGallery 38s linear infinite;
}

.intro-gallery-card {
  margin: 0;
  width: clamp(150px, 14vw, 210px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 22px;
}

.intro-gallery-card img {
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}

.metrics {
  padding: clamp(76px, 12vh, 130px) clamp(22px, 7vw, 110px);
  color: white;
  background:
    radial-gradient(circle at top right, rgba(216, 237, 88, 0.14), transparent 20%),
    #171713;
}

.metrics h2 em {
  color: var(--gold);
}

.metrics-heading,
.proof-heading,
.testimonials-heading,
.travel-heading {
  display: grid;
  gap: 24px;
  align-items: end;
}

.metrics-heading {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  margin-bottom: 52px;
}

.metrics-intro {
  color: rgba(255, 255, 255, 0.72);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.metric-card {
  min-height: 210px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
}

.metric-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.metric-card-top p,
.metric-card span {
  font-size: 13px;
  line-height: 1.5;
}

.metric-badge {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.metric-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.metric-card-name p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.metric-card-instagram .metric-badge {
  background: linear-gradient(135deg, rgba(252, 175, 69, 0.2), rgba(193, 53, 132, 0.22));
}

.metric-card-youtube .metric-badge {
  background: rgba(255, 61, 61, 0.14);
}

.metric-card-spotify .metric-badge {
  background: rgba(29, 185, 84, 0.16);
}

.metric-card-soundcloud .metric-badge {
  background: rgba(255, 119, 0, 0.16);
}

.metric-card strong {
  font-family: var(--serif);
  font-size: clamp(40px, 4vw, 64px);
  line-height: 0.92;
  font-weight: 400;
}

.metric-card span {
  color: rgba(255, 255, 255, 0.72);
}

.audience-layout {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1fr);
  gap: 18px;
}

.reach-panel,
.proof-panel,
.community-panel {
  border-radius: 30px;
}

.reach-panel {
  padding: clamp(30px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--ink);
  background: linear-gradient(180deg, #efe6d8, #dbcab0);
}

.reach-panel strong {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: clamp(54px, 6.6vw, 96px);
  line-height: 0.9;
  font-weight: 400;
}

.reach-panel span,
.reach-panel b,
.reach-panel small {
  display: block;
}

.reach-panel b {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 700;
}

.reach-panel small {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.76;
}

.proof-panel {
  padding: clamp(26px, 3vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(230px, 0.72fr);
  gap: 26px;
  align-items: center;
  background: #22221f;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-copy h3,
.community-copy h3 {
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.proof-copy p:last-child,
.community-copy p:last-child {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
}

.proof-shots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.proof-shot {
  position: relative;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.proof-shot-front {
  z-index: 2;
  transform: translateY(28px);
}

.proof-shot-back {
  transform: rotate(-8deg);
  opacity: 0.92;
}

.community-panel {
  margin-top: 18px;
  padding: clamp(28px, 3vw, 42px);
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.audience-bars {
  display: grid;
  gap: 18px;
}

.audience-bars > div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
}

.audience-bars b {
  color: var(--gold);
  font-weight: 600;
}

.audience-bars i {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  background: var(--gold);
}

.worlds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #121210;
  color: white;
}

.world {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.world:last-child {
  border-right: 0;
}

.world-media,
.world-media img {
  position: absolute;
  inset: 0;
}

.world-media img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0;
  animation: crossFade 15s infinite;
  animation-delay: var(--delay);
  transition: filter 0.7s ease, transform 0.7s ease;
}

.world:hover .world-media img {
  filter: grayscale(0);
  transform: scale(1.03);
}

.world::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 8, 7, 0.96), rgba(8, 8, 7, 0.12) 60%);
}

.world-copy {
  position: absolute;
  z-index: 2;
  inset: 32px clamp(20px, 3vw, 34px) 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.world-copy > span {
  margin-bottom: auto;
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}

.world h3 {
  margin: 0;
  white-space: pre-line;
  font-family: var(--serif);
  font-size: clamp(46px, 4.4vw, 74px);
  line-height: 0.92;
  font-weight: 400;
}

.world p {
  max-width: 320px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.life-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.84fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  background:
    radial-gradient(circle at right top, rgba(200, 106, 82, 0.16), transparent 20%),
    var(--sand);
}

.life-collage {
  position: relative;
  min-height: 780px;
}

.life-main,
.life-detail {
  margin: 0;
}

.life-main {
  position: absolute;
  inset: 0 13% 13% 0;
}

.life-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  height: 42%;
  border: 10px solid var(--sand);
}

.life-main img,
.life-detail img {
  height: 100%;
  object-fit: cover;
}

.life-topics {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.life-topics span {
  padding: 10px 14px;
  border: 1px solid rgba(23, 23, 19, 0.4);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.legacy {
  position: relative;
  overflow: hidden;
  color: white;
  background: #080808;
}

.legacy-image,
.legacy-overlay {
  position: absolute;
  inset: 0;
}

.legacy-image img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.48;
}

.legacy-overlay {
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.92) 0%, rgba(6, 6, 6, 0.68) 48%, rgba(6, 6, 6, 0.84) 100%),
    linear-gradient(0deg, rgba(6, 6, 6, 0.95), rgba(6, 6, 6, 0.38) 46%, rgba(6, 6, 6, 0.8));
}

.legacy-shell {
  position: relative;
  z-index: 2;
  padding: clamp(76px, 12vh, 130px) clamp(22px, 7vw, 110px);
}

.legacy-copy {
  max-width: 840px;
}

.legacy-copy h2 {
  font-size: clamp(56px, 8vw, 120px);
  line-height: 0.88;
}

.legacy-copy h2 em {
  color: var(--gold);
}

.legacy-copy p:last-child {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.78);
}

.legacy-awards {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.legacy-awards article,
.legacy-highlight-list article {
  padding: 22px 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.legacy-awards p {
  min-height: 100%;
  margin: 0;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.18;
}

.legacy-highlight-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.92fr);
  gap: 18px;
  align-items: stretch;
}

.legacy-stage-gallery {
  position: relative;
  min-height: 680px;
  border-radius: 38px;
  overflow: hidden;
  isolation: isolate;
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
}

.legacy-stage-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  animation: legacyStage 40s infinite;
}

.legacy-stage-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  animation: legacyStageDrift 5s ease-out infinite;
}

.legacy-stage-slide-2 img { object-position: 54% center; }
.legacy-stage-slide-4 img { object-position: center 42%; }
.legacy-stage-slide-5 img { object-position: center 42%; }
.legacy-stage-slide-6 img { object-position: center 42%; }
.legacy-stage-slide-8 img { object-position: center 38%; }

.legacy-stage-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.legacy-stage-caption {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.legacy-stage-progress {
  display: flex;
  width: min(190px, 40%);
  gap: 7px;
}

.legacy-stage-progress i {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.34);
  transform: scaleX(0);
  transform-origin: left;
  animation: legacyProgress 40s linear infinite;
}

@keyframes legacyStage {
  0% { opacity: 0; }
  1.5%, 11% { opacity: 1; }
  12.5%, 100% { opacity: 0; }
}

@keyframes legacyStageDrift {
  from { transform: scale(1.025); }
  to { transform: scale(1.075); }
}

@keyframes legacyProgress {
  0% { background: var(--gold); transform: scaleX(0); }
  12.5% { background: var(--gold); transform: scaleX(1); }
  12.51%, 100% { background: rgba(255, 255, 255, 0.34); transform: scaleX(0); }
}

.legacy-highlight-list {
  display: grid;
  gap: 14px;
}

.legacy-highlight-list h3 {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
}

.legacy-highlight-list p {
  color: rgba(255, 255, 255, 0.76);
}

.tv-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

.tv-chips span {
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.stage-marquee-block {
  margin-top: 22px;
}

.stage-marquee {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.stage-track,
.logo-track {
  width: max-content;
  display: flex;
  align-items: center;
}

.stage-track {
  gap: 18px;
  padding: 18px 0;
  animation: marquee 28s linear infinite;
}

.stage-track span {
  padding: 0 16px;
  font-family: var(--serif);
  font-size: 28px;
  color: rgba(255, 255, 255, 0.86);
}

.travel {
  padding: clamp(76px, 12vh, 130px) 0;
  background:
    linear-gradient(180deg, #d9ddcf, #d4d7cb);
}

.travel-heading {
  padding: 0 clamp(22px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.2fr) minmax(260px, 0.62fr);
  margin-bottom: 42px;
}

.travel-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 34vw);
  gap: 18px;
  overflow-x: auto;
  padding: 0 clamp(22px, 7vw, 110px) 8px;
  scroll-snap-type: x mandatory;
}

.travel-rail::-webkit-scrollbar {
  height: 10px;
}

.travel-rail::-webkit-scrollbar-thumb {
  background: rgba(23, 23, 19, 0.24);
  border-radius: 999px;
}

.travel-case {
  scroll-snap-align: start;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(247, 242, 232, 0.9);
  box-shadow: var(--shadow);
}

.travel-frame {
  aspect-ratio: 9 / 16;
  background: #111;
}

.travel-frame video {
  height: 100%;
  object-fit: contain;
  background: #111;
}

.travel-case-copy {
  padding: 28px;
}

.travel-case-copy > span {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--wine);
}

.travel-case h3 {
  margin-top: 16px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.travel-case p {
  margin: 16px 0 0;
}

.travel-case .text-link {
  display: inline-flex;
  margin-top: 22px;
}

.formats-heading {
  display: grid;
  gap: 24px;
  max-width: 1100px;
  margin-bottom: 54px;
}

.formats-heading > p:last-child {
  max-width: 580px;
}

.format-list {
  border-top: 1px solid var(--line);
}

.format-list article {
  display: grid;
  grid-template-columns: 70px minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.format-list span {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}

.format-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
}

.formats-note {
  max-width: 620px;
  margin-top: 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.social-proof {
  padding: clamp(72px, 11vh, 120px) 0;
  overflow: hidden;
  background: var(--sand);
}

.proof-heading {
  padding: 0 clamp(22px, 7vw, 110px) 44px;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr);
}

.logo-marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.logo-track {
  animation: marquee 30s linear infinite;
}

.logo-item {
  width: 210px;
  height: 140px;
  padding: 36px 34px;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.testimonials-heading {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr);
  margin-bottom: 46px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.testimonial-grid blockquote {
  margin: 0;
  min-height: 390px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.testimonial-grid blockquote > span {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}

.testimonial-grid blockquote > p {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.24;
}

.testimonial-grid footer {
  margin-top: auto;
}

.testimonial-grid footer small {
  display: block;
  margin-top: 8px;
  color: rgba(23, 23, 19, 0.56);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.contact {
  min-height: 86vh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  background: var(--wine);
  color: white;
}

.contact-photo {
  position: relative;
}

.contact-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(93, 48, 46, 0.35));
}

.contact-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
}

.contact-copy {
  padding: clamp(72px, 8vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-copy h2 {
  font-size: clamp(54px, 7vw, 110px);
  line-height: 0.9;
}

.contact-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-details {
  margin-top: 54px;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.site-footer {
  padding: 42px clamp(22px, 5vw, 60px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  background: var(--ink);
  color: white;
}

.site-footer img {
  width: 125px;
  filter: invert(1);
}

.site-footer div {
  display: flex;
  gap: 24px;
}

.site-footer > p {
  justify-self: end;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.56);
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes floatGallery {
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes floatGalleryMobile {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-120px);
  }
}

@keyframes crossFade {
  0%,
  25% {
    opacity: 0;
  }

  33%,
  58% {
    opacity: 0.78;
  }

  66%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 1080px) {
  .intro,
  .metrics-heading,
  .audience-layout,
  .community-panel,
  .proof-heading,
  .testimonials-heading,
  .travel-heading,
  .legacy-highlight-grid,
  .contact,
  .life-story {
    grid-template-columns: 1fr;
  }

  .site-header {
    height: 78px;
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .header-cta {
    padding: 0 14px;
    min-height: 44px;
  }

  .brand img {
    width: 106px;
  }

  .intro {
    gap: 28px;
  }

  .section-mark {
    margin-bottom: -8px;
  }

  .metric-grid,
  .legacy-awards,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-panel {
    grid-template-columns: 1fr;
  }

  .proof-shots {
    min-height: 300px;
  }

  .proof-shot-front {
    right: 18px;
  }

  .proof-shot-back {
    left: 0;
  }

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

  .world {
    min-height: 70svh;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .life-collage {
    min-height: 620px;
  }

  .legacy-stage-gallery {
    min-height: 720px;
  }

  .travel-rail {
    grid-auto-columns: minmax(300px, 68vw);
  }

  .contact-photo {
    min-height: 64svh;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer div {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-footer > p {
    justify-self: center;
  }
}

@media (max-width: 720px) {
  p {
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-photo img {
    object-position: center 18%;
    scale: 1;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(20, 14, 12, 0.82) 0%, rgba(20, 14, 12, 0.4) 56%, rgba(20, 14, 12, 0.12) 100%),
      radial-gradient(circle at 50% 22%, rgba(250, 222, 198, 0.12), transparent 28%);
  }

  .hero-copy {
    padding-top: 118px;
    justify-content: flex-end;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.02);
  }

  .hero h1 {
    max-width: 440px;
    font-size: clamp(56px, 18vw, 86px);
    line-height: 0.88;
  }

  .hero h1 span {
    font-size: 0.18em;
    line-height: 1.35;
  }

  .intro-gallery-track {
    width: max-content;
    padding: 14px;
    gap: 14px;
    animation: floatGalleryMobile 11s ease-in-out infinite alternate;
    will-change: transform;
  }

  .intro-gallery-card {
    width: 144px;
    flex: 0 0 144px;
  }

  .intro-gallery {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }

  .intro-gallery-card {
    scroll-snap-align: start;
  }

  .metric-grid,
  .legacy-awards,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .metric-card,
  .legacy-awards article,
  .legacy-highlight-list article,
  .travel-case,
  .testimonial-grid blockquote {
    border-radius: 24px;
  }

  .proof-shot {
    width: 100%;
  }

  .proof-shots {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .proof-shot-front {
    transform: translateY(18px);
  }

  .community-panel {
    gap: 18px;
  }

  .world {
    min-height: 62svh;
  }

  .world h3 {
    font-size: clamp(40px, 14vw, 58px);
  }

  .life-collage {
    min-height: 500px;
  }

  .life-main {
    inset: 0 7% 12% 0;
  }

  .life-detail {
    width: 52%;
    height: 38%;
    border-width: 7px;
  }

  .legacy-copy h2 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .legacy-awards p {
    font-size: 18px;
  }

  .legacy-stage-gallery {
    min-height: 570px;
    border-radius: 28px;
  }

  .legacy-stage-slide-1 img { object-position: 50% center; }
  .legacy-stage-slide-2 img { object-position: 57% center; }
  .legacy-stage-slide-3 img { object-position: 48% center; }

  .legacy-stage-caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: block;
    font-size: 10px;
  }

  .legacy-stage-progress {
    width: 100%;
    max-width: none;
    margin-top: 14px;
  }

  .legacy-highlight-list h3 {
    font-size: 28px;
  }

  .stage-track span {
    font-size: 22px;
  }

  .travel-heading {
    gap: 18px;
  }

  .travel-rail {
    grid-auto-columns: 86vw;
  }

  .travel-case-copy {
    padding: 22px;
  }

  .format-list article {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .format-list article p {
    grid-column: 2;
  }

  .logo-item {
    width: 170px;
    height: 110px;
    padding: 28px 24px;
  }

  .contact-copy {
    padding-top: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .intro-gallery-track,
  .logo-track,
  .stage-track,
  .world-media img {
    animation: none;
  }
}
