:root {
  --ink: #18211d;
  --muted: #6f7770;
  --paper: #f4f2ec;
  --lime: #d5f44b;
  --line: #d9d8d0;
  --orange: #ef9d60;
  --display: 'Space Grotesk', sans-serif;
  --body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-wrap { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.site-header { width: min(1280px, calc(100% - 80px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 23px var(--display); letter-spacing: -1.2px; }
.brand-dot { color: #9eb525; }
.brand-mark { width: 24px; height: 24px; position: relative; display: inline-block; transform: rotate(-35deg); }
.brand-mark span { display: block; position: absolute; width: 9px; height: 22px; border: 3px solid var(--ink); border-radius: 8px; }
.brand-mark span:first-child { left: 2px; top: 0; }
.brand-mark span:last-child { right: 2px; top: 2px; border-color: #aac523; }
.desktop-nav { display: flex; gap: 38px; margin-left: auto; margin-right: 52px; color: #697069; font-size: 14px; }
.desktop-nav a, .header-call, .text-link { transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--ink); }
.header-call { font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.phone-icon { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--ink); border-radius: 50%; font-size: 17px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 5px; }
.desktop-nav.nav-open { display: flex; }
.hero { min-height: 588px; display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; gap: 40px; padding-top: 30px; padding-bottom: 75px; }
.eyebrow { color: #7d887d; font-size: 11px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; margin: 0 0 22px; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: #acc52d; box-shadow: 0 0 0 4px #e3edb6; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font: 600 clamp(54px, 6.5vw, 88px)/.97 var(--display); letter-spacing: -4.7px; margin-bottom: 27px; }
h1 em, h2 em { color: #a2bd28; font-style: normal; }
.hero-intro { max-width: 370px; color: var(--muted); font-size: 16px; line-height: 1.65; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 19px; border-radius: 3px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #29362e; }
.button-whatsapp { color: var(--ink); background: #d8e7bf; }
.button-whatsapp:hover { background: #c8dca9; }
.button-light { background: var(--lime); color: var(--ink); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid #a2a99f; padding-bottom: 5px; }
.text-link span { margin-left: 12px; font-size: 17px; }
.trust-row { display: flex; align-items: center; gap: 13px; margin-top: 47px; color: var(--muted); font-size: 12px; }
.trust-row p { margin: 0; }.trust-row strong { color: var(--ink); }
.avatar-stack { display: flex; padding-left: 8px; }.avatar-stack span { width: 28px; height: 28px; display: grid; place-items: center; margin-left: -8px; border: 2px solid var(--paper); border-radius: 50%; background: #b7c55b; color: var(--ink); font-size: 10px; font-weight: 700; }.avatar-stack span:nth-child(2) { background: #e3b17d; }.avatar-stack span:nth-child(3) { background: #90a79e; }.avatar-stack span:nth-child(4) { background: var(--ink); color: #fff; }
.hero-visual { position: relative; min-height: 0; aspect-ratio: 3 / 2; overflow: hidden; background: transparent; border-radius: 1px; }
.hero-art { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: contain; }
.sun-shape { width: 245px; height: 245px; position: absolute; right: 76px; top: 42px; border-radius: 50%; background: var(--orange); opacity: .78; }.road-lines { position: absolute; inset: auto 0 90px; height: 1px; background: rgba(24,33,29,.25); transform: rotate(-8deg) scale(1.2); }.road-lines i { position: absolute; height: 1px; width: 67px; background: rgba(24,33,29,.25); }.road-lines i:nth-child(1) { left: 20%; top: 20px; }.road-lines i:nth-child(2) { left: 56%; top: -12px; }.road-lines i:nth-child(3) { left: 87%; top: 31px; }
.taxi-scene { position: absolute; left: 5%; right: 4%; bottom: 90px; height: 210px; }.taxi-shadow { position: absolute; bottom: 0; left: 3%; right: 0; height: 27px; border-radius: 50%; background: rgba(24,33,29,.17); filter: blur(3px); }.taxi-car { position: absolute; bottom: 20px; left: 8%; width: 82%; height: 118px; border-radius: 30px 45px 15px 13px; background: var(--lime); box-shadow: inset -2px -7px 0 rgba(24,33,29,.09); transform: skewX(-3deg); }.taxi-roof { position: absolute; width: 58%; height: 73px; left: 19%; top: -53px; border-radius: 52px 55px 0 0; background: var(--lime); border-bottom: 4px solid var(--ink); }.taxi-window { position: absolute; top: 10px; height: 45px; background: #677c73; border: 3px solid var(--ink); }.window-one { left: 23%; width: 23%; border-radius: 27px 4px 4px 4px; }.window-two { left: 49%; width: 28%; border-radius: 4px 30px 4px 4px; }.taxi-sign { position: absolute; top: -19px; left: 37%; padding: 4px 8px; background: var(--ink); color: var(--lime); font-size: 8px; font-weight: 700; letter-spacing: 1px; transform: skewX(3deg); }.taxi-body-line { position: absolute; top: 65px; left: 0; right: 0; height: 3px; background: var(--ink); }.taxi-door-handle { position: absolute; top: 78px; width: 13px; height: 4px; border-radius: 3px; background: var(--ink); }.handle-one { left: 39%; }.handle-two { left: 61%; }.taxi-light { position: absolute; right: -2px; top: 62px; width: 12px; height: 22px; border-radius: 4px; background: #fff1a5; border: 2px solid var(--ink); }.taxi-wheel { position: absolute; bottom: -22px; width: 56px; height: 56px; display: grid; place-items: center; border: 5px solid var(--ink); border-radius: 50%; background: #24312b; }.taxi-wheel span { width: 16px; height: 16px; border-radius: 50%; background: #a7ada3; border: 3px solid #4a564e; }.wheel-one { left: 15%; }.wheel-two { right: 10%; }.visual-note { position: absolute; z-index: 2; display: flex; gap: 14px; color: var(--ink); font-size: 11px; line-height: 1.3; letter-spacing: .4px; }.visual-note strong { font: 600 28px var(--display); letter-spacing: -1px; }.note-top { left: 28px; top: 28px; }.note-bottom { align-items: end; right: 30px; bottom: 23px; }.note-bottom strong { order: 2; }
.stats-band { background: var(--ink); color: #fff; }.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 29px 0 31px; }.stats-grid div { display: flex; flex-direction: column; gap: 2px; border-left: 1px solid #4a554d; padding-left: 25px; }.stats-grid div:first-child { border-left: 0; padding-left: 0; }.stats-grid strong { font: 600 24px var(--display); letter-spacing: -.8px; }.stats-grid span { color: #abb3ad; font-size: 11px; }
.services { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-top: 118px; padding-bottom: 125px; }.section-heading h2, .promise h2, .contact h2 { font-size: clamp(43px, 5vw, 64px); letter-spacing: -3px; }.section-heading > p:last-child { max-width: 270px; color: var(--muted); font-size: 14px; line-height: 1.65; }.service-list { border-top: 1px solid var(--line); }.service-item { display: grid; grid-template-columns: 55px 1fr 30px; gap: 20px; align-items: center; min-height: 136px; border-bottom: 1px solid var(--line); }.service-number { align-self: start; padding-top: 29px; color: #9caf37; font-size: 11px; font-weight: 700; }.service-item h3 { margin-bottom: 7px; font: 600 22px var(--display); letter-spacing: -1px; }.service-item p { max-width: 340px; margin: 0; color: var(--muted); font-size: 13px; }.service-arrow { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; font-size: 17px; transition: all .2s ease; }.service-item:hover .service-arrow { background: var(--ink); color: #fff; transform: rotate(45deg); }
.gallery { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding-bottom: 125px; }.image-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }.image-card { position: relative; min-height: 220px; margin: 0; overflow: hidden; background: #dbe7c1; }.image-card-wide { grid-row: span 2; min-height: 454px; }.image-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }.image-card:hover img { transform: scale(1.04); }.image-card figcaption { position: absolute; right: 13px; bottom: 13px; left: 13px; display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; background: rgba(24,33,29,.86); color: #fff; }.image-card figcaption strong { font: 600 17px var(--display); }.image-card figcaption span { color: #cbd1ca; font-size: 11px; }.destinations { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding-bottom: 125px; }.destination-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }.destination-item { display: grid; grid-template-columns: 1fr 25px; gap: 8px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); padding: 18px 14px 18px 0; }.destination-item:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 24px; }.destination-item:nth-child(even) { padding-left: 24px; }.destination-item span { font: 600 20px var(--display); letter-spacing: -.7px; }.destination-item small { grid-column: 1; color: var(--muted); font-size: 11px; }.destination-item b { grid-column: 2; grid-row: 1 / span 2; display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 50%; font-size: 16px; font-weight: 400; }.destination-item:hover b { background: var(--ink); color: #fff; }
.destination-feature { position: relative; display: block; min-height: 220px; padding: 0 !important; overflow: hidden; }.destination-feature img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }.destination-feature::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(24,33,29,.88)); }.destination-feature span, .destination-feature small, .destination-feature b { position: absolute; z-index: 1; }.destination-feature span { left: 18px; bottom: 43px; color: #fff; }.destination-feature small { left: 18px; bottom: 21px; color: #d4dbd3; }.destination-feature b { right: 17px; bottom: 19px; color: #fff; border-color: rgba(255,255,255,.6); }
.promise { padding-bottom: 120px; }.promise-panel { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; padding: 78px 9%; background: var(--ink); color: #fff; }.eyebrow-light { color: #aab9a2; }.promise h2 { margin-bottom: 0; }.promise h2 em { color: var(--lime); }.promise-copy { align-self: end; }.promise-copy p { max-width: 320px; color: #b6c0b8; font-size: 14px; line-height: 1.7; margin-bottom: 27px; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 105px; }.contact h2 { margin-bottom: 0; }.contact-action { padding-top: 10px; }.contact-action > p:first-child { max-width: 280px; color: var(--muted); font-size: 15px; }.contact-buttons { display: flex; flex-direction: column; align-items: flex-start; }.contact-number { display: inline-block; margin: 27px 0 17px; font: 600 clamp(21px, 3vw, 31px) var(--display); letter-spacing: -1px; border-bottom: 2px solid var(--lime); padding-bottom: 6px; }.contact-number span, .whatsapp-link span { font-size: 22px; margin-left: 12px; }.whatsapp-link { display: inline-block; color: #3d762d; font-size: 14px; font-weight: 700; }.small-note { color: var(--muted); font-size: 11px; }.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-top: 25px; padding-bottom: 30px; border-top: 1px solid var(--line); }.site-footer p { margin: 0; color: var(--muted); font-size: 11px; }.site-footer p:nth-child(2) { text-align: center; }.site-footer p:last-child { text-align: right; }
@media (max-width: 760px) { .section-wrap, .site-header { width: min(100% - 40px, 560px); }.site-header { height: 72px; }.desktop-nav, .header-call { display: none; }.desktop-nav.nav-open { display: flex; position: absolute; z-index: 10; top: 62px; left: 20px; right: 20px; flex-direction: column; gap: 0; margin: 0; padding: 8px 18px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(24,33,29,.08); }.desktop-nav.nav-open a { padding: 11px 0; border-bottom: 1px solid var(--line); }.desktop-nav.nav-open a:last-child { border-bottom: 0; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; }.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); }.hero { display: flex; flex-direction: column; align-items: stretch; gap: 46px; padding-top: 52px; padding-bottom: 56px; }.hero-copy { order: 1; }.hero-visual { order: 2; }.stats-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 0; padding: 25px 0; }.stats-grid div:nth-child(3) { border-left: 0; padding-left: 0; }.services { display: block; padding-top: 78px; padding-bottom: 80px; }.section-heading { margin-bottom: 48px; }.service-item { grid-template-columns: 35px 1fr 29px; gap: 13px; min-height: 126px; }.service-item h3 { font-size: 19px; }.service-item p { font-size: 12px; }.promise { padding-bottom: 80px; }.promise-panel { display: block; padding: 52px 28px; }.promise h2 { margin-bottom: 42px; }.promise-copy p { font-size: 13px; }.contact { display: block; padding-bottom: 75px; }.contact-action { padding-top: 40px; }.site-footer { grid-template-columns: 1fr; gap: 18px; padding-bottom: 25px; }.site-footer p, .site-footer p:nth-child(2), .site-footer p:last-child { text-align: left; } h1 { font-size: clamp(56px, 16vw, 76px); letter-spacing: -3.5px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
@media (max-width: 760px) { .hero-actions { flex-wrap: wrap; gap: 14px 18px; }.button-whatsapp { order: 3; }.gallery, .destinations { display: block; padding-bottom: 80px; }.gallery .section-heading, .destinations .section-heading { margin-bottom: 42px; }.image-grid { grid-template-columns: 1fr 1fr; }.image-card-wide { min-height: 330px; }.image-card { min-height: 158px; }.image-card figcaption { right: 8px; bottom: 8px; left: 8px; padding: 8px 9px; }.image-card figcaption strong { font-size: 14px; }.image-card figcaption span { font-size: 9px; }.destination-list { margin-top: 0; }.destination-feature { min-height: 190px; }.contact-buttons { align-items: stretch; }.contact-number { width: fit-content; max-width: 100%; }.whatsapp-link { margin-top: 4px; } }
