@font-face {
  font-family: "Assistant";
  src: url("assets/assistant-hebrew.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --teal-900: #073e3d;
  --teal-800: #075b58;
  --teal-700: #087c77;
  --teal-600: #149b93;
  --teal-500: #20b9ad;
  --teal-200: #a8dfda;
  --teal-100: #dff4f1;
  --teal-50: #f1fbf9;
  --ink: #10282a;
  --cream: #fffaf0;
  --paper: #f5efe2;
  --cardboard: #b98b59;
  --coral: #ed7657;
  --coral-dark: #c95137;
  --white: #fff;
  --line: rgba(16, 40, 42, .14);
  --shadow: 0 24px 70px rgba(7, 62, 61, .14);
  --shell: min(1190px, calc(100% - 44px));
  --ease: cubic-bezier(.2, .72, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  font-family: "Assistant", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea {
  font: inherit;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #ffb08d;
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip {
  position: fixed;
  z-index: 1000;
  top: 12px;
  right: 16px;
  translate: 0 -180%;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}

.skip:focus {
  translate: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 78px;
  border-bottom: 1px solid rgba(7, 62, 61, .1);
  background: rgba(255, 250, 240, .92);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 28px;
  height: 100%;
}

.logo {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 8px 0;
}

.logo img {
  width: 178px;
  height: auto;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 16px;
  font-weight: 700;
}

.site-header nav a {
  position: relative;
  padding: 8px 0;
}

.site-header nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 0;
  height: 2px;
  content: "";
  transition: width .25s ease;
  background: var(--teal-600);
}

.site-header nav a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  direction: ltr;
}

.phone {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .03em;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 21px;
  border-radius: 999px;
  background: var(--teal-900);
  color: var(--white);
  font-weight: 800;
  direction: rtl;
  transition: transform .25s ease, background .25s ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  background: var(--teal-600);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  padding: 88px 0 0;
  background:
    radial-gradient(circle at 88% 13%, rgba(32, 185, 173, .19) 0 4%, transparent 29%),
    radial-gradient(circle at 23% 55%, rgba(237, 118, 87, .11), transparent 34%),
    var(--cream);
}

.hero-grid-lines {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .45;
  background-image:
    linear-gradient(rgba(7, 62, 61, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 62, 61, .055) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.hero-word {
  position: absolute;
  z-index: -1;
  top: 3px;
  right: -1vw;
  color: transparent;
  font-size: clamp(150px, 24vw, 355px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(7, 62, 61, .075);
  user-select: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(450px, 1.05fr);
  align-items: center;
  gap: 18px;
  min-height: 570px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 610px;
}

.eyebrow, .section-index, .micro {
  margin: 0 0 15px;
  color: var(--teal-700);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow::before {
  width: 38px;
  height: 2px;
  content: "";
  background: var(--coral);
}

.eyebrow span {
  color: var(--coral);
}

.hero h1 {
  max-width: 650px;
  margin: 0 0 22px;
  color: var(--teal-900);
  font-size: clamp(52px, 5.65vw, 82px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.055em;
}

.hero h1 em {
  display: block;
  margin-top: 10px;
  color: var(--coral);
  font-size: .62em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 585px;
  margin: 0 0 13px;
  color: #345256;
  font-size: 17px;
  line-height: 1.7;
}

.hero-copy .hero-lead {
  color: var(--ink);
  font-size: 19px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button.primary {
  background: var(--teal-600);
  box-shadow: 0 15px 34px rgba(20, 155, 147, .24);
  color: var(--white);
}

.button.primary:hover {
  background: var(--teal-800);
  box-shadow: 0 18px 38px rgba(20, 155, 147, .32);
}

.button.secondary {
  border-color: rgba(7, 62, 61, .25);
  color: var(--teal-900);
  background: rgba(255, 255, 255, .45);
}

.service-chips {
  display: flex;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.service-chips li {
  padding: 5px 13px;
  border: 1px solid rgba(7, 124, 119, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .6);
  color: var(--teal-800);
  font-size: 14px;
  font-weight: 800;
}

.hero-scene {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-height: 560px;
}

.hero-scene::before {
  position: absolute;
  z-index: -1;
  inset: 10% 2% 7% 8%;
  border-radius: 49% 51% 39% 61% / 46% 40% 60% 54%;
  content: "";
  transform: rotate(-5deg);
  background: linear-gradient(145deg, var(--teal-100), #c6ebe5);
}

.hero-scene::after {
  position: absolute;
  z-index: -2;
  inset: 13% 12% 12% 1%;
  border: 1px solid rgba(7, 124, 119, .23);
  border-radius: 50%;
  content: "";
}

.hero-truck {
  position: absolute;
  z-index: 2;
  bottom: -2%;
  left: -8%;
  width: min(660px, 57vw);
  height: auto;
  max-width: none;
  filter: drop-shadow(0 32px 25px rgba(7, 62, 61, .2));
  transform-origin: 50% 80%;
  animation: truck-arrive 1.2s var(--ease) both, truck-idle 5s ease-in-out 1.2s infinite;
}

.hero-moving-kit {
  position: absolute;
  z-index: 4;
  right: 2%;
  bottom: -5%;
  width: min(365px, 29vw);
  height: auto;
  max-width: none;
  pointer-events: none;
  filter: drop-shadow(0 24px 20px rgba(7, 62, 61, .18));
  transform-origin: 50% 88%;
  animation: moving-kit-arrive 1.05s var(--ease) .25s both, moving-kit-idle 5.8s ease-in-out 1.3s infinite;
}

@keyframes truck-arrive {
  from { opacity: 0; transform: translateX(-120px) scale(.9); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes truck-idle {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

@keyframes moving-kit-arrive {
  from { opacity: 0; transform: translateX(54px) scale(.94); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes moving-kit-idle {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -4px; }
}

.route-loop {
  position: absolute;
  z-index: 1;
  inset: 12% 7% 7% 12%;
  border: 2px dashed rgba(7, 124, 119, .24);
  border-radius: 48% 52% 64% 36% / 56% 44% 56% 44%;
  transform: rotate(-8deg);
}

.route-loop span {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 1px var(--coral);
}

.route-loop span:nth-child(1) { top: 5%; right: 23%; }
.route-loop span:nth-child(2) { bottom: 18%; right: 1%; }
.route-loop span:nth-child(3) { bottom: 4%; left: 27%; }

.scene-stamp {
  position: absolute;
  z-index: 4;
  top: 13%;
  right: 4%;
  display: grid;
  place-content: center;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  transform: rotate(7deg);
  background: var(--teal-900);
  box-shadow: 0 20px 34px rgba(7, 62, 61, .22);
  color: var(--white);
  text-align: center;
  animation: stamp-float 4s ease-in-out infinite;
}

.scene-stamp strong, .scene-stamp span {
  font-size: 17px;
  line-height: .92;
  letter-spacing: .14em;
}

.scene-stamp span { color: #65ddd3; }
.scene-stamp small { margin-top: 8px; font-size: 10px; }

@keyframes stamp-float {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-8px); }
}

.hero-steps {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(55px, 1fr) auto minmax(55px, 1fr) auto;
  align-items: center;
  width: min(700px, calc(100% - 44px));
  margin: 12px auto 0;
  padding: 20px 29px;
  border-radius: 24px 24px 0 0;
  background: var(--teal-900);
  box-shadow: 0 -12px 40px rgba(7, 62, 61, .12);
  color: var(--white);
}

.hero-steps div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-steps span {
  color: #71dbd2;
  font-size: 12px;
  font-weight: 800;
}

.hero-steps strong { font-size: 17px; }

.hero-steps i {
  height: 1px;
  margin: 0 18px;
  background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.55), rgba(255,255,255,.1));
}

.insurance {
  position: relative;
  z-index: 3;
  padding: 38px 0;
  background: var(--teal-900);
  color: var(--white);
}

.insurance-grid {
  display: grid;
  grid-template-columns: 92px 290px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
}

.insurance-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(255,255,255,.06);
  transform: rotate(5deg);
}

.insurance-icon svg {
  width: 42px;
  fill: none;
  stroke: #73ded4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.insurance .micro { margin-bottom: 2px; color: #75dcd3; }

.insurance h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.05;
}

.insurance-grid > p {
  margin: 0;
  padding-right: 30px;
  border-right: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.78);
  font-size: 17px;
}

.section-space {
  padding: 120px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 0 9%;
  align-items: end;
  margin-bottom: 70px;
}

.section-heading .section-index {
  grid-column: 1;
}

.section-heading h2 {
  grid-row: 2 / span 2;
  grid-column: 1;
  max-width: 650px;
  margin: 0;
  color: var(--teal-900);
  font-size: clamp(42px, 5vw, 70px);
  line-height: .99;
  letter-spacing: -.04em;
}

.section-heading h2 em {
  display: block;
  color: var(--coral);
  font-style: normal;
}

.section-heading > p:not(.section-index) {
  grid-row: 2;
  grid-column: 2;
  margin: 0;
  color: #4b6265;
}

.section-heading > strong {
  grid-row: 3;
  grid-column: 2;
  margin-top: 12px;
  color: var(--teal-700);
}

.services {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(7,62,61,.06) 50%, transparent 50.1%),
    var(--teal-50);
}

.services::before {
  position: absolute;
  top: 10%;
  left: -90px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(20,155,147,.18);
  border-radius: 50%;
  content: "";
}

.service-tracks {
  border-top: 1px solid rgba(7,62,61,.16);
}

.service-track {
  position: relative;
  display: grid;
  grid-template-columns: 70px 100px minmax(0, 1fr) 155px;
  align-items: center;
  gap: 26px;
  min-height: 220px;
  padding: 34px 26px;
  border-bottom: 1px solid rgba(7,62,61,.16);
  transition: background .35s ease, transform .35s var(--ease), box-shadow .35s ease;
}

.service-track:hover {
  z-index: 2;
  transform: translateY(-4px) scale(1.008);
  background: rgba(255,255,255,.72);
  box-shadow: 0 22px 48px rgba(7,62,61,.09);
}

.track-number {
  align-self: start;
  color: var(--teal-600);
  font-size: 13px;
  font-weight: 800;
}

.track-icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 30% 70% 60% 40% / 45% 33% 67% 55%;
  background: var(--white);
  box-shadow: 0 13px 30px rgba(7,62,61,.09);
  transition: transform .35s ease;
}

.service-track:hover .track-icon { transform: rotate(-4deg) translateY(-5px); }

.track-icon svg {
  width: 53px;
  fill: none;
  stroke: var(--teal-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.moving-track .track-icon { background: var(--teal-900); }
.moving-track .track-icon svg { stroke: #67d6cc; }
.equipment-track .track-icon { background: #ffeadf; }
.equipment-track .track-icon svg { stroke: var(--coral-dark); }

.service-track h3 {
  margin: 0 0 8px;
  color: var(--teal-900);
  font-size: 31px;
  line-height: 1.08;
}

.service-track p {
  max-width: 740px;
  margin: 0;
  color: #4a6365;
}

.service-track > a {
  justify-self: end;
  color: var(--teal-700);
  font-weight: 800;
  white-space: nowrap;
}

.service-track > a span { display: inline-block; transition: transform .2s ease; }
.service-track > a:hover span { transform: translateX(-5px); }

.moving-story {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  background: var(--teal-900);
  color: var(--white);
}

.moving-story > img {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 38% 49%;
  transform: scale(1.04);
  transition: transform 8s ease;
}

.moving-story.is-visible > img { transform: scale(1); }

.story-wash {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,62,61,.12), rgba(7,62,61,.72) 52%, rgba(7,62,61,.96) 100%),
    linear-gradient(0deg, rgba(7,62,61,.78), transparent 38%);
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
  padding-left: 55%;
}

.section-index.light { color: #82e0d8; }

.story-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(58px, 7vw, 100px);
  line-height: .88;
  letter-spacing: -.055em;
}

.story-copy h2 em {
  color: #7ae0d7;
  font-style: normal;
}

.story-copy > p:not(.section-index) {
  max-width: 520px;
  margin: 0 0 27px;
  color: rgba(255,255,255,.82);
  font-size: 20px;
}

.button.white {
  align-self: flex-start;
  background: var(--white);
  color: var(--teal-900);
}

.moving-ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,.18);
  background: rgba(7,62,61,.76);
  backdrop-filter: blur(12px);
  color: var(--white);
  white-space: nowrap;
}

.moving-ticker div {
  display: inline-block;
  min-width: max-content;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .03em;
  animation: ticker 25s linear infinite;
}

.moving-ticker span {
  margin: 0 24px;
  color: #68d8ce;
}

@keyframes ticker { to { transform: translateX(50%); } }

.why {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.why-map {
  position: absolute;
  top: 180px;
  right: 5%;
  left: 5%;
  height: 520px;
  pointer-events: none;
}

.why-map svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(20,155,147,.24);
  stroke-dasharray: 10 12;
  stroke-width: 3;
}

.why-heading {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin-right: auto;
  margin-bottom: 70px;
  text-align: left;
}

.why-heading h2 {
  margin: 0;
  color: var(--teal-900);
  font-size: clamp(48px, 6vw, 78px);
  line-height: .95;
  letter-spacing: -.045em;
}

.why-stations {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 30px 22px;
}

.station {
  position: relative;
  min-height: 235px;
  padding: 30px;
  border: 1px solid rgba(7,62,61,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 50px rgba(7,62,61,.06);
  backdrop-filter: blur(7px);
}

.station::before {
  position: absolute;
  top: -8px;
  right: 28px;
  width: 16px;
  height: 16px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  content: "";
  background: var(--coral);
  box-shadow: 0 0 0 1px var(--coral);
}

.station > span {
  color: var(--teal-600);
  font-size: 13px;
  font-weight: 800;
}

.station h3 {
  margin: 26px 0 10px;
  color: var(--teal-900);
  font-size: 26px;
  line-height: 1.05;
}

.station p {
  margin: 0;
  color: #4c6365;
  font-size: 17px;
}

.station-1 { grid-column: 1 / span 4; grid-row: 1; }
.station-2 { grid-column: 5 / span 4; grid-row: 1; translate: 0 46px; }
.station-3 { grid-column: 9 / span 4; grid-row: 1; translate: 0 -18px; background: var(--teal-900); color: var(--white); }
.station-3 h3 { color: var(--white); }
.station-3 p { color: rgba(255,255,255,.74); }
.station-4 { grid-column: 3 / span 4; grid-row: 2; }
.station-5 { grid-column: 7 / span 4; grid-row: 2; translate: 0 34px; }

.packing-focus {
  position: relative;
  isolation: isolate;
  min-height: 780px;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 78% 42%, rgba(40,185,173,.18), transparent 31%),
    var(--teal-900);
  color: var(--white);
}

.packing-focus::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(rgba(255,255,255,.65) .8px, transparent .8px);
  background-size: 19px 19px;
  mask-image: linear-gradient(90deg, black, transparent 77%);
}

.packing-letter {
  position: absolute;
  z-index: -1;
  top: 23%;
  left: -2vw;
  color: transparent;
  font-size: clamp(145px, 22vw, 330px);
  font-weight: 800;
  line-height: .8;
  letter-spacing: -.07em;
  -webkit-text-stroke: 1px rgba(255,255,255,.08);
}

.packing-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: 40px;
  min-height: 580px;
}

.packing-copy {
  position: relative;
  z-index: 4;
  max-width: 520px;
}

.packing-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(54px, 6vw, 86px);
  line-height: .9;
  letter-spacing: -.05em;
}

.packing-copy p:not(.section-index) {
  margin: 0 0 16px;
  color: rgba(255,255,255,.76);
  font-size: 19px;
}

.button.coral {
  margin-top: 15px;
  background: var(--coral);
  box-shadow: 0 18px 40px rgba(237,118,87,.22);
  color: var(--white);
}

.button.coral:hover { background: #f28568; }

.packing-visual {
  position: relative;
  min-height: 590px;
}

.packing-halo {
  position: absolute;
  z-index: 0;
  inset: 7% 8% 5% 4%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}

.packing-halo::before, .packing-halo::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.packing-halo::before {
  inset: 13%;
  border: 1px dashed rgba(104,216,206,.31);
}

.packing-halo::after {
  width: 290px;
  height: 290px;
  top: 23%;
  left: 28%;
  background: rgba(104,216,206,.11);
  filter: blur(20px);
}

.packing-visual img {
  position: absolute;
  z-index: 2;
  bottom: -4%;
  left: -6%;
  width: min(690px, 58vw);
  height: auto;
  max-width: none;
  filter: drop-shadow(0 30px 26px rgba(0,0,0,.26));
  transform: translateY(var(--packing-shift, 0px));
  transition: transform .12s linear;
}

.packing-note {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(12px);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.packing-note i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #67d8ce;
}

.action {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 115px 0;
  background: #f3b798;
}

.action::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 18% 5%, rgba(255,255,255,.56), transparent 27%),
    linear-gradient(118deg, transparent 0 58%, rgba(255,255,255,.18) 58% 59%, transparent 59%);
}

.action-pattern {
  position: absolute;
  z-index: -1;
  top: -190px;
  left: -120px;
  width: 520px;
  height: 520px;
  border: 86px solid rgba(7,62,61,.055);
  border-radius: 50%;
}

.action-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: 9%;
}

.action-copy h2 {
  max-width: 500px;
  margin: 0 0 22px;
  color: var(--teal-900);
  font-size: clamp(56px, 7vw, 94px);
  line-height: .88;
  letter-spacing: -.055em;
}

.action-copy > p:not(.section-index, .action-or) {
  max-width: 520px;
  color: #4f3a30;
  font-size: 20px;
}

.action .section-index { color: var(--teal-800); }

.whatsapp-action {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 15px;
  width: min(460px, 100%);
  min-height: 78px;
  margin-top: 28px;
  padding: 10px 20px 10px 12px;
  border-radius: 18px;
  background: var(--teal-900);
  box-shadow: 0 18px 38px rgba(7,62,61,.19);
  color: var(--white);
  transition: transform .25s ease;
}

.whatsapp-action:hover { transform: translateY(-3px); }

.wa-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #43c59e;
  color: #103e36;
  font-size: 27px;
  font-weight: 800;
}

.whatsapp-action small, .whatsapp-action strong { display: block; }
.whatsapp-action small { color: #79ddd4; font-size: 12px; }
.whatsapp-action strong { font-size: 20px; }
.whatsapp-action b { color: #79ddd4; font-size: 24px; }

.action-or {
  margin: 15px 0 0;
  color: #5a4035;
  font-size: 15px;
  font-weight: 700;
}

.lead-form {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 38px;
  border: 1px solid rgba(7,62,61,.1);
  border-radius: 30px;
  background: rgba(255,250,240,.96);
  box-shadow: var(--shadow);
}

.lead-form::before {
  position: absolute;
  z-index: -1;
  inset: 10px;
  border: 1px dashed rgba(7,124,119,.18);
  border-radius: 22px;
  content: "";
  pointer-events: none;
}

.lead-form header {
  margin-bottom: 7px;
}

.lead-form header span {
  color: var(--teal-600);
  font-size: 13px;
  font-weight: 800;
}

.lead-form h3 {
  margin: 2px 0 0;
  color: var(--teal-900);
  font-size: 38px;
  line-height: 1;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--teal-900);
  font-size: 14px;
  font-weight: 800;
}

.lead-form input, .lead-form textarea {
  width: 100%;
  border: 1px solid rgba(7,62,61,.2);
  border-radius: 13px;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.lead-form input { height: 53px; padding: 0 16px; }
.lead-form textarea { min-height: 96px; padding: 13px 16px; resize: vertical; }

.lead-form input:focus, .lead-form textarea:focus {
  border-color: var(--teal-600);
  box-shadow: 0 0 0 4px rgba(20,155,147,.12);
}

.lead-form button {
  min-height: 57px;
  margin-top: 3px;
  border: 0;
  border-radius: 14px;
  background: var(--teal-600);
  box-shadow: 0 14px 28px rgba(20,155,147,.2);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}

.lead-form button:hover { transform: translateY(-2px); background: var(--teal-800); }

.privacy-note, .form-status {
  margin: 0;
  color: #667577;
  font-size: 12px;
  text-align: center;
}

.form-status:not(:empty) {
  padding: 8px 12px;
  border-radius: 10px;
  background: #e1f5f1;
  color: var(--teal-800);
  font-size: 14px;
  font-weight: 700;
}

.site-footer {
  padding: 36px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  background: #062d2c;
  color: rgba(255,255,255,.72);
}

.site-footer .shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}

.site-footer img {
  width: min(220px, 100%);
  height: auto;
  aspect-ratio: 614 / 166;
  object-fit: contain;
  justify-self: start;
  border-radius: 11px;
  background: rgba(255,255,255,.94);
}

.site-footer .contact-links {
  display: flex;
  justify-self: end;
  gap: 22px;
}

.site-footer .contact-links a { font-weight: 700; }

.credit {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: .35em;
  width: 100%;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
  line-height: 1.4;
  unicode-bidi: isolate;
}

.credit strong { color: rgba(255,255,255,.92); }
.credit svg { display: block; flex: 0 0 auto; }

.mobile-cta {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  :root { --shell: min(920px, calc(100% - 36px)); }
  .nav-shell { grid-template-columns: 170px 1fr auto; gap: 18px; }
  .site-header nav { gap: 18px; }
  .phone { display: none; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); }
  .hero-scene { min-height: 500px; }
  .hero-truck { left: -20%; width: 620px; }
  .hero-moving-kit { right: 0; width: 300px; }
  .service-track { grid-template-columns: 48px 86px 1fr; }
  .service-track > a { grid-column: 3; justify-self: start; }
  .story-copy { padding-left: 49%; }
  .packing-grid { grid-template-columns: .95fr 1.05fr; }
  .packing-visual img { left: -16%; width: 620px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px, 640px); }
  body { padding-bottom: 66px; font-size: 18px; }
  html { scroll-padding-top: 68px; }
  .site-header { height: 68px; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .logo { height: 56px; padding: 8px 0; }
  .logo img { width: 150px; }
  .site-header nav, .header-actions { display: none; }
  .hero { min-height: auto; padding-top: 46px; }
  .hero-word { top: 35px; right: -14px; font-size: 128px; }
  .hero-layout { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { max-width: 100%; }
  .eyebrow, .section-index { font-size: 13px; }
  .micro { font-size: 18px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(48px, 14vw, 68px); }
  .hero h1 em { margin-top: 8px; font-size: .59em; }
  .hero-copy > p:not(.eyebrow), .hero-copy .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; }
  .button { min-height: 56px; }
  .button.primary { flex: 1 1 100%; }
  .button.secondary { flex: 1; }
  .service-chips { flex-wrap: wrap; }
  .service-chips li { font-size: 14px; }
  .hero-scene { width: 100%; min-height: 450px; margin-top: 8px; }
  .hero-scene::before { inset: 9% 0 6%; }
  .hero-truck { bottom: 0; left: 50%; width: min(470px, 105vw); transform: translateX(-50%); animation: truck-arrive-mobile 1.1s var(--ease) both, truck-idle-mobile 5s ease-in-out 1.1s infinite; }
  .hero-moving-kit { right: -6%; bottom: -2%; width: min(245px, 65vw); }
  @keyframes truck-arrive-mobile { from { opacity: 0; transform: translateX(-63%) scale(.9); } to { opacity: 1; transform: translateX(-50%) scale(1); } }
  @keyframes truck-idle-mobile { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-5px); } }
  .scene-stamp { top: 10%; right: 1%; width: 92px; height: 92px; }
  .scene-stamp strong, .scene-stamp span { font-size: 14px; }
  .scene-stamp small { font-size: 8px; }
  .hero-steps { grid-template-columns: repeat(3, 1fr); gap: 6px; width: 100%; margin-top: 0; border-radius: 0; padding: 17px 22px; }
  .hero-steps div { justify-content: center; }
  .hero-steps i { display: none; }
  .hero-steps strong { font-size: 16px; }
  .insurance { padding: 38px 0; }
  .insurance-grid { grid-template-columns: 70px 1fr; gap: 18px; }
  .insurance-icon { width: 64px; height: 64px; border-radius: 20px; }
  .insurance h2 { font-size: 28px; }
  .insurance-grid > p { grid-column: 1 / -1; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.16); border-right: 0; font-size: 18px; }
  .section-space { padding: 88px 0; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading h2 { margin-bottom: 24px; font-size: clamp(44px, 13vw, 62px); }
  .section-heading > p:not(.section-index) { font-size: 18px; }
  .section-heading > strong { display: block; margin-top: 12px; }
  .services { background: var(--teal-50); }
  .service-track { display: grid; grid-template-columns: 54px 72px 1fr; gap: 15px; min-height: 0; padding: 30px 0; }
  .track-icon { width: 68px; height: 68px; border-radius: 24px; }
  .track-icon svg { width: 41px; }
  .service-track > div:nth-of-type(2) { grid-column: 1 / -1; }
  .service-track h3 { font-size: 29px; }
  .service-track p { font-size: 18px; }
  .service-track > a { grid-column: 1 / -1; justify-self: start; font-size: 17px; }
  .moving-story { min-height: 760px; }
  .moving-story > img { object-position: 34% center; }
  .story-wash { background: linear-gradient(0deg, rgba(7,62,61,.98) 0, rgba(7,62,61,.88) 43%, rgba(7,62,61,.24) 78%, rgba(7,62,61,.12)); }
  .story-copy { justify-content: flex-end; min-height: 700px; padding: 0 0 110px; }
  .story-copy h2 { font-size: clamp(56px, 17vw, 78px); }
  .story-copy > p:not(.section-index) { font-size: 18px; }
  .moving-ticker { font-size: 16px; }
  .why-heading { margin: 0 0 50px; text-align: right; }
  .why-heading h2 { font-size: clamp(50px, 15vw, 70px); }
  .why-map { display: none; }
  .why-stations { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .station, .station-1, .station-2, .station-3, .station-4, .station-5 { grid-column: auto; grid-row: auto; min-height: 0; translate: none; padding: 28px; }
  .station h3 { margin-top: 18px; font-size: 27px; }
  .station p { font-size: 18px; }
  .packing-focus { min-height: auto; padding: 86px 0 40px; }
  .packing-letter { top: 38%; font-size: 150px; }
  .packing-grid { display: flex; flex-direction: column; gap: 5px; min-height: 0; }
  .packing-copy h2 { font-size: clamp(54px, 16vw, 74px); }
  .packing-copy p:not(.section-index) { font-size: 18px; }
  .packing-visual { width: 100%; min-height: 430px; }
  .packing-visual img { bottom: 0; left: 50%; width: min(470px, 100vw); transform: translateX(-50%) translateY(var(--packing-shift, 0px)); }
  .packing-note { right: 50%; bottom: 3%; translate: 50% 0; white-space: nowrap; }
  .action { padding: 88px 0 80px; }
  .action-grid { display: flex; flex-direction: column; align-items: stretch; gap: 46px; }
  .action-copy h2 { font-size: clamp(58px, 17vw, 82px); }
  .action-copy > p:not(.section-index, .action-or) { font-size: 18px; }
  .whatsapp-action { width: 100%; }
  .lead-form { padding: 30px 22px; border-radius: 24px; }
  .lead-form h3 { font-size: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .lead-form label { font-size: 16px; }
  .lead-form input, .lead-form textarea { font-size: 18px; }
  .action-or, .privacy-note, .form-status { font-size: 18px; }
  .site-footer { padding: 40px 0 90px; }
  .site-footer .shell { display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
  .site-footer .contact-links { display: flex; gap: 18px; }
  .mobile-cta { position: fixed; z-index: 90; right: 12px; bottom: 10px; left: 12px; display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; border-radius: 17px; background: var(--teal-900); box-shadow: 0 13px 34px rgba(0,0,0,.25); color: var(--white); font-size: 18px; font-weight: 800; }
}

@media (max-width: 420px) {
  :root { --shell: calc(100% - 24px); }
  .hero h1 { font-size: 47px; }
  .hero-scene { min-height: 410px; }
  .hero-truck { width: 105vw; }
  .hero-moving-kit { right: -10%; width: 225px; }
  .hero-steps { padding-inline: 11px; }
  .hero-steps strong { font-size: 15px; }
  .insurance-grid { grid-template-columns: 58px 1fr; }
  .insurance-icon { width: 56px; height: 56px; }
  .story-copy h2, .action-copy h2 { font-size: 56px; }
  .packing-visual { min-height: 390px; }
  .packing-note { gap: 8px; padding-inline: 14px; font-size: 13px; }
  .whatsapp-action { grid-template-columns: 48px 1fr; }
  .whatsapp-action b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-truck, .hero-moving-kit { animation: none; }
  .packing-visual img { transform: none; }
}
