:root {
  --ink: #0a1a24;
  --graphite: #06131d;
  --steel: #536773;
  --paper: #f2f4ef;
  --white: #ffffff;
  --mist: #dce9e8;
  --line: #cbd9d7;
  --teal: #08a7ad;
  --aqua: #44dfd5;
  --red: #ff583f;
  --amber: #ffd37c;
  --shadow: 0 26px 70px rgba(6, 19, 29, 0.14);
  --max: 1240px;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.harbor-site {
  --page-accent: var(--aqua);
  --page-secondary: #75a8ff;
  --page-risk: var(--red);
  background:
    linear-gradient(90deg, rgba(6, 19, 29, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(6, 19, 29, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 64px 64px;
}

.harbor-site[data-service-key="custom-software-development"] {
  --page-accent: #62d6ff;
  --page-secondary: #8fb7ff;
}

.harbor-site[data-service-key="team-transition-services"] {
  --page-accent: #86e7c8;
  --page-secondary: #7ca4ff;
}

.harbor-site[data-service-key="embedded-tech-partner"] {
  --page-accent: #55dfd6;
  --page-secondary: #6e9cff;
}

.harbor-site[data-service-key="forward-deployed-engineering"] {
  --page-accent: #ffd37c;
  --page-secondary: #57d5ff;
}

.harbor-site[data-service-key="legacy-modernization"] {
  --page-accent: #6bd7ff;
  --page-secondary: #9db4c8;
}

.harbor-site[data-service-key="ai-integration-services"] {
  --page-accent: #44dfd5;
  --page-secondary: #76a9ff;
}

.harbor-site[data-service-key="ai-agent-development"] {
  --page-accent: #80f0ff;
  --page-secondary: #7c9dff;
}

.harbor-site[data-service-key="sharepoint"] {
  --page-accent: #6dc7ff;
  --page-secondary: #57dfd1;
}

.harbor-site .site-header {
  border-bottom-color: rgba(164, 239, 235, 0.14);
  background: rgba(4, 16, 26, 0.9);
  color: var(--white);
  backdrop-filter: blur(20px);
}

.harbor-site .site-header.is-scrolled {
  background: rgba(4, 16, 26, 0.97);
  box-shadow: 0 14px 44px rgba(2, 9, 14, 0.28);
}

.harbor-site .brand span {
  border-left-color: rgba(68, 223, 213, 0.38);
  color: var(--aqua);
}

.harbor-site .site-nav > a,
.harbor-site .nav-dropdown > a {
  color: rgba(235, 255, 253, 0.78);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.harbor-site .site-nav > a:hover,
.harbor-site .site-nav > a.is-active,
.harbor-site .nav-dropdown:hover > a,
.harbor-site .nav-dropdown:focus-within > a,
.harbor-site .nav-dropdown > a.is-active {
  color: var(--white);
}

.harbor-site .site-nav > a::after,
.harbor-site .nav-dropdown > a::after {
  background: var(--red);
}

.harbor-site .nav-menu {
  border-color: rgba(68, 223, 213, 0.24);
  background:
    linear-gradient(135deg, rgba(68, 223, 213, 0.1), rgba(255, 88, 63, 0.045)),
    rgba(250, 252, 248, 0.98);
  box-shadow: 0 24px 54px rgba(2, 9, 14, 0.18);
}

.harbor-site .nav-menu a {
  color: var(--graphite);
  text-transform: none;
}

.harbor-site .nav-menu a:hover {
  background: rgba(255, 88, 63, 0.08);
  color: var(--red);
}

.harbor-site .nav-menu a.is-active {
  background: rgba(8, 167, 173, 0.1);
  color: var(--teal);
}

.harbor-site .nav-mega {
  border-color: rgba(68, 223, 213, 0.2);
  background:
    linear-gradient(90deg, rgba(8, 167, 173, 0.1), transparent 56%),
    linear-gradient(135deg, transparent 0%, rgba(255, 88, 63, 0.05) 100%),
    rgba(250, 252, 248, 0.98);
  box-shadow: 0 30px 64px rgba(2, 9, 14, 0.18);
}

.harbor-site .nav-mega-title {
  border-bottom-color: #cbd9d7;
  color: var(--teal);
}

.harbor-site .nav-mega-item {
  border-left-color: rgba(8, 167, 173, 0.2);
  color: var(--steel);
}

.harbor-site .nav-mega-item:hover,
.harbor-site .nav-mega-item:focus,
.harbor-site .nav-mega-item.is-active,
.harbor-site .nav-mega-item[aria-current="page"] {
  border-color: rgba(255, 88, 63, 0.24);
  border-left-color: var(--red);
  background:
    linear-gradient(90deg, rgba(255, 88, 63, 0.08), rgba(8, 167, 173, 0.045)),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 22px rgba(6, 19, 29, 0.08);
  color: var(--graphite);
}

.harbor-site .nav-mega-icon {
  border-color: rgba(8, 167, 173, 0.22);
  background: rgba(8, 167, 173, 0.08);
  color: var(--teal);
}

.harbor-site .nav-mega-item:hover .nav-mega-icon,
.harbor-site .nav-mega-item:focus .nav-mega-icon,
.harbor-site .nav-mega-item.is-active .nav-mega-icon,
.harbor-site .nav-mega-item[aria-current="page"] .nav-mega-icon {
  border-color: rgba(255, 88, 63, 0.3);
  background: rgba(255, 88, 63, 0.1);
  color: var(--red);
}

.harbor-site .nav-mega-badge {
  border-color: rgba(8, 167, 173, 0.2);
  background: rgba(8, 167, 173, 0.08);
  color: var(--teal);
}

.harbor-site .nav-mega-desc,
.harbor-site .nav-mega-cta p {
  color: var(--steel);
}

.harbor-site .nav-mega-cta {
  border-color: rgba(8, 167, 173, 0.24);
  background:
    linear-gradient(135deg, rgba(8, 167, 173, 0.1), rgba(255, 88, 63, 0.05)),
    rgba(255, 255, 255, 0.78);
}

.harbor-site .nav-mega-cta span {
  color: var(--graphite);
}

.harbor-site .nav-mega-cta-link,
.harbor-site .nav-mega-cta-link:hover,
.harbor-site .nav-mega-cta-link:focus {
  color: var(--white);
}

.harbor-site .nav-mega-column + .nav-mega-column {
  border-left-color: rgba(203, 217, 215, 0.85);
}

.harbor-home-hero {
  align-items: center;
  min-height: clamp(560px, calc(100svh - 180px), 920px);
  background: #04121d;
}

.harbor-stage {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(1, 9, 17, 0.97) 0%, rgba(2, 12, 21, 0.88) 27%, rgba(3, 19, 30, 0.34) 54%, rgba(0, 9, 18, 0.05) 78%, rgba(0, 8, 15, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 12, 24, 0.05), rgba(0, 10, 19, 0.08) 56%, rgba(0, 7, 14, 0.38)),
    url("../images/qingdao-harbor-grid.jpg?v=clean-2") center / cover no-repeat;
}

.harbor-stage::before {
  position: absolute;
  inset: -10%;
  z-index: 1;
  background:
    radial-gradient(ellipse at 68% 60%, rgba(255, 198, 108, 0.2), transparent 23%),
    radial-gradient(ellipse at 68% 28%, rgba(255, 88, 63, 0.13), transparent 22%),
    radial-gradient(ellipse at 84% 76%, rgba(44, 220, 255, 0.12), transparent 30%);
  content: "";
  pointer-events: none;
}

.harbor-stage canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 26%, rgba(0, 0, 0, 0.22) 42%, #000 58%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 26%, rgba(0, 0, 0, 0.22) 42%, #000 58%);
}

.harbor-home-hero .hero-content {
  position: relative;
  z-index: 3;
  width: min(620px, calc(100% - 36px));
  margin-right: 0;
  margin-left: clamp(18px, 5vw, 70px);
  padding-top: 78px;
  padding-bottom: 0;
}

.harbor-home-hero h1 {
  max-width: 620px;
  font-size: clamp(3.4rem, 4.5vw, 5rem);
  line-height: 0.84;
  text-shadow: 0 9px 42px rgba(0, 0, 0, 0.44);
}

.harbor-home-hero .hero-lead {
  max-width: 560px;
  margin-top: 18px;
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.58);
}

.harbor-site .eyebrow {
  color: var(--red);
}

.harbor-home-hero .eyebrow {
  margin-bottom: 14px;
  color: #ff7964;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.6);
}

.harbor-home-hero .eyebrow::before {
  background: currentColor;
}

.harbor-home-hero .hero-actions {
  margin-top: 24px;
}

.harbor-home-hero .hero-points {
  margin-top: 24px;
}

.harbor-site .button-primary {
  background: var(--red);
  box-shadow: 0 16px 36px rgba(255, 88, 63, 0.2);
}

.harbor-site .button-primary:hover {
  background: #e84330;
}

.harbor-site .signal-band {
  border-color: rgba(68, 223, 213, 0.14);
  background: #071925;
  color: var(--white);
}

.harbor-site .signal-item {
  border-color: rgba(68, 223, 213, 0.14);
  background:
    linear-gradient(145deg, rgba(68, 223, 213, 0.07), transparent 54%),
    #071925;
}

.harbor-site .signal-item strong {
  color: var(--aqua);
}

.harbor-site .signal-item span {
  color: rgba(233, 252, 251, 0.68);
}

.harbor-site .section-light,
.harbor-site .contact-section {
  background: rgba(250, 251, 247, 0.96);
}

.harbor-site .service-card,
.harbor-site .value-card {
  border-color: #cbd9d7;
  background:
    linear-gradient(145deg, rgba(8, 167, 173, 0.055), transparent 58%),
    #f8faf7;
  box-shadow: 0 18px 46px rgba(6, 19, 29, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.harbor-site .service-card:hover,
.harbor-site .value-card:hover {
  border-color: rgba(8, 167, 173, 0.5);
  box-shadow: 0 24px 54px rgba(6, 19, 29, 0.11);
  transform: translateY(-4px);
}

.harbor-site .service-mark {
  color: var(--red);
}

.harbor-site .split-media {
  background: #0a2633;
  box-shadow: var(--shadow);
}

.harbor-site .split-media::after {
  border-color: rgba(87, 241, 231, 0.42);
}

.harbor-site .check-list span::before {
  background: var(--teal);
}

.harbor-site .section-deep {
  background:
    linear-gradient(90deg, rgba(68, 223, 213, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(68, 223, 213, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 12% 12%, rgba(8, 167, 173, 0.24), transparent 30%),
    #06131d;
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.harbor-site .process-step,
.harbor-site .timeline-item {
  border-color: rgba(68, 223, 213, 0.18);
  background: rgba(255, 255, 255, 0.045);
}

.harbor-site .process-step span {
  color: var(--aqua);
}

.harbor-site .insight-section,
.harbor-site .values-section,
.harbor-site .contact-proof {
  background:
    linear-gradient(90deg, rgba(8, 167, 173, 0.08), transparent 58%),
    var(--paper);
}

.harbor-site .image-card {
  border-color: #c7d8d5;
  box-shadow: 0 24px 58px rgba(6, 19, 29, 0.12);
}

.harbor-site .cta-band {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 220, 146, 0.28), transparent 26%),
    var(--red);
}

.harbor-site .site-footer {
  border-top: 1px solid rgba(68, 223, 213, 0.16);
  background:
    radial-gradient(circle at 8% 10%, rgba(8, 167, 173, 0.18), transparent 30%),
    #041019;
}

.page-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 128px clamp(20px, 5vw, 64px) 48px;
  background:
    linear-gradient(90deg, rgba(68, 223, 213, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(68, 223, 213, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(8, 167, 173, 0.3), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(255, 88, 63, 0.16), transparent 28%),
    #06131d;
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
  color: var(--white);
}

.page-intro::after {
  position: absolute;
  right: clamp(20px, 6vw, 90px);
  bottom: 0;
  width: min(38vw, 520px);
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--aqua), var(--red));
  content: "";
}

.page-intro-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.page-intro h1 {
  max-width: 980px;
  font-size: clamp(3.4rem, 5.8vw, 5.3rem);
  line-height: 0.88;
  text-shadow: 0 8px 36px rgba(0, 0, 0, 0.32);
}

.page-intro .hero-lead {
  max-width: 760px;
  margin-top: 16px;
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
}

.service-detail-page .page-intro {
  padding-bottom: clamp(46px, 7vw, 80px);
}

.service-detail-page .page-intro-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.82fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.service-detail-page .hero-copy {
  min-width: 0;
}

.hero-visual {
  --visual-accent: var(--page-accent);
  --visual-secondary: var(--page-secondary);
  --visual-risk: var(--page-risk);
  position: relative;
  margin: 0;
  min-width: 0;
}

.hero-visual figcaption {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero-visual-stage {
  position: relative;
  min-height: clamp(330px, 34vw, 470px);
  overflow: hidden;
  border: 1px solid rgba(68, 223, 213, 0.18);
  background:
    linear-gradient(90deg, rgba(68, 223, 213, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(68, 223, 213, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 78% 14%, color-mix(in srgb, var(--visual-accent) 24%, transparent), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(4, 16, 26, 0.62);
  background-size: 40px 40px, 40px 40px, auto, auto, auto;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.hero-visual-stage::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.hero-visual-glow {
  position: absolute;
  inset: auto -18% -24% 28%;
  height: 54%;
  background: radial-gradient(circle, color-mix(in srgb, var(--visual-accent) 26%, transparent), transparent 65%);
  opacity: 0.82;
  pointer-events: none;
}

.hero-visual-title {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 3;
  display: grid;
  gap: 8px;
  max-width: min(330px, calc(100% - 56px));
}

.hero-visual-title span {
  color: var(--visual-accent);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.hero-visual-title strong {
  color: rgba(255, 255, 255, 0.94);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.28rem);
  font-weight: 600;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero-visual-map {
  position: absolute;
  inset: 104px 22px 82px;
}

.hero-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  display: grid;
  align-items: center;
  width: var(--w);
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.082);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  line-height: 1.14;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-node span {
  position: relative;
  z-index: 2;
}

.hero-node--primary {
  border-color: color-mix(in srgb, var(--visual-secondary) 54%, rgba(255, 255, 255, 0.18));
  background: color-mix(in srgb, var(--visual-secondary) 17%, rgba(255, 255, 255, 0.055));
}

.hero-node--accent {
  border-color: color-mix(in srgb, var(--visual-accent) 58%, rgba(255, 255, 255, 0.16));
  background: color-mix(in srgb, var(--visual-accent) 16%, rgba(255, 255, 255, 0.055));
}

.hero-node--risk {
  border-color: color-mix(in srgb, var(--visual-risk) 54%, rgba(255, 255, 255, 0.15));
  background: color-mix(in srgb, var(--visual-risk) 13%, rgba(255, 255, 255, 0.055));
}

.hero-node--soft {
  border-color: rgba(255, 255, 255, 0.14);
}

.hero-path {
  position: absolute;
  z-index: 1;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--visual-accent), transparent);
  opacity: 0.68;
  transform-origin: left center;
}

.hero-path-a {
  top: 34%;
  left: 18%;
  width: 58%;
  transform: rotate(8deg);
}

.hero-path-b {
  top: 62%;
  left: 16%;
  width: 62%;
  transform: rotate(-10deg);
}

.hero-path-c {
  top: 49%;
  left: 36%;
  width: 44%;
  background: linear-gradient(90deg, transparent, var(--visual-secondary), transparent);
  transform: rotate(32deg);
}

.hero-visual-chips {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-visual-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(235, 255, 253, 0.76);
  font-size: 0.82rem;
  line-height: 1;
}

.hero-visual--custom-software {
  --visual-accent: #62d6ff;
  --visual-secondary: #8fb7ff;
}

.hero-visual--team-transition {
  --visual-accent: #86e7c8;
  --visual-secondary: #7ca4ff;
}

.hero-visual--embedded-partner {
  --visual-accent: #55dfd6;
  --visual-secondary: #6e9cff;
}

.hero-visual--forward-deployed {
  --visual-accent: #ffd37c;
  --visual-secondary: #57d5ff;
}

.hero-visual--legacy-modernization {
  --visual-accent: #6bd7ff;
  --visual-secondary: #9db4c8;
}

.hero-visual--ai-integration {
  --visual-accent: #44dfd5;
  --visual-secondary: #76a9ff;
}

.hero-visual--ai-agent {
  --visual-accent: #80f0ff;
  --visual-secondary: #7c9dff;
}

.hero-visual--sharepoint {
  --visual-accent: #6dc7ff;
  --visual-secondary: #57dfd1;
}

.service-visual-section {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--page-accent) 10%, transparent), transparent 58%),
    #eef4f2;
}

.content-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  width: min(var(--max), 100%);
  margin: 0 auto;
  gap: 18px;
}

.content-visual-card {
  display: grid;
  gap: 20px;
  min-height: 330px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #cbd9d7;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(248, 250, 247, 0.94)),
    #f8faf7;
  box-shadow: 0 18px 46px rgba(6, 19, 29, 0.07);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.content-visual-card:hover,
.content-visual-card:focus-within {
  border-color: color-mix(in srgb, var(--page-accent) 42%, #cbd9d7);
  box-shadow: 0 24px 58px rgba(6, 19, 29, 0.1);
  transform: translateY(-2px);
}

.content-visual-card.is-featured {
  grid-row: span 2;
  min-height: 100%;
}

.content-visual-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--steel);
}

.content-visual-meta span {
  color: color-mix(in srgb, var(--page-accent) 72%, #075c66);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.content-visual-meta small {
  max-width: 52%;
  color: #6e7e87;
  font-size: 0.78rem;
  line-height: 1.25;
  text-align: right;
}

.visual-placeholder {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--page-accent) 22%, transparent);
  background:
    linear-gradient(90deg, rgba(6, 19, 29, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(6, 19, 29, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(229, 239, 237, 0.62));
  background-size: 34px 34px, 34px 34px, auto;
}

.is-featured .visual-placeholder {
  min-height: 360px;
}

.visual-placeholder::after {
  position: absolute;
  inset: auto -12% -32% 30%;
  height: 58%;
  background: radial-gradient(circle, color-mix(in srgb, var(--page-accent) 22%, transparent), transparent 64%);
  content: "";
  pointer-events: none;
}

.visual-placeholder-canvas {
  position: absolute;
  inset: 18px;
}

.visual-placeholder-canvas > i {
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--page-accent) 70%, transparent), transparent);
  transform-origin: left center;
}

.visual-placeholder-canvas > i:nth-child(1) {
  top: 34%;
  left: 10%;
  width: 72%;
  transform: rotate(7deg);
}

.visual-placeholder-canvas > i:nth-child(2) {
  top: 62%;
  left: 11%;
  width: 68%;
  transform: rotate(-9deg);
}

.visual-placeholder-canvas > i:nth-child(3) {
  top: 50%;
  left: 28%;
  width: 50%;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--page-secondary) 70%, transparent), transparent);
  transform: rotate(34deg);
}

