:root {
  --black: #07090c;
  --ink: #111820;
  --navy: #122a4a;
  --navy-soft: #1b3559;
  --cream: #f7f1e6;
  --ivory: #fffaf0;
  --champagne: #c9a96b;
  --champagne-light: #ead7ad;
  --gold-deep: #a8842f;
  --stone: #756f66;
  --line: rgba(16, 22, 28, 0.14);
  --white: #ffffff;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(4, 8, 12, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  font-size: 3rem;
  max-width: 720px;
}

h2 {
  font-size: 2.35rem;
  color: var(--gold-deep);
}

h3 {
  font-size: 1.45rem;
}

p {
  color: var(--stone);
}

section {
  scroll-margin-top: 86px;
}

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.section-dark,
.section-black {
  color: var(--white);
  background: var(--navy);
}

.section-black {
  background: var(--black);
}

.section-dark p,
.section-black p {
  color: rgba(255, 255, 255, 0.72);
}

.section-cream {
  background: var(--cream);
}

.section-light {
  background: var(--ivory);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  color: var(--black);
  background: var(--champagne);
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.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 0;
  z-index: 40;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.86);
  border-bottom: 1px solid rgba(17, 24, 32, 0.1);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(100% - 28px, 1280px);
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  border-radius: 50%;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-copy strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1;
}

.brand-copy small {
  color: var(--stone);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 0.82rem;
}

.primary-nav a:not(.nav-cta),
.future-locale,
.language-switch {
  color: rgba(17, 24, 32, 0.82);
}

.primary-nav a[data-nav-icon] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.primary-nav a[data-nav-icon]::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-image: var(--nav-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.primary-nav a[data-nav-icon="home"] {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11l8-6 8 6'/%3E%3Cpath d='M6 10v9h12v-9'/%3E%3Cpath d='M10 19v-5h4v5'/%3E%3C/svg%3E");
}

.primary-nav a[data-nav-icon="car"] {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15h16'/%3E%3Cpath d='M6 15l2-6h8l2 6'/%3E%3Cpath d='M7 15v2'/%3E%3Cpath d='M17 15v2'/%3E%3Cpath d='M8.5 18h.01'/%3E%3Cpath d='M15.5 18h.01'/%3E%3C/svg%3E");
}

.primary-nav a[data-nav-icon="service"] {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 18h14'/%3E%3Cpath d='M7 18a5 5 0 0 1 10 0'/%3E%3Cpath d='M12 8v2'/%3E%3Cpath d='M10 8h4'/%3E%3Cpath d='M4 20h16'/%3E%3C/svg%3E");
}

.primary-nav a[data-nav-icon="calendar"] {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='14' height='15' rx='2'/%3E%3Cpath d='M8 3v4'/%3E%3Cpath d='M16 3v4'/%3E%3Cpath d='M5 10h14'/%3E%3C/svg%3E");
}

.primary-nav a[data-nav-icon="camera"] {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h3l1.5-2h3L15 8h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2z'/%3E%3Ccircle cx='12' cy='13.5' r='3'/%3E%3C/svg%3E");
}

.primary-nav a[data-nav-icon="message"] {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 6h14v10H8l-3 3V6z'/%3E%3C/svg%3E");
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--champagne);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-flag {
  display: inline-flex;
  line-height: 0;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0.45;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s ease;
}

.lang-flag img {
  display: block;
  height: 17px;
  width: auto;
  border-radius: 3px;
}

.lang-flag:hover,
.lang-flag:focus-visible {
  opacity: 1;
}

.lang-flag.is-active {
  opacity: 1;
  box-shadow: 0 0 0 2px var(--champagne), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--gold-deep);
  white-space: nowrap;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  color: var(--gold-deep);
  width: fit-content;
}

.phone-link {
  font-size: 1.12rem;
}

.contact-call {
  margin-top: 6px;
}

.nav-phone svg,
.phone-link svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-phone:hover,
.nav-phone:focus-visible,
.phone-link:hover,
.phone-link:focus-visible {
  color: var(--champagne);
}

