/* Shared enhancements — HonorServe Solutions */

:root {
  --veteran-bar-h: 36px;
  --trust-strip-h: 40px;
  --gold: #c6a64b;
  --navy: #1f2945;
  --navy-dark: #151b31;
  --hero-overlay-top: rgba(31, 41, 69, 0.84);
  --hero-overlay-bottom: rgba(31, 41, 69, 0.88);
  --hero-bg-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80");
  --site-top-shell-h: 116px;
}

/* Anchor scroll — land on titles, not section padding (keeps section layout uniform) */
.section-title > h2[id] {
  scroll-margin-top: calc(var(--site-top-shell-h, 116px) + 12px);
}

section[id] {
  scroll-margin-top: calc(var(--site-top-shell-h, 116px) + 10px);
}

/* Hero FOUC guard — body.has-hero + site-top-shell ship in HTML before JS */
body.has-hero:not(.top-scrolled) #site-top-shell,
body.has-hero:not(.top-scrolled) .site-top-shell {
  background: transparent !important;
  box-shadow: none !important;
}

body.has-hero:not(.top-scrolled) #site-top-shell header,
body.has-hero:not(.top-scrolled) #site-top-shell .site-header,
body.has-hero:not(.top-scrolled) .site-top-shell header,
body.has-hero:not(.top-scrolled) .site-top-shell .site-header,
body.has-hero:not(.top-scrolled) #site-top-shell .trust-strip,
body.has-hero:not(.top-scrolled) .site-top-shell .trust-strip {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Phase 0 — header + trust strip stick together (no seam on scroll) */
.site-top-shell {
  position: sticky;
  top: 0;
  z-index: 55;
  background: var(--navy);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.site-top-shell header,
.site-top-shell .site-header {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  background: var(--navy) !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding-top: calc(16px + env(safe-area-inset-top, 0px)) !important;
  padding-bottom: 18px !important;
}

.site-top-shell header .nav,
.site-top-shell .site-header .nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.trust-strip {
  background: var(--navy);
  border: none;
  box-shadow: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.35px;
}

/* Hero pages — photo behind bar at top; fixed + solid navy on scroll */
body.has-hero .site-top-shell {
  position: relative;
  top: auto;
  z-index: 55;
  background: transparent;
  box-shadow: none;
  transition: background 0.45s ease, box-shadow 0.45s ease;
}

body.has-hero:not(.top-scrolled) .site-top-shell header,
body.has-hero:not(.top-scrolled) .site-top-shell .site-header,
body.has-hero:not(.top-scrolled) .site-top-shell .trust-strip {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  transition: background 0.45s ease;
}

body.has-hero:not(.top-scrolled) .site-top-shell .trust-strip {
  margin-top: -1px;
  padding-top: 1px;
}

body.has-hero.top-scrolled .site-top-shell {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 60;
  background: var(--navy);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

body.has-hero.top-scrolled .site-top-shell header,
body.has-hero.top-scrolled .site-top-shell .site-header,
body.has-hero.top-scrolled .site-top-shell .trust-strip {
  background: var(--navy) !important;
  margin-top: 0;
  padding-top: 0;
}

#site-top-spacer {
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  body.has-hero .site-top-shell,
  body.has-hero .site-top-shell header,
  body.has-hero .site-top-shell .trust-strip {
    transition: none;
  }

}

body.has-hero .hero {
  position: relative;
  overflow: visible !important;
  background: transparent !important;
}

body.has-hero .hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * var(--site-top-shell-h));
  bottom: 0;
  z-index: 0;
  background-image:
    linear-gradient(var(--hero-overlay-top), var(--hero-overlay-bottom)),
    var(--hero-bg-image);
  background-size: cover;
  background-position: center;
}

body.has-hero .hero-content {
  position: relative;
  z-index: 1;
}

.trust-value-full {
  display: inline;
}

.trust-value-short {
  display: none !important;
}

.trust-strip-inner {
  min-height: var(--trust-strip-h);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 4px;
  padding: 8px 0 10px;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  letter-spacing: 0.2px;
}

.trust-item {
  white-space: nowrap;
}

.trust-item strong {
  color: var(--gold);
  font-weight: 900;
  margin-right: 0.35em;
}

