/*
Theme Name: Newberry Veteran Disability Law
Theme URI: https://newberrydisability.com
Author: Dan Gilroy Design
Author URI: https://dangilroy.com
Description: Custom WordPress theme for Newberry Veteran Disability Law, LLC, a veteran-owned VA disability benefits firm in Brownsburg, Indiana. Built for Nuance, Not Volume.
Version: 0.3.1
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newberrylaw
*/

/* DESIGN TOKENS (locked, WCAG AA verified) */
:root {
  --navy: #0A1D37;        /* Midnight Navy: structure, body text, dark panels, primary CTA */
  --slate: #223147;       /* Deep Slate Navy: secondary dark / secondary text */
  --gold: #C5923D;        /* Continental Gold: decorative accent only on light; text only on navy */
  --bronze: #8B6629;      /* Antique Bronze: readable gold-family color on light */
  --cream: #FBF9F5;       /* Heritage Cream: primary light foundation */
  --white: #FFFFFF;
  --red: #A11E1A;         /* Valor Red: sparing accent, never on navy */
  --ink: #0A1D37;         /* body text */
  --ink-soft: #223147;    /* secondary text */
  --line: rgba(10, 29, 55, .12);
  --serif: "DM Serif Text", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wrap: 1380px;
  --gut: clamp(20px, 5vw, 48px);
  --shadow: 0 18px 50px -22px rgba(10, 29, 55, .45);
}

