/* ================= PACE-MORBY-STYLE DESIGN SYSTEM ================= */
:root {
  --bg: #000;
  --panel: #0a0a0a;
  --line: rgba(255,255,255,.16);
  --line-soft: rgba(255,255,255,.09);
  --text: #e8e8e8;
  --mut: #c6c6c8;
  --gold: #d9b544;
  --cyan: #3ec6d8;
  --font: 'Montserrat', -apple-system, sans-serif;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { background: var(--bg); color: var(--text); font-family: var(--font); font-weight: 400; font-size: 17px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
::selection { background: var(--gold); color: #000; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; background: #fff; color: #000; padding: 8px 14px; z-index: 99; }

/* --- Type: thin ALL-CAPS letterspaced display, one word gold --- */
.d-head { font-weight: 400; text-transform: uppercase; letter-spacing: .05em; color: #fff; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.18; }
.d-head b, .d-head em { font-weight: 600; font-style: normal; color: var(--gold); }
.d-sub { color: var(--mut); font-weight: 400; font-size: 1.08rem; max-width: 680px; line-height: 1.75; }
.center { text-align: center; }
.center .d-sub { margin-left: auto; margin-right: auto; }

/* --- Buttons: square, thin outline, uppercase --- */
.btn { display: inline-flex; align-items: center; gap: 10px; border: 1px solid #fff; background: transparent; color: #fff; text-transform: uppercase; letter-spacing: .12em; font-weight: 500; font-size: .78rem; padding: 13px 30px; border-radius: 2px; transition: all .18s; cursor: pointer; font-family: var(--font); }
.btn:hover { background: #fff; color: #000; }
.btn.cyan { border-color: var(--cyan); color: var(--cyan); }
.btn.cyan:hover { background: var(--cyan); color: #000; }
.btn.gold { border-color: var(--gold); color: var(--gold); }
.btn.gold:hover { background: var(--gold); color: #000; }
.btn.solid { background: var(--gold); border-color: var(--gold); color: #000; }
.btn.solid:hover { background: #e0bb3f; border-color: #e0bb3f; }

/* --- Header --- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: #000; border-bottom: 1px solid rgba(255,255,255,.07); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 74px; max-width: 1280px; margin: 0 auto; padding: 0 28px; }
.brand { color: #fff; font-weight: 700; letter-spacing: .18em; font-size: .95rem; text-transform: uppercase; white-space: nowrap; }
.nav-links { list-style: none; display: flex; gap: 6px; padding: 0; }
.nav-links > li { position: relative; }
.nav-links > li > a { display: block; padding: 10px 14px; color: #e2e2e2; font-size: .86rem; font-weight: 500; letter-spacing: .04em; }
.nav-links > li > a:hover { color: #fff; }
.nav-menu { position: absolute; top: 100%; left: 0; min-width: 230px; background: #0c0c0c; border: 1px solid var(--line-soft); padding: 8px 0; opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .18s; list-style: none; }
.has-menu:hover .nav-menu, .has-menu:focus-within .nav-menu { opacity: 1; visibility: visible; transform: none; }
.nav-menu a { display: block; padding: 9px 18px; color: #bdbdbd; font-size: .82rem; }
.nav-menu a:hover { color: var(--gold); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .btn { padding: 10px 20px; font-size: .72rem; white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: all .2s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --- Hero: full-bleed media, roles line + logo strip at bottom --- */
.hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-video { position: absolute; inset: 0; }
.hero-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 45%, rgba(0,0,0,.92) 100%); }
.hero-bottom { position: relative; z-index: 1; width: 100%; padding: 0 0 74px; text-align: center; }
.hero-name { color: #fff; font-weight: 300; text-transform: uppercase; letter-spacing: .1em; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.1; }
.hero-name b { font-weight: 600; }
.hero-roles { color: #fff; font-weight: 300; text-transform: uppercase; letter-spacing: .22em; font-size: clamp(1rem, 2.2vw, 1.5rem); margin-top: 14px; }
.hero-strip { display: flex; justify-content: center; align-items: center; gap: 38px; flex-wrap: wrap; margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-strip span { color: #fff; font-weight: 700; letter-spacing: .14em; font-size: .95rem; opacity: .85; }
.hero-strip span i { color: var(--gold); font-style: normal; }

/* --- Sections --- */
.sec { padding: 96px 0; }
.sec-dark { background: var(--bg); }

/* --- About: photo left, copy right, then stat circles --- */
.about-grid { display: grid; grid-template-columns: 440px 1fr; gap: 64px; align-items: center; }
.about-photo { position: relative; }
.about-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: grayscale(12%); }
.about-photo::after { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--gold); z-index: -1; }
.about-mono { aspect-ratio: 4/5; background: linear-gradient(160deg, #141414 0%, #060606 100%); border: 1px solid var(--line-soft); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.about-mono .am-init { font-weight: 300; font-size: 5.5rem; color: var(--gold); letter-spacing: .08em; line-height: 1; }
.about-mono .am-name { color: #fff; text-transform: uppercase; letter-spacing: .3em; font-size: .78rem; font-weight: 500; }
.about-mono .am-roles { color: var(--mut); text-transform: uppercase; letter-spacing: .2em; font-size: .62rem; }
.about-copy p { color: var(--mut); font-size: 1.04rem; margin: 0 0 20px; }
.about-copy p b { color: var(--text); font-weight: 600; }
.about-copy .d-head { margin-bottom: 26px; }
.stat-ring-row { display: flex; justify-content: center; gap: 34px; flex-wrap: wrap; margin-top: 76px; }
.stat-ring { width: 158px; height: 158px; border: 1px dashed rgba(255,255,255,.4); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 14px; }
.stat-ring b { color: #fff; font-weight: 400; font-size: 1.9rem; letter-spacing: .02em; line-height: 1; }
.stat-ring span { color: #cfcfcf; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; margin-top: 8px; line-height: 1.5; }

/* --- Resource wall: big cards, 2-col --- */
.wall { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 56px; }
.wall-card { position: relative; display: block; background: var(--panel); border: 1px solid var(--line-soft); overflow: hidden; }
.wall-media { aspect-ratio: 16/10; position: relative; overflow: hidden; background: radial-gradient(90% 120% at 50% 0%, #171717 0%, #0a0a0a 100%); }
.wall-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s; }
.wall-card:hover .wall-media img { transform: scale(1.04); }
.wall-media.type { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; background: radial-gradient(90% 120% at 50% 0%, #171717 0%, #0a0a0a 100%); }
.wall-media.type i { font-size: 3rem; color: var(--gold); }
.wall-media.type b { color: #fff; font-weight: 400; text-transform: uppercase; letter-spacing: .16em; font-size: 1.3rem; text-align: center; padding: 0 20px; }
.wall-label { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 24px; border-top: 1px solid var(--line-soft); }
.wall-label b { color: #fff; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: .95rem; }
.wall-label span { color: var(--cyan); font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; white-space: nowrap; }

/* --- Featured (admin promos) --- */
.feat { display: grid; grid-template-columns: 420px 1fr; background: var(--panel); border: 1px solid var(--line-soft); margin-top: 56px; }
.feat-media { position: relative; min-height: 300px; }
.feat-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feat-copy { padding: 52px 56px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.feat-badge { color: var(--gold); border: 1px solid var(--gold); text-transform: uppercase; letter-spacing: .16em; font-weight: 500; font-size: .68rem; padding: 6px 14px; margin-bottom: 22px; }
.feat-copy h3 { color: #fff; font-weight: 300; text-transform: uppercase; letter-spacing: .06em; font-size: clamp(1.4rem, 2.6vw, 2rem); margin-bottom: 12px; }
.feat-tag { color: var(--text); font-weight: 500; font-size: 1.05rem; margin-bottom: 12px; }
.feat-desc { color: var(--mut); font-size: 1rem; margin-bottom: 28px; max-width: 560px; }
.promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 34px; }
.promo-card { display: grid; grid-template-columns: 140px 1fr; background: var(--panel); border: 1px solid var(--line-soft); }
.promo-card img { width: 100%; height: 100%; object-fit: cover; }
.pc-body { padding: 22px 26px; display: flex; flex-direction: column; align-items: flex-start; }
.pc-body h3 { color: #fff; font-weight: 400; text-transform: uppercase; letter-spacing: .1em; font-size: .92rem; margin-bottom: 6px; }
.pc-body p { color: var(--mut); font-size: .92rem; margin-bottom: 12px; }
.pc-body a { margin-top: auto; color: var(--cyan); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 500; }
.event-strip { margin-top: 34px; }
.event-row { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; border: 1px solid var(--line-soft); background: var(--panel); padding: 16px 22px; margin-bottom: 12px; transition: border-color .18s; }
.event-row:hover { border-color: var(--gold); }
.ev-date { width: 56px; text-align: center; border: 1px solid var(--line); padding: 6px 0; line-height: 1.2; }
.ev-date b { display: block; color: var(--gold); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; }
.ev-date em { display: block; color: #fff; font-style: normal; font-weight: 300; font-size: 1.3rem; }
.ev-info { min-width: 0; }
.ev-info b { display: block; color: #fff; font-weight: 500; font-size: .95rem; letter-spacing: .04em; }
.ev-info span { color: var(--mut); font-size: .9rem; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ev-go { color: var(--cyan); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 500; white-space: nowrap; }

/* --- Book feature --- */
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.book-mock { display: flex; justify-content: center; perspective: 1200px; }
.book { width: 270px; aspect-ratio: 27/40; background: linear-gradient(135deg, #123a4e 0%, #0d2534 60%, #0a1c28 100%); border-left: 10px solid #081720; box-shadow: 24px 34px 60px rgba(0,0,0,.65), inset -2px 0 6px rgba(255,255,255,.08); transform: rotateY(-16deg) rotateZ(0deg); display: flex; flex-direction: column; justify-content: center; padding: 34px 26px; position: relative; }
.book small { color: var(--cyan); text-transform: uppercase; letter-spacing: .24em; font-size: .58rem; font-weight: 600; }
.book h3 { color: #fff; font-weight: 300; text-transform: uppercase; letter-spacing: .1em; font-size: 1.75rem; line-height: 1.25; margin: 12px 0 16px; }
.book h3 b { font-weight: 700; color: var(--gold); display: block; }
.book p { color: rgba(255,255,255,.65); font-size: .68rem; line-height: 1.6; }
.book .auth { position: absolute; bottom: 26px; left: 26px; right: 26px; color: #fff; text-transform: uppercase; letter-spacing: .2em; font-size: .68rem; font-weight: 600; }
.book-copy .d-head { margin-bottom: 22px; }
.book-copy p { color: var(--mut); font-size: 1.05rem; margin-bottom: 18px; }
.book-copy .coming { color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: .74rem; font-weight: 600; margin-bottom: 26px; }

/* --- Get updates band --- */
.updates { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: #050505; }
.updates-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.update-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.update-form input { background: transparent; border: 1px solid var(--cyan); color: #fff; padding: 13px 16px; font-size: .88rem; font-family: var(--font); border-radius: 2px; width: 100%; }
.update-form input::placeholder { color: #7f9ea4; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.update-form input:focus { outline: 1px solid var(--cyan); }
.update-form .btn { grid-column: 1 / -1; justify-content: center; }
.fine { color: #8a8a8a; font-size: .68rem; line-height: 1.6; margin-top: 16px; }
.fine a { color: inherit; text-decoration: underline; }
.flash { grid-column: 1 / -1; padding: 11px 14px; font-size: .85rem; border: 1px solid; }
.flash.ok { border-color: var(--gold); color: var(--gold); }
.flash.bad { border-color: #c0392b; color: #e57368; }
.updates .points { list-style: none; padding: 0; margin: 24px 0 0; }
.updates .points li { display: flex; align-items: flex-start; gap: 14px; color: var(--mut); font-size: 1rem; margin-bottom: 12px; line-height: 1.7; }
.updates .points li span { flex: 1; }
.updates .points li b { color: #fff; font-weight: 600; }
.updates .points i { color: var(--gold); font-size: .45rem; margin-top: 11px; flex: none; }

/* --- Join the community: WHITE section --- */
.community { background: #f4f2ee; color: #111; }
.community .d-head { color: #111; }
.community .d-sub { color: #555; }
.comm-logos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 54px; max-width: 1120px; margin-left: auto; margin-right: auto; }
.comm-logos a {
  display: flex; align-items: center; gap: 16px; text-align: left;
  background: #fff; border: 1px solid #e3dfd6; border-radius: 14px;
  padding: 20px 22px; color: #111;
  box-shadow: 0 1px 2px rgba(17,17,17,.05), 0 8px 24px rgba(17,17,17,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.comm-logos a:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 2px 4px rgba(17,17,17,.06), 0 18px 40px rgba(17,17,17,.12); }
.comm-logos .cl-ic {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.45rem; color: #fff; background: #111;
  transition: transform .2s ease;
}
.comm-logos a:hover .cl-ic { transform: scale(1.07); }
.comm-logos .comm-yt   .cl-ic { background: #ff0033; }
.comm-logos .comm-fb   .cl-ic { background: #1877f2; }
.comm-logos .comm-rei  .cl-ic { background: var(--gold); color: #121212; }
.comm-logos .comm-tt   .cl-ic { background: #010101; }
.comm-logos .cl-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.comm-logos .cl-txt b { font-weight: 700; letter-spacing: .04em; font-size: 1.02rem; text-transform: uppercase; }
.comm-logos .cl-txt small { color: #777; font-size: .82rem; letter-spacing: .02em; }
.comm-logos .cl-arrow { margin-left: auto; font-size: .95rem; color: #c9c4b8; transition: color .2s ease, transform .2s ease; }
.comm-logos a:hover .cl-arrow { color: var(--gold); transform: translateX(4px); }
@media (max-width: 1000px) { .comm-logos { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px)  { .comm-logos { grid-template-columns: 1fr; } }

/* --- Contact --- */
.contact-row { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 40px; }

/* --- Footer --- */
.footer { background: #000; border-top: 1px solid var(--line-soft); padding: 64px 0 46px; }
.foot-grid { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.foot-left .roles { color: #fff; text-transform: uppercase; letter-spacing: .26em; font-weight: 300; font-size: .8rem; }
.foot-left .legal { margin-top: 14px; color: #7a7a7a; font-size: .78rem; display: flex; gap: 16px; flex-wrap: wrap; }
.foot-left .legal a:hover { color: var(--gold); }
.foot-social { display: flex; gap: 14px; }
.foot-social a { width: 42px; height: 42px; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: #cfcfcf; transition: all .15s; }
.foot-social a:hover { border-color: var(--gold); color: var(--gold); }

/* --- Reveal animation (app.js toggles .in) --- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* --- Responsive --- */
@media (max-width: 1000px) {
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-photo { max-width: 420px; }
  .wall { grid-template-columns: 1fr; }
  .feat { grid-template-columns: 1fr; }
  .promo-grid { grid-template-columns: 1fr; }
  .book-grid { grid-template-columns: 1fr; gap: 48px; }
  .updates-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 900px) {
  .nav-links { position: fixed; inset: 74px 0 auto 0; background: #000; border-bottom: 1px solid var(--line-soft); flex-direction: column; gap: 0; padding: 8px 0 18px; display: none; }
  .nav-links.open { display: flex; }
  .nav-links > li > a { padding: 13px 28px; font-size: .95rem; }
  .nav-menu { position: static; opacity: 1; visibility: visible; transform: none; border: 0; background: transparent; padding: 0 0 4px; }
  .nav-menu a { padding: 8px 44px; color: #8f8f8f; }
  .nav-toggle { display: block; }
  .nav-cta .btn { display: none; }
}
@media (max-width: 560px) {
  body { overflow-x: hidden; }
  .sec { padding: 68px 0; }
  .hero { min-height: 78vh; }
  .hero-roles { letter-spacing: .18em; }
  .hero-strip { gap: 20px; }
  .feat-copy { padding: 32px 26px; }
  .update-form { grid-template-columns: 1fr; }
  .event-row { grid-template-columns: auto 1fr; }
  .ev-go { display: none; }
  .stat-ring { width: 138px; height: 138px; }
  .contact-row .btn { width: 100%; justify-content: center; }
}

/* ============ Legacy subpage classes mapped onto the Pace system ============ */
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.container.narrow { max-width: 860px; }
.section { padding: 96px 0; background: #000; }
.section.black { background: #050505; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.big-head { font-weight: 400; text-transform: uppercase; letter-spacing: .05em; color: #fff; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.18; margin: 0 0 18px; }
.big-head em, .big-head.split em { font-style: normal; font-weight: 600; color: var(--gold); }
.big-head.onblack { color: #fff; }
.section-sub { color: var(--mut); font-size: 1.08rem; max-width: 680px; margin: 0 auto 34px; line-height: 1.75; }
.center .section-sub { margin-left: auto; margin-right: auto; }
.hero-inner { position: relative; z-index: 1; }
.hero-kicker { display: inline-block; color: var(--gold); border: 1px solid var(--gold); text-transform: uppercase; letter-spacing: .18em; font-weight: 500; font-size: .7rem; padding: 7px 16px; margin-bottom: 26px; }
.hero-creds { font-weight: 300; text-transform: uppercase; letter-spacing: .06em; color: #fff; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.12; margin: 0 0 18px; }
.hero-creds .ln { display: block; }
.hero-creds .ln.gold, .hero-creds .gold { color: var(--gold); font-weight: 600; }
.hero-lead { color: var(--mut); font-size: clamp(1.02rem, 1.5vw, 1.15rem); max-width: 620px; line-height: 1.75; margin: 0 0 34px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-gold { border-color: var(--gold) !important; color: var(--gold) !important; }
.btn-gold:hover { background: var(--gold) !important; color: #000 !important; }
.btn-line, .btn-outline { border-color: #fff; color: #fff; }
.btn-sm { padding: 10px 20px; font-size: .72rem; }
.access-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 40px; }
.access-card { background: var(--panel); border: 1px solid var(--line-soft); padding: 34px 26px; display: flex; flex-direction: column; gap: 10px; text-align: left; transition: border-color .18s, transform .18s; }
.access-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.access-card i { font-size: 1.7rem; color: var(--gold); margin-bottom: 6px; }
.access-card b { color: #fff; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-size: .95rem; }
.access-card span { color: var(--mut); font-size: .92rem; line-height: 1.6; }
.res-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 40px; }
.res-tile { background: var(--panel); border: 1px solid var(--line-soft); padding: 30px 24px; display: flex; flex-direction: column; gap: 8px; text-align: left; transition: border-color .18s, transform .18s; }
.res-tile:hover { border-color: var(--gold); transform: translateY(-3px); }
.res-ic i { font-size: 1.6rem; color: var(--gold); }
.res-kind { color: var(--cyan); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 600; }
.res-label { color: #fff; font-weight: 600; font-size: 1rem; line-height: 1.45; }
.comm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.comm-card { background: var(--panel); border: 1px solid var(--line-soft); padding: 36px 30px; display: flex; flex-direction: column; gap: 12px; text-align: left; transition: border-color .18s, transform .18s; }
.comm-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.comm-tag { color: var(--gold); border: 1px solid var(--gold); align-self: flex-start; text-transform: uppercase; letter-spacing: .14em; font-size: .64rem; font-weight: 600; padding: 5px 12px; }
.comm-name { color: #fff; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 1.15rem; }
.comm-blurb { color: var(--mut); font-size: .95rem; line-height: 1.65; }
.comm-cta { margin-top: auto; color: var(--cyan); text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; font-weight: 600; }
.logo-row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.suite-pill { border: 1px solid var(--line); color: var(--mut); font-weight: 600; font-size: .78rem; letter-spacing: .08em; padding: 9px 20px; transition: all .15s; display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; }
.suite-pill:hover { border-color: var(--gold); color: var(--gold); }
.brand-outro { background: #000; border-top: 1px solid var(--line-soft); padding: 64px 0 46px; text-align: center; }
.wordmark { color: #fff; font-weight: 300; text-transform: uppercase; letter-spacing: .14em; font-size: clamp(1.4rem, 3vw, 2rem); }
.outro-tag { color: var(--mut); text-transform: uppercase; letter-spacing: .26em; font-size: .72rem; margin: 14px 0 22px; }
.outro-legal { color: #8a8a8a; font-size: .82rem; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.outro-legal a:hover { color: var(--gold); }
.outro-legal .sep { opacity: .3; }
.outro-social { margin-top: 22px; display: flex; gap: 12px; justify-content: center; }
.outro-social a { width: 42px; height: 42px; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: #cfcfcf; transition: all .15s; }
.outro-social a:hover { border-color: var(--gold); color: var(--gold); }
@media (max-width: 1000px) { .access-grid, .res-tiles { grid-template-columns: repeat(2, 1fr); } .comm-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .access-grid, .res-tiles { grid-template-columns: 1fr; } .section { padding: 64px 0; } }

/* ============ Enhancement pass: rhythm, texture, hero CTAs ============ */
.hero-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 30px; }
.hero-actions .btn { background: rgba(0,0,0,.35); backdrop-filter: blur(4px); }
.hero-actions .btn.gold:hover { background: var(--gold); }
.sec { position: relative; }
#resources, #book { background: #050505; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.wrap.center > .d-head { position: relative; padding-bottom: 24px; margin-bottom: 14px; }
.wrap.center > .d-head::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 64px; height: 2px; background: var(--gold); }
.about-copy .d-head { position: relative; padding-bottom: 22px; }
.about-copy .d-head::after { content: ""; position: absolute; left: 0; bottom: 0; width: 64px; height: 2px; background: var(--gold); }
.wall-media.type { background:
  repeating-linear-gradient(45deg, rgba(255,255,255,.012) 0 2px, transparent 2px 14px),
  radial-gradient(90% 120% at 50% 0%, #191919 0%, #0a0a0a 100%); }
.wall-card:hover { border-color: rgba(217,181,68,.5); }
.stat-ring { transition: border-color .2s, transform .2s; }
.stat-ring:hover { border-color: var(--gold); transform: scale(1.04); }
.feat { box-shadow: 0 30px 70px -40px rgba(0,0,0,.9); }
.footer .roles { letter-spacing: .3em; }

/* ============ Pass 3: nav underline, scroll cue, community tiles ============ */
.nav-links > li > a { position: relative; }
.nav-links > li > a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.nav-links > li > a:hover::after { transform: scaleX(1); }
.hero-scroll { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,.65); font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hero-scroll::after { content: ""; width: 1px; height: 34px; background: linear-gradient(180deg, var(--gold), transparent); animation: drip 2s ease-in-out infinite; }
@keyframes drip { 0%,100% { opacity: .3; } 50% { opacity: 1; } }
.hero-strip a { transition: color .15s; }
.hero-strip a:hover { color: var(--gold); }
.footer { background: linear-gradient(180deg, #000 0%, #0a0903 100%); }

/* Rounded outline button variant (nav CTA) */
.btn.round { border-radius: 999px; }

/* ============ Pass 4: depth, tactility, accessible focus ============ */

/* Balanced, non-orphaned headline wrapping */
.d-head, .big-head, .hero-creds, .hero-name, .feat-copy h3, .book h3 { text-wrap: balance; }

/* Accent words get a subtle brushed-gold sheen instead of flat fill */
.d-head b, .d-head em, .big-head em, .big-head.split em {
  background: linear-gradient(100deg, #f0d98a 0%, var(--gold) 45%, #b8912f 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold);
}

/* Consistent, visible keyboard focus across every interactive element */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px;
}

/* Buttons: a touch of lift + shadow on hover for tactility */
.btn { transition: background .18s, color .18s, transform .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-2px); }
.btn.gold:hover, .btn-gold:hover, .btn.solid:hover { box-shadow: 0 10px 26px -12px rgba(217,181,68,.7); }
.btn.cyan:hover { box-shadow: 0 10px 26px -12px rgba(62,198,216,.6); }
.btn:active { transform: translateY(0); }

/* Cards: warm gold-tinted glow deepens the existing lift-on-hover */
.wall-card, .access-card, .res-tile, .comm-card, .promo-card, .feat, .event-row {
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.access-card:hover, .res-tile:hover, .comm-card:hover {
  box-shadow: 0 22px 48px -30px rgba(217,181,68,.55);
}
.wall-card:hover { box-shadow: 0 26px 60px -34px rgba(217,181,68,.5); }

/* Section heads: let the eyebrow rule glow faintly */
.wrap.center > .d-head::after, .about-copy .d-head::after {
  box-shadow: 0 0 14px rgba(217,181,68,.6);
}

/* Hero type stays crisp over bright video frames */
.hero-name, .hero-roles { text-shadow: 0 2px 30px rgba(0,0,0,.5); }

/* Fine film grain for a premium, non-flat dark ground (decorative only) */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 60; pointer-events: none;
  opacity: .035; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@media (prefers-reduced-motion: reduce) {
  .btn:hover, .access-card:hover, .res-tile:hover, .comm-card:hover,
  .wall-card:hover, .comm-logos a:hover { transform: none; }
}

/* Dark-theme scrollbar to match the ground */
* { scrollbar-color: #2a2a2a #000; scrollbar-width: thin; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: #2a2a2a; border: 3px solid #000; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* Suite pills + social chips: subtle lift echoing the card language */
.suite-pill { transition: border-color .15s, color .15s, transform .15s; }
.suite-pill:hover { transform: translateY(-2px); }
.foot-social a, .outro-social a { transition: border-color .15s, color .15s, transform .15s; }
.foot-social a:hover, .outro-social a:hover { transform: translateY(-2px); }

/* ============ Pass 5: hero cinematics, editorial eyebrows, finer detail ============ */

/* --- Hero: a staggered, cinematic load-in that layers the name over the film ---
   Elements settle bottom-up (strip → actions → roles → name last) so the eye
   lands on the name; pure CSS, no JS, and fully disabled for reduced motion. */
@media (prefers-reduced-motion: no-preference) {
  .hero-name, .hero-roles, .hero-actions, .hero-strip {
    opacity: 0; animation: heroRise .9s cubic-bezier(.2,.7,.2,1) forwards;
  }
  .hero-name   { animation-delay: .12s; }
  .hero-roles  { animation-delay: .30s; }
  .hero-actions{ animation-delay: .46s; }
  .hero-strip  { animation-delay: .60s; }
}
@keyframes heroRise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

/* A hairline of gold under the name ties it to the section-head rule language */
.hero-name { position: relative; display: inline-block; padding-bottom: 20px; }
.hero-name::after {
  content: ""; position: absolute; left: 50%; bottom: 0; width: 54px; height: 2px;
  transform: translateX(-50%); background: var(--gold);
  box-shadow: 0 0 14px rgba(217,181,68,.6);
}
/* Roles gains the same measured cadence as the display heads */
.hero-roles { letter-spacing: .26em; }

/* --- Editorial eyebrows: small gold-ruled kickers keyed to TRUE taxonomy ---
   Not decorative numbering — each names what the section actually is. */
.d-head[data-eyebrow]::before {
  content: attr(data-eyebrow);
  display: block; margin-bottom: 16px;
  color: var(--gold); font-weight: 600;
  text-transform: uppercase; letter-spacing: .28em; font-size: .64rem;
}
.wrap.center .d-head[data-eyebrow]::before { text-align: center; }
/* On the white community section the gold eyebrow reads muted-warm, still on-brand */
.community .d-head[data-eyebrow]::before { color: #9a7d1e; }

/* --- Stat rings: finer typographic detail + a faint inner ground so the dashed
   ring reads as a deliberate token, not an empty circle --- */
.stat-ring {
  background: radial-gradient(120% 120% at 50% 0%, rgba(217,181,68,.05) 0%, transparent 60%);
}
.stat-ring b { font-variant-numeric: tabular-nums; }
.stat-ring:hover b { color: var(--gold); }
.stat-ring span { transition: color .2s; }

/* --- Resource wall: sharper label interaction + a hairline reveal on hover --- */
.wall-label { transition: border-color .2s, background .2s; }
.wall-card:hover .wall-label { border-top-color: rgba(217,181,68,.5); background: rgba(217,181,68,.03); }
.wall-label span { transition: transform .2s; }
.wall-card:hover .wall-label span { transform: translateX(3px); }
.wall-media.type i { transition: transform .3s, color .3s; }
.wall-card:hover .wall-media.type i { transform: translateY(-3px); }

/* --- Section rhythm: give centered heads room to breathe below the wall/grids --- */
.wrap.center > .wall, .wrap.center > .comm-logos { margin-top: 62px; }

@media (max-width: 560px) {
  /* Keep the hero hairline and eyebrows tight and tappable at 390px */
  .hero-name { padding-bottom: 16px; }
  .hero-roles { letter-spacing: .2em; }
  .d-head[data-eyebrow]::before { letter-spacing: .22em; font-size: .6rem; }
}

/* ============ Pass 6: sitewide subpage elevation ============
   Every inner page (about, software, events, book, community, the program
   funnels) opened on flat black — plainer than the homepage's video hero.
   Scoped with :has(.hero-inner) so ONLY subpage heroes are affected; the
   homepage hero (.hero-bottom + video) is left exactly as-is. Degrades to the
   old flat hero on engines without :has(). */

.hero:has(.hero-inner) {
  min-height: 0;
  background:
    radial-gradient(115% 85% at 50% -12%, rgba(217,181,68,.11) 0%, transparent 55%),
    radial-gradient(80% 80% at 88% 118%, rgba(62,198,216,.07) 0%, transparent 60%),
    linear-gradient(180deg, #050505 0%, #000 100%);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
}
/* A faint hairline grid gives the ground texture without noise */
.hero:has(.hero-inner)::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 0%, transparent 72%);
          mask-image: radial-gradient(120% 100% at 50% 0%, #000 0%, transparent 72%);
}
.hero:has(.hero-inner) .hero-inner { position: relative; z-index: 1; }

/* Kicker reads as a lit chip, not a flat outline */
.hero:has(.hero-inner) .hero-kicker {
  background: rgba(217,181,68,.06);
  box-shadow: 0 0 0 1px rgba(217,181,68,.15), 0 8px 30px -18px rgba(217,181,68,.6);
}

/* Gold rule under the subpage headline — same motif as the section heads */
.hero-creds { position: relative; }
.hero:has(.hero-inner) .hero-creds { padding-bottom: 24px; }
.hero:has(.hero-inner) .hero-creds::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 58px; height: 2px;
  background: var(--gold); box-shadow: 0 0 14px rgba(217,181,68,.6);
}

/* Accent word in the subpage headline gets the same brushed-gold sheen */
.hero-creds .ln.gold, .hero-creds .gold {
  background: linear-gradient(100deg, #f0d98a 0%, var(--gold) 45%, #b8912f 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold);
}

/* Staggered load-in so inner pages open with the same poise as the homepage */
@media (prefers-reduced-motion: no-preference) {
  .hero:has(.hero-inner) .hero-kicker,
  .hero:has(.hero-inner) .hero-creds,
  .hero:has(.hero-inner) .hero-lead,
  .hero:has(.hero-inner) .hero-cta {
    opacity: 0; animation: heroRise .8s cubic-bezier(.2,.7,.2,1) forwards;
  }
  .hero:has(.hero-inner) .hero-kicker { animation-delay: .05s; }
  .hero:has(.hero-inner) .hero-creds  { animation-delay: .16s; }
  .hero:has(.hero-inner) .hero-lead   { animation-delay: .30s; }
  .hero:has(.hero-inner) .hero-cta    { animation-delay: .44s; }
}

/* Section-head rule brought to the legacy .big-head so subpages match the
   homepage's .d-head treatment — centered heads get a centered rule, left
   heads a left rule. */
.center .big-head, .container.center .big-head { position: relative; padding-bottom: 22px; }
.center .big-head::after, .container.center .big-head::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 60px; height: 2px; background: var(--gold); box-shadow: 0 0 14px rgba(217,181,68,.6);
}
.big-head.split:not(.onblack) { position: relative; padding-bottom: 20px; }
.big-head.split:not(.onblack)::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 58px; height: 2px; background: var(--gold); box-shadow: 0 0 14px rgba(217,181,68,.6);
}

/* Subpage card grids: a hair more air + consistent hover with the homepage */
.access-grid, .res-tiles, .comm-grid { margin-top: 46px; }
.access-card, .res-tile, .comm-card { transition: border-color .2s, transform .2s, box-shadow .2s, background .2s; }
.access-card:hover, .res-tile:hover, .comm-card:hover { background: #0d0d0d; }
.access-card i, .res-ic i, .comm-card .comm-tag { transition: transform .2s; }
.access-card:hover i, .res-tile:hover .res-ic i { transform: translateY(-2px); }

/* The black interstitial sections gain a faint top glow line for rhythm */
.section.black, .updates { position: relative; }
.section.black::before, .updates::before {
  content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: min(560px, 70%); height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217,181,68,.5), transparent);
}

@media (max-width: 560px) {
  .hero:has(.hero-inner) .hero-creds { padding-bottom: 18px; }
  .hero:has(.hero-inner)::before { background-size: 44px 44px; }
}

/* ============ Pass 6b: homepage Resources wall — uniform icon tiles ============
   Was a mismatched mix of two letterboxed screenshots beside four icon cards.
   Now six consistent icon tiles in a clean 3-col grid. Scoped to .res-wall so
   the /invest "opportunities" wall (real imagery) is unaffected. */
.res-wall { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.res-wall .wall-card { display: flex; flex-direction: column; }
.res-wall .wall-media.type {
  aspect-ratio: 4/3;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(217,181,68,.06) 0%, transparent 55%),
    linear-gradient(180deg, #121212 0%, #0a0a0a 100%);
  gap: 18px;
}
.res-wall .wall-media.type i {
  font-size: 2.4rem; color: var(--gold);
  filter: drop-shadow(0 6px 18px rgba(217,181,68,.35));
}
.res-wall .wall-media.type b {
  font-size: 1rem; letter-spacing: .22em; color: #fff; font-weight: 500;
}
.res-wall .wall-label { margin-top: auto; }
.res-wall .wall-card:hover .wall-media.type { background:
    radial-gradient(120% 120% at 50% 0%, rgba(217,181,68,.12) 0%, transparent 55%),
    linear-gradient(180deg, #161616 0%, #0b0b0b 100%); }
.res-wall .wall-card:hover .wall-media.type i { transform: translateY(-4px) scale(1.06); }
@media (max-width: 900px) { .res-wall { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .res-wall { grid-template-columns: 1fr; }
  .res-wall .wall-media.type { aspect-ratio: 16/7; } }

/* ============ Pass 7: homepage section overhaul ============ */

/* Alternating section ground for rhythm down the page */
.sec-alt { background: #050505; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }

/* --- Events (directly below hero): a clean 3-up card grid --- */
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; text-align: left; }
.ev-card { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "cal body" "cta cta"; gap: 18px 20px;
  background: var(--panel); border: 1px solid var(--line-soft); padding: 26px 26px 22px;
  transition: border-color .2s, transform .2s, box-shadow .2s, background .2s; }
.ev-card:hover { border-color: rgba(217,181,68,.5); transform: translateY(-3px); box-shadow: 0 24px 50px -32px rgba(217,181,68,.5); background: #0d0d0d; }
.ev-cal { grid-area: cal; width: 66px; height: 66px; border: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; line-height: 1.05; }
.ev-cal b { color: var(--gold); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }
.ev-cal em { color: #fff; font-style: normal; font-weight: 300; font-size: 1.7rem; }
.ev-cal.weekly, .ev-cal.alt { background: radial-gradient(120% 120% at 50% 0%, rgba(217,181,68,.12), transparent 65%); }
.ev-cal.weekly i, .ev-cal.alt i { color: var(--gold); font-size: 1.5rem; }
.ev-cal.weekly em { font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-top: 4px; }
.ev-body { grid-area: body; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.ev-body b { color: #fff; font-weight: 600; font-size: 1.02rem; letter-spacing: .02em; }
.ev-when { color: var(--gold); font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }
.ev-desc { color: var(--mut); font-size: .9rem; line-height: 1.55; margin-top: 2px; }
.ev-cta { grid-area: cta; color: var(--cyan); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 600;
  padding-top: 16px; margin-top: 4px; border-top: 1px solid var(--line-soft); display: flex; align-items: center; gap: 8px; }
.ev-card:hover .ev-cta i { transform: translateX(4px); }
.ev-cta i { transition: transform .2s; }
@media (max-width: 900px) { .events-grid { grid-template-columns: 1fr; } }

/* --- The Book: a richer 3D cover with foil title + spine --- */
.book-sec { background: #050505; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.book { width: 300px; aspect-ratio: 5/7; border-radius: 3px 6px 6px 3px; border-left: 12px solid #06131b;
  background: linear-gradient(125deg, #17475e 0%, #0d2c3e 55%, #081d29 100%);
  box-shadow: 30px 40px 70px -20px rgba(0,0,0,.75), inset -3px 0 8px rgba(255,255,255,.06), inset 2px 0 0 rgba(255,255,255,.05);
  transform: rotateY(-18deg) rotateX(2deg); transition: transform .5s ease; position: relative; overflow: hidden; }
.book-mock { perspective: 1500px; }
.book:hover { transform: rotateY(-9deg) rotateX(1deg) translateY(-4px); }
.book::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.14) 0%, transparent 32%); pointer-events: none; }
.book::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 14px; background: linear-gradient(90deg, rgba(0,0,0,.35), transparent); pointer-events: none; }
.book-flag { position: absolute; top: 18px; right: -34px; transform: rotate(45deg); background: var(--gold); color: #000;
  font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; padding: 5px 40px; z-index: 2; }
.book-face { position: relative; z-index: 1; height: 100%; padding: 40px 30px 30px; display: flex; flex-direction: column; }
.book-face small { color: var(--cyan); text-transform: uppercase; letter-spacing: .22em; font-size: .56rem; font-weight: 600; }
.book-face h3 { color: #fff; font-weight: 300; text-transform: uppercase; letter-spacing: .08em; font-size: 1.9rem; line-height: 1.15; margin: 14px 0 0; }
.book-face h3 b { display: block; font-weight: 700;
  background: linear-gradient(100deg, #f4df97 0%, var(--gold) 50%, #b8912f 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.book-rule { display: block; width: 46px; height: 2px; background: var(--gold); margin: 18px 0; box-shadow: 0 0 12px rgba(217,181,68,.7); }
.book-face p { color: rgba(255,255,255,.66); font-size: .72rem; line-height: 1.6; }
.book-face .auth { margin-top: auto; color: #fff; text-transform: uppercase; letter-spacing: .2em; font-size: .66rem; font-weight: 600; }
.book-copy .coming { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; font-weight: 600; margin-bottom: 22px; display: flex; align-items: center; gap: 9px; }
.book-points { list-style: none; padding: 0; margin: 6px 0 4px; }
.book-points li { display: flex; gap: 12px; align-items: flex-start; color: var(--mut); font-size: 1rem; line-height: 1.6; margin-bottom: 12px; }
.book-points li i { color: var(--gold); font-size: .78rem; margin-top: 6px; flex: none; }
.book-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* --- Lead magnet (the redesigned subscribe): ebook cover + benefit form --- */
.lead-magnet { background:
  radial-gradient(80% 120% at 12% 0%, rgba(62,198,216,.08) 0%, transparent 55%),
  radial-gradient(70% 120% at 100% 100%, rgba(217,181,68,.08) 0%, transparent 55%),
  #050505; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.lm-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.lm-visual { display: flex; justify-content: center; perspective: 1500px; }
.ebook { position: relative; }
.ebook-badge { position: absolute; top: -14px; left: -14px; z-index: 3; background: var(--gold); color: #000;
  font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 8px 16px; display: inline-flex; gap: 8px; align-items: center;
  box-shadow: 0 12px 30px -12px rgba(217,181,68,.8); }
.ebook-cover { width: 290px; aspect-ratio: 5/7; border-radius: 3px 6px 6px 3px; border-left: 10px solid #0a0a0a;
  background: linear-gradient(150deg, #1c1c1c 0%, #0c0c0c 60%, #060606 100%);
  box-shadow: 26px 36px 64px -22px rgba(0,0,0,.8), inset -2px 0 6px rgba(255,255,255,.05);
  transform: rotateY(-16deg) rotateX(2deg); transition: transform .5s; padding: 40px 30px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.ebook-cover:hover { transform: rotateY(-8deg) translateY(-4px); }
.ebook-cover::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.1) 0%, transparent 34%); pointer-events: none; }
.ebook-cover small { color: var(--gold); text-transform: uppercase; letter-spacing: .22em; font-size: .58rem; font-weight: 700; }
.ebook-cover h3 { color: #fff; font-weight: 300; text-transform: uppercase; letter-spacing: .05em; font-size: 1.7rem; line-height: 1.18; margin: 16px 0 0; }
.ebook-cover h3 b { color: var(--gold); font-weight: 700; }
.ebook-rule { display: block; width: 42px; height: 2px; background: var(--gold); margin: 18px 0; box-shadow: 0 0 12px rgba(217,181,68,.7); }
.ebook-by { margin-top: auto; color: #fff; text-transform: uppercase; letter-spacing: .2em; font-size: .64rem; font-weight: 600; }
.lm-lead { color: var(--mut); font-size: 1.08rem; line-height: 1.7; margin: 0 0 22px; max-width: 560px; }
.lm-checks { list-style: none; padding: 0; margin: 0 0 28px; }
.lm-checks li { display: flex; align-items: flex-start; gap: 13px; color: var(--text); font-size: 1rem; margin-bottom: 12px; line-height: 1.55; }
.lm-checks li i { color: #000; background: var(--gold); border-radius: 50%; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; font-size: .62rem; flex: none; margin-top: 3px; }
.lm-checks b { color: #fff; }
.lm-form { max-width: 560px; }
@media (max-width: 900px) {
  .lm-grid { grid-template-columns: 1fr; gap: 44px; }
  .lm-visual { order: -1; }
}

/* Contact: give the CTA row a bit more presence */
#contact .contact-row { margin-top: 44px; }
