:root {
  --ink: #171611;
  --ink-soft: #26241c;
  --sand: #fffff0;
  --paper: #ffffff;
  --white: #ffffff;
  --gold: #d4af37;
  --gold-light: #f1df94;
  --aqua: #d4af37;
  --muted: #68665f;
  --line: rgba(212, 175, 55, .28);
  --shell: min(1180px, calc(100% - 48px));
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shadow-soft: 0 18px 50px rgba(23,22,17,.09), 0 2px 8px rgba(23,22,17,.05);
  --shadow-lift: 0 28px 70px rgba(23,22,17,.15), 0 8px 20px rgba(23,22,17,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  opacity: 1;
  visibility: visible;
  transition: opacity .55s ease, visibility .55s ease;
}
.site-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner { width: min(330px, calc(100% - 64px)); display: flex; flex-direction: column; align-items: center; text-align: center; }
.loader-inner img { width: 250px; height: 160px; object-fit: contain; filter: brightness(1.55) saturate(1.12) drop-shadow(0 8px 24px rgba(212,175,55,.12)); animation: loader-logo .7s ease both; }
.loader-line { position: relative; width: 100%; height: 1px; margin: 4px 0 20px; overflow: hidden; background: rgba(212,175,55,.22); }
.loader-line::after { content: ""; position: absolute; inset: 0; background: var(--gold); transform-origin: left; animation: loader-progress 1.25s cubic-bezier(.6,0,.3,1) both; }
.loader-inner small { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; animation: loader-caption .7s .2s ease both; }
@keyframes loader-logo { from { opacity: 0; transform: translateY(10px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes loader-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes loader-caption { from { opacity: 0; } to { opacity: 1; } }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.section-heading, .section-top > div, .center-heading, .service-intro > div { position: relative; }
.section-heading::before, .section-top > div::before, .center-heading::before, .service-intro > div::before {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-bottom: 20px;
  background: var(--gold);
  box-shadow: 16px 5px 0 -1px rgba(212,175,55,.34);
}
.center-heading::before { margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 10px 16px; background: var(--white); }
.skip-link:focus { top: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.16);
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: linear-gradient(180deg, rgba(23,22,17,.98), rgba(32,30,23,.96)); box-shadow: 0 14px 38px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-logo img { width: 225px; height: 78px; object-fit: contain; object-position: left center; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--gold); }
.brand-mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font: 700 18px/1 "Plus Jakarta Sans"; letter-spacing: .16em; }
.brand small { display: block; margin-top: 6px; font-size: 8px; letter-spacing: .19em; opacity: .75; }
.primary-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.primary-nav > a:not(.nav-call) { opacity: .82; }
.primary-nav > a:hover { opacity: 1; }
.nav-call { position: relative; padding: 12px 20px; border: 1px solid var(--gold); border-radius: 999px; overflow: hidden; transition: color .25s, background .25s, transform .2s, box-shadow .2s; }
.nav-call:hover { color: var(--ink); background: linear-gradient(135deg, #f1d76c, var(--gold)); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(212,175,55,.24), inset 0 1px 0 rgba(255,255,255,.65); }
.menu-toggle { display: none; background: none; border: 0; color: inherit; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; }

.hero { min-height: 790px; height: 100svh; position: relative; color: var(--white); display: flex; align-items: flex-end; isolation: isolate; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url("assets/secure-taxi-hero.png") center center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(23,22,17,.84) 0%, rgba(23,22,17,.54) 39%, rgba(23,22,17,.08) 75%), linear-gradient(0deg, rgba(23,22,17,.6), transparent 45%); }
.hero-inner { padding-bottom: 58px; }
.hero-copy { max-width: 760px; margin-bottom: 82px; }
.eyebrow { margin: 0 0 22px; color: #7b6542; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2 { margin: 0; font: 600 62px/1.05 "Plus Jakarta Sans", sans-serif; letter-spacing: -.045em; }
h1 { font-size: clamp(58px, 6.7vw, 98px); max-width: 880px; }
h1 em, h2 em { color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 630px; margin: 28px 0 34px; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.button { position: relative; min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 28px; border: 0; border-radius: 999px; overflow: hidden; isolation: isolate; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s, background .25s, color .25s, box-shadow .25s; }
.button::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255,255,255,.24); transform: translateX(-105%) skewX(-16deg); transition: transform .45s ease; }
.button:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(23,22,17,.2), inset 0 1px 0 rgba(255,255,255,.5); }
.button:hover::before { transform: translateX(105%) skewX(-16deg); }
.button:active { transform: translateY(0) scale(.98); box-shadow: 0 4px 12px rgba(23,22,17,.16); }
.button:focus-visible, .nav-call:focus-visible, .text-link:focus-visible, .gallery-item:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.icon-arrow, .icon-arrow-right { position: relative; width: 13px; height: 13px; display: inline-block; flex: 0 0 13px; color: currentColor; font-size: 0; line-height: 0; }
.icon-arrow::before, .icon-arrow-right::before { content: ""; position: absolute; left: 1px; top: 6px; width: 11px; height: 1.5px; border-radius: 2px; background: currentColor; transform-origin: center; }
.icon-arrow::before { transform: rotate(-45deg); }
.icon-arrow::after, .icon-arrow-right::after { content: ""; position: absolute; width: 6px; height: 6px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.icon-arrow::after { top: 0; right: 0; }
.icon-arrow-right::after { top: 3px; right: 0; transform: rotate(45deg); }
.button-primary { color: var(--ink); background: linear-gradient(135deg, #f1d76c 0%, var(--gold) 55%, #b88e17 100%); box-shadow: 0 9px 22px rgba(212,175,55,.2), inset 0 1px 0 rgba(255,255,255,.7), inset 0 -2px 3px rgba(105,76,0,.18); }
.button-primary:hover { background: linear-gradient(135deg, #f7e28a, #d4af37 58%, #c49a20); }
.button-quiet { border: 1px solid rgba(255,255,255,.3); background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); color: var(--white); backdrop-filter: blur(12px); box-shadow: inset 0 1px 0 rgba(255,255,255,.15); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.25); }
.hero-proof div { display: flex; align-items: baseline; gap: 11px; }
.hero-proof strong { color: var(--gold-light); font: 600 16px "Plus Jakarta Sans"; }
.hero-proof span { color: rgba(255,255,255,.6); font-size: 12px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; }
h2 { font-size: clamp(42px, 5vw, 68px); }
.section-heading h2 em, .section-top h2 em, .center-heading h2 em { color: var(--gold); }
.welcome-copy { padding-top: 39px; }
.welcome-copy p { color: var(--muted); }
.welcome-copy .large-copy { margin-top: 0; color: var(--ink); font-size: 23px; line-height: 1.5; }
.text-link { display: inline-block; margin-top: 20px; padding-bottom: 4px; border-bottom: 1px solid var(--gold); font-size: 14px; font-weight: 700; transition: color .2s, border-color .2s, transform .2s; }
.text-link span, .text-link b { display: inline-block; margin-left: 14px; transition: transform .2s; }
.text-link:hover { color: #967813; border-color: transparent; transform: translateY(-1px); }
.text-link:hover span, .text-link:hover b { transform: translateX(5px); }

.services { background: radial-gradient(circle at 82% 8%, rgba(212,175,55,.1), transparent 30%), linear-gradient(145deg, #fffff0 0%, #ffffff 52%, #fffdf2 100%); }
.section-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12%; align-items: end; margin-bottom: 58px; }
.section-top > p { max-width: 440px; color: var(--muted); margin: 0 0 8px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 390px; padding: 34px 27px 28px; border: 1px solid rgba(212,175,55,.22); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,240,.78)); box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,.9); overflow: hidden; transition: transform .3s, box-shadow .3s, background .3s; }
.service-card::after { content: ""; position: absolute; width: 120px; height: 120px; top: -70px; right: -55px; border-radius: 50%; background: rgba(212,175,55,.09); box-shadow: 0 0 0 22px rgba(212,175,55,.035); pointer-events: none; }
.service-card:hover { z-index: 2; transform: translateY(-10px) rotateX(1deg); background: var(--white); box-shadow: var(--shadow-lift); }
.service-card.featured { color: var(--white); background: linear-gradient(145deg, #2a281f, var(--ink)); border-color: rgba(212,175,55,.48); }
.service-number { position: absolute; top: 25px; right: 25px; color: var(--muted); font-size: 11px; letter-spacing: .18em; }
.featured .service-number { color: rgba(255,255,255,.42); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 44px 0 44px; border: 1px solid var(--gold); color: var(--gold); font-size: 20px; transform: rotate(45deg); }
.service-icon::first-letter { transform: rotate(-45deg); }
.service-card h3 { margin: 0 0 13px; font: 600 22px "Plus Jakarta Sans"; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.featured p { color: rgba(255,255,255,.63); }
.service-card a { position: absolute; bottom: 28px; font-size: 13px; font-weight: 700; }
.service-card a span { margin-left: 9px; color: var(--gold); }

.assurance { position: relative; background: radial-gradient(circle at 86% 15%, rgba(212,175,55,.14), transparent 27%), linear-gradient(145deg, #27251d, var(--ink) 65%); color: var(--white); overflow: hidden; }
.assurance-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10%; align-items: center; }
.assurance-panel > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.62); font-size: 18px; }
.assurance-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.assurance-stats > div { display: flex; gap: 12px; }
.check { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-weight: 800; }
.assurance-stats p { margin: 0; }
.assurance-stats strong, .assurance-stats small { display: block; }
.assurance-stats strong { font-size: 13px; }
.assurance-stats small { margin-top: 4px; color: rgba(255,255,255,.45); font-size: 11px; }
.quote-card { position: relative; padding: 52px; color: var(--ink); border: 1px solid rgba(255,255,255,.5); border-radius: var(--radius-md); background: linear-gradient(145deg, #fff4bd, var(--gold-light) 55%, #dabe55); box-shadow: 28px 30px 0 rgba(212,175,55,.1), var(--shadow-lift), inset 0 1px 0 rgba(255,255,255,.8); }
.quote-mark { position: absolute; top: 10px; right: 32px; color: rgba(23,22,17,.15); font: 100px/1 Georgia; }
.quote-card blockquote { position: relative; margin: 0 0 38px; font: 500 26px/1.5 "Plus Jakarta Sans"; }
.quote-card p { margin: 0; }
.quote-card p strong, .quote-card p span { display: block; }
.quote-card p strong { font-size: 13px; }
.quote-card p span { color: rgba(23,22,17,.6); font-size: 12px; }

.real-service { background: var(--paper); }
.real-service-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9%; align-items: center; }
.service-photo { position: relative; min-height: 540px; }
.service-photo::after { content: ""; position: absolute; inset: 24px -24px -24px 24px; z-index: -1; border: 1px solid var(--gold); }
.service-photo img { width: 100%; height: 540px; display: block; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-lift); }
.real-service-copy p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.real-service-copy h2 em { color: var(--gold); }
.guest-preview { background: linear-gradient(155deg, #fffff0, #ffffff 58%, #fff9db); }
.guest-preview-grid { display: grid; grid-template-columns: 1.15fr .85fr .75fr; gap: 22px; align-items: stretch; }
.guest-preview figure { position: relative; min-height: 440px; margin: 0; overflow: hidden; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.guest-preview figure img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s; }
.guest-preview figure:hover img { transform: scale(1.025); }
.guest-preview figcaption { position: absolute; inset: auto 0 0; padding: 45px 24px 22px; color: white; background: linear-gradient(transparent, rgba(23,22,17,.88)); font-size: 13px; }
.gallery-invite { min-height: 440px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: var(--white); border: 1px solid rgba(212,175,55,.35); border-radius: var(--radius-md); background: radial-gradient(circle at 80% 12%, rgba(212,175,55,.2), transparent 28%), linear-gradient(145deg, #2d2a20, var(--ink)); box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s; }
.gallery-invite:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.gallery-invite span { margin-bottom: auto; color: var(--gold-light); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.gallery-invite strong { font: 600 25px/1.35 "Plus Jakarta Sans"; }
.gallery-invite b { margin-top: 25px; color: var(--gold); font-size: 24px; }

.center-heading { text-align: center; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8%; margin-top: 72px; }
.steps::before { content: ""; position: absolute; top: 28px; left: 16.66%; right: 16.66%; border-top: 1px dashed rgba(23,22,17,.25); }
.steps article { position: relative; text-align: center; }
.steps span { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 27px; border: 1px solid var(--gold); border-radius: 50%; background: var(--paper); color: var(--gold); font-size: 12px; font-weight: 700; }
.steps h3 { margin: 0 0 10px; font: 600 20px "Plus Jakarta Sans"; }
.steps p { max-width: 300px; margin: auto; color: var(--muted); font-size: 14px; }

.contact { background: radial-gradient(circle at 12% 14%, rgba(212,175,55,.12), transparent 26%), linear-gradient(145deg, #27251d, var(--ink)); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 440px; color: rgba(255,255,255,.62); font-size: 17px; }
.contact-options { margin-top: 48px; }
.contact-options a, .contact-options > p { display: block; margin: 0; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-options span, .contact-options strong { display: block; }
.contact-options span { color: var(--gold-light); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.contact-options strong { margin-top: 4px; font-size: 14px; font-weight: 500; }
.booking-form { padding: 42px; color: var(--ink); border: 1px solid rgba(212,175,55,.24); border-radius: var(--radius-md); background: linear-gradient(145deg, #ffffff, #fffef5); box-shadow: var(--shadow-lift), inset 0 1px 0 rgba(255,255,255,.9); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 28px; }
.form-heading span { font: 600 22px "Plus Jakarta Sans"; }
.form-heading p, .form-note { color: var(--muted); font-size: 11px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display: block; margin-bottom: 18px; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; margin-top: 7px; padding: 13px 15px; border: 1px solid rgba(23,22,17,.16); border-radius: var(--radius-sm); outline: none; color: var(--ink); background: rgba(255,255,255,.88); font-size: 14px; box-shadow: inset 0 2px 5px rgba(23,22,17,.035); transition: border .2s, box-shadow .2s, transform .2s; }
.booking-form input:hover, .booking-form select:hover, .booking-form textarea:hover { border-color: rgba(212,175,55,.55); }
.booking-form textarea { resize: vertical; min-height: 110px; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(213,170,97,.16); }
.submit-button { width: 100%; margin-top: 4px; }
.form-note { margin: 10px 0 0; text-align: center; }

.site-footer { color: rgba(255,255,255,.7); background: #171611; }
.footer-main { min-height: 230px; display: grid; grid-template-columns: 1fr 1.2fr .8fr; align-items: start; gap: 8%; padding-block: 52px; }
.footer-intro > p { max-width: 360px; margin: 12px 0 0; font-size: 13px; }
.footer-brand { color: var(--white); }
.footer-brand img { width: 175px; height: 78px; }
.footer-nav h3, .footer-contact h3 { margin: 14px 0 18px; color: var(--gold-light); font: 600 11px "Plus Jakarta Sans"; letter-spacing: .18em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; }
.footer-links a, .footer-contact a, .footer-contact p { font-size: 13px; }
.footer-links a:hover, .footer-contact a:hover, .footer-credit a:hover { color: var(--gold-light); }
.footer-contact p { margin: 0 0 8px; }
.footer-contact a { display: block; margin-bottom: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 28px; padding: 20px 0; border-top: 1px solid rgba(212,175,55,.24); font-size: 11px; }
.footer-credit a { color: var(--gold-light); }
.floating-call, .floating-whatsapp { display: none; }
.primary-nav .active:not(.nav-call) { color: var(--gold-light); opacity: 1; }
.inner-page .site-header { background: rgba(23,22,17,.98); }
.inner-page main { padding-top: 88px; }
.page-hero { position: relative; min-height: 650px; display: flex; align-items: flex-end; color: var(--white); background-position: center; background-size: cover; isolation: isolate; }
.about-hero { background-image: url("images/services/IMG_5747-Edit-scaled.jpg.jpeg"); }
.gallery-hero { background-image: url("images/services/IMG_5678-Edit-scaled.jpg.jpeg"); }
.page-hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(23,22,17,.9), rgba(23,22,17,.15)), linear-gradient(0deg, rgba(23,22,17,.72), transparent 60%); }
.page-hero-copy { padding-bottom: 74px; }
.page-hero-copy h1 { font-size: clamp(55px, 6vw, 84px); }
.page-hero-copy > p:last-child { max-width: 590px; color: rgba(255,255,255,.76); font-size: 18px; }
.story-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 9%; align-items: center; }
.story-photo { min-height: 620px; }
.story-photo img { width: 100%; height: 620px; display: block; object-fit: cover; object-position: 60% center; border-radius: var(--radius-lg); box-shadow: var(--shadow-lift); }
.story-copy h2 em, .gallery-intro h2 em, .contact-page h2 em { color: var(--gold); }
.story-copy p { color: var(--muted); }
.story-copy .large-copy { color: var(--ink); font-size: 21px; line-height: 1.5; }
.values { background: var(--sand); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 60px; }
.value-grid article { min-height: 300px; padding: 35px 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,240,.68)); box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s; }
.value-grid article:hover { transform: translateY(-7px); box-shadow: var(--shadow-lift); }
.value-grid span { color: var(--gold); font-size: 11px; letter-spacing: .17em; }
.value-grid h3 { margin: 76px 0 12px; font: 600 20px "Plus Jakarta Sans"; }
.value-grid p { color: var(--muted); font-size: 14px; }
.fleet-story { color: var(--white); background: var(--ink); }
.fleet-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; align-items: center; }
.fleet-story-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.6); }
.fleet-story-grid .button { margin-top: 20px; }
.fleet-story-grid img { width: 100%; min-height: 470px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lift); }
.gallery-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10%; align-items: end; margin-bottom: 52px; }
.gallery-intro > p { color: var(--muted); }
.masonry-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 280px; gap: 18px; }
.gallery-item { position: relative; padding: 0; border: 0; border-radius: var(--radius-md); overflow: hidden; cursor: zoom-in; background: var(--ink); box-shadow: var(--shadow-soft); }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s, opacity .45s; }
.gallery-item:hover img { transform: scale(1.035); opacity: .86; }
.gallery-item span { position: absolute; inset: auto 0 0; padding: 45px 20px 18px; color: var(--white); background: linear-gradient(transparent, rgba(23,22,17,.86)); font-size: 12px; text-align: left; }
.video-gallery-section { background: radial-gradient(circle at 85% 5%, rgba(212,175,55,.11), transparent 28%), linear-gradient(145deg, #fffff0, #ffffff 58%, #fffbea); }
.video-gallery-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10%; align-items: end; margin-bottom: 56px; }
.video-gallery-intro > div::before { content: ""; display: block; width: 42px; height: 2px; margin-bottom: 20px; background: var(--gold); box-shadow: 16px 5px 0 -1px rgba(212,175,55,.34); }
.video-gallery-intro h2 em { color: var(--gold); }
.video-gallery-intro > p { color: var(--muted); }
.video-carousel-controls { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: -18px 0 24px; }
.video-carousel-controls p { margin: 0; color: var(--muted); font-size: 12px; }
.video-carousel-controls p span { color: #967813; font-weight: 700; }
.video-carousel-controls > div { display: flex; gap: 10px; }
.carousel-button { position: relative; width: 50px; height: 50px; border: 1px solid var(--gold); border-radius: 50%; color: var(--ink); background: linear-gradient(145deg, #fff, #fff9d9); box-shadow: 0 8px 22px rgba(23,22,17,.12), inset 0 1px 0 white; cursor: pointer; transition: transform .2s, color .2s, background .2s, opacity .2s; }
.carousel-button::before { content: ""; position: absolute; width: 9px; height: 9px; top: 18px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.carousel-prev::before { left: 21px; transform: rotate(-135deg); }
.carousel-next::before { right: 21px; transform: rotate(45deg); }
.carousel-button:hover { color: white; background: var(--gold); transform: translateY(-2px); }
.carousel-button:active { transform: scale(.95); }
.carousel-button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.carousel-button:disabled { opacity: .35; cursor: default; transform: none; }
.video-gallery { display: flex; gap: 24px; padding: 6px 4px 24px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.video-gallery::-webkit-scrollbar { display: none; }
.video-progress, .video-progress-car { display: none !important; }
.video-card { flex: 0 0 calc((100% - 48px) / 3); min-width: 0; margin: 0; border: 1px solid rgba(212,175,55,.24); border-radius: var(--radius-md); background: linear-gradient(145deg, #fff, #fffef2); box-shadow: var(--shadow-soft); overflow: hidden; scroll-snap-align: start; transition: transform .3s, box-shadow .3s; }
.video-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lift); }
.video-card video { width: 100%; aspect-ratio: 9 / 13; display: block; object-fit: cover; background: #171611; }
.video-card figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 18px 20px 20px; }
.video-card figcaption span { color: #967813; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.video-card figcaption strong { font: 600 13px "Plus Jakarta Sans"; text-align: right; }
.gallery-cta { padding: 100px 0; text-align: center; color: var(--white); background: var(--ink-soft); }
.gallery-cta .button { margin-top: 36px; }
.lightbox { width: min(1000px, calc(100% - 40px)); max-height: 90vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(23,22,17,.94); }
.lightbox img { width: 100%; max-height: 84vh; display: block; object-fit: contain; }
.lightbox button { position: absolute; top: -42px; right: 0; border: 0; color: white; background: transparent; font-size: 34px; cursor: pointer; }
.simple-page-hero { padding: 130px 0 90px; color: var(--white); background: var(--ink); }
.simple-page-hero h1 { font-size: clamp(54px, 6vw, 82px); }
.simple-page-hero > .shell > p:last-child { max-width: 620px; color: rgba(255,255,255,.62); font-size: 18px; }
.contact-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9%; align-items: start; }
.contact-page-grid > *, .book-layout > *, .book-form-wrap { min-width: 0; }
.contact-lead { max-width: 480px; color: var(--muted); }
.contact-cards { margin-top: 45px; }
.contact-cards > * { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-cards > * > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold); }
.contact-cards p { margin: 0; }
.contact-cards small, .contact-cards strong { display: block; }
.contact-cards small { color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.contact-cards strong { margin-top: 4px; font-size: 14px; }
.contact-cards strong { overflow-wrap: anywhere; }
.contact-form { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg, var(--white), #fffef5); box-shadow: var(--shadow-lift); }
.contact-form label { display: block; margin-bottom: 18px; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 15px; border: 1px solid rgba(23,22,17,.16); border-radius: var(--radius-sm); outline: none; font-size: 14px; box-shadow: inset 0 2px 5px rgba(23,22,17,.035); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(213,170,97,.16); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note.form-success { color: #24733f; font-weight: 600; }
.form-note.form-error { color: #a62b2b; font-weight: 600; }
.submit-button:disabled { cursor: wait; opacity: .7; }
.book-layout { min-height: calc(100vh - 88px); display: grid; grid-template-columns: .8fr 1.2fr; background: var(--sand); }
.book-image { position: sticky; top: 88px; height: calc(100vh - 88px); min-height: 720px; color: var(--white); overflow: hidden; }
.book-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,22,17,.92), rgba(23,22,17,.05) 75%); }
.book-image > img { width: 100%; height: 100%; object-fit: cover; }
.book-image-copy { position: absolute; inset: auto 7% 7%; z-index: 2; }
.book-image-copy h1 { font-size: clamp(47px, 4.3vw, 70px); }
.book-image-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.74); }
.book-image-copy > div { display: flex; gap: 22px; color: var(--gold-light); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.book-form-wrap { display: flex; align-items: center; justify-content: center; padding: 64px clamp(28px, 4.5vw, 76px); background: radial-gradient(circle at 85% 10%, rgba(212,175,55,.1), transparent 30%), linear-gradient(145deg, #fffff0, #ffffff); }
.book-form-wrap .booking-form { width: 100%; max-width: 820px; padding: clamp(32px, 3.4vw, 50px); background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,255,240,.9)); }
.book-form-wrap .form-heading { margin-bottom: 34px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.book-form-wrap .field-row { gap: 22px; }
.book-form-wrap .booking-form label { margin-bottom: 20px; }
.book-form-wrap .booking-form input,
.book-form-wrap .booking-form select,
.book-form-wrap .booking-form textarea { margin-top: 9px; padding: 14px 16px; }
.book-form-wrap .booking-form select { min-height: 52px; cursor: pointer; }
.book-form-wrap .booking-form textarea { min-height: 125px; }
.book-form-wrap .submit-button { margin-top: 8px; }
.book-form-wrap .form-note { max-width: 620px; margin: 14px auto 0; line-height: 1.55; }
.property-map-fieldset { margin: 4px 0 24px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,240,.72), rgba(255,255,255,.92)); }
.property-map-fieldset legend { padding: 0 10px; font: 600 17px "Plus Jakarta Sans"; }
.property-map-fieldset > p { margin: 0 0 20px; color: var(--muted); font-size: 12px; }
.map-search-row { align-items: end; }
.property-search-wrap > span { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.property-search { min-height: 52px; display: flex; align-items: center; border: 1px solid rgba(23,22,17,.16); border-radius: var(--radius-sm); background: white; overflow: hidden; }
.property-search gmp-place-autocomplete { width: 100%; }
.map-search-placeholder { padding: 0 16px; color: #77746d; font-size: 14px; }
.booking-map-shell { position: relative; min-height: 280px; margin-top: 4px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #f4f0dc; }
.booking-map { width: 100%; height: 280px; }
.map-status { position: absolute; inset: auto 12px 12px; padding: 10px 13px; border-radius: 999px; color: var(--white); background: rgba(23,22,17,.88); box-shadow: 0 6px 20px rgba(23,22,17,.18); font-size: 11px; text-align: center; backdrop-filter: blur(8px); }
.map-not-configured { display: grid; place-items: center; background: radial-gradient(circle at 50% 30%, rgba(212,175,55,.18), transparent 30%), linear-gradient(145deg, #fffef4, #f4edc9); }
.map-not-configured::before { content: "⌖"; color: var(--gold); font-size: 44px; }
.map-not-configured .booking-map { display: none; }
.map-not-configured .map-status { position: static; max-width: 420px; margin: 18px; color: var(--ink); background: rgba(255,255,255,.82); }
.selected-place { margin-top: 14px; padding: 14px 16px; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; background: rgba(212,175,55,.09); }
.selected-place strong, .selected-place span, .selected-place small { display: block; }
.selected-place strong { font-size: 13px; }
.selected-place span { margin: 3px 0; color: var(--muted); font-size: 12px; }
.selected-place small { color: #8b711b; font-size: 10px; letter-spacing: .05em; }
.booking-page .site-footer { position: relative; }
.services-hero { background-image: url("images/services/IMG_5747-Edit-scaled.jpg.jpeg"); }
.service-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10%; align-items: end; margin-bottom: 82px; }
.service-intro h2 em { color: var(--gold); }
.service-intro > p { color: var(--muted); }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8%; align-items: center; padding: 82px 0; border-bottom: 1px solid var(--line); }
.service-detail.reverse .service-detail-image { order: 2; }
.service-detail-image { position: relative; height: 470px; }
.service-detail-image::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid var(--gold); opacity: .55; }
.service-detail-image img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lift); }
.service-detail-copy { position: relative; padding-left: 32px; border-left: 1px solid var(--gold); }
.service-detail-copy > span { position: absolute; top: 0; right: 0; color: rgba(212,175,55,.24); font: 700 54px/1 "Plus Jakarta Sans"; }
.service-detail-copy .eyebrow { padding-right: 60px; }
.service-detail-copy h3 { max-width: 520px; margin: 0 0 18px; font: 600 clamp(30px, 3vw, 43px)/1.15 "Plus Jakarta Sans"; letter-spacing: -.035em; }
.service-detail-copy > p:not(.eyebrow) { color: var(--muted); }
.service-detail-copy ul { margin: 25px 0; padding: 0; list-style: none; }
.service-detail-copy li { position: relative; margin: 10px 0; padding-left: 22px; font-size: 14px; }
.service-detail-copy li::before { content: ""; position: absolute; top: .72em; left: 0; width: 7px; height: 1px; background: var(--gold); }
.service-assurance { color: var(--white); background: var(--ink); }
.assurance-points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 58px; padding: 1px; border: 1px solid rgba(212,175,55,.3); border-radius: var(--radius-md); background: rgba(212,175,55,.28); overflow: hidden; box-shadow: var(--shadow-lift); }
.assurance-points > div { min-height: 200px; padding: 30px; border-right: 0; background: linear-gradient(145deg, #242219, #181711); }
.assurance-points > div:last-child { border-right: 0; }
.assurance-points span { width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: 35px; color: var(--ink); border-radius: 50%; background: var(--gold); font-weight: 800; }
.assurance-points strong { display: block; font: 600 15px "Plus Jakarta Sans"; }
.assurance-points p { margin-bottom: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.service-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 48px; padding-top: 35px; border-top: 1px solid rgba(212,175,55,.2); }
.service-cta p { margin: 0; font: 500 24px "Plus Jakarta Sans"; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 961px) {
  .primary-nav {
    gap: 6px;
    padding: 6px 7px 6px 13px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(15,15,12,.72), rgba(31,29,22,.54));
    box-shadow: 0 10px 30px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(14px) saturate(1.15);
    -webkit-backdrop-filter: blur(14px) saturate(1.15);
  }
  .primary-nav > a:not(.nav-call) {
    position: relative;
    padding: 10px 14px;
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 8px rgba(0,0,0,.72);
    transition: color .2s ease, background .2s ease, transform .2s ease;
  }
  .primary-nav > a:not(.nav-call)::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 5px;
    height: 1px;
    border-radius: 2px;
    background: var(--gold-light);
    transform: scaleX(0);
    transition: transform .22s ease;
  }
  .primary-nav > a:not(.nav-call):hover,
  .primary-nav > a:not(.nav-call):focus-visible {
    color: var(--gold-light);
    background: rgba(255,255,255,.06);
    border-radius: 999px;
    transform: translateY(-1px);
  }
  .primary-nav > a:not(.nav-call):hover::after,
  .primary-nav > a:not(.nav-call):focus-visible::after,
  .primary-nav > a.active:not(.nav-call)::after { transform: scaleX(1); }
  .primary-nav .nav-call { margin-left: 4px; background-color: rgba(23,22,17,.18); }
}

@media (max-width: 960px) {
  :root { --shell: min(100% - 36px, 760px); }
  .section { padding: 86px 0; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 88px; left: 0; right: 0; display: none; padding: 24px; flex-direction: column; align-items: center; gap: 0; text-align: center; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 0; }
  .primary-nav .nav-call {
    width: min(300px, calc(100% - 24px));
    margin-top: 18px;
    padding: 15px 52px 15px 22px;
    border: 1px solid rgba(241,223,148,.78);
    border-radius: 15px;
    overflow: hidden;
    color: var(--ink);
    background: linear-gradient(135deg, #f1df94 0%, #d4af37 58%, #c99a1d 100%);
    box-shadow: 0 12px 30px rgba(212,175,55,.2), inset 0 1px 0 rgba(255,255,255,.62);
    text-align: left;
    letter-spacing: .02em;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  }
  .primary-nav .nav-call::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 28%, rgba(255,255,255,.38) 48%, transparent 68%);
    transform: translateX(-115%);
    transition: transform .55s ease;
  }
  .primary-nav .nav-call::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--gold-light);
    background: rgba(23,22,17,.9);
    box-shadow: 0 5px 14px rgba(23,22,17,.2);
    transform: translateY(-50%);
    transition: transform .2s ease, background .2s ease;
  }
  .primary-nav .nav-call:hover,
  .primary-nav .nav-call:focus-visible {
    color: var(--ink);
    filter: saturate(1.08) brightness(1.03);
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(212,175,55,.3), inset 0 1px 0 rgba(255,255,255,.72);
  }
  .primary-nav .nav-call:hover::before,
  .primary-nav .nav-call:focus-visible::before { transform: translateX(115%); }
  .primary-nav .nav-call:hover::after,
  .primary-nav .nav-call:focus-visible::after { background: var(--ink-soft); transform: translate(2px,-50%); }
  .primary-nav .nav-call:active { transform: translateY(0) scale(.985); box-shadow: 0 7px 18px rgba(212,175,55,.2); }
  .hero { min-height: 720px; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(23,22,17,.86), rgba(23,22,17,.32)), linear-gradient(0deg, rgba(23,22,17,.7), transparent 55%); }
  .hero-copy { max-width: 650px; }
  .split, .section-top, .assurance-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .real-service-grid { grid-template-columns: 1fr; gap: 65px; }
  .story-grid, .fleet-story-grid, .contact-page-grid { grid-template-columns: 1fr; gap: 60px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid article:nth-child(odd) { border-left: 1px solid var(--line); }
  .book-layout { grid-template-columns: 1fr; }
  .service-intro { grid-template-columns: 1fr; gap: 25px; }
  .service-detail { grid-template-columns: 1fr; gap: 50px; }
  .service-detail.reverse .service-detail-image { order: initial; }
  .assurance-points { grid-template-columns: 1fr 1fr; }
  .assurance-points > div:nth-child(2) { border-right: 0; }
  .assurance-points > div:nth-child(-n+2) { border-bottom: 1px solid rgba(212,175,55,.3); }
  .book-image { position: relative; top: 0; height: 680px; min-height: 0; }
  .book-form-wrap { padding: 70px max(24px, calc((100% - 760px)/2)); }
  .guest-preview-grid { grid-template-columns: 1fr 1fr; }
  .gallery-invite { grid-column: 1 / -1; min-height: 260px; }
  .welcome-copy { padding-top: 0; }
  .section-top { align-items: start; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(3) { border-top: 0; }
  .service-card:nth-child(odd) { border-left: 1px solid var(--line); }
  .assurance-stats { max-width: 630px; }
  .quote-card { max-width: 570px; }
  .steps { grid-template-columns: 1fr; gap: 38px; margin-top: 54px; }
  .steps::before { top: 29px; bottom: 29px; left: 28px; right: auto; border-left: 1px solid rgba(212,175,55,.38); border-top: 0; }
  .steps article { display: grid; grid-template-columns: 58px 1fr; column-gap: 20px; align-items: start; text-align: left; }
  .steps span { grid-row: 1 / 3; margin: 0; }
  .steps h3 { grid-column: 2; margin-top: 4px; }
  .steps p { grid-column: 2; max-width: none; margin: 0; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }
  .shell { width: auto; max-width: none; margin-left: 16px; margin-right: 16px; }
  body { padding-bottom: 0; }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 72px; }
  .primary-nav { top: 72px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-logo img { width: 175px; height: 64px; }
  .inner-page main { padding-top: 72px; }
  .page-hero { min-height: 560px; }
  .page-hero .shell { width: calc(100vw - 32px); max-width: calc(100vw - 32px); }
  .page-hero-copy { padding-bottom: 48px; }
  .page-hero-copy h1 { font-size: 47px; }
  .services-hero .page-hero-copy h1 { font-size: 42px; }
  .services-hero .page-hero-copy h1 em { display: block; font-size: .82em; }
  .services-hero .page-hero-copy > p:last-child { overflow-wrap: anywhere; }
  .story-photo, .story-photo img { min-height: 470px; height: 470px; }
  .value-grid { grid-template-columns: 1fr; border-left: 0; }
  .value-grid article { min-height: 260px; border-left: 1px solid var(--line); border-top: 0; }
  .value-grid article:first-child { border-top: 1px solid var(--line); }
  .value-grid h3 { margin-top: 52px; }
  .fleet-story-grid img { min-height: 310px; }
  .gallery-intro { grid-template-columns: 1fr; gap: 18px; }
  .video-gallery-intro { grid-template-columns: 1fr; gap: 20px; }
  .video-card { flex-basis: calc((100% - 24px) / 2); }
  .masonry-gallery { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-item.wide { grid-column: auto; }
  .gallery-item.tall { grid-row: auto; }
  .video-carousel-controls { margin-top: -10px; }
  .video-carousel-controls p { max-width: 155px; }
  .carousel-button { width: 43px; height: 43px; }
  .carousel-button::before { top: 15px; }
  .carousel-prev::before { left: 18px; }
  .carousel-next::before { right: 18px; }
  .video-gallery { gap: 16px; margin-right: -16px; padding-right: 34px; }
  .video-card { flex-basis: min(84vw, 340px); }
  .video-card video { aspect-ratio: 9 / 12; }
  .simple-page-hero { padding: 95px 0 70px; }
  .simple-page-hero .shell, .contact-page .shell { width: calc(100vw - 32px); max-width: calc(100vw - 32px); }
  .simple-page-hero p, .contact-page p { overflow-wrap: anywhere; }
  .simple-page-hero h1 { font-size: 46px; }
  .contact-form { padding: 28px 20px; }
  .book-image { height: 610px; }
  .book-image-copy { inset: auto 20px 35px; }
  .book-image-copy { width: calc(100vw - 40px); max-width: calc(100vw - 40px); }
  .book-image-copy h1 { font-size: 43px; }
  .book-image-copy > div { flex-wrap: wrap; gap: 10px 18px; }
  .book-form-wrap { padding: 60px 16px; }
  .book-form-wrap .booking-form { padding: 28px 20px; border-radius: 20px; }
  .book-form-wrap .form-heading { margin-bottom: 26px; padding-bottom: 16px; }
  .book-form-wrap .field-row { gap: 0; }
  .property-map-fieldset { padding: 20px 14px; }
  .booking-map-shell, .booking-map { min-height: 240px; height: 240px; }
  .brand strong { font-size: 15px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero .shell { width: calc(100vw - 32px); max-width: calc(100vw - 32px); }
  .hero-image { background-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(23,22,17,.9), rgba(23,22,17,.28)), linear-gradient(0deg, rgba(23,22,17,.84), transparent 70%); }
  .hero-inner { padding-bottom: 34px; }
  .hero-copy { margin-bottom: 42px; }
  h1 { font-size: 44px; letter-spacing: -.055em; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .14em; white-space: nowrap; }
  h2 { font-size: 41px; }
  .hero-lead { font-size: 16px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero-proof div:last-child { display: none; }
  .hero-proof div { display: block; }
  .hero-proof span { display: block; margin-top: 3px; }
  .welcome-copy .large-copy { font-size: 20px; }
  .service-grid { grid-template-columns: 1fr; border-left: 0; }
  .service-card { min-height: 355px; border-left: 1px solid var(--line); border-top: 0; }
  .service-card:first-child { border-top: 1px solid var(--line); }
  .assurance-stats { grid-template-columns: 1fr; }
  .quote-card { padding: 38px 30px; box-shadow: 14px 14px 0 var(--ink-soft); }
  .quote-card blockquote { font-size: 21px; }
  .booking-form { padding: 28px 20px; margin-inline: -4px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { display: block; }
  .form-heading p { margin-top: 5px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding: 48px 0; text-align: center; }
  .footer-intro { display: flex; flex-direction: column; align-items: center; }
  .footer-brand { width: 100%; justify-content: center; }
  .footer-brand img { margin-inline: auto; object-position: center; }
  .footer-intro > p { margin-inline: auto; }
  .footer-nav h3, .footer-contact h3 { margin-top: 0; }
  .footer-links { width: min(280px, 100%); margin-inline: auto; grid-template-columns: 1fr; gap: 12px; }
  .footer-links a, .footer-links a:nth-child(odd), .footer-links a:nth-child(even) { text-align: center; }
  .footer-contact { display: flex; flex-direction: column; align-items: center; }
  .footer-contact p, .footer-contact a { margin-inline: auto; }
  .service-photo, .service-photo img { min-height: 390px; height: 390px; }
  .service-photo::after { inset: 12px -12px -12px 12px; }
  .guest-preview-grid { grid-template-columns: 1fr; }
  .guest-preview figure, .gallery-invite { min-height: 380px; }
  .gallery-invite { grid-column: auto; min-height: 260px; }
  .footer-bottom { display: block; padding-bottom: 24px; }
  .footer-bottom { text-align: center; }
  .footer-bottom p { margin: 7px 0; }
  .service-detail { padding: 60px 0; }
  .service-detail-image { height: 350px; }
  .service-detail-image::after { inset: 10px -10px -10px 10px; }
  .service-detail-copy { padding-left: 20px; }
  .assurance-points { grid-template-columns: 1fr; }
  .assurance-points > div { min-height: 170px; border-right: 0; border-bottom: 1px solid rgba(212,175,55,.3); }
  .assurance-points > div:last-child { border-bottom: 0; }
  .service-cta { align-items: stretch; flex-direction: column; text-align: center; }
  .service-cta .button { width: 100%; }
  .floating-call, .floating-whatsapp { position: fixed; right: 16px; z-index: 45; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; box-shadow: 0 8px 24px rgba(23,22,17,.25); transition: filter .2s, transform .2s, box-shadow .2s; }
  .floating-call { bottom: 76px; color: var(--ink); background: linear-gradient(135deg, #f1d76c, var(--gold)); }
  .floating-whatsapp { bottom: 18px; color: var(--white); background: linear-gradient(135deg, #2bd96b, #1cad56); }
  .floating-call span, .floating-whatsapp span { display: grid; place-items: center; font-size: 20px; line-height: 1; }
  .floating-whatsapp svg { width: 22px; height: 22px; fill: currentColor; }
  .floating-call strong, .floating-whatsapp strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .floating-call:hover, .floating-whatsapp:hover { transform: translateY(-3px); filter: brightness(1.06); box-shadow: 0 12px 28px rgba(23,22,17,.3); }
  .floating-call:active, .floating-whatsapp:active { transform: scale(.95); filter: brightness(.95); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .loader-inner img, .loader-line::after, .loader-inner small { animation: none; }
}