.visual-placeholder-nodes {
  position: absolute;
  inset: 0;
}

.visual-placeholder-nodes span {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 92px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--page-accent) 28%, transparent);
  background: rgba(255, 255, 255, 0.72);
  color: #17313d;
  font-size: 0.86rem;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 10px 28px rgba(6, 19, 29, 0.07);
}

.visual-placeholder-nodes span:nth-child(1) {
  top: 10%;
  left: 2%;
}

.visual-placeholder-nodes span:nth-child(2) {
  top: 44%;
  left: 26%;
}

.visual-placeholder-nodes span:nth-child(3) {
  top: 18%;
  right: 2%;
}

.visual-placeholder-nodes span:nth-child(4) {
  right: 10%;
  bottom: 8%;
}

.visual-placeholder-nodes span:nth-child(5) {
  bottom: 12%;
  left: 8%;
}

.visual-placeholder--loop .visual-placeholder-canvas > i:nth-child(1) {
  top: 50%;
  left: 16%;
  width: 68%;
  border: 1px solid color-mix(in srgb, var(--page-accent) 46%, transparent);
  border-radius: 999px;
  background: transparent;
  height: 54%;
  transform: translateY(-50%);
}

.visual-placeholder--loop .visual-placeholder-canvas > i:nth-child(2),
.visual-placeholder--loop .visual-placeholder-canvas > i:nth-child(3) {
  display: none;
}

