
:root {
  --teal: #0d2d34;
  --teal-2: #113b43;
  --deep: #071e24;
  --cream: #f3ead6;
  --paper: #faf7ef;
  --white: #ffffff;
  --blue: #acd9e8;
  --lime: #c7df40;
  --coral: #ef5959;
  --amber: #f0a341;
  --ink: #12282e;
  --muted: #66787d;
  --line: rgba(13, 45, 52, 0.14);
  --shadow: 0 24px 70px rgba(3, 22, 27, 0.19);
  --shell: min(1160px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, select { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  line-height: 1.04;
  letter-spacing: -0.045em;
}
h1 { font-size: clamp(3.3rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.5rem, 5.3vw, 4.9rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
.shell { width: var(--shell); margin-inline: auto; }
.eyebrow {
  margin-bottom: 13px;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--teal); }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 14px;
  top: -60px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--lime);
  color: var(--deep);
  font-weight: 800;
}
.skip-link:focus { top: 14px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 30, 36, 0.97);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(15px);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cream);
  font-weight: 900;
  text-decoration: none;
}
.brand-mark {
  width: 32px;
  height: 25px;
  border-radius: 8px;
  background: var(--cream);
  transform: rotate(-3deg);
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -5px;
  border: 6px solid transparent;
  border-top-color: var(--cream);
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.desktop-nav a {
  color: rgba(243, 234, 214, 0.75);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}
.desktop-nav a:hover { color: var(--cream); }
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.market-select {
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255,255,255,0.07);
  color: var(--cream);
}
.market-select option { color: var(--ink); }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--deep);
  text-decoration: none;
  font-weight: 900;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  color: var(--cream);
  cursor: pointer;
}
.mobile-menu {
  display: none;
  padding: 0 0 18px;
}
.mobile-menu.open { display: grid; gap: 10px; }
.mobile-menu a {
  padding: 12px 0;
  color: var(--cream);
  border-bottom: 1px solid rgba(255,255,255,0.09);
  text-decoration: none;
  font-weight: 700;
}

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--deep); }
.button-amazon { background: var(--amber); color: var(--deep); }
.button-dark { background: var(--deep); color: var(--cream); }
.button-outline {
  background: transparent;
  color: var(--cream);
  border-color: rgba(255,255,255,0.28);
}
.button-light-outline {
  background: transparent;
  color: var(--deep);
  border-color: rgba(13,45,52,0.28);
}
.text-link {
  color: inherit;
  font-weight: 800;
  text-underline-offset: 5px;
}

