:root {
    --navy: #0C1C2C;
    --navy-mid: #152B42;
    --navy-light: #1E3A56;
    --slate: #4A6274;
    --silver: #8FA3B5;
    --pearl: #C8D5DF;
    --bone: #E8EDF2;
    --white: #F6F8FA;
    --gold: #C6923A;
    --gold-light: #D4A85C;
    --gold-pale: #F5EACC;
    --gold-glow: rgba(198,146,58,0.12);
    --alert: #B85C3A;
    --alert-bg: #FDF0EB;
    --green-text: #2D6A4F;
    --green-bg: #E8F5EE;
    --serif: 'DM Serif Display', Georgia, serif;
    --sans: 'DM Sans', system-ui, sans-serif;
}
html, body { margin: 0; padding: 0; background: #0C1C2C; }
#evenstar-page, #evenstar-page * { box-sizing: border-box; } 

/* Kill Squarespace scroll-reveal animations */
#evenstar-page h1, #evenstar-page h2, #evenstar-page h3,
#evenstar-page p, #evenstar-page li,
#evenstar-page .hero-badge, #evenstar-page .hero-sub,
#evenstar-page .hero-ctas, #evenstar-page .section-label,
#evenstar-page .section-title, #evenstar-page .section-sub,
#evenstar-page .pain-card, #evenstar-page .deliv-card,
#evenstar-page .book-card, #evenstar-page .proof-card,
#evenstar-page .urgency-inner, #evenstar-page .ev-footer {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
#evenstar-page {
    font-family: var(--sans);
    color: var(--navy);
    background: var(--navy);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
#evenstar-page nav {
    position: fixed; top: 0 !important; left: 0; right: 0; z-index: 100;
    background:
      repeating-linear-gradient(
        0deg,
        transparent,
        transparent 1px,
        rgba(198,146,58,0.012) 1px,
        rgba(198,146,58,0.012) 2px
      ),
      linear-gradient(180deg, #080F1C 0%, #050C16 60%, #040A12 100%);
    border: none;
    border-bottom: 1px solid rgba(198,146,58,0.12);
    box-shadow: 0 1px 0 rgba(198,146,58,0.06), 0 4px 20px rgba(0,0,0,0.4);
}
.nav-inner {
    max-width: 1680px; margin: 0 auto; position: relative;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 2.5rem; height: 120px;
}
.logo {
    font-family: var(--sans); font-size: 18px; color: #fff;
    text-decoration: none; letter-spacing: 0.12em;
    text-transform: uppercase; font-weight: 500;
    display: flex; flex-direction: column; align-items: flex-start; line-height: 1;
    display: inline-flex; align-items: center; gap: 10px;
}
.logo span { color: var(--gold); font-size: 0.65em; opacity: 0.7; letter-spacing: 0.22em; font-weight: 400; position: relative; top: 1px; }

/* Services dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { cursor: pointer; }
.nav-arrow { font-size: 10px; margin-left: 2px; }
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 12px;
  z-index: 9999;
}
.nav-dropdown-inner {
  background: #0C1C2C;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 8px 0;
  min-width: 240px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-inner a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 14px !important;
  color: var(--pearl) !important;
  text-decoration: none !important;
}
.nav-dropdown-inner a:hover {
  background: rgba(198,146,58,0.1);
  color: var(--gold) !important;
}
.nav-links { display: flex; gap: 2.75rem; align-items: center; position: relative; padding-left: 2.75rem; }
.nav-links::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 28px; background: rgba(198,146,58,0.45); }
.nav-links a {
    position: relative;
    color: var(--pearl); font-size: 14px !important; text-decoration: none;
    font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
    transition: color 0.25s ease; padding: 6px 0;
}
.nav-links a:not(.nav-cta)::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0;
    height: 1px; background: var(--gold);
    transform: scaleX(0); transform-origin: center;
    transition: transform 0.3s ease;
}
.nav-links a:not(.nav-cta):hover { color: #fff; }
.nav-links a:not(.nav-cta):hover::after { transform: scaleX(1); }
.nav-cta {
    background: transparent !important; color: var(--gold) !important;
    border: 1px solid var(--gold);
    padding: 9px 22px !important; border-radius: 2px; font-weight: 600 !important;
    font-size: 11px !important; letter-spacing: 0.24em !important;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease !important;
}
.nav-cta:hover { background: var(--gold) !important; color: var(--navy) !important; }
.mobile-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; }
.hero {
    background: var(--navy);
    padding: 140px 2rem 80px;
    position: relative;
    overflow: hidden;
}
#hero-net {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    display: block;
}
.hero-inner {
    max-width: 1320px; margin: 0 auto;
    display: grid; grid-template-columns: 1.15fr 480px; gap: 6rem;
    align-items: start;
    position: relative; z-index: 5;
}
/* Desktop only: the book covers overflow the centered wrapper on the right, so the visible content sits ~29px right of center. Nudge the whole content block left to equalize the left/right margins. Background (#hero-net) is a sibling and stays put. */
@media (min-width: 901px) {
  #evenstar-page .hero-inner { transform: translateX(-30px); }
}
.hero-text {
    margin-top: 0;
    position: relative; z-index: 2;
}
.hero-badge {
    display: inline-block;
    background: rgba(198,146,58,0.15);
    border: 1px solid rgba(198,146,58,0.4);
    color: #c6923a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    padding: 8px 18px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
}
.hero-desc {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
    margin: 20px 0 0;
    max-width: 520px;
    font-weight: 400;
}
.hero-kicker {
    display: flex; align-items: center; gap: 18px;
    margin-bottom: 48px; max-width: 520px;
}
.hero-kicker::before, .hero-kicker::after {
    content: ''; flex: 1; max-width: 100px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(198,146,58,0.55), transparent);
}
.hero-kicker span {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px; letter-spacing: 0.36em;
    color: var(--gold); text-transform: uppercase; font-weight: 500;
    white-space: nowrap;
}
.hero-headline {
    font-family: var(--serif);
    color: #fff; margin-bottom: 32px !important; font-weight: 400;
    max-width: 700px; line-height: 1.08;
    display: flex; flex-direction: column; gap: 4px;
}
.hh-line {
    font-size: 58px; color: #fff; letter-spacing: -0.01em;
}
.hh-accent {
    font-size: 52px; color: var(--gold); font-style: italic;
    letter-spacing: -0.005em; margin-top: 18px;
    line-height: 1.08;
}
.hero-sub {
    font-size: 17px !important; line-height: 1.65; color: rgba(232,236,242,0.7);
    max-width: 520px; margin-bottom: 44px !important;
    font-weight: 400;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.btn-gold {
    display: inline-flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
    background: linear-gradient(180deg, #C6923A 0%, #B08132 100%);
    color: #0A1626;
    padding: 18px 36px !important; border-radius: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px !important; font-weight: 600; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.22em;
    border: 1px solid var(--gold);
    transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    box-shadow: none;
    z-index: 1;
}
.btn-gold::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, #D4A54A 0%, #C6923A 100%);
    transform: scaleY(0); transform-origin: bottom;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.btn-gold:hover {
    color: #0A1626;
    border-color: #D4A54A;
    box-shadow: 0 10px 24px -8px rgba(198,146,58,0.55);
}
.btn-gold:hover::before { transform: scaleY(1); }
.btn-outline {
    display: inline-flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
    background: transparent; color: var(--gold);
    padding: 17px 36px !important; border-radius: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px !important; font-weight: 600; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.22em;
    border: 1px solid rgba(198,146,58,0.5);
    transition: color 0.35s ease, border-color 0.35s ease;
    z-index: 1;
}
.btn-outline::before {
    content: ''; position: absolute; inset: 0;
    background: var(--gold);
    transform: scaleY(0); transform-origin: bottom;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.btn-outline:hover { border-color: var(--gold); color: var(--navy); }
.btn-outline:hover::before { transform: scaleY(1); }
/* Keep old btn classes working elsewhere */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--navy); padding: 14px 28px !important; border-radius: 6px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background 0.2s; }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--pearl); padding: 14px 28px !important; border-radius: 6px; font-size: 15px; font-weight: 500; text-decoration: none; border: 1px solid rgba(200,213,223,0.25); }
.btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--gold); color: var(--navy);
    padding: 14px 28px !important; border-radius: 6px;
    font-size: 15px; font-weight: 600; text-decoration: none;
    transition: background 0.2s, transform 0.1s;
    letter-spacing: 0.01em;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: var(--pearl);
    padding: 14px 28px !important; border-radius: 6px;
    font-size: 15px; font-weight: 500; text-decoration: none;
    border: 1px solid rgba(200,213,223,0.25);
    transition: border-color 0.2s, color 0.2s;
}
.btn-secondary:hover { border-color: var(--pearl); color: #fff; }
.proof-card {
    background: var(--navy-mid);
    border: 1px solid rgba(198,146,58,0.15);
    border-radius: 12px; padding: 28px !important;
    position: relative;
}
.proof-card::before {
    content: '';
    position: absolute; top: -1px; left: 24px; right: 24px; height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 0 0 2px 2px;
}
.proof-photo {
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--navy-light); border: 2px solid rgba(198,146,58,0.3);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif); font-size: 20px; color: var(--gold);
    margin-bottom: 16px;
}
.proof-name { font-weight: 600; font-size: 16px; color: #fff; margin-bottom: 2px; }
.proof-title { font-size: 13px; color: var(--silver); margin-bottom: 4px; }
.proof-org { font-size: 13px; color: var(--gold); margin-bottom: 16px; }
.proof-divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin-bottom: 16px; }
.proof-credentials { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.proof-credentials li { font-size: 13px; color: var(--pearl); display: flex; gap: 8px; line-height: 1.5; }
.proof-credentials li::before { content: '\2713'; color: var(--gold); font-weight: 600; flex-shrink: 0; }
.urgency-bar { background: var(--alert-bg); border-bottom: 1px solid rgba(184,92,58,0.15); padding: 16px 2rem !important; }
.urgency-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--alert); }
.urgency-icon { width: 20px; height: 20px; flex-shrink: 0; border: 2px solid var(--alert); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.urgency-inner strong { font-weight: 600; }
#evenstar-page section { padding: 80px 2rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; }
.section-title { font-family: var(--serif); font-size: 32px; line-height: 1.25; margin-bottom: 16px; font-weight: 400; }
.section-sub { font-size: 17px; line-height: 1.65; color: var(--slate); max-width: 640px; margin-bottom: 48px; }
.pain-section { background: var(--white); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pain-card { background: #fff; border: 1px solid var(--bone); border-radius: 10px; padding: 28px !important; transition: border-color 0.2s, box-shadow 0.2s; }
.pain-card:hover { border-color: var(--pearl); box-shadow: 0 4px 20px rgba(12,28,44,0.06); }
.pain-number { font-family: var(--serif); font-size: 28px; color: var(--gold); margin-bottom: 12px; }
.pain-card h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; line-height: 1.35; }
.pain-card p { font-size: 14px !important; line-height: 1.65; color: var(--slate); }
.deliverables-section { background: #fff; }
.deliv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.deliv-card { background: var(--white); border: 1px solid var(--bone); border-radius: 10px; padding: 24px 28px !important; display: flex; gap: 16px; align-items: flex-start; transition: border-color 0.2s; }
.deliv-card:hover { border-color: var(--pearl); }
.deliv-icon { width: 40px; height: 40px; flex-shrink: 0; background: var(--gold-glow); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 18px; font-weight: 700; }
.deliv-card h3 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.deliv-card p { font-size: 14px !important; color: var(--slate); line-height: 1.55; }
.book-section { background: var(--white); }
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.book-card { background: #fff; border: 1px solid var(--bone); border-radius: 10px; padding: 32px !important; display: flex; flex-direction: column; }
.book-card .tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; margin-bottom: 16px; width: fit-content; }
.tag-book { background: var(--green-bg); color: var(--green-text); }
.tag-toolkit { background: var(--gold-pale); color: #8B6914; }
.book-card h3 { font-family: var(--serif); font-size: 22px; margin-bottom: 12px; font-weight: 400; line-height: 1.3; }
.book-card p { font-size: 14px !important; line-height: 1.65; color: var(--slate); margin-bottom: 20px; flex: 1; }
.book-card a { color: var(--gold); font-weight: 600; font-size: 14px !important; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.book-card a:hover { text-decoration: underline; }
.cta-section { background: var(--navy); padding: 64px 2rem !important; }
.cta-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.cta-inner h2 { font-family: var(--serif); font-size: 30px; color: #fff; margin-bottom: 12px; font-weight: 400; }
.cta-inner p { font-size: 16px; color: var(--silver); margin-bottom: 28px; line-height: 1.6; }
#evenstar-page .ev-footer { background: var(--navy-mid); border-top: none; padding: 48px 2rem; position: relative; }
#evenstar-page .ev-footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,146,58,0.25), transparent);
}
.footer-inner { max-width: 1440px; margin: 0 auto; padding: 0 1.25rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 3rem; }
.footer-inner > div:first-child { max-width: 480px; }
.footer-brand { font-family: var(--serif); font-size: 18px; color: #fff; margin-bottom: 12px; }
.footer-brand span { color: var(--gold); }
.footer-desc { font-size: 13px; color: var(--silver); line-height: 1.65; max-width: 320px; }
.footer-heading { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: var(--pearl); text-transform: uppercase; margin-bottom: 16px; }
#evenstar-page .ev-footer a { display: block; font-size: 14px !important; color: var(--silver); text-decoration: none; margin-bottom: 10px; transition: color 0.2s; }
#evenstar-page .ev-footer a:hover { color: #fff; }
.footer-bottom { max-width: 1440px; margin: 32px auto 0; padding: 24px 1.25rem 0; border-top: 1px solid rgba(255,255,255,0.06); font-size: 12px; color: var(--silver); }
@media (max-width: 900px) {
    .hero-inner { grid-template-columns: 1fr; }
    .proof-card { max-width: 400px; }
    .hero h1 { font-size: 34px; }
    .pain-grid { grid-template-columns: 1fr; }
    .deliv-grid { grid-template-columns: 1fr; }
    .book-grid { grid-template-columns: 1fr; }
    .footer-inner { flex-direction: column; gap: 2rem; }
    .nav-links { display: none; }
    .nav-links.nav-open {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #050C16;
      padding: 24px 1.25rem 32px;
      gap: 0;
      border-top: 1px solid rgba(198,146,58,0.15);
      box-shadow: 0 12px 32px rgba(0,0,0,0.4);
    }
    .nav-links.nav-open a {
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      font-size: 15px;
    }
    .nav-links.nav-open a:last-child { border-bottom: none; }
    .nav-links.nav-open .nav-cta {
      margin-top: 12px;
      text-align: center;
    }
    .mobile-toggle { display: block; font-size: 26px; padding: 0; line-height: 1; margin-top: 9px; }
    .nav-inner { height: 80px; padding: 0 1.25rem; align-items: flex-start; padding-top: 18px; }
    .logo em { font-size: 26px !important; }
    .logo span { font-size: 9.5px !important; }
    #evenstar-page .logo em { font-size: 26px !important; }
    #evenstar-page .logo span { font-size: 9.5px !important; margin-top: -3px !important; }
    #evenstar-page section { padding: 60px 1.25rem; }
}
@media (max-width: 600px) {
    .hero h1 { font-size: 28px; }
    .hero { padding: 90px 1.25rem 60px; }
    .hero-ctas { flex-direction: column; }
    .btn-primary, .btn-secondary { justify-content: center; }
    .urgency-inner { font-size: 14px !important; }
}
#evenstar-page { display: none; }
.es-hp #evenstar-page { display: block !important; }
#evenstar-page { position: relative; z-index: 50; width: 100%; }

/* === SPECIFICITY OVERRIDES — fix Squarespace CSS conflicts === */
#evenstar-page .hero { padding: 240px 2rem 80px !important; }
#evenstar-page .hero h1 { color: #fff !important; font-family: 'DM Serif Display', Georgia, serif !important; }
#evenstar-page .hero h1 em { color: var(--gold) !important; font-style: normal !important; }
#evenstar-page .hero-sub { color: var(--silver) !important; }
#evenstar-page .hero-badge { color: var(--gold-light) !important; }
#evenstar-page .proof-name { color: #fff !important; }
#evenstar-page .proof-title { color: var(--silver) !important; }
#evenstar-page .proof-org { color: var(--gold) !important; }
#evenstar-page .proof-credentials li { color: var(--pearl) !important; }
#evenstar-page .pain-card h3 { color: var(--navy) !important; font-family: var(--sans) !important; font-size: 17px !important; font-weight: 600 !important; }
#evenstar-page .pain-card p { color: var(--slate) !important; }
#evenstar-page .pain-number { color: var(--gold) !important; font-family: 'DM Serif Display', Georgia, serif !important; }
#evenstar-page .section-label { color: var(--gold) !important; }
#evenstar-page .section-title { color: var(--navy) !important; font-family: 'DM Serif Display', Georgia, serif !important; }
#evenstar-page .section-sub { color: var(--slate) !important; }
#evenstar-page .deliv-card h3 { color: var(--navy) !important; font-family: var(--sans) !important; font-size: 16px !important; font-weight: 600 !important; }
#evenstar-page .deliv-card p { color: var(--slate) !important; }
#evenstar-page .deliv-icon { color: var(--gold) !important; }
#evenstar-page .book-card h3 { color: var(--navy) !important; font-family: 'DM Serif Display', Georgia, serif !important; }
#evenstar-page .book-card p { color: var(--slate) !important; }
#evenstar-page .book-card a { color: var(--gold) !important; }
#evenstar-page .cta-inner h2 { color: #fff !important; font-family: 'DM Serif Display', Georgia, serif !important; }
#evenstar-page .cta-inner p { color: var(--silver) !important; }
#evenstar-page .btn-primary { background: var(--gold) !important; color: var(--navy) !important; }
#evenstar-page .btn-secondary { color: var(--pearl) !important; }
#evenstar-page .nav-links a { color: var(--pearl) !important; }
#evenstar-page .logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-decoration: none !important;
  line-height: 1 !important;
}
#evenstar-page .logo em {
  font-style: normal !important;
  color: #fff !important;
  font-family: 'Tenor Sans', sans-serif !important;
  font-size: 29px !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  position: relative;
}
#evenstar-page .logo-lambda {
  font-style: normal !important;
  display: inline-block;
}

/* PNG wordmark logo — sized so EVENSTAR letters match original text height */
#evenstar-page .logo-image {
  display: block;
  height: 45px;
  width: auto;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}
#evenstar-page .footer-logo-image {
  height: 34px;
}
@media (max-width: 900px) {
  #evenstar-page .logo-image { height: 40px; }
  #evenstar-page .footer-logo-image { height: 30px; }
  /* Pull mobile nav logo upward toward the top of the navbar */
  #evenstar-page .nav-inner > .logo { align-self: flex-start; margin-top: 4px; }
}
@media (max-width: 600px) {
  #evenstar-page .logo-image { height: 34px; }
  #evenstar-page .footer-logo-image { height: 26px; }
}
#evenstar-page .logo span {
  color: #EACC94 !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.35em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  margin-top: -5px !important;
  position: static !important;
}
#evenstar-page .footer-brand { color: #fff !important; font-family: 'Tenor Sans', sans-serif !important; }
#evenstar-page .footer-brand span { color: #EACC94 !important; }
#evenstar-page .footer-desc { color: var(--silver) !important; }
#evenstar-page .footer-heading { color: var(--pearl) !important; }
#evenstar-page .ev-footer a { color: var(--silver) !important; }
#evenstar-page .footer-bottom { color: var(--silver) !important; }
#evenstar-page .urgency-inner { color: var(--alert) !important; }
#evenstar-page .urgency-inner strong { font-weight: 600 !important; }
#evenstar-page h1, #evenstar-page h2, #evenstar-page h3 { margin: 0 !important; padding: 0 !important; }
#evenstar-page a { text-decoration: none !important; }
#evenstar-page .nav-cta {
  background: transparent !important; color: var(--gold) !important;
  border: 1px solid var(--gold); text-decoration: none !important;
}
#evenstar-page .nav-links a.nav-cta {
  color: var(--gold) !important; background: transparent !important;
  font-weight: 600 !important;
  padding: 9px 22px !important;
  letter-spacing: 0.24em !important;
}
#evenstar-page .nav-links a.nav-cta:hover {
  background: var(--gold) !important; color: var(--navy) !important;
}



