    html.page-entering body.home-page { animation: none; }
    .hero {
      --hero-accent-ink: #c83b12;
      --hero-cta: #cf3f12;
      --hero-cta-hover: #b9340f;
      --hero-panel: rgba(255,255,255,.92);
      --hero-panel-line: rgba(15,23,42,.1);
      --hero-soft-line: rgba(15,23,42,.11);
      --hero-image-opacity: 1;
      --hero-parallax-x: 0px;
      --hero-parallax-y: 0px;
      --hero-depth-y: 0px;
      --hero-depth-scale: 1.025;
      --hero-copy-y: 0px;
      --hero-visual-y: 0px;
      display: flex;
      align-items: center;
      min-height: clamp(780px, 100svh, 960px);
      padding: clamp(132px, 14vh, 166px) 5% clamp(58px, 8vh, 84px);
      isolation: isolate;
      overflow: hidden;
      border-bottom: 1px solid var(--border);
      background:
        radial-gradient(circle at 43% 34%, rgba(255,87,34,.07), transparent 28%),
        linear-gradient(145deg, #ffffff 0%, var(--bg) 48%, #f5f8fb 100%);
    }
    [data-theme="dark"] .hero {
      --hero-accent-ink: #ff8258;
      --hero-cta: #e24a1a;
      --hero-cta-hover: #f05a25;
      --hero-panel: rgba(13,18,27,.92);
      --hero-panel-line: rgba(255,255,255,.13);
      --hero-soft-line: rgba(255,255,255,.11);
      background:
        radial-gradient(circle at 44% 32%, rgba(255,87,34,.105), transparent 30%),
        linear-gradient(145deg, #090d14 0%, var(--bg) 52%, #0d1420 100%);
    }
    .hero-road-bg {
      position: absolute;
      inset: 0 0 0 34%;
      width: auto;
      overflow: hidden;
      opacity: var(--hero-image-opacity);
      pointer-events: none;
      contain: strict;
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 5%, rgba(0,0,0,.42) 17%, #000 33%);
      mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 5%, rgba(0,0,0,.42) 17%, #000 33%);
      animation: heroVisualIn .95s cubic-bezier(.16,1,.3,1) both;
    }
    .hero-road-bg__image {
      position: absolute;
      inset: -1.5% -2%;
      display: block;
      contain: paint;
      backface-visibility: hidden;
      transform: translate3d(
        var(--hero-parallax-x),
        calc(var(--hero-parallax-y) + var(--hero-depth-y)),
        0
      ) scale(var(--hero-depth-scale));
      transform-origin: center;
    }
    .hero-road-bg__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 43%;
      user-select: none;
      animation: none !important;
      transform: none !important;
      backface-visibility: hidden;
    }
    .hero.motion-active .hero-road-bg__image,
    .hero.motion-active .hero-road-bg__image img { will-change: auto; }
    .hero.motion-active.is-parallaxing .hero-road-bg__image,
    .hero.motion-active.is-motion-running .hero-road-bg__image { will-change: transform; }
    .hero::before {
      content: '';
      position: absolute;
      z-index: 1;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(255,255,255,.2) 0%, transparent 18%, transparent 78%, rgba(255,255,255,.94) 100%),
        radial-gradient(ellipse at 82% 48%, transparent 36%, rgba(15,23,42,.06) 100%);
    }
    [data-theme="dark"] .hero::before {
      background:
        linear-gradient(180deg, rgba(9,13,20,.22) 0%, transparent 18%, transparent 74%, rgba(9,13,20,.96) 100%),
        radial-gradient(ellipse at 82% 48%, transparent 30%, rgba(0,0,0,.26) 100%);
    }
    .hero::after {
      content: '';
      position: absolute;
      z-index: 1;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(90deg,
        var(--bg) 0%,
        var(--bg) 24%,
        rgba(255,255,255,.965) 33%,
        rgba(255,255,255,.79) 43%,
        rgba(255,255,255,.32) 57%,
        transparent 72%);
    }
    [data-theme="dark"] .hero::after {
      background: linear-gradient(90deg,
        var(--bg) 0%,
        var(--bg) 24%,
        rgba(11,15,22,.97) 33%,
        rgba(11,15,22,.84) 44%,
        rgba(11,15,22,.4) 58%,
        transparent 75%);
    }
    .hero-grid-bg {
      position: absolute;
      z-index: 2;
      inset: 0 auto 0 0;
      width: 58%;
      opacity: .32;
      pointer-events: none;
      background-image:
        linear-gradient(to right, var(--hero-grid) 1px, transparent 1px),
        linear-gradient(to bottom, var(--hero-grid) 1px, transparent 1px);
      background-size: 64px 64px;
      -webkit-mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.7) 55%, transparent 100%);
      mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.7) 55%, transparent 100%);
      animation: none !important;
    }
    .hero-glow {
      position: absolute;
      z-index: 2;
      top: 15%;
      left: 31%;
      right: auto;
      width: min(42vw, 640px);
      height: min(42vw, 640px);
      border-radius: 50%;
      opacity: .38;
      pointer-events: none;
      contain: strict;
      background: radial-gradient(circle, rgba(255,87,34,.14), rgba(255,87,34,.04) 38%, transparent 70%);
      animation: none !important;
      transform: none !important;
      will-change: auto !important;
    }
    [data-theme="dark"] .hero-glow { opacity: .5; }
    .hero-container {
      position: relative;
      z-index: 4;
      display: grid;
      grid-template-columns: minmax(0, 1.14fr) minmax(330px, .86fr);
      align-items: center;
      gap: clamp(30px, 4vw, 72px);
      width: min(100%, 1320px);
      max-width: 1320px;
      margin: 0 auto;
    }
    .hero-copy {
      width: 100%;
      max-width: 690px;
      contain: layout style;
      transform: translate3d(0, var(--hero-copy-y), 0);
    }
    .hero-copy .hero-eyebrow,
    .hero-copy .hero-lead,
    .hero-copy .hero-services,
    .hero-copy .hero-actions,
    .hero-copy .hero-proof {
      opacity: 1;
      transform: none;
      animation: heroContentIn .72s cubic-bezier(.16,1,.3,1) both;
    }
    .hero-copy .hero-eyebrow { animation-delay: .05s; }
    .hero-copy .hero-lead { animation-delay: .27s; }
    .hero-copy .hero-services { animation-delay: .34s; }
    .hero-copy .hero-actions { animation-delay: .41s; }
    .hero-copy .hero-proof { animation-delay: .48s; }
    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      margin-bottom: 22px;
      color: var(--hero-accent-ink);
      font-size: .69rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: .17em;
      text-transform: uppercase;
    }
    .hero-eyebrow::before {
      content: '';
      width: 30px;
      height: 2px;
      flex: 0 0 auto;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--hero-accent-ink), rgba(255,87,34,.15));
    }
    .hero-eyebrow__status {
      width: 6px;
      height: 6px;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--hero-accent-ink);
      box-shadow: 0 0 0 5px rgba(255,87,34,.1);
    }
    .hero .hero-copy h1 {
      max-width: 670px;
      margin: 0 0 23px;
      color: var(--text-main);
      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: clamp(3.5rem, 5.45vw, 5.25rem);
      font-weight: 800;
      line-height: .98;
      letter-spacing: -.067em;
      text-wrap: balance;
      opacity: 1;
      transform: none;
      filter: none;
      animation: none;
    }
    .hero .hero-title-main,
    .hero .hero-title-accent {
      display: block;
      width: fit-content;
      max-width: 100%;
      padding: .12em .08em .16em;
      margin-left: -.08em;
      margin-right: -.08em;
      background: none;
      -webkit-background-clip: initial;
      -webkit-text-fill-color: currentColor;
      opacity: 1;
      transform: none;
      overflow: visible;
      clip-path: none;
      animation: heroTitleLineIn .78s cubic-bezier(.16,1,.3,1) .1s both;
    }
    .hero .hero-title-main { max-width: min(650px, calc(100% + .16em)); }
    .hero .hero-title-accent {
      margin-top: -.04em;
      color: var(--hero-accent-ink);
      background: linear-gradient(105deg, var(--hero-accent-ink), #ff7443 72%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      animation-delay: .18s;
    }
    .hero .hero-lead {
      max-width: 570px;
      margin: 0 0 25px;
      color: var(--text-muted);
      font-size: clamp(1rem, 1.25vw, 1.12rem);
      font-weight: 500;
      line-height: 1.72;
      letter-spacing: -.012em;
    }
    .hero-services {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      width: min(100%, 600px);
      margin: 0 0 29px;
    }
    .hero-service {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: 100%;
      min-height: 38px;
      padding: 7px 12px 7px 9px;
      border: 1px solid var(--hero-soft-line);
      border-radius: 11px;
      background: color-mix(in srgb, var(--bg) 88%, transparent);
      color: var(--text-main);
      font-size: .75rem;
      font-weight: 700;
      line-height: 1.1;
      white-space: nowrap;
    }
    .hero-service__icon {
      display: grid;
      place-items: center;
      width: 23px;
      height: 23px;
      flex: 0 0 auto;
      border-radius: 7px;
      background: rgba(255,87,34,.09);
    }
    .hero-service img { width: 14px; height: 14px; }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 11px;
      margin: 0 0 34px;
    }
    .hero .hero-primary,
    .hero .hero-secondary {
      min-height: 56px;
      padding: 0 22px;
      border-radius: 14px;
      font-size: .84rem;
      font-weight: 800;
      text-decoration: none;
      transition: transform .35s var(--ease), background-color .3s ease, border-color .3s ease, box-shadow .35s var(--ease);
    }
    .hero .hero-primary {
      color: #fff;
      border: 1px solid var(--hero-cta);
      background: var(--hero-cta);
      box-shadow: 0 16px 34px rgba(166,49,12,.2);
    }
    .hero .hero-primary__arrow {
      display: grid;
      place-items: center;
      width: 23px;
      height: 23px;
      margin-left: 3px;
      border-radius: 50%;
      background: rgba(255,255,255,.14);
      font-size: .95rem;
      transition: transform .35s var(--ease);
    }
    .hero .hero-secondary {
      color: var(--text-main);
      border: 1px solid var(--hero-soft-line);
      background: color-mix(in srgb, var(--bg) 92%, transparent);
      box-shadow: none;
    }
    .hero .hero-primary:focus-visible,
    .hero .hero-secondary:focus-visible {
      outline: 3px solid color-mix(in srgb, var(--hero-accent-ink) 36%, transparent);
      outline-offset: 4px;
    }
    .hero-proof {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, auto));
      width: fit-content;
      max-width: 100%;
      padding-top: 21px;
      margin: 0;
      border-top: 1px solid var(--hero-soft-line);
    }
    .hero-proof__item {
      min-width: 0;
      padding: 0 clamp(18px, 2.3vw, 31px);
      border-left: 1px solid var(--hero-soft-line);
      text-align: center;
    }
    .hero-proof__item:first-child { padding-left: 0; border-left: 0; }
    .hero-proof__item:last-child { padding-right: 0; }
    .hero-proof strong {
      display: block;
      margin-bottom: 4px;
      color: var(--text-main);
      font-size: clamp(1rem, 1.35vw, 1.22rem);
      font-weight: 800;
      line-height: 1;
      letter-spacing: -.035em;
      white-space: nowrap;
    }
    .hero-proof span {
      display: block;
      color: var(--text-muted);
      font-size: .64rem;
      font-weight: 700;
      line-height: 1.35;
      letter-spacing: .055em;
      text-transform: uppercase;
    }
    .hero-visual {
      position: relative;
      min-width: 0;
      min-height: 520px;
      pointer-events: none;
      transform: translate3d(0, var(--hero-visual-y), 0);
    }
    .hero-route-card {
      position: absolute;
      top: 8%;
      right: clamp(0px, 1.6vw, 24px);
      width: min(280px, 100%);
      padding: 17px;
      border: 1px solid var(--hero-panel-line);
      border-radius: 20px;
      background: var(--hero-panel);
      box-shadow: 0 24px 70px rgba(15,23,42,.18), 0 2px 0 rgba(255,255,255,.5) inset;
      opacity: 1;
      transform: none;
      animation: routeCardIn .8s cubic-bezier(.16,1,.3,1) .34s both;
    }
    [data-theme="dark"] .hero-route-card {
      box-shadow: 0 28px 80px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.06) inset;
    }
    .hero-route-card__head,
    .hero-route-card__foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
    .hero-route-card__head {
      padding-bottom: 13px;
      border-bottom: 1px solid var(--hero-panel-line);
      color: var(--text-main);
      font-size: .61rem;
      font-weight: 800;
      letter-spacing: .13em;
      text-transform: uppercase;
    }
    .hero-route-card__head span:last-child { color: var(--hero-accent-ink); }
    .hero-route-card__body { position: relative; display: grid; gap: 25px; padding: 19px 0 18px; }
    .hero-route-stop {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 24px minmax(0,1fr);
      align-items: center;
      gap: 10px;
    }
    .hero-route-stop__point {
      display: grid;
      place-items: center;
      width: 18px;
      height: 18px;
      margin-left: 3px;
      border: 1px solid rgba(255,87,34,.38);
      border-radius: 50%;
      background: var(--hero-panel);
    }
    .hero-route-stop__point::after {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--hero-accent-ink);
    }
    .hero-route-stop:last-child .hero-route-stop__point { background: var(--hero-cta); border-color: var(--hero-cta); }
    .hero-route-stop:last-child .hero-route-stop__point::after { background: #fff; }
    .hero-route-stop strong {
      display: block;
      color: var(--text-main);
      font-size: .82rem;
      font-weight: 800;
      line-height: 1.15;
    }
    .hero-route-stop small {
      display: block;
      margin-top: 3px;
      color: var(--text-muted);
      font-size: .65rem;
      font-weight: 600;
    }
    .hero-route-journey {
      position: absolute;
      z-index: 0;
      left: 1px;
      top: 21px;
      bottom: 21px;
      width: 26px;
      overflow: visible;
    }
    .hero-route-journey svg { display: block; width: 100%; height: 100%; overflow: visible; }
    .hero-route-track,
    .hero-route-path {
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      vector-effect: non-scaling-stroke;
    }
    .hero-route-track {
      stroke: color-mix(in srgb, var(--text-muted) 28%, transparent);
      stroke-width: 1.3;
      stroke-dasharray: 2.4 4.4;
    }
    .hero-route-path {
      stroke: var(--hero-accent-ink);
      stroke-width: 2.2;
      stroke-dasharray: 1;
      stroke-dashoffset: 0;
      filter: drop-shadow(0 0 4px rgba(255,87,34,.25));
      animation: routePathDraw 1.15s cubic-bezier(.16,1,.3,1) .58s both;
    }
    .hero-route-traveler {
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--hero-accent-ink);
      box-shadow: 0 0 0 4px rgba(255,87,34,.12), 0 0 11px rgba(255,87,34,.4);
      offset-path: path('M 13 3 C 1 20 25 32 13 48 S 25 69 13 87');
      offset-rotate: 0deg;
      offset-distance: 100%;
      transform: translate(-50%, -50%);
      animation: routeTravelerIn 1.2s cubic-bezier(.16,1,.3,1) .62s both;
    }
    .hero-route-card__foot {
      padding-top: 12px;
      border-top: 1px solid var(--hero-panel-line);
      color: var(--text-muted);
      font-size: .58rem;
      font-weight: 800;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .hero-route-card__foot i {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--hero-accent-ink);
    }
    .hero-visual-note {
      position: absolute;
      right: clamp(12px, 4vw, 62px);
      bottom: 13%;
      display: grid;
      grid-template-columns: 34px minmax(0,1fr);
      align-items: center;
      gap: 11px;
      min-width: 222px;
      padding: 12px 14px;
      border: 1px solid var(--hero-panel-line);
      border-radius: 15px;
      background: var(--hero-panel);
      box-shadow: 0 18px 54px rgba(15,23,42,.14);
      opacity: 1;
      transform: none;
      animation: routeCardIn .75s cubic-bezier(.16,1,.3,1) .46s both;
    }
    [data-theme="dark"] .hero-visual-note { box-shadow: 0 22px 60px rgba(0,0,0,.34); }
    .hero-visual-note__mark {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 11px;
      background: rgba(255,87,34,.1);
    }
    .hero-visual-note__mark img { width: 17px; height: 17px; }
    .hero-visual-note strong { display: block; color: var(--text-main); font-size: .73rem; font-weight: 800; }
    .hero-visual-note small { display: block; margin-top: 2px; color: var(--text-muted); font-size: .61rem; font-weight: 600; }
    @keyframes heroVisualIn {
      from { opacity: 0; transform: translate3d(18px,0,0) scale(1.015); }
      to { opacity: var(--hero-image-opacity); transform: none; }
    }
    @keyframes heroContentIn {
      from { opacity: 0; transform: translate3d(0,24px,0); }
      to { opacity: 1; transform: none; }
    }
    @keyframes heroTitleLineIn {
      from { opacity: 1; transform: translate3d(0,.22em,0); clip-path: none; }
      72% { transform: translate3d(0,-.018em,0); }
      to { opacity: 1; transform: none; clip-path: none; }
    }
    @keyframes routeCardIn {
      from { opacity: 0; transform: translate3d(18px,18px,0) scale(.97); }
      to { opacity: 1; transform: none; }
    }
    @keyframes routePathDraw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
    @keyframes routeTravelerIn {
      0% { opacity: 0; offset-distance: 0%; }
      12% { opacity: 1; }
      100% { opacity: 1; offset-distance: 100%; }
    }
    

    .hero-scroll-cue {
      position: absolute;
      z-index: 5;
      left: 50%;
      bottom: 22px;
      display: inline-flex;
      align-items: center;
      gap: 11px;
      color: var(--text-muted);
      font-size: .58rem;
      font-weight: 800;
      letter-spacing: .13em;
      text-decoration: none;
      text-transform: uppercase;
      transform: translateX(-50%);
      opacity: 1;
      animation: scrollCueIn .65s ease .78s both;
    }
    .hero-scroll-cue__track {
      position: relative;
      width: 31px;
      height: 31px;
      overflow: hidden;
      border: 1px solid var(--hero-soft-line);
      border-radius: 50%;
      background: color-mix(in srgb, var(--bg) 78%, transparent);
    }
    .hero-scroll-cue__track::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 7px;
      width: 1px;
      height: 10px;
      background: var(--hero-accent-ink);
      transform: translateX(-50%);
      animation: scrollCueMove 1.8s cubic-bezier(.45,0,.2,1) 1.25s infinite;
    }
    @keyframes scrollCueIn { from { opacity: 0; transform: translate3d(-50%,10px,0); } }
    @keyframes scrollCueMove {
      0% { opacity: 0; transform: translate3d(-50%,-5px,0); }
      35% { opacity: 1; }
      100% { opacity: 0; transform: translate3d(-50%,12px,0); }
    }
    @media (hover: hover) and (pointer: fine) {
      .hero .hero-primary:hover { background: var(--hero-cta-hover); border-color: var(--hero-cta-hover); transform: translateY(-2px); box-shadow: 0 20px 42px rgba(166,49,12,.27); }
      .hero .hero-primary:hover .hero-primary__arrow { transform: translateX(3px); }
      .hero .hero-secondary:hover { border-color: color-mix(in srgb, var(--hero-accent-ink) 55%, transparent); background: color-mix(in srgb, var(--hero-accent-ink) 7%, var(--bg)); transform: translateY(-2px); }
    }
    @media (max-width: 1100px) {
      .hero-container { grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 24px; }
      .hero .hero-copy h1 { font-size: clamp(3.3rem, 6vw, 4.55rem); }
      .hero-visual { min-height: 470px; }
      .hero-route-card { width: 246px; }
      .hero-visual-note { min-width: 205px; right: 0; }
    }
    @media (max-width: 960px) {
      .hero { min-height: clamp(760px, 100svh, 900px); }
      .hero-road-bg { left: 26%; }
      .hero::after {
        background: linear-gradient(90deg, var(--bg) 0%, rgba(255,255,255,.98) 39%, rgba(255,255,255,.75) 57%, rgba(255,255,255,.12) 82%, transparent 100%);
      }
      [data-theme="dark"] .hero::after {
        background: linear-gradient(90deg, var(--bg) 0%, rgba(11,15,22,.98) 39%, rgba(11,15,22,.78) 59%, rgba(11,15,22,.18) 84%, transparent 100%);
      }
      .hero-container { display: block; }
      .hero-copy { max-width: 640px; }
      .hero-visual { display: none; }
    }
    @media (max-width: 700px) {
      .hero {
        --hero-image-opacity: .82;
        display: block;
        min-height: 0;
        padding: 128px 22px 54px;
        background: var(--bg);
      }
      .hero-road-bg {
        inset: 0;
        -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 43%, rgba(0,0,0,.5) 67%, transparent 91%);
        mask-image: linear-gradient(180deg, #000 0%, #000 43%, rgba(0,0,0,.5) 67%, transparent 91%);
      }
      .hero-road-bg__image {
        inset: -1% -14% -1% -28%;
        transform: translate3d(0, var(--hero-depth-y), 0) scale(var(--hero-depth-scale));
      }
      .hero-road-bg__image img { object-position: 62% 35%; }
      .hero::before {
        background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.3) 28%, rgba(255,255,255,.82) 58%, var(--bg) 79%, var(--bg) 100%);
      }
      [data-theme="dark"] .hero::before {
        background: linear-gradient(180deg, rgba(9,13,20,.1) 0%, rgba(9,13,20,.3) 28%, rgba(9,13,20,.82) 58%, var(--bg) 79%, var(--bg) 100%);
      }
      .hero::after {
        background: linear-gradient(90deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.14) 52%, rgba(255,255,255,.04) 100%);
      }
      [data-theme="dark"] .hero::after {
        background: linear-gradient(90deg, rgba(11,15,22,.32) 0%, rgba(11,15,22,.16) 52%, rgba(11,15,22,.05) 100%);
      }
      .hero-grid-bg { width: 100%; opacity: .24; background-size: 52px 52px; }
      .hero-glow { top: 3%; left: 36%; width: 72vw; height: 72vw; opacity: .25; }
      .hero-copy { max-width: 590px; }
      .hero-eyebrow { margin-bottom: 19px; font-size: .61rem; letter-spacing: .14em; }
      .hero-eyebrow::before { width: 22px; }
      .hero .hero-copy h1 { margin-bottom: 20px; font-size: clamp(3rem, 13.8vw, 4.25rem); line-height: .98; }
      .hero .hero-lead { margin-bottom: 22px; font-size: .96rem; line-height: 1.62; }
      .hero-services { margin-bottom: 25px; gap: 7px; }
      .hero-service { min-height: 35px; padding: 6px 10px 6px 7px; font-size: .69rem; }
      .hero-service__icon { width: 22px; height: 22px; }
      .hero-actions { margin-bottom: 31px; }
      .hero-proof { width: 100%; grid-template-columns: repeat(3, minmax(0,1fr)); }
      .hero-proof__item { padding: 0 13px; }
      .hero-proof strong { font-size: .98rem; }
      .hero-proof span { font-size: .55rem; letter-spacing: .035em; }
      .hero-scroll-cue { display: none; }
    }
    @media (max-width: 520px) {
      .hero { padding-inline: 18px; }
      .hero-actions { display: grid; grid-template-columns: 1fr; }
      .hero .hero-primary, .hero .hero-secondary { width: 100%; min-height: 54px; }
      .hero-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .hero-service { white-space: normal; }
      .hero-proof__item { padding-inline: 9px; }
      .hero-proof span { max-width: 88px; margin-inline: auto; }
    }
    @media (max-height: 780px) and (min-width: 961px) {
      .hero { min-height: 760px; padding-top: 118px; padding-bottom: 46px; }
      .hero .hero-copy h1 { font-size: clamp(3.35rem, 5vw, 4.55rem); margin-bottom: 17px; }
      .hero .hero-lead { margin-bottom: 18px; line-height: 1.55; }
      .hero-services { margin-bottom: 20px; }
      .hero-actions { margin-bottom: 25px; }
      .hero-visual { min-height: 450px; }
    }
    @media (prefers-reduced-motion: reduce) {
      :root:not([data-motion="full"]) .hero-road-bg,
      :root:not([data-motion="full"]) .hero-copy .hero-eyebrow,
      :root:not([data-motion="full"]) .hero-copy h1,
      :root:not([data-motion="full"]) .hero-copy .hero-lead,
      :root:not([data-motion="full"]) .hero-copy .hero-services,
      :root:not([data-motion="full"]) .hero-copy .hero-actions,
      :root:not([data-motion="full"]) .hero-copy .hero-proof,
      :root:not([data-motion="full"]) .hero-route-card,
      :root:not([data-motion="full"]) .hero-route-path,
      :root:not([data-motion="full"]) .hero-route-traveler,
      :root:not([data-motion="full"]) .hero-visual-note {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
      }
      :root:not([data-motion="full"]) .hero-road-bg__image { transform: none !important; }
      :root:not([data-motion="full"]) .hero-title-main,
      :root:not([data-motion="full"]) .hero-title-accent,
      :root:not([data-motion="full"]) .hero-scroll-cue__track::before {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
        animation: none !important;
      }
      :root:not([data-motion="full"]) .hero-scroll-cue {
        opacity: 1 !important;
        transform: translateX(-50%) !important;
        animation: none !important;
      }
      :root:not([data-motion="full"]) .hero .hero-primary,
      :root:not([data-motion="full"]) .hero .hero-secondary,
      :root:not([data-motion="full"]) .hero .hero-primary__arrow { transition: none !important; }
    }

    
    @media (min-width: 961px) {
      .hero-route-map {
        left: clamp(16px, 1.5vw, 28px);
        top: 14%;
        width: clamp(180px, 15vw, 220px);
        height: auto;
        aspect-ratio: 190 / 520;
      }
      .hero-container {
        max-width: 1460px;
        margin-left: 0;
        margin-right: auto;
        padding-left: clamp(145px, 11.5vw, 175px);
      }
      .hero-copy { max-width: 620px; }
    }


    
    html:not(.motion-runtime) .reveal,
    html:not(.motion-runtime) .reveal-left,
    html:not(.motion-runtime) .reveal-right,
    html:not(.motion-runtime) .card-reveal {
      opacity: 1 !important;
      transform: none !important;
      filter: none !important;
      clip-path: none !important;
      animation: none !important;
    }
    html:not(.motion-runtime) .logo-badge img { opacity: 1 !important; }
    .floating-whatsapp.is-hero-obscured {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translate3d(0, 12px, 0) scale(.96);
      transition: transform .24s var(--ease), opacity .2s ease, visibility 0s linear .2s;
    }
    @media (max-width: 600px) {
      html:not(.motion-runtime) .floating-whatsapp { display: none; }
    }

