:root {
  --ink: #102640;
  --ink-soft: #526275;
  --navy: #0c2b49;
  --blue: #169ed0;
  --pale: #eef9fd;
  --pale-2: #f7fbfd;
  --warm: #fffdfa;
  --white: #fff;
  --line: #dce9ef;
  --shadow: 0 24px 70px rgba(18, 48, 76, .11);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--warm);
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 104px 0; }
.eyebrow {
  margin: 0 0 14px;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #0e90c2;
}
h1,h2,h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h2 { font-size: clamp(2.35rem, 4vw, 4.3rem); }
h3 { font-size: 1.28rem; }
p { color: var(--ink-soft); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220,233,239,.92);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 176px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; }
.main-nav a:hover { color: #0e90c2; }
.nav-contact { padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.7); }
.nav-toggle { display: none; }

/* Hero: use the supplied darker artwork itself — no artificial surrounding box. */
.image-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
.image-hero img {
  display: block;
  width: 100%;
  max-width: 1536px;
  height: auto;
  margin: 0 auto;
}

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.intro-grid h2 { max-width: 580px; }
.intro-copy > p:first-child { margin-top: 4px; font-size: 1.13rem; }
.architecture-line { margin: 28px 0 0; padding: 23px 26px; background: var(--pale); border: 1px solid #d7edf5; border-radius: 20px; color: var(--navy); }

.products { background: var(--pale-2); }
.section-heading { max-width: 800px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { font-size: 1.08rem; max-width: 680px; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.product-card { min-height: 440px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 34px rgba(16,48,74,.055); }
.product-top { height: 92px; display: flex; align-items: center; margin-bottom: 20px; }
.product-top img { object-fit: contain; object-position: left center; }
.product-brand-pair { gap: 14px; }
.product-brand-pair .product-mark { width: 62px; height: 62px; object-fit: contain; flex: 0 0 auto; }
.product-brand-pair .product-wordmark { width: 188px; max-height: 64px; object-fit: contain; }
.product-kicker { margin: 0 0 11px; font-weight: 800; color: #108fbe; }
.product-card h3 { min-height: 2.3em; margin-bottom: 13px; }
.product-card p:not(.product-kicker) { margin-top: 0; }
.product-note { display: block; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: .9rem; color: #687889; }

.bridge-section { background: #fff; }
.bridge-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.bridge-heading p:last-child { margin: 0 0 6px; font-size: 1.08rem; }
.bridge-artwork { margin: 0; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(214,230,237,.9); background: #d8eff8; }
.bridge-artwork img { width: 100%; height: auto; }

.benefits { background: linear-gradient(180deg,#f1fafd 0%,#fbfdfe 100%); }
.compact { max-width: 720px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.benefit-grid > div { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.9); }
.benefit-grid span { display: inline-block; margin-bottom: 24px; font-size: .78rem; font-weight: 850; color: #0e90c2; }
.benefit-grid h3 { margin-bottom: 10px; }
.benefit-grid p { margin-bottom: 0; }

.status { background: #fff; }
.status-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 70px; align-items: start; }
.status-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 36px rgba(16,48,74,.055); }
.status-card > div { display: grid; gap: 5px; padding: 22px 25px; border-bottom: 1px solid var(--line); }
.status-card > div:last-child { border-bottom: 0; }
.status-card strong { font-size: 1rem; color: var(--navy); }
.status-card span { font-size: .92rem; color: #677789; }

.contact { background: var(--pale); }
.contact-card { padding: 46px 52px; display: flex; align-items: center; justify-content: space-between; gap: 36px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 14px 36px rgba(16,48,74,.06); }
.contact-card h2 { margin-bottom: 8px; }
.contact-card p { margin-bottom: 0; }
.contact-email { padding: 14px 21px; border-radius: 999px; background: var(--navy); color: #fff; text-decoration: none; font-weight: 780; white-space: nowrap; }

.site-footer { padding: 48px 0; border-top: 1px solid var(--line); background: #f2f7f9; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-inner img { width: 148px; }
.footer-inner p { margin: 0; text-align: center; font-size: .88rem; }
.footer-line { color: #0e90c2 !important; font-weight: 780; }

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .intro-grid, .bridge-heading, .status-grid { grid-template-columns: 1fr; gap: 42px; }
  .product-grid, .benefit-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; }
  .contact-card, .footer-inner { display: flex; flex-direction: column; align-items: flex-start; }
  .footer-inner p { text-align: left; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px,1240px); }
  .header-inner { min-height: 74px; }
  .brand img { width: 142px; }
  .nav-toggle { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 8px 13px; font: inherit; font-weight: 750; }
  .main-nav { display: none; position: absolute; top: 74px; left: 14px; right: 14px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 14px; }
  .nav-contact { border: 0; border-radius: 10px; }
  h2 { font-size: clamp(2.2rem,10vw,3.4rem); }
  .contact-card { padding: 32px 24px; }
  .contact-email { width: 100%; justify-content: center; text-align: center; white-space: normal; }
}
