:root {
  --bg: #fbfcfb;
  --surface: #ffffff;
  --ink: #142027;
  --muted: #5f6f74;
  --line: #dce6e5;
  --teal: #006f78;
  --teal-dark: #00525b;
  --teal-soft: #e4f3f2;
  --sand: #f3f0ea;
  --focus: #9a5a1f;
  --max: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--focus) 55%, white); outline-offset: 3px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(251, 252, 251, 0.9);
  border-bottom: 1px solid rgba(220, 230, 229, 0.8);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; text-decoration: none; }
.brand-mark {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, transparent 0 38%, var(--teal) 39% 62%, transparent 63%), linear-gradient(90deg, var(--teal-dark), var(--teal));
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 0.86rem; letter-spacing: 0; text-transform: uppercase; }
.brand small { color: var(--muted); font-size: 0.75rem; }
.nav-links { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 0.93rem; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--teal-dark); }
.language-toggle { display: inline-flex; border: 1px solid var(--line); background: var(--surface); }
.language-toggle button { min-width: 44px; min-height: 36px; border: 0; color: var(--muted); background: transparent; cursor: pointer; }
.language-toggle button.is-active { color: white; background: var(--teal); }
.section-shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.hero {
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  min-height: calc(100vh - 73px);
  padding: clamp(48px, 7vw, 88px) 0 48px;
}
.eyebrow { margin: 0 0 18px; max-width: 100%; color: var(--teal); font-size: 0.78rem; font-weight: 760; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3 { overflow-wrap: normal; word-break: normal; }
h1, h2 { margin: 0; max-width: min(760px, 100%); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.06; }
h1 { font-size: clamp(2.8rem, 4.2vw, 4.35rem); text-wrap: balance; }
h2 { font-size: clamp(2rem, 3.6vw, 4rem); }
h3 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.25; }
p, a, span, strong, label, button { overflow-wrap: break-word; }
.hero-lede, .contact-copy p { max-width: 680px; margin: 26px 0 0; color: var(--muted); font-size: 1.08rem; }
.credential-line { max-width: 640px; margin: 18px 0 0; color: var(--teal-dark); font-size: 0.95rem; font-weight: 720; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--teal);
  text-decoration: none;
  font-weight: 720;
  cursor: pointer;
}
.button.primary { color: white; background: var(--teal); }
.button.primary:hover { background: var(--teal-dark); }
.button.secondary { color: var(--teal-dark); background: transparent; }
.button.secondary:hover { background: var(--teal-soft); }
.hero-media { position: relative; margin: 0; min-height: 360px; overflow: hidden; background: #2f3234; }
.hero-media img { width: 100%; height: min(66vh, 640px); min-height: 420px; object-fit: cover; object-position: 62% center; }
.credibility {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.metric { min-height: 130px; padding: 28px 26px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; margin-bottom: 10px; color: var(--teal-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.85rem; font-weight: 500; }
.metric span { color: var(--muted); font-size: 0.94rem; }
.split, .track-record {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 84px);
  padding: clamp(76px, 10vw, 128px) 0;
}
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-index { color: var(--teal); font-weight: 760; }
.service-item p, .expertise-grid p, .engagement-grid p { margin: 0; color: var(--muted); }
.track-record { border-top: 1px solid var(--line); }
.engagement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.engagement-grid article { min-height: 300px; padding: 28px; background: var(--surface); }
.engagement-grid strong { display: block; margin-bottom: 14px; color: var(--teal-dark); font-size: 1.12rem; line-height: 1.28; }
.engagement-kicker { display: block; margin-bottom: 12px; color: var(--teal); font-size: 0.74rem; font-weight: 760; text-transform: uppercase; }
.expertise-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(34px, 5vw, 72px);
  padding: clamp(56px, 8vw, 88px);
  background: var(--teal-soft);
}
.expertise-grid { display: grid; gap: 28px; }
.expertise-grid div { padding-bottom: 24px; border-bottom: 1px solid rgba(0, 82, 91, 0.2); }
.expertise-grid div:last-child { padding-bottom: 0; border-bottom: 0; }
.expertise-grid strong { display: block; margin-bottom: 8px; color: var(--teal-dark); }
.contact-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(34px, 6vw, 84px);
  padding: clamp(76px, 10vw, 128px) 0;
}
.contact-form { display: grid; gap: 18px; }
.formcentric-shell > [data-fc-id] {
  width: 100%;
  min-height: 420px;
}
.contact-fallback {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}
.contact-fallback a,
.legal-page a,
.footer-links a {
  color: var(--teal-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
label { display: grid; gap: 8px; color: var(--ink); font-weight: 700; }
input, textarea { width: 100%; border: 1px solid #b9c7c8; border-radius: 0; padding: 13px 14px; color: var(--ink); background: white; }
textarea { resize: vertical; }
input[name="_honey"] { display: none; }
.contact-form .button { width: fit-content; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 28px clamp(20px, 4vw, 56px); color: var(--muted); border-top: 1px solid var(--line); }
.site-footer span:first-child { color: var(--ink); font-weight: 760; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.legal-page {
  max-width: 900px;
  padding: clamp(64px, 9vw, 112px) 0;
}
.legal-page h1 {
  max-width: 760px;
  margin-bottom: 40px;
}
.legal-page h2 {
  margin: 0 0 12px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 760;
  line-height: 1.3;
}
.legal-page section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.legal-page p {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--muted);
}
.legal-page p:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .site-header { flex-wrap: wrap; }
  .nav-links { order: 3; width: 100%; justify-content: space-between; gap: 12px; }
  .hero, .split, .track-record, .expertise-band, .contact-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media { order: -1; }
  .hero-media img { height: 48vh; min-height: 300px; object-position: 62% 44%; }
  .credibility { grid-template-columns: repeat(2, 1fr); }
  .engagement-grid { grid-template-columns: repeat(2, 1fr); }
  .engagement-grid article { min-height: auto; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .expertise-band { width: 100%; padding-right: 20px; padding-left: 20px; }
}
@media (max-width: 620px) {
  .site-header { align-items: flex-start; }
  .brand { max-width: calc(100% - 100px); }
  .section-shell, .credibility { width: min(calc(100% - 32px), var(--max)); }
  .nav-links { display: grid; grid-template-columns: repeat(4, auto); justify-content: start; column-gap: 18px; row-gap: 8px; font-size: 0.88rem; }
  .hero { padding-top: 32px; }
  h1 { max-width: 12ch; font-size: clamp(1.9rem, 7.4vw, 2.25rem); line-height: 1.08; }
  h2 { font-size: clamp(1.8rem, 8.8vw, 2.45rem); }
  .eyebrow { font-size: 0.72rem; line-height: 1.45; }
  .hero-lede, .credential-line { max-width: 34ch; }
  .credibility, .form-row { grid-template-columns: 1fr; }
  .metric, .metric:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .service-item { grid-template-columns: 1fr; gap: 8px; }
  .site-footer { flex-direction: column; }
  .footer-links { gap: 12px; }
  .engagement-grid { grid-template-columns: 1fr; }
}
