:root { --landing-ink:#1e3024; --landing-muted:#667068; --landing-green:#355a3e; --landing-green-dark:#243d2b; --landing-cream:#f6f2e8; --landing-paper:#fffdf8; --landing-line:#d9ddd3; --landing-gold:#a96e36; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.campaign-landing { margin:0; background:var(--landing-paper); color:var(--landing-ink); font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.campaign-landing a { color:inherit; }
.landing-shell { width:min(1140px, calc(100% - 48px)); margin:0 auto; }
.landing-header { position:sticky; top:0; z-index:50; min-height:70px; display:flex; align-items:center; justify-content:space-between; padding:12px max(24px, calc((100vw - 1140px)/2)); background:rgba(255,253,248,.96); border-bottom:1px solid rgba(53,90,62,.12); backdrop-filter:blur(12px); }
.landing-brand { display:inline-flex; align-items:center; gap:10px; text-decoration:none; font-size:.78rem; letter-spacing:.15em; font-weight:800; }
.landing-brand img { width:28px; height:28px; }
.landing-header nav { display:flex; align-items:center; gap:18px; font-size:.9rem; font-weight:700; }
.landing-header nav a { text-decoration:none; padding:10px 12px; border-radius:999px; }
.landing-header nav a:hover { background:#eef1e9; }
.landing-current { color:var(--landing-muted); }
.landing-kicker { margin:0 0 14px; font-size:.72rem; letter-spacing:.16em; font-weight:850; color:#76533a; }
.landing-hero { display:grid; grid-template-columns:1.02fr .98fr; gap:58px; align-items:center; padding:72px 0 54px; min-height:640px; }
.landing-hero h1 { margin:0 0 24px; max-width:720px; font-family:Georgia, "Times New Roman", serif; font-size:clamp(3.4rem, 6.5vw, 6.2rem); line-height:.94; letter-spacing:-.055em; font-weight:500; }
.landing-deck { margin:0; max-width:690px; font-size:1.16rem; line-height:1.65; color:#445247; }
.landing-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:30px; }
.landing-button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; padding:12px 20px; border:1px solid var(--landing-green); border-radius:999px; text-decoration:none; font-size:.92rem; font-weight:800; line-height:1.2; }
.landing-button-primary { background:var(--landing-green); color:white !important; }
.landing-button-secondary { background:transparent; color:var(--landing-green); }
.landing-button-dark { background:var(--landing-green-dark); border-color:var(--landing-green-dark); color:white !important; }
.landing-share { margin-top:20px; padding:0; border:0; background:none; color:var(--landing-green); text-decoration:underline; text-underline-offset:4px; font:inherit; font-weight:700; cursor:pointer; }
.landing-video-card { position:relative; display:block; border-radius:24px; overflow:hidden; box-shadow:0 24px 80px rgba(36,61,43,.16); text-decoration:none; background:#1b2a20; }
.landing-video-card::after { content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(15,24,18,.7), transparent 45%); pointer-events:none; }
.landing-video-card img { display:block; width:100%; height:auto; aspect-ratio:16/10; object-fit:cover; }
.landing-video-play { position:absolute; left:24px; bottom:22px; z-index:2; color:#fff; font-weight:800; }
.landing-progress { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:24px; padding:22px 28px; border:1px solid var(--landing-line); border-radius:18px; background:#fbfaf5; }
.landing-progress-main { display:grid; gap:2px; min-width:180px; }
.landing-progress-main > span { font-size:.66rem; letter-spacing:.14em; font-weight:850; color:var(--landing-muted); }
.landing-progress-main strong { font-size:2rem; line-height:1; }
.landing-progress-main small { color:var(--landing-muted); font-size:.78rem; }
.landing-progress-bar { height:12px; overflow:hidden; border-radius:999px; background:#e8ece4; }
.landing-progress-bar span { display:block; width:26.6667%; height:100%; border-radius:inherit; background:var(--landing-green); }
.landing-progress-side { display:grid; text-align:right; }
.landing-progress-side strong { font-size:1.25rem; }
.landing-progress-side span { color:var(--landing-muted); font-size:.8rem; }
.landing-proof { padding:96px 0 90px; }
.landing-section-head { max-width:760px; margin-bottom:34px; }
.landing-section-head h2 { margin:0; font-family:Georgia, "Times New Roman", serif; font-size:clamp(2.4rem,4.2vw,4.2rem); line-height:1.02; letter-spacing:-.035em; font-weight:500; }
.landing-section-head > p:last-child { color:var(--landing-muted); font-size:1rem; line-height:1.6; }
.landing-section-head-centered { margin-inline:auto; text-align:center; }
.landing-metrics { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--landing-line); border-bottom:1px solid var(--landing-line); }
.landing-metrics article { padding:34px 28px; border-right:1px solid var(--landing-line); }
.landing-metrics article:last-child { border-right:0; }
.landing-metrics strong, .landing-metrics span { display:block; }
.landing-metrics strong { font-family:Georgia, "Times New Roman", serif; font-size:clamp(2.5rem,4vw,4rem); line-height:1; color:var(--landing-green); font-weight:500; }
.landing-metrics span { margin-top:10px; font-size:1.18rem; font-weight:800; }
.landing-metrics small { display:block; margin-top:10px; color:var(--landing-muted); line-height:1.45; }
.landing-note { margin:18px 0 0; max-width:900px; color:var(--landing-muted); font-size:.86rem; line-height:1.55; }
.landing-note a, .landing-text-link, .landing-secondary-links a { color:var(--landing-green); font-weight:750; text-decoration:underline; text-underline-offset:4px; }
.landing-prefab { background:var(--landing-green-dark); color:#f7f5ed; }
.landing-prefab-grid { display:grid; grid-template-columns:1fr .9fr; gap:70px; align-items:center; padding:90px 0; }
.landing-prefab .landing-kicker { color:#d6b58d; }
.landing-prefab h2 { margin:0 0 22px; font-family:Georgia, "Times New Roman", serif; font-size:clamp(2.6rem,4.5vw,4.8rem); line-height:1; letter-spacing:-.04em; font-weight:500; }
.landing-prefab p { color:#dfe6dd; line-height:1.7; font-size:1.02rem; }
.landing-prefab-point { padding-left:16px; border-left:3px solid #c7965d; }
.landing-before-after { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:16px; }
.landing-before-after article { min-height:220px; display:flex; flex-direction:column; justify-content:center; padding:28px; border:1px solid rgba(255,255,255,.2); border-radius:18px; background:rgba(255,255,255,.04); }
.landing-before-after article span { font-size:.68rem; letter-spacing:.14em; font-weight:850; color:#aebbb0; }
.landing-before-after article strong { margin:10px 0 8px; font-family:Georgia, "Times New Roman", serif; font-size:2.5rem; line-height:1; font-weight:500; }
.landing-before-after article p { margin:0; font-size:.86rem; line-height:1.5; }
.landing-before-after > div { font-size:2rem; }
.landing-before-after .landing-target { background:#f4efe3; color:#233629; border-color:#f4efe3; }
.landing-before-after .landing-target span { color:#785837; }
.landing-before-after .landing-target p { color:#536056; }
.landing-help { padding:100px 0 92px; scroll-margin-top:90px; }
.landing-help-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.landing-help-grid article { min-height:330px; display:flex; flex-direction:column; padding:30px; border:1px solid var(--landing-line); border-radius:20px; background:#fff; }
.landing-help-grid article h3 { margin:14px 0 12px; font-family:Georgia, "Times New Roman", serif; font-size:2rem; line-height:1.05; font-weight:500; }
.landing-help-grid article p { margin:0 0 24px; color:#536056; line-height:1.6; }
.landing-help-grid article .landing-button { align-self:flex-start; margin-top:auto; }
.landing-help-grid article small { display:block; margin-top:16px; color:#727a72; font-size:.78rem; line-height:1.5; }
.landing-path-label { font-size:.66rem; letter-spacing:.14em; font-weight:850; color:#785837; }
.landing-tax-card { background:#f3f5ec !important; border-color:#c9d1c3 !important; }
.landing-secondary-links { display:flex; justify-content:center; gap:28px; flex-wrap:wrap; margin-top:26px; font-size:.9rem; }
.landing-founders { background:var(--landing-cream); }
.landing-founders-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:64px; align-items:center; padding:90px 0; }
.landing-founders-grid img { display:block; width:100%; max-height:540px; object-fit:cover; border-radius:22px; }
.landing-founders-grid h2 { margin:0 0 20px; font-family:Georgia, "Times New Roman", serif; font-size:clamp(2.4rem,4vw,4.2rem); line-height:1.02; letter-spacing:-.035em; font-weight:500; }
.landing-founders-grid p { color:#536056; line-height:1.7; }
.landing-founders-grid blockquote { margin:26px 0; padding:0 0 0 20px; border-left:3px solid #a57b4d; font-family:Georgia, "Times New Roman", serif; font-size:1.3rem; line-height:1.45; }
.landing-close { text-align:center; padding:84px 0 90px; }
.landing-close h2 { margin:0 auto; max-width:760px; font-family:Georgia, "Times New Roman", serif; font-size:clamp(2.4rem,4vw,4rem); font-weight:500; line-height:1.04; }
.landing-actions-center { justify-content:center; }
.landing-footer { border-top:1px solid var(--landing-line); padding:28px 0 38px; color:var(--landing-muted); font-size:.82rem; }
.landing-footer .landing-shell { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.landing-footer strong { color:var(--landing-ink); letter-spacing:.12em; }
.landing-footer a { text-decoration:underline; text-underline-offset:3px; }
.campaign-landing a:focus-visible, .campaign-landing button:focus-visible { outline:3px solid #9c6731; outline-offset:3px; }
@media (max-width:900px) {
  .landing-hero, .landing-prefab-grid, .landing-founders-grid { grid-template-columns:1fr; }
  .landing-hero { min-height:0; gap:36px; padding-top:48px; }
  .landing-hero h1 { max-width:760px; }
  .landing-prefab-grid { gap:44px; }
}
@media (max-width:700px) {
  .landing-shell { width:calc(100% - 32px); }
  .landing-header { min-height:62px; padding:10px 16px; }
  .landing-brand span { font-size:.68rem; letter-spacing:.1em; }
  .landing-header nav { gap:6px; font-size:.78rem; }
  .landing-current { display:none; }
  .landing-hero { padding:36px 0 30px; }
  .landing-hero h1 { font-size:clamp(3rem,15vw,4.5rem); }
  .landing-deck { font-size:1rem; }
  .landing-progress { grid-template-columns:1fr auto; gap:14px; padding:18px; }
  .landing-progress-bar { grid-column:1/-1; grid-row:2; }
  .landing-progress-main { min-width:0; }
  .landing-progress-side { grid-column:2; grid-row:1; }
  .landing-proof { padding:64px 0; }
  .landing-metrics { grid-template-columns:1fr; }
  .landing-metrics article { border-right:0; border-bottom:1px solid var(--landing-line); padding:26px 0; }
  .landing-metrics article:last-child { border-bottom:0; }
  .landing-prefab-grid { padding:64px 0; }
  .landing-before-after { grid-template-columns:1fr; }
  .landing-before-after > div { transform:rotate(90deg); justify-self:center; }
  .landing-help { padding:68px 0; }
  .landing-help-grid { grid-template-columns:1fr; }
  .landing-help-grid article { min-height:0; }
  .landing-founders-grid { padding:64px 0; gap:32px; }
  .landing-close { padding:64px 0; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
