/* ============================================================
   KeiKeKim Rental Service · main.css
   Paleta: sand · ink · terracotta · pacific · agave
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Bricolage+Grotesque:opsz,wght@12..96,300..800&family=JetBrains+Mono:wght@400;500&display=swap');

/* ─── TOKENS ─────────────────────────────────────────────── */
:root {
  --sand:          #F4ECDB;
  --sand-2:        #E8DBC0;
  --ink:           #1B1410;
  --ink-soft:      #3a2e26;
  --terracotta:    #E5732B;
  --terracotta-d:  #C5571A;
  --brand-red:     #D8322B;
  --pacific:       #0E2A3A;
  --agave:         #2E9D3F;
  --line:          color-mix(in oklab, var(--ink) 18%, transparent);
  --line-strong:   color-mix(in oklab, var(--ink) 36%, transparent);
  --display:       "Instrument Serif", "Times New Roman", serif;
  --sans:          "Bricolage Grotesque", system-ui, -apple-system, sans-serif;
  --mono:          "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
  --radius:        6px;
  --shadow:        0 30px 60px -30px rgba(27,20,16,.35);
}

/* ─── RESET ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; scroll-behavior: smooth; }
img { max-width: 100%; height: auto; display: block; }

body {
  background: var(--sand);
  color: var(--ink);
  font-family: var(--sans);
  font-feature-settings: "ss01","ss02";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Grain overlay */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .055;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.7'/></svg>");
}

/* ─── UTILITIES ──────────────────────────────────────────── */
.serif  { font-family: var(--display); font-weight: 400; }
.mono   { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.it     { font-style: italic; }
.page   { max-width: 1440px; margin: 0 auto; padding: 0 28px 96px; }

/* ─── UTILITY BAR ────────────────────────────────────────── */
.util {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
}
.util .left, .util .right { display: flex; gap: 22px; align-items: center; }
.util a { color: var(--ink); text-decoration: none; opacity: .72; transition: opacity .2s; }
.util a:hover { opacity: 1; }
.dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--terracotta);
  display: inline-block; margin-right: 8px;
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{ opacity:1 } 50%{ opacity:.2 } }

/* ─── NAVIGATION ─────────────────────────────────────────── */
.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px 0 16px;
  border-bottom: 1px solid var(--line);
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.logo-img { height: 80px; width: auto; mix-blend-mode: multiply; }
.nav ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; gap: 28px; justify-content: center;
}
.nav ul a { color: var(--ink); text-decoration: none; font-size: 14px; padding-bottom: 3px; border-bottom: 1px solid transparent; transition: border-color .2s; }
.nav ul a:hover { border-color: var(--ink); }
.nav .cta { display: flex; justify-content: flex-end; gap: 12px; align-items: center; }

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn {
  border: 1px solid var(--ink);
  background: transparent; color: var(--ink);
  padding: 10px 18px;
  border-radius: 999px;
  font-family: var(--sans); font-size: 13px; letter-spacing: .02em;
  cursor: pointer; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn:hover  { background: var(--ink); color: var(--sand); }
.btn.solid  { background: var(--terracotta); color: var(--sand); border-color: var(--terracotta); }
.btn.solid:hover { background: var(--terracotta-d); border-color: var(--terracotta-d); }
.btn.big    { padding: 16px 26px; font-size: 15px; }
.btn.wa     { background: #25D366; color: #fff; border-color: #25D366; }
.btn.wa:hover { background: #1da951; border-color: #1da951; }

/* ─── HERO ───────────────────────────────────────────────── */
.hero { position: relative; padding: 52px 0 0; }
.hero-meta {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 16px;
}
.hero-meta .tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em;
}
.hero-meta .tag::before { content:""; width:24px; height:1px; background: var(--ink); }
.hero-meta .coord { font-family: var(--mono); font-size: 11px; opacity: .62; text-align: right; line-height: 1.6; }

.hero h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 2.9vw, 40px);
  line-height: .95; letter-spacing: -.02em;
  margin: 0; color: var(--ink);
  white-space: nowrap;
}
.hero h1 .it { color: var(--terracotta); }

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px; margin-top: 32px; align-items: end;
}
.hero-lede { max-width: 480px; font-size: 16px; line-height: 1.6; color: var(--ink-soft); }
.hero-lede strong { color: var(--ink); font-weight: 600; }

