/* ==========================================================================
   Precision Asset Transportation — assettrans.com
   Palette and motifs taken from the brand card: deep navy, foil gold,
   fine circuit tracery.
   ========================================================================== */

:root {
  --navy-900: #061529;
  --navy-800: #0b2545;
  --navy-700: #123763;
  --navy-600: #1b4a80;
  --gold: #c9a227;
  --gold-light: #e7c86a;
  --gold-pale: #f3e6bd;
  --ivory: #f7f4ed;
  --ivory-dim: #efeadd;
  --ink: #17202c;
  --ink-soft: #4d5765;
  --line: #dcd6c8;
  --white: #ffffff;

  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Helvetica Neue", "Segoe UI", system-ui, Arial, sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;

  --wrap: 1180px;
  --radius: 4px;
  --shadow-sm: 0 1px 2px rgba(6, 21, 41, .08), 0 6px 18px rgba(6, 21, 41, .06);
  --shadow-lg: 0 18px 50px rgba(6, 21, 41, .16);
  --ease: cubic-bezier(.2, .7, .3, 1);
}

/* --------------------------------------------------------------- reset -- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--navy-700); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--navy-800);
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  font-weight: 700;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.2rem; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; }
ul { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: .45em; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }
.section { padding: 84px 0; }
.section--tight { padding: 60px 0; }
.section--ivory { background: var(--ivory); }
.center { text-align: center; }
.lede { font-size: 1.16rem; color: var(--ink-soft); max-width: 62ch; }
.center .lede { margin-inline: auto; }
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--gold);
  color: var(--navy-900); padding: 10px 16px; z-index: 100; font-weight: 700;
}
.skip:focus { left: 8px; top: 8px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* Small gold eyebrow label above headings */
.eyebrow {
  font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 14px; display: flex; align-items: center; gap: 12px;
}
.center .eyebrow { justify-content: center; }
.eyebrow::before, .center .eyebrow::after, .mission .eyebrow::after {
  content: ""; width: 28px; height: 1px; background: var(--gold); opacity: .6;
}
.on-navy .eyebrow { color: var(--gold-light); }

/* -------------------------------------------------------------- buttons -- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--font-display); font-weight: 700; font-size: .95rem;
  letter-spacing: .04em; text-transform: uppercase;
  padding: 15px 28px; border-radius: var(--radius); border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; transition: all .22s var(--ease);
  white-space: nowrap;
}
.btn--gold { background: var(--gold); color: var(--navy-900); border-color: var(--gold); }
.btn--gold:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); }
.btn--navy { background: var(--navy-800); color: var(--white); border-color: var(--navy-800); }
.btn--navy:hover { background: var(--navy-700); border-color: var(--navy-700); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(231, 200, 106, .55); }
.btn--ghost:hover { border-color: var(--gold-light); background: rgba(231, 200, 106, .12); }
.btn--outline { background: transparent; color: var(--navy-800); border-color: var(--navy-800); }
.btn--outline:hover { background: var(--navy-800); color: var(--white); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.center .btn-row { justify-content: center; }

/* --------------------------------------------------------------- header -- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy-800);
  border-bottom: 1px solid rgba(231, 200, 106, .25);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: 82px; max-width: 1300px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: auto; flex: none; }
.brand-name {
  font-family: var(--font-display); font-weight: 700; color: var(--gold-light);
  text-transform: uppercase; letter-spacing: .09em; line-height: 1.18; font-size: .82rem;
  white-space: nowrap;
}
.brand-name span { display: block; }
.brand-tag {
  display: block; font-size: .62rem; letter-spacing: .13em; color: rgba(255, 255, 255, .62);
  font-weight: 400; text-transform: none; margin-top: 3px; font-family: var(--font-serif);
  font-style: italic; white-space: nowrap;
}
.nav { display: flex; align-items: center; gap: 24px; }
.nav a {
  color: rgba(255, 255, 255, .86); text-decoration: none; font-size: .9rem;
  font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 0; border-bottom: 2px solid transparent; transition: .18s var(--ease);
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--gold-light); border-bottom-color: var(--gold); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone {
  color: var(--white); text-decoration: none; font-family: var(--font-display);
  font-weight: 700; font-size: 1.02rem; letter-spacing: .02em; display: flex;
  align-items: center; gap: 8px; white-space: nowrap;
}
.header-phone:hover { color: var(--gold-light); }
.header-phone svg { width: 17px; height: 17px; fill: var(--gold); flex: none; }
.nav-toggle {
  display: none; background: transparent; border: 1px solid rgba(231, 200, 106, .5);
  border-radius: var(--radius); padding: 9px 11px; cursor: pointer;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--gold-light); margin: 4px 0; }

/* ----------------------------------------------------------------- hero -- */
.hero {
  position: relative; overflow: hidden; color: var(--white);
  background:
    radial-gradient(1100px 520px at 78% 12%, rgba(27, 74, 128, .55), transparent 62%),
    linear-gradient(165deg, #0d2a50 0%, var(--navy-800) 46%, var(--navy-900) 100%);
}
.circuitry::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'>\
<g fill='none' stroke='%23e7c86a' stroke-width='1' opacity='0.30'>\
<path d='M0 40h96l28 28h84M320 96H236l-24-24h-52M0 176h60l32 32h140M320 216H208l-28-28H92l-28 28H0'/>\
<path d='M40 0v58l26 26v76M148 0v34l24 24v66l-30 30v90M262 320v-70l26-26V96l-22-22V0'/>\
<path d='M320 288h-84l-26-26H150M0 288h48l30-30'/>\
</g>\
<g fill='%23e7c86a' opacity='0.42'>\
<circle cx='96' cy='40' r='3'/><circle cx='208' cy='68' r='3'/><circle cx='236' cy='96' r='3'/>\
<circle cx='40' cy='58' r='3'/><circle cx='172' cy='58' r='3'/><circle cx='92' cy='208' r='3'/>\
<circle cx='60' cy='176' r='3'/><circle cx='288' cy='224' r='3'/><circle cx='150' cy='262' r='3'/>\
<circle cx='78' cy='258' r='3'/><circle cx='262' cy='250' r='3'/><circle cx='142' cy='190' r='3'/>\
</g></svg>");
}
.hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center;
  padding: 96px 0 88px;
}
.hero h1 { color: var(--white); max-width: 15ch; }
.hero h1 em {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  color: var(--gold-light); letter-spacing: 0;
}
.hero p.lede { color: rgba(255, 255, 255, .84); font-size: 1.2rem; max-width: 52ch; }
.hero .btn-row { margin-top: 30px; }

