/* ==========================================================================
   Founder Island Fest 2026 — v2
   Brand: orange #FF751F · violet #975AB6 · Work Sans
   Sections alternate ink (stage, energy) and cream/white (clarity, detail).
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  --orange: #FF751F;
  --orange-hi: #FF9A55;
  --orange-ink: #B34A06;          /* orange for text on light grounds (AA) */
  --purple: #975AB6;
  --purple-hi: #C08AE0;
  --purple-ink: #6B3A87;
  --pink: #E0607E;                /* bridge hue so orange → violet never goes muddy */
  --gold: #F2C46B;

  --ink: #130C19;
  --ink-2: #1B1223;
  --ink-3: #2A1D35;
  --cream: #FBF6F0;
  --sand: #F3EAE1;
  --white: #FFFFFF;

  --text: #1C1422;
  --text-2: #5D5366;
  --text-3: #857B8E;
  --on-ink: #F8F3FA;
  --on-ink-2: rgba(248, 243, 250, .74);
  --on-ink-3: rgba(248, 243, 250, .52);
  --line: rgba(28, 20, 34, .1);
  --line-2: rgba(28, 20, 34, .18);

  --grad: linear-gradient(100deg, var(--orange) 0%, var(--pink) 52%, var(--purple) 100%);

  --r-sm: 14px;
  --r: 22px;
  --r-lg: 28px;
  --r-xl: 36px;
  --shadow-sm: 0 1px 2px rgba(19, 12, 25, .05), 0 6px 18px -8px rgba(19, 12, 25, .14);
  --shadow: 0 2px 4px rgba(19, 12, 25, .04), 0 26px 50px -22px rgba(19, 12, 25, .24);
  --shadow-lg: 0 4px 10px rgba(19, 12, 25, .06), 0 44px 90px -34px rgba(19, 12, 25, .42);

  --ease: cubic-bezier(.22, .8, .24, 1);
  --container: 1240px;
  --gutter: clamp(20px, 4.2vw, 44px);
  --section-y: clamp(84px, 10.5vw, 148px);
  --header-h: 72px;
  --font: "Work Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p, figure, blockquote, ul, ol, fieldset { margin: 0; }
ul, ol { padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 8px; }
::selection { background: var(--orange); color: var(--ink); }
body.has-dialog, body.menu-open { overflow: hidden; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 300; padding: 12px 18px; border-radius: 12px; background: var(--orange); color: var(--ink); font-weight: 600; text-decoration: none; transition: top .25s var(--ease); }
.skip:focus { top: 16px; }

.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.i { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Type ---------- */
.display { font-weight: 800; font-size: clamp(2.5rem, 1rem + 4.3vw, 5.35rem); line-height: .97; letter-spacing: -.042em; }
.h2 { font-weight: 800; font-size: clamp(2.15rem, 1.2rem + 3vw, 4rem); line-height: 1.03; letter-spacing: -.036em; text-wrap: balance; }
.h3 { font-weight: 700; font-size: clamp(1.4rem, 1.05rem + 1vw, 1.9rem); line-height: 1.15; letter-spacing: -.022em; }
.lead { font-size: clamp(1.08rem, .98rem + .38vw, 1.3rem); line-height: 1.58; color: var(--text-2); text-wrap: pretty; }
.body-lg { font-size: clamp(1.1rem, 1rem + .3vw, 1.22rem); line-height: 1.6; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: .78rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; color: var(--orange-ink); }
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 2px; background: var(--grad); }
.eyebrow--light { color: var(--orange); }

