/*
 * Source-driven release layer.
 * The finished-layout reference is never rendered on the page: every visual
 * below comes from the supplied hero and source asset sheets.
 */

/* Shared, aspect-ratio-safe crops from the supplied source sheets. */
.brand-mark {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  color: transparent;
  background-color: #fff;
  background-image: url("assets/movers-alpha.png");
  background-size: 204.42px 153.32px;
  background-position: -14.12px -71.01px;
  background-repeat: no-repeat;
  background-origin: border-box;
  box-shadow: 0 2px 8px rgba(0, 68, 74, .12);
  font-size: 0;
}

.ico,
.reason-grid .mini {
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.i-clock { background-image: url("assets/icons/clock.png"); }
.i-cart { background-image: url("assets/icons/truck.png"); }
.i-shield { background-image: url("assets/icons/shield.png"); }
.i-price { background-image: url("assets/icons/price-tag.png"); }
.i-247 { background-image: url("assets/icons/24-7.png"); }

.scene {
  display: block;
  height: 90px;
  margin: -2px auto 2px;
  background-color: #fff;
  background-image: url("assets/service-scenes-alpha.png");
  background-repeat: no-repeat;
}
.s-truck { width: 111px; background-size: 311px 233px; background-position: -5px -14px; }
.s-office { width: 94px; background-size: 307px 230px; background-position: -127px -13px; }
.s-cart {
  width: 100%;
  max-width: 118px;
  background-image: url("assets/service-hourly.png");
  background-size: contain;
  background-position: center bottom;
}
.s-cabinet { width: 74px; background-size: 274px 205px; background-position: -12px -103px; }
.s-load { width: 110px; background-size: 316px 237px; background-position: -107px -118px; }
.s-drill {
  width: 100%;
  max-width: 118px;
  background-image: url("assets/service-furniture.png");
  background-size: contain;
  background-position: center bottom;
}

.mover {
  top: 1px;
  width: 94px;
  height: 69px;
  background-color: transparent;
  background-image: url("assets/movers-alpha.png");
  background-repeat: no-repeat;
}
.m-phone { width: 57px; background-size: 276px 207px; background-position: -113px -4px; }
.m-clipboard { width: 49px; background-size: 277px 208px; background-position: -200px -4px; }
.m-ready { width: 54px; background-size: 269px 201px; background-position: -24px -98px; }
.m-cart { width: 90px; background-size: 275px 207px; background-position: -91px -103px; }

.reason-grid .mini {
  width: 32px;
  min-width: 32px;
  height: 32px;
  overflow: visible;
  border-radius: 0;
  color: transparent;
  vertical-align: middle;
  font-size: 0;
}
.reason-grid article:nth-child(1) .mini { background-image: url("assets/icons/clock.png"); }
.reason-grid article:nth-child(2) .mini { background-image: url("assets/icons/shield.png"); }
.reason-grid article:nth-child(3) .mini { background-image: url("assets/icons/price-tag.png"); }
.reason-grid article:nth-child(4) .mini { background-image: url("assets/icons/cap.png"); }
.reason-grid article:nth-child(5) .mini { background-image: url("assets/icons/24-7.png"); }
.reason-grid article:nth-child(6) .mini { background-image: url("assets/icons/shield.png"); }
.reason-grid article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: 32px auto;
  column-gap: 5px;
  align-content: start;
}
.reason-grid .mini { grid-column: 1; grid-row: 1; }
.reason-grid b {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  min-width: 0;
}
.reason-grid p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 6px 0 0;
  overflow-wrap: normal;
  word-break: normal;
}

.promo {
  width: min(226px, calc(100% - 28px));
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.promo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1767 / 421;
  object-fit: contain;
}

