:root {
  color-scheme: light;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Tahoma,
    sans-serif;
  color: #142b33;
  background: #f7faf9;
  line-height: 1.7;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a {
  color: #075f65;
  text-underline-offset: 0.2em;
}
a:focus-visible {
  outline: 3px solid #f4aa53;
  outline-offset: 4px;
  border-radius: 3px;
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 10;
  background: #fff;
  padding: 0.5rem 1rem;
}
.skip-link:focus {
  top: 1rem;
}
.wrap {
  width: min(1120px, calc(100% - 3rem));
  margin-inline: auto;
}
.site-header {
  background: #fff;
  border-bottom: 1px solid #d9e6e3;
}
.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.header-inner {
  min-height: 78px;
}
.brand {
  color: #075f65;
  font-size: 1.7rem;
  font-weight: 850;
  letter-spacing: -0.08em;
  text-decoration: none;
  white-space: nowrap;
}
.brand-dot {
  color: #e5a052;
}
nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
}
nav a {
  color: #284a50;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}
nav a:hover,
.contact-link a:hover {
  text-decoration: underline;
}
.hero {
  background: #073d42;
  color: #fff;
  padding: clamp(5rem, 10vw, 9rem) 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.7fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.eyebrow,
.panel-kicker {
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero .eyebrow {
  color: #aad8d0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(2.6rem, 6vw, 5.3rem);
  line-height: 1.17;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
}
.lead {
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  max-width: 43rem;
}
.lead-en {
  color: #d4eae7;
  max-width: 40rem;
}
.button {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  background: #fff;
  color: #073d42;
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
  font-weight: 750;
  text-decoration: none;
  margin-top: 1.1rem;
}
.button:hover {
  background: #dbefeb;
}
.hero-panel {
  border: 1px solid #6a9b9d;
  border-radius: 8px;
  padding: 2rem;
  background: #114e53;
}
.panel-kicker {
  display: block;
  color: #bde4dd;
  margin-bottom: 1.5rem;
}
.hero-panel strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.4;
}
.hero-panel p {
  color: #e0f0ed;
  margin: 1rem 0 0;
}
.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  scroll-margin-top: 2rem;
}
.section-tinted {
  background: #eaf3f0;
}
.section-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 6vw, 6rem);
}
.section .eyebrow {
  color: #087078;
}
h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
}
h2 span {
  color: #41686d;
  font-size: 0.72em;
}
.copy {
  font-size: 1.08rem;
}
.copy p:last-child {
  margin-bottom: 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.card {
  background: #fff;
  border: 1px solid #cce0db;
  border-radius: 7px;
  padding: 1.7rem;
}
.card-no {
  color: #087078;
  font-size: 0.8rem;
  font-weight: 800;
}
.card h3 {
  font-size: 1.55rem;
  margin: 0.6rem 0 1rem;
}
.card p {
  margin-bottom: 0.7rem;
}
.context {
  margin: 2rem 0 0;
  max-width: 56rem;
}
.contact-link {
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 750;
  overflow-wrap: anywhere;
}
.small {
  font-size: 0.91rem;
  color: #48626a;
}
.site-footer {
  background: #073d42;
  color: #e1f1ee;
  padding: 2rem 0;
  font-size: 0.88rem;
}
@media (max-width: 720px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem 0;
    gap: 0.65rem;
  }
  nav {
    gap: 0.4rem 1rem;
  }
  .hero-grid,
  .section-grid {
    grid-template-columns: 1fr;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 4rem 0;
  }
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