/* Hero */
.home-hero {
  padding: 72px 0 74px;
  background: var(--teal);
  color: var(--cream);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 65px;
  align-items: center;
}
.hero-copy h1 { margin-bottom: 20px; }
.hero-copy h1 span { color: var(--blue); }
.hero-lede {
  max-width: 650px;
  color: rgba(243, 234, 214, 0.76);
  font-size: 1.15rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.hero-proof span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: rgba(243,234,214,0.84);
  font-size: 0.76rem;
}
.featured-book {
  display: grid;
  gap: 10px;
}
.featured-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  background: var(--deep);
  box-shadow: 0 30px 75px rgba(0,0,0,0.35);
}
.featured-image img {
  height: 500px;
  object-fit: cover;
  transition: opacity 0.2s ease;
}
.featured-caption {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(7,30,36,0.91);
}
.featured-caption small {
  display: block;
  color: var(--lime);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.featured-caption strong {
  display: block;
  margin-top: 4px;
  line-height: 1.3;
}
.featured-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.featured-tab {
  min-height: 46px;
  padding: 10px 12px;
  font-size: 0.92rem;
  line-height: 1.2;
  text-wrap: balance;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 13px;
  background: rgba(255,255,255,0.07);
  color: var(--cream);
  font-weight: 800;
  cursor: pointer;
}
.featured-tab[aria-pressed="true"] {
  background: var(--cream);
  color: var(--deep);
  border-color: var(--cream);
}

/* Proof strip */
.proof-strip {
  padding: 27px 0;
  background: #e8efeb;
  border-block: 1px solid var(--line);
}
.proof-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.proof-strip-grid div {
  padding-inline: 28px;
  border-right: 1px solid var(--line);
}
.proof-strip-grid div:first-child { padding-left: 0; }
.proof-strip-grid div:last-child { border-right: 0; }
.proof-strip strong {
  display: block;
  color: var(--teal);
  margin-bottom: 3px;
}
.proof-strip span {
  color: var(--muted);
  font-size: 0.86rem;
}

/* Finder */
.finder {
  padding: 94px 0;
  background: linear-gradient(180deg, #103740, #08262d);
  color: var(--cream);
}
.finder-heading {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 35px;
}
.finder-heading h2 { margin: 7px 0 0; }
.finder-heading > p {
  margin-bottom: 0;
  color: rgba(243,234,214,0.65);
  font-size: 1.02rem;
}
.finder-layout {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 20px;
}
.finder-options { display: grid; gap: 12px; }
.finder-option {
  width: 100%;
  padding: 11px;
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 5px solid var(--accent);
  border-radius: 19px;
  background: rgba(255,255,255,0.045);
  color: var(--cream);
  display: grid;
  grid-template-columns: 95px 1fr auto;
  gap: 15px;
  align-items: center;
  text-align: left;
  cursor: pointer;
}
.finder-option:hover { background: rgba(255,255,255,0.085); }
.finder-option[aria-pressed="true"] {
  background: var(--cream);
  color: var(--deep);
  border-color: var(--cream);
  border-left-color: var(--accent);
  box-shadow: 0 20px 48px rgba(0,0,0,0.2);
}
.finder-option img {
  width: 95px;
  height: 104px;
  border-radius: 10px;
  object-fit: cover;
}
.finder-option small {
  display: block;
  color: var(--blue);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.finder-option[aria-pressed="true"] small { color: #597279; }
.finder-option strong {
  display: block;
  margin: 5px 0;
  font-size: 1.18rem;
  line-height: 1.15;
}
.finder-option span span {
  display: block;
  color: rgba(243,234,214,0.61);
  font-size: 0.83rem;
}
.finder-option[aria-pressed="true"] span span { color: var(--muted); }
.finder-option i {
  color: var(--accent);
  font-size: 1.5rem;
  font-style: normal;
}
.recommendation {
  overflow: hidden;
  border-radius: 24px;
  background: var(--cream);
  color: var(--deep);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}
.recommendation-image {
  position: relative;
  height: 300px;
  background: var(--deep);
}
.recommendation-image img {
  height: 100%;
  object-fit: cover;
  transition: opacity 0.18s ease;
}
.match-pill {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--deep);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.recommendation-body {
  padding: 23px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.book-audience {
  margin-bottom: 7px;
  color: #557078;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.recommendation h3 {
  margin-bottom: 7px;
  font-size: clamp(2rem, 4vw, 3.3rem);
}
.book-subtitle {
  display: block;
  margin-bottom: 12px;
  color: #a46021;
}
.book-description { color: #586c71; }
.tool-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 15px 0;
}
.tool-row span {
  padding: 9px 6px;
  border-radius: 10px;
  background: rgba(13,45,52,0.07);
  text-align: center;
  font-size: 0.72rem;
  font-weight: 900;
}
.recommendation-note {
  margin-bottom: 17px;
  padding: 12px 13px;
  border-left: 4px solid var(--accent);
  border-radius: 0 11px 11px 0;
  background: #fffaf1;
  color: #52666b;
  font-size: 0.85rem;
}
.recommendation-actions {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8px;
  margin-top: auto;
}
.format-note {
  margin: 9px 0 0;
  text-align: center;
  color: #75878b;
  font-size: 0.69rem;
}

/* Book cards */
.book-overview {
  padding: 98px 0;
}
.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}
.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}
.section-heading h2 { color: var(--teal); }
.section-heading p {
  color: var(--muted);
  font-size: 1.04rem;
}
.book-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.book-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}
.book-card img {
  height: 300px;
  object-fit: contain;
  background: #ECE5D8;
  padding: 18px 0;
}
.book-card-body { padding: 20px; }
.book-card small {
  color: #5c7479;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.book-card h3 {
  margin: 7px 0 9px;
  color: var(--teal);
}
.book-card p { color: var(--muted); }
.book-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Series section */
.series-banner {
  padding: 80px 0;
  background: #ece5d8;
}
.series-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}
.series-grid img {
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(13,45,52,0.18);
}
.series-copy h2 { color: var(--teal); }
.series-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

/* Final CTA and footer */
.final-cta {
  padding: 68px 0;
  background: var(--amber);
}
.final-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.final-cta h2 {
  max-width: 830px;
  margin-bottom: 0;
  color: var(--deep);
}
.site-footer {
  padding: 48px 0;
  background: var(--deep);
  color: var(--cream);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-links a {
  color: rgba(243,234,214,0.73);
  text-decoration: none;
}
.site-footer p,
.site-footer small {
  color: rgba(243,234,214,0.53);
}
.footer-fine {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* Book detail pages */
.detail-hero {
  padding: 70px 0 78px;
  background: var(--teal);
  color: var(--cream);
}
.detail-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}
.detail-image img {
  max-height: 680px;
  object-fit: contain;
  background: #ECE5D8;
  padding: 22px 0;
  border-radius: 25px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}
.detail-copy h1 {
  margin: 8px 0 14px;
  font-size: clamp(3rem, 6vw, 5.5rem);
}
.detail-copy h2 {
  margin-bottom: 17px;
  color: var(--amber);
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
}
.detail-copy > p {
  color: rgba(243,234,214,0.75);
  font-size: 1.08rem;
}
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}
.detail-meta span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: rgba(243,234,214,0.82);
  font-size: 0.76rem;
}
.detail-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.inside-section {
  padding: 88px 0;
}
.inside-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}
.inside-intro h2 { color: var(--teal); }
.inside-intro p {
  color: var(--muted);
  font-size: 1.05rem;
}
.benefit-list {
  display: grid;
  gap: 12px;
}
.benefit {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
}
.benefit strong {
  display: block;
  color: var(--teal);
  margin-bottom: 4px;
}
.benefit p {
  margin-bottom: 0;
  color: var(--muted);
}
.video-section {
  padding: 88px 0;
  background: var(--deep);
  color: var(--cream);
}
.video-section h2 { color: var(--cream); }
.video-section .section-heading p { color: rgba(243,234,214,0.62); }
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.video-card {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 19px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
}
.video-poster {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
}
.video-poster img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.63);
}
.video-play {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 56px; height: 56px;
  border: 0;
  border-radius: 50%;
  background: var(--lime);
  color: var(--deep);
  font-weight: 900;
  cursor: pointer;
}
.video-card p { color: rgba(243,234,214,0.62); }
.related-section { padding: 88px 0; }

/* Modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(3,16,19,0.88);
}
.modal.open { display: grid; }
.modal-card {
  width: min(450px, 100%);
  overflow: hidden;
  border-radius: 22px;
  background: var(--paper);
}
.modal-image {
  position: relative;
  height: 280px;
  background: var(--deep);
}
.modal-image img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.62);
}
.modal-play {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 65px; height: 65px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--deep);
  font-size: 1.4rem;
  font-weight: 900;
}
.modal-content { padding: 22px; }
.modal-content h3 {
  color: var(--teal);
  margin-bottom: 8px;
}
.modal-content p { color: var(--muted); }
.modal-content .button { width: 100%; }

/* Mobile sticky CTA */
.mobile-sticky {
  display: none;
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .market-select { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero-grid,
  .finder-heading,
  .finder-layout,
  .series-grid,
  .detail-grid,
  .inside-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy { text-align: center; }
  .hero-actions,
  .hero-proof { justify-content: center; }
  .finder-heading { text-align: center; }
  .finder-layout { max-width: 790px; margin-inline: auto; }
  .book-grid { grid-template-columns: 1fr; }
  .book-card {
    display: grid;
    grid-template-columns: 260px 1fr;
  }
  .book-card img { height: 100%; }
  .detail-image { max-width: 720px; margin-inline: auto; }
  .video-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 24px); }
  body { padding-bottom: 78px; }
  .header-inner { min-height: 64px; }
  .header-cta { display: none; }
  .home-hero,
  .finder,
  .book-overview,
  .series-banner,
  .detail-hero,
  .inside-section,
  .video-section,
  .related-section {
    padding-block: 62px;
  }
  .featured-image img { height: 405px; }
  .proof-strip-grid { grid-template-columns: 1fr; gap: 15px; }
  .proof-strip-grid div {
    padding: 0 0 15px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .proof-strip-grid div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .finder-option {
    grid-template-columns: 74px 1fr auto;
    padding: 9px;
  }
  .finder-option img {
    width: 74px;
    height: 88px;
  }
  .finder-option strong { font-size: 1rem; }
  .recommendation-image { height: 250px; }
  .tool-row,
  .recommendation-actions { grid-template-columns: 1fr; }
  .book-card {
    grid-template-columns: 120px 1fr;
  }
  .book-card img { min-height: 220px; }
  .book-card-body { padding: 15px; }
  .book-card-actions { align-items: flex-start; flex-direction: column; }
  .detail-buttons { align-items: stretch; flex-direction: column; }
  .detail-buttons .button { width: 100%; }
  .video-card {
    grid-template-columns: 105px 1fr;
    gap: 14px;
  }
  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-fine { grid-column: auto; }
  .mobile-sticky {
    position: fixed;
    left: 10px; right: 10px; bottom: 10px;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 11px 10px 15px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    background: rgba(7,30,36,0.98);
    color: var(--cream);
    box-shadow: 0 18px 45px rgba(0,0,0,0.28);
  }
  .mobile-sticky small {
    display: block;
    color: rgba(243,234,214,0.54);
  }
  .mobile-sticky strong { font-size: 0.85rem; }
  .mobile-sticky a {
    padding: 11px 14px;
    border-radius: 999px;
    background: var(--lime);
    color: var(--deep);
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
  }
}

