/* Generated by tools/build_css.py from werkstatt.css + site.css. Edit those, then rerun the tool. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--topbar-h) + var(--nav-h) + 16px);
  -webkit-text-size-adjust: 100%;
}
html, body { overflow-x: hidden; }
body {
  font-family: var(--font-body);
  font-variation-settings: 'wdth' var(--wdth-body);
  font-weight: 400;
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--light);
  background: var(--black);
  -webkit-font-smoothing: antialiased;
}
img, picture, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; }
a { color: inherit; }
::selection { background: var(--red); color: var(--white); }
h1, h2, h3,
.ct, .iv, .cbt, .fb, .stat-v, .contact-v, .svc-group-name,
.proof-t, .step-n, .step-t, #mobile-menu > a, #mobile-menu summary {
  font-family: var(--font-display);
  font-variation-settings: 'wdth' var(--wdth-display);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.02;
  color: var(--white);
  text-transform: uppercase;
  overflow-wrap: break-word;
}
h1                          { font-size: var(--step-hero); letter-spacing: -0.03em; line-height: 0.96; }
h2                          { font-size: var(--step-4); text-wrap: balance; }
.cbt                        { font-size: var(--step-3); }
h3, .ct, .iv,
.contact-v                  { font-size: var(--step-1); font-weight: 700; letter-spacing: 0.005em; line-height: 1.2; }
.stat-v                     { font-size: var(--step-2); color: var(--gold); }
.fb                         { font-size: var(--step-1); }
.svc-group-name             { font-size: var(--step--1); font-weight: 700; letter-spacing: 0.06em; line-height: 1.3; }
.proof-t                    { font-size: var(--step-0); font-weight: 700; letter-spacing: 0.04em; line-height: 1.3; }
.step-t                     { font-size: var(--step-1); font-weight: 700; letter-spacing: 0.03em; line-height: 1.2; }
#mobile-menu > a,
#mobile-menu summary        { font-size: var(--step-2); }
.outline, h1 .outline { color: var(--white); -webkit-text-stroke: 0; }
.accent, h1 .accent, h2 .accent { color: var(--red); }
p { text-wrap: pretty; }
p + p { margin-top: 1em; }
.sl, .eyebrow, .ci, .il, .fct, .fcopy, .ftag, .breadcrumb,
.nav-links > li > a, .nav-links > li > button, .rel-go, .stat-l, .contact-l,
.car-strip figcaption, .topbar a, .sig {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: var(--step--1);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.5;
}
p a, li a, td a, dd a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--line-gold);
  transition: color .18s var(--ease), text-decoration-color .18s var(--ease);
}
p a:hover, li a:hover, td a:hover, dd a:hover {
  color: var(--gold-light);
  text-decoration-color: var(--gold-light);
}
section {
  padding: var(--space-section) var(--edge);
  border-top: 1px solid var(--line);
}
section:first-of-type, .hero { border-top: 0; }
.cta-band + section { border-top: 0; }
.wrap   { max-width: var(--container); margin: 0 auto; }
.narrow { max-width: var(--narrow); margin: 0 auto; text-align: center; }
.narrow h2 { margin-bottom: clamp(28px, 4vw, 40px); }
.sh {
  text-align: center;
  max-width: 960px;
  margin: 0 auto clamp(36px, 5vw, 56px);
}
.sh h2, .sh h1 { margin-bottom: 18px; }
.sl {
  display: inline-block;
  color: var(--gold);
  font-size: var(--step--2);
  letter-spacing: 0.22em;
  margin-bottom: 18px;
}
.sl::before, .sl::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
  vertical-align: middle;
  margin: 0 14px;
}
.sd {
  color: var(--silver);
  max-width: var(--measure);
  margin-left: auto;
  margin-right: auto;
  font-size: var(--step-0);
  line-height: 1.7;
}
.sd strong { color: var(--white); font-weight: 600; }
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1001;
  height: var(--topbar-h);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
}
.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 0 16px;
  color: var(--white);
  font-weight: 600;
  font-size: var(--step--1);
  letter-spacing: 0.16em;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.topbar a:hover { opacity: 0.85; }
.tb-ico { width: 15px; height: 15px; flex: none; }
@media (min-width: 960px) { .tb-ico { width: 16px; height: 16px; } }
nav {
  position: fixed;
  top: var(--topbar-h); left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 var(--edge);
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: transform .28s var(--ease);
}
nav.nav-up { transform: translateY(-100%); }
.nav-logo { display: flex; align-items: center; text-decoration: none; flex: none; }
.nav-logo img { height: 34px; width: auto; }
.nav-links { display: none; }
.nav-right { display: flex; align-items: center; gap: 6px; }
#hamburger {
  width: 44px; height: 44px;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  gap: 6px;
  -webkit-tap-highlight-color: transparent;
}
#hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--white);
  transition: transform .25s var(--ease), opacity .2s var(--ease);
}
#hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
#hamburger.open span:nth-child(2) { opacity: 0; }
#hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
#mobile-menu {
  position: fixed; inset: 0;
  z-index: 900;
  background: var(--black);
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: calc(var(--topbar-h) + var(--nav-h) + 24px) var(--gutter) 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#mobile-menu.open { display: flex; }
#mobile-menu > :first-child { margin-top: auto; border-top: 1px solid var(--line); }
#mobile-menu > :last-child { margin-bottom: auto; }
#mobile-menu > a, #mobile-menu summary {
  text-decoration: none;
  padding: 16px 0;
  width: 100%;
  max-width: 420px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  -webkit-tap-highlight-color: transparent;
}
#mobile-menu > a:active, #mobile-menu summary:active { color: var(--red-b); }
.mm-dd { width: 100%; max-width: 420px; }
#mobile-menu summary {
  list-style: none;
  display: flex; justify-content: center; align-items: center; gap: 10px;
  cursor: pointer;
}
#mobile-menu summary::-webkit-details-marker { display: none; }
.mm-groups { list-style: none; margin: 0; padding: 6px 0 10px; border-bottom: 1px solid var(--line); }
#mobile-menu .svc-group { padding: 14px 0 6px; text-align: center; }
#mobile-menu .svc-group-name { border-bottom: 0; padding-bottom: 0; margin-bottom: 4px; }
#mobile-menu .svc-group > a { font-size: var(--step-0); padding: 8px 0; }
.svc-group-name { display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.svc-group-name a { color: var(--white); text-decoration: none; transition: color .18s var(--ease); }
.svc-group-name a:hover { color: var(--gold); }
.svc-group > a {
  display: block;
  color: var(--silver);
  text-decoration: none;
  font-size: var(--step--1);
  line-height: 1.5;
  padding: 5px 0;
  transition: color .18s var(--ease);
}
.svc-group > a:hover { color: var(--white); }
.nav-chev { width: 10px; height: 10px; flex: none; transition: transform .25s var(--ease); }
#mobile-menu .nav-chev { width: 14px; height: 14px; }
.mm-dd[open] > summary .nav-chev, .nav-dd.open .nav-chev { transform: rotate(180deg); }
@media (min-width: 960px) {
  nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
  }
  .nav-logo img { height: 42px; }
  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;   
    gap: clamp(20px, 2.6vw, 36px);
  }
  .nav-links > li > a, .nav-links > li > button {
    display: inline-flex; align-items: center; gap: 7px;
    color: var(--silver);
    text-decoration: none;
    font-size: var(--step--2);
    letter-spacing: 0.16em;
    padding: 8px 0;
    position: relative;
    transition: color .18s var(--ease);
  }
  .nav-links > li > a::after, .nav-links > li > button::after {
    content: '';
    position: absolute; left: 0; right: 0; bottom: 2px;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s var(--ease);
  }
  .nav-links > li > a:hover, .nav-links > li > button:hover,
  .nav-links > li > .on, .nav-dd.open > .nav-dd-btn { color: var(--white); }
  .nav-links > li > a:hover::after, .nav-links > li > button:hover::after,
  .nav-links > li > .on::after, .nav-dd.open > .nav-dd-btn::after { transform: scaleX(1); }
  .nav-dd { display: flex; align-items: center; align-self: stretch; }
  .nav-panel {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    max-height: calc(100vh - var(--topbar-h) - var(--nav-h));
    overflow-y: auto;
    padding: clamp(28px, 3vw, 40px) var(--edge) clamp(32px, 3.5vw, 44px);
    background: var(--carbon);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line-strong);
  }
  .nav-dd.open > .nav-panel { display: block; }
  .nav-panel-grid {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 720px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 48px;
  }
  .nav-right { justify-content: flex-end; }
  #hamburger, #mobile-menu { display: none !important; }
}
.bp, .bg, .bw, .nav-cta, .btn-primary, .mcta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: var(--step--1);
  letter-spacing: 0.105em;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius);
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
}
.bp, .nav-cta, .btn-primary, .mcta {
  background: var(--red);
  border-color: var(--red);
  color: var(--white) !important;
}
.bp:hover, .nav-cta:hover, .btn-primary:hover, .mcta:hover {
  background: #a5301f;
  border-color: #a5301f;
}
.bg {
  background: transparent;
  border-color: var(--line-strong);
  color: var(--white);
}
.bg:hover { border-color: var(--white); }
.bg svg, .bp svg, .bw svg, .nav-cta svg, .mcta svg, .btn-primary svg {
  width: 16px; height: 16px; flex: none;
}
.bw {
  background: var(--white);
  border-color: var(--white);
  color: var(--black) !important;
}
.bw:hover { background: #ffffff; border-color: #ffffff; }
.nav-cta {
  min-height: 40px;
  padding: 0 16px;
  font-size: var(--step--2);
  letter-spacing: 0.088em;
  border-radius: var(--radius-s);
}
.nav-cta-full { display: none; }
@media (min-width: 960px) {
  .nav-cta { min-height: 44px; padding: 0 22px; font-size: var(--step--1); }
  .nav-cta-full { display: inline; }
  .nav-cta-short { display: none; }
}
#mobile-menu .mcta {
  font-family: var(--font-mono);
  font-variation-settings: normal;
  font-weight: 600;
  font-size: var(--step--1);
  letter-spacing: 0.105em;
  margin-top: 28px;
  width: auto;
  border-top: 1px solid var(--red);
}
.acts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.acts > * { width: 100%; }
.section-cta { margin-top: clamp(40px, 5vw, 56px); }
@media (min-width: 640px) {
  .acts { flex-direction: row; justify-content: center; max-width: none; gap: 14px; }
  .acts > * { width: auto; }
}
.cta-col { display: grid; justify-items: stretch; width: 100%; max-width: 420px; margin-left: auto; margin-right: auto; }
.cta-col .acts { max-width: none; }
.cta-col .assure { width: auto; max-width: none; min-width: 0; margin-left: 0; margin-right: 0; }
@media (min-width: 640px) {
  .cta-col { width: max-content; max-width: 100%; }
  .cta-col .acts > * { flex: 1 1 auto; }
}
.assure {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 0 clamp(16px, 2.4vw, 28px);
  width: max-content;
  max-width: 100%;
  margin: 18px auto 0;
  color: var(--light);
}
.as { display: flex; align-items: center; gap: 10px; }
.as:first-child { gap: 5px; }
.as-t {
  font-size: var(--step--2);
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}
.as-t b { font-weight: 700; color: var(--white); }
.as svg { flex: none; }
.as .laurel { width: 18px; height: 26px; }
.as .laurel:last-child { transform: scaleX(-1); }
.as .shield { width: 34px; height: 34px; }
.as:first-child .as-t { text-align: center; }
.cta-band .assure { color: rgba(255, 255, 255, 0.82); }
.cta-band .as-t b, .cta-band .as svg { color: var(--white); }
@media (max-width: 479px) {
  .assure { gap: 0 8px; }
  .as { gap: 6px; }
  .as:first-child { gap: 4px; }
  .as .shield { width: 28px; height: 28px; }
  .as-t { letter-spacing: 0.02em; }
  .as .laurel { width: 16px; height: 23px; }
  .letter .assure, .cta-block .assure {
    grid-template-columns: 1fr;
    gap: 10px 0;
    justify-items: center;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: calc(var(--topbar-h) + var(--nav-h) + 48px) var(--edge) clamp(56px, 8vw, 88px);
}
.hbg {
  position: absolute; inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(192, 57, 43, 0.18), transparent 70%);
}
.hgrid { display: none; }
.hc {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  color: var(--silver);
  font-size: var(--step--2);
  letter-spacing: 0.16em;
  line-height: 1.8;
  margin-bottom: 22px;
  overflow-wrap: break-word;
}
.eyebrow > span { min-width: 0; }
.eyebrow::before, .eyebrow::after {
  content: '';
  flex: none;
  width: 22px; height: 1px;
  background: var(--line-gold);
}
.eyebrow-highlight { color: var(--gold); font-weight: 600; }
.hero h1 { margin-bottom: 22px; }
.h1-br { display: none; }
@media (min-width: 900px) {
  .h1-br { display: inline; }
  .hero h1 { font-variation-settings: 'wdth' 100; }
}
.sub {
  color: var(--light);
  max-width: 54ch;
  margin: 0 auto 32px;
  font-size: var(--step-0);
  line-height: 1.7;
}
@media (max-width: 479px) {
  .eyebrow::before, .eyebrow::after { display: none; }
  .eyebrow { letter-spacing: 0.08em; }
}
@media (min-width: 960px) {
  .hero { padding-top: calc(var(--topbar-h) + var(--nav-h) + 56px); }
  .sub { font-size: var(--step-1); line-height: 1.6; margin-bottom: 40px; }
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: clamp(26px, 3.5vw, 34px) auto 0;
  max-width: 100%;
}
.hero-proof .checks { margin: 0; grid-template-columns: 1fr; }
.hero-proof .checks li:first-child { display: none; }
.seal { flex: none; line-height: 0; }
.seal img { display: block; height: 76px; width: auto; }
@media (min-width: 640px) {
  .hero-proof { gap: 32px; }
  .hero-proof .checks { grid-template-columns: 1fr 1fr; }
  .hero-proof .checks li:first-child { display: flex; }
  .seal img { height: 92px; }
}
@keyframes rise {
  from { transform: translateY(16px); }
  to   { transform: none; }
}
.hc > * { animation: rise .8s var(--ease) both; }
.hc > :nth-child(1) { animation-delay: .05s; }
.hc > :nth-child(2) { animation-delay: .15s; }
.hc > :nth-child(3) { animation-delay: .25s; }
.hc > :nth-child(4) { animation-delay: .35s; }
.hc > :nth-child(5) { animation-delay: .45s; }
.checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  max-width: 680px;
  margin: clamp(26px, 3.5vw, 34px) auto 0;
  text-align: left;
}
.checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--light);
  font-size: var(--step--1);
  line-height: 1.5;
}
.checks svg {
  width: 16px; height: 16px;
  flex: none;
  margin-top: 3px;
  color: var(--gold);
}
@media (min-width: 640px) {
  .checks { grid-template-columns: 1fr 1fr; gap: 14px 28px; }
}
.g2, .g3, .g4, .g5, .rel-grid, .ic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.g2 > *, .g3 > *, .g4 > *, .g5 > *, .rel-grid > *, .ic-grid > * {
  flex: 1 1 100%;
  min-width: 0;
  background: var(--carbon);
}
@media (min-width: 640px) {
  .g2 > *, .g3 > *, .g4 > *, .rel-grid > *, .ic-grid > * { flex-basis: calc(50% - 1px); }
  .g5 > * { flex-basis: calc(33.333% - 1px); }
}
@media (min-width: 960px) {
  .g3 > *, .rel-grid > * { flex-basis: calc(33.333% - 1px); }
  .g4 > * { flex-basis: calc(25% - 1px); }
  .g5 > * { flex-basis: calc(20% - 1px); }
}
.card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  align-content: start;
  padding: clamp(24px, 3.2vw, 36px);
  transition: background .2s var(--ease);
}
.card:hover { background: var(--graphite); }
.ci {
  grid-column: 1;
  grid-row: 1;
  align-self: baseline;
  color: var(--gold);
  font-weight: 600;
  font-size: var(--step--1);
  letter-spacing: 0.16em;
}
.ct { grid-column: 2; grid-row: 1; align-self: baseline; margin-bottom: 14px; }
.card > .cd { grid-column: 1 / -1; }
.cd {
  color: var(--silver);
  font-size: var(--step--1);
  line-height: 1.7;
}
.faq-list { border-top: 1px solid var(--line); text-align: left; }
.fi { border-bottom: 1px solid var(--line); }
.fq {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  color: var(--white);
  font-weight: 600;
  font-size: var(--step-0);
  line-height: 1.45;
  -webkit-tap-highlight-color: transparent;
  transition: color .18s var(--ease);
}
.fq::-webkit-details-marker { display: none; }
.fq::marker { content: ''; }
.fq:hover, .fi[open] .fq { color: var(--gold-light); }
.ficon { position: relative; width: 14px; height: 14px; flex: none; }
.ficon::before, .ficon::after {
  content: '';
  position: absolute;
  left: 0; top: 6px;
  width: 14px; height: 2px;
  background: var(--red-b);
  transition: transform .25s var(--ease);
}
.ficon::after { transform: rotate(90deg); }
.fi[open] .ficon::after { transform: rotate(0); }
.fa {
  padding: 0 0 22px;
  color: var(--light);
  font-size: var(--step-0);
  line-height: 1.7;
  max-width: 68ch;
}
.fa strong { color: var(--white); font-weight: 600; }
.cta-band {
  background: var(--red);
  padding: var(--space-section) var(--edge);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}
.cta-band > div { max-width: 720px; }
.cbt { color: var(--white); margin-bottom: 12px; }
.cbs { color: rgba(255, 255, 255, 0.82); font-size: var(--step-0); line-height: 1.6; }
.cta-band .bp, .cta-band .bw {
  background: var(--white);
  border-color: var(--white);
  color: var(--black) !important;
}
footer {
  border-top: 1px solid var(--line);
  padding: var(--space-section) var(--edge) 40px;
  background: var(--black);
}
.ft {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}
.fb img { height: 40px; width: auto; }
.ftag {
  margin-top: 14px;
  color: var(--muted);
  font-size: var(--step--2);
  letter-spacing: 0.14em;
  line-height: 1.7;
}
.fseal { display: block; width: max-content; margin-top: 18px; line-height: 0; }
.fseal img { height: 64px; width: auto; }
.fct {
  color: var(--gold);
  font-size: var(--step--2);
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
.fc a, .fc p {
  display: block;
  color: var(--silver);
  font-size: var(--step--1);
  line-height: 2.1;
  text-decoration: none;
  transition: color .18s var(--ease);
}
.fc a:hover { color: var(--white); }
.flinks { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.flinks a {
  color: var(--muted);
  font-size: var(--step--2);
  line-height: 2.2;
  text-decoration: none;
  transition: color .18s var(--ease);
}
.flinks a:hover { color: var(--silver); }
.fcopy {
  margin-top: 24px;
  color: var(--muted);
  font-size: var(--step--2);
  letter-spacing: 0.1em;
}
@media (min-width: 640px) { .ft { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .ft { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; } }
.ed { text-align: left; }
.ed-h, h2.ed-h {
  font-variation-settings: 'wdth' var(--wdth-body);
  font-weight: 500;
  font-size: var(--step-3);
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: none;
  text-wrap: balance;
  margin-bottom: 0.7em;
}
.ed p {
  color: var(--light);
  font-size: var(--step-ed);
  line-height: 1.6;
  max-width: 50ch;
}
.ed p + p { margin-top: 1.25em; }
.ed p.lead { color: var(--white); font-weight: 600; }
.ed p.lead + p.lead { margin-top: 0.6em; }
.ed .sig {
  display: block;
  margin-top: 2em;
  color: var(--silver);
  font-size: var(--step--1);
  letter-spacing: 0.12em;
}
.proof {
  display: grid;
  gap: 22px;
  margin-top: clamp(32px, 4vw, 44px);
}
.proof-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
}
.proof-ico {
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--gold);
}
.proof-ico svg { width: 20px; height: 20px; }
.proof-t { margin-bottom: 4px; }
.proof-d, .ed .proof-d { color: var(--silver); font-size: var(--step--1); line-height: 1.6; max-width: 48ch; }
.steps {
  --rail-gap: 30px;
  --node: 13px;
  list-style: none;
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: var(--rail-gap);
}
.steps li {
  position: relative;
  padding-left: calc(var(--node) + 22px);
}
.steps li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.32em;
  width: var(--node);
  height: var(--node);
  border-radius: 50%;
  background: var(--black);
  border: 1px solid var(--line-strong);
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.steps li::after {
  content: '';
  position: absolute;
  left: calc(var(--node) / 2);
  top: calc(0.32em + var(--node));
  bottom: calc(-1 * var(--rail-gap));
  width: 1px;
  background: linear-gradient(var(--gold), var(--gold)) no-repeat 0 0 / 100% 0%, var(--line-strong);
  transition: background-size .4s var(--ease);
}
.steps li:last-child::after { display: none; }
.step-n {
  display: block;
  font-size: var(--step-4);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--graphite);
}
@supports (-webkit-text-stroke: 1px #000) {
  .step-n { color: transparent; -webkit-text-stroke: 1px var(--line-strong); }
}
.step-t { display: block; margin-top: 10px; }
.step-d {
  margin-top: 8px;
  color: var(--light);
  font-size: var(--step-0);
  line-height: 1.6;
  max-width: 34ch;
}
.steps:not(.r) li::before { background: var(--gold); border-color: var(--gold); }
.steps:not(.r) li::after  { background-size: 100% 100%; }
.steps li:nth-child(1)::after  { transition-delay: .15s; }
.steps li:nth-child(2)::before { transition-delay: .5s; }
.steps li:nth-child(2)::after  { transition-delay: .65s; }
.steps li:nth-child(3)::before { transition-delay: 1s; }
.steps li:nth-child(3)::after  { transition-delay: 1.15s; }
.steps li:nth-child(4)::before { transition-delay: 1.5s; }
.steps li:nth-child(4)::after  { transition-delay: 1.65s; }
.steps li:nth-child(5)::before { transition-delay: 2s; }
@media (min-width: 960px) {
  .steps {
    --rail-gap: 32px;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 0;
  }
  .step-n { font-size: var(--step-5); }
  .steps li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    align-content: start;
    padding-left: 0;
    padding-top: calc(var(--node) + 28px);
  }
  .steps li::before { top: 0; }
  .steps li::after {
    top: calc(var(--node) / 2);
    left: var(--node);
    right: calc(-1 * var(--rail-gap));
    bottom: auto;
    width: auto;
    height: 1px;
    background-size: 0% 100%;
  }
  .steps:not(.r) li::after { background-size: 100% 100%; }
}
.fu { transition: opacity .6s var(--ease), transform .6s var(--ease); }
.fu.r { opacity: 0; transform: translateY(18px); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.stars {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.18);
  letter-spacing: 0.1em;
  font-size: var(--step--1);
  line-height: 1;
  white-space: nowrap;
}
.stars::before {
  content: attr(data-stars);
  position: absolute; inset: 0;
  width: var(--fill, 100%);
  overflow: hidden;
  color: var(--gold);
}
.gr-wall {
  max-width: var(--container);
  margin: 0 auto;
  column-gap: 24px;
}
@media (min-width: 700px) {
  .gr-wall { column-count: 2; }
}
.gr-card {
  break-inside: avoid;
  margin: 0 0 24px;
  padding: clamp(16px, 2vw, 20px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #fff;
  color: #51555a;
  font-family: 'Roboto', Arial, sans-serif;
  font-variation-settings: normal;
  font-size: calc(var(--step-1) * 0.9);
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.gr-profile { display: flex; align-items: center; gap: 14px; }
.gr-person { min-width: 0; }
.gr-avatar {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: var(--step-2);
  line-height: 1;
  object-fit: contain;
}
.gr-avatar--kayode { background: #4f2fa8; }
.gr-avatar--chelsea { background: #e85e2b; }
.gr-avatar--anan { background: #689f38; }
.gr-avatar--sahir { background: #80939d; }
.gr-name {
  color: #202124;
  font-family: inherit;
  font-variation-settings: normal;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: none;
}
.gr-meta {
  margin-top: 2px;
  color: #474a48;
  font-size: var(--step-0);
  line-height: 1.35;
}
.gr-rating { display: flex; margin: 14px 0 16px; width: 80px; }
.gr-rating svg { flex: 0 0 20%; width: 20%; height: auto; fill: #ffb400; }
.gr-price { margin-bottom: 12px; font-size: var(--step-0); }
.gr-quote { margin: 0; padding: 0; }
.gr-card p { text-wrap: wrap; }
.gr-services {
  margin-top: 4px;
  padding: 20px;
  border-radius: 22px;
  background: #f6f7f8;
}
.gr-services dt { margin-bottom: 4px; }
.gr-services dd { margin: 0; }
.gr-photos { display: flex; gap: 6px; margin-top: 14px; }
.gr-photos img {
  width: 29%;
  max-width: 160px;
  height: auto;
  aspect-ratio: 1;
  align-self: flex-start;
  border-radius: 14px;
  object-fit: cover;
}
@media (max-width: 900px) { :root { --wdth-display: 104; } }
@media (max-width: 700px) { :root { --wdth-display: 90; } }
@media (max-width: 420px) { :root { --wdth-display: 82; } }
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: calc(var(--topbar-h) + var(--nav-h) + 20px) var(--edge) 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  color: var(--muted);
  font-size: var(--step--2);
  letter-spacing: 0.1em;
}
.breadcrumb a { color: var(--silver); text-decoration: none; transition: color .18s var(--ease); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb .crumb-here { color: var(--light); }
.breadcrumb + .hero { padding-top: clamp(28px, 4vw, 48px); }
.two {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: var(--container);
  margin: 0 auto;
}
.two .sd { margin-left: 0; }
@media (min-width: 960px) {
  .two { grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
}
.cl {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cl li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--light);
  font-size: var(--step--1);
  line-height: 1.6;
}
.cl li::before {
  content: '';
  flex: none;
  width: 14px; height: 14px;
  margin-top: 4px;
  border: 1px solid var(--line-gold);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4a017' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5 10 17.5 19 7'/%3E%3C/svg%3E") center / 9px no-repeat;
}
.ic { padding: clamp(22px, 3vw, 30px); }
.il {
  display: block;
  color: var(--gold);
  font-size: var(--step--2);
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.iv { margin-bottom: 6px; }
.is { color: var(--silver); font-size: var(--step--1); line-height: 1.55; }
.rel-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  text-decoration: none;
  transition: background .2s var(--ease);
}
.rel-card:hover { background: var(--graphite); }
.rel-card:hover .rel-go { transform: translateX(4px); }
.rel-name { color: var(--white); font-size: var(--step--1); line-height: 1.35; }
.rel-go { color: var(--red-b); font-size: var(--step--1); transition: transform .2s var(--ease); }
.sub-block { margin-top: clamp(32px, 5vw, 48px); text-align: center; }
.sub-block .sl { margin-bottom: 20px; }
.sub-block .rel-grid { text-align: left; }
.note { margin-top: clamp(24px, 4vw, 36px); text-align: center; }
.cta-final { text-align: center; }
.cta-final h2 { margin-bottom: 18px; }
.cta-final .sd { margin-bottom: clamp(28px, 4vw, 40px); }
section .flinks, .link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 32px;
  max-width: var(--narrow);
  margin: 8px auto 0;
}
section .flinks a, .link-row a {
  color: var(--white);
  font-size: var(--step-0);
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid var(--line-gold);
  padding-bottom: 2px;
  transition: color .18s var(--ease), border-color .18s var(--ease);
}
section .flinks a:hover, .link-row a:hover { color: var(--gold); border-color: var(--gold); }
section .rel-grid + .flinks { margin-top: 28px; }
.hero-svc .hc { container-type: inline-size; }
.hero-svc h1 {
  --h1-k: 1;
  --h1-min: min(var(--step-3), var(--step-hero));
  font-size: clamp(var(--h1-min),
                   calc(100cqi / (var(--h1-em) * var(--h1-k))), var(--step-hero));
}
@media (max-width: 900px) { .hero-svc h1 { --h1-k: 1.042; } }
@media (max-width: 700px) { .hero-svc h1 { --h1-k: 0.907; } }
@media (max-width: 420px) { .hero-svc h1 { --h1-k: 0.833; } }
.svc-figure { margin: 0; border-radius: var(--radius); overflow: hidden; }
.svc-figure img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.two + .g3 { margin-top: clamp(40px, 5vw, 64px); }
@media (min-width: 960px) {
  .svc-figure img { aspect-ratio: 4 / 3; }
}
@media (min-width: 960px) {
  .steps.steps-4 { grid-template-columns: repeat(4, 1fr); }
}
.gr-pair { column-count: auto; display: grid; gap: 24px; }
.gr-pair .gr-card { margin: 0; }
@media (min-width: 700px) {
  .gr-pair { grid-template-columns: 1fr 1fr; }
}
.svc-figure iframe { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; border: 0; }
@media (min-width: 960px) {
  .svc-figure iframe { aspect-ratio: 4 / 3; }
}
a.card { text-decoration: none; color: inherit; }
a.card:hover .ct { color: var(--gold); }
