:root {
  color-scheme: light;
  --ink: #0c1d33;
  --blue: #365f80;
  --brand: #49769a;
  --paper: #f7f7f3;
  --white: #fff;
  --mist: #e8eef2;
  --line: #cdd5dc;
  --muted: #506071;
  --gold: #c49a3a;
  --radius: 1.5rem;
  --radius-large: 2.25rem;
  --shadow-soft: 0 7px 24px rgba(12, 29, 51, .055);
  --font: Avenir, "Avenir Next", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 1.5rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1rem/1.65 var(--font); }
body, button, input, select, textarea { font-family: var(--font); }
button, input, select, textarea { font-size: 1rem; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .23em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button, summary, select { cursor: pointer; }
button { color: inherit; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
::selection { background: #d7e5ef; color: var(--ink); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; }
h1, h2 { letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 5.15vw, 4.7rem); line-height: 1.13; padding-bottom: .12em; }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.9rem); line-height: 1.18; padding-bottom: .12em; }
h3 { font-size: 1.3rem; line-height: 1.35; letter-spacing: -.015em; }
p { max-width: 68ch; }
p + p { margin-top: 1rem; }
.shell { width: min(100% - 5rem, 76rem); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: .7rem; left: 1rem; padding: .8rem 1.2rem; background: var(--ink); color: white; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.topbar { padding-top: 1.25rem; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 6rem; padding-inline: 1.6rem; background: white; border: 1px solid #e1e7ec; border-radius: 999px; box-shadow: var(--shadow-soft); }
.brand { flex: 0 0 auto; display: inline-block; }
.brand img { width: 190px; height: auto; }
.nav { display: flex; align-items: center; gap: 1.65rem; }
.nav a { font-size: .9375rem; font-weight: 500; text-decoration: none; padding-block: .7rem; }
.nav a:hover { color: var(--blue); text-decoration: underline; }
.nav .nav-cta { padding: .6rem 1.2rem; border: 1px solid var(--ink); border-radius: 999px; color: white; background: var(--ink); }
.nav .nav-cta:hover { color: var(--white); background: var(--blue); border-color: var(--blue); text-decoration: none; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 999px; padding: .65rem .9rem; background: transparent; min-height: 44px; }
.eyebrow { font-size: .875rem; font-weight: 600; letter-spacing: .075em; text-transform: uppercase; color: var(--blue); }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3.5rem, 6.5vw, 6rem); }
.hero h1 { margin-top: 1.3rem; }
.hero-copy > .eyebrow { display: inline-block; padding: .4rem .8rem; border: 1px solid #cfdee9; border-radius: 999px; background: #e8eff5; }
.hero h1 span { display: block; }
.hero h1 em { font-style: normal; color: var(--blue); }
.gold-dot { color: var(--gold); }
.lead { color: var(--muted); font-size: 1.13rem; line-height: 1.7; max-width: 47ch; margin-top: 1.25rem; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .86rem 1.4rem; border: 1px solid var(--ink); border-radius: 999px; color: white; background: var(--ink); font-size: .9375rem; font-weight: 600; text-decoration: none; min-height: 48px; line-height: 1.4; }
.button:hover { background: var(--blue); border-color: var(--blue); color: white; }
.text-link { font-size: .9375rem; font-weight: 600; padding-block: .75rem; }
.hero-visual { padding: 1.8rem 1.7rem 1.6rem; background: linear-gradient(145deg, #eef4f8, #d7e4ef); border: 1px solid #c9d9e5; border-radius: var(--radius-large); box-shadow: 0 18px 38px rgba(37, 70, 98, .10); }
.hero-visual-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; }
.hero-visual-top img { width: 49px; height: auto; }
.hero-visual-top p { color: var(--muted); font-size: .875rem; line-height: 1.5; text-align: right; }
.portrait-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; align-items: start; }
.portrait-strip picture:nth-child(2) { margin-top: 2rem; }
.portrait-strip picture:nth-child(3) { margin-top: 4rem; }
.portrait-strip img { width: 100%; aspect-ratio: 4/5; border-radius: 1rem; box-shadow: 0 5px 12px rgba(12, 29, 51, .10); }
.hero-visual figcaption { display: flex; align-items: start; gap: .8rem; margin-top: 1.75rem; border-top: 1px solid #bccbd5; padding-top: 1rem; font-size: 1.05rem; line-height: 1.5; }
.hero-visual figcaption span { display: inline-grid; place-items: center; flex: 0 0 2.25rem; height: 2.25rem; background: white; border-radius: 50%; color: var(--blue); }
.intro-line { border: 1px solid #e0e6eb; border-radius: 1.25rem; background: white; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; padding: 1rem 1.4rem; color: var(--muted); font-size: .875rem; }
.intro-line strong { color: var(--ink); font-weight: 500; }
.section { padding-block: clamp(3.5rem, 6vw, 5.4rem); }
.section-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; align-items: end; margin-bottom: 2.7rem; }
.section-head .eyebrow { margin-bottom: .7rem; }
.section-head > p { color: var(--muted); max-width: 45ch; }
.number { display: inline-grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--mist); color: var(--blue); font-size: .875rem; font-variant-numeric: tabular-nums; letter-spacing: .05em; }
.offers-section { background: #edf2f6; border-radius: var(--radius-large); }
.offers { display: grid; gap: 1rem; }
.offer { display: grid; grid-template-columns: 3rem 1fr 1.28fr; gap: 1rem 1.6rem; border: 1px solid #d8e2ea; border-radius: var(--radius); background: white; padding: 1.8rem; box-shadow: var(--shadow-soft); }
.offer h3 { max-width: 20ch; font-size: 1.5rem; }
.offer .number { padding-top: 0; }
.offer-copy > p, .detail-copy { color: var(--muted); }
details { margin-top: 1rem; }
summary { width: fit-content; max-width: 100%; font-size: .9375rem; font-weight: 600; min-height: 44px; padding-block: .55rem; }
summary:hover { color: var(--blue); }
summary::marker { color: var(--brand); }
.detail-copy { padding-block: .5rem .2rem; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.person { min-width: 0; padding: .8rem .8rem 1.2rem; border: 1px solid #dbe3e9; border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); }
.person > p, .person > h3, .person > details { margin-inline: .6rem; }
.person picture { display: block; max-width: 100%; border-radius: 1rem; background: var(--mist); }
.person img { width: 100%; aspect-ratio: 4/5; border-radius: 1rem; }
.person .eyebrow { margin-top: 1.4rem; font-size: .8125rem; letter-spacing: .06em; }
.person h3 { margin-top: .25rem; font-size: 1.4rem; }
.person > p:not(.eyebrow) { color: var(--muted); margin-top: .7rem; }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding: 3.5rem; background: linear-gradient(120deg, #0c1d33, #203e59); color: white; border: 1px solid #29465f; border-radius: var(--radius-large); box-shadow: 0 12px 28px rgba(12, 29, 51, .10); }
.story .eyebrow { color: #aac6dc; margin-bottom: 1rem; }
.story p { color: #dce5ed; }
.story h2 { max-width: 15ch; }
.story a { margin-top: 1.3rem; display: inline-block; color: white; }
.story :focus-visible, .contact-band :focus-visible { outline-color: #dfbd6f; }
.faq { display: grid; grid-template-columns: .8fr 1.4fr; gap: 3rem; margin-top: 3.5rem; }
.faq h2 { font-size: 1.6rem; }
.faq details { margin: 0; border: 1px solid #dbe3e9; border-radius: 1rem; padding: .6rem 1.2rem; background: white; }
.faq details + details { margin-top: .75rem; }
.faq summary { font-size: 1rem; }
.faq p { color: var(--muted); padding: .3rem 0 1rem; }
.contact-band { background: linear-gradient(135deg, #e8eef2, #dce7ef); border-radius: var(--radius-large) var(--radius-large) 0 0; }
.contact-form { padding: 1.8rem; border: 1px solid #d1dce5; border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: clamp(2rem, 6vw, 6rem); }
.contact-copy .eyebrow { margin-bottom: 1rem; }
.contact-copy h2 { max-width: 15ch; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 1.2rem; }
.contact-email { display: inline-block; margin-top: 1.7rem; font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 500; overflow-wrap: anywhere; }
.form-heading { font-size: 1.2rem; margin-bottom: 1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { min-width: 0; }
.field.full { grid-column: 1/-1; }
label { display: block; font-size: .9375rem; font-weight: 500; margin-bottom: .35rem; }
label span { color: var(--muted); font-weight: 400; font-size: .875rem; }
input, textarea, select { display: block; width: 100%; min-height: 46px; border: 1px solid #879cab; background: white; color: var(--ink); border-radius: .75rem; padding: .7rem .8rem; line-height: 1.4; }
textarea { min-height: 118px; resize: vertical; }
input:hover, textarea:hover, select:hover { border-color: var(--blue); }
.form-footer { margin-top: 1.2rem; }
.form-note { font-size: .875rem; color: var(--muted); line-height: 1.6; margin-top: .9rem; }
.status { font-size: .9375rem; margin-top: .8rem; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 2rem; border-bottom: 1px solid var(--line); }
.footer-brand img { width: 132px; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; }
.footer-links a { font-size: .875rem; padding-block: .5rem; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 5rem; padding-block: 2rem; }
.legal-grid h2 { font-size: 1rem; letter-spacing: 0; line-height: 1.5; margin-bottom: .7rem; }
.legal-grid p, .legal-grid address { font-size: .875rem; line-height: 1.65; color: var(--muted); font-style: normal; }
.legal-grid a { overflow-wrap: anywhere; }
.copyright { color: var(--muted); font-size: .8125rem; padding-bottom: 1.5rem; }
/* Static relationship diagram: all labels remain ordinary HTML. */
.triangle-map { padding: 2rem; background: linear-gradient(145deg, #f0f5f9, #e5edf4); border: 1px solid #cedce7; border-radius: var(--radius-large); }
.triangle-layout { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: center; max-width: 66rem; margin-inline: auto; }
.triangle-symbol { position: absolute; top: 17%; left: 16.5%; width: 67%; height: 66%; max-width: none; object-fit: fill; opacity: .55; pointer-events: none; }
.triangle-mobile-symbol { display: none; }
.triangle-node { position: relative; z-index: 1; min-width: 0; padding: 1.35rem 1.1rem 1rem; text-align: center; background: white; border: 1px solid #cfdee9; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.triangle-safety { grid-column: 2; grid-row: 1; }
.triangle-orientation { grid-column: 1; grid-row: 3; }
.triangle-action { grid-column: 3; grid-row: 3; }
.triangle-node-icon { display: block; width: 2.15rem; height: 2.15rem; margin: 0 auto .65rem; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.triangle-node h3 { font-size: 1.25rem; line-height: 1.35; overflow-wrap: anywhere; }
.triangle-node p { margin-top: .6rem; color: var(--muted); line-height: 1.5; }
.triangle-node a { display: inline-block; padding-block: .6rem; margin-top: .4rem; font-size: .9375rem; font-weight: 500; }
.triangle-formula { position: relative; z-index: 1; grid-column: 2; grid-row: 2; padding: 1.4rem 1rem; text-align: center; background: var(--ink); color: white; border: 1px solid #29465f; border-radius: var(--radius); }
.triangle-formula h3 { font-size: 1.1rem; padding-bottom: .7rem; margin-bottom: .7rem; border-bottom: 1px solid #4a6279; }
.triangle-formula p { font-size: .9375rem; line-height: 1.55; color: #e3edf5; }
.triangle-formula p + p { margin-top: .55rem; }
.triangle-map figcaption { max-width: 48ch; margin: 1.8rem auto 0; text-align: center; color: var(--muted); font-size: .9375rem; }
@media (max-width: 56rem) {
  .triangle-map { padding: 1.5rem; }
  .triangle-layout { grid-template-columns: 1fr; gap: 1rem; max-width: 32rem; }
  .triangle-symbol { display: none; }
  .triangle-mobile-symbol { display: block; width: 4.5rem; height: auto; margin: 0 auto 1.5rem; }
  .triangle-node, .triangle-formula { grid-column: 1; grid-row: auto; }
}
@media (max-width: 25rem) {
  .triangle-map { padding: 1rem; border-radius: 1.5rem; }
  .triangle-node, .triangle-formula { padding-inline: .85rem; }
}
@media (min-width: 76rem) { .hero-visual { margin-left: 1rem; } }
@media (max-width: 62rem) {
  .shell { width: min(100% - 3rem, 76rem); }
  .header-inner { min-height: 5.5rem; gap: 1rem; }
  .brand img { width: 155px; }
  .nav { gap: 1rem; }
  .nav a { font-size: .875rem; }
  .hero { gap: 2rem; }
  .hero h1 { font-size: clamp(2.4rem, 5.15vw, 4rem); }
  .hero-visual { padding: 1.3rem; }
  .portrait-strip { gap: .45rem; }
  .team-grid { gap: 1.3rem; }
  .story { gap: 2rem; padding: 2.5rem; }
}
@media (max-width: 48rem) {
  .header-inner { flex-wrap: wrap; padding: 1rem 1.2rem; border-radius: 1.5rem; }
  .nav { flex-basis: 100%; flex-wrap: wrap; gap: .4rem 1.5rem; padding-top: .6rem; }
  .nav a { min-height: 44px; font-size: .9375rem; }
  .menu-button:not([hidden]) { display: inline-flex; }
  .nav.is-collapsible:not(.is-open) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 3rem; }
  .hero h1 { font-size: clamp(2.6rem, 8.4vw, 4.3rem); }
  .hero h1 span { display: inline; }
  .hero h1 span::after { content: ' '; }
  .lead { max-width: 54ch; }
  .hero-visual { padding: 1.5rem; max-width: 34rem; width: 100%; justify-self: center; }
  .hero-visual-top { margin-bottom: 1rem; }
  .portrait-strip { gap: .7rem; }
  .portrait-strip picture:nth-child(2) { margin-top: 1rem; }
  .portrait-strip picture:nth-child(3) { margin-top: 2rem; }
  .hero-visual figcaption { margin-top: 1.2rem; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; }
  .offer { grid-template-columns: 2.5rem minmax(0, 1fr); gap: .7rem 1rem; padding: 1.4rem; }
  .offer-copy { grid-column: 1 / -1; }
  .offer h3 { max-width: none; }
  .team-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .person { max-width: 32rem; width: 100%; margin-inline: auto; }
  .person picture { max-width: 26rem; }
  .story { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem; }
  .story h2 { max-width: 24ch; }
  .faq { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-copy h2 { max-width: 21ch; }
  .legal-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-top { align-items: start; }
  .footer-links { justify-content: end; }
}
@media (max-width: 25rem) {
  .shell { width: calc(100% - 2rem); }
  .hero h1 { font-size: 2.5rem; }
  .hero-visual { padding: 1rem; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 1.2rem; }
  .hero-visual, .story { border-radius: 1.5rem; }
  .story { padding: 1.5rem; }
  .footer-top { flex-direction: column; gap: 1rem; }
  .footer-links { justify-content: start; }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .button, .offer, .person { transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease; }
  .button:hover { transform: translateY(-2px); }
  .offer:hover, .person:hover { transform: translateY(-3px); border-color: #9db7ca; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (forced-colors: active) {
  .button, .nav-cta, input, select, textarea { border: 1px solid ButtonText; }
}
@media print {
  body { color: black; background: white; font-size: 11pt; }
  .shell { width: 100%; }
  .topbar, .hero-visual, .actions, .contact-form, .footer-links { display: none; }
  .hero, .section-head, .story, .contact-grid, .faq { display: block; }
  .section, .hero { padding-block: 1.5rem; }
  .story, .contact-band { padding: 1rem 0; background: white; color: black; }
  .story p, .story .eyebrow, .story a { color: black; }
  h1 { font-size: 30pt; } h2 { font-size: 22pt; }
  .person, .offer, .triangle-node, .triangle-formula { break-inside: avoid; }
  .triangle-map { padding: 1rem 0; background: white; border: 0; }
  .triangle-layout { display: block; }
  .triangle-symbol, .triangle-mobile-symbol { display: none; }
  .triangle-node, .triangle-formula { margin-block: 1rem; box-shadow: none; background: white; color: black; }
  .triangle-formula p { color: black; }
  .person picture { max-width: 6rem; }
}
