:root {
  --navy: #073b4c;
  --navy-dark: #042a36;
  --teal: #00a7a5;
  --teal-light: #18c7bd;
  --aqua: #dff8f4;
  --gold: #f2b84b;
  --coral: #f46f52;
  --sand: #fbf7ef;
  --white: #ffffff;
  --ink: #14242b;
  --muted: #66767d;
  --line: #dce4e5;
  --shadow: 0 24px 70px rgba(5, 54, 68, 0.14);
  --shadow-sm: 0 14px 38px rgba(5, 54, 68, 0.1);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25em; height: 1.25em; fill: currentColor; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: #fff; padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy-dark); color: rgba(255,255,255,.82); font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 9px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #4ce0a8; box-shadow: 0 0 0 4px rgba(76,224,168,.14); }
.topbar-links { display: flex; gap: 24px; }
.topbar-links a { display: flex; align-items: center; gap: 7px; transition: color .2s; }
.topbar-links a:hover { color: #fff; }
.topbar-links svg { width: 14px; height: 14px; }

.site-header { position: absolute; z-index: 100; width: 100%; top: 38px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: .3s ease; }
.site-header.sticky { position: fixed; top: 0; background: rgba(4,42,54,.96); backdrop-filter: blur(16px); box-shadow: 0 8px 35px rgba(0,0,0,.16); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; }
.brand-mark svg { width: 48px; height: 48px; overflow: visible; }
.logo-crown { fill: var(--gold); }
.logo-wave { fill: var(--teal-light); }
.logo-sun { fill: #ffe299; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: "Manrope"; font-size: 18px; letter-spacing: -.4px; }
.brand-copy small { margin-top: 6px; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: 2.7px; opacity: .75; }
.primary-nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; opacity: .88; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; width: 0; left: 0; bottom: -8px; background: var(--gold); transition: width .25s; }
.primary-nav > a:hover::after { width: 100%; }
.primary-nav > a:hover { opacity: 1; }
.nav-cta { padding: 13px 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; transition: .25s; }
.nav-cta:hover { background: #fff; color: var(--navy); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 5px 0; transition: .25s; }

.hero { min-height: 830px; position: relative; color: #fff; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1742965635343-d8949a669935?auto=format&fit=crop&fm=jpg&q=82&w=2200'); background-size: cover; background-position: center 56%; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,36,48,.94) 0%, rgba(3,45,59,.76) 43%, rgba(3,45,59,.25) 72%, rgba(3,45,59,.1) 100%), linear-gradient(0deg, rgba(3,36,48,.52), transparent 50%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.12fr) 420px; align-items: center; gap: 80px; padding-top: 115px; padding-bottom: 55px; }
.hero-copy { max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 2.5px; font-size: 11px; font-weight: 700; color: #d8f9f5; margin-bottom: 20px; }
.eyebrow span { width: 30px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: var(--teal); }
.eyebrow.light { color: #adf3eb; }
.hero h1, .section-heading h2, .fleet-copy h2, .about-copy h2, .faq-intro h2, .contact h2 { font-family: "Manrope"; margin: 0; letter-spacing: -2.6px; line-height: 1.04; }
.hero h1 { font-size: clamp(56px, 6.2vw, 84px); max-width: 720px; }
em { font-family: Georgia, serif; font-weight: 400; color: var(--gold); }
.hero-copy > p { max-width: 610px; font-size: 18px; color: rgba(255,255,255,.79); margin: 26px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; padding: 0 25px; font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.btn-primary { background: var(--gold); color: #17262a; box-shadow: 0 10px 30px rgba(242,184,75,.28); }
.btn-primary:hover { box-shadow: 0 15px 35px rgba(242,184,75,.4); }
.btn-glass { color: #fff; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.34); backdrop-filter: blur(8px); }
.btn-glass svg { fill: currentColor; stroke: none; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-full { width: 100%; }
.hero-trust { display: flex; gap: 17px; align-items: center; margin-top: 42px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 36px; height: 36px; margin-left: -9px; border-radius: 50%; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.8); background: #148f90; font-size: 10px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: #d4775f; }
.avatar-stack span:nth-child(2) { background: #4f7ca3; }
.avatar-stack span:nth-child(3) { background: #8d6b9e; }
.avatar-stack span:last-child { background: var(--gold); color: var(--navy); }
.hero-trust div:last-child { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 14px; }
.hero-trust small { font-size: 12px; color: rgba(255,255,255,.65); }

.quick-booking { background: rgba(255,255,255,.96); color: var(--ink); padding: 32px; border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.card-kicker { color: var(--teal); text-transform: uppercase; letter-spacing: 1.8px; font-weight: 700; font-size: 10px; }
.quick-booking h2 { font-family: "Manrope"; font-size: 28px; letter-spacing: -1px; line-height: 1.15; margin: 8px 0 24px; }
label { display: block; }
label > span { display: block; font-size: 12px; font-weight: 700; color: #47575e; margin: 0 0 8px 3px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 13px; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
input, select { height: 51px; padding: 0 15px; }
textarea { padding: 14px 15px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(0,167,165,.1); }
.quick-booking label { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-note { font-size: 10.5px; text-align: center; color: #7b898e; margin: 12px 0 0; line-height: 1.45; }
.hero-scroll { position: absolute; z-index: 2; bottom: 29px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: 2px; font-size: 9px; display: flex; align-items: center; gap: 9px; }
.hero-scroll span { width: 1px; height: 24px; background: rgba(255,255,255,.55); }

.trust-strip { position: relative; z-index: 4; background: #fff; box-shadow: 0 15px 50px rgba(8,46,55,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); min-height: 110px; align-items: center; }
.trust-grid > div { padding: 10px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-family: "Manrope"; font-size: 15px; }
.trust-grid span { font-size: 12px; color: var(--muted); margin-top: 3px; }

.section-heading.center { max-width: 690px; margin: 0 auto 54px; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2, .fleet-copy h2, .about-copy h2, .faq-intro h2, .contact h2 { font-size: clamp(38px, 4.4vw, 58px); }
.section-heading h2 em, .fleet-copy h2 em, .faq-intro h2 em { color: var(--teal); }
.section-heading p { color: var(--muted); margin: 20px auto 0; max-width: 620px; }
.section-heading.split { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 45px; }
.section-heading.split > p { width: 410px; margin: 0 0 5px; }

.services { background: var(--sand); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { position: relative; min-height: 370px; padding: 32px 27px; background: #fff; border: 1px solid #ece7df; border-radius: 22px; transition: .3s; overflow: hidden; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-sm); border-color: transparent; }
.service-card.featured { background: var(--navy); color: #fff; border-color: var(--navy); }
.service-number { position: absolute; right: 22px; top: 19px; color: #cad5d7; font-family: "Manrope"; font-weight: 800; font-size: 13px; }
.featured .service-number { color: rgba(255,255,255,.33); }
.service-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--aqua); color: var(--teal); display: grid; place-items: center; margin-bottom: 46px; }
.featured .service-icon { background: rgba(255,255,255,.1); color: var(--gold); }
.service-icon svg { fill: none; stroke: currentColor; stroke-width: 1.6; width: 27px; height: 27px; }
.service-card h3 { font-family: "Manrope"; font-size: 21px; margin: 0 0 12px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0 0 30px; }
.featured p { color: rgba(255,255,255,.65); }
.service-card a { position: absolute; left: 27px; bottom: 28px; font-size: 12px; font-weight: 700; color: var(--teal); }
.featured a { color: var(--gold); }
.service-card a span { margin-left: 7px; }

.packages { background: #fff; }
.package-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.package-card { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 8px 28px rgba(11,51,60,.06); transition: .3s; }
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.package-card.large { grid-row: span 2; }
.package-image { height: 245px; position: relative; background-size: cover; background-position: center; }
.package-card.large .package-image { height: 350px; }
.image-south { background-image: url('https://images.unsplash.com/photo-1495448715410-80ec866d8375?auto=format&fit=crop&fm=jpg&q=82&w=1300'); }
.image-island { background-image: url('https://images.unsplash.com/photo-1718560171948-08d6ac9ee837?auto=format&fit=crop&fm=jpg&q=82&w=1100'); }
.image-city { background-image: url('https://images.unsplash.com/photo-1646812837845-78e13b10d4da?auto=format&fit=crop&fm=jpg&q=82&w=1100'); }
.package-badge, .package-duration { position: absolute; top: 18px; padding: 7px 12px; border-radius: 999px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; }
.package-badge { left: 18px; background: var(--coral); color: #fff; }
.package-badge.blue { background: var(--teal); }
.package-badge.gold { background: var(--gold); color: var(--navy); }
.package-duration { right: 18px; background: rgba(4,42,54,.74); color: #fff; backdrop-filter: blur(8px); }
.package-body { padding: 26px 27px 24px; }
.package-location { color: var(--teal); text-transform: uppercase; letter-spacing: 1.7px; font-size: 9px; font-weight: 800; }
.package-body h3 { font-family: "Manrope"; font-size: 24px; letter-spacing: -.6px; margin: 6px 0 8px; }
.package-body p { color: var(--muted); margin: 0; font-size: 14px; }
.package-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.package-meta span { background: var(--sand); border-radius: 999px; padding: 7px 11px; color: #5a6b71; font-size: 10px; }
.package-footer { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.package-footer > div { display: flex; flex-direction: column; }
.package-footer small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.package-footer strong { font-size: 14px; }
.text-button, .text-link { background: transparent; border: 0; padding: 0; color: var(--teal); font-size: 12px; font-weight: 800; }
.text-button span, .text-link span { margin-left: 7px; }

.fleet { background: var(--sand); }
.fleet-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.fleet-photo { min-height: 610px; position: relative; }
.fleet-photo::before { content: ""; position: absolute; left: -25px; bottom: -25px; width: 68%; height: 72%; border: 2px solid var(--gold); border-radius: 28px; }
.fleet-photo-main { position: absolute; inset: 0; border-radius: 28px; background: url('https://images.unsplash.com/photo-1646812837845-78e13b10d4da?auto=format&fit=crop&fm=jpg&q=82&w=1300') center/cover; box-shadow: var(--shadow); }
.fleet-card { position: absolute; right: -38px; bottom: 48px; background: #fff; border-radius: 17px; padding: 17px 21px; display: flex; align-items: center; gap: 13px; box-shadow: var(--shadow-sm); }
.fleet-icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: var(--aqua); color: var(--teal); }
.fleet-icon svg { fill: none; stroke: currentColor; stroke-width: 1.7; }
.fleet-card div { display: flex; flex-direction: column; }
.fleet-card strong { font-size: 13px; }
.fleet-card small { font-size: 10px; color: var(--muted); }
.fleet-copy > p { color: var(--muted); font-size: 16px; margin: 22px 0 26px; }
.fleet-list { margin: 0 0 30px; }
.fleet-list > div { display: grid; grid-template-columns: 38px 1fr auto; gap: 15px; align-items: center; padding: 15px 0; border-bottom: 1px solid #dddcd7; }
.fleet-list > div > span { width: 30px; height: 30px; border-radius: 50%; background: #fff; display: grid; place-items: center; color: var(--teal); font-size: 9px; font-weight: 800; }
.fleet-list > div > div { display: flex; flex-direction: column; }
.fleet-list strong { font-size: 14px; }
.fleet-list small { color: var(--muted); font-size: 11px; }
.fleet-list b { font-size: 11px; color: var(--teal); }

.about { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.about::before { content: ""; position: absolute; width: 420px; height: 420px; border: 100px solid rgba(24,199,189,.06); border-radius: 50%; right: -120px; top: -150px; }
.about-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.about-copy h2 em { color: var(--gold); }
.about-copy > p { color: rgba(255,255,255,.66); margin: 23px 0 30px; max-width: 610px; }
.about-points { display: grid; gap: 17px; }
.about-points > div { display: flex; gap: 15px; }
.about-points > div > span { width: 27px; height: 27px; flex: 0 0 27px; border-radius: 50%; display: grid; place-items: center; background: rgba(24,199,189,.15); color: #7ef1e6; font-weight: 800; }
.about-points p { margin: 0; display: flex; flex-direction: column; }
.about-points strong { font-size: 14px; }
.about-points small { color: rgba(255,255,255,.56); margin-top: 2px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; overflow: hidden; }
.about-stats > div { min-height: 175px; padding: 30px; display: flex; flex-direction: column; justify-content: end; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.about-stats > div:nth-child(2n) { border-right: 0; }
.about-stats > div:nth-child(n+3) { border-bottom: 0; }
.about-stats strong { font-family: "Manrope"; font-size: 35px; color: var(--gold); }
.about-stats span { font-size: 12px; color: rgba(255,255,255,.6); margin-top: 5px; }

.testimonials { background: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testimonial-grid blockquote { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 7px 24px rgba(7,59,76,.045); }
.stars { color: var(--gold); letter-spacing: 3px; font-size: 12px; }
.testimonial-grid blockquote > p { font-family: Georgia, serif; font-size: 17px; color: #33464e; line-height: 1.7; margin: 18px 0 27px; }
.testimonial-grid footer { display: flex; align-items: center; gap: 12px; }
.testimonial-grid footer > span { width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; background: var(--aqua); color: var(--teal); font-size: 10px; font-weight: 800; }
.testimonial-grid footer div { display: flex; flex-direction: column; }
.testimonial-grid footer strong { font-size: 12px; }
.testimonial-grid footer small { color: var(--muted); font-size: 10px; }

.faq-section { background: var(--sand); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro > p { color: var(--muted); margin: 22px 0; }
.faq-list details { border-bottom: 1px solid #d8d7d0; padding: 21px 0; }
.faq-list summary { list-style: none; cursor: pointer; font-family: "Manrope"; font-weight: 700; display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 22px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { color: var(--muted); font-size: 14px; margin: 13px 35px 0 0; }

.contact { padding: 110px 0; position: relative; overflow: hidden; background: var(--navy-dark); color: #fff; }
.contact-bg { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(120deg, rgba(0,167,165,.55), transparent 55%), url('https://images.unsplash.com/photo-1561671538-6a7606e7d7cc?auto=format&fit=crop&fm=jpg&q=80&w=2200'); background-size: cover; background-position: center; }
.contact-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 85px; }
.contact h2 em { color: var(--gold); }
.contact-copy > p { color: rgba(255,255,255,.67); margin: 24px 0 32px; max-width: 500px; }
.contact-channels { display: grid; gap: 11px; }
.contact-channels a { display: flex; gap: 14px; align-items: center; padding: 13px 0; }
.channel-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.1); color: var(--gold); }
.contact-channels div { display: flex; flex-direction: column; }
.contact-channels small { color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.contact-channels strong { font-size: 13px; }
.contact-form { background: #fff; color: var(--ink); padding: 34px; border-radius: 26px; box-shadow: 0 35px 90px rgba(0,0,0,.23); }
.form-heading { display: flex; align-items: start; justify-content: space-between; gap: 15px; margin-bottom: 24px; }
.form-heading span { color: var(--teal); text-transform: uppercase; letter-spacing: 1.5px; font-size: 9px; font-weight: 800; }
.form-heading h3 { margin: 3px 0 0; font-family: "Manrope"; font-size: 24px; letter-spacing: -.7px; }
.form-badge { padding: 7px 11px; border-radius: 999px; background: var(--aqua); color: var(--teal); font-size: 8px; font-weight: 800; }
.contact-form label { margin-bottom: 15px; }
.dark-note { color: #7b898e; }

.site-footer { background: #031f28; color: rgba(255,255,255,.68); padding-top: 70px; }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .75fr 1fr; gap: 55px; padding-bottom: 55px; }
.brand.inverse { color: #fff; }
.footer-brand > p { max-width: 320px; font-size: 13px; margin-top: 18px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-main h4 { color: #fff; font-size: 12px; margin: 0 0 8px; }
.footer-main a, .footer-main span { font-size: 12px; word-break: break-word; }
.footer-main a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); min-height: 70px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; }

.floating-chat { position: fixed; z-index: 90; right: 22px; bottom: 22px; height: 51px; padding: 0 18px; display: flex; align-items: center; gap: 9px; border-radius: 999px; color: #fff; background: #0084ff; box-shadow: 0 10px 30px rgba(0,83,160,.3); font-size: 12px; font-weight: 700; }
.floating-chat svg { width: 20px; height: 20px; }
.toast { position: fixed; z-index: 999; left: 50%; bottom: -100px; transform: translateX(-50%); background: var(--navy-dark); color: #fff; border-radius: 999px; padding: 12px 20px; box-shadow: var(--shadow-sm); font-size: 12px; transition: bottom .35s; }
.toast.show { bottom: 24px; }

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

@media (max-width: 1050px) {
  .primary-nav { gap: 19px; }
  .primary-nav > a:not(.nav-cta) { display: none; }
  .hero-content { grid-template-columns: 1fr 370px; gap: 40px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .fleet-layout { gap: 60px; }
  .fleet-card { right: -15px; }
  .about-layout, .contact-layout { gap: 55px; }
}

@media (max-width: 820px) {
  .topbar-links a:first-child { display: none; }
  .site-header { top: 38px; }
  .site-header.sticky { top: 0; }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
  .primary-nav { display: none; position: fixed; inset: 84px 0 auto; background: rgba(4,42,54,.98); padding: 30px 25px 36px; flex-direction: column; align-items: stretch; gap: 3px; }
  .site-header.sticky .primary-nav { inset: 84px 0 auto; }
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.nav-cta) { display: block; padding: 12px 0; font-size: 17px; }
  .primary-nav .nav-cta { display: inline-flex; justify-content: center; margin-top: 12px; }
  .hero { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; padding-top: 170px; padding-bottom: 90px; }
  .hero-copy { max-width: 650px; }
  .quick-booking { max-width: 580px; width: 100%; }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .trust-grid > div { border-right: 0; padding: 14px 15px; }
  .section-heading.split { align-items: start; flex-direction: column; gap: 18px; }
  .section-heading.split > p { width: auto; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card.large { grid-row: auto; }
  .fleet-layout, .about-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .fleet-copy { order: -1; }
  .fleet-photo { min-height: 520px; max-width: 650px; }
  .about-layout { gap: 55px; }
  .faq-layout { gap: 40px; }
  .contact-layout { gap: 55px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .topbar-inner { justify-content: center; }
  .topbar-inner > p { display: none; }
  .topbar-links { width: 100%; justify-content: center; }
  .nav-wrap { height: 74px; }
  .brand-mark, .brand-mark svg { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 16px; }
  .site-header { top: 38px; }
  .primary-nav { inset: 74px 0 auto; }
  .hero-content { padding-top: 145px; padding-bottom: 65px; }
  .hero h1 { font-size: 49px; letter-spacing: -2px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { align-items: flex-start; }
  .quick-booking { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { text-align: center; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-heading h2, .fleet-copy h2, .about-copy h2, .faq-intro h2, .contact h2 { font-size: 38px; letter-spacing: -1.7px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .package-card.large .package-image, .package-image { height: 235px; }
  .package-footer { align-items: flex-end; }
  .fleet-photo { min-height: 420px; }
  .fleet-photo::before { display: none; }
  .fleet-card { right: 12px; left: 12px; bottom: 12px; }
  .fleet-list > div { grid-template-columns: 34px 1fr; }
  .fleet-list b { grid-column: 2; }
  .about-stats { grid-template-columns: 1fr; }
  .about-stats > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13) !important; }
  .about-stats > div:last-child { border-bottom: 0 !important; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .form-heading { flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; justify-content: center; text-align: center; gap: 2px; padding: 14px 0; }
  .floating-chat span { display: none; }
  .floating-chat { width: 51px; padding: 0; justify-content: center; border-radius: 50%; }
}