/* ─── HERO IMAGE (estática) ──────────────────────────────── */
.hero-image {
  position: relative; aspect-ratio: 4/3;
  border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(160deg,#2a5970,#0E2A3A);
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-badge {
  position: absolute; right: 14px; top: 12px;
  background: rgba(244,236,219,.92); color: #1B1410;
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em;
  text-transform: uppercase; padding: 5px 10px; border-radius: 2px;
}

/* ─── BOOKING WIDGET ─────────────────────────────────────── */
.booking {
  margin-top: 52px;
  background: var(--ink); color: var(--sand);
  border-radius: var(--radius);
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr) auto;
  box-shadow: var(--shadow);
}
.field {
  padding: 6px 20px;
  border-right: 1px solid color-mix(in oklab, var(--sand) 16%, transparent);
  cursor: pointer; transition: background .2s;
}
.field:first-child { padding-left: 8px; }
.field:hover { background: color-mix(in oklab, var(--sand) 7%, transparent); }
.field .lbl {
  font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: color-mix(in oklab, var(--sand) 55%, transparent); margin-bottom: 5px;
}
.field .val { font-family: var(--display); font-size: 21px; line-height: 1.1; }
.field .sub { font-size: 12px; opacity: .6; margin-top: 2px; }
.booking .submit { display: grid; place-items: center; padding: 0 24px; }
.booking .submit button {
  background: var(--terracotta); border: none; color: var(--sand);
  height: 100%; padding: 14px 26px; border-radius: 4px;
  font-family: var(--sans); font-size: 14px; letter-spacing: .04em; cursor: pointer;
  display: flex; align-items: center; gap: 10px; transition: transform .15s, background .2s;
  white-space: nowrap;
}
.booking .submit button:hover { transform: translateY(-1px); background: var(--terracotta-d); }

/* ─── SECTION HEAD ───────────────────────────────────────── */
.sec { margin-top: 110px; }
.sec-head {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: end; gap: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 34px;
}
.sec-head .kicker { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.sec-head h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(36px, 5vw, 72px);
  line-height: .98; letter-spacing: -.01em; margin: 0; max-width: 14ch;
}
.sec-head h2 .it { color: var(--terracotta); }
.sec-head .meta { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; text-align: right; line-height: 1.7; opacity: .7; }

/* ─── DESTINATIONS GRID ──────────────────────────────────── */
.dest {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 88px;
  gap: 14px;
}
.card {
  position: relative; background: var(--sand-2);
  border-radius: 4px; overflow: hidden; cursor: pointer;
  transition: transform .3s ease;
}
.card:hover { transform: translateY(-3px); }
.card .img { position: absolute; inset: 0; }
.card .img img { width: 100%; height: 100%; object-fit: cover; }
.card .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(27,20,16,.8) 100%); }
.card .body { position: absolute; left: 16px; right: 16px; bottom: 14px; color: var(--sand); }
.card .num { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; opacity: .85; }
.card .ttl { font-family: var(--display); font-size: 26px; line-height: 1.05; margin-top: 5px; }
.card .row {
  display: flex; justify-content: space-between; align-items: center; margin-top: 8px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
  color: color-mix(in oklab, var(--sand) 80%, transparent);
}
.card .badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--sand); color: var(--ink);
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 8px; border-radius: 2px;
}
.card.industrial .badge { background: var(--pacific); color: var(--sand); }
.card.comercial  .badge { background: var(--agave);   color: var(--sand); }
.card.feature    .badge { background: var(--terracotta); color: var(--sand); }

