:root {
  --navy-950: #020a17;
  --navy-900: #041225;
  --navy-800: #071a31;
  --blue: #087dff;
  --blue-light: #4ebdff;
  --orange: #ff9d3d;
  --ice: #eaf5ff;
  --ice-2: #dceeff;
  --white: #f8fbff;
  --muted: #c5d1df;
  --ink: #06162c;
}

* { box-sizing: border-box; }
html { background: var(--navy-950); }
body { margin: 0; color: var(--white); background: var(--navy-950); font-family: Bahnschrift, "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif; }
a { color: inherit; }

.site-shell { width: 100%; height: 100svh; min-height: 620px; display: grid; grid-template-rows: 64px minmax(0, 1fr) 40px; overflow: hidden; }
.site-header { display: flex; align-items: center; padding: 0 clamp(64px, 6vw, 112px); border-bottom: 1px solid rgba(129, 176, 222, .18); background: rgba(2, 10, 23, .98); z-index: 5; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: clamp(172px, 12.8vw, 228px); height: auto; }

.page { position: relative; min-height: 0; padding: clamp(20px, 2.7vh, 34px) clamp(64px, 6vw, 112px) clamp(18px, 2.4vh, 30px); display: grid; grid-template-columns: minmax(600px, 1.36fr) minmax(405px, .82fr); grid-template-rows: 1fr; gap: clamp(24px, 2.5vw, 44px); align-items: center; isolation: isolate; }
.hero-image { position: absolute; z-index: -3; inset: 0; background-color: var(--navy-950); background-image: url("images/flexiflow-hero.png"); background-repeat: no-repeat; background-position: right center; background-size: auto 88%; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(2,10,23,.99) 0%, rgba(2,10,23,.96) 26%, rgba(2,10,23,.74) 48%, rgba(2,10,23,.12) 78%), linear-gradient(0deg, rgba(2,10,23,.93) 0%, transparent 30%); }

.content { align-self: center; display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: 820px; }
.kicker { margin: 0; max-width: 760px; font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif; font-stretch: condensed; font-size: clamp(35px, 3.75vw, 65px); line-height: 1.02; letter-spacing: -.025em; font-weight: 700; text-transform: uppercase; }
.world-leading { display: block; font-size: inherit; }
h1 { margin: 5px 0 10px; max-width: 820px; color: var(--blue); font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif; font-stretch: condensed; font-size: clamp(35px, 3.75vw, 65px); line-height: 1; letter-spacing: -.02em; font-weight: 700; text-transform: uppercase; }
.value-line { margin: 0; color: var(--white); font-size: clamp(14px, 1.08vw, 19px); line-height: 1.4; }
.divider { width: 54px; height: 3px; margin: clamp(15px, 2vh, 23px) 0 15px; background: var(--blue); }
.coming-soon { display: flex; align-items: center; gap: 12px; margin: 0 0 9px; color: var(--orange); font-size: clamp(16px, 1.35vw, 23px); font-weight: 700; letter-spacing: .085em; text-transform: uppercase; }
.coming-soon span { flex: 0 0 auto; width: 11px; height: 11px; border-radius: 50%; background: currentColor; }
.release-copy { max-width: 610px; margin: 0 0 clamp(14px, 1.8vh, 20px); color: var(--white); font-size: clamp(13px, 1vw, 17px); line-height: 1.42; }

.focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 12px; }
.focus-card { min-height: clamp(62px, 7.8vh, 78px); padding: 12px clamp(14px, 1.25vw, 22px); display: flex; align-items: center; gap: 13px; border: 1px solid rgba(205, 229, 248, .72); border-radius: 11px; background: linear-gradient(145deg, rgba(234,245,255,.82), rgba(220,238,255,.72)); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); color: var(--ink); text-decoration: none; font-size: clamp(13px, .92vw, 16px); font-weight: 700; box-shadow: 0 9px 24px rgba(0, 7, 19, .14); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.focus-card svg { flex: 0 0 auto; width: 31px; height: 31px; fill: none; stroke: var(--blue); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.focus-card:hover, .focus-card:focus-visible { transform: translateY(-2px); border-color: var(--blue-light); box-shadow: 0 12px 30px rgba(0, 86, 170, .22); outline: none; }
.next-release { margin: 13px 0 0; font-size: clamp(13px, .94vw, 17px); }
.next-release > span, .next-release strong { color: var(--blue); }

.contact-card { align-self: end; width: 100%; margin-bottom: clamp(22px, 4vh, 48px); padding: clamp(24px, 2vw, 34px); border: 1px solid rgba(255,255,255,.58); border-radius: 14px; color: var(--ink); background: linear-gradient(145deg, rgba(239,248,255,.84), rgba(215,235,252,.74)); -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.contact-card h2 { margin: 0 0 6px; font-size: clamp(20px, 1.45vw, 26px); line-height: 1; text-transform: uppercase; }
.contact-card > p { max-width: 390px; margin: 0 0 17px; font-size: clamp(12px, .88vw, 15px); line-height: 1.4; }
.person { display: grid; grid-template-columns: 56px 1fr; gap: 15px; align-items: center; padding: 16px 0; border-top: 1px solid rgba(11, 55, 95, .2); font-style: normal; }
.initials { width: 56px; height: 56px; display: grid; place-items: center; border: 2px solid var(--blue); border-radius: 50%; color: white; background: var(--navy-900); font-size: 20px; box-shadow: inset 0 0 0 3px var(--ice); }
.person-copy { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.person-copy strong { font-size: clamp(16px, 1.06vw, 19px); }
.person-copy span { font-size: clamp(12px, .8vw, 14px); line-height: 1.32; }
.person-copy a { color: #006ee8; font-size: clamp(13px, .82vw, 15px); text-decoration: none; overflow-wrap: anywhere; }
.person-copy a:hover, .person-copy a:focus-visible { text-decoration: underline; }

.site-footer { display: flex; align-items: center; justify-content: center; gap: 12px; border-top: 1px solid rgba(129, 176, 222, .18); color: #78b8eb; background: var(--navy-950); font-size: 11px; letter-spacing: .4em; text-transform: uppercase; }

@media (max-width: 1180px) and (min-width: 761px) {
  .site-header { padding-inline: 48px; }
  .page { padding-inline: 48px; grid-template-columns: minmax(0, 1.38fr) minmax(330px, .84fr); gap: 24px; }
  .focus-card { gap: 10px; padding-inline: 13px; }
  .focus-card svg { width: 31px; height: 31px; }
  .contact-card { padding: 25px; }
}

@media (max-width: 760px) {
  body { font-family: Bahnschrift, "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif; }
  .site-shell { display: block; height: auto; min-height: 100svh; overflow: visible; }
  .site-header { height: 68px; position: relative; }
  .site-header { padding-inline: 22px; }
  .brand img { width: 178px; }
  .page { display: flex; flex-direction: column; gap: 34px; padding: 42px 22px; overflow: hidden; }
  .hero-image { height: 470px; background-position: 65% top; background-size: cover; }
  .hero-overlay { background: linear-gradient(180deg, rgba(2,10,23,.34) 0%, rgba(2,10,23,.88) 35%, var(--navy-950) 55%); }
  .content { display: block; padding-top: 170px; }
  .kicker { font-size: clamp(34px, 10vw, 50px); }
  .world-leading { font-size: inherit; }
  h1 { font-size: clamp(37px, 10vw, 52px); }
  .value-line { max-width: 520px; }
  .divider { margin-top: 28px; }
  .coming-soon { font-size: clamp(18px, 5.5vw, 25px); letter-spacing: .06em; }
  .release-copy { max-width: 560px; font-size: 17px; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 76px; font-size: 17px; }
  .contact-card { width: 100%; margin-bottom: 0; }
  .site-footer { min-height: 58px; padding: 0 18px; text-align: center; font-size: 11px; letter-spacing: .28em; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
