/* ============================================================
   PT Louvian Rent Car — Premium Corporate Redesign
   Design language: dark-navy executive + champagne gold
   Modes: light & dark (prefers-color-scheme), one theme per page
   Preserves ALL existing class names & markup hooks.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  /* Palette — dark navy executive + champagne gold */
  --navy-950: #060f1e;   /* deepest */
  --navy-900: #0a1a30;
  --navy-850: #0e2038;
  --navy-800: #122c4a;
  --navy-700: #1b3a5f;
  --gold-600: #a87c2c;
  --gold-500: #c9a24a;
  --gold-400: #e2c47e;
  --gold-300: #f0dca6;
  --ink: #101a26;
  --muted: #5b6775;
  --line: #dde3ea;
  --mist: #f4f6f9;
  --white: #ffffff;
  --success: #1f8f4e;
  --shadow-sm: 0 10px 30px rgba(6, 15, 30, 0.08);
  --shadow-lg: 0 30px 70px rgba(6, 15, 30, 0.18);
  --container: 1240px;
  --header-h: 80px;
  --radius-sm: 8px;
  --radius-lg: 14px;
  --font-sans: "Plus Jakarta Sans", "Segoe UI", "Trebuchet MS", Arial, sans-serif;
  --font-display: "Plus Jakarta Sans", "Segoe UI", "Trebuchet MS", Arial, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Dark theme (default for this brand) */
@media (prefers-color-scheme: dark) {
  :root {
    --ink: #e8edf4;
    --muted: #9aa8b9;
    --line: rgba(255, 255, 255, 0.12);
    --mist: #0d1b30;
    --white: #0f2036;
    --navy-950: #060f1e;
    --navy-900: #0a1a30;
    --shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.35);
    --shadow-lg: 0 30px 70px rgba(0, 0, 0, 0.5);
  }
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  transition: background-color 300ms var(--ease), color 300ms var(--ease);
}
/* body.nav-open scroll lock removed to keep sticky header working */
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--navy-950); background: var(--gold-300); }