@media (max-width: 410px) {
  .brand { font-size: 0.88rem; }
  .featured-tabs { grid-template-columns: 1fr; }
  .finder-option {
    grid-template-columns: 64px 1fr auto;
  }
  .finder-option img {
    width: 64px;
    height: 82px;
  }
  .finder-option span span { display: none; }
  .video-card { grid-template-columns: 90px 1fr; }
}


/* ---------- Toolkit signup (V7) ---------- */
.signup {
  background: var(--teal);
  color: var(--cream);
  padding: clamp(56px, 8vw, 104px) 0;
}
.signup-inner {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}
@media (max-width: 860px) { .signup-inner { grid-template-columns: 1fr; } }
.signup h2 { font-size: clamp(2.1rem, 4.4vw, 3.6rem); margin-bottom: 14px; }
.signup p { color: rgba(243, 234, 214, 0.86); margin-bottom: 0; }
.signup-list { list-style: none; margin: 20px 0 0; padding: 0; }
.signup-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 9px;
  color: rgba(243, 234, 214, 0.92);
}
.signup-list li::before {
  content: "";
  position: absolute; left: 0; top: 9px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--amber);
}
.signup-card {
  background: var(--paper);
  color: var(--ink);
  border-radius: 22px;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: var(--shadow);
}
.signup-card h3 { margin-bottom: 8px; }
.signup-card .signup-note { color: var(--muted); font-size: 0.94rem; margin-bottom: 18px; }
.signup-field { display: block; margin-bottom: 14px; }
.signup-field input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  background: var(--white);
  color: var(--ink);
}
.signup-field input[type="email"]:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 1px;
}
.signup-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 18px;
}
.signup-consent input { margin-top: 4px; flex: 0 0 auto; }
.signup-card button { width: 100%; border: 0; cursor: pointer; }
.signup-fine { font-size: 0.84rem; color: var(--muted); margin: 14px 0 0; }

/* Lazy video players (V7.1) */
.video-poster[data-lazy-video] { cursor: pointer; }
.video-poster.is-playing { background: #0E242A; }

/* YouTube embeds (V7.2) */
.video-embed {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  background: #0E242A;
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- Toolkit bar (V10) — early signup entry point ---------- */
.toolkit-bar { padding: clamp(28px, 4vw, 48px) 0 0; }
.toolkit-bar-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
  border-left: 6px solid var(--lime);
}
@media (max-width: 860px) {
  .toolkit-bar-card { grid-template-columns: 1fr; }
}
.toolkit-bar-card h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  margin-bottom: 10px;
}
.toolkit-bar-card .toolkit-bar-lede {
  color: var(--muted);
  font-size: 0.98rem;
  margin-bottom: 0;
}
.toolkit-bar-card .eyebrow { margin-bottom: 10px; }
.toolkit-bar-card .signup-field { margin-bottom: 12px; }
.toolkit-bar-card .signup-consent { margin-bottom: 14px; font-size: 0.85rem; }
.toolkit-bar-card .signup-fine { margin-top: 10px; }
