
:root {
  --amber-tx: #8F5A0C;
  --ink:      #0B1F19;
  --deep:     #12382D;
  --viridian: #1A6B52;
  --lichen:   #9CCBB6;
  --paper:    #EDF1EC;
  --card:     #FFFFFF;
  --amber:    #E0972B;
  --amber-dk: #A96B10;
  --rule:     #D2DACF;
  --muted:    #4C6259;

  --display: "Anton", "Arial Narrow", sans-serif;
  --body:    "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono:    "Space Mono", ui-monospace, Menlo, Consolas, monospace;

  --maxw: 1180px;
  --pad: clamp(20px, 5vw, 48px);
  --gap: clamp(28px, 4vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--viridian); text-underline-offset: 3px; }
a:hover { color: var(--deep); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

.skip { position: absolute; left: -9999px; background: var(--amber); color: var(--ink); padding: 12px 18px; font-weight: 700; z-index: 100; }
.skip:focus { left: 12px; top: 12px; }

h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.12; }
h1 { font-family: var(--display); font-weight: 400; font-size: clamp(2.5rem, 6.2vw, 4.4rem); text-transform: uppercase; line-height: .97; letter-spacing: .005em; }
h2 { font-family: var(--display); font-weight: 400; font-size: clamp(1.8rem, 3.5vw, 2.8rem); text-transform: uppercase; line-height: 1.03; letter-spacing: .01em; }
h3 { font-size: 1.2rem; font-weight: 700; letter-spacing: -.008em; }
h4 { font-size: 1.02rem; font-weight: 700; }
p { margin: 0 0 1.1em; max-width: 68ch; }
p:last-child { margin-bottom: 0; }

.lede { font-size: clamp(1.1rem, 1.9vw, 1.3rem); line-height: 1.55; color: var(--muted); max-width: 60ch; }
.label { font-family: var(--mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--viridian); margin: 0 0 14px; display: block; }
.label--light { color: var(--lichen); }
.reg { font-size: .55em; vertical-align: super; letter-spacing: 0; }

.barrier {
  height: 20px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background-color: var(--card);
  background-image:
    radial-gradient(circle at 3px 5px,   rgba(26,107,82,.55) 1.1px, transparent 1.5px),
    radial-gradient(circle at 11px 13px, rgba(26,107,82,.30) 1.0px, transparent 1.4px),
    radial-gradient(circle at 17px 7px,  rgba(26,107,82,.42) .9px,  transparent 1.3px);
  background-size: 20px 20px, 20px 20px, 20px 20px;
}
.barrier--dark {
  background-color: var(--deep);
  border-color: rgba(156,203,182,.22);
  background-image:
    radial-gradient(circle at 3px 5px,   rgba(156,203,182,.75) 1.1px, transparent 1.5px),
    radial-gradient(circle at 11px 13px, rgba(156,203,182,.40) 1.0px, transparent 1.4px),
    radial-gradient(circle at 17px 7px,  rgba(156,203,182,.55) .9px,  transparent 1.3px);
}