html.lenis, html.lenis body { height: auto; }
    .lenis.lenis-smooth { scroll-behavior: auto !important; }

    .theme-icon-sun,
    .botcheck-field {
      display: none;
    }

    .contact-availability-note {
      margin-top: 20px;
      color: #94a3b8;
      font-size: .8rem;
    }

    #contactSubmit {
      width: 100%;
    }

@media (max-width: 700px), (hover: none) and (pointer: coarse) {
  .hero { padding: 104px 18px 42px; }
  .hero .hero-copy h1 {
    max-width: 11ch;
    margin-bottom: 16px;
    font-size: clamp(2.45rem, 11.4vw, 3.35rem);
    line-height: .98;
  }
  .hero .hero-lead { margin-bottom: 18px; font-size: .92rem; line-height: 1.52; }
  .hero-eyebrow { margin-bottom: 14px; }
  .hero-services { margin-bottom: 20px; }
  .hero-actions { margin-bottom: 24px; }
  .hero-road-bg__image { transform: translate3d(0,0,0) scale(1.025) !important; }
  .hero-glow, .hero-grid-bg { animation: none !important; }
  .hero-glow,
  .hero-title-main,
  .hero-title-accent,
  .hero-copy > *,
  .hero-service,
  .hero-proof__item { filter: none !important; animation-duration: .58s !important; }
}
@media (max-width: 380px) {
  .hero { padding: 94px 16px 36px; }
  .hero .hero-copy h1 { font-size: clamp(2.2rem, 11vw, 2.7rem); }
  .hero-services { gap: 6px; }
  .hero-service { min-height: 32px; padding: 5px 8px 5px 6px; font-size: .64rem; }
  .hero-proof__item { padding-inline: 6px; }
  .hero-proof span { font-size: .5rem; }
}