.footer-grid .phone-link {
  font-size: 1rem;
  color: var(--ink);
  margin-top: 8px;
}

.footer-grid .phone-link:hover {
  color: rgba(40, 30, 8, 0.7);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.nav-cta {
  color: var(--black);
  background: var(--champagne);
}

.button-gold {
  color: var(--black);
  background: var(--champagne);
  border-color: var(--champagne);
}

.button-dark {
  color: var(--ink);
  background: #b8860b;
  border-color: #b8860b;
}

.package-copy .button-dark {
  position: relative;
  margin-top: 32px;
  padding: 18px 34px;
  min-height: 60px;
  font-size: 1.12rem;
  letter-spacing: 0.3px;
}

.package-copy .button-dark::before,
.package-copy .button-dark::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 170px;
  height: 26px;
  transform: translateX(-50%);
  background: url("assets/ornament-sprig-center.svg") no-repeat center / contain;
  pointer-events: none;
}

.package-copy .button-dark::before {
  bottom: 100%;
  margin-bottom: 12px;
}

.package-copy .button-dark::after {
  top: 100%;
  margin-top: 12px;
  transform: translateX(-50%) scaleY(-1);
}

.cta-banner {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 10px 0 0;
  transition: transform 0.2s ease;
}

.cta-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.cta-banner:hover,
.cta-banner:focus-visible {
  transform: translateY(-2px);
}

.quote-form {
  position: relative;
}

.quote-form::before {
  content: "";
  position: absolute;
  inset: -92px;
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size:
    205px auto,
    205px auto,
    205px auto,
    205px auto,
    200px auto,
    200px auto;
  background-position:
    left top,
    right top,
    left bottom,
    right bottom,
    center top,
    center bottom;
  background-image:
    url("assets/images/bouquet-tl.png"),
    url("assets/images/bouquet-tr.png"),
    url("assets/images/bouquet-bl.png"),
    url("assets/images/bouquet-br.png"),
    url("assets/images/bouquet-bl.png"),
    url("assets/images/bouquet-tl.png");
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.42);
}

.button:hover,
.button:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(17, 24, 32, 0.28);
  border-radius: 6px;
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 1px;
  background: currentColor;
  display: block;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.8) 0%, rgba(7, 9, 12, 0.55) 43%, rgba(7, 9, 12, 0.1) 76%),
    linear-gradient(0deg, rgba(7, 9, 12, 0.6) 0%, rgba(7, 9, 12, 0.05) 48%);
}

