/* =========================================================
   Point A — hero page (v2)
   Type: Outfit (Google Fonts) 300 / 400 / 500 / 600 / 700
   No build step, no JS, no dependencies.
   ========================================================= */

:root {
  --navy: #0F2B4C;
  --navy-soft: #3E5B7E;
  --navy-muted: #63809F;
  --navy-faint: #8299B2;
  --green: #17984A;
  --surface: #FFFFFF;
  --surface-alt: #F6F8FB;
  --shell: #EEF2F7;
  --hairline: rgba(15, 43, 76, 0.09);
  --hairline-strong: rgba(15, 43, 76, 0.12);
  --radius: 2px;
  --gutter: clamp(20px, 3.4vw, 60px);
  --page-max: 1760px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--shell); color: var(--navy); font-family: 'Outfit', system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; display: flex; justify-content: center; }
.page { width: 100%; max-width: var(--page-max); background: var(--surface); overflow: hidden; }
p { margin: 0; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--green); }
a:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
.accent { color: var(--green); }
.rule { width: 64px; height: 3px; background: var(--green); }
.rule-sm { width: 40px; height: 3px; }
.rule-xs { width: 30px; height: 2px; }
.btn { display: inline-flex; align-items: center; gap: 16px; height: 62px; padding: 0 34px; border-radius: var(--radius); font-size: 13px; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase; white-space: nowrap; transition: background 200ms ease, border-color 200ms ease, transform 200ms ease; }
.btn .arrow { font-size: 16px; }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--green); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: #fff; color: var(--navy); border: 1px solid rgba(15, 43, 76, 0.2); }
.btn-ghost:hover { border-color: var(--green); transform: translateY(-2px); }
.btn-sm { height: 52px; gap: 14px; padding: 0 clamp(18px, 1.8vw, 28px); font-size: clamp(11px, 0.78vw, 12.5px); letter-spacing: clamp(0.08em, 0.45vw, 0.16em); }
.btn-sm .arrow { font-size: 15px; }
.btn-primary.btn-sm:hover { transform: translateY(-1px); }
.site-header { position: relative; z-index: 20; display: flex; align-items: center; flex-wrap: wrap; row-gap: 12px; column-gap: clamp(16px, 2.4vw, 40px); padding: clamp(16px, 1.8vw, 24px) var(--gutter); background: #fff; border-bottom: 1px solid var(--hairline); }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img { display: block; height: clamp(44px, 3.8vw, 56px); width: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(10px, 1.7vw, 32px); margin-left: auto; min-width: 0; }
.main-nav a { display: flex; align-items: center; gap: 8px; flex-shrink: 0; padding: 8px 0; white-space: nowrap; font-size: clamp(11px, 0.78vw, 13px); font-weight: 600; letter-spacing: clamp(0.04em, 0.4vw, 0.15em); text-transform: uppercase; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: var(--navy); border-bottom-color: var(--green); }
.main-nav .caret { font-size: 8px; opacity: 0.55; }
.header-actions { display: flex; align-items: center; gap: clamp(10px, 1.4vw, 22px); margin-left: auto; padding-left: clamp(8px, 1.2vw, 24px); flex-shrink: 0; border-left: 1px solid var(--hairline-strong); }
.icon-btn { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; transition: background 160ms ease; }
.icon-btn:hover { background: #EEF3F8; color: var(--navy); }
.hero { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; background: #fff; }
.hero-copy { position: relative; z-index: 3; flex: 1 1 500px; min-width: 0; max-width: 660px; padding: clamp(48px, 5vw, 96px) var(--gutter) clamp(48px, 5vw, 88px); }
.eyebrow { display: flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; }
.eyebrow .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }
.hero-copy h1 { margin: 22px 0 0; font-size: clamp(50px, 5.4vw, 94px); line-height: 0.92; letter-spacing: -0.035em; font-weight: 700; }
.hero-copy .rule { margin-top: 24px; }
.lede { margin-top: 28px; max-width: 30em; font-size: clamp(16.5px, 1.15vw, 19.5px); line-height: 1.66; font-weight: 300; color: var(--navy-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.kicker { display: flex; align-items: center; gap: 12px; margin-top: clamp(40px, 4.4vw, 72px); font-size: 11.5px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--navy-faint); }
.kicker .tick { width: 28px; height: 1px; background: rgba(15, 43, 76, 0.22); }
.hero-media { position: relative; flex: 1 1 540px; min-width: 0; align-self: stretch; min-height: clamp(320px, 33vw, 620px); }
.hero-edge { position: absolute; inset: 0; background: var(--green); clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); }
.hero-media-clip { position: absolute; inset: 0; overflow: hidden; clip-path: polygon(calc(10% + 6px) 0, 100% 0, 100% 100%, 6px 100%); }
.hero-media-clip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% 64%; }
.hero-fade { position: absolute; inset: 0; background: linear-gradient(97deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.18) 14%, rgba(255,255,255,0) 32%); }
.hero-scrim { position: absolute; left: 0; right: 0; bottom: 0; height: 42%; background: linear-gradient(180deg, rgba(15,43,76,0) 0%, rgba(15,43,76,.34) 55%, rgba(15,43,76,.68) 100%); }
.hero-note { position: absolute; z-index: 4; top: clamp(26px, 3.4vw, 52px); right: var(--gutter); text-align: right; font-size: clamp(11.5px, .85vw, 13.5px); font-weight: 600; letter-spacing: .21em; line-height: 1.95; text-transform: uppercase; }
.hero-note .rule-sm { display: block; margin: 0 0 14px auto; }
.hero-tagline { position: absolute; z-index: 4; bottom: clamp(20px, 2.4vw, 36px); right: var(--gutter); display: flex; align-items: center; gap: 14px; font-size: 11.5px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 14px rgba(15,43,76,.9); }
.stats { background: var(--surface-alt); border-top: 1px solid var(--hairline); padding: clamp(32px, 3.4vw, 54px) var(--gutter) clamp(36px, 3.8vw, 58px); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(186px, 1fr)); gap: clamp(20px, 2.4vw, 44px); }
.stat { display: flex; flex-direction: column; gap: 18px; padding-top: 20px; border-top: 2px solid var(--navy); }
.stat-icon { fill: var(--green); }
.stat-figure { font-size: clamp(32px, 2.6vw, 44px); font-weight: 700; letter-spacing: -.025em; line-height: 1; }
.stat-figure-sm { font-size: clamp(24px, 1.9vw, 30px); letter-spacing: 0; line-height: 1.1; text-transform: uppercase; }
.stat-label { margin-top: 12px; font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.stat-sub { margin-top: 8px; font-size: 14.5px; font-weight: 300; color: var(--navy-muted); }
@media (max-width: 860px) { .main-nav { order: 3; width: 100%; margin-left: 0; overflow-x: auto; } .header-actions { border-left: 0; padding-left: 0; } .hero-edge { display: none; } .hero-media-clip { clip-path: none; } .hero-fade { background: linear-gradient(180deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,0) 26%); } .hero-note { position: static; text-align: left; padding: 22px var(--gutter) 0; } .hero-note .rule-sm { margin-left: 0; } .hero-tagline { right: auto; left: var(--gutter); } }
/* Compact desktop fold: header + hero + metric strip visible without scrolling */
@media (min-width: 1100px) {
  .site-header { min-height: 78px; padding: 10px var(--gutter); }
  .logo img { height: 48px; }
  .btn-sm { height: 48px; }
  .hero-copy { max-width: 640px; padding: 38px var(--gutter) 30px; }
  .eyebrow { font-size: 11px; }
  .hero-copy h1 { margin-top: 16px; font-size: clamp(64px, 4.8vw, 82px); line-height: .89; }
  .hero-copy .rule { margin-top: 18px; }
  .lede { margin-top: 20px; font-size: 17px; line-height: 1.5; max-width: 32em; }
  .hero-actions { margin-top: 26px; }
  .btn { height: 52px; padding: 0 28px; }
  .kicker { margin-top: 24px; }
  .hero-media { min-height: 440px; }
  .hero-note { top: 26px; }
  .hero-tagline { bottom: 22px; }
  .stats { padding: 18px var(--gutter) 22px; }
  .stats-grid { gap: 28px; }
  .stat { gap: 10px; padding-top: 12px; }
  .stat-icon { width: 23px; height: 23px; }
  .stat-figure { font-size: 36px; }
  .stat-figure-sm { font-size: 25px; }
  .stat-label { margin-top: 7px; font-size: 11.5px; }
  .stat-sub { margin-top: 5px; font-size: 13px; }
}
@media (min-width: 1100px) and (max-height: 820px) {
  .site-header { min-height: 72px; padding-top: 8px; padding-bottom: 8px; }
  .logo img { height: 44px; }
  .hero-copy { padding-top: 28px; padding-bottom: 24px; }
  .hero-copy h1 { font-size: clamp(60px, 4.45vw, 76px); }
  .hero-media { min-height: 405px; }
  .kicker { margin-top: 18px; }
  .stats { padding-top: 14px; padding-bottom: 16px; }
  .stat { padding-top: 10px; gap: 8px; }
}