/* Accent words: Work Sans light italic against 800 roman, filled with the sunset gradient */
.accent { font-style: italic; font-weight: 300; letter-spacing: -.02em; padding-right: .06em; -webkit-box-decoration-break: clone; box-decoration-break: clone; background: linear-gradient(100deg, #C2530A 5%, #8A469F 95%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section--ink .accent, .final .accent { background-image: linear-gradient(100deg, #FF8A3D 5%, #EC7FA0 50%, #C08AE0 95%); }

/* ---------- Buttons ---------- */
.btn {
  --h: 52px;
  position: relative;
  isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: var(--h); padding: 0 24px;
  border-radius: 999px;
  font-weight: 600; font-size: 1rem; letter-spacing: -.005em; line-height: 1;
  text-decoration: none; white-space: nowrap;
  transition: transform .4s var(--ease), translate .5s var(--ease), background-color .25s, color .25s, box-shadow .4s var(--ease);
}
.btn .i { transition: transform .4s var(--ease); }
.btn:hover .i:last-child { transform: translateX(3px); }
.btn:disabled { opacity: .6; pointer-events: none; }
.btn--sm { --h: 42px; padding: 0 18px; font-size: .92rem; }
.btn--lg { --h: 58px; padding: 0 28px; font-size: 1.03rem; }
.btn--xl { --h: 66px; padding: 0 34px; font-size: 1.1rem; }
.btn--block { width: 100%; }
.btn--grow { flex: 1; }
.btn--primary { background: var(--orange); color: var(--ink); box-shadow: 0 12px 30px -14px rgba(255, 117, 31, .85), inset 0 1px 0 rgba(255, 255, 255, .35); }
.btn--primary::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: linear-gradient(100deg, #FFB07A, var(--orange) 70%); opacity: 0; transition: opacity .35s; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -14px rgba(255, 117, 31, .9), inset 0 1px 0 rgba(255, 255, 255, .35); }
.btn--primary:hover::before { opacity: 1; }
.btn--glass { background: rgba(255, 255, 255, .08); color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.btn--glass:hover { background: rgba(255, 255, 255, .16); transform: translateY(-2px); }
.btn--outline { color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #2C1F38; transform: translateY(-2px); }

.iconbtn { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), background-color .25s, color .25s, opacity .25s; }
.iconbtn:hover { transform: translateY(-2px); background: var(--ink); color: #fff; }
.iconbtn--glass { background: rgba(255, 255, 255, .08); color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2); }
.iconbtn--glass:hover { background: #fff; color: var(--ink); }
.iconbtn:disabled { opacity: .3; pointer-events: none; }

.chip { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px 8px 12px; border-radius: 999px; font-size: .88rem; font-weight: 500; line-height: 1.3; }
.chip--glass { background: rgba(255, 255, 255, .08); color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.chip--sm { padding: 6px 14px 6px 10px; font-size: .8rem; }
.chip--violet { background: rgba(151, 90, 182, .14); color: var(--purple-ink); font-weight: 600; }
.chip__dot, .pulse { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 117, 31, .55); } 70% { box-shadow: 0 0 0 10px rgba(255, 117, 31, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 117, 31, 0); } }

.orb { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.orb--sun { background: radial-gradient(circle, rgba(255, 117, 31, .5) 0%, rgba(255, 117, 31, .16) 38%, transparent 68%); }
.orb--violet { background: radial-gradient(circle, rgba(151, 90, 182, .55) 0%, rgba(151, 90, 182, .16) 40%, transparent 70%); }

/* ---------- Brand marks & logos (single-colour masks, so they take any colour) ---------- */
/* Brand marks and partner logos are plain images: no mask support required, real alt text. */
.mark, .logo { display: block; width: auto; max-width: none; }
.mark--fif { height: 64px; }
.mark--tne { height: 46px; }

.logo--forbes { height: 31px; }
.logo--bi { height: 34px; }
.logo--entrepreneur { height: 27px; }
.logo--mindvalley { height: 38px; }
.logo--startup-madeira { height: 38px; }
.logo--madeira-friends { height: 50px; }
.logo--gabit { height: 26px; }
.logo--pangia { height: 30px; }
.logo--svoi { height: 30px; }
.logo--gtex { height: 34px; }
.logo--nomadx { height: 35px; }
.logo--soma { height: 33px; }
.logo--afc { height: 36px; }
.logo--ngb { height: 35px; }
.logo--500 { height: 48px; }
.logo--nm { height: 29px; }
.logo--fi { height: 40px; }
.logo--madeira-belongs { height: 56px; }
.logo--estalagem { height: 54px; }

/* ==========================================================================
   Header
   ========================================================================== */
.hdr { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; transition: background-color .45s, box-shadow .45s; }
.hdr__bar { max-height: 42px; overflow: hidden; background: rgba(9, 5, 12, .88); color: var(--on-ink-2); font-size: .84rem; transition: max-height .5s var(--ease); }
.hdr__bar-in { display: flex; align-items: center; justify-content: center; gap: 22px; height: 40px; }
.hdr__bar p { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.hdr__bar b { color: #fff; font-weight: 600; }
.hdr__sep { opacity: .5; }
.hdr__bar .pulse { width: 7px; height: 7px; }
.hdr__bar-link { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-weight: 600; text-decoration: none; }
.hdr__bar-link:hover .i { transform: translateX(3px); }
.hdr__bar-link .i { transition: transform .35s var(--ease); }

.hdr__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--header-h); transition: height .45s var(--ease); }
.hdr__logo { display: flex; color: #fff; }
.hdr__logo .mark { height: 64px; margin-block: -8px; transition: height .45s var(--ease); }
.hdr__nav { display: flex; gap: 2px; }
.hdr__nav a { position: relative; padding: 8px 13px; border-radius: 999px; font-size: .93rem; font-weight: 500; color: rgba(255, 255, 255, .78); text-decoration: none; transition: color .2s, background-color .2s; }
.hdr__nav a:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.hdr__nav a.is-active { color: #fff; }
.hdr__nav a.is-active::after { content: ""; position: absolute; left: 50%; bottom: 1px; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); transform: translateX(-50%); }
.hdr__cta { display: flex; align-items: center; gap: 8px; }
.hdr__call { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: .93rem; font-weight: 500; text-decoration: none; transition: background-color .2s; }
.hdr__call:hover { background: rgba(255, 255, 255, .08); }
.hdr__call .i { width: 18px; height: 18px; color: var(--orange); }
.hdr__burger { display: none; position: relative; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16); }
.hdr__burger span { position: absolute; left: 13px; right: 13px; height: 2px; border-radius: 2px; background: #fff; transition: transform .4s var(--ease), top .4s var(--ease); }
.hdr__burger span:first-child { top: 17px; }
.hdr__burger span:last-child { top: 25px; }
.hdr__burger[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.hdr__burger[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.hdr__progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; opacity: 0; transition: opacity .3s; }
.hdr__progress i { display: block; width: 100%; height: 100%; background: var(--grad); transform: scaleX(0); transform-origin: 0 50%; }

.hdr.is-scrolled { background: rgba(19, 12, 25, .8); -webkit-backdrop-filter: saturate(1.4) blur(18px); backdrop-filter: saturate(1.4) blur(18px); box-shadow: 0 1px 0 rgba(255, 255, 255, .07); }
.hdr.is-scrolled .hdr__bar { max-height: 0; }
.hdr.is-scrolled .hdr__in { height: 64px; }
.hdr.is-scrolled .hdr__logo .mark { height: 52px; }
.hdr.is-scrolled .hdr__progress { opacity: 1; }

.menu {
  position: fixed; inset: 0; z-index: 90;
  display: flex; flex-direction: column; justify-content: space-between; gap: 28px;
  padding: calc(var(--header-h) + 64px) var(--gutter) calc(28px + env(safe-area-inset-bottom));
  background: radial-gradient(120% 70% at 100% 0%, rgba(151, 90, 182, .38), transparent 60%), radial-gradient(90% 60% at 0% 100%, rgba(255, 117, 31, .26), transparent 60%), var(--ink);
  color: #fff; overflow-y: auto;
  opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility 0s .4s;
}
.menu.is-open { opacity: 1; visibility: visible; transition: opacity .4s var(--ease); }
.menu__nav { display: grid; }
.menu__nav a { display: flex; align-items: baseline; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: clamp(1.7rem, 7vw, 2.4rem); font-weight: 700; letter-spacing: -.03em; text-decoration: none; opacity: 0; transform: translateY(14px); transition: opacity .5s var(--ease), transform .6s var(--ease), color .2s; }
.menu__nav a small { font-size: .8rem; font-weight: 600; color: var(--orange); letter-spacing: .08em; }
.menu__nav a:hover { color: var(--orange-hi); }
.menu.is-open .menu__nav a { opacity: 1; transform: none; }
.menu.is-open .menu__nav a:nth-child(2) { transition-delay: .04s; }
.menu.is-open .menu__nav a:nth-child(3) { transition-delay: .08s; }
.menu.is-open .menu__nav a:nth-child(4) { transition-delay: .12s; }
.menu.is-open .menu__nav a:nth-child(5) { transition-delay: .16s; }
.menu.is-open .menu__nav a:nth-child(6) { transition-delay: .2s; }
.menu.is-open .menu__nav a:nth-child(7) { transition-delay: .24s; }
.menu__cta { display: grid; gap: 10px; }

/* ==========================================================================
   Hero — Michelle on stage, faded into the ink ground so the headline stays readable
   ========================================================================== */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-top: calc(var(--header-h) + 40px + clamp(16px, 4vh, 48px));
  background: var(--ink); color: #fff;
}
.hero__media { position: absolute; top: 0; right: 0; bottom: 0; z-index: -3; width: min(66%, 1240px); will-change: transform; }
.hero__media picture, .hero__media img { width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: 46% 28%; transform: scale(1.08); animation: heroZoom 16s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__shade {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, var(--ink) 31%, rgba(19, 12, 25, .82) 40%, rgba(19, 12, 25, .3) 54%, rgba(19, 12, 25, 0) 70%),
    linear-gradient(0deg, var(--ink) 0%, rgba(19, 12, 25, .72) 20%, rgba(19, 12, 25, 0) 46%),
    linear-gradient(180deg, rgba(19, 12, 25, .72) 0%, rgba(19, 12, 25, 0) 24%);
}
.hero__orb1 { width: 900px; height: 900px; left: -380px; bottom: -420px; z-index: -1; opacity: .8; }
.hero__orb2 { width: 760px; height: 760px; left: 22%; top: -420px; z-index: -1; opacity: .55; }

.hero__tag { position: absolute; bottom: clamp(140px, 24vh, 250px); right: clamp(20px, 5vw, 110px); z-index: 2; display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px 10px 12px; border-radius: 999px; background: rgba(19, 12, 25, .5); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); font-size: .9rem; font-weight: 600; white-space: nowrap; }
.hero__tag i { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255, 117, 31, .25); }
.hero__tag em { font-style: normal; font-weight: 400; color: var(--on-ink-2); }

.hero__inner { position: relative; z-index: 1; padding-bottom: clamp(18px, 3vh, 40px); }
.hero__chip { margin-bottom: clamp(14px, 2.6vh, 22px); }
/* sized by width AND height, so the CTAs stay above the fold on short laptop screens */
.hero__title { max-width: 13ch; margin-bottom: clamp(14px, 2.6vh, 22px); font-size: clamp(2.5rem, min(1rem + 4.3vw, 8.4vh), 5.35rem); }
.hero__title .line { display: block; }
.hero__lead { max-width: 36rem; margin-bottom: clamp(20px, 3.6vh, 30px); color: var(--on-ink-2); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 14px; margin-bottom: clamp(20px, 3.8vh, 34px); }

.scribble { position: relative; display: inline-block; font-style: italic; font-weight: 300; letter-spacing: -.03em; padding-right: .08em; }
.scribble svg { position: absolute; left: -3%; bottom: -.1em; width: 104%; height: .28em; overflow: visible; pointer-events: none; }
.scribble path { fill: none; stroke: var(--orange); stroke-width: 7; stroke-linecap: round; stroke-dasharray: 360; stroke-dashoffset: 360; }
.hero.is-ready .scribble path { animation: draw 1.1s 1.05s var(--ease) forwards; }
html:not(.js) .scribble path { stroke-dashoffset: 0; }
@keyframes draw { to { stroke-dashoffset: 0; } }

.playlink { display: inline-flex; align-items: center; gap: 12px; padding: 4px 10px 4px 6px; border-radius: 999px; font-weight: 600; color: #fff; }
.playlink__btn { position: relative; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--ink); transition: transform .4s var(--ease); }
.playlink__btn::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .35); }
.playlink__btn .i { width: 18px; height: 18px; transform: translateX(1px); }
.playlink:hover .playlink__btn { transform: scale(1.1); }

.hero__proof { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; font-size: .92rem; color: var(--on-ink-2); line-height: 1.35; }
.hero__proof b { color: #fff; font-weight: 600; }
.avatars { display: flex; align-items: center; }
.avatars img, .avatars span { width: 38px; height: 38px; margin-left: -10px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2.5px var(--ink); }
.avatars img:first-child { margin-left: 0; }
.avatars span { display: grid; place-items: center; background: var(--orange); color: var(--ink); font-size: .7rem; font-weight: 700; }
.hero__divider { width: 1px; height: 30px; background: rgba(255, 255, 255, .18); }
.award-inline { display: flex; align-items: center; gap: 10px; }
.award-inline .i--laurel { width: 42px; height: 42px; color: var(--gold); }
.award-inline span { display: flex; flex-direction: column; }

.hero__facts-wrap { position: relative; z-index: 1; padding-bottom: 26px; }
.facts { display: grid; grid-template-columns: repeat(5, 1fr); border-radius: var(--r); background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); -webkit-backdrop-filter: blur(18px) saturate(1.3); backdrop-filter: blur(18px) saturate(1.3); }
.facts li { position: relative; display: flex; align-items: center; gap: 14px; padding: clamp(12px, 2vh, 17px) 22px; }
.facts li + li::before { content: ""; position: absolute; left: 0; top: 24%; bottom: 24%; width: 1px; background: rgba(255, 255, 255, .12); }
.facts .i { width: 22px; height: 22px; color: var(--orange); }
.facts b { display: block; font-size: .98rem; font-weight: 600; line-height: 1.3; color: #fff; white-space: nowrap; }
.facts span { display: block; font-size: .8rem; line-height: 1.35; color: var(--on-ink-3); }

/* ---------- Press ---------- */
.press { background: var(--ink); border-top: 1px solid rgba(255, 255, 255, .06); }
.press__in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px 48px; padding-block: 30px; }
.press__label { font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .46); }
.press__logos { display: flex; flex-wrap: wrap; align-items: center; gap: 22px clamp(30px, 5vw, 70px); }
.press__logos .logo { opacity: .66; transition: opacity .3s; }
.press__logos li:hover .logo { opacity: 1; }
.press__logos .logo--500 { height: 40px; }

/* ==========================================================================
   Sections
   ========================================================================== */
.section { position: relative; isolation: isolate; overflow: clip; padding-block: var(--section-y); }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--ink { background: var(--ink); color: var(--on-ink); }
.section--ink .lead { color: var(--on-ink-2); }

.sechead { margin-bottom: clamp(44px, 5.6vw, 72px); }
.sechead .eyebrow { margin-bottom: 18px; }
.sechead--center { max-width: 880px; margin-inline: auto; text-align: center; }
.sechead--center .lead { max-width: 640px; margin: 22px auto 0; }
.sechead--split { display: grid; grid-template-columns: 1.25fr 1fr; align-items: end; gap: 26px 64px; }

/* ---------- Meet Michelle ---------- */
.michelle__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr); align-items: start; gap: clamp(48px, 6vw, 96px); }
.michelle__collage { position: sticky; top: 110px; padding: 0 9% 25% 0; }
/* 5:4 at 55% keeps the whole slide ("Maybe you are sitting next to your new business partner…") in frame */
.michelle__main { aspect-ratio: 5 / 4; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.michelle__main img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; }
.michelle__portrait { position: absolute; right: 0; bottom: 0; width: 43%; aspect-ratio: 3 / 4; border-radius: 999px 999px 30px 30px; overflow: hidden; background: radial-gradient(120% 90% at 50% 18%, #FFC29A 0%, var(--orange) 40%, #C6608F 72%, var(--purple) 100%); box-shadow: 0 0 0 8px var(--cream), var(--shadow-lg); }
.michelle__portrait img { position: absolute; left: 50%; bottom: -2%; width: 118%; max-width: none; transform: translateX(-50%); }
.float-badge { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 12px 18px 12px 12px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); font-size: .9rem; line-height: 1.25; }
.float-badge small { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.float-badge span { font-weight: 600; }
.float-badge--forbes { left: 5%; bottom: 7%; }
.float-badge--forbes .i--laurel { width: 44px; height: 44px; color: var(--orange-ink); }
.float-badge--stat { left: -5%; top: 34%; gap: 14px; padding: 14px 20px; }
.float-badge--stat b { font-size: 2.4rem; font-weight: 800; letter-spacing: -.05em; line-height: 1; color: var(--ink); }
.float-badge--stat span { font-size: .85rem; font-weight: 500; color: var(--text-2); }
@keyframes float { 50% { transform: translateY(-9px); } }
.js .michelle [data-float] { animation: float 7s ease-in-out infinite; }
.js .michelle .float-badge--forbes { animation-delay: -2s; }
.js .michelle .float-badge--stat { animation-delay: -4.5s; }

.michelle__copy .h2 { margin: 18px 0 24px; }
.michelle__copy > p { max-width: 37rem; margin-bottom: 20px; color: var(--text-2); }
.michelle__copy > .body-lg { color: var(--text); }
.pullquote { position: relative; margin: 36px 0 30px; padding: 30px 30px 28px; border-radius: var(--r); background: #fff; box-shadow: var(--shadow-sm); }
.pullquote .i { position: absolute; top: -18px; left: 26px; width: 42px; height: 42px; padding: 10px; border-radius: 50%; background: var(--orange); color: var(--ink); }
.pullquote p { font-size: clamp(1.3rem, 1rem + .95vw, 1.7rem); font-weight: 600; line-height: 1.3; letter-spacing: -.02em; color: var(--ink); text-wrap: balance; }
.wheres { display: grid; gap: 10px; margin: 6px 0 34px; }
.wheres li { display: flex; align-items: baseline; gap: 14px; font-size: 1.06rem; font-weight: 500; }
.wheres li::before { content: ""; flex: none; width: 18px; height: 2px; border-radius: 2px; background: var(--grad); transform: translateY(-5px); }
.sign { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-top: 26px; border-top: 1px solid var(--line); }
.sign__name { font-size: 2rem; font-weight: 300; font-style: italic; letter-spacing: -.035em; line-height: 1; color: var(--ink); }
.sign__role { margin-top: 8px; font-size: .9rem; color: var(--text-2); }
.sign__actions { display: flex; align-items: center; gap: 10px; }
.vidchip { display: inline-flex; align-items: center; gap: 12px; padding: 6px 20px 6px 6px; border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm); text-align: left; font-size: .93rem; font-weight: 600; line-height: 1.2; transition: transform .35s var(--ease), box-shadow .35s; }
.vidchip:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.vidchip small { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); }
.vidchip__thumb { position: relative; width: 66px; height: 46px; border-radius: 999px; overflow: hidden; }
.vidchip__thumb img { width: 100%; height: 100%; object-fit: cover; object-position: 35% 50%; }
.vidchip__thumb .i { position: absolute; inset: 0; margin: auto; width: 18px; height: 18px; color: #fff; filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .6)); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(64px, 8vw, 110px); border-top: 1px solid var(--line); }
.stats li { padding: 30px 20px 0 0; }
.stats li + li { padding-left: 28px; border-left: 1px solid var(--line); }
.stats b { display: block; font-size: clamp(2.6rem, 1.5rem + 2.7vw, 4.3rem); font-weight: 800; letter-spacing: -.055em; line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.stats li > span { display: block; margin-top: 10px; font-size: .95rem; color: var(--text-2); }

/* ---------- Is this for you ---------- */
.fit__orb { width: 1000px; height: 1000px; left: 50%; top: -52%; transform: translateX(-50%); opacity: .7; }
.fit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1100px; margin-inline: auto; }
.fitcard { position: relative; padding: clamp(28px, 3.4vw, 44px); border-radius: var(--r-xl); background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); }
.fitcard--yes { background: linear-gradient(160deg, rgba(255, 117, 31, .16), rgba(151, 90, 182, .12) 60%, rgba(255, 255, 255, .03)); box-shadow: inset 0 0 0 1px rgba(255, 138, 61, .38); }
.fitcard h3 { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; font-size: 1.45rem; font-weight: 700; letter-spacing: -.02em; }
.fitcard__icon { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--orange); color: var(--ink); }
.fitcard__icon .i { stroke-width: 2.4; }
.fitcard--no .fitcard__icon { background: rgba(255, 255, 255, .1); color: #fff; }
.fitcard li { position: relative; padding: 14px 0 14px 34px; border-top: 1px solid rgba(255, 255, 255, .1); color: var(--on-ink-2); }
.fitcard--yes li { color: var(--on-ink); }
.fitcard li b { color: #fff; }
.fitcard li::before { content: ""; position: absolute; left: 3px; top: 1.2em; width: 14px; height: 8px; border-left: 2px solid var(--orange); border-bottom: 2px solid var(--orange); transform: rotate(-45deg); }
.fitcard--no li::before { top: 1.55em; width: 14px; height: 2px; border: 0; background: rgba(255, 255, 255, .35); transform: none; }
.fitcard__proof { display: flex; gap: 14px; margin-top: 26px; padding: 20px; border-radius: var(--r-sm); background: rgba(255, 255, 255, .06); }
.fitcard__proof .i { width: 28px; height: 28px; color: var(--orange); }
.fitcard__proof p { font-size: .95rem; color: var(--on-ink-2); }
.fitcard__proof b { color: #fff; }

/* ---------- Experience bento ---------- */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(230px, 21vw, 300px); gap: 18px; }
.tile--a { grid-column: span 7; grid-row: span 2; }
.tile--b, .tile--c { grid-column: span 5; }
.tile--d, .tile--e, .tile--f { grid-column: span 4; }
.tile--g { grid-column: span 5; }
.tile--h { grid-column: span 7; }
.tile { position: relative; isolation: isolate; overflow: hidden; border-radius: var(--r-lg); background: var(--ink); color: #fff; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.3s var(--ease); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(19, 12, 25, 0) 34%, rgba(19, 12, 25, .88) 100%); }
.tile__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: clamp(20px, 2.3vw, 30px); }
.tile__icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 14px; border-radius: 50%; background: rgba(255, 255, 255, .14); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .26); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: background-color .35s, color .35s; }
.tile__icon .i { width: 20px; height: 20px; }
.tile h3 { font-size: clamp(1.18rem, 1rem + .55vw, 1.55rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; }
.tile--a h3 { font-size: clamp(1.6rem, 1.05rem + 1.3vw, 2.5rem); letter-spacing: -.03em; }
.tile p { max-width: 36ch; margin-top: 8px; font-size: .97rem; line-height: 1.5; color: rgba(255, 255, 255, .84); }
@media (hover: hover) {
  .tile:not(.tile--a) p { max-height: 0; margin-top: 0; opacity: 0; transform: translateY(8px); transition: max-height .55s var(--ease), margin .55s var(--ease), opacity .4s, transform .55s var(--ease); }
  .tile:not(.tile--a):hover p { max-height: 5em; margin-top: 8px; opacity: 1; transform: none; }
  .tile:hover img { transform: scale(1.06); }
  .tile:hover .tile__icon { background: var(--orange); color: var(--ink); box-shadow: none; }
}

/* ---------- Why Madeira (cinematic band) ---------- */
.island { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(96px, 12vw, 170px) clamp(72px, 9vw, 120px); background: var(--ink); color: #fff; }
.island__bg { position: absolute; inset: 0; z-index: -1; }
.island__bg img { width: 100%; height: 118%; object-fit: cover; object-position: 60% 50%; will-change: transform; }
.island__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19, 12, 25, .92) 0%, rgba(19, 12, 25, .72) 34%, rgba(19, 12, 25, .12) 66%, rgba(19, 12, 25, .05) 100%), linear-gradient(0deg, var(--ink) 0%, rgba(19, 12, 25, 0) 30%), linear-gradient(180deg, rgba(19, 12, 25, .55) 0%, rgba(19, 12, 25, 0) 22%); }
.island__in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; gap: 40px; }
.island__copy { max-width: 560px; }
.island__copy .h2 { margin: 18px 0 20px; }
.island__copy .lead { color: rgba(255, 255, 255, .84); }
.island__list { display: grid; gap: 10px; margin: 24px 0 26px; }
.island__list li { display: flex; align-items: center; gap: 14px; padding: 12px 16px 12px 12px; border-radius: 16px; background: rgba(19, 12, 25, .45); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-weight: 500; }
.island__list .i { width: 36px; height: 36px; padding: 8px; border-radius: 50%; background: var(--orange); color: var(--ink); }
.island__note { font-size: 1.05rem; font-weight: 600; color: var(--orange-hi); }
.island__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-self: end; }
.island__cards li { position: relative; overflow: hidden; aspect-ratio: 3 / 4; border-radius: var(--r); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .8), inset 0 0 0 1px rgba(255, 255, 255, .2); }
.island__cards li:nth-child(2) { transform: translateY(-28px); }
.js .island__cards li:nth-child(2)[data-reveal].is-in { transform: translateY(-28px); }
.island__cards img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.island__cards li::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(19, 12, 25, .82), transparent 55%); }
.island__cards span { position: absolute; left: 14px; right: 14px; bottom: 12px; z-index: 1; font-size: .86rem; font-weight: 600; line-height: 1.3; }
.island__cards li:hover img { transform: scale(1.07); }

