/*
Theme Name: Local Print Guy
Author: Local Print Guy
Version: 1.0.0
Text Domain: local-print-guy
*/
:root {
  --navy: #16324a;
  --navy-deep: #0e2436;
  --blue: #1c6b9c;
  --sky: #eaf4f8;
  --gold: #f2b84b;
  --ink: #17212a;
  --muted: #586875;
  --paper: #fbfaf6;
  --white: #fff;
  --line: #dce4e8;
  --shadow: 0 18px 50px rgba(14, 36, 54, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-offset, 110px); }
:where(main, section, h1, h2, h3)[id] { scroll-margin-top: var(--header-offset, 110px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220,228,232,.8);
  transform: translateY(0);
  transition: transform 200ms ease;
  will-change: transform;
}
.site-header.is-hidden { transform: translateY(-100%); }
@media (prefers-reduced-motion: reduce) {
  .site-header { transition-duration: 0.01ms; }
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; text-decoration: none; color: var(--navy); }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 24px; }
.site-header nav a { text-decoration: none; color: #3d4c58; font-size: .93rem; font-weight: 700; }
.site-header nav a:hover, .site-header nav a.active { color: var(--blue); }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(14,36,54,.14);
}
.button:hover { background: var(--blue); transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 9px 18px; font-size: .9rem; }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { background: #ffd06f; }
.membership-cta-options { display: inline-flex; align-items: flex-start; flex-direction: column; gap: 5px; }
.membership-cta-options .button { margin: 0; text-align: center; }
.membership-monthly-link { color: var(--navy); font-size: .86rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.membership-monthly-link:hover { color: var(--blue); }
.membership-monthly-link-light { color: #fff; }
.membership-monthly-link-light:hover { color: #ffd16f; }
.header-membership-options { align-items: center; gap: 1px; }
.header-membership-options .button-small { padding-inline: 12px; font-size: .78rem; white-space: nowrap; }
.header-membership-options .membership-monthly-link { font-size: .72rem; }
.cta .membership-cta-options { align-items: center; }
.text-link { color: var(--navy); font-weight: 800; text-underline-offset: 4px; }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(242,184,75,.22), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(58,147,192,.17), transparent 31%),
    linear-gradient(145deg, #f8fcfd 0%, #eaf4f8 65%, #f9f5e8 100%);
  padding: 92px 0 82px;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); gap: 70px; align-items: center; }
#print-services .hero-grid { grid-template-columns: minmax(0, 1fr); }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #ffe4a8; }
h1, h2, h3 { color: var(--navy-deep); line-height: 1.08; letter-spacing: -.035em; margin-top: 0; }
h1 { max-width: 790px; margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 6vw, 5.2rem); }
h2 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { margin-bottom: 10px; font-size: 1.15rem; }
.direct-answer { max-width: 760px; margin: 0; color: #364956; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.hero-price-line { display: flex; gap: 10px 18px; align-items: baseline; flex-wrap: wrap; margin: 18px 0 4px; color: var(--navy); }
.hero-price-line strong { font-size: clamp(1.2rem, 2.4vw, 1.55rem); }
.hero-price-line span { font-weight: 800; color: var(--blue); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 30px 0 0; list-style: none; color: #42545f; font-size: .9rem; font-weight: 700; }
.trust-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 8px; border-radius: 50%; color: #fff; background: var(--blue); font-size: .75rem; }
.hero-card { padding: 30px; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.card-kicker { display: block; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-card > strong { display: block; margin: 10px 0 0; color: var(--navy-deep); font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; }
.hero-card > p { margin: 8px 0 20px; color: var(--muted); }
.hero-card > a { display: inline-block; margin-top: 18px; color: var(--blue); font-weight: 800; }
.mail-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; aspect-ratio: 1.7; padding: 12px; border-radius: 14px; background: #f3ead5; transform: rotate(-1.5deg); box-shadow: 0 8px 20px rgba(14,36,54,.12); }
.mail-preview span { display: grid; place-items: center; padding: 7px; border: 1px solid rgba(14,36,54,.18); background: #fff; color: var(--navy); font-size: .68rem; font-weight: 900; text-align: center; }

.section { padding-top: 88px; padding-bottom: 88px; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-grid article { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(14,36,54,.05); }
.service-grid article > span { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 30px; border-radius: 12px; color: var(--blue); background: var(--sky); font-size: .78rem; font-weight: 900; }
.service-grid article p { color: var(--muted); margin-bottom: 0; }

.rules { padding: 0 0 88px; }
.rules .section-heading { margin-bottom: 28px; }
.rules-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 8px 30px rgba(14,36,54,.05); }
.rules-grid article { padding: 25px; border-right: 1px solid var(--line); }
.rules-grid article:last-child { border-right: 0; }
.rules-grid strong { display: block; margin-bottom: 8px; color: var(--navy-deep); }
.rules-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.membership { padding: 90px 0; color: #fff; background: var(--navy-deep); }
.membership h2 { color: #fff; }
.membership p { color: #d7e2e8; font-size: 1.05rem; }
.membership-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px 12px; margin: 24px 0 20px; }
.membership-price strong { color: #fff; font-family: Georgia, serif; font-size: 2.35rem; line-height: 1; }
.membership-price span { padding: 4px 9px; border-radius: 999px; color: var(--navy-deep); background: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.membership-price small { flex-basis: 100%; color: #bed1dc; font-size: 1rem; }
.membership .trusted-note { margin: 20px 0 0; font-size: .92rem; }
.membership .trusted-note a { color: #ffd16f; font-weight: 850; text-underline-offset: 4px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.benefit-list { display: grid; gap: 12px; }
.benefit-list div { padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.06); }
.benefit-list b, .benefit-list span { display: block; }
.benefit-list b { margin-bottom: 4px; color: #fff; font-size: 1.08rem; }
.benefit-list span { color: #c5d4dc; }

.mailer-panel { display: grid; grid-template-columns: 1.25fr .75fr; gap: 54px; align-items: center; padding: 52px; border: 1px solid #d5e2e7; border-radius: var(--radius); background: linear-gradient(145deg, #fff, #edf7fa); box-shadow: var(--shadow); }
.mailer-panel > div:first-child p { color: var(--muted); }
.coverage-card { padding: 30px; border-radius: 18px; color: #fff; background: var(--navy); }
.coverage-card p { margin: 0 0 15px; color: #8fc8e4; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.coverage-card strong, .coverage-card span { display: block; }
.coverage-card strong { font-family: Georgia, serif; font-size: 1.9rem; }
.coverage-card span { margin: 18px 0 24px; color: #d4e2e9; }
.coverage-card .button { width: 100%; background: var(--gold); color: var(--navy-deep); box-shadow: none; }

.steps { padding: 88px 0; background: #eaf4f8; }
.steps ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.steps li { padding: 24px; border-radius: 18px; background: #fff; }
.steps li > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 28px; border-radius: 50%; background: var(--gold); color: var(--navy-deep); font-weight: 900; }
.steps li p { margin-bottom: 0; color: var(--muted); font-size: .95rem; }

.faq { max-width: 900px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 44px 24px 0; color: var(--navy-deep); cursor: pointer; list-style: none; font-size: 1.12rem; font-weight: 850; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--blue); font-size: 1.6rem; font-weight: 500; }
.faq details[open] summary::after { content: "–"; }
.faq details p { max-width: 760px; margin: -4px 0 25px; color: var(--muted); }

.cta { padding: 88px 0; text-align: center; color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue)); }
.cta h2 { color: #fff; }
.cta p:not(.eyebrow) { max-width: 640px; margin: 0 auto 26px; color: #dfedf3; }
footer { padding: 36px 0; background: #081b29; color: #d6e2e8; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.4fr .8fr; gap: 36px; align-items: center; }
.footer-brand { color: #fff; }
.footer-grid p { margin: 0; color: #9fb3bf; font-size: .9rem; }
.footer-grid > div:last-child { display: grid; justify-content: end; text-align: right; }
.footer-grid a { color: #fff; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { padding-top: 66px; }
  .hero-grid, .split, .mailer-panel { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .rules-grid { grid-template-columns: repeat(2, 1fr); }
  .rules-grid article:nth-child(2) { border-right: 0; }
  .rules-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps ol { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-grid > div:last-child { justify-content: center; text-align: center; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 26px, 1120px); }
  .site-header .brand span { display: none; }
  .button-small { padding: 9px 14px; }
  .hero { padding: 52px 0 56px; }
  h1 { font-size: 2.65rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .trust-list { display: grid; }
  .hero-card { padding: 24px; }
  .section { padding-top: 64px; padding-bottom: 64px; }
  .service-grid, .steps ol { grid-template-columns: 1fr; }
  .rules { padding-bottom: 64px; }
  .rules-grid { grid-template-columns: 1fr; }
  .rules-grid article, .rules-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .rules-grid article:last-child { border-bottom: 0; }
  .service-grid article { min-height: auto; }
  .membership, .steps, .cta { padding: 64px 0; }
  .split { gap: 42px; }
  .mailer-panel { padding: 26px; gap: 30px; }
}

/* Four-page site additions */
.page-hero { overflow: hidden; padding: 88px 0 78px; background: linear-gradient(145deg,#f8fcfd 0%,#eaf4f8 65%,#f9f5e8 100%); }
.mailer-hero { background: radial-gradient(circle at 84% 18%,rgba(242,184,75,.24),transparent 30%),linear-gradient(145deg,#f8fcfd,#eaf4f8 66%,#f9f5e8); }
.advertise-hero { background: radial-gradient(circle at 84% 18%,rgba(28,107,156,.17),transparent 31%),linear-gradient(145deg,#fff,#eef7fa); }
.contact-hero { padding-bottom: 66px; background: linear-gradient(145deg,#f7fbfc,#eef6f8); }
.membership-preview { background: #dfeef4; transform: rotate(-.5deg); }
.zone-mini { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 20px; }
.zone-mini span { display: grid; place-items: center; aspect-ratio: 1.6; border-radius: 7px; color: var(--navy); background: var(--sky); font-weight: 900; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.metric-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 8px 30px rgba(14,36,54,.05); }
.metric-grid strong,.metric-grid span { display: block; }
.metric-grid strong { color: var(--navy); font-family: Georgia,serif; font-size: clamp(2.2rem,5vw,4rem); line-height: 1; }
.metric-grid span { margin-top: 9px; color: var(--muted); font-weight: 750; }
.zone-section,.specs-section { padding: 88px 0; color: #fff; background: var(--navy-deep); }
.zone-section h2,.specs-section h2 { color: #fff; }
.zone-section p,.specs-section p { color: #d7e2e8; }
.rotation-board { display: grid; gap: 10px; }
.rotation-board div { display: flex; justify-content: space-between; gap: 18px; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); }
.rotation-board b { color: #fff; }
.rotation-board span { color: #bed1dc; text-align: right; }
.rotation-board>strong { padding: 18px; border-radius: 14px; color: var(--navy-deep); background: var(--gold); text-align: center; }
.schedule-panel { display: grid; grid-template-columns: 1.2fr .9fr auto; gap: 38px; align-items: center; padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.schedule-panel h2 { font-size: clamp(2rem,3.4vw,3rem); }
.schedule-panel dl,.deadline-card dl { margin: 0; }
.schedule-panel dl div,.deadline-card dl div { padding: 10px 0; border-bottom: 1px solid var(--line); }
.schedule-panel dt,.deadline-card dt { color: var(--muted); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.schedule-panel dd,.deadline-card dd { margin: 2px 0 0; color: var(--navy-deep); font-weight: 750; }
.crosslink { padding: 62px 0; color: #fff; background: var(--blue); }
.crosslink-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.crosslink h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(1.8rem,3vw,2.7rem); }
.placement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.placement-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 36px rgba(14,36,54,.07); }
.placement-card.featured { border: 2px solid var(--blue); transform: translateY(-8px); }
.placement-card.trusted-tier { color: #fff; border-color: var(--navy-deep); background: var(--navy-deep); }
.placement-card.trusted-tier h3,.placement-card.trusted-tier .plan-price { color: #fff; }
.placement-card.trusted-tier li { color: #d3e0e6; }
.plan-label { margin: 0 0 9px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.trusted-tier .plan-label { color: #ffd16f; }
.plan-price { display: block; min-height: 68px; margin-bottom: 17px; color: var(--navy); font-family: Georgia,serif; font-size: 2.4rem; line-height: 1.08; }
.trusted-tier .plan-price { font-size: 1.55rem; }
.placement-card ul { flex: 1; margin: 0 0 25px; padding-left: 20px; color: var(--muted); }
.placement-card li { margin-bottom: 9px; }
.placement-card .button { width: 100%; }
.tier-link { margin-top: 14px; color: #ffd16f; font-weight: 800; text-align: center; text-underline-offset: 4px; }
.check-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--gold); font-weight: 900; }
.deadline-card { padding: 30px; border-radius: 18px; background: #fff; }
.deadline-card>p { margin: 0 0 10px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.trusted-callout { padding: 76px 0; color: #fff; background: linear-gradient(135deg,#1c553e,#103328); }
.trusted-callout h2 { color: #fff; }
.trusted-callout p { color: #d7e8df; }
.trusted-callout-inner { display: grid; grid-template-columns: 1.4fr .6fr; gap: 55px; align-items: center; }
.trusted-callout-inner>div:last-child { display: grid; gap: 15px; text-align: center; }
.trusted-callout-inner>div:last-child>a:last-child { color: #fff; font-weight: 800; text-underline-offset: 4px; }
.contact-direct { display: grid; gap: 7px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.contact-direct p { margin: 0 0 8px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct a { color: var(--navy); font-size: 1.35rem; font-weight: 850; text-underline-offset: 4px; }
.contact-direct span { margin-top: 12px; color: var(--muted); }

/* Community Mailer copy sourced from the current postcard page */
.source-mailer-hero .hero-grid { grid-template-columns: minmax(0, 1fr); }
.source-mailer-hero h1 { max-width: 980px; }
.source-mailer-hero .direct-answer { max-width: 850px; }
.mailer-benefit-grid article { min-height: 250px; }
.mailer-neighborhoods .section-heading { margin-bottom: 32px; }
.neighborhood-grid article { display: grid; min-height: 120px; place-items: center; padding: 24px; text-align: center; }
.neighborhood-grid article h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2rem); }
.coverage-note { margin: 28px 0 0; color: #d7e2e8; text-align: center; }
.coverage-note strong { color: #ffd16f; }
.postcard-preview-image { display: block; width: min(100%, 1000px); height: auto; margin: 0 auto; border-radius: var(--radius); box-shadow: var(--shadow); }
.mailer-packages { background: #f5f8fa; }
.mailer-package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 900px; margin: 0 auto; }
.mailer-package-grid .placement-card > p:not(.plan-label) { color: var(--muted); }
.mailer-cta-actions { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta .mailer-cta-actions .text-link { color: #fff; }

.contact-email-card { max-width: 820px; padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 36px rgba(14,36,54,.06); }
.contact-email-card p:not(.eyebrow):not(.form-note) { max-width: 680px; color: var(--muted); font-size: 1.05rem; }
.form-note { margin: 12px 0 0; color: var(--blue); font-weight: 700; }

@media (max-width:900px) {
  .nav-wrap { flex-wrap: wrap; padding: 9px 0; }
  .site-header nav { display: flex; order: 3; width: 100%; justify-content: space-between; gap: 14px; overflow-x: auto; padding: 2px 0 7px; }
  .site-header nav a { white-space: nowrap; }
  .hero-grid,.split,.mailer-panel,.schedule-panel,.trusted-callout-inner { grid-template-columns: 1fr; }
  .placement-grid { grid-template-columns: repeat(2,1fr); }
  .placement-card.trusted-tier { grid-column: 1/-1; }
  .placement-card.featured { transform: none; }
  .schedule-panel { gap: 25px; }
  .crosslink-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width:580px) {
  .page-hero { padding: 56px 0 58px; }
  .metric-grid,.placement-grid { grid-template-columns: 1fr; }
  .placement-card.trusted-tier { grid-column: auto; }
  .schedule-panel { padding: 27px; }
  .rotation-board div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .rotation-board span { text-align: left; }
  .site-header nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px 12px; overflow: visible; padding: 2px 0 8px; }
  .site-header nav a { padding: 5px 2px; text-align: center; }
}

/* Concise Home page */
.home-hero { padding: 58px 0 56px; background: radial-gradient(circle at 82% 12%,rgba(55,160,211,.16),transparent 30%),linear-gradient(145deg,#f8fcfe 0%,#edf5f8 100%); }
.home-hero-inner { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); gap: clamp(34px,5vw,64px); align-items: center; max-width: 1120px; }
.home-hero-copy { min-width: 0; }
.home-hero h1 { max-width: 720px; margin-bottom: 18px; font-size: clamp(3rem,4.8vw,4.65rem); line-height: 1; text-wrap: balance; }
.home-hero .direct-answer { max-width: 700px; margin-bottom: 20px; font-size: clamp(1rem,1.4vw,1.17rem); line-height: 1.55; }
.club-home-hero .direct-answer { margin-bottom: 20px; }
.savings-proof { border: 1px solid rgba(28,107,156,.2); border-left: 5px solid var(--gold); border-radius: 14px; box-shadow: 0 10px 28px rgba(14,36,54,.09); }
.savings-proof h2,.savings-proof h3 { margin: 0 0 13px; color: inherit; font-family: inherit; font-size: 1.05rem; letter-spacing: -.01em; }
.savings-table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; font-size: .88rem; line-height: 1.3; }
.savings-table th, .savings-table td { padding: 10px 11px; border-right: 1px solid rgba(28,107,156,.16); border-bottom: 1px solid rgba(28,107,156,.16); overflow-wrap: anywhere; text-align: left; vertical-align: middle; }
.savings-table thead th { color: var(--navy-deep); background: #e7f1f5; font-size: .8rem; line-height: 1.2; }
.savings-table thead td { width: 24%; padding: 0; border: 0; background: transparent; }
.savings-table thead th:nth-child(2) { width: 28%; }
.savings-table th:last-child, .savings-table td:last-child { border-right: 0; }
.savings-table tbody tr:last-child th, .savings-table tbody tr:last-child td { border-bottom: 0; }
.savings-table tbody th { width: 24%; color: #445763; font-size: .78rem; font-weight: 850; }
.savings-table th:nth-child(2), .savings-table td:nth-child(2) { color: var(--navy-deep); background: #ffe8a8; font-weight: 900; }
.savings-proof .savings-result { margin: 13px 0 0; font-size: .96rem; font-weight: 800; line-height: 1.45; }
.savings-proof small { display: block; margin-top: 8px; font-size: .76rem; font-weight: 700; line-height: 1.4; }
.home-savings-proof { width: 100%; max-width: 410px; margin: 0; padding: 27px 28px; color: var(--navy-deep); background: #fffaf0; }
.home-savings-proof small { color: #66747d; }
.benefit-savings-proof { margin-top: 16px; padding: 16px 17px; border-color: rgba(242,184,75,.38); background: rgba(242,184,75,.12); box-shadow: none; }
.membership .benefit-savings-proof h3, .membership .benefit-savings-proof p { color: #fff; }
.membership .benefit-savings-proof .savings-table th, .membership .benefit-savings-proof .savings-table td { border-color: rgba(255,255,255,.15); }
.membership .benefit-savings-proof .savings-table thead th { color: #fff; background: rgba(255,255,255,.1); }
.membership .benefit-savings-proof .savings-table tbody th { color: #d4e0e6; }
.membership .benefit-savings-proof .savings-table th:nth-child(2), .membership .benefit-savings-proof .savings-table td:nth-child(2) { color: #fff; background: rgba(242,184,75,.24); }
.membership .benefit-savings-proof small { color: #d4e0e6; }
.home-hero-price { display: grid; gap: 4px; margin-bottom: 14px; }
.home-hero-price strong { color: var(--navy); font-family: Georgia,serif; font-size: clamp(2.45rem,4vw,3.45rem); line-height: 1; }
.home-hero-price span { color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .045em; line-height: 1.35; text-transform: uppercase; }
.hero-print-value { max-width: 650px; margin: 0 0 20px; color: var(--navy-deep); font-size: 1.02rem; font-weight: 800; line-height: 1.45; }
.home-hero-actions { display: flex; gap: 12px; align-items: stretch; flex-wrap: wrap; }
.home-hero-actions .button { min-height: 52px; padding-inline: 20px; font-size: .86rem; letter-spacing: .025em; text-align: center; text-transform: uppercase; }
.home-hero-primary { box-shadow: 0 10px 24px rgba(136,91,8,.2); }
.home-hero-secondary { border: 2px solid var(--navy); color: var(--navy); background: transparent; box-shadow: none; }
.home-hero-secondary:hover { border-color: var(--blue); color: #fff; background: var(--blue); }
.home-hero-actions .button:focus-visible, .home-hero-monthly:focus-visible { outline: 3px solid rgba(28,107,156,.42); outline-offset: 3px; }
.home-hero-monthly { display: inline-block; margin-top: 8px; }
.proof-kicker { margin: 0 0 9px; color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.home-savings-proof h2 { margin-bottom: 20px; color: var(--navy-deep); font-family: Georgia,serif; font-size: clamp(1.35rem,2vw,1.7rem); line-height: 1.15; }
.hero-savings-prices { display: grid; gap: 9px; margin: 0; }
.hero-savings-prices div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 10px 12px; border-radius: 10px; background: rgba(255,255,255,.78); }
.hero-savings-prices dt { color: #445763; font-size: .82rem; font-weight: 800; line-height: 1.3; }
.hero-savings-prices dd { margin: 0; color: var(--navy-deep); font-family: Georgia,serif; font-size: 1.55rem; font-weight: 800; line-height: 1; }
.hero-savings-prices div:first-child { background: #ffe8a8; }
.home-hero-offer { display: flex; align-items: center; gap: 22px 30px; flex-wrap: wrap; }
.home-hero-offer > div { display: grid; gap: 3px; }
.home-hero-offer strong { color: var(--navy); font-family: Georgia, serif; font-size: clamp(2rem,4vw,3rem); line-height: 1; }
.home-hero-offer span { color: var(--blue); font-size: .86rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.home-club-benefits { padding: 72px 0; }
.home-section-heading { max-width: 810px; margin-bottom: 32px; }
.home-section-heading h2 { margin-bottom: 14px; font-size: clamp(2rem,3.7vw,3.35rem); }
.home-section-heading > p:last-child { max-width: 720px; margin: 0; color: inherit; opacity: .86; }
.home-benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.home-benefit-grid article { min-height: 250px; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.065); }
.home-benefit-grid article > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 28px; border-radius: 50%; color: var(--navy-deep); background: var(--gold); font-size: .76rem; font-weight: 900; }
.home-benefit-grid h3 { margin-bottom: 10px; color: #fff; font-size: 1.25rem; }
.home-benefit-grid p { margin: 0; color: #c5d4dc; font-size: .95rem; }
.light-link { display: inline-block; margin-top: 12px; color: #ffd16f; }
.founder-intro { padding: 64px 0; background: #fff; }
.founder-intro-card { max-width: 900px; }
.founder-intro-card h2 { margin-bottom: 18px; font-size: clamp(2rem,4vw,3.3rem); }
.founder-intro-card > p:not(.eyebrow) { max-width: 830px; margin: 0 0 20px; color: #3e515e; font-size: 1.08rem; }
.home-founder-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: 48px; align-items: center; max-width: 1120px; }
.home-founder-grid > div > p:not(.eyebrow) { max-width: 760px; margin: 0 0 20px; color: #3e515e; font-size: 1.08rem; }
.founder-reach { padding: 26px; border: 1px solid var(--line); border-left: 5px solid var(--gold); border-radius: 16px; background: #f4f9fb; box-shadow: 0 10px 30px rgba(14,36,54,.06); }
.founder-reach span { display: block; color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.founder-reach strong { display: block; margin: 8px 0 5px; color: var(--navy-deep); font-family: Georgia,serif; font-size: clamp(3rem,5vw,4.35rem); line-height: 1; }
.founder-reach p { margin: 0; color: #485d69; font-size: .9rem; font-weight: 760; line-height: 1.4; }
.coverage-bonus { padding: 0 0 66px; background: #fff; }
.coverage-bonus-card { padding: 27px 30px; border: 1px solid #c9dce5; border-radius: 16px; background: #f2f8fa; }
.coverage-bonus-card h2 { margin-bottom: 10px; font-family: inherit; font-size: clamp(1.45rem,2.6vw,2.05rem); letter-spacing: -.02em; }
.coverage-bonus-card > p:not(.eyebrow) { max-width: 900px; margin: 0 0 12px; color: #3e515e; }
.coverage-bonus-card small { display: block; max-width: 940px; color: #61727c; font-size: .78rem; font-weight: 700; line-height: 1.45; }
.home-membership-steps { padding: 70px 0; background: #edf5f8; }
.membership-step-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding: 0; margin: 0; list-style: none; }
.membership-step-grid li { min-height: 245px; padding: 25px; border: 1px solid #d8e5ea; border-radius: 16px; background: #fff; }
.membership-step-grid li > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 25px; border-radius: 50%; color: var(--navy-deep); background: var(--gold); font-weight: 900; }
.membership-step-grid h3 { margin-bottom: 9px; color: var(--navy-deep); font-size: 1.2rem; }
.membership-step-grid p { margin: 0; color: var(--muted); font-size: .94rem; }
.home-faq-section { padding: 72px 0; background: var(--paper); }
.home-faq { max-width: 940px; }
.home-faq summary { min-height: 54px; }
.home-faq summary:focus-visible { outline: 3px solid rgba(28,107,156,.36); outline-offset: 3px; border-radius: 4px; }
.home-faq details p a { color: var(--blue); font-weight: 800; text-underline-offset: 3px; }
.home-faq details p a:focus-visible { outline: 3px solid rgba(28,107,156,.36); outline-offset: 2px; }
.about-hero { padding: 84px 0 76px; }
.about-hero-copy { max-width: 900px; }
.about-story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.about-story-grid h2 { font-size: clamp(2.2rem,4.4vw,3.8rem); }
.about-copy { display: grid; gap: 18px; }
.about-copy p { margin: 0; color: #3e515e; font-size: 1.08rem; }
.about-copy p:first-child { color: var(--navy-deep); font-size: 1.25rem; font-weight: 760; }
.about-ventures { padding: 76px 0; background: #eef4f6; }
.venture-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.venture-grid a { display: grid; gap: 12px; min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-decoration: none; box-shadow: 0 10px 32px rgba(14,36,54,.06); }
.venture-grid a:hover { border-color: #9bc5dc; transform: translateY(-2px); }
.venture-grid strong { color: var(--navy-deep); font-family: Georgia,serif; font-size: 1.45rem; line-height: 1.15; }
.venture-grid span { color: var(--muted); }
.about-cta { padding: 70px 0; }
.home-club-cta { padding: 68px 0; text-align: left; }
.home-final-cta { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); gap: 54px; align-items: center; }
.home-final-cta-copy h2 { margin-bottom: 16px; font-size: clamp(2.15rem,4vw,3.65rem); }
.home-final-cta-copy > p:not(.eyebrow) { margin: 0 0 24px; color: #dfedf3; }
.home-final-cta .membership-cta-options { align-items: flex-start; }
.final-savings-proof { padding: 24px; border: 1px solid rgba(255,255,255,.2); border-left: 5px solid var(--gold); border-radius: 16px; background: rgba(255,255,255,.09); }
.final-savings-proof h3 { margin-bottom: 16px; color: #fff; font-family: Georgia,serif; font-size: 1.45rem; }
.final-savings-proof dl { display: grid; gap: 7px; margin: 0; }
.final-savings-proof dl div { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.13); }
.final-savings-proof dt { color: #c9d9e1; font-size: .82rem; }
.final-savings-proof dd { margin: 0; color: #fff; font-weight: 900; text-align: right; }
.final-savings-proof dl div:last-child dd { color: #ffd16f; }
.final-savings-proof small { display: block; margin-top: 12px; color: #b9cbd5; font-size: .7rem; line-height: 1.4; }
.home-final-cta .button:focus-visible, .home-final-cta .membership-monthly-link:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.also-band { padding: 18px 0; border-top: 1px solid #173345; background: #0b2130; }
.also-band-inner { display: grid; grid-template-columns: auto 1fr; gap: 18px 34px; align-items: center; }
.also-band h2 { margin: 0; color: #8fa7b4; font-family: inherit; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.also-band-inner > div { display: flex; gap: 8px 24px; flex-wrap: wrap; }
.also-band a { color: #aebfc8; font-size: .78rem; text-decoration: none; }
.also-band a strong { color: #d7e2e8; }
.also-band a:hover { color: var(--blue); }
.calculator-cta-band { padding: 48px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.calculator-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.calculator-cta-inner h2 { margin-bottom: 10px; font-size: clamp(1.8rem,3vw,2.7rem); }
.calculator-cta-inner p:last-child { margin: 0; color: var(--muted); }
.calculator-cta-inner .button { flex: 0 0 auto; }
.home-paths { padding-top: 66px; padding-bottom: 72px; }
.compact-heading { max-width: 730px; margin-bottom: 32px; }
.compact-heading h2 { margin-bottom: 0; }
.home-path-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.home-path-grid article { display: flex; min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 34px rgba(14,36,54,.055); flex-direction: column; }
.home-path-grid article>span { color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.home-path-grid h3 { margin: 16px 0 10px; font-size: 1.65rem; }
.home-path-grid p { color: var(--muted); }
.home-path-grid .text-link { margin-top: auto; }

@media (max-width:900px) {
  .home-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .home-savings-proof { max-width: 700px; }
  .home-benefit-grid, .membership-step-grid { grid-template-columns: 1fr; }
  .home-benefit-grid article, .membership-step-grid li { min-height: 0; }
  .home-founder-grid, .home-final-cta { grid-template-columns: 1fr; gap: 28px; }
  .founder-reach { max-width: 520px; }
  .home-path-grid { grid-template-columns: 1fr; }
  .home-path-grid article { min-height: 0; }
  .founding-card, .also-band-inner, .about-story-grid { grid-template-columns: 1fr; }
  .founding-card, .about-story-grid { gap: 22px; }
  .venture-grid { grid-template-columns: 1fr; }
  .venture-grid a { min-height: 0; }
  .calculator-cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width:580px) {
  .home-hero { padding: 36px 0 40px; }
  .home-hero-inner { gap: 26px; }
  .home-hero h1 { font-size: clamp(2.25rem,10.5vw,3rem); line-height: 1.02; text-wrap: pretty; }
  .club-home-hero .direct-answer, .hero-print-value { font-size: .98rem; line-height: 1.52; }
  .club-home-hero .direct-answer { margin-bottom: 17px; }
  .home-hero-price strong { font-size: 2.65rem; }
  .home-hero-price span { font-size: .72rem; }
  .home-hero-actions { display: grid; gap: 10px; }
  .home-hero-actions .button { width: 100%; min-height: 52px; }
  .home-hero-monthly { display: block; margin-top: 10px; text-align: center; }
  .home-savings-proof { padding: 22px 18px; }
  .home-savings-proof h2 { font-size: 1.42rem; }
  .hero-savings-prices div { padding: 9px 10px; }
  .hero-savings-prices dt { font-size: .76rem; }
  .hero-savings-prices dd { font-size: 1.35rem; }
  .benefit-savings-proof { padding: 14px 11px; }
  .savings-proof h2,.savings-proof h3 { font-size: .98rem; }
  .savings-table { font-size: .74rem; }
  .savings-table th, .savings-table td { padding: 8px 5px; }
  .savings-table thead td, .savings-table tbody th { width: 25%; }
  .savings-table thead th { font-size: .7rem; }
  .savings-table thead th:nth-child(2) { width: 26%; }
  .savings-proof .savings-result { font-size: .86rem; }
  .savings-proof small { font-size: .7rem; }
  .hero-print-value { margin-bottom: 20px; }
  .home-hero-offer { align-items: flex-start; flex-direction: column; }
  .home-hero-offer .button { width: 100%; }
  .home-club-benefits, .home-membership-steps, .home-faq-section { padding: 52px 0; }
  .home-section-heading { margin-bottom: 24px; }
  .home-benefit-grid, .membership-step-grid { gap: 12px; }
  .home-benefit-grid article, .membership-step-grid li { padding: 22px; }
  .home-benefit-grid article > span, .membership-step-grid li > span { margin-bottom: 18px; }
  .founder-intro { padding: 46px 0; }
  .home-founder-grid { gap: 24px; }
  .founder-reach { padding: 22px; }
  .coverage-bonus { padding-bottom: 48px; }
  .coverage-bonus-card { padding: 22px 20px; }
  .home-faq summary { padding-block: 19px; font-size: 1rem; }
  .home-club-cta { padding: 54px 0; }
  .home-final-cta { gap: 28px; }
  .final-savings-proof { padding: 21px 18px; }
  .about-hero { padding: 52px 0 56px; }
  .about-story { padding-top: 56px; padding-bottom: 56px; }
  .about-ventures { padding: 54px 0; }
  .venture-grid a { padding: 24px; }
  .also-band { padding: 16px 0; }
  .also-band-inner { gap: 16px; }
  .also-band-inner > div { display: grid; gap: 12px; }
  .home-paths { padding-top: 44px; padding-bottom: 52px; }
  .home-path-grid { gap: 13px; }
  .home-path-grid article { padding: 23px; }
  .calculator-cta-inner .button { width: 100%; }
}

.menu-toggle { display: none; }

@media (max-width: 900px) {
  .header-membership-options { display: none; }
  .site-header.mobile-menu-enabled .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--navy);
    background: var(--white);
    font: inherit;
    font-size: .9rem;
    font-weight: 800;
    cursor: pointer;
  }
  .site-header.mobile-menu-enabled .menu-toggle::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 160ms ease;
  }
  .site-header.mobile-menu-enabled.is-menu-open .menu-toggle::after {
    transform: translateY(2px) rotate(225deg);
  }
  .site-header.mobile-menu-enabled .menu-toggle:focus-visible {
    outline: 3px solid rgba(28,107,156,.3);
    outline-offset: 2px;
  }
  .site-header.mobile-menu-enabled nav {
    display: none;
  }
  .site-header.mobile-menu-enabled.is-menu-open nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 3;
    width: 100%;
    gap: 4px 12px;
    padding: 10px 0 8px;
    border-top: 1px solid rgba(220,228,232,.8);
  }
  .site-header.mobile-menu-enabled.is-menu-open nav a {
    padding: 5px 2px;
    text-align: center;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header.mobile-menu-enabled .menu-toggle::after { transition-duration: 0.01ms; }
}

@media (max-width: 580px) {
  .membership-cta-options:not(.header-membership-options) { width: 100%; align-items: stretch; flex-direction: column; }
  .membership-cta-options:not(.header-membership-options) .button { width: 100%; }
  .membership-cta-options:not(.header-membership-options) .membership-monthly-link { text-align: center; }
}

.zone-section .section-heading p:last-child{color:#d7e2e8}
