/* Built for More page. The guide's Burgundy, Fuchsia and Ivory pairing over the Midnight base. */
:root { --accent: var(--fuchsia); --accent-soft: rgba(230, 97, 181, 0.16); --check-bg: var(--burgundy); }
.btn-solid { background: var(--fuchsia); color: var(--midnight); }
.btn-solid:hover { background: var(--white); }
.btn-dark { background: var(--midnight); color: var(--white); }
.btn-dark:hover { background: var(--burgundy); }
.btn-light { background: var(--white); color: var(--midnight); }
.btn-light:hover { background: var(--midnight); color: var(--white); }
.nav.is-scrolled { background: rgba(78, 19, 41, 0.94); }
.progress { background: var(--fuchsia); }

/* Preloader: the M column rolls and stops on More */
.pre-roll { height: 1.1em; overflow: hidden; font-family: var(--font-head); font-weight: 900; font-size: clamp(44px, 7vw, 88px); line-height: 1.1; }
.pre-track { display: grid; }
.pre-track span:last-child { color: var(--fuchsia); }

/* Hero */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; padding: 110px 0 64px; background: var(--burgundy); overflow: hidden; }
.hero::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background: var(--fuchsia); }
.lockup {
  --fs: clamp(44px, 6.2vw, 88px);
  display: flex; align-items: center; gap: 0.25em; font-size: var(--fs); font-weight: 900; line-height: 1; margin: 0;
}
.lk-built { white-space: nowrap; }
.drum-view { position: relative; display: block; height: 5.2em; width: 7.2em; perspective: 1100px; overflow: hidden; flex-shrink: 0; max-width: 100%; -webkit-mask-image: linear-gradient(transparent, #000 30%, #000 70%, transparent); mask-image: linear-gradient(transparent, #000 30%, #000 70%, transparent); }
.drum { position: absolute; left: 0; right: 0; top: 50%; height: 1.1em; margin-top: -0.55em; transform-style: preserve-3d; }
.drum span { position: absolute; left: 0; top: 0; height: 1.1em; line-height: 1.1; white-space: nowrap; backface-visibility: hidden; color: var(--white); }
.drum span.is-more { color: var(--fuchsia); }
.hero-foot { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-top: 28px; }
.hero-sub { font-size: clamp(18px, 1.6vw, 22px); color: var(--ink-soft); max-width: 30em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* Growth compounds */
.growth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: end; }
.growth-grid > * { min-width: 0; }
.growth-copy h2 { font-size: clamp(34px, 4vw, 62px); }
.growth-copy .lede { margin-top: 22px; color: rgba(14, 20, 27, 0.78); font-size: 18px; }
.climb { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.climb li { padding: 18px 22px; border-radius: 6px; font-family: var(--font-head); font-weight: 800; font-size: clamp(18px, 1.7vw, 24px); background: var(--burgundy); color: var(--white); transform-origin: 0 100%; }
.climb li:nth-child(5) { width: 52%; background: var(--burgundy-700); }
.climb li:nth-child(4) { width: 64%; }
.climb li:nth-child(3) { width: 76%; background: var(--burgundy-700); }
.climb li:nth-child(2) { width: 88%; }
.climb li:nth-child(1) { width: 100%; background: var(--orange); }

/* Every More with its proof */
.proof { position: relative; height: 100svh; overflow: hidden; background: var(--midnight); }
.proof-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.8s; }
.proof-bg img.is-on { opacity: 0.5; }
.proof::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 20, 27, 0.92) 0%, rgba(14, 20, 27, 0.6) 65%, rgba(14, 20, 27, 0.35) 100%); }
.proof-inner { position: relative; z-index: 2; height: 100%; display: grid; align-content: center; padding-top: 90px; }
.proof-fixed { font-family: var(--font-head); font-weight: 900; font-size: clamp(44px, 7vw, 112px); line-height: 1; }
.outcomes { list-style: none; margin: 0; padding: 0; position: relative; height: 3.1em; font-size: clamp(44px, 7vw, 112px); }
.oc { position: absolute; left: 0; right: 0; top: 0; opacity: 0; transform: translateY(0.5em); transition: opacity 0.45s, transform 0.6s var(--ease-out); }
.oc.is-on { opacity: 1; transform: none; }
.oc-word { font-family: var(--font-head); font-weight: 900; line-height: 1.02; color: var(--fuchsia); }
.oc-proof { font-size: 18px; line-height: 1.5; color: var(--ink-soft); margin-top: 20px; max-width: 34em; font-family: var(--font-body); }
.oc-dots { display: flex; gap: 8px; margin-top: 18px; }
.oc-dots span { width: 30px; height: 6px; border-radius: 2px; background: rgba(255, 255, 255, 0.22); transition: background 0.3s; }
.oc-dots span.is-on { background: var(--fuchsia); }