/* ---------- Film ---------- */
.film .sechead { margin-bottom: 44px; }
.film__player { position: relative; isolation: isolate; display: block; width: 100%; aspect-ratio: 16 / 8; border-radius: var(--r-xl); overflow: hidden; color: #fff; }
.film__player img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; transition: transform 1.6s var(--ease); }
.film__player::after { content: ""; position: absolute; inset: 0; background: radial-gradient(55% 60% at 50% 50%, rgba(19, 12, 25, .05), rgba(19, 12, 25, .6)), linear-gradient(0deg, rgba(19, 12, 25, .8), transparent 45%); }
.film__player:hover img { transform: scale(1.04); }
.film__ring { position: absolute; left: 50%; top: 50%; z-index: 1; width: clamp(150px, 16vw, 206px); aspect-ratio: 1; transform: translate(-50%, -50%); }
.film__ring svg { width: 100%; height: 100%; fill: #fff; font-size: 13.4px; font-weight: 600; letter-spacing: .21em; animation: spin 18s linear infinite; }
.film__play { position: absolute; inset: 27%; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--ink); animation: pulseBig 2.8s infinite; transition: transform .5s var(--ease); }
.film__play .i { width: 34%; height: 34%; transform: translateX(7%); }
.film__player:hover .film__play { transform: scale(1.1); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulseBig { 0% { box-shadow: 0 0 0 0 rgba(255, 117, 31, .5); } 70% { box-shadow: 0 0 0 28px rgba(255, 117, 31, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 117, 31, 0); } }
.film__caption { position: absolute; left: clamp(20px, 3vw, 40px); bottom: clamp(18px, 3vw, 36px); z-index: 1; text-align: left; line-height: 1.3; }
.film__caption b { display: block; font-size: clamp(1.1rem, .9rem + .7vw, 1.5rem); font-weight: 700; }
.film__caption span { font-size: .92rem; color: rgba(255, 255, 255, .72); }

.reel { display: grid; gap: 16px; margin: clamp(56px, 7vw, 92px) -6vw 0; transform: rotate(-2.2deg); }
.reel__row { display: flex; width: max-content; animation: marquee 70s linear infinite; }
.reel__row--rev { animation-direction: reverse; }
.reel__row img { width: clamp(220px, 21vw, 330px); aspect-ratio: 3 / 2; margin-right: 16px; border-radius: var(--r); object-fit: cover; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Schedule ---------- */
.days__tabs { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin-bottom: 24px; }
.days__tabs button { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 14px 16px 16px; border-radius: var(--r-sm); background: var(--cream); box-shadow: inset 0 0 0 1px var(--line); text-align: left; line-height: 1.2; transition: background-color .3s, box-shadow .3s, color .3s, transform .35s var(--ease); }
.days__tabs button:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--line-2); }
.days__dow { font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.days__num { font-size: 1.95rem; font-weight: 800; letter-spacing: -.045em; line-height: 1.1; }
.days__lbl { font-size: .82rem; color: var(--text-2); }
.days__tabs [aria-selected="true"] { background: var(--ink); color: #fff; box-shadow: none; }
.days__tabs [aria-selected="true"] .days__dow { color: var(--orange); }
.days__tabs [aria-selected="true"] .days__lbl { color: rgba(255, 255, 255, .7); }
.days__tabs [aria-selected="true"]::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--grad); }

.day { display: grid; grid-template-columns: 1.08fr 1fr; overflow: hidden; border-radius: var(--r-xl); background: var(--cream); box-shadow: inset 0 0 0 1px var(--line); }
.day[hidden] { display: none; }
.js .day.is-on { animation: dayIn .7s var(--ease); }
@keyframes dayIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.day__media { position: relative; min-height: 440px; margin: 0; }
.day__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.day__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(19, 12, 25, .55), rgba(19, 12, 25, 0) 45%); }
.day__big { position: absolute; left: 22px; bottom: 6px; z-index: 1; font-size: clamp(4.2rem, 3rem + 4vw, 7.6rem); font-weight: 800; letter-spacing: -.07em; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, .92); }
.day__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 56px); }
.day__body .eyebrow { margin-bottom: 14px; }
.day__body .h3 { margin-bottom: 14px; font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.5rem); letter-spacing: -.03em; }
.day__body > p { margin-bottom: 24px; color: var(--text-2); }
.day__list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.day__list li { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: var(--r-sm); background: #fff; box-shadow: var(--shadow-sm); font-size: .92rem; font-weight: 500; line-height: 1.3; }
.day__list .i { width: 20px; height: 20px; color: var(--orange-ink); }

.aday { margin-top: clamp(64px, 8vw, 110px); }
.aday__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 40px; margin-bottom: 30px; }
.aday__head .eyebrow { margin-bottom: 12px; }
.aday__note { display: flex; align-items: center; gap: 10px; max-width: 430px; font-size: .9rem; color: var(--text-2); }
.aday__note .i { color: var(--orange-ink); }

