:root {
  color-scheme: light dark;
  --bg: #f4f7fb;
  --bg-2: #eaf0fb;
  --surface: rgba(255,255,255,.78);
  --surface-solid: #ffffff;
  --surface-deep: #edf3ff;
  --text: #111615;
  --muted: #56615e;
  --soft: #79827f;
  --line: rgba(17,22,21,.13);
  --line-strong: rgba(17,22,21,.24);
  --accent: #005ee8;
  --accent-2: #008c73;
  --shadow: 0 18px 54px rgba(17,22,21,.12);
  --shadow-soft: 0 10px 28px rgba(17,22,21,.08);
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius: 8px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #000000;
    --bg-2: #000000;
    --surface: rgba(0,0,0,.78);
    --surface-solid: #000000;
    --surface-deep: #000000;
    --text: #f0f4ef;
    --muted: #b2bdb8;
    --soft: #8f9b96;
    --line: rgba(240,244,239,.14);
    --line-strong: rgba(240,244,239,.24);
    --accent: #7fb2ff;
    --accent-2: #55d6bd;
    --shadow: 0 30px 100px rgba(0,0,0,.48);
    --shadow-soft: 0 18px 60px rgba(0,0,0,.32);
  }
}
* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body {
  min-height: 100%; margin: 0; color: var(--text); font-family: var(--sans); line-height: 1.55;
  background: linear-gradient(180deg, var(--bg), var(--bg-2) 44%, var(--bg));
  text-rendering: optimizeLegibility;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background-image: linear-gradient(rgba(100,130,180,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(100,130,180,.08) 1px, transparent 1px);
  background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 76%);
}
a { color: inherit; text-underline-offset: .2em; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -999px; top: .75rem; background: var(--text); color: var(--bg); padding: .75rem 1rem; border-radius: 999px; z-index: 20; }
.skip-link:focus { left: .75rem; }
.site-header {
  position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  width: min(1240px, calc(100% - 1.5rem)); margin: .75rem auto 0; padding: .62rem .7rem;
  border: 1px solid var(--line); border-radius: 999px; background: color-mix(in srgb, var(--surface-solid) 72%, transparent);
  box-shadow: 0 10px 30px rgba(0,0,0,.07); backdrop-filter: blur(22px);
}
.brand { display: inline-flex; align-items: center; gap: .62rem; padding: .38rem .72rem; text-decoration: none; font-weight: 900; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 30px; flex: 0 0 auto; }
.brand-mark img { width: 44px; height: auto; display: block; }
.brand-wordmark { display: block; width: clamp(6.6rem, 8.2vw, 8.2rem); line-height: 0; flex: 0 0 auto; }
.brand-wordmark img { display: block; width: 100%; height: auto; }
.top-nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .2rem; }
.top-nav a, .site-footer a { text-decoration: none; color: var(--muted); font-size: .94rem; border: 1px solid transparent; border-radius: 999px; padding: .55rem .78rem; }
.top-nav a:hover, .top-nav a[aria-current="page"], .site-footer a:hover { color: var(--text); border-color: var(--line); background: var(--surface); }
main { width: min(1180px, calc(100% - 1.5rem)); margin: 0 auto; }
.hero { padding: 6.25rem 0 3.75rem; }
.hero-home { display: grid; grid-template-columns: 1fr; justify-items: center; row-gap: 0; align-items: start; padding-top: 3.5rem; }
.hero.solo { max-width: 920px; }
.home-wordmark { --home-lockup-width: min(115%, calc(100vw - 1.5rem), 46rem); display: grid; justify-items: center; gap: 1rem; width: min(40rem, calc(100vw - 1.5rem)); margin: 0 auto; line-height: 0; }
.home-wordmark-mark, .home-wordmark-text { display: block; width: var(--home-lockup-width); }
.home-wordmark-mark { height: auto; max-width: none; }
.home-wordmark-text { line-height: 0; }
.home-wordmark-text img { display: block; width: 100%; height: auto; }
.hero-home .hero-copy { display: grid; justify-items: center; width: min(100%, 58rem); max-width: 58rem; margin-top: 5.4rem; text-align: center; }
.hero-home .home-actions { justify-content: center; }
.hero-home h1 { width: 100%; max-width: 100%; white-space: nowrap; overflow-wrap: normal; word-break: normal; text-wrap: nowrap; text-align: center; font-size: 2.5rem; line-height: 1.05; letter-spacing: 0; font-weight: 670; }
.hero-home h1.company-statement { width: min(100%, 52rem); max-width: 52rem; white-space: normal; text-wrap: balance; font-size: clamp(2.15rem, 3.2vw, 3.15rem); line-height: 1.05; font-weight: 670; }
.hero-home .lede { font-size: 1.12rem; max-width: 42rem; margin-top: 1.15rem; text-wrap: pretty; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 860; margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: 0; text-wrap: balance; }
h1 { font-size: 3.18rem; max-width: 18ch; }
.hero.solo h1 { max-width: 18ch; }
h2 { font-size: 2.65rem; }
h3 { font-size: 1.24rem; line-height: 1.14; letter-spacing: 0; }
.lede { color: var(--muted); font-size: 1.26rem; max-width: 42rem; margin: 1.6rem 0 0; }