h1, h2, h3, p, ul, ol { margin-top: 0; }
h1, h2, h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 750;
  line-height: 1.08;
  text-wrap: balance;
  letter-spacing: -0.03em;
}
h1 { margin-bottom: 1.4rem; font-size: clamp(2.6rem, 5.6vw, 5rem); letter-spacing: -0.045em; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2rem, 3.8vw, 3.4rem); letter-spacing: -0.035em; }
h3 { margin-bottom: 0.75rem; font-size: clamp(1.3rem, 1.9vw, 1.7rem); letter-spacing: -0.02em; }
p { margin-bottom: 1.25rem; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 8px;
  z-index: 999;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--navy-950);
  border: 2px solid var(--gold-400);
}
.skip-link:focus { top: 8px; }

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 4px;
}

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.container--narrow { width: min(calc(100% - 2rem), 860px); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section--mist { background: linear-gradient(180deg, var(--mist), color-mix(in srgb, var(--mist) 60%, transparent)); }
.section--navy { color: #dfe7f0; background: linear-gradient(135deg, #060f1e 0%, #0a1a30 55%, #0e2038 100%); }
.section--navy h2, .section--navy h3 { color: #ffffff; }

/* Section head — stacked, one focused message */
.section-head { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.5fr); gap: 2.5rem; align-items: end; margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.section-head > div { max-width: 700px; }
.section-head p { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.section--navy .section-head p { color: #b9c6d5; }

/* Eyebrow — restrained: used sparingly, elegant gold rule */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
  color: var(--gold-600);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow::before { width: 2.4rem; height: 1px; content: ""; background: currentColor; }
.section--navy .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: var(--gold-400); }

.lead { color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.22rem); line-height: 1.7; }
.text-gold { color: var(--gold-500); }
.micro-note { color: var(--muted); font-size: 0.84rem; line-height: 1.5; }

/* ---------- Buttons & links ---------- */
.button-row { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; margin-top: 2rem; }
.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.8rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--white);
  background: var(--navy-900);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(6, 15, 30, 0.14);
  transition: color 200ms var(--ease), background 200ms var(--ease), border-color 200ms var(--ease), transform 200ms var(--ease), box-shadow 200ms var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(6, 15, 30, 0.2); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn--gold { color: #1c1407; background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); }
.btn--gold:hover { color: #1c1407; background: linear-gradient(135deg, #f6e7c0, var(--gold-400)); }
.btn--outline { border-color: currentColor; color: var(--ink); background: transparent; box-shadow: none; }
.btn--outline:hover { color: var(--white); border-color: var(--navy-900); background: var(--navy-900); }
.btn--light { border-color: rgba(255, 255, 255, 0.6); color: #ffffff; background: transparent; box-shadow: none; }
.btn--light:hover { color: var(--navy-950); border-color: #ffffff; background: #ffffff; }
.btn svg { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; fill: currentColor; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--gold-600);
  font-weight: 800;
  text-decoration: none;
}
.text-link::after { content: "→"; transition: transform 200ms var(--ease); }
.text-link:hover::after { transform: translateX(4px); }
.section--navy .text-link { color: var(--gold-400); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 130;
  min-height: var(--header-h);
  background: color-mix(in srgb, var(--white) 99%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
  box-shadow: 0 4px 20px rgba(6, 15, 30, 0.05);
}
.header-inner { display: flex; min-height: var(--header-h); align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; width: 148px; flex: 0 0 auto; align-items: center; text-decoration: none; border-radius: 6px; padding: 2px; background: #ffffff; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; margin-left: auto; align-items: center; gap: 0.1rem; }
.nav-list, .subnav, .footer-links { margin: 0; padding: 0; list-style: none; }
.nav-list { display: flex; align-items: center; }
.nav-list > li { position: relative; }
.nav-list > li > a, .services-label {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0.7rem 0.78rem;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 180ms var(--ease);
}
.nav-list > li > a:hover, .nav-list > li > a[aria-current="page"], .services-label:hover { color: var(--gold-600); }
.nav-list > li > a[aria-current="page"]::after {
  position: absolute;
  right: 0.78rem;
  bottom: 2px;
  left: 0.78rem;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
  border-radius: 2px;
}
.has-subnav { display: flex; align-items: center; }
.has-subnav > a { padding-right: 0.3rem !important; }
.services-label { min-width: 36px; padding-inline: 0.3rem 0.6rem; cursor: pointer; }
.services-label svg { width: 0.85rem; height: 0.85rem; fill: currentColor; transition: transform 200ms var(--ease); }
.has-subnav:focus-within .services-label svg, .has-subnav:hover .services-label svg, .has-subnav.subnav-open .services-label svg { transform: rotate(180deg); }
.subnav {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  width: 264px;
  padding: 0.6rem;
  visibility: hidden;
  opacity: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold-500);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  box-shadow: var(--shadow-lg);
  transform: translateY(8px);
  transition: opacity 180ms var(--ease), transform 200ms var(--ease), visibility 180ms var(--ease);
}
.has-subnav:focus-within .subnav, .has-subnav:hover .subnav, .has-subnav.subnav-open .subnav { visibility: visible; opacity: 1; transform: none; }
.subnav a { display: block; padding: 0.68rem 0.8rem; color: var(--ink); font-size: 0.85rem; font-weight: 700; text-decoration: none; border-radius: 4px; transition: background 150ms var(--ease), color 150ms var(--ease), padding-left 180ms var(--ease); }
.subnav a:hover, .subnav a[aria-current="page"] { color: var(--gold-600); background: var(--mist); padding-left: 0.95rem; }
.header-cta { margin-left: 0.5rem; padding-inline: 1.15rem; min-height: 44px; font-size: 0.8rem; }
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  cursor: pointer;
}
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  margin: auto;
  content: "";
  background: var(--ink);
  transition: transform 200ms var(--ease), opacity 200ms var(--ease);
}
.menu-toggle span::before { transform: translateY(-7px); }
.menu-toggle span::after { transform: translateY(5px); }
.menu-toggle[aria-expanded="true"] span { background: transparent; }
.menu-toggle[aria-expanded="true"] span::before { transform: translateY(0) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span::after { transform: translateY(-2px) rotate(-45deg); }

/* ---------- Hero surfaces ---------- */
.hero { position: relative; min-height: min(760px, calc(100vh - var(--header-h))); overflow: hidden; color: #ffffff; background: var(--navy-950); }
.hero-grid { display: grid; min-height: inherit; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(4.5rem, 8vw, 8rem) clamp(2rem, 5vw, 5rem); padding-left: 0; }
.hero h1, .page-hero h1 { color: #ffffff; }
.hero h1 { max-width: 720px; }
.hero .lead { max-width: 650px; color: #c8d3df; }
.hero-media { position: relative; min-height: 520px; }
.hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--navy-950) 0, rgba(6, 15, 30, 0.35) 26%, rgba(6, 15, 30, 0.1) 60%), linear-gradient(0deg, rgba(6, 15, 30, 0.45), transparent 45%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-index {
  position: absolute;
  left: clamp(1.5rem, 5vw, 5rem);
  bottom: 2rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(6, 15, 30, 0.72);
  border-left: 2px solid var(--gold-400);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: calc(100% - 2rem);
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-index strong { color: var(--gold-400); }

.page-hero { position: relative; overflow: hidden; color: #ffffff; background: linear-gradient(118deg, #060f1e, #0a1a30 60%, #10243f); }
.page-hero-grid { display: grid; min-height: 540px; grid-template-columns: minmax(0, 1fr) minmax(400px, 0.72fr); }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding-block: clamp(4.5rem, 8vw, 7.5rem); padding-right: clamp(2rem, 7vw, 7rem); }
.page-hero h1 { margin-bottom: 1.2rem; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.page-hero .lead { max-width: 760px; margin-bottom: 0; color: #c5d1de; }
.page-hero-media { position: relative; min-height: 420px; }
.page-hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #060f1e, transparent 42%), linear-gradient(0deg, rgba(6, 15, 30, 0.3), transparent 55%); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero--text .page-hero-grid { grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.4fr); min-height: 470px; }
.page-hero-mark { display: grid; min-height: 100%; place-items: center; border-left: 1px solid rgba(255, 255, 255, 0.12); }
.page-hero-mark span { color: rgba(226, 196, 126, 0.14); font-family: var(--font-display); font-size: clamp(12rem, 24vw, 24rem); line-height: 0.8; font-weight: 750; }
.breadcrumbs { padding-block: 1rem; background: var(--mist); border-bottom: 1px solid var(--line); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 0.82rem; }
.breadcrumbs li:not(:last-child)::after { margin-left: 0.45rem; content: "/"; color: #9aa3ad; }
.breadcrumbs a { color: var(--gold-600); font-weight: 700; }

/* ---------- Home modules ---------- */
.commitment-bar { color: #ffffff; background: var(--navy-900); border-top: 1px solid rgba(255, 255, 255, 0.1); }
.commitment-bar .container { display: grid; grid-template-columns: repeat(5, 1fr); }
.commitment-item { padding: 1.25rem 0.8rem; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.12); }
.commitment-item:first-child { border-left: 1px solid rgba(255, 255, 255, 0.12); }
.commitment-item span { color: var(--gold-400); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.commitment-item strong { display: block; margin-top: 0.15rem; font-size: 0.9rem; }
.services-editorial { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 86px minmax(0, 0.7fr) minmax(240px, 0.52fr) auto; gap: 1.5rem; align-items: center; padding-block: 2rem; border-bottom: 1px solid var(--line); }
.service-number { color: var(--gold-600); font-family: var(--font-display); font-size: 1.25rem; font-weight: 750; font-variant-numeric: tabular-nums; }
.service-row h3 { margin-bottom: 0; font-size: clamp(1.5rem, 2.3vw, 2.1rem); }
.service-row p { margin-bottom: 0; color: var(--muted); }
.service-row .text-link { white-space: nowrap; }

.split { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.split--reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 460px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.split-media::before { position: absolute; top: -16px; right: -16px; z-index: -1; width: 44%; height: 42%; content: ""; background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); border-radius: var(--radius-lg); }
.media-caption { margin: 0.7rem 0 0; color: var(--muted); font-size: 0.78rem; }
.commitment-list { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 2.75rem; border-block: 1px solid var(--line); }
.commitment-list span { padding: 1rem 0.5rem; color: var(--ink); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; border-right: 1px solid var(--line); }
.commitment-list span:last-child { border-right: 0; }

.experience-strip { display: grid; grid-template-columns: 0.55fr repeat(3, 1fr); align-items: stretch; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--radius-lg); overflow: hidden; }
.experience-intro, .experience-name { display: flex; min-height: 140px; flex-direction: column; justify-content: center; padding: 1.5rem 1.8rem; border-right: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.02); }
.experience-name:last-child { border-right: 0; }
.experience-intro span, .experience-name span { color: var(--gold-400); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.experience-name strong { color: #ffffff; font-family: var(--font-display); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 750; line-height: 1.2; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.process-step { min-height: 270px; padding: clamp(1.5rem, 4vw, 2.75rem); background: var(--white); transition: background 200ms var(--ease); }
.process-step:hover { background: var(--mist); }
.process-step span { display: block; margin-bottom: 3.5rem; color: var(--gold-600); font-family: var(--font-display); font-size: 1.35rem; font-weight: 750; }
.process-step p { margin-bottom: 0; color: var(--muted); }

/* ---------- Card systems: values, benefits, services ---------- */
.card-icon { width: 1.65rem; height: 1.65rem; }
.icon-box {
  display: inline-grid;
  width: 3.4rem;
  height: 3.4rem;
  flex: 0 0 auto;
  place-items: center;
  color: #1c1407;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  border-radius: var(--radius-sm);
  box-shadow: 0 6px 16px rgba(168, 124, 44, 0.25);
}
.value-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.1rem; }
.value-card {
  position: relative;
  min-height: 262px;
  padding: 1.7rem;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}
.value-card:hover, .benefit-card:hover, .service-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); border-color: color-mix(in srgb, var(--gold-500) 45%, var(--line)); }
.value-card::after { position: absolute; right: -2rem; bottom: -2.5rem; width: 7rem; height: 7rem; content: ""; border: 1px solid rgba(201, 162, 74, 0.2); border-radius: 50%; pointer-events: none; }
.value-card .icon-box, .benefit-card .icon-box { margin-bottom: 2rem; }
.value-card h3, .benefit-card h3 { margin-bottom: 0.65rem; font-size: 1.32rem; }
.value-card p, .benefit-card p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.section--navy .value-card { background: rgba(18, 44, 74, 0.55); border-color: rgba(255, 255, 255, 0.12); }
.section--navy .value-card:hover { border-color: rgba(226, 196, 126, 0.5); }
.section--navy .value-card h3 { color: #ffffff; }
.section--navy .value-card p { color: #cdd8e4; }

.benefit-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.1rem; }
.benefit-card {
  min-height: 270px;
  padding: 1.7rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold-500);
  border-radius: var(--radius-sm);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}

.service-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.35rem; }
.service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}
.service-card-media { aspect-ratio: 16 / 10.5; overflow: hidden; background: var(--mist); }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease); }
.service-card:hover .service-card-media img { transform: scale(1.04); }
.service-card-body { display: flex; min-height: 276px; flex: 1; flex-direction: column; padding: 1.65rem; }
.service-card-body .service-number { margin-bottom: 1.1rem; }
.service-card-body h3 { font-size: clamp(1.35rem, 1.8vw, 1.7rem); }
.service-card-body p { color: var(--muted); font-size: 0.92rem; }
.service-card-body .text-link { margin-top: auto; }

/* ---------- Services ---------- */
.service-feature { display: grid; grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr); min-height: 460px; border-top: 1px solid var(--line); }
.service-feature:last-child { border-bottom: 1px solid var(--line); }
.service-feature:nth-child(even) .service-feature-media { order: 2; }
.service-feature-media { overflow: hidden; }
.service-feature-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; transition: transform 500ms var(--ease); }
.service-feature:hover .service-feature-media img { transform: scale(1.03); }
.service-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 5rem); }
.service-feature-copy .service-number { margin-bottom: 2rem; }
.service-feature-copy p { max-width: 650px; color: var(--muted); }

.decision-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.decision-table th, .decision-table td { padding: 1rem 1.15rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.decision-table th { color: #ffffff; background: var(--navy-900); font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; }
.decision-table tr:last-child td { border-bottom: 0; }
.decision-table td:first-child { width: 28%; color: var(--ink); font-weight: 800; }

.feature-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.feature-point { min-height: 230px; padding: 2rem; background: var(--white); }
.feature-point .service-number { display: block; margin-bottom: 2.5rem; }
.feature-point p { margin-bottom: 0; color: var(--muted); }

.detail-intro { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(300px, 0.45fr); gap: 4rem; }
.detail-aside { padding: 2rem; background: var(--mist); border-top: 3px solid var(--gold-500); border-radius: 0 0 var(--radius-sm) var(--radius-sm); }
.detail-aside h3 { font-family: var(--font-sans); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-600); }
.detail-aside ul { margin: 0; padding-left: 1.1rem; color: var(--muted); }

.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related-card { min-height: 180px; padding: 1.6rem; color: #ffffff; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); text-decoration: none; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--radius-sm); transition: transform 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease); }
.related-card:hover { border-color: rgba(226, 196, 126, 0.45); box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.related-card span { color: var(--gold-400); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.related-card strong { display: block; margin-top: 2rem; font-family: var(--font-display); font-size: 1.45rem; line-height: 1.15; font-weight: 750; }

/* ---------- About ---------- */
.vision-block { display: grid; grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.vision-quote { margin: 0; padding: 0 0 0 2rem; color: var(--ink); font-family: var(--font-display); font-size: clamp(1.55rem, 3vw, 2.4rem); font-weight: 750; line-height: 1.35; border-left: 3px solid var(--gold-500); }
.mission-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; counter-reset: mission; border-top: 1px solid var(--line); }
.mission-item { position: relative; min-height: 180px; padding: 2rem 2rem 2rem 4.5rem; counter-increment: mission; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 180ms var(--ease); }
.mission-item:hover { background: var(--mist); }
.mission-item:nth-child(even) { border-right: 0; }
.mission-item::before { position: absolute; top: 2rem; left: 1rem; content: "0" counter(mission); color: var(--gold-600); font-family: var(--font-display); font-weight: 750; }
.mission-item p { margin: 0; color: var(--muted); }

/* ---------- Fleet ---------- */
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; align-items: stretch; }
.fleet-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); transition: box-shadow 220ms var(--ease), transform 220ms var(--ease), border-color 220ms var(--ease); display: flex; flex-direction: column; }
.fleet-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); border-color: color-mix(in srgb, var(--gold-500) 45%, var(--line)); }
.fleet-image { display: grid; height: 210px; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--white), var(--mist)); border-bottom: 1px solid var(--line); }
.fleet-image img { width: 100%; height: 100%; object-fit: contain; padding: 0.75rem; transition: transform 400ms var(--ease); }
.fleet-card:hover .fleet-image img { transform: scale(1.03); }
.fleet-body { padding: 1.65rem; display: flex; flex-direction: column; flex: 1; }
.fleet-type { color: var(--gold-600); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.fleet-body h3 { margin-top: 0.35rem; }
.fleet-meta { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; margin-top: auto; border-top: 1px solid var(--line); }
.fleet-meta span { display: block; color: var(--muted); font-size: 0.75rem; }
.fleet-meta strong { color: var(--ink); font-size: 0.95rem; }
.notice { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 2rem; padding: 1.25rem; color: #415064; background: color-mix(in srgb, var(--gold-300) 22%, var(--white)); border: 1px solid color-mix(in srgb, var(--gold-500) 40%, var(--line)); border-radius: var(--radius-sm); }
.notice strong { flex: 0 0 auto; color: var(--ink); }
.fleet-attribution { margin: 1.25rem 0 0; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.1rem; }
.gallery-item { grid-column: span 4; margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); transition: transform 220ms var(--ease), box-shadow 220ms var(--ease); }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 8; }
.gallery-item:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.gallery-button { display: block; width: 100%; padding: 0; border: 0; background: var(--navy-950); cursor: zoom-in; }
.gallery-button img { width: 100%; height: 330px; object-fit: cover; transition: opacity 180ms var(--ease), transform 400ms var(--ease); }
.gallery-item:nth-child(1) .gallery-button img, .gallery-item:nth-child(6) .gallery-button img { height: 410px; }
.gallery-button:hover img { opacity: 0.92; transform: scale(1.02); }
.gallery-item figcaption { padding: 1rem 1.1rem; color: var(--muted); font-size: 0.84rem; }
.lightbox { width: min(94vw, 1100px); padding: 0; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(3, 8, 16, 0.92); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.lightbox-inner { position: relative; background: var(--navy-950); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox-caption { margin: 0; padding: 1rem 1.25rem; color: #ffffff; }
.lightbox-close { position: absolute; top: 0.75rem; right: 0.75rem; z-index: 2; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 999px; color: #ffffff; background: rgba(6, 15, 30, 0.8); font-size: 1.4rem; line-height: 1; cursor: pointer; transition: background 160ms var(--ease), transform 160ms var(--ease); }
.lightbox-close:hover { background: var(--gold-600); transform: rotate(90deg); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(340px, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.contact-methods { display: grid; gap: 1rem; margin-top: 2.5rem; }
.contact-method { display: flex; min-width: 0; gap: 1rem; align-items: center; padding: 1.15rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); transition: border-color 180ms var(--ease), transform 180ms var(--ease); }
.contact-method:hover { border-color: color-mix(in srgb, var(--gold-500) 50%, var(--line)); transform: translateY(-2px); }
.contact-method .icon-box { width: 3rem; height: 3rem; }
.contact-method span { display: block; margin-bottom: 0.18rem; color: var(--muted); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-method a { color: var(--ink); font-weight: 800; overflow-wrap: anywhere; }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--gold-500); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: 0.82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 0.75rem 0.9rem; border: 1px solid #b8c2ce; border-radius: var(--radius-sm); color: var(--ink); background: var(--white); transition: border-color 160ms var(--ease), box-shadow 160ms var(--ease); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-600); outline: 3px solid rgba(201, 162, 74, 0.28); }
.form-status { min-height: 1.5em; margin: 0.75rem 0 0; color: var(--muted); font-size: 0.85rem; }

/* ---------- CTA & footer ---------- */
.cta-band { position: relative; overflow: hidden; color: #ffffff; background: linear-gradient(105deg, #0a1a30, #122c4a 60%, #1b3a5f); }
.cta-band::after { position: absolute; right: -9rem; bottom: -14rem; width: 34rem; height: 34rem; content: ""; border: 1px solid rgba(226, 196, 126, 0.25); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(226, 196, 126, 0.05), 0 0 0 10rem rgba(226, 196, 126, 0.03); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: end; padding-block: clamp(4rem, 8vw, 7rem); }
.cta-inner h2 { max-width: 800px; margin-bottom: 0; color: #ffffff; }
.site-footer { color: #bdc8d5; background: #040b16; }
.footer-main { display: grid; grid-template-columns: 1.2fr 0.75fr 0.75fr 1fr; gap: clamp(2rem, 5vw, 5rem); padding-block: 5rem 4rem; }
.footer-brand { display: inline-flex; width: 150px; margin-bottom: 1.3rem; padding: 0.55rem 0.7rem; background: #ffffff; border-radius: var(--radius-sm); }
.footer-brand img { width: 100%; height: auto; display: block; }
.footer-main h2 { margin-bottom: 1.2rem; color: var(--gold-400); font-family: var(--font-sans); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-main p { max-width: 370px; font-size: 0.88rem; }
.footer-links li + li { margin-top: 0.65rem; }
.footer-links a { color: #d8e0e9; font-size: 0.88rem; text-decoration: none; transition: color 160ms var(--ease), padding-left 160ms var(--ease); }
.footer-links a:hover { color: var(--gold-400); padding-left: 3px; }
.footer-contact a { color: #ffffff; font-weight: 700; overflow-wrap: anywhere; text-decoration: none; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.6rem; margin-top: 0.6rem; color: #d8e0e9; font-size: 0.88rem; line-height: 1.5; }
.footer-contact-item:first-of-type { margin-top: 0; }
.footer-contact-item a { color: inherit; }
.footer-contact-item .contact-icon { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; margin-top: 0.15rem; color: var(--gold-400); }
.footer-contact-address { color: #c3cfdd; }
.footer-contact-address span { max-width: 240px; }
.footer-contact a:hover { color: var(--gold-400); }
.footer-contact a:hover .contact-icon { color: var(--gold-300); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.25rem; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.78rem; }
.footer-bottom p { margin: 0; }

.whatsapp-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 90;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1.1rem;
  color: #ffffff;
  background: linear-gradient(135deg, #27a85f, var(--success));
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(6, 15, 30, 0.32);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease);
}
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(6, 15, 30, 0.4); }
.whatsapp-float svg { width: 1.35rem; height: 1.35rem; fill: currentColor; }
.not-found { min-height: calc(100vh - var(--header-h)); display: grid; place-items: center; padding-block: 5rem; color: #ffffff; background: radial-gradient(ellipse at 30% 20%, #0e2038 0%, #060f1e 65%); }
.not-found-inner { max-width: 760px; text-align: center; }
.not-found-code { display: block; color: var(--gold-400); font-family: var(--font-display); font-size: clamp(6rem, 18vw, 12rem); font-weight: 750; line-height: 0.85; text-shadow: 0 0 60px rgba(226, 196, 126, 0.25); }
.not-found h1 { margin-top: 1.5rem; color: #ffffff; font-size: clamp(2.5rem, 6vw, 4.5rem); }
.not-found .lead { color: #c5d1de; }

/* ---------- Hero: editorial full-bleed (existing layout preserved) ---------- */
.hero-grid,
.page-hero:not(.page-hero--text) .page-hero-grid {
  position: relative;
  display: block;
  min-height: min(710px, calc(100vh - var(--header-h)));
}
.page-hero:not(.page-hero--text) .page-hero-grid { min-height: 580px; }
.hero-media,
.page-hero:not(.page-hero--text) .page-hero-media {
  position: absolute;
  inset: 0 auto 0 50%;
  width: 100vw;
  min-height: 0;
  height: 100%;
  transform: translateX(-50%);
}
.hero-media::after,
.page-hero:not(.page-hero--text) .page-hero-media::after {
  background: linear-gradient(90deg, rgba(6, 15, 30, 0.98) 0%, rgba(6, 15, 30, 0.94) 30%, rgba(6, 15, 30, 0.55) 58%, rgba(6, 15, 30, 0.12) 100%), linear-gradient(0deg, rgba(6, 15, 30, 0.5), transparent 58%);
}
.hero-copy,
.page-hero:not(.page-hero--text) .page-hero-copy {
  position: relative;
  z-index: 2;
  min-height: inherit;
  max-width: 760px;
}
.hero-copy { max-width: 690px; padding-right: clamp(2rem, 5vw, 5rem); padding-left: max(2rem, calc((100vw - var(--container)) / 2)); }
.hero h1 { max-width: 680px; font-size: clamp(2.85rem, 4.45vw, 4.85rem); }
.hero .lead { max-width: 570px; }
.page-hero:not(.page-hero--text) .page-hero-copy { padding-left: 0; }
.hero-media img, .page-hero:not(.page-hero--text) .page-hero-media img { object-position: center; }

/* ---------- Scroll reveal (JS adds .is-visible) ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .header-cta { display: none; }
  .nav-list > li > a { padding-inline: 0.58rem; }
  .hero-grid { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); }
  .footer-main { grid-template-columns: 1.2fr repeat(2, 0.8fr); }
  .footer-main > :last-child { grid-column: 1 / -1; }
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-grid, .benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 6; }
}

@media (max-width: 860px) {
  :root { --header-h: 72px; }
  .brand { width: 132px; }
  .menu-toggle { display: block; }
  .primary-nav {
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 120;
    display: block;
    height: calc(100vh - var(--header-h));
    height: calc(100dvh - var(--header-h));
    width: min(320px, 88vw);
    visibility: hidden;
    margin: 0;
    padding: 1.5rem 1.1rem 2.5rem;
    opacity: 0;
    overflow-y: auto;
    background: var(--white);
    border-left: 1px solid var(--line);
    border-radius: 16px 0 0 16px;
    box-shadow: -18px 0 48px rgba(6, 15, 30, 0.24);
    transform: translateX(28px);
    transition: opacity 200ms var(--ease), transform 260ms var(--ease), visibility 200ms var(--ease);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .primary-nav.open { visibility: visible; opacity: 1; transform: none; }
  body.nav-open::after {
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    content: "";
    background: rgba(4, 10, 20, 0.62);
  }
  .primary-nav::before {
    display: block;
    margin: 0 0 0.9rem;
    color: var(--gold-600);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    content: "Menu";
  }
  .nav-list { display: block; }
  .nav-list > li { border-bottom: 1px solid var(--line); }
  .nav-list > li:first-child { border-top: 1px solid var(--line); }
  .nav-list > li > a, .services-label { min-height: 54px; font-size: 1rem; }
  .nav-list > li > a { display: flex; padding-inline: 0.4rem; }
  .nav-list > li > a[aria-current="page"]::after { display: none; }
  .nav-list > li > a[aria-current="page"] { color: var(--gold-600); }
  .has-subnav { display: grid; grid-template-columns: 1fr 54px; }
  .has-subnav > a { grid-column: 1; }
  .services-label { grid-column: 2; grid-row: 1; justify-content: center; padding: 0; }
  .subnav {
    position: static;
    grid-column: 1 / -1;
    display: none;
    width: auto;
    margin: 0 0 0.75rem;
    padding: 0.5rem 0.75rem;
    visibility: visible;
    opacity: 1;
    background: var(--mist);
    border-top: 0;
    border-radius: 8px;
    box-shadow: none;
    transform: none;
  }
  .subnav li + li { margin-top: 0.15rem; }
  .subnav a { display: block; padding: 0.55rem 0.5rem; border-radius: 6px; font-size: 0.92rem; }
  .subnav a[aria-current="page"] { color: var(--gold-600); font-weight: 800; }
  .subnav a:hover { background: color-mix(in srgb, var(--line) 60%, transparent); }
  .has-subnav.subnav-open .subnav { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .page-hero-grid, .page-hero--text .page-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 500px; padding: 5rem 1.5rem; }
  .hero-media { min-height: 420px; }
  .hero-media::after { background: linear-gradient(0deg, var(--navy-950), transparent 45%); }
  .page-hero-copy { padding: 5rem 0; }
  .page-hero-media { min-height: 390px; }
  .page-hero-media::after { background: linear-gradient(0deg, var(--navy-950), transparent 42%); }
  .page-hero-mark { display: none; }
  .section-head, .detail-intro { grid-template-columns: 1fr; gap: 1.25rem; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split-media { order: 0; }
  .experience-strip { grid-template-columns: 1fr 1fr; }
  .experience-intro { grid-column: 1 / -1; }
  .experience-intro, .experience-name { min-height: 110px; }
  .service-feature { grid-template-columns: 1fr; }
  .service-feature:nth-child(even) .service-feature-media { order: 0; }
  .feature-points, .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .process-step span, .feature-point .service-number { margin-bottom: 1.5rem; }
  .vision-block { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .value-grid, .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
  .hero-grid, .page-hero:not(.page-hero--text) .page-hero-grid { min-height: 620px; }
  .page-hero:not(.page-hero--text) .page-hero-copy { display: flex; min-height: 620px; padding-block: 5rem; }
  .hero-media::after, .page-hero:not(.page-hero--text) .page-hero-media::after { background: linear-gradient(0deg, rgba(6, 15, 30, 0.98) 0%, rgba(6, 15, 30, 0.78) 48%, rgba(6, 15, 30, 0.28) 100%); }
}

@media (max-width: 680px) {
  .container, .container--narrow { width: min(calc(100% - 1.4rem), var(--container)); }
  h1 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .section { padding-block: 4.25rem; }
  .hero-copy { min-height: 480px; padding-top: 4.75rem; padding-bottom: 4.75rem; padding-inline: 1rem; }
  .hero-media { min-height: 330px; }
  .page-hero-copy { padding-block: 4rem; }
  .page-hero-media { min-height: 320px; }
  .commitment-bar .container { width: 100%; grid-template-columns: 1fr 1fr; }
  .commitment-item { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .commitment-item:nth-child(5) { grid-column: 1 / -1; }
  .service-row { grid-template-columns: 46px 1fr; gap: 0.75rem; }
  .service-row p, .service-row .text-link { grid-column: 2; }
  .commitment-list { grid-template-columns: 1fr 1fr; }
  .commitment-list span { border-bottom: 1px solid var(--line); }
  .commitment-list span:nth-child(even) { border-right: 0; }
  .commitment-list span:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .mission-list { grid-template-columns: 1fr; }
  .mission-item, .mission-item:nth-child(even) { border-right: 0; }
  .related-links, .fleet-grid, .service-card-grid, .value-grid, .benefit-grid { grid-template-columns: 1fr; }
  .value-card, .benefit-card, .service-card-body { min-height: auto; }
  .fleet-image { height: 190px; min-height: 0; }
  .hero-index { left: 1rem; right: auto; bottom: 1rem; max-width: calc(100% - 2rem); }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: 1 / -1; }
  .gallery-button img, .gallery-item:nth-child(1) .gallery-button img, .gallery-item:nth-child(6) .gallery-button img { height: 300px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :first-child, .footer-main > :last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 0.35rem; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .decision-table { display: block; overflow-x: auto; white-space: normal; }
  .hero-grid, .page-hero:not(.page-hero--text) .page-hero-grid { min-height: 580px; }
  .hero-copy, .page-hero:not(.page-hero--text) .page-hero-copy { min-height: 580px; }
  .page-hero:not(.page-hero--text) .page-hero-copy { padding-block: 4.5rem; }
}

@media (max-width: 420px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > * { grid-column: auto !important; }
  .experience-strip { grid-template-columns: 1fr; }
  .experience-intro, .experience-name { grid-column: auto; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .experience-name:last-child { border-bottom: 0; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ---------- Map & address (kontak) ---------- */
.map-wrap { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.8fr); gap: 1.5rem; align-items: stretch; }
.map-embed { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); background: linear-gradient(160deg, #e8edf3, #d7dee8); min-height: 380px; }
.map-embed::before { content: "Memuat peta lokasi…"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); font-size: 0.9rem; font-weight: 700; letter-spacing: 0.04em; z-index: 0; }
.map-embed iframe { position: relative; z-index: 1; }
.map-embed iframe { display: block; width: 100%; height: 100%; min-height: 380px; border: 0; filter: grayscale(0.12) contrast(1.02); }
.map-card { display: flex; flex-direction: column; gap: 1.1rem; padding: 2rem; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--gold-500); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.map-card .icon-box { width: 3.2rem; height: 3.2rem; }
.map-label { color: var(--gold-600); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.map-address { margin: 0.4rem 0 0; color: var(--ink); font-size: 1.02rem; line-height: 1.6; }
.map-card .btn { margin-top: auto; align-self: flex-start; }

/* ---------- Legal table (tentang) ---------- */
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.legal-block { padding: 1.8rem; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius-lg); }
.legal-block h3 { margin-bottom: 1.2rem; color: var(--gold-400); font-family: var(--font-sans); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.legal-table { width: 100%; border-collapse: collapse; }
.legal-table th, .legal-table td { padding: 0.85rem 0.9rem; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.92rem; }
.legal-table tr:last-child th, .legal-table tr:last-child td { border-bottom: 0; }
.legal-table th { width: 42%; color: #ffffff; font-weight: 800; }
.legal-table td { color: #cdd8e4; }
.legal-kbli { margin-top: 1.5rem; padding: 1.8rem; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius-lg); }
.legal-kbli h3 { margin-bottom: 1.1rem; color: var(--gold-400); font-family: var(--font-sans); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.legal-kbli ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem 1.5rem; }
.legal-kbli li { color: #cdd8e4; font-size: 0.92rem; padding-left: 1.1rem; position: relative; }
.legal-kbli li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 0.45rem; height: 2px; background: var(--gold-500); }
.legal-kbli strong { color: var(--gold-400); font-weight: 800; margin-right: 0.4rem; }

/* ---------- Client logos (pengalaman) ---------- */
.client-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: stretch; }
.client-logo { display: grid; place-items: center; min-height: 150px; padding: 1.6rem; background: #ffffff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease); }
.client-logo:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: color-mix(in srgb, var(--gold-500) 45%, var(--line)); }
.client-logo img { max-width: 100%; max-height: 84px; width: auto; height: auto; object-fit: contain; }

@media (max-width: 860px) {
  .map-wrap { grid-template-columns: 1fr; }
  .map-embed iframe { min-height: 320px; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-kbli ul { grid-template-columns: 1fr; }
  .client-logos { grid-template-columns: 1fr; }
  .client-logo { min-height: 120px; }
}