/* BASE */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.1; letter-spacing: .005em; margin: 0; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 1rem; }
a { color: var(--bronze); }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.eyebrow { font-family: var(--sans); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: 14px; color: var(--bronze); margin: 0 0 .9rem; display: flex; align-items: center; gap: .6rem; }
.eyebrow--gold { color: #e6c98e; }
.lede { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--ink-soft); max-width: 60ch; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--sans); font-weight: 600; font-size: 1rem; text-decoration: none; border-radius: 3px; padding: .85em 1.5em; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, color .15s ease; }
.btn--primary { background: var(--navy); color: #fff; }
.btn--primary:hover { background: var(--slate); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: #fff; }
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--gold:hover { background: var(--bronze); color: #fff; transform: translateY(-1px); }
.btn--red { background: var(--red); color: #fff; }
.btn--red:hover { background: #861713; color: #fff; transform: translateY(-1px); }
.btn--lg { padding: 1.05em 2.1em; font-size: 1.08rem; }
.cta-row { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin-top: 1.6rem; }
.textlink { font-weight: 600; color: var(--bronze); text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 2px; white-space: nowrap; }
.textlink:hover { color: var(--navy); }
.process .textlink, .contact .textlink, .cta-band .textlink, .creds .textlink, .trust .textlink, .quote-band .textlink, .story-band .textlink, .cred-strip .textlink, .page-hero--navy .textlink, footer.site .textlink { color: #e6c98e; }
.process .textlink:hover, .contact .textlink:hover, .cta-band .textlink:hover, .creds .textlink:hover, .trust .textlink:hover, .quote-band .textlink:hover, .story-band .textlink:hover, .cred-strip .textlink:hover, .page-hero--navy .textlink:hover, footer.site .textlink:hover { color: #fff; }

/* ACCESSIBILITY */
.skip { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: .6rem 1rem; z-index: 100; }
.skip:focus { left: 8px; top: 8px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* HEADER */
header.site { position: sticky; top: 0; z-index: 50; background: rgba(251, 249, 245, .92); backdrop-filter: saturate(1.1) blur(6px); border-bottom: 1px solid var(--line); }
.bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .7rem; position: relative; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--navy); }
.brand img { height: 54px; width: auto; }
.brand b { font-family: var(--serif); font-size: 1.15rem; line-height: 1.05; display: block; }
.brand span { display: block; margin-top: .15rem; font-family: var(--sans); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--bronze); }
nav.main { display: flex; align-items: center; gap: 1.6rem; }
nav.main .nav-links { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
nav.main a { font-family: var(--sans); font-weight: 600; color: var(--navy); text-decoration: none; font-size: 1rem; }
nav.main a:hover { color: var(--bronze); }
nav.main .current-menu-item > a { color: var(--bronze); }
nav.main a.btn--primary, nav.main a.btn--primary:hover { color: #fff; }
nav.main a.btn--red, nav.main a.btn--red:hover { color: #fff; }
.menu-toggle { display: none; background: none; border: 2px solid var(--navy); border-radius: 3px; color: var(--navy); font-weight: 600; font-family: var(--sans); padding: .4rem .7rem; cursor: pointer; }

/* NAV DROPDOWN (Resources) */
nav.main .menu-item-has-children { position: relative; }
nav.main .menu-item-has-children > a { display: inline-flex; align-items: center; gap: .4rem; }
nav.main .menu-item-has-children > a::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); flex: none; margin-top: -4px; }
nav.main .sub-menu { list-style: none; margin: 0; padding: .55rem 0; position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(6px); min-width: 215px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s; z-index: 60; }
nav.main .sub-menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
nav.main .menu-item-has-children:hover > .sub-menu, nav.main .menu-item-has-children.open > .sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); transition: opacity .18s ease, transform .18s ease, visibility 0s; }
nav.main .sub-menu li { margin: 0; }
nav.main .sub-menu a { display: block; padding: .5rem 1.15rem; font-size: .98rem; white-space: nowrap; }
nav.main .sub-menu a:hover { background: var(--cream); }
@media (prefers-reduced-motion: reduce) { nav.main .sub-menu { transition: none; } }

/* HERO */
.hero { position: relative; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 4vw, 56px); align-items: center; padding-top: 0; padding-bottom: clamp(28px, 4vw, 52px); }
.hero h1 { margin-bottom: 1.1rem; }
.hero h1 .em { font-style: italic; color: var(--bronze); }
.hero-figure { position: relative; margin: 0; }
.hero-figure img { border-radius: 6px; box-shadow: var(--shadow); width: 100%; height: 520px; object-fit: cover; object-position: center 28%; }
.hero-figure .chip { position: absolute; left: 18px; bottom: 18px; background: var(--navy); color: #fff; font-size: .8rem; font-weight: 600; padding: .55rem .9rem; border-radius: 3px; border-left: 3px solid var(--gold); }
.stars { color: var(--gold); letter-spacing: .25em; font-size: .95rem; }

/* HERO META ROW */
.hero-meta { list-style: none; margin: 2rem 0 0; padding: 1.4rem 0 0; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 1rem; }
.hero-meta li { display: flex; align-items: center; gap: .55rem; font-weight: 600; font-size: .95rem; color: var(--slate); white-space: nowrap; }
.hero-meta li + li::before { content: "|"; color: var(--gold); font-weight: 400; margin-right: 1rem; }
.hero-meta svg { width: 20px; height: 20px; fill: var(--bronze); flex: none; }

/* TRUST BAND */
.trust { position: relative; color: #eaf0f7; background: linear-gradient(rgba(10, 29, 55, .90), rgba(10, 29, 55, .94)), url('assets/images/web/trust-bg.webp'); background-size: cover; background-position: center bottom; }
.trust .wrap { position: relative; padding-block: clamp(48px, 6vw, 76px); }
.trust-head { max-width: 60ch; margin-bottom: clamp(28px, 4vw, 44px); }
.trust-head h2 { color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 32px); }
.trust .item { background: rgba(8, 20, 40, .55); border: 1px solid rgba(255, 255, 255, .12); border-radius: 8px; padding: 1.8rem 1.6rem; border-top: 3px solid var(--gold); backdrop-filter: blur(2px); }
.trust .t-ico { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(197, 146, 61, .16); margin-bottom: 1rem; }
.trust .t-ico svg { width: 26px; height: 26px; fill: var(--gold); }
.trust h3 { color: #fff; margin-bottom: .5rem; font-size: 1.4rem; }
.trust p { color: #c8d3e0; margin: 0; font-size: 1rem; }

/* SECTIONS */
section { padding-block: clamp(54px, 7vw, 92px); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split img { border-radius: 6px; box-shadow: var(--shadow); width: 100%; height: 100%; max-height: 520px; object-fit: cover; }
.about { background: var(--cream); }
.about p { color: var(--ink-soft); }
.sig { font-family: var(--serif); font-style: italic; color: var(--navy); font-size: 1.5rem; margin-top: 1rem; }

/* PROCESS (signature) */
.process { background: var(--slate); color: #eef2f7; }
.process .head { max-width: 62ch; margin-bottom: clamp(28px, 4vw, 48px); }
.process h2 { color: #fff; }
.process .lede { color: #c6d0dd; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .1); border-radius: 6px; overflow: hidden; }
.step { background: var(--slate); padding: 1.5rem 1.6rem; display: flex; gap: 1.1rem; align-items: flex-start; }
.step .n { font-family: var(--serif); font-size: 1.8rem; color: var(--gold); line-height: 1; min-width: 1.7ch; }
.step h3 { color: #fff; font-size: 1.18rem; margin-bottom: .25rem; }
.step p { color: #bcc7d6; font-size: .95rem; margin: 0; }
.process .foot { margin-top: clamp(24px, 3vw, 36px); }

/* WHAT WE HANDLE */
.handle { background: var(--white); }
.handle-head { max-width: 62ch; margin-bottom: clamp(28px, 4vw, 44px); }
.handle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 28px); }
.hcard { background: var(--cream); border: 1px solid var(--line); border-radius: 10px; padding: 1.8rem 1.7rem; border-bottom: 3px solid var(--gold); }
.hcard .h-ico { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 10px; background: var(--navy); margin-bottom: 1.1rem; }
.hcard .h-ico svg { width: 28px; height: 28px; fill: var(--gold); }
.hcard h3 { color: var(--navy); margin-bottom: .8rem; }
.hcard ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.hcard li { position: relative; padding-left: 1.4rem; color: var(--ink-soft); font-size: 1rem; }
.hcard li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--bronze); }

/* CREDIBILITY */
.creds { background: var(--navy); color: #dde5ef; }
.creds h2 { color: #fff; }
.creds-list { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(1.2rem, 2vw, 1.8rem); align-content: center; }
.creds-list li { display: flex; align-items: center; gap: 1.3rem; }
.creds-list img { width: 72px; height: 72px; object-fit: contain; flex: 0 0 auto; border-radius: 0; box-shadow: none; }
.creds-list b { display: block; font-family: var(--serif); color: #fff; font-size: 1.18rem; }
.creds-list span { font-size: .96rem; color: #b9c5d6; }

/* OUR NUMBERS (quiet stat band: heading in-row left of the stats, big serif numerals, hairline divider) */
.numbers { background: var(--white); }
.numbers-row { display: grid; grid-template-columns: 1.15fr 1fr 1fr; align-items: center; gap: clamp(20px, 4vw, 48px); }
.numbers-head h2 { margin-bottom: 0; }
.num-item { text-align: center; padding: .4rem 1.2rem; }
.num-item + .num-item { border-left: 1px solid var(--line); }
.num-value { display: block; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 3.6rem); line-height: 1.05; color: var(--navy); }
.num-label { display: block; margin-top: .5rem; color: var(--ink-soft); font-weight: 600; }

/* REVIEWS (real Google quotes; advances only on click, no auto-rotation) */
.reviews { background: var(--white); }
.reviews-head { max-width: 62ch; margin-bottom: clamp(24px, 3vw, 40px); }
.reviews-track { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 3vw, 32px); }
.review-card { background: var(--cream); border: 1px solid var(--line); border-radius: 8px; padding: clamp(1.5rem, 2.5vw, 2.2rem); display: flex; flex-direction: column; gap: .9rem; }
.review-card[hidden] { display: none; }
.review-stars { color: var(--gold); letter-spacing: .18em; font-size: 1.05rem; margin: 0; }
.review-card blockquote { margin: 0; }
.review-card blockquote p { margin: 0; color: var(--ink-soft); font-size: 1.02rem; }
.review-meta { margin: auto 0 0; display: flex; align-items: baseline; gap: .6rem; }
.review-meta b { font-family: var(--serif); font-weight: 400; color: var(--navy); font-size: 1.08rem; }
.review-meta span { font-size: .85rem; color: var(--ink-soft); }
.reviews-nav { display: none; align-items: center; gap: .9rem; margin-top: clamp(20px, 3vw, 28px); }
.reviews-slider.is-ready .reviews-nav { display: flex; }
.rev-btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--navy); background: transparent; color: var(--navy); cursor: pointer; transition: background .15s ease, color .15s ease; }
.rev-btn svg { width: 20px; height: 20px; fill: currentColor; }
.rev-btn:hover:not(:disabled) { background: var(--navy); color: #fff; }
.rev-btn:disabled { opacity: .35; cursor: default; }
.rev-count { font-weight: 600; color: var(--ink-soft); font-size: .95rem; min-width: 4.5ch; text-align: center; }
.reviews-more { margin: 1.6rem 0 0; }

/* FAQ */
.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.faq-intro { position: sticky; top: 96px; }
.faq-list details:first-child { padding-top: 0; }
details { border-bottom: 1px solid var(--line); padding: 1.1rem 0; }
details summary { cursor: pointer; font-family: var(--serif); font-size: 1.2rem; color: var(--navy); list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; color: var(--bronze); font-family: var(--sans); font-weight: 700; font-size: 1.4rem; }
details[open] summary::after { content: "\2013"; }
details p { margin: .8rem 0 0; color: var(--ink-soft); font-size: 1rem; }

/* CONTACT */
.contact { background: var(--slate); color: #eef2f7; }
.contact .grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.contact h2 { color: #fff; }
.contact .lede { color: #c6d0dd; }
.contact-points { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: .7rem; }
.contact-points li { display: flex; align-items: flex-start; gap: .65rem; color: #dce4ef; font-weight: 600; font-size: 1rem; }
.contact-points svg { width: 22px; height: 22px; fill: var(--gold); flex: none; margin-top: 1px; }
.contact .note { font-size: .88rem; color: #a9b6c8; margin-top: 1.6rem; border-left: 2px solid var(--gold); padding-left: 1rem; }
.contact-card { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .14); border-radius: 10px; padding: clamp(1.4rem, 3vw, 2rem); box-shadow: var(--shadow); }
.contact-card .ok { color: #e6c98e; margin-top: 1rem; }
form .row { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
form label { display: block; font-weight: 600; font-size: .9rem; color: #dce4ef; margin-bottom: .35rem; }
form input, form select, form textarea { width: 100%; padding: .7rem .8rem; border-radius: 3px; border: 1px solid rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .06); color: #fff; font-family: var(--sans); font-size: 1rem; }
form input::placeholder, form textarea::placeholder { color: #9fb0c4; }
form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23c6d0dd' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .75rem center; background-size: 20px; padding-right: 2.5rem; cursor: pointer; }
form select option { background: var(--slate); color: #fff; }
form .field { margin-bottom: 1rem; }
form textarea { min-height: 120px; resize: vertical; }

/* FOOTER */
footer.site { background: var(--navy); color: #c2cdda; font-size: .95rem; }
footer.site .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(24px, 4vw, 52px); padding-top: clamp(40px, 5vw, 64px); padding-bottom: clamp(40px, 5vw, 64px); }
footer.site img { height: 60px; width: auto; margin-bottom: 1rem; }
footer.site h4 { font-family: var(--sans); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--gold); margin: 0 0 .9rem; }
footer.site a { color: #dbe3ee; text-decoration: none; }
footer.site a:hover { color: #fff; }
footer.site ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.f-contact li { display: flex; align-items: flex-start; gap: .65rem; line-height: 1.45; }
.f-contact svg { width: 18px; height: 18px; fill: var(--gold); flex: none; margin-top: .2rem; }
.legal { background: var(--navy); color: #8595aa; font-size: .84rem; border-top: 1px solid rgba(255, 255, 255, .08); }
footer.site .legal .wrap { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem 3rem; padding-block: 1.2rem; }
.legal p { margin: 0; }
.legal-left { display: grid; gap: .3rem; }
.legal .disclaimer { max-width: 60ch; text-align: right; justify-self: end; }
.legal a { color: var(--bronze); text-decoration: none; font-weight: 600; }
.legal a:hover { color: #e6c98e; }
.legal-links a { color: #8595aa; font-weight: 400; }
.legal-links a:hover { color: #e6c98e; }

/* RATINGS CALCULATOR PAGE */
.calc { background: var(--cream); }
.calc-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px, 3.5vw, 48px); max-width: 980px; margin-inline: auto; background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: clamp(1.6rem, 3vw, 2.6rem); box-shadow: var(--shadow); }
.calc-h { font-size: 1.3rem; margin-bottom: .5rem; }
.calc-h + .calc-hint { margin-top: 0; }
.calc-hint { font-size: .92rem; color: var(--ink-soft); margin: .2rem 0 1rem; }
.calc-btns { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; margin-bottom: 1rem; }
.calc-add { font-family: var(--sans); font-weight: 600; font-size: 1rem; padding: .55rem 0; border: 2px solid var(--navy); border-radius: 4px; background: transparent; color: var(--navy); cursor: pointer; transition: background .12s ease, color .12s ease; }
.calc-add:hover { background: var(--navy); color: #fff; }
.calc-chips { list-style: none; margin: 0 0 .6rem; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; min-height: 2.2rem; }
.calc-chip { display: inline-flex; align-items: center; gap: .35rem; font-family: var(--sans); font-weight: 600; font-size: .95rem; padding: .28rem .35rem .28rem .75rem; border: 0; border-radius: 999px; background: var(--navy); color: #fff; }
.calc-chip-pct { color: #fff; }
.calc-chip-limb { font-family: var(--sans); font-weight: 600; font-size: .8rem; color: #eef2f7; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; padding: .12rem .5rem; cursor: pointer; max-width: 8.5rem; }
.calc-chip-limb:focus-visible { outline: 2px solid #e6c98e; outline-offset: 1px; }
.calc-chip-remove { display: inline-flex; align-items: center; justify-content: center; width: 1.35rem; height: 1.35rem; padding: 0; border: 0; border-radius: 999px; background: transparent; color: #e6c98e; font-size: 1.05rem; line-height: 1; cursor: pointer; }
.calc-chip-remove:hover { background: var(--slate); color: #fff; }
.calc-hint--limb { margin-top: 0; }
.calc-row--sub { padding: .5rem 0; }
.calc-row--sub .calc-value { font-size: 1.05rem; color: #e6c98e; }
.calc-clear { background: none; border: 0; padding: 0; margin-bottom: 1.4rem; font-family: var(--sans); font-weight: 600; font-size: .9rem; color: var(--bronze); cursor: pointer; text-decoration: underline; }
.calc .field select { border: 1px solid var(--line); background: var(--cream); color: var(--ink); appearance: auto; padding: .7rem .8rem; border-radius: 4px; width: 100%; font-family: var(--sans); font-size: 1rem; }
.calc-results { background: var(--navy); border-radius: 8px; padding: clamp(1.4rem, 2.5vw, 2rem); color: #dde5ef; display: flex; flex-direction: column; }
.calc-empty { margin: auto 0; text-align: center; color: #c6d0dd; }
.calc-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.calc-label { font-size: .95rem; color: #c6d0dd; }
.calc-label small { color: #8ea1bb; font-size: .8rem; }
.calc-value { font-family: var(--serif); font-size: 1.3rem; color: #fff; }
.calc-value--big { font-size: clamp(1.7rem, 2.5vw, 2.2rem); color: #e6c98e; }
.calc-fine { margin: auto 0 0; padding-top: 1rem; font-size: .8rem; line-height: 1.5; color: #8ea1bb; }
.calc-explain { max-width: 68ch; margin: clamp(36px, 5vw, 56px) auto 0; }
.calc-explain h2 { font-size: 1.45rem; margin-bottom: .8rem; }
.calc-explain p { color: var(--ink-soft); }
@media (max-width: 880px) {
  .calc-card { grid-template-columns: 1fr; }
  .calc-btns { grid-template-columns: repeat(5, 1fr); }
}

/* SITE MAP PAGE */
.sitemap-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 56px); align-items: start; max-width: 760px; margin-inline: auto; }
.sitemap-group h2 { font-size: 1.4rem; padding-bottom: .6rem; border-bottom: 1px solid var(--gold); margin-bottom: 1rem; }
.sitemap-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.sitemap-group a { text-decoration: none; font-weight: 600; color: var(--navy); }
.sitemap-group a:hover { color: var(--bronze); }
@media (max-width: 700px) { .sitemap-grid { grid-template-columns: 1fr; } }

/* INNER PAGE HERO */
.page-hero { padding-block: clamp(48px, 7vw, 88px); background: var(--cream); }
.page-hero h1 { margin-top: .2rem; }
.page-hero .lede { margin-top: 1rem; }
.page-hero--navy { background: var(--navy); color: #eaf0f7; }
.page-hero--navy h1 { color: #fff; }
.page-hero--navy .lede { color: #c6d0dd; }
.page-hero .lede > p:last-child { margin-bottom: 0; }
.page-hero--navy .lede a { color: #e6c98e; }
.page-hero--photo { background-image: linear-gradient(rgba(10, 29, 55, .86), rgba(10, 29, 55, .93)), var(--page-hero-img, url('assets/images/web/trust-bg.webp')); background-size: cover; background-position: center 30%; }

/* PROSE */
.prose { max-width: 68ch; }
.prose p { margin: 0 0 1.1rem; color: var(--ink-soft); }

/* UTILITY / DOCUMENT PAGES (Disclaimer, Privacy Policy, Site Map + any future plain page) */
.page-hero--utility { text-align: center; }
.page-hero--utility .eyebrow { justify-content: center; }
.page-hero--utility .lede { margin-inline: auto; }
.prose--doc { margin-inline: auto; }
.prose--doc h2 { font-size: 1.45rem; margin: 2.2rem 0 .8rem; padding-bottom: .45rem; border-bottom: 1px solid var(--line); }
.prose--doc > h2:first-child { margin-top: 0; }
.prose--doc ul, .prose--doc ol { color: var(--ink-soft); margin: 0 0 1.1rem; padding-left: 1.3rem; }
.prose--doc li { margin-bottom: .4rem; }
.prose--doc a { font-weight: 600; }
.about-photo { border-radius: 6px; box-shadow: var(--shadow); width: 100%; height: 100%; max-height: 560px; object-fit: cover; }

/* TEAM */
.team-section { background: var(--white); }
.team-head { margin-bottom: clamp(24px, 3vw, 36px); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 3vw, 36px); }
.person-card { background: var(--cream); border: 1px solid var(--line); border-radius: 10px; padding: 1.9rem 1.8rem; border-top: 3px solid var(--gold); }
.person-photo { width: 100%; height: 320px; object-fit: cover; border-radius: 8px; margin-bottom: 1.2rem; }
.person-card h3 { color: var(--navy); font-size: 1.5rem; }
.person-role { font-family: var(--sans); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; color: var(--bronze); margin: .3rem 0 1rem; }
.person-creds { font-size: .92rem; color: var(--ink-soft); border-left: 3px solid var(--gold); padding-left: .9rem; margin-bottom: 1rem; }
.person-bio p { margin: 0 0 .9rem; color: var(--ink-soft); }

/* PROCESS HERO */
.proc-hero { background-image: linear-gradient(rgba(10, 29, 55, .86), rgba(10, 29, 55, .93)), var(--proc-hero-img, url('assets/images/web/trust-bg.webp')); background-size: cover; background-position: center 30%; }
.proc-hero .lede { max-width: 56ch; }
.hero-stats { list-style: none; margin: 2rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid rgba(255, 255, 255, .15); display: flex; flex-wrap: wrap; gap: 2.4rem; }
.hero-stats b { display: block; font-family: var(--serif); font-size: 2rem; color: #e6c98e; line-height: 1; }
.hero-stats span { font-size: .9rem; color: #c6d0dd; }

/* INTRO / CLOSER FIGURE */
.intro-figure { margin: 0; }
.intro-figure img { border-radius: 6px; box-shadow: var(--shadow); width: 100%; height: 100%; max-height: 540px; object-fit: cover; object-position: center 25%; }
.intro-figure figcaption { font-size: .85rem; color: var(--ink-soft); margin-top: .7rem; font-style: italic; }

/* JOURNEY: STICKY TIMELINE TOC + STEPS */
.journey-section { background: var(--white); }
.journey-grid, .faq-layout { display: grid; grid-template-columns: minmax(230px, 290px) 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.toc { position: sticky; top: 92px; }
.toc-title { font-family: var(--serif); font-size: 1.5rem; line-height: 1.1; color: var(--navy); margin: 0 0 1.4rem; padding-bottom: .9rem; border-bottom: 2px solid var(--gold); }
.toc-nav { position: relative; }
.toc-nav::before { content: ""; position: absolute; left: 12px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.toc-link { display: flex; align-items: center; gap: .8rem; padding: .32rem 0; text-decoration: none; position: relative; }
.toc-num { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--white); border: 2px solid var(--line); display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: .72rem; font-weight: 700; color: var(--ink-soft); position: relative; z-index: 1; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.toc-text { font-size: .9rem; line-height: 1.25; color: var(--ink-soft); transition: color .2s ease; }
.toc-link:hover .toc-text { color: var(--navy); }
.toc-link.is-active .toc-num { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.toc-link.is-active .toc-text { color: var(--navy); font-weight: 700; }
.phase-head { margin-top: clamp(36px, 5vw, 60px); margin-bottom: clamp(20px, 3vw, 30px); padding-bottom: .8rem; border-bottom: 1px solid var(--line); }
.phase-head:first-child { margin-top: 0; }
.phase-head h2 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); color: var(--navy); }
.j-step { display: grid; grid-template-columns: 56px 1fr; gap: clamp(16px, 2.5vw, 34px); padding-bottom: clamp(24px, 3.5vw, 44px); scroll-margin-top: 96px; }
.j-rail { position: relative; }
.j-rail::before { content: ""; position: absolute; left: 27px; top: 62px; bottom: -44px; width: 2px; background: rgba(197, 146, 61, .32); }
.j-step:last-child .j-rail::before { display: none; }
.j-node { width: 56px; height: 56px; border-radius: 50%; background: var(--navy); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; font-family: var(--serif); font-size: 1.6rem; color: #e6c98e; line-height: 1; }
.j-body h3 { color: var(--navy); font-size: clamp(1.3rem, 2vw, 1.6rem); margin-bottom: .5rem; }
.j-body p { color: var(--ink-soft); margin: 0 0 .85rem; }
.j-checklist { list-style: none; margin: .6rem 0 1rem; padding: 0; column-count: 2; column-gap: 1.8rem; }
.j-checklist li { position: relative; padding-left: 1.5rem; margin-bottom: .55rem; color: var(--ink-soft); font-size: .98rem; break-inside: avoid; }
.j-checklist li::before { content: ""; position: absolute; left: 0; top: .5em; width: 9px; height: 9px; border: 2px solid var(--gold); border-radius: 50%; }
.j-body .j-foundation { border-left: 3px solid var(--gold); padding-left: 1rem; font-style: italic; color: var(--navy); }

/* QUOTE BAND */
.quote-band { position: relative; color: #fff; background-image: linear-gradient(rgba(10, 29, 55, .74), rgba(10, 29, 55, .84)), var(--quote-img, url('assets/images/web/service.webp')); background-size: cover; background-position: center 28%; }
.quote-band .wrap { padding-block: clamp(64px, 9vw, 120px); text-align: center; }
.quote-band blockquote { font-family: var(--serif); font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.22; max-width: 24ch; margin: 0 auto; color: #fff; }
.quote-band cite { display: block; margin-top: 1.3rem; font-family: var(--sans); font-style: normal; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: #e6c98e; }

/* CTA BAND */
.cta-band { background: var(--navy); color: #eaf0f7; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .lede { color: #c6d0dd; margin: .8rem auto 1.6rem; max-width: 52ch; }
.cta-band .sig { color: #fff; margin-bottom: .4rem; }

/* HOMEPAGE CLOSING CTA (the .cta-band pattern, slate for rhythm against the navy footer) */
.cta-band--home { background: var(--slate); padding-block: clamp(56px, 7vw, 96px); }
.cta-band--home .eyebrow { justify-content: center; }
.cta-points { list-style: none; margin: 2.2rem 0 0; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem 2.4rem; }
.cta-points li { display: flex; align-items: center; gap: .55rem; color: #dce4ef; font-weight: 600; font-size: .98rem; }
.cta-points svg { width: 20px; height: 20px; fill: var(--gold); flex: none; }
.cta-note { font-size: .85rem; color: #a9b6c8; margin: 1.4rem auto 0; }

/* MOBILE CLOSING CTA (visible only while the header's red Start Here is inside the collapsed menu) */
.mobile-cta { display: none; }
@media (max-width: 1120px) { .mobile-cta { display: block; text-align: center; margin-top: clamp(28px, 6vw, 44px); } .mobile-cta .btn { width: 100%; max-width: 420px; justify-content: center; } }

/* ABOUT PAGE */
.about-hero, .story, .story-band, .team-section, .cred-strip, .cta-band { padding-block: clamp(44px, 5vw, 72px); }
.about-hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 64px); align-items: stretch; }
.about-hero .hero-copy { align-self: center; }
.about-hero .hero-meta { flex-direction: column; align-items: flex-start; gap: .7rem; margin-top: 1.8rem; }
.about-hero .hero-meta li { white-space: normal; }
.about-hero .hero-meta li + li::before { content: none; margin: 0; }
.about-hero .hero-figure { position: relative; margin: 0; min-height: 440px; }
.about-hero .hero-img { position: absolute; inset: 0; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); }
.about-hero .hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.about-hero .chip { position: absolute; left: 18px; bottom: 18px; z-index: 1; background: var(--navy); color: #fff; font-size: .8rem; font-weight: 600; padding: .55rem .9rem; border-radius: 3px; border-left: 3px solid var(--gold); }
.story { background: var(--cream); }
.story-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: stretch; }
.story-row .story-text { align-self: center; }
.story-row .story-text p { color: var(--ink-soft); }
.story-row--rev .story-figure { order: -1; }
.story-figure { display: flex; flex-direction: column; margin: 0; min-height: 360px; }
.story-img { position: relative; flex: 1; min-height: 300px; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); }
.story-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.story-figure figcaption { font-size: .85rem; color: var(--ink-soft); margin-top: .7rem; font-style: italic; }
.story-band { position: relative; color: #fff; background-image: linear-gradient(rgba(10, 29, 55, .78), rgba(10, 29, 55, .9)), var(--band-img, url('assets/images/web/service.webp')); background-size: cover; background-position: center 30%; }
.story-band .wrap { max-width: 880px; text-align: center; padding-block: clamp(60px, 9vw, 116px); }
.story-band .eyebrow { justify-content: center; color: #e6c98e; }
.story-band h2 { color: #fff; }
.story-band p { color: #d3dbe6; font-size: clamp(1.05rem, 1.4vw, 1.2rem); margin: 1.1rem auto 0; max-width: 60ch; }
.cred-strip { background: var(--navy); }
.cred-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 36px); }
.cs-ico { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 10px; background: rgba(197, 146, 61, .16); margin-bottom: .9rem; }
.cs-ico svg { width: 24px; height: 24px; fill: #e6c98e; }
.cred-strip b { display: block; font-family: var(--serif); color: #fff; font-size: 1.18rem; margin-bottom: .25rem; }
.cred-strip span { font-size: .92rem; color: #b9c5d6; }

/* FAQ PAGE */
.faqs-page .faq-cat { scroll-margin-top: 90px; }
.faqs-page .faq-cat + .faq-cat { margin-top: clamp(40px, 5vw, 64px); }
.faq-cat-h { color: var(--navy); font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: .4rem; padding-bottom: .6rem; border-bottom: 2px solid var(--gold); }
.faqs-page details p { max-width: 80ch; }

/* REVIEWS PAGE */
.reviews-page { background: var(--cream); }
.reviews-agg { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem .9rem; margin: 0 0 clamp(20px, 3vw, 32px); color: var(--ink-soft); }
.reviews-agg b { color: var(--navy); }
.reviews-grid { list-style: none; margin: 0; padding: 0; columns: 3; column-gap: clamp(20px, 3vw, 32px); }
.reviews-grid .review-card { background: var(--white); break-inside: avoid; margin: 0 0 clamp(20px, 3vw, 32px); }
@media (max-width: 1100px) { .reviews-grid { columns: 2; } }
@media (max-width: 700px) { .reviews-grid { columns: 1; } }
.reviews-show-more { text-align: center; margin: clamp(8px, 2vw, 16px) 0 0; }
.reviews-disclaimer { max-width: 60ch; margin: clamp(28px, 4vw, 44px) auto 0; font-size: .92rem; color: var(--ink-soft); text-align: center; }

/* CONTACT PAGE */
.contact h1 { color: #fff; }

/* 404 PAGE */
.nf-body { background: var(--cream); }
.nf-body .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; padding-block: clamp(54px, 7vw, 92px); }
.nf-nav { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: 0; }
.nf-nav li { display: grid; grid-template-columns: 1fr; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.nf-nav a { font-family: var(--serif); font-size: 1.2rem; color: var(--navy); text-decoration: none; font-weight: 400; }
.nf-nav a:hover { color: var(--bronze); }
.nf-nav span { font-size: .92rem; color: var(--ink-soft); margin-top: .15rem; }
.nf-cta { background: var(--navy); border-radius: 10px; padding: clamp(1.8rem, 3vw, 2.4rem); }
.nf-cta .eyebrow { color: #e6c98e; }
.nf-cta h2 { color: #fff; font-size: clamp(1.5rem, 2.5vw, 2rem); margin-bottom: .8rem; }
.nf-cta p { color: #c6d0dd; margin-bottom: 1.6rem; }
@media (max-width: 780px) { .nf-body .wrap { grid-template-columns: 1fr; } }

/* THANK YOU PAGE */
.ty-body { background: var(--cream); }
.ty-body .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 96px); align-items: start; padding-block: clamp(54px, 7vw, 92px); }
.ty-steps { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: 1.6rem; }
.ty-steps li { padding-left: 1.4rem; border-left: 3px solid var(--gold); color: var(--ink-soft); }
.ty-steps strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 1.18rem; font-weight: 400; margin-bottom: .3rem; }
.ty-explore { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: clamp(1.6rem, 3vw, 2.2rem); border-top: 3px solid var(--gold); align-self: start; }
.ty-explore p { color: var(--ink-soft); margin-bottom: 0; }
@media (max-width: 780px) { .ty-body .wrap { grid-template-columns: 1fr; } }

/* WPFORMS */
.wpforms-submit-container .wpforms-submit { background: var(--gold); color: var(--navy); border: 0; border-radius: 6px; padding: .7em 2em; font-family: var(--sans); font-weight: 700; font-size: 1rem; cursor: pointer; transition: background .2s; }
.wpforms-submit-container .wpforms-submit:hover { background: #d9a84e; }
.wpforms-error { color: #C5923D !important; font-size: .875rem; margin-top: .25rem; }

/* PASSWORD-PROTECTED CONTENT FORM */
.post-password-form { max-width: 480px; }
.post-password-form p { color: var(--ink-soft); }
.post-password-form label { display: block; font-weight: 600; color: var(--navy); margin: 1rem 0 .4rem; }
.post-password-form .pw-row { display: flex; gap: .5rem; align-items: stretch; }
.post-password-form input[type="password"] { flex: 1 1 auto; width: 0; min-width: 0; padding: .65rem .85rem; border: 2px solid var(--gold); border-radius: 6px; font-family: var(--sans); font-size: 1rem; background: var(--white); color: var(--ink); }
.post-password-form input[type="password"]:focus { outline: none; border-color: var(--navy); }
.post-password-form input[type="submit"] { flex: 0 0 auto; background: var(--navy); color: #fff; border: 0; border-radius: 6px; padding: .65em 1.5em; font-family: var(--sans); font-weight: 600; font-size: 1rem; cursor: pointer; white-space: nowrap; width: auto; }
.post-password-form input[type="submit"]:hover { background: var(--slate); }

/* RESPONSIVE */
@media (max-width: 1000px) {
  .journey-grid, .faq-layout { grid-template-columns: 1fr; }
  .toc { display: none; }
}
@media (max-width: 980px) {
  .trust-grid, .handle-grid { grid-template-columns: 1fr; gap: 16px; }
  .numbers-row { grid-template-columns: 1fr 1fr; }
  .numbers-head { grid-column: 1 / -1; margin-bottom: .4rem; }
  .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq-intro { position: static; }
  .cred-strip .wrap { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .numbers-row { grid-template-columns: 1fr; }
  .num-item { padding: 1.2rem; }
  .num-item + .num-item { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 880px) {
  .hero .wrap, .split, .contact .grid { grid-template-columns: 1fr; }
  .hero-figure { order: -1; }
  .hero-figure img { height: 360px; }
  .hero-meta { flex-direction: column; align-items: flex-start; gap: .85rem; }
  .hero-meta li { white-space: normal; }
  .hero-meta li + li::before { display: none; }
  .creds-list img { width: 56px; height: 56px; }
  .reviews-track { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  footer.site .wrap { grid-template-columns: 1fr; }
  footer.site .legal .wrap { grid-template-columns: 1fr; }
  .legal .disclaimer { text-align: left; max-width: none; justify-self: start; }
  form .row { grid-template-columns: 1fr; }

  .team-grid { grid-template-columns: 1fr; }
  .j-checklist { column-count: 1; }
  .about-hero .wrap, .story-row { grid-template-columns: 1fr; }
  .about-hero .hero-figure { order: -1; min-height: 360px; }
  .story-row--rev .story-figure, .story-figure { order: -1; }
  .cred-strip .wrap { grid-template-columns: 1fr; }
}

/* RESPONSIVE POLISH: TAP TARGETS + SAFETY */
.menu-toggle { min-height: 44px; }
.hero-copy, .contact-intro, .story-text, .j-body { min-width: 0; }
nav.main a { white-space: nowrap; }

/* HEADER NAV: collapse to a slide-down mobile menu (5 items + Contact CTA + a wide two-line brand need room) */
@media (max-width: 1120px) {
  .menu-toggle { display: inline-flex; align-items: center; }
  nav.main { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: .25rem; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 0 var(--gut); max-height: 0; overflow: hidden; opacity: 0; visibility: hidden; transition: max-height .32s cubic-bezier(.4, 0, .2, 1), opacity .25s ease, padding .32s ease, visibility 0s linear .32s; }
  nav.main.open { max-height: 32rem; overflow: auto; opacity: 1; visibility: visible; padding: .75rem var(--gut) 1rem; transition: max-height .32s cubic-bezier(.4, 0, .2, 1), opacity .25s ease, padding .32s ease, visibility 0s; }
  nav.main .nav-links { flex-direction: column; align-items: stretch; gap: .25rem; width: 100%; }
  nav.main .nav-links a { display: block; padding: .6rem 0; }
  nav.main > a.btn--primary { width: 100%; justify-content: center; margin-top: .5rem; }
  nav.main .menu-item-has-children { position: static; }
  nav.main .menu-item-has-children > a { pointer-events: none; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--bronze); padding-bottom: .1rem; }
  nav.main .menu-item-has-children > a::after { display: none; }
  nav.main .sub-menu { position: static; transform: none; opacity: 1; visibility: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; min-width: 0; padding: 0 0 .2rem .95rem; transition: none; list-style: none; margin: 0; }
  nav.main .sub-menu::before { display: none; }
  nav.main .sub-menu a { white-space: normal; }
  nav.main .sub-menu a:hover { background: transparent; }
}
@media (prefers-reduced-motion: reduce) { nav.main { transition: none; } }

/* RESPONSIVE POLISH: SMALL-PHONE HEADER (brand was overflowing at <=390px) */
@media (max-width: 400px) {
  .brand { gap: .5rem; }
  .brand img { height: 42px; }
  .brand b { font-size: .98rem; line-height: 1.04; }
  .brand span { font-size: .54rem; letter-spacing: .12em; }
}

/* RESPONSIVE POLISH: HERO META — stack below laptop so the two-column hero never overflows */
@media (max-width: 1180px) {
  .hero .hero-meta { flex-direction: column; align-items: flex-start; gap: .7rem; }
  .hero .hero-meta li { white-space: normal; }
  .hero .hero-meta li + li::before { display: none; }
}

/* FOOTER — MOBILE CENTERING (all columns + legal row centered at <=880px) */
@media (max-width: 880px) {
  footer.site .wrap { text-align: center; justify-items: center; }
  footer.site .f-brand { max-width: 440px; }
  footer.site .f-brand img { margin-inline: auto; }
  footer.site ul { justify-items: center; }
  .f-contact li { justify-content: center; text-align: center; }
  footer.site .legal .wrap { justify-items: center; text-align: center; }
  .legal-left { justify-items: center; }
  .legal .disclaimer { text-align: center; max-width: 60ch; justify-self: center; }
}
