:root {
  --green: #063f34;
  --green-2: #0b4c3f;
  --cream: #f7f0e3;
  --cream-2: #fbf7ef;
  --gold: #c89631;
  --ink: #082f28;
  --line: #decfb4;
  --white: #fffdf8;
  --shadow: 0 22px 50px rgba(21, 45, 38, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.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; }
.site-header { min-height: 126px; padding: 8px 4vw; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 28px; border-bottom: 1px solid #eadfcb; background: rgba(247,240,227,.96); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(10px); }
.brand img { width: 220px; }
.desktop-nav { display: flex; justify-content: flex-end; align-items: center; gap: 28px; font-weight: 700; }
.desktop-nav a { text-decoration: none; }
.button, .signup-form button { border: 0; border-radius: 14px; background: var(--green); color: #fff; font-weight: 800; padding: 16px 24px; text-decoration: none; cursor: pointer; }
.button.small { padding: 16px 22px; }
.header-email { font-weight: 800; color: var(--green); white-space: nowrap; }
.menu-toggle { display: none; }
.mobile-nav { padding: 16px 5vw; background: var(--white); border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 10px 0; font-weight: 700; text-decoration: none; }
.section { padding: 78px 4vw; }
.cream { background: radial-gradient(circle at 82% 18%, rgba(200,150,49,.08), transparent 28%), var(--cream); }
.dark { background: linear-gradient(115deg, #04362d, #0c4b3e); color: white; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(4.5rem, 8.5vw, 8.8rem); margin-bottom: 28px; }
h2 { font-size: clamp(3rem, 5.5vw, 6rem); }
h3 { letter-spacing: -.01em; line-height: 1.15; }
.hero { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 48px; min-height: calc(100vh - 126px); }
.hero-copy { max-width: 680px; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: .8rem; font-weight: 900; }
.gold-rule { display: block; width: 86px; height: 4px; background: var(--gold); margin: 26px 0; border-radius: 10px; }
.lead { font-size: 1.2rem; max-width: 650px; }
.pills { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 28px; }
.pills span { border: 1px solid #dfcda9; border-radius: 999px; padding: 9px 14px; font-weight: 800; background: rgba(255,255,255,.45); }
.signup-form { display: flex; max-width: 620px; border: 1px solid #dfd2be; background: white; border-radius: 14px; overflow: hidden; }
.signup-form input { flex: 1; min-width: 0; border: 0; padding: 18px; font-size: 1rem; outline: none; }
.signup-form button { border-radius: 0; }
.microcopy { font-size: .88rem; opacity: .8; }
.hero-visual img, .report-visual img { border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff8eb; }
.trust-strip div { padding: 26px 22px; text-align: center; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.statement { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.statement h2 { color: #efc76e; }
.statement h2 em { color: #fff; font-weight: 400; }
.statement-copy { max-width: 650px; font-size: 1.14rem; }
.gold { color: #f0c76b; }
.feature-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; }
.intro-card, .feature-grid, .audience-grid article { background: rgba(255,255,255,.6); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.intro-card { padding: 34px; }
.intro-card h2 { font-size: clamp(3rem, 4.7vw, 5.5rem); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; }
.feature-grid article { padding: 28px; min-height: 260px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article:nth-child(3n) { border-right: 0; }
.feature-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.feature-grid span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #f0e4c8; }
.feature-grid h3 { margin-top: 18px; font-size: 1.45rem; }
.why-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.why-copy h2 { max-width: 720px; }
.tick-list { list-style: none; padding: 0; margin: 28px 0 0; }
.tick-list li { margin: 14px 0; font-weight: 800; }
.tick-list li::before { content: '✓'; color: var(--gold); background: #f2e6cc; display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; margin-right: 12px; }
.centre { text-align: center; }
.audience-section h2 { text-align: center; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 38px; }
.audience-grid article { padding: 34px; text-align: center; }
.icon { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; background: var(--green); margin: 0 auto 22px; font-size: 1.7rem; }
.early-access { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.early-access h2 { color: white; }
.signup-form.light button { background: var(--gold); color: white; }
.site-footer { background: #062f28; color: #f9f3e6; padding: 48px 4vw 24px; display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 40px; }
.site-footer a { display: block; margin: 8px 0; color: #fff; }
.site-footer h3 { font-family: Arial, sans-serif; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: #c8b992; }
.footer-brand strong { font-family: Georgia, serif; font-size: 2.2rem; }
.footer-email { font-size: 1.12rem; font-weight: 800; color: #f3ce72 !important; }
.footer-note { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; font-size: .9rem; opacity: .85; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.15); padding-top: 18px; font-size: .85rem; }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 96px; }
  .brand img { width: 180px; }
  .desktop-nav, .header-email { display: none; }
  .menu-toggle { display: inline-flex; border: 1px solid var(--green); border-radius: 10px; background: transparent; padding: 10px 14px; font-weight: 800; }
  .hero, .statement, .feature-intro, .why-section, .early-access { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { order: -1; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .feature-grid article:nth-child(2n) { border-right: 0; }
  .feature-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .feature-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .section { padding: 54px 22px; }
  h1 { font-size: 4rem; }
  h2 { font-size: 3.25rem; }
  .signup-form { flex-direction: column; }
  .signup-form button { width: 100%; }
  .trust-strip, .feature-grid, .audience-grid, .site-footer { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-grid article, .feature-grid article:nth-child(3n), .feature-grid article:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-grid article:last-child { border-bottom: 0; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

/* Kit email signup form */
.kit-form-wrap { max-width: 620px; margin-top: 22px; }
.kit-form-wrap .formkit-form { max-width: 100% !important; margin: 0 !important; background: transparent !important; border: 0 !important; padding: 0 !important; box-shadow: none !important; }
.kit-form-wrap .formkit-fields { display: flex !important; gap: 0 !important; border: 1px solid #dfd2be !important; background: #fff !important; border-radius: 14px !important; overflow: hidden !important; }
.kit-form-wrap .formkit-field { flex: 1 1 auto !important; margin: 0 !important; }
.kit-form-wrap .formkit-input { width: 100% !important; min-height: 58px !important; border: 0 !important; border-radius: 0 !important; padding: 18px !important; font-size: 1rem !important; outline: none !important; box-shadow: none !important; }
.kit-form-wrap .formkit-submit { min-height: 58px !important; margin: 0 !important; border: 0 !important; border-radius: 0 !important; padding: 16px 24px !important; background: var(--green) !important; color: #fff !important; font-weight: 800 !important; cursor: pointer !important; white-space: nowrap !important; }
.kit-form-wrap-light .formkit-submit { background: var(--gold) !important; }
.kit-form-wrap .formkit-alert { margin-top: 10px !important; }
.kit-form-wrap .formkit-powered-by-convertkit-container { display: none !important; }
@media (max-width: 640px) {
  .kit-form-wrap .formkit-fields { flex-direction: column !important; }
  .kit-form-wrap .formkit-submit { width: 100% !important; }
}

/* Hero CTA used instead of loading the same Kit form twice on one page */
.hero-cta-wrap { margin-top: 22px; }
.hero-cta { display: inline-block; }

/* Native Kit HTML form — avoids the JavaScript embed failing to render its email field */
.kit-form-wrap .formkit-alert { list-style: none; padding: 12px 14px !important; margin: 0 0 12px !important; border-radius: 10px; font-size: .92rem; }
.kit-form-wrap .formkit-alert:empty { display: none !important; }
.kit-form-wrap .formkit-alert-error { background: #fde8e2; border: 1px solid #f2643b; color: #9f2e16; }
.kit-form-wrap .formkit-alert-success { background: #d3fbeb; border: 1px solid #10bf7a; color: #075f3d; }
.kit-form-wrap .formkit-submit > span { display: block; }
.kit-form-wrap .formkit-input { color: #1c2e28 !important; background: #fff !important; }
.kit-form-wrap .formkit-input::placeholder { color: #6e7773 !important; opacity: 1 !important; }
