/* iancruz.me — personal site styles
   Palette + type follow the CincyCashFlow / investincincy brand system (teal / coral / navy, Oswald + Poppins). */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --teal: #3FA8A4; --teal-dk: #2E8A87; --teal-soft: #E4F2F1; --teal-ink: #1F6C69;
  --coral: #EE8B7B; --coral-dk: #E2705E; --coral-soft: #FCEDE9;
  --navy: #22333E; --navy-dk: #16232B; --navy-2: #2C404D;
  --slate: #5A6B76; --ink: #1B262E; --muted: #7A8993;
  --bg: #FBFCFC; --card: #FFFFFF; --line: #DCE6E6; --line-2: #EDF2F2;
  --gold: #E8B84A; --green: #3E9C6B; --red: #D9534F;
  --display: 'Oswald', 'Arial Narrow', Impact, sans-serif;
  --body: 'Poppins', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --radius: 14px; --radius-sm: 8px;
  --shadow: 0 6px 24px rgba(34, 51, 62, .08);
  --shadow-lg: 0 18px 50px rgba(34, 51, 62, .16);
  --max: 1180px;
  --nav-h: 66px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--body); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--teal-dk); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.05; margin: 0; letter-spacing: .01em; }
h1 { font-size: clamp(2.6rem, 7vw, 5.2rem); text-transform: uppercase; }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); text-transform: uppercase; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.sr { position: absolute; left: -9999px; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

/* ---------- kicker / chips / buttons ---------- */
.kicker {
  display: inline-block; font-family: var(--display); text-transform: uppercase; letter-spacing: .14em;
  font-size: .78rem; font-weight: 600; color: var(--coral-dk);
}
.kicker.pill { background: var(--coral); color: #fff; padding: 6px 12px; border-radius: 999px; letter-spacing: .12em; }
.kicker.teal { color: var(--teal-dk); }
.chip {
  display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-ink);
  font-family: var(--display); white-space: nowrap;
}
.chip.coral { background: var(--coral-soft); color: var(--coral-dk); }
.chip.navy { background: var(--navy); color: #fff; }
.chip.gold { background: #FBF1D6; color: #8A6A16; }
.chip.grey { background: var(--line-2); color: var(--slate); }
.chip.green { background: #E3F3EA; color: #24714A; }
.chip.ghost { background: rgba(255,255,255,.12); color: #fff; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; font-size: .95rem;
  padding: 13px 22px; border-radius: 999px; border: 2px solid transparent; transition: transform .12s, box-shadow .12s, background .12s;
  text-decoration: none !important; cursor: pointer; line-height: 1.2;
}
.btn:hover { transform: translateY(-1px); }
.btn.coral { background: var(--coral); color: #fff; box-shadow: 0 8px 20px rgba(238, 139, 123, .35); }
.btn.coral:hover { background: var(--coral-dk); }
.btn.teal { background: var(--teal); color: #fff; }
.btn.teal:hover { background: var(--teal-dk); }
.btn.navy { background: var(--navy); color: #fff; }
.btn.navy:hover { background: var(--navy-2); }
.btn.ghost { border-color: rgba(255, 255, 255, .55); color: #fff; background: transparent; }
.btn.ghost:hover { background: rgba(255, 255, 255, .1); }
.btn.outline { border-color: var(--teal); color: var(--teal-dk); background: #fff; }
.btn.outline:hover { background: var(--teal-soft); }
.btn.sm { padding: 8px 14px; font-size: .8rem; }
.btn svg { width: 16px; height: 16px; flex: none; }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50; height: var(--nav-h);
  background: rgba(34, 51, 62, .96); backdrop-filter: blur(10px); color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.nav .wrap { display: flex; align-items: center; height: 100%; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none !important; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 50%; background: #fff; display: grid; place-items: center; overflow: hidden;
  font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--navy); letter-spacing: .02em; flex: none;
  border: 2px solid rgba(255,255,255,.7);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-text { font-family: var(--display); text-transform: uppercase; line-height: 1; }
.brand-text b { display: block; font-size: 1rem; letter-spacing: .08em; }
.brand-text small { display: block; font-size: .62rem; letter-spacing: .2em; color: var(--teal-soft); opacity: .9; margin-top: 3px; }
.nav-links { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.nav-links a {
  color: rgba(255, 255, 255, .85); font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; font-size: .82rem;
  padding: 9px 11px; border-radius: 8px; text-decoration: none !important;
}
.nav-links a:hover, .nav-links a.active { color: #fff; background: rgba(255, 255, 255, .1); }
.nav-links a.active { box-shadow: inset 0 -2px 0 var(--coral); }
.nav-links .btn { margin-left: 8px; padding: 9px 16px; font-size: .8rem; }
.nav-links .btn:hover, .nav-links .btn.active { box-shadow: 0 8px 20px rgba(238, 139, 123, .35); }
.nav-toggle { display: none; margin-left: auto; background: none; border: 0; color: #fff; padding: 8px; }
.nav-toggle svg { width: 26px; height: 26px; }
@media (max-width: 1300px) {
  .nav-links a { font-size: .74rem; padding: 8px 8px; letter-spacing: .06em; }
  .nav-links .btn { font-size: .72rem; padding: 8px 12px; }
}
@media (max-width: 960px) {
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: var(--nav-h); background: var(--navy-dk);
    flex-direction: column; align-items: stretch; padding: 12px 18px 20px; gap: 2px; border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 10px; font-size: .95rem; }
  .nav-links .btn { margin: 10px 0 0; }
  .nav-toggle { display: block; }
}

/* ---------- hero (video) ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden; background: var(--navy-dk);
  min-height: clamp(560px, 82vh, 860px); display: flex; align-items: flex-end;
}
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 40%; filter: saturate(.85); transform: scale(1.02); }
.hero-bg video, .hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 35, 43, .55) 0%, rgba(22, 35, 43, .25) 35%, rgba(22, 35, 43, .94) 100%),
    linear-gradient(90deg, rgba(22, 35, 43, .7) 0%, rgba(22, 35, 43, .1) 70%);
}
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at 80% 20%, #000 0%, transparent 65%); }
.hero .wrap { position: relative; padding-top: 120px; padding-bottom: 60px; width: 100%; }
.hero-date {
  font-family: var(--display); text-transform: uppercase; letter-spacing: .18em; font-size: .9rem; margin-bottom: 18px;
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.hero-date .sep { width: 1px; height: 14px; background: rgba(255,255,255,.4); }
.hero h1 { max-width: 13ch; text-shadow: 0 10px 40px rgba(0,0,0,.35); }
.hero h1 .accent { color: var(--coral); }
.hero h1 .teal { color: var(--teal); }
.hero p.lede { max-width: 60ch; font-size: 1.1rem; margin: 22px 0 28px; color: rgba(255,255,255,.9); font-weight: 300; }
.hero .cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-meta { margin-top: 34px; display: flex; gap: 30px; flex-wrap: wrap; font-size: .82rem; color: rgba(255,255,255,.75); font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; }
.hero-meta b { display: block; font-family: var(--display); font-size: 1.7rem; color: #fff; letter-spacing: .02em; line-height: 1.1; }
.hero-meta b .accent { color: var(--coral); }
.hero .mute { position: absolute; right: 22px; bottom: 22px; }

/* ---------- page header (inner pages) ---------- */
.page-head { background: var(--navy); color: #fff; padding: 64px 0 44px; position: relative; overflow: hidden; }
.page-head .hero-grid { mask-image: radial-gradient(circle at 85% 30%, #000 0%, transparent 60%); }
.page-head .wrap { position: relative; }
.page-head .kicker { color: var(--coral); }
.page-head h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); max-width: 18ch; margin-top: 8px; }
.page-head p { max-width: 62ch; color: rgba(255,255,255,.8); margin: 16px 0 0; font-size: 1.05rem; font-weight: 300; }
.page-head .cta { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- sections ---------- */
section.sec { padding: 72px 0; }
section.sec.tight { padding: 44px 0; }
section.sec.alt { background: #fff; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
section.sec.navy { background: var(--navy); color: #fff; }
section.sec.navy h2, section.sec.navy h3 { color: #fff; }
section.sec.navy .kicker { color: var(--coral); }
section.sec.navy p { color: rgba(255,255,255,.82); }
section.sec.navy a:not(.btn) { color: var(--teal-soft); }
section.sec.teal { background: var(--teal); color: #fff; }
section.sec.teal h2 { color: #fff; }
section.sec.teal .kicker { color: #fff; opacity: .85; }
section.sec.teal p { color: rgba(255,255,255,.92); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.sec-head p { max-width: 60ch; color: var(--slate); margin: 8px 0 0; }
.sec.navy .sec-head p { color: rgba(255,255,255,.75); }
.sec-head .btn { flex: none; }
.grid { display: grid; gap: 18px; }
.grid.c2 { grid-template-columns: repeat(2, 1fr); }
.grid.c3 { grid-template-columns: repeat(3, 1fr); }
.grid.c4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid.c3, .grid.c4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid.c2, .grid.c3, .grid.c4 { grid-template-columns: 1fr; } }

.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow);
  color: var(--ink);
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--slate); font-size: .95rem; }
.card p:last-child { margin-bottom: 0; }
.card ul { padding-left: 18px; margin: 8px 0 0; color: var(--slate); font-size: .93rem; }
.card li { margin: 4px 0; }
.card.link { cursor: pointer; transition: transform .14s, box-shadow .14s, border-color .14s; text-decoration: none !important; display: block; }
.card.link:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--teal); }
.card .go { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; color: var(--teal-dk); font-weight: 600; }
.card .go::after { content: '»'; }
.card .ico {
  width: 44px; height: 44px; border-radius: 12px; background: var(--teal-soft); color: var(--teal-dk); display: grid; place-items: center; margin-bottom: 14px;
}
.card .ico svg { width: 22px; height: 22px; }
.card .ico.coral { background: var(--coral-soft); color: var(--coral-dk); }
.card .ico.navy { background: var(--navy); color: #fff; }
.card .ico.gold { background: #FBF1D6; color: #8A6A16; }
.card .top { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 10px; }
.card.soft { background: var(--teal-soft); border-color: #CDE4E2; box-shadow: none; }
.card.soft p { color: var(--teal-ink); }
.sec.navy .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); box-shadow: none; color: #fff; }
.sec.navy .card p, .sec.navy .card li, .sec.navy .card ul { color: rgba(255,255,255,.8); }
.sec.navy .card .go { color: var(--teal-soft); }
.sec.navy .card.link:hover { border-color: var(--teal); background: rgba(255,255,255,.09); }

/* stat tiles */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stats.c5 { grid-template-columns: repeat(5, 1fr); }
.stats.c3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .stats.c5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .stats, .stats.c3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .stats.c5 { grid-template-columns: repeat(2, 1fr); } }
.stat { background: #fff; border: 2px solid var(--teal); border-radius: var(--radius); padding: 18px 20px; }
.stat b { display: block; font-family: var(--display); font-size: 2.4rem; color: var(--navy); line-height: 1; }
.stat span { font-size: .8rem; color: var(--slate); text-transform: uppercase; letter-spacing: .08em; font-family: var(--display); display: block; margin-top: 6px; line-height: 1.3; }
.stat.coral { border-color: var(--coral); }
.stat.coral b { color: var(--coral-dk); }
.sec.navy .stat { background: rgba(255,255,255,.05); border-color: rgba(63,168,164,.7); }
.sec.navy .stat b { color: #fff; }
.sec.navy .stat span { color: rgba(255,255,255,.7); }
.stat small { display: block; color: var(--muted); font-size: .72rem; margin-top: 4px; }
.sec.navy .stat small { color: rgba(255,255,255,.5); }

/* ---------- deal / property cards ---------- */
.deal { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.deal .ph { aspect-ratio: 4 / 3; background: var(--navy-2); position: relative; overflow: hidden; }
.deal .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.deal:hover .ph img { transform: scale(1.04); }
.deal .ph .tag { position: absolute; left: 12px; top: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.deal .bd { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.deal .bd b { font-family: var(--display); text-transform: uppercase; font-size: 1.15rem; color: var(--navy); letter-spacing: .02em; line-height: 1.15; }
.deal .bd small { color: var(--slate); font-size: .85rem; }
.deal .bd p { color: var(--slate); font-size: .9rem; margin: 6px 0 0; }
.deal .kv { margin-top: 8px; }
.deal .kv dt { font-size: .68rem; }
.deal .kv dd { font-size: .88rem; font-weight: 500; color: var(--navy); }
.deal.featured { grid-column: span 2; }
@media (max-width: 900px) { .deal.featured { grid-column: span 2; } }
@media (max-width: 600px) { .deal.featured { grid-column: auto; } }
.sec.navy .deal { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); box-shadow: none; }
.sec.navy .deal .bd b { color: #fff; }
.sec.navy .deal .bd small, .sec.navy .deal .bd p, .sec.navy .deal .kv dd { color: rgba(255,255,255,.8); }
.sec.navy .deal .kv dt { color: rgba(255,255,255,.55); }

.kv { display: grid; grid-template-columns: 110px 1fr; gap: 4px 12px; font-size: .93rem; }
.kv dt { color: var(--slate); font-family: var(--display); text-transform: uppercase; letter-spacing: .06em; font-size: .74rem; padding-top: 3px; }
.kv dd { margin: 0; }
@media (max-width: 520px) { .kv { grid-template-columns: 1fr; } .kv dt { padding-top: 8px; } }

/* ---------- venture / logo tiles ---------- */
.logos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.logos.c3 { grid-template-columns: repeat(3, 1fr); }
.logos.c5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1000px) { .logos.c5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .logos, .logos.c3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .logos.c5 { grid-template-columns: repeat(2, 1fr); } }
.logo-tile {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 20px;
  display: grid; grid-template-rows: auto auto 1fr auto; place-items: center; gap: 10px; min-height: 200px; text-align: center;
  text-decoration: none !important; color: var(--ink); transition: transform .14s, box-shadow .14s, border-color .14s;
}
.logo-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--teal); }
.logo-tile .lg { height: 72px; display: grid; place-items: center; }
.logo-tile img { max-height: 72px; max-width: 150px; width: auto; object-fit: contain; }
.logo-tile .nm { font-family: var(--display); text-transform: uppercase; letter-spacing: .06em; color: var(--navy); font-size: .98rem; line-height: 1.2; }
.logo-tile .ds { font-size: .84rem; color: var(--slate); line-height: 1.45; }
.logo-tile .rl { font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; color: var(--teal-dk); }
.wordmark { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 1.5rem; color: var(--navy); line-height: 1; }
.wordmark .t { color: var(--teal); } .wordmark .c { color: var(--coral); }

/* press / "as heard on" strip */
.press { display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; justify-content: center; }
.press a, .press span { display: grid; place-items: center; height: 76px; padding: 6px 12px; border-radius: var(--radius-sm); filter: grayscale(1); opacity: .75; transition: filter .15s, opacity .15s; }
.press a:hover { filter: none; opacity: 1; background: #fff; }
.press img { max-height: 64px; max-width: 150px; width: auto; object-fit: contain; }
.press .txt { font-family: var(--display); text-transform: uppercase; letter-spacing: .12em; font-size: .9rem; font-weight: 600; color: var(--navy); text-decoration: none !important; }
.spk .ph .init { font-family: var(--display); font-size: 3rem; color: #fff; opacity: .9; letter-spacing: .04em; }

/* ---------- speaker-style people / photo cards ---------- */
.spk { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .14s, box-shadow .14s; }
.spk:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.spk .ph { aspect-ratio: 1 / 1; background: var(--navy-2); display: grid; place-items: center; position: relative; overflow: hidden; }
.spk .ph img { width: 100%; height: 100%; object-fit: cover; }
.spk .bd { padding: 14px 16px 16px; }
.spk .bd b { display: block; font-family: var(--display); text-transform: uppercase; font-size: 1.05rem; color: var(--navy); letter-spacing: .02em; }
.spk .bd small { color: var(--slate); display: block; font-size: .82rem; line-height: 1.35; }

/* ---------- host / bio row ---------- */
.hostrow { display: grid; grid-template-columns: 220px 1fr; gap: 36px; align-items: start; }
.hostpic { width: 220px; height: 220px; border-radius: 50%; overflow: hidden; background: var(--teal-soft); box-shadow: var(--shadow); border: 6px solid #fff; }
.hostpic img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hostrow p { color: var(--slate); }
.hostrow h2 { margin-bottom: 10px; }
@media (max-width: 700px) {
  .hostrow { grid-template-columns: 1fr; gap: 18px; }
  .hostpic { width: 150px; height: 150px; }
}

/* ---------- quote ---------- */
.quote { position: relative; padding: 30px 34px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); margin: 0; }
.quote::before { content: '“'; position: absolute; left: 18px; top: -18px; font-family: var(--display); font-size: 5rem; color: var(--coral); line-height: 1; }
.quote p { font-size: 1.15rem; color: var(--navy); font-weight: 300; }
.quote cite { font-style: normal; font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; color: var(--teal-dk); }
.sec.navy .quote { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.sec.navy .quote p { color: #fff; }
.sec.navy .quote cite { color: var(--teal-soft); }

/* ---------- split / photo ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.split.wide { grid-template-columns: 1.25fr 1fr; }
.split.narrow { grid-template-columns: 1fr 1.25fr; }
@media (max-width: 800px) { .split, .split.wide, .split.narrow { grid-template-columns: 1fr; } }
.photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; background: var(--navy-2); }
.photo.square { aspect-ratio: 1 / 1; }
.photo.portrait { aspect-ratio: 4 / 5; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 700px) { .photo-strip { grid-template-columns: repeat(2, 1fr); } }
.photo-strip .photo { aspect-ratio: 1 / 1; }
.prose p { color: var(--ink); font-size: 1.02rem; }
.prose p.lead { font-size: 1.15rem; color: var(--navy); font-weight: 400; }
.prose ul { padding-left: 18px; color: var(--ink); }
.prose li { margin: 5px 0; }

/* ---------- timeline / path ---------- */
.path { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.path li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 14px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.path .yr { font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; color: var(--coral-dk); font-size: .82rem; padding-top: 3px; }
.path b { display: block; color: var(--navy); font-family: var(--display); text-transform: uppercase; letter-spacing: .03em; font-size: 1.02rem; }
.path p { margin: 4px 0 0; color: var(--slate); font-size: .92rem; }
@media (max-width: 560px) { .path li { grid-template-columns: 1fr; gap: 4px; } }

/* checklist / bullets */
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.checks li { position: relative; padding-left: 30px; font-size: .95rem; color: var(--ink); line-height: 1.5; }
.checks li b { color: var(--navy); font-weight: 600; }
.sec.navy .checks li b { color: #fff; }
.checks li::before { content: ''; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--teal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E8A87' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat; }
.sec.navy .checks li { color: rgba(255,255,255,.88); }
.checks.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 700px) { .checks.two { grid-template-columns: 1fr; } }

/* ---------- resources ---------- */
.res { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.res .art { aspect-ratio: 16 / 10; background: var(--navy); position: relative; overflow: hidden; display: grid; place-items: center; }
.res .art svg, .res .art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.res .bd { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.res .bd .top { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.res .bd h3 { font-size: 1.25rem; text-transform: uppercase; letter-spacing: .02em; color: var(--navy); }
.res .bd p { color: var(--slate); font-size: .93rem; margin: 0; }
.res .bd ul { margin: 4px 0 0; padding-left: 18px; color: var(--slate); font-size: .88rem; }
.res .acts { margin-top: auto; padding-top: 12px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.res .price { font-family: var(--display); font-size: 1.3rem; color: var(--navy); letter-spacing: .02em; }
.res .price small { font-size: .72rem; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; margin-left: 4px; }

/* ---------- podcast embed ---------- */
.embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--navy-dk); }
.embed iframe { display: block; width: 100%; border: 0; }
.platforms { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.cover { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 1 / 1; max-width: 360px; }
.cover img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- faq ---------- */
.faq { max-width: 860px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; padding: 0 20px; }
.faq summary { cursor: pointer; padding: 16px 0; font-family: var(--display); text-transform: uppercase; letter-spacing: .03em; font-size: 1.05rem; color: var(--navy); list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--coral); font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: '−'; }
.faq .a { padding: 0 0 18px; color: var(--ink); font-size: .95rem; }
.faq .a p:last-child { margin-bottom: 0; }

/* ---------- footer ---------- */
footer { background: var(--navy-dk); color: rgba(255,255,255,.8); padding: 56px 0 34px; margin-top: 40px; }
footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; }
@media (max-width: 860px) { footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { footer .cols { grid-template-columns: 1fr; } }
footer h4 { color: #fff; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 12px; }
footer a { color: rgba(255,255,255,.85); }
footer ul { list-style: none; padding: 0; margin: 0; font-size: .9rem; }
footer li { margin: 6px 0; }
footer p { font-size: .92rem; color: rgba(255,255,255,.7); max-width: 40ch; }
footer .pill-row { margin-top: 14px; }
footer .fine { margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; color: rgba(255,255,255,.55); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
footer .fine a { color: rgba(255,255,255,.65); }
footer .past { font-size: .8rem; color: rgba(255,255,255,.5); margin-top: 18px; }
footer .past a { color: rgba(255,255,255,.6); }
.social { display: flex; gap: 8px; flex-wrap: wrap; }
.social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.14); }
.social a:hover { background: var(--teal); border-color: var(--teal); text-decoration: none; }
.social svg { width: 18px; height: 18px; }

/* ---------- misc ---------- */
.toast { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 999px; font-size: .9rem; z-index: 100; box-shadow: var(--shadow-lg); opacity: 0; transition: opacity .2s; pointer-events: none; max-width: calc(100% - 40px); text-align: center; }
.toast.show { opacity: 1; }
.modal-bg { position: fixed; inset: 0; background: rgba(22,35,43,.6); z-index: 80; display: none; place-items: center; padding: 20px; backdrop-filter: blur(3px); }
.modal-bg.show { display: grid; }
.modal { background: #fff; border-radius: var(--radius); padding: 28px 30px; max-width: 480px; width: 100%; box-shadow: var(--shadow-lg); position: relative; }
.modal h3 { text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.modal p { color: var(--slate); font-size: .95rem; }
.modal .close { position: absolute; top: 12px; right: 12px; background: var(--line-2); border: 0; width: 34px; height: 34px; border-radius: 50%; font-size: 1.1rem; }
.pill-row { display: flex; gap: 8px; flex-wrap: wrap; }
.muted { color: var(--muted); }
.small { font-size: .85rem; }
.mt { margin-top: 18px; }
.mt2 { margin-top: 34px; }
.center { text-align: center; }
.lede { font-size: 1.1rem; color: var(--slate); max-width: 64ch; }
.legal { max-width: 820px; }
.legal h2 { font-size: 1.3rem; margin: 30px 0 10px; }
.legal p, .legal li { color: var(--ink); font-size: .95rem; }
::selection { background: var(--teal-soft); color: var(--navy); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .card.link:hover, .logo-tile:hover, .spk:hover, .btn:hover, .deal:hover .ph img { transform: none; }
}

/* Homepage path illustrations */
#paths .path-art { height: 132px; margin: -22px -22px 22px; border-radius: var(--radius) var(--radius) 0 0; background: #edf5f4; display: grid; place-items: center; overflow: hidden; }
#paths .path-art svg { width: 180px; height: 120px; }
#paths .card:nth-child(2) .path-art { background: #f1f3f5; }
#paths .card:nth-child(3) .path-art { background: #fcf0ed; }
#paths .card:nth-child(4) .path-art { background: #fbf4e4; }