/* === INNER PAGE STYLES === */
/* Hide homepage-only sections on inner pages */
.es-site:not(.es-hp) #evenstar-page .hero,
.es-site:not(.es-hp) #evenstar-page .urgency-bar,
.es-site:not(.es-hp) #evenstar-page .pain-section,
.es-site:not(.es-hp) #evenstar-page .deliverables-section,
.es-site:not(.es-hp) #evenstar-page .book-section,
.es-site:not(.es-hp) #evenstar-page .cta-section {
  display: none !important;
}

/* Style native Squarespace content on inner pages */
.es-site:not(.es-hp) body {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  color: #0C1C2C !important;
  background: #F6F8FA !important;
  -webkit-font-smoothing: antialiased;
}
.es-site:not(.es-hp) #siteWrapper {
  background: #F6F8FA !important;
  max-width: 100% !important;
}
.es-site:not(.es-hp) #page {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 40px 2rem 80px !important;
  background: transparent !important;
}
.es-site:not(.es-hp) h1, .es-site:not(.es-hp) h2, .es-site:not(.es-hp) h3 {
  font-family: 'DM Serif Display', Georgia, serif !important;
  color: #0C1C2C !important;
  opacity: 1 !important;
  transform: none !important;
}
.es-site:not(.es-hp) h1 {
  font-size: 38px !important;
  line-height: 1.15 !important;
  margin-bottom: 24px !important;
}
.es-site:not(.es-hp) h2 {
  font-size: 28px !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  margin-top: 48px !important;
}
.es-site:not(.es-hp) h3 {
  font-size: 22px !important;
  line-height: 1.3 !important;
  margin-bottom: 12px !important;
  margin-top: 32px !important;
}
.es-site:not(.es-hp) p, .es-site:not(.es-hp) li {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  color: #4A6274 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  opacity: 1 !important;
  transform: none !important;
}
.es-site:not(.es-hp) p {
  margin-bottom: 16px !important;
}
.es-site:not(.es-hp) a {
  color: #C6923A !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}
.es-site:not(.es-hp) a:hover {
  color: #D4A85C !important;
}
.es-site:not(.es-hp) strong, .es-site:not(.es-hp) b {
  color: #0C1C2C !important;
  font-weight: 600 !important;
}
.es-site:not(.es-hp) .sqs-block {
  padding: 0 !important;
}
.es-site:not(.es-hp) .sqs-block-content {
  background: transparent !important;
}
/* Inner page section dividers */
.es-site:not(.es-hp) hr {
  border: none !important;
  border-top: 1px solid #E8EDF2 !important;
  margin: 40px 0 !important;
}
/* Style buttons on inner pages */
.es-site:not(.es-hp) .sqs-block-button-element {
  background: #C6923A !important;
  color: #0C1C2C !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-weight: 600 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  border: none !important;
  font-size: 15px !important;
  transition: background 0.2s !important;
}
.es-site:not(.es-hp) .sqs-block-button-element:hover {
  background: #D4A85C !important;
}
/* Images on inner pages */
.es-site:not(.es-hp) .sqs-block-image .image-block-wrapper {
  border-radius: 10px !important;
  overflow: hidden !important;
}
/* Kill animations on inner pages too */
.es-site:not(.es-hp) .sqs-block {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
.es-site:not(.es-hp) [data-animation-role] {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}


/* Show #evenstar-page on inner pages */
.es-pg-financial #evenstar-page,
.es-pg-private #evenstar-page,
.es-pg-home-use #evenstar-page,
.es-pg-book #evenstar-page,
.es-pg-toolkit #evenstar-page,
.es-pg-about #evenstar-page { display: block !important; }

/* Inner page containers - hidden by default */
#evenstar-page .ep-inner { display: none; }

/* Show the right page based on body class */
.es-pg-financial #evenstar-page .ep-financial,
.es-pg-private #evenstar-page .ep-private,
.es-pg-home-use #evenstar-page .ep-home-use,
.es-pg-book #evenstar-page .ep-book,
.es-pg-toolkit #evenstar-page .ep-toolkit,
.es-pg-about #evenstar-page .ep-about { display: block !important; }

/* Hide native content on inner pages that have custom overlays */
.es-pg-financial #siteWrapper,
.es-pg-private #siteWrapper,
.es-pg-home-use #siteWrapper,
.es-pg-book #siteWrapper,
.es-pg-toolkit #siteWrapper,
.es-pg-about #siteWrapper,
.es-pg-financial #page,
.es-pg-private #page,
.es-pg-home-use #page,
.es-pg-book #page,
.es-pg-toolkit #page,
.es-pg-about #page { display: none !important; }

/* ---- Inner page shared styles ---- */
#evenstar-page .ip-hero {
  background: #0C1C2C;
  padding: 130px 2rem 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#evenstar-page .ip-hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(198,146,58,0.06) 0%, transparent 70%);
  pointer-events: none;
}
#evenstar-page .ip-hero-badge {
  display: inline-block;
  background: rgba(198,146,58,0.12);
  border: 1px solid rgba(198,146,58,0.25);
  color: #D4A85C;
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em;
  padding: 6px 14px; border-radius: 4px; margin-bottom: 20px;
  font-family: 'DM Sans', system-ui, sans-serif;
}
#evenstar-page .ip-hero h1 {
  font-family: 'DM Serif Display', Georgia, serif !important;
  font-size: 44px !important; line-height: 1.15 !important;
  color: #fff !important; max-width: 700px; margin: 0 auto 16px !important;
  padding: 0 !important;
}
#evenstar-page .ip-hero h1 em {
  font-style: normal; color: #C6923A;
}
#evenstar-page .ip-hero-sub {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 17px !important; line-height: 1.6 !important;
  color: #8FA3B5 !important; max-width: 600px; margin: 0 auto !important;
  padding: 0 !important;
}