/* Framed "credentials" panel on the right of the hero */
.hero-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(231, 200, 106, .35);
  border-radius: 6px; padding: 34px 32px; backdrop-filter: blur(2px);
}
.hero-card h2 {
  color: var(--gold-light); font-size: 1.05rem; letter-spacing: .12em;
  text-transform: uppercase; margin-bottom: 20px;
}
.hero-card ul { list-style: none; padding: 0; margin: 0; }
.hero-card li {
  display: flex; gap: 12px; align-items: flex-start; padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: .97rem;
  color: rgba(255, 255, 255, .9);
}
.hero-card li:last-child { border-bottom: 0; }
.hero-card li::before {
  content: ""; flex: none; width: 9px; height: 9px; margin-top: .55em;
  background: var(--gold); transform: rotate(45deg);
}

/* Compact hero for interior pages */
.hero--page .hero__inner { grid-template-columns: 1fr; padding: 66px 0 58px; }
.hero--page h1 { max-width: 20ch; }
.hero--page .lede { max-width: 66ch; }
.breadcrumb { font-size: .84rem; color: rgba(255,255,255,.6); margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,.78); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold-light); }

/* Trust strip beneath the hero */
.trust {
  position: relative; z-index: 2; border-top: 1px solid rgba(231, 200, 106, .22);
  background: rgba(6, 21, 41, .55);
}
.trust ul {
  list-style: none; margin: 0; padding: 20px 0; display: flex; flex-wrap: wrap;
  gap: 14px 40px; justify-content: space-between;
}
.trust li {
  margin: 0; color: rgba(255, 255, 255, .82); font-size: .84rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; display: flex; align-items: center; gap: 10px;
}
.trust li::before { content: ""; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }

/* --------------------------------------------------------------- layout -- */
.section-head { max-width: 66ch; margin-bottom: 46px; }
.center .section-head, .section-head.center { margin-inline: auto; }

.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Service cards */
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; transition: .24s var(--ease); position: relative;
}
.card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transition: width .3s var(--ease);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #cfc7b4; }
.card:hover::before { width: 100%; }
.card h3 { margin-bottom: .45em; }
.card p { margin: 0; color: var(--ink-soft); font-size: .97rem; }
.card .icon {
  width: 46px; height: 46px; margin-bottom: 18px; color: var(--navy-700);
}
.card .icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }

/* Numbered process steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.step { padding-top: 26px; border-top: 2px solid var(--line); position: relative; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  position: absolute; top: -1px; left: 0; transform: translateY(-100%);
  font-family: var(--font-display); font-weight: 700; font-size: .95rem;
  letter-spacing: .1em; color: var(--gold); padding-bottom: 8px;
}
.step h3 { font-size: 1.08rem; }
.step p { color: var(--ink-soft); font-size: .95rem; margin: 0; }

/* Specialty (estate / office / liquidation) panels */
.panel {
  background: var(--white); border: 1px solid var(--line); border-left: 3px solid var(--gold);
  padding: 32px 30px; border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.panel h3 { font-size: 1.35rem; }
.panel ul { color: var(--ink-soft); font-size: .96rem; margin-bottom: 0; }

/* Split image/text feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split .visual {
  aspect-ratio: 4 / 3; border-radius: var(--radius); position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--navy-700), var(--navy-900));
  border: 1px solid rgba(231, 200, 106, .3);
  display: grid; place-items: center;
}
.split .visual img { width: 58%; opacity: .96; }

/* Mission statement */
.mission { max-width: 880px; margin-inline: auto; text-align: center; }
.mission .monogram { width: 78px; margin: 0 auto 26px; }
.mission-statement { margin: 0; border: 0; padding: 0; }
.mission-statement p {
  font-family: var(--font-serif); color: var(--ink);
  font-size: clamp(1.06rem, 1.5vw, 1.22rem); line-height: 1.62;
}
.mission-statement p.pledge {
  font-style: italic; color: var(--navy-800); font-weight: 400;
  font-size: clamp(1.42rem, 3vw, 2.05rem); line-height: 1.3; letter-spacing: -.01em;
  margin-bottom: .7em;
}
.mission-statement p:last-child { margin-bottom: 0; }
.mission-rule {
  width: 74px; height: 2px; margin: 26px auto;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.seals { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 38px; }
.seal {
  display: flex; align-items: center; gap: 11px; background: var(--white);
  border: 1px solid var(--gold); border-radius: 100px; padding: 12px 24px;
  box-shadow: var(--shadow-sm);
}
.seal svg { width: 22px; height: 22px; fill: none; stroke: var(--gold); stroke-width: 1.5; flex: none; }
.seal span {
  font-family: var(--font-display); font-weight: 700; font-size: .8rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--navy-800); white-space: nowrap;
}
@media (max-width: 560px) {
  .seals { gap: 10px; }
  .seal { padding: 10px 18px; }
  .seal span { font-size: .72rem; letter-spacing: .08em; }
}

/* Recreation of the brand card, used as the About page visual */
.brand-card {
  position: relative; overflow: hidden; border-radius: 6px; text-align: center;
  padding: 54px 34px; color: var(--white);
  border: 1px solid rgba(231, 200, 106, .38);
  background: linear-gradient(155deg, #10305c 0%, var(--navy-800) 55%, var(--navy-900) 100%);
  box-shadow: var(--shadow-lg);
}
.brand-card > * { position: relative; z-index: 2; }
.brand-card img { width: 190px; margin: 0 auto 26px; }
.section--ivory .card { background: var(--white); }
.brand-card .card-name {
  font-family: var(--font-display); font-weight: 700; color: var(--gold-light);
  text-transform: uppercase; letter-spacing: .12em; font-size: 1.28rem; line-height: 1.3;
}
.brand-card .card-rule { width: 64px; height: 1px; background: var(--gold); margin: 18px auto; opacity: .7; }
.brand-card .card-tag {
  font-family: var(--font-serif); font-style: italic; font-size: 1.06rem;
  color: rgba(255, 255, 255, .82); letter-spacing: .02em;
}

/* Statistic / assurance band */
.assurance { background: var(--navy-800); color: var(--white); position: relative; overflow: hidden; }
.assurance .wrap { position: relative; z-index: 2; }
.assurance h2 { color: var(--white); }
.assurance p { color: rgba(255, 255, 255, .82); }
.assurance .grid { margin-top: 40px; }
.assure-item { border-top: 2px solid rgba(231, 200, 106, .45); padding-top: 20px; }
.assure-item h3 { color: var(--gold-light); font-size: 1.05rem; letter-spacing: .04em; }
.assure-item p { font-size: .95rem; margin: 0; color: rgba(255, 255, 255, .78); }

/* Item checklist (what we move) */
.chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.chips li {
  margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: 100px;
  padding: 9px 18px; font-size: .92rem; font-weight: 600; color: var(--navy-800);
}
.on-navy .chips li { background: rgba(255, 255, 255, .06); border-color: rgba(231, 200, 106, .35); color: var(--white); }

/* Detailed service entries (services page) */
.detail { display: grid; grid-template-columns: 240px 1fr; gap: 40px; padding: 44px 0; border-top: 1px solid var(--line); }
.detail:first-of-type { border-top: 0; }
.detail h3 { font-size: 1.5rem; margin-bottom: .3em; }
.detail .detail-tag { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.detail .icon { width: 58px; height: 58px; color: var(--navy-700); margin-bottom: 14px; }
.detail .icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.3; }

/* Call-to-action band */
.cta-band {
  background: linear-gradient(150deg, var(--navy-700), var(--navy-900));
  color: var(--white); position: relative; overflow: hidden; text-align: center;
}
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255, 255, 255, .85); }
.phone-xl {
  display: inline-flex; align-items: center; gap: 14px; margin: 8px 0 22px;
  font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 4.4vw, 2.9rem);
  color: var(--gold-light); text-decoration: none; letter-spacing: .01em;
}
.phone-xl:hover { color: var(--white); }
.phone-xl svg { width: .8em; height: .8em; fill: currentColor; }

/* ------------------------------------------------------------ contact -- */
.contact-grid { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: start; }
.form-field { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; font-size: .82rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--navy-800); margin-bottom: 7px; }
label .req { color: #a3341f; }
input, select, textarea {
  width: 100%; font: inherit; font-size: .98rem; color: var(--ink);
  padding: 12px 14px; border: 1px solid #c9c2b1; border-radius: var(--radius);
  background: var(--white); transition: .18s var(--ease);
}
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(18, 55, 99, .12); outline: none; }
.form-note { font-size: .86rem; color: var(--ink-soft); }
.form-status { margin-top: 14px; font-weight: 600; display: none; }
.form-status.is-visible { display: block; }
.aside-card {
  background: var(--navy-800); color: var(--white); border-radius: var(--radius); padding: 32px 30px;
}
.aside-card h3 { color: var(--gold-light); font-size: 1.05rem; letter-spacing: .1em; text-transform: uppercase; }
.aside-card p, .aside-card li { color: rgba(255, 255, 255, .84); font-size: .95rem; }
.aside-card a { color: var(--gold-light); }
.aside-card .phone-lg {
  display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.6rem;
  color: var(--white); text-decoration: none; margin: 4px 0 6px;
}
.aside-card .phone-lg:hover { color: var(--gold-light); }
.aside-divider { border: 0; border-top: 1px solid rgba(255, 255, 255, .16); margin: 26px 0; }

/* ------------------------------------------------------------- footer -- */
.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .74); padding: 64px 0 28px; font-size: .94rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer h4 {
  color: var(--gold-light); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: rgba(255, 255, 255, .74); text-decoration: none; }
.site-footer a:hover { color: var(--gold-light); }
.footer-brand img { width: 54px; margin-bottom: 14px; }
.footer-brand p { max-width: 34ch; font-size: .92rem; }
.footer-phone { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: var(--white) !important; }
.footer-bottom {
  margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .84rem;
  color: rgba(255, 255, 255, .55);
}

/* Sticky mobile call bar */
.call-bar { display: none; }

/* --------------------------------------------------------- responsive -- */
@media (max-width: 1240px) {
  .brand-name .brand-tag { display: none; }
  .nav { gap: 20px; }
  .nav a { font-size: .84rem; }
}
@media (max-width: 1120px) {
  .header-cta .btn { display: none; }
  .brand img { width: 46px; }
  .brand-name { font-size: .76rem; }
  .nav { gap: 16px; }
  .nav a { font-size: .8rem; }
}
@media (max-width: 1000px) {
  .hero__inner { grid-template-columns: 1fr; gap: 44px; padding: 70px 0 64px; }
  .grid--4, .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 860px) {
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0; background: var(--navy-800);
    border-bottom: 2px solid var(--gold); padding: 8px 24px 20px;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .site-header .wrap { position: relative; flex-wrap: nowrap; gap: 12px; min-height: 70px; }
  .brand { flex: 1 1 auto; min-width: 0; }
  .brand img { width: 42px; }
  .brand-name { font-size: .72rem; letter-spacing: .06em; }
  .header-cta { order: 2; gap: 10px; }
  .nav-toggle { display: block; order: 3; flex: none; }
  .header-cta .btn { display: none; }
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .detail { grid-template-columns: 1fr; gap: 16px; padding: 34px 0; }
  .section { padding: 62px 0; }
  body { padding-bottom: 64px; }
  .call-bar {
    display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    background: var(--gold); text-align: center;
  }
  .call-bar a {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 17px 12px; color: var(--navy-900); font-family: var(--font-display);
    font-weight: 700; text-decoration: none; letter-spacing: .04em;
  }
  .call-bar svg { width: 18px; height: 18px; fill: currentColor; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  h1 { font-size: 1.95rem; }
  .btn { white-space: normal; text-align: center; max-width: 100%; padding: 14px 22px; }
  .hero p.lede { font-size: 1.04rem; }
  .lede { font-size: 1.05rem; }
  .grid--4, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .header-phone span { display: none; }
  .trust ul { gap: 10px 22px; }
  .trust li { font-size: .74rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Reveal-on-scroll (progressive enhancement; visible by default without JS) */
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.is-in { opacity: 1; transform: none; transition: opacity .6s var(--ease), transform .6s var(--ease); }

@media print {
  .site-header, .call-bar, .cta-band, .site-footer { display: none; }
}
