:root {
  --navy: #17365d;
  --navy-deep: #0c223c;
  --forest: #314d2d;
  --gold: #c99a45;
  --gold-soft: #e1bd75;
  --cream: #f7f0e4;
  --paper: #fffaf1;
  --white: #ffffff;
  --ink: #171717;
  --muted: #626262;
  --rule: #e8ddca;
  --shadow: 0 22px 60px rgba(12, 34, 60, 0.13);
  --shadow-soft: 0 12px 32px rgba(12, 34, 60, 0.08);
  --radius: 26px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); font-size: 17px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 16px; }
ul { padding-left: 20px; margin-bottom: 18px; }
li { margin-bottom: 8px; }
h1, h2, h3, h4 { font-family: "Cormorant Garamond", Georgia, serif; color: var(--navy-deep); letter-spacing: -0.015em; }
h1 { font-size: clamp(54px, 7vw, 96px); line-height: 0.94; font-weight: 600; margin-bottom: 24px; }
h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.05; font-weight: 600; margin-bottom: 20px; }
h3 { font-size: 29px; line-height: 1.15; font-weight: 600; margin-bottom: 10px; }
section { padding: 76px 0; }
.container { width: min(1140px, calc(100% - 48px)); margin: 0 auto; }
.container-wide { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }
.container-narrow { width: min(900px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--navy-deep); color: var(--white); padding: 10px 14px; z-index: 1000; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 250, 241, 0.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--rule); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { height: 82px; width: auto; max-width: none; }
.nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 800; color: var(--navy-deep); }
.nav a { text-decoration: none; white-space: nowrap; }
.nav a:hover { color: var(--forest); }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--navy-deep); color: var(--white) !important; }
.mobile-menu { display: none; }
.mobile-menu summary { list-style: none; cursor: pointer; padding: 10px 14px; border: 1px solid var(--rule); border-radius: 999px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--navy-deep); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu[open] summary { background: var(--navy-deep); color: var(--white); border-color: var(--navy-deep); }
.mobile-nav-panel { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 1px; background: var(--rule); border-bottom: 1px solid var(--rule); }
.mobile-nav-panel a { background: var(--paper); padding: 16px 24px; text-decoration: none; font-weight: 800; color: var(--navy-deep); }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; color: var(--forest); }
.eyebrow:before { content: ""; width: 34px; height: 1px; background: var(--forest); }
.section-intro { max-width: 850px; font-size: 20px; color: var(--ink); margin-bottom: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 24px; border-radius: 999px; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .035em; text-decoration: none; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--gold); color: var(--navy-deep); }
.button-primary:hover { background: var(--gold-soft); }
.button-secondary { background: var(--navy-deep); color: var(--white); }
.button-secondary:hover { background: var(--forest); }
.button-light { background: var(--white); color: var(--navy-deep); border-color: var(--rule); }
.button-ghost { color: var(--navy-deep); border-color: var(--rule); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; align-items: center; }
.white { background: var(--white); }
.cream { background: var(--cream); }
.paper { background: var(--paper); }
.navy { background: var(--navy-deep); color: rgba(255, 250, 241, .86); }
.navy h2, .navy h3 { color: var(--white); }
.navy .eyebrow { color: var(--gold-soft); }
.navy .eyebrow:before { background: var(--gold-soft); }
.bordered { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.hero { position: relative; overflow: hidden; background: linear-gradient(105deg, rgba(7,24,39,.97) 0%, rgba(12,34,60,.93) 54%, rgba(49,77,45,.82) 100%); color: var(--paper); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .78fr; gap: 52px; align-items: center; min-height: 650px; padding: 66px 0; }
.hero h1 { color: var(--white); }
.hero .eyebrow { color: var(--gold-soft); }
.hero .eyebrow:before { background: var(--gold-soft); }
.hero-sub { font-size: 24px; line-height: 1.34; color: rgba(255,250,241,.96); font-weight: 650; max-width: 800px; }
.hero-lede { font-size: 19px; color: rgba(255,250,241,.86); max-width: 760px; }
.hero-trust { margin-top: 18px; padding-left: 18px; border-left: 4px solid var(--gold); color: rgba(255,250,241,.94); font-weight: 800; max-width: 760px; }
.hero-visual { border-radius: 36px; padding: 18px; background: rgba(255,250,241,.08); border: 1px solid rgba(255,250,241,.18); box-shadow: var(--shadow); }
.hero-visual img, .visual-panel img, .mockup-panel img { width: 100%; height: auto; border-radius: 28px; object-fit: contain; }
.image-panel { background: var(--paper); border: 1px solid var(--rule); border-radius: 34px; padding: 14px; box-shadow: var(--shadow-soft); overflow: hidden; }
.image-panel img { width: 100%; height: auto; max-height: none; object-fit: contain; border-radius: 24px; }
.image-panel.wide img { aspect-ratio: 16 / 9; object-fit: cover; }
.mockup-panel { background: var(--paper); border: 1px solid var(--rule); border-radius: 34px; padding: 14px; box-shadow: var(--shadow-soft); overflow: hidden; }
.mockup-panel.toolkit img { border-radius: 24px; width: 100%; height: auto; object-fit: contain; }
.process-panel { background: var(--paper); border: 1px solid var(--rule); border-radius: 34px; padding: 28px; box-shadow: var(--shadow); }
.process-panel h3 { margin-bottom: 18px; }
.process-step { background: var(--white); border: 1px solid var(--rule); border-radius: 22px; padding: 22px; margin-bottom: 14px; }
.process-step strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; color: var(--navy-deep); font-size: 32px; line-height: 1; margin-bottom: 8px; }
.process-step span { color: var(--muted); display: block; line-height: 1.35; }
.process-arrow { color: var(--gold); font-weight: 900; font-size: 26px; text-align: center; margin: -4px 0 10px; }
.artifact-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.artifact-preview { background: var(--white); border: 1px solid var(--rule); border-radius: 22px; padding: 22px; min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; }
.artifact-preview strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; color: var(--navy-deep); line-height: 1; }
.artifact-preview span { color: var(--muted); font-size: 14px; line-height: 1.35; }
.artifact-preview:before { content: ""; width: 54px; height: 8px; background: var(--gold); border-radius: 99px; margin-bottom: 18px; }
.hero-card { background: rgba(255,250,241,.08); border: 1px solid rgba(255,250,241,.18); border-radius: 34px; padding: 26px; box-shadow: var(--shadow); backdrop-filter: blur(6px); }
.headshot-wrap { border-radius: 28px; overflow: hidden; background: var(--cream); border: 1px solid rgba(255,250,241,.22); }
.headshot-wrap img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.founder-note { margin-top: 18px; color: var(--navy-deep); }
.founder-note strong { color: var(--navy-deep); display: block; font-size: 20px; margin-bottom: 4px; }
.founder-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 34px; padding: 24px; box-shadow: var(--shadow-soft); }
.proof-strip { padding: 26px 0; background: var(--cream); border-bottom: 1px solid var(--rule); }
.proof-inner { display: grid; grid-template-columns: .9fr 1.6fr; gap: 28px; align-items: center; }
.proof-line { color: var(--navy-deep); font-weight: 900; font-size: 18px; margin: 0; }
.proof-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.proof-point { background: rgba(255,250,241,.75); border: 1px solid var(--rule); border-radius: 18px; padding: 16px; }
.proof-point strong { display: block; color: var(--navy-deep); margin-bottom: 3px; }
.proof-point span { display: block; font-size: 14px; color: var(--muted); line-height: 1.35; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); }
.white .card { background: var(--white); }
.card p:last-child { margin-bottom: 0; }
.icon-card { position: relative; padding-top: 78px; }
.card-icon { position: absolute; top: 26px; left: 28px; width: 38px; height: 38px; border-radius: 14px; display: grid; place-items: center; background: var(--cream); border: 1px solid var(--rule); color: var(--forest); }
.card-icon svg { width: 21px; height: 21px; stroke: currentColor; fill: none; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.navy .card { background: rgba(255,250,241,.06); border-color: rgba(255,250,241,.16); box-shadow: none; }
.navy .card p { color: rgba(255,250,241,.78); }
.navy .card-icon { background: rgba(255,250,241,.09); border-color: rgba(255,250,241,.18); color: var(--gold-soft); }
.label { display: inline-block; margin-bottom: 12px; color: var(--forest); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.check-list { list-style: none; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; margin: 0; }
.check-list li:before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; border-radius: 999px; background: var(--gold); }
.loop { background: var(--paper); border-radius: 34px; border: 1px solid var(--rule); padding: 34px; box-shadow: var(--shadow-soft); }
.loop-row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; }
.loop-item { text-align: center; background: var(--white); border: 1px solid var(--rule); border-radius: 20px; padding: 18px; }
.loop-item strong { display: block; color: var(--navy-deep); font-family: "Cormorant Garamond", Georgia, serif; font-size: 27px; margin-bottom: 4px; }
.loop-item span { display: block; font-size: 13px; color: var(--muted); line-height: 1.35; }
.loop-arrow { color: var(--gold); font-weight: 900; font-size: 24px; }
.feature { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: rgba(255,250,241,.88); border-radius: 34px; padding: 42px; box-shadow: var(--shadow); }
.feature h2, .feature h3 { color: var(--white); }
.feature .label { color: var(--gold-soft); }
.visual-panel { background: var(--paper); border: 1px solid var(--rule); border-radius: 34px; padding: 18px; box-shadow: var(--shadow-soft); }
.visual-panel.dark { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); border-color: rgba(255,250,241,.16); }
.mini-proof { display: grid; gap: 14px; margin-top: 22px; }
.mini-proof div { background: rgba(255,250,241,.08); border: 1px solid rgba(255,250,241,.16); border-radius: 18px; padding: 16px; }
.mini-proof strong { color: var(--white); display: block; margin-bottom: 4px; }
.timeline { display: grid; gap: 18px; }
.timeline-item { display: grid; grid-template-columns: 150px 1fr; gap: 22px; border-bottom: 1px solid var(--rule); padding-bottom: 18px; }
.timeline-item strong { color: var(--navy-deep); }
.timeline-visual { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 26px; }
.timeline-visual .card { padding: 20px; min-height: 150px; }
.audience-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.resource-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 330px; }
.resource-thumb { height: 112px; border-radius: 18px; background: linear-gradient(135deg, var(--cream), var(--white)); border: 1px solid var(--rule); margin-bottom: 18px; padding: 16px; position: relative; overflow: hidden; }
.resource-thumb:before { content: ""; position: absolute; left: 16px; right: 16px; top: 22px; height: 10px; border-radius: 99px; background: var(--gold); opacity: .9; }
.resource-thumb:after { content: ""; position: absolute; left: 16px; right: 42px; top: 52px; height: 42px; border-radius: 14px; background: rgba(12,34,60,.08); box-shadow: 36px 0 0 rgba(49,77,45,.12); }
.form-frame { width: 100%; min-height: 760px; border: 0; border-radius: 26px; background: var(--white); box-shadow: var(--shadow-soft); }
.faq { display: grid; gap: 14px; }
.faq details { background: var(--white); border: 1px solid var(--rule); border-radius: 18px; padding: 18px 22px; }
.faq summary { cursor: pointer; font-weight: 900; color: var(--navy-deep); }
.faq p { margin: 12px 0 0; color: var(--muted); }
.site-footer { background: var(--navy-deep); color: rgba(255,250,241,.78); padding: 54px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 34px; align-items: start; }
.footer-logo img { height: 90px; width: auto; margin-bottom: 12px; }
.footer-heading { color: var(--white); font-family: "Inter Tight", sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255,250,241,.78); text-decoration: none; }
.footer-links a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid rgba(255,250,241,.14); margin-top: 34px; padding-top: 22px; font-size: 14px; }
.page-hero { padding: 86px 0; background: linear-gradient(135deg, var(--navy-deep), var(--forest)); color: var(--paper); }
.page-hero h1 { color: var(--white); max-width: 960px; }
.page-hero p { font-size: 22px; max-width: 860px; color: rgba(255,250,241,.9); }
.kicker { color: var(--gold-soft); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; margin-bottom: 16px; }
@media (max-width: 980px) {
  .nav { display: none; }
  .mobile-menu { display: block; }
  .hero-grid, .proof-inner, .proof-points, .grid-2, .grid-3, .grid-4, .footer-grid, .audience-row, .timeline-visual, .artifact-board { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .loop-row { grid-template-columns: 1fr; }
  .loop-arrow { transform: rotate(90deg); justify-self: center; }
}
@media (max-width: 680px) {
  .container, .container-wide, .container-narrow { width: min(100% - 32px, 1140px); }
  .header-inner { min-height: 76px; }
  .brand img { height: 68px; }
  section { padding: 56px 0; }
  .hero-grid { padding: 52px 0; }
  .hero-sub { font-size: 21px; }
  .button { width: 100%; }
  .card, .feature, .loop, .process-panel { padding: 24px; }
  .timeline-item { grid-template-columns: 1fr; gap: 6px; }
  .resource-card { min-height: auto; }
}