.hero-inner {
  min-height: 760px;
  display: grid;
  align-content: end;
  padding: 150px 0 36px;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  --eyebrow-icon: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  margin-bottom: 16px;
  color: var(--gold-deep);
  font-size: clamp(1.26rem, 1.2rem + 0.24vw, 1.41rem);
  font-weight: 850;
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow[data-icon]::before {
  content: "";
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  border: 1px solid rgba(201, 169, 107, 0.62);
  border-radius: 50%;
  background-color: rgba(201, 169, 107, 0.1);
  background-image: var(--eyebrow-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 27px;
  box-shadow: inset 0 0 0 7px rgba(201, 169, 107, 0.04);
}

.eyebrow[data-icon="chauffeur"] {
  --eyebrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M12 14v6'/%3E%3Cpath d='M10 11 5 9'/%3E%3Cpath d='M14 11l5-2'/%3E%3C/svg%3E");
}

.eyebrow[data-icon="service"],
.eyebrow[data-icon="services"] {
  --eyebrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 18h14'/%3E%3Cpath d='M7 18a5 5 0 0 1 10 0'/%3E%3Cpath d='M12 8v2'/%3E%3Cpath d='M10 8h4'/%3E%3Cpath d='M4 20h16'/%3E%3C/svg%3E");
}

.eyebrow[data-icon="car"],
.eyebrow[data-icon="classic-car"] {
  --eyebrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15h16'/%3E%3Cpath d='M6 15l2-6h8l2 6'/%3E%3Cpath d='M7 15v2'/%3E%3Cpath d='M17 15v2'/%3E%3Cpath d='M8.5 18h.01'/%3E%3Cpath d='M15.5 18h.01'/%3E%3C/svg%3E");
}

.eyebrow[data-icon="calendar"] {
  --eyebrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='14' height='15' rx='2'/%3E%3Cpath d='M8 3v4'/%3E%3Cpath d='M16 3v4'/%3E%3Cpath d='M5 10h14'/%3E%3Cpath d='M9 14h1'/%3E%3Cpath d='M14 14h1'/%3E%3C/svg%3E");
}

.eyebrow[data-icon="check"] {
  --eyebrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 4v5c0 4-2.8 7.2-7 9-4.2-1.8-7-5-7-9V7l7-4z'/%3E%3Cpath d='M8.5 12l2.2 2.2L15.8 9'/%3E%3C/svg%3E");
}

.eyebrow[data-icon="camera"] {
  --eyebrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h3l1.5-2h3L15 8h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2z'/%3E%3Ccircle cx='12' cy='13.5' r='3'/%3E%3C/svg%3E");
}

.eyebrow[data-icon="message"] {
  --eyebrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 6h14v10H8l-3 3V6z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 13h5'/%3E%3C/svg%3E");
}

.hero-tagline {
  margin-top: 16px;
  color: var(--champagne-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.hero-text {
  max-width: 620px;
  margin-top: 16px;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.12);
}

.trust-panel div {
  min-height: 112px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 10px;
  background: rgba(7, 9, 12, 0.34);
}

.trust-icon {
  color: var(--champagne-light);
  font-family: Georgia, "Times New Roman", serif;
}

.trust-panel strong {
  max-width: 220px;
  font-size: 0.88rem;
  line-height: 1.35;
}

.about,
.services,
.fleet,
.packages,
.why,
.gallery,
.quote {
  padding: 84px 0;
}

.about-grid,
.why-grid,
.quote-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 54px;
  align-items: center;
}

.section-copy {
  display: grid;
  gap: 18px;
}

.section-copy p {
  font-size: 1.02rem;
}

.text-link {
  width: fit-content;
  margin-top: 4px;
  color: var(--ink);
  font-weight: 800;
  border-bottom: 1px solid var(--champagne);
}

.about-collage {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: 220px 220px;
  gap: 12px;
}

.image-frame {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--navy);
}

.image-frame.tall {
  grid-row: span 2;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(201, 169, 107, 0.48);
  border-bottom: 1px solid rgba(201, 169, 107, 0.48);
}

.service-card {
  min-height: 255px;
  padding: 34px 26px 30px;
  border-right: 1px solid rgba(201, 169, 107, 0.32);
}

.service-card:last-child {
  border-right: 0;
}

.service-card h3 {
  margin-top: 22px;
  color: var(--ink);
}

.service-card p {
  margin-top: 14px;
}

.card-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--champagne);
  border: 1px solid rgba(201, 169, 107, 0.72);
  border-radius: 50%;
  background: rgba(201, 169, 107, 0.08);
  box-shadow: inset 0 0 0 6px rgba(201, 169, 107, 0.04);
}

.card-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fleet-intro {
  margin-bottom: 34px;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.fleet-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(201, 169, 107, 0.4);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(17, 24, 32, 0.08);
}

.fleet-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.fleet-media-classic-smaller {
  background: #ece3d2;
}

.fleet-media-classic-smaller::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/images/classic-mercedes-couple-manor-sunset.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(14px) brightness(0.95);
  transform: scale(1.08);
}

.fleet-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.fleet-media-classic-smaller img {
  transform: scale(0.935);
}

.fleet-card:hover img {
  transform: scale(1.035);
}

.fleet-card:hover .fleet-media-classic-smaller img {
  transform: scale(0.965);
}