.visual-placeholder--timeline .visual-placeholder-canvas > i:nth-child(1),
.visual-placeholder--steps .visual-placeholder-canvas > i:nth-child(1) {
  top: 52%;
  left: 8%;
  width: 82%;
  transform: none;
}

.visual-placeholder--timeline .visual-placeholder-canvas > i:nth-child(2),
.visual-placeholder--timeline .visual-placeholder-canvas > i:nth-child(3),
.visual-placeholder--steps .visual-placeholder-canvas > i:nth-child(2),
.visual-placeholder--steps .visual-placeholder-canvas > i:nth-child(3) {
  display: none;
}

.visual-placeholder--matrix .visual-placeholder-canvas {
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), color-mix(in srgb, var(--page-accent) 26%, transparent) calc(50% - 1px), color-mix(in srgb, var(--page-accent) 26%, transparent) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(transparent calc(50% - 1px), color-mix(in srgb, var(--page-accent) 26%, transparent) calc(50% - 1px), color-mix(in srgb, var(--page-accent) 26%, transparent) calc(50% + 1px), transparent calc(50% + 1px));
}

.visual-placeholder--matrix .visual-placeholder-canvas > i,
.visual-placeholder--tree .visual-placeholder-canvas > i:nth-child(3) {
  display: none;
}

.visual-placeholder--architecture .visual-placeholder-nodes span,
.visual-placeholder--boundary .visual-placeholder-nodes span {
  border-color: color-mix(in srgb, var(--page-secondary) 42%, transparent);
}

.visual-placeholder--boundary .visual-placeholder-canvas {
  border: 1px dashed rgba(255, 88, 63, 0.42);
}

.visual-placeholder--funnel .visual-placeholder-nodes span:nth-child(1) {
  width: 42%;
}

.visual-placeholder--funnel .visual-placeholder-nodes span:nth-child(2) {
  width: 34%;
}

.visual-placeholder--funnel .visual-placeholder-nodes span:nth-child(3),
.visual-placeholder--funnel .visual-placeholder-nodes span:nth-child(4) {
  width: 26%;
}

.visual-placeholder--map .visual-placeholder-canvas > i:nth-child(2) {
  transform: rotate(18deg);
}

.content-visual-copy {
  display: grid;
  gap: 12px;
}

.content-visual-copy h3 {
  color: var(--graphite);
}

.content-visual-copy p {
  color: var(--steel);
}

.content-visual-copy code {
  display: block;
  overflow-wrap: anywhere;
  color: #35616a;
  font-family: "Blinker Local", "Segoe UI", sans-serif;
  font-size: 0.82rem;
}

.service-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto clamp(64px, 8vw, 110px);
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid #cbd9d7;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 247, 0.94) 50%, color-mix(in srgb, var(--page-accent) 13%, rgba(224, 239, 237, 0.84)) 100%),
    #f8faf7;
  box-shadow: 0 26px 70px rgba(6, 19, 29, 0.12);
}

.service-cta-copy {
  display: grid;
  justify-items: start;
  gap: 20px;
}

.service-cta-copy .eyebrow {
  margin-bottom: 0;
}

.service-cta-copy h2 {
  max-width: 880px;
  color: var(--graphite);
}

.service-cta-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--steel);
  font-size: clamp(1.08rem, 1.45vw, 1.22rem);
}

.service-cta-copy .button-primary {
  background: var(--graphite);
  color: var(--white);
  box-shadow: none;
}

.service-cta-copy .button-primary:hover {
  background: #0d2634;
  border-color: color-mix(in srgb, var(--page-accent) 48%, transparent);
}

.service-cta-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 330px;
  border: 1px solid rgba(8, 167, 173, 0.18);
  background:
    linear-gradient(90deg, rgba(68, 223, 213, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(68, 223, 213, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 78% 16%, color-mix(in srgb, var(--page-accent) 26%, transparent), transparent 32%),
    linear-gradient(145deg, #071925, #041019);
  background-size: 34px 34px, 34px 34px, auto, auto;
  color: var(--white);
}

.service-cta-visual::after {
  position: absolute;
  right: -20%;
  bottom: -35%;
  width: 72%;
  height: 70%;
  background: radial-gradient(circle, color-mix(in srgb, var(--page-accent) 20%, transparent), transparent 64%);
  content: "";
  pointer-events: none;
}

.service-cta-visual-head {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 24px 24px 0;
}

.service-cta-visual-head span {
  color: rgba(255, 255, 255, 0.92);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: clamp(1.42rem, 2vw, 1.95rem);
  font-weight: 600;
  line-height: 0.98;
  text-transform: uppercase;
}

.service-cta-visual-head small {
  color: rgba(235, 255, 253, 0.58);
  font-size: 0.78rem;
  line-height: 1.2;
}

.service-cta-canvas {
  position: absolute;
  inset: 104px 22px 22px;
  z-index: 2;
}

.service-cta-canvas > i {
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--page-accent) 76%, transparent), transparent);
  transform-origin: left center;
}

.service-cta-canvas > i:nth-child(1) {
  top: 24%;
  left: 4%;
  width: 84%;
  transform: rotate(8deg);
}

.service-cta-canvas > i:nth-child(2) {
  top: 56%;
  left: 8%;
  width: 78%;
  transform: rotate(-9deg);
}

.service-cta-canvas > i:nth-child(3) {
  top: 42%;
  left: 23%;
  width: 60%;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--page-secondary) 76%, transparent), transparent);
  transform: rotate(29deg);
}

.service-cta-canvas div {
  position: absolute;
  inset: 0;
}

.service-cta-canvas span {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 106px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--page-accent) 28%, transparent);
  background: rgba(255, 255, 255, 0.075);
  color: rgba(235, 255, 253, 0.82);
  font-size: 0.86rem;
  line-height: 1.1;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.service-cta-canvas span:nth-child(1) {
  top: 4%;
  left: 0;
}

.service-cta-canvas span:nth-child(2) {
  top: 36%;
  left: 28%;
}

.service-cta-canvas span:nth-child(3) {
  top: 10%;
  right: 0;
}

.service-cta-canvas span:nth-child(4) {
  right: 8%;
  bottom: 0;
}

.service-cta-visual figcaption {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.harbor-site .contact-form {
  border-color: #bdcfcc;
  background:
    linear-gradient(145deg, rgba(8, 167, 173, 0.06), transparent 56%),
    #f6f8f4;
}

.harbor-site input:focus,
.harbor-site select:focus,
.harbor-site textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(8, 167, 173, 0.15);
}