.tl { position: relative; isolation: isolate; overflow: hidden; padding: 34px clamp(16px, 3vw, 36px) 30px; border-radius: var(--r-xl); background: var(--ink); color: #fff; }
.tl__sky { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255, 117, 31, .34) 0%, rgba(255, 168, 96, .2) 26%, rgba(224, 96, 126, .22) 56%, rgba(151, 90, 182, .3) 76%, rgba(44, 24, 78, .25) 100%); }
.tl__sky::after { content: ""; position: absolute; top: 0; right: 0; width: 34%; height: 70%; opacity: .55; background-image: radial-gradient(1.2px 1.2px at 12% 22%, #fff, transparent), radial-gradient(1px 1px at 38% 12%, #fff, transparent), radial-gradient(1.4px 1.4px at 62% 30%, #fff, transparent), radial-gradient(1px 1px at 84% 16%, #fff, transparent), radial-gradient(1.2px 1.2px at 72% 58%, #fff, transparent), radial-gradient(1px 1px at 24% 52%, #fff, transparent), radial-gradient(1px 1px at 92% 44%, #fff, transparent); }
.tl__sun { position: absolute; top: -40px; left: 8%; width: 200px; height: 200px; border-radius: 50%; background-color: var(--orange); filter: blur(60px); opacity: .7; transform: translateX(-50%); transition: left .9s var(--ease), background-color .9s; }
.tl__list { position: relative; display: grid; grid-template-columns: repeat(9, 1fr); gap: 6px; }
.tl__list::before { content: ""; position: absolute; left: 5.5%; right: 5.5%; top: 56px; height: 2px; background: linear-gradient(90deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .4), rgba(255, 255, 255, .12)); }
.tl__node { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; width: 100%; padding: 0 2px; text-align: center; }
.tl__time { font-size: .95rem; font-weight: 700; letter-spacing: .02em; color: rgba(255, 255, 255, .72); font-variant-numeric: tabular-nums; transition: color .3s; }
.tl__dot { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: rgba(19, 12, 25, .7); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .26); transition: background-color .35s, color .35s, box-shadow .35s, transform .5s var(--ease); }
.tl__dot .i { width: 22px; height: 22px; }
.tl__what { font-size: .84rem; font-weight: 500; line-height: 1.25; color: rgba(255, 255, 255, .7); transition: color .3s; }
.tl__node:hover .tl__dot { transform: translateY(-3px); }
.tl__node[aria-pressed="true"] .tl__dot { background: #fff; color: var(--ink); box-shadow: 0 0 0 7px rgba(255, 255, 255, .14), 0 12px 30px -6px rgba(255, 117, 31, .85); transform: scale(1.1); }
.tl__node[aria-pressed="true"] .tl__time, .tl__node[aria-pressed="true"] .tl__what { color: #fff; }
.tl__detail { display: none; }
.tl__readout { min-height: 3.4em; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); text-align: center; font-size: clamp(1.02rem, .94rem + .35vw, 1.25rem); font-weight: 500; }
.tl__readout b { color: var(--orange); font-weight: 700; }
.tl__readout span { color: var(--on-ink-2); }
.aday__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* ---------- Speakers ---------- */
.speakers__orb { width: 1100px; height: 1100px; right: -480px; top: -360px; opacity: .45; }
.speakers .sechead--split .chip { margin-top: 18px; }

.spk-note { margin-top: 26px; font-size: .88rem; color: var(--on-ink-3); text-align: center; }
.headliners { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.spk { position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--r-lg); background: linear-gradient(180deg, var(--ink-3) 0%, var(--ink-2) 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); color: #fff; text-align: left; transition: transform .5s var(--ease), box-shadow .5s; }
.spk__media { position: relative; display: block; aspect-ratio: 4 / 4.5; overflow: hidden; }
.spk__media::before { content: ""; position: absolute; left: 50%; top: 20%; width: 94%; aspect-ratio: 1; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(circle at 50% 42%, rgba(255, 138, 61, .95), rgba(224, 96, 126, .55) 45%, rgba(151, 90, 182, 0) 72%); opacity: .6; transition: opacity .5s, transform .9s var(--ease); }
.spk__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: 50% 100%; transition: filter .6s, transform .9s var(--ease); }
.spk__meta { position: relative; display: block; padding: 16px 20px 22px; }
.spk__tag { display: inline-block; margin-bottom: 9px; padding: 3px 10px; border-radius: 999px; background: rgba(255, 117, 31, .15); color: var(--orange-hi); font-size: .7rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.spk__name { display: block; font-size: 1.16rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.spk--xl .spk__name { font-size: 1.42rem; }
.spk__role { display: block; margin-top: 4px; font-size: .87rem; line-height: 1.38; color: var(--on-ink-3); }
.spk__more { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: transform .45s var(--ease), background-color .3s, color .3s; }
.spk__more .i { width: 18px; height: 18px; }
.spk:hover { transform: translateY(-5px); box-shadow: inset 0 0 0 1px rgba(255, 138, 61, .5); }
.spk:hover .spk__media::before { opacity: 1; transform: translateX(-50%) scale(1.08); }
.spk:hover .spk__media img { transform: scale(1.03); }
.spk:hover .spk__more { transform: rotate(90deg); background: var(--orange); color: var(--ink); box-shadow: none; }
@media (hover: hover) {
  .rail .spk__media img { filter: grayscale(1) contrast(1.04); }
  .rail .spk:hover .spk__media img, .rail .spk:focus-visible .spk__media img { filter: none; }
}

.rail { margin-top: clamp(48px, 6vw, 78px); }
.rail__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.rail__title { font-size: 1.1rem; font-weight: 600; color: var(--on-ink-2); }
.rail__btns { display: flex; gap: 10px; }
.rail__track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(210px, 19vw, 248px); gap: 16px; margin-inline: calc(var(--gutter) * -1); padding: 4px var(--gutter) 8px; scroll-padding-inline: var(--gutter); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.rail__track::-webkit-scrollbar { display: none; }
.rail__track > * { scroll-snap-align: start; }
.rail__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.rail__track.is-dragging .spk { pointer-events: none; }
.rail__track .spk__media { aspect-ratio: 4 / 4.4; }
.rail__progress { height: 2px; margin-top: 22px; border-radius: 2px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.rail__progress i { display: block; width: 30%; height: 100%; border-radius: 2px; background: var(--grad); }

/* ---------- Stories ---------- */
.quotes { position: relative; max-width: 1000px; margin: 0 auto; padding: clamp(32px, 5vw, 64px); border-radius: var(--r-xl); background: #fff; box-shadow: var(--shadow); }
.quotes::before { content: "\201C"; position: absolute; top: -.18em; right: clamp(20px, 4vw, 52px); font-size: clamp(8rem, 6rem + 6vw, 13rem); font-weight: 800; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; pointer-events: none; }
.quotes__stage { display: grid; }
.quote { grid-area: 1 / 1; display: flex; flex-direction: column; gap: 24px; opacity: 0; transform: translateY(10px); transition: opacity .6s var(--ease), transform .7s var(--ease), visibility 0s .7s; }
.quote.is-on { opacity: 1; transform: none; transition-delay: 0s; }
.quote[hidden] { display: flex; visibility: hidden; }
.stars { display: flex; gap: 3px; color: #F5A524; }
.stars .i { width: 20px; height: 20px; }
.quote blockquote { margin: 0; }
.quote blockquote p { position: relative; max-width: 40ch; font-size: clamp(1.4rem, 1.02rem + 1.45vw, 2.3rem); font-weight: 500; line-height: 1.3; letter-spacing: -.025em; color: var(--ink); text-wrap: pretty; }
.quote mark { padding: 0 .04em; background: linear-gradient(transparent 60%, rgba(255, 117, 31, .3) 60%); color: inherit; }
.quote figcaption { display: flex; align-items: center; gap: 14px; line-height: 1.3; }
.quote figcaption > span:last-child { font-size: .92rem; color: var(--text-2); }
.quote figcaption b { display: block; font-size: 1.02rem; font-weight: 600; color: var(--ink); }
.quote__avatar { flex: none; width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.quote__avatar--mark { display: grid; place-items: center; background: linear-gradient(140deg, var(--orange), var(--purple)); color: #fff; }
.quote__avatar--mark .i { width: 26px; height: 26px; }
.quotes__nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.quotes__dots { display: flex; gap: 6px; }
.quotes__dots button { display: grid; place-items: center; width: 46px; height: 30px; }
.quotes__dots i { position: relative; display: block; width: 100%; height: 4px; overflow: hidden; border-radius: 4px; background: var(--line-2); }
.quotes__dots i::after { content: ""; position: absolute; inset: 0; background: var(--grad); transform: scaleX(0); transform-origin: 0 50%; }
.quotes__dots [aria-selected="true"] i::after { animation: qprog var(--qdur, 7s) linear forwards; }
.quotes.is-paused .quotes__dots i::after { animation-play-state: paused; }
.quotes.is-static .quotes__dots [aria-selected="true"] i::after { animation: none; transform: none; }
@keyframes qprog { to { transform: scaleX(1); } }

.vids { margin-top: clamp(56px, 7vw, 90px); }
.vids__label { margin-bottom: 20px; text-align: center; font-weight: 600; color: var(--text-2); }
.vids__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vid { position: relative; isolation: isolate; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-lg); color: #fff; text-align: left; }
.vid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.vid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(19, 12, 25, .88), rgba(19, 12, 25, .08) 62%); }
.vid__play { position: absolute; top: 18px; right: 18px; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: rgba(255, 255, 255, .94); color: var(--ink); transition: transform .45s var(--ease), background-color .3s; }
.vid__play .i { width: 20px; height: 20px; transform: translateX(1px); }
.vid:hover img { transform: scale(1.06); }
.vid:hover .vid__play { transform: scale(1.1); background: var(--orange); }
.vid__txt { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 1; line-height: 1.25; }
.vid__txt small { display: block; margin-bottom: 6px; font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: rgba(255, 255, 255, .72); }
.vid__txt b { font-size: 1.25rem; font-weight: 700; letter-spacing: -.015em; }

.alumni { margin-top: clamp(64px, 8vw, 108px); }
.alumni__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 10px 30px; margin-bottom: 24px; }
.alumni__head p { color: var(--text-2); }
.alumni__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.alumni__grid li { padding: 12px 12px 18px; border-radius: var(--r); background: #fff; box-shadow: var(--shadow-sm); line-height: 1.3; transition: transform .45s var(--ease), box-shadow .45s; }
.alumni__grid li:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.alumni__grid img { width: 100%; aspect-ratio: 1; margin-bottom: 14px; border-radius: calc(var(--r) - 8px); object-fit: cover; }
.alumni__grid b { display: block; padding-inline: 4px; font-weight: 600; }
.alumni__grid span { display: block; margin-top: 3px; padding-inline: 4px; font-size: .86rem; color: var(--text-2); }
.alumni__more { margin-top: 22px; font-size: .93rem; color: var(--text-2); }
.alumni__more b { font-weight: 600; color: var(--text); }

/* seal | headline | citation — the three share the full width so nothing is left empty */
.award { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: auto minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(18px, 2.6vw, 40px); margin-top: clamp(56px, 7vw, 90px); padding: clamp(26px, 4vw, 44px); border-radius: var(--r-xl); background: var(--ink); color: #fff; }
.award::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(42% 90% at 12% 50%, rgba(255, 117, 31, .42), transparent 100%); }
.award__seal { position: relative; flex: none; display: grid; place-items: center; width: clamp(112px, 12vw, 150px); aspect-ratio: 1; color: var(--gold); }
.award__laurel { position: absolute; inset: 0; width: 100%; height: 100%; }
.award__year { font-size: 1.55rem; font-weight: 800; letter-spacing: -.03em; color: #fff; }
.award .eyebrow { color: var(--orange); }
.award__title { margin: 10px 0 0; font-size: clamp(1.5rem, 1.1rem + 1.2vw, 2.2rem); font-weight: 300; letter-spacing: -.03em; line-height: 1.15; }
.award__title b { display: block; font-weight: 800; }
.award__body { padding-left: clamp(18px, 2.6vw, 40px); border-left: 1px solid rgba(255, 255, 255, .16); color: var(--on-ink-2); font-size: .98rem; }

/* ---------- ROI ---------- */
.roi-sec__orb { width: 1000px; height: 1000px; left: -380px; bottom: -520px; opacity: .6; }
.roi { display: grid; grid-template-columns: 1.1fr 1fr; overflow: hidden; border-radius: var(--r-xl); background: rgba(255, 255, 255, .03); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); }
.roi__controls { padding: clamp(28px, 4vw, 52px); }
.roi__row { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 16px; margin-bottom: 24px; }
.roi__row label { font-size: 1.14rem; font-weight: 600; }
.roi__row output { font-size: clamp(1.7rem, 1.2rem + 1vw, 2.3rem); font-weight: 800; letter-spacing: -.035em; color: var(--orange); font-variant-numeric: tabular-nums; }
.range { --p: 9%; -webkit-appearance: none; appearance: none; width: 100%; height: 10px; margin: 0; border-radius: 10px; background: linear-gradient(90deg, var(--orange) 0 var(--p), rgba(255, 255, 255, .14) var(--p) 100%); cursor: pointer; }
.range:focus-visible { outline-offset: 8px; }
.range::-webkit-slider-thumb { -webkit-appearance: none; width: 30px; height: 30px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 6px rgba(255, 117, 31, .35), 0 6px 16px rgba(0, 0, 0, .45); transition: box-shadow .25s; }
.range:active::-webkit-slider-thumb { box-shadow: 0 0 0 11px rgba(255, 117, 31, .35), 0 6px 16px rgba(0, 0, 0, .45); }
.range::-moz-range-thumb { width: 30px; height: 30px; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 0 0 6px rgba(255, 117, 31, .35), 0 6px 16px rgba(0, 0, 0, .45); }
.roi__scale { display: flex; justify-content: space-between; margin-top: 12px; font-size: .8rem; color: var(--on-ink-3); font-variant-numeric: tabular-nums; }
.roi__label { margin: 34px 0 12px; font-weight: 600; }
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 6px; border-radius: 18px; background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); }
.seg button { display: flex; flex-direction: column; align-items: flex-start; padding: 12px 16px; border-radius: 13px; text-align: left; line-height: 1.25; transition: background-color .3s, color .3s; }
.seg button span { font-size: .88rem; color: var(--on-ink-3); }
.seg [aria-checked="true"] { background: #fff; color: var(--ink); }
.seg [aria-checked="true"] span { color: var(--text-2); }
.roi__result { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 52px); background: linear-gradient(155deg, rgba(255, 117, 31, .25), rgba(151, 90, 182, .3)); }
.roi__kicker { font-weight: 600; color: var(--on-ink-2); }
.roi__big { margin: 8px 0 20px; font-size: clamp(5rem, 3rem + 6vw, 9rem); font-weight: 800; letter-spacing: -.065em; line-height: .92; font-variant-numeric: tabular-nums; }
.roi__x { margin-left: .04em; font-weight: 300; color: var(--orange); }
.roi__bar { height: 8px; margin-bottom: 18px; overflow: hidden; border-radius: 8px; background: rgba(255, 255, 255, .12); }
.roi__bar i { display: block; width: 0; height: 100%; border-radius: 8px; background: var(--grad); transition: width .5s var(--ease); }
.roi__sentence { font-size: 1.1rem; font-weight: 500; }
.roi__fine { margin-top: 12px; font-size: .85rem; color: var(--on-ink-3); }
.gains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.gains li { padding: 28px; border-radius: var(--r-lg); background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); }
.gains__icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 14px; background: rgba(255, 117, 31, .15); color: var(--orange); }
.gains h3 { margin-bottom: 8px; font-size: 1.2rem; font-weight: 700; letter-spacing: -.015em; }
.gains p { font-size: .97rem; color: var(--on-ink-2); }

/* ---------- The Great Unwritten ---------- */
.unwritten__grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(44px, 6vw, 96px); }
.unwritten__title { margin: 20px 0 28px; font-size: clamp(3.1rem, 1.3rem + 6.2vw, 7.6rem); font-weight: 800; line-height: .9; letter-spacing: -.055em; }
.unwritten__title > span { display: block; }
.unwritten__title > span:first-child { margin-bottom: .06em; font-size: .5em; font-weight: 300; font-style: italic; letter-spacing: -.03em; color: var(--text-2); }
/* "Unwritten" starts as an outline and is inked in, left to right, as it scrolls into view */
.unwritten__word { color: transparent; -webkit-text-stroke: 1.6px var(--ink); background: linear-gradient(90deg, var(--ink) 50%, transparent 50%); background-size: 200% 100%; background-position: 100% 0; -webkit-background-clip: text; background-clip: text; transition: background-position 2.4s cubic-bezier(.65, 0, .35, 1) .35s; }
.unwritten__title.is-in .unwritten__word, html:not(.js) .unwritten__word { background-position: 0 0; }
.unwritten__copy .lead { max-width: 36rem; }
.dress { margin-top: 32px; padding: 28px 30px; border-radius: var(--r-lg); background: var(--cream); box-shadow: inset 0 0 0 1px var(--line); }
.dress__label { font-size: .76rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; color: var(--text-3); }
.dress__title { margin: 6px 0 12px; font-size: clamp(1.6rem, 1.2rem + 1.1vw, 2.3rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.1; }
.dress p { color: var(--text-2); }
.dress .dress__tag { margin-top: 14px; font-size: 1.25rem; font-weight: 600; color: var(--ink); }
.dress__tag em { font-weight: 300; }
.unwritten__poster { overflow: hidden; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); rotate: 2deg; }
.unwritten__poster img { width: 100%; }

/* ---------- Pricing ---------- */
.pricing__orb { width: 1200px; height: 1200px; left: 50%; top: 4%; transform: translateX(-50%); opacity: .38; }
.countdown { display: inline-flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 30px; }
.countdown__label { font-size: .78rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--text-2); }
.countdown__units { display: flex; gap: 10px; }
.countdown__units span { display: flex; flex-direction: column; align-items: center; min-width: 76px; padding: 12px 10px 10px; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.countdown__units b { font-size: 1.95rem; font-weight: 800; letter-spacing: -.035em; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown__units small { margin-top: 5px; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); }

.plans { display: grid; grid-template-columns: 1fr 1.08fr; align-items: stretch; gap: 22px; max-width: 1060px; margin: 0 auto; }
.plan { position: relative; display: flex; flex-direction: column; padding: clamp(28px, 3.4vw, 46px); border-radius: var(--r-xl); background: #fff; box-shadow: var(--shadow); }
.plan__name { font-size: .8rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; color: var(--text-2); }
.plan__desc { min-height: 3.2em; margin-top: 10px; font-size: 1.05rem; line-height: 1.5; color: var(--text-2); }
.plan__price { display: flex; align-items: baseline; gap: 10px; margin: 20px 0 26px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.plan__price b { font-size: clamp(3rem, 2rem + 2.6vw, 4.5rem); font-weight: 800; letter-spacing: -.055em; line-height: 1; }
.plan__price span { font-size: .95rem; color: var(--text-3); }
.plan__plus { margin-bottom: 14px; font-weight: 600; }
.plan__list { flex: 1; display: grid; align-content: start; gap: 12px; margin-bottom: 34px; }
.plan__list li { display: flex; align-items: flex-start; gap: 12px; line-height: 1.45; }
.plan__list .i { width: 22px; height: 22px; margin-top: 1px; padding: 4px; border-radius: 50%; background: rgba(255, 117, 31, .15); color: var(--orange-ink); stroke-width: 2.6; }
.plan__list .is-out { color: #766C7F; }
.plan__list .is-out .i { background: rgba(28, 20, 34, .06); color: var(--text-3); }
.plan--premium { isolation: isolate; overflow: hidden; background: var(--ink); color: #fff; box-shadow: 0 44px 90px -34px rgba(151, 90, 182, .6); }
.plan--premium::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(90% 60% at 100% 0%, rgba(255, 117, 31, .36), transparent 60%), radial-gradient(80% 60% at 0% 100%, rgba(151, 90, 182, .48), transparent 62%); }
.plan--premium::after { content: ""; position: absolute; inset: 0; padding: 1.5px; border-radius: inherit; background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.plan--premium .plan__name, .plan--premium .plan__desc, .plan--premium .plan__price span { color: var(--on-ink-2); }
.plan--premium .plan__price { border-color: rgba(255, 255, 255, .12); }
.plan--premium .plan__list .i { background: var(--orange); color: var(--ink); }
.plan__badge { position: absolute; top: 26px; right: 26px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 999px; background: var(--orange); color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .03em; }
.plan__badge .i { width: 15px; height: 15px; }

.assure { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; margin-top: 34px; font-size: .95rem; color: var(--text-2); }
.assure li { display: flex; align-items: center; gap: 10px; }
.assure .i { color: var(--orange-ink); }
.assure a { font-weight: 600; color: var(--ink); }
.pricing__fine { max-width: 660px; margin: 14px auto 0; text-align: center; font-size: .84rem; color: var(--text-3); }

.guarantee { display: flex; align-items: center; gap: clamp(24px, 4vw, 56px); max-width: 1060px; margin: clamp(56px, 7vw, 84px) auto 0; padding: clamp(26px, 4vw, 48px); border-radius: var(--r-xl); background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.seal { position: relative; flex: none; width: clamp(132px, 14vw, 172px); aspect-ratio: 1; }
.seal svg { width: 100%; height: 100%; animation: spin 32s linear infinite; }
.seal__ring { fill: var(--ink); }
.seal__core { fill: none; stroke: rgba(255, 255, 255, .22); stroke-width: 1; stroke-dasharray: 3 4; }
.seal text { fill: #fff; font-size: 12.2px; font-weight: 600; letter-spacing: .15em; }
.seal__center { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; line-height: 1; color: #fff; }
.seal__center b { font-size: 1.9rem; font-weight: 800; letter-spacing: -.04em; color: var(--orange); }
.seal__center small { display: block; margin-top: 5px; font-size: .62rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.guarantee__txt .eyebrow { margin-bottom: 10px; }
.guarantee__txt .h3 { margin-bottom: 12px; }
.guarantee__txt p { color: var(--text-2); }
.guarantee__txt .guarantee__sign { margin-top: 14px; font-size: 1.35rem; font-weight: 300; font-style: italic; color: var(--ink); }

/* ---------- Book a call ---------- */
.book-sec { background: radial-gradient(90% 70% at 0% 0%, rgba(151, 90, 182, .36), transparent 60%), radial-gradient(70% 60% at 100% 100%, rgba(255, 117, 31, .24), transparent 60%), var(--ink); }
.book-sec__orb { display: none; }
.book-sec__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: start; gap: clamp(44px, 6vw, 92px); }
@media (min-width: 1025px) { .book-sec__copy { position: sticky; top: 96px; } }
.book-sec__grid > *, .michelle__grid > *, .faq__grid > *, .unwritten__grid > * { min-width: 0; }
.book-sec__copy .h2 { margin: 18px 0 22px; }
.ticks { display: grid; gap: 12px; margin: 30px 0; }
.ticks li { display: flex; align-items: center; gap: 12px; font-weight: 500; }
.ticks .i { width: 28px; height: 28px; padding: 6px; border-radius: 50%; background: rgba(255, 117, 31, .16); color: var(--orange); stroke-width: 2.6; }
.host { display: flex; align-items: center; gap: 16px; max-width: 470px; padding: 14px; border-radius: var(--r); background: rgba(255, 255, 255, .05); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); }
.host img { flex: none; width: 86px; height: 86px; border-radius: 14px; object-fit: cover; object-position: 28% 40%; }
.host p { font-size: .93rem; line-height: 1.45; color: var(--on-ink-2); }
.host b { display: block; margin-bottom: 2px; font-weight: 600; color: #fff; }
.book-sec__mail { margin-top: 26px; font-size: .95rem; color: var(--on-ink-3); }
.book-sec__mail a { font-weight: 600; color: #fff; }

/* ---------- booking calendar (GoHighLevel widget, framed) ---------- */
.calwrap { position: relative; }
.cal { position: relative; padding: clamp(18px, 2.4vw, 26px); border-radius: var(--r-xl); background: #fff; color: var(--text); box-shadow: 0 44px 100px -34px rgba(0, 0, 0, .7); }
.cal::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 2px; background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.cal__head { display: flex; align-items: center; gap: 14px; padding: 4px 4px 16px; }
.cal__avatar { position: relative; flex: none; width: 56px; height: 56px; border-radius: 50%; overflow: hidden; background: radial-gradient(circle at 50% 30%, #FFC29A, var(--orange) 55%, var(--purple)); }
.cal__avatar img { position: absolute; left: 50%; top: 6%; width: 125%; max-width: none; transform: translateX(-50%); }
.cal__head b { display: block; font-size: 1.25rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.cal__head small { display: flex; align-items: center; gap: 8px; margin-top: 3px; font-size: .88rem; color: var(--text-2); }
.cal__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); animation: pulse 2.2s infinite; }
.cal__points { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 4px 16px; }
.cal__points li { padding: 6px 12px; border-radius: 999px; background: var(--cream); font-size: .78rem; font-weight: 600; color: var(--text-2); }
.cal__frame { position: relative; overflow: hidden; border-radius: var(--r); background: var(--cream); box-shadow: inset 0 0 0 1px var(--line); min-height: 620px; }
.cal__frame iframe { display: block; width: 100%; min-height: 620px; border: 0; }
/* crop the widget's own logo strip (its configured logo 404s, so the browser prints the
   alt text). Set --crop: 0px once a working logo is uploaded in GHL. */
.cal__frame--crop { --crop: 50px; }
.cal__frame--crop iframe { margin-top: calc(var(--crop) * -1); }
.cal__skeleton { position: absolute; inset: 0; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); align-content: start; gap: 14px; padding: 26px; background: var(--cream); transition: opacity .5s var(--ease), visibility 0s .5s; }
.cal__skeleton span { height: 54px; border-radius: 12px; background: linear-gradient(100deg, rgba(28, 20, 34, .05) 30%, rgba(28, 20, 34, .1) 50%, rgba(28, 20, 34, .05) 70%) 0 0 / 220% 100%; animation: calShimmer 1.6s linear infinite; }
.cal__skeleton span:first-child { grid-column: span 3; height: 30px; }
@keyframes calShimmer { to { background-position: -220% 0; } }
.cal__frame.is-cal-ready .cal__skeleton { opacity: 0; visibility: hidden; }
.cal__foot { margin-top: 14px; padding-inline: 4px; text-align: center; font-size: .84rem; color: var(--text-3); }
.cal__foot a { font-weight: 600; color: var(--text-2); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- FAQ ---------- */
.faq__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(40px, 6vw, 92px); }
.faq__side { position: sticky; top: 104px; }
.faq__side .h2 { margin: 18px 0 30px; }
.helpcard { padding: 26px; border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow-sm); }
.helpcard__title { font-size: 1.2rem; font-weight: 700; letter-spacing: -.015em; }
.helpcard > p { margin: 6px 0 18px; color: var(--text-2); }
.helpcard__mail { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; font-size: .92rem; font-weight: 500; color: var(--text-2); text-decoration: none; }
.helpcard__mail:hover { color: var(--ink); }
.faq__list { display: grid; gap: 10px; }
.faq__list details { border-radius: var(--r); background: #fff; box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .35s; }
.faq__list details[open] { box-shadow: var(--shadow); }
.faq__list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; font-size: 1.07rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.35; list-style: none; cursor: pointer; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__icon { position: relative; flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--cream); transition: background-color .3s; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; border-radius: 2px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .45s var(--ease); }
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.js details.is-open .faq__icon, html:not(.js) details[open] .faq__icon { background: var(--orange); }
.js details.is-open .faq__icon::after, html:not(.js) details[open] .faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq__a { overflow: hidden; padding-inline: 24px; color: var(--text-2); }
.faq__a > :last-child { padding-bottom: 22px; }
.faq__a p + p { margin-top: 12px; }
.faq__a a { font-weight: 600; color: var(--ink); }

/* ---------- Final CTA ---------- */
.final { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(110px, 13vw, 180px); background: var(--ink); color: #fff; text-align: center; }
.final__bg { position: absolute; inset: 0; z-index: -1; }
.final__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; opacity: .6; transition: filter 1s var(--ease), opacity 1s; }
.final__bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 72% at 50% 46%, rgba(19, 12, 25, .5), rgba(19, 12, 25, .94)), linear-gradient(0deg, var(--ink), transparent 28%, transparent 72%, var(--ink)); }
.final.is-opt1 .final__bg img { filter: grayscale(1) brightness(.6); opacity: .45; }
.final__in { max-width: 1000px; }
.final__title { margin: 18px auto; font-size: clamp(2.8rem, 1.1rem + 5.4vw, 6.2rem); }
.final .lead { color: var(--on-ink-2); }
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 40px auto 26px; text-align: left; }
.path { display: flex; flex-direction: column; gap: 8px; padding: 26px 28px; border-radius: var(--r-lg); background: rgba(19, 12, 25, .55); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); text-align: left; transition: transform .5s var(--ease), box-shadow .45s, background-color .45s; }
.path:hover { transform: translateY(-3px); }
.path__n { font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--on-ink-3); }
.path__t { font-size: 1.35rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.path__d { font-size: .97rem; color: var(--on-ink-2); }
.path.is-on { background: linear-gradient(150deg, rgba(255, 117, 31, .3), rgba(151, 90, 182, .32)); box-shadow: inset 0 0 0 1.5px rgba(255, 138, 61, .75), 0 30px 60px -30px rgba(255, 117, 31, .65); }
.path.is-on .path__n { color: var(--orange); }
.path[data-path="1"].is-on { background: rgba(255, 255, 255, .07); box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .45); }
.path[data-path="1"].is-on .path__n { color: #fff; }
.final__nudge { min-height: 1.6em; font-size: 1.15rem; font-weight: 500; }
.final__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.final__meta { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; margin-top: 26px; font-size: .92rem; color: var(--on-ink-3); }

/* ---------- Partners ---------- */
.partners { overflow: hidden; padding-block: 38px 46px; background: var(--ink); border-top: 1px solid rgba(255, 255, 255, .06); }
.partners__label { margin-bottom: 26px; text-align: center; font-size: .76rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; color: rgba(255, 255, 255, .44); }
.partners__mask { -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.partners__row { display: flex; align-items: center; width: max-content; animation: marquee 60s linear infinite; }
.partners__row li { margin-right: clamp(44px, 5vw, 76px); }
.partners__mask:hover .partners__row, .reel:hover .reel__row { animation-play-state: paused; }
.logo--p { opacity: .55; transition: opacity .3s; }
.logo--p:hover { opacity: 1; }

/* ---------- Footer ---------- */
.ftr { padding-block: clamp(64px, 8vw, 96px) calc(30px + env(safe-area-inset-bottom)); background: #0B070F; color: var(--on-ink-2); font-size: .95rem; }
.ftr__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.25fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.ftr__fif { height: 132px; width: auto; margin: -14px 0 0 -12px; }
.ftr__brand p { max-width: 34ch; margin-top: 18px; }
.ftr__brand .ftr__by { display: flex; align-items: center; gap: 12px; font-size: .85rem; color: var(--on-ink-3); }
.ftr__by .mark { height: 66px; width: auto; }
.ftr__col { display: flex; flex-direction: column; gap: 10px; }
.ftr__col > p { margin-bottom: 6px; font-weight: 600; color: #fff; }
.ftr__col a { width: fit-content; color: var(--on-ink-2); text-decoration: none; transition: color .2s; }
.ftr__col a:hover { color: var(--orange); }
.ftr__social { display: flex; gap: 10px; margin-top: 10px; }
.ftr__social a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .07); color: #fff; transition: background-color .25s, color .25s; }
.ftr__social a:hover { background: var(--orange); color: var(--ink); }
.ftr__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 30px; padding-top: 26px; font-size: .85rem; color: var(--on-ink-3); }
.ftr__bottom p:last-child { display: flex; gap: 22px; }
.ftr__bottom a { color: inherit; text-decoration: none; }
.ftr__credit { display: block; margin-top: 4px; opacity: .75; }
.ftr__bottom a:hover { color: #fff; }

/* ---------- Sticky mobile CTA + desktop call button ---------- */
.sticky { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 80; display: none; align-items: center; gap: 8px; padding: 8px 8px 8px 20px; border-radius: 999px; background: rgba(19, 12, 25, .92); box-shadow: 0 20px 44px -14px rgba(0, 0, 0, .6), inset 0 0 0 1px rgba(255, 255, 255, .12); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); color: #fff; transform: translateY(150%); transition: transform .55s var(--ease); }
.sticky.is-on { transform: none; }
.sticky__price { flex: 1; line-height: 1.2; }
.sticky__price b { display: block; font-size: .98rem; }
.sticky__price span { font-size: .75rem; color: var(--on-ink-3); }
.sticky .btn--glass { width: 42px; padding: 0; }

.fab { position: fixed; right: 24px; bottom: 24px; z-index: 80; display: flex; align-items: center; gap: 12px; padding: 7px 22px 7px 7px; border-radius: 999px; background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 22px 50px -18px rgba(19, 12, 25, .55), 0 0 0 1px rgba(19, 12, 25, .06); opacity: 0; transform: translateY(150%); pointer-events: none; transition: transform .55s var(--ease), opacity .4s; }
.fab.is-on { opacity: 1; transform: none; pointer-events: auto; }
.fab.is-on:hover { transform: translateY(-3px); }
.fab__avatar { position: relative; overflow: hidden; width: 46px; height: 46px; border-radius: 50%; background: radial-gradient(circle at 50% 30%, #FFC29A, var(--orange) 55%, var(--purple)); }
.fab__avatar img { position: absolute; left: 50%; top: 4%; width: 128%; max-width: none; transform: translateX(-50%); }
.fab__txt { font-size: .84rem; line-height: 1.2; color: var(--text-2); }
.fab__txt b { display: block; font-size: .95rem; color: var(--ink); }

/* ---------- Dialogs ---------- */
.dlg { width: 100%; max-width: min(1100px, 92vw); padding: 0; overflow: visible; border: 0; background: transparent; color: inherit; }
.dlg::backdrop { background: rgba(10, 6, 14, .84); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.dlg[open] { animation: dlgIn .5s var(--ease); }
@keyframes dlgIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.dlg__close { position: absolute; top: -56px; right: 0; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25); transition: background-color .25s, color .25s; }
.dlg__close:hover { background: #fff; color: var(--ink); }
.dlg__frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--r); background: #000; box-shadow: 0 40px 100px -20px rgba(0, 0, 0, .75); }
.dlg__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.dlg--speaker { max-width: min(880px, 92vw); }
.dlg--speaker .dlg__close { top: 14px; right: 14px; background: rgba(19, 12, 25, .55); }
.spkdlg { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: var(--r-xl); background: #fff; color: var(--text); }
.spkdlg__media { position: relative; min-height: 380px; background: radial-gradient(90% 70% at 50% 30%, #FFC29A, var(--orange) 45%, var(--purple)); }
.spkdlg__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: 50% 100%; }
.spkdlg__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(26px, 4vw, 46px); }
.spkdlg__body .chip { align-self: flex-start; }
.spkdlg__body .h3 { margin: 14px 0 4px; }
.spkdlg__role { color: var(--text-2); }
.spkdlg__talk { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; padding: 14px 16px; border-radius: 14px; background: var(--cream); font-weight: 600; line-height: 1.35; }
.spkdlg__talk .i { margin-top: 1px; color: var(--orange-ink); }
/* .chip and .spkdlg__talk set their own display, which beats the browser's [hidden]
   rule — without this an empty tag or talk row still renders as a blank pill or box */
.spkdlg [hidden] { display: none !important; }
.spkdlg__bio { color: var(--text-2); }
.spkdlg__note { margin-top: 18px; font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }

/* ---------- Reveal (scoped to .js so no-script visitors see everything) ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform 1s var(--ease); transition-delay: var(--d, 0s); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js .hero__title [data-word] { display: inline-block; opacity: 0; transform: translateY(.35em) rotate(2deg); filter: blur(10px); transition: opacity .8s var(--ease), transform 1s var(--ease), filter .8s var(--ease); }
.js .hero.is-ready .hero__title [data-word] { opacity: 1; transform: none; filter: none; }
.js .unwritten__poster[data-reveal] { transform: translateY(26px); }
.js .unwritten__poster[data-reveal].is-in { transform: none; }

/* ==========================================================================
   Terms & conditions page — hero, document switcher, reader
   ========================================================================== */
.legal-hero { padding-block: clamp(70px, 8vw, 112px) clamp(40px, 4.6vw, 64px); background: radial-gradient(80% 90% at 8% 0%, rgba(151, 90, 182, .4), transparent 62%), radial-gradient(60% 80% at 100% 10%, rgba(255, 117, 31, .26), transparent 62%), var(--ink); color: #fff; }
.legal-hero__back { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; color: var(--orange); text-decoration: none; }
.legal-hero__back:hover { color: var(--orange-hi); }
.legal-hero .display { max-width: 16ch; margin: 16px 0 18px; font-size: clamp(2.3rem, 1.2rem + 3.4vw, 4.2rem); }
.legal-hero .lead { max-width: 64ch; color: var(--on-ink-2); }
.legal-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 30px; }
.legal-hero__meta li { padding: 10px 18px; border-radius: 999px; background: rgba(255, 255, 255, .07); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14); font-size: .85rem; color: var(--on-ink-2); }
.legal-hero__meta b { color: #fff; font-weight: 700; }
.legal-hero__meta b::after { content: "·"; margin: 0 7px; color: var(--on-ink-3); font-weight: 400; }

.legal { padding-block: clamp(40px, 5vw, 64px) var(--section-y); }

/* ---------- pick a document ---------- */
.legal__switch { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.legal__tab { position: relative; display: flex; flex-direction: column; padding: 24px 24px 20px; border-radius: var(--r); background: var(--white); box-shadow: var(--shadow-sm); text-decoration: none; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s; }
.legal__tab:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.legal__tabicon { display: block; margin-bottom: 13px; font-size: .78rem; font-weight: 800; letter-spacing: .17em; color: var(--orange-ink); }
.legal__tab b { display: block; font-size: 1.16rem; font-weight: 700; letter-spacing: -.022em; }
.legal__tab > span:not(.legal__tabicon) { display: block; flex: 1 1 auto; margin-top: 8px; font-size: .92rem; line-height: 1.5; color: var(--text-2); }
.legal__tab small { display: block; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); font-size: .78rem; color: var(--text-3); }
.legal__tab.is-on { background: var(--white); box-shadow: inset 0 0 0 2px var(--orange), var(--shadow); }
.legal__tab.is-on .legal__tabicon { color: var(--orange-ink); }
.legal__tab.is-on .legal__tabicon::after { content: " ↓"; }

/* ---------- search + print ---------- */
/* the fixed header shrinks to 64px once the page scrolls; the -14px top on the
   backdrop covers the seam while it animates (it sits behind the header) */
.legal__tools { position: sticky; top: 64px; z-index: 40; display: flex; align-items: center; gap: 12px; margin-top: 24px; padding: 13px 0; background: var(--cream); }
.legal__tools::before { content: ""; position: absolute; inset: -14px -100vw 0; z-index: -1; background: var(--cream); border-bottom: 1px solid var(--line); }
.legal__search { position: relative; display: flex; align-items: center; flex: 1 1 auto; min-width: 0; gap: 8px; padding: 0 10px 0 42px; border-radius: 999px; background: var(--white); box-shadow: inset 0 0 0 1px var(--line-2); }
.legal__search:focus-within { box-shadow: inset 0 0 0 2px var(--orange); }
.legal__searchicon { position: absolute; left: 15px; width: 18px; height: 18px; color: var(--text-3); }
.legal__search input { flex: 1 1 auto; min-width: 0; padding: 12px 0; border: 0; background: none; font: inherit; font-size: .96rem; color: inherit; }
.legal__search input:focus { outline: none; }
.legal__count { flex: none; font-size: .81rem; font-variant-numeric: tabular-nums; color: var(--text-3); white-space: nowrap; }
.legal__nav { flex: none; display: flex; gap: 4px; }
.legal__nav button { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; font-size: .9rem; line-height: 1; color: var(--text-2); transition: background .2s, color .2s; }
.legal__nav button:hover:not(:disabled) { background: var(--sand); color: var(--orange-ink); }
.legal__nav button:disabled { opacity: .3; cursor: default; }
.legal__print { flex: none; }
.legal__printshort { display: none; }

/* ---------- one document at a time (CSS first, JS refines) ---------- */
/* No JS yet: :target picks the document, falling back to the first one. Once the
   script runs it adds .is-tabs and owns visibility outright — the two sets are
   mutually exclusive, because :target does not update after history.pushState. */
.js .legal__docs:not(.is-tabs) > .legal__doc { display: none; }
.js .legal__docs:not(.is-tabs) > .legal__doc:target,
.js .legal__docs:not(.is-tabs) > .legal__doc:has(:target) { display: block; }
.js .legal__docs:not(.is-tabs):not(:has(:target)) > .legal__doc:first-of-type { display: block; }
.js .legal__docs.is-tabs > .legal__doc { display: none; }
.js .legal__docs.is-tabs > .legal__doc.is-on { display: block; }
.legal__doc + .legal__doc { margin-top: clamp(48px, 6vw, 80px); }

.legal__grid { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(24px, 3vw, 40px); align-items: start; margin-top: 30px; }
.legal__aside { position: sticky; top: 144px; }
.legal__toc { border-radius: var(--r); background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden; }
.legal__toc > summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 20px; font-size: .74rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; color: var(--text-3); cursor: pointer; list-style: none; }
.legal__toc > summary::-webkit-details-marker { display: none; }
.legal__toc > summary span { font-weight: 600; letter-spacing: .04em; text-transform: none; }
.legal__toc > ol { padding: 0 10px 14px; max-height: calc(100vh - 240px); overflow-y: auto; overscroll-behavior: contain; }
.legal__toc a { display: flex; gap: 10px; padding: 8px 10px; border-radius: 10px; font-size: .87rem; line-height: 1.35; color: var(--text-2); text-decoration: none; transition: background .2s, color .2s; }
.legal__toc a i { flex: none; width: 26px; font-style: normal; font-weight: 700; font-size: .74rem; color: var(--text-3); text-align: right; }
.legal__toc a:hover { background: var(--sand); color: var(--text); }
.legal__toc a.is-active { background: var(--sand); color: var(--text); font-weight: 600; }
.legal__toc a.is-active i { color: var(--orange-ink); }

/* ---------- the document itself ---------- */
.legal__body { min-width: 0; padding: clamp(26px, 3.2vw, 46px); border-radius: var(--r-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.legal__head { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal__kicker { font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--orange-ink); }
.legal__head h2 { margin: 11px 0 13px; font-weight: 800; font-size: clamp(1.65rem, 1.15rem + 1.6vw, 2.4rem); line-height: 1.08; letter-spacing: -.032em; }
.legal__intro { max-width: 68ch; font-size: 1.03rem; color: var(--text-2); text-wrap: pretty; }
.legal__facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 16px 28px; margin-top: 26px; padding: 22px 24px; border-radius: var(--r-sm); background: var(--cream); }
.legal__facts dt { font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--purple-ink); }
.legal__facts dd { margin: 5px 0 0; font-size: .9rem; line-height: 1.5; }
.legal__pdf { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 10px 18px; border-radius: 999px; box-shadow: inset 0 0 0 1.5px var(--line-2); font-size: .86rem; font-weight: 600; text-decoration: none; transition: box-shadow .2s, background .2s; }
.legal__pdf::before { content: "↓"; font-weight: 700; color: var(--orange-ink); }
.legal__pdf span { color: var(--text-3); font-weight: 400; }
.legal__pdf:hover { box-shadow: inset 0 0 0 1.5px var(--orange); background: var(--sand); }

.legal__chapter { padding-top: 36px; scroll-margin-top: 62px; }  /* + html's 84px scroll-padding = clears header + search bar */
.legal__chapter h3 { display: flex; align-items: baseline; gap: 14px; margin-bottom: 15px; font-weight: 800; font-size: clamp(1.2rem, 1rem + .6vw, 1.45rem); line-height: 1.22; letter-spacing: -.022em; text-wrap: balance; }
.legal__chapter h3 i { flex: none; display: grid; place-items: center; min-width: 40px; height: 27px; padding: 0 9px; border-radius: 8px; background: var(--sand); color: var(--orange-ink); font-style: normal; font-weight: 800; font-size: .77rem; letter-spacing: .06em; }
.legal__chapter h4 { margin: 28px 0 11px; font-weight: 700; font-size: 1.02rem; letter-spacing: -.012em; }

.legal__clauses > li { position: relative; padding-left: 64px; font-size: .98rem; line-height: 1.68; color: var(--text-2); text-wrap: pretty; }
.legal__clauses > li + li { margin-top: 14px; }
.legal__clauses > li > b:first-child { position: absolute; left: 0; top: 0; width: 54px; font-weight: 700; font-size: .85rem; line-height: 1.93; color: var(--text-3); font-variant-numeric: tabular-nums; }
.legal__lead { color: var(--text); }
.legal__clauses a { color: var(--orange-ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.legal__clauses a:hover { text-decoration-thickness: 2px; }

.legal__sub { margin-top: 11px; }
.legal__sub > li { position: relative; padding-left: 36px; }
.legal__sub > li + li { margin-top: 10px; }
.legal__sub > li > b:first-child { position: absolute; left: 0; top: 0; width: 28px; font-weight: 700; font-size: .85rem; line-height: 1.93; color: var(--text-3); }
.legal__bullets { margin-top: 11px; }
.legal__bullets > li { position: relative; padding-left: 22px; }
.legal__bullets > li + li { margin-top: 8px; }
.legal__bullets > li::before { content: ""; position: absolute; left: 4px; top: .72em; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.legal__stamp { margin-top: 30px; padding: 15px 20px; border-left: 3px solid var(--orange); background: var(--cream); border-radius: 0 var(--r-sm) var(--r-sm) 0; font-size: .87rem; color: var(--text-2); }

.legal mark.mark-hit { background: rgba(255, 117, 31, .32); color: inherit; border-radius: 3px; padding: 0 2px; }
.legal mark.mark-hit.is-on { background: var(--orange); color: var(--ink); box-shadow: 0 0 0 3px rgba(255, 117, 31, .3); }

/* ---------- help ---------- */
.legal-help { padding-block: 0 var(--section-y); }
.legal-help__card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 34px; padding: clamp(28px, 3.6vw, 44px); border-radius: var(--r-xl); background: var(--white); box-shadow: var(--shadow-sm); }
.legal-help__card p { margin-top: 9px; max-width: 54ch; color: var(--text-2); }
.legal-help__cta { display: flex; flex-wrap: wrap; gap: 10px; }
.legal-help__note { max-width: 78ch; margin-top: 24px; font-size: .85rem; line-height: 1.6; color: var(--text-3); }

@media (max-width: 960px) {
  .legal__grid { grid-template-columns: 1fr; }
  .legal__aside { position: static; }
  .legal__toc > ol { max-height: none; }
  .legal__switch { grid-template-columns: 1fr; }
  .legal__tab { padding: 20px 22px 18px; }
}
@media (max-width: 760px) {
  .legal__tools { gap: 8px; }
  .legal__nav button:first-child { display: none; }
  .legal__print { padding-inline: 14px; font-size: .84rem; }
  .legal__printlong { display: none; }
  .legal__printshort { display: inline; }
  .legal__search { padding-left: 38px; }
  .legal__searchicon { left: 13px; width: 16px; height: 16px; }
  .legal__chapter { scroll-margin-top: 56px; }
  .legal__clauses > li { padding-left: 48px; font-size: .95rem; }
  .legal__clauses > li > b:first-child { width: 42px; }
  .legal__sub > li { padding-left: 30px; }
  .legal__sub > li > b:first-child { width: 24px; }
  .legal__facts { padding: 18px 20px; }
  .legal__chapter h3 { gap: 10px; }
  .legal-hero__meta li { font-size: .81rem; padding: 8px 15px; }
  .legal-help__cta .btn { flex: 1 1 auto; }
}

@media print {
  .hdr, .ftr, .menu, .skip, .legal__switch, .legal__tools, .legal__aside, .legal-help__cta, .legal__pdf { display: none !important; }
  body, .legal, .legal-hero { background: #fff !important; color: #000 !important; }
  .legal-hero .lead, .legal-hero__meta { color: #333 !important; }
  .legal__docs.is-tabs > .legal__doc { display: none !important; }
  .legal__docs.is-tabs > .legal__doc.is-on { display: block !important; }
  .legal__grid { display: block; margin-top: 0; }
  .legal__body { padding: 0; box-shadow: none; }
  .legal__chapter { break-inside: avoid-page; padding-top: 22px; }
  .legal__clauses > li, .legal__facts { break-inside: avoid; }
  .legal__clauses > li { color: #000; }
  .legal mark.mark-hit { background: none; box-shadow: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1240px) {
  .hdr__nav a { padding: 8px 9px; font-size: .9rem; }
  .facts li { padding: 16px 16px; gap: 12px; }
}

@media (max-width: 1120px) {
  .hdr__nav { display: none; }
  .hdr__burger { display: block; }
  .headliners { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(6, 1fr); }
  .tile--a { grid-column: span 6; grid-row: span 2; }
  .tile--b, .tile--c, .tile--d, .tile--e, .tile--f, .tile--g, .tile--h { grid-column: span 3; grid-row: span 1; }
  .facts { grid-template-columns: repeat(5, max-content); overflow-x: auto; scrollbar-width: none; }
  .facts::-webkit-scrollbar { display: none; }
  .tl__what { font-size: .78rem; }
}

@media (max-width: 960px) {
  .hero { min-height: 0; padding-top: calc(var(--header-h) + 42vw); }
  .hero__media { left: 0; width: 100%; bottom: auto; height: 78vw; max-height: 720px; }
  .hero__shade { background: linear-gradient(0deg, var(--ink) calc(100% - 78vw), rgba(19, 12, 25, .55) calc(100% - 62vw), rgba(19, 12, 25, 0) calc(100% - 44vw)), linear-gradient(180deg, rgba(19, 12, 25, .75) 0%, rgba(19, 12, 25, 0) 20%); }
  .hero__tag { display: none; }
  .hero__title { max-width: 14ch; }

  .sechead--split { grid-template-columns: 1fr; align-items: start; }
  .island__in { grid-template-columns: 1fr; }
  .island__bg::after { background: linear-gradient(180deg, rgba(19, 12, 25, .82) 0%, rgba(19, 12, 25, .6) 45%, rgba(19, 12, 25, .35) 70%, var(--ink) 100%); }
  .island__cards { max-width: 640px; }
  .michelle__grid, .unwritten__grid, .book-sec__grid, .faq__grid { grid-template-columns: 1fr; }
  .michelle__collage { position: relative; top: auto; width: 100%; max-width: 600px; margin-inline: auto; }
  .faq__side { position: static; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats li:nth-child(3) { padding-left: 0; border-left: 0; }
  .stats li:nth-child(n + 3) { margin-top: 26px; border-top: 1px solid var(--line); }
  .day { grid-template-columns: 1fr; }
  .day__media { min-height: 300px; }
  .days__tabs { display: flex; gap: 8px; margin-inline: calc(var(--gutter) * -1); padding: 2px var(--gutter) 6px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .days__tabs::-webkit-scrollbar { display: none; }
  .days__tabs button { flex: 0 0 auto; min-width: 92px; scroll-snap-align: start; }
  .roi { grid-template-columns: 1fr; }
  .gains { grid-template-columns: 1fr; }
  .vids__grid { grid-template-columns: 1fr 1fr; }
  .vids__grid .vid:last-child { grid-column: 1 / -1; aspect-ratio: 16 / 8; }
  .alumni__grid { grid-template-columns: repeat(3, 1fr); }
  .unwritten__poster { max-width: 520px; rotate: 0deg; }
  .ftr__top { grid-template-columns: 1fr 1fr; }
  .ftr__brand { grid-column: 1 / -1; }

  /* the day's timeline becomes a vertical list with every detail visible */
  .tl { padding: 26px 22px; }
  .tl__sky { background: linear-gradient(180deg, rgba(255, 117, 31, .32) 0%, rgba(255, 168, 96, .18) 26%, rgba(224, 96, 126, .2) 56%, rgba(151, 90, 182, .3) 78%, rgba(44, 24, 78, .3) 100%); }
  .tl__sky::after { top: auto; bottom: 0; width: 100%; height: 26%; }
  .tl__sun, .tl__readout { display: none; }
  .tl__list { grid-template-columns: 1fr; gap: 0; }
  .tl__list::before { left: 88px; right: auto; top: 20px; bottom: 20px; width: 2px; height: auto; background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .4), rgba(255, 255, 255, .12)); }
  .tl__list li { display: grid; grid-template-columns: 64px 50px 1fr; column-gap: 12px; align-items: center; padding: 8px 0; }
  .tl__node { display: contents; }
  .tl__time { grid-column: 1; text-align: right; }
  .tl__dot { grid-column: 2; grid-row: 1 / span 2; width: 46px; height: 46px; }
  .tl__what { grid-column: 3; text-align: left; font-size: .98rem; font-weight: 600; color: #fff; }
  .tl__detail { display: block; grid-column: 3; font-size: .88rem; line-height: 1.45; color: var(--on-ink-2); }
  .tl__node[aria-pressed="true"] .tl__dot { transform: none; box-shadow: 0 0 0 5px rgba(255, 255, 255, .14); }
}

@media (max-width: 760px) {
  :root { --header-h: 64px; }
  .hdr__bar { font-size: .78rem; }
  .hdr__bar-in { gap: 10px; }
  .hdr__bar-link { display: none; }
  .hdr__call span { display: none; }
  .hdr__call { width: 44px; height: 44px; justify-content: center; padding: 0; background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16); }
  .hdr__logo .mark { height: 54px; margin-block: -6px; }
  .hdr__cta .btn--sm { display: none; }

  .hero { padding-top: calc(var(--header-h) + 66vw); }
  .hero__media { height: 112vw; max-height: none; }
  .hero__shade { background: linear-gradient(0deg, var(--ink) calc(100% - 112vw), rgba(19, 12, 25, .72) calc(100% - 94vw), rgba(19, 12, 25, 0) calc(100% - 62vw)), linear-gradient(180deg, rgba(19, 12, 25, .8) 0%, rgba(19, 12, 25, 0) 18%); }
  .hero__media img { object-position: 50% 12%; }
  .hero__tag, .hero__chip-ed { display: none; }
  .hero__chip { margin-bottom: 14px; }
  .hero__title .line { display: inline; }
  .hero__title { max-width: none; font-size: clamp(2.3rem, 9.4vw, 3.2rem); }
  .hero__actions .btn { flex: 1 1 100%; }
  .hero__divider { display: none; }
  .facts li { padding: 14px 16px; }

  .press__in { justify-content: center; text-align: center; }
  .press__logos { justify-content: center; gap: 18px 34px; }
  .press__logos .logo { transform: scale(.86); }

  .michelle__collage { padding: 0 6% 30% 0; }
  .float-badge--forbes { left: 0; bottom: 4%; padding: 8px 14px 8px 8px; font-size: .8rem; }
  .float-badge--forbes .i--laurel { width: 34px; height: 34px; }
  .float-badge--stat { left: -3%; top: 30%; padding: 8px 12px; gap: 10px; }
  .float-badge--stat span { font-size: .74rem; }
  .float-badge--stat b { font-size: 1.8rem; }
  .sign { align-items: flex-start; }

  .fit__grid, .plans, .paths { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: 290px; gap: 14px; }
  .tile--a, .tile--b, .tile--c, .tile--d, .tile--e, .tile--f, .tile--g, .tile--h { grid-column: auto; grid-row: auto; }
  .film__player { aspect-ratio: 4 / 5; }
  .island__cards { gap: 8px; }
  .island__cards li:nth-child(2), .js .island__cards li:nth-child(2)[data-reveal].is-in { transform: none; }
  .island__cards span { left: 9px; right: 9px; bottom: 9px; font-size: .72rem; }
  .island__list li { padding: 10px 12px 10px 10px; font-size: .95rem; }
  .film__caption { right: 20px; }
  .day__list { grid-template-columns: 1fr; }
  .day__media { min-height: 240px; }
  .headliners { gap: 12px; }
  .spk--xl .spk__name { font-size: 1.12rem; }
  .spk__meta { padding: 12px 14px 16px; }
  .spk__more { width: 32px; height: 32px; top: 10px; right: 10px; }
  .vids__grid { grid-template-columns: 1fr; }
  .vids__grid .vid:last-child { aspect-ratio: 4 / 3; }
  .alumni__grid { grid-template-columns: repeat(2, 1fr); }
  .alumni__grid li:last-child { grid-column: 1 / -1; }
  .alumni__grid li:last-child img { aspect-ratio: 16 / 10; object-position: 50% 30%; }
  .quotes__dots button { width: 34px; }
  .guarantee { flex-direction: column; text-align: center; }
  .award { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 16px; }
  .award__body { padding-left: 0; padding-top: 16px; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .16); }
  .award .eyebrow, .guarantee .eyebrow { justify-content: center; }

  .countdown__units span { min-width: 64px; }
  .countdown__units b { font-size: 1.6rem; }
  .plan__badge { position: static; align-self: flex-start; margin-bottom: 16px; }
  .plan__desc { min-height: 0; }
  .final__actions .btn { flex: 1 1 100%; }
  .final__meta .i { display: none; }
  .award::before { background: radial-gradient(90% 40% at 50% 12%, rgba(255, 117, 31, .42), transparent 100%); }
  .sticky { display: flex; }
  .fab { display: none; }
  .ftr__top { grid-template-columns: 1fr; }
  .ftr__bottom p:last-child { gap: 16px; }
  .spkdlg { grid-template-columns: 1fr; max-height: 86vh; overflow-y: auto; }
  .spkdlg__media { min-height: 260px; }
  .dlg__close { top: -52px; }
}

@media (max-width: 420px) {
  .hdr__bar .hdr__sep, .hdr__bar p > span:last-child { display: none; }
  .avatars img:nth-child(n + 4) { display: none; }
  .tl__list li { grid-template-columns: 52px 46px 1fr; column-gap: 10px; }
  .tl__list::before { left: 85px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .js [data-reveal], .js .hero__title [data-word] { opacity: 1; transform: none; filter: none; }
  .reel__row, .partners__row, .film__ring svg, .seal svg { animation: none !important; }
  .scribble path { stroke-dashoffset: 0; }
}

/* ==========================================================================
   Version 2 — the client's own copy in the dark design
   Everything below adapts components to copy that is shaped differently:
   long uppercase button labels, a programme with titles only, seven
   "different" items, a stand-alone award, and the client's footer.
   ========================================================================== */

/* long client button labels must wrap rather than overflow on small screens */
.btn--wrap { height: auto; min-height: var(--h); padding-block: 14px; white-space: normal; text-align: center; line-height: 1.25; }
.section__cta { display: flex; justify-content: center; margin-top: clamp(40px, 5vw, 64px); }

/* hero: the client's chip and question, with the buttons, proof row and facts bar
   under it, all centred top to bottom (equal space above and below) */
.hero__chip--caps > span:last-child { text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 600; }
.hero--v2 .hero__title { max-width: 15ch; }
.hero--v2 { justify-content: center; }
.hero--v2 .hero__facts-wrap { padding-bottom: clamp(16px, 4vh, 48px); }
@media (min-width: 961px) {
  .hero--v2 { padding-top: calc(var(--header-h) + clamp(16px, 4vh, 48px)); }   /* no ticket bar above the header here */
}

/* partners in a "featured in" band under the hero: label left, logos right.
   Fifteen logos don't fit one row, so they slide inside the band. */
.press__marquee { flex: 1 1 480px; min-width: 0; overflow: hidden; }
.press--partners .partners__row li { margin-right: clamp(36px, 4vw, 64px); }
.press--partners .logo--p { max-height: 42px; opacity: .66; }

/* Michelle's story, in her words */
/* the arch holds a full photo (with its own background), not a cut-out on the orange glow */
.michelle--v2 .michelle__portrait img { left: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; transform: none; }
.michelle--v2 .michelle__copy .h2 { margin-top: 0; }
.michelle--v2 .michelle__intro { font-weight: 600; }
.michelle__why { font-size: 1.2rem; font-weight: 700; color: var(--ink) !important; }
.michelle__cta { margin-top: 4px; }

/* fit: one "IS for" card under the "NOT for" headline */
.fit__grid--single { grid-template-columns: 1fr; max-width: 820px; }
.fit--v2 .sechead .h2 { font-size: clamp(1.9rem, 1.1rem + 2.4vw, 3.3rem); }
.fit--v2 .fitcard h3 { align-items: flex-start; line-height: 1.3; }

.island__cta { margin-top: 28px; }

/* award as its own section */
.awardsec { padding-block: clamp(56px, 7vw, 96px); }
.award--v2 { margin-top: 0; color: var(--on-ink); }
.award--v2 .award__title { margin: 0; color: #fff; }
.award__lede { margin-top: 14px; font-size: 1.02rem; color: var(--on-ink-2); }
.award__punch { margin-top: 6px; font-size: 1.25rem; font-weight: 700; color: var(--orange); }
.award--v2 .award__body > p { color: var(--on-ink); font-weight: 500; }
.award__list { display: grid; gap: 10px; margin-top: 16px; }
.award__list li { display: flex; align-items: flex-start; gap: 10px; }
.award__list .i { flex: none; width: 20px; height: 20px; margin-top: 2px; color: var(--orange); }

/* programme: the client shows each day as a photo with DAY n and a title */
.schedule__themes { font-weight: 600; color: var(--text); }
.days--v2 .day { position: relative; grid-template-columns: 1fr; background: var(--ink); }
.days--v2 .day__media { min-height: clamp(320px, 40vw, 540px); }
.days--v2 .day__media::after { background: linear-gradient(0deg, rgba(19, 12, 25, .9) 0%, rgba(19, 12, 25, .35) 45%, rgba(19, 12, 25, 0) 70%); }
.days--v2 .day__body { position: absolute; inset: auto 0 0 0; z-index: 1; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: clamp(16px, 2.4vw, 30px); padding: clamp(22px, 4vw, 48px); color: #fff; }
.day__badge { grid-row: span 2; display: grid; place-content: center; width: clamp(76px, 8vw, 108px); aspect-ratio: 1; border-radius: 50%; background: linear-gradient(140deg, #9b5cc4, #4a2470); box-shadow: 0 16px 40px -16px rgba(151, 90, 182, .9); font-size: clamp(1.5rem, 1rem + 1.2vw, 2.2rem); font-weight: 800; line-height: 1; text-align: center; text-transform: uppercase; }
.day__badge span { display: block; font-size: .45em; font-weight: 700; letter-spacing: .12em; }
.days--v2 .day__body .h3 { margin: 0; color: #fff; font-size: clamp(1.5rem, .9rem + 2.4vw, 3.1rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.02; text-transform: uppercase; }
.day__date { margin-top: 8px; font-size: .9rem; color: rgba(255, 255, 255, .72); }
/* v2's `.day__body > p` greys and spaces every paragraph; the badge and date need their own */
.days--v2 .day__body > p { margin-bottom: 0; }
.days--v2 .day__body > .day__badge { color: #fff; }
.days--v2 .day__body > .day__date { margin-top: 8px; color: rgba(255, 255, 255, .78); }

/* the client's daily timetable */
.agenda { position: relative; isolation: isolate; overflow: hidden; margin-top: clamp(40px, 5vw, 64px); padding: clamp(26px, 4vw, 48px); border-radius: var(--r-xl); background: var(--ink); color: #fff; }
.agenda::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg, rgba(255, 117, 31, .26) 0%, rgba(224, 96, 126, .16) 45%, rgba(151, 90, 182, .26) 100%); }
.agenda__intro { max-width: 70ch; margin-bottom: 22px; color: var(--on-ink-2); }
.agenda__list { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(24px, 4vw, 56px); }
.agenda__list li { display: grid; grid-template-columns: 11.5rem 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.agenda__time { font-weight: 700; color: var(--orange); font-variant-numeric: tabular-nums; }
.agenda__what { color: #fff; }
.schedule__actions { justify-content: center; margin-top: 32px; }

/* speakers: 2026 cards, then the client's "featured in" logos */
.featured { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 44px; margin-top: clamp(48px, 6vw, 80px); padding-top: clamp(28px, 3.4vw, 40px); border-top: 1px solid rgba(255, 255, 255, .12); }
.featured__label { font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.featured .press__logos { justify-content: center; }

/* seven "different" items: the last one runs the full width */
.bento--seven .tile--g { grid-column: span 12; }
.experience__close { max-width: 820px; margin: clamp(36px, 4.6vw, 56px) auto 0; text-align: center; }
.experience__day1 { margin-bottom: 10px; font-size: clamp(1.25rem, 1rem + .8vw, 1.7rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.25; color: var(--ink); }
.experience__close p:last-child { color: var(--text-2); }

/* ROI: the client's four points, then the calculator */
.gains--four { grid-template-columns: repeat(2, 1fr); margin: 0 auto clamp(48px, 6vw, 72px); max-width: 1060px; }
.roi__close { display: flex; flex-direction: column; align-items: center; gap: 22px; margin-top: clamp(40px, 5vw, 60px); text-align: center; }
.roi__close p { font-size: clamp(1.3rem, 1rem + 1vw, 1.9rem); font-weight: 700; letter-spacing: -.02em; }

/* testimonials + alumni */
.alumni__count { display: flex; align-items: baseline; gap: 10px; }
.alumni__count b { font-size: clamp(1.8rem, 1.3rem + 1.4vw, 2.6rem); font-weight: 800; letter-spacing: -.04em; color: var(--ink); }

/* The Great Unwritten */
.unwritten__sub { margin: -10px 0 18px; font-size: 1.15rem; font-style: italic; color: var(--text-2); }
.unwritten__h3 { margin-bottom: 12px; }
.unwritten__cta { margin-top: 28px; }

/* pricing, in the client's words */
.plan__head { margin-bottom: 4px; }
.plan__price span { font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.plan__early { margin: -12px 0 22px; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-ink); }
.plan--premium .plan__early { color: var(--orange); }
.plan__tagline { margin: -14px 0 26px; font-size: .86rem; font-weight: 700; letter-spacing: .06em; line-height: 1.45; text-transform: uppercase; }
.guarantee--v2 { align-items: flex-start; }
.guarantee--v2 .guarantee__txt p + p { margin-top: 8px; }
.guarantee__lede { font-size: 1.08rem; color: var(--text) !important; font-weight: 500; }
.guarantee__promise, .guarantee__nodrama { font-weight: 600; color: var(--ink) !important; }
.guarantee__cta { margin-top: 22px; }

/* FAQ */
.faq__call { margin-top: 4px; }
.faq__times { display: grid; gap: 6px; margin-top: 12px; padding-left: 0; }
.faq__times li { padding-left: 16px; border-left: 2px solid rgba(255, 117, 31, .5); }

/* final */
.final__nudge b { display: block; margin-top: 4px; color: #fff; }
.final__move { margin-top: 14px; font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2.3rem); font-weight: 800; letter-spacing: -.03em; color: var(--orange); }

/* footer, in the client's words */
.ftr__ask { margin-top: 18px; font-size: 1.15rem; font-weight: 700; color: #fff; }
.ftr__asklbl { margin: 4px 0 14px; color: var(--on-ink-2); }
.ftr__col--plain { padding-top: calc(1.65em + 16px); }

@media (max-width: 1120px) {
  .bento--seven .tile--g { grid-column: span 3; }
}
@media (max-width: 960px) {
  .agenda__list { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .gains--four { grid-template-columns: 1fr; }
  .bento--seven .tile--g { grid-column: auto; }
  .agenda__list li { grid-template-columns: 1fr; gap: 4px; }
  .days--v2 .day__body { grid-template-columns: 1fr; row-gap: 12px; }
  .day__badge { grid-row: auto; width: 68px; }
  .ftr__col--plain { padding-top: 0; }
  .guarantee--v2 { align-items: center; }
}
