:root {
  --ink: #172a2d;
  --ink-soft: #34494c;
  --paper: #f7f3ea;
  --sand: #e8dcc7;
  --sun: #f3a33c;
  --terracotta: #c75b3c;
  --sage: #7c9b87;
  --teal: #1d6c6d;
  --white: #fffdf8;
  --line: rgba(23, 42, 45, .14);
  --shadow: 0 24px 70px rgba(23, 42, 45, .12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--sun); color: var(--ink); }
a { color: inherit; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 243, 234, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(23,42,45,.08);
}
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px;
  color: var(--white); background: var(--ink); font-weight: 900; font-size: 12px; letter-spacing: .08em;
  box-shadow: inset 0 -4px 0 rgba(243,163,60,.55);
}
.brand strong { display: block; font-size: 16px; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta) { padding-block: 8px; border-bottom: 2px solid transparent; }
.site-nav > a:not(.nav-cta):hover { border-color: var(--terracotta); }
.nav-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 18px; border-radius: 12px;
  color: var(--white); background: var(--ink);
}
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; }
.hero { position: relative; overflow: hidden; padding: 96px 0 114px; background: var(--paper); }
.hero::before {
  content: ""; position: absolute; width: 700px; height: 700px; right: -280px; top: -350px;
  border-radius: 50%; background: radial-gradient(circle, rgba(243,163,60,.25), rgba(243,163,60,0) 68%);
}
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: center; }
.eyebrow {
  margin: 0 0 16px; color: var(--terracotta); font-size: 12px; font-weight: 900;
  text-transform: uppercase; letter-spacing: .16em;
}
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(48px, 6.2vw, 82px); }
h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 54px); }
h3 { font-size: 21px; }
.hero-lede { max-width: 680px; margin: 0; color: var(--ink-soft); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px;
  border: 0; border-radius: 14px; text-decoration: none; font-weight: 850; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible {
  outline: 3px solid rgba(29,108,109,.35); outline-offset: 3px;
}
.button-primary { color: var(--ink); background: var(--sun); box-shadow: 0 14px 30px rgba(199,91,60,.2); }
.button-primary:hover { background: #ffb34d; box-shadow: 0 18px 38px rgba(199,91,60,.26); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,253,248,.65); }
.button-dark { color: var(--white); background: var(--ink); }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; font-weight: 750; }
.hero-points li::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--sage); }
.signal-card {
  position: relative; min-height: 480px; border: 1px solid rgba(255,255,255,.42); border-radius: 38px;
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(145deg, #173d40, #15282b 62%, #273638);
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: var(--shadow); overflow: hidden;
}
.signal-card::after {
  content: ""; position: absolute; inset: auto -20% -45% -20%; height: 70%;
  background: radial-gradient(ellipse at center, rgba(243,163,60,.45), transparent 64%);
}
.signal-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 320px; height: 320px; }
.orbit-two { width: 220px; height: 220px; border-color: rgba(243,163,60,.42); }
.signal-core {
  position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%);
  display: grid; place-items: center; width: 150px; height: 150px; border-radius: 50%;
  color: var(--white); text-align: center; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.3); box-shadow: 0 0 50px rgba(243,163,60,.25);
}
.signal-core span { align-self: end; color: #d3e5de; font-size: 12px; text-transform: uppercase; letter-spacing: .18em; }
.signal-core strong { font-size: 28px; letter-spacing: -.03em; }
.signal-core small { align-self: start; color: #f6bd72; font-size: 11px; }
.signal-chip {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 13px;
  border-radius: 12px; color: var(--white); background: rgba(16,34,37,.84); border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 10px 28px rgba(0,0,0,.18); font-size: 13px; font-weight: 760;
}
.signal-chip span { color: var(--sun); font-size: 10px; }
.chip-one { top: 92px; left: 34px; }
.chip-two { top: 206px; right: 22px; }
.chip-three { bottom: 68px; left: 54px; }
.hero-ridge {
  position: absolute; left: -3%; right: -3%; bottom: -80px; height: 150px;
  background: var(--ink); transform: rotate(-2deg); transform-origin: center;
}
.trust-strip { color: var(--white); background: var(--ink); }
.trust-strip .shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.trust-strip span { color: #aab9b7; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.trust-strip strong { font-size: 15px; }
.section { padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child, .approach-grid > div > p, .local-grid > div > p, .operator-card p, .review-copy > p { color: var(--ink-soft); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius);
  background: rgba(255,253,248,.74); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(199,91,60,.34); box-shadow: 0 18px 44px rgba(23,42,45,.09); }
.service-number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 34px; border-radius: 12px; color: var(--terracotta); background: #f3e3d4; font-size: 11px; font-weight: 900; }
.service-card p { margin: 0; color: var(--ink-soft); }
.approach { color: var(--white); background: var(--teal); }
.approach .eyebrow { color: #ffd18f; }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.approach-grid > div > p { color: #d5e5e4; }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: var(--white); text-decoration: none; font-weight: 850; }
.text-link span { color: var(--sun); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.2); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--sun); font-weight: 900; }
.process-list h3 { margin-bottom: 8px; }
.process-list p { margin: 0; color: #d5e5e4; }
.local-section { background: var(--white); }
.local-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.local-map { position: relative; min-height: 470px; border-radius: 32px; background: #eadfcf; overflow: hidden; }
.local-map::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(28deg, transparent 0 46px, rgba(23,42,45,.06) 47px 49px);
}
.map-ring { position: absolute; border: 1px solid rgba(29,108,109,.28); border-radius: 50%; }
.ring-a { width: 330px; height: 330px; left: 60px; top: 72px; }
.ring-b { width: 210px; height: 210px; left: 120px; top: 132px; }
.map-dot { position: absolute; width: 15px; height: 15px; border: 4px solid var(--white); border-radius: 50%; background: var(--terracotta); box-shadow: 0 4px 14px rgba(23,42,45,.25); }
.dot-a { left: 210px; top: 250px; }
.dot-b { left: 160px; top: 120px; }
.dot-c { left: 292px; top: 186px; }
.map-label { position: absolute; padding: 7px 10px; border-radius: 9px; background: rgba(255,253,248,.9); font-size: 12px; font-weight: 800; box-shadow: 0 6px 18px rgba(23,42,45,.1); }
.label-a { left: 232px; top: 238px; }
.label-b { left: 48px; top: 105px; }
.label-c { left: 314px; top: 171px; }
.local-facts { display: grid; gap: 16px; margin-top: 32px; }
.local-facts div { padding: 18px 20px; border-left: 4px solid var(--sun); background: var(--paper); }
.local-facts strong, .local-facts span { display: block; }
.local-facts span { margin-top: 4px; color: var(--ink-soft); font-size: 14px; }
.operator-section { padding-top: 80px; padding-bottom: 80px; background: var(--paper); }
.operator-card {
  display: grid; grid-template-columns: 90px 1fr auto; gap: 34px; align-items: center;
  padding: 46px; border-radius: 28px; background: var(--sand);
}
.operator-mark { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 26px; color: var(--white); background: var(--ink); font-size: 24px; font-weight: 900; box-shadow: inset 0 -6px 0 var(--sun); }
.operator-card h2 { margin-bottom: 12px; font-size: clamp(28px, 3vw, 40px); }
.operator-card p { margin: 0; }
.review-section { color: var(--white); background: var(--ink); }
.review-section .eyebrow { color: var(--sun); }
.review-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.review-copy { position: sticky; top: 120px; }
.review-copy > p { color: #bdc9c7; }
.review-alternative { margin-top: 34px; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.04); }
.review-alternative span, .review-alternative a { display: block; }
.review-alternative span { color: #bdc9c7; font-size: 13px; }
.review-alternative a { margin-top: 4px; color: #ffd18f; font-weight: 800; }
.form-card { padding: 34px; border-radius: 28px; color: var(--ink); background: var(--white); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card label { display: block; margin-bottom: 17px; font-size: 13px; font-weight: 800; }
.form-card label > span { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 7px; }
.form-card label small { color: #77888a; font-weight: 600; }
input, select, textarea {
  width: 100%; border: 1px solid rgba(23,42,45,.22); border-radius: 12px; color: var(--ink); background: #fff;
  padding: 13px 14px; transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(29,108,109,.1); outline: none; }
textarea { resize: vertical; }
.submit-button { width: 100%; margin-top: 4px; }
.form-note { margin: 13px 0 0; color: #697a7c; font-size: 11px; text-align: center; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.notice { margin-bottom: 22px; padding: 16px 18px; border-radius: 14px; font-size: 13px; }
.notice strong, .notice span { display: block; }
.notice-success { color: #16473e; background: #dcefe8; border: 1px solid #a7d0c1; }
.notice-error { color: #71301f; background: #f9e2d8; border: 1px solid #e7b9a8; }
.notice-error ul { margin: 6px 0 0; padding-left: 19px; }
.site-footer { padding: 58px 0 24px; color: #d2dcda; background: #101e20; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 30px; align-items: center; }
.footer-brand strong { color: var(--white); }
.footer-brand small { color: #9dafad; }
.footer-grid p { margin: 0; font-size: 14px; }
.footer-grid p:last-child { text-align: right; }
.footer-grid a { color: #ffd18f; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8fa3a1; font-size: 12px; }
.article-hero { padding: 92px 0 64px; color: var(--white); background: var(--ink); }
.article-hero h1 { max-width: 900px; font-size: clamp(42px, 6vw, 70px); }
.article-hero p { max-width: 700px; color: #c5d1cf; font-size: 20px; }
.article-body { max-width: 820px; padding: 74px 0 100px; }
.article-body h2 { margin-top: 56px; font-size: 36px; }
.article-body h3 { margin-top: 34px; }
.article-body p, .article-body li { color: var(--ink-soft); font-size: 18px; }
.article-cta { margin-top: 54px; padding: 34px; border-radius: 24px; background: var(--sand); }
.article-cta p { margin-bottom: 22px; }

@media (max-width: 980px) {
  .site-nav { gap: 16px; }
  .hero-grid, .approach-grid, .local-grid, .review-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero { padding-top: 72px; }
  .signal-card { min-height: 420px; max-width: 620px; width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid, .local-grid { gap: 70px; }
  .local-map { max-width: 620px; width: 100%; }
  .operator-card { grid-template-columns: 80px 1fr; }
  .operator-card .button { grid-column: 2; justify-self: start; }
  .review-copy { position: static; }
}
@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  html { scroll-padding-top: 74px; }
  .nav-shell { min-height: 70px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; left: 14px; right: 14px; top: 70px; display: none; align-items: stretch; flex-direction: column; gap: 2px;
    padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .hero { padding: 58px 0 100px; }
  h1 { font-size: clamp(43px, 14vw, 60px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-points { flex-direction: column; gap: 8px; }
  .signal-card { min-height: 360px; border-radius: 26px; }
  .orbit-one { width: 280px; height: 280px; }
  .chip-one { top: 50px; left: 18px; }
  .chip-two { top: 172px; right: 10px; }
  .chip-three { bottom: 38px; left: 22px; }
  .trust-strip .shell { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 26px; }
  .section { padding: 82px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .approach-grid, .local-grid, .review-grid { gap: 44px; }
  .local-map { min-height: 360px; }
  .ring-a { left: 20px; top: 30px; }
  .ring-b { left: 80px; top: 90px; }
  .dot-a { left: 170px; top: 210px; }
  .label-a { left: 190px; top: 198px; }
  .dot-b { left: 120px; top: 78px; }
  .label-b { left: 18px; top: 62px; }
  .dot-c { left: 252px; top: 146px; }
  .label-c { left: 192px; top: 170px; }
  .operator-card { grid-template-columns: 1fr; padding: 30px; }
  .operator-card .button { grid-column: 1; }
  .form-card { padding: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid p:last-child { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