@media (max-width: 960px) {
  .harbor-site {
    overflow-x: hidden;
  }

  .harbor-site .site-nav {
    border-bottom-color: rgba(68, 223, 213, 0.16);
    background: rgba(4, 16, 26, 0.98);
  }

  .harbor-site .nav-menu {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .harbor-site .nav-menu a {
    color: rgba(235, 255, 253, 0.72);
  }

  .harbor-site .nav-menu a:hover,
  .harbor-site .nav-menu a.is-active {
    background: transparent;
    color: var(--white);
  }

  .harbor-site .nav-mega {
    background: transparent;
  }

  .harbor-site .nav-mega-column {
    border-top-color: rgba(68, 223, 213, 0.14);
  }

  .harbor-site .nav-mega-title {
    color: var(--aqua);
  }

  .harbor-site .nav-mega-item {
    border-color: rgba(68, 223, 213, 0.14);
    border-left-color: rgba(68, 223, 213, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(235, 255, 253, 0.72);
  }

  .harbor-site .nav-mega-item:hover,
  .harbor-site .nav-mega-item:focus {
    border-color: rgba(255, 88, 63, 0.32);
    border-left-color: var(--red);
    background: rgba(255, 88, 63, 0.08);
    color: var(--white);
  }

  .harbor-site .nav-mega-item.is-active,
  .harbor-site .nav-mega-item[aria-current="page"] {
    border-color: rgba(255, 88, 63, 0.42);
    border-left-color: var(--red);
    background: rgba(255, 88, 63, 0.12);
    color: var(--white);
  }

  .harbor-site .nav-mega-desc {
    color: rgba(235, 255, 253, 0.58);
  }

  .harbor-site .nav-mega-badge {
    border-color: rgba(68, 223, 213, 0.24);
    background: rgba(68, 223, 213, 0.09);
    color: var(--aqua);
  }

  .harbor-site .nav-mega-cta {
    border-color: rgba(68, 223, 213, 0.2);
    background: rgba(255, 255, 255, 0.05);
  }

  .harbor-site .nav-mega-cta span {
    color: var(--white);
  }

  .harbor-site .nav-mega-cta p {
    color: rgba(235, 255, 253, 0.64);
  }

  .harbor-site .nav-mega-cta-link {
    color: var(--white);
  }

  .harbor-site .nav-toggle {
    border-color: rgba(68, 223, 213, 0.28);
    background: rgba(255, 255, 255, 0.04);
  }

  .harbor-site .nav-toggle span {
    background: var(--white);
  }

  .service-detail-page .page-intro-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .service-detail-page .hero-copy {
    max-width: 760px;
  }

  .hero-visual-stage {
    min-height: 360px;
  }

  .hero-visual-map {
    inset: 104px 24px 78px;
  }

  .content-visual-grid {
    grid-template-columns: 1fr;
  }

  .content-visual-card.is-featured {
    grid-row: auto;
  }

  .service-cta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-cta-visual {
    min-height: 320px;
  }
}

@media (max-width: 780px) {
  .harbor-site .site-nav {
    border-bottom-color: rgba(68, 223, 213, 0.16);
    background: rgba(4, 16, 26, 0.98);
  }

  .harbor-site .nav-mega {
    background: transparent;
  }

  .harbor-site .nav-mega-title {
    border-bottom-color: rgba(68, 223, 213, 0.18);
    color: var(--aqua);
  }

  .harbor-site .nav-mega-item {
    border-color: rgba(68, 223, 213, 0.14);
    border-left-color: rgba(68, 223, 213, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(235, 255, 253, 0.72);
  }

  .harbor-site .nav-mega-item:hover,
  .harbor-site .nav-mega-item:focus {
    border-color: rgba(255, 88, 63, 0.32);
    border-left-color: var(--red);
    background: rgba(255, 88, 63, 0.08);
    color: var(--white);
  }

  .harbor-site .nav-mega-item.is-active,
  .harbor-site .nav-mega-item[aria-current="page"] {
    border-color: rgba(255, 88, 63, 0.42);
    border-left-color: var(--red);
    background: rgba(255, 88, 63, 0.12);
    color: var(--white);
  }

  .harbor-site .nav-mega-desc {
    color: rgba(235, 255, 253, 0.58);
  }

  .harbor-site .nav-mega-badge {
    border-color: rgba(68, 223, 213, 0.24);
    background: rgba(68, 223, 213, 0.09);
    color: var(--aqua);
  }

  .harbor-site .nav-mega-cta {
    border-color: rgba(68, 223, 213, 0.2);
    background: rgba(255, 255, 255, 0.05);
  }

  .harbor-site .nav-mega-cta span {
    color: var(--white);
  }

  .harbor-site .nav-mega-cta p {
    color: rgba(235, 255, 253, 0.64);
  }

  .harbor-site .nav-mega-cta-link {
    color: var(--white);
  }

  .harbor-site .nav-mega-column + .nav-mega-column {
    border-left-color: transparent;
  }

  .harbor-site .nav-toggle {
    border-color: rgba(68, 223, 213, 0.28);
    background: rgba(255, 255, 255, 0.04);
  }

  .harbor-site .nav-toggle span {
    background: var(--white);
  }

  .harbor-home-hero {
    min-height: 88svh;
  }

  .harbor-stage {
    background-position: 68% center;
  }

  .harbor-stage canvas {
    display: none;
  }

  .harbor-home-hero .hero-content {
    width: calc(100% - 32px);
    padding-top: 68px;
    padding-bottom: 0;
  }

  .harbor-home-hero h1 {
    font-size: clamp(3.15rem, 14.5vw, 4.5rem);
  }

  .harbor-home-hero .hero-lead {
    max-width: 92%;
  }

  .page-intro {
    padding: 104px 18px 38px;
  }

  .page-intro h1 {
    font-size: clamp(3rem, 13vw, 4.1rem);
  }

  .service-detail-page .page-intro-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .content-visual-grid {
    grid-template-columns: 1fr;
  }

  .service-cta {
    grid-template-columns: 1fr;
  }

  .content-visual-card.is-featured {
    grid-row: auto;
  }

  .is-featured .visual-placeholder {
    min-height: 300px;
  }

  .hero-visual-stage {
    min-height: 320px;
  }

  .hero-visual-title {
    top: 22px;
    left: 22px;
  }

  .hero-visual-map {
    inset: 94px 18px 72px;
  }

  .hero-node {
    min-height: 46px;
    padding: 11px 12px;
    font-size: 0.82rem;
  }

  .hero-visual-chips {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
}

@media (max-width: 640px) {
  .hero-visual-stage {
    min-height: 315px;
  }

  .hero-visual-title {
    top: 20px;
    left: 20px;
    max-width: min(78%, 310px);
  }

  .hero-visual-title strong {
    font-size: clamp(1.45rem, 8vw, 2.1rem);
  }

  .hero-visual-map {
    inset: 92px 16px 70px;
  }

  .hero-node {
    max-width: 44%;
    min-height: 42px;
    padding: 9px 10px;
    font-size: 0.78rem;
  }

  .hero-visual-chips {
    gap: 8px;
  }

  .visual-placeholder-canvas {
    inset: 16px;
  }

  .visual-placeholder-nodes span {
    max-width: 44%;
    min-width: 78px;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  .service-cta-canvas span {
    max-width: 46%;
    min-width: 84px;
  }
}

@media (max-width: 430px) {
  .harbor-home-hero h1,
  .page-intro h1 {
    font-size: 3.15rem;
  }

  .harbor-home-hero .hero-points {
    display: none;
  }

  .hero-visual-stage {
    min-height: 280px;
  }

  .hero-visual-chips span {
    min-height: 27px;
    font-size: 0.76rem;
  }

  .content-visual-card {
    min-height: auto;
  }

  .visual-placeholder,
  .is-featured .visual-placeholder {
    min-height: 260px;
  }

  .content-visual-meta {
    display: grid;
  }

  .content-visual-meta small {
    max-width: none;
    text-align: left;
  }

  .visual-placeholder-nodes span {
    min-width: 76px;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  .service-cta {
    width: calc(100% - 32px);
    padding: 28px 22px;
  }

  .service-cta-visual {
    min-height: 292px;
  }

  .service-cta-canvas {
    inset: 96px 18px 18px;
  }

  .service-cta-canvas span {
    min-width: 82px;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.76rem;
  }
}

/* Readability refresh: keep the Shinetech look, but make pages easier to scan. */
.harbor-site {
  color: var(--ink);
}

.harbor-site h1,
.harbor-site h2,
.harbor-site h3 {
  text-transform: none;
}

.harbor-site h1 {
  max-width: 980px;
  font-size: clamp(2.75rem, 5.6vw, 5rem);
  line-height: 1.02;
}

.harbor-site h2 {
  max-width: 900px;
  font-size: clamp(2rem, 3.7vw, 3.65rem);
  line-height: 1.08;
}

.harbor-site h3 {
  font-size: clamp(1.22rem, 1.8vw, 1.7rem);
  line-height: 1.14;
}

.harbor-site .site-nav > a,
.harbor-site .nav-dropdown > a,
.harbor-site .button,
.harbor-site .nav-mega-title,
.harbor-site .nav-mega-label,
.harbor-site .nav-mega-cta span,
.harbor-site .nav-mega-cta-link,
.harbor-site .text-link,
.harbor-site .latest-post-item strong,
.harbor-site .category-header a,
.harbor-site .pager-link span {
  text-transform: none;
}

.harbor-site .site-nav > a,
.harbor-site .nav-dropdown > a {
  font-size: 0.98rem;
  line-height: 1.1;
}

.harbor-home-hero {
  min-height: clamp(540px, calc(100svh - 150px), 820px);
}

.harbor-home-hero .hero-content {
  width: min(720px, calc(100% - 36px));
}

.harbor-home-hero h1 {
  max-width: 720px;
  font-size: clamp(2.9rem, 5.1vw, 5.15rem);
  line-height: 1.02;
}

.harbor-home-hero .hero-lead,
.page-intro .hero-lead,
.harbor-site .section-head p:not(.eyebrow),
.harbor-site .split-copy p:not(.eyebrow),
.harbor-site .rich-copy,
.harbor-site .contact-copy p:not(.eyebrow) {
  max-width: 760px;
  font-size: clamp(1.04rem, 1.45vw, 1.22rem);
  line-height: 1.62;
}

.harbor-site .page-intro {
  padding-top: clamp(112px, 10vw, 150px);
  padding-bottom: clamp(42px, 6vw, 72px);
}

.harbor-site .page-intro h1 {
  max-width: 1040px;
  font-size: clamp(2.55rem, 5vw, 4.7rem);
  line-height: 1.05;
}

.harbor-site .section {
  padding-top: clamp(62px, 8vw, 108px);
  padding-bottom: clamp(62px, 8vw, 108px);
}

.harbor-site .section-head {
  margin-bottom: clamp(28px, 4vw, 42px);
}

.harbor-site .service-card,
.harbor-site .value-card,
.harbor-site .process-step,
.harbor-site .industry-stat,
.harbor-site .industry-directory-card,
.harbor-site .insight-card,
.harbor-site .image-card,
.harbor-site .article-content,
.harbor-site .article-toc {
  box-shadow: 0 14px 34px rgba(6, 19, 29, 0.06);
}

.harbor-site .service-card,
.harbor-site .value-card,
.harbor-site .process-step {
  min-height: 220px;
  padding: clamp(22px, 2.6vw, 28px);
}

.harbor-site .service-card {
  gap: 18px;
}

.harbor-site .service-card:hover,
.harbor-site .value-card:hover {
  box-shadow: 0 18px 42px rgba(6, 19, 29, 0.09);
  transform: translateY(-2px);
}

.harbor-site .section-deep {
  background:
    linear-gradient(90deg, rgba(8, 167, 173, 0.08), transparent 58%),
    #edf5f3;
  color: var(--ink);
}

.harbor-site .section-deep .section-head p:not(.eyebrow),
.harbor-site .section-deep .process-step p {
  color: var(--steel);
}

.harbor-site .section-deep .process-step {
  border-color: #cbd9d7;
  background: rgba(255, 255, 255, 0.72);
}

.harbor-site .section-deep .process-step h3,
.harbor-site .section-deep .timeline-item h3 {
  color: var(--graphite);
}

.harbor-site .section-deep .timeline-item {
  border-color: #cbd9d7;
  background: rgba(255, 255, 255, 0.72);
}

.harbor-site .section-deep .timeline-item p {
  color: var(--steel);
}

.harbor-site .section-deep .timeline-item span {
  color: var(--red);
}

.harbor-site .process-step span {
  margin-bottom: 22px;
}

.harbor-site .cta-band {
  gap: 18px;
  margin-bottom: clamp(52px, 7vw, 84px);
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(255, 88, 63, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 88, 63, 0.07), rgba(8, 167, 173, 0.06)),
    rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(6, 19, 29, 0.06);
}

.harbor-site .cta-band .eyebrow {
  color: var(--red);
}

.harbor-site .cta-band .button-primary {
  background: var(--red);
  color: var(--white);
}

.harbor-site .nav-mega {
  height: min(470px, calc(100svh - 78px));
  background:
    linear-gradient(90deg, rgba(8, 167, 173, 0.075), transparent 56%),
    rgba(250, 252, 248, 0.985);
}

.harbor-site .site-header.is-scrolled .nav-mega {
  height: min(470px, calc(100svh - 66px));
}

.harbor-site .nav-mega-inner,
.harbor-site .nav-mega-industries .nav-mega-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 56px));
  gap: clamp(16px, 2vw, 26px);
}

.harbor-site .nav-mega-title {
  font-size: 1rem;
  line-height: 1.15;
}

.harbor-site .nav-mega-label {
  font-size: 0.96rem;
  line-height: 1.2;
}

.harbor-site .nav-mega-desc {
  font-size: 0.82rem;
  line-height: 1.35;
}

.harbor-site .nav-mega-item,
.harbor-site .nav-mega-industries .nav-mega-item {
  min-height: 72px;
}

.harbor-site .nav-mega-cta span {
  font-size: 1rem;
  line-height: 1.15;
}

.harbor-site .insights-lead-story h1,
.harbor-site .insight-feature h2,
.harbor-site .category-header h2,
.harbor-site .article-hero h1 {
  line-height: 1.06;
}

.harbor-site .insights-lead-story h1 {
  font-size: clamp(2rem, 3.1vw, 3.25rem);
}

.harbor-site .insight-feature h2 {
  font-size: clamp(2rem, 3.8vw, 3.55rem);
}

.harbor-site .category-header h2 {
  font-size: clamp(2rem, 3.7vw, 3.4rem);
}

.harbor-site .article-hero h1 {
  max-width: 980px;
  font-size: clamp(2.25rem, 3.8vw, 3.75rem);
}

.harbor-site .category-story-media {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.harbor-site .category-story-media img {
  max-height: 100%;
}

.harbor-site .image-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.harbor-site .image-card.contain-image img {
  object-fit: contain;
  padding: clamp(12px, 1.6vw, 20px);
}

.harbor-site .article-figure img {
  padding: clamp(8px, 1.4vw, 16px);
}

@media (max-width: 960px) {
  .harbor-site .nav-mega,
  .harbor-site .site-header.is-scrolled .nav-mega {
    height: auto;
  }

  .harbor-site .nav-mega-inner,
  .harbor-site .nav-mega-industries .nav-mega-inner {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .harbor-site h1,
  .harbor-site .page-intro h1,
  .harbor-home-hero h1 {
    font-size: clamp(2.45rem, 10vw, 3.75rem);
  }

  .harbor-site h2,
  .harbor-site .insight-feature h2,
  .harbor-site .category-header h2 {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }
}

@media (max-width: 430px) {
  .harbor-site h1,
  .harbor-site .page-intro h1,
  .harbor-home-hero h1 {
    font-size: 2.55rem;
  }

  .harbor-site h2 {
    font-size: 1.95rem;
  }
}

/* Follow-up fixes: no page grids, fuller menus, clean insight media, smaller article headings. */
.harbor-site {
  background: var(--paper);
  background-image: none;
}

.harbor-site .hero-grid {
  display: none;
  background-image: none;
}

.harbor-site .page-intro {
  background:
    linear-gradient(135deg, rgba(8, 167, 173, 0.2), rgba(255, 88, 63, 0.08)),
    #06131d;
  background-size: auto;
}

.harbor-site .article-shell,
.harbor-site .article-page,
.harbor-site .article-main,
.harbor-site .article-body,
.harbor-site .article-content,
.harbor-site .insights-overview-section,
.harbor-site .insights-page,
.harbor-site .insight-feature-section,
.harbor-site .insight-category-section,
.harbor-site .service-detail-page,
.harbor-site .services-overview-page,
.harbor-site .section,
.harbor-site .section-light,
.harbor-site .insight-section,
.harbor-site .values-section,
.harbor-site .contact-proof {
  background: var(--paper);
  background-image: none;
  background-size: auto;
}

.harbor-site .section-light,
.harbor-site .contact-section {
  background: var(--white);
}

.harbor-site .article-content,
.harbor-site .article-toc {
  background: var(--white);
  background-image: none;
}

.harbor-site .section-deep {
  background:
    linear-gradient(135deg, rgba(8, 167, 173, 0.08), rgba(255, 88, 63, 0.035)),
    #edf5f3;
  background-size: auto;
}

.harbor-site .nav-mega,
.harbor-site .site-header.is-scrolled .nav-mega {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

.harbor-site .nav-mega-inner,
.harbor-site .nav-mega-industries .nav-mega-inner {
  min-height: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.harbor-site .nav-mega-column,
.harbor-site .nav-mega-panel {
  gap: 6px;
}

.harbor-site .nav-mega-title {
  margin-bottom: 2px;
  padding-bottom: 8px;
}

.harbor-site .nav-mega-item,
.harbor-site .nav-mega-industries .nav-mega-item {
  min-height: 56px;
  padding: 7px 10px;
}

.harbor-site .nav-mega-icon,
.harbor-site .nav-mega-industries .nav-mega-icon {
  width: 34px;
  height: 34px;
}

.harbor-site .nav-mega-copy {
  gap: 4px;
}

.harbor-site .nav-mega-desc {
  font-size: 0.78rem;
  line-height: 1.24;
}

.harbor-site .nav-mega-cta {
  margin-top: 6px;
  padding: 10px;
}

.harbor-site .article-content h2 {
  max-width: 760px;
  margin: 32px 0 12px;
  font-family: "Satoshi Local", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.65vw, 1.75rem);
  font-weight: 700;
  line-height: 1.28;
}

.harbor-site .article-content h3 {
  font-family: "Satoshi Local", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.3vw, 1.28rem);
  font-weight: 700;
  line-height: 1.28;
}

.harbor-site .category-story-media {
  aspect-ratio: 16 / 10;
  min-height: 0;
  padding: clamp(8px, 1.2vw, 14px);
  overflow: hidden;
}

.harbor-site .category-story-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.harbor-site .insights-lead-media img,
.harbor-site .insight-feature-media img,
.harbor-site .insight-card-media img,
.harbor-site .latest-post-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}

.harbor-site .latest-post-item img {
  aspect-ratio: 4 / 3;
  height: auto;
}

.harbor-site .hero-visual-stage {
  background:
    radial-gradient(circle at 78% 14%, color-mix(in srgb, var(--visual-accent) 22%, transparent), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(4, 16, 26, 0.62);
  background-size: auto;
}

.harbor-site .visual-placeholder {
  background:
    radial-gradient(circle at 70% 18%, color-mix(in srgb, var(--page-accent) 16%, transparent), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(229, 239, 237, 0.66));
  background-size: auto;
}

.harbor-site .service-cta-visual {
  background:
    radial-gradient(circle at 78% 16%, color-mix(in srgb, var(--page-accent) 24%, transparent), transparent 32%),
    linear-gradient(145deg, #071925, #041019);
  background-size: auto;
}

@media (max-width: 960px) {
  .harbor-site .nav-mega,
  .harbor-site .site-header.is-scrolled .nav-mega {
    max-height: none;
    overflow: visible;
  }
}

/* Restore the original Shinetech-style typography after review. */
.harbor-site {
  font-family: "Blinker Local", "Segoe UI", sans-serif;
  font-weight: 300;
}

.harbor-site h1,
.harbor-site h2,
.harbor-site h3,
.harbor-site .article-hero h1,
.harbor-site .insights-lead-story h1,
.harbor-site .insight-feature h2,
.harbor-site .category-header h2,
.harbor-site .category-story h3,
.harbor-site .latest-post-item strong,
.harbor-site .article-content h2,
.harbor-site .article-content h3,
.harbor-site .button,
.harbor-site .eyebrow {
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.harbor-site .site-nav > a,
.harbor-site .nav-dropdown > a,
.harbor-site .nav-mega-title,
.harbor-site .nav-mega-label,
.harbor-site .nav-mega-cta span,
.harbor-site .nav-mega-cta-link {
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-weight: 600;
}

.harbor-site .site-nav > a,
.harbor-site .nav-dropdown > a {
  font-size: 1.08rem;
  text-transform: none;
}

.harbor-site .nav-mega-title {
  font-size: 1rem;
  text-transform: none;
}

.harbor-site .nav-mega-label {
  font-size: 0.96rem;
  text-transform: none;
}

.harbor-site .nav-mega-desc,
.harbor-site .nav-mega-cta p {
  font-family: "Blinker Local", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  font-weight: 300;
}

.harbor-site .category-header h2 {
  text-transform: none;
}

.harbor-site .category-header a,
.harbor-site .latest-post-item span {
  text-transform: none;
}

.harbor-site .category-story h3,
.harbor-site .latest-post-item strong {
  text-transform: none;
}

.harbor-site .site-nav > a[href$="index.html"]:first-child {
  display: none;
}

.harbor-site .nav-mega-item,
.harbor-site .nav-mega-industries .nav-mega-item {
  min-height: 62px;
}

.harbor-site .article-hero {
  text-align: left;
}

.harbor-site .article-hero h1 {
  max-width: 900px;
  margin-left: 0;
  font-size: clamp(2.05rem, 3.3vw, 3.35rem);
  line-height: 1.06;
}

.harbor-site .article-hero p {
  margin-left: 0;
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.harbor-site.article-page .article-content h2 {
  max-width: 780px;
  margin: 30px 0 12px;
  font-size: clamp(1.38rem, 1.75vw, 1.9rem);
  line-height: 1.18;
}

.harbor-site .insights-lead-story h1 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
}

.harbor-site .category-story h3 {
  font-size: clamp(1.32rem, 2vw, 1.78rem);
  line-height: 1.08;
}

.harbor-site .category-story-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(300px, 22vw, 360px);
  aspect-ratio: auto;
}

.harbor-site .category-story-media img,
.harbor-site .insights-lead-media img,
.harbor-site .insight-feature-media img,
.harbor-site .insight-card-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.harbor-site .latest-post-item img {
  width: 106px;
  height: 74px;
  object-fit: contain;
}

.harbor-site h1,
.harbor-site h2,
.harbor-site h3,
.harbor-site .article-hero h1,
.harbor-site .insights-lead-story h1,
.harbor-site .insight-feature h2,
.harbor-site .category-header h2,
.harbor-site .category-story h3,
.harbor-site .latest-post-item strong,
.harbor-site .article-content h2,
.harbor-site .article-content h3 {
  text-transform: none;
}

/* Home cleanup: keep the page calm and let content define the sections. */
.harbor-site.home-page {
  background: var(--paper);
}

.harbor-site.home-page .signal-band {
  border-bottom: 1px solid rgba(203, 217, 215, 0.72);
  background: var(--white);
}

.harbor-site.home-page .section,
.harbor-site.home-page .section-light,
.harbor-site.home-page .insight-section,
.harbor-site.home-page .section-deep {
  background: var(--paper);
  background-image: none;
  color: var(--ink);
}

.harbor-site.home-page .section + .section {
  border-top: 1px solid rgba(203, 217, 215, 0.62);
}

.harbor-site.home-page .section-head p:not(.eyebrow),
.harbor-site.home-page .section-deep .section-head p:not(.eyebrow),
.harbor-site.home-page .section-deep .process-step p {
  color: var(--steel);
}

.harbor-site.home-page .section-deep .process-step,
.harbor-site.home-page .service-card,
.harbor-site.home-page .image-card {
  border-color: rgba(203, 217, 215, 0.92);
  background: var(--white);
}

.harbor-site.home-page .section-deep .process-step h3 {
  color: var(--graphite);
}

.harbor-site.home-page .section-deep .process-step span {
  color: var(--red);
}

.harbor-site.home-page .cta-band {
  border: 1px solid rgba(203, 217, 215, 0.92);
  background:
    linear-gradient(135deg, rgba(255, 88, 63, 0.055), rgba(8, 167, 173, 0.04)),
    var(--white);
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(6, 19, 29, 0.08);
}

.harbor-site.home-page .cta-band .eyebrow {
  color: var(--red);
}

.harbor-site.home-page .cta-band .button-primary {
  background: var(--red);
  color: var(--white);
}

.harbor-site.home-page .selected-work-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  width: min(var(--max), 100%);
  margin: 0 auto;
  gap: clamp(18px, 3vw, 34px);
}

.harbor-site.home-page .selected-work-feature,
.harbor-site.home-page .selected-work-small {
  overflow: hidden;
  border: 1px solid rgba(203, 217, 215, 0.92);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(6, 19, 29, 0.08);
}

.harbor-site.home-page .selected-work-feature {
  display: grid;
  grid-template-rows: minmax(340px, 0.95fr) auto;
}

.harbor-site.home-page .selected-work-feature img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: contain;
  padding: clamp(18px, 2.4vw, 34px);
  background: #f7fbfa;
}

.harbor-site.home-page .selected-work-feature div {
  padding: clamp(24px, 3vw, 34px);
}

.harbor-site.home-page .selected-work-feature h3 {
  max-width: 620px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.harbor-site.home-page .selected-work-feature p:not(.eyebrow),
.harbor-site.home-page .selected-work-small p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--steel);
}

.harbor-site.home-page .selected-work-stack {
  display: grid;
  gap: clamp(18px, 2vw, 24px);
}

.harbor-site.home-page .selected-work-small {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
  min-height: 260px;
}

.harbor-site.home-page .selected-work-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.harbor-site.home-page .selected-work-small div {
  display: grid;
  align-content: center;
  padding: clamp(18px, 2.2vw, 28px);
}

.harbor-site.home-page .selected-work-small h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.05;
}

.harbor-site.home-page .editorial-section {
  overflow: hidden;
}

.harbor-site.home-page .editorial-head {
  display: flex;
  width: min(var(--max), 100%);
  margin: 0 auto clamp(28px, 5vw, 54px);
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

.harbor-site.home-page .editorial-head h2 {
  max-width: 720px;
}

.harbor-site.home-page .editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--graphite);
  color: var(--graphite);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.harbor-site.home-page .editorial-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.harbor-site.home-page .editorial-arrow {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(203, 217, 215, 0.95);
  border-radius: 50%;
  background: var(--white);
  color: var(--red);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
}

.harbor-site.home-page .editorial-arrow:disabled {
  opacity: 0.36;
  cursor: default;
}

.harbor-site.home-page .editorial-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(var(--max), 100%);
  margin: 0 auto;
  gap: clamp(24px, 3vw, 42px);
}

