.demo-harbor { --harbor-ink: #183c34; --harbor-paper: #f9faf6; --harbor-lime: #e0eda6; color: var(--harbor-ink); background: var(--harbor-paper); }
.harbor-header { max-width: 1440px; margin-inline: auto; min-height: 104px; padding: 16px clamp(24px, 4.5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.harbor-wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 30px; font-weight: 780; letter-spacing: -.065em; line-height: 1; }
.harbor-monogram { display: grid; place-items: center; width: 47px; height: 47px; background: var(--harbor-ink); color: var(--harbor-lime); border-radius: 50%; font-size: 37px; font-weight: 750; padding-bottom: 6px; padding-right: 2px; letter-spacing: -.08em; }
.harbor-wordmark-small { display: block; font-size: 9px; letter-spacing: .25em; font-weight: 650; margin-top: 6px; margin-left: 2px; }
.harbor-header nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); font-size: 13px; font-weight: 650; }
.harbor-header nav a { display: inline-flex; align-items: center; gap: 26px; min-height: 44px; text-decoration: none; }
.harbor-header nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.harbor-nav-contact { border: 1px solid #183c343a; border-radius: 5px; padding: 0 18px; }
.harbor-hero { display: grid; grid-template-columns: .88fr 1.12fr; background: var(--harbor-ink); color: var(--harbor-paper); }
.harbor-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(36px, 5.1vw, 86px) clamp(24px, 4.5vw, 72px); }
.harbor-kicker { font-size: 10px; letter-spacing: .16em; color: var(--harbor-lime); font-weight: 600; margin-bottom: 30px; }
.harbor-hero h1 { font-size: clamp(38px, 4.45vw, 68px); line-height: 1.05; letter-spacing: -.065em; font-weight: 620; }
.harbor-hero h1 span { color: var(--harbor-lime); }
.harbor-hero-description { max-width: 300px; margin-top: 24px; font-size: 16px; line-height: 1.7; color: #e0e6df; }
.harbor-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; padding: 17px 21px; min-height: 54px; border: 0; border-radius: 5px; background: var(--harbor-lime); color: var(--harbor-ink); text-decoration: none; font-size: 13px; font-weight: 750; transition: background .18s, transform .18s; }
.harbor-button:hover { background: #eef5cc; transform: translateY(-2px); }
.harbor-hero .harbor-button { margin-top: 34px; }
.harbor-hero-image { min-height: 520px; }
.harbor-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.harbor-values { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 27px clamp(24px, 9vw, 144px); font-size: 13px; font-weight: 620; border-bottom: 1px solid #183c3422; }
.harbor-values p::before { content: "✓"; color: #36693c; padding-right: 12px; }
.harbor-container { max-width: 1280px; margin-inline: auto; padding-inline: clamp(24px, 5vw, 72px); }
.harbor-services { padding-block: 102px; }
.harbor-section-intro { max-width: 470px; margin-bottom: 54px; }
.harbor-services h2, .harbor-approach h2, .harbor-contact h2 { font-size: clamp(36px, 3.8vw, 54px); line-height: 1.12; letter-spacing: -.055em; font-weight: 600; }
.harbor-section-intro p { margin-top: 22px; max-width: 355px; font-size: 15px; line-height: 1.7; color: #51645c; }
.harbor-service-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; row-gap: 38px; }
.harbor-service { display: flex; gap: 24px; padding-top: 24px; border-top: 1px solid #183c342a; }
.harbor-service-number { flex: 0 0 24px; margin-top: 4px; font-size: 11px; font-weight: 650; color: #4c685a; }
.harbor-service h3 { font-size: 20px; letter-spacing: -.035em; font-weight: 650; }
.harbor-service p { max-width: 370px; margin-top: 13px; font-size: 14px; line-height: 1.8; color: #51645c; }
.harbor-approach { display: grid; grid-template-columns: 1fr 1.18fr; background: #eaf0e6; }
.harbor-approach-image { min-height: 510px; max-height: 660px; }
.harbor-approach-image img { height: 100%; width: 100%; object-fit: cover; }
.harbor-approach-copy { align-self: center; padding: 64px clamp(32px, 7vw, 112px); }
.harbor-approach-copy > p { margin-top: 25px; max-width: 425px; font-size: 15px; line-height: 1.85; color: #40594d; }
.harbor-approach-copy > p + p { margin-top: 16px; }
.harbor-text-link { display: inline-flex; align-items: center; gap: 30px; margin-top: 29px; min-height: 44px; font-size: 14px; font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }
.harbor-contact { padding-block: 98px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.harbor-contact > div > p { max-width: 370px; margin-top: 22px; color: #51645c; font-size: 15px; line-height: 1.8; }
.harbor-contact-action { justify-self: center; }
.harbor-button-dark { background: var(--harbor-ink); color: var(--harbor-paper); }
.harbor-button-dark:hover { background: #285448; }
.harbor-contact .harbor-contact-action > p { font-size: 11px; margin-top: 14px; }
.harbor-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px clamp(24px, 4.5vw, 72px); background: var(--harbor-ink); color: #f9faf6; }
.harbor-footer-brand { font-size: 22px; font-weight: 700; letter-spacing: -.05em; text-decoration: none; }
.harbor-footer p { max-width: 400px; font-size: 11px; line-height: 1.7; color: #dce6d8; }
.harbor-footer p a { text-underline-offset: 3px; }
@media (min-width: 1600px) {
  .harbor-hero { padding-inline: calc((100% - 1600px) / 2); }
}
@media (max-width: 1023px) {
  .harbor-header { min-height: 90px; }
  .harbor-hero-copy { padding-block: 52px; }
  .harbor-hero-image { min-height: 475px; }
  .harbor-hero h1 { font-size: clamp(38px, 4.4vw, 50px); }
  .harbor-values { padding-inline: 32px; font-size: 11px; gap: 15px; }
  .harbor-service-grid { gap: 32px; }
  .harbor-approach-copy { padding: 48px 32px; }
}
@media (max-width: 767px) {
  .harbor-header { min-height: 86px; gap: 18px; padding: 14px 22px; }
  .harbor-wordmark { font-size: 25px; gap: 8px; }
  .harbor-monogram { width: 38px; height: 38px; font-size: 31px; }
  .harbor-wordmark-small { font-size: 8px; }
  .harbor-header nav { gap: 16px; font-size: 11px; }
  .harbor-header nav .harbor-nav-approach { display: none; }
  .harbor-nav-contact { padding: 0; border: 0; }
  .harbor-header nav a { gap: 7px; }
  .harbor-hero { grid-template-columns: 1fr; }
  .harbor-hero-copy { padding: 43px 25px 45px; }
  .harbor-kicker { margin-bottom: 24px; font-size: 9px; }
  .harbor-hero h1 { font-size: clamp(42px, 10vw, 65px); letter-spacing: -.058em; }
  .harbor-hero-description { margin-top: 21px; max-width: 290px; font-size: 15px; }
  .harbor-hero .harbor-button { margin-top: 25px; }
  .harbor-hero-image { min-height: 0; height: 300px; }
  .harbor-values { gap: 17px; padding: 23px 24px; align-items: flex-start; }
  .harbor-values p { flex: 1; font-size: 10px; line-height: 1.6; }
  .harbor-values p::before { display: block; padding: 0 0 5px; font-size: 15px; }
  .harbor-services { padding-block: 64px; }
  .harbor-section-intro { margin-bottom: 34px; }
  .harbor-service-grid { grid-template-columns: 1fr; gap: 26px; }
  .harbor-service { gap: 19px; padding-top: 22px; }
  .harbor-service h3 { font-size: 19px; }
  .harbor-service p { margin-top: 10px; }
  .harbor-approach { grid-template-columns: 1fr; }
  .harbor-approach-image { height: 340px; min-height: 0; }
  .harbor-approach-copy { padding: 47px 24px; }
  .harbor-contact { grid-template-columns: 1fr; gap: 30px; padding-block: 65px; }
  .harbor-contact-action { justify-self: start; }
  .harbor-footer { align-items: flex-start; flex-direction: column; padding-block: 30px; gap: 17px; }
}