/* Grid spans */
.s-1 { grid-column: span 5; grid-row: span 6; }
.s-2 { grid-column: span 4; grid-row: span 4; }
.s-3 { grid-column: span 3; grid-row: span 4; }
.s-4 { grid-column: span 4; grid-row: span 4; }
.s-5 { grid-column: span 4; grid-row: span 4; }
.s-6 { grid-column: span 4; grid-row: span 4; }
.s-7 { grid-column: span 3; grid-row: span 3; }
.s-8 { grid-column: span 3; grid-row: span 3; }
.s-9 { grid-column: span 3; grid-row: span 3; }
.s-10{ grid-column: span 3; grid-row: span 3; }

/* Placeholder gradient */
.ph-playa      { background: linear-gradient(160deg,#2a5970,#0E2A3A); }
.ph-natural    { background: linear-gradient(160deg,#88936a,#3f4a2b); }
.ph-industrial { background: linear-gradient(160deg,#2a2018,#0e0a07); }
.ph-comercial  { background: linear-gradient(160deg,#E8A26F,#C0492A); }
.ph-mercado    { background: linear-gradient(160deg,#d77a55,#8a3415); }

/* ─── FLEET TABS ─────────────────────────────────────────── */
.fleet-tabs {
  display: flex; gap: 0;
  border-bottom: 1px solid var(--line); margin-bottom: 28px;
}
.fleet-tab {
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 12px 20px; cursor: pointer; border: none; background: transparent; color: var(--ink);
  opacity: .55; border-bottom: 2px solid transparent; transition: opacity .2s, border-color .2s;
  margin-bottom: -1px;
}
.fleet-tab.active { opacity: 1; border-bottom-color: var(--terracotta); }

.fleet-panel { display: none; }
.fleet-panel.active { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.veh {
  background: color-mix(in oklab, var(--sand) 88%, var(--ink) 4%);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; display: flex; flex-direction: column;
  transition: border-color .2s, transform .2s; cursor: pointer;
}
.veh:hover { border-color: var(--ink); transform: translateY(-2px); }
.veh .veh-img {
  aspect-ratio: 16/10; border-radius: 4px; margin-bottom: 14px;
  overflow: hidden; background: var(--sand-2);
}
.veh .veh-img img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.veh .veh-head { display: flex; justify-content: space-between; align-items: baseline; }
.veh .veh-name { font-family: var(--display); font-size: 24px; line-height: 1; }
.veh .veh-class { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; opacity: .62; margin-top: 4px; }
.veh .specs {
  display: flex; gap: 14px; margin-top: 12px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 10px; letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink-soft);
}
.veh .specs span { display: inline-flex; align-items: center; gap: 5px; }
.veh .specs span::before { content:""; width:4px; height:4px; border-radius:50%; background: var(--terracotta); }
.veh .price-row {
  margin-top: auto; padding-top: 16px;
  border-top: 1px dashed var(--line-strong);
  display: flex; justify-content: space-between; align-items: flex-end;
}
.veh .price { font-family: var(--display); font-size: 30px; line-height: 1; }
.veh .price small { font-family: var(--sans); font-size: 11px; opacity: .62; margin-left: 3px; }
.veh .veh-iva { font-family: var(--mono); font-size: 9px; opacity: .5; margin-top: 2px; letter-spacing: .06em; }
.btn-pick {
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  padding: 8px 12px; border-radius: 999px;
  border: 1px solid var(--ink); background: transparent; color: var(--ink);
  cursor: pointer; transition: background .2s, color .2s; white-space: nowrap;
}
.btn-pick:hover { background: var(--ink); color: var(--sand); }
.veh.featured { background: var(--ink); color: var(--sand); border-color: var(--ink); }
.veh.featured .veh-class, .veh.featured .specs { color: color-mix(in oklab, var(--sand) 60%, transparent); }
.veh.featured .btn-pick { background: var(--terracotta); border-color: var(--terracotta); color: var(--sand); }
.veh.featured .price-row { border-color: color-mix(in oklab, var(--sand) 22%, transparent); }
.veh.featured .veh-img { background: color-mix(in oklab, var(--sand) 12%, var(--ink)); }

/* ─── ROUTES ─────────────────────────────────────────────── */
.routes { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: stretch; }
.route-list { display: flex; flex-direction: column; }
.route {
  display: grid; grid-template-columns: 56px 1fr auto auto;
  align-items: center; gap: 20px;
  padding: 20px 0; border-top: 1px solid var(--line);
  cursor: pointer; transition: padding-left .25s;
}
.route:last-child { border-bottom: 1px solid var(--line); }
.route:hover { padding-left: 10px; }
.route .n { font-family: var(--mono); font-size: 12px; opacity: .52; }
.route .name { font-family: var(--display); font-size: 30px; line-height: 1; }
.route .name .it { color: var(--terracotta); }
.route .info { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; opacity: .68; }
.route .arrow { font-family: var(--display); font-size: 26px; transition: transform .2s; }
.route:hover .arrow { transform: translateX(6px); color: var(--terracotta); }
.route.active { padding-left: 8px; }
.route.active .name { color: var(--terracotta); }

.route-vis {
  background: var(--ink); color: var(--sand);
  border-radius: var(--radius); padding: 26px;
  display: flex; flex-direction: column;
  min-height: 440px;
}
.route-vis .label {
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: color-mix(in oklab, var(--sand) 58%, transparent);
}
.route-vis h3 {
  font-family: var(--display); font-weight: 400; font-size: 48px; line-height: 1;
  margin: 10px 0 4px;
}
.route-vis h3 .it { color: var(--terracotta); }
.route-vis .stops { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.stop {
  display: grid; grid-template-columns: 24px 1fr auto;
  gap: 10px; align-items: center;
  padding: 9px 0; border-bottom: 1px solid color-mix(in oklab, var(--sand) 12%, transparent);
}
.stop:last-child { border-bottom: none; }
.stop .pin {
  width: 18px; height: 18px; border-radius: 50%;
  border: 1px solid color-mix(in oklab, var(--sand) 45%, transparent);
  display: grid; place-items: center;
  font-family: var(--mono); font-size: 9px;
}
.stop.active .pin { background: var(--terracotta); border-color: var(--terracotta); }
.stop .lbl { font-size: 14px; line-height: 1.3; }
.stop .dist { font-family: var(--mono); font-size: 10px; opacity: .65; letter-spacing: .08em; }
.route-vis .rv-footer {
  margin-top: auto; padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
  color: color-mix(in oklab, var(--sand) 55%, transparent);
  border-top: 1px solid color-mix(in oklab, var(--sand) 12%, transparent);
}

/* ─── COMMERCIAL STRIP ───────────────────────────────────── */
.commerce-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.comm-card {
  position: relative; aspect-ratio: 3/4;
  border-radius: 4px; overflow: hidden; cursor: pointer;
}
.comm-card .img { position: absolute; inset: 0; }
.comm-card .img img { width: 100%; height: 100%; object-fit: cover; }
.comm-card .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(27,20,16,.88)); }
.comm-card .body { position: absolute; left: 14px; right: 14px; bottom: 14px; color: var(--sand); }
.comm-card .cat { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.comm-card .ttl { font-family: var(--display); font-size: 22px; line-height: 1.05; margin-top: 4px; }
.comm-card .meta { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; opacity: .65; margin-top: 5px; }

/* ─── WHY SECTION ────────────────────────────────────────── */
.why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.why { padding: 30px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; }
.why:last-child { border-right: none; }
.why .n { font-family: var(--display); font-size: 52px; line-height: 1; color: var(--terracotta); }
.why h4 { font-family: var(--display); font-size: 24px; font-weight: 400; margin: 0; line-height: 1.1; }
.why p { margin: 0; font-size: 14px; line-height: 1.52; color: var(--ink-soft); }

/* ─── TESTIMONIAL ────────────────────────────────────────── */
.quote {
  margin-top: 90px; padding: 72px 56px;
  background: var(--pacific); color: var(--sand); border-radius: 8px;
  display: grid; grid-template-columns: auto 1fr; gap: 56px; align-items: center;
}
.quote .mark { font-family: var(--display); font-size: 180px; line-height: .6; color: var(--terracotta); }
.quote blockquote { margin: 0; font-family: var(--display); font-size: 36px; line-height: 1.22; }
.quote blockquote .it { color: color-mix(in oklab, var(--terracotta) 80%, var(--sand)); }
.quote .who {
  margin-top: 20px; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: color-mix(in oklab, var(--sand) 60%, transparent);
}

/* ─── FINAL CTA ──────────────────────────────────────────── */
.cta-final {
  margin-top: 110px; padding: 72px 0 36px;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: end;
}
.cta-final h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(48px, 7.5vw, 112px);
  line-height: .95; letter-spacing: -.01em; margin: 0;
}
.cta-final h2 .it { color: var(--terracotta); }
.cta-final .right { display: flex; flex-direction: column; gap: 16px; }
.cta-final p { font-size: 16px; line-height: 1.55; color: var(--ink-soft); margin: 0; }

/* ─── FOOTER ─────────────────────────────────────────────── */
footer.site-footer {
  margin-top: 80px; padding-top: 52px;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px;
}
.footer-brand .logo-img { height: 64px; mix-blend-mode: multiply; margin-bottom: 16px; }
.footer-brand p { font-size: 13px; line-height: 1.55; color: var(--ink-soft); max-width: 260px; }
.footer-col h5 {
  font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  opacity: .55; margin: 0 0 16px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--ink); text-decoration: none; font-size: 14px; opacity: .8; transition: opacity .2s; }
.footer-col a:hover { opacity: 1; }
.footer-bottom {
  margin-top: 44px; padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between;
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; opacity: .6;
}

/* ─── WHATSAPP FLOTANTE ──────────────────────────────────── */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 200;
  background: #25D366; color: #fff;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.22);
  text-decoration: none; transition: transform .2s, box-shadow .2s;
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.wa-float svg { width: 28px; height: 28px; fill: currentColor; }

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .fleet-panel.active { grid-template-columns: repeat(2, 1fr); }
  .dest { grid-template-columns: repeat(8, 1fr); }
  .s-1  { grid-column: span 8; grid-row: span 5; }
  .s-2,.s-3,.s-4,.s-5,.s-6 { grid-column: span 4; grid-row: span 4; }
  .s-7,.s-8,.s-9,.s-10 { grid-column: span 4; grid-row: span 3; }
}

@media (max-width: 980px) {
  .hero-grid, .routes, .cta-final { grid-template-columns: 1fr; }
  .hero h1 { white-space: normal; }
  .nav { grid-template-columns: 1fr auto; }
  .nav ul { display: none; }
  .booking { grid-template-columns: 1fr 1fr; }
  .field { border-right: none; border-bottom: 1px solid color-mix(in oklab, var(--sand) 14%, transparent); padding: 13px; }
  .commerce-strip { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why { border-right: 1px solid var(--line); }
  .why:nth-child(even) { border-right: none; }
  .why:nth-child(3), .why:nth-child(4) { border-top: 1px solid var(--line); }
  .sec-head { grid-template-columns: auto 1fr; }
  .sec-head .meta { display: none; }
  footer.site-footer { grid-template-columns: repeat(2, 1fr); }
  .quote { grid-template-columns: 1fr; gap: 20px; }
  .quote .mark { display: none; }
  .dest { grid-template-columns: repeat(4, 1fr); }
  .s-1,.s-2,.s-3,.s-4,.s-5,.s-6,.s-7,.s-8,.s-9,.s-10 { grid-column: span 4; grid-row: span 4; }
}

@media (max-width: 640px) {
  .page { padding: 0 16px 64px; }
  .util .right { display: none; }
  .booking { grid-template-columns: 1fr; }
  .booking .submit { padding: 14px 0 0; }
  .fleet-panel.active { grid-template-columns: 1fr; }
  .commerce-strip { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why { border-right: none; border-bottom: 1px solid var(--line); }
  footer.site-footer { grid-template-columns: 1fr; }
  .dest { grid-template-columns: repeat(2, 1fr); }
  .s-1,.s-2,.s-3,.s-4,.s-5,.s-6,.s-7,.s-8,.s-9,.s-10 { grid-column: span 2; grid-row: span 4; }
}