.harbor-site.home-page .editorial-strip.is-scrollable {
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  grid-template-columns: none;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.harbor-site.home-page .editorial-strip.is-scrollable::-webkit-scrollbar {
  display: none;
}

.harbor-site.home-page .editorial-card {
  display: grid;
  align-content: start;
  gap: 18px;
  scroll-snap-align: start;
}

.harbor-site.home-page .editorial-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(6, 19, 29, 0.08);
}

.harbor-site.home-page .editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(12px, 1.7vw, 22px);
}

.harbor-site.home-page .editorial-card h3 {
  font-size: clamp(1.25rem, 1.9vw, 1.72rem);
  line-height: 1.08;
}

.harbor-site.home-page .editorial-card h3 a:hover,
.harbor-site.home-page .editorial-link:hover {
  color: var(--teal);
}

.harbor-site.home-page .editorial-card p {
  color: var(--steel);
  font-size: 1rem;
}

.harbor-site.home-page .home-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto clamp(64px, 8vw, 110px);
  overflow: hidden;
  background: #020608;
  color: var(--white);
}

.harbor-site.home-page .home-cta-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 22px;
  padding: clamp(42px, 7vw, 82px);
}

.harbor-site.home-page .home-cta-copy .eyebrow {
  color: var(--red);
}

