:root {
  --navy: #10345c;
  --blue: #1459a4;
  --accent: #f47721;
  --ink: #203044;
  --muted: #53667a;
  --soft: #eef5fb;
  --line: #d9e4ed;
  --white: #fff;
  --radius: 12px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  font-family: Barlow, "Segoe UI", sans-serif;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.6;
  background: #fff;
}
.moving {
  --navy: #123d3c;
  --blue: #23665b;
  --soft: #edf5f1;
  --line: #d4e3dd;
  --muted: #526c65;
}
a {
  color: var(--blue);
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
h1,
h2,
h3 {
  color: var(--navy);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
}
h1 {
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 800;
}
h2 {
  font-size: clamp(28px, 3vw, 40px);
}
h3 {
  font-size: 23px;
}
p {
  margin: 0 0 20px;
  max-width: 72ch;
}
svg {
  width: 26px;
  height: 26px;
  flex: none;
}
.container {
  max-width: 1240px;
  margin: auto;
  padding: 0 32px;
}
.section {
  padding-top: 82px;
  padding-bottom: 82px;
}
.small {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.55;
}
.text-link {
  font-weight: 700;
  white-space: normal;
}
.skip {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.topbar {
  background: var(--navy);
  color: white;
  font-size: 14px;
}
.topbar .container {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 43px;
}
.topbar a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}
.topbar a[href^="tel"] {
  color: #ffb57e;
  font-size: 18px;
}
.language-switch {
  margin-left: auto;
  border-left: 1px solid #ffffff60;
  padding-left: 22px;
}
header {
  border-bottom: 1px solid var(--line);
  background: white;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 100px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  color: var(--navy);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.13;
  min-width: 220px;
}
.brand small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-top: 5px;
  color: var(--muted);
}
.brand-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--soft);
  color: var(--blue);
  flex: none;
}
.brand-icon svg {
  width: 30px;
  height: 30px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  font-weight: 600;
}
header nav a {
  text-decoration: none;
  color: var(--navy);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  border: 0;
  border-radius: 7px;
  background: var(--accent);
  color: #211408;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 23px;
  text-decoration: none;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 3px 0 #00000012;
}
.button:hover {
  filter: brightness(0.96);
  text-decoration: none;
}
.button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.button-small {
  min-height: 44px;
  font-size: 16px;
  padding: 10px 18px;
}
.button-dark {
  background: var(--navy);
  color: white;
}
.button-light {
  background: white;
  color: var(--navy);
}
.hero {
  background: var(--navy);
  color: white;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border: 100px solid #ffffff04;
  border-radius: 50%;
  left: -400px;
  top: 140px;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  gap: 80px;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.hero-copy h1 {
  color: white;
  max-width: 11.8em;
  letter-spacing: -0.035em;
  margin-bottom: 27px;
}
.canada-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #cde1f5;
  margin-bottom: 24px;
}
.canada-label > span {
  color: #ffb57e;
  font-size: 25px;
}
.moving .canada-label {
  color: #c7e2d6;
}
.hero-intro {
  font-size: 21px;
  line-height: 1.5;
  color: #e0ebf5;
  max-width: 34em;
}
.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0;
}
.hero-disclosure {
  font-size: 15px;
  line-height: 1.55;
  max-width: 42ch;
  color: #c3d3e3;
  margin-bottom: 0;
}
.starter-panel {
  background: white;
  color: var(--ink);
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px #03172c13;
}
.starter-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.starter-heading h2 {
  font-size: 26px;
  margin-bottom: 7px;
}
.starter-heading p {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
}
.starter-panel form {
  display: grid;
  gap: 19px;
}
.starter-panel > .small {
  margin: 16px 0;
  font-size: 14px;
}
.starter-call {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 16px;
  text-align: center;
}
.starter-call a {
  display: block;
  font-size: 23px;
  font-weight: 800;
  text-decoration: none;
}
.trust-strip {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}
.trust-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 17px;
  font-weight: 600;
}
.trust-strip span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-strip svg {
  color: var(--blue);
  width: 23px;
  height: 23px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 32px;
}
.section-heading h2 {
  margin-bottom: 12px;
}
.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.moving .service-grid {
  grid-template-columns: repeat(3, 1fr);
}
.service-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 25px 23px;
  color: var(--ink);
  background: white;
  transition:
    border-color 0.15s,
    transform 0.15s;
}
.service-card:hover {
  border-color: var(--blue);
  transform: translateY(-3px);
}
.service-icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 48px;
  height: 48px;
  background: var(--soft);
  color: var(--blue);
  border-radius: 10px;
  margin-bottom: 20px;
}
.starter-heading .service-icon {
  margin-bottom: 0;
}
.service-card h3 {
  font-size: 22px;
  margin-bottom: 13px;
}
.service-card p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 20px;
}
.card-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  margin-top: auto;
}
.card-link span {
  margin-left: 6px;
}
.soft-section {
  background: var(--soft);
}
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0;
  padding: 0;
}
.steps li {
  position: relative;
  padding-left: 0;
}
.steps li > span {
  display: grid;
  place-items: center;
  font-size: 19px;
  font-weight: 700;
  width: 42px;
  height: 42px;
  color: white;
  background: var(--blue);
  border-radius: 50%;
  margin-bottom: 20px;
}
.steps h3 {
  font-size: 23px;
  margin-bottom: 12px;
}
.steps p {
  font-size: 17px;
  color: var(--muted);
  margin: 0;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.guide-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  background: white;
  display: flex;
  flex-direction: column;
}
.guide-card > div:last-child {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.guide-card h3 {
  font-size: 25px;
}
.guide-card p {
  color: var(--muted);
  font-size: 17px;
}
.guide-visual {
  height: 185px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 28px;
  background: var(--navy);
  color: white;
  overflow: hidden;
}
.guide-visual svg {
  height: 90px;
  width: 90px;
  stroke-width: 1;
  color: #ffd1ac;
  transform: rotate(-7deg);
}
.guide-visual span {
  font-size: 25px;
  line-height: 1.15;
  font-weight: 700;
  max-width: 180px;
}
.visual-1 {
  background: var(--soft);
  color: var(--navy);
}
.visual-1 svg {
  color: var(--blue);
  transform: rotate(7deg);
}
.visual-2 {
  background: #fbe5d4;
  color: var(--navy);
}
.visual-2 svg {
  color: #ab4810;
}
.tool-teaser {
  margin-top: 35px;
  padding: 32px 38px;
  background: var(--soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
}
.tool-teaser h3 {
  display: inline;
  margin-left: 12px;
}
.tool-teaser svg {
  vertical-align: middle;
  color: var(--blue);
}
.tool-teaser p {
  margin: 14px 0 0;
  font-size: 16px;
  max-width: 70ch;
}
.tool-teaser > .button {
  flex-shrink: 0;
}
.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.city-grid > a {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 18px 21px;
  gap: 2px 15px;
  border: 1px solid var(--line);
  border-radius: 7px;
  text-decoration: none;
  background: white;
  color: var(--navy);
}
.city-grid strong {
  font-size: 19px;
}
.city-grid span:not([aria-hidden]) {
  font-size: 14px;
  color: var(--muted);
  grid-column: 1;
}
.city-grid [aria-hidden] {
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
  font-size: 24px;
}
.city-grid + .small {
  margin-top: 20px;
}
.city-grid > a:hover {
  border-color: var(--blue);
}
.faq-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 65px;
}
.faqs {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  padding-right: 15px;
}
details p {
  margin: 18px 0 3px;
  color: var(--muted);
  font-size: 17px;
}
.final-cta {
  background: var(--blue);
  color: white;
}
.final-cta > .container {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.final-cta h2 {
  color: white;
  margin-bottom: 12px;
  font-size: 36px;
}
.final-cta p {
  margin: 0;
  color: #e6f0f9;
  font-size: 18px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.page-heading {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  padding: 36px 0 46px;
}
.page-heading h1 {
  font-size: clamp(34px, 4vw, 52px);
  max-width: 20em;
  margin-bottom: 16px;
}
.page-heading p {
  margin: 0;
  font-size: 20px;
  color: var(--muted);
}
.breadcrumbs {
  font-size: 14px;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
.breadcrumbs a {
  color: var(--muted);
}
.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  gap: 65px;
  align-items: start;
}
.article-grid article > h2:not(:first-child) {
  margin-top: 40px;
}
.article-grid h2 {
  font-size: 30px;
}
.article-grid article p {
  line-height: 1.75;
}
.article-grid .steps {
  grid-template-columns: 1fr;
  gap: 20px;
}
.article-grid .steps li {
  padding-left: 53px;
}
.article-grid .steps li > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  font-size: 16px;
}
.article-grid .steps h3 {
  font-size: 21px;
  margin-bottom: 7px;
}
.article-grid .steps p {
  font-size: 16px;
  line-height: 1.6;
}
.article-grid .city-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 38px;
}
.article-grid > aside {
  position: sticky;
  top: 24px;
}
.info-panel {
  background: var(--soft);
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 10px;
  margin-top: 25px;
}
.info-panel:first-child {
  margin-top: 0;
}
.info-panel a {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.info-panel h3 {
  margin-bottom: 14px;
}
.info-panel p {
  font-size: 16px;
  line-height: 1.65;
}
.info-panel .steps {
  margin-bottom: 24px;
}
.local-note {
  padding: 25px 28px;
  background: var(--soft);
  border-left: 4px solid var(--blue);
  margin: 28px 0;
}
.local-note h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.local-note p:last-child {
  margin-bottom: 0;
}
.check-list {
  padding: 0;
  list-style: none;
  margin: 20px 0 32px;
}
.check-list li {
  padding: 10px 0 10px 30px;
  position: relative;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 700;
}
.place-data {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
  margin-top: 35px;
}
.place-data > strong,
.place-data > span {
  display: block;
}
.place-data p {
  margin: 10px 0 0;
}
.subsection {
  margin-top: 65px;
}
.large-icon {
  height: 65px;
  width: 65px;
}
.large-icon svg {
  height: 38px;
  width: 38px;
}
.province-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.province-links a {
  padding: 9px 15px;
  background: var(--soft);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.city-search {
  max-width: 550px;
  margin-bottom: 30px;
}
.prose {
  max-width: 790px;
  margin: auto;
}
.prose h2 {
  font-size: 30px;
  margin-top: 40px;
}
.prose h2:first-child {
  margin-top: 0;
}
label {
  display: grid;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}
input,
select,
textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #b4c5d4;
  border-radius: 6px;
  font-size: 17px;
  min-height: 49px;
}
textarea {
  resize: vertical;
}
select {
  padding-right: 25px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 32px;
  min-width: 0;
}
legend {
  padding: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  color: var(--navy);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 22px;
}
.request-form {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 34px;
}
.request-form .small {
  margin-top: 12px;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 24px;
}
.consent input,
.interactive-checklist input {
  width: 19px;
  height: 19px;
  min-height: 19px;
  flex: none;
  margin-top: 3px;
  accent-color: var(--blue);
}
.honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.success,
.error {
  padding: 16px;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 20px;
}
.success {
  background: #e7f5ea;
  color: #205532;
}
.error {
  background: #fff0ee;
  color: #9d3025;
}
.budget-form {
  padding: 28px;
  background: var(--soft);
  border-radius: 12px;
}
.budget-form output:not(:empty) {
  display: block;
  padding-top: 25px;
  font-size: 30px;
  font-weight: 700;
  color: var(--navy);
}
.interactive-checklist {
  margin: 25px 0;
}
.interactive-checklist label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 400;
}
.interactive-checklist input:checked + span {
  text-decoration: line-through;
  color: var(--muted);
}
.source-link {
  font-size: 15px;
  margin-top: 28px;
}
footer {
  background: var(--navy);
  color: #d5e2ee;
  padding-top: 60px;
}
footer h2,
footer h3 {
  color: white;
}
footer h2 {
  font-size: 27px;
}
footer h3 {
  font-size: 20px;
}
footer p {
  font-size: 16px;
}
footer .small {
  color: #becfdf;
}
footer a {
  color: #d5e2ee;
  font-size: 16px;
  text-decoration: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 80px;
}
.footer-grid > div:not(:first-child) a {
  display: block;
  margin-bottom: 11px;
}
.footer-phone {
  display: block;
  color: #ffba87;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #ffffff25;
  padding-top: 24px;
  padding-bottom: 28px;
  margin-top: 32px;
}
.footer-bottom p {
  font-size: 13px;
  margin: 0;
}
.mobile-call {
  display: none;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1100px) {
  header nav {
    gap: 16px;
  }
  .brand {
    font-size: 20px;
    min-width: 200px;
  }
  .hero-grid {
    gap: 38px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-grid {
    gap: 35px;
  }
  .footer-grid {
    gap: 40px;
  }
  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header nav {
    flex: 1;
    justify-content: flex-end;
    font-size: 15px;
  }
  .faq-section {
    gap: 35px;
  }
  .final-cta > .container {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 760px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .topbar .container {
    min-height: 42px;
    gap: 12px;
    justify-content: space-between;
  }
  .topbar span {
    display: none;
  }
  .topbar a[href^="tel"] {
    font-size: 17px;
  }
  .language-switch {
    padding-left: 16px;
    margin-left: 0;
  }
  .header-inner {
    justify-content: flex-start;
    gap: 19px;
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .brand {
    font-size: 22px;
  }
  .brand-icon {
    height: 42px;
    width: 42px;
  }
  header nav {
    flex-basis: 100%;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 15px;
  }
  header nav .button {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 43px;
    padding-bottom: 42px;
  }
  .hero-copy h1 {
    font-size: 43px;
    max-width: 14em;
    margin-bottom: 20px;
  }
  .canada-label {
    margin-bottom: 18px;
    font-size: 15px;
  }
  .hero-intro {
    font-size: 19px;
  }
  .hero-benefits {
    font-size: 15px;
    gap: 7px 16px;
    margin: 19px 0;
  }
  .hero-disclosure {
    max-width: none;
  }
  .starter-panel {
    padding: 25px;
  }
  .starter-heading h2 {
    font-size: 25px;
  }
  .trust-strip .container {
    display: grid;
    gap: 13px;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 16px;
  }
  .trust-strip span {
    justify-content: flex-start;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading > .text-link {
    display: inline-block;
    margin-top: 14px;
  }
  .service-grid,
  .moving .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .service-card {
    padding: 20px 16px;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .service-card p {
    font-size: 15px;
  }
  .card-link {
    font-size: 14px;
  }
  .service-icon {
    height: 42px;
    width: 42px;
    margin-bottom: 17px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .steps li {
    padding-left: 59px;
  }
  .steps li > span {
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    width: 38px;
  }
  .steps h3 {
    font-size: 22px;
  }
  .steps p {
    font-size: 17px;
  }
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .guide-visual {
    height: 145px;
    padding: 24px 30px;
    justify-content: space-between;
  }
  .guide-visual svg {
    width: 83px;
    height: 83px;
  }
  .guide-visual span {
    font-size: 26px;
    max-width: 65%;
    text-align: right;
  }
  .guide-card > div:last-child {
    padding: 24px;
  }
  .tool-teaser {
    display: block;
    padding: 25px;
  }
  .tool-teaser > .button {
    margin-top: 22px;
  }
  .city-grid,
  .article-grid .city-grid {
    grid-template-columns: 1fr;
  }
  .city-grid > a {
    padding: 15px 19px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .faq-section > div > h2 {
    margin-bottom: 14px;
  }
  .faq-section > div > p {
    margin-bottom: 14px;
  }
  .final-cta > .container {
    padding-top: 38px;
    padding-bottom: 38px;
    gap: 22px;
  }
  .final-cta h2 {
    font-size: 31px;
  }
  .actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .page-heading {
    padding: 25px 0 32px;
  }
  .page-heading h1 {
    font-size: 37px;
  }
  .page-heading p {
    font-size: 18px;
  }
  .breadcrumbs {
    font-size: 13px;
    gap: 9px;
  }
  .article-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .article-grid > aside {
    position: static;
  }
  .article-grid h2 {
    font-size: 28px;
  }
  .request-form {
    padding: 24px 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .budget-form {
    padding: 24px 20px;
  }
  .province-links {
    gap: 8px;
  }
  .province-links a {
    font-size: 15px;
    padding: 7px 11px;
  }
  .info-panel {
    padding: 24px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
    padding-bottom: 90px;
  }
  .footer-bottom p + p {
    margin-top: 12px;
  }
  .mobile-call {
    display: block;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--accent);
    box-shadow: 0 -3px 16px #0002;
    text-align: center;
  }
  .mobile-call a {
    display: block;
    color: #211408;
    padding: 14px 15px max(14px, env(safe-area-inset-bottom));
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
  }
}
@media (max-width: 370px) {
  .hero-copy h1 {
    font-size: 38px;
  }
  .service-grid,
  .moving .service-grid {
    grid-template-columns: 1fr;
  }
  .brand {
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
@media print {
  header,
  .topbar,
  footer,
  .mobile-call,
  .final-cta,
  .starter-panel,
  button {
    display: none !important;
  }
  .article-grid {
    display: block;
  }
  .container {
    max-width: none;
    padding: 0;
  }
  .section {
    padding: 20px 0;
  }
  body {
    font-size: 12pt;
    color: #000;
  }
  .page-heading {
    background: white;
  }
  .interactive-checklist input {
    appearance: auto;
  }
}

.hvac{--navy:#143e50;--blue:#166484;--accent:#f47721;--soft:#edf6f9;--line:#d5e5eb;}
.hvac .hero-copy h1{max-width:12ch;}
