@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap");

:root {
  --green-950: #003e2c;
  --green-900: #065739;
  --green-700: #087d52;
  --green-500: #29a778;
  --lime: #00ff05;
  --ink: #1e1e1e;
  --muted: #5d625f;
  --line: #e2e2e2;
  --mist: #eff9f5;
  --white: #fff;
  --shadow: 0 18px 50px rgba(4, 49, 34, 0.12);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shell: 1512px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); font-family: "Archivo", Arial, sans-serif; background: var(--white); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 5.35vw, 5.75rem); line-height: 0.98; letter-spacing: -0.045em; }
h2 { margin-bottom: 34px; font-size: clamp(2rem, 3vw, 3.5rem); line-height: 1.08; letter-spacing: -0.035em; font-weight: 500; }
h3 { margin-bottom: 10px; }
p { line-height: 1.55; }
button { cursor: pointer; }
.text-white { color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: min(calc(100% - 10rem), var(--shell)); margin-inline: auto; }
.section { padding-block: 90px; }
.eyebrow { margin-bottom: 20px; color: var(--lime); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.eyebrow.dark { color: var(--ink); }
.eyebrow.dark::after { content: ""; display: inline-block; width: 20px; height: 2px; margin-left: 8px; vertical-align: middle; background: var(--green-500); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border-radius: 999px; font-size: 0.9rem; font-weight: 500; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; outline: none!important; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 0, 0, .14); }
.button-light { color: var(--green-900); background: white; }
.button-green { color: white; background: var(--green-500); }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.72); }
.center-action { display: flex; justify-content: center; margin-top: 52px; }
.centered { text-align: center; }
.section-heading h2 { margin-bottom: 0; }

.hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; color: white; background: var(--green-950); }
.hero::before, .page-hero::before { content: ""; position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(6,87,57,.94) 0%, rgba(3,63,45,.85) 48%, rgba(12,19,22,.91) 100%), url("/images/hero-bg.png") center/cover no-repeat; }
.hero::after, .page-hero::after { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .82; background: url("/images/hero-texture.png") center/cover; mix-blend-mode: soft-light; }
.hero { min-height: 100vh; min-height: 100svh; }
.page-hero { min-height: 470px; }
.site-header { position: absolute; z-index: 1000; inset: 0 0 auto; padding-top: 36px; }
.nav-shell { position: relative; display: flex; min-height: 91px; align-items: center; justify-content: space-between; }
.nav-links { position: absolute; top: 50%; left: 50%; display: flex; min-height: 48px; align-items: center; padding-inline: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.16); backdrop-filter: blur(14px); transform: translate(-50%, -50%); }
.nav-links a { color: rgba(255,255,255,.92); font-size: .88rem; white-space: nowrap; }
.nav-links a.active { color: var(--lime); font-weight: 600; }
.nav-dot { padding-inline: 11px; color: rgba(255,255,255,.7); font-size: .7rem; }
.brand { flex: 0 0 auto; border-radius: 50%; background: white; }
.brand img { width: 91px; height: 91px; object-fit: contain; border-radius: 50%; }
.quote-button { margin-top: 2px; }
.mobile-quote { display: none; }
.menu-toggle { display: none; border: 0; background: none; }
.hero-content { display: flex; align-items: center; min-height: 100vh; min-height: 100svh; padding-top: 40px; }
.hero-copy { position: relative; z-index: 2; max-width: 720px; padding-block: 100px 80px; }
.hero-copy h1 { margin-bottom: 32px; }
.hero-copy .lead { max-width: 620px; margin-bottom: 25px; color: rgba(255,255,255,.92); font-size: 1.15rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 38px; color: white; font-size: 1.05rem; }
.hero-trust i { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-visual { position: absolute; right: -25%; transform: translateY(10%); width: 80%; }
.hero-visual img { width: 100%; height: auto; }
.page-hero-content { display: flex; min-height: 470px; padding-top: 154px; align-items: center; }
.page-hero-content h1 { margin: 0; font-size: clamp(3rem, 4vw, 4.5rem); }
.page-hero-content .eyebrow { margin-bottom: 28px; }

.availability-section { padding-block: 90px; background: linear-gradient(105deg, rgba(90,167,41,.077), rgba(35,65,16,.055)); }
.availability-section h2 { margin-bottom: 65px; font-size: 1.65rem; font-weight: 600; letter-spacing: 0; }
.availability-form { display: flex; flex-direction: column; align-items: center; }
.availability-fields { display: grid; width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-bottom: 52px; }
.availability-fields label { display: flex; min-width: 0; flex-direction: column; gap: 10px; font-size: 1rem; }
.availability-control { position: relative; display: flex; height: 48px; align-items: center; border: 1px solid #cbcbcb; background: rgba(255,255,255,.34); }
.availability-control input, .availability-control select { width: 100%; height: 100%; min-width: 0; padding: 8px 46px 8px 12px; border: 0; outline: 0; color: var(--ink); font: inherit; font-size: .9rem; background: transparent; appearance: none; }
.availability-control input::placeholder { color: #696d6a; opacity: 1; }
.availability-control input[type="datetime-local"]::-webkit-calendar-picker-indicator { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.availability-control > img { position: absolute; right: 11px; width: 24px; height: 24px; object-fit: contain; pointer-events: none; }
.availability-form > .button { border: 0; cursor: pointer; }
.availability-status { margin: 22px 0 0; color: var(--green-900); text-align: center; }
.availability-status.is-unavailable { color: #a43232; }
.booking-contact-step { width: min(100%, 980px); margin-top: 34px; padding: 30px; border: 1px solid rgba(41,167,120,.28); border-radius: var(--radius-md); background: rgba(255,255,255,.72); box-shadow: var(--shadow); }
.booking-contact-step[hidden] { display: none; }
.booking-contact-step > div:first-child { margin-bottom: 24px; text-align: center; }
.booking-contact-step h3 { margin-bottom: 7px; color: var(--green-900); font-size: 1.3rem; }
.booking-contact-step p { margin: 0; color: var(--muted); font-size: .86rem; }
.booking-contact-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; text-align: left; }
.booking-contact-fields label, .service-request-fields label { display: grid; gap: 8px; color: var(--ink); font-size: .78rem; font-weight: 500; }
.booking-contact-fields label span { color: var(--muted); font-weight: 400; }
.booking-contact-fields input, .service-request-fields input, .service-request-fields select, .service-request-fields textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #cbd8d2; border-radius: 8px; outline: 0; color: var(--ink); background: white; }
.booking-contact-fields input:focus, .service-request-fields input:focus, .service-request-fields select:focus, .service-request-fields textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(41,167,120,.12); }

.why-layout { position: relative; display: grid; grid-template-columns: .93fr 1.4fr; gap: 58px; align-items: start; }
.priority-card { position: relative; z-index: 1; }
.priority-photo { width: 100%; height: 315px; object-fit: cover; object-position: 28% center; margin-bottom: 22px; }
.priority-card h3 { font-size: 1.65rem; font-weight: 500; }
.priority-card p { color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 26px; }
.benefit h3 { font-size: 1.08rem; font-weight: 500; }
.benefit p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.icon-disc { display: grid; width: 48px; height: 48px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: var(--green-900); }
.icon-disc img { width: 27px; height: 27px; object-fit: contain; }
.airfreight-art { position: absolute; z-index: 0; right: -15%; bottom: -48%; width: 47%; height: auto; pointer-events: none; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.service-grid-detailed { gap: 55px; }
.service-grid-detailed .service-number { display: none; }
.service-card { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: white; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-image { width: 100%; height: 245px; object-fit: cover; object-position: 25% center; }
.service-copy { position: relative; display: flex; min-height: 250px; padding: 24px; flex-direction: column; }
.service-copy h3 { max-width: 240px; font-size: 1.25rem; font-weight: 600; }
.service-copy p { margin-bottom: 25px; color: var(--muted); font-size: .9rem; }
.service-number { position: absolute; right: 22px; top: 20px; color: rgba(6,87,57,.18); font-size: 2rem; font-weight: 700; }
.text-link { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; color: var(--green-700); font-size: .83rem; font-weight: 600; }
.text-link img { width: 18px; height: 18px; }

.contact-band { position: relative; isolation: isolate; overflow: hidden; color: white; background: var(--green-900); }
.contact-band::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(rgba(6,87,57,.88), rgba(6,87,57,.88)), url("/images/cta-bg.png") center/cover; }
.contact-band-inner { display: flex; min-height: 291px; align-items: center; justify-content: space-between; gap: 50px; }
.contact-copy h2 { margin-bottom: 15px; font-size: clamp(1.8rem, 2.35vw, 2.5rem); font-weight: 400; letter-spacing: -.025em; }
.contact-copy h2 span { display: block; }
.contact-copy p { margin-bottom: 0; font-size: 1.25rem; }
.contact-actions { display: flex; gap: 30px; }
.contact-square { display: grid; width: 91px; height: 91px; place-items: center; }
.contact-square img { width: 31px; height: 31px; object-fit: contain; }
.contact-square.whatsapp { background: white; }
.contact-square.phone { background: var(--ink); }
.contact-square.mail { background: var(--green-500); }

.how-layout { display: grid; grid-template-columns: 1fr 1.18fr; gap: 86px; align-items: center; margin-top: 70px; }
.how-image-wrap { position: relative; }
.how-image-wrap::after { content: ""; position: absolute; right: -15px; bottom: -15px; width: 100%; height: 100%; border: 1px solid var(--line); z-index: -1; }
.how-image-wrap img { width: 100%; height: 510px; object-fit: cover; object-position: center; box-shadow: 8px 12px 0 rgba(0,0,0,.06); }
.steps { position: relative; display: grid; gap: 28px; margin: 0; padding: 0 0 0 38px; list-style: none; border-left: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 48px 1fr; align-items: start; }
.steps li > span { display: grid; width: 48px; height: 48px; margin-left: -63px; place-items: center; color: white; border: 8px solid white; border-radius: 50%; background: var(--green-500); font-size: .72rem; font-weight: 600; }
.steps h3 { margin-bottom: 7px; font-size: 1.15rem; font-weight: 500; }
.steps p { margin-bottom: 0; color: var(--muted); font-size: .85rem; }

.testimonials { position: relative; isolation: isolate; overflow: hidden; padding-block: 78px 90px; color: white; background: #1e1e1e; }
.testimonials::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(rgba(24,24,24,.9), rgba(24,24,24,.9)), url("/images/testimonials-bg.png") center/cover; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; margin-top: 48px; }
.review { min-height: 148px; padding: 28px; color: var(--ink); background: white; }
.stars { display: flex; gap: 3px; margin-bottom: 16px; }
.stars img { width: 18px; height: 18px; object-fit: contain; }
.review blockquote { margin: 0 0 8px; font-size: 1.08rem; }
.review cite { font-size: .82rem; font-style: normal; }

.site-footer { background: white; }
.footer-main { display: grid; grid-template-columns: 1.45fr .55fr 1fr; gap: 80px; padding-block: 75px; }
.footer-brand img { width: 118px; height: 118px; object-fit: contain; margin-bottom: 16px; }
.footer-brand p, .footer-contact p, .footer-contact a { color: #484d4a; font-size: .86rem; }
.footer-main h3 { font-size: 1rem; font-weight: 500; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: .86rem; }
.footer-contact > p, .footer-contact > a { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.footer-contact img { width: 22px; height: 22px; object-fit: contain; flex: 0 0 auto; }
.socials { display: flex; gap: 12px; margin-top: 22px; }
.socials img { width: 25px; height: 25px; }
.app-strip { color: white; background: var(--green-900); }
.app-strip-inner { display: flex; min-height: 150px; align-items: center; justify-content: space-between; }
.app-strip h3 { margin-bottom: 8px; font-size: 1.3rem; font-weight: 400; }
.app-strip p { margin: 0; font-size: .75rem; }
.store-buttons { display: flex; gap: 14px; }
.store-buttons a { display: flex; min-width: 156px; min-height: 54px; align-items: center; justify-content: center; gap: 10px; color: var(--ink); background: white; }
.store-buttons a.dark { color: white; background: var(--ink); }
.store-buttons img { width: 25px; height: 25px; object-fit: contain; }

.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-intro-copy { max-width: 650px; }
.about-intro h2 { margin-bottom: 28px; }
.about-intro p:last-child { color: var(--muted); }
.about-delivery { width: 100%; height: 520px; object-fit: cover; object-position: center; border-radius: var(--radius-lg); }
.story-section { position: relative; isolation: isolate; overflow: hidden; min-height: 610px; color: white; background: var(--green-900); }
.story-section::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .18; background: url("/images/cta-bg.png") center/cover; }
.story-inner { position: relative; display: flex; min-height: 610px; align-items: center; }
.story-copy { max-width: 730px; }
.story-copy h2 { margin-bottom: 20px; }
.story-copy p { margin-bottom: 0; font-size: 1.13rem; }
.story-person { position: absolute; right: 2%; bottom: -3px; width: 460px; height: 610px; object-fit: contain; object-position: bottom; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { min-height: 300px; padding: 34px; border: 1px solid #dcece5; border-radius: var(--radius-md); background: linear-gradient(135deg, #dff4eb, #fff); }
.value-card img { width: 44px; height: 44px; margin-bottom: 26px; object-fit: contain; }
.value-icon { display: grid; width: 76px; height: 76px; margin-bottom: 25px; place-items: center; border-radius: 50%; background: var(--green-900); box-shadow: 0 10px 26px rgba(6,87,57,.2); }
.value-card .value-icon img { width: 50px; height: 50px; margin: 0; object-fit: contain; filter: brightness(0) invert(1); }
.value-card h3 { font-size: 1.4rem; font-weight: 500; }
.value-card p, .value-card ol { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.value-card ol { margin: 0; padding-left: 1.2rem; }

.fleet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.vehicle-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.vehicle-card > img, .vehicle-card-image > img { width: 100%; height: 260px; object-fit: cover; }
.vehicle-card-image { position: relative; }
.vehicle-availability-badge { position: absolute; right: 14px; bottom: 14px; padding: 8px 11px; color: #33413b; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 7px 18px rgba(0,0,0,.12); font-size: .68rem; font-weight: 600; backdrop-filter: blur(8px); }
.vehicle-availability-badge.is-available { color: #075b3c; background: rgba(225,250,238,.96); }
.vehicle-availability-badge.is-unavailable { color: #983434; background: rgba(255,235,235,.96); }
.vehicle-live-availability { display: inline-flex; margin: -2px 0 20px; padding: 8px 12px; border-radius: 999px; font-size: .75rem; font-weight: 600; }
.vehicle-live-availability.is-checking, .vehicle-live-availability.is-unknown { color: #58635e; background: #edf2f0; }
.vehicle-live-availability.is-available { color: #075b3c; background: #dff7eb; }
.vehicle-live-availability.is-unavailable { color: #983434; background: #fde8e8; }
.vehicle-copy { padding: 24px; }
.vehicle-copy h3 { font-size: 1.15rem; font-weight: 500; }
.vehicle-price { color: var(--green-500); font-size: .87rem; }
.vehicle-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-block: 20px; color: var(--muted); font-size: .76rem; }
.vehicle-meta span { display: inline-flex; align-items: center; gap: 5px; }
.vehicle-meta img { width: 18px; height: 18px; object-fit: contain; }

.service-detail-hero .page-hero-content h1 { max-width: 1050px; font-size: clamp(2.6rem, 4.2vw, 4.8rem); }
.service-detail-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr); gap: 78px; align-items: start; }
.service-detail-main > img { width: 100%; height: 460px; margin-bottom: 46px; object-fit: cover; object-position: center; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.service-detail-main .eyebrow { margin-bottom: 16px; }
.service-detail-main h2 { max-width: 820px; margin-bottom: 25px; }
.service-detail-lead { max-width: 820px; margin-bottom: 38px; color: var(--muted); font-size: 1.08rem; }
.service-detail-main h3 { margin-bottom: 18px; font-size: 1.35rem; }
.service-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; padding: 0; list-style: none; }
.service-feature-list li { position: relative; min-height: 54px; padding: 16px 16px 16px 45px; border: 1px solid #dcece5; border-radius: 12px; background: var(--mist); font-size: .88rem; }
.service-feature-list li::before { content: "✓"; position: absolute; top: 14px; left: 16px; display: grid; width: 21px; height: 21px; place-items: center; color: white; border-radius: 50%; background: var(--green-500); font-size: .7rem; font-weight: 700; }
.service-facts { position: sticky; top: 28px; padding: 34px; border: 1px solid rgba(41,167,120,.3); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(41,167,120,.15), white 62%); box-shadow: var(--shadow); }
.service-facts > div { display: grid; gap: 7px; padding-block: 20px; border-bottom: 1px solid #d9e7e1; }
.service-facts > div span { color: var(--muted); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.service-facts > div strong { font-size: .93rem; line-height: 1.5; }
.service-facts .button { width: 100%; margin-top: 28px; }
.service-request-section { padding-block: 85px; color: white; background: linear-gradient(125deg, var(--green-900), var(--green-950)); }
.service-request-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.service-request-layout h2 { margin-bottom: 20px; }
.service-request-layout > div > p:last-child { max-width: 470px; color: rgba(255,255,255,.75); }
.service-request-form { padding: 30px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-md); background: rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.service-request-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 24px; }
.service-request-fields label { color: white; }
.service-request-fields textarea { resize: vertical; }
.service-request-fields .full-field { grid-column: 1 / -1; }
.service-request-status { margin: 20px 0 0; color: white; font-size: .86rem; }

.catalog-intro { max-width: 760px; margin: -12px 0 48px; color: var(--muted); }
.vehicle-detail-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 75px; align-items: center; }
.vehicle-detail-visual { padding: 28px; border-radius: var(--radius-lg); background: linear-gradient(145deg, #e5f5ee, white); }
.vehicle-detail-visual img { width: 100%; height: 520px; object-fit: contain; }
.vehicle-detail-copy > p:not(.eyebrow):not(.vehicle-detail-price) { color: var(--muted); font-size: 1.02rem; }
.vehicle-detail-price { color: var(--green-500); font-size: 1.25rem; font-weight: 600; }
.vehicle-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-block: 30px; }
.vehicle-spec-grid span { display: grid; gap: 7px; padding: 17px; border: 1px solid #dce8e3; border-radius: 12px; background: #fbfdfc; }
.vehicle-spec-grid small { color: var(--muted); font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.vehicle-spec-grid strong { font-size: .9rem; }
.vehicle-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 32px; padding: 0; list-style: none; }
.vehicle-feature-list li { position: relative; padding-left: 24px; color: var(--muted); font-size: .85rem; }
.vehicle-feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-500); font-weight: 700; }
.vehicle-booking-section { padding-block: 85px; color: white; background: linear-gradient(125deg, var(--green-900), var(--green-950)); }
.vehicle-booking-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 75px; align-items: start; }
.vehicle-booking-layout > div > p:last-child { color: rgba(255,255,255,.75); }
.vehicle-booking-form { padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-md); background: rgba(255,255,255,.08); }
.vehicle-booking-form .service-request-fields label { color: white; }
.vehicle-booking-status { margin: 18px 0 0; color: white; font-size: .85rem; }

.blog-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.blog-heading h2 { margin-bottom: 0; }
.blog-heading > p { max-width: 520px; color: var(--muted); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: 0 12px 35px rgba(4,49,34,.07); }
.blog-card > a img { width: 100%; height: 245px; object-fit: cover; }
.blog-card-copy { padding: 24px; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .68rem; }
.blog-meta span:first-child { color: var(--green-500); font-weight: 600; text-transform: uppercase; }
.blog-card h2 { margin: 18px 0 12px; font-size: 1.35rem; letter-spacing: -.02em; }
.blog-card p { color: var(--muted); font-size: .85rem; }
.compact-page-hero, .compact-page-hero .page-hero-content { min-height: 390px; }
.blog-article { max-width: 1000px; }
.blog-article-heading { max-width: 900px; margin: 0 auto 45px; text-align: center; }
.blog-article-heading h1 { color: var(--ink); font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1.05; }
.blog-article-heading .blog-meta { justify-content: center; }
.blog-article-image { width: 100%; height: 500px; margin-bottom: 45px; object-fit: cover; border-radius: var(--radius-lg); }
.blog-article-body { max-width: 760px; margin-inline: auto; }
.blog-article-body p { margin-bottom: 26px; color: #3d4541; font-size: 1.05rem; line-height: 1.85; }
.blog-article-body aside { margin-top: 38px; padding: 25px; border-left: 4px solid var(--green-500); background: var(--mist); }
.blog-article-body aside a { color: var(--green-700); font-weight: 600; }

.contact-page-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-page-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-method-list { display: grid; gap: 14px; margin-top: 36px; }
.contact-method-list > a, .contact-method-list > div { display: flex; align-items: center; gap: 15px; padding: 15px; border: 1px solid #dce8e3; border-radius: 14px; background: #fbfdfc; }
.contact-method-list > * > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--green-900); }
.contact-method-list img { width: 23px; height: 23px; object-fit: contain; filter: brightness(0) invert(1); }
.contact-method-list div div { display: grid; gap: 4px; }
.contact-method-list small { color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.contact-method-list strong { font-size: .83rem; overflow-wrap: anywhere; }
.contact-page-form { padding: 34px; border: 1px solid rgba(41,167,120,.25); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(41,167,120,.12), white 65%); box-shadow: var(--shadow); }
.contact-page-form .service-request-fields label { color: var(--ink); }
.contact-form-status { margin: 18px 0 0; color: var(--green-900); font-size: .85rem; }
.quote-page-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.quote-page-copy { position: sticky; top: 35px; }
.quote-page-copy > p:not(.eyebrow) { color: var(--muted); }
.quote-steps { display: grid; gap: 20px; margin: 38px 0 0; padding: 0; list-style: none; }
.quote-steps li { display: flex; gap: 16px; align-items: flex-start; }
.quote-steps li > span { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; color: white; border-radius: 50%; background: var(--green-900); font-size: .7rem; font-weight: 600; }
.quote-steps strong { display: block; margin-bottom: 5px; color: var(--green-900); font-size: .9rem; }
.quote-steps p { margin: 0; color: var(--muted); font-size: .78rem; }
.quote-form label small { color: var(--muted); font-weight: 400; }
.quote-form button:disabled, .contact-page-form button:disabled { cursor: wait; opacity: .65; }

@media (max-width: 1180px) {
  .section-shell { width: min(calc(100% - 5rem), var(--shell)); }
  .nav-links { padding-inline: 15px; }
  .nav-dot { padding-inline: 6px; }
  .nav-links a { font-size: .75rem; }
  .hero-content { grid-template-columns: .9fr 1.1fr; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .availability-fields { grid-template-columns: repeat(2, 1fr); }
  .story-person { right: -9%; opacity: .9; }
  .story-copy { max-width: 60%; }
}

@media (max-width: 780px) {
  h1 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  h2 { margin-bottom: 26px; font-size: 1.85rem; overflow-wrap: anywhere; }
  .section-shell { width: min(calc(100% - 2rem), var(--shell)); }
  .section { padding-block: 64px; }
  .site-header { padding-top: 18px; }
  .nav-shell { min-height: 62px; align-items: center; }
  .menu-toggle { display: grid; order: 2; width: 44px; height: 44px; padding: 11px; place-content: center; gap: 5px; border-radius: 50%; background: rgba(255,255,255,.18); backdrop-filter: blur(10px); }
  .menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; background: white; }
  .page-hero { z-index: 20; overflow: visible; }
  .nav-links { position: absolute; z-index: 1001; top: 72px; right: 0; left: auto; display: none; width: min(300px, 90vw); max-height: calc(100vh - 100px); max-height: calc(100svh - 100px); overflow-y: auto; padding: 18px; flex-direction: column; align-items: stretch; border-radius: 18px; background: rgba(3,39,29,.98); box-shadow: 0 22px 52px rgba(0,0,0,.34); transform: none; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 8px; font-size: .9rem; }
  .nav-dot { display: none; }
  .brand { order: 1; }
  .brand img { width: 62px; height: 62px; }
  .quote-button { display: none; }
  .nav-links .mobile-quote { display: inline-flex; min-height: 44px; margin-top: 8px; padding-inline: 18px; align-items: center; justify-content: center; color: var(--green-900); border-radius: 999px; background: white; font-weight: 600; }
  .hero { min-height: 100vh; min-height: 100svh; }
  .hero-content { display: flex; min-height: 100vh; min-height: 100svh; padding-top: 100px; align-items: center; }
  .hero-copy { padding-block: 60px 40px; }
  .hero-copy .lead { max-width: 95%; font-size: .98rem; }
  .hero-trust { margin-bottom: 30px; font-size: .92rem; }
  .hero-visual { display: none; }
  .page-hero, .page-hero-content { min-height: 360px; }
  .page-hero-content { padding-top: 125px; }
  .why-layout, .about-intro, .how-layout { grid-template-columns: 1fr; gap: 45px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .priority-photo { height: 270px; }
  .airfreight-art { display: none; }
  .service-grid, .fleet-grid { grid-template-columns: 1fr; }
  .service-grid-detailed { gap: 28px; }
  .service-image { height: 230px; }
  .service-copy { min-height: 220px; }
  .contact-band-inner, .app-strip-inner { padding-block: 38px; flex-direction: column; align-items: center; gap: 28px; }
  .contact-copy p { font-size: 1rem; text-align: center; }
  .contact-copy h2 { text-align: center; }
  .contact-actions { gap: 14px; }
  .contact-square { width: 72px; height: 72px; }
  .how-layout { margin-top: 48px; }
  .how-image-wrap img { height: 320px; }
  .steps { margin-left: 12px; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-main { gap: 40px; padding-block: 60px; }
  .store-buttons { width: 100%; flex-wrap: wrap; }
  .store-buttons a { flex: 1 1 150px; }
  .about-delivery { height: 340px; }
  .story-section, .story-inner { min-height: 780px; }
  .story-inner { align-items: flex-start; padding-top: 62px; }
  .story-copy { max-width: 100%; }
  .story-person { right: 50%; width: 390px; transform: translateX(50%); }
  .values-grid { grid-template-columns: 1fr; }
  .availability-section { padding-block: 64px; }
  .availability-section h2 { margin-bottom: 38px; }
  .availability-fields { grid-template-columns: 1fr; margin-bottom: 34px; }
  .booking-contact-fields { grid-template-columns: 1fr; }
  .vehicle-card > img, .vehicle-card-image > img { height: 230px; }
  .service-detail-layout, .service-request-layout { grid-template-columns: 1fr; gap: 45px; }
  .service-detail-main > img { height: 320px; margin-bottom: 35px; }
  .service-facts { position: static; }
  .service-feature-list { grid-template-columns: 1fr; }
  .service-request-fields { grid-template-columns: 1fr; }
  .service-request-fields .full-field { grid-column: auto; }
  .vehicle-detail-layout, .vehicle-booking-layout, .contact-page-layout, .quote-page-layout { grid-template-columns: 1fr; gap: 45px; }
  .quote-page-copy { position: static; }
  .vehicle-detail-visual img { height: 340px; }
  .blog-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-article-image { height: 320px; }
}

@media (max-width: 700px) {
  .footer-main { display: flex; flex-direction: column; gap: 28px; padding-block: 48px; justify-content: center; }
  .footer-brand, .footer-links, .footer-contact { display: flex; align-items: center; flex-direction: column; text-align: center;  }
}

@media (max-width: 470px) {
  .section-shell { width: min(calc(100% - 1.5rem), var(--shell)); }
  .hero-copy { padding-block: 44px 28px; }
  .hero-actions { gap: 10px; }
  .button { min-height: 42px; padding-inline: 18px; font-size: .8rem; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { display: flex; gap: 18px; flex-direction: column; align-items: center; text-align: center; }
  .airfreight-art { bottom: -8%; opacity: .45; }
  .contact-copy h2 { font-size: 1.5rem; }
  .contact-copy p { font-size: .9rem; }
  .contact-actions { width: 100%; }
  .contact-square { flex: 1; }
  .story-copy p { font-size: .98rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