.trust-item a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.trust-item a:hover {
  color: var(--gold);
}

.trust-sep {
  color: rgba(198, 166, 75, 0.7);
  font-weight: 400;
  margin: 0 0.45em;
  padding: 0 0.1em;
  user-select: none;
}

/* Contact section cards — shared across Government, Documents, Notary */
.contact-grid > .card,
.contact-grid > .card.contact-info {
  border: 2px solid var(--navy) !important;
  border-top: 4px solid var(--gold) !important;
  background: #ffffff !important;
  box-shadow: 0 14px 36px rgba(31, 41, 69, 0.14);
}

.contact-grid .card.contact-info h3 {
  color: var(--navy);
  border-bottom: 3px solid var(--gold);
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.contact-grid .card.contact-info p {
  color: #1f2937;
}

.contact-grid .card.contact-info a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-grid .card.contact-info a:hover {
  color: var(--gold);
}

.contact-section .contact-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.92fr) minmax(300px, 1.08fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

.contact-grid > .card {
  align-self: start;
  height: auto;
  padding: 26px 28px !important;
}

.contact-grid .card.contact-info p {
  margin-bottom: 10px;
  line-height: 1.55;
}

.contact-grid .card.contact-info p:last-child {
  margin-bottom: 0;
}

/* Brand frame — navy border + gold top (site-wide content boxes) */
.about-card,
.credentials-card,
.cap-doc,
.cap-box,
.trust-card,
.map-wrap,
.step,
main .card:not(.dark-card),
.faq-item,
.calculator,
.pricing-panel .detail-card,
.summary-card {
  border: 2px solid var(--navy) !important;
  border-top: 4px solid var(--gold) !important;
  box-shadow: 0 14px 36px rgba(31, 41, 69, 0.1) !important;
}

.about-card,
.credentials-card,
.cap-doc,
.cap-box,
.trust-card,
.step,
main .card:not(.dark-card),
.faq-item,
.calculator,
.pricing-panel .detail-card {
  background: #ffffff !important;
}

/* Capabilities — single outer frame; double gold strip at top only */
.cap-doc {
  border: 2px solid var(--navy) !important;
  border-top: 4px solid var(--gold) !important;
  border-radius: 20px !important;
  overflow: hidden;
  padding: 0 !important;
}

.cap-doc::before {
  display: block !important;
  content: "";
  height: 4px;
  background: linear-gradient(90deg, var(--gold), #d4b76a, var(--gold));
}

.cap-doc-head {
  border: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0;
  padding: 32px 40px 14px !important;
  background-image:
    linear-gradient(
      90deg,
      transparent 40px,
      rgba(198, 166, 75, 0.55) 40px,
      rgba(198, 166, 75, 0.55) calc(100% - 40px),
      transparent calc(100% - 40px)
    ),
    linear-gradient(180deg, #fdfcf9 0%, #ffffff 100%) !important;
  background-size: 100% 3px, 100% 100% !important;
  background-position: left bottom, left top !important;
  background-repeat: no-repeat !important;
}

.cap-doc-head .cap-doc-title {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.cap-body .cap-detail > section:first-child h2,
.cap-body .cap-detail > section:first-child > h2 {
  margin-top: 0;
}

.cap-body h2 {
  border-bottom: none !important;
  padding-bottom: 8px !important;
  background-image: linear-gradient(
    90deg,
    rgba(198, 166, 75, 0.55),
    rgba(198, 166, 75, 0.55)
  ) !important;
  background-size: 100% 3px !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 700px) {
  .cap-doc-head {
    padding: 24px 22px 12px !important;
    background-image:
      linear-gradient(
        90deg,
        transparent 22px,
        rgba(198, 166, 75, 0.55) 22px,
        rgba(198, 166, 75, 0.55) calc(100% - 22px),
        transparent calc(100% - 22px)
      ),
      linear-gradient(180deg, #fdfcf9 0%, #ffffff 100%) !important;
  }
}

.cap-box {
  border-top-width: 3px !important;
}

.summary-card {
  background: var(--navy) !important;
  border-top-color: var(--gold) !important;
}

.calculator .mapbox {
  border: 1px solid rgba(198, 166, 75, 0.45) !important;
  border-top: 2px solid var(--gold) !important;
  background: #f7f5ef !important;
  box-shadow: none !important;
}

main .card:not(.dark-card) h3,
.about-card h2,
.credentials-card h3,
.trust-card h3,
.step h3 {
  border-bottom: 3px solid var(--gold);
}

.contact-block {
  margin-top: 8px;
  text-align: center;
}

.contact-block p {
  margin-bottom: 8px;
}

.contact-block p:last-child {
  margin-bottom: 0;
}

.contact-block a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-block a:hover {
  color: var(--gold);
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 4px;
  padding: 22px 20px;
  background: #f7f5ef;
  border: 1px solid rgba(198, 166, 75, 0.45);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #e2ded5;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--navy);
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form select {
  cursor: pointer;
  appearance: none;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% + 2px),
    calc(100% - 16px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(31, 41, 69, 0.42);
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  border-color: rgba(198, 166, 75, 0.85);
  background: #fffdf8;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  border-width: 2px;
  padding: 13px 15px;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 166, 75, 0.32);
}

.contact-form textarea:focus {
  padding: 13px 15px;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form .submit,
.contact-form button[type="submit"] {
  padding: 16px;
  border: 2px solid var(--navy);
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-form .submit:hover,
.contact-form button[type="submit"]:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}

footer {
  background: var(--navy);
  color: #fff;
  padding: 32px 0 28px;
  text-align: center;
}

footer h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  font-weight: 900;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  color: #fff;
}

footer h3 span {
  color: var(--gold);
}

footer p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 6px;
  font-size: 0.95rem;
  line-height: 1.55;
}

footer a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-underline-offset: 2px;
}

footer a:hover {
  color: var(--gold);
}

.footer-legal {
  margin-top: 14px !important;
  font-size: 0.82rem !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

.footer-small {
  font-size: 0.9rem !important;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72) !important;
  margin-top: 10px !important;
}

/* Clear fixed veteran bar — tight gap above strip */
body.has-bottom-bar footer {
  padding-bottom: calc(var(--veteran-bar-h) + 8px);
}

/* Unified nav brand — company name more prominent */
header .brand,
.site-header .brand {
  font-size: clamp(1.55rem, 2.6vw, 1.95rem);
  font-weight: 900;
  white-space: nowrap;
  line-height: 1.12;
  letter-spacing: 0.02em;
}

header .brand span,
.site-header .brand span {
  color: var(--gold);
}

/* Unified nav links — Notary sizing on every page */
.site-top-shell .nav-links,
header .nav-links,
.site-header .nav-links {
  display: flex;
  gap: 22px;
  font-weight: 700;
  font-size: 0.95rem;
  flex-wrap: wrap;
  line-height: 1.3;
}

.site-top-shell .nav-links a,
header .nav-links a,
.site-header .nav-links a {
  text-decoration: none;
  color: inherit;
}

.site-top-shell .nav-links a:hover,
.site-top-shell .nav-links a.active,
header .nav-links a:hover,
header .nav-links a.active,
.site-header .nav-links a:hover,
.site-header .nav-links a.active {
  color: var(--gold);
}

/* Uniform hero kicker — "Veteran-Owned Business" on all hero pages */
.hero-kicker {
  display: block;
  text-align: center;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* Uniform hero typography — all pages with .hero */
.hero-title {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 1.08;
  font-weight: 900;
  max-width: 1180px;
  margin: 0 auto 26px;
  text-align: center;
}

.hero-pill {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0 auto 30px;
  text-align: center;
}

.hero-description {
  max-width: 980px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: center;
}

.veteran-bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  width: 100%;
  background: var(--navy);
  border: none;
  padding: 6px 0 calc(6px + env(safe-area-inset-bottom));
}

.bottom-bar-inner {
  min-height: var(--veteran-bar-h);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.bottom-bar-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--gold, #c6a64b);
  font-weight: 900;
  font-size: 0.8rem;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.bottom-bar-badge::before {
  content: "★";
}

.bottom-bar-item {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.bottom-bar-sep {
  color: rgba(198, 166, 75, 0.55);
  font-weight: 400;
}

.bottom-bar-short {
  display: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.bottom-bar-short strong {
  color: var(--gold, #c6a64b);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.bottom-bar-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: 0.25s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.trust-card {
  border-radius: 18px;
  padding: 26px;
}

.trust-card h3 {
  color: var(--navy, #1f2945);
  font-size: 1.15rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.step {
  border-radius: 16px;
  padding: 24px;
}

.map-wrap {
  margin-top: 22px;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 14px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: #fff;
  border: none;
  padding: 18px 20px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy, #1f2945);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-question::after {
  content: "+";
  color: var(--gold, #c6a64b);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-item.open .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 20px 18px;
  color: var(--muted, #657083);
  line-height: 1.65;
}

.faq-item.open .faq-answer {
  display: block;
}

.credentials-card {
  border-radius: 18px;
  padding: 30px;
  max-width: 820px;
  margin: 0 auto;
}

.credentials-card h3 {
  color: var(--navy, #1f2945);
  font-size: 1.4rem;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--gold, #c6a64b);
}

.credentials-card ul {
  padding-left: 22px;
  margin-top: 14px;
}

.credentials-card li {
  margin-bottom: 8px;
}

.footer-links {
  margin-top: 14px !important;
  font-size: 0.92rem;
}

.footer-links a {
  text-decoration: underline;
}

.footer-links a:hover {
  color: var(--gold, #c6a64b) !important;
}

.mobile-call-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--veteran-bar-h);
  z-index: 60;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: var(--navy);
  border: none;
  gap: 10px;
}

.mobile-call-bar a {
  flex: 1;
  text-align: center;
  padding: 14px 10px;
  border-radius: 10px;
  font-weight: 900;
  font-size: 0.95rem;
}

.mobile-call-btn {
  background: var(--gold, #c6a64b);
  color: var(--navy, #1f2945) !important;
}

.mobile-text-btn {
  border: 2px solid var(--gold, #c6a64b);
  color: #fff !important;
}

.page-hero-compact {
  padding: 56px 0 42px;
  text-align: center;
  background: var(--navy, #1f2945);
  color: #fff;
}

.page-hero-compact h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 10px;
}

.page-hero-compact p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin: 0 auto;
}

.thank-you-box,
.legal-card {
  background: #fff;
  border: 1px solid var(--border, #e2ded5);
  border-radius: 18px;
  padding: 34px;
  box-shadow: var(--shadow, 0 18px 45px rgba(15, 23, 42, 0.08));
  max-width: 760px;
  margin: 0 auto;
}

.thank-you-actions,
.legal-card p {
  margin-bottom: 14px;
}

.thank-you-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

.thank-you-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 900;
}

.thank-you-primary {
  background: var(--gold, #c6a64b);
  color: var(--navy, #1f2945);
}

.thank-you-secondary {
  border: 2px solid var(--navy, #1f2945);
  color: var(--navy, #1f2945);
}

@media (max-width: 850px) {
  .nav-toggle {
    display: flex;
  }

  .nav {
    flex-wrap: wrap;
  }

  .nav-links {
    display: none !important;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px !important;
    padding: 12px 0 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-links.open {
    display: flex !important;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .contact-section .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .trust-strip-inner {
    font-size: 0.72rem;
    gap: 6px 2px;
  }

  .trust-item-location .trust-value-full {
    display: none !important;
  }

  .trust-item-location .trust-value-short {
    display: inline !important;
  }

  .mobile-call-bar {
    display: flex;
  }

  body.has-call-bar {
    padding-bottom: calc(var(--veteran-bar-h) + 76px);
  }

  body.has-call-bar.has-bottom-bar footer {
    padding-bottom: calc(var(--veteran-bar-h) + 68px + 8px);
  }

  :root {
    --veteran-bar-h: 34px;
  }

  .bottom-bar-full {
    display: none !important;
  }

  .bottom-bar-short {
    display: inline;
  }

  .hero-kicker {
    font-size: 0.82rem;
    letter-spacing: 4px;
  }

  .hero-title {
    font-size: clamp(2.25rem, 10vw, 3.6rem);
  }

  .hero-description {
    font-size: 1.05rem;
  }

  .map-wrap iframe {
    height: 280px;
  }
}

@media print {
  .trust-strip,
  .veteran-bottom-bar {
    display: none !important;
  }
}

body.has-bottom-bar:not(.has-call-bar) {
  padding-bottom: var(--veteran-bar-h);
}