/* Content sections */
#evenstar-page .ip-section {
  padding: 72px 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
#evenstar-page .ip-section-light { background: #F6F8FA; }
#evenstar-page .ip-section-alt { background: #E8EDF2; }
#evenstar-page .ip-section-navy { background: #0C1C2C; }
#evenstar-page .ip-section-full { max-width: 100%; padding-left: 0; padding-right: 0; }

#evenstar-page .ip-container {
  max-width: 1200px; margin: 0 auto; padding: 0 2rem;
}

#evenstar-page .ip-section h2 {
  font-family: 'DM Serif Display', Georgia, serif !important;
  font-size: 32px !important; line-height: 1.2 !important;
  color: #0C1C2C !important; margin-bottom: 12px !important;
  padding: 0 !important;
}
#evenstar-page .ip-section h3 {
  font-family: 'DM Serif Display', Georgia, serif !important;
  font-size: 22px !important; line-height: 1.3 !important;
  color: #0C1C2C !important; margin-bottom: 8px !important;
  padding: 0 !important;
}
#evenstar-page .ip-section p {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 16px !important; line-height: 1.7 !important;
  color: #4A6274 !important; margin-bottom: 16px !important;
  padding: 0 !important;
}
#evenstar-page .ip-section .ip-label {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 12px !important; font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  color: #C6923A !important; margin-bottom: 12px !important;
  text-transform: uppercase;
}

/* Cards grid */
#evenstar-page .ip-cards {
  display: grid; gap: 24px; margin-top: 32px;
}
#evenstar-page .ip-cards-2 { grid-template-columns: 1fr 1fr; }
#evenstar-page .ip-cards-3 { grid-template-columns: 1fr 1fr 1fr; }
#evenstar-page .ip-card {
  background: #fff;
  border: 1px solid #E8EDF2;
  border-radius: 10px;
  padding: 32px !important;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
#evenstar-page .ip-card .ip-btn {
  margin-top: auto !important;
}
#evenstar-page .ip-card:hover {
  box-shadow: 0 8px 32px rgba(12,28,44,0.08);
}
#evenstar-page .ip-card h3 {
  margin-bottom: 8px !important;
}
#evenstar-page .ip-card p {
  font-size: 15px !important;
}
#evenstar-page .ip-card .ip-meta {
  font-size: 13px !important; color: #8FA3B5 !important;
  margin-top: 12px; font-style: italic;
}
#evenstar-page .ip-card .ip-price {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 20px !important; font-weight: 600 !important;
  color: #C6923A !important; margin: 8px 0 12px !important;
}

/* Buttons */
#evenstar-page .ip-btn {
  display: inline-block;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-weight: 600 !important; font-size: 15px !important;
  padding: 14px 28px !important; border-radius: 6px;
  text-decoration: none; cursor: pointer;
  transition: all 0.2s; border: none;
  letter-spacing: 0.01em;
}
#evenstar-page .ip-btn-gold {
  background: #C6923A !important; color: #0C1C2C !important;
}
#evenstar-page .ip-btn-gold:hover { background: #D4A85C !important; }
#evenstar-page .ip-btn-outline {
  background: transparent !important;
  color: #0C1C2C !important;
  border: 2px solid #C8D5DF !important;
}
#evenstar-page .ip-btn-outline:hover { border-color: #C6923A !important; color: #C6923A !important; }
#evenstar-page .ip-btn-white {
  background: #fff !important; color: #0C1C2C !important;
}
#evenstar-page .ip-btn-white:hover { background: #E8EDF2 !important; }

#evenstar-page .ip-btn-row {
  display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap;
}

/* Navy CTA band */
#evenstar-page .ip-cta-band {
  background: #0C1C2C; padding: 64px 2rem; text-align: center;
}
#evenstar-page .ip-cta-band h2 {
  color: #fff !important; margin-bottom: 12px !important;
}
#evenstar-page .ip-cta-band p {
  color: #8FA3B5 !important; max-width: 550px; margin: 0 auto 24px !important;
}

/* List items with gold checks */
#evenstar-page .ip-checklist {
  list-style: none; padding: 0 !important; margin: 16px 0 !important;
}
#evenstar-page .ip-checklist li {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 15px !important; line-height: 1.6 !important;
  color: #4A6274 !important;
  padding: 8px 0 8px 28px !important;
  position: relative;
}
#evenstar-page .ip-checklist li::before {
  content: '\2713'; position: absolute; left: 0; top: 8px;
  color: #C6923A; font-weight: 700; font-size: 14px;
}

/* Chapter list */
#evenstar-page .ip-chapters {
  list-style: none; padding: 0 !important; margin: 0 !important;
}
#evenstar-page .ip-chapters li {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 15px !important; color: #4A6274 !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #E8EDF2;
}
#evenstar-page .ip-chapters li:last-child { border-bottom: none; }
#evenstar-page .ip-chapters .ch-num {
  color: #C6923A; font-weight: 600; margin-right: 8px;
}

