:root {
  --charcoal: #312d2d;
  --charcoal-2: #272323;
  --yellow: #ffc700;
  --black: #0d0d0d;
  --white: #f8f6f1;
  --muted: #c9c3bd;
  --line: rgba(255,255,255,.12);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--charcoal);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 10px max(24px, calc((100vw - var(--max))/2));
  background: rgba(49,45,45,.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; width: 126px; }
.brand img { width: 100%; display: block; }
.site-nav { display: flex; align-items: center; gap: 28px; font-weight: 750; }
.site-nav a { text-decoration: none; font-size: .95rem; }
.site-nav a:not(.nav-cta):hover { color: var(--yellow); }
.nav-cta { background: var(--yellow); color: var(--black); padding: 11px 17px; border-radius: 999px; }
.menu-button { display: none; }
.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { max-width: var(--max); min-height: 680px; margin: 0 auto; padding: 72px 24px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.4rem, 7.5vw, 6.8rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { color: var(--yellow); }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: #e0dbd5; font-size: 1.2rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 900; cursor: pointer; }
.button.primary { background: var(--yellow); color: var(--black); }
.button.primary:hover { transform: translateY(-1px); filter: brightness(1.03); }
.button.secondary { border: 1px solid rgba(255,255,255,.35); color: var(--white); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 34px; color: #d4cec8; font-size: .9rem; font-weight: 700; }
.trust-row span::before { content: "✓"; color: var(--yellow); margin-right: 7px; }
.hero-art { position: relative; border-radius: 28px; overflow: hidden; min-height: 470px; box-shadow: 0 30px 80px rgba(0,0,0,.28); transform: rotate(1.5deg); }
.hero-art::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.25)); pointer-events:none; }
.hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.03); }
.strip { display: grid; grid-template-columns: repeat(3,1fr); background: var(--yellow); color: var(--black); font-size: clamp(1.1rem,2vw,1.55rem); font-weight: 950; text-transform: uppercase; }
.strip div { padding: 24px; text-align: center; border-right: 2px solid rgba(0,0,0,.18); }
.section { max-width: var(--max); margin: 0 auto; padding: 110px 24px; }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading h2, .fleet h2, .closing-cta h2, .booking-copy h2 { margin: 0; font-size: clamp(2.5rem,5vw,4.7rem); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step-card, .service-card { border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: 22px; padding: 30px; }
.step-number { color: var(--yellow); font-weight: 950; font-size: 1.15rem; }
.step-card h3, .service-card h3 { margin: 46px 0 10px; font-size: 1.55rem; text-transform: uppercase; }
.step-card p, .service-card p, .muted { color: var(--muted); }
.services-section { border-top: 1px solid var(--line); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: end; }
.service-grid { display: grid; grid-template-columns: 1.5fr .8fr; gap: 18px; }
.service-card.featured { background: var(--charcoal-2); }
.service-kicker { color: var(--yellow); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.service-card h3 { margin-top: 16px; font-size: clamp(1.8rem,3vw,2.8rem); }
.service-card ul { padding-left: 1.2rem; color: #e6e1dc; }
.service-card li { margin: 8px 0; }
.text-link { display: inline-block; margin-top: 18px; color: var(--yellow); font-weight: 900; text-decoration: none; }
.fleet { max-width: calc(var(--max) - 48px); margin: 0 auto; padding: 68px; border-radius: 28px; display: flex; justify-content: space-between; gap: 50px; align-items: end; background: var(--yellow); color: var(--black); }
.fleet > div { max-width: 760px; }
.eyebrow.dark { color: var(--black); opacity: .72; }
.fleet p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; font-size: 1.08rem; }
.dark-button { background: var(--black); color: var(--yellow); white-space: nowrap; }
.book-section { padding-top: 120px; }
.booking-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: stretch; }
.booking-copy { padding: 44px 0; }
.booking-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.05rem; }
.small { font-size: .9rem !important; }
.booking-placeholder { min-height: 430px; border: 1px dashed rgba(255,199,0,.55); background: rgba(255,199,0,.045); border-radius: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px; text-align: center; }
.placeholder-mark { color: var(--yellow); font-weight: 1000; letter-spacing: -.04em; font-size: 2.7rem; transform: rotate(-3deg); }
.booking-placeholder h3 { margin-bottom: 4px; text-transform: uppercase; }
.booking-placeholder p { color: var(--muted); margin-top: 0; }
.booking-placeholder button[disabled] { opacity: .65; cursor: default; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 0; }
summary { list-style: none; cursor: pointer; padding: 24px 0; font-size: 1.12rem; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--yellow); font-size: 1.4rem; }
details[open] summary::after { content: "–"; }
details p { max-width: 800px; margin-top: -6px; padding-bottom: 24px; color: var(--muted); }
.closing-cta { text-align: center; padding: 110px 24px 125px; background: var(--charcoal-2); border-top: 1px solid var(--line); }
.closing-cta img { width: min(360px,70vw); max-height: 150px; object-fit: contain; margin-bottom: 20px; }
.closing-cta p { color: var(--muted); font-size: 1.1rem; }
.footer { max-width: var(--max); margin: 0 auto; padding: 34px 24px 44px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; color: #aaa29b; font-size: .88rem; }
.footer img { width: 95px; opacity: .92; }
.footer-links { display: flex; gap: 24px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--yellow); }
.footer p { grid-column: 1 / -1; margin: 0; }
@media (max-width: 900px) {
  .menu-button { display: inline-flex; background: transparent; color: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; font-weight: 800; }
  .site-nav { display: none; position: absolute; top: 78px; left: 16px; right: 16px; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: #292525; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.35); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 56px; }
  .hero-art { min-height: 370px; }
  .strip { grid-template-columns: 1fr; }
  .strip div { border-right: 0; border-bottom: 2px solid rgba(0,0,0,.18); }
  .steps, .service-grid, .booking-panel, .split-heading { grid-template-columns: 1fr; }
  .split-heading { gap: 4px; }
  .fleet { margin: 0 18px; padding: 46px 28px; flex-direction: column; align-items: flex-start; }
  .footer { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: 8px; }
  .footer p { grid-column: auto; }
}
@media (max-width: 560px) {
  .site-header { min-height: 70px; }
  .site-nav { top: 70px; }
  .brand { width: 105px; }
  .hero-grid { padding: 45px 18px 54px; gap: 34px; }
  .hero h1 { font-size: clamp(3.2rem,17vw,5rem); }
  .hero-lede { font-size: 1.05rem; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 280px; border-radius: 20px; }
  .section { padding: 82px 18px; }
  .step-card, .service-card { padding: 24px; }
  .fleet { border-radius: 20px; }
  .closing-cta { padding: 84px 18px 94px; }
}

/* ------------------------------------------------------------
   GOOGLE FORM
   The form is responsive even though Google's embed code uses
   a fixed 640px width.
------------------------------------------------------------- */
.booking-form-wrap {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,199,0,.35);
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 65px rgba(0,0,0,.20);
}
.booking-form-wrap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  background: #fff;
}
@media (max-width: 900px) {
  .booking-copy { padding-bottom: 12px; }
}
