:root {
  --ink: #0b1f1c;
  --ink-2: #17332e;
  --cream: #f3efe4;
  --paper: #faf8f2;
  --white: #fff;
  --coral: #ff6433;
  --coral-dark: #dc4920;
  --sage: #bdd5c1;
  --mint: #dce9df;
  --line: #dcded6;
  --muted: #68736f;
  --yellow: #e8be55;
  --red: #c54f46;
  --shadow: 0 24px 70px rgba(11, 31, 28, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  letter-spacing: -.08em;
}
.brand-mark span { color: var(--coral); }
.brand-light { color: var(--white); }
.brand-light .brand-mark { background: var(--coral); color: var(--ink); }
.brand-light .brand-mark span { color: var(--white); }
.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.site-nav { display: flex; gap: 32px; color: #41504c; font-size: 14px; font-weight: 650; }
.site-nav a:hover { color: var(--coral-dark); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: var(--ink); box-shadow: 0 12px 30px rgba(255, 100, 51, .2); }
.button-primary:hover { background: #ff754a; box-shadow: 0 16px 35px rgba(255, 100, 51, .3); }
.button-dark { background: var(--ink); color: var(--white); }
.button-coral { background: var(--coral); color: var(--ink); }
.button-ghost { border-color: #aeb5b1; background: transparent; }
.button-outline { border-color: #b7c0bb; background: var(--white); color: var(--ink); }
.button-muted { border-color: #d8dcd8; background: #eef0ec; color: #53605c; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-tiny { min-height: 38px; padding: 0 15px; font-size: 12px; }
.text-link { font-weight: 750; border-bottom: 1px solid #aeb5b1; padding-bottom: 5px; }
.text-link span { color: var(--coral); margin-left: 8px; }
.tiny-label, .app-kicker, .section-kicker, .workspace-label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Landing */
.hero { min-height: 690px; display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 60px; padding: 48px 0 92px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid #c9cec8;
  border-radius: 999px;
  color: #3f504b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.eyebrow-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255, 100, 51, .13); }
.hero h1 { margin: 28px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(66px, 7vw, 106px); font-weight: 500; line-height: .84; letter-spacing: -.075em; }
.hero h1 em { color: var(--coral); font-weight: 400; }
.hero-lede { max-width: 600px; color: #4e5e59; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 52px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.trust-row span { color: #7b8682; }
.trust-row strong { position: relative; padding-left: 14px; }
.trust-row strong::before { content: ""; position: absolute; left: 0; top: 4px; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
.trust-row .free-access-dot { padding: 7px 10px; border-radius: 999px; background: #e2ece3; color: #397251; font-weight: 850; }
.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 30px 20px; border-radius: 54% 46% 48% 52% / 42% 40% 60% 58%; background: var(--ink); transform: rotate(-4deg); z-index: -3; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; z-index: -2; }
.orbit-one { width: 520px; height: 350px; transform: rotate(34deg); }
.orbit-two { width: 380px; height: 530px; transform: rotate(-24deg); }
.phone-card { width: 310px; min-height: 520px; padding: 28px; border-radius: 38px; background: #f8f4e9; box-shadow: 0 32px 70px rgba(0,0,0,.35); transform: rotate(2deg); }
.phone-top { display: flex; align-items: center; justify-content: space-between; }
.mini-brand { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 9px; background: var(--ink); color: var(--coral); font-weight: 900; font-size: 11px; }
.status-dot { color: #596762; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.status-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #4f9e74; }
.day-ring { width: 116px; height: 116px; margin: 34px auto 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--coral); border-radius: 50%; box-shadow: inset 0 0 0 9px #f8f4e9, inset 0 0 0 11px rgba(255,100,51,.2); }
.day-ring span { font-family: Georgia, serif; font-size: 51px; line-height: .9; }
.day-ring small { margin-top: 4px; color: #66726e; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.phone-card .tiny-label { display: block; text-align: center; }
.phone-card h2 { margin: 12px 0 15px; font-family: Georgia, serif; font-size: 38px; font-weight: 500; line-height: .97; letter-spacing: -.045em; text-align: center; }
.phone-card > p { color: #57645f; font-size: 13px; line-height: 1.55; text-align: center; }
.preview-action { margin-top: 28px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 16px; background: var(--coral); font-size: 11px; }
.preview-action strong { font-size: 12px; }
.floating-note { position: absolute; width: 150px; padding: 15px; display: grid; grid-template-columns: 28px 1fr; border-radius: 16px; background: var(--white); box-shadow: var(--shadow); font-size: 11px; }
.floating-note span { grid-row: span 2; color: var(--coral); font-weight: 900; }
.floating-note small { color: var(--muted); }
.note-one { left: 2px; top: 130px; transform: rotate(-6deg); }
.note-two { right: -10px; bottom: 105px; transform: rotate(7deg); }
.problem-strip { background: var(--ink); color: var(--white); }
.statement-grid { min-height: 290px; display: grid; grid-template-columns: .6fr 1.2fr 1fr 1fr; align-items: center; gap: 50px; }
.statement-number { margin: 0; color: var(--coral); font-family: Georgia, serif; font-size: 95px; line-height: 1; }
.statement-grid h2 { font-family: Georgia, serif; font-size: 38px; font-weight: 400; line-height: 1.02; }
.statement-grid > p:not(.statement-number) { color: #b8c6c1; font-size: 13px; line-height: 1.7; }
.how-section { padding: 130px 0 140px; }
.section-heading { display: grid; grid-template-columns: .7fr 1.1fr 1fr; gap: 40px; align-items: start; }
.section-heading > span, .section-kicker { color: var(--coral-dark); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 56px; font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: #596762; line-height: 1.7; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 68px; }
.method-card { min-height: 380px; padding: 30px; border-radius: 28px; display: flex; flex-direction: column; }
.method-card.coral { background: var(--coral); }
.method-card.cream { background: #e8dfcc; }
.method-card.sage { background: var(--sage); }
.method-index { font-size: 12px; font-weight: 900; }
.method-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 60px 0 45px; border: 1px solid rgba(11,31,28,.35); border-radius: 50%; font-family: Georgia, serif; font-size: 31px; }
.method-card h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 40px; font-weight: 400; }
.method-card p { margin: 0; max-width: 290px; line-height: 1.6; }
.team-section { padding: 120px 0; background: #e2e7df; }
.team-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.team-copy h2 { margin: 20px 0; font-family: Georgia, serif; font-size: 54px; font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.team-copy p { margin: 0 0 30px; color: #53615c; line-height: 1.75; }
.studio-preview { padding: 28px; border-radius: 26px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1deg); }
.preview-header { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.preview-header span { color: var(--muted); font-size: 11px; }
.preview-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 20px 0; }
.preview-metrics div { padding: 15px; border-radius: 14px; background: #f1f3ef; }
.preview-metrics small, .preview-metrics em { display: block; color: var(--muted); font-size: 9px; font-style: normal; }
.preview-metrics strong { display: inline-block; margin: 8px 8px 5px 0; font-size: 28px; }
.preview-metrics em { display: inline; color: #43815f; }
.preview-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; padding: 16px 0; border-top: 1px solid #eceeea; }
.preview-row strong { font-size: 13px; }
.preview-row strong small { display: block; margin-top: 4px; color: var(--muted); font-weight: 500; }
.avatar { display: inline-grid; width: 38px; height: 38px; place-items: center; flex: 0 0 auto; border-radius: 12px; background: var(--sage); color: var(--ink); font-size: 10px; font-style: normal; font-weight: 900; }
.avatar-2 { background: #eed1a7; }.avatar-3 { background: #d1c6e8; }.avatar-4 { background: #bfd9e6; }.avatar-5 { background: #e4bdba; }
.tag { display: inline-flex; align-items: center; width: max-content; padding: 6px 9px; border-radius: 999px; font-size: 9px; font-style: normal; font-weight: 850; }
.tag-good { background: #dbeadf; color: #2e6c49; }
.tag-watch { background: #f4e8c6; color: #866118; }
.tag-risk { background: #f3d9d5; color: #983d34; }
.privacy-note { padding: 13px; border-radius: 10px; background: #f5f2e9; color: #5c6864; font-size: 10px; text-align: center; }
.cta-section { padding: 150px 0; text-align: center; }
.access-banner { max-width: 850px; margin: -40px auto 120px; padding: 50px; border-radius: 28px; background: var(--ink); color: var(--white); }
.access-banner h2 { margin: 14px 0; font-size: 48px; }.access-banner p { max-width: 650px; margin: 0 auto 24px; color: #b8c6c1; font-size: 13px; font-weight: 400; line-height: 1.7; letter-spacing: 0; text-transform: none; }.access-banner .text-link { display: inline-block; }
.cta-section p { color: var(--coral-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .15em; }
.cta-section h2 { margin: 14px 0 34px; font-family: Georgia, serif; font-size: clamp(50px, 7vw, 85px); font-weight: 400; letter-spacing: -.06em; }
.site-footer { min-height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: #5e6965; font-size: 11px; }
.site-footer p { text-align: center; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 20px; font-weight: 700; }

/* Participant app */
.app-shell, .studio-shell { min-height: 100vh; display: grid; grid-template-columns: 248px 1fr; background: #f4f4ef; }
.app-sidebar, .studio-sidebar { position: sticky; top: 0; height: 100vh; padding: 28px 22px; display: flex; flex-direction: column; background: var(--ink); color: #b9c6c1; }
.app-nav { display: flex; flex-direction: column; gap: 5px; margin-top: 58px; }
.app-nav a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 10px; font-size: 13px; font-weight: 650; }
.app-nav a:hover, .app-nav a.active { background: rgba(255,255,255,.09); color: var(--white); }
.app-nav a span { width: 18px; color: var(--coral); text-align: center; }
.phase-card { margin-top: auto; padding: 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; }
.phase-card > span, .phase-card small { display: block; color: #8fa19b; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.phase-card strong { display: block; margin: 7px 0 15px; color: var(--white); font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.phase-progress { height: 4px; margin-bottom: 8px; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.1); }
.phase-progress i { display: block; height: 100%; background: var(--coral); }
.sidebar-profile { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.sidebar-profile strong { color: var(--white); font-size: 11px; }
.sidebar-profile small { display: block; margin-top: 3px; color: #8fa19b; font-weight: 500; }
.icon-button { border: 0; background: transparent; color: #92a29d; cursor: pointer; }
.app-main { min-width: 0; padding: 42px 50px 80px; }
.app-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.app-header h1, .studio-header h1 { margin: 8px 0 5px; font-family: Georgia, serif; font-size: 42px; font-weight: 400; letter-spacing: -.04em; }
.app-header p, .studio-header p { margin: 0; color: var(--muted); font-size: 13px; }
.header-actions { display: flex; gap: 8px; }
.mobile-menu { display: none; }
.day-banner { min-height: 164px; padding: 28px 34px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 28px; border-radius: var(--radius); background: var(--ink); color: var(--white); overflow: hidden; position: relative; }
.day-banner::after { content: ""; position: absolute; right: 170px; top: -90px; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018); }
.day-number { width: 92px; height: 92px; display: flex; align-items: baseline; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; position: relative; z-index: 1; }
.day-number strong { margin-top: 20px; color: var(--coral); font-family: Georgia, serif; font-size: 48px; font-weight: 400; }
.day-number span { color: #99aaa4; font-size: 10px; }
.day-banner h2 { margin: 7px 0 5px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.day-banner p { margin: 0; color: #aebcb7; font-size: 12px; }
.day-steps { display: flex; align-items: center; position: relative; z-index: 1; }
.day-steps span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #8d9d98; font-size: 10px; font-weight: 800; }
.day-steps span.done { border-color: var(--sage); background: var(--sage); color: var(--ink); }
.day-steps span.current { border-color: var(--coral); color: var(--coral); }
.day-steps i { width: 26px; height: 1px; background: rgba(255,255,255,.2); }
.journey-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 22px; margin-top: 28px; }
.section-row { display: flex; align-items: center; justify-content: space-between; margin: 0 2px 13px; }
.section-row h2 { margin: 0; font-size: 15px; }
.section-row span { color: var(--muted); font-size: 10px; }
.touchpoint-card { padding: 25px; display: grid; grid-template-columns: 40px 1fr auto; align-items: start; gap: 18px; margin-bottom: 11px; border: 1px solid #e1e2dc; border-radius: 17px; background: var(--white); }
.touchpoint-card.active { border-color: #f2a48c; box-shadow: 0 10px 35px rgba(255,100,51,.09); }
.touchpoint-card.complete { background: #f0f2ed; }
.touchpoint-index { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #c9cfca; border-radius: 50%; color: var(--muted); font-size: 10px; font-weight: 850; }
.complete .touchpoint-index { border-color: var(--sage); background: var(--sage); color: var(--ink); }
.active .touchpoint-index { border-color: var(--coral); color: var(--coral); }
.touchpoint-copy h3 { margin: 7px 0 8px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.touchpoint-copy p { margin: 0; max-width: 650px; color: #606c68; font-size: 12px; line-height: 1.65; }
.touchpoint-copy blockquote { margin: 15px 0 0; padding: 10px 13px; border-left: 2px solid var(--coral); background: #fbf2ed; color: #3b4c47; font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.capsule-illustration { display: block; width: 100%; aspect-ratio: 16 / 9; margin: 13px 0 15px; border-radius: 13px; object-fit: cover; }
.capsule-resource { display: flex; align-items: center; gap: 9px; width: fit-content; margin-top: 14px; color: #324c45; font-size: 10px; font-weight: 750; }
.capsule-resource span { padding: 5px 7px; border-radius: 999px; background: var(--mint); color: #3e6d58; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.capsule-resource:hover { color: var(--coral-dark); }
.touchpoint-card .button { min-height: 40px; align-self: center; padding: 0 16px; font-size: 10px; white-space: nowrap; }
.capsule-state { align-self: center; border: 0; background: transparent; color: #929c98; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.journal-card { padding: 25px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; margin-top: 18px; border-radius: 18px; background: #e6dfce; }
.journal-card h3 { margin: 8px 0; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.journal-card p { margin: 0; color: #64706b; font-size: 11px; line-height: 1.55; }
.journal-card form { display: flex; flex-direction: column; gap: 10px; }
textarea { width: 100%; padding: 13px 14px; resize: vertical; border: 1px solid #ced3cd; border-radius: 12px; outline: none; background: var(--white); color: var(--ink); font-size: 12px; line-height: 1.55; }
textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,100,51,.1); }
.journal-card .button { align-self: flex-end; min-height: 36px; font-size: 10px; }
.journey-side { display: flex; flex-direction: column; gap: 12px; }
.side-card { padding: 22px; border: 1px solid #e1e2dc; border-radius: 17px; background: var(--white); }
.side-card h3 { margin: 7px 0; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.side-card > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.mood-picker { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin-top: 18px; }
.mood-picker button { padding: 9px 2px 6px; border: 1px solid #e0e3de; border-radius: 11px; background: #f6f7f4; cursor: pointer; }
.mood-picker button:hover, .mood-picker button.selected { border-color: var(--coral); background: #fff0ea; }
.mood-picker button span { display: block; font-family: Georgia, serif; font-size: 19px; }
.mood-picker button small { color: #87918d; font-size: 8px; }
.mood-chart { height: 58px; display: flex; align-items: end; gap: 6px; margin-top: 16px; padding: 8px 10px 0; border-bottom: 1px solid #dfe2dd; }
.mood-chart i { flex: 1; max-width: 23px; border-radius: 4px 4px 0 0; background: var(--sage); }
.mood-chart i:last-child { background: var(--coral); }
.coach-card { background: var(--ink); color: var(--white); border-color: var(--ink); }
.coach-heading { display: flex; align-items: center; gap: 11px; }
.coach-spark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; background: var(--coral); color: var(--ink); }
.coach-heading h3 { margin: 3px 0 0; }
.coach-card > p { margin: 13px 0; color: #9fb0aa; }
.coach-card form { display: flex; flex-direction: column; gap: 8px; }
.coach-card textarea { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.08); color: var(--white); }
.coach-card textarea::placeholder { color: #82938d; }
.coach-card .button { min-height: 38px; font-size: 10px; }
.coach-answer { margin-top: 13px; padding: 13px; border-radius: 10px; background: rgba(255,255,255,.08); color: #dce5e1; font-size: 10px; line-height: 1.55; white-space: pre-wrap; }
.coach-model { display: block; margin-top: 9px; color: #84958f; font-size: 8px; }
.next-card { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.next-card > span, .next-card h3 { grid-column: 1 / -1; }
.next-card div { padding: 11px; border-radius: 10px; background: #f1f3ef; }
.next-card div strong { display: block; font-size: 20px; }
.next-card div span { color: var(--muted); font-size: 8px; text-transform: uppercase; }

/* Studio */
.studio-shell { grid-template-columns: 228px 1fr; }
.studio-sidebar .workspace-label { margin-top: 48px; color: #6f847d; }
.studio-sidebar .app-nav { margin-top: 12px; }
.studio-sidebar-note { margin-top: auto; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; }
.studio-sidebar-note span { color: var(--sage); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.studio-sidebar-note p { margin: 7px 0 0; color: #8fa19b; font-size: 9px; line-height: 1.5; }
.back-to-journey { margin-top: 17px; color: #9db0a9; font-size: 10px; font-weight: 750; }
.studio-main { min-width: 0; padding: 42px 46px 70px; }
.studio-header { display: flex; align-items: center; justify-content: space-between; }
.live-badge { padding: 9px 12px; border: 1px solid #cfd5d0; border-radius: 999px; color: #5b6a65; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.live-badge i, .status-online i, .service-grid > span > i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #5aa071; box-shadow: 0 0 0 3px rgba(90,160,113,.13); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 30px; }
.metric-grid article { position: relative; min-height: 135px; padding: 19px; overflow: hidden; border: 1px solid #e0e2dc; border-radius: 16px; background: var(--white); }
.metric-grid span { display: block; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.metric-grid strong { display: block; margin-top: 12px; font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.metric-grid em { color: #84908c; font-size: 9px; font-style: normal; }
.metric-line { position: absolute; right: 15px; bottom: 18px; width: 64px; height: 27px; border-bottom: 2px solid var(--coral); border-radius: 60% 30% 10% 40%; transform: rotate(-8deg); opacity: .7; }
.line-flat { transform: rotate(3deg); border-color: var(--sage); }.line-full { border-color: #5b9470; transform: rotate(-1deg); }
.studio-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; margin-top: 14px; }
.panel { padding: 22px; border: 1px solid #e0e2dc; border-radius: 17px; background: var(--white); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; }
.panel-heading h2 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.people-panel, .operations-panel { grid-column: 1 / -1; }
.table-head, .person-row { display: grid; grid-template-columns: 1.25fr .8fr 1fr .7fr; gap: 12px; align-items: center; }
.table-head { padding: 9px 12px; border-radius: 8px; background: #f2f3ef; color: #7b8782; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.person-row { padding: 13px 12px; border-bottom: 1px solid #eceee9; font-size: 11px; }
.person-row:last-child { border: 0; }
.person-row > span { min-width: 0; }
.person-cell { display: flex; align-items: center; gap: 11px; }
.person-row strong { display: block; font-size: 11px; }
.person-row small { display: block; margin-top: 3px; color: #82908b; font-size: 8px; font-weight: 500; }
.table-progress { display: flex; align-items: center; gap: 8px; }
.table-progress > i, .phase-row > i { height: 5px; flex: 1; overflow: hidden; border-radius: 5px; background: #eaede8; }
.table-progress b, .phase-row b { display: block; height: 100%; border-radius: inherit; background: var(--coral); }
.range-pill { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #697671; font-size: 8px; }
.big-chart { height: 230px; display: grid; grid-template-columns: 16px 1fr; }
.chart-labels { padding: 2px 0 25px; display: flex; flex-direction: column; justify-content: space-between; color: #98a19e; font-size: 7px; }
.chart-area { position: relative; border-left: 1px solid #edf0eb; background: repeating-linear-gradient(to bottom, transparent 0, transparent 43px, #edf0eb 44px); }
.chart-area svg { width: 100%; height: 200px; }
.chart-fill { fill: url(#fill); }.chart-stroke { fill: none; stroke: var(--coral); stroke-width: 3; vector-effect: non-scaling-stroke; }
.chart-days { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-around; color: #8b9692; font-size: 7px; font-weight: 800; }
.signal-insight { margin: 10px 0 0; padding: 12px; border-radius: 10px; background: #f8eee9; color: #5c6763; font-size: 9px; line-height: 1.5; }
.signal-insight span { color: var(--coral); margin-right: 7px; }.signal-insight strong { color: var(--ink); }
.phase-row { display: grid; grid-template-columns: 30px 1.1fr 1fr 45px; align-items: center; gap: 10px; padding: 15px 0; border-bottom: 1px solid #eceee9; }
.phase-row:last-child { border: 0; }
.phase-row > span { color: var(--coral); font-size: 9px; font-weight: 900; }
.phase-row strong { font-size: 10px; }.phase-row small { display: block; margin-top: 3px; color: #87928e; font-size: 8px; font-weight: 500; }
.phase-row em { color: #63706c; font-size: 8px; font-style: normal; text-align: right; }
.status-online { color: #417458; font-size: 8px; font-weight: 850; text-transform: uppercase; }.status-online i { width: 6px; height: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.service-grid > span { padding: 13px; border-radius: 10px; background: #f2f4f0; font-size: 9px; font-weight: 750; }
.service-grid > span > i { width: 5px; height: 5px; }
.service-grid small { display: block; margin: 5px 0 0 15px; color: #82908b; font-size: 8px; font-weight: 500; }

/* Admin guide */
.guide-main { min-width: 0; padding: 48px 55px 90px; }
.guide-hero { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.guide-hero h1 { max-width: 720px; margin: 11px 0 10px; font-family: Georgia, serif; font-size: 54px; font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.guide-hero p { margin: 0; color: var(--muted); }
.guide-index { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin: 23px 0 48px; }
.guide-index a { padding: 12px 10px; border: 1px solid #dce0da; border-radius: 10px; background: var(--white); color: #53615c; font-size: 9px; font-weight: 750; }
.guide-index a:hover { border-color: var(--coral); color: var(--ink); }
.guide-index span { display: block; margin-bottom: 5px; color: var(--coral); font-size: 8px; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 40px; align-items: start; }
.guide-section { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 0 0 60px; margin-bottom: 60px; border-bottom: 1px solid var(--line); scroll-margin-top: 25px; }
.guide-section:last-child { border-bottom: 0; }
.guide-section-number { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid #cbd1cc; border-radius: 50%; color: var(--coral-dark); font-size: 10px; font-weight: 900; }
.guide-section h2 { margin: 8px 0 22px; font-family: Georgia, serif; font-size: 34px; font-weight: 400; letter-spacing: -.025em; }
.guide-section > div > p { color: #56645f; font-size: 13px; line-height: 1.7; }
.guide-steps { margin: 0; padding: 0; list-style: none; }
.guide-steps li { display: grid; grid-template-columns: 33px 1fr; gap: 13px; padding: 16px 0; border-top: 1px solid #e3e5e0; }
.guide-steps li > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: var(--ink); color: var(--coral); font-size: 9px; font-weight: 900; }
.guide-steps strong { font-size: 12px; }.guide-steps p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.guide-callouts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.guide-callout { padding: 16px; border-radius: 13px; }.guide-callout.good { background: #e0ece3; }.guide-callout.watch { background: #f3e9cb; }.guide-callout.risk { background: #f1dcd8; }
.guide-callout strong { font-size: 11px; }.guide-callout p { margin: 7px 0 0; color: #596660; font-size: 9px; line-height: 1.5; }
.do-dont { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.do-dont > div { padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.do-dont h3 { margin: 0 0 8px; font-family: Georgia, serif; font-weight: 400; }.do-dont p { margin: 6px 0; color: #606d68; font-size: 10px; line-height: 1.5; }
.visibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.visibility-grid article { padding: 18px; border-radius: 14px; background: var(--white); border: 1px solid #dde1db; }
.visibility-grid article:first-child { border-top: 3px solid #5a9a70; }.visibility-grid article:last-child { border-top: 3px solid var(--coral); }
.visibility-grid span { font-size: 9px; font-weight: 900; letter-spacing: .1em; }.visibility-grid ul { margin: 13px 0 0; padding-left: 17px; color: #53615c; font-size: 10px; line-height: 1.9; }
.guide-note { padding: 14px 16px; margin-top: 14px !important; border-radius: 10px; background: #eeeade; font-size: 10px !important; }
.content-formula { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin: 22px 0; padding: 18px; border-radius: 14px; background: var(--ink); color: var(--white); }
.content-formula span { padding: 8px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; font-size: 8px; font-weight: 900; }.content-formula b { color: var(--coral); }
.guide-checklist { padding-left: 20px; color: #4f5f5a; font-size: 11px; line-height: 1.65; }.guide-checklist li { padding: 6px 0 6px 7px; }
.config-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.config-list article { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }.config-list code { color: var(--coral-dark); font-size: 10px; font-weight: 800; }.config-list p { margin: 8px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.command-card { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 12px; padding: 11px 14px; margin-bottom: 7px; border-radius: 10px; background: var(--ink); color: var(--white); }.command-card span { color: #9eb0aa; font-size: 9px; }.command-card code { overflow-x: auto; color: #f7d9cc; font-size: 9px; }
.guide-aside { position: sticky; top: 25px; display: flex; flex-direction: column; gap: 11px; }
.guide-aside-card { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }.guide-aside-card > a { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #eaede8; font-size: 10px; font-weight: 750; }.guide-aside-card > a:last-child { border-bottom: 0; }.guide-aside-card b { color: var(--coral); }
.guide-aside-card.accent { background: var(--coral); border-color: var(--coral); }.guide-aside-card.accent > span { font-size: 24px; }.guide-aside-card.accent h3 { margin: 18px 0 8px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }.guide-aside-card.accent p { margin: 0; font-size: 11px; line-height: 1.55; }

/* Participant guide */
.user-guide { padding: 70px 0 120px; }
.user-guide-hero { display: grid; grid-template-columns: 1fr 270px; gap: 80px; align-items: end; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.user-guide-hero h1 { max-width: 760px; margin: 17px 0 20px; font-family: Georgia, serif; font-size: 76px; font-weight: 400; line-height: .92; letter-spacing: -.06em; }.user-guide-hero > div > p { max-width: 650px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.free-card { padding: 28px; border-radius: 22px; background: var(--coral); }.free-card span { font-size: 9px; font-weight: 900; letter-spacing: .12em; }.free-card strong { display: block; margin: 35px 0 8px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }.free-card p { margin: 0; font-size: 11px; }
.guide-start { padding: 70px 0; }.start-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }.start-grid article { padding: 25px; border-radius: 17px; background: var(--white); border: 1px solid var(--line); }.start-grid article > span { color: var(--coral); font-size: 10px; font-weight: 900; }.start-grid h2 { margin: 32px 0 9px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }.start-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.first-days-preview { padding: 70px 0 100px; border-top: 1px solid var(--line); }
.first-days-preview .section-heading { margin-bottom: 42px; }
.first-days-grid { display: grid; gap: 22px; }
.first-days-grid > article { display: grid; grid-template-columns: minmax(300px, .75fr) 1.25fr; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.first-days-grid > article > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.first-days-grid > article > div { padding: 30px; }
.first-days-grid section { padding: 20px 0; border-top: 1px solid #e8e9e4; }
.first-days-grid section:first-of-type { margin-top: 17px; }
.first-days-grid section small { color: var(--coral-dark); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.first-days-grid section h3 { margin: 7px 0; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.first-days-grid section p { margin: 0; color: #596762; font-size: 10px; line-height: 1.65; }
.first-days-grid section a { display: inline-block; margin-top: 11px; color: #3f705a; font-size: 9px; font-weight: 800; }
.participant-manual { display: grid; grid-template-columns: 210px 1fr; gap: 70px; align-items: start; }.participant-manual > aside { position: sticky; top: 24px; padding: 20px; border-radius: 15px; background: var(--ink); color: #aebdb7; }.participant-manual > aside > span { display: block; margin-bottom: 12px; color: var(--coral); font-size: 8px; font-weight: 900; letter-spacing: .1em; }.participant-manual > aside a { display: block; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 10px; font-weight: 650; }.participant-manual > div > article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 55px 0; border-top: 1px solid var(--line); scroll-margin-top: 20px; }.manual-number { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #cbd1cc; border-radius: 50%; color: var(--coral-dark); font-size: 9px; font-weight: 900; }.participant-manual article h2 { margin: 8px 0 15px; font-family: Georgia, serif; font-size: 35px; font-weight: 400; }.participant-manual article p { color: #56645f; font-size: 13px; line-height: 1.7; }.participant-manual code { padding: 2px 5px; border-radius: 4px; background: #e8e9e4; font-size: 11px; }
.touchpoint-mini { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 22px; }.touchpoint-mini span { padding: 15px; border-radius: 12px; background: var(--white); color: var(--ink); font-size: 11px; font-weight: 800; }.touchpoint-mini small { display: block; margin-top: 6px; color: var(--muted); font-size: 8px; font-weight: 500; }.example-question { margin-top: 20px; padding: 20px; border-left: 3px solid var(--coral); background: #eeeade; }.example-question span { color: var(--coral-dark); font-size: 8px; font-weight: 900; }.example-question p { margin: 8px 0 0; font-family: Georgia, serif; font-size: 16px !important; font-style: italic; }
.phase-roadmap { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 25px; }.phase-roadmap section { padding: 22px; border-radius: 15px; background: var(--white); border-top: 3px solid #6a9f78; }.phase-roadmap section:last-child { border-top-color: var(--coral); }.phase-roadmap span { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .1em; }.phase-roadmap h3 { margin: 11px 0; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }.phase-roadmap ul { margin: 0; padding-left: 17px; color: #5c6964; font-size: 10px; line-height: 1.9; }.access-note { padding: 14px; border-radius: 10px; background: #e3ecdf; font-size: 10px !important; }
.guide-final { margin-top: 50px; padding: 70px; border-radius: 28px; background: var(--ink); color: var(--white); text-align: center; }.guide-final h2 { margin: 0; font-family: Georgia, serif; font-size: 52px; font-weight: 400; }.guide-final p { color: #aebdb7; }.guide-final .button { margin-top: 15px; }
.reviewer-start-grid { grid-template-columns: repeat(2, 1fr); }
.reviewer-start-grid article { display: flex; flex-direction: column; }
.reviewer-start-grid .text-link { width: fit-content; margin-top: 22px; font-size: 10px; }
.reviewer-command-grid { display: grid; grid-template-columns: 105px 1fr; gap: 1px; margin: 22px 0; overflow: hidden; border-radius: 12px; background: #dfe2dc; }
.reviewer-command-grid code, .reviewer-command-grid span { padding: 12px 14px; background: var(--white); font-size: 10px; }
.reviewer-command-grid code { color: var(--coral-dark); font-weight: 850; }
.reviewer-command-grid span { color: #5d6a65; }

/* Legal and shared */
.legal-page { max-width: 820px; padding: 80px 0 130px; }
.legal-page h1 { max-width: 720px; margin: 20px 0; font-family: Georgia, serif; font-size: 70px; font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.legal-lede { color: var(--muted); font-size: 18px; line-height: 1.6; }
.legal-page section { margin-top: 50px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-page h2 { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.legal-page section p { color: #53615c; line-height: 1.7; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 50; max-width: 340px; padding: 13px 17px; border-radius: 12px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); font-size: 11px; transform: translateY(100px); opacity: 0; transition: .25s ease; }
.toast.visible { transform: translateY(0); opacity: 1; }
.button[disabled], button[disabled] { cursor: not-allowed; opacity: .55; transform: none; }

@media (max-width: 1050px) {
  .hero { gap: 20px; }.hero h1 { font-size: 75px; }
  .statement-grid { gap: 25px; }.team-grid { gap: 45px; }
  .app-main, .studio-main { padding-left: 28px; padding-right: 28px; }
  .journey-layout { grid-template-columns: 1fr; }.journey-side { display: grid; grid-template-columns: repeat(3, 1fr); }.coach-card { order: 3; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .wrap { width: min(100% - 30px, 680px); }
  .site-header { height: 70px; }.site-nav { display: none; }.site-header .button { min-height: 36px; font-size: 10px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 55px 0 70px; }.hero h1 { font-size: clamp(59px, 18vw, 84px); }.hero-lede { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; }.trust-row { margin-top: 38px; }
  .hero-visual { min-height: 550px; margin-top: 20px; overflow: hidden; border-radius: 34px; }.hero-visual::before { inset: 15px 0; }.phone-card { width: 280px; min-height: 500px; }.floating-note { width: 135px; }.note-one { left: -5px; }.note-two { right: -5px; }
  .statement-grid { min-height: auto; grid-template-columns: 1fr; gap: 5px; padding: 65px 0; }.statement-number { font-size: 75px; }.statement-grid h2 { margin: 5px 0 20px; }.statement-grid > p:not(.statement-number) { margin: 5px 0; }
  .how-section { padding: 90px 0; }.section-heading { grid-template-columns: 1fr; gap: 22px; }.section-heading h2 { font-size: 48px; }.method-grid { grid-template-columns: 1fr; }.method-card { min-height: 300px; }.method-icon { margin: 35px 0; }
  .team-section { padding: 80px 0; }.team-grid { grid-template-columns: 1fr; }.team-copy h2 { font-size: 46px; }.studio-preview { padding: 18px; overflow-x: auto; }.preview-metrics { min-width: 480px; }.preview-row { min-width: 480px; }
  .cta-section { padding: 100px 0; }.site-footer { grid-template-columns: 1fr; gap: 18px; padding: 35px 0; }.site-footer p { text-align: left; }.site-footer > div { justify-content: flex-start; }
  .access-banner { margin: -20px auto 90px; padding: 34px 22px; }.access-banner h2 { font-size: 38px; }
  .app-shell, .studio-shell { display: block; }.app-sidebar, .studio-sidebar { display: none; }.app-main, .studio-main { padding: 22px 15px 60px; }
  .mobile-menu { display: grid; width: 40px; height: 40px; place-items: center; margin-right: 12px; border: 0; border-radius: 10px; background: var(--ink); color: var(--coral); font-size: 10px; font-weight: 900; }
  .app-header { align-items: flex-start; }.app-header h1, .studio-header h1 { font-size: 31px; }.header-actions { display: none; }
  .day-banner { grid-template-columns: 75px 1fr; padding: 22px; }.day-number { width: 68px; height: 68px; }.day-number strong { margin-top: 13px; font-size: 36px; }.day-steps { grid-column: 1 / -1; justify-self: center; }
  .touchpoint-card { grid-template-columns: 32px 1fr; padding: 20px; }.touchpoint-card > button { grid-column: 2; justify-self: start; }.touchpoint-copy h3 { font-size: 20px; }.journal-card { grid-template-columns: 1fr; }
  .journey-side { display: flex; }.studio-header { display: block; }.live-badge { display: inline-block; margin-top: 18px; }
  .metric-grid, .studio-grid { grid-template-columns: 1fr; }.people-panel, .operations-panel { grid-column: auto; }.people-table { overflow-x: auto; }.table-head, .person-row { min-width: 650px; }.service-grid { grid-template-columns: 1fr 1fr; }.panel { padding: 17px; }
  .guide-main { padding: 30px 18px 70px; }.guide-hero { display: block; }.guide-hero h1 { font-size: 44px; }.guide-hero .button { margin-top: 22px; }.guide-index { grid-template-columns: 1fr 1fr; }.guide-layout { grid-template-columns: 1fr; }.guide-section { grid-template-columns: 1fr; }.guide-callouts, .visibility-grid, .config-list, .do-dont { grid-template-columns: 1fr; }.guide-aside { position: static; }.command-card { grid-template-columns: 1fr; }.content-formula { flex-wrap: wrap; justify-content: flex-start; }
  .user-guide { padding: 55px 0 90px; }.user-guide-hero { grid-template-columns: 1fr; gap: 30px; }.user-guide-hero h1 { font-size: 54px; }.start-grid, .touchpoint-mini, .phase-roadmap { grid-template-columns: 1fr; }.first-days-grid > article { grid-template-columns: 1fr; }.first-days-grid > article > img { min-height: 230px; max-height: 330px; }.participant-manual { grid-template-columns: 1fr; gap: 25px; }.participant-manual > aside { position: static; }.participant-manual > div > article { grid-template-columns: 1fr; }.guide-final { padding: 50px 22px; }.guide-final h2 { font-size: 42px; }
  .legal-page { padding: 60px 0 90px; }.legal-page h1 { font-size: 53px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Deterministic contest-video presentation scenes */
.page-presentation { overflow: hidden; background: var(--ink); }
.page-presentation .toast { display: none; }
.presentation-shell, .presentation-scene { width: 100vw; height: 100vh; }
.presentation-scene { position: relative; overflow: hidden; padding: 64px 90px; }
.presentation-topline { position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 850; letter-spacing: .13em; }
.presentation-brand { display: flex; align-items: center; gap: 14px; font-size: 18px; letter-spacing: 0; }
.presentation-brand .brand-mark { width: 48px; height: 48px; }
.presentation-hook { background: var(--ink); color: var(--white); }
.presentation-hook .presentation-topline > span:last-child { color: #80948d; }
.presentation-hook-copy { position: relative; z-index: 3; margin-top: 150px; }
.presentation-hook-copy h1 { max-width: 1050px; margin: 24px 0 18px; font-family: Georgia, serif; font-size: 150px; font-weight: 400; line-height: .83; letter-spacing: -.075em; }
.presentation-hook-copy p { margin: 0; color: var(--coral); font-family: Georgia, serif; font-size: 54px; font-style: italic; }
.presentation-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.presentation-orbit.orbit-a { width: 900px; height: 900px; right: -160px; top: 80px; }
.presentation-orbit.orbit-b { width: 620px; height: 620px; right: -20px; top: 210px; border-color: rgba(255,100,51,.25); }
.presentation-floating-card { position: absolute; z-index: 2; display: flex; flex-direction: column; padding: 34px; border-radius: 26px; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.presentation-floating-card small { font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.presentation-floating-card span { margin-top: 10px; font-size: 13px; }
.card-day { right: 450px; top: 250px; width: 220px; height: 220px; background: var(--coral); color: var(--ink); transform: rotate(-7deg); }
.card-day strong { margin-top: 15px; font-family: Georgia, serif; font-size: 100px; font-weight: 400; line-height: .7; }
.card-promise { right: 110px; bottom: 120px; width: 340px; min-height: 250px; background: #f4efe5; color: var(--ink); transform: rotate(4deg); }
.card-promise strong { margin-top: 28px; font-family: Georgia, serif; font-size: 38px; font-weight: 400; line-height: 1.05; }
.presentation-footerline { position: absolute; z-index: 4; left: 90px; right: 90px; bottom: 48px; display: flex; gap: 40px; color: #91a29c; font-size: 13px; font-weight: 700; }
.presentation-footerline span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--coral); }

.presentation-model { background: #f5f3ed; color: var(--ink); }
.presentation-model .presentation-topline > span:last-child { color: var(--coral-dark); }
.presentation-model-heading { margin-top: 70px; }
.presentation-model-heading h1 { max-width: 1200px; margin: 15px 0 40px; font-family: Georgia, serif; font-size: 76px; font-weight: 400; line-height: .96; letter-spacing: -.055em; }
.presentation-touchpoints { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.presentation-touchpoints article { min-height: 265px; padding: 34px; border-radius: 26px; }
.presentation-touchpoints article.coral { background: var(--coral); }
.presentation-touchpoints article.cream { background: #fff; border: 1px solid var(--line); }
.presentation-touchpoints article.sage { background: #b6cdb9; }
.presentation-touchpoints article > span { font-size: 13px; font-weight: 900; }
.presentation-touchpoints strong { display: block; margin-top: 82px; font-family: Georgia, serif; font-size: 46px; font-weight: 400; }
.presentation-touchpoints p { margin: 8px 0 0; color: #46534f; font-size: 17px; }
.presentation-stats { display: grid; grid-template-columns: 180px 220px 220px 1fr; gap: 22px; align-items: center; margin-top: 28px; padding: 25px 32px; border-radius: 22px; background: var(--ink); color: var(--white); }
.presentation-stats div { display: flex; align-items: baseline; gap: 10px; }
.presentation-stats strong { color: var(--coral); font-family: Georgia, serif; font-size: 45px; font-weight: 400; }
.presentation-stats span { color: #a7b5b0; font-size: 13px; }
.presentation-stats p { margin: 0; color: #dce2df; font-size: 15px; text-align: right; }

.presentation-evidence { background: #f5f3ed; color: var(--ink); }
.presentation-evidence-heading { margin-top: 58px; }
.presentation-evidence-heading h1 { margin: 14px 0 35px; font-family: Georgia, serif; font-size: 78px; font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.presentation-evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.presentation-evidence-grid article { min-height: 215px; padding: 30px 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.presentation-evidence-grid article:nth-child(2) { background: var(--coral); border-color: var(--coral); }
.presentation-evidence-grid article:nth-child(4) { background: var(--ink); border-color: var(--ink); color: var(--white); }
.presentation-evidence-grid article > span { color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.presentation-evidence-grid article:nth-child(2) > span { color: var(--ink); }
.presentation-evidence-grid article:nth-child(4) > span { color: var(--coral); }
.presentation-evidence-grid strong { display: block; margin-top: 30px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.presentation-evidence-grid p { max-width: 650px; margin: 10px 0 0; color: #596761; font-size: 14px; line-height: 1.55; }
.presentation-evidence-grid article:nth-child(2) p { color: #3f342f; }
.presentation-evidence-grid article:nth-child(4) p { color: #aebdb7; }

.presentation-ending { display: flex; align-items: center; justify-content: center; flex-direction: column; background: var(--ink); color: var(--white); text-align: center; }
.ending-mark .brand-mark { width: 86px; height: 86px; font-size: 24px; box-shadow: 0 20px 60px rgba(255,100,51,.2); }
.presentation-ending > .section-kicker { margin-top: 38px; color: var(--coral); }
.presentation-ending h1 { margin: 24px 0 22px; font-family: Georgia, serif; font-size: 112px; font-weight: 400; line-height: .9; letter-spacing: -.07em; }
.presentation-ending h1 em { color: var(--coral); font-weight: 400; }
.presentation-ending > p { margin: 0; color: #b8c5c0; font-size: 25px; }
.presentation-ending > div:last-child { display: flex; gap: 12px; margin-top: 55px; }
.presentation-ending > div:last-child span { padding: 12px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #aebdb7; font-size: 13px; }