/* Audience grid */
#evenstar-page .ip-audience-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px;
}
#evenstar-page .ip-audience-item {
  padding: 20px 24px !important;
  border-left: 3px solid #C6923A;
  background: #fff;
  border-radius: 0 8px 8px 0;
}
#evenstar-page .ip-audience-item strong {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  color: #0C1C2C !important; font-size: 15px !important; display: block;
  margin-bottom: 4px;
}
#evenstar-page .ip-audience-item span {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  color: #4A6274 !important; font-size: 14px !important; line-height: 1.5;
}

/* Intro + feature split */
#evenstar-page .ip-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
#evenstar-page .ip-split-wide { grid-template-columns: 2fr 1fr; }

/* Highlight box */
#evenstar-page .ip-highlight {
  background: linear-gradient(135deg, rgba(198,146,58,0.06), rgba(198,146,58,0.12));
  border: 1px solid rgba(198,146,58,0.25);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 28px 32px !important;
  max-width: 720px;
  margin: 0 auto;
}
#evenstar-page .ip-highlight p {
  color: #0C1C2C !important; font-size: 15px !important;
  line-height: 1.7 !important;
  margin-bottom: 0 !important;
}
#evenstar-page .ip-highlight strong {
  color: var(--gold) !important;
  font-weight: 600;
}

/* About page specifics */
#evenstar-page .ip-founder-card {
  background: #152B42;
  border-radius: 12px;
  padding: 36px !important;
  text-align: center;
}
#evenstar-page .ip-founder-card .ip-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: #1E3A56; color: #C6923A;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 28px; display: flex; align-items: center;
  justify-content: center; margin: 0 auto 16px;
  border: 2px solid rgba(198,146,58,0.3);
}
#evenstar-page .ip-founder-card h3 { color: #fff !important; margin-bottom: 4px !important; }
#evenstar-page .ip-founder-card .ip-founder-title {
  color: #8FA3B5 !important; font-size: 14px !important; margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  #evenstar-page .ip-hero h1 { font-size: 32px !important; }
  #evenstar-page .ip-cards-2, #evenstar-page .ip-cards-3 { grid-template-columns: 1fr; }
  #evenstar-page .ip-split, #evenstar-page .ip-split-wide { grid-template-columns: 1fr; }
  #evenstar-page .ip-audience-grid { grid-template-columns: 1fr; }
  #evenstar-page .ip-section { padding: 48px 1.25rem; }
}
/* === Static site overrides (Squarespace legacy) === */
#evenstar-page { display: block !important; }
#evenstar-page .ep-inner { display: block !important; }

/* === High-end book mockup in hero === */
.book-hero {
  display: flex; justify-content: center; align-items: center;
  perspective: 1800px; padding: 20px 0; position: relative;
  margin-top: -30px;
}

