:root {
  --navy: #102f36;
  --navy-soft: #294b51;
  --paper: #f7f5ef;
  --white: #fff;
  --sage: #dfece6;
  --sage-deep: #7ea497;
  --orange: #c9633c;
  --orange-dark: #9c4527;
  --muted: #64787c;
  --line: rgba(16, 47, 54, .14);
  --shadow: 0 28px 80px rgba(16, 47, 54, .12);
  --wrap: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.04em; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; top: -70px; left: 18px; z-index: 100; padding: 12px 16px; background: white; border-radius: 8px; }
.skip-link:focus { top: 18px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.topbar { position: sticky; top: 0; z-index: 20; background: rgba(247, 245, 239, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.topbar-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.identity { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); line-height: 1.1; text-decoration: none; }
.identity strong, .identity small { display: block; }
.identity strong { font-size: 14px; }
.identity small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.brand-mark { display: block; width: 43px; height: 43px; flex: none; }
.brand-mark-footer { padding: 4px; background: var(--paper); border-radius: 50%; }
nav { display: flex; gap: 28px; margin-left: auto; }
nav a { color: var(--navy-soft); font-size: 13px; font-weight: 750; text-decoration: none; }
nav a:hover { color: var(--orange-dark); }
.language-control { position: relative; flex: none; }
.language-control::after { content: "⌄"; position: absolute; top: 50%; right: 11px; color: var(--navy); font-size: 12px; pointer-events: none; transform: translateY(-58%); }
.language-control select { min-width: 64px; height: 38px; padding: 0 28px 0 12px; appearance: none; background: white; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); cursor: pointer; font: 800 11px/1 inherit; letter-spacing: .06em; }
.language-control select:focus { border-color: var(--orange); outline: 3px solid rgba(201, 99, 60, .14); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; text-align: center; text-decoration: none; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { min-height: 42px; background: var(--navy); color: white; }
.button-accent { background: var(--orange); color: white; box-shadow: 0 14px 30px rgba(201, 99, 60, .24); }
.button-accent:hover { background: var(--orange-dark); }
.button-light { background: white; color: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 100px 0 96px; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; top: -370px; right: -250px; border: 1px solid rgba(126, 164, 151, .48); border-radius: 50%; box-shadow: 0 0 0 85px rgba(223, 236, 230, .28), 0 0 0 170px rgba(223, 236, 230, .14); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 80px; align-items: center; }
.kicker, .eyebrow { color: var(--orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.kicker span { width: 7px; height: 7px; background: #438561; border-radius: 50%; box-shadow: 0 0 0 5px rgba(67, 133, 97, .12); }
h1 { max-width: 760px; margin-bottom: 26px; font: 500 clamp(44px, 5.5vw, 72px)/1.02 Georgia, "Times New Roman", serif; }
.hero-text { max-width: 720px; margin-bottom: 30px; color: var(--navy-soft); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 18px; }
.hero-actions > span { color: var(--muted); font-size: 12px; font-weight: 700; }

.pilot-card { position: relative; padding: 35px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.pilot-card::after { content: ""; position: absolute; inset: 13px -13px -13px 13px; z-index: -1; background: var(--sage); border-radius: 24px; }
.pilot-label { display: flex; align-items: center; gap: 9px; margin-bottom: 21px; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pilot-label span { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
.pilot-card h2 { margin-bottom: 16px; font: 500 28px/1.14 Georgia, "Times New Roman", serif; }
.pilot-card > p:not(.pilot-label) { color: var(--muted); font-size: 14px; }
.pilot-card dl { margin: 26px 0 0; }
.pilot-card dl div { display: grid; grid-template-columns: 1fr 1.3fr; gap: 15px; padding: 14px 0; border-top: 1px solid var(--line); }
.pilot-card dt { color: var(--muted); font-size: 12px; }
.pilot-card dd { margin: 0; font-size: 12px; font-weight: 800; text-align: right; }

.trust-bar { background: rgba(255, 255, 255, .55); border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { margin: 0; padding: 25px 30px; border-left: 1px solid var(--line); }
.trust-grid p:last-child { border-right: 1px solid var(--line); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 3px; font-size: 13px; }
.trust-grid span { color: var(--muted); font-size: 11px; }

.section { padding: 104px 0; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.eyebrow { margin-bottom: 16px; }
.split h2, .section-heading h2, .commitments-intro h2, .founder-card h2, .contact-card h2 { margin-bottom: 20px; font: 500 clamp(36px, 4.2vw, 54px)/1.08 Georgia, "Times New Roman", serif; }
.large-copy { color: var(--navy-soft); font-size: 18px; }
.large-copy p:last-child { margin-bottom: 0; }
.section-soft { background: var(--sage); }
.section-heading { max-width: 720px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 55px 0 0; padding: 0; border-top: 1px solid rgba(16, 47, 54, .22); list-style: none; }
.steps li { position: relative; min-height: 245px; padding: 32px 24px 20px 0; border-right: 1px solid rgba(16, 47, 54, .18); }
.steps li:not(:first-child) { padding-left: 24px; }
.steps li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--orange); border-radius: 50%; }
.steps li:not(:first-child)::before { left: 24px; }
.steps li > span { color: var(--orange-dark); font-size: 11px; font-weight: 850; }
.steps h3 { margin: 45px 0 11px; font-size: 17px; }
.steps p { color: var(--navy-soft); font-size: 13px; }

.commitments-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.commitments-intro { position: sticky; top: 120px; }
.commitments-intro > p:last-child { color: var(--muted); }
.commitment-list { border-top: 1px solid var(--line); }
.commitment-list article { display: grid; grid-template-columns: 40px 1fr; gap: 19px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.commitment-list article > span { display: grid; place-items: center; width: 36px; height: 36px; background: var(--sage); border-radius: 50%; color: #31734d; font-weight: 900; }
.commitment-list h3 { margin-bottom: 5px; font-size: 17px; }
.commitment-list p { margin: 0; color: var(--muted); font-size: 14px; }

.founder-section { padding-top: 25px; }
.founder-card { display: grid; grid-template-columns: 118px 1fr auto; gap: 30px; align-items: center; padding: 42px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 50px rgba(16, 47, 54, .07); }
.founder-photo { width: 118px; height: 142px; overflow: hidden; background: #d7dde2; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 28px rgba(16, 47, 54, .14); }
.founder-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.founder-card h2 { margin-bottom: 8px; font-size: 38px; }
.founder-card p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: var(--muted); }
.text-link { color: var(--orange-dark); font-size: 13px; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }

.contact-section { padding: 65px 0 100px; }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; padding: 58px; background: var(--navy); border-radius: 24px; color: white; box-shadow: 0 28px 70px rgba(16, 47, 54, .2); }
.contact-card h2 { max-width: 760px; }
.contact-card p:last-child { max-width: 760px; margin-bottom: 0; color: #b8c9ca; }
.eyebrow-light { color: #eeaa8d; }

footer { padding: 62px 0 25px; background: #091f24; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 55px; }
.identity-footer small { color: #8fa7a9; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid > div:not(:first-child) strong { margin-bottom: 7px; color: #8fa7a9; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #d5e0e1; font-size: 12px; text-decoration: none; overflow-wrap: anywhere; }
.footer-grid a:hover { color: #eeaa8d; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: #789194; font-size: 10px; }

.legal-page { min-height: 100vh; }
.legal-header { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-main { padding: 70px 0 100px; }
.legal-content { max-width: 780px; }
.legal-content h1 { margin-bottom: 18px; font: 500 clamp(42px, 5vw, 62px)/1.05 Georgia, "Times New Roman", serif; }
.legal-intro { margin-bottom: 48px; color: var(--muted); font-size: 17px; }
.legal-content h2 { margin: 42px 0 12px; font: 500 27px/1.2 Georgia, "Times New Roman", serif; }
.legal-content p, .legal-content li { color: var(--navy-soft); }
.legal-content a { color: var(--orange-dark); font-weight: 700; }
.notice { margin: 30px 0; padding: 18px 20px; background: #fff1e9; border-left: 3px solid var(--orange); color: #714836; font-size: 13px; }
.back-link { display: inline-block; margin-top: 42px; color: var(--orange-dark); font-weight: 800; text-decoration: none; }

@media (max-width: 900px) {
  nav { display: none; }
  .language-control { margin-left: auto; }
  .hero-grid, .split, .commitments-grid { grid-template-columns: 1fr; gap: 50px; }
  .commitments-intro { position: static; }
  .steps { grid-template-columns: 1fr 1fr; }
  .founder-card { grid-template-columns: 118px 1fr; }
  .founder-card .text-link { grid-column: 2; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; gap: 30px; }
}

@media (max-width: 680px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .topbar-inner { min-height: 68px; }
  .topbar .button { display: none; }
  .language-control select { min-width: 60px; }
  .identity small { display: none; }
  .hero { padding: 66px 0 70px; }
  .hero-grid { display: flex; width: auto; max-width: none; margin-inline: 14px; flex-direction: column; }
  .hero-grid > *, .pilot-card { width: auto; min-width: 0; max-width: 100%; }
  .kicker { display: block; line-height: 1.5; letter-spacing: .1em; }
  .kicker span { display: inline-block; margin: 0 8px .08em 0; }
  h1, h2, h3, p { overflow-wrap: break-word; }
  h1 { width: auto; max-width: 100%; font-size: clamp(40px, 12vw, 52px); }
  .hero-text { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions > span { text-align: center; }
  .pilot-card { padding: 27px 23px; }
  .trust-grid, .steps { grid-template-columns: 1fr; }
  .trust-grid p { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .steps li, .steps li:not(:first-child) { min-height: 205px; padding: 26px 8px 20px; border-right: 0; }
  .steps li:not(:first-child)::before { left: 0; }
  .steps h3 { margin-top: 27px; }
  .founder-section { padding-top: 10px; }
  .founder-card { grid-template-columns: 82px 1fr; padding: 28px 22px; gap: 18px; }
  .founder-photo { width: 82px; height: 98px; border-radius: 14px; }
  .founder-card > div:nth-child(2) { grid-column: 1 / -1; }
  .founder-card .text-link { grid-column: 1 / -1; }
  .contact-section { padding: 45px 0 75px; }
  .contact-card { grid-template-columns: 1fr; gap: 28px; padding: 36px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 31px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .legal-main { padding: 52px 0 75px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
