:root {
  --bg: #f3ece0;
  --bg-2: #faf6ef;
  --bg-3: #ebe3d4;
  --gold: #9a7332;
  --gold-2: #b8924a;
  --gold-dim: rgba(154, 115, 50, 0.12);
  --text: #2a2418;
  --muted: #6b6254;
  --line: rgba(42, 36, 24, 0.12);
  --radius: 18px;
  --shadow: 0 24px 60px rgba(42, 36, 24, 0.1);
  --font: "Outfit", sans-serif;
  --display: "Syne", sans-serif;
  --container: 1180px;
  --header-h: 118px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.noise { pointer-events: none; position: fixed; inset: 0; opacity: .025; z-index: 999; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.site-top { position: sticky; top: 0; z-index: 100; display: grid; grid-template-columns: minmax(0, 1fr); }
.site-header { position: relative; grid-area: 1 / 1; z-index: 1; background: rgba(243,236,224,.94); border-bottom: 1px solid var(--line); transition: background .35s ease, border-color .35s ease, box-shadow .35s ease; backdrop-filter: blur(10px); }
.site-header.is-scrolled,
.site-top.is-scrolled .site-header { box-shadow: 0 10px 30px rgba(42,36,24,.08); }
body.page-home .site-top { position: fixed; left: 0; right: 0; }
body.page-home .site-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(100% + 4rem);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.52) 42%, rgba(0,0,0,0) 100%);
  opacity: 1;
  transition: opacity .35s ease;
}
body.page-home .site-top.is-scrolled::before { opacity: 0; }
body.page-home .site-header { background: transparent; border-bottom-color: transparent; }
body.page-home .site-top.is-scrolled .site-header { background: rgba(243,236,224,.96); border-bottom-color: var(--line); }
body.page-home .site-top.is-scrolled .topbar { border-bottom-color: var(--line); color: var(--muted); }
body.page-home .site-top.is-scrolled .topbar a { color: var(--muted); }
body.page-home .site-top.is-scrolled .topbar a:hover { color: var(--gold); }
body.page-home .site-top.is-scrolled .main-nav .nav-toplink,
body.page-home .site-top.is-scrolled .main-nav .nav-item > button { color: var(--text); font-weight: 500; }
body.page-home .site-top.is-scrolled .main-nav .nav-toplink.is-active,
body.page-home .site-top.is-scrolled .main-nav .nav-toplink:hover,
body.page-home .site-top.is-scrolled .main-nav .nav-item > button:hover { color: var(--gold); }
body.page-home .site-top.is-scrolled .topbar-socials a { border-color: var(--line); color: var(--text); background: rgba(255,255,255,.55); }
body.page-home .site-top.is-scrolled .nav-toggle { border-color: var(--line); }
body.page-home .site-top.is-scrolled .nav-toggle span { background: var(--text); }
body.page-home .site-top.is-scrolled .topbar-item svg { color: var(--gold); }
.topbar { border-bottom: 1px solid var(--line); font-size: .82rem; color: var(--muted); transition: color .25s ease, border-color .25s ease; }
.topbar a { transition: color .25s ease; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .6rem 0; }
.topbar-left { display: flex; gap: 1.25rem; flex-wrap: wrap; align-items: center; min-width: 0; }
.topbar-item { display: inline-flex; align-items: center; gap: .45rem; min-width: 0; }
.topbar-item svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--gold); opacity: .95; }
body.page-home .site-top:not(.is-scrolled) .topbar { border-bottom-color: rgba(255,255,255,.1); color: rgba(255,255,255,.78); }
body.page-home .site-top:not(.is-scrolled) .topbar a { color: rgba(255,255,255,.92); }
body.page-home .site-top:not(.is-scrolled) .topbar a:hover { color: var(--gold-2); }
body.page-home .site-top:not(.is-scrolled) .main-nav .nav-toplink,
body.page-home .site-top:not(.is-scrolled) .main-nav .nav-item > button { color: rgba(255,255,255,.94); font-weight: 500; }
body.page-home .site-top:not(.is-scrolled) .main-nav .nav-toplink.is-active,
body.page-home .site-top:not(.is-scrolled) .main-nav .nav-toplink:hover,
body.page-home .site-top:not(.is-scrolled) .main-nav .nav-item > button:hover { color: var(--gold-2); }
body.page-home .site-top:not(.is-scrolled) .topbar-socials a { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(0,0,0,.18); }
body.page-home .site-top:not(.is-scrolled) .nav-toggle { border-color: rgba(255,255,255,.28); }
body.page-home .site-top:not(.is-scrolled) .nav-toggle span { background: #fff; }
body.page-home .site-top:not(.is-scrolled) .topbar-item svg { color: var(--gold-2); }
.topbar-address { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 360px; }
.topbar-address span { overflow: hidden; text-overflow: ellipsis; }
.topbar-right { display: flex; align-items: center; margin-left: auto; flex-shrink: 0; }
.topbar a:hover { color: var(--gold); }
.topbar-socials { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: .7rem; }
.topbar-socials a { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.45); transition: .2s; }
.topbar-socials a svg { width: 20px; height: 20px; display: block; flex-shrink: 0; }
.topbar-socials a:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); transform: translateY(-1px); }
.socials { display: flex; flex-direction: row; gap: .65rem; margin-top: 1.2rem; }
.socials a { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.45); transition: .2s; }
.socials a svg { width: 20px; height: 20px; display: block; }
.socials a:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; position: relative; z-index: 2; }
.brand img { height: 42px; width: auto; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: .35rem; grid-area: 1 / 1; z-index: 2; align-self: end; justify-self: end; width: min(100% - 2rem, var(--container)); margin-inline: auto; padding-right: 0; height: 78px; pointer-events: none; }
.main-nav > * { pointer-events: auto; }
.main-nav .nav-toplink,
.main-nav .nav-item > button { background: none; border: 0; cursor: pointer; padding: .65rem .85rem; color: var(--muted); font-weight: 500; transition: color .25s ease; }
.main-nav .nav-toplink:hover,
.main-nav .nav-toplink.is-active,
.main-nav .nav-item > button:hover { color: var(--gold); }
.nav-item { position: relative; }
.nav-split { display: inline-flex; align-items: center; max-width: 100%; }
.nav-split .nav-toplink { padding-right: .35rem; }
.nav-dropdown-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
  padding: .65rem .35rem;
  color: inherit;
  transition: color .25s ease;
}
.nav-dropdown-btn:hover { color: var(--gold); }
.nav-chevron { display: none; width: 18px; height: 18px; flex-shrink: 0; transition: transform .3s ease; }
.mobile-nav-top { display: none; }
.mobile-nav-body { display: contents; }
.dropdown { position: absolute; top: calc(100% + 8px); left: 0; min-width: 240px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: .5rem; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; box-shadow: var(--shadow); }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { opacity: 1; visibility: visible; transform: none; }
.dropdown a { display: block; padding: .7rem .85rem; border-radius: 10px; color: var(--muted); }
.dropdown a:hover { background: var(--gold-dim); color: var(--gold); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: transparent; }
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--text); margin: 5px auto; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .95rem 1.4rem; border-radius: 999px; border: 1px solid transparent; font-weight: 600; transition: .25s; cursor: pointer; }
.btn-sm { padding: .7rem 1.1rem; font-size: .92rem; }
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #fff; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(154,115,50,.22); }
.btn-outline { border-color: rgba(154,115,50,.35); color: var(--gold); background: rgba(255,255,255,.35); }
.btn-outline:hover { background: var(--gold-dim); }
.hero { position: relative; min-height: min(92vh, 860px); display: grid; align-items: end; overflow: hidden; }
body.page-home .hero { min-height: 100vh; min-height: 100svh; }
body.page-home .hero-content { padding-top: calc(var(--header-h) + 1.5rem); padding-bottom: 6.5rem; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; background-size: cover; background-position: center; }
.hero-slide.is-active { opacity: 1; }
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,.08) 100%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; padding: 7rem 0 5rem; animation: rise .9s ease both; }
.hero-copy { max-width: 640px; padding: 1.25rem 0; }
.hero h1, .hero .eyebrow { text-shadow: 0 2px 16px rgba(0,0,0,.5); }
.hero h1 { font-family: var(--display); font-size: clamp(2.6rem, 7vw, 5.4rem); line-height: .95; margin: .8rem 0 1rem; max-width: 12ch; letter-spacing: -.03em; color: #fff; }
.hero p { max-width: 42ch; color: rgba(18,18,18,.92); font-size: 1.12rem; font-weight: 500; line-height: 1.55; margin-bottom: 1.8rem; background: rgba(255,255,255,.78); padding: .85rem 1rem; border-radius: 12px; backdrop-filter: blur(6px); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; color: var(--gold); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; font-size: .78rem; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-actions .btn-gold {
  background: rgba(196,163,90,.95);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.hero-actions .btn-gold:hover { background: #c4a35a; color: #fff; }
.hero-actions .btn-outline {
  background: rgba(255,255,255,.94);
  color: #111;
  border-color: rgba(255,255,255,.98);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}
.hero-actions .btn-outline:hover {
  background: #fff;
  color: #8a6f2e;
  border-color: var(--gold);
}
.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: .2s;
  backdrop-filter: blur(4px);
}
.hero-arrow:hover { border-color: var(--gold); color: var(--gold); background: rgba(0,0,0,.5); }
.hero-dots { position: static; transform: none; display: flex; gap: .5rem; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.25); cursor: pointer; padding: 0; }
.hero-dots button.is-active { background: var(--gold); transform: scale(1.15); }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.reveal { opacity: 0; transform: translateY(24px); transition: .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.section { padding: 5.5rem 0; position: relative; }
.section-head { margin-bottom: 2.5rem; max-width: 640px; }
.section-head h2 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; margin: .5rem 0; letter-spacing: -.02em; }
.section-head p { color: var(--muted); margin: 0; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; }
.about-visual { position: relative; min-height: 520px; border-radius: 28px; overflow: hidden; background: var(--bg-2); }
.about-visual .img-main { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.about-visual .img-float { position: absolute; left: 1.2rem; bottom: 1.2rem; width: 42%; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px; border: 1px solid rgba(255,255,255,.65); box-shadow: var(--shadow); }
.about-copy h2 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); margin: .4rem 0 1rem; color: var(--text); }
.about-copy p { color: var(--muted); white-space: pre-line; }
.page-about-grid { margin-bottom: 0; }
.page-about-grid .about-page-copy { margin: 0; }
.about-page-layout { display: flex; flex-direction: column; gap: 2.75rem; }
.about-page-hero {
  width: 100%;
  aspect-ratio: 2.35 / 1;
  max-height: min(52vh, 520px);
  border-radius: 28px;
  overflow: hidden;
  background: var(--bg-3);
  box-shadow: var(--shadow);
}
.about-page-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prose { max-width: 760px; color: var(--muted); }
.about-page-layout .about-page-intro.prose {
  max-width: none;
  width: 100%;
  margin: 0;
}
.about-page-layout .about-page-intro.prose p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.about-vm-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.about-vm-card {
  background: linear-gradient(180deg, #fff, var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 2rem 2.1rem;
  box-shadow: var(--shadow);
}
.about-vm-card .eyebrow { margin-bottom: .65rem; }
.about-vm-card h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  color: var(--text);
}
.about-vm-card .prose { color: var(--muted); }
.about-vm-card .prose p:last-child { margin-bottom: 0; }
.filter-row { display: flex; gap: .7rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.chip { padding: .7rem 1rem; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.45); }
.chip:hover, .chip.is-active { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }
.vehicle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; align-items: stretch; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.blog-grid--horizontal { grid-template-columns: 1fr; gap: 1.4rem; }
.blog-grid--horizontal .blog-card {
  display: grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  align-items: stretch;
}
.blog-grid--horizontal .blog-card .media { aspect-ratio: auto; min-height: 100%; }
.blog-grid--horizontal .blog-card .media img { min-height: 220px; }
.blog-grid--horizontal .blog-card .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.6rem;
}
.blog-article-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 2.5rem;
  align-items: start;
}
.blog-article-media {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-3);
  box-shadow: var(--shadow);
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
}
.blog-article-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.blog-article-body.prose { max-width: none; width: 100%; }
.blog-article-body.prose img {
  float: left;
  width: min(100%, 320px);
  margin: 0 1.5rem 1rem 0;
  border-radius: calc(var(--radius) - 4px);
}
.blog-article-body.prose::after { content: ""; display: table; clear: both; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.service-grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-grid--cols-3 > .reveal { height: 100%; }
.service-grid--cols-3 .service-card { height: 100%; }
.services-band .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vehicle-card, .service-card, .blog-card { background: linear-gradient(180deg, #fff, var(--bg-2)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .35s; }
.vehicle-card { display: flex; flex-direction: column; height: 100%; }
.vehicle-card-link { display: flex; flex-direction: column; flex: 1; color: inherit; min-height: 0; }
.vehicle-card .body { display: flex; flex-direction: column; flex: 1; padding: 1.15rem 1.2rem 1.2rem; }
.vehicle-card .vehicle-card-cta { margin-top: auto; width: 100%; justify-content: center; }
.vehicle-card:hover .vehicle-card-cta { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }
.vehicle-card:hover, .service-card:hover, .blog-card:hover { transform: translateY(-6px); border-color: rgba(154,115,50,.28); box-shadow: var(--shadow); }
.vehicle-card .media, .blog-card .media { aspect-ratio: 4/3; overflow: hidden; background: var(--bg-3); }
.vehicle-card img, .blog-card img { width: 100%; height: 100%; object-fit: cover; transition: .6s; }
.vehicle-card:hover img, .blog-card:hover img { transform: scale(1.06); }
.vehicle-card .body, .service-card .body, .blog-card .body { padding: 1.15rem 1.2rem 1.35rem; }
.badge { display: inline-flex; padding: .35rem .65rem; border-radius: 999px; background: var(--gold-dim); color: var(--gold); font-size: .75rem; font-weight: 600; }
.vehicle-card h3, .service-card h3, .blog-card h3 { font-family: var(--display); font-size: 1.15rem; margin: .7rem 0 .4rem; }
.meta { color: var(--muted); font-size: .9rem; display: flex; gap: .8rem; flex-wrap: wrap; }
.link-arrow { color: var(--gold); font-weight: 600; display: inline-flex; margin-top: .9rem; }
.link-arrow::after { content: "→"; margin-left: .4rem; transition: .2s; }
.share-box { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.share-box-wrap--top .share-box { margin-top: 0; padding-top: 0; border-top: 0; }
.share-box--compact { margin: 0; padding: .75rem 1.2rem 0; border-top: 0; border-bottom: 1px solid var(--line); }
.share-box-label { font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: .75rem; }
.share-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 40px;
  padding: .55rem .85rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.55);
  color: var(--text);
  font-size: .82rem;
  font-weight: 600;
  cursor: pointer;
  transition: .2s;
}
.share-box--compact .share-btn {
  width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border-radius: 50%;
}
.share-btn svg { width: 18px; height: 18px; flex-shrink: 0; display: block; }
.share-btn:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); transform: translateY(-1px); }
.share-btn--whatsapp:hover { border-color: #25d366; color: #1f9d4d; background: rgba(37,211,102,.12); }
.share-btn--facebook:hover { border-color: #1877f2; color: #1877f2; background: rgba(24,119,242,.1); }
.share-btn--x:hover { border-color: #111; color: #111; background: rgba(0,0,0,.06); }
.share-btn--linkedin:hover { border-color: #0a66c2; color: #0a66c2; background: rgba(10,102,194,.1); }
.share-btn--copy.is-copied { border-color: #2f7a4d; color: #2f7a4d; background: rgba(60,160,90,.1); }
.share-box-wrap { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.share-box-wrap--top { margin: 0 0 1rem; padding: 0 0 1rem; border-top: 0; border-bottom: 1px solid var(--line); }
.services-band { background: radial-gradient(circle at 80% 20%, rgba(154,115,50,.08), transparent 35%), linear-gradient(180deg, var(--bg-2), var(--bg-3)); border-block: 1px solid var(--line); }
.service-card { display: block; padding: 1.5rem; height: 100%; position: relative; z-index: 1; cursor: pointer; color: inherit; }
.service-card .icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--gold-dim); color: var(--gold); font-weight: 700; margin-bottom: .8rem; }
.service-card p { color: var(--muted); margin: 0; font-size: .95rem; }
.form-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; align-items: stretch; background: linear-gradient(135deg, #fff, var(--bg-2)); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; }
.form-intro { padding: 2.5rem; background: linear-gradient(160deg, rgba(196,163,90,.16), transparent 50%), url("../img/about-2.jpg") center/cover; position: relative; min-height: 420px; }
.form-intro::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(42,36,24,.15), rgba(42,36,24,.72)); }
.form-intro > * { position: relative; z-index: 1; }
.form-intro h2 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); margin: .5rem 0 1rem; }
.form-body { padding: 2.2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .85rem; color: var(--muted); }
.field input, .field select, .field textarea { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: .9rem 1rem; outline: none; transition: .2s; color: var(--text); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(154,115,50,.45); box-shadow: 0 0 0 3px rgba(154,115,50,.1); }
.field textarea { min-height: 120px; resize: vertical; }
.alert { padding: .9rem 1rem; border-radius: 12px; margin-bottom: 1rem; border: 1px solid var(--line); }
.alert-success { background: rgba(60,160,90,.1); color: #2f7a4d; }
.alert-error { background: rgba(180,60,60,.1); color: #a33a3a; }
.page-hero { padding: 4.5rem 0 2.75rem; background: radial-gradient(circle at 12% 15%, rgba(154,115,50,.12), transparent 42%), linear-gradient(90deg, #e8dfd0 0%, #ddd2c0 28%, #d4c8b4 55%, #c9bcaa 100%); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-family: var(--display); font-size: clamp(1.75rem, 3.8vw, 2.75rem); margin: .6rem 0 0; letter-spacing: -.03em; color: var(--text); line-height: 1.15; }
.page-hero-lead { max-width: 42rem; margin: .85rem 0 0; font-size: 1.05rem; line-height: 1.55; color: var(--muted); }
.breadcrumb { color: var(--muted); font-size: .92rem; display: flex; gap: .5rem; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--gold); }
.content-wrap { padding: 3.5rem 0 5rem; position: relative; z-index: 1; }
.prose { max-width: 760px; color: var(--muted); }
.prose h2, .prose h3 { color: var(--text); font-family: var(--display); }
.prose p, .prose li { margin-bottom: 1rem; }
.prose ul { padding-left: 1.2rem; }
.detail-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: start; }
.gallery { display: grid; gap: .8rem; }
.gallery-stage { position: relative; }
.gallery-main { position: relative; width: 100%; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; padding: .85rem; min-height: 300px; cursor: zoom-in; transition: border-color .2s; font: inherit; color: inherit; }
.gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.92); color: var(--text); cursor: pointer; display: grid; place-items: center; font-size: 1.6rem; line-height: 1; transition: .2s; box-shadow: var(--shadow); }
.gallery-nav:hover { border-color: var(--gold); color: var(--gold); background: #fff; }
.gallery-nav-prev { left: .85rem; }
.gallery-nav-next { right: .85rem; }
.gallery-main:hover { border-color: rgba(154,115,50,.35); }
.gallery-main img { width: 100%; height: auto; max-height: 560px; object-fit: contain; object-position: center; display: block; pointer-events: none; }
.gallery-zoom-hint { position: absolute; right: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .4rem; padding: .45rem .75rem; border-radius: 999px; background: rgba(255,255,255,.88); border: 1px solid var(--line); color: var(--text); font-size: .78rem; font-weight: 600; opacity: 0; transform: translateY(6px); transition: .2s; pointer-events: none; }
.gallery-main:hover .gallery-zoom-hint { opacity: 1; transform: none; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; }
.gallery-thumbs button,
.gallery-thumb { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; padding: .45rem; background: #fff; cursor: pointer; min-height: 88px; display: flex; align-items: center; justify-content: center; transition: border-color .2s, box-shadow .2s; }
.gallery-thumbs button.is-active,
.gallery-thumb.is-active { border-color: var(--gold); box-shadow: 0 0 0 1px rgba(154,115,50,.25); }
.gallery-thumbs img { width: 100%; height: auto; max-height: 84px; object-fit: contain; object-position: center; display: block; pointer-events: none; }
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.92); display: none; align-items: center; justify-content: center; padding: 1.5rem; }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(100%, 1200px); max-height: calc(100vh - 4rem); object-fit: contain; border-radius: 12px; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; border: 1px solid var(--line); background: rgba(255,255,255,.92); color: var(--text); width: 44px; height: 44px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; font-size: 1.4rem; line-height: 1; transition: .2s; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { border-color: var(--gold); color: var(--gold); }
.lightbox-close { top: 1rem; right: 1rem; font-size: 1.6rem; }
.lightbox-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox-counter { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); color: var(--muted); font-size: .9rem; }
.vehicle-request-form { margin-top: 1.5rem; background: linear-gradient(180deg, #fff, var(--bg-2)); border: 1px solid var(--line); border-radius: 22px; padding: 1.4rem 1.5rem; }
.vehicle-request-form h3 { margin: 0 0 .35rem; font-family: var(--display); font-size: 1.35rem; }
.vehicle-request-lead { margin: 0 0 1rem; color: var(--muted); font-size: .92rem; }
.vehicle-request-form .form-grid { grid-template-columns: 1fr 1fr; }
.vehicle-request-form input[readonly] { opacity: .85; cursor: default; }
.specs { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1.4rem; }
.specs h2 { font-family: var(--display); margin-top: 0; }
.spec-group { margin-top: 1.2rem; }
.spec-group h4 { color: var(--gold); margin: 0 0 .6rem; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.spec-row { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .95rem; }
.spec-row strong { color: var(--text); font-weight: 500; text-align: right; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.5rem; }
.info-cards { display: grid; gap: 1rem; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.3rem; }
.info-card h3 { margin: 0 0 .4rem; font-family: var(--display); }
.info-card p, .info-card a { color: var(--muted); margin: 0; }
.site-footer { margin-top: 2rem; border-top: 1px solid var(--line); background: linear-gradient(180deg, var(--bg-3), #e2d8c8); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr 1fr; gap: 2rem; padding: 4rem 0 2.5rem; }
.footer-brand img { height: 40px; margin-bottom: 1rem; }
.footer-brand p, .contact-list { color: var(--muted); }
.site-footer h4 { margin: 0 0 1rem; font-family: var(--display); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .55rem; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--line); padding: 1.1rem 0; color: var(--muted); font-size: .9rem; }
.whatsapp-float { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 90; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; box-shadow: 0 12px 30px rgba(37,211,102,.35); transition: transform .2s ease; }
.whatsapp-float:hover { transform: scale(1.05); }
.whatsapp-float svg { width: 28px; height: 28px; }
.empty { color: var(--muted); padding: 2rem; border: 1px dashed var(--line); border-radius: 16px; text-align: center; }
@media (max-width: 1100px) {
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid--horizontal { grid-template-columns: 1fr; }
  .blog-grid--horizontal .blog-card { grid-template-columns: minmax(200px, 280px) 1fr; }
  .blog-article-grid { grid-template-columns: 1fr; }
  .blog-article-media { position: static; max-width: 520px; }
  .service-grid:not(.service-grid--cols-3) { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .form-panel, .detail-grid, .contact-grid, .footer-grid, .about-vm-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 360px; }
}
@media (max-width: 820px) {
  :root { --header-h: 108px; }
  body.nav-open { overflow: hidden; }
  body.nav-open .nav-toggle { opacity: 0; pointer-events: none; }
  body.page-home .site-top { position: sticky; }
  .site-top { display: block; }
  .topbar-left { display: none; }
  .topbar-inner { justify-content: flex-end; padding: .45rem 0; }
  .topbar-socials a { width: 38px; height: 38px; flex-basis: 38px; }
  .nav-toggle { display: block; position: relative; z-index: 210; }
  .nav-toggle.is-active span:first-child { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-active span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .nav-toggle span { transition: transform .25s ease; }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    margin: 0;
    align-self: auto;
    justify-self: auto;
    pointer-events: none;
    background: var(--bg);
    border: 0;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    max-height: none;
    overflow: hidden;
    box-shadow: none;
  }
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .mobile-nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid var(--line);
    flex-shrink: 0;
  }
  .mobile-nav-title {
    font-family: var(--display);
    font-size: 1.15rem;
    letter-spacing: .04em;
    color: var(--text);
  }
  .nav-close {
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: transparent;
    color: var(--text);
    display: grid;
    place-items: center;
    cursor: pointer;
    flex-shrink: 0;
  }
  .nav-close svg { width: 22px; height: 22px; }
  .mobile-nav-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    overflow-y: auto;
    padding: 1rem 1.25rem 2rem;
    -webkit-overflow-scrolling: touch;
  }
  .main-nav .nav-toplink,
  .main-nav .nav-item > button,
  .main-nav .nav-dropdown-btn,
  .main-nav .dropdown a {
    color: var(--text) !important;
    font-weight: 500 !important;
  }
  .main-nav .nav-toplink,
  .main-nav .nav-item > button {
    width: 100%;
    text-align: left;
    padding: 1rem .25rem;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }
  .main-nav .nav-toplink.is-active,
  .main-nav .nav-toplink:hover,
  .main-nav .nav-item > button:hover {
    color: var(--gold) !important;
  }
  .nav-item > button,
  .nav-item .nav-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    width: 100%;
  }
  .nav-item .nav-split .nav-toplink {
    flex: 1;
    justify-content: flex-start;
  }
  .nav-item .nav-split .nav-dropdown-btn {
    flex-shrink: 0;
    padding: .85rem .35rem;
  }
  .nav-chevron {
    display: block;
    color: var(--muted);
  }
  .nav-item.is-open > button .nav-chevron,
  .nav-item.is-open .nav-dropdown-btn .nav-chevron {
    transform: rotate(180deg);
    color: var(--gold);
  }
  .nav-item.is-open > button,
  .nav-item.is-open .nav-dropdown-btn {
    color: var(--gold) !important;
  }
  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
  }
  .nav-item.is-open .dropdown {
    max-height: 320px;
    padding: 0 0 .5rem .75rem;
  }
  .dropdown a {
    padding: .75rem .5rem;
    border-radius: 10px;
    font-size: .95rem;
    color: var(--muted) !important;
  }
  .dropdown a:hover {
    background: var(--gold-dim);
    color: var(--gold) !important;
  }
  .mobile-nav-cta {
    margin-top: 1.25rem;
    width: 100%;
  }
  .nav-item:hover .dropdown,
  .nav-item:focus-within .dropdown {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .hero { min-height: 78vh; }
  .vehicle-grid, .form-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-grid--horizontal .blog-card { grid-template-columns: 1fr; }
  .blog-grid--horizontal .blog-card .media img { min-height: 200px; }
  .blog-article-body.prose img { float: none; width: 100%; margin: 0 0 1rem; }
  .service-grid:not(.service-grid--cols-3) { grid-template-columns: 1fr; }
  .service-grid--cols-3 { grid-template-columns: 1fr; }
}
