/* ============================================================
   KSCGP INVESTOR LLC — CAPITAL ASSURANCE SYSTEMS
   AssayOffice theme: LIGHT paper + oxblood + gilt
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: Georgia, "Times New Roman", "Iowan Old Style", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #3A3226;
  background-color: #F6F3EC;
}

a { color: #5C2438; text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; display: block; }

h1, h2, h3, h4 {
  color: #3A3226;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.25;
}

h2 { font-size: 2.0rem; margin-bottom: 1.2rem; }
h3 { font-size: 1.35rem; margin-bottom: 0.6rem; }

.site-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* Hidden-to-JS decorative watermark is not used (kept safe). */

/* ============================================================
   NAVIGATION — ASSAY-BENCH NAV
   weight-stack shelf band + balance glyph + link row
   ============================================================ */
.assay-bench-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #FBF9F3;
  border-bottom: 1px solid #5C2438;
}

/* weight-stack shelf band */
.weight-stack-band {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  height: 22px;
  padding: 0 12px;
  background-color: #3A3226;
  overflow: hidden;
}
.weight-stack-band .w {
  width: 16px;
  border-radius: 2px 2px 0 0;
  position: relative;
}
.weight-stack-band .w::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-radius: 4px 4px 0 0;
  background-color: inherit;
}
.weight-stack-band .w::after {
  content: attr(data-val);
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  font-size: 6px;
  text-align: center;
  color: #F6F3EC;
  line-height: 1;
}
.weight-stack-band .w.w-ox { background-color: #5C2438; }
.weight-stack-band .w.w-gy { background-color: #8C8578; }
.w-h1 { height: 8px; }
.w-h2 { height: 9px; }
.w-h3 { height: 10px; }
.w-h4 { height: 11px; }
.w-h5 { height: 12px; }
.w-h6 { height: 13px; }
.w-h7 { height: 14px; }

.assay-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
}

.balance-glyph {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}
.balance-glyph svg { width: 100%; height: 100%; display: block; }

.brand-group { display: flex; align-items: center; gap: 12px; }
.brand-text { display: flex; flex-direction: column; }
.brand-word {
  font-family: Georgia, serif;
  font-size: 19px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3A3226;
  font-weight: 700;
  line-height: 1.1;
}
.brand-sub {
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8C8578;
  margin-top: 3px;
}

.assay-nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.assay-nav-links a {
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8C8578;
  padding: 6px 10px;
  display: block;
}
.assay-nav-links a:hover { color: #5C2438; text-decoration: none; }
.assay-nav-links .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #5C2438;
  display: inline-block;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #8C8578;
  color: #5C2438;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
}

/* ============================================================
   HERO — BALANCE-SCALE HERO
   ============================================================ */
.balance-scale-hero {
  background-color: #F6F3EC;
  border-bottom: 1px solid #5C2438;
}

.hero-deck {
  text-align: center;
  padding: 64px 24px 40px;
  max-width: 860px;
  margin: 0 auto;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #5C2438;
  color: #F6F3EC;
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 2px;
  margin-bottom: 22px;
}

.hero-headline {
  font-size: 46px;
  line-height: 1.15;
  color: #3A3226;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-headline .accent { color: #5C2438; }

.hero-sub {
  color: #8C8578;
  font-size: 19px;
  max-width: 720px;
  margin: 0 auto 30px;
}

.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  padding: 13px 28px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary { background-color: #5C2438; color: #F6F3EC; }
.btn-primary:hover { background-color: #4A1D2E; color: #F6F3EC; text-decoration: none; }
.btn-secondary { background-color: transparent; color: #3A3226; border-color: #3A3226; }
.btn-secondary:hover { background-color: #3A3226; color: #F6F3EC; text-decoration: none; }
.btn-gilt { background-color: #8A6E3F; color: #F6F3EC; }
.btn-gilt:hover { background-color: #75603A; color: #F6F3EC; text-decoration: none; }

/* balance room band */
.balance-room-band {
  background-color: #FBF9F3;
  border-top: 1px solid #5C2438;
  padding: 30px 24px 34px;
}
.balance-room-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

/* beam balance (pure CSS) */
.beam-balance { display: flex; flex-direction: column; align-items: center; }
.bb-beam {
  width: 200px;
  height: 6px;
  background-color: #3A3226;
  border-radius: 2px;
  position: relative;
}
.bb-beam::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid #3A3226;
  border-top-color: transparent;
  margin-top: -2px;
}
.bb-stand {
  width: 6px;
  height: 70px;
  background-color: #3A3226;
}
.bb-base { width: 90px; height: 8px; background-color: #3A3226; border-radius: 2px; }
.bb-arm { width: 90px; height: 3px; background-color: #5C2438; margin: 10px auto 0; }
.bb-arm.l { position: relative; left: -5px; }
.bb-arm.r { position: relative; left: 5px; }

.bb-tray-row { display: flex; gap: 20px; margin-top: 6px; }
.bb-pan {
  width: 64px;
  padding: 6px 4px;
  border: 3px solid #5C2438;
  border-top-width: 0;
  border-radius: 0 0 14px 14px;
  min-height: 46px;
}
.ingot {
  height: 13px;
  background-color: #8A6E3F;
  border-radius: 3px;
  margin-bottom: 3px;
}
.bb-weight {
  width: 20px;
  margin: 0 auto 4px;
  background-color: #5C2438;
  border-radius: 3px;
  height: 10px;
}
.bb-wknob { width: 14px; height: 4px; margin: 0 auto; background-color: #8C8578; border-radius: 2px; }

.cupel-assembly { display: flex; flex-direction: column; align-items: center; }
.cupel-tray {
  display: flex;
  gap: 8px;
  background-color: #DED5C2;
  padding: 10px 14px;
  border-radius: 3px;
  border: 1px solid #8C8578;
}
.cupel { width: 15px; height: 10px; background-color: #FBF9F3; border-radius: 3px 3px 1px 1px; }
.bottle-rack {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  background-color: #8C8578;
  padding: 4px 12px;
  border-radius: 3px;
}
.bottle { position: relative; width: 24px; background-color: #F6F3EC; }
.bottle .stopper {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 8px;
  background-color: #5C2438;
  border-radius: 2px 2px 1px 1px;
}
.bo-h1 { height: 34px; }
.bo-h2 { height: 46px; }
.bo-h3 { height: 40px; }

.hallmark-card {
  background-color: #F6F3EC;
  border: 1px solid #8C8578;
  padding: 12px;
  text-align: center;
  width: 120px;
}
.hallmark-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 8px; }
.hmark {
  width: 16px;
  height: 16px;
  border: 2px solid #5C2438;
  margin: 0 auto;
}
.hmark.filled { background-color: #5C2438; }
.hmark.filled2 { background-color: #8C8578; }
.hallmark-card .hl-cap { font-size: 10px; letter-spacing: 0.1em; color: #8C8578; }

.cert-corner { display: flex; flex-direction: column; align-items: center; }
.cert-sheet {
  width: 90px;
  height: 70px;
  background-color: #F6F3EC;
  border: 1px solid #8C8578;
  padding: 6px;
  margin-bottom: 6px;
  position: relative;
}
.cert-sheet .cert-line { height: 3px; background-color: #DED5C2; margin-bottom: 4px; }
.wax-seal {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5C2438;
  position: relative;
}
.wax-seal::after { content: ""; position: absolute; inset: 0; margin: auto; width: 8px; height: 8px; border-radius: 50%; border: 1px solid #8A6E3F; }
.band-cap { font-size: 10px; letter-spacing: 0.16em; color: #8C8578; text-align: center; }

.band-item-desc { font-size: 12px; color: #8C8578; text-align: center; letter-spacing: 0.04em; }

/* ============================================================
   HALLMARK ROWS
   ============================================================ */
.hallmark-rows { background-color: #F6F3EC; padding: 64px 0; }
.hallmark-rows .site-wrap { max-width: 1100px; }

.hallmark-intro { text-align: center; margin-bottom: 44px; }
.hallmark-intro h2 { color: #3A3226; }
.hallmark-intro h2 .accent { color: #5C2438; }
.hallmark-intro p { color: #8C8578; max-width: 680px; margin: 0 auto; font-size: 18px; }

.hallmark-link-row { display: block; width: 100%; margin-bottom: 11px; }
.hallmark-link-row:hover { text-decoration: none; }

.hallmark-row {
  width: 100%;
  background-color: #FBF9F3;
  border: 1px solid #5C2438;
  display: flex;
  align-items: stretch;
  min-height: 168px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hallmark-link-row:hover .hallmark-row { transform: translateX(4px); }
.hallmark-page-link { color: #3A3226; }
.hallmark-page-link:hover { color: #3A3226; }

.punch-plate-col {
  width: 84px;
  flex: 0 0 84px;
  background-color: #DED5C2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #5C2438;
  padding: 16px 4px;
}
.punch-mark {
  width: 34px;
  height: 34px;
  border: 2px solid #5C2438;
  position: relative;
}
.punch-mark .inner { position: absolute; inset: 0; margin: auto; }
.hmark-crown::after { content: ""; position: absolute; top: 6px; left: 9px; right: 9px; border-top: 2px solid #5C2438; height: 6px; border-bottom: 2px solid #5C2438; border-radius: 6px 6px 0 0; }
.hmark-anchor::after { content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 3px; height: 14px; background-color: #5C2438; box-shadow: 7px 6px 0 -1px #5C2438, -7px 6px 0 -1px #5C2438; }
.hmark-thistle::after { content: ""; position: absolute; top: 6px; left: 12px; width: 8px; height: 12px; background-color: #5C2438; border-radius: 6px 6px 2px 2px; }
.hmark-fleece::after { content: ""; position: absolute; top: 12px; left: 10px; right: 10px; height: 8px; background-color: #5C2438; border-radius: 6px; }
.hmark-castle::after { content: ""; position: absolute; top: 12px; left: 9px; right: 9px; height: 8px; background-color: #5C2438; box-shadow: 0 -6px 0 -4px #5C2438; }
.hmark-castle::before { content: ""; position: absolute; top: 14px; left: 11px; right: 11px; height: 4px; background-color: #5C2438; }
.hmark-key::after { content: ""; position: absolute; top: 12px; left: 12px; width: 10px; height: 4px; background-color: #5C2438; border-radius: 2px; box-shadow: inset -3px 0 0 #5C2438; }
.punch-finesse { font-size: 11px; color: #5C2438; margin-top: 9px; letter-spacing: 0.06em; font-family: Georgia, serif; }

.hallmark-body { flex: 1; padding: 26px 32px; }
.hallmark-body h3 { color: #3A3226; }
.hallmark-body p { color: #8C8578; margin: 0; }

.assay-tag {
  flex: 0 0 auto;
  align-self: center;
  width: 96px;
  margin-right: 22px;
  border: 1px solid #5C2438;
  background-color: #F6F3EC;
  text-align: center;
  padding: 10px;
  transform: rotate(2deg);
  position: relative;
}
.assay-tag::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 6px;
  background-color: #8A6E3F;
  border-radius: 0 0 3px 3px;
}
.assay-tag .lot { font-size: 13px; letter-spacing: 0.08em; color: #3A3226; font-family: "Courier New", monospace; font-weight: 700; }
.assay-tag .gilt-dot { width: 6px; height: 6px; border-radius: 50%; background-color: #8A6E3F; margin: 5px auto 0; }

/* ============================================================
   METRIC BAND
   ============================================================ */
.metric-band {
  background-color: #3A3226;
  padding: 52px 0;
}
.metric-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #8A6E3F;
  border-bottom: 1px solid #8A6E3F;
}
.metric-cell { text-align: center; padding: 30px 20px; }
.metric-cell + .metric-cell { border-left: 1px solid #8A6E3F; }
.metric-num {
  font-size: 42px;
  color: #F6F3EC;
  font-weight: 700;
  line-height: 1.1;
  font-family: Georgia, serif;
}
.metric-label {
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8A6E3F;
  margin-top: 10px;
}

/* ============================================================
   STATEMENT BAND
   ============================================================ */
.statement-band { background-color: #DED5C2; padding: 60px 0; }
.statement-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 0;
  border-left: 4px solid #5C2438;
  padding-left: 40px;
}
.statement-text {
  font-size: 26px;
  color: #3A3226;
  font-weight: 700;
  line-height: 1.45;
}
.statement-attrib { margin-top: 18px; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #5C2438; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { background-color: #F6F3EC; padding: 70px 0; text-align: center; }
.cta-band h2 { color: #5C2438; }
.cta-band p { color: #8C8578; font-size: 18px; max-width: 640px; margin: 0 auto 28px; }

/* ============================================================
   FOOTER — VAULT-DOOR FOOTER
   ============================================================ */
.vault-door-footer {
  background-color: #3A3226;
  position: relative;
}
.locking-bolt-strip {
  height: 16px;
  background-color: #8C8578;
  position: relative;
}
.locking-bolt-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 180px;
  height: 100%;
  width: 4px;
  background-color: #3A3226;
}
.locking-bolt-strip .bolt {
  position: absolute;
  top: 2px;
  height: 12px;
  width: 60px;
  background-color: #3A3226;
  left: 0;
}
.locking-bolt-strip .bolt::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5C2438;
}
.b1 { left: 0 !important; }
.b2 { left: 34px !important; }
.b3 { left: 68px !important; }
.b4 { left: 102px !important; }

.vault-zones {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px 20px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.4fr;
  gap: 40px;
}
.foot-brand .balance-glyph { margin-bottom: 12px; }
.foot-word {
  font-family: Georgia, serif;
  font-size: 18px;
  letter-spacing: 0.16em;
  color: #F6F3EC;
  text-transform: uppercase;
  font-weight: 700;
}
.foot-desc { color: #8C8578; font-size: 14px; margin-top: 10px; max-width: 320px; }
.foot-col-head { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: #8A6E3F; margin-bottom: 16px; }
.foot-link-groups { display: flex; gap: 40px; justify-content: center; }
.foot-link-group { display: flex; flex-direction: column; }
.foot-link-group a { color: #F6F3EC; font-size: 14px; line-height: 2.1; }
.foot-link-group a:hover { color: #8A6E3F; text-decoration: none; }
.foot-contact .foot-contact-item { color: #F6F3EC; font-size: 15px; margin-bottom: 10px; display: block; }
.foot-contact .foot-contact-item:hover { color: #8A6E3F; text-decoration: none; }
.foot-contact .foot-sep { color: #8A6E3F; }

.vault-legal-bar {
  position: relative;
  z-index: 1;
  border-top: 1px solid #8A6E3F;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  text-align: center;
  color: #8C8578;
  font-size: 13px;
}

/* ============================================================
   SERVICE / CONTACT PAGE LAYOUT (shared hero-mini + content)
   ============================================================ */
.page-hero {
  background-color: #FBF9F3;
  border-bottom: 1px solid #5C2438;
  padding: 54px 0 46px;
  text-align: center;
}
.page-hero h1 { color: #3A3226; font-size: 34px; }
.page-hero h1 .accent { color: #5C2438; }
.page-hero p { color: #8C8578; max-width: 720px; margin: 12px auto 0; font-size: 18px; }
.page-hero .eyebrow-chip { margin-bottom: 12px; }

.page-section { background-color: #F6F3EC; padding: 44px 0; }
.page-section .site-wrap { max-width: 1000px; }

.service-block {
  background-color: #FBF9F3;
  border: 1px solid #5C2438;
  padding: 30px 34px;
  margin-bottom: 26px;
}
.service-block h2 { color: #5C2438; font-size: 1.6rem; margin-bottom: 12px; }
.service-block h2 .num { color: #8A6E3F; margin-right: 10px; }
.service-block p { color: #4A4030; margin-bottom: 12px; }
.service-block ul { padding-left: 22px; margin: 12px 0; }
.service-block li { color: #4A4030; margin-bottom: 8px; }
.svc-lead { font-size: 19px; color: #3A3226; font-weight: 700; }

/* contact page */
.contact-grid {
  max-width: 1040px;
  margin: 0 auto;
  padding: 44px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}
.contact-info h2, .contact-form-wrap h2 { color: #5C2438; }
.contact-info-block {
  background-color: #FBF9F3;
  border: 1px solid #5C2438;
  padding: 22px 26px;
  margin-bottom: 18px;
}
.contact-info-block h3 { font-size: 1.05rem; letter-spacing: 0.02em; color: #3A3226; }
.contact-info-block p, .contact-info-block a { color: #4A4030; font-size: 15px; }
.contact-info-block .ci-line { display: block; margin-bottom: 6px; }
.contact-q { color: #5C2438; font-weight: 700; margin-bottom: 4px; }
.contact-a { color: #8C8578; font-size: 15px; margin-bottom: 16px; }

.contact-form-wrap { background-color: #FBF9F3; border: 1px solid #5C2438; padding: 30px 34px; align-self: start; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: #3A3226; margin-bottom: 6px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #8C8578;
  background-color: #F6F3EC;
  color: #3A3226;
  font-family: Georgia, serif;
  font-size: 16px;
}
.form-field input:focus, .form-field textarea:focus { outline: 2px solid #5C2438; border-color: transparent; }
.form-note { color: #5C2438; font-size: 14px; margin-top: 12px; display: none; }
.form-note.show { display: block; }
.form-field textarea { resize: vertical; min-height: 120px; }

/* FAQ accordion (contact page) */
.faq-item { background-color: #FBF9F3; border: 1px solid #8C8578; margin-bottom: 10px; }
.faq-q {
  padding: 16px 22px;
  cursor: pointer;
  color: #3A3226;
  font-weight: 700;
  font-size: 16px;
  font-family: Georgia, serif;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-q .faq-mark { color: #8A6E3F; }
.faq-a { padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-a p { color: #8C8578; font-size: 15px; }
.faq-item.open { border-color: #5C2438; }

/* process overview list */
.process-steps {
  background-color: #FBF9F3;
  border: 1px solid #5C2438;
  padding: 24px 30px;
}
.process-steps ol { padding-left: 24px; }
.process-steps li { margin-bottom: 10px; color: #4A4030; }
.process-steps li strong { color: #5C2438; }

/* shared band spacing */
.spacer-banner { background-color: #DED5C2; }

/* reveal animation safe fallback */
.reveal { opacity: 1; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-cell:nth-child(odd) { border-left: 0; }
  .metric-cell:nth-child(3) { border-top: 1px solid #8A6E3F; }
  .metric-cell:nth-child(4) { border-top: 1px solid #8A6E3F; }
  .vault-zones { grid-template-columns: 1fr; gap: 26px; }
  .contact-grid { grid-template-columns: 1fr; padding: 36px 24px; }
  .balance-room-inner { justify-content: center; gap: 26px; }
  .hero-headline { font-size: 36px; }
}

@media (max-width: 640px) {
  .assay-nav-row { padding: 12px 16px; flex-wrap: wrap; }
  .nav-toggle { display: inline-block; }
  .assay-nav-links {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    border-top: 1px solid #DED5C2;
    margin-top: 10px;
    padding-top: 10px;
  }
  .assay-nav-links.open { display: flex; }
  .assay-nav-links .dot { display: none; }
  .assay-nav-links a { font-size: 15px; padding: 10px 8px; width: 100%; }
  .hallmark-row { flex-direction: column; min-height: 0; }
  .punch-plate-col { width: 100%; flex-direction: row; border-right: 0; border-bottom: 1px solid #5C2438; padding: 12px; gap: 12px; }
  .punch-mark { width: 30px; height: 30px; }
  .assay-tag { margin: 12px 16px 16px; align-self: flex-start; }
  .statement-text { font-size: 20px; }
  .hero-headline { font-size: 30px; }
  .hero-sub { font-size: 16px; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-cell + .metric-cell { border-left: 0; border-top: 1px solid #8A6E3F; }
  .foot-link-groups { flex-direction: column; gap: 18px; }
}
