.concept-family-harbor {
  background:
    radial-gradient(circle at top left, rgba(200, 139, 63, 0.22), transparent 24%),
    linear-gradient(180deg, #efe4d2 0%, #f8f1e7 48%, #d4e1de 100%);
}

.concept-family-harbor .site-header,
.concept-family-harbor .site-footer {
  display: none;
}

.harbor-header {
  position: sticky;
  top: env(safe-area-inset-top, 0px);
  z-index: 50;
  padding: calc(env(safe-area-inset-top, 0px) + 0.55rem) 0 0;
}

.harbor-topline,
.harbor-frame,
.harbor-footer-frame {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.harbor-topline {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #5e5b54;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 0.4rem 0.5rem;
}

.harbor-frame {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 250, 242, 0.88);
  border: 1px solid rgba(39, 44, 45, 0.08);
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(28, 37, 39, 0.12);
}

.harbor-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.harbor-mark {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #0b615a 0%, #083f39 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.harbor-brand strong,
.harbor-brand small {
  display: block;
}

.harbor-brand strong {
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}

.harbor-brand small {
  color: #6b706d;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.harbor-brand > span:last-child {
  min-width: 0;
}

.harbor-nav,
.harbor-actions,
.harbor-footer-columns {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.harbor-nav {
  justify-content: center;
}

.harbor-nav a {
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
}

.harbor-nav a.active,
.harbor-nav a:hover {
  background: rgba(11, 97, 90, 0.1);
}

.harbor-mobile-menu {
  display: none;
  justify-self: end;
  grid-column: 3;
}

.harbor-mobile-quicklinks {
  display: none;
}

.harbor-home {
  padding-top: 2.3rem;
}

.harbor-hero-grid,
.harbor-service-deck {
  display: grid;
  gap: 1rem;
}

.harbor-hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.harbor-story-card,
.harbor-aside-card,
.harbor-service-feature,
.harbor-service-panel,
.harbor-footer-frame {
  background: rgba(255, 250, 242, 0.84);
  border: 1px solid rgba(39, 44, 45, 0.08);
  box-shadow: 0 22px 50px rgba(28, 37, 39, 0.1);
}

.harbor-story-card,
.harbor-aside-card,
.harbor-service-feature,
.harbor-service-panel {
  padding: 1.7rem;
  border-radius: 32px;
}

.harbor-story-card h1 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.95;
}

.harbor-metric-ribbon,
.harbor-columns {
  display: grid;
  gap: 1rem;
}

.harbor-metric-ribbon {
  margin-top: 1.3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.harbor-metric-ribbon div {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.56);
  border-radius: 20px;
}

.harbor-metric-ribbon span {
  display: block;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5e6a68;
}

.harbor-metric-ribbon strong {
  display: block;
  margin-top: 0.4rem;
}

.harbor-service-deck {
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
}

.harbor-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.harbor-footer {
  padding: 0 0 2rem;
}

.harbor-footer-frame {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.6rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(12, 77, 72, 0.95), rgba(8, 55, 50, 0.98));
  color: #fff;
}

.harbor-footer-columns > div {
  display: grid;
  gap: 0.35rem;
}

.harbor-footer .footer-label,
.harbor-footer .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .harbor-frame {
    grid-template-columns: auto 1fr auto;
  }

  .harbor-nav,
  .harbor-actions {
    display: none;
  }

  .harbor-mobile-menu {
    display: block;
  }

  .harbor-mobile-menu summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.62rem 0.78rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(11, 97, 90, 0.12);
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 700;
    color: #164b45;
  }

  .harbor-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .harbor-menu-icon {
    position: relative;
    display: block;
    width: 0.95rem;
    height: 0.72rem;
  }

  .harbor-menu-icon::before,
  .harbor-menu-icon::after,
  .harbor-menu-icon {
    border-top: 2px solid currentColor;
  }

  .harbor-menu-icon::before,
  .harbor-menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
  }

  .harbor-menu-icon::before {
    top: 0.22rem;
  }

  .harbor-menu-icon::after {
    top: 0.46rem;
  }

.harbor-mobile-panel {
    position: absolute;
    right: 1rem;
    top: calc(100% + 0.7rem);
    width: min(340px, calc(100vw - 2rem));
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 250, 242, 0.98);
    border: 1px solid rgba(39, 44, 45, 0.08);
    box-shadow: 0 22px 50px rgba(28, 37, 39, 0.14);
  }

  .harbor-mobile-nav,
  .harbor-mobile-meta {
    display: grid;
    gap: 0.6rem;
  }

  .harbor-mobile-nav a {
    padding: 0.78rem 0.9rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.6);
  }

  .harbor-mobile-nav a.active {
    background: rgba(11, 97, 90, 0.12);
  }

  .harbor-hero-grid,
  .harbor-service-deck,
  .harbor-columns,
  .harbor-metric-ribbon {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .harbor-topline {
    display: none;
  }

  .harbor-frame,
  .harbor-footer-frame {
    width: min(100% - 1rem, 1180px);
  }

  .harbor-frame {
    gap: 0.75rem;
    padding: 0.8rem 0.85rem;
    border-radius: 20px;
  }

  .harbor-mark {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 0.95rem;
    font-size: 0.92rem;
  }

  .harbor-brand {
    gap: 0.7rem;
    max-width: calc(100% - 5.3rem);
  }

  .harbor-brand strong {
    font-size: 0.94rem;
    line-height: 1.1;
  }

  .harbor-brand small {
    display: none;
  }

  .harbor-mobile-menu summary {
    min-width: 0;
    gap: 0.45rem;
    padding: 0.52rem 0.62rem;
    border-radius: 14px;
    font-size: 0.78rem;
  }

  .harbor-mobile-panel {
    right: 0;
    width: min(320px, calc(100vw - 1rem));
  }

  .harbor-menu-label {
    line-height: 1;
  }

  .harbor-mobile-quicklinks {
    width: min(100% - 1rem, 1180px);
    margin: 0.55rem auto 0;
    display: flex;
    gap: 0.6rem;
  }

  .harbor-mobile-quicklinks a {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0.9rem;
    border-radius: 14px;
    background: rgba(255, 250, 242, 0.88);
    border: 1px solid rgba(39, 44, 45, 0.08);
    box-shadow: 0 12px 24px rgba(28, 37, 39, 0.08);
    font-size: 0.82rem;
    font-weight: 700;
    color: #164b45;
  }
}