/* Book + papers scene */
.book-scene {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 5;
  isolation: isolate;
  margin-left: -40px;
}
/* Warm gold ambient glow behind the portfolio */
.book-scene::before {
  content: '';
  position: absolute;
  right: -80px;
  bottom: 60px;
  width: 300px;
  height: 280px;
  background: radial-gradient(ellipse at center, rgba(212,162,74,0.15) 0%, rgba(168,120,48,0.06) 45%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  filter: blur(35px);
}

/* === Premium Portfolio Binder === */
.portfolio {
  position: absolute;
  right: -140px;
  bottom: 0;
  width: 220px;
  height: 310px;
  z-index: 10;
  transform: rotate(2deg);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
}
.portfolio:hover {
  transform: rotate(2deg) translateY(-6px);
}

/* Tabs peeking out the top */
.portfolio-tabs {
  position: absolute;
  top: -18px;
  left: 20px;
  right: 12px;
  display: flex;
  gap: 3px;
  z-index: 14;
}
.ptab {
  flex: 1;
  height: 20px;
  border-radius: 4px 4px 0 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 5.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(60,40,20,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.ptab-1 { background: linear-gradient(180deg, #FAF3E2 0%, #F0E6D0 100%); }
.ptab-2 { background: linear-gradient(180deg, #F5EBCF 0%, #EADDB8 100%); }
.ptab-3 { background: linear-gradient(180deg, #F7EED5 0%, #ECE0C0 100%); }
.ptab-4 { background: linear-gradient(180deg, #F3E8CB 0%, #E8D9B5 100%); }
.ptab-5 { background: linear-gradient(180deg, #F6ECD2 0%, #EBDDBC 100%); }

/* Back cover (visible behind pages) */
.portfolio-back {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, #96742C 0%, #7E6224 50%, #6E5520 100%);
  border-radius: 3px 6px 6px 3px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6), 0 2px 8px rgba(0,0,0,0.3);
}

/* Internal pages fanning slightly */
.portfolio-pages {
  position: absolute;
  top: 4px;
  left: 6px;
  right: 4px;
  bottom: 4px;
  z-index: 11;
}
.portfolio-page {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(170deg, #FAF5EB 0%, #F0E8D8 40%, #E8DCC8 100%);
  border-radius: 1px 4px 4px 1px;
  padding: 18px 14px;
}
.portfolio-page.pp-3 {
  transform: rotate(0.3deg);
  box-shadow: 1px 0 3px rgba(0,0,0,0.1);
}
.portfolio-page.pp-2 {
  transform: rotate(0.15deg);
  box-shadow: 1px 0 4px rgba(0,0,0,0.12);
}
.portfolio-page.pp-1 {
  transform: rotate(0deg);
  box-shadow: 1px 0 5px rgba(0,0,0,0.14);
}
/* Page content lines */
.pp-header {
  width: 55%;
  height: 3px;
  background: rgba(80,60,40,0.25);
  border-radius: 1px;
  margin-bottom: 10px;
}
.pp-line {
  width: 100%;
  height: 2px;
  background: rgba(80,60,40,0.15);
  border-radius: 1px;
  margin-bottom: 5px;
}
.pp-line.pp-short { width: 60%; }
.pp-gap { height: 8px; }

/* Front cover — rich gold */
.portfolio-cover {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(165deg,
      #C6A048 0%, #B8923C 15%, #A88434 35%,
      #96742C 55%, #846626 75%, #6E5520 100%);
  border-radius: 3px 6px 6px 3px;
  z-index: 12;
  box-shadow:
    0 12px 40px rgba(0,0,0,0.55),
    0 3px 10px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,235,180,0.15),
    inset 0 -1px 0 rgba(0,0,0,0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  transition: box-shadow 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.portfolio:hover .portfolio-cover {
  box-shadow:
    0 18px 50px rgba(0,0,0,0.6),
    0 4px 14px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,235,180,0.2),
    inset 0 -1px 0 rgba(0,0,0,0.25);
}

/* Subtle texture grain overlay */
.portfolio-cover::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(255,255,255,0.015) 2px,
      rgba(255,255,255,0.015) 3px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 3px,
      rgba(0,0,0,0.025) 3px,
      rgba(0,0,0,0.025) 4px
    );
  pointer-events: none;
  z-index: 1;
}

/* Gold embossed text block */
.cover-emboss {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.cover-rule {
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,245,220,0.3) 20%, rgba(255,245,220,0.5) 50%, rgba(255,245,220,0.3) 80%, transparent);
  margin: 5px 0 12px;
}
.cover-series {
  font-family: 'DM Sans', sans-serif;
  font-size: 5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,248,230,0.55);
  text-align: center;
  margin-bottom: 0;
}
.cover-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 16px;
  line-height: 1.12;
  text-align: center;
  color: transparent;
  background: linear-gradient(170deg, #FFF8E8 0%, #F0E4C8 30%, #E8D8B0 50%, #F0E4C8 70%, #FFF5E0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5));
}
.cover-volume {
  font-family: 'DM Sans', sans-serif;
  font-size: 6px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,248,230,0.5);
  text-align: center;
  margin-bottom: 4px;
}

/* Cream corner clasp */
.cover-clasp {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  border-right: 2px solid rgba(255,245,220,0.2);
  border-bottom: 2px solid rgba(255,245,220,0.2);
  z-index: 2;
}
.cover-clasp::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-left: 2px solid rgba(255,245,220,0.2);
  border-top: 2px solid rgba(255,245,220,0.2);
  transform: translate(-14px, -14px);
}

/* Subtle sheen across cover */
.cover-sheen {
  position: absolute;
  top: 0; left: -40%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(255,240,200,0.03) 40%, rgba(255,245,220,0.06) 50%, rgba(255,240,200,0.03) 60%, transparent 100%);
  pointer-events: none;
  z-index: 3;
}

/* Spine edge */
.portfolio-spine {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(90deg, #5A4818 0%, #6E5520 40%, #846626 100%);
  border-radius: 3px 0 0 3px;
  z-index: 13;
  box-shadow: inset -1px 0 2px rgba(255,235,180,0.06);
}


/* Silver executive pen */
.silver-pen {
  position: absolute;
  bottom: -14px;
  right: -185px;
  width: 190px;
  height: 9px;
  transform: rotate(0deg);
  z-index: 15;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.5)) drop-shadow(0 1px 2px rgba(0,0,0,0.3));
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
              filter 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
}
.silver-pen:hover {
  transform: rotate(0deg) translateY(-5px);
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.5)) drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.pen-clip {
  position: absolute;
  top: 0; left: 0;
  width: 85px;
  height: 100%;
  background: linear-gradient(180deg,
    #d0d0d0 0%, #b8b8b8 10%, #eaeaea 25%, #fafafa 40%,
    #e8e8e8 50%, #c0c0c0 65%, #d8d8d8 80%, #b0b0b0 100%);
  border-radius: 5px 0 0 5px;
}
.pen-clip::after {
  content: '';
  position: absolute;
  top: -3px; left: 10px;
  width: 50px; height: 4px;
  background: linear-gradient(180deg, #e0e0e0 0%, #a0a0a0 50%, #d0d0d0 100%);
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.pen-body {
  position: absolute;
  top: 0; left: 85px;
  width: 90px;
  height: 100%;
  background: linear-gradient(180deg,
    #d0d0d0 0%, #b8b8b8 10%, #eaeaea 25%, #fafafa 40%,
    #e8e8e8 50%, #c0c0c0 65%, #d8d8d8 80%, #b0b0b0 100%);
}
.pen-body::after {
  content: '';
  position: absolute;
  top: 1px; left: 0; right: 4px;
  height: 3px;
  background: linear-gradient(90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0.3) 100%);
  border-radius: 2px;
}
.pen-tip {
  position: absolute;
  top: 0; right: 0;
  width: 25px;
  height: 100%;
  background: linear-gradient(180deg,
    #c8c8c8 0%, #b0b0b0 20%, #e0e0e0 40%, #c0c0c0 60%, #a0a0a0 100%);
  clip-path: polygon(0 0, 0 100%, 100% 40%, 100% 60%);
}
.pen-tip::before {
  content: '';
  position: absolute;
  right: -1px; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 3px;
  background: linear-gradient(180deg, #d0d0d0, #808080);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.book-3d {
  position: relative;
  width: 330px; height: 480px;
  z-index: 1;
  margin-right: 16px;
  margin-bottom: 16px;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
              filter 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
}
.book-3d:hover {
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
}
/* Mobile / default hover: lift straight up */
@media (max-width: 900px) {
  .book-3d:hover { transform: translateY(-8px); }
}
/* Desktop: shift handbook left so the toolkit portfolio doesn't cover it as much; hover lifts up while keeping the X shift */
@media (min-width: 901px) {
  .book-3d { transform: translateX(-40px); }
  .book-3d:hover { transform: translateX(-40px) translateY(-8px); }
}

.book-cover {
  position: absolute;
  top: 0; left: 32px; right: 0; bottom: 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E"),
    linear-gradient(160deg, #152a44 0%, #0e2035 35%, #091828 70%, #061220 100%);
  border-radius: 2px 6px 6px 2px;
  border: none;
  padding: 40px 24px 36px;
  display: flex; flex-direction: column; justify-content: center;
  color: #fff;
  box-shadow:
    /* Page stack — cream colored edges peeking out right side only */
    3px 0 0 0 #ebe3d4,
    6px 0 0 0 #e5dccb,
    9px 0 0 0 #dfd5c3,
    12px 0 0 0 #d9cebb,
    /* Depth shadow */
    18px 22px 45px rgba(0,0,0,0.45),
    6px 10px 20px rgba(0,0,0,0.25);
  overflow: hidden;
  z-index: 3;
}
/* Thin double gold border frame */
.book-cover::before {
  content: ''; position: absolute; inset: 16px;
  border: 1.5px solid rgba(198,146,58,0.85);
  pointer-events: none;
  z-index: 2;
  box-shadow: none;
}
.book-cover::after {
  content: ''; position: absolute; inset: 22px;
  border: 1px solid rgba(198,146,58,0.35);
  pointer-events: none;
  z-index: 2;
}

/* Diagonal light sheen across cover — glossy reflection */
.book-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    transparent 0%,
    transparent 28%,
    rgba(255,255,255,0.04) 36%,
    rgba(255,255,255,0.07) 42%,
    rgba(255,255,255,0.04) 48%,
    transparent 56%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 6;
  border-radius: 2px 6px 6px 2px;
}

.book-title-block {
  position: relative; z-index: 4;
  text-align: center;
  display: flex; flex-direction: column;
  height: 100%; padding: 28px 0px 24px;
  box-sizing: border-box;
}
.book-series {
  font-family: 'DM Sans', sans-serif; font-size: 7.5px;
  letter-spacing: 0.28em;
  white-space: nowrap;
  background: linear-gradient(135deg, #E8C97A 0%, #C6923A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase; font-weight: 600;
  line-height: 1.5;
}
/* Subtle gold accent line under "The Community Bank AI Series" on the handbook book cover (shows on both home + handbook pages, desktop + mobile) */
.book-series::after {
  content: '';
  display: block;
  width: 62%;
  height: 1px;
  margin: 5px auto 0;
  background: linear-gradient(90deg, transparent, #C6923A, transparent);
  -webkit-text-fill-color: initial;
}
.book-main-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 21px; line-height: 1.13;
  letter-spacing: 0.005em;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5), 0 0 20px rgba(198,146,58,0.06);
}
.book-main-title + .book-main-title { margin-top: 4px; }

.book-divider-line {
  width: 56px; height: 1px; margin: 14px auto;
  background: linear-gradient(90deg, transparent, #C6923A, transparent);
}

.book-series + .book-main-title { margin-top: 40px; }

/* Homepage hero handbook cover: vertically center content (match the mobile treatment) */
.book-hero .book-title-block { justify-content: center; padding-bottom: 64px; }
.book-hero .book-author { margin-top: 0; }
.book-hero .book-series + .book-main-title { margin-top: 22px; }

.book-volume {
  font-family: 'DM Sans', sans-serif; font-size: 10px;
  letter-spacing: 0.28em;
  background: linear-gradient(135deg, #E8C97A 0%, #C6923A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase; font-weight: 500;
  line-height: 1.5;
  margin-top: 6px;
}

.book-subtitle {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 9px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  font-style: italic;
  color: rgba(224,200,160,0.85);
  margin-top: 18px;
  padding-top: 0;
  text-align: center;
  border-top: none;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.book-author {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 12px; letter-spacing: 0.22em;
  color: #fff; text-transform: uppercase;
  margin-top: auto; padding-top: 18px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.book-publisher {
  font-family: 'DM Sans', sans-serif; font-size: 11px;
  letter-spacing: 0.4em;
  background: linear-gradient(135deg, #E8C97A 0%, #C6923A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600; margin-top: 10px;
}

/* Spine — left edge of book */
.book-spine {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 34px;
  background:
    linear-gradient(90deg,
      #050E1A 0%,
      #0A1928 30%,
      #0F2238 55%,
      #0C1C30 100%
    );
  border: none;
  border-radius: 6px 0 0 6px;
  box-shadow:
    inset 5px 0 16px rgba(0,0,0,0.5),
    inset -2px 0 8px rgba(0,0,0,0.25),
    -3px 0 12px rgba(0,0,0,0.3);
  z-index: 4;
}
/* Gold spine accent bands */
.book-spine::before {
  content: '';
  position: absolute;
  top: 22px; left: 7px; right: 7px;
  height: 1px;
  background: rgba(198,146,58,0.45);
}
.book-spine::after {
  content: '';
  position: absolute;
  bottom: 22px; left: 7px; right: 7px;
  height: 1px;
  background: rgba(198,146,58,0.45);
}

/* Page edges — hidden, using box-shadow on cover instead */
.book-pages {
  display: none;
}

/* Bottom edge — hidden, using box-shadow on cover instead */
.book-bottom {
  display: none;
}

@media (max-width: 900px) {
  .book-3d { width: 220px; height: 330px; }
  .book-main-title { font-size: 12px; line-height: 1.18; }
  .book-cover { padding: 36px 22px 30px; }
  .hh-line { font-size: 40px; }
  .hh-accent { font-size: 36px; }
}

/* Hero subhead as three elegant pills */
.hero-sub { display: flex !important; flex-wrap: wrap; gap: 12px !important; padding: 0 !important; }
.hs-pill {
  display: inline-flex; align-items: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px !important; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold);
  padding: 10px 18px;
  border: 1px solid rgba(198,146,58,0.35);
  border-radius: 2px;
  background: rgba(198,146,58,0.04);
}

/* ================================================================
   ELEVATION PASS — refined editorial treatment
   Overrides previous styles, keeps all copy intact
   ================================================================ */

/* --- Hero: layered ambient depth --- */
#evenstar-page .hero {
  background:
    linear-gradient(180deg, #060F1A 0%, #081420 50%, #050D18 100%) !important;
  padding: 220px 2rem 80px !important;
  position: relative;
}
/* Hero headline polish */
.hero-headline .hh-line { font-weight: 400; }
.hero-headline .hh-accent {
  background: linear-gradient(180deg, #F0D598 0%, #D4A85C 40%, #C6923A 70%, #B08132 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.35));
}

/* --- Gold hairline section dividers between sections --- */
#evenstar-page .urgency-bar,
#evenstar-page .pain-section,
#evenstar-page .book-section {
  position: relative;
}
#evenstar-page .urgency-bar::before,
#evenstar-page .pain-section::before,
#evenstar-page .book-section::before {
  content: ''; position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 140px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,146,58,0.55), transparent);
}

/* --- Urgency bar refined: navy + gold instead of red --- */
#evenstar-page .urgency-bar {
  background: linear-gradient(180deg, #0C1C2C 0%, #091523 100%) !important;
  border-bottom: 1px solid rgba(198,146,58,0.18) !important;
  border-top: 1px solid rgba(198,146,58,0.18) !important;
  padding: 28px 2rem !important;
}
#evenstar-page .urgency-inner {
  max-width: 980px !important; margin: 0 auto !important;
  display: flex !important; align-items: center !important;
  justify-content: center !important; gap: 20px !important;
  color: rgba(232,236,242,0.78) !important;
  font-size: 14px !important; font-style: italic;
  letter-spacing: 0.02em; text-align: center;
}
#evenstar-page .urgency-inner strong {
  color: var(--gold) !important; font-weight: 500 !important;
  font-style: normal; letter-spacing: 0.04em;
}
#evenstar-page .urgency-icon {
  width: 8px !important; height: 8px !important;
  border: none !important; border-radius: 50% !important;
  background: var(--gold) !important;
  font-size: 0 !important;
  box-shadow: 0 0 12px rgba(198,146,58,0.6);
  flex-shrink: 0; padding: 0 !important;
}

/* --- Home page sections: center-aligned headers & CTAs --- */
#evenstar-page .pain-section .section-inner,
#evenstar-page .handbook-section .section-inner,
#evenstar-page .toolkit-section .section-inner {
  text-align: center;
}
#evenstar-page .pain-section .section-label,
#evenstar-page .handbook-section .section-label,
#evenstar-page .toolkit-section .section-label {
  justify-content: center;
}
#evenstar-page .pain-section .section-title,
#evenstar-page .handbook-section .section-title,
#evenstar-page .toolkit-section .section-title,
#evenstar-page .pain-section .section-sub,
#evenstar-page .handbook-section .section-sub,
#evenstar-page .toolkit-section .section-sub {
  margin-left: auto !important;
  margin-right: auto !important;
}
#evenstar-page .pain-section .section-title,
#evenstar-page .handbook-section .section-title,
#evenstar-page .toolkit-section .section-title {
  margin-bottom: 48px !important;
}
@media (max-width: 900px) {
  #evenstar-page .pain-section .section-title,
  #evenstar-page .handbook-section .section-title,
  #evenstar-page .toolkit-section .section-title {
    margin-bottom: 36px !important;
  }
}
#evenstar-page .pain-grid,
#evenstar-page .handbook-grid,
#evenstar-page .hp-tk-grid {
  text-align: left;
}
#evenstar-page .pain-section .hb-cta,
#evenstar-page .handbook-section .hb-cta,
#evenstar-page .toolkit-section .hb-cta {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* --- Sections: more space, editorial feel --- */
#evenstar-page .pain-section {
  padding: 80px 2rem 48px !important;
  background: #F5F1EB !important;
}
#evenstar-page .book-section {
  padding: 120px 2rem !important;
  background: linear-gradient(180deg, #0A1826 0%, #0C1C2C 100%) !important;
}
.section-inner { max-width: 1200px !important; margin: 0 auto !important; }

/* Section label with leading rule */
#evenstar-page .section-label {
  display: inline-flex !important; align-items: center; gap: 14px;
  font-size: 11px !important; font-weight: 500 !important;
  letter-spacing: 0.36em !important; color: var(--gold) !important;
  text-transform: uppercase; margin-bottom: 24px !important;
}
#evenstar-page .section-label::before {
  content: '◆'; width: auto; height: auto; background: none;
  font-size: 16px; color: var(--gold); opacity: 0.8;
}
#evenstar-page .section-label::after {
  content: '◆'; width: auto; height: auto; background: none;
  font-size: 16px; color: var(--gold); opacity: 0.8;
}