.about-company-lede { max-width: 56rem; }
.hero-actions, .home-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-height: 2.75rem; padding: .72rem 1.05rem; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; font-weight: 760; }
.button.primary { color: white; background: linear-gradient(135deg, var(--accent), var(--accent-2)); border-color: transparent; }
.button.secondary { color: var(--text); background: var(--surface); }
.section { padding: 4.75rem 0; border-top: 1px solid color-mix(in srgb, var(--line) 72%, transparent); }
.split-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 2.8rem; align-items: start; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 1.4rem; margin-bottom: 1.4rem; }
.section-intro { color: var(--muted); max-width: 54rem; margin: 0 0 1.5rem; }
.prose p { margin: 0 0 1rem; }
.prose.large { color: var(--muted); font-size: 1.14rem; }
.cards { display: grid; gap: .9rem; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); padding: 1.2rem; box-shadow: var(--shadow-soft); }
.card h3 { margin-bottom: .7rem; }
.card p { color: var(--muted); margin: 0; }
.card a { overflow-wrap: anywhere; }
.link-card { display: grid; gap: .55rem; min-height: 10rem; text-decoration: none; }
.link-card span { color: var(--accent); font-weight: 780; }
.contact-panel { position: relative; overflow: hidden; margin: 1rem 0 0; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(135deg, var(--surface-solid), var(--surface-deep)); padding: 1.4rem; box-shadow: var(--shadow-soft); }
.contact-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; border-top: 3px solid color-mix(in srgb, var(--accent) 72%, transparent); opacity: .9; }
.contact-panel > * { position: relative; }
.notice { color: var(--muted); margin-top: 1rem; }
.site-footer { width: min(1180px, calc(100% - 1.5rem)); margin: 4rem auto max(1.5rem, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr; gap: 1.25rem; align-items: start; border-top: 1px solid var(--line); background: transparent; padding: 1.7rem 0 0; }
.fineprint { color: var(--muted); }
.footer-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; padding-top: 0; border-top: 0; }
.footer-nav-group { min-width: 0; display: grid; align-content: start; gap: .42rem; padding: 0; border: 0; border-radius: 0; background: transparent; }
.footer-nav-heading { margin: 0; color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: .66rem; font-weight: 860; }
.footer-nav-links { display: grid; gap: .28rem; justify-items: start; }
.site-footer a { display: inline-flex; align-items: center; min-height: 1.55rem; width: auto; padding: 0; border-radius: 0; }
.site-footer a:hover { background: transparent; border-color: transparent; }
.fineprint { margin: 0; padding: 0; font-size: .9rem; }
.statutory-line { max-width: 76rem; line-height: 1.45; }
@media (max-width: 980px) {
  .hero-home, .split-section { grid-template-columns: 1fr; }
  .home-wordmark { width: min(34rem, calc(100vw - 1.5rem)); }
  .section { padding: 3.5rem 0; }
  .hero-home .hero-copy { width: min(100%, 44rem); max-width: 44rem; margin-top: 4.8rem; }
  .hero-home h1 { max-width: 26ch; white-space: normal; text-wrap: balance; font-size: 2.25rem; }
  h1 { max-width: 18ch; }
  .cards.three { grid-template-columns: repeat(2, 1fr); }
  .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1120px) and (min-width: 981px) {
  .hero-home .hero-copy { width: min(100%, 44rem); max-width: 44rem; }
  .hero-home h1 { max-width: 28ch; white-space: normal; text-wrap: balance; font-size: 2.32rem; }
}
@media (max-width: 680px) {
  .site-header { position: static; top: auto; z-index: 20; display: grid; grid-template-columns: 1fr; align-items: stretch; gap: .45rem; width: min(42rem, calc(100% - 1rem)); margin: max(.5rem, env(safe-area-inset-top)) auto 0; padding: .5rem; border-radius: 28px; }
  .brand { justify-content: center; gap: .45rem; padding: .28rem .4rem; }
  .brand-mark { width: 38px; height: 25px; }
  .brand-mark img { width: 38px; }
  .brand-wordmark { width: clamp(6rem, 36vw, 7.4rem); }
  .top-nav { width: 100%; min-width: 0; justify-content: center; flex-wrap: nowrap; overflow-x: auto; overflow-y: visible; overscroll-behavior-x: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding: .12rem; border: 1px solid color-mix(in srgb, var(--line) 72%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--surface-solid) 60%, transparent); }
  .top-nav::-webkit-scrollbar { display: none; }
  .top-nav a { flex: 0 0 auto; padding: .48rem .62rem; font-size: .86rem; white-space: nowrap; }
  .home-wordmark { width: min(24rem, calc(100vw - 1rem)); }
  .hero { padding: 4rem 0 2.75rem; }
  .hero-home { padding-top: 2rem; }
  .hero-home .hero-copy { width: min(100%, 27rem); margin-top: 3.1rem; text-align: center; justify-items: center; }
  .hero-home .home-actions { justify-content: center; }
  .hero-home h1 { max-width: 28ch; white-space: normal; overflow-wrap: normal; word-break: normal; text-wrap: balance; text-align: center; font-size: 1.58rem; line-height: 1.12; letter-spacing: 0; font-weight: 660; }
  .hero-home h1.company-statement { width: min(100%, 22rem); max-width: 22rem; font-size: clamp(1.35rem, 5.2vw, 1.75rem); line-height: 1.12; }
  h1 { font-size: 2.65rem; max-width: 100%; }
  h2 { font-size: 2.1rem; }
  .section-head { display: grid; justify-content: start; align-items: start; gap: .6rem; margin-bottom: 1rem; max-width: 100%; }
  .section-head h2 { max-width: 100%; }
  .lede { font-size: 1.12rem; }
  .section { padding: 3.25rem 0; }
  .cards.two, .cards.three { grid-template-columns: 1fr; }
  .contact-panel { padding: 1.25rem; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 1rem .9rem; }
  .footer-nav-group { padding: 0; }
}
@media (max-width: 420px) {
  .footer-nav { grid-template-columns: 1fr; }
}