.fleet-card-body {
  padding: 28px;
}

.fleet-card-body h3 {
  margin-bottom: 18px;
}

.fleet-note {
  margin-bottom: 18px;
  color: var(--stone);
}

.fleet-card-body ul,
.package-card span,
.check-list {
  margin: 0;
  padding: 0;
}

.fleet-card-body ul {
  display: grid;
  gap: 8px;
  color: var(--ink);
  list-style: none;
}

.fleet-card-body li::before,
.check-list li::before {
  content: "✓";
  color: var(--champagne);
  margin-right: 10px;
}

.heritage-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.heritage-details span {
  padding: 8px 12px;
  color: #8a6c28;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(201, 169, 107, 0.55);
  border-radius: 999px;
  background: rgba(201, 169, 107, 0.14);
}

.fleet-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.fleet-detail-panel {
  padding: 18px;
  border: 1px solid rgba(201, 169, 107, 0.4);
  border-radius: var(--radius);
  background: var(--ivory);
}

.fleet-detail-panel .eyebrow {
  margin-bottom: 14px;
}

.fleet-detail-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.fleet-detail-strip img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: var(--radius);
}

.packages-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 44px;
  align-items: start;
}

.package-copy {
  position: sticky;
  top: 104px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.package-card {
  min-height: 210px;
  padding: 24px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid rgba(17, 24, 32, 0.12);
  border-radius: var(--radius);
}

.package-card.featured {
  color: var(--ink);
  background: linear-gradient(160deg, #e7ca89 0%, var(--champagne) 100%);
  border-color: var(--champagne);
  box-shadow: 0 18px 50px rgba(201, 169, 107, 0.32);
}

.package-card .package-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--champagne);
  border: 1px solid rgba(201, 169, 107, 0.6);
  border-radius: 50%;
  background: rgba(201, 169, 107, 0.1);
  margin: 0;
  padding: 0;
  font-size: 0;
}

.package-card .package-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.package-card.featured .package-icon {
  color: var(--ink);
  border-color: rgba(17, 24, 32, 0.4);
  background: rgba(255, 255, 255, 0.35);
}

.package-card p {
  color: var(--stone);
}

.package-card.featured p,
.package-card.featured span {
  color: rgba(40, 30, 8, 0.82);
}

.package-card span {
  display: block;
  color: #5f5850;
  font-size: 0.9rem;
}

.provider-card {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.provider-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.provider-card figcaption {
  display: grid;
  gap: 4px;
  padding: 20px;
}

.provider-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
}