/* Bridge text — connecting line between sections */
.section-bridge {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  color: var(--gold);
  text-align: center;
  margin-top: 40px;
  padding-top: 28px;
  position: relative;
  letter-spacing: -0.005em;
  font-style: italic;
}
.section-bridge::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 40px; height: 1px;
  background: rgba(198,146,58,0.4);
}
/* Light section bridge override */
.pain-section .section-bridge {
  color: #9E7332;
}
.pain-section .section-bridge::before {
  background: rgba(158,115,50,0.4);
}

#evenstar-page .section-title {
  font-family: var(--serif) !important;
  font-size: 46px !important; line-height: 1.12 !important;
  color: #fff !important; margin-bottom: 20px !important;
  font-weight: 400 !important; max-width: 780px; letter-spacing: -0.005em;
}
#evenstar-page .section-sub {
  font-size: 17px !important; line-height: 1.7 !important;
  color: rgba(232,236,242,0.65) !important;
  max-width: 680px; margin-bottom: 56px !important;
}

/* --- Pain section light-mode overrides --- */
#evenstar-page .pain-section .section-title {
  color: var(--navy) !important;
  max-width: none !important;
}
#evenstar-page .pain-section .section-sub {
  color: #5A6B7A !important;
}
#evenstar-page .pain-section .section-label {
  color: #9E7332 !important;
}
#evenstar-page .pain-section .section-label::before {
  color: #9E7332 !important;
}

/* --- Pain cards: editorial with large gold numerals --- */
#evenstar-page .pain-card {
  background: #fff !important;
  border: 1px solid rgba(12,28,44,0.08) !important;
  border-radius: 2px !important;
  padding: 44px 32px 36px !important;
  transition: border-color 0.4s, transform 0.4s, box-shadow 0.4s !important;
  position: relative;
  display: flex !important;
  flex-direction: column !important;
}
#evenstar-page .pain-card:hover {
  border-color: rgba(198,146,58,0.4) !important;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(12,28,44,0.08) !important;
}
#evenstar-page .pain-number {
  font-family: var(--serif) !important;
  font-size: 56px !important;
  background: linear-gradient(180deg, #D4A85C 0%, #9E7332 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px !important; line-height: 1;
  display: block;
  height: 56px;
}
#evenstar-page .pain-card h3 {
  font-family: var(--serif) !important;
  color: var(--navy) !important;
  font-size: 21px !important; font-weight: 400 !important;
  line-height: 1.3 !important; margin-bottom: 14px !important;
  letter-spacing: -0.005em;
  min-height: 56px;
}
#evenstar-page .pain-card p {
  color: #5A6B7A !important;
  font-size: 14.5px !important; line-height: 1.7 !important;
  margin-top: auto;
}

/* Pain grid: slightly wider gap */
.pain-grid { gap: 24px !important; align-items: stretch !important; }
#evenstar-page .pain-grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 900px) {
  #evenstar-page .pain-grid-4 { grid-template-columns: 1fr !important; }
}

/* --- Handbook section --- */
#evenstar-page .handbook-section {
  padding: 80px 2rem 64px !important;
  background: linear-gradient(180deg, #0A1826 0%, #0C1C2C 100%) !important;
}
#evenstar-page .handbook-section .section-title {
  color: #fff !important;
}
#evenstar-page .handbook-section .section-label {
  color: var(--gold) !important;
}
#evenstar-page .handbook-section .section-label::before {
  color: var(--gold) !important;
}
#evenstar-page .hb-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(198,146,58,0.15) !important;
  border-radius: 2px !important;
  padding: 44px 32px 36px !important;
  transition: border-color 0.4s, transform 0.4s, box-shadow 0.4s !important;
  position: relative;
  display: flex !important;
  flex-direction: column !important;
}
#evenstar-page .hb-card:hover {
  border-color: rgba(198,146,58,0.4) !important;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
}
#evenstar-page .hb-card .pain-number {
  font-family: var(--serif) !important;
  font-size: 56px !important;
  background: linear-gradient(180deg, #D4A85C 0%, #9E7332 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px !important; line-height: 1;
  display: block; height: 56px;
}
#evenstar-page .hb-card h3 {
  font-family: var(--serif) !important;
  color: #fff !important;
  font-size: 21px !important; font-weight: 400 !important;
  line-height: 1.3 !important; margin-bottom: 14px !important;
  letter-spacing: -0.005em;
  min-height: 56px;
}
#evenstar-page .hb-card p {
  color: rgba(232,236,242,0.6) !important;
  font-size: 14.5px !important; line-height: 1.7 !important;
  margin-top: auto;
}
#evenstar-page .hb-cta {
  display: inline-block;
  margin-top: 48px;
}

/* --- Toolkit section --- */
#evenstar-page .toolkit-section {
  padding: 80px 2rem 64px !important;
  background: #F5F1EB !important;
}
#evenstar-page .toolkit-section .section-title {
  color: var(--navy) !important;
}
#evenstar-page .toolkit-section .section-label {
  color: #9E7332 !important;
}
#evenstar-page .toolkit-section .section-label::before {
  color: #9E7332 !important;
}
#evenstar-page .tk-cta {
  display: inline-block;
  margin-top: 48px;
}

/* --- Home page toolkit mini wall --- */
.home-tk-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  max-width: 900px;
  margin: 0 auto;
}
.home-tk-card {
  aspect-ratio: 3 / 3.2;
  border-radius: 5px;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(14px);
  transition: transform 0.5s cubic-bezier(0.2,0.8,0.2,1), opacity 0.6s ease, box-shadow 0.35s ease;
}
.home-tk-card:hover {
  transform: translateY(-3px) scale(1.04) !important;
  box-shadow: 0 6px 24px rgba(0,0,0,0.4);
  z-index: 5;
}
.htk-tier {
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 4px;
}
.htk-name {
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.25;
  color: rgba(255,255,255,0.85);
}
@media (max-width: 900px) {
  .home-tk-wall { grid-template-columns: repeat(3, 1fr); }
}

/* --- Book/resource cards: editorial --- */
#evenstar-page .book-card {
  background: rgba(255,255,255,0.02) !important;
  border: 1px solid rgba(198,146,58,0.12) !important;
  border-radius: 2px !important;
  padding: 44px 40px !important;
  transition: border-color 0.4s, transform 0.4s, background 0.4s !important;
  position: relative;
}
#evenstar-page .book-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 60px; height: 2px; background: var(--gold);
  transition: width 0.4s;
}
#evenstar-page .book-card:hover {
  border-color: rgba(198,146,58,0.5) !important;
  background: rgba(198,146,58,0.04) !important;
  transform: translateY(-4px);
}
#evenstar-page .book-card:hover::before { width: 100%; }

#evenstar-page .book-card .tag {
  background: transparent !important;
  border: 1px solid rgba(198,146,58,0.5) !important;
  color: var(--gold) !important;
  padding: 5px 12px !important; border-radius: 2px !important;
  font-size: 10px !important; letter-spacing: 0.28em !important;
  font-weight: 500 !important;
}
#evenstar-page .book-card h3 {
  color: #fff !important;
  font-size: 26px !important; line-height: 1.25 !important;
  margin-bottom: 16px !important; margin-top: 20px !important;
  font-weight: 400 !important; letter-spacing: -0.005em;
}
#evenstar-page .book-card p {
  color: rgba(200,213,223,0.7) !important;
  font-size: 15px !important; line-height: 1.7 !important;
  margin-bottom: 28px !important;
}
#evenstar-page .book-card a {
  color: var(--gold) !important;
  font-family: var(--sans) !important; font-size: 12px !important;
  font-weight: 500 !important; letter-spacing: 0.26em;
  text-transform: uppercase;
}

/* --- Footer subtle elevation --- */
#evenstar-page .ev-footer {
  padding: 64px 2rem 40px !important;
  background: linear-gradient(180deg, #091523 0%, #060F1B 100%) !important;
  position: relative;
  border-top: 1px solid rgba(198,146,58,0.15);
}
#evenstar-page .ev-footer::before {
  content: ''; position: absolute; top: -1px; left: 50%;
  transform: translateX(-50%);
  width: 200px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,146,58,0.6), transparent);
}
#evenstar-page .footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  font-family: 'Tenor Sans', sans-serif !important;
  font-size: 16px !important; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 400;
  line-height: 1 !important;
}
#evenstar-page .footer-brand em {
  font-style: normal !important;
  color: #fff !important;
  font-family: 'Tenor Sans', sans-serif !important;
  font-size: 20px !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  position: relative;
}
#evenstar-page .footer-brand span {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 7px !important;
  letter-spacing: 0.35em !important;
  color: #EACC94 !important;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 4px;
}
#evenstar-page .footer-heading {
  font-size: 10px !important; letter-spacing: 0.36em !important;
  color: var(--gold) !important; font-weight: 500 !important;
  margin-bottom: 22px !important;
}
#evenstar-page .ev-footer a {
  font-size: 14px !important; margin-bottom: 12px !important;
  letter-spacing: 0.01em; transition: color 0.3s;
}
#evenstar-page .ev-footer a:hover { color: var(--gold) !important; }
#evenstar-page .footer-desc {
  font-size: 13px !important; line-height: 1.75 !important;
  color: rgba(200,213,223,0.55) !important;
}
#evenstar-page .footer-bottom {
  font-size: 11px !important; letter-spacing: 0.14em;
  color: rgba(200,213,223,0.35) !important;
  text-transform: uppercase; padding-top: 32px !important;
  border-top-color: rgba(198,146,58,0.12) !important;
}

