:root {
  --bg: #090c12;
  --panel: #121722;
  --text: #f5f7fa;
  --muted: #a8b1c1;
  --line: #283141;
  --red: #f04c45;
  --teal: #58d9ce;
  --blue: #77afff;
  --green: #6ddba0;
  --amber: #d9a64e;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Arial,
    sans-serif;
  line-height: 1.5;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.wrap {
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav,
.brand,
.navlinks,
.btn,
.actions,
.segments,
.flow,
.contact {
  display: flex;
}
.nav,
.brand,
.btn,
.flow {
  align-items: center;
}
.nav,
.contact {
  justify-content: space-between;
}
.brand {
  font-weight: 800;
}
.brand b {
  color: var(--red);
}
.btn {
  display: inline-flex;
  justify-content: center;
}
.actions,
.segments {
  flex-wrap: wrap;
}
.hero-grid,
.facts,
.arch,
.usecases,
.grid2,
.zones,
.zone,
.timeline,
.ask,
.ask .card {
  display: grid;
}
.hero-grid {
  align-items: center;
}
.facts {
  grid-template-columns: repeat(4, 1fr);
}
.fact strong,
.fact span,
.zone small {
  display: block;
}
.card h3 {
  margin: 0 0 10px;
}
.card p {
  margin: 0;
  color: var(--muted);
}
.tag {
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 15px;
}
.tag.red {
  color: #fb8279;
}
.tag.teal {
  color: var(--teal);
}
.arch ul {
  padding: 0;
  list-style: none;
}
.arch li {
  position: relative;
}
.arch li::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.zone small {
  margin-top: 4px;
}
.zones {
  grid-template-columns: 1fr 1fr;
}
.timeline {
  grid-template-columns: repeat(6, 1fr);
}
.ask {
  grid-template-columns: 1fr 1fr;
}
.flow i {
  font-style: normal;
}
/* Standalone proposal presentation, aligned with the public GlassBridge site. */
:root {
  color-scheme: dark;
  --muted: #a8b1c1;
  --teal: #58d9ce;
  --blue: #77afff;
  --green: #6ddba0;
  --mono: "SFMono-Regular", Consolas, monospace;
}
html {
  scroll-padding-top: 110px;
}
body {
  -webkit-font-smoothing: antialiased;
}
figure,
p {
  margin: 0;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button {
  font: inherit;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1280px, calc(100% - 96px));
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  transform: translateY(-160%);
  z-index: 100;
  padding: 12px 20px;
  background: #fff;
  color: #090c12;
  border-radius: 5px;
}
.skip-link:focus {
  transform: translateY(0);
}
header.site-header {
  z-index: 30;
  background: rgba(9, 12, 18, 0.96);
  border-bottom-color: #232b38;
}
.nav {
  height: auto;
  min-height: 88px;
  gap: 28px;
}
.brand {
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand:hover {
  text-decoration: none;
}
.brand img {
  width: 46px;
  height: 46px;
}
.brand-name {
  font-size: 20px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0.015em;
}
.brand-name small {
  display: block;
  margin-top: 7px;
  font: 8px/1.2 var(--mono);
  letter-spacing: 0.17em;
  color: var(--muted);
}
.navlinks {
  align-items: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 600;
}
.navlinks > a {
  text-decoration: none;
  color: #c0c6d0;
}
.navlinks > a:hover {
  color: #fff;
}
.btn {
  gap: 20px;
  padding: 14px 20px;
  border: 1px solid #485263;
  border-radius: 6px;
  color: #f5f7fa;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
  text-decoration: none;
  transition:
    background 0.18s,
    border-color 0.18s;
}
.btn > span,
.text-link > span {
  font-size: 19px;
  line-height: 1;
}
.btn:hover {
  border-color: var(--muted);
  background: #1d2430;
  text-decoration: none;
}
.btn-primary {
  background: #d93637;
  border-color: #e34b48;
  color: #fff;
}
.btn-primary:hover {
  background: #ec4948;
  border-color: #fa726b;
}
.btn-small {
  padding: 11px 16px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #d1d7e0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.mobile-nav {
  display: none;
}
.mobile-nav:not([open]) nav {
  display: none;
}
.hero {
  padding: 36px 0 0;
  overflow: visible;
  background: radial-gradient(
    ellipse at 90% 20%,
    rgba(42, 64, 91, 0.12),
    transparent 60%
  );
}
.hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font: 10px/1.5 var(--mono);
  letter-spacing: 0.06em;
}
.hero-meta > span:last-child > span {
  margin: 0 12px;
  color: #6b7789;
}
.eyebrow {
  color: var(--red);
  font: 10px/1.6 var(--mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrow > span {
  color: #8b97a9;
  margin-right: 10px;
}
.hero-grid {
  grid-template-columns: 1fr 1.12fr;
  gap: 45px;
  padding: 48px 0 44px;
}
.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(42px, 4.3vw, 65px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -0.045em;
}
.hero h1 em {
  display: block;
  font-style: normal;
  color: #a9b6c9;
}
.hero .hero-lead {
  max-width: 490px;
  margin-top: 27px;
  color: #b1bac9;
  font-size: 16px;
  line-height: 1.7;
}
.actions {
  align-items: center;
  gap: 18px 23px;
  margin-top: 30px;
}
.hero .hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 27px;
  color: #9da9bb;
  font-size: 11px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--green);
}
.hero-visual {
  position: relative;
  min-width: 0;
  padding: 10px 0 15px;
}
.yacht-photo {
  position: relative;
  width: 89%;
  margin-left: auto;
  border: 1px solid #445361;
  border-radius: 10px;
  overflow: hidden;
}
.yacht-photo > img {
  width: 100%;
  aspect-ratio: 1.75;
  object-fit: cover;
  object-position: 72% 45%;
}
.yacht-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 12, 18, 0.45), transparent 65%);
  pointer-events: none;
}
.yacht-photo figcaption {
  position: absolute;
  z-index: 1;
  inset: 16px 17px auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font: 8px/1.5 var(--mono);
  letter-spacing: 0.07em;
  color: #fff;
  text-shadow: 0 1px 5px #162739;
}
.yacht-photo figcaption span:last-child {
  text-align: right;
  font-size: 7px;
  letter-spacing: 0;
}
.hero-product {
  position: relative;
  width: 98%;
  margin: -118px 0 0;
  overflow: hidden;
  border-radius: 9px;
  border: 1px solid #3b4557;
  background: #0b0e14;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.5);
}
.screen-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 17px;
  background: #161c27;
  color: #a6b3c6;
  font: 9px/1.5 var(--mono);
  letter-spacing: 0.03em;
}
.screen-bar > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.screen-bar a {
  color: #c4cfdd;
  text-decoration: none;
  white-space: nowrap;
}
.screen-bar a:hover {
  text-decoration: underline;
}
.screen-image-link {
  display: block;
}
.hero-product img {
  width: 100%;
}
.hero-product figcaption {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 17px;
  border-top: 1px solid #1f2632;
  font-size: 10px;
}
.hero-product figcaption > span:last-child {
  color: #9ca9bb;
  font-size: 9px;
}
.status-track {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.status-track li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 27px 24px;
  border-right: 1px solid var(--line);
}
.status-track li:first-child {
  padding-left: 0;
}
.status-track li:last-child {
  border-right: 0;
  padding-right: 0;
}
.track-number {
  font: 12px var(--mono);
  color: #8996aa;
}
.current .track-number {
  color: var(--green);
}
.status-track small {
  display: block;
  color: #8996aa;
  font-size: 10px;
  margin-bottom: 3px;
}
.status-track strong {
  font-size: 12px;
  font-weight: 500;
}
.track-arrow {
  margin-left: auto;
  padding-left: 12px;
  color: #73839a;
}
.stack-strip {
  border-block: 1px solid var(--line);
  background: #0d1119;
}
.stack-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 23px;
}
.stack-label {
  color: #8e9baf;
  font: 9px/1.6 var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  max-width: 110px;
}
.stack-inner ul {
  display: flex;
  flex: 1;
  justify-content: space-evenly;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.stack-inner li {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.stack-end {
  max-width: 96px;
  font-size: 9px;
  color: #8e9baf;
}
.stack-end b {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #d4dbe5;
}
.section {
  padding: 94px 0;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 40px;
}
.section h2 {
  max-width: 900px;
  margin: 17px 0 22px;
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 550;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.section-heading h2 {
  margin-bottom: 0;
}
.lead {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  max-width: 940px;
}
.lead a {
  color: #dde2eb;
  text-decoration: underline;
}
.product-gallery {
  display: block;
  grid-template-columns: 260px minmax(0, 1fr);
  border: 1px solid #354053;
  border-radius: 10px;
  overflow: hidden;
  background: #0b0f16;
}
.product-gallery[data-ready] {
  display: grid;
}
.gallery-controls {
  padding: 17px 0;
  background: #111721;
}
.gallery-tab {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 21px 18px;
  border: 0;
  border-left: 2px solid transparent;
  background: none;
  text-align: left;
  color: #a4b0c2;
  cursor: pointer;
}
.gallery-tab:hover {
  background: #192230;
  color: #fff;
}
.gallery-tab[aria-selected="true"] {
  border-left-color: var(--red);
  background: #202632;
  color: #fff;
}
.gallery-tab:focus-visible {
  outline-offset: -5px;
}
.tab-index {
  font: 9px var(--mono);
  color: #8e9caf;
}
.gallery-tab strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.gallery-tab small {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  color: #95a4b8;
}
.tab-arrow {
  margin-left: auto;
  font-size: 14px;
  color: #91a0b7;
}
.gallery-tab[aria-selected="true"] .tab-arrow {
  color: var(--red);
}
.gallery-source {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 18px 20px 0;
  padding-top: 20px;
  border-top: 1px solid #2b3546;
  color: #c2cad6;
  font-size: 10px;
}
.gallery-source .status-dot {
  margin-top: 5px;
}
.gallery-source small {
  color: #9aa8bb;
  font-size: 9px;
}
.product-panel + .product-panel {
  margin-top: 24px;
}
.product-gallery[data-ready] .product-panel {
  margin-top: 0;
}
.product-panel .screen-bar {
  min-height: 42px;
  background: #121824;
}
.screen-label {
  color: #94a3b8;
  font-size: 8px;
}
.product-panel > a {
  display: flex;
  align-items: center;
  aspect-ratio: 1920 / 905;
  background: #090c11;
}
.product-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-panel figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 21px 24px;
  border-top: 1px solid #222c3b;
}
.product-panel figcaption strong {
  font-size: 13px;
  font-weight: 600;
}
.product-panel figcaption p {
  margin-top: 4px;
  color: #9eacbf;
  font-size: 11px;
}
.product-panel figcaption > a {
  flex-shrink: 0;
  font-size: 10px;
  color: #cbd5e4;
  text-decoration: none;
}
.product-panel figcaption > a span {
  margin-left: 5px;
}
.evidence-note {
  margin-top: 19px;
  color: #91a1b5;
  font-size: 11px;
}
.strategic-section {
  background: #10141d;
}
.strategic-section > .wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  column-gap: 70px;
  align-items: start;
}
.strategic-section .eyebrow {
  grid-column: 1 / -1;
}
.strategic-section h2 {
  margin-bottom: 0;
}
.strategic-section .lead {
  margin-top: 17px;
  font-size: 14px;
}
.facts {
  grid-column: 1 / -1;
  gap: 0;
  margin: 40px 0 0;
  border-top: 1px solid #344054;
  padding-top: 28px;
}
.fact {
  padding: 0 28px;
  background: none;
  border: 0;
  border-right: 1px solid #344054;
  border-radius: 0;
}
.fact:first-child {
  padding-left: 0;
}
.fact:last-child {
  border-right: 0;
  padding-right: 0;
}
.fact strong {
  font-size: 32px;
  font-weight: 500;
  color: #dde6f5;
  letter-spacing: -0.035em;
}
.fact span {
  display: block;
  margin-top: 8px;
  color: #a8b5c8;
  font-size: 12px;
}
.truth {
  grid-column: 1 / -1;
  margin-top: 32px;
  padding: 17px 0 0;
  background: none;
  border: 0;
  border-top: 1px solid #303d50;
  border-radius: 0;
  color: #a3b4c9;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.vessel-blueprint {
  display: grid;
  grid-template-columns: 0.9fr 2.2fr 0.5fr;
  align-items: center;
  gap: 20px;
  padding: 20px 32px;
  margin-top: 38px;
  border: 1px solid var(--line);
  border-radius: 10px 10px 0 0;
  background: #0c121c;
}
.blueprint-label .eyebrow {
  color: var(--teal);
  font-size: 8px;
}
.blueprint-label p {
  margin-top: 17px;
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}
.blueprint-small {
  display: block;
  margin-top: 18px;
  color: #8c9ab0;
  font-size: 9px;
}
.yacht {
  width: 100%;
  max-height: 250px;
  filter: none;
}
.blueprint-end {
  display: grid;
  gap: 16px;
  font: 10px var(--mono);
  color: #bac7da;
}
.blueprint-end span {
  padding-left: 17px;
  border-left: 1px solid #5b7897;
}
.arch {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 0;
}
.arch .card {
  --accent: var(--blue);
  min-height: 0;
  border: 1px solid var(--line);
  border-top: 2px solid var(--accent);
  border-right: 0;
  border-radius: 0;
  padding: 27px 23px;
  background: #0e141e;
}
.arch .card:last-child {
  border-right: 1px solid var(--line);
}
.arch .protect {
  --accent: var(--teal);
}
.arch .edge {
  --accent: var(--red);
}
.arch .exp {
  --accent: var(--green);
  background: #111d1c;
}
.arch .tag {
  font: 9px/1.6 var(--mono);
  letter-spacing: 0.08em;
  color: var(--accent);
}
.arch h3 {
  font-size: 19px;
  font-weight: 550;
  line-height: 1.4;
  max-width: 190px;
}
.arch ul {
  margin-top: 22px;
}
.arch li {
  padding-left: 13px;
  margin: 11px 0;
  font-size: 12px;
  color: #aab7c9;
  line-height: 1.6;
}
.arch li::before {
  width: 3px;
  height: 3px;
  top: 0.65em;
  background: var(--accent);
}
.segments {
  margin-top: 24px;
  gap: 7px;
}
.segments span {
  border-color: #303b4e;
  border-radius: 2px;
  padding: 6px 10px;
  color: #b7c5d9;
  font: 9px/1.6 var(--mono);
}
.boundary {
  margin-top: 24px;
  padding: 21px 25px;
  border: 0;
  border-left: 2px solid var(--red);
  border-radius: 0;
  background: #1b141b;
  color: #dfb6b7;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
}
.context-section {
  background: #0d1119;
}
.context-capture {
  overflow: hidden;
  margin-top: 33px;
  border-radius: 9px;
  border: 1px solid #354055;
}
.context-capture .screen-bar {
  padding: 15px 22px;
}
.context-capture img {
  width: 100%;
}
.context-capture figcaption {
  border-top: 1px solid var(--line);
  padding: 14px 22px;
  color: #9faec3;
  font-size: 11px;
}
.usecases {
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  margin-top: 40px;
}
.usecases .lead {
  font-size: 14px;
}
.zones {
  gap: 0 25px;
  margin-top: 23px;
}
.zone {
  grid-template-columns: 23px 1fr;
  gap: 10px;
  padding: 20px 0;
  background: none;
  border: 0;
  border-top: 1px solid #2b3648;
  border-radius: 0;
}
.zone .num {
  border: 0;
  color: var(--teal);
  width: 23px;
  height: auto;
  border-radius: 0;
  font: 11px/1.8 var(--mono);
}
.zone b {
  font-size: 13px;
  font-weight: 550;
}
.zone small {
  font-size: 12px;
  line-height: 1.6;
  color: #9cacc2;
}
.usecases .capability-list {
  grid-template-columns: 1fr;
  margin: 0;
  gap: 0;
}
.usecases .card {
  padding: 18px 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #2b3546;
  border-radius: 0;
}
.usecases .card:first-child {
  padding-top: 0;
}
.usecases .card:last-child {
  border-bottom: 0;
}
.usecases .tag {
  font: 10px/1.6 var(--mono);
  margin-bottom: 9px;
}
.usecases .card p {
  font-size: 13px;
  line-height: 1.75;
}
.tag.green {
  color: var(--green);
}
.flow {
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid #2d3b51;
  padding-top: 24px;
  margin-top: 30px;
}
.flow span {
  padding: 0;
  border: 0;
  border-radius: 0;
  font: 9px/1.6 var(--mono);
  color: #c0cde0;
}
.flow i {
  color: #93a7c5;
}
.timeline {
  gap: 0;
  margin-top: 43px;
}
.step {
  position: relative;
  padding: 25px 23px 0 0;
  border-top-width: 1px;
  border-top-color: #58708e;
}
.step::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}
.step:nth-child(3)::before {
  background: var(--teal);
}
.step:nth-child(4)::before {
  background: var(--red);
}
.step:nth-child(5)::before {
  background: var(--green);
}
.step:nth-child(6)::before {
  background: var(--amber);
}
.step strong {
  font: 11px/1.8 var(--mono);
  color: #d4deec;
}
.step p {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.7;
  color: #98a7bb;
}
.request-section {
  background: #10141c;
}
.request-section h2 {
  max-width: 1000px;
  font-size: clamp(32px, 3.4vw, 50px);
}
.request-section h2 > span {
  color: #93a3bb;
}
.ask {
  gap: 0 65px;
  margin-top: 40px;
}
.ask .card {
  grid-template-columns: 30px 1fr;
  gap: 15px;
  padding: 28px 0;
  background: none;
  border: 0;
  border-top: 1px solid #323d50;
  border-radius: 0;
}
.ask .num {
  border: 0;
  border-radius: 0;
  color: #f7827b;
  font: 14px/1.6 var(--mono);
}
.ask h3 {
  font-size: 18px;
  font-weight: 550;
  line-height: 1.5;
}
.ask p {
  margin-top: 9px;
  color: #a2b0c5;
  font-size: 13px;
  line-height: 1.7;
}
.proposal-download {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 35px 38px;
  margin-top: 35px;
  background: #191a22;
  border: 1px solid #544047;
  border-radius: 8px;
}
.document-icon {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 65px;
  height: 85px;
  border: 1px solid #d27170;
  border-radius: 4px;
  padding: 12px;
  font: 10px var(--mono);
  color: #ffafa6;
}
.document-icon > span {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 16px;
}
.proposal-download .eyebrow {
  color: #f58d85;
  font-size: 9px;
}
.proposal-download h3 {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.proposal-download p:last-child {
  margin-top: 12px;
  color: #acb0bf;
  font-size: 12px;
}
footer.site-footer {
  border-top: 0;
  padding: 60px 0 32px;
  background: #080b11;
  color: var(--text);
}
.contact {
  align-items: center;
  gap: 30px;
}
.contact .eyebrow {
  color: #909fb4;
  font-size: 9px;
}
.contact h2 {
  margin: 19px 0 5px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.contact p {
  font-size: 12px;
  color: #a9b5c7;
}
.contact-email {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  color: #edf1f7;
  text-decoration: none;
}
.contact-email > span {
  margin-left: 10px;
  color: #ee746d;
}
.contact-location {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.contact-location a {
  text-decoration: none;
}
.applicant-identity {
  max-width: 390px;
}
.applicant-identity h3 {
  margin: 20px 0 8px;
  color: #edf1f7;
  font-size: 13px;
  font-weight: 500;
}
.applicant-identity h3:first-child {
  margin-top: 0;
}
.applicant-identity p {
  line-height: 1.8;
}
.applicant-identity p a {
  color: #edf1f7;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.applicant-identity .text-link {
  margin-top: 18px;
  font-size: 12px;
}
.relationship-note {
  max-width: 850px;
  margin-top: 35px;
  color: #a9b5c7;
  font-size: 12px;
  line-height: 1.8;
}
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 80px;
  margin-top: 49px;
  padding-top: 25px;
  border-top: 1px solid #253044;
}
.brand-footer .brand-name {
  font-size: 16px;
}
.brand-footer img {
  width: 38px;
  height: 38px;
}
.brand-footer .brand-name small {
  font-size: 7px;
}
.footer-bottom > p {
  color: #909fb5;
  font-size: 10px;
  line-height: 1.8;
}

@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .navlinks {
    gap: 19px;
    font-size: 11px;
  }
  .hero-grid {
    gap: 30px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero .hero-lead {
    font-size: 14px;
  }
  .hero .actions {
    gap: 17px;
  }
  .hero-product {
    margin-top: -70px;
  }
  .hero-product .screen-bar {
    font-size: 8px;
    padding: 11px 12px;
  }
  .hero-product figcaption {
    font-size: 9px;
    padding-inline: 12px;
  }
  .hero-product figcaption span:last-child {
    font-size: 8px;
  }
  .section-heading {
    gap: 45px;
  }
  .product-gallery {
    grid-template-columns: 230px minmax(0, 1fr);
  }
  .gallery-tab {
    padding: 18px 13px;
    gap: 9px;
  }
  .gallery-tab strong {
    font-size: 11px;
  }
  .gallery-tab small {
    font-size: 8px;
  }
  .gallery-source {
    margin-inline: 15px;
    font-size: 9px;
  }
  .arch .card {
    padding: 23px 18px;
  }
  .arch h3 {
    font-size: 17px;
  }
  .arch .tag {
    font-size: 8px;
  }
  .usecases {
    gap: 38px;
  }
  .stack-inner {
    gap: 18px;
  }
  .stack-inner ul {
    gap: 15px;
  }
  .stack-inner li {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .nav {
    min-height: 76px;
  }
  .navlinks {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 12px;
    border: 1px solid #384558;
    border-radius: 6px;
    cursor: pointer;
    list-style: none;
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav summary span {
    height: 1px;
    width: 18px;
    background: #dde5f1;
    transition: transform 0.2s;
  }
  .mobile-nav[open] summary span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .mobile-nav[open] summary span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-nav nav {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    display: grid;
    padding: 16px 32px 24px;
    border-bottom: 1px solid #384558;
    background: #101722;
    box-shadow: 0 20px 35px #0006;
  }
  .mobile-nav a {
    padding: 13px 0;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #273244;
  }
  .mobile-nav a:last-child {
    color: #ff9b93;
    border: 0;
  }
  .hero-meta {
    font-size: 8px;
  }
  .hero-meta .eyebrow {
    font-size: 9px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 43px;
  }
  .hero-copy {
    max-width: 640px;
  }
  .hero h1 {
    max-width: 640px;
    font-size: 58px;
  }
  .hero h1 em {
    display: inline;
  }
  .hero .hero-lead {
    max-width: 580px;
    font-size: 16px;
    margin-top: 23px;
  }
  .hero-visual {
    max-width: 660px;
    width: 100%;
    margin-inline: auto;
    padding: 0;
  }
  .yacht-photo {
    width: 86%;
  }
  .yacht-photo > img {
    aspect-ratio: 1.75;
  }
  .hero-product {
    width: 91%;
    margin-top: -105px;
  }
  .hero-product .screen-bar {
    font-size: 9px;
    padding: 13px 15px;
  }
  .status-track li {
    gap: 9px;
    padding: 21px 17px;
  }
  .status-track strong {
    font-size: 10px;
  }
  .track-arrow {
    display: none;
  }
  .stack-inner {
    flex-wrap: wrap;
    gap: 16px;
  }
  .stack-label {
    max-width: none;
  }
  .stack-inner ul {
    order: 3;
    width: 100%;
    flex: auto;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #2d3749;
  }
  .stack-end {
    margin-left: auto;
    max-width: none;
  }
  .stack-end b {
    display: inline;
    margin-left: 5px;
  }
  .section {
    padding-block: 70px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .section h2 {
    max-width: 650px;
    font-size: 39px;
  }
  .section-heading .lead {
    max-width: 670px;
  }
  .product-gallery {
    grid-template-columns: 1fr;
  }
  .gallery-controls {
    padding: 0;
  }
  .gallery-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .gallery-tab {
    align-items: flex-start;
    gap: 9px;
    padding: 19px 13px;
    border-left: 0;
    border-bottom: 2px solid transparent;
  }
  .gallery-tab[aria-selected="true"] {
    border-bottom-color: var(--red);
  }
  .gallery-tab small,
  .gallery-source,
  .tab-arrow {
    display: none;
  }
  .gallery-tab strong {
    font-size: 11px;
    line-height: 1.5;
  }
  .tab-index {
    padding-top: 3px;
  }
  .strategic-section > .wrap {
    display: block;
  }
  .strategic-section .lead {
    margin-top: 20px;
  }
  .facts {
    margin-top: 36px;
    grid-template-columns: repeat(4, 1fr);
  }
  .fact {
    padding-inline: 18px;
  }
  .fact strong {
    font-size: 27px;
  }
  .fact span {
    font-size: 11px;
  }
  .arch {
    grid-template-columns: repeat(2, 1fr);
  }
  .arch .card {
    padding: 25px;
  }
  .arch .card:nth-child(2) {
    border-right: 1px solid var(--line);
  }
  .arch h3 {
    max-width: none;
    font-size: 18px;
  }
  .arch .tag {
    font-size: 9px;
  }
  .vessel-blueprint {
    grid-template-columns: 1fr 1.8fr;
    gap: 5px;
    padding: 24px;
  }
  .blueprint-end {
    display: none;
  }
  .blueprint-label p {
    font-size: 21px;
  }
  .usecases {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .zones {
    column-gap: 40px;
  }
  .usecases .capability-list {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .usecases .card {
    padding: 0;
    border: 0;
  }
  .flow {
    gap: 12px;
  }
  .flow span {
    font-size: 8px;
  }
  .timeline {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 35px;
  }
  .ask {
    column-gap: 35px;
  }
  .ask h3 {
    font-size: 16px;
  }
  .ask p {
    font-size: 12px;
  }
  .proposal-download {
    grid-template-columns: 60px 1fr;
    padding: 30px;
    gap: 22px;
  }
  .document-icon {
    width: 56px;
    height: 73px;
  }
  .proposal-download .btn {
    grid-column: 2;
    justify-self: start;
  }
  .proposal-download h3 {
    font-size: 23px;
  }
  .footer-bottom {
    gap: 35px;
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 98px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .nav {
    min-height: 72px;
  }
  .brand {
    gap: 9px;
  }
  .brand img {
    width: 40px;
    height: 40px;
  }
  .brand-name {
    font-size: 18px;
  }
  .brand-name small {
    font-size: 7px;
    margin-top: 5px;
  }
  .hero {
    padding-top: 25px;
  }
  .hero-meta {
    display: grid;
    gap: 9px;
    font-size: 8px;
  }
  .hero-meta .eyebrow {
    font-size: 9px;
  }
  .hero-meta > span:last-child > span {
    margin-inline: 6px;
  }
  .hero-grid {
    padding: 29px 0 30px;
    gap: 35px;
  }
  .hero h1 {
    font-size: clamp(38px, 10.6vw, 57px);
    line-height: 1.07;
    letter-spacing: -0.042em;
  }
  .hero .hero-lead {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 22px;
  }
  .actions {
    gap: 21px;
    margin-top: 24px;
  }
  .hero .btn {
    width: 100%;
    padding: 14px 18px;
    justify-content: space-between;
  }
  .hero .text-link {
    font-size: 12px;
  }
  .hero .hero-note {
    font-size: 10px;
    margin-top: 22px;
  }
  .yacht-photo {
    width: 93%;
    border-radius: 7px;
  }
  .yacht-photo > img {
    aspect-ratio: 1.9;
  }
  .yacht-photo figcaption {
    inset: 13px 12px auto;
    font-size: 7px;
  }
  .yacht-photo figcaption span:last-child {
    display: none;
  }
  .hero-product {
    width: 95%;
    margin-top: -51px;
    border-radius: 6px;
  }
  .hero-product .screen-bar {
    padding: 10px;
    font-size: 7px;
  }
  .hero-product .screen-bar a {
    font-size: 7px;
  }
  .hero-product figcaption {
    padding: 10px;
    font-size: 8px;
    gap: 8px;
  }
  .hero-product figcaption span:last-child {
    font-size: 7px;
  }
  .status-track {
    grid-template-columns: 1fr;
    padding-bottom: 7px;
  }
  .status-track li,
  .status-track li:first-child,
  .status-track li:last-child {
    padding: 15px 0;
    border-right: 0;
    gap: 15px;
  }
  .status-track li + li {
    border-top: 1px solid #212a3a;
  }
  .status-track li > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
  }
  .status-track small {
    margin: 0;
    font-size: 9px;
  }
  .status-track strong {
    text-align: right;
    font-size: 10px;
  }
  .track-number {
    font-size: 10px;
  }
  .stack-inner {
    padding-block: 19px;
    gap: 13px;
  }
  .stack-label {
    font-size: 8px;
  }
  .stack-end {
    font-size: 8px;
  }
  .stack-end b {
    font-size: 9px;
  }
  .stack-inner ul {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 13px;
  }
  .stack-inner li {
    font-size: 12px;
  }
  .stack-inner li:not(:last-child)::after {
    content: "/";
    padding-left: 10px;
    color: #8290a6;
    font-size: 10px;
  }
  .section {
    padding-block: 55px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .eyebrow > span {
    margin-right: 6px;
  }
  .section-heading {
    gap: 20px;
    margin-bottom: 27px;
  }
  .section h2 {
    font-size: 33px;
    margin-top: 15px;
    line-height: 1.14;
  }
  .lead {
    font-size: 13px;
    line-height: 1.8;
  }
  .gallery-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-tab {
    padding: 15px 13px;
    gap: 9px;
    border-bottom: 1px solid #2d384c;
  }
  .gallery-tab:nth-child(odd) {
    border-right: 1px solid #2d384c;
  }
  .gallery-tab[aria-selected="true"] {
    box-shadow: inset 0 -2px var(--red);
  }
  .gallery-tab strong {
    font-size: 11px;
  }
  .product-panel .screen-bar {
    padding: 11px 12px;
    min-height: 0;
    font-size: 7px;
  }
  .screen-label {
    font-size: 7px;
  }
  .product-panel figcaption {
    display: block;
    padding: 16px;
  }
  .product-panel figcaption strong {
    font-size: 12px;
  }
  .product-panel figcaption p {
    font-size: 10px;
  }
  .product-panel figcaption > a {
    display: inline-block;
    margin-top: 12px;
    padding-block: 6px;
    font-size: 10px;
  }
  .evidence-note {
    font-size: 10px;
    line-height: 1.7;
  }
  .facts {
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
    margin-top: 29px;
    padding-top: 25px;
  }
  .fact,
  .fact:first-child,
  .fact:last-child {
    padding: 0;
    border: 0;
  }
  .fact strong {
    font-size: 26px;
  }
  .fact span {
    font-size: 11px;
    margin-top: 7px;
  }
  .vessel-blueprint {
    display: block;
    padding: 23px 18px 6px;
    margin-top: 29px;
  }
  .blueprint-label {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    align-items: end;
  }
  .blueprint-label .eyebrow {
    grid-column: 1 / -1;
    font-size: 8px;
  }
  .blueprint-label p {
    font-size: 19px;
    margin-top: 9px;
  }
  .blueprint-small {
    font-size: 8px;
    margin: 0;
    text-align: right;
  }
  .yacht {
    margin-top: 10px;
  }
  .arch {
    grid-template-columns: 1fr;
  }
  .arch .card,
  .arch .card:nth-child(2) {
    padding: 23px 21px;
    border-right: 1px solid var(--line);
  }
  .arch h3 {
    font-size: 19px;
    margin-top: 13px;
  }
  .arch ul {
    margin-top: 15px;
  }
  .arch li {
    font-size: 12px;
    margin: 8px 0;
  }
  .boundary {
    padding: 17px;
    font-size: 11px;
    line-height: 1.7;
  }
  .context-capture .screen-bar {
    padding: 12px 10px;
    font-size: 7px;
    gap: 10px;
  }
  .context-capture .screen-bar a {
    font-size: 7px;
  }
  .context-capture figcaption {
    padding: 12px;
    font-size: 9px;
  }
  .usecases {
    margin-top: 31px;
    gap: 25px;
  }
  .zones {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .zone {
    grid-template-columns: 16px 1fr;
    gap: 9px;
    padding-block: 17px;
  }
  .zone b {
    font-size: 12px;
    line-height: 1.5;
  }
  .zone small {
    font-size: 10px;
  }
  .zone .num {
    width: 16px;
    font-size: 9px;
  }
  .usecases .capability-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .usecases .card,
  .usecases .card:first-child {
    border-top: 1px solid var(--line);
    padding: 18px 0;
  }
  .usecases .card p {
    font-size: 12px;
  }
  .flow {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 15px;
    padding-top: 22px;
  }
  .flow span {
    font-size: 10px;
  }
  .flow i {
    transform: rotate(90deg);
    font-size: 17px;
  }
  .timeline {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 0;
  }
  .step {
    border-top: 0;
    border-left: 1px solid #40506b;
    padding: 0 0 26px 22px;
  }
  .step::before {
    left: -4px;
    top: 5px;
  }
  .step:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
  }
  .step strong {
    font-size: 11px;
  }
  .step p {
    margin: 8px 0 0;
    font-size: 12px;
  }
  .ask {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .ask .card {
    padding-block: 23px;
    grid-template-columns: 24px 1fr;
    gap: 11px;
  }
  .ask .num {
    font-size: 12px;
  }
  .ask h3 {
    font-size: 16px;
  }
  .ask p {
    font-size: 12px;
  }
  .proposal-download {
    grid-template-columns: 41px 1fr;
    padding: 23px 18px;
    gap: 17px;
    margin-top: 25px;
  }
  .document-icon {
    width: 39px;
    height: 55px;
    padding: 7px;
    font-size: 8px;
  }
  .document-icon > span {
    top: 6px;
    right: 6px;
    font-size: 12px;
  }
  .proposal-download .eyebrow {
    font-size: 8px;
  }
  .proposal-download h3 {
    font-size: 18px;
    margin-top: 8px;
  }
  .proposal-download p:last-child {
    font-size: 11px;
    margin-top: 9px;
  }
  .proposal-download .btn {
    grid-column: 1 / -1;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
  }
  footer.site-footer {
    padding-block: 42px 24px;
  }
  .contact {
    display: block;
  }
  .contact > .text-link {
    margin-top: 25px;
    font-size: 12px;
  }
  .applicant-identity {
    margin-top: 32px;
  }
  .contact-email {
    font-size: 16px;
  }
  .contact-location {
    font-size: 10px;
    gap: 8px;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 33px;
    padding-top: 25px;
  }
  .footer-bottom > p {
    font-size: 9px;
  }
}

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