:root{
  --ink:#F1F2EE;
  --bg:#10191C;
  --bg-2:#18241F;
  --panel:#172321;
  --navy:#9FCBEF;
  --slate:#C3CFC9;
  --green:#7FC4A2;
  --green-deep:#2A4A3C;
  --brass:#E0B47C;
  --line: rgba(241,242,238,0.18);
  --line-strong: rgba(241,242,238,0.42); /* used for interactive element borders — meets 3:1 non-text contrast (WCAG 1.4.11) */
  --focus: #E0B47C;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'IBM Plex Sans', Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3{
  font-family:'Space Grotesk', 'IBM Plex Sans', Arial, sans-serif;
  letter-spacing:-0.01em;
  margin:0;
  color:#F4F2E8;
}

.wrap{
  max-width:1080px;
  margin:0 auto;
  padding:0 28px;
}

/* ---------- SKIP LINK ---------- */
.skip-link{
  position:absolute;
  left:12px;
  top:-60px;
  background:var(--green);
  color:#0E1714;
  padding:10px 18px;
  font-weight:600;
  font-size:14.5px;
  border-radius:2px;
  z-index:100;
  transition:top .15s ease;
}
.skip-link:focus{
  top:12px;
}

/* ---------- FOCUS VISIBILITY (WCAG 2.4.7) ---------- */
a:focus-visible,
button:focus-visible{
  outline:2.5px solid var(--focus);
  outline-offset:3px;
  border-radius:2px;
}

/* ---------- HEADER ---------- */
header{
  padding:36px 0 10px;
}
.brand{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
}
.mark{
  display:flex;
  align-items:center;
  gap:14px;
}
.mark-badge{
  width:46px;height:46px;flex:none;
  border:1.5px solid var(--green);
  border-radius:2px;
  display:flex;align-items:center;justify-content:center;
}
.mark-badge svg{width:26px;height:26px;display:block;}
.mark-text .name{
  font-family:'Space Grotesk', sans-serif;
  font-size:19px;
  font-weight:600;
  color:#F4F2E8;
  line-height:1.15;
  margin:0;
}
.mark-text .tag{
  font-size:12.5px;
  color:var(--slate);
  letter-spacing:.03em;
  margin:4px 0 0;
}
.header-cta a{
  color:var(--navy);
  font-size:14.5px;
  text-decoration:none;
  border-bottom:1px solid var(--brass);
  padding-bottom:2px;
}

/* ---------- HERO ---------- */
.hero{
  padding:64px 0 56px;
  border-bottom:1px solid var(--line);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap:48px;
  align-items:start;
}
.eyebrow{
  font-size:14px;
  letter-spacing:.02em;
  color:var(--green);
  font-weight:600;
  margin-bottom:18px;
  display:flex;
  align-items:center;
  gap:10px;
}
.eyebrow::before{
  content:"";
  width:22px;height:1px;
  background:var(--brass);
  display:inline-block;
}
.hero h1{
  font-size:clamp(34px, 4.6vw, 54px);
  line-height:1.07;
  font-weight:600;
}
.hero h1 em{
  font-style:normal;
  color:var(--green);
}
.hero p.lede{
  margin-top:22px;
  font-size:17.5px;
  line-height:1.6;
  color:var(--slate);
  max-width:52ch;
}
.hero p.lede + p.lede{
  margin-top:14px;
}
.hero-cta{
  margin-top:30px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:13px 22px;
  font-size:15px;
  font-weight:600;
  border-radius:2px;
  text-decoration:none;
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn-primary{
  background:var(--green);
  color:#0E1714;
}
.btn-primary:hover{transform:translateY(-1px); box-shadow:0 6px 14px rgba(92,156,130,0.25);}
.btn-ghost{
  background:transparent;
  color:var(--ink);
  border:1.5px solid var(--line-strong);
}
.btn-ghost:hover{border-color:var(--green); color:var(--green);}

/* survey card — signature element */
.survey-card{
  border:1.5px solid var(--green-deep);
  background:var(--panel);
  padding:26px 24px 22px;
  position:relative;
}
.survey-card::before{
  content:"";
  position:absolute;
  top:-1.5px; left:-1.5px; right:-1.5px; bottom:-1.5px;
  border:1px solid rgba(92,156,130,0.18);
  pointer-events:none;
  margin:6px;
}
.survey-card .label{
  font-family:'Space Grotesk', sans-serif;
  font-size:17px;
  font-weight:600;
  letter-spacing:0;
  color:#F4F2E8;
  margin-bottom:16px;
  padding-bottom:14px;
  border-bottom:1px solid var(--green-deep);
}
.survey-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  padding:9px 0;
  border-bottom:1px dashed var(--line);
  font-size:14.5px;
}
.survey-row:last-child{border-bottom:none;}
.survey-row .k{color:var(--slate);}
.survey-row .v{
  color:#F4F2E8;
  font-weight:600;
  text-align:right;
}
/* ---------- SECTION SHELL ---------- */
section.block{
  padding:54px 0;
  border-bottom:1px solid var(--line);
}
.section-head{
  display:flex;
  gap:22px;
  align-items:baseline;
  margin-bottom:30px;
  flex-wrap:wrap;
}
.section-head .num{
  font-family:'Space Grotesk', sans-serif;
  color:var(--brass);
  font-size:14px;
  font-weight:700;
  letter-spacing:.05em;
}
.section-head h2{
  font-size:26px;
  font-weight:600;
}