/* --- Smoother motion everywhere --- */
#evenstar-page * { transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1); }

/* Responsive tune */
@media (max-width: 900px) {
  #evenstar-page .section-title { font-size: 34px !important; }
  #evenstar-page .pain-card { padding: 32px 24px !important; }
  #evenstar-page .book-card { padding: 32px 28px !important; }
}

/* ========== HOMEPAGE RESTRUCTURE ========== */

/* Credibility strip — elevated editorial treatment */
/* === Stats strip === */
.stats-strip {
  position: relative;
  background: #060E1A;
  border-top: 1px solid rgba(198,146,58,0.15);
  border-bottom: 1px solid rgba(198,146,58,0.15);
  padding: 48px 2rem;
}
.stats-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.stat-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 40px;
}
.stat-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
}
.stat-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.8;
}
.stat-divider {
  width: 1px;
  height: 52px;
  background: linear-gradient(180deg, transparent, rgba(198,146,58,0.3), transparent);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .stats-strip { padding: 32px 20px; }
  .stats-inner { flex-direction: column; gap: 28px; }
  .stat-divider { width: 48px; height: 1px; background: linear-gradient(90deg, transparent, rgba(198,146,58,0.3), transparent); }
  .stat-number { font-size: 36px; }
  .stat-block { padding: 0; }
}

/* Legacy cred-strip (unused) */
.cred-strip {
  position: relative;
  background: #060E1A;
  border-top: 1px solid rgba(198,146,58,0.2);
  border-bottom: 1px solid rgba(198,146,58,0.3);
  padding: 36px 24px;
}
.cred-strip::before,
.cred-strip::after {
  display: none;
}
.cred-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.cred-item {
  display: flex; align-items: center; gap: 12px;
  padding: 0 28px;
}
.cred-dot {
  width: 4px; height: 4px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0.5;
  flex-shrink: 0;
}
.cred-icon {
  font-size: 16px;
  color: var(--gold);
  opacity: 0.7;
  flex-shrink: 0;
  line-height: 1; letter-spacing: 0.02em;
  flex-shrink: 0;
}
.cred-body {
  min-width: 0;
}
.cred-value {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; line-height: 1.4;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .cred-strip { padding: 24px 20px; }
  .cred-inner { flex-direction: column; gap: 16px; }
  .cred-item { padding: 0; justify-content: center; }
  .cred-dot { display: none; }
  .cred-value { font-size: 12px; }
}


/* Feature sections (Handbook / Toolkit) */
.feature-section { padding: 72px 24px; position: relative; }
.feature-section.feature-book {
  background: linear-gradient(180deg, #0A1626 0%, #0C1C2C 100%);
}
.feature-section.feature-toolkit {
  background: #F5F1EB;
  border-top: none;
}
.feature-section::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 80px; height: 1px; background: var(--gold); opacity: 0.4;
}
.feature-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.feature-inner.reversed .feature-copy { order: 2; }
.feature-inner.reversed .feature-visual { order: 1; }
.feature-copy .section-title { font-size: 44px; line-height: 1.15; margin: 12px 0 16px; font-weight: 500; }
.feature-copy .section-sub { font-size: 17px; line-height: 1.6; margin-bottom: 24px; color: #B8C6D3; }
.feature-list {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: flex; flex-direction: column; gap: 10px;
}
.feature-list li {
  font-family: 'DM Sans', sans-serif; font-size: 15px;
  color: #D4DCE5; padding-left: 22px; position: relative;
}
.feature-list li::before {
  content: ""; position: absolute; left: 0; top: 10px;
  width: 12px; height: 1px; background: var(--gold);
}

/* Handbook chapters card — elevated table of contents */
.feature-book-card {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(198,146,58,0.06) 0%, transparent 60%),
    linear-gradient(180deg, #0E1E32 0%, #07111F 100%);
  border: 1px solid rgba(198,146,58,0.22);
  padding: 56px 48px 40px; border-radius: 2px;
  position: relative;
  box-shadow:
    0 40px 100px -40px rgba(0,0,0,0.7),
    inset 0 1px 0 rgba(198,146,58,0.1);
}
/* Editorial corner brackets */
.fbc-corner {
  position: absolute; width: 18px; height: 18px;
  border-color: var(--gold); border-style: solid; border-width: 0;
  opacity: 0.7;
}
.fbc-corner-tl { top: 14px; left: 14px; border-top-width: 1px; border-left-width: 1px; }
.fbc-corner-tr { top: 14px; right: 14px; border-top-width: 1px; border-right-width: 1px; }
.fbc-corner-bl { bottom: 14px; left: 14px; border-bottom-width: 1px; border-left-width: 1px; }
.fbc-corner-br { bottom: 14px; right: 14px; border-bottom-width: 1px; border-right-width: 1px; }

/* Header block */
.fbc-header {
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(198,146,58,0.2);
  margin-bottom: 12px;
  position: relative;
}
.fbc-header::after {
  content: ""; position: absolute; left: 50%; bottom: -1px;
  transform: translateX(-50%); width: 60px; height: 1px;
  background: var(--gold);
}
.fbc-label {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px; font-style: italic;
  background: linear-gradient(180deg, #E8C97A 0%, #C6923A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.01em; line-height: 1;
  margin-bottom: 14px;
}
.fbc-ornament {
  color: var(--gold); font-size: 16px;
  line-height: 1; margin-bottom: 12px;
  opacity: 0.85;
}
.fbc-sublabel {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; letter-spacing: 0.34em;
  color: rgba(232,220,196,0.65);
  text-transform: uppercase; font-weight: 500;
}

/* Chapter rows */
.fbc-chapters {
  display: flex; flex-direction: column;
}
.fbc-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: baseline; gap: 18px;
  padding: 18px 0;
  border-bottom: 1px dotted rgba(198,146,58,0.2);
  position: relative;
  transition: padding 0.25s ease;
}
.fbc-row:last-child { border-bottom: none; }
.fbc-row:hover { padding-left: 6px; }
.fbc-num {
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic;
  font-size: 22px;
  background: linear-gradient(180deg, #E8C97A 0%, #C6923A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.02em; line-height: 1;
  text-align: center;
}
.fbc-title {
  font-family: 'DM Serif Display', Georgia, serif;
  color: #fff; font-size: 17px; line-height: 1.35;
  letter-spacing: 0.005em;
}
.fbc-page {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--gold); font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.fbc-more {
  font-family: 'DM Sans', sans-serif; font-size: 11px;
  color: rgba(198,146,58,0.85); letter-spacing: 0.28em;
  text-transform: uppercase; font-weight: 600;
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid rgba(198,146,58,0.2);
  text-align: center;
}

@media (max-width: 600px) {
  .feature-book-card { padding: 44px 28px 32px; }
  .fbc-row { grid-template-columns: 36px 1fr auto; gap: 12px; padding: 14px 0; }
  .fbc-num { font-size: 18px; }
  .fbc-title { font-size: 15px; }
  .fbc-label { font-size: 18px; }
}

/* Toolkit stack tiles */
.toolkit-stack {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 520px; margin-left: auto;
}
.ts-tile {
  position: relative;
  background: linear-gradient(180deg, #101E32 0%, #0A1726 100%);
  border: 1px solid rgba(198,146,58,0.22);
  padding: 22px 20px 20px; border-radius: 3px;
  display: flex; flex-direction: column; gap: 8px;
  min-height: 140px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 24px -12px rgba(0,0,0,0.5);
}
.ts-tile:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -18px rgba(198,146,58,0.25);
}
.ts-ext-badge {
  align-self: flex-start;
  font-family: 'DM Sans', sans-serif; font-size: 9px;
  letter-spacing: 0.22em; font-weight: 700;
  color: #0A1626; background: var(--gold);
  padding: 4px 8px; border-radius: 2px;
  margin-bottom: 8px;
}
.ts-ext-badge.xls { background: #C8A455; }
.ts-ext-badge.ppt { background: #B58740; }
.ts-name {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 17px; line-height: 1.25;
  color: #fff;
}
.ts-meta {
  font-family: 'DM Sans', sans-serif; font-size: 12px;
  color: #8FA3B8; letter-spacing: 0.02em;
  margin-top: auto;
}
.ts-more {
  grid-column: span 2;
  font-family: 'DM Sans', sans-serif; font-size: 12px;
  color: var(--gold); letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 600; text-align: center; padding: 18px;
  border: 1px dashed rgba(198,146,58,0.3); border-radius: 3px;
  background: rgba(198,146,58,0.04);
}
@media (max-width: 900px) {
  .toolkit-stack { max-width: 100%; margin-left: 0; }
}

/* Toolkit section light-mode overrides */
#evenstar-page .feature-toolkit .section-label { color: #9E7332 !important; }
#evenstar-page .feature-toolkit .section-label::before { color: #9E7332 !important; }
#evenstar-page .feature-toolkit .section-title { color: var(--navy) !important; }
#evenstar-page .feature-toolkit .section-sub { color: #5A6B7A !important; }
#evenstar-page .feature-toolkit .feature-list li { color: #4A5C6D !important; }
#evenstar-page .feature-toolkit .feature-list li::before { background: #9E7332 !important; }
.feature-toolkit::before { background: #9E7332 !important; }
.feature-toolkit .btn-outline {
  color: var(--navy) !important;
  border-color: var(--navy) !important;
}
.feature-toolkit .btn-outline::before {
  background: var(--navy) !important;
}
.feature-toolkit .btn-outline:hover {
  color: #fff !important;
}
.feature-toolkit .ts-tile {
  background: #fff !important;
  border-color: rgba(12,28,44,0.08) !important;
  box-shadow: 0 4px 16px rgba(12,28,44,0.06) !important;
}
.feature-toolkit .ts-tile:hover {
  border-color: rgba(198,146,58,0.4) !important;
  box-shadow: 0 12px 32px rgba(12,28,44,0.1) !important;
}
.feature-toolkit .ts-ext-badge {
  color: #fff !important;
  background: var(--navy) !important;
}
.feature-toolkit .ts-ext-badge.xls { background: #9E7332 !important; }
.feature-toolkit .ts-ext-badge.ppt { background: #8A6322 !important; }
.feature-toolkit .ts-name { color: var(--navy) !important; }
.feature-toolkit .ts-meta { color: #7A8D9E !important; }
.feature-toolkit .ts-more {
  color: #9E7332 !important;
  border-color: rgba(158,115,50,0.3) !important;
  background: rgba(158,115,50,0.05) !important;
}

/* Author preview — elevated */
.author-section {
  background: #0C1C2C;
  padding: 72px 24px;
  position: relative;
}
.author-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,146,58,0.3), transparent);
}
.author-inner {
  display: flex; align-items: flex-start; gap: 56px;
  max-width: 760px !important; margin: 0 auto !important;
}
.author-portrait-lg {
  flex-shrink: 0;
  width: 220px; height: 220px; border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(198,146,58,0.4);
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.5);
}
.author-portrait-lg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}
.author-name-block { margin-bottom: 20px; }
.author-copy .section-title {
  font-size: 32px; margin: 0 0 6px;
  color: #fff;
}
.author-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(198,146,58,0.85);
  font-weight: 500;
}
.author-lede {
  font-size: 16px; line-height: 1.72; color: #96A7B8;
  margin-bottom: 28px;
  max-width: 520px;
}
.btn-outline-sm {
  font-size: 12px;
  padding: 10px 28px;
  letter-spacing: 0.16em;
}

/* Final CTA band */
.final-cta {
  background: linear-gradient(135deg, #C6923A 0%, #A87830 50%, #C6923A 100%);
  padding: 80px 24px; text-align: center;
  border-top: none;
  position: relative;
}
.final-cta .section-inner {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; max-width: 820px;
}
.final-cta::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
}
.final-cta-kicker {
  font-family: 'DM Sans', sans-serif; font-size: 11px;
  letter-spacing: 0.36em; text-transform: uppercase;
  color: var(--navy); font-weight: 600;
  margin-bottom: 28px;
}
.final-cta-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 44px; line-height: 1.25; color: var(--navy);
  margin: 0 0 20px; letter-spacing: -0.005em;
}
.final-cta-sub {
  font-family: 'DM Sans', sans-serif; font-size: 17px;
  line-height: 1.6; color: rgba(12,28,44,0.75);
  max-width: 560px; margin: 0 0 44px;
}
.final-cta-actions {
  display: flex; justify-content: center; gap: 18px; flex-wrap: wrap;
}
.final-cta .btn-gold {
  background: var(--navy); color: #fff; border-color: var(--navy);
}
.final-cta .btn-gold::before {
  background: linear-gradient(180deg, #152B42 0%, #0C1C2C 100%);
}
.final-cta .btn-gold:hover { color: var(--gold); border-color: var(--navy); }
.final-cta .btn-outline {
  color: var(--navy); border-color: rgba(12,28,44,0.4);
}
.final-cta .btn-outline::before { background: var(--navy); }
.final-cta .btn-outline:hover { color: #fff; border-color: var(--navy); }

@media (max-width: 900px) {
  .feature-inner { grid-template-columns: 1fr; gap: 40px; }
  .feature-inner.reversed .feature-copy { order: 1; }
  .feature-inner.reversed .feature-visual { order: 2; }
  .feature-copy .section-title { font-size: 30px; }
  .author-inner { flex-direction: column; text-align: center; gap: 32px; }
  .author-portrait-lg { width: 180px; height: 180px; margin: 0 auto; }
  .author-lede { margin-left: auto; margin-right: auto; }
  .final-cta { padding: 60px 24px; }
  .final-cta-title { font-size: 28px; }
  .final-cta-title br { display: none; }
}

/* Hero headline — cinematic single-line treatment */
.hero-headline-v3 {
  font-family: 'DM Serif Display', Georgia, serif !important;
  font-size: 76px !important; line-height: 1.08 !important;
  color: #fff !important; letter-spacing: -0.018em !important;
  font-weight: 400 !important;
  max-width: 760px; margin: 0 0 140px !important;
  display: block !important;
}
#evenstar-page .hero-ctas { margin-top: 60px !important; gap: 18px !important; }
.hh-underline {
  position: relative; color: #fff;
  font-style: italic;
  background: linear-gradient(135deg, #E8C97A 0%, #D4A85C 50%, #B8873A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 0.12em;
  display: inline-block;
}
.hh-underline::after { display: none; }
@media (max-width: 900px) {
  #evenstar-page .hero { padding: 100px 1.25rem 60px !important; }
  .hero-headline-v3 { font-size: 48px !important; margin-bottom: 80px !important; }
  .hh-underline { white-space: normal; }
  #evenstar-page .hero-ctas { margin-top: 36px !important; }
}
@media (max-width: 600px) {
  #evenstar-page .hero { padding-top: 20px !important; padding-left: 1rem !important; padding-right: 1rem !important; padding-bottom: 48px !important; }
  .hero-headline-v3 { font-size: 36px !important; margin-bottom: 48px !important; }
  #evenstar-page .hero-ctas { margin-top: 24px !important; }
  .hero-badge { font-size: 9px !important; letter-spacing: 0.1em !important; padding: 7px 14px !important; white-space: nowrap !important; }
}

/* Chapters card (Handbook feature visual) */
.chapters-card {
  background: linear-gradient(180deg, #11243A 0%, #0C1C2C 100%);
  border: 1px solid rgba(198,146,58,0.2);
  border-radius: 4px;
  padding: 44px 48px 40px;
  max-width: 480px;
  box-shadow: 0 30px 60px -25px rgba(0,0,0,0.5);
}
.cc-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 32px;
}
.cc-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cc-item {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(200,213,223,0.08);
}
.cc-item:last-child { border-bottom: none; }
.cc-num {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(198,146,58,0.6);
  letter-spacing: 0.04em;
  min-width: 24px;
}
.cc-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 17px;
  color: #E0E8F0;
  line-height: 1.35;
}
.cc-more {
  margin-top: 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(184,198,211,0.5);
  letter-spacing: 0.02em;
}
@media (max-width: 720px) {
  .chapters-card { padding: 32px 28px 28px; }
  .cc-title { font-size: 15px; }
}

/* ================================================================
   Reg Watch inside nav bar
   ================================================================ */
.nav-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  gap: 6px;
  padding-top: 0;
  margin-left: auto;
}
.nav-reg-watch-wrap {
  position: absolute;
  top: 8px;
  right: 1.25rem;
}
.nav-reg-watch {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.01em;
  line-height: 1.3;
  white-space: nowrap;
}
#evenstar-page .bulletin-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  flex-shrink: 0;
}
#evenstar-page .bulletin-divider {
  width: 1px;
  height: 10px;
  background: rgba(198,146,58,0.2);
  flex-shrink: 0;
}
#evenstar-page .bulletin-carousel {
  min-width: 0;
  position: relative;
  height: 1.3em;
  width: 520px;
  flex-shrink: 1;
}
#evenstar-page .bulletin-slide {
  position: absolute;
  top: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