.provider-card span {
  color: var(--stone);
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-grid {
  align-items: start;
}

.quote-note {
  margin-top: 14px;
  padding: 18px;
  display: grid;
  gap: 4px;
  border-left: 3px solid var(--champagne);
  background: rgba(255, 250, 240, 0.82);
}

.quote-note span {
  color: var(--stone);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid rgba(17, 24, 32, 0.16);
  border-radius: 6px;
  padding: 13px 14px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(201, 169, 107, 0.48);
  outline-offset: 2px;
}

.form-status {
  min-height: 24px;
  color: #31543f;
  font-weight: 700;
}

.site-footer {
  padding: 48px 0;
  color: rgba(40, 30, 8, 0.78);
  background: linear-gradient(160deg, #e7ca89 0%, var(--champagne) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.7fr 1fr;
  gap: 28px;
}

.footer-grid strong {
  color: var(--ink);
}

.footer-grid p,
.footer-grid a {
  display: block;
  margin-top: 8px;
  color: rgba(40, 30, 8, 0.74);
}

.footer-brand {
  margin-bottom: 14px;
}

@media (min-width: 900px) {
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 3.1rem;
  }
}

@media (max-width: 1080px) {
  .container {
    width: min(100% - 48px, var(--max));
  }

  .primary-nav {
    gap: 12px;
    font-size: 0.76rem;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 34px;
  }

  .service-card:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(201, 169, 107, 0.32);
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 32px, var(--max));
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .site-header {
    background: rgba(255, 250, 240, 0.96);
  }

  .menu-toggle {
    display: grid;
  }

  .primary-nav {
    position: fixed;
    top: 72px;
    right: 14px;
    left: 14px;
    display: none;
    padding: 18px;
    background: rgba(255, 250, 240, 0.98);
    border: 1px solid rgba(17, 24, 32, 0.12);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: grid;
    gap: 14px;
  }

  .language-switch {
    margin-top: 4px;
  }

  .nav-cta {
    width: 100%;
  }

  .hero,
  .hero-inner {
    min-height: 760px;
  }

  .hero-media img {
    object-position: 61% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(7, 9, 12, 0.82) 0%, rgba(7, 9, 12, 0.48) 60%, rgba(7, 9, 12, 0.18) 100%),
      linear-gradient(0deg, rgba(7, 9, 12, 0.72) 0%, rgba(7, 9, 12, 0.08) 54%);
  }

  .hero-inner {
    padding-top: 120px;
  }

  .trust-panel,
  .about-grid,
  .fleet-intro,
  .fleet-grid,
  .packages-layout,
  .why-grid,
  .quote-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-panel {
    margin-top: 34px;
  }

  .about,
  .services,
  .fleet,
  .packages,
  .why,
  .gallery,
  .quote {
    padding: 64px 0;
  }

  .about-collage {
    grid-template-rows: 260px 220px;
  }

  .package-copy {
    position: static;
  }

  .fleet-detail-grid,
  .fleet-detail-strip {
    grid-template-columns: 1fr;
  }

  .fleet-detail-strip img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 210px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.82rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy small {
    font-size: 0.58rem;
  }

  .hero,
  .hero-inner {
    min-height: 730px;
  }

  .hero-media img {
    object-position: 66% center;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .trust-panel,
  .service-grid,
  .package-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .trust-panel div {
    min-height: 92px;
  }

  .about-collage {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .image-frame,
  .image-frame.tall {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .image-frame.tall {
    aspect-ratio: 3 / 4;
  }

  .service-card {
    border-right: 0;
    border-bottom: 1px solid rgba(201, 169, 107, 0.32);
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .quote-form {
    padding: 20px;
  }
}

/* ---- Botanical ornaments ---- */
h2::after {
  content: "";
  display: block;
  width: 172px;
  height: 22px;
  margin-top: 16px;
  background: url("assets/ornament-sprig.svg") no-repeat left center;
  background-size: contain;
}

.about,
.services,
.fleet,
.packages,
.why,
.gallery,
.quote,
.site-footer {
  position: relative;
}

.about > .container,
.services > .container,
.fleet > .container,
.packages > .container,
.why > .container,
.gallery > .container,
.quote > .container,
.site-footer > .container {
  position: relative;
  z-index: 1;
}

.about::before,
.services::before,
.fleet::before,
.packages::before,
.why::before,
.gallery::before,
.quote::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 230px 230px;
  background-position:
    left -14px top -14px,
    right -14px top -14px,
    left -14px bottom -14px,
    right -14px bottom -14px;
}

.about::before,
.services::before,
.fleet::before,
.packages::before,
.why::before,
.gallery::before,
.quote::before {
  opacity: 0.45;
  background-image:
    url("assets/floral-tl.png"),
    url("assets/floral-tr.png"),
    url("assets/floral-bl.png"),
    url("assets/floral-br.png");
}

.site-footer::before {
  opacity: 0.8;
  background-image:
    url("assets/floral-tl-w.png"),
    url("assets/floral-tr-w.png"),
    url("assets/floral-bl-w.png"),
    url("assets/floral-br-w.png");
}

@media (max-width: 700px) {
  .about::before,
  .services::before,
  .fleet::before,
  .packages::before,
  .why::before,
  .gallery::before,
  .quote::before,
  .site-footer::before,
  .quote-form::before {
    display: none;
  }

  h2::after {
    width: 144px;
  }
}