/* Manifesto */
.manifesto { background: var(--midnight); }
.mf { font-family: var(--font-head); font-weight: 800; font-size: clamp(34px, 5vw, 76px); line-height: 1.08; max-width: 15em; }
.mf .word { color: rgba(255, 255, 255, 0.16); }
.mf-turn { margin-top: 40px; font-size: clamp(19px, 1.8vw, 24px); color: var(--ink-soft); max-width: 30em; }
.mf-end { margin-top: 18px; font-family: var(--font-head); font-weight: 900; font-size: clamp(44px, 7vw, 112px); line-height: 1; color: var(--fuchsia); }

/* Who it is for */
.who h2 { max-width: 12em; }
.tabs { display: flex; flex-wrap: wrap; gap: 0; margin-top: 40px; border-bottom: 1px solid rgba(14, 20, 27, 0.16); }
.tabs button { background: none; border: 0; border-bottom: 4px solid transparent; padding: 14px 20px 12px; font-weight: 600; font-size: 16px; color: rgba(14, 20, 27, 0.6); cursor: pointer; margin-bottom: -1px; }
.tabs button[aria-selected="true"] { color: var(--midnight); border-color: var(--fuchsia); }
.panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; padding-top: 40px; }
.panel[hidden] { display: none; }
.panel > * { min-width: 0; }
.panel-media { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px; border-bottom: 10px solid var(--fuchsia); }
.panel-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.panel-lines { font-family: var(--font-head); font-weight: 800; font-size: clamp(26px, 2.8vw, 40px); line-height: 1.12; margin-bottom: 18px; }
.panel-copy p + p { color: rgba(14, 20, 27, 0.75); font-size: 17px; }
.panel-copy .btn { margin-top: 24px; }

/* Trial and the table */
.table-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.table-grid > * { min-width: 0; }
.trial { background: var(--burgundy); color: var(--white); padding: clamp(24px, 3vw, 40px); border-radius: 6px; border-bottom: 10px solid var(--fuchsia); }
.trial-n { font-family: var(--font-head); font-weight: 900; font-size: clamp(48px, 6vw, 88px); line-height: 1; color: var(--fuchsia); margin-bottom: 12px; }
.trial p:not(.trial-n) { margin: 14px 0 24px; color: var(--ink-soft); }
.table-lede { margin: 14px 0 12px; color: rgba(14, 20, 27, 0.72); font-size: 18px; }
.rooms-list { list-style: none; margin: 0; padding: 0; }
.rooms-list li { display: grid; grid-template-columns: 210px 1fr; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(14, 20, 27, 0.14); align-items: baseline; }
.rooms-list time { font-weight: 600; color: var(--burgundy-700); font-size: 15px; }
.rooms-list strong { font-family: var(--font-head); font-weight: 800; font-size: 21px; }

/* Final */
.final { position: relative; overflow: hidden; padding: clamp(110px, 16vw, 220px) 0; }
.final-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.final::after { content: ""; position: absolute; inset: 0; background: rgba(78, 19, 41, 0.45); }
.final-inner { position: relative; z-index: 2; }
.final h2 { max-width: 13em; font-size: clamp(40px, 6.4vw, 104px); }
.final .hero-cta { margin-top: 36px; }
.final-sign { margin-top: 40px; font-family: var(--font-head); font-weight: 700; font-size: 20px; }

@media (max-width: 960px) {
  .lockup { flex-direction: column; align-items: flex-start; gap: 0; --fs: clamp(34px, 11.5vw, 80px); }
  .drum-view { width: 100%; height: 3.6em; }
  .hero-foot, .growth-grid, .panel, .table-grid { grid-template-columns: 1fr; }
  .climb li:nth-child(n) { width: 100%; }
  .climb li:nth-child(5) { width: 70%; }
  .climb li:nth-child(4) { width: 78%; }
  .climb li:nth-child(3) { width: 86%; }
  .climb li:nth-child(2) { width: 93%; }
  .outcomes { height: 4.2em; }
  .rooms-list li { grid-template-columns: 1fr; gap: 4px; }
  .tabs button { padding: 12px 12px 10px; font-size: 15px; }
}
