:root {
  --ink: #0b0b0b;
  --paper: #f1efe9;
  --paper-deep: #e5e1d8;
  --gold: #c6a152;
  --gold-light: #e3c985;
  --line-dark: rgba(255,255,255,.16);
  --line-light: rgba(11,11,11,.18);
  --muted: #9d9b95;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: white; font-family: "DM Sans", sans-serif; }
section[id], aside[id] { scroll-margin-top: 96px; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.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; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; height: 84px; padding: 0 4vw;
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0,0,0,.82), transparent);
}
.brand { color: var(--gold-light); font-size: 30px; font-weight: 700; letter-spacing: .06em; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.site-nav > a:not(.nav-cta) { color: #d8d8d8; }
.site-nav > a:hover { color: var(--gold-light); }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(227,201,133,.65); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }

.hero { min-height: 100vh; position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .72fr); align-items: center; gap: 6vw; padding: 130px 6vw 100px; overflow: hidden; }
.hero-backdrop {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.2) 72%),
    linear-gradient(0deg, rgba(0,0,0,.72), transparent 38%),
    url("https://images.unsplash.com/photo-1618843479313-40f8afb4b4d8?auto=format&fit=crop&w=2000&q=88") 68% center/cover;
}
.hero-content { position: relative; z-index: 1; max-width: 720px; }
.eyebrow { margin: 0 0 24px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 700; }
h1, h2 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.03em; }
h1 { margin: 0; font-size: clamp(70px, 7.3vw, 112px); line-height: .82; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 570px; margin: 42px 0 0; color: #d4d4d4; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 26px; border: 0; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; cursor: pointer; }
.button-gold { background: var(--gold); color: #0b0b0b; }
.button-gold:hover { background: var(--gold-light); }
.button-whatsapp { background: #25d366; color: #071e10; }
.button-whatsapp:hover { background: #45e27c; }
.button-email { border: 1px solid rgba(255,255,255,.38); background: transparent; color: white; }
.button-email:hover { border-color: white; background: white; color: #111; }
.text-link { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; }
.text-link span { margin-left: 10px; color: var(--gold-light); }
.hero-proof { display: flex; gap: 34px; margin-top: 48px; }
.hero-proof div { padding-left: 17px; border-left: 1px solid var(--gold); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font: 34px "Instrument Serif", serif; }
.hero-proof span { color: #aaa; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-location { position: absolute; z-index: 1; bottom: 60px; left: 8vw; margin: 0; color: #949494; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.hero-location span { display: inline-block; width: 26px; height: 1px; margin: 0 10px 3px; background: #666; }
.hero-booking {
  position: relative; z-index: 2; width: 100%; max-width: 570px; justify-self: end;
  padding: 34px; border: 1px solid rgba(227,201,133,.35); border-radius: 24px;
  background: rgba(13,13,13,.9); box-shadow: 0 28px 90px rgba(0,0,0,.52); backdrop-filter: blur(16px);
}
.hero-booking .eyebrow { margin-bottom: 12px; }
.hero-booking h2 { font-size: 46px; }
.booking-intro { margin: 10px 0 26px; color: #a9a9a9; font-size: 13px; line-height: 1.6; }

.section { padding: 130px 8vw; }
.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; background: var(--paper); color: var(--ink); }
.intro .eyebrow, .fleet-section .eyebrow { color: #866923; }
h2 { margin: 0; font-size: clamp(52px, 6.5vw, 96px); line-height: .96; }
.intro-copy { padding-top: 36px; }
.intro-copy > p { margin: 0; max-width: 560px; font-size: 21px; line-height: 1.7; color: #4b4a46; }
.mini-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 55px; }
.mini-features span { padding-top: 15px; border-top: 1px solid var(--line-light); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }

.fleet-section { background: var(--paper); color: var(--ink); padding-top: 10px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: #686660; line-height: 1.7; }
.fleet-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 24px; width: min(100%, 980px); margin-inline: auto; }
.vehicle { min-width: 0; max-width: 100%; overflow: hidden; }
.vehicle-image { position: relative; aspect-ratio: 1.6; overflow: hidden; background: #d7d3ca; }
.vehicle-image img { display: block; width: 100%; max-width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: filter .35s, transform .35s; }
.vehicle:hover .vehicle-image img { filter: saturate(1); transform: scale(1.015); }
.vehicle-number { position: absolute; top: 18px; left: 18px; padding: 7px 9px; background: rgba(0,0,0,.72); color: white; font-size: 10px; letter-spacing: .12em; }
.vehicle-info { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-width: 0; padding: 18px 2px 0; }
.vehicle-info > div { min-width: 0; }
.vehicle-info p { margin: 0 0 7px; color: #7b776e; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.vehicle-info h3 { margin: 0; font: 28px "Instrument Serif", serif; line-height: 1.08; }
.vehicle-select { flex: 0 0 auto; border: 0; border-bottom: 1px solid #777; background: none; padding: 8px 0; color: #333; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; cursor: pointer; }
.vehicle-select span { margin-left: 8px; }

.delivery { display: grid; grid-template-columns: 1fr 1fr; padding: 0; min-height: 780px; }
.delivery-photo {
  position: relative; min-height: 600px;
  background:
    linear-gradient(0deg, rgba(0,0,0,.35), transparent),
    url("https://images.unsplash.com/photo-1577803645773-f96470509666?auto=format&fit=crop&w=1300&q=85") center/cover;
}
.delivery-badge { position: absolute; right: 0; bottom: 0; min-width: 240px; padding: 26px; background: var(--gold); color: #111; }
.delivery-badge strong, .delivery-badge span { display: block; }
.delivery-badge strong { font: 25px "Instrument Serif", serif; }
.delivery-badge span { margin-top: 5px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.delivery-content { display: flex; flex-direction: column; justify-content: center; padding: 100px 8vw; background: #111; }
.delivery-content h2 { font-size: clamp(52px, 5vw, 78px); }
.delivery-content > p:not(.eyebrow) { margin: 30px 0 50px; color: #aaa; line-height: 1.8; }
.locations { border-top: 1px solid var(--line-dark); }
.locations div { display: grid; grid-template-columns: 70px 1fr; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line-dark); }
.locations span { color: var(--gold-light); font: 22px "Instrument Serif", serif; }
.locations p { margin: 0; color: #d0d0d0; font-size: 13px; }

.process { background: #171717; }
.process .section-heading > p { color: #888; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-dark); }
.process-list li { display: grid; grid-template-columns: 12% 35% 1fr; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.process-list > li > span { color: var(--gold-light); font-size: 11px; letter-spacing: .13em; }
.process-list div { display: contents; }
.process-list h3 { margin: 0; font: 30px "Instrument Serif", serif; }
.process-list p { margin: 0; color: #8d8d8d; line-height: 1.6; }

.shop-section { background: var(--paper); color: var(--ink); }
.shop-section .eyebrow { color: #866923; }
.shop-intro { max-width: 500px; }
.shop-intro > p { margin: 0 0 14px; color: #625f58; line-height: 1.7; }
.shop-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 25px; }
.button-ebay { border: 1px solid #6f695e; background: transparent; color: #292722; }
.button-ebay:hover { border-color: #292722; background: #292722; color: white; }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.shop-item { min-width: 0; }
.shop-image { position: relative; aspect-ratio: 1.25; overflow: hidden; background: #171717; }
.shop-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.shop-item:hover .shop-image img { transform: scale(1.015); }
.shop-page .shop-image img { cursor: zoom-in; }
.shop-image > span {
  position: absolute; top: 16px; left: 16px; padding: 7px 9px;
  background: var(--ink); color: white; font-size: 10px; letter-spacing: .12em;
}
.shop-item-info { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 2px 4px; border-bottom: 1px solid var(--line-light); }
.shop-item-info h3 { margin: 0; font: 25px "Instrument Serif", serif; }
.shop-item-info a { flex: 0 0 auto; color: #5c5548; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.shop-page { background: var(--paper); color: var(--ink); }
.shop-header { background: rgba(11,11,11,.94); }
.shop-nav a { color: #ddd; }
.shop-hero { padding: 170px 8vw 90px; background: #111; color: white; }
.shop-hero h1 { max-width: 900px; font-size: clamp(70px, 9vw, 130px); }
.shop-hero > p:not(.eyebrow) { max-width: 700px; color: #b5b5b5; font-size: 18px; line-height: 1.7; }
.shop-hero .button-ebay { border-color: rgba(255,255,255,.5); color: white; }
.shop-hero .button-ebay:hover { background: white; color: #111; }
.shop-note { margin-top: 28px; font-size: 13px !important; }
.shop-catalog { padding-top: 90px; background: var(--paper); }
.lightbox-open { overflow: hidden; }
.shop-lightbox[hidden] { display: none; }
.shop-lightbox {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center;
  padding: 70px 24px 24px; background: rgba(0,0,0,.94); cursor: zoom-out;
}
.shop-lightbox img {
  display: block; max-width: min(94vw, 1500px); max-height: 88vh;
  width: auto; height: auto; object-fit: contain; box-shadow: 0 22px 80px rgba(0,0,0,.55);
}
.shop-lightbox-close {
  position: absolute; top: 18px; right: 25px; width: 46px; height: 46px;
  border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.35);
  color: white; font-size: 30px; line-height: 1; cursor: pointer;
}

.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; align-self: start; }
.booking-form label { display: grid; gap: 7px; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 700; color: #b8b8b8; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: #080808; padding: 11px 12px; color: white; outline: 0; text-transform: none; letter-spacing: 0; font-size: 13px; color-scheme: dark; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); }
.full-width { grid-column: 1 / -1; }
.booking-form .button { margin-top: 8px; }
.form-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { margin: -7px 0 0; color: #858585; text-transform: none; text-align: center; letter-spacing: 0; font-size: 10px; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding: 60px 8vw 35px; color: #858585; font-size: 11px; }
.footer-brand { color: var(--gold-light); font-size: 30px; font-weight: 700; letter-spacing: .06em; }
.footer-links { display: flex; gap: 25px; color: #c5c5c5; }
.copyright { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid var(--line-dark); }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-button { display: grid; gap: 6px; }
  .menu-button span:not(.sr-only) { display: block; width: 25px; height: 1px; background: white; }
  .site-nav { position: absolute; top: 0; left: 0; right: 0; min-height: 100vh; padding: 110px 8vw; display: none; flex-direction: column; align-items: flex-start; background: #0b0b0b; font: 34px "Instrument Serif", serif; }
  .site-nav.open { display: flex; }
  .menu-button { z-index: 2; }
  .nav-cta { margin-top: 20px; font: 11px "DM Sans", sans-serif; }
  .hero { grid-template-columns: 1fr; padding: 120px 6vw 90px; min-height: auto; }
  .hero-content { max-width: 760px; }
  .hero-booking { max-width: none; justify-self: stretch; }
  .hero-proof { gap: 24px; }
  .hero-location { display: none; }
  .section { padding: 90px 6vw; }
  .intro { grid-template-columns: 1fr; gap: 55px; }
  .intro-copy { padding-top: 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .fleet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .delivery { grid-template-columns: 1fr; }
  .delivery-content { padding: 80px 6vw; }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  h1 { font-size: 68px; }
  .hero { padding-top: 110px; align-items: start; }
  .hero-content { padding-top: 25px; }
  .hero-backdrop { background-position: 62% center; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-proof strong { font-size: 28px; }
  .hero-proof { gap: 16px; }
  .hero-proof div { padding-left: 10px; }
  .hero-booking { padding: 24px 18px; border-radius: 18px; }
  .mini-features { grid-template-columns: 1fr; }
  .fleet-grid { grid-template-columns: 1fr; }
  .vehicle-info h3 { font-size: 26px; }
  .delivery-photo { min-height: 490px; }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-image { aspect-ratio: 1.2; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 10px; }
  .process-list div { display: block; }
  .process-list p { margin-top: 8px; }
  .booking-form { grid-template-columns: 1fr; }
  .form-actions { grid-template-columns: 1fr; }
  .full-width { grid-column: auto; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}
