:root {
  --navy: #24364b;
  --navy-deep: #18283a;
  --teal: #167c80;
  --teal-dark: #0e6266;
  --gold: #e4b653;
  --coral: #d97867;
  --cream: #fff9f0;
  --paper: #ffffff;
  --text: #292929;
  --muted: #59636f;
  --line: #d7dedf;
  --focus: #f6c84f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--cream);
  font-size: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.65; background: var(--cream); }
a { color: var(--teal-dark); text-underline-offset: 0.18em; }
a:focus-visible { outline: 4px solid var(--focus); outline-offset: 4px; border-radius: 4px; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 10; background: var(--navy-deep); color: white; padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header { max-width: 1180px; margin: 0 auto; padding: 1.15rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .75rem; color: var(--navy-deep); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border-radius: .7rem; background: var(--teal); color: white; font-weight: 800; letter-spacing: -.06em; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: .78rem; line-height: 1.35; margin-top: .2rem; }
nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
nav a { color: var(--navy-deep); font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--teal-dark); text-decoration: underline; }

.hero { max-width: 1180px; margin: 0 auto; padding: 3.8rem 1.5rem 4.5rem; display: grid; grid-template-columns: 1.12fr .88fr; gap: 4rem; align-items: center; }
.eyebrow { margin: 0 0 .75rem; color: var(--teal-dark); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--navy-deep); line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2.65rem, 6vw, 4.75rem); letter-spacing: -.035em; margin-bottom: 1.2rem; }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); letter-spacing: -.025em; margin-bottom: .75rem; }
h3 { font-size: 1.45rem; }
.lead { max-width: 650px; font-size: 1.2rem; color: #46525f; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.7rem; }
.button { min-height: 3rem; padding: .7rem 1.15rem; display: inline-flex; justify-content: center; align-items: center; border-radius: .55rem; font-weight: 800; text-decoration: none; }
.button-primary { color: white; background: var(--teal-dark); }
.button-primary:hover { background: var(--navy-deep); }
.button-secondary { color: var(--navy-deep); border: 2px solid var(--navy); background: transparent; }
.button-light { color: var(--navy-deep); background: white; text-align: center; }

.puzzle-panel { background: var(--paper); border: 2px solid var(--navy); border-radius: 1.2rem; padding: 1.4rem; box-shadow: 14px 14px 0 var(--gold); }
.panel-label { font-weight: 800; color: var(--navy); margin-top: 0; }
.letter-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .45rem; margin: 1.2rem 0; }
.letter-grid span { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid #b9c5c7; border-radius: .35rem; background: #f5fbfb; color: var(--navy-deep); font-size: clamp(1.05rem, 3vw, 1.45rem); font-weight: 800; }

.trust-strip { background: var(--navy-deep); color: white; padding: 1rem 1.5rem; display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; font-weight: 750; }
.trust-strip span::before { content: "✓"; color: var(--gold); margin-right: .45rem; }
.section { max-width: 1180px; margin: 0 auto; padding: 5rem 1.5rem; }
.section-heading { max-width: 720px; margin-bottom: 2rem; }
.section-heading > p:last-child { color: var(--muted); }
.product-grid, .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.product-card, .article-grid article { background: white; border: 1px solid var(--line); border-radius: .9rem; padding: 1.5rem; }
.article-grid h2 { font-size: 1.45rem; }
.product-card { border-top: 7px solid var(--teal); }
.product-card:nth-child(2) { border-top-color: var(--gold); }
.product-card:nth-child(3) { border-top-color: var(--coral); }
.tag { display: inline-block; padding: .18rem .55rem; border-radius: 999px; background: #d8f1ef; color: #07575b; font-weight: 800; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 1rem; }
.tag.gold { background: #fff0c7; color: #6c4b00; }
.tag.coral { background: #ffe3dc; color: #713126; }
.coming { color: var(--muted); font-weight: 700; }
.product-cover, .cover-placeholder { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top center; border-radius: .55rem; border: 1px solid var(--line); margin-bottom: 1.1rem; background: var(--cream); }
.cover-placeholder { display: flex; flex-direction: column; justify-content: center; padding: 1.3rem; color: var(--navy-deep); }
.cover-placeholder span { width: 2.8rem; height: 2.8rem; border-radius: 50%; display: grid; place-items: center; background: var(--coral); color: white; font-weight: 800; margin-bottom: 1rem; }
.cover-placeholder strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.2; }
.freebie-section { background: var(--teal-dark); color: white; padding: 4rem max(1.5rem, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; }
.freebie-section h2 { color: white; }
.eyebrow.light { color: #bfe9e5; }
.signup-card { background: rgba(24,40,58,.78); border: 1px solid rgba(255,255,255,.45); border-radius: 1rem; padding: 1.5rem; display: grid; gap: .9rem; }
.signup-card p, .signup-card small { margin: 0; }
.signup-title { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 700; }
.article-type { color: var(--teal-dark); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; }
.all-articles { margin-top: 1.5rem; }
.about-section { max-width: 1180px; margin: 0 auto 4rem; padding: 3rem 1.5rem; border-top: 2px solid var(--navy); border-bottom: 2px solid var(--navy); display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
footer { background: var(--navy-deep); color: white; text-align: center; padding: 3rem 1.5rem; }
footer a { color: white; }
.footer-brand { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 700; text-decoration: none; }
.fine-print { color: #c9d2db; font-size: .78rem; }
.article-main { max-width: 820px; margin: 0 auto; padding: 3.5rem 1.5rem 5rem; }
.article-main h1 { font-size: clamp(2.35rem, 5vw, 3.8rem); }
.article-main h2 { font-size: clamp(1.65rem, 3vw, 2.25rem); margin-top: 2.5rem; }
.article-main p, .article-main li { font-size: 1.06rem; }
.article-intro { font-size: 1.25rem !important; color: #46525f; }
.article-note { margin: 2.25rem 0; padding: 1.25rem 1.4rem; border-left: 7px solid var(--gold); background: white; }
.article-cta { margin-top: 3rem; padding: 1.6rem; border-radius: .9rem; background: #d8f1ef; }
.back-link { display: inline-block; margin-bottom: 1.5rem; font-weight: 750; }
.blog-hero { max-width: 1180px; margin: 0 auto; padding: 3.5rem 1.5rem 1rem; }
.blog-hero p:last-child { max-width: 720px; font-size: 1.15rem; color: var(--muted); }
.legal-main { max-width: 820px; margin: 0 auto; padding: 3.5rem 1.5rem 5rem; }
.legal-main h1 { font-size: clamp(2.35rem, 5vw, 3.8rem); }
.legal-main h2 { font-size: 1.65rem; margin-top: 2.25rem; }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  nav { justify-content: flex-end; gap: .75rem 1rem; }
  .hero { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 2.4rem; }
  .puzzle-panel { max-width: 560px; }
  .product-grid, .article-grid { grid-template-columns: 1fr; }
  .freebie-section, .about-section { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 560px) {
  :root { font-size: 17px; }
  .site-header { display: block; }
  nav { margin-top: 1.1rem; justify-content: flex-start; }
  h1 { font-size: 2.45rem; }
  .hero-actions .button { width: 100%; }
  .trust-strip { justify-content: flex-start; gap: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