.btn { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1rem; line-height: 1.2; padding: 15px 26px; border: 2px solid var(--ink); border-radius: 3px; text-decoration: none; box-shadow: 4px 4px 0 var(--ink); transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease, color .14s ease; }
.btn:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.btn--onDark { box-shadow: 4px 4px 0 var(--lichen); }
.btn--onDark:hover { box-shadow: 7px 7px 0 var(--lichen); }
.btn--onDark:active { box-shadow: 1px 1px 0 var(--lichen); }
.ico { width: 1.15em; height: 1.15em; flex: none; fill: currentColor; display: block; }
.btn--go { background: var(--amber); color: var(--ink); }
.btn--go:hover { background: var(--amber-dk); color: #fff; }
.btn--line { background: transparent; color: var(--ink); }
.btn--line:hover { background: var(--ink); color: var(--paper); }
.btn--onDark { background: transparent; color: #fff; border-color: var(--lichen); }
.btn--onDark:hover { background: var(--lichen); color: var(--deep); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }

.site-head { background: #1E211C; border-bottom: 1px solid #343830; position: sticky; top: 0; z-index: 50; }
.head-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; color: #fff; }
.brand-name { font-family: var(--display); font-size: 1.14rem; text-transform: uppercase; letter-spacing: .02em; line-height: 1; }
.brand-sub { font-family: var(--mono); font-size: .58rem; letter-spacing: .17em; text-transform: uppercase; color: var(--lichen); display: block; margin-top: 3px; }

.head-nav { border-top: 1px solid #343830; background: #262A23; }
.nav ul { list-style: none; display: flex; flex-wrap: wrap; margin: 0; padding: 0; }
.nav li { flex: 1 1 auto; border-left: 1px solid #343830; }
.nav li:first-child { border-left: 0; }
.nav a { display: block; text-align: center; text-decoration: none; color: #D6DAD2; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; padding: 15px 10px; border-bottom: 3px solid transparent; transition: color .14s ease, background-color .14s ease, border-color .14s ease; }
.nav a:hover { color: #fff; background: #333830; border-bottom-color: var(--lichen); }
.nav a[aria-current="page"] { color: var(--lichen); background: #333830; border-bottom-color: var(--amber); }

.head-call { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-weight: 700; font-size: .92rem; text-decoration: none; color: var(--ink); background: var(--amber); border: 2px solid var(--ink); border-radius: 3px; padding: 10px 16px; white-space: nowrap; box-shadow: 3px 3px 0 var(--ink); transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease, color .14s ease; }
.head-call:hover { background: var(--amber-dk); color: #fff; transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--ink); }
.head-call:active { transform: translate(2px, 2px); box-shadow: 0 0 0 var(--ink); }

@media (max-width: 1040px) {
  .nav a { font-size: .67rem; letter-spacing: .04em; padding: 14px 7px; }
}
@media (max-width: 620px) {
  .head-top { min-height: 62px; }
  .brand-name { font-size: 1.05rem; }
  .brand-sub { font-size: .52rem; }
  .head-call { padding: 9px 12px; font-size: .8rem; }
  .nav a { font-size: .63rem; letter-spacing: .05em; padding: 13px 5px; }
}
@media (max-width: 430px) {
  .nav li { flex: 1 1 33%; border-bottom: 1px solid var(--rule); }
  .nav li:nth-child(3n+1) { border-left: 0; }
  .nav a { white-space: normal; font-size: .62rem; padding: 11px 4px; }
}

.section { padding-block: clamp(52px, 8vw, 92px); }
.section--card { background: var(--card); }
.section--dark { background: var(--deep); color: #E7F0EA; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark p { color: #C9DCD2; }
.section--dark a { color: var(--lichen); }

.spine { display: grid; grid-template-columns: minmax(150px, 210px) 1fr; gap: var(--gap); align-items: start; }
.spine-head { position: sticky; top: 104px; }
.spine-head h2 { margin-bottom: 0; }
@media (max-width: 860px) { .spine { grid-template-columns: 1fr; gap: 22px; } .spine-head { position: static; } }

.hero { background: var(--card); padding-block: clamp(44px, 7vw, 84px); border-bottom: 1px solid var(--rule); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: var(--gap); align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 .hl { color: var(--viridian); }

.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 34px; background: var(--rule); border: 1px solid var(--rule); }
.hero-stats div { background: var(--card); padding: 16px 14px; }
.hero-stats .n { font-family: var(--display); font-size: 1.85rem; color: var(--amber-tx); line-height: 1; display: block; }
.hero-stats .t { font-family: var(--mono); font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; color: var(--muted); display: block; margin-top: 7px; }

.page-hero { background: var(--deep); color: #fff; padding-block: clamp(46px, 7vw, 78px); }
.page-hero h1 { color: #fff; max-width: 20ch; }
.page-hero .lede { color: #BFD6CA; }
.page-hero .crumb { font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--lichen); margin-bottom: 16px; }
.page-hero .crumb a { color: var(--lichen); }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card { background: var(--card); border: 1px solid var(--rule); border-radius: 3px; padding: 26px 24px; }
.card p { font-size: .98rem; color: var(--muted); }
.card h3 { margin-bottom: .45em; }
.section--card .card { background: var(--paper); }
.card--feature { border: 2px solid var(--viridian); border-top: 8px solid var(--viridian); padding: 30px 28px; }
.card--feature h3 { font-size: 1.45rem; }

.card-tag { font-family: var(--mono); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; color: #fff; background: var(--viridian); padding: 4px 9px; border-radius: 2px; display: inline-block; margin-bottom: 14px; }
.card-tag--alt { background: var(--ink); }
.card-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .93rem; text-decoration: none; color: var(--deep); background: var(--amber); border: 2px solid var(--ink); border-radius: 999px; padding: 9px 18px; margin-top: 14px; box-shadow: 3px 3px 0 var(--ink); transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease; }
.card-link:hover { background: var(--amber-dk); color: #fff; transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.card-link:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.card-link .ico { width: 1em; height: 1em; }

.steps { counter-reset: s; display: grid; gap: 2px; background: var(--rule); border: 1px solid var(--rule); }
.step { background: var(--card); padding: 24px 26px 24px 78px; position: relative; counter-increment: s; }
.step::before { content: counter(s, decimal-leading-zero); position: absolute; left: 26px; top: 24px; font-family: var(--mono); font-weight: 700; font-size: .95rem; color: var(--amber-dk); }
.step h3 { margin-bottom: .3em; }
.step p { margin: 0; color: var(--muted); font-size: .98rem; }
@media (max-width: 520px) { .step { padding: 22px 20px; } .step::before { position: static; display: block; margin-bottom: 8px; } }

.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.ticks li { position: relative; padding-left: 30px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .62em; width: 15px; height: 3px; background: var(--amber); }
.section--dark .ticks li::before { background: var(--lichen); }
.plain { list-style: none; margin: 0; padding: 0; }
.plain li { padding: 11px 0; border-bottom: 1px solid var(--rule); }
.plain li:last-child { border-bottom: 0; }

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.compare { width: 100%; min-width: 620px; border-collapse: collapse; background: var(--card); font-size: .96rem; }
table.compare caption { text-align: left; font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); padding-bottom: 12px; }
table.compare th, table.compare td { border: 1px solid var(--rule); padding: 13px 15px; text-align: left; vertical-align: top; }
table.compare thead th { background: var(--deep); color: #fff; font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
table.compare tbody th { background: var(--paper); font-weight: 700; width: 26%; }

.faq { border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); background: var(--card); }
.faq summary { cursor: pointer; padding: 20px 46px 20px 22px; font-weight: 700; font-size: 1.04rem; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 17px; font-family: var(--mono); font-size: 1.4rem; color: var(--amber-tx); line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq summary:hover { color: var(--viridian); }
.faq .a { padding: 0 22px 22px; }
.faq .a p { color: var(--muted); font-size: .99rem; }

.cta { background: var(--deep); color: #fff; padding-block: clamp(42px, 6vw, 68px); }
.cta h2 { color: #fff; max-width: 22ch; }
.cta p { color: #D4DBD6; }
.cta .btn--line { border-color: var(--lichen); color: #fff; box-shadow: 4px 4px 0 var(--lichen); }
.cta .btn--line:hover { background: var(--lichen); color: var(--deep); box-shadow: 7px 7px 0 var(--lichen); }
.cta .btn--line:active { box-shadow: 1px 1px 0 var(--lichen); }
.cta .cta-phone { color: var(--lichen); border-bottom-color: var(--amber); }
.cta .cta-phone:hover { color: #fff; }
.cta-in { display: grid; grid-template-columns: 1.3fr .7fr; gap: var(--gap); align-items: center; }
@media (max-width: 780px) { .cta-in { grid-template-columns: 1fr; } }
.cta-phone { display: inline-flex; align-items: center; gap: 12px; font-family: var(--mono); font-weight: 700; font-size: clamp(1.2rem, 3.2vw, 1.75rem); color: var(--ink); text-decoration: none; border-bottom: 3px solid var(--ink); padding-bottom: 8px; }
.cta-phone .ico { width: .9em; height: .9em; }

.form-grid { display: grid; gap: 18px; max-width: 620px; }
.field label { display: block; font-family: var(--mono); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink); background: var(--card); border: 1px solid var(--muted); border-radius: 2px; padding: 12px 14px; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--viridian); }
.form-note { font-size: .88rem; color: var(--muted); }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .duo { grid-template-columns: 1fr; } }

.site-foot { background: #1E211C; color: #C9DCD2; padding-block: 54px 26px; font-size: .94rem; border-top: 3px solid var(--amber); }
.site-foot h4 { font-family: var(--mono); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--amber); margin-bottom: 14px; }
.site-foot a { color: #E7F0EA; text-decoration: none; }
.site-foot a:hover { color: var(--lichen); text-decoration: underline; }
.foot-grid { display: grid; grid-template-columns: 1.35fr 1fr .9fr 1.4fr; gap: clamp(28px, 4vw, 52px); align-items: start; }
.foot-grid > div + div { padding-left: clamp(0px, 2.4vw, 30px); border-left: 1px solid rgba(156,203,182,.16); }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot-grid ul a { display: inline-block; border-bottom: 1px solid transparent; }
.foot-grid ul a:hover { text-decoration: none; border-bottom-color: var(--lichen); }
.foot-brand { font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; color: #fff; margin-bottom: 12px; }
.foot-bar { margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(156,203,182,.2); display: flex; flex-wrap: wrap; gap: 10px 34px; justify-content: space-between; align-items: baseline; font-size: .78rem; color: #8FA396; }
.foot-bar p { max-width: 74ch; margin: 0; color: #8FA396; line-height: 1.7; }

.mt-s { margin-top: 18px; }
.mt-m { margin-top: 34px; }
.mt-l { margin-top: 52px; }
.narrow { max-width: 760px; }

.sec-head { margin-bottom: 40px; }
.sec-head .num { font-family: var(--mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--viridian); display: block; margin-bottom: 14px; }
.sec-head h2 { margin: 0; }
.sec-head .rule { display: block; height: 2px; margin-top: 22px; background: linear-gradient(90deg, var(--amber) 0 56px, var(--rule) 56px); }
.section--dark .sec-head .num { color: var(--lichen); }
.section--dark .sec-head .rule { background: rgba(156,203,182,.3); }

.timeline { counter-reset: tl; display: grid; gap: 14px; }
.tl-item {
  counter-increment: tl;
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: clamp(18px, 2.5vw, 30px);
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: clamp(22px, 2.6vw, 30px) clamp(22px, 2.6vw, 32px);
}
.section--card .tl-item { background: var(--paper); }

/* numbered node + connecting rail */
.tl-item::before {
  content: counter(tl, decimal-leading-zero);
  grid-column: 1;
  align-self: start;
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-weight: 700; font-size: 1.05rem;
  color: #fff; background: var(--viridian);
  border-radius: 50%;
}
.tl-item::after {
  content: "";
  position: absolute;
  left: calc(clamp(22px, 2.6vw, 32px) + 26px);
  top: calc(clamp(22px, 2.6vw, 30px) + 52px);
  bottom: -15px;
  width: 2px;
  background: var(--rule);
}
.tl-item:last-child::after { display: none; }

.tl-body { grid-column: 2; min-width: 0; }
.tl-item .tag {
  display: inline-block;
  font-family: var(--mono); font-size: .62rem; letter-spacing: .13em;
  text-transform: uppercase; color: var(--deep);
  background: var(--lichen);
  border-radius: 999px; padding: 4px 11px;
  margin-bottom: 11px;
}
.tl-item h3 { font-size: 1.2rem; margin-bottom: .4em; }
.tl-item p { color: var(--muted); font-size: 1rem; line-height: 1.62; margin: 0; max-width: 62ch; }

@media (max-width: 620px) {
  .tl-item { grid-template-columns: 1fr; gap: 14px; }
  .tl-item::before { width: 42px; height: 42px; font-size: .92rem; }
  .tl-item::after { display: none; }
}

.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.signal { background: var(--card); border: 1px solid var(--rule); border-top: 3px solid var(--amber); border-radius: 3px; padding: 26px 24px; }
.section--card .signal { background: var(--paper); }
.signal .k { display: block; font-family: var(--body); font-size: 1.02rem; font-weight: 700; letter-spacing: -.005em; text-transform: none; color: var(--ink); margin-bottom: 9px; }
.signal p { margin: 0; font-size: 1rem; line-height: 1.6; color: var(--muted); }
@media (max-width: 820px) { .signal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .signal-grid { grid-template-columns: 1fr; } }

.split-panel { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--rule); background: var(--card); }
.split-panel > div { padding: 30px 28px; }
.split-panel > div + div { border-left: 1px solid var(--rule); }
@media (max-width: 760px) { .split-panel { grid-template-columns: 1fr; } .split-panel > div + div { border-left: 0; border-top: 1px solid var(--rule); } }

.mark { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.mark li { position: relative; padding-left: 32px; font-size: .97rem; }
.mark li::before { position: absolute; left: 0; top: 0; font-family: var(--mono); font-weight: 700; }
.mark--yes li::before { content: "+"; color: var(--viridian); font-size: 1.2rem; line-height: 1.35; }
.mark--no li::before { content: "\00d7"; color: #A6402A; font-size: 1.15rem; line-height: 1.4; }

.factors { border-top: 2px solid currentColor; }
.factors > div { display: grid; grid-template-columns: 250px 1fr; gap: 26px; padding: 20px 0; border-bottom: 1px solid var(--rule); }
.factors h3 { margin: 0; font-size: 1.02rem; }
.factors p { margin: 0; color: var(--muted); font-size: .97rem; }
.section--dark .factors > div { border-bottom-color: rgba(156,203,182,.25); }
.section--dark .factors p { color: #C9DCD2; }
@media (max-width: 700px) { .factors > div { grid-template-columns: 1fr; gap: 6px; } }

.hero-banner { position: relative; background: var(--deep); color: #fff; overflow: hidden; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; min-height: clamp(480px, 40vw, 680px); }

.hero-copy { display: flex; flex-direction: column; justify-content: center; z-index: 2; padding-block: clamp(48px, 6vw, 84px); padding-right: clamp(28px, 3.5vw, 60px); padding-left: max(var(--pad), calc((100vw - 1180px) / 2 + var(--pad))); }
.hero-copy > * { max-width: 33rem; }
.hero-banner h1 { color: #fff; }
.hero-banner h1 .hl { color: var(--lichen); }
.hero-banner .lede { color: #C6DBCF; }

.hero-media { position: relative; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 38%; }
.hero-fade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--deep) 0%, rgba(18,56,45,.82) 14%, rgba(18,56,45,.30) 38%, transparent 62%), linear-gradient(180deg, rgba(0,0,0,.34) 0%, transparent 26%, rgba(0,0,0,.34) 100%); }

.hero-badge { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: var(--deep); background: var(--lichen); border-radius: 999px; padding: 7px 15px; margin-bottom: 22px; align-self: flex-start; }
.hero-badge svg { width: 14px; height: 14px; fill: var(--deep); }

.hero-areas { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(156,203,182,.3); font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--lichen); line-height: 2; }
.hero-areas span { white-space: nowrap; }
.hero-areas i { font-style: normal; opacity: .45; padding: 0 9px; }

@media (max-width: 980px) {
  .hero-banner { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { order: 1; padding-inline: var(--pad); padding-block: clamp(34px, 5.5vw, 60px) clamp(28px, 4.5vw, 48px); }
  .hero-copy > * { max-width: none; }
  .hero-banner h1 { font-size: clamp(2.05rem, 7.4vw, 3.3rem); line-height: 1.02; }
  .hero-banner .lede { font-size: clamp(1rem, 2.6vw, 1.15rem); line-height: 1.5; }
  .hero-badge { margin-bottom: 16px; }
  .hero-areas { margin-top: 22px; padding-top: 16px; font-size: .64rem; letter-spacing: .1em; line-height: 1.9; }
  .hero-areas i { padding: 0 6px; }
  .hero-media { order: 2; height: clamp(196px, 44vw, 300px); }
  .hero-photo { object-position: 62% 32%; }
  .hero-fade { background: linear-gradient(180deg, var(--deep) 0%, rgba(18,56,45,.55) 16%, rgba(18,56,45,.06) 46%, transparent 62%), linear-gradient(0deg, rgba(0,0,0,.30) 0%, transparent 34%); }
}
@media (max-width: 620px) {
  .site-head { position: static; }
}
@media (max-width: 560px) {
  .hero-banner .btn-row { margin-top: 22px; gap: 10px; }
  .hero-areas { display: flex; flex-wrap: wrap; gap: 0 2px; }
}

.trust { background: var(--card); border-bottom: 1px solid var(--rule); }
.trust ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust li { padding: 22px 24px; border-left: 1px solid var(--rule); }
.trust li:first-child { border-left: 0; }
.trust .t { display: block; font-weight: 700; font-size: .97rem; margin-bottom: 3px; }
.trust .d { display: block; font-size: .86rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 860px) { .trust ul { grid-template-columns: repeat(2, 1fr); } .trust li:nth-child(3) { border-left: 0; } .trust li:nth-child(n+3) { border-top: 1px solid var(--rule); } }
@media (max-width: 520px) { .trust ul { grid-template-columns: 1fr; } .trust li { border-left: 0; border-top: 1px solid var(--rule); } .trust li:first-child { border-top: 0; } }

.id-copy { max-width: 820px; }
.section--card .id-facts { display: grid; gap: 2px; background: var(--rule); border: 1px solid var(--rule); margin-top: 24px; }
.id-facts div { background: var(--card); padding: 16px 18px; display: grid; grid-template-columns: 120px 1fr; gap: 18px; }
.id-facts dt, .id-facts .k2 { font-family: var(--mono); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; color: var(--viridian); }
.id-facts .v { font-size: .96rem; color: var(--muted); }
@media (max-width: 520px) { .id-facts div { grid-template-columns: 1fr; gap: 5px; } }

.photo { position: relative; margin: 0; background: var(--card); border: 1px solid var(--rule); border-radius: 4px; padding: 12px; box-shadow: 12px 12px 0 rgba(26,107,82,.15); }
.photo img { display: block; width: 100%; height: auto; border-radius: 2px; }
.photo--amber { box-shadow: 12px 12px 0 rgba(224,151,43,.28); }
.photo--flip { box-shadow: -12px 12px 0 rgba(26,107,82,.15); }
.section--card .photo { background: var(--paper); }
.section--dark .photo { background: rgba(255,255,255,.05); border-color: rgba(156,203,182,.3); box-shadow: 12px 12px 0 rgba(156,203,182,.16); }

.media { display: grid; grid-template-columns: 1fr 392px; gap: var(--gap); align-items: center; }
.media--left { grid-template-columns: 392px 1fr; }
.media--narrow { grid-template-columns: 300px 1fr; }
.photo--sm { max-width: 255px; }
@media (max-width: 900px) {
  .media, .media--left, .media--narrow { grid-template-columns: 1fr; gap: 30px; }
  .media--left .photo { order: -1; }
  .photo { max-width: 440px; box-shadow: 9px 9px 0 rgba(26,107,82,.15); }
  .photo--flip { box-shadow: 9px 9px 0 rgba(26,107,82,.15); }
  .photo--amber { box-shadow: 9px 9px 0 rgba(224,151,43,.28); }
}

.note { background: var(--paper); border: 1px solid var(--rule); border-left: 4px solid var(--amber); border-radius: 0 3px 3px 0; padding: 24px 26px; }
.section--card .note { background: var(--card); }
.note p { margin: 0; }

body { overflow-wrap: break-word; }
.site-foot a, .field input, .field textarea { overflow-wrap: anywhere; }

@media (max-width: 560px) {
  .btn { width: 100%; justify-content: center; }
  .btn-row { gap: 12px; }
  .cta-phone { font-size: 1.25rem; }
}
@media (max-width: 440px) {
  .head-top { flex-wrap: wrap; gap: 10px 12px; }
  .brand-name { font-size: .98rem; }
  .head-call { font-size: .74rem; padding: 8px 11px; }
  .hero-banner { min-height: 0; }
  .photo { box-shadow: 7px 7px 0 rgba(26,107,82,.15); }
  .photo--amber { box-shadow: 7px 7px 0 rgba(224,151,43,.28); }
}

.versus { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; border: 1px solid var(--rule); background: var(--card); }
.versus > div { padding: clamp(24px, 3vw, 34px); }
.versus-mid { display: flex; align-items: center; justify-content: center; background: var(--paper); border-inline: 1px solid var(--rule); font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; color: var(--muted); padding: 12px; }
.versus h3 { margin-bottom: .6em; }
@media (max-width: 760px) {
  .versus { grid-template-columns: 1fr; }
  .versus-mid { border-inline: 0; border-block: 1px solid var(--rule); padding: 10px; }
}

.gauge { background: var(--card); border: 1px solid var(--rule); border-radius: 4px; padding: clamp(22px, 3vw, 34px); }
.gauge-bar { position: relative; height: 26px; border-radius: 13px; background: linear-gradient(90deg, #3E7FA6 0%, #6FA37E 34%, #E0972B 62%, #B4442A 100%); }
.gauge-marks { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 14px; }
.gauge-marks div { border-left: 1px solid var(--rule); padding: 0 0 0 12px; }
.gauge-marks div:first-child { border-left: 0; padding-left: 0; }
.gauge-marks .deg { font-family: var(--display); font-size: 1.5rem; color: var(--ink); display: block; line-height: 1.1; }
.gauge-marks .lab { font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); display: block; margin-top: 5px; line-height: 1.6; }
@media (max-width: 620px) { .gauge-marks { grid-template-columns: repeat(2, 1fr); gap: 16px 0; } .gauge-marks div:nth-child(3) { border-left: 0; padding-left: 0; } }

.section { counter-reset: slab; }
.slab {
  counter-increment: slab;
  display: grid;
  grid-template-columns: 158px 1fr;
  gap: clamp(20px, 3vw, 38px);
  align-items: stretch;
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 4px;
  margin-bottom: 14px;
  overflow: hidden;
}
.section--card .slab { background: var(--paper); }
.slab:last-of-type { margin-bottom: 0; }

.slab-key {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: #fff;
  background: var(--viridian);
  padding: clamp(22px, 2.6vw, 30px) clamp(14px, 1.8vw, 20px);
}
.slab-key::before {
  content: counter(slab, decimal-leading-zero);
  font-family: var(--mono);
  font-weight: 700;
  font-size: .74rem;
  letter-spacing: .12em;
  color: #DCEBE2;
}
.slab-key span {
  font-family: var(--body);
  font-weight: 700;
  font-size: .96rem;
  line-height: 1.25;
  letter-spacing: -.005em;
}
.slab > div:last-child { padding: clamp(22px, 2.6vw, 30px) clamp(22px, 2.6vw, 32px) clamp(22px, 2.6vw, 30px) 0; }
.slab h3 { font-size: 1.18rem; margin-bottom: .42em; }
.slab p { color: var(--muted); font-size: 1rem; line-height: 1.62; margin: 0; max-width: 62ch; }

.section--dark .slab { background: rgba(255,255,255,.05); border-color: rgba(156,203,182,.28); }
.section--dark .slab-key { background: var(--lichen); color: var(--deep); }
.section--dark .slab p { color: #C9DCD2; }

@media (max-width: 760px) {
  .slab { grid-template-columns: 1fr; gap: 0; }
  .slab-key { flex-direction: row; justify-content: flex-start; gap: 12px; padding: 11px clamp(20px, 4vw, 26px); }
  .slab > div:last-child { padding: clamp(20px, 4vw, 26px); }
}

.photo--tall img { aspect-ratio: 4 / 5; object-fit: cover; }
@media (max-width: 900px) { .photo--tall img { aspect-ratio: 3 / 2; } }

.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--rule); border: 1px solid var(--rule); }
.flow > div { background: var(--card); padding: 26px 24px; position: relative; }
.section--card .flow > div { background: var(--paper); }
.flow .k { font-family: var(--mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--amber-dk); display: block; margin-bottom: 12px; }
.flow strong { display: block; font-size: 1.08rem; margin-bottom: 8px; color: var(--ink); }
.flow p { margin: 0; font-size: .96rem; color: var(--muted); }
.flow > div + div::before { content: ""; position: absolute; left: -8px; top: 50%; margin-top: -6px; width: 11px; height: 11px; border-top: 2px solid var(--amber); border-right: 2px solid var(--amber); transform: rotate(45deg); }
@media (max-width: 780px) {
  .flow { grid-template-columns: 1fr; }
  .flow > div + div::before { left: 50%; top: -8px; margin: 0 0 0 -6px; transform: rotate(135deg); }
}

.sec-head--tight { margin-bottom: 20px; }
.media--top { align-items: start; }

.hero-banner--svc { min-height: clamp(340px, 30vw, 480px); }
.hero-banner .crumb { font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--lichen); margin-bottom: 14px; }
.hero-banner .crumb a { color: var(--lichen); }
.hero-banner .label { color: var(--lichen); }
@media (max-width: 980px) {
  .hero-banner--svc .hero-media { height: clamp(170px, 38vw, 250px); }
}

.statbar { background: var(--card); border-bottom: 1px solid var(--rule); }
.statbar ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.statbar li { padding: 20px 24px; border-left: 1px solid var(--rule); }
.statbar li:first-child { border-left: 0; }
.statbar .n { font-family: var(--display); font-size: 1.55rem; color: var(--viridian); line-height: 1; display: block; }
.statbar .t { font-family: var(--mono); font-size: .63rem; letter-spacing: .11em; text-transform: uppercase; color: var(--muted); display: block; margin-top: 8px; line-height: 1.6; }
@media (max-width: 760px) { .statbar ul { grid-template-columns: 1fr; } .statbar li { border-left: 0; border-top: 1px solid var(--rule); } .statbar li:first-child { border-top: 0; } }

.points { display: grid; gap: 20px; }
.point { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(24px, 3.5vw, 52px); align-items: start; background: var(--card); border: 1px solid var(--rule); border-radius: 4px; padding: clamp(26px, 3vw, 40px); }
.section--card .point { background: var(--paper); }
.point-k { font-family: var(--mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--amber-dk); display: block; margin-bottom: 12px; }
.point h3 { font-size: 1.28rem; margin-bottom: .55em; }
.point > div > p { color: var(--muted); margin: 0; }
.point-note { border-left: 3px solid var(--amber); padding-left: 20px; }
.point-note strong { display: block; font-family: var(--mono); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; color: var(--viridian); margin-bottom: 9px; }
.point-note p { font-size: .93rem; color: var(--muted); margin: 0; line-height: 1.6; }
@media (max-width: 820px) { .point { grid-template-columns: 1fr; gap: 22px; } }

.note--card { background: var(--card); }
.section--card .note--card { background: var(--paper); }

.card--dark { background: var(--deep); border: 2px solid var(--deep); border-top: 8px solid var(--amber); color: #E7F0EA; box-shadow: 10px 10px 0 rgba(26,107,82,.20); }
.card--dark h3 { color: #fff; }
.card--dark p { color: #C4D9CE; }
.card--dark .card-tag { background: var(--amber); color: var(--ink); }
.card--dark .card-link { background: var(--amber); color: var(--ink); border-color: var(--ink); box-shadow: 3px 3px 0 rgba(0,0,0,.5); }
.card--dark .card-link:hover { background: #F2B04A; color: var(--ink); box-shadow: 5px 5px 0 rgba(0,0,0,.5); }
.card--outline { background: var(--card); border: 2px solid var(--ink); border-top: 8px solid var(--ink); }
.section--card .card--outline { background: var(--paper); }
@media (max-width: 620px) { .card--dark { box-shadow: 7px 7px 0 rgba(26,107,82,.20); } }

.section--card .id-facts div { background: var(--paper); }

.brand-logo { height: 62px; width: auto; flex: none; border-radius: 3px; display: block; }
@media (max-width: 620px) { .brand-logo { height: 46px; } }
@media (max-width: 440px) { .brand-logo { height: 40px; } }
.foot-logo { width: 168px; height: auto; border-radius: 4px; margin-bottom: 18px; display: block; }

.brand, .brand:hover, .brand:focus-visible { color: #fff; text-decoration: none; }
.brand:hover .brand-name { color: #fff; }
.brand:hover .brand-sub { color: var(--lichen); }
.brand-logo, .brand:hover .brand-logo, .foot-logo { opacity: 1; filter: none; }
.brand:hover .brand-logo { opacity: 1; }

.page-hero--split .inner { display: grid; grid-template-columns: 1fr .92fr; gap: var(--gap); align-items: center; }
.page-hero--split h1 { max-width: none; }
.page-hero .photo { background: rgba(255,255,255,.05); border-color: rgba(156,203,182,.32); box-shadow: 12px 12px 0 rgba(156,203,182,.16); }
.photo--banner { padding: 10px; }
@media (max-width: 900px) {
  .page-hero--split .inner { grid-template-columns: 1fr; gap: 30px; }
  .page-hero .photo { max-width: 520px; box-shadow: 8px 8px 0 rgba(156,203,182,.16); }
}

@media (min-width: 901px) {
  .page-hero--mirror .inner > div { order: 2; }
  .page-hero--mirror .inner > .photo { order: 1; }
}

.section--dark .slab h3 { color: #fff; }

.prep { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.prep-item { background: rgba(255,255,255,.06); border: 1px solid rgba(156,203,182,.28); border-radius: 4px; padding: clamp(22px, 2.6vw, 30px); display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; }
.prep-tick { width: 42px; height: 42px; border-radius: 50%; background: var(--lichen); display: flex; align-items: center; justify-content: center; }
.prep-tick svg { width: 21px; height: 21px; fill: none; stroke: var(--deep); stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.prep-when { display: inline-block; font-family: var(--body); font-size: .86rem; font-weight: 700; letter-spacing: .01em; color: var(--deep); background: var(--lichen); border-radius: 999px; padding: 5px 14px; margin-bottom: 12px; }
.prep-item h3 { color: #fff; font-size: 1.12rem; margin-bottom: .4em; }
.prep-item p { color: #C9DCD2; font-size: .98rem; line-height: 1.6; margin: 0; }
@media (max-width: 860px) { .prep { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .prep-item { grid-template-columns: 1fr; gap: 14px; } }

::selection { background: var(--amber); color: var(--ink); }

.foot-brandcol p { color: #C9DCD2; font-size: .92rem; line-height: 1.65; margin: 0 0 16px; max-width: 34ch; }
.foot-badges { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 !important; }
.foot-badges span { font-family: var(--mono); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: var(--lichen); border: 1px solid rgba(156,203,182,.4); border-radius: 999px; padding: 4px 10px; white-space: nowrap; }

.foot-phone { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-weight: 700; font-size: 1.16rem; color: #fff !important; text-decoration: none; margin-bottom: 16px; }
.foot-phone:hover { color: var(--amber) !important; text-decoration: none; }
.foot-phone .ico { width: 1em; height: 1em; fill: var(--amber); }

.foot-meta { display: grid; gap: 11px !important; }
.foot-meta li { display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.foot-meta .ico { width: 15px; height: 15px; flex: none; margin-top: 3px; color: var(--lichen); fill: none; }
.foot-meta a { white-space: nowrap; overflow-wrap: normal; font-size: .95em; letter-spacing: -.01em; }
.foot-name { font-family: var(--display); font-size: 1.02rem; letter-spacing: .02em; text-transform: uppercase; color: #E7F0EA; margin: 18px 0 0; }

@media (max-width: 900px) {
  .foot-grid > div + div { border-left: 0; padding-left: 0; }
  .foot-grid > div:nth-child(n+2) { border-top: 1px solid rgba(156,203,182,.16); padding-top: 24px; }
}

.area-grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: clamp(26px, 3.4vw, 46px); align-items: start; }
@media (max-width: 900px) { .area-grid { grid-template-columns: 1fr; } }

.area-map { background: var(--card); border: 1px solid var(--rule); border-radius: 4px; padding: clamp(8px, 1vw, 12px); margin: 0; box-shadow: 10px 10px 0 rgba(26,107,82,.13); }
.area-map img, .area-map svg { width: 100%; height: auto; display: block; border-radius: 2px; }
.area-map figcaption { font-family: var(--mono); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 14px; text-align: center; }

.area-list { display: grid; gap: 9px; }
.area-row { display: grid; grid-template-columns: 13px 1fr; gap: 13px; align-items: start; background: var(--card); border: 1px solid var(--rule); border-radius: 4px; padding: 14px 17px; }
.section--card .area-row { background: var(--paper); }
.area-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--viridian); margin-top: 5px; }
.area-row h3 { font-size: 1rem; margin: 0 0 2px; }
.area-row p { margin: 0; font-size: .9rem; color: var(--muted); line-height: 1.5; }

.area-lede { max-width: 62ch; margin-bottom: 30px; }
.area-grid .note { margin-top: 10px; padding: 18px 20px; }
.area-grid .note p { font-size: .92rem; line-height: 1.55; }

.es-quote { background: var(--deep); color: #fff; padding-block: clamp(38px, 5vw, 62px); }
.es-quote p { font-family: var(--display); font-size: clamp(1.5rem, 3.4vw, 2.4rem); line-height: 1.18; text-transform: uppercase; letter-spacing: .01em; color: #fff; max-width: 24ch; margin: 0; }
.es-quote .sub { font-family: var(--body); font-size: 1.02rem; text-transform: none; letter-spacing: 0; color: #C9DCD2; max-width: 56ch; margin-top: 18px; line-height: 1.6; }
.es-quote .inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: var(--gap); align-items: center; }
@media (max-width: 860px) { .es-quote .inner { grid-template-columns: 1fr; } }

.es-list { counter-reset: es; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 26px; }
.es-item { counter-increment: es; display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; padding: 16px 0; border-top: 1px solid var(--rule); }
.es-item::before { content: counter(es, decimal-leading-zero); font-family: var(--display); font-size: 1.5rem; color: var(--amber-tx); line-height: 1.05; }
.es-item h3 { font-size: 1.04rem; margin: 0 0 3px; }
.es-item p { margin: 0; font-size: .95rem; color: var(--muted); line-height: 1.55; }
@media (max-width: 720px) { .es-list { grid-template-columns: 1fr; } }

.es-steps { counter-reset: st; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.es-step { counter-increment: st; position: relative; background: var(--card); border: 1px solid var(--rule); border-radius: 4px; padding: 30px 24px 24px; }
.section--card .es-step { background: var(--paper); }
.es-step::before { content: counter(st); position: absolute; top: -1px; left: 24px; background: var(--viridian); color: #fff; font-family: var(--mono); font-weight: 700; font-size: .82rem; padding: 5px 12px; border-radius: 0 0 4px 4px; }
.es-step h3 { font-size: 1.06rem; margin: 8px 0 6px; }
.es-step p { margin: 0; font-size: .95rem; color: var(--muted); line-height: 1.55; }
@media (max-width: 900px) { .es-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .es-steps { grid-template-columns: 1fr; } }

.es-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.es-col { border: 1px solid var(--rule); border-radius: 4px; overflow: hidden; background: var(--card); }
.section--card .es-col { background: var(--paper); }
.es-col h3 { margin: 0; padding: 14px 22px; font-size: 1rem; color: #fff; background: var(--viridian); }
.es-col--no h3 { background: #8E3A26; }
.es-col ul { list-style: none; margin: 0; padding: 20px 22px; display: grid; gap: 12px; }
.es-col li { font-size: .96rem; line-height: 1.55; color: var(--muted); padding-left: 20px; position: relative; }
.es-col li::before { content: ""; position: absolute; left: 0; top: .6em; width: 9px; height: 2px; background: var(--viridian); }
.es-col--no li::before { background: #8E3A26; }
@media (max-width: 760px) { .es-cols { grid-template-columns: 1fr; } }

/* Hero variant: show the photo whole instead of cropping it to fill */
.hero-banner--whole { padding-block: clamp(28px, 3.5vw, 46px); }
.hero-banner--whole .hero-media { position: relative; display: flex; align-items: center; padding-right: max(var(--pad), calc((100vw - 1180px) / 2 + var(--pad))); }
.hero-banner--whole .hero-photo { position: static; width: 100%; height: auto; object-fit: contain; border-radius: 4px; box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.hero-banner--whole .hero-fade { display: none; }
@media (max-width: 980px) {
  .hero-banner--whole .hero-media { height: auto; padding: 0 var(--pad) clamp(24px, 5vw, 40px); }
  .hero-banner--whole .hero-fade { display: none; }
}

@media (max-width: 560px) {
  .head-top { flex-wrap: wrap; gap: 10px 12px; }
  .brand-name { font-size: .92rem; }
  .brand-sub { font-size: .5rem; }
}
