.home-story-hero {
  background: var(--green-dark);
  color: var(--cream);
}
.home-story-hero::before {
  border-color: rgba(247,242,232,.24);
  box-shadow: 0 0 0 52px rgba(247,242,232,.045), 0 0 0 104px rgba(247,242,232,.03);
}
.home-story-hero h1 em { color: var(--yellow); }
.home-story-hero .hero-lead,
.home-story-hero .hero-proof { color: #d8e4de; }
.home-story-hero .hero-proof span::before { color: var(--yellow); }
.home-story-hero .hero-actions .button:not(.button-outline) {
  border-color: var(--cream);
  background: var(--cream);
  box-shadow: 0 5px 0 var(--yellow);
  color: var(--ink);
}
.home-story-hero .hero-actions .button:not(.button-outline):hover { box-shadow: 0 7px 0 var(--yellow); }
.home-story-hero .hero-actions .button:not(.button-outline):active { box-shadow: 0 2px 0 var(--yellow); }
.home-story-hero .hero-actions .button-outline {
  border-color: rgba(247,242,232,.72);
  color: var(--cream);
}
.home-story-hero .hero-actions .button-outline:hover { background: rgba(247,242,232,.1); }
.home-story-hero-grid { align-items: start; }
.home-visual { display: grid; align-content: center; gap: 18px; }
.home-visual-media { min-height: 590px; position: relative; }
.home-visual > .hero-product-proof { width: 93%; margin: -40px 0 0 auto; }
.home-visual > .hero-product-proof picture { aspect-ratio: 12 / 5; overflow: hidden; }
.home-photo-frame {
  width: 93%;
  height: 490px;
  margin-left: auto;
  position: relative;
}
.home-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 10px solid var(--paper);
  border-radius: 48% 48% 18px 18px;
  box-shadow: var(--shadow);
  filter: saturate(.88) contrast(1.02);
}
.photo-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 5px 8px;
  border-radius: 5px;
  background: rgba(8,18,15,.82);
  color: white;
  font-size: .62rem;
  font-weight: 700;
}
.role-note {
  width: min(300px, 58%);
  padding: 17px;
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 14px 32px rgba(16,36,31,.18);
  color: var(--ink);
}
.role-note small { color: var(--green); font-size: .58rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.role-note strong { margin-top: 7px; display: block; font-size: .84rem; line-height: 1.35; }
.role-note-musician { bottom: 120px; left: 0; transform: rotate(-2deg); }
.role-note-leader { top: 26px; right: -8px; transform: rotate(2deg); }
.role-note-leader::after {
  content: "3 issues need attention";
  margin-top: 9px;
  padding-top: 9px;
  display: block;
  border-top: 1px solid var(--line);
  color: var(--red);
  font-size: .66rem;
  font-weight: 850;
}

html:lang(es) .role-note-leader::after { content: "3 pendientes por revisar"; }

.home-problem-section { background: var(--paper); }
.scatter-grid { margin-top: 38px; display: grid; grid-template-columns: 1fr 110px 1fr; align-items: center; gap: 24px; }
.scatter-board {
  min-height: 320px;
  padding: 24px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 12px 14px;
  overflow: hidden;
  border: 1px dashed rgba(16,36,31,.32);
  border-radius: var(--radius);
  background: rgba(255,253,248,.52);
}
.scatter-board > strong,
.clear-board > strong { display: block; font-size: 1.45rem; }
.scatter-board > strong { grid-column: 1 / -1; margin-bottom: 10px; }
.scatter-person {
  width: 180px;
  height: auto;
  grid-column: 1 / -1;
  grid-row: 3;
  justify-self: center;
  pointer-events: none;
}
.scatter-item {
  padding: 10px 13px;
  overflow-wrap: anywhere;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 8px 22px rgba(16,36,31,.1);
  color: var(--muted);
  font-size: .72rem;
  font-weight: 750;
}
.scatter-item:nth-of-type(1) { grid-area: 2 / 1; transform: rotate(-5deg); }
.scatter-item:nth-of-type(2) { grid-area: 4 / 2; transform: rotate(4deg); }
.scatter-item:nth-of-type(3) { grid-area: 4 / 1; transform: rotate(2deg); }
.scatter-item:nth-of-type(4) { grid-area: 5 / 2; transform: rotate(-4deg); }
.scatter-item:nth-of-type(5) { grid-area: 2 / 2; transform: rotate(5deg); }
.scatter-item:nth-of-type(6) { grid-area: 5 / 1; transform: rotate(-2deg); }
.scatter-arrow { display: grid; place-items: center; color: var(--green); }
.scatter-arrow span { font-size: 5.5rem; line-height: 1; }
.scatter-arrow small { font-size: .62rem; font-weight: 950; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.clear-board {
  min-height: 320px;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(11,96,79,.3);
  border-radius: var(--radius);
  background: var(--green-light);
  box-shadow: 0 16px 42px rgba(16,36,31,.09);
}
.clear-answers { margin-top: 18px; display: grid; gap: 7px; }
.clear-answers div { padding: 10px 12px; display: grid; grid-template-columns: 28px 1fr; gap: 10px; border-radius: 9px; background: var(--paper); }
.clear-answers b { color: var(--green); }
.clear-answers span { font-size: .78rem; font-weight: 760; }

.home-audience-section { background: var(--cream); }
.audience-promises { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.audience-promise { min-height: 360px; padding: clamp(34px, 4vw, 54px); position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border-radius: 16px; }
.audience-promise-musician { background: var(--yellow); }
.audience-promise-leader { background: var(--green-dark); color: white; }
.audience-promise .eyebrow { color: var(--green-dark); }
.audience-promise-leader .eyebrow { color: var(--yellow); }
.audience-promise h3 { max-width: 590px; margin: 0 0 24px; font-size: clamp(1.75rem, 2.8vw, 3rem); line-height: 1.04; }
.audience-promise p { max-width: 570px; margin: 0 0 16px; }
.audience-promise-leader p { color: #d6dfda; }
.audience-promise-leader .arrow-link { color: var(--yellow); }
.audience-illustration { width: 300px; position: absolute; right: -60px; bottom: -50px; z-index: -1; opacity: .13; transform: rotate(-8deg); }

.home-cycle-section { background: var(--green-light); }
.home-cycle-section .section-heading { max-width: 900px; }
.home-cycle-mobile-circle { display: none; }
.home-cycle-deck { width: 90%; margin-inline: auto; }
.home-cycle.linear-progression {
  --progress-panel: rgba(255, 253, 248, .82);
  --progress-border: rgba(16, 36, 31, .2);
  min-width: 0;
  padding: 25px 16px 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  border-radius: 16px;
}
.home-cycle.linear-progression::before { top: 50px; right: 43px; left: 43px; height: 3px; }
.home-cycle.linear-progression article { min-height: 281px; padding: 83px 15px 17px; align-items: center; justify-content: flex-start; }
.home-cycle.linear-progression article::before { inset: 68px 3px 0; background: rgba(255, 253, 248, .94); }
.home-cycle.linear-progression article:not(:last-child)::after { top: 19px; right: -9px; }
.home-cycle.linear-progression small { width: 48px; height: 48px; border-width: 3px; font-size: .65rem; }
.home-cycle.linear-progression strong { font-size: 1.05rem; }
.home-cycle.linear-progression img { width: 70px; height: 70px; margin-top: 11px; }
.home-cycle.linear-progression p { flex: 1; margin: 9px 0 14px; font-size: .61rem; line-height: 1.5; }
.home-cycle.linear-progression .home-cycle-outcome { max-width: 100%; padding: 5px 9px; border-radius: 999px; background: var(--green-light); color: var(--green-dark); font-size: .49rem; font-weight: 900; letter-spacing: .1em; line-height: 1; text-align: center; text-transform: uppercase; }
.home-cycle-link { margin-top: 26px; display: inline-flex; }
.hero-product-proof { margin-top: 22px; position: relative; display: block; overflow: hidden; border: 1px solid rgba(11,96,79,.26); border-radius: 12px; background: var(--paper); box-shadow: 0 12px 28px rgba(16,36,31,.13); color: white; text-decoration: none; }
.hero-product-proof picture { display: block; }
.hero-product-proof img { width: 100%; height: auto; display: block; object-fit: contain; object-position: center top; transition: transform .25s ease; }
.hero-product-proof > span { width: 100%; max-width: none; padding: 13px 16px 14px; position: static; display: grid; gap: 3px; border-radius: 0; background: var(--ink); box-shadow: none; }
.hero-product-proof small { color: var(--yellow); font-size: .48rem; font-weight: 950; letter-spacing: .12em; }
.hero-product-proof strong { font-size: .68rem; line-height: 1.3; }
.hero-product-proof:hover img { transform: scale(1.015); }
.proof-photo { position: relative; overflow: hidden; }
.proof-photo img { width: 100%; height: min(58vw, 600px); object-fit: cover; }
.proof-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(8,18,15,.84)); }
.proof-photo-copy { width: var(--shell); margin-inline: auto; position: absolute; right: 0; bottom: clamp(38px, 7vw, 90px); left: 0; z-index: 2; color: white; }
.proof-photo-copy .eyebrow { color: var(--yellow); }
.proof-photo-copy h2 { max-width: 920px; margin: 0; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.proof-photo-copy p { max-width: 650px; color: #d6dfda; }
.proof-photo-copy .arrow-link { color: var(--yellow); }
.question-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.question-card { min-height: 240px; padding: 24px 20px; display: flex; flex-direction: column; justify-content: space-between; }
.question-card + .question-card { border-left: 1px solid var(--line); }
.question-card small { color: var(--green); font-size: .62rem; font-weight: 950; letter-spacing: .12em; }
.question-card strong { font-size: clamp(1.4rem, 2.1vw, 2rem); line-height: 1.05; }
.question-card > span { color: var(--muted); font-size: .7rem; }

.experience-grid { margin-top: 52px; display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(50px, 8vw, 120px); }
.phone-wrap { max-width: 380px; padding: 12px; border: 1px solid var(--line); border-radius: 38px; background: var(--black); box-shadow: var(--shadow); }
.phone-screen { min-height: 660px; padding: 25px 18px; overflow: hidden; border-radius: 29px; background: linear-gradient(145deg, #f9fbf8, #e3ece6); }
.phone-status { display: flex; justify-content: space-between; color: var(--muted); font-size: .6rem; font-weight: 850; }
.phone-brand { margin-top: 24px; font-size: 1.1rem; font-weight: 800; }
.phone-brand span { color: var(--green); }
.phone-greeting { margin: 30px 0 16px; }
.phone-greeting small { color: var(--green); font-weight: 900; letter-spacing: .1em; }
.phone-greeting h3 { margin: 5px 0 0; font-size: 1.25rem; }
.gig-card { padding: 17px; border-top: 5px solid var(--green); border-radius: 12px; background: white; box-shadow: 0 12px 28px rgba(16,36,31,.12); }
.gig-card-head { display: flex; justify-content: space-between; align-items: start; }
.gig-card-head small { color: var(--green); font-weight: 950; }
.gig-date { padding: 6px 8px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; }
.gig-date b { font-size: 1rem; }
.gig-date span { color: var(--green); font-size: .5rem; font-weight: 950; }
.gig-card h4 { margin: 12px 0 4px; font-size: 1rem; }
.gig-card > p { margin: 0; color: var(--muted); font-size: .65rem; }
.gig-times { margin: 15px 0; padding-block: 10px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.gig-times div { font-size: .55rem; color: var(--muted); }
.gig-times b { margin-top: 2px; display: block; color: var(--ink); font-size: .65rem; }
.gig-button { padding: 10px; border-radius: 7px; background: var(--green); color: white; font-size: .64rem; font-weight: 850; text-align: center; }
.phone-mini-grid { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.phone-mini-grid div { padding: 12px; border-radius: 9px; background: rgba(255,255,255,.8); }
.phone-mini-grid small { color: var(--muted); font-size: .52rem; }
.phone-mini-grid strong { margin-top: 4px; display: block; font-size: .67rem; }
.experience-points { display: grid; gap: 0; }
.experience-point { padding: 25px 0; display: grid; grid-template-columns: 48px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.experience-point:first-child { border-top: 0; }
.experience-point > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--green-dark); font-size: .7rem; font-weight: 950; }
.experience-point h3 { margin: 0; font-size: 1.55rem; }
.experience-point p { margin: 7px 0 0; color: var(--muted); font-size: .88rem; }

.gig-packet-section { background: var(--green-light); }
.packet-intro { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .65fr); align-items: start; gap: clamp(42px, 6vw, 76px); }
.packet-screen { width: min(100%, 430px); margin: 0; justify-self: end; }
.packet-screen-crop { aspect-ratio: 4 / 3; overflow: hidden; }
.packet-screen .packet-screen-crop img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: left top; }

.practice-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); align-items: center; column-gap: clamp(44px, 8vw, 120px); row-gap: 44px; }
.practice-heading { grid-column: 1 / -1; }
.practice-heading h2 { margin: 0; font-size: clamp(3rem, 5.7vw, 5.8rem); }
.practice-copy p { color: #c8d1cc; }
.practice-copy .truth-note { padding: 17px; border-left: 3px solid var(--yellow); color: white; font-size: .88rem; }
.media-desk { min-height: 610px; position: relative; }
.media-sheet { width: 55%; aspect-ratio: 8.5 / 11; position: absolute; overflow: hidden; border: 8px solid white; border-radius: 9px; background: #f8f4ea; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.media-sheet img { width: 100%; height: 100%; object-fit: contain; }
.media-sheet-chart { top: 0; left: 0; transform: rotate(-4deg); }
.media-sheet-lyrics { right: 0; bottom: 0; transform: rotate(4deg); }
.practice-player { width: 100%; height: auto; margin-top: 30px; display: block; aspect-ratio: 24 / 31; border-radius: 12px; background: #000; object-fit: contain; }
.practice-copy > .site-video-shell { margin-top: 30px; }
.site-video-shell > .practice-player { margin-top: 0; }

.branch-layout { margin-top: 56px; display: grid; grid-template-columns: minmax(250px, .6fr) 100px minmax(0, 1.4fr); align-items: center; gap: 24px; }
.source-record { padding: 30px; border: 2px solid var(--green); border-radius: 18px; background: var(--paper); box-shadow: 0 12px 28px rgba(16,36,31,.1); }
.source-record small { color: var(--green); font-size: .6rem; font-weight: 950; letter-spacing: .12em; }
.source-record h3 { margin: 8px 0 20px; font-size: 2rem; }
.source-record span { padding-block: 8px; display: block; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.branch-lines { color: var(--green); font-size: 4rem; text-align: center; }
.branch-outcomes { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 12px; }
.branch-outcomes article { min-height: 0; padding: 16px 18px; border-radius: 12px; background: var(--green-light); box-shadow: 0 8px 16px rgba(16,36,31,.1); }
.branch-outcomes article:nth-child(2n) { background: var(--yellow-soft); }
.branch-outcomes small { color: var(--green); font-size: .58rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.branch-outcomes strong { margin-top: 10px; display: block; font-size: 1.25rem; }

.operations-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.operation-card { min-height: 310px; padding: 28px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.045); }
.operation-card small { color: var(--yellow); font-size: .6rem; font-weight: 950; letter-spacing: .12em; }
.operation-card h3 { margin: auto 0 14px; font-size: 1.8rem; }
.operation-card p { margin: 0; color: #c7d0cb; font-size: .8rem; }
.cycle-intro { padding-bottom: 0; }
.cycle-scroll { overflow-x: auto; }

.linear-progression {
  --progress-line: var(--green);
  --progress-panel: rgba(255,253,248,.74);
  --progress-card: var(--paper);
  --progress-border: var(--line);
  --progress-copy: var(--muted);
  margin-top: 48px;
  padding: 18px;
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 12px;
  border: 1px solid var(--progress-border);
  border-radius: 16px;
  background: var(--progress-panel);
  box-shadow: 0 12px 30px rgba(16,36,31,.08);
}
.linear-progression::before { content: ""; height: 2px; position: absolute; top: 39px; right: 28px; left: 28px; z-index: 0; background: var(--progress-line); }
.linear-progression article { min-width: 0; min-height: 218px; padding: 72px 14px 18px; position: relative; z-index: 1; display: flex; flex-direction: column; }
.linear-progression article::before { content: ""; position: absolute; inset: 62px 0 0; z-index: -1; border: 1px solid var(--progress-border); border-radius: 10px; background: var(--progress-card); box-shadow: 0 5px 13px rgba(16,36,31,.06); }
.linear-progression article:not(:last-child)::after { content: ""; position: absolute; top: 16px; right: -11px; z-index: 3; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 11px solid var(--progress-line); }
.linear-progression small { width: 44px; height: 44px; position: absolute; top: 0; left: 50%; display: grid; place-items: center; border: 2px solid var(--progress-card); border-radius: 50%; background: var(--green-dark); box-shadow: 0 2px 5px rgba(16,36,31,.18); color: white; font-size: .68rem; font-weight: 950; letter-spacing: 0; line-height: 1; transform: translateX(-50%); }
.linear-progression strong { display: block; color: var(--ink); font-size: .92rem; line-height: 1.25; text-align: center; }
.linear-progression p { margin: 12px 0 0; color: var(--progress-copy); font-size: .7rem; line-height: 1.55; text-align: center; }

.journey-stage { padding-block: clamp(65px, 8vw, 110px); border-top: 1px solid var(--line); }
.journey-stage-grid { display: grid; grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr); gap: clamp(50px, 9vw, 140px); }
.journey-marker { position: sticky; top: 120px; align-self: start; }
.journey-marker span { color: var(--green); font-size: 5rem; line-height: 1; }
.journey-marker h2 { margin: 10px 0 0; font-size: clamp(2.4rem, 4vw, 4.4rem); }
.journey-copy > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.08rem; }

.closing-manifesto { padding-block: clamp(90px, 12vw, 160px); text-align: center; }
.closing-manifesto h2 { max-width: 1020px; margin: auto; font-size: clamp(3.4rem, 7vw, 7.4rem); }
.closing-manifesto h2 em { color: var(--yellow); font-weight: inherit; }
.closing-manifesto p { max-width: 680px; margin: 30px auto 0; color: #cbd4cf; }

.reach-hero-visual {
  min-height: 0;
  margin: 0;
  padding: clamp(30px, 3.5vw, 46px) clamp(16px, 1.5vw, 20px) clamp(20px, 2.6vw, 32px);
  display: grid;
  grid-template-columns: minmax(185px, .88fr) 30px minmax(260px, 1.3fr);
  grid-template-areas:
    "source arrow destinations"
    "caption caption caption";
  grid-template-rows: 1fr auto;
  align-items: center;
  column-gap: 12px;
  row-gap: clamp(30px, 4vw, 50px);
  border-radius: 22px;
  background: #f4f0e8;
}
.reach-source {
  width: 100%;
  min-height: 0;
  padding: clamp(18px, 1.6vw, 20px);
  grid-area: source;
  display: grid;
  align-content: center;
  aspect-ratio: 1.13;
  border-radius: 18px;
  background: #064c40;
  box-shadow: 0 6px 0 var(--yellow);
  color: white;
}
.reach-source small { color: var(--yellow); font-size: .58rem; font-weight: 900; letter-spacing: .16em; }
.reach-source strong { min-width: 0; max-width: 100%; margin-top: 12px; overflow-wrap: break-word; font-size: clamp(1.4rem, 1.65vw, 1.55rem); line-height: 1; text-wrap: balance; }
.reach-source time { margin-top: 9px; color: #dce7e2; font-size: .78rem; }
.reach-source-status { margin-top: clamp(18px, 2.4vw, 28px); display: flex; align-items: center; gap: 9px; color: #eef4f1; font-size: .6rem; font-weight: 700; white-space: nowrap; }
.reach-source-status svg { width: 17px; height: 17px; flex: none; fill: none; stroke: var(--yellow); stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.reach-arrow { grid-area: arrow; color: var(--green); font-size: 1.65rem; line-height: 1; text-align: center; }
.reach-destinations { height: auto; grid-area: destinations; align-self: center; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; aspect-ratio: 1.68; }
.reach-destination { min-width: 0; padding: 8px; display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.reach-destination-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--green-light); color: var(--green); }
.reach-destination-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.reach-destination strong,
.reach-destination div > span { display: block; }
.reach-destination strong { font-size: .6rem; line-height: 1.25; white-space: nowrap; }
.reach-destination div > span { margin-top: 5px; color: var(--muted); font-size: .57rem; line-height: 1.35; }
.reach-hero-visual figcaption { grid-area: caption; color: var(--green); font-size: .76rem; line-height: 1.35; text-align: center; }

.product-evidence-section.promotion-product-evidence { background: var(--cream); }
.promotion-product-layout { gap: clamp(38px, 5vw, 64px); }
.promotion-source-board { overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: #f4f0e8; box-shadow: 0 18px 42px rgba(16,36,31,.1); }
.promotion-source-head { padding: clamp(34px, 4.5vw, 56px); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 34px; border-bottom: 1px solid var(--line); background: var(--paper); }
.promotion-source-head p { margin: 0; color: var(--green); font-size: .92rem; font-weight: 850; letter-spacing: .16em; line-height: 1.3; }
.promotion-source-head h3 { max-width: 920px; margin: 20px 0 0; font-size: clamp(2.1rem, 3.6vw, 3.55rem); font-weight: 500; letter-spacing: 0; line-height: 1; }
.promotion-source-head > time { min-width: 116px; min-height: 78px; padding: 18px; display: grid; place-items: center; border-radius: 16px; background: var(--yellow); color: var(--green-dark); font-size: 1.12rem; font-weight: 850; letter-spacing: .12em; }
.promotion-source-body { padding: clamp(38px, 5vw, 60px) clamp(34px, 4.5vw, 56px); display: grid; grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr); gap: clamp(42px, 6vw, 72px); }
.promotion-approved-details { padding-right: clamp(34px, 5vw, 58px); border-right: 1px solid var(--line); }
.promotion-approved-details h4 { margin: 6px 0 34px; color: var(--green); font-size: .9rem; letter-spacing: .16em; }
.promotion-approved-details dl { margin: 0; }
.promotion-approved-details dl > div { padding: 17px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; border-bottom: 1px solid var(--line); }
.promotion-approved-details dt { color: var(--muted); }
.promotion-approved-details dd { margin: 0; color: var(--ink); font-weight: 650; text-align: right; }
.promotion-workflow-status { margin: 0; padding: 0; list-style: none; }
.promotion-workflow-status li { min-height: 66px; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.promotion-workflow-status svg { width: 25px; height: 25px; fill: none; stroke: var(--green); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.promotion-workflow-status strong { font-size: 1rem; }
.promotion-workflow-status span { color: var(--muted); font-size: .9rem; text-align: right; }
.promotion-workflow-status .is-live { color: var(--green); }
.promotion-source-board footer { padding: 30px clamp(34px, 4.5vw, 56px); display: flex; align-items: center; gap: 18px; background: #064c40; color: #e5eeea; }
.promotion-source-board footer svg { width: 25px; height: 25px; flex: none; fill: none; stroke: var(--yellow); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.promotion-source-board footer span { font-size: 1rem; line-height: 1.45; }
.public-shows-section { background: var(--green); }
.public-calendar { margin-top: 50px; }
.public-calendar-head { width: min(100%, 960px); margin: 0 auto 22px; padding-top: 8px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.public-calendar-head strong { font-size: 1.35rem; }
.public-calendar-head span { padding: 7px 10px; border-radius: 999px; background: var(--green-light); color: var(--green); font-size: .62rem; font-weight: 900; }
.public-shows-section .public-calendar-head span { background: var(--paper); }
.public-ticket-list { width: min(100%, 960px); margin-inline: auto; display: grid; gap: 18px; }
.public-show-ticket {
  --ticket-stub-width: clamp(96px, 13vw, 122px);
  --ticket-stub: #d6b655;
  --ticket-stamp: #a43f2d;
  min-height: 174px;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: var(--ticket-stub-width) minmax(0, 1fr);
  border: 1px solid rgba(95, 101, 79, .48);
  background-color: #fff8e2;
  background-image: radial-gradient(circle, rgba(80,69,43,.04) .45px, transparent .8px), linear-gradient(135deg, rgba(255,255,255,.14), rgba(80,60,25,.03));
  background-size: 7px 9px, 100% 100%;
  box-shadow: inset 0 0 12px rgba(70,55,30,.05), 0 5px 12px rgba(30,35,20,.12), 0 1px 0 rgba(23,41,27,.12);
}
.public-show-ticket:nth-child(2) { --ticket-stub: #979b74; --ticket-stamp: #56684f; }
.public-show-ticket:nth-child(3) { --ticket-stub: #b84c36; --ticket-stamp: #7e2d21; }
.public-show-ticket::before,
.public-show-ticket::after { content: ""; width: 16px; height: 16px; position: absolute; left: calc(var(--ticket-stub-width) - 8px); z-index: 4; border-radius: 50%; background: var(--paper); pointer-events: none; }
.public-shows-section .public-show-ticket::before,
.public-shows-section .public-show-ticket::after { background: var(--green); }
.public-show-ticket::before { top: -8px; }
.public-show-ticket::after { bottom: -8px; }
.public-ticket-date {
  min-width: 0;
  position: relative;
  z-index: 1;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--ticket-stub);
  background-image: radial-gradient(circle, rgba(39,46,31,.05) .45px, transparent .8px);
  background-size: 6px 8px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.public-ticket-date::after { content: ""; position: absolute; inset-block: 11px; right: -1px; border-right: 2px dashed rgba(38,58,40,.36); }
.public-ticket-date span,
.public-ticket-date small { font-size: .67rem; font-weight: 900; letter-spacing: .16em; }
.public-ticket-date b { margin-block: 8px; font-size: clamp(3rem, 6vw, 4.2rem); font-weight: 500; line-height: .82; }
.public-ticket-date small { color: var(--ticket-stamp); }
.public-show-ticket:nth-child(3) .public-ticket-date { color: var(--paper); }
.public-show-ticket:nth-child(3) .public-ticket-date small { color: #f5e4b3; }
.public-ticket-body {
  min-width: 0;
  padding: 20px 22px;
  display: grid;
  grid-template: "heading time" auto "location action" 1fr "cover action" auto / minmax(0, 1fr) clamp(82px, 14vw, 116px);
  align-items: start;
  gap: 10px 18px;
  color: var(--ink);
}
.public-ticket-body h3 { min-width: 0; margin: 0; align-self: end; grid-area: heading; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1; text-shadow: .25px .25px 0 rgba(38,58,40,.12); }
.public-ticket-time { width: 100%; padding: 8px 6px; grid-area: time; justify-self: end; border: 2px solid var(--ticket-stamp); color: var(--ticket-stamp); font-size: .74rem; font-weight: 900; letter-spacing: .07em; line-height: 1; text-align: center; text-transform: uppercase; transform: rotate(-.4deg); }
.public-ticket-location { min-width: 0; padding-top: 11px; grid-area: location; align-self: end; border-top: 1px solid rgba(95,101,79,.7); }
.public-ticket-location strong { display: block; font-size: .87rem; line-height: 1.25; }
.public-ticket-location span { margin-top: 3px; display: block; color: var(--muted); font-size: .7rem; }
.public-ticket-cover { grid-area: cover; align-self: end; color: var(--ticket-stamp); font-size: .67rem; font-weight: 950; letter-spacing: .12em; }
.public-ticket-action { min-height: 42px; grid-area: action; align-self: end; justify-self: end; display: flex; align-items: flex-end; justify-content: flex-end; gap: 5px; color: var(--green-dark); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.public-ticket-action b { font-size: 1.55rem; font-weight: 500; line-height: .75; }

.reach-channel-intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: clamp(44px, 7vw, 90px); }
.reach-channel-intro .section-heading { max-width: none; }
.facebook-post-proof { width: 80%; margin: 0; overflow: hidden; justify-self: end; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: #090a09; box-shadow: 0 22px 50px rgba(0,0,0,.28); }
.facebook-post-proof img { width: 100%; height: auto; display: block; }
.reach-channel a { margin-top: 16px; color: var(--yellow); font-size: .68rem; font-weight: 800; }

.bandsintown-evidence { margin-top: 20px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: start; gap: clamp(36px, 6vw, 72px); }
.bandsintown-listing-proof { min-width: 0; margin: 0; padding: 8px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #e9e5dd; box-shadow: var(--shadow); }
.bandsintown-listing-proof img { width: 100%; height: auto; display: block; border-radius: 10px; }
.bandsintown-listing-proof .screen-caption { margin-inline: 4px; }
.distribution-map { margin-top: 50px; display: grid; grid-template-columns: minmax(230px, .7fr) 80px minmax(0, 1.3fr); align-items: center; gap: 24px; }
.bandsintown-evidence .distribution-map { margin-top: 0; grid-template-columns: 1fr; gap: 14px; }
.bandsintown-evidence .distribution-arrow { line-height: .7; transform: rotate(90deg); }
.bandsintown-evidence .distribution-destinations { grid-template-columns: repeat(2, 1fr); }
.distribution-source { padding: 28px; border: 2px solid var(--green); border-radius: 16px; background: var(--paper); }
.distribution-source small { color: var(--green); font-size: .58rem; font-weight: 950; letter-spacing: .12em; }
.distribution-source strong { margin-top: 8px; display: block; font-size: 1.8rem; }
.distribution-source p { margin: 13px 0 0; color: var(--muted); font-size: .75rem; }
.distribution-arrow { color: var(--green); font-size: 4rem; text-align: center; }
.distribution-destinations { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; list-style: none; }
.distribution-destinations li { min-height: 92px; padding: 18px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; background: var(--green-light); color: var(--green-dark); font-size: 1.1rem; text-align: center; }
.distribution-logo { width: 24px; height: 24px; flex: none; fill: currentColor; }
.distribution-logo-pair { display: flex; align-items: center; gap: 4px; }
.distribution-logo-pair .distribution-logo { width: 20px; height: 20px; }
.provider-note { margin: 22px 0 0; color: var(--muted); font-size: .68rem; }

.member-communication-section { background: var(--yellow-soft); }
.message-layout { margin-top: 50px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 22px; align-items: start; }
.message-list { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.message-row { padding: 17px 20px; display: grid; grid-template-columns: 1fr auto; gap: 15px; border-top: 1px solid var(--line); }
.message-row:first-child { border-top: 0; }
.message-row strong { font-size: .8rem; }
.message-row span { color: var(--muted); font-size: .67rem; }
.message-row em { align-self: center; padding: 5px 8px; border-radius: 999px; background: var(--yellow-soft); color: var(--green-dark); font-size: .55rem; font-style: normal; font-weight: 900; }
.approval-card { padding: 28px; border-radius: 15px; background: var(--green-dark); color: white; }
.approval-card small { color: var(--yellow); font-size: .59rem; font-weight: 950; letter-spacing: .12em; }
.approval-card h3 { margin: 18px 0 12px; font-size: 2rem; }
.approval-card p { color: #cad5cf; font-size: .8rem; }
.approval-actions { margin-top: 25px; display: flex; gap: 8px; }
.approval-actions span { padding: 9px 12px; border-radius: 7px; background: var(--yellow); color: var(--ink); font-size: .62rem; font-weight: 900; }
.approval-actions span:last-child { background: rgba(255,255,255,.1); color: white; }

.calendar-pair { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.calendar-evidence-row { display: grid; grid-template-columns: minmax(0, 1fr) 50%; align-items: start; gap: clamp(34px, 6vw, 72px); }
.calendar-intro-copy { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.calendar-evidence { width: min(100%, 420px); margin: 0; justify-self: end; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.calendar-evidence img { width: 100%; height: auto; display: block; }
.calendar-intro + .calendar-pair { margin-top: 32px; }
.calendar-card { min-height: 310px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.calendar-card:nth-child(2) { background: var(--green-light); }
.calendar-platform { display: flex; align-items: center; gap: 10px; color: var(--green); }
.calendar-platform-icon { width: 30px; height: 30px; flex: 0 0 auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.calendar-platform-icon circle { fill: currentColor; stroke: none; }
.calendar-platform-icon-apple { fill: currentColor; stroke: none; }
.calendar-card small { color: inherit; font-size: .78rem; font-weight: 950; letter-spacing: .13em; }
.calendar-card h3 { margin: 30px 0 13px; font-size: 1.75rem; }
.calendar-card p { margin: 0; color: var(--muted); font-size: .8rem; }

.media-pipeline { --progress-panel: #f7f2e8; --progress-card: #fffdf8; --progress-copy: var(--muted); margin-top: 50px; grid-template-columns: repeat(5, 1fr); }
.format-boundary { margin-top: 24px; padding: 14px 17px; border-left: 3px solid var(--yellow); color: #d5ddd9; font-size: .72rem; }

.localized-ui { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.bilingual-value-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.bilingual-value { min-height: 270px; padding: 24px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.045); }
.bilingual-value small { color: var(--yellow); font-size: .58rem; font-weight: 950; letter-spacing: .12em; }
.bilingual-value h3 { margin: auto 0 12px; font-size: 1.5rem; }
.bilingual-value p { margin: 0; color: #c8d2cd; font-size: .76rem; }

.authoring-flow { grid-template-columns: repeat(4, 1fr); }

.home-language-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(44px, 8vw, 110px); }
.home-language-grid h2 { margin: 0; font-size: clamp(2.4rem, 4.3vw, 4.5rem); }
.home-language-grid > div:first-child > p:not(.eyebrow) { color: #cbd5d0; }
.home-language-grid .arrow-link { color: var(--yellow); }
.home-language-screens { width: min(100%, 650px); min-height: 462px; margin: 0; position: relative; isolation: isolate; justify-self: center; }
.home-language-screen { width: min(34.8%, 198px); height: auto; aspect-ratio: 393 / 852; position: absolute; border: 3px solid var(--paper); border-radius: 11px; box-shadow: 0 14px 31px rgba(0,0,0,.28); }
.home-language-screen-en { top: 7px; left: 22%; transform: rotate(-3deg); }
.home-language-screen-es { top: 23px; right: 22%; z-index: 1; transform: rotate(3deg); }

.screen-frame.actual-practice-proof { width: min(100%, 720px); margin: 54px auto 0; border-color: rgba(255,255,255,.18); background: var(--ink); }
.actual-practice-proof .practice-player { margin: 0; border-radius: 0 0 10px 10px; }
.actual-practice-proof .screen-caption,
.actual-practice-proof .screen-caption strong { color: #dce5e0; }
.practice-role-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 14px; }
.practice-role-grid article { height: 100%; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); }
.practice-role-grid article:nth-child(2) { background: var(--green-light); }
.practice-role-grid article:nth-child(3) { background: var(--yellow-soft); }
.practice-role-grid small { color: var(--green); font-size: .57rem; font-weight: 950; letter-spacing: .12em; }
.practice-role-grid h3 { margin: 28px 0 13px; font-size: 1.65rem; }
.practice-role-grid p { margin: 0; color: var(--muted); font-size: .77rem; }
.singer-evidence { margin-top: 62px; padding: clamp(18px, 3vw, 30px); display: grid; grid-template-columns: minmax(260px, .72fr) minmax(300px, 1.28fr); align-items: center; gap: clamp(28px, 5vw, 64px); border-radius: 18px; background: var(--ink); }
.singer-lyrics-sheet { width: min(100%, 520px); aspect-ratio: 8.5 / 11; margin: 0; padding: 8px; overflow: hidden; border-radius: 10px; background: white; box-shadow: 0 20px 46px rgba(0,0,0,.28); }
.singer-lyrics-sheet img { width: 100%; height: 100%; object-fit: contain; }
.singer-context { color: white; }
.singer-context > small { color: var(--yellow); font-size: .58rem; font-weight: 950; letter-spacing: .12em; }
.singer-context h3 { margin: 24px 0; font-size: clamp(2rem, 3.5vw, 3.7rem); line-height: 1; }
.singer-context p { color: #c9d2cd; font-size: .78rem; }
.singer-context strong { color: var(--yellow); }

.show-order-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: start; gap: clamp(42px, 6vw, 84px); }
.show-order-proof { width: 100%; justify-self: end; }
.show-order-proof img { width: 100%; height: auto; max-height: none; display: block; object-fit: contain; object-position: top; }

@media (max-width: 1040px) {
  .scatter-grid { grid-template-columns: 1fr; }
  .scatter-arrow { grid-template-columns: auto auto; justify-content: center; gap: 16px; }
  .scatter-arrow span { transform: rotate(90deg); }
  .question-grid { grid-template-columns: repeat(3, 1fr); }
  .question-card:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .question-card:nth-child(5) { border-top: 1px solid var(--line); }
  .practice-layout { grid-template-columns: 1fr; }
  .media-desk { width: min(100%, 700px); }
  .branch-layout { grid-template-columns: 1fr; }
  .branch-lines { transform: rotate(90deg); }
  .practice-role-grid { grid-template-columns: 1fr; }
  .singer-evidence { grid-template-columns: 1fr; }
  .singer-lyrics-sheet { justify-self: center; }
}

@media (max-width: 900px) {
  .audience-promises { grid-template-columns: 1fr; }
  .audience-promise { min-height: 310px; }
  .experience-grid { grid-template-columns: 1fr; }
  .phone-wrap { justify-self: center; }
  .packet-intro { grid-template-columns: 1fr; }
  .packet-screen { width: min(100%, 520px); justify-self: start; }
  .operations-grid { grid-template-columns: 1fr; }
  .operation-card { min-height: 230px; }
  .cycle-line { min-width: 1080px; }
  .cycle-scroll { overflow-x: auto; }
  .journey-stage-grid { grid-template-columns: 1fr; gap: 28px; }
  .journey-marker { position: static; }
  .reach-channel-intro { grid-template-columns: 1fr; }
  .facebook-post-proof { width: min(80%, 544px); justify-self: center; }
  .bandsintown-evidence { grid-template-columns: 1fr; }
  .bandsintown-listing-proof { width: min(100%, 700px); justify-self: center; }
  .distribution-map { grid-template-columns: 1fr; }
  .distribution-arrow { transform: rotate(90deg); }
  .message-layout { grid-template-columns: 1fr; }
  .media-pipeline { min-width: 800px; }
  .media-pipeline-wrap { overflow-x: auto; }
  .bilingual-value-grid { grid-template-columns: 1fr 1fr; }
  .home-language-grid { grid-template-columns: 1fr; }
  .show-order-intro { grid-template-columns: 1fr; }
  .show-order-proof { width: min(100%, 680px); justify-self: start; }
}

@media (max-width: 700px) {
  .home-cycle-mobile-circle { width: min(100%, 520px); height: auto; margin: 30px auto 0; display: block; }
  .home-cycle-deck { display: none; }
  .home-cycle-link { margin-top: 20px; }
  .home-visual-media { min-height: 500px; }
  .home-visual > .hero-product-proof { width: 100%; }
  .home-visual > .hero-product-proof picture { aspect-ratio: 393 / 511; }
  .home-photo-frame { width: 100%; height: 410px; }
  .home-photo { border-width: 6px; }
  .photo-caption { right: 14px; bottom: 14px; }
  .role-note { width: min(260px, 72%); }
  .role-note-leader { top: 14px; right: -4px; }
  .scatter-board,
  .clear-board { min-height: 340px; padding: 21px; }
  .audience-promise { min-height: 310px; padding: 34px 26px; }
  .home-language-screens { min-height: min(81.6vw, 384px); }
  .home-language-screen { width: min(36.6%, 162px); border-width: 2px; border-radius: 8px; }
  .proof-photo img { height: 520px; }
  .question-grid { grid-template-columns: 1fr; }
  .question-card { min-height: 0; padding-block: 14px; justify-content: flex-start; gap: 10px; }
  .question-card + .question-card { border-top: 1px solid var(--line); border-left: 0; }
  .question-card small { display: flex; align-items: center; gap: 7px; }
  .question-number { width: 1.85rem; height: 1.85rem; display: inline-grid; flex: 0 0 auto; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .74rem; letter-spacing: .04em; }
  .phone-screen { min-height: 610px; }
  .media-desk { min-height: 470px; }
  .branch-outcomes { grid-template-columns: 1fr; }
  .reach-hero-visual {
    width: 100%;
    padding: 28px 20px 24px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "source"
      "arrow"
      "destinations"
      "caption";
    grid-template-rows: auto;
    gap: 22px;
  }
  .reach-source { width: min(100%, 360px); justify-self: center; }
  .reach-source strong { font-size: 2rem; }
  .reach-source time { font-size: .9rem; }
  .reach-source-status { font-size: .75rem; }
  .reach-arrow { transform: rotate(90deg); }
  .reach-destination { min-height: 104px; padding: 16px; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
  .reach-destination-icon { width: 42px; height: 42px; }
  .reach-destination-icon svg { width: 23px; height: 23px; }
  .reach-destination strong { font-size: .88rem; }
  .reach-destination div > span { font-size: .72rem; }
  .reach-hero-visual figcaption { font-size: .84rem; }
  .promotion-source-head { padding: 32px; }
  .promotion-source-body { padding: 38px 32px; grid-template-columns: 1fr; gap: 36px; }
  .promotion-approved-details { padding: 0 0 36px; border-right: 0; border-bottom: 1px solid var(--line); }
  .promotion-source-board footer { padding: 26px 32px; }
  .public-calendar-head { align-items: flex-start; }
  .public-calendar-head span { max-width: 130px; text-align: center; }
  .public-show-ticket { --ticket-stub-width: 78px; min-height: 154px; }
  .public-ticket-body { padding: 16px 14px; grid-template: "heading time" auto "location location" 1fr "cover action" auto / minmax(0, 1fr) 72px; gap: 9px 10px; }
  .public-ticket-body h3 { font-size: clamp(1.25rem, 7vw, 1.7rem); }
  .public-ticket-date b { font-size: 2.65rem; }
  .public-ticket-time { padding: 7px 4px; font-size: .62rem; }
  .distribution-destinations { grid-template-columns: 1fr 1fr; }
  .calendar-pair { grid-template-columns: 1fr; }
  .calendar-evidence-row { grid-template-columns: 1fr; }
  .calendar-evidence { width: min(100%, 520px); justify-self: center; }
  .localized-ui, .bilingual-value-grid { grid-template-columns: 1fr; }
  .authoring-flow { min-width: 700px; }
  .authoring-flow-wrap { overflow-x: auto; }
  .singer-evidence { padding: 14px; }
}

@media (max-width: 520px) {
  .reach-destinations { grid-template-columns: 1fr; grid-template-rows: none; }
  .promotion-source-board { border-radius: 24px; }
  .promotion-source-head { padding: 28px 24px; grid-template-columns: 1fr; gap: 24px; }
  .promotion-source-head h3 { margin-top: 15px; font-size: 2rem; }
  .promotion-source-head > time { min-width: 96px; min-height: 64px; justify-self: start; }
  .promotion-source-body { padding: 32px 24px; }
  .promotion-approved-details dl > div { grid-template-columns: 1fr; gap: 6px; }
  .promotion-approved-details dd { text-align: left; }
  .promotion-workflow-status li { padding: 16px 0; grid-template-columns: 28px minmax(0, 1fr); gap: 4px 12px; }
  .promotion-workflow-status span { grid-column: 2; text-align: left; }
  .promotion-source-board footer { padding: 24px; align-items: flex-start; }
}

@media (min-width: 1121px) {
  .home-story-hero-grid { align-items: stretch; }
  .home-story-hero-grid > :first-child { display: flex; flex-direction: column; }
  .home-hero-conversion { margin-top: auto; padding-top: 30px; transform: translateY(-82px); }
  .home-hero-conversion .hero-actions { margin-top: 0; }
  .home-story-hero-grid .home-visual { align-content: end; }
  .home-visual-media { min-height: 510px; }
  .home-photo-frame { height: 430px; }
  .audience-promise { min-height: 360px; padding: 54px; }
  .proof-photo img { height: 600px; }
  .proof-photo-copy h2 { max-width: 790px; font-size: clamp(3rem, 4.2vw, 4.6rem); }
  .question-grid { margin-top: 38px; }
  .question-card { min-height: 205px; }
  .question-card strong { font-size: 1.5rem; }
  .experience-grid { margin-top: 40px; gap: 76px; }
  .practice-heading h2, .home-language-grid h2 { font-size: clamp(2.8rem, 4vw, 4.35rem); }
  .journey-stage { padding-block: 78px; }
  .journey-marker span { font-size: 4rem; }
  .journey-marker h2 { font-size: clamp(2.4rem, 3vw, 3.4rem); }
  .closing-manifesto { padding-block: 110px; }
  .closing-manifesto h2 { max-width: 880px; font-size: clamp(3.4rem, 4.8vw, 5.2rem); }
  .singer-media h3 { font-size: 3rem; }
}