.harbor-site.home-page .home-cta h2 {
  max-width: 640px;
  color: var(--white);
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 1.02;
}

.harbor-site.home-page .home-cta-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.6;
}

.harbor-site.home-page .home-cta .button-primary {
  background: var(--red);
  color: var(--white);
}

.harbor-site.home-page .home-cta-media {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  transform: skewX(-4deg);
  transform-origin: bottom left;
}

.harbor-site.home-page .home-cta-media img {
  width: 112%;
  height: 100%;
  object-fit: cover;
  transform: skewX(4deg) translateX(-5%);
}

@media (max-width: 960px) {
  .harbor-site.home-page .selected-work-layout,
  .harbor-site.home-page .editorial-strip {
    grid-template-columns: 1fr;
  }

  .harbor-site.home-page .selected-work-small {
    grid-template-columns: minmax(120px, 0.38fr) minmax(0, 0.62fr);
  }

  .harbor-site.home-page .editorial-head {
    display: grid;
    align-items: start;
  }

  .harbor-site.home-page .editorial-actions {
    flex-wrap: wrap;
  }

  .harbor-site.home-page .home-cta {
    grid-template-columns: 1fr;
  }

  .harbor-site.home-page .home-cta-media {
    min-height: 300px;
    transform: none;
  }

  .harbor-site.home-page .home-cta-media img {
    width: 100%;
    transform: none;
  }
}

