:root {
  --ds-deep-ocean: #06394a;
  --ds-deep-ocean-2: #082d3e;
  --ds-reef-green: #0f6b4e;
  --ds-lagoon-teal: #00a7a5;
  --ds-coral-signal: #f47c48;
  --ds-sand-paper: #f5efe3;
  --ds-warm-paper: #f7f1e8;
  --ds-chart-ink: #17211c;
  --ds-cloud-line: #ddebe2;
  --ds-muted: #44524d;
  --ds-white: #ffffff;
  --ds-font-heading: "Sora", "Inter", Arial, sans-serif;
  --ds-font-body: "Inter", Arial, sans-serif;
  --ds-radius: 8px;
  --ds-shadow: 0 18px 48px rgba(6, 57, 74, 0.16);
  --ds-max: 1140px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ds-chart-ink);
  background: var(--ds-warm-paper);
  font-family: var(--ds-font-body);
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: absolute;
  left: 12px;
  top: -90px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--ds-white);
  background: var(--ds-deep-ocean);
  border-radius: var(--ds-radius);
}
.skip-link:focus { top: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 30px;
  background: rgba(247, 241, 232, 0.94);
  border-bottom: 1px solid rgba(6, 57, 74, 0.14);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark { width: 42px; height: 42px; flex: 0 0 auto; }
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font-family: var(--ds-font-heading);
  color: var(--ds-deep-ocean);
  font-size: 1.05rem;
  line-height: 1;
}
.brand small {
  margin-top: 3px;
  color: var(--ds-muted);
  font-size: 0.76rem;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 3px;
}
.nav-short { display: none; }
.site-nav a {
  padding: 10px 11px;
  color: var(--ds-muted);
  border-radius: var(--ds-radius);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ds-deep-ocean);
  background: var(--ds-cloud-line);
}
.site-nav .nav-portal {
  margin-left: 5px;
  color: var(--ds-deep-ocean);
  border: 1px solid rgba(6, 57, 74, 0.28);
}
.site-nav .nav-quote {
  color: var(--ds-deep-ocean-2);
  background: var(--ds-coral-signal);
  border: 1px solid var(--ds-coral-signal);
}
.site-nav .nav-quote:hover,
.site-nav .nav-quote:focus-visible {
  color: var(--ds-deep-ocean-2);
  background: #e96c39;
}
.hero {
  position: relative;
  min-height: clamp(520px, calc(100svh - 220px), 620px);
  color: var(--ds-white);
  overflow: hidden;
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(6, 57, 74, 0.72), rgba(6, 57, 74, 0.72)),
    url("/assets/img/coastline-control.png");
  background-position: left center;
  background-size: cover, cover;
  opacity: 0.05;
}
.hero-img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-img {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.03);
}
.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 57, 74, 0.97), rgba(8, 45, 62, 0.88) 48%, rgba(8, 45, 62, 0.4)),
    linear-gradient(0deg, rgba(8, 45, 62, 0.16), rgba(8, 45, 62, 0.16));
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 42px;
  align-items: center;
  width: min(var(--ds-max), calc(100% - 48px));
  min-height: inherit;
  margin: 0 auto;
  padding: 24px 0 42px;
}
.hero-copy-block { min-width: 0; }
.hero-logo {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--ds-coral-signal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: var(--ds-font-heading);
  letter-spacing: 0;
}
h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}
h1 {
  max-width: 820px;
  font-size: clamp(3rem, 5.6vw, 5.4rem);
  line-height: 0.94;
}
h2 {
  max-width: 23ch;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.08;
}
h3 {
  font-size: 1.16rem;
  line-height: 1.22;
}
.hero-line {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.04rem, 1.6vw, 1.3rem);
  font-weight: 800;
}
.hero-copy {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}
.hero-brand-panel {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  align-self: center;
  background: rgba(8, 45, 62, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ds-radius);
  box-shadow: 0 18px 42px rgba(6, 57, 74, 0.22);
}
.hero-brand-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
}
.hero-brand-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 45, 62, 0.02), rgba(8, 45, 62, 0.58)),
    linear-gradient(90deg, rgba(6, 57, 74, 0.16), rgba(6, 57, 74, 0));
}
.hero-brand-panel figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-card span,
.pathway-grid span {
  display: block;
  color: var(--ds-coral-signal);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--ds-coral-signal);
  background: var(--ds-deep-ocean);
  border: 1px solid rgba(244, 124, 72, 0.34);
  border-radius: 8px;
}
.icon-svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  color: var(--ds-white);
  background: var(--ds-coral-signal);
  border: 1px solid var(--ds-coral-signal);
  border-radius: var(--ds-radius);
  font-size: 0.94rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(244, 124, 72, 0.18);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button-mark {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.button.secondary {
  color: var(--ds-white);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: none;
}
.button.secondary.dark {
  color: var(--ds-deep-ocean);
  border-color: var(--ds-cloud-line);
}
.section-actions {
  display: flex;
  margin-top: 28px;
}
.section-actions-dark { margin-top: 32px; }
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--ds-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  text-decoration: none;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
  transition: transform 160ms ease, background 160ms ease;
}
.scroll-cue:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translate(-50%, 2px);
}
.scroll-cue span {
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(var(--ds-max), calc(100% - 48px));
  margin: -22px auto 0;
  position: relative;
  z-index: 3;
  background: var(--ds-white);
  border: 1px solid var(--ds-cloud-line);
  border-radius: var(--ds-radius);
  box-shadow: var(--ds-shadow);
  overflow: hidden;
}
.feature-strip article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
}
.feature-strip article + article {
  border-left: 1px solid var(--ds-cloud-line);
}
.feature-strip h3 {
  color: var(--ds-deep-ocean);
  font-size: 1rem;
}
.feature-strip p {
  margin: 5px 0 0;
  color: var(--ds-muted);
  font-size: 0.88rem;
  line-height: 1.35;
}
.section {
  width: min(var(--ds-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0;
}
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: start;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}
.section-heading.wide { max-width: 880px; }
.section-heading.wide h2 { max-width: 26ch; }
.section-heading p,
.lede p,
.product-card p,
.split-copy p,
.support-grid p,
.profile-copy p,
.proof-strip p,
.contact-copy p,
.plain-page p,
.site-footer p {
  color: var(--ds-muted);
}
.lede {
  display: grid;
  gap: 16px;
  font-size: 1.03rem;
}
.lede p { margin: 0; }
.pathway-band {
  padding: 76px max(24px, calc((100% - var(--ds-max)) / 2));
  color: var(--ds-white);
  background-color: var(--ds-deep-ocean);
  background-image:
    linear-gradient(90deg, rgba(221, 235, 226, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(221, 235, 226, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 57, 74, 0.98), rgba(8, 45, 62, 0.94)),
    url("/assets/img/coastline-control.png");
  background-position: center, center, center, center;
  background-size: 48px 48px, 48px 48px, cover, cover;
}
.pathway-band .section-heading p,
.pathway-grid p {
  color: rgba(255, 255, 255, 0.78);
}
.pathway-grid,
.product-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.pathway-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pathway-grid article,
.support-grid article {
  min-height: 208px;
  padding: 20px;
  border-radius: var(--ds-radius);
}
.pathway-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.pathway-grid h3,
.support-grid h3 {
  margin-top: 16px;
}
.pathway-grid p,
.support-grid p {
  margin-bottom: 0;
}
.product-card {
  display: grid;
  align-content: start;
  min-height: 404px;
  background: var(--ds-white);
  border: 1px solid var(--ds-cloud-line);
  border-radius: var(--ds-radius);
  overflow: hidden;
}
.product-card img {
  width: 100%;
  height: 224px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--ds-sand-paper);
}
.product-card:not(.photo-card) img {
  object-fit: contain;
  padding: 26px;
}
.product-card div {
  display: grid;
  gap: 10px;
  padding: 20px;
}
.product-card h3 {
  color: var(--ds-deep-ocean);
}
.split-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  background: var(--ds-sand-paper);
}
.split-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}
.split-media .field-training-photo {
  min-height: 620px;
  object-position: 50% 32%;
}
.split-copy {
  align-self: center;
  width: min(620px, calc(100% - 48px));
  margin-right: max(24px, calc((100vw - var(--ds-max)) / 2));
  padding: 66px 0 66px 52px;
}
.mini-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}
.mini-list span {
  padding: 12px;
  color: var(--ds-deep-ocean);
  background: var(--ds-white);
  border: 1px solid var(--ds-cloud-line);
  border-radius: var(--ds-radius);
  font-weight: 800;
}
.services-band {
  padding: 76px max(24px, calc((100% - var(--ds-max)) / 2));
  color: var(--ds-white);
  background: var(--ds-deep-ocean-2);
}
.services-band .section-heading p,
.services-band .support-grid p {
  color: rgba(255, 255, 255, 0.78);
}
.support-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.profile-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  min-height: 500px;
  color: var(--ds-white);
  background: var(--ds-reef-green);
}
.profile-copy {
  align-self: center;
  width: min(640px, calc(100% - 48px));
  margin-left: max(24px, calc((100vw - var(--ds-max)) / 2));
  padding: 66px 0;
}
.profile-copy p {
  color: rgba(255, 255, 255, 0.84);
}
.profile-band img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}
.proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: center;
  width: min(var(--ds-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 62px 0;
  border-bottom: 1px solid var(--ds-cloud-line);
}
.proof-copy { display: grid; justify-items: start; gap: 18px; }
.proof-copy p { margin: 0; }
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: start;
}
.contact-paths {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}
.contact-paths a {
  display: grid;
  gap: 3px;
  padding: 14px 15px;
  color: var(--ds-deep-ocean);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--ds-cloud-line);
  border-radius: var(--ds-radius);
  text-decoration: none;
}
.contact-paths a:hover,
.contact-paths a:focus-visible { border-color: var(--ds-lagoon-teal); }
.contact-paths span { color: var(--ds-muted); font-size: 0.9rem; }
.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.contact-links a {
  display: block;
  padding: 16px;
  color: var(--ds-deep-ocean);
  background: var(--ds-white);
  border: 1px solid var(--ds-cloud-line);
  border-radius: var(--ds-radius);
  font-weight: 900;
  text-decoration: none;
}
.contact-form {
  display: grid;
  gap: 15px;
  padding: 24px;
  background: var(--ds-white);
  border: 1px solid var(--ds-cloud-line);
  border-radius: var(--ds-radius);
  box-shadow: 0 16px 34px rgba(6, 57, 74, 0.08);
}
label {
  display: grid;
  gap: 7px;
  color: var(--ds-deep-ocean);
  font-weight: 900;
}
input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ds-chart-ink);
  background: var(--ds-white);
  border: 1px solid #cbd7d0;
  border-radius: var(--ds-radius);
  font: inherit;
}
textarea {
  min-height: 150px;
  resize: vertical;
}
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(0, 167, 165, 0.24);
  border-color: var(--ds-lagoon-teal);
}
.hp-field { display: none; }
.form-disclaimer {
  margin: 0;
  color: var(--ds-muted);
  font-size: 0.92rem;
}
.plain-page {
  display: grid;
  place-items: center;
  min-height: 70svh;
  padding: 72px 24px;
  background: var(--ds-warm-paper);
}
.plain-page section { width: min(850px, 100%); }
.plain-page h1 {
  color: var(--ds-deep-ocean);
  max-width: 18ch;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1;
}
.plain-page a {
  color: var(--ds-deep-ocean);
  font-weight: 900;
}
.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  padding: 42px max(24px, calc((100% - var(--ds-max)) / 2));
  color: rgba(255, 255, 255, 0.78);
  background: var(--ds-deep-ocean);
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ds-white);
  text-decoration: none;
}
.site-footer strong { color: var(--ds-white); }
.site-footer p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}
.footer-links {
  display: grid;
  align-content: start;
  gap: 8px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}
