:root {
  --navy: #18324a;
  --ink: #24313b;
  --sage: #4f6f5e;
  --sage-light: #dce7df;
  --gold: #d8a646;
  --gold-text: #8a5a08;
  --cream: #f5f1e8;
  --mist: #edf2f3;
  --white: #fff;
  --muted: #5b6872;
  --border: #d5dfda;
  --shadow: 0 24px 70px rgba(24, 50, 74, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
code { padding: .08em .28em; border-radius: .25rem; background: var(--mist); font-size: .92em; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 50; padding: 10px 14px; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 12px; }
.notice { padding: 8px 20px; background: var(--gold); color: var(--navy); text-align: center; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.site-header { width: min(1240px, calc(100% - 40px)); min-height: 82px; margin-inline: auto; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 800; letter-spacing: .05em; text-decoration: none; }
.brand-mark { width: 20px; height: 20px; display: inline-block; background: linear-gradient(90deg, var(--sage) 0 47%, transparent 47% 53%, var(--gold) 53%); }
nav { margin-left: auto; display: flex; gap: 28px; }
nav a { color: var(--muted); font-size: .9rem; font-weight: 700; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--navy); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 2px solid var(--gold); border-radius: 4px; background: var(--gold); color: var(--navy); font-size: .9rem; font-weight: 800; text-align: center; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.button:hover, .button:focus-visible { background: #e4b75e; transform: translateY(-1px); }
.button-small { min-height: 40px; padding-inline: 16px; font-size: .78rem; }
.button-secondary { border-color: var(--navy); background: transparent; }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--navy); color: var(--white); }
.hero { min-height: 690px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 56px; padding-block: 72px 84px; }
.hero > * { min-width: 0; }
.eyebrow { margin: 0 0 14px; color: var(--sage); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(3rem, 5.1vw, 5rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 3.8vw, 3.6rem); }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
.lede { max-width: 600px; margin: 0 0 30px; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { color: var(--navy); font-weight: 800; text-underline-offset: 4px; }
.checks { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 30px 0 0; padding: 0; color: var(--sage); font-size: .82rem; font-weight: 800; list-style: none; }
.checks li::before { content: "✓"; margin-right: 7px; color: var(--gold); }
.hero-art { width: 100%; margin: 0; box-shadow: var(--shadow); transform: rotate(1deg); }
.proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy); color: var(--white); }
.proof-bar div { min-height: 130px; padding: 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.13); text-align: center; }
.proof-bar strong { color: var(--gold); font-size: 2rem; line-height: 1; }
.proof-bar span { margin-top: 9px; color: var(--sage-light); font-size: .78rem; }
.section { padding-block: 110px; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 670px; color: var(--muted); font-size: 1.05rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.asset-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.asset-grid article { min-height: 260px; padding: 30px; border: 1px solid var(--border); background: var(--white); }
.asset-grid article > span { color: var(--gold-text); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.asset-grid p { color: var(--muted); }
.asset-grid small { color: var(--sage); font-weight: 800; letter-spacing: .08em; }
.gallery-section { background: var(--navy); }
.section-heading.light h2 { color: var(--white); }
.section-heading.light .eyebrow { color: var(--gold); }
.section-heading.light > p:last-child { color: var(--sage-light); }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gallery img { border: 1px solid rgba(255,255,255,.16); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.prose p { margin-top: 0; color: var(--muted); font-size: 1.04rem; }
.features-section { padding-block: 70px; background: var(--cream); }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.features h3 { font-size: 1.08rem; }
.features p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.pricing-section { padding-bottom: 80px; }
.pricing-grid { max-width: 920px; margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 22px; }
.price-card { padding: 40px; border: 1px solid var(--border); background: var(--white); }
.price-card.featured { border-top: 6px solid var(--gold); box-shadow: var(--shadow); }
.price { margin: 18px 0; color: var(--navy); font-size: 4.6rem; font-weight: 800; line-height: 1; }
.price span { margin-right: 3px; font-size: 1.6rem; vertical-align: top; }
.price-card > p:not(.price, .eyebrow) { min-height: 72px; color: var(--muted); }
.price-card ul { min-height: 170px; margin: 24px 0; padding-left: 21px; }
.price-card li { margin-bottom: 8px; }
.price-card .button { width: 100%; }
.pricing-note { max-width: 800px; margin: 30px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }
.faq { max-width: 900px; }
.faq details { border-top: 1px solid var(--border); }
.faq details:last-child { border-bottom: 1px solid var(--border); }
.faq summary { padding: 24px 42px 24px 0; color: var(--navy); font-size: 1.08rem; font-weight: 800; cursor: pointer; }
.faq details p { max-width: 760px; margin: -6px 0 26px; color: var(--muted); }
.guide-section { background: var(--mist); }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-grid a { padding: 28px; border: 1px solid var(--border); background: var(--white); text-decoration: none; }
.guide-grid a:hover h3, .guide-grid a:focus-visible h3 { text-decoration: underline; text-underline-offset: 4px; }
.guide-grid span { color: var(--gold-text); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.guide-grid h3 { margin-top: 14px; }
.guide-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.final-cta { padding-block: 94px; background: var(--sage); text-align: center; }
.final-cta .eyebrow { color: var(--white); }
.final-cta h2 { color: var(--white); }
.not-found { min-height: 100vh; display: grid; place-items: center; }
.not-found h1 { color: var(--white); }
footer { padding-block: 54px; background: #102538; color: var(--sage-light); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 40px; }
.footer-brand { color: var(--white); }
.footer-grid p, .footer-grid span, .footer-grid a:not(.brand) { display: block; margin-top: 8px; color: var(--sage-light); font-size: .78rem; }
.footer-grid strong { display: block; margin-bottom: 12px; color: var(--gold); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }

/* Editorial acquisition pages */
.article-hero { padding-block: 76px 84px; border-top: 1px solid var(--border); background: var(--cream); }
.article-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.article-hero-grid > * { min-width: 0; }
.article-hero h1 { max-width: 720px; font-size: clamp(2.8rem, 5vw, 4.7rem); }
.article-hero img { width: 100%; box-shadow: var(--shadow); }
.free-hero { background: var(--mist); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; color: var(--muted); font-size: .76rem; }
.breadcrumb a { text-underline-offset: 3px; }
.article { padding-block: 92px 120px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; justify-content: space-between; gap: 76px; }
.article-body { min-width: 0; }
.article-body > h2, .narrow-article > h2 { margin: 64px 0 18px; font-size: clamp(1.75rem, 3vw, 2.45rem); }
.article-body > h2:first-of-type { margin-top: 46px; }
.article-body > p, .narrow-article > p { margin: 0 0 20px; color: var(--muted); font-size: 1.04rem; }
.article-body li, .narrow-article li { margin-bottom: 10px; color: var(--muted); }
.article-intro { padding-left: 22px; border-left: 5px solid var(--gold); color: var(--navy) !important; font-size: 1.2rem !important; font-weight: 700; }
.article-aside { min-width: 0; }
.aside-card { position: sticky; top: 24px; padding: 28px; border: 1px solid var(--border); background: var(--mist); }
.aside-card h2 { font-size: 1.65rem; }
.aside-card p { color: var(--muted); font-size: .9rem; }
.aside-card .button { width: 100%; margin-top: 12px; }
.aside-card small { display: block; margin-top: 12px; color: var(--muted); text-align: center; }
.aside-card.related { position: static; margin-top: 18px; background: var(--white); }
.related strong, .related a { display: block; }
.related strong { margin-bottom: 14px; color: var(--navy); }
.related a { padding-block: 10px; border-top: 1px solid var(--border); color: var(--sage); font-size: .84rem; font-weight: 700; text-underline-offset: 3px; }
.callout { margin: 34px 0; padding: 24px 26px; border-left: 6px solid var(--gold); background: var(--mist); }
.callout strong, .callout span { display: block; }
.callout strong { margin-bottom: 7px; color: var(--gold-text); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.callout span { color: var(--navy); font-weight: 700; }
.compare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.compare-grid section { padding: 22px; border: 1px solid var(--border); }
.compare-grid h3 { font-size: 1.03rem; }
.compare-grid p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--border); }
table { width: 100%; border-collapse: collapse; font-size: .88rem; }
th, td { padding: 15px 16px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
th { background: var(--navy); color: var(--white); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
td:first-child { color: var(--navy); font-weight: 700; }
.article-cta { margin: 66px 0; padding: 42px; background: var(--navy); }
.article-cta .eyebrow { color: var(--gold); }
.article-cta h2 { margin-bottom: 16px; color: var(--white); font-size: 2.05rem; }
.article-cta p:not(.eyebrow) { color: var(--sage-light); }
.source-list { padding-left: 18px; }
.source-list a { color: var(--sage); font-weight: 700; text-underline-offset: 3px; }
.download-cover { width: 100%; max-width: 430px; margin: 0 auto; }
.download-cover img { border: 1px solid rgba(24,50,74,.12); }
.download-cover figcaption { margin-top: 10px; color: var(--muted); font-size: .72rem; text-align: center; }
.narrow-article { max-width: 900px; }
.checklist-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.checklist-sections section { padding: 26px; border: 1px solid var(--border); }
.checklist-sections section:first-child { background: var(--sage); color: var(--white); }
.checklist-sections section > span { color: var(--gold-text); font-size: .74rem; font-weight: 800; letter-spacing: .14em; }
.checklist-sections section:first-child > span { color: var(--white); }
.checklist-sections section:first-child h3, .checklist-sections section:first-child li { color: var(--white); }
.checklist-sections ul { margin-bottom: 0; padding-left: 18px; }
.numbered-steps { padding-left: 22px; }
.numbered-steps li { margin-bottom: 14px; padding-left: 7px; }
.numbered-steps strong { color: var(--navy); }
.download-inline { margin: 64px 0; padding: 36px; display: flex; align-items: center; justify-content: space-between; gap: 36px; background: var(--navy); }
.download-inline h2 { margin-bottom: 10px; color: var(--white); }
.download-inline .eyebrow { color: var(--gold); }
.download-inline p:not(.eyebrow) { margin-bottom: 0; color: var(--sage-light); }
.download-inline .button { flex: 0 0 auto; }
.related-links { margin-top: 64px; padding: 28px; border: 1px solid var(--border); }
.related-links strong, .related-links a { display: block; }
.related-links strong { margin-bottom: 10px; color: var(--navy); }
.related-links a { padding-block: 8px; color: var(--sage); font-weight: 700; text-underline-offset: 3px; }
.panel-map, .page-plan { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.panel-map > div, .page-plan > section { padding: 24px; border: 1px solid var(--border); }
.panel-map span, .page-plan span { display: block; margin-bottom: 12px; color: var(--gold-text); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.panel-map strong { display: block; color: var(--navy); font-size: 1.1rem; }
.panel-map p, .page-plan p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.panel-map .dark { background: var(--navy); }
.panel-map .dark span { color: var(--gold); }
.panel-map .dark strong { color: var(--white); }
.panel-map .dark p { color: var(--sage-light); }
.page-plan h3 { font-size: 1.05rem; }

@media (max-width: 900px) {
  nav { display: none; }
  .site-header .button { margin-left: auto; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-block: 64px; }
  .hero-art { max-width: 720px; }
  .asset-grid { grid-template-columns: 1fr 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 24px; }
  .article-hero-grid, .article-layout { grid-template-columns: 1fr; }
  .article-hero-grid { gap: 42px; }
  .article-hero img { max-width: 680px; }
  .article-layout { gap: 50px; }
  .article-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .aside-card, .aside-card.related { position: static; margin-top: 0; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .notice { font-size: .7rem; }
  .site-header { width: calc(100% - 28px); min-height: 68px; }
  .site-header .button { display: none; }
  h1 { font-size: 2.85rem; }
  .hero { gap: 36px; padding-block: 52px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .proof-bar { grid-template-columns: 1fr 1fr; }
  .proof-bar div { min-height: 110px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .section { padding-block: 76px; }
  .asset-grid, .gallery, .features, .pricing-grid, .footer-grid, .guide-grid { grid-template-columns: 1fr; }
  .article-hero { padding-block: 52px 64px; }
  .article-hero h1 { font-size: 2.7rem; }
  .article { padding-block: 66px 82px; }
  .compare-grid, .checklist-sections, .panel-map, .page-plan, .article-aside { grid-template-columns: 1fr; }
  .download-inline { align-items: flex-start; flex-direction: column; }
  .article-cta { padding: 30px 24px; }
  .price-card > p:not(.price, .eyebrow), .price-card ul { min-height: 0; }
}

@media (max-width: 340px) {
  .hero h1 { font-size: 2.3rem; }
}

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