/* services grid */
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.card{
  background:var(--panel);
  border:1px solid var(--line);
  border-top:3px solid var(--green);
  padding:24px 22px;
}
.card h3{
  font-size:17px;
  margin-bottom:10px;
  font-weight:600;
}
.card p{
  font-size:14.5px;
  color:var(--slate);
  line-height:1.55;
  margin:0;
}

/* about / why */
.about-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:48px;
  align-items:start;
}
.about-grid p{
  font-size:15.5px;
  line-height:1.7;
  color:var(--slate);
  margin:0 0 16px;
}
.why-list{
  list-style:none;
  margin:0;padding:0;
}
.why-list li{
  display:flex;
  gap:14px;
  padding:14px 0;
  border-bottom:1px dashed var(--line);
  font-size:15px;
  color:var(--ink);
  line-height:1.5;
}
.why-list li:last-child{border-bottom:none;}
.why-list .tick{
  flex:none;
  width:20px;height:20px;
  border-radius:50%;
  background:var(--green);
  color:#0E1714;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;
  margin-top:2px;
}

/* testimonial */
.testimonial-wrap{
  border:1px solid var(--line);
  border-left:3px solid var(--green);
  background:var(--panel);
  padding:34px 36px;
  position:relative;
}
.placeholder-flag{
  display:inline-block;
  font-size:12px;
  color:var(--bg);
  background:var(--brass);
  padding:4px 10px;
  border-radius:2px;
  font-weight:600;
  margin-bottom:18px;
}
blockquote.quote{
  margin:0;
  font-family:'Space Grotesk', sans-serif;
  font-size:20px;
  line-height:1.5;
  font-weight:500;
  color:#F4F2E8;
}
.quote-by{
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14.5px;
  color:var(--slate);
}
.quote-by cite{
  font-style:normal;
  color:var(--ink);
  font-weight:600;
}

/* coverage strip */
.coverage{
  background:var(--bg-2);
  padding:54px 0;
  border-bottom:1px solid var(--line);
}
.coverage .eyebrow{
  margin-bottom:26px;
}
.coverage-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}
.coverage-item{
  background:var(--bg-2);
  padding:28px 26px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.coverage-item .icon{
  width:34px;height:34px;
  color:var(--green);
}
.coverage-item .big{
  font-family:'Space Grotesk', sans-serif;
  font-size:30px;
  font-weight:600;
  color:#F4F2E8;
  line-height:1.1;
}
.coverage-item .desc{
  font-size:14.5px;
  color:var(--slate);
  line-height:1.45;
}

/* contact */
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:24px;
}
.contact-card{
  background:var(--panel);
  border:1px solid var(--line);
  padding:30px 26px;
}
.contact-card h3{
  font-size:18px;
  margin-bottom:6px;
  font-weight:600;
}
.contact-card p{
  font-size:14.5px;
  color:var(--slate);
  margin:0 0 18px;
}
.direct-list{
  list-style:none;margin:0;padding:0;
}
.direct-list li{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:14px 0;
  border-bottom:1px dashed var(--line);
}
.direct-list li:last-child{border-bottom:none;}
.direct-list .ico{
  flex:none;width:18px;height:18px;margin-top:3px;color:var(--green);
}
.direct-list a{color:var(--navy); font-weight:600; text-decoration:none;}
.direct-list a:hover{text-decoration:underline;}
.direct-list .placeholder{color:#F4F2E8; font-weight:600;}
.direct-list small{color:var(--slate); display:block; margin-top:2px;}

/* footer */
footer{
  padding:34px 0 40px;
}
footer .wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}
footer p{
  font-size:13px;
  color:var(--slate);
  margin:0;
}
footer .reg{
  font-size:12.5px;
  color:var(--slate);
}

/* mobile */
@media (max-width: 860px){
  .hero-grid{grid-template-columns:1fr;}
  .grid-3{grid-template-columns:1fr;}
  .about-grid{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .coverage-grid{grid-template-columns:1fr;}
  .header-cta{display:none;}
}

@media (prefers-reduced-motion: reduce){
  *{transition:none !important;}
}
