:root {
  --ink: #08111f;
  --ink-soft: #101d30;
  --blue: #315f9e;
  --blue-light: #80a9dc;
  --paper: #f5f5f2;
  --white: #fff;
  --text: #172033;
  --muted: #657084;
  --line: #dfe3e8;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); background: white; color: var(--ink); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 720; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 10px; color: white; background: rgba(255,255,255,.08); }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.button) { color: #c7d2e2; transition: color .2s; }
.nav-links > a:hover { color: white; }
.menu-button { display: none; color: white; background: transparent; border: 0; padding: 8px; }
.menu-button svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero { position: relative; overflow: hidden; min-height: 780px; padding: 205px 0 70px; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; top: -250px; right: -200px; width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(49,95,158,.65), rgba(16,29,48,.2) 48%, transparent 70%); filter: blur(10px); }
.hero-content { position: relative; }
.eyebrow { margin: 0 0 20px; color: var(--blue-light); font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 30px; font-size: clamp(52px, 8vw, 94px); line-height: .98; letter-spacing: -.055em; font-weight: 680; }
h1 span { color: #91a9c8; }
.hero-lead { max-width: 680px; color: #bec9d8; font-size: 20px; line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 9px; padding: 14px 20px; color: white; background: var(--blue); font-size: 14px; font-weight: 700; box-shadow: 0 1px 0 rgba(255,255,255,.15) inset, 0 10px 30px rgba(0,0,0,.15); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #3a6caf; }
.button-small { padding: 10px 15px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: #d8e2ef; font-size: 14px; font-weight: 650; }
.text-link span, .card-link span { transition: transform .2s; }
.text-link:hover span, .card-link:hover span { transform: translateX(4px); }
.signal { position: absolute; left: 50%; bottom: 55px; transform: translateX(-50%); display: flex; align-items: center; gap: 18px; color: #708099; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.signal i { display: block; width: clamp(25px, 7vw, 92px); height: 1px; background: #2b394d; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .8fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2, .expertise h2, .about h2, .contact h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.08; letter-spacing: -.045em; font-weight: 680; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { position: relative; min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 40px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 18px 50px rgba(8,17,31,.05); }
.product-card::after { content: ""; position: absolute; top: -120px; right: -90px; width: 310px; height: 310px; border-radius: 50%; opacity: .16; filter: blur(7px); }
.product-salkku::after { background: #6366f1; }
.product-abs::after { background: #4ade80; }
.product-topline { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.product-topline img { border-radius: 17px; box-shadow: 0 10px 25px rgba(8,17,31,.15); }
.status { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #596477; background: rgba(255,255,255,.7); font-size: 11px; font-weight: 720; }
.status i { width: 6px; height: 6px; border-radius: 50%; }
.status-pilot i { background: #6366f1; }
.status-soon i { background: #4ade80; }
.product-card h3 { margin: 0 0 12px; font-size: 34px; letter-spacing: -.035em; }
.product-card p { color: var(--muted); line-height: 1.68; }
.product-card .product-tagline { color: var(--text); font-size: 18px; font-weight: 650; line-height: 1.45; }
.card-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 750; }
.card-link.muted { color: #8a93a1; font-weight: 600; }

.expertise { color: white; background: var(--ink-soft); }
.expertise-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.expertise-copy { position: sticky; top: 50px; }
.expertise-copy > p:not(.eyebrow) { margin: 28px 0; color: #aebaca; font-size: 17px; line-height: 1.75; }
.text-link.light { color: white; }
.services { border-top: 1px solid rgba(255,255,255,.13); }
.service { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.service > span { color: #6688b7; font-size: 12px; font-weight: 700; }
.service h3 { margin-bottom: 8px; font-size: 18px; }
.service p { margin: 0; color: #9daabc; font-size: 14px; line-height: 1.6; }

.about { background: white; }
.about-grid { max-width: 960px; display: grid; grid-template-columns: 230px 1fr; gap: 85px; align-items: center; }
.monogram { position: relative; width: 220px; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 50%; color: white; background: var(--ink); }
.monogram::before { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.monogram span { position: relative; z-index: 1; font-size: 44px; font-weight: 650; letter-spacing: -.06em; }
.monogram i { position: absolute; right: 24px; bottom: 26px; width: 52px; height: 52px; border-radius: 50%; background: var(--blue); filter: blur(1px); }
.about-copy .eyebrow { color: var(--blue); }
.about-copy .about-lead { margin: 26px 0 12px; color: var(--text); font-size: 20px; font-weight: 650; }
.about-copy > p:last-child { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.75; }

.contact { padding: 75px 0; color: white; background: var(--blue); }
.contact .eyebrow { margin-bottom: 12px; color: #cbdcf2; }
.contact h2 { font-size: clamp(40px, 6vw, 66px); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.button-light { color: var(--ink); background: white; }
.button-light:hover { color: var(--ink); background: #edf3fa; }

footer { padding: 60px 0; color: #9facbd; background: var(--ink); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: start; gap: 40px; }
.footer-inner p { margin: 2px 0 0; font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 10px; color: #c6d0df; font-size: 13px; }
.footer-links a:hover { color: white; }
.copyright { white-space: nowrap; }

:focus-visible { outline: 3px solid #8bb9f4; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }

@media (max-width: 800px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 76px; right: 16px; width: min(280px, calc(100vw - 32px)); display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: #101d30; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 12px; }
  .hero { min-height: 720px; padding-top: 165px; }
  .hero-lead { font-size: 17px; }
  .signal { display: none; }
  .section { padding: 82px 0; }
  .section-heading, .product-grid, .expertise-grid, .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-heading { margin-bottom: 38px; }
  .product-card { min-height: 460px; padding: 28px; }
  .expertise-copy { position: static; }
  .about-grid { text-align: left; }
  .monogram { width: 155px; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 500px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .product-topline { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
}