@media (max-width: 640px) {
  .harbor-site.home-page .selected-work-feature {
    grid-template-rows: auto;
  }

  .harbor-site.home-page .selected-work-feature img {
    min-height: 0;
  }

  .harbor-site.home-page .selected-work-small {
    grid-template-columns: 1fr;
  }

  .harbor-site.home-page .selected-work-small img {
    aspect-ratio: 16 / 9;
  }
}

.harbor-site.home-page {
  background: var(--white);
  background-image: none;
}

.harbor-site.home-page .section,
.harbor-site.home-page .section-light,
.harbor-site.home-page .insight-section {
  background: var(--white);
  background-image: none;
}

.harbor-site.home-page .section-deep,
.harbor-site.home-page .editorial-section {
  background: #f7f9f6;
  background-image: none;
}

.harbor-site.home-page .section + .section {
  border-top: 0;
}

.harbor-site.home-page .home-service-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 9vw, 128px) 20px;
  background: #050c12;
  color: var(--white);
}

.harbor-site.home-page .home-service-backdrop {
  position: absolute;
  inset: 0;
}

.harbor-site.home-page .home-service-backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 9, 14, 0.86), rgba(3, 9, 14, 0.58) 46%, rgba(3, 9, 14, 0.36)),
    linear-gradient(180deg, rgba(3, 9, 14, 0.08), rgba(3, 9, 14, 0.44));
}

.harbor-site.home-page .home-service-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
  transform: scale(1.03);
}

.harbor-site.home-page .home-service-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  width: min(var(--max), 100%);
  margin: 0 auto;
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
}

.harbor-site.home-page .home-service-heading {
  max-width: 660px;
}

.harbor-site.home-page .home-service-heading .eyebrow {
  color: var(--aqua);
}

.harbor-site.home-page .home-service-heading h2 {
  color: var(--white);
  font-size: clamp(2.35rem, 5vw, 5.35rem);
  line-height: 0.98;
}

.harbor-site.home-page .home-service-heading p:not(.eyebrow) {
  max-width: 600px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.7;
}

.harbor-site.home-page .home-service-panel {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(25, 34, 43, 0.86);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
}

.harbor-site.home-page .home-service-item {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: clamp(18px, 2.2vw, 26px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.harbor-site.home-page .home-service-item:last-child {
  border-bottom: 0;
}

.harbor-site.home-page .home-service-item::after {
  position: absolute;
  top: 26px;
  right: 26px;
  content: "+";
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.6rem;
  line-height: 1;
}

.harbor-site.home-page .home-service-item.is-active::after {
  content: "-";
}

.harbor-site.home-page .home-service-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-weight: 700;
}

.harbor-site.home-page .home-service-item.is-active .home-service-icon {
  background: var(--red);
  color: var(--white);
}

.harbor-site.home-page .home-service-item h3 {
  max-width: calc(100% - 36px);
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.06;
}

.harbor-site.home-page .home-service-item p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  line-height: 1.55;
}

.harbor-site.home-page .service-grid {
  gap: clamp(18px, 2vw, 26px);
}

.harbor-site.home-page .home-cta {
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.76fr);
  margin: 0 auto clamp(46px, 6vw, 76px);
}

.harbor-site.home-page .home-cta-copy {
  gap: 16px;
  padding: clamp(30px, 4.5vw, 54px);
}

.harbor-site.home-page .home-cta h2 {
  max-width: 560px;
  font-size: clamp(1.75rem, 3vw, 2.95rem);
  line-height: 1.08;
}

.harbor-site.home-page .home-cta-copy p:not(.eyebrow) {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.55;
}

.harbor-site.home-page .home-cta-media {
  min-height: 280px;
  max-height: 340px;
}

@media (max-width: 960px) {
  .harbor-site.home-page .home-service-inner {
    grid-template-columns: 1fr;
  }

  .harbor-site.home-page .home-service-panel {
    max-width: 680px;
  }

  .harbor-site.home-page .home-cta-media {
    min-height: 240px;
    max-height: none;
  }
}

@media (max-width: 640px) {
  .harbor-site.home-page .home-service-showcase {
    padding: 64px 20px;
  }

  .harbor-site.home-page .home-service-item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .harbor-site.home-page .home-service-item::after {
    top: 22px;
    right: 18px;
  }

  .harbor-site.home-page .home-service-icon {
    width: 36px;
    height: 36px;
  }
}

/* Balance pass: keep the service section distinct from the dark hero, and make CTA full-width. */
.harbor-site.home-page .home-service-showcase {
  border-top: 1px solid rgba(203, 217, 215, 0.72);
  border-bottom: 1px solid rgba(203, 217, 215, 0.72);
  background: var(--white);
  color: var(--ink);
}

.harbor-site.home-page .home-service-showcase::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, var(--white) 0%, var(--white) 58%, rgba(237, 246, 244, 0.92) 58%, rgba(247, 249, 246, 0.98) 100%);
}

.harbor-site.home-page .home-service-backdrop {
  inset: 0 0 0 auto;
  width: min(47vw, 680px);
  opacity: 0.28;
}

.harbor-site.home-page .home-service-backdrop::after {
  background:
    linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0.3) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.64));
}

.harbor-site.home-page .home-service-backdrop img {
  filter: saturate(0.95) contrast(1.02);
}

.harbor-site.home-page .home-service-heading .eyebrow {
  color: var(--red);
}

.harbor-site.home-page .home-service-heading h2 {
  color: var(--graphite);
  font-size: clamp(2.15rem, 4.5vw, 4.65rem);
}

.harbor-site.home-page .home-service-heading p:not(.eyebrow) {
  color: var(--steel);
}

.harbor-site.home-page .home-service-panel {
  border: 1px solid rgba(203, 217, 215, 0.95);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 54px rgba(6, 19, 29, 0.1);
  backdrop-filter: blur(10px);
}

.harbor-site.home-page .home-service-item {
  border-bottom-color: rgba(203, 217, 215, 0.88);
}

.harbor-site.home-page .home-service-item::after {
  color: var(--graphite);
}

.harbor-site.home-page .home-service-icon {
  background: rgba(8, 167, 173, 0.1);
  color: var(--teal);
}

.harbor-site.home-page .home-service-item h3 {
  color: var(--graphite);
}

.harbor-site.home-page .home-service-item p {
  color: var(--steel);
}

.harbor-site.home-page .home-cta {
  grid-template-columns:
    minmax(20px, 1fr)
    minmax(0, 620px)
    minmax(340px, 520px)
    minmax(20px, 1fr);
  width: 100%;
  max-width: none;
  margin: 0;
  background: #020608;
}

.harbor-site.home-page .home-cta-copy {
  grid-column: 2;
  padding: clamp(34px, 5vw, 64px) clamp(20px, 3vw, 36px) clamp(34px, 5vw, 64px) 0;
}

.harbor-site.home-page .home-cta-media {
  grid-column: 3 / 5;
  min-height: 260px;
  max-height: 320px;
}

.harbor-site.home-page .home-cta-media img {
  object-position: center;
}

@media (max-width: 960px) {
  .harbor-site.home-page .home-service-showcase::before {
    background: var(--white);
  }

  .harbor-site.home-page .home-service-backdrop {
    width: 100%;
    opacity: 0.1;
  }

  .harbor-site.home-page .home-cta {
    grid-template-columns: minmax(20px, 1fr) minmax(0, var(--max)) minmax(20px, 1fr);
  }

  .harbor-site.home-page .home-cta-copy,
  .harbor-site.home-page .home-cta-media {
    grid-column: 2;
  }

  .harbor-site.home-page .home-cta-copy {
    padding: 42px 0 28px;
  }
}

/* Homepage structure pass: dark flow band, image-led focus area, shorter CTA banner. */
.harbor-site.home-page .partner-flow-section {
  position: relative;
  overflow: hidden;
  padding: clamp(46px, 5.4vw, 68px) 20px;
  background:
    linear-gradient(135deg, rgba(8, 167, 173, 0.16), transparent 42%),
    linear-gradient(90deg, #041019, #071925);
  color: var(--white);
}

.harbor-site.home-page .partner-flow-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.26;
}

.harbor-site.home-page .partner-flow-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.harbor-site.home-page .partner-flow-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: end;
  margin-bottom: clamp(22px, 3.4vw, 36px);
}

.harbor-site.home-page .partner-flow-head .eyebrow {
  color: var(--aqua);
}