.hero-actions .button {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  text-align: left;
}
.hero-actions .button > span { display: block; min-width: 0; }
.hero-actions .button small { display: block; margin-top: 2px; }
.hero-actions .button-outline {
  border: 1px solid #55aeb7;
  background: #fff;
  box-shadow: none;
  color: var(--ink);
}
.hero-action-icon {
  display: block;
  width: 20px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-action-calculator {
  background-image: url("assets/icons/calculator.png");
  filter: brightness(0) invert(1);
}
.hero-action-truck {
  width: 22px;
  background-image: url("assets/icons/truck.png");
}

.avatar {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #eef3f4;
  background-image: url("assets/hero-scene.png");
  background-size: 1140px 642px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px rgba(0, 54, 60, .14);
}
.a1 { background-position: -187px -194px; }
.a2 { background-position: -214px -194px; }
.a3 { background-position: -240px -194px; }
.a4 { background-position: -267px -194px; }

.service-grid h3,
.service-grid p,
.process-grid b,
.process-grid p,
.reason-grid p,
.price-grid small,
.reviews-grid p {
  overflow: hidden;
  overflow-wrap: anywhere;
}
.service-grid h3,
.process-grid b,
.price-grid small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.service-grid p,
.reason-grid p,
.reviews-grid p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.process-grid p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.object-stack,
.cta-objects,
.cta-right-art {
  position: relative;
  display: block;
  overflow: hidden;
  background: transparent;
}
.asset-piece {
  position: absolute;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  pointer-events: none;
  filter: drop-shadow(0 2px 2px rgba(45, 48, 43, .1));
}
.object-stack,
.cta-objects { overflow: visible; }
.price-box,
.cta-left-box,
.cta-front-box,
.price-plant,
.cta-left-plant,
.cta-truck {
  background-image: url("assets/objects-alpha.png");
}
.price-lamp { background-image: url("assets/service-scenes-alpha.png"); }
.cta-mover { background-image: url("assets/movers-alpha.png"); }
.cta-front-box { display: none; }

/* Each window is clipped to one source object; neighbouring atlas art cannot leak in. */
.object-stack { width: 132px; height: 136px; }
.price-box-1 { left: 10px; top: 25px; width: 46px; height: 36px; background-size: 216.96px 162.72px; background-position: -126.61px -81.66px; }
.price-box-2 { left: 48px; top: 41px; width: 62px; height: 49px; background-size: 292.43px 219.32px; background-position: -170.65px -110.07px; }
.price-box-3 { left: 4px; top: 79px; width: 58px; height: 46px; background-size: 273.56px 205.17px; background-position: -159.64px -102.96px; }
.price-box-4 { left: 52px; top: 81px; width: 63px; height: 49px; background-size: 297.15px 222.86px; background-position: -173.4px -111.84px; }
.price-plant { z-index: 3; left: -1px; top: 70px; width: 46px; height: 66px; background-size: 228.63px 171.47px; background-position: -178.26px -91.26px; }
.price-lamp {
  z-index: 0;
  left: 59px;
  top: 5px;
  width: 33px;
  height: 63px;
  background-size: 823.86px 617.9px;
  background-position: -173.53px -102.98px;
  clip-path: polygon(23% 0,77% 0,97% 35%,60% 38%,60% 83%,82% 93%,80% 100%,20% 100%,18% 93%,40% 83%,40% 38%,3% 35%);
}
.price-box-1,
.price-box-2 { z-index: 1; }
.price-box-3,
.price-box-4 { z-index: 2; }

.cta-objects { width: 131px; height: 109px; }
.cta-left-box-1 { left: -6px; top: 12px; width: 47px; height: 37px; background-size: 221.68px 166.26px; background-position: -129.36px -83.44px; }
.cta-left-box-2 { left: -11px; top: 46px; width: 46px; height: 36px; background-size: 216.96px 162.72px; background-position: -126.61px -81.66px; }
.cta-left-box-3 { left: 27px; top: 45px; width: 40px; height: 31px; background-size: 188.66px 141.5px; background-position: -110.1px -71.01px; }
.cta-left-box-4 { display: none; }
.cta-left-plant { z-index: 2; left: 64px; top: 22px; width: 49px; height: 71px; background-size: 245.95px 184.46px; background-position: -191.77px -98.18px; }

.cta-right-art { position: absolute; z-index: 0; top: 0; right: 0; width: 251px; height: 109px; }
.cta-truck { z-index: 1; left: 6px; top: 14px; width: 114px; height: 85px; background-size: 330.81px 248.1px; background-position: -207.9px -31.76px; }
.cta-mover { z-index: 2; left: 68px; top: 7px; width: 97px; height: 102px; background-size: 447.56px 335.67px; background-position: -35.55px -8.04px; }
.cta-front-box { z-index: 3; left: 130px; top: 39px; width: 108px; height: 85px; background-size: 509.39px 382.05px; background-position: -297.26px -191.73px; }
.cta::after { content: none !important; }

@media (max-width: 940px) {
  .cta-right-art { display: none; }
}

/* Exact 941px desktop geometry from the supplied reference. */
@media (min-width: 941px) {
  .shell { width: 861px; }
  .header,
  .footer { width: 100%; }
  .hero,
  .cta {
    width: 941px;
    max-width: 100%;
    margin-inline: auto;
  }

  .header .nav {
    position: relative;
    display: block;
    height: 62px;
  }
  .header .brand {
    position: absolute;
    left: 0;
    top: 5px;
    width: 185px;
    height: 52px;
  }
  .header .brand > span:last-child { margin-left: 4px; }
  .header .brand b { font-size: 18px; }
  .header .brand small { margin-top: 4px; font-size: 6.8px; }
  .nav-links {
    position: absolute;
    left: 256px;
    top: 0;
    height: 62px;
    margin: 0;
    gap: 34px;
  }
  .nav-links a { font-size: 10px; }
  .phone {
    position: absolute;
    left: 556px;
    top: 16px;
    grid-template-columns: 20px max-content;
    column-gap: 0;
  }
  .phone > span {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 20px;
    height: 20px;
    font-size: 0;
    background: url("assets/icons/phone.png") center / 16px auto no-repeat;
  }
  .phone b,
  .phone small {
    grid-column: 2;
    white-space: nowrap;
  }
  .phone b { font-size: 14px; }
  .button-small {
    position: absolute;
    left: 727px;
    top: 13px;
    width: 123px;
    height: 36px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 10px;
  }

  .hero {
    height: 438px;
    isolation: isolate;
    background: #fff;
  }
  .hero-scene {
    z-index: 0;
    inset: 0;
    background-color: #fff;
    background-image: url("assets/hero-scene.png");
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, #fff 0 330px, rgba(255,255,255,.99) 354px, rgba(255,255,255,.94) 382px, rgba(255,255,255,.66) 414px, rgba(255,255,255,.18) 468px, transparent 528px);
    pointer-events: none;
  }
  .hero::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 383px;
    top: 18px;
    width: 92px;
    height: 126px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url("assets/hero-scene.png");
    background-size: 792px 446px;
    background-position: -121px -46px;
    background-repeat: no-repeat;
    box-shadow: 0 5px 18px rgba(23, 56, 65, .11);
    pointer-events: none;
  }
  .hero-layout {
    z-index: 3;
    height: 333px;
    padding-top: 21px;
  }
  .hero-copy {
    width: 324px;
    padding: 0;
    background: transparent;
  }
  .eyebrow { margin-bottom: 13px; font-size: 8px; }
  .hero h1 {
    position: relative;
    margin-bottom: 39px;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -.04em;
  }
  .hero h1::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 108px;
    width: 178px;
    height: 10px;
    background: #ffb20e;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 178 10'%3E%3Cpath d='M3 9 C44 1 98 .5 176 1' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 178 10'%3E%3Cpath d='M3 9 C44 1 98 .5 176 1' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    transform: none;
    opacity: 1;
    pointer-events: none;
  }
  .hero-text {
    max-width: 315px;
    margin-bottom: 13px;
    font-size: 9.5px;
    line-height: 1.65;
  }
  .hero-actions { gap: 12px; }
  .hero-actions .button {
    display: grid;
    grid-template-columns: 19px minmax(0, 1fr);
    align-items: center;
    column-gap: 8px;
    width: 152px;
    min-width: 152px;
    height: 45px;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 9px;
    line-height: 1.2;
    text-align: left;
  }
  .hero-actions .button:not(.button-outline) {
    background: linear-gradient(180deg, #ff8502 0%, #fd6800 100%);
    box-shadow: 0 5px 12px rgba(255, 105, 0, .2);
  }
  .hero-actions .button-outline {
    width: 127px;
    min-width: 127px;
    border: 1px solid #55aeb7;
    background: #fff;
    box-shadow: none;
    color: var(--ink);
  }
  .hero-actions .button > span { display: block; min-width: 0; }
  .hero-actions small { display: block; margin-top: 2px; font-size: 7px; font-weight: 600; }
  .hero-action-icon {
    display: block;
    width: 19px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hero-action-calculator {
    background-image: url("assets/icons/calculator.png");
    filter: brightness(0) invert(1);
  }
  .hero-action-truck {
    width: 21px;
    background-image: url("assets/icons/truck.png");
  }
  .price-lock { margin-top: 14px; font-size: 8px; }

  .trust-row {
    position: absolute;
    z-index: 4;
    left: 40px;
    bottom: 17px;
    width: 550px;
    height: 88px;
    margin: 0;
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
  }
  .trust-row article {
    min-width: 0;
    height: 88px;
    gap: 5px;
    overflow: hidden;
    padding: 7px 5px;
    border: 1px solid #edf1f3;
    background: rgba(255,255,255,.97);
    box-shadow: 0 3px 15px rgba(25, 50, 60, .08);
  }
  .trust-row article p { min-width: 0; margin: 0; }
  .trust-row .ico { width: 34px; height: 34px; flex-basis: 34px; }
  .trust-row b {
    font-size: 7.3px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }
  .trust-row small {
    margin-top: 4px;
    font-size: 6.1px;
    line-height: 1.32;
  }
  .promo {
    z-index: 5;
    right: 65px;
    bottom: 2px;
    width: 226px;
    height: 54px;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #services {
    width: 861px;
    height: 212px;
    overflow: hidden;
    padding-top: 6px;
  }
  .section h2 { margin-bottom: 8px; font-size: 18px; }
  #services > h2 { margin-bottom: 6px; }
  .service-grid {
    width: 840px;
    margin-inline: auto;
    gap: 10px;
  }
  .service-grid article {
    height: 178px;
    padding: 5px 7px 9px;
    border-color: #edf1f3;
    background: #fff;
    box-shadow: 0 3px 15px rgba(25, 50, 60, .06);
  }
  .service-grid h3 { margin-bottom: 5px; font-size: 12px; }
  .service-grid p { font-size: 7.5px; line-height: 1.35; }

  .process {
    height: 148px;
    overflow: hidden;
    padding-top: 14px;
  }
  .process > h2 { margin-bottom: 0; }
  .process-grid { gap: 35px; padding-inline: 34px; }
  .process-grid article {
    height: 112.4px;
    padding: 73px 10px 7px;
    border-color: #edf1f3;
    background: #fff;
    box-shadow: 0 3px 15px rgba(25, 50, 60, .06);
  }
  .process-grid article:not(:last-child)::after { top: 45px; }
  .process-grid span { top: 11px; left: 14px; }
  .mover { top: 1px; height: 69px; background-color: transparent; }
  .process-grid b { font-size: 9px; line-height: 1.2; }
  .process-grid p { margin-top: 3px; font-size: 7.3px; line-height: 1.3; }

  .reasons {
    height: 146px;
    overflow: hidden;
    padding-top: 21px;
  }
  .reasons > h2 { margin-bottom: 0; }
  .reason-grid { width: 780px; margin-inline: auto; gap: 9px; }
  .reason-grid article {
    height: 103px;
    overflow: hidden;
    padding: 10px 8px;
    border-color: #edf1f3;
    background: #fff;
    box-shadow: 0 3px 15px rgba(25, 50, 60, .06);
  }
  .reason-grid b { font-size: 8px; line-height: 1.15; }
  .reason-grid p { margin-top: 6px; font-size: 7px; line-height: 1.42; }

  #prices {
    height: 194px;
    overflow: visible;
    padding-top: 10px;
  }
  #prices > h2 { margin-bottom: 9px; line-height: 1; transform: translateX(-17px); }
  .price-grid {
    grid-template-columns: 204px 184px 180px 1fr;
    gap: 10px;
  }
  .price-grid > article {
    height: 156.4px;
    overflow: hidden;
    border-color: #edf1f3;
    background: #fff;
    box-shadow: 0 3px 15px rgba(25, 50, 60, .06);
  }
  .price-grid > article:nth-child(1) { padding: 10px 25px 9px; }
  .price-grid > article:nth-child(2) { padding: 13px 22px 9px; }
  .price-grid > article:nth-child(3) { padding: 11px 22px 9px; }
  .price-grid > article.popular { overflow: visible; }
  .price-grid .popular > em {
    top: -9px;
    right: auto;
    left: 11px;
    z-index: 3;
    width: 110px;
    height: 14px;
    padding: 2px 4px;
    border-radius: 6px;
    line-height: 10px;
  }
  .price-grid h3,
  .price-grid strong { line-height: 1.12; }
  .price-grid small { line-height: 1.3; }
  .price-grid ul { margin-block: 5px; line-height: 13px; }
  .price-grid .button { min-height: 26px; height: 26px; padding: 5px 7px; border-radius: 8px; }
  .price-grid aside {
    position: relative;
    display: block;
    min-width: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }
  .price-grid .object-stack { position: absolute; left: 0; top: 2px; }
  .price-grid aside > div {
    position: absolute;
    z-index: 2;
    left: 121px;
    top: 7px;
    display: flex;
    width: 123px;
    height: 96px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 11px 10px;
    border: 1px solid #edf1f3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(25, 50, 60, .06);
  }
  .price-grid aside b { font-size: 9.5px; line-height: 1.25; }
  .price-grid aside p { margin: 5px 0 8px; font-size: 7.2px; line-height: 1.4; }
  .price-grid aside .button {
    width: 105px;
    min-height: 25px;
    height: 25px;
    margin: 3px 0 0;
    padding: 5px 4px;
    font-size: 7.5px;
  }

  #reviews {
    height: 153px;
    overflow: hidden;
    padding-top: 14px;
  }
  #reviews > h2 { margin-bottom: 4px; }
  .reviews-grid {
    width: 851px;
    grid-template-columns: 197px 197px 197px 230px;
    gap: 10px;
  }
  .reviews-grid article {
    height: 113px;
    overflow: hidden;
    padding: 7px;
    border-color: #edf1f3;
    background: #fff;
    box-shadow: 0 3px 15px rgba(25, 50, 60, .06);
  }
  .reviews-grid article > div { min-width: 0; }
  .reviews-grid b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .reviews-grid p { margin: 4px 0; line-height: 1.4; }

  .faq {
    height: 107px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .faq > h2 { margin-bottom: 0; }
  .faq details { border-color: #edf1f3; }
  .faq:has(details[open]) {
    height: auto;
    min-height: 107px;
    overflow: visible;
    padding-bottom: 10px;
  }

  .cta {
    position: relative;
    height: 109px;
    overflow: hidden;
    isolation: isolate;
    border: 0;
    background: #fff;
    box-shadow: inset 0 0 0 1px #edf2f3;
  }
  .cta::after { content: none; }
  .cta-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 131px 340px 118px 1fr;
    grid-template-rows: 59px 30px;
    align-items: center;
    gap: 0 16px;
    height: 109px;
    padding-block: 10px;
  }
  .cta-objects { position: absolute; left: 0; top: 0; }
  .cta-inner > div { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .cta h2 {
    width: 340px;
    margin-bottom: 5px;
    font-size: 22.4px;
    line-height: 1;
    letter-spacing: -.055em;
    white-space: nowrap;
  }
  .cta p { margin-bottom: 7px; font-size: 8.5px; }
  .cta small { font-size: 6.8px; }
  .cta .button {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    width: 118px;
    min-width: 118px;
    height: 31px;
    margin: 0;
    padding: 7px 11px;
    font-size: 9px;
    position: relative;
    top: -7px;
  }
  .cta-phone {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    align-items: center;
    padding-top: 3px;
    font-size: 9px;
  }

  .footer {
    width: 931px;
    max-width: calc(100% - 10px);
    height: 105px;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 14px;
  }
  .footer-grid {
    width: 861px;
    grid-template-columns: 170px 113px 88px 205px 1fr;
    gap: 18px;
    align-items: start;
    padding-top: 9px;
  }
  .brand-footer {
    width: 170px;
    height: 70px;
    align-items: flex-start;
    padding-top: 4px;
    transform: translateX(-6px);
  }
  .brand-footer .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border: 1px solid #fff;
    background-color: #fff;
    background-size: 161.86px 121.4px;
    background-position: -11.18px -56.22px;
    box-shadow: none;
  }
  .brand-footer > span:last-child { margin-left: 3px; padding-top: 2px; }
  .brand-footer b { color: #fff; font-size: 14px; }
  .brand-footer small { color: #fff; font-size: 6.5px; line-height: 1.4; }
  .footer-grid > div {
    min-width: 0;
    gap: 3px;
    color: #fff;
    font-size: 6px;
    line-height: 1.28;
  }
  .footer-grid > div > b { color: #fff; font-size: 8.5px; }
  .footer-grid a,
  .footer-grid span,
  .footer-privacy { color: #fff; overflow-wrap: anywhere; }
  .footer-grid > div > small { color: #fff; font-size: 5.8px; line-height: 1.2; }
  .socials { margin: 3px 0; }
  .socials a { width: 22px; height: 22px; color: #fff; }
  .socials a:nth-child(1) { background: #4c91cf; }
  .socials a:nth-child(2) { background: #2ca5df; }
  .socials a:nth-child(3) { background: #38ba67; }
  .footer-grid > div:last-child { height: 86px; }
  .footer-grid > div:last-child > small { margin-top: auto; }
}

/* Fluid tablet keeps the same raw assets, without enlarging layout screenshots. */
@media (min-width: 801px) and (max-width: 940px) {
  .shell { width: calc(100% - 40px); }
  .nav { gap: 18px; }
  .nav-links { gap: 18px; }
  .phone { display: none; }
  .header .brand { flex: 0 0 185px; }

  .hero { min-height: 548px; isolation: isolate; background: #fff; }
  .hero-scene {
    z-index: 0;
    inset: 0;
    background-image: url("assets/hero-scene.png");
    background-size: 900px auto;
    background-position: 92px 4px;
    background-repeat: no-repeat;
  }
  .hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, #fff 0 360px, rgba(255,255,255,.9) 405px, transparent 535px);
    pointer-events: none;
  }
  .hero-layout { z-index: 2; height: 380px; }
  .hero-copy { width: 380px; }
  .trust-row { z-index: 3; grid-template-columns: repeat(5, 1fr); }
  .trust-row article { min-width: 0; padding: 7px; }
  .trust-row small { display: none; }
  .promo { z-index: 4; }

  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid article { height: 190px; }
  .scene { transform: scale(1.1); transform-origin: center top; margin-bottom: 11px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:not(:last-child)::after { display: none; }
  .reason-grid { grid-template-columns: repeat(3, 1fr); }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid > article { height: auto; min-height: 190px; }
  .price-grid aside { min-height: 170px; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid article { height: auto; min-height: 113px; }
  .footer { height: auto; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); padding-bottom: 17px; }
  .brand-footer { width: 185px; height: 70px; }
  .brand-footer small { color: rgba(255,255,255,.96); }
}

@media (max-width: 800px) {
  .header .brand { flex: 0 0 185px; }
  .hero {
    min-height: 790px;
    isolation: isolate;
    padding-bottom: 76px;
    background: #fff;
  }
  .hero-scene {
    z-index: 0;
    inset: 245px 0 220px;
    background-image: url("assets/hero-scene.png");
    background-size: 640px 360px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0 0 auto;
    height: 355px;
    background: linear-gradient(180deg, #fff 0 72%, rgba(255,255,255,.9) 84%, transparent 100%);
    pointer-events: none;
  }
  .hero-layout { z-index: 2; height: 390px; padding-top: 24px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(25px, 7.2vw, 30px); }
  .hero-text { max-width: 540px; }
  .trust-row { z-index: 3; position: relative; grid-template-columns: 1fr 1fr; }
  .trust-row article { min-height: 76px; }
  .trust-row article:last-child { grid-column: 1 / -1; }
  .promo { z-index: 4; right: 14px; bottom: 14px; }

  .service-grid article { height: 190px; }
  .scene { height: 100px; transform: none; }
  .s-truck { width: 123px; background-size: 346px 259px; background-position: -5px -15px; }
  .s-office { width: 105px; background-size: 341px 256px; background-position: -142px -14px; }
  .s-cart { width: 100%; max-width: 132px; background-image: url("assets/service-hourly.png"); background-size: contain; background-position: center bottom; }
  .s-cabinet { width: 82px; background-size: 304px 228px; background-position: -13px -115px; }
  .s-load { width: 122px; background-size: 351px 263px; background-position: -118px -131px; }
  .s-drill { width: 100%; max-width: 132px; background-image: url("assets/service-furniture.png"); background-size: contain; background-position: center bottom; }
  .process-grid article { overflow: hidden; }
  .process-grid article:not(:last-child)::after { display: none; }
  .price-grid aside { overflow: hidden; border-radius: 12px; background: #fff; }
  .price-grid aside > div { position: relative; z-index: 1; padding-right: 10px; }
  .cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
  }
  .cta-inner { position: relative; z-index: 1; }
  .cta-objects { display: block; width: 135px; }
  .footer-grid { gap: 24px 18px; }
  .brand-footer { width: 185px; }
  .brand-footer small { color: rgba(255,255,255,.96); }
  .footer-grid a,
  .footer-grid span,
  .footer-privacy { color: rgba(255,255,255,.96); }
}

@media (max-width: 420px) {
  .shell { width: calc(100% - 24px); }
  .header .brand { flex-basis: 168px; }
  .header .brand b { font-size: 16px; }
  .header .brand-mark { width: 43px; height: 43px; flex-basis: 43px; }
  .hero { min-height: 980px; }
  .hero-layout { height: 445px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; min-width: 0; }
  .hero-scene { inset: 330px 0 310px; background-size: 610px auto; background-position: 58% top; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row article:last-child { grid-column: auto; }
  .promo { left: 12px; right: 12px; width: auto; }
  .service-grid,
  .process-grid,
  .reason-grid { grid-template-columns: 1fr; }
  .service-grid article { height: 188px; }
  .reason-grid article { height: auto; min-height: 105px; }
  .price-grid aside { flex-direction: column; padding: 8px; text-align: center; }
  .object-stack { margin-inline: auto; }
  .price-grid aside > div { align-items: center; padding: 0 8px 12px; }
  .cta-inner { text-align: center; }
  .cta h2 { text-align: center; }
  .cta-objects { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand-footer { grid-column: auto; }
}