#evenstar-page .bulletin-slide.bulletin-active {
  opacity: 1;
  pointer-events: auto;
}
#evenstar-page .bulletin-msg {
  min-width: 0;
  color: rgba(255,255,255,0.4);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
}
#evenstar-page .bulletin-msg strong {
  color: rgba(255,255,255,0.6);
  font-weight: 500;
}
#evenstar-page .bulletin-link {
  flex-shrink: 0;
  color: var(--gold) !important;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
#evenstar-page .bulletin-link:hover {
  border-bottom-color: var(--gold);
}
#evenstar-page .bulletin-arrow {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.2s;
}
#evenstar-page .bulletin-link:hover .bulletin-arrow {
  transform: translateX(3px);
}

/* Hide reg watch on small screens */
@media (max-width: 900px) {
  .nav-reg-watch-wrap { display: none; }
}

/* Mobile hero: prevent book art clipping */
@media (max-width: 900px) {
  .hero,
  #evenstar-page .hero {
    overflow: visible !important;
    padding: 160px 1.25rem 40px !important;
  }
  #evenstar-page {
    overflow-x: hidden !important;
  }
  /* Scale down entire book scene to fit mobile */
  .book-hero {
    transform: scale(0.78) translateX(-40px);
    transform-origin: top center;
    margin-top: -40px;
    margin-bottom: -100px;
  }
  .book-3d { width: 220px !important; height: 330px !important; }
  /* Toolkit papers in front of book on mobile */
  .lean-paper { z-index: 10 !important; width: 140px !important; }
  .book-3d { z-index: 1 !important; }
  .lean-paper-1 { right: -100px !important; height: 220px !important; bottom: 20px !important; }
  .lean-paper-2 { right: -115px !important; height: 230px !important; bottom: 20px !important; }
  .lean-paper-3 { right: -128px !important; height: 235px !important; bottom: 20px !important; }
  /* Scale down the toolkit portfolio on mobile */
  .portfolio { transform: rotate(2deg) scale(0.875) !important; transform-origin: bottom right; right: -145px !important; }
  /* Pen visible on mobile — positioned across toolkit bottom */
  .silver-pen { display: block !important; transform: rotate(18deg) scale(0.65) !important; right: -60px !important; bottom: -5px !important; z-index: 15 !important; }
}
@media (max-width: 600px) {
  .book-hero {
    transform: scale(0.68) translateX(-50px);
    margin-top: -50px;
    margin-bottom: -120px;
  }
  .portfolio { transform: rotate(2deg) scale(0.82) !important; right: -135px !important; }
}

/* Mobile book text sizing */
@media (max-width: 900px) {
  .book-main-title { font-size: 12px !important; line-height: 1.18 !important; }
  .book-series + .book-main-title { margin-top: 16px !important; }
  .book-volume { font-size: 7px !important; letter-spacing: 0.3em !important; margin-top: 4px !important; }
  .book-subtitle { font-size: 7px !important; line-height: 1.3 !important; }
  .book-author { font-size: 6px !important; margin-top: 0 !important; padding-top: 16px !important; }
  .book-series { font-size: 6px !important; white-space: normal !important; letter-spacing: 0.2em !important; }
  .book-cover { padding: 20px 16px 16px !important; }
  .book-title-block { padding: 16px 6px 28px !important; justify-content: center !important; }
  .lp-main-title { font-size: 16px !important; }
}
