@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy: #06203C;
  --navy-2: #0B2C4E;
  --rust: #C1673C;
  --rust-dark: #A9542E;
  --bone: #F7F4EF;
  --bone-2: #FCFBF8;
  --white: #FFFFFF;
  --ink: #172538;
  --slate: #4A5260;
  --muted: #707784;
  --line: #DED8CC;
  --line-dark: rgba(247,244,239,.20);
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --maxw: 1180px;
  --pad: clamp(1.25rem, 4.5vw, 3.25rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--slate); background: var(--bone-2); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4, ul { margin-top: 0; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(100%, var(--maxw)); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

h1, h2, h3 { font-family: var(--serif); color: var(--navy); font-weight: 500; letter-spacing: -.018em; line-height: 1.08; }
h1 { font-size: clamp(2.75rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.lede { font-size: 1.12rem; line-height: 1.72; }
.eyebrow { margin-bottom: 1rem; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--rust); }
.smallcap { margin-bottom: .55rem; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--rust); }
.rule { width: 46px; height: 2px; border: 0; margin: 0 0 1.25rem; background: var(--rust); }
.muted { color: var(--muted); }

.license-bar { background: var(--navy); color: rgba(247,244,239,.88); font-size: .69rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.license-bar .wrap { min-height: 34px; display: flex; align-items: center; justify-content: center; text-align: center; }
.bar-main, .bar-service { display: inline-flex; align-items: center; }
.license-bar .dot { color: var(--rust); padding: 0 .55rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--bone); border-bottom: 1px solid var(--line); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand img { width: 154px; height: auto; }
.nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
.nav-burger { display: none; }
.nav-links { display: flex; align-items: center; gap: 1.15rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: .84rem; font-weight: 600; color: var(--slate); }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-links .nav-cta { margin-left: .15rem; padding: .62rem .92rem; border: 1px solid var(--navy); color: var(--navy); }
.nav-links .nav-cta:hover { background: var(--navy); color: var(--bone-2); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .78rem 1.25rem; border: 1px solid transparent; border-radius: 1px; font-size: .88rem; font-weight: 700; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-rust { background: var(--rust); color: var(--white); }
.btn-rust:hover { background: var(--rust-dark); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-light { background: var(--bone-2); color: var(--navy); }
.btn-light:hover { background: var(--white); }
.text-link { display: inline-block; padding-bottom: 2px; border-bottom: 2px solid var(--rust); color: var(--navy); font-size: .9rem; font-weight: 700; }

section { padding: clamp(4.25rem, 8vw, 7.5rem) 0; }
.band-white { background: var(--white); }
.band-soft { background: var(--bone); }
.band-navy { background: var(--navy); color: rgba(247,244,239,.82); }
.band-navy h2, .band-navy h3 { color: var(--bone-2); }
.band-navy .eyebrow { color: #D58A64; }

.hero { padding: clamp(4.5rem, 9vw, 8rem) 0; background: var(--bone-2); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.7fr); gap: clamp(3rem, 7vw, 6.5rem); align-items: center; }
.hero h1 { max-width: 13ch; margin-bottom: 1.45rem; }
.hero .sub { max-width: 62ch; font-size: 1.16rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-note { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); max-width: 65ch; font-size: .86rem; color: var(--muted); }
.hero-panel { background: var(--navy); color: rgba(247,244,239,.82); padding: clamp(2rem, 4vw, 3.25rem); border-top: 4px solid var(--rust); }
.hero-panel .panel-title { margin-bottom: 1.8rem; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #D58A64; }
.priority-item { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid var(--line-dark); }
.priority-item:last-of-type { border-bottom: 1px solid var(--line-dark); }
.priority-item .num { color: #D58A64; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.priority-item h3 { margin: 0 0 .3rem; font-family: var(--sans); font-size: 1rem; font-weight: 700; color: var(--bone-2); letter-spacing: 0; }
.priority-item p { margin: 0; font-size: .9rem; line-height: 1.55; }
.panel-note { margin: 1.6rem 0 0; font-size: .84rem; }

.trust-strip { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip .wrap { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 1.1rem 1rem; text-align: center; font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--navy); border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item::before { content: '+'; margin-right: .45rem; color: var(--rust); }

.section-head { max-width: 760px; margin-bottom: 3rem; }
.section-head h2 { margin-bottom: 1rem; }
.section-head p { max-width: 66ch; }

.relationship-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.relationship-item { display: grid; grid-template-columns: 3.3rem 1fr; gap: 1rem; padding: 1.65rem 1.5rem 1.65rem 0; border-bottom: 1px solid var(--line); }
.relationship-item:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 2rem; }
.relationship-item:nth-child(even) { padding-left: 2rem; }
.relationship-item .num { font-family: var(--serif); font-size: 1.25rem; color: var(--rust); }
.relationship-item h3 { margin-bottom: .55rem; font-family: var(--sans); font-size: 1rem; font-weight: 700; letter-spacing: 0; }
.relationship-item p { margin-bottom: 0; font-size: .94rem; }
.emphasis { color: var(--rust); font-weight: 700; }

.editorial-split { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.editorial-split h2 { max-width: 15ch; }
.editorial-copy p { font-size: 1.08rem; }
.editorial-copy p:last-child { margin-bottom: 0; }

.tier-list { border-top: 1px solid var(--line); }
.tier { display: grid; grid-template-columns: 4.4rem minmax(220px,.78fr) 1.22fr; gap: 2rem; padding: 2.35rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.tier .tier-num { font-family: var(--serif); font-size: 1.45rem; color: var(--rust); }
.tier h3 { margin-bottom: .75rem; font-size: 1.65rem; }
.tier p { margin-bottom: .9rem; }
.tier ul { margin: 0; padding-left: 1.1rem; columns: 2; column-gap: 2rem; }
.tier li { margin-bottom: .45rem; break-inside: avoid; }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.audience-panel { background: var(--white); border: 1px solid var(--line); padding: clamp(1.8rem, 4vw, 2.6rem); }
.audience-panel h3 { margin-bottom: .85rem; }
.audience-panel p { margin-bottom: 1.25rem; }

.founder-band { background: var(--navy); color: rgba(247,244,239,.82); }
.founder-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.founder-band h2 { color: var(--bone-2); max-width: 14ch; }
.founder-band .eyebrow { color: #D58A64; }
.founder-copy p { font-size: 1.08rem; }
.founder-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.6rem; margin-top: 1.5rem; border-top: 1px solid var(--line-dark); }
.founder-point { padding: .9rem 0; border-bottom: 1px solid var(--line-dark); font-size: .9rem; font-weight: 600; color: var(--bone-2); }
.founder-point::before { content: '+'; color: #D58A64; margin-right: .5rem; }

.cta-final { text-align: center; }
.cta-final h2 { max-width: 18ch; margin-left: auto; margin-right: auto; }
.cta-final p { max-width: 58ch; margin: 1.15rem auto 1.9rem; }

.page-hero { padding: clamp(4.25rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem); background: var(--bone); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 15ch; margin-bottom: 1.2rem; }
.page-hero .sub { max-width: 66ch; font-size: 1.14rem; }
.page-hero .hero-meta { margin-top: 1.6rem; font-size: .82rem; font-weight: 700; color: var(--navy); }

.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.feature { padding: 1.55rem 1.8rem 1.55rem 0; border-bottom: 1px solid var(--line); }
.feature:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 2rem; }
.feature:nth-child(even) { padding-left: 2rem; }
.feature h3 { margin-bottom: .55rem; font-family: var(--sans); font-size: 1rem; font-weight: 700; letter-spacing: 0; }
.feature p { margin: 0; font-size: .94rem; }

.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.process-card { background: var(--bone-2); border-top: 3px solid var(--rust); padding: 1.65rem 1.5rem; }
.process-card .step { margin-bottom: .75rem; color: var(--rust); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.process-card h3 { margin-bottom: .65rem; color: var(--navy) !important; font-size: 1.3rem; opacity: 1 !important; }
.process-card p { margin: 0; color: var(--slate) !important; opacity: 1 !important; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 1.5rem 0 0; border-top: 1px solid var(--line); }
.contact-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-list .lbl { display: block; margin-bottom: .2rem; color: var(--rust); font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-list .val { color: var(--navy); font-weight: 600; }
.safety-note { margin-top: 1.7rem; padding: 1.35rem 1.45rem; background: var(--navy); color: rgba(247,244,239,.82); }
.safety-note h3 { margin-bottom: .55rem; color: var(--bone-2); font-size: 1.25rem; }
.safety-note p { margin: 0; font-size: .9rem; }

.form { display: grid; gap: 1rem; padding: clamp(1.5rem, 4vw, 2.35rem); background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 46px rgba(6,32,60,.07); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; margin-bottom: .38rem; color: var(--slate); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: .78rem .9rem; border: 1px solid #CFC8BC; border-radius: 1px; background: #FFFEFB; color: var(--navy); }
.field textarea { min-height: 172px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--rust); box-shadow: 0 0 0 3px rgba(193,103,60,.12); }
.form-note { margin: 0; font-size: .82rem; color: var(--muted); }
.hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding: 3.5rem 0 1.7rem; background: var(--bone); border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; }
.footer-brand img { width: 170px; margin-bottom: 1rem; }
.footer-brand p { max-width: 50ch; font-size: .87rem; }
.footer-col h4 { margin-bottom: .9rem; color: var(--rust); font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-col a, .footer-col p { display: block; margin-bottom: .45rem; font-size: .88rem; }
.footer-col a:hover { color: var(--navy); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: var(--muted); font-size: .76rem; }

.privacy-copy { max-width: 800px; }
.privacy-copy h2 { margin: 2rem 0 .7rem; font-size: 1.55rem; }
.privacy-copy p, .privacy-copy li { margin-bottom: .8rem; }

@media (max-width: 1040px) {
  .nav-links { gap: .75rem; }
  .nav-links a { font-size: .78rem; }
  .hero-grid { grid-template-columns: 1fr .65fr; }
}

@media (max-width: 900px) {
  .nav-burger { display: flex; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
  .nav-burger span { width: 24px; height: 2px; background: var(--navy); transition: transform .18s ease, opacity .18s ease; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 60; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem var(--pad) 1rem; background: var(--bone); border-bottom: 1px solid var(--line); }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; width: 100%; padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .nav-links .nav-cta { margin-left: 0; border: 0; color: var(--rust); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero-grid, .editorial-split, .founder-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; }
  .relationship-list, .feature-grid { grid-template-columns: 1fr; }
  .relationship-item:nth-child(odd), .feature:nth-child(odd) { border-right: 0; padding-right: 0; }
  .relationship-item:nth-child(even), .feature:nth-child(even) { padding-left: 0; }
  .tier { grid-template-columns: 3rem 1fr; gap: 1.2rem; }
  .tier > div:last-child { grid-column: 2; }
  .audience-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .license-bar { font-size: .61rem; letter-spacing: .065em; }
  .license-bar .wrap { min-height: 46px; flex-direction: column; gap: 1px; line-height: 1.35; }
  .license-bar .dot { padding: 0 .28rem; }
  .bar-service .dot { display: none; }
  .nav { min-height: 68px; }
  .brand img { width: 142px; }
  .hero { padding-top: 3.6rem; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 3.65rem); }
  .hero-actions .btn { width: 100%; }
  .trust-strip .wrap { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .relationship-item { grid-template-columns: 2.7rem 1fr; padding: 1.35rem 0; }
  .tier { grid-template-columns: 2.5rem 1fr; }
  .tier ul { columns: 1; }
  .founder-points { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

:focus-visible { outline: 2px solid var(--rust); outline-offset: 3px; }
