:root {
  --ink: #171719;
  --ink-soft: #252527;
  --paper: #f1f1f2;
  --white: #fff;
  --accent: #f3676d;
  --brand: #c9272d;
  --muted: #b4b4ba;
  --line: #3b3b40;
  --light-line: #d1d1d5;
  --body: "Manrope", Arial, sans-serif;
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --max: 1280px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #b72329;
  outline-offset: 5px;
}
.hero a:focus-visible,
.site-header a:focus-visible,
.about a:focus-visible,
.site-footer a:focus-visible {
  outline-color: var(--accent);
}
img {
  max-width: 100%;
  display: block;
}
svg {
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.018em;
}
h2 {
  font-size: clamp(42px, 4.45vw, 64px);
}
h3 {
  font-weight: 700;
}
p {
  color: inherit;
}
address {
  font-style: normal;
}
button {
  border: 0;
}
::selection {
  background: var(--brand);
  color: var(--white);
}
[hidden] {
  display: none !important;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.truck-icon {
  width: 53px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.wrap {
  width: calc(100% - 112px);
  max-width: var(--max);
  margin-inline: auto;
}
.eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.5;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 99;
  padding: 12px 20px;
  background: var(--brand);
  color: var(--white);
}
.skip-link:focus {
  top: 12px;
}
.topline {
  background: var(--brand);
  color: var(--white);
}
.topline-inner {
  min-height: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  gap: 16px;
}
.topline-inner > span:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}
.topline-location {
  display: flex;
  gap: 24px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  gap: 13px;
  align-items: center;
  flex: none;
}
.brand-symbol {
  width: 61px;
  height: 52px;
  background: var(--brand);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.brand-type {
  font-family: var(--display);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.015em;
}
.brand-type > span {
  display: block;
  font-family: var(--body);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.105em;
  margin-top: 5px;
}
nav {
  display: flex;
  align-items: center;
  gap: 31px;
}
nav > a {
  font-size: 12px;
  font-weight: 600;
  transition: color 0.15s;
}
nav > a:hover {
  color: var(--accent);
}
nav .header-call {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 12px 17px;
  border: 1px solid #68686e;
  font-weight: 800;
  margin-left: 12px;
}
nav .header-call .icon {
  width: 18px;
  height: 18px;
}
.menu-toggle {
  display: none;
  background: none;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}
.menu-lines {
  width: 21px;
  height: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.hero {
  padding-top: 52px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 48px;
  align-items: center;
  padding-bottom: 62px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero-copy .eyebrow {
  display: flex;
  gap: 11px;
  align-items: center;
  color: var(--accent);
  margin-bottom: 26px;
  font-size: 10px;
}
.short-line {
  width: 25px;
  height: 1px;
  background: currentColor;
}
.hero h1 {
  font-size: clamp(76px, 7.9vw, 114px);
  line-height: 0.89;
  letter-spacing: -0.02em;
}
.hero h1 > span {
  color: var(--accent);
}
.hero-description {
  max-width: 400px;
  color: #c1c1c7;
  font-size: 13px;
  line-height: 1.9;
  margin-top: 25px;
}
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 23px;
  font-size: 13px;
  font-weight: 800;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button-accent {
  background: var(--brand);
  color: var(--white);
}
.button-accent:hover {
  background: #ae1f26;
  transform: translateY(-2px);
}
.hero-cta {
  margin-top: 29px;
  min-width: 285px;
  justify-content: space-between;
}
.hero-cta .icon {
  width: 21px;
  height: 21px;
}
.cta-note {
  font-size: 10px;
  color: #c4c4c9;
  margin-top: 14px;
}
.cta-note > span {
  padding: 0 11px;
  color: #8a8a92;
}
.hero-visual {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 9px;
}
.photo-topline,
.photo-bottomline {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  font-size: 8px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #bdbdc4;
}
.photo-topline {
  margin-bottom: 12px;
}
.photo-topline > span:last-child {
  font-size: 7px;
}
.hero-photo {
  position: relative;
  height: 460px;
  overflow: hidden;
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43% center;
  filter: brightness(0.85) saturate(0.75);
  transition: filter 0.4s;
}
.hero-photo:hover > img {
  filter: brightness(0.97) saturate(0.9);
}
.photo-label {
  position: absolute;
  bottom: 16px;
  left: 17px;
  background: var(--ink);
  color: var(--paper);
  padding: 8px 11px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 8px;
  letter-spacing: 0.12em;
}
.photo-label .status-dot {
  color: var(--accent);
  width: 5px;
  height: 5px;
}
.photo-bottomline {
  padding-top: 10px;
}
.photo-bottomline > a {
  width: 34px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}
.availability-stamp {
  position: absolute;
  right: -15px;
  top: 37px;
  width: 128px;
  height: 128px;
  background: var(--brand);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(7deg);
  box-shadow: 0 7px 0 #1717191a;
}
.availability-stamp > span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
}
.availability-stamp > strong {
  font-family: var(--display);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
}
.availability-stamp > strong > span {
  font-size: 43px;
  padding: 0 2px;
}
.hero-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-block: 22px;
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #c9c9ce;
}
.hero-foot > span:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--accent);
}
.hero-foot .icon {
  width: 17px;
  height: 17px;
}
.hero-foot > span + span::before {
  content: "+";
  margin-right: 40px;
  color: #8a8a92;
}
.section-light {
  background: var(--paper);
  color: var(--ink);
}
.services {
  padding: 98px 0 95px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.28fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading .eyebrow {
  margin-bottom: 20px;
}
.section-heading > p {
  max-width: 350px;
  font-size: 13px;
  line-height: 1.9;
  color: #62626a;
  padding-bottom: 4px;
}
.muted-heading {
  color: #74747c;
}
.services-layout {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 80px;
  align-items: start;
}
.service-feature > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  filter: saturate(0.75);
}
.service-feature-caption {
  background: var(--ink);
  color: var(--paper);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.05;
}
.service-feature-caption .icon {
  width: 37px;
  height: 37px;
  color: var(--accent);
}
.service-feature > p {
  font-size: 11px;
  color: #62626a;
  margin-top: 18px;
}
.service-feature > p a {
  color: var(--ink);
  font-weight: 800;
  border-bottom: 1px solid #adadb5;
  margin-left: 5px;
}
.service-list details,
.faq-list details {
  border-bottom: 1px solid var(--light-line);
}
.service-list details:first-child,
.faq-list details:first-child {
  border-top: 1px solid var(--light-line);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
}
summary::-webkit-details-marker {
  display: none;
}
.service-list summary {
  padding: 24px 0;
}
.service-number {
  font-size: 10px;
  color: #606068;
  align-self: center;
  min-width: 22px;
}
.service-list h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.detail-sign {
  margin-left: auto;
  position: relative;
  width: 24px;
  height: 24px;
  flex: none;
  border: 1px solid #a9a9b1;
  border-radius: 50%;
}
.detail-sign:before,
.detail-sign:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  width: 10px;
  height: 1px;
  background: currentColor;
}
.detail-sign:after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
details[open] .detail-sign {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
details[open] .detail-sign:after {
  transform: rotate(0);
}
.detail-body {
  padding: 0 36px 25px 42px;
  font-size: 12px;
  line-height: 1.9;
  color: #62626a;
}
.detail-body .text-link {
  margin-top: 14px;
  color: var(--ink);
}
.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 34px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.6;
}
.text-link .icon {
  width: 16px;
  height: 16px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
summary:hover h3,
summary:hover {
  color: #ae1f26;
}
.how-it-works {
  background: var(--brand);
  color: var(--white);
  padding: 48px 0;
}
.how-it-works > .wrap {
  display: grid;
  grid-template-columns: 0.85fr 2fr;
  gap: 48px;
  align-items: center;
}
.steps-intro .eyebrow {
  font-size: 8px;
  margin-bottom: 13px;
}
.steps-intro h2 {
  font-size: 33px;
  line-height: 1;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  gap: 26px;
  margin: 0;
  padding: 0;
}
.steps li {
  border-left: 1px solid #ffffff55;
  padding-left: 23px;
}
.steps li > span {
  font-family: var(--display);
  font-size: 31px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
}
.steps h3 {
  font-size: 12px;
  line-height: 1.5;
  margin: 13px 0 6px;
  letter-spacing: -0.02em;
}
.steps p {
  font-size: 10px;
  line-height: 1.9;
  color: #ffffff;
}
.about {
  padding: 99px 0 92px;
}
.accent-text {
  color: var(--accent);
}
.about .section-heading {
  grid-template-columns: 1.3fr 1fr;
}
.about .eyebrow {
  color: #bcbcc3;
}
.about-copy p {
  font-size: 12px;
  line-height: 1.95;
  color: #bdbdc4;
  max-width: 366px;
  margin-bottom: 14px;
}
.about-copy .text-link {
  color: var(--accent);
  font-size: 10px;
  margin-top: 2px;
}
.gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-bottom: 22px;
  min-height: 66px;
}
.gallery-head .eyebrow {
  font-size: 9px;
}
.gallery-controls {
  display: flex;
  gap: 9px;
  align-items: center;
}
.gallery-count {
  font-size: 9px;
  letter-spacing: 0.14em;
  margin-right: 18px;
}
.gallery-controls button {
  background: none;
  border: 1px solid #717179;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    color 0.2s;
}
.gallery-controls button:hover {
  background: var(--brand);
  color: var(--white);
}
.gallery-controls .gallery-prev .icon {
  transform: rotate(180deg);
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gallery figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.3;
  object-fit: cover;
  filter: saturate(0.72);
  transition: filter 0.3s;
}
.gallery figure:hover img {
  filter: saturate(1);
}
.gallery figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #c2c2c9;
}
.gallery figcaption > span:last-child {
  display: none;
}
.gallery.enhanced {
  grid-template-columns: 1.55fr 1fr;
  align-items: start;
}
.gallery.enhanced figure:first-child img {
  aspect-ratio: 1.68;
}
.gallery.enhanced figure:nth-child(2) img {
  aspect-ratio: 1.08;
}
.gallery.enhanced figure:first-child figcaption > span:last-child {
  display: inline;
}
.gallery.enhanced figure:nth-child(3) {
  display: none;
}
.service-area {
  padding: 97px 0 83px;
}
.area-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.area-copy .eyebrow {
  margin-bottom: 23px;
}
.area-copy > p:not(.eyebrow) {
  color: #62626a;
  font-size: 13px;
  max-width: 320px;
  margin-top: 23px;
  line-height: 1.9;
}
.area-address {
  display: flex;
  gap: 16px;
  margin-top: 34px;
}
.area-address > .icon {
  color: #6b6b73;
  width: 23px;
  height: 23px;
}
.area-address strong {
  font-size: 8px;
  letter-spacing: 0.12em;
}
.area-address address {
  font-size: 12px;
  line-height: 1.9;
  margin: 8px 0 4px;
}
.area-panel {
  border: 1px solid #c6c6cd;
  padding: 25px 30px;
}
.area-panel-head {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--light-line);
  padding-bottom: 20px;
}
.area-panel-head .status-dot {
  color: #c9272d;
}
.area-panel-head .icon {
  margin-left: auto;
  width: 18px;
  height: 18px;
}
.city-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 27px;
}
.city-list li {
  border-bottom: 1px solid var(--light-line);
  padding: 12px 0;
  font-size: 13px;
  font-weight: 600;
}
.city-list .home-city {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
}
.home-city span {
  font-size: 7px;
  letter-spacing: 0.05em;
  padding: 3px 6px;
  background: #e0e0e4;
}
.area-panel > p {
  font-size: 10px;
  color: #62626a;
  margin-top: 21px;
}
.area-panel > p a {
  color: var(--ink);
  font-weight: 800;
  margin-left: 5px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.faq {
  padding: 0 0 90px;
}
.faq-layout {
  border-top: 1px solid var(--light-line);
  padding-top: 63px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
}
.faq .eyebrow {
  font-size: 8px;
  margin-bottom: 20px;
}
.faq h2 {
  font-size: 42px;
}
.faq-list summary {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  min-height: 73px;
  padding: 19px 0;
}
.faq-list .detail-body {
  padding: 0 35px 22px 0;
}
.faq-list details:first-child {
  border-top: 0;
}
.faq-list .detail-sign {
  width: 22px;
  height: 22px;
}
.faq-list .detail-sign:before,
.faq-list .detail-sign:after {
  left: 5px;
  top: 9px;
}
.contact {
  padding: 36px 0 67px;
  background: var(--brand);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.contact-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff55;
  padding-bottom: 25px;
  margin-bottom: 42px;
}
.contact-top .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
}
.contact-top > span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact-main {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.contact h2 {
  font-size: clamp(62px, 6.7vw, 97px);
  line-height: 0.9;
}
.contact h2 > span {
  color: #ffffff;
}
.contact-main > div > p:first-child {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 16px;
}
.contact-phone {
  font-family: var(--display);
  font-size: clamp(34px, 3.6vw, 53px);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.2;
}
.contact-phone .icon {
  width: 36px;
  height: 36px;
}
.contact-phone:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.contact-email {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 16px;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding: 4px 0;
}
.contact-note {
  font-size: 9px;
  color: #ffffff;
  margin-top: 16px;
}
.site-footer {
  padding: 45px 0 21px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-bottom: 37px;
}
.footer-top address {
  font-size: 10px;
  line-height: 1.8;
  color: #bfbfc7;
}
.social-links {
  display: flex;
  gap: 23px;
  font-size: 10px;
}
.social-links > a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}
.social-links a:hover {
  color: var(--accent);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  color: #b3b3bd;
  gap: 15px;
}
.footer-bottom a {
  font-weight: 700;
  letter-spacing: 0.09em;
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.mobile-call {
  display: none;
}
@media (min-width: 1600px) {
  .hero-photo {
    height: 490px;
  }
  .hero-grid {
    padding-block: 10px 75px;
  }
  .hero h1 {
    font-size: 122px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  nav {
    gap: 20px;
  }
  nav .header-call {
    margin-left: 0;
    padding: 10px;
  }
  .brand-type {
    font-size: 25px;
  }
  .brand-symbol {
    width: 54px;
  }
  .brand-type > span {
    font-size: 6px;
  }
  .hero-grid {
    gap: 30px;
  }
  .hero h1 {
    font-size: 91px;
  }
  .hero-photo {
    height: 450px;
  }
  .availability-stamp {
    width: 105px;
    height: 105px;
    right: -8px;
    top: 40px;
  }
  .availability-stamp > strong {
    font-size: 53px;
  }
  .availability-stamp > span {
    font-size: 6px;
  }
  .hero-foot > span + span::before {
    margin-right: 18px;
  }
  .hero-foot {
    font-size: 7px;
  }
  .services-layout {
    gap: 48px;
  }
  .section-heading {
    gap: 48px;
  }
  .how-it-works > .wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .steps-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .steps-intro h2 {
    font-size: 36px;
  }
  .steps-intro h2 br {
    display: none;
  }
  .steps-intro .eyebrow {
    margin: 0;
  }
  .steps li:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .area-layout,
  .faq-layout {
    gap: 55px;
  }
  .contact-main {
    gap: 36px;
  }
  .contact-phone {
    font-size: 43px;
  }
}
@media (max-width: 900px) {
  .header-inner {
    min-height: 84px;
    flex-wrap: wrap;
    padding-block: 16px;
  }
  .menu-toggle:not([hidden]) {
    display: flex;
  }
  nav {
    width: 100%;
    justify-content: space-between;
    padding: 12px 0 5px;
  }
  html.js nav {
    display: none;
  }
  html.js nav.is-open {
    display: flex;
  }
  .hero h1 {
    font-size: 80px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-grid {
    gap: 24px;
  }
  .hero-photo {
    height: 430px;
  }
  .photo-topline > span:last-child {
    display: none;
  }
  .hero-cta {
    min-width: 245px;
  }
  .hero-foot > span:last-child {
    display: none;
  }
  .hero-foot > span + span::before {
    margin-right: 15px;
  }
  .section-heading h2 {
    font-size: 50px;
  }
  .services-layout {
    gap: 35px;
  }
  .service-feature > img {
    height: 260px;
  }
  .service-list h3 {
    font-size: 19px;
  }
  .service-list summary {
    padding-block: 22px;
  }
  .service-number {
    min-width: 16px;
  }
  .detail-body {
    padding-left: 36px;
  }
  .services,
  .about {
    padding-block: 75px;
  }
  .steps-intro h2 {
    font-size: 31px;
  }
  .gallery.enhanced {
    gap: 17px;
  }
  .gallery figcaption {
    font-size: 7px;
  }
  .gallery.enhanced figure:first-child figcaption > span:last-child {
    display: none;
  }
  .area-layout {
    gap: 36px;
  }
  .area-panel {
    padding: 22px;
  }
  .city-list {
    column-gap: 18px;
  }
  .city-list li {
    font-size: 11px;
  }
  .faq-layout {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
  }
  .faq h2 {
    font-size: 35px;
  }
  .contact h2 {
    font-size: 70px;
  }
  .contact-phone {
    font-size: 35px;
  }
  .contact-phone .icon {
    width: 26px;
    height: 26px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-top address {
    margin-left: auto;
  }
  .social-links {
    width: 100%;
    justify-content: flex-end;
  }
  .footer-top {
    gap: 12px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 88px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .topline-inner {
    min-height: 29px;
    justify-content: center;
    font-size: 7px;
  }
  .topline-location {
    display: none;
  }
  .header-inner {
    min-height: 76px;
    padding-block: 12px;
  }
  .brand-type {
    font-size: 25px;
  }
  .brand-symbol {
    height: 43px;
    width: 51px;
  }
  .truck-icon {
    width: 43px;
  }
  .brand {
    gap: 10px;
  }
  .menu-toggle {
    font-size: 11px;
  }
  nav,
  html.js nav.is-open {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 5px 0;
  }
  nav > a {
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }
  nav .header-call {
    padding: 13px;
    margin-top: 12px;
    justify-content: center;
  }
  .hero {
    padding-top: 36px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 23px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    margin-bottom: 23px;
  }
  .hero h1 {
    font-size: clamp(80px, 15vw, 110px);
    line-height: 0.89;
  }
  .hero h1 br:nth-of-type(1) {
    display: block;
  }
  .hero-description {
    font-size: 12px;
    max-width: 420px;
    margin-top: 22px;
    line-height: 1.9;
  }
  .hero-cta {
    margin-top: 23px;
    min-height: 54px;
    min-width: 275px;
  }
  .cta-note {
    font-size: 9px;
    margin-top: 12px;
  }
  .hero-visual {
    padding-top: 0;
  }
  .hero-photo {
    height: auto;
    aspect-ratio: 1.28;
  }
  .hero-photo > img {
    height: 100%;
    position: absolute;
    inset: 0;
  }
  .photo-topline {
    font-size: 7px;
    margin-bottom: 10px;
  }
  .availability-stamp {
    top: 35px;
    right: -5px;
    width: 96px;
    height: 96px;
  }
  .availability-stamp > strong {
    font-size: 48px;
  }
  .availability-stamp > strong > span {
    font-size: 34px;
  }
  .photo-bottomline {
    font-size: 6px;
  }
  .hero-foot {
    justify-content: space-between;
    gap: 8px;
    padding-block: 17px;
    font-size: 6px;
  }
  .hero-foot > span:first-child {
    gap: 6px;
  }
  .hero-foot > span:nth-child(3) {
    display: none;
  }
  .hero-foot > span + span::before {
    content: none;
  }
  .services {
    padding: 59px 0;
  }
  .section-heading,
  .about .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 30px;
  }
  .section-heading .eyebrow {
    margin-bottom: 16px;
    font-size: 9px;
  }
  .section-heading h2 {
    font-size: 50px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: 390px;
  }
  .services-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .service-feature {
    max-width: none;
  }
  .service-feature > img {
    height: auto;
    aspect-ratio: 1.6;
    object-position: center 54%;
  }
  .service-feature-caption {
    padding: 15px 20px;
    font-size: 25px;
  }
  .service-feature > p {
    font-size: 10px;
    margin-top: 13px;
  }
  .service-list h3 {
    font-size: 20px;
  }
  .service-list summary {
    padding: 22px 0;
  }
  .service-number {
    font-size: 9px;
    min-width: 19px;
  }
  .detail-body {
    font-size: 12px;
    padding-left: 39px;
    padding-right: 15px;
  }
  .how-it-works {
    padding-block: 35px;
  }
  .how-it-works > .wrap {
    gap: 24px;
  }
  .steps-intro {
    display: block;
  }
  .steps-intro .eyebrow {
    font-size: 8px;
    margin-bottom: 15px;
  }
  .steps-intro h2 {
    font-size: 37px;
    line-height: 1.05;
    max-width: 290px;
  }
  .steps-intro h2 br {
    display: block;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .steps li,
  .steps li:first-child {
    display: flex;
    gap: 22px;
    border-left: 0;
    border-top: 1px solid #ffffff55;
    padding: 20px 0;
  }
  .steps li:last-child {
    padding-bottom: 0;
  }
  .steps li > span {
    font-size: 29px;
    min-width: 26px;
    margin-top: 3px;
  }
  .steps h3 {
    font-size: 13px;
    margin: 0 0 4px;
  }
  .steps p {
    font-size: 11px;
    max-width: 290px;
  }
  .steps p br {
    display: none;
  }
  .about {
    padding: 59px 0;
  }
  .about-copy p {
    max-width: 100%;
    font-size: 12px;
  }
  .about-copy .text-link {
    font-size: 10px;
  }
  .gallery-head {
    margin-bottom: 16px;
    padding-top: 17px;
  }
  .gallery-head .eyebrow {
    font-size: 7px;
    max-width: 115px;
  }
  .gallery-count {
    font-size: 8px;
    margin-right: 6px;
  }
  .gallery-controls {
    gap: 6px;
  }
  .gallery-controls button {
    width: 44px;
    height: 44px;
  }
  .gallery {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .gallery.enhanced {
    display: block;
  }
  .gallery.enhanced figure:nth-child(2) {
    display: none;
  }
  .gallery.enhanced figure:first-child img {
    aspect-ratio: 1.2;
  }
  .gallery figcaption {
    font-size: 8px;
    margin-top: 13px;
  }
  .gallery.enhanced figure:first-child figcaption > span:last-child {
    display: inline;
    font-size: 6px;
  }
  .service-area {
    padding: 58px 0;
  }
  .area-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .area-copy .eyebrow {
    font-size: 8px;
    margin-bottom: 18px;
  }
  .area-copy h2 {
    font-size: 54px;
  }
  .area-copy > p:not(.eyebrow) {
    font-size: 12px;
    margin-top: 20px;
  }
  .area-address {
    margin-top: 25px;
  }
  .area-panel {
    padding: 23px;
  }
  .city-list li {
    font-size: 12px;
    padding-block: 13px;
  }
  .home-city span {
    font-size: 6px;
  }
  .faq {
    padding-bottom: 57px;
  }
  .faq-layout {
    padding-top: 37px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .faq h2 {
    font-size: 42px;
  }
  .faq .eyebrow {
    font-size: 7px;
    margin-bottom: 15px;
  }
  .faq-list summary {
    font-size: 12px;
    min-height: 72px;
    gap: 17px;
  }
  .faq-list .detail-body {
    font-size: 12px;
  }
  .contact {
    padding: 25px 0 38px;
  }
  .contact-top {
    padding-bottom: 20px;
    margin-bottom: 29px;
  }
  .contact-top .eyebrow {
    font-size: 8px;
  }
  .contact-top > span {
    display: none;
  }
  .contact-main {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .contact h2 {
    font-size: 76px;
  }
  .contact-main > div > p:first-child {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .contact-phone {
    font-size: 45px;
    gap: 16px;
  }
  .contact-phone .icon {
    width: 30px;
    height: 30px;
  }
  .contact-email {
    font-size: 12px;
    margin-top: 13px;
    min-height: 40px;
    align-content: center;
  }
  .contact-note {
    font-size: 8px;
    margin-top: 9px;
  }
  .site-footer {
    padding: 33px 0 91px;
  }
  .footer-top {
    align-items: flex-start;
    padding-bottom: 25px;
    gap: 23px;
  }
  .footer-top .brand {
    width: 100%;
  }
  .footer-top address {
    margin-left: 0;
    font-size: 10px;
  }
  .social-links {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: auto;
    font-size: 10px;
  }
  .social-links > a {
    min-height: 27px;
  }
  .footer-bottom {
    font-size: 7px;
    padding-top: 15px;
  }
  .footer-bottom a {
    font-size: 6px;
    gap: 6px;
  }
  .mobile-call {
    display: flex;
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--ink);
    padding: 11px 20px calc(11px + env(safe-area-inset-bottom));
    border-top: 1px solid #505058;
    box-shadow: 0 -5px 20px #0002;
  }
  .mobile-call > span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 9px;
    font-weight: 600;
  }
  .mobile-call > span .status-dot {
    color: var(--accent);
    width: 6px;
    height: 6px;
  }
  .mobile-call > a {
    background: var(--brand);
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 15px;
  }
  .mobile-call .icon {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 380px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .brand-type {
    font-size: 22px;
  }
  .brand-type > span {
    font-size: 5.5px;
  }
  .brand-symbol {
    width: 44px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .hero-cta {
    min-width: 260px;
  }
  .hero-foot {
    font-size: 5.5px;
  }
  .section-heading h2 {
    font-size: 44px;
  }
  .contact h2 {
    font-size: 65px;
  }
  .contact-phone {
    font-size: 38px;
  }
  .contact-phone .icon {
    width: 26px;
  }
  .gallery.enhanced figure:first-child figcaption > span:last-child {
    display: none;
  }
  .area-panel {
    padding: 20px;
  }
  .mobile-call {
    padding-inline: 16px;
  }
  .mobile-call > span {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
/* Readability and practical touch areas, including small screens. */
.hero-description,
.section-heading > p,
.about-copy p,
.area-copy > p:not(.eyebrow),
.detail-body,
.faq-list .detail-body {
  font-size: 14px;
}
.steps p,
.contact-main > div > p:first-child {
  font-size: 12px;
}
.text-link,
.about-copy .text-link {
  font-size: 12px;
  min-height: 44px;
}
.photo-topline > span:last-child {
  display: none;
}
.about .accent-text {
  display: inline-block;
}
.social-links > a,
.footer-bottom a,
.contact-email {
  min-height: 44px;
}
.photo-bottomline > a {
  width: 44px;
  height: 44px;
}
.gallery-head .eyebrow,
.gallery-count,
.photo-label,
.photo-topline,
.cta-note,
.contact-note,
.footer-bottom,
.footer-bottom a {
  font-size: 10px;
}
.area-address address,
.footer-top address {
  font-size: 12px;
}
.hero-copy .eyebrow,
.section-heading .eyebrow,
.area-copy .eyebrow,
.contact-top .eyebrow,
.faq .eyebrow {
  font-size: 10px;
}
@media (max-width: 760px) {
  html {
    scroll-padding-bottom: 90px;
  }
  .gallery-head .eyebrow {
    max-width: 155px;
  }
  .gallery.enhanced figure:first-child figcaption > span:last-child {
    display: none;
  }
  .service-feature > p,
  .area-panel > p {
    font-size: 12px;
  }
  .service-feature > p a,
  .area-panel > p a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .footer-bottom {
    align-items: flex-start;
  }
  .footer-bottom > span {
    max-width: 195px;
  }
  .hero-foot > span:nth-child(2) {
    display: none;
  }
  .hero-foot {
    font-size: 9px;
  }
  .city-list li,
  .faq-list summary {
    font-size: 13px;
  }
  .contact-note {
    font-size: 11px;
  }
}
@media print {
  body {
    background: white;
    color: black;
  }
  .site-header {
    position: static;
  }
  .menu-toggle,
  .gallery-controls,
  .mobile-call,
  .topline,
  .hero-visual,
  .service-feature,
  .gallery {
    display: none !important;
  }
  nav {
    display: none !important;
  }
  .wrap {
    width: 100%;
  }
  .hero-grid,
  .section-heading,
  .services-layout,
  .how-it-works > .wrap,
  .area-layout,
  .faq-layout,
  .contact-main {
    display: block;
  }
  .hero,
  .services,
  .about,
  .service-area,
  .faq,
  .contact,
  .site-footer {
    padding: 20px 0;
    background: white;
    color: black;
  }
  .hero h1,
  .contact h2 {
    font-size: 42px;
  }
  .hero h1 > span,
  .accent-text,
  .contact h2 > span {
    color: black;
  }
  h2 {
    font-size: 30px;
  }
  .hero-description,
  .about-copy p {
    color: black;
  }
  .hero-foot {
    display: none;
  }
  .button-accent,
  .brand-symbol {
    background: #ddd;
    color: black;
  }
  .steps {
    margin-top: 20px;
  }
  .contact-phone {
    font-size: 32px;
  }
  .footer-top {
    padding-bottom: 15px;
  }
}