.footer-links a:hover { color: var(--ds-coral-signal); }
@media (max-width: 980px) {
  .hero-grid,
  .two-col,
  .pathway-grid,
  .product-grid,
  .split-feature,
  .support-grid,
  .profile-band,
  .proof-strip,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    min-height: inherit;
    padding: 52px 0 72px;
  }
  .hero-brand-panel {
    max-width: 520px;
    width: min(100%, 520px);
    height: 156px;
    aspect-ratio: auto;
  }
  .feature-strip {
    width: min(100% - 32px, var(--ds-max));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -24px;
  }
  .feature-strip article {
    border-left: 0;
  }
  .feature-strip article:nth-child(odd) {
    border-right: 1px solid var(--ds-cloud-line);
  }
  .feature-strip article:nth-child(n + 3) {
    border-top: 1px solid var(--ds-cloud-line);
  }
  .section,
  .proof-strip {
    width: min(100% - 32px, var(--ds-max));
    padding: 56px 0;
  }
  .split-media img,
  .profile-band img {
    min-height: 340px;
  }
  .split-media .field-training-photo {
    min-height: clamp(520px, 78vw, 680px);
  }
  .split-copy,
  .profile-copy {
    width: min(100% - 32px, var(--ds-max));
    margin: 0 auto;
    padding: 56px 0;
  }
  .mini-list { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding: 12px 16px;
  }
  .brand { flex: 1 1 auto; }
  .brand small { display: none; }
  .site-nav {
    flex: 0 0 auto;
    flex-wrap: nowrap;
  }
  .site-nav .nav-standard {
    display: none;
  }
  .site-nav a {
    padding: 9px 8px;
    font-size: 0.76rem;
  }
  .site-nav .nav-portal {
    margin-left: 0;
  }
  .nav-full { display: none; }
  .nav-short { display: inline; }
  .hero .button-row {
    display: grid;
    width: 100%;
  }
  .hero .button { width: 100%; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  h2 { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .hero { min-height: clamp(560px, calc(100svh - 160px), 640px); }
  .hero-grid {
    width: min(100% - 32px, var(--ds-max));
    min-height: inherit;
    padding: 40px 0 64px;
  }
  .hero-brand-panel { display: none; }
  .hero-logo {
    width: 58px;
    height: 58px;
  }
  .scroll-cue {
    bottom: 24px;
    width: 36px;
    height: 36px;
  }
  .feature-strip {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
  .feature-strip article,
  .feature-strip article:nth-child(odd) {
    border-right: 0;
  }
  .feature-strip article + article {
    border-top: 1px solid var(--ds-cloud-line);
  }
  .contact-form { padding: 20px; }
  .product-card img { height: 220px; }
}