/* ==========================================================================
   Heavy Lift Moving Co. — design system
   Palette: navy #1E2A3A / strap #F2762E / kraft #E9DEC9 / ink #20242B
   Type:    Archivo 700/800 (display) + Karla (body)
   Motif:   packing-label stamps + ratchet-strap rules
   ========================================================================== */

:root {
  --navy: #1E2A3A;
  --navy-deep: #141D29;
  --strap: #F2762E;
  --strap-deep: #D45F1D;
  --kraft: #E9DEC9;
  --kraft-deep: #D9CBAF;
  --kraft-pale: #F5F0E6;
  --white: #FFFFFF;
  --ink: #20242B;
  --muted: #6B6455;
  --line: #E2D8C4;
  --green: #3E9A55;
  --shadow-lg: 0 24px 60px -18px rgba(20, 29, 41, .42);
  --shadow-md: 0 10px 30px -12px rgba(20, 29, 41, .22);
  --radius: 12px;
  --font-display: "Archivo", "Segoe UI", sans-serif;
  --font-body: "Karla", "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--kraft-pale);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--strap-deep); }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.04;
  text-wrap: balance;
  color: var(--navy);
}

h1 { font-size: clamp(42px, 5.4vw, 66px); letter-spacing: -.01em; }
h2 { font-size: clamp(30px, 3.9vw, 46px); }
h3 { font-size: clamp(19px, 2.1vw, 22px); font-weight: 700; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

:focus-visible {
  outline: 3px solid var(--strap);
  outline-offset: 2px;
  border-radius: 4px;
}

.eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--strap-deep);
  margin-bottom: 14px;
}

.opt { font-weight: 400; color: var(--muted); text-transform: none; letter-spacing: 0; }

.fine { font-size: 13.5px; color: var(--muted); }
.fine a { color: var(--strap-deep); font-weight: 700; }

/* packing-label stamp */
.stamp-mini {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700; font-size: 11px;
  letter-spacing: .12em;
  border: 1.5px solid currentColor;
  padding: 1px 8px;
  border-radius: 3px;
  margin-right: 8px;
}

/* ----- buttons ----- */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700; font-size: 15px;
  letter-spacing: .02em;
  padding: 12px 22px; border-radius: 9px;
  border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  white-space: nowrap;
}

.btn:active { transform: translateY(1px); }
.btn--lg { padding: 15px 28px; font-size: 16.5px; }
.btn--strap { background: var(--strap); color: var(--white); }
.btn--strap:hover { background: var(--strap-deep); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-deep); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(233, 222, 201, .5); }
.btn--ghost:hover { border-color: var(--white); }
.btn--plain { background: transparent; color: var(--muted); }
.btn--plain:hover { color: var(--ink); }

/* ==========================================================================
   Top bar + header
   ========================================================================== */

.topbar {
  background: var(--navy-deep);
  color: var(--kraft);
  font-size: 12.5px;
  display: flex; justify-content: space-between; gap: 16px;
  padding: 7px clamp(16px, 4vw, 48px);
}

.topbar a { color: var(--kraft); text-decoration: none; }
.topbar a:hover { color: var(--white); }
.topbar .stamp-mini { color: var(--strap); }

.header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: clamp(14px, 2.5vw, 34px);
  padding: 12px clamp(16px, 4vw, 48px);
  background: rgba(245, 240, 230, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }

.brand__word {
  font-family: var(--font-display);
  font-weight: 800; font-size: 26px;
  text-transform: uppercase;
  color: var(--navy);
  letter-spacing: .01em;
  border-bottom: 4px solid var(--strap);
  padding-bottom: 2px;
  align-self: flex-start;
}

.brand__word--foot { color: var(--white); }

.brand__sub {
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

.nav { display: flex; gap: clamp(12px, 1.8vw, 26px); margin-inline: auto; }

.nav a {
  text-decoration: none; color: var(--ink);
  font-weight: 700; font-size: 15px;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}

.nav a:hover { border-bottom-color: var(--strap); }

.header__actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }

.header__phone { text-decoration: none; text-align: right; line-height: 1.15; }
.header__phone-label { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--strap-deep); font-weight: 700; }
.header__phone-num { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--navy); }

.navtoggle { display: none; }

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
  position: relative;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(242, 118, 46, .16), transparent 60%),
    var(--navy);
  color: var(--white);
  overflow: hidden;
}

.hero__inner {
  position: relative;
  max-width: 1180px; margin: 0 auto;
  padding: clamp(48px, 7vw, 92px) clamp(16px, 4vw, 48px) clamp(56px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 440px);
  gap: clamp(28px, 4.5vw, 64px);
  align-items: start;
}

.hero .eyebrow { color: var(--strap); }

.hero h1 { color: var(--white); text-transform: uppercase; }
.hero h1 .accent { color: var(--strap); }

.hero__sub {
  margin-top: 20px;
  font-size: clamp(16.5px, 1.5vw, 19px);
  color: #CBD3DE;
  max-width: 56ch;
}

.hero__cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.hero__stamps {
  list-style: none;
  margin-top: 34px;
  display: flex; flex-wrap: wrap; gap: 10px;
}

.hero__stamps li {
  font-family: var(--font-display);
  font-weight: 700; font-size: 11.5px;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--kraft);
  border: 1.5px dashed rgba(233, 222, 201, .55);
  border-radius: 4px;
  padding: 5px 11px;
  transform: rotate(-1deg);
}

.hero__stamps li:nth-child(even) { transform: rotate(1deg); }

/* ----- quote card ----- */

.lead-card {
  position: relative;
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 30px 26px 24px;
  overflow: hidden;
  scroll-margin-top: 120px;
}

.lead-card::before {
  content: "";
  position: absolute; inset: 0 0 auto 0; height: 8px;
  background: repeating-linear-gradient(-55deg, var(--strap) 0 14px, var(--navy) 14px 28px);
}

.lead-card__head h2 { font-size: 27px; text-transform: uppercase; }

.lead-card__head p { color: var(--muted); font-size: 14.5px; margin-top: 3px; }

.lead-card__progress {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
  margin: 16px 0 18px;
}

.lead-card__progress span {
  height: 5px; border-radius: 99px;
  background: var(--line);
  transition: background .25s ease;
}

.lead-card__progress span.is-on { background: var(--strap); }

.step { display: none; border: none; }
.step.is-active { display: block; }

.step legend {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
}

.chips { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.chips > .chip:last-child:nth-child(odd) { grid-column: 1 / -1; }

.chip {
  font-family: var(--font-body);
  font-size: 14.5px; font-weight: 700;
  padding: 12px 8px;
  background: var(--kraft-pale);
  border: 1.5px solid var(--line);
  border-radius: 9px;
  cursor: pointer;
  color: var(--ink);
  transition: border-color .15s, background .15s;
  text-align: center;
}

.chip:hover { border-color: var(--strap); }

.chip.is-selected {
  background: var(--navy); color: var(--white); border-color: var(--navy);
}

.chips--small { grid-template-columns: repeat(3, 1fr); }
.chips--small .chip { padding: 10px 6px; font-size: 13.5px; }

.step textarea, .field input {
  width: 100%;
  font: inherit;
  padding: 11px 13px;
  border: 1.5px solid var(--line);
  border-radius: 9px;
  background: var(--white);
  color: var(--ink);
}

.step textarea:focus, .field input:focus {
  outline: none; border-color: var(--strap);
  box-shadow: 0 0 0 3px rgba(242, 118, 46, .15);
}

.dropzone {
  display: block;
  margin-top: 12px;
  border: 1.5px dashed var(--kraft-deep);
  border-radius: 9px;
  padding: 16px 14px;
  text-align: center;
  color: var(--muted);
  cursor: pointer;
  transition: border-color .15s, background .15s;
}

.dropzone:hover, .dropzone.is-drag { border-color: var(--strap); background: #FDF6EE; }
.dropzone svg { width: 26px; height: 26px; margin: 0 auto 6px; color: var(--strap); }
.dropzone strong { display: block; color: var(--ink); font-size: 15px; }
.dropzone span { font-size: 13px; }

.thumbs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }

.thumbs .thumb { position: relative; }

.thumbs img {
  width: 64px; height: 64px; object-fit: cover;
  border-radius: 7px; border: 1px solid var(--line);
}

.thumbs button {
  position: absolute; top: -7px; right: -7px;
  width: 20px; height: 20px; border-radius: 50%;
  border: none; background: var(--navy); color: var(--white);
  font-size: 13px; line-height: 1; cursor: pointer;
}

.field { margin-bottom: 12px; }

.field label, .field__label {
  display: block;
  font-family: var(--font-display);
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 5px;
}

.step__nav {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 18px;
}

.btn--submit { min-width: 170px; }

.form-error {
  margin-top: 12px;
  background: #FBF0EC; color: #A8412A;
  border: 1px solid #EFCFC4; border-radius: 8px;
  padding: 9px 12px; font-size: 14px;
}

.step--success { text-align: center; padding: 18px 4px 8px; }
.success__mark { width: 56px; margin: 0 auto 14px; }
.step--success h3 { font-size: 24px; }
.step--success p { margin: 8px 0 14px; }
.step--success .fine { margin-bottom: 16px; }

/* ==========================================================================
   Promise band
   ========================================================================== */

.promise-band {
  background: var(--kraft);
  border-bottom: 1px solid var(--kraft-deep);
  text-align: center;
  padding: 18px clamp(16px, 4vw, 48px);
  font-size: 16px;
  color: var(--ink);
}

.promise-band strong { font-family: var(--font-display); }
.promise-band__note { color: var(--muted); font-size: 14px; }
.promise-band a { font-weight: 700; }

/* ==========================================================================
   Sections
   ========================================================================== */

.section { padding: clamp(56px, 8vw, 104px) clamp(16px, 4vw, 48px); }

.section__head { max-width: 740px; margin: 0 auto 46px; text-align: center; }
.section__sub { margin-top: 14px; color: var(--muted); font-size: 17px; }

/* ----- services ----- */

.services__grid {
  max-width: 1180px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.svc {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px 22px;
  display: flex; flex-direction: column; gap: 10px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.svc:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

.svc svg { width: 34px; height: 34px; color: var(--strap); }

.svc p { color: var(--muted); font-size: 15px; flex: 1; }

.svc__go {
  align-self: flex-start;
  background: none; border: none; padding: 0;
  font: 700 14.5px var(--font-body);
  color: var(--strap-deep); cursor: pointer;
}

.svc__go::after { content: " \2192"; }
.svc__go:hover { text-decoration: underline; }

/* ----- crew ----- */

.crew { background: var(--navy); }
.crew .section__head h2 { color: var(--white); }
.crew .section__sub { color: #CBD3DE; }
.crew .eyebrow { color: var(--strap); }

.crew__grid {
  max-width: 1180px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.shot {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(233, 222, 201, .16);
}

.shot img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.crew__grid .shot:nth-child(n+4) img { aspect-ratio: 3 / 2; }

/* ----- reviews ----- */

.reviews { background: var(--kraft-pale); }

.reviews__grid {
  max-width: 980px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.review {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--strap);
  border-radius: var(--radius);
  padding: 24px 22px;
}

.review p { font-size: 15.5px; color: var(--ink); }

.review cite {
  display: block; margin-top: 14px;
  font-style: normal;
  font-family: var(--font-display);
  font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--muted);
}

/* ----- areas ----- */

.areas { background: var(--white); border-top: 1px solid var(--line); }

.areas__inner {
  max-width: 1080px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.areas__sub { margin-top: 12px; color: var(--muted); }

.towns { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }

.towns li {
  background: var(--kraft-pale);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: var(--font-display);
  font-size: 12.5px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 12px;
}

/* ----- closer ----- */

.closer {
  background: var(--navy-deep);
  color: var(--white);
  text-align: center;
  padding: clamp(56px, 8vw, 96px) clamp(16px, 4vw, 48px);
}

.closer h2 { color: var(--white); text-transform: uppercase; }
.closer p { color: #CBD3DE; margin: 14px auto 26px; max-width: 52ch; }
.closer__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ----- footer ----- */

.footer {
  background: var(--navy-deep);
  border-top: 1px solid #2C3A4E;
  color: #CBD3DE;
  padding: 30px clamp(16px, 4vw, 48px) 90px;
}

.footer__inner {
  max-width: 1180px; margin: 0 auto 18px;
  display: flex; flex-wrap: wrap; gap: 28px 56px; align-items: center;
}

.footer__brand { display: flex; flex-direction: column; gap: 5px; }
.footer__brand > span:last-child { font-size: 12.5px; }

.footer__col { display: grid; gap: 6px; font-size: 14.5px; }
.footer__col a { color: #CBD3DE; text-decoration: none; }
.footer__col a:hover { color: var(--white); }

.footer__legal {
  max-width: 1180px; margin: 0 auto;
  font-size: 12.5px; color: #7C8798;
  border-top: 1px solid #2C3A4E;
  padding-top: 16px;
}

/* ==========================================================================
   Mobile action bar
   ========================================================================== */

.mobilebar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(20, 29, 41, .95);
  backdrop-filter: blur(8px);
  transform: translateY(110%);
  transition: transform .25s ease;
}

.mobilebar.is-show { transform: translateY(0); }
.mobilebar .btn { flex: 1; }

/* ==========================================================================
   Chat
   ========================================================================== */

.chat-launch {
  position: fixed; right: 20px; bottom: 20px; z-index: 70;
  display: flex; align-items: center; gap: 10px;
  background: var(--navy-deep);
  color: var(--white);
  border: 1px solid rgba(242, 118, 46, .5);
  border-radius: 99px;
  padding: 10px 20px 10px 12px;
  font: 700 15px var(--font-display);
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  transition: transform .18s ease, border-color .18s ease;
}

.chat-launch:hover { transform: translateY(-2px); border-color: var(--strap); }

.chat-launch__mark, .chat__mark {
  font-family: var(--font-display);
  font-weight: 800; font-size: 14px;
  color: var(--white);
  background: var(--strap);
  width: 32px; height: 32px;
  border-radius: 8px;
  display: grid; place-items: center;
}

.chat-launch::after {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green);
}

.chat[hidden] { display: none; }

.chat {
  position: fixed; right: 20px; bottom: 20px; z-index: 80;
  width: min(400px, calc(100vw - 24px));
  height: min(620px, calc(100vh - 40px));   /* fallback for browsers without dvh */
  height: min(620px, calc(100dvh - 40px));
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column;
  overflow: hidden;
}

.chat__head, .chat__starters, .chat__inputrow, .chat__foot { flex-shrink: 0; }

.chat__head {
  position: relative;
  display: flex; align-items: center; gap: 12px;
  background: var(--navy);
  color: var(--white);
  padding: 14px 16px;
}

.chat__head::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
  background: repeating-linear-gradient(-55deg, var(--strap) 0 14px, var(--kraft) 14px 28px);
}

.chat__head strong { font-family: var(--font-display); font-size: 17px; display: block; line-height: 1.1; text-transform: uppercase; }
.chat__head span { font-size: 12px; color: #CBD3DE; }

.chat__close {
  margin-left: auto;
  background: none; border: none; color: #CBD3DE;
  font-size: 26px; line-height: 1; cursor: pointer; padding: 2px 6px;
}

.chat__close:hover { color: var(--white); }

.chat__log {
  flex: 1;
  min-height: 0; /* lets the log shrink inside the flex column so the input row stays visible */
  overflow-y: auto;
  padding: 16px 14px 8px;
  display: flex; flex-direction: column; gap: 10px;
  background: var(--kraft-pale);
}

.msg {
  max-width: 86%;
  padding: 10px 13px;
  border-radius: 12px;
  font-size: 14.5px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.msg--user {
  align-self: flex-end;
  background: var(--navy);
  color: var(--white);
  border-bottom-right-radius: 4px;
}

.msg--bot {
  align-self: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-bottom-left-radius: 4px;
  color: var(--ink);
}

.msg--system {
  align-self: center;
  background: #E9F5EC;
  border: 1px solid #BFE3C8;
  color: #26663A;
  font-size: 13px; font-weight: 700;
  padding: 7px 14px;
  border-radius: 99px;
}

.msg--bot.is-typing::after {
  content: "\2022 \2022 \2022";
  letter-spacing: 3px;
  color: var(--muted);
  animation: pulse 1.1s infinite;
}

@keyframes pulse { 50% { opacity: .35; } }

.chat__starters {
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 4px 14px 10px;
  background: var(--kraft-pale);
}

.chat__starters button {
  font: 700 13px var(--font-body);
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 7px 13px;
  cursor: pointer;
}

.chat__starters button:hover { border-color: var(--strap); }

.chat__inputrow {
  display: flex; align-items: flex-end; gap: 8px;
  border-top: 1px solid var(--line);
  padding: 10px 12px;
  background: var(--white);
}

.chat__inputrow textarea {
  flex: 1;
  font: inherit; font-size: 16px;
  border: none; resize: none;
  max-height: 110px;
  padding: 8px 6px;
  background: transparent;
  color: var(--ink);
}

.chat__inputrow textarea:focus { outline: none; }

.chat__inputrow button {
  width: 38px; height: 38px;
  border: none; border-radius: 9px;
  background: var(--strap); color: var(--white);
  cursor: pointer;
  display: grid; place-items: center;
  flex-shrink: 0;
}

.chat__inputrow button:hover { background: var(--strap-deep); }
.chat__inputrow button svg { width: 18px; height: 18px; }
.chat__inputrow button:disabled { background: var(--kraft-deep); cursor: default; }

.chat__foot {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
  background: var(--white);
  border-top: 1px solid var(--line);
  font-size: 12.5px;
}

.chat__foot a { color: var(--muted); text-decoration: none; }

.chat__handoff {
  background: none; border: none; padding: 0;
  font: 700 13px var(--font-body);
  color: var(--strap-deep); cursor: pointer;
}

.chat__handoff:hover { text-decoration: underline; }

/* ==========================================================================
   Reveal animation
   ========================================================================== */

body.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
body.js .reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.js .reveal { transition: opacity .3s ease; transform: none; }
  .svc, .btn, .chat-launch, .mobilebar { transition: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: 1fr; }
  .lead-card { max-width: 560px; }
  .services__grid { grid-template-columns: 1fr 1fr; }
  .crew__grid { grid-template-columns: 1fr 1fr; }
  .areas__inner { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .topbar { display: none; }
  .nav {
    position: fixed; inset: 62px 0 auto 0; z-index: 49;
    flex-direction: column; gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 15px 22px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .header__phone { display: none; }
  .header__cta { display: none; }
  .navtoggle {
    display: grid; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 8px;
  }
  .navtoggle span { width: 22px; height: 2.5px; background: var(--navy); border-radius: 2px; }
  .reviews__grid { grid-template-columns: 1fr; }
  .mobilebar { display: flex; }
  .chat-launch { bottom: calc(74px + env(safe-area-inset-bottom)); right: 14px; padding: 9px 16px 9px 10px; }
  .chat { right: 0; bottom: 0; width: 100vw; height: 100vh; height: 100dvh; border-radius: 0; }
}

@media (max-width: 560px) {
  .services__grid { grid-template-columns: 1fr; }
  .crew__grid { grid-template-columns: 1fr 1fr; }
  .chips { grid-template-columns: 1fr 1fr; }
  .chips--small { grid-template-columns: 1fr 1fr; }
  .hero__cta .btn { flex: 1; }
  .lead-card { padding: 24px 18px 18px; }
  .brand__word { font-size: 21px; }
}

/* desktop tel fallback toast */
.teltoast {
  position: fixed; left: 50%; bottom: 26px; z-index: 300;
  transform: translateX(-50%) translateY(8px);
  background: #1B1B22; color: #FFFFFF;
  font-size: 15px; font-weight: 600;
  padding: 12px 22px; border-radius: 999px;
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, .4);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.teltoast.is-show { opacity: 1; transform: translateX(-50%) translateY(0); }