.harbor-site.home-page .partner-flow-head h2 {
  max-width: 780px;
  color: var(--white);
  font-size: clamp(1.85rem, 3.3vw, 3.2rem);
}

.harbor-site.home-page .partner-flow-head p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.65;
}

.harbor-site.home-page .partner-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

.harbor-site.home-page .partner-flow-step {
  position: relative;
  min-height: 188px;
  padding: clamp(20px, 2.3vw, 28px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.harbor-site.home-page .partner-flow-step:last-child {
  border-right: 0;
}

.harbor-site.home-page .partner-flow-step:not(:last-child)::after {
  position: absolute;
  top: 26px;
  right: 22px;
  content: "->";
  color: var(--red);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-weight: 700;
}

.harbor-site.home-page .partner-flow-index {
  display: block;
  color: rgba(68, 223, 213, 0.72);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  font-weight: 700;
  line-height: 0.9;
}

.harbor-site.home-page .partner-flow-step small {
  display: inline-block;
  margin: 12px 0 10px;
  color: var(--red);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.harbor-site.home-page .partner-flow-step h3 {
  max-width: 320px;
  color: var(--white);
  font-size: clamp(1.18rem, 1.7vw, 1.52rem);
}

.harbor-site.home-page .partner-flow-step p {
  max-width: 330px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.94rem;
  line-height: 1.48;
}

.harbor-site.home-page .focus-split-section {
  background: var(--white);
}

.harbor-site.home-page .focus-split-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
  width: min(var(--max), 100%);
  margin: 0 auto;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.harbor-site.home-page .focus-split-media {
  position: relative;
  min-height: clamp(420px, 38vw, 560px);
  margin: 0;
  overflow: hidden;
}

.harbor-site.home-page .focus-split-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(4, 16, 26, 0.18));
}

.harbor-site.home-page .focus-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.harbor-site.home-page .focus-split-copy h2 {
  max-width: 720px;
}

.harbor-site.home-page .focus-split-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  color: var(--steel);
  font-size: clamp(1.04rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.harbor-site.home-page .focus-list {
  display: grid;
  margin-top: clamp(28px, 4vw, 44px);
  border-top: 1px solid rgba(203, 217, 215, 0.92);
}

.harbor-site.home-page .focus-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  padding: clamp(22px, 2.6vw, 30px) 0;
  border-bottom: 1px solid rgba(203, 217, 215, 0.92);
}

.harbor-site.home-page .focus-item span {
  color: var(--red);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.harbor-site.home-page .focus-item h3 {
  font-size: clamp(1.42rem, 2vw, 1.95rem);
}

.harbor-site.home-page .focus-item p {
  max-width: 600px;
  margin-top: 8px;
  color: var(--steel);
  line-height: 1.55;
}

.harbor-site.home-page .home-cta {
  grid-template-columns:
    minmax(20px, 1fr)
    minmax(0, 680px)
    minmax(300px, 500px)
    minmax(20px, 1fr);
  min-height: 0;
}

.harbor-site.home-page .home-cta-copy {
  gap: 10px;
  padding: 20px clamp(18px, 2.5vw, 30px) 20px 0;
}

.harbor-site.home-page .home-cta-copy .eyebrow {
  display: none;
}

.harbor-site.home-page .home-cta h2 {
  max-width: 620px;
  font-size: clamp(1.4rem, 2vw, 2.05rem);
  line-height: 1.05;
}

.harbor-site.home-page .home-cta-copy p:not(.eyebrow) {
  max-width: 600px;
  font-size: 0.9rem;
  line-height: 1.38;
}

.harbor-site.home-page .home-cta .button {
  min-height: 40px;
  padding: 10px 18px;
}

.harbor-site.home-page .home-cta-media {
  min-height: 168px;
  max-height: 190px;
}

@media (max-width: 960px) {
  .harbor-site.home-page .partner-flow-head,
  .harbor-site.home-page .partner-flow-steps,
  .harbor-site.home-page .focus-split-layout {
    grid-template-columns: 1fr;
  }

  .harbor-site.home-page .partner-flow-step {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .harbor-site.home-page .partner-flow-step:last-child {
    border-bottom: 0;
  }

  .harbor-site.home-page .partner-flow-step:not(:last-child)::after {
    content: "";
  }

  .harbor-site.home-page .focus-split-media {
    min-height: 340px;
  }

  .harbor-site.home-page .home-cta-copy {
    padding: 28px 0 20px;
  }

  .harbor-site.home-page .home-cta-media {
    min-height: 170px;
    max-height: none;
  }
}

@media (max-width: 640px) {
  .harbor-site.home-page .partner-flow-section {
    padding: 48px 20px;
  }

  .harbor-site.home-page .focus-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }
}

/* Homepage refinement: richer middle sections and white insights area. */
.harbor-site.home-page .editorial-section {
  background: var(--white);
}

.harbor-site.home-page .client-situations-section {
  background: var(--white);
}

.harbor-site.home-page .client-situations-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 0.86fr);
  width: min(var(--max), 100%);
  margin: 0 auto;
  gap: clamp(36px, 6vw, 84px);
  align-items: start;
}

.harbor-site.home-page .client-situations-intro {
  position: sticky;
  top: 112px;
}

.harbor-site.home-page .client-situations-intro h2 {
  max-width: 500px;
}

.harbor-site.home-page .client-situations-intro p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 18px;
  color: var(--steel);
  font-size: clamp(1.04rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.harbor-site.home-page .situation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(203, 217, 215, 0.95);
  border-left: 1px solid rgba(203, 217, 215, 0.95);
}

.harbor-site.home-page .situation-card {
  min-height: 230px;
  padding: clamp(22px, 2.7vw, 34px);
  border-right: 1px solid rgba(203, 217, 215, 0.95);
  border-bottom: 1px solid rgba(203, 217, 215, 0.95);
  background:
    linear-gradient(135deg, rgba(8, 167, 173, 0.055), transparent 60%),
    var(--white);
}

.harbor-site.home-page .situation-card:nth-child(2),
.harbor-site.home-page .situation-card:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(255, 88, 63, 0.045), transparent 62%),
    #fafbf8;
}

.harbor-site.home-page .situation-card span {
  display: block;
  margin-bottom: clamp(34px, 5vw, 58px);
  color: var(--red);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.harbor-site.home-page .situation-card h3 {
  max-width: 320px;
  font-size: clamp(1.38rem, 2vw, 1.95rem);
}

.harbor-site.home-page .situation-card p {
  max-width: 340px;
  margin-top: 12px;
  color: var(--steel);
  line-height: 1.54;
}

.harbor-site.home-page .engagement-section {
  background: #f7f9f6;
}

.harbor-site.home-page .engagement-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 0.92fr);
  width: min(var(--max), 100%);
  margin: 0 auto;
  gap: clamp(28px, 5vw, 68px);
  align-items: stretch;
}

.harbor-site.home-page .engagement-intro {
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 48px);
  background:
    linear-gradient(135deg, rgba(8, 167, 173, 0.14), transparent 46%),
    #06131d;
  color: var(--white);
}

.harbor-site.home-page .engagement-intro .eyebrow {
  color: var(--aqua);
}

.harbor-site.home-page .engagement-intro h2 {
  color: var(--white);
  font-size: clamp(1.85rem, 3.4vw, 3.35rem);
}

.harbor-site.home-page .engagement-intro p:not(.eyebrow) {
  max-width: 440px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.62;
}

.harbor-site.home-page .engagement-list {
  display: grid;
  border-top: 1px solid rgba(203, 217, 215, 0.95);
}

.harbor-site.home-page .engagement-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: clamp(18px, 2vw, 28px);
  padding: clamp(22px, 2.6vw, 30px) 0;
  border-bottom: 1px solid rgba(203, 217, 215, 0.95);
}

.harbor-site.home-page .engagement-item span {
  color: var(--red);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: 1.32rem;
  font-weight: 700;
}

.harbor-site.home-page .engagement-item h3 {
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.harbor-site.home-page .engagement-item p {
  max-width: 690px;
  margin-top: 8px;
  color: var(--steel);
  line-height: 1.55;
}

.harbor-site.home-page .engagement-item strong {
  display: inline-block;
  margin-top: 14px;
  color: var(--teal);
  font-family: "Rajdhani Local", "Arial Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.harbor-site.home-page .home-cta {
  grid-template-columns:
    minmax(20px, 1fr)
    minmax(0, 650px)
    minmax(360px, 560px)
    minmax(20px, 1fr);
}

.harbor-site.home-page .home-cta-copy {
  padding-top: 30px;
  padding-bottom: 30px;
}

.harbor-site.home-page .home-cta-media {
  min-height: 230px;
  max-height: 260px;
}

.harbor-site.home-page .home-cta-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(2, 6, 8, 0.28), rgba(2, 6, 8, 0.02));
  pointer-events: none;
}

.harbor-site.home-page .home-cta-media img {
  object-position: center;
}

@media (max-width: 960px) {
  .harbor-site.home-page .client-situations-layout,
  .harbor-site.home-page .engagement-layout,
  .harbor-site.home-page .situation-grid {
    grid-template-columns: 1fr;
  }

  .harbor-site.home-page .client-situations-intro {
    position: static;
  }

  .harbor-site.home-page .situation-card {
    min-height: 0;
  }

  .harbor-site.home-page .engagement-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .harbor-site.home-page .home-cta-media {
    min-height: 220px;
  }
}
