:root {
    --red: #c1121f;
    --red-dark: #7f1016;
    --navy: #07142f;
    --blue: #1646a0;
    --gold: #c99a3f;
    --teal: #0f766e;
    --ink: #101827;
    --muted: #657084;
    --line: #dce2ea;
    --surface: #ffffff;
    --soft: #f6f8fb;
    --soft-blue: #eef4ff;
    --shadow: 0 22px 70px rgba(7, 20, 47, .16);
}

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

/* Updated Garuda Travel World UI - sourced from the new design direction */
:root {
    --gtw-navy: #071e45;
    --gtw-navy-2: #0a2557;
    --gtw-red: #c0152f;
    --gtw-gold: #c9a24b;
    --gtw-gold-soft: #e4ce8e;
    --gtw-cream: #f8f5ef;
    --gtw-line: #e7e0d2;
    --gtw-ink: #16233b;
    --gtw-muted: #5c6b82;
    --gtw-white: #fff;
    --gtw-shadow: 0 30px 70px -34px rgba(7, 30, 69, .48);
}

body {
    color: var(--gtw-ink);
    background: var(--gtw-cream);
    font-family: "Mulish", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

::selection {
    color: var(--gtw-navy);
    background: var(--gtw-gold);
}

.top-strip {
    padding: 9px clamp(18px, 4vw, 30px);
    justify-content: center;
    gap: clamp(16px, 4vw, 34px);
    color: #cbd6ea;
    background: var(--gtw-navy);
    font-size: 13px;
}

.top-strip a,
.top-strip span {
    color: inherit;
}

.top-strip span:first-child::before,
.top-strip span:nth-child(2)::before,
.top-strip a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 999px;
    background: var(--gtw-gold);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 14px clamp(18px, 4vw, 30px);
    background: rgba(248, 245, 239, .92);
    border-bottom: 1px solid var(--gtw-line);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.brand {
    gap: 13px;
}

.logo-mark,
.brand img,
.footer-brand img {
    background: transparent;
    border: 0;
    border-radius: 999px;
}

.brand img {
    width: 52px;
    height: 52px;
}

.brand strong {
    color: var(--gtw-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 21px;
    letter-spacing: 0;
}

.brand small {
    margin-top: 4px;
    color: var(--gtw-red);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.main-nav {
    gap: 28px;
}

.main-nav a {
    color: #28354c;
    font-size: 15px;
    font-weight: 800;
}

.main-nav a:hover {
    color: var(--gtw-gold);
}

.header-actions {
    gap: 10px;
}

.whatsapp-top,
.header-cta,
.btn,
.footer-quote,
.destination-card-link,
.package-footer a {
    border-radius: 44px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.whatsapp-top:hover,
.header-cta:hover,
.btn:hover,
.footer-quote:hover,
.package-footer a:hover,
.destination-card-link:hover {
    transform: translateY(-2px);
}

.header-cta,
.btn.primary,
.footer-quote {
    color: #fff;
    background: var(--gtw-red);
    box-shadow: 0 14px 28px -10px rgba(192, 21, 47, .55);
}

.whatsapp-top,
.btn.secondary {
    color: var(--gtw-navy);
    background: var(--gtw-gold);
    box-shadow: 0 14px 28px -12px rgba(201, 162, 75, .55);
}

.hero {
    position: relative;
    min-height: 690px;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(34px, 5vw, 58px);
    padding: clamp(62px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(72px, 8vw, 106px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(1100px 540px at 80% -10%, #103a78 0%, var(--gtw-navy-2) 45%, var(--gtw-navy) 100%),
        var(--gtw-navy);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .55;
    background:
        radial-gradient(circle at 20% 30%, rgba(201, 162, 75, .18), transparent 40%),
        radial-gradient(circle at 90% 70%, rgba(192, 21, 47, .18), transparent 45%);
}

.hero::after {
    content: "";
    position: absolute;
    right: -130px;
    top: -110px;
    width: 620px;
    height: 620px;
    opacity: .08;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 90px transparent, inset 0 0 0 91px #fff, inset 0 0 0 180px transparent, inset 0 0 0 181px #fff;
    animation: gtwspin 90s linear infinite;
}

@keyframes gtwspin {
    to { transform: rotate(360deg); }
}

.hero-media {
    display: none;
}

.hero-content,
.hero-panel {
    position: relative;
    z-index: 1;
}

.hero-kicker {
    display: inline-flex;
    width: auto;
    padding: 8px 16px;
    border: 1px solid rgba(201, 162, 75, .45);
    border-radius: 40px;
    color: var(--gtw-gold-soft);
    background: rgba(201, 162, 75, .16);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 760px;
    margin: 22px 0 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(46px, 6vw, 74px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
}

.hero h1::after {
    content: " remembering.";
    display: block;
    color: var(--gtw-gold-soft);
    font-style: italic;
}

.hero p:not(.hero-kicker) {
    max-width: 560px;
    margin-top: 22px;
    color: #c6d2e8;
    font-size: 18.5px;
    line-height: 1.65;
}

.hero-proof {
    margin-top: 34px;
}

.hero-proof span {
    border: 1px solid rgba(255, 255, 255, .16);
    color: #aebfdc;
    background: rgba(255, 255, 255, .07);
}

.hero-actions {
    margin-top: 32px;
}

.hero-quote-card {
    height: auto;
    min-height: 0;
    max-width: 520px;
    padding: clamp(24px, 3vw, 32px);
    color: var(--gtw-ink);
    background: rgba(255, 255, 255, .98);
    border: 0;
    border-top: 5px solid var(--gtw-gold);
    border-radius: 22px;
    box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6);
}

.hero-quote-card h2 {
    margin: 0;
    color: var(--gtw-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 27px;
}

.hero-quote-card p {
    margin: 6px 0 0;
    color: var(--gtw-muted);
    font-size: 14px;
    line-height: 1.5;
}

.quote-form,
.enquiry-form {
    display: grid;
    gap: 13px;
}

.quote-form {
    margin-top: 18px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}

label {
    gap: 6px;
    color: var(--gtw-ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .03em;
}

input,
textarea,
select {
    width: 100%;
    padding: 13px 14px;
    border: 1.5px solid #e1dccf;
    border-radius: 11px;
    color: var(--gtw-ink);
    background: #fdfbf6;
    font-family: inherit;
    font-size: 14.5px;
}

.quote-form small {
    color: var(--gtw-muted);
    text-align: center;
}

.section,
.home-showcase,
.page-content,
.package-detail-grid,
.blog-grid,
.contact-section {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(18px, 4vw, 30px);
    padding-right: clamp(18px, 4vw, 30px);
}

.home-showcase,
.section {
    padding-top: clamp(76px, 7vw, 96px);
    padding-bottom: clamp(28px, 5vw, 56px);
}

.muted,
.service-card,
.package-card,
.testimonial-grid article,
.blog-card,
.destination-list-card,
.package-detail-card,
.package-enquiry-card,
.page-sidebar,
.why-list div {
    background: #fff;
}

.eyebrow {
    color: var(--gtw-red);
    font-weight: 900;
    letter-spacing: .16em;
}

.section-heading h2,
.showcase-copy h2,
.page-hero h1,
.package-detail-card h2,
.package-enquiry-card h2,
.destination-city-section h2,
.destination-page-list h2,
.contact-page-form h2 {
    color: var(--gtw-navy);
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: 0;
}

.showcase-copy h2,
.section-heading h2 {
    font-size: clamp(34px, 4vw, 48px);
}

.showcase-media,
.showcase-media img,
.package-card,
.service-card,
.blog-card,
.destination-city-card,
.destination-list-card,
.package-detail-card,
.package-enquiry-card,
.page-sidebar,
.enquiry-form,
.why-list div {
    border-radius: 18px;
}

.showcase-media,
.package-card,
.service-card,
.blog-card,
.destination-list-card,
.package-detail-card,
.package-enquiry-card,
.page-sidebar,
.why-list div {
    border-color: #efe9db;
    box-shadow: 0 16px 36px -22px rgba(7, 30, 69, .4);
    transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease, border-color .3s ease;
}

.package-card:hover,
.service-card:hover,
.blog-card:hover,
.destination-list-card:hover,
.why-list div:hover {
    transform: translateY(-6px);
    border-color: var(--gtw-gold);
    box-shadow: 0 24px 50px -18px rgba(7, 30, 69, .35);
}

.showcase-note {
    border-color: rgba(255, 255, 255, .26);
    background: rgba(7, 30, 69, .86);
}

.destination-strip,
.package-grid,
.service-grid,
.blog-grid,
.testimonial-grid,
.destination-city-grid {
    gap: 26px;
}

.destination-strip a,
.destination-city-card,
.package-card {
    border-radius: 18px;
    box-shadow: 0 16px 36px -22px rgba(7, 30, 69, .4);
}

.destination-strip a::after,
.destination-city-card::after {
    background: linear-gradient(180deg, rgba(7, 30, 69, .08), rgba(7, 30, 69, .9));
}

.destination-strip span,
.destination-city-card span {
    color: var(--gtw-gold-soft);
}

.destination-strip strong,
.destination-city-card strong,
.package-body h3,
.blog-card h2,
.blog-card h3,
.destination-list-card h3,
.footer-brand h2,
.footer-col h3,
.footer-contact h3 {
    font-family: "Playfair Display", Georgia, serif;
}

.package-body > span,
.destination-list-card span,
.blog-card span {
    color: var(--gtw-red);
}

.package-footer {
    border-top: 1px dashed #e6dfce;
}

.package-footer strong,
.destination-card-price,
.package-price-line strong {
    color: var(--gtw-navy);
    font-family: "Playfair Display", Georgia, serif;
}

.stats-band {
    max-width: none;
    background: var(--gtw-navy);
}

.stats-band strong {
    color: var(--gtw-gold-soft);
    font-family: "Playfair Display", Georgia, serif;
}

.why-list div {
    border-left-color: var(--gtw-gold);
}

.contact-section,
.site-footer {
    max-width: none;
    background:
        radial-gradient(circle at 85% 15%, rgba(201, 162, 75, .2), transparent 45%),
        var(--gtw-navy);
}

.page-hero {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    align-items: end;
    color: #fff;
    background: var(--gtw-navy);
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 30, 69, .1) 0%, rgba(7, 30, 69, .38) 42%, rgba(7, 30, 69, .92) 100%);
}

.page-hero > div {
    position: relative;
    z-index: 1;
    align-self: end;
    padding-bottom: 28px;
}

.page-hero h1,
.page-hero p,
.page-hero .eyebrow {
    color: #fff;
}

.page-hero .eyebrow {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 30px;
    background: var(--gtw-red);
}

.page-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.destination-page-list,
.destination-city-section {
    border-top-color: var(--gtw-line);
}

.package-detail-grid {
    align-items: start;
}

.package-price-line {
    border-top: 1px dashed #e6dfce;
}

.footer-main {
    max-width: 1280px;
    margin: 0 auto;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.whatsapp-float {
    background: #25a048;
    animation: gtwpulse 2.4s ease-in-out infinite;
}

@keyframes gtwpulse {
    0%, 100% { box-shadow: 0 8px 24px rgba(37, 150, 72, .4); }
    50% { box-shadow: 0 8px 34px rgba(37, 150, 72, .7); }
}

@media (max-width: 980px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .hero-quote-card {
        max-width: none;
    }

    .main-nav {
        display: none;
    }
}

@media (max-width: 680px) {
    .site-header {
        align-items: stretch;
    }

    .brand strong {
        font-size: 19px;
    }

    .hero {
        padding-top: 48px;
    }

    .hero h1 {
        font-size: clamp(40px, 12vw, 54px);
    }

    .form-row,
    .page-content,
    .package-detail-grid {
        grid-template-columns: 1fr;
    }

    .header-actions {
        grid-template-columns: 1fr 1fr;
    }

    .destination-strip,
    .destination-city-grid,
    .package-grid,
    .service-grid,
    .blog-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    overflow-x: hidden;
    background: #fbfcff;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

body.loaded .hero-content,
body.loaded .hero-panel {
    animation: riseIn .8s ease both;
}

body.loaded .hero-panel {
    animation-delay: .14s;
}

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

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

.top-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    min-height: 40px;
    padding: 8px 18px;
    color: #fff;
    background: var(--navy);
    font-size: 13px;
    font-weight: 700;
}

.top-strip span::before,
.top-strip a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 999px;
    background: var(--gold);
    vertical-align: 1px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 12px clamp(18px, 4vw, 58px);
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}

.brand,
.admin-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-mark,
.hero-logo-shell {
    display: grid;
    place-items: center;
    border: 1px solid rgba(7, 20, 47, .08);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(7, 20, 47, .08);
    overflow: hidden;
}

.logo-mark {
    width: 62px;
    height: 62px;
}

.brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.brand strong,
.admin-brand span {
    display: block;
    color: var(--navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
}

.brand small {
    display: block;
    color: var(--red);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #334155;
    font-size: 15px;
    font-weight: 700;
}

.main-nav a:hover {
    color: var(--red);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-cta,
.btn,
.whatsapp-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.header-cta:hover,
.btn:hover,
.whatsapp-top:hover,
.whatsapp-float:hover {
    transform: translateY(-1px);
}

.header-cta,
.btn.primary {
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    box-shadow: 0 12px 28px rgba(193, 18, 31, .24);
}

.btn.secondary {
    color: var(--navy);
    background: #fff;
    border: 1px solid var(--line);
}

.whatsapp-top {
    color: #075e54;
    background: #e7f8ef;
    border: 1px solid rgba(18, 140, 126, .22);
}

.whatsapp-top::before,
.whatsapp-float::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: currentColor;
    clip-path: polygon(50% 0%, 62% 4%, 72% 13%, 79% 25%, 82% 38%, 80% 52%, 74% 65%, 65% 75%, 52% 81%, 39% 82%, 27% 79%, 8% 86%, 14% 67%, 7% 55%, 4% 42%, 6% 29%, 13% 17%, 24% 8%, 37% 2%);
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: #128c7e;
    box-shadow: 0 18px 42px rgba(18, 140, 126, .34);
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.whatsapp-float:hover {
    background: #075e54;
    box-shadow: 0 22px 52px rgba(18, 140, 126, .42);
}

.hero {
    position: relative;
    min-height: min(760px, calc(100vh - 40px));
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(340px, .75fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    padding: clamp(54px, 7vw, 82px) clamp(18px, 6vw, 90px);
    overflow: hidden;
    color: #fff;
    background: var(--navy);
}

.hero-media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(7, 20, 47, .98) 0%, rgba(7, 20, 47, .9) 42%, rgba(8, 20, 42, .62) 72%, rgba(127, 16, 22, .4) 100%),
        url("https://images.unsplash.com/photo-1488085061387-422e29b40080?auto=format&fit=crop&w=1800&q=80") center/cover;
    animation: slowZoom 18s ease-in-out infinite alternate;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .52), transparent);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 0 0 18px;
    padding: 8px 12px 8px 8px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .1);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.hero-kicker span {
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--navy);
    background: #fff;
}

.hero-logo-shell {
    width: 150px;
    height: 150px;
    margin-bottom: 24px;
    border: 6px solid rgba(255, 255, 255, .9);
    animation: softPulse 4s ease-in-out infinite;
}

.hero-logo {
    width: 132px;
    height: 132px;
    object-fit: contain;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.why-copy h2,
.contact-panel h2,
.showcase-copy h2 {
    margin: 0;
    line-height: 1.05;
    color: inherit;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 800;
}

.hero h1 {
    max-width: 820px;
    font-size: clamp(48px, 5.6vw, 78px);
    letter-spacing: 0;
}

.hero p:not(.eyebrow) {
    max-width: 660px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 19px;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hero-proof span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: rgba(255, 255, 255, .88);
    background: rgba(255, 255, 255, .1);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.hero-panel {
    position: relative;
    z-index: 1;
    height: clamp(420px, 38vw, 520px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.hero-panel > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08);
}

.hero-trip-card,
.hero-mini-stats {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    color: #fff;
    background: rgba(7, 20, 47, .78);
    backdrop-filter: blur(14px);
}

.hero-trip-card {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 22px;
}

.hero-trip-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
}

.hero-trip-card strong {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.2;
}

.hero-trip-card p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .78);
}

.hero-mini-stats {
    top: 20px;
    right: 20px;
    width: 142px;
    padding: 16px;
}

.hero-mini-stats strong,
.hero-mini-stats span {
    display: block;
}

.hero-mini-stats strong {
    font-size: 30px;
    line-height: 1;
}

.hero-mini-stats span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 700;
}

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

.section {
    padding: 92px clamp(18px, 5vw, 72px);
}

.home-showcase {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(340px, 1.12fr);
    gap: clamp(24px, 5vw, 58px);
    align-items: center;
    background:
        linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}

.showcase-copy {
    max-width: 620px;
}

.showcase-copy h2 {
    color: var(--navy);
    font-size: clamp(34px, 5vw, 66px);
}

.showcase-copy p:not(.eyebrow) {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 18px;
}

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

.showcase-media {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.showcase-media img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    transition: transform .5s ease;
}

.showcase-media:hover img {
    transform: scale(1.04);
}

.showcase-note {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 8px;
    color: #fff;
    background: rgba(7, 20, 47, .78);
    backdrop-filter: blur(14px);
}

.showcase-note strong,
.showcase-note span {
    display: block;
}

.showcase-note strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    line-height: 1.1;
}

.showcase-note span {
    margin-top: 6px;
    color: rgba(255, 255, 255, .78);
}

.destination-strip {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.destination-strip-heading {
    grid-column: 1 / -1;
    max-width: 720px;
}

.destination-strip-heading h3 {
    margin: 0 0 4px;
    color: var(--navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.08;
}

.destination-strip a {
    position: relative;
    display: block;
    min-height: 190px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 14px 34px rgba(7, 20, 47, .12);
}

.destination-strip img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08);
    transition: transform .4s ease;
}

.destination-strip a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(7, 20, 47, .82));
}

.destination-strip-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    display: grid;
    gap: 5px;
    z-index: 1;
}

.destination-strip span {
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.destination-strip strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    line-height: 1.08;
    font-weight: 800;
}

.destination-strip small,
.destination-strip em {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.destination-strip em {
    color: #fff;
}

.destination-strip a:hover img {
    transform: scale(1.06);
}

.muted {
    background: linear-gradient(180deg, var(--soft), #fff);
}

.stats-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(135deg, var(--red), var(--navy));
    color: #fff;
}

.stats-band div {
    display: grid;
    place-items: center;
    text-align: center;
}

.stats-band strong {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1;
}

.stats-band span {
    color: rgba(255, 255, 255, .82);
}

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

.section-heading h2,
.why-copy h2,
.contact-panel h2 {
    color: var(--navy);
    font-size: clamp(30px, 4.8vw, 54px);
}

.section-heading p:not(.eyebrow) {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
}

.service-grid,
.package-grid,
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-card,
.package-card,
.testimonial-grid article,
.contact-panel,
.enquiry-form,
.admin-card,
.login-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(7, 20, 47, .07);
}

.service-card {
    padding: 30px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.service-card:hover,
.package-card:hover,
.testimonial-grid article:hover,
.blog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(193, 18, 31, .24);
    box-shadow: var(--shadow);
}

.icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    color: var(--navy);
    background: var(--soft-blue);
}

.icon svg {
    width: 27px;
    height: 27px;
}

.service-card h3,
.package-card h3,
.blog-card h2,
.blog-card h3,
.page-hero h1,
.page-sidebar h2,
.admin-card h1,
.admin-card h2,
.login-card h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 800;
}

.service-card h3,
.package-card h3 {
    margin: 22px 0 10px;
    color: var(--navy);
    font-size: 22px;
}

.service-card p,
.package-body p,
.why-copy p,
.contact-panel p {
    color: var(--muted);
}

.package-card {
    overflow: hidden;
}

.package-card img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.package-body {
    padding: 24px;
}

.package-body > span {
    color: var(--teal);
    font-weight: 800;
}

.package-body ul {
    padding-left: 18px;
    color: #374151;
}

.package-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.package-footer strong {
    color: var(--navy);
    font-size: 18px;
}

.package-footer a {
    color: var(--red);
    font-weight: 800;
}

.why,
.contact-section {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 38px;
    align-items: start;
}

.why-list {
    display: grid;
    gap: 16px;
}

.why-list div {
    padding: 26px;
    border: 1px solid var(--line);
    border-left: 4px solid var(--red);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(7, 20, 47, .06);
}

.why-list strong,
.why-list span {
    display: block;
}

.why-list strong {
    color: var(--navy);
    font-size: 20px;
}

.why-list span {
    color: var(--muted);
    margin-top: 6px;
}

.testimonial-grid article {
    padding: 28px;
}

.stars {
    color: var(--gold);
    margin-bottom: 14px;
}

.testimonial-grid strong,
.testimonial-grid span {
    display: block;
}

.testimonial-grid span {
    color: var(--muted);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.blog-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(7, 20, 47, .07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.blog-card-media {
    position: relative;
    display: block;
    min-height: 240px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(7,30,69,.88), rgba(192,21,47,.62)),
        radial-gradient(circle at 78% 22%, rgba(228,206,142,.32), transparent 30%),
        #071e45;
}

.blog-card-media > img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-card-fallback {
    min-height: 240px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 24px;
    color: #fff;
    text-align: center;
}

.blog-card-fallback[hidden] {
    display: none;
}

.blog-card-fallback img {
    width: 74px;
    height: 74px;
    object-fit: contain;
    padding: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
}

.blog-card-fallback strong {
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    line-height: 1.1;
}

.blog-card div {
    padding: 24px;
}

.blog-card span {
    color: var(--teal);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-card h2,
.blog-card h3 {
    margin: 10px 0;
    color: var(--navy);
    line-height: 1.2;
}

.blog-card h2 {
    font-size: 25px;
}

.blog-card h3 {
    font-size: 22px;
}

.blog-card p {
    color: var(--muted);
}

.blog-card a {
    color: var(--red);
    font-weight: 800;
}

.page-hero {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    min-height: 520px;
    padding: 76px clamp(18px, 6vw, 90px);
    color: #fff;
    background: linear-gradient(135deg, var(--navy), var(--red-dark));
    overflow: hidden;
}

.page-hero > div {
    animation: riseIn .75s ease both;
}

.page-hero h1 {
    margin: 0;
    font-size: clamp(38px, 5.8vw, 72px);
    line-height: 1.05;
}

.page-hero p:not(.eyebrow) {
    max-width: 700px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
}

.page-hero img {
    width: 100%;
    min-height: 360px;
    max-height: 470px;
    object-fit: cover;
    border: 8px solid rgba(255, 255, 255, .9);
    border-radius: 8px;
    box-shadow: var(--shadow);
    animation: imageFloat 6s ease-in-out infinite;
}

.page-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
    align-items: start;
}

.page-content > * {
    min-width: 0;
}

.page-content > article {
    box-sizing: border-box;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(7, 20, 47, .07);
}

.page-content > article > p {
    margin: 0 0 18px;
    color: #334155;
    font-size: 18px;
    overflow-wrap: anywhere;
}

.page-sidebar {
    position: sticky;
    top: 112px;
    box-sizing: border-box;
    display: grid;
    gap: 10px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
}

.page-sidebar h2 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 22px;
}

.page-sidebar a {
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff;
    color: var(--navy);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.page-sidebar a:hover {
    color: var(--red);
}

.contact-page-form {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.contact-page-form h2,
.destination-city-section h2,
.destination-page-list h2,
.destination-list-card h3,
.package-detail-card h2,
.package-detail-card h3,
.package-enquiry-card h2 {
    margin: 0 0 16px;
    color: var(--navy);
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 800;
    line-height: 1.1;
}

.destination-city-section {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid var(--line);
}

.destination-city-section > p {
    margin: -6px 0 20px;
    color: var(--muted);
}

.destination-city-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.destination-city-card {
    position: relative;
    display: block;
    min-height: 230px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    background: var(--navy);
    box-shadow: 0 14px 34px rgba(7, 20, 47, .12);
}

.destination-city-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.destination-city-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 20, 47, .05), rgba(7, 20, 47, .84));
}

.destination-city-card-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: grid;
    gap: 6px;
    z-index: 1;
}

.destination-city-card span {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.destination-city-card strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px;
    line-height: 1.1;
}

.destination-city-card small,
.destination-city-card em {
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.destination-city-card em {
    color: #fff;
}

.destination-city-card:hover img {
    transform: scale(1.06);
}

.destination-page-list {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid var(--line);
}

.destination-list-grid {
    display: grid;
    gap: 18px;
}

.destination-list-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
}

.destination-list-card img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
}

.destination-list-card > div {
    padding: 20px 20px 20px 0;
}

.destination-list-card span {
    color: var(--teal);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.destination-list-card h3 {
    margin: 8px 0 10px;
    font-size: 28px;
}

.destination-list-card p {
    color: var(--muted);
}

.destination-card-price {
    display: block;
    margin: 12px 0 10px;
    color: var(--navy);
    font-size: 18px;
}

.destination-card-link {
    color: var(--red);
    font-weight: 900;
}

.package-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
    gap: 28px;
    align-items: start;
}

.package-detail-card,
.package-enquiry-card {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(7, 20, 47, .07);
}

.package-detail-card > span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--teal);
    font-weight: 900;
}

.package-detail-card p {
    color: var(--muted);
    font-size: 18px;
}

.package-detail-card ul {
    display: grid;
    gap: 10px;
    padding-left: 20px;
    color: #334155;
}

.package-price-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.package-price-line strong {
    color: var(--navy);
    font-size: 24px;
}

.contact-section {
    background:
        linear-gradient(135deg, rgba(7, 20, 47, .98), rgba(7, 20, 47, .9)),
        url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.contact-panel,
.enquiry-form {
    padding: clamp(24px, 4vw, 42px);
}

.contact-panel h2,
.contact-panel .eyebrow {
    color: #fff;
}

.contact-panel {
    background: transparent;
    border-color: rgba(255, 255, 255, .18);
    box-shadow: none;
}

.contact-panel p,
.contact-lines span {
    color: rgba(255, 255, 255, .75);
}

.contact-lines {
    display: grid;
    gap: 8px;
    margin-top: 24px;
    color: #fff;
    font-weight: 700;
}

.enquiry-form {
    display: grid;
    gap: 16px;
    box-shadow: var(--shadow);
}

label {
    display: grid;
    gap: 7px;
    color: #374151;
    font-weight: 700;
}

input,
textarea,
select {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font: inherit;
    background: #fff;
}

input:focus,
textarea:focus,
select:focus {
    outline: 3px solid rgba(22, 70, 160, .16);
    border-color: var(--blue);
}

textarea {
    resize: vertical;
}

.faq-list {
    display: grid;
    gap: 12px;
    max-width: 980px;
}

details {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 18px 20px;
    background: #fff;
}

summary {
    color: var(--navy);
    font-weight: 800;
    cursor: pointer;
}

.site-footer {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(3, 8, 20, .98), rgba(7, 20, 47, .96)),
        radial-gradient(circle at 20% 0%, rgba(193, 18, 31, .2), transparent 36%);
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, .8fr)) minmax(240px, 1fr);
    gap: clamp(22px, 4vw, 46px);
    padding: 64px clamp(18px, 5vw, 72px) 42px;
}

.footer-brand img {
    width: 82px;
    height: 82px;
    object-fit: contain;
    border: 5px solid rgba(255, 255, 255, .92);
    border-radius: 999px;
    background: #fff;
}

.footer-brand h2,
.footer-col h3,
.footer-contact h3 {
    margin: 18px 0 12px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 800;
    line-height: 1.1;
}

.footer-brand h2 {
    font-size: 34px;
}

.footer-col h3,
.footer-contact h3 {
    font-size: 23px;
}

.footer-brand p,
.footer-contact p,
.footer-bottom,
.footer-col a,
.footer-contact a {
    color: rgba(255, 255, 255, .72);
}

.footer-brand p {
    max-width: 420px;
    margin: 0 0 12px;
}

.footer-col,
.footer-contact {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-col a,
.footer-contact a {
    width: fit-content;
    font-weight: 700;
}

.footer-col a:hover,
.footer-contact a:hover,
.footer-bottom a:hover,
.footer-social a:hover {
    color: #fff;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer-social a,
.footer-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font-weight: 800;
}

.footer-quote {
    width: fit-content;
    margin-top: 8px;
    background: var(--red);
    border-color: transparent;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px clamp(18px, 5vw, 72px);
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-bottom a {
    color: rgba(255, 255, 255, .72);
    font-weight: 700;
}

.flash {
    margin: 16px auto;
    max-width: 1120px;
    padding: 12px 16px;
    border-radius: 8px;
    color: #065f46;
    background: #d1fae5;
    border: 1px solid #a7f3d0;
}

.flash.error {
    color: #991b1b;
    background: #fee2e2;
    border-color: #fecaca;
}

.admin-login {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: linear-gradient(135deg, var(--navy), var(--red-dark));
}

.login-card {
    width: min(460px, 100%);
    padding: 34px;
}

.login-card img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin: 0 auto 12px;
}

.login-card h1 {
    text-align: center;
    color: var(--navy);
}

.login-hint {
    color: var(--muted);
    font-size: 13px;
}

.admin-body {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    min-height: 100vh;
    background: var(--soft);
}

.admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 22px;
    color: #fff;
    background: var(--navy);
}

.admin-brand {
    margin-bottom: 8px;
}

.admin-brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.admin-brand span {
    color: #fff;
}

.admin-sidebar-kicker {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    font-weight: 700;
}

.admin-sidebar nav {
    display: grid;
    gap: 8px;
}

.admin-sidebar nav a {
    padding: 11px 12px;
    border-radius: 8px;
    color: rgba(255, 255, 255, .82);
    font-weight: 800;
}

.admin-sidebar nav a:hover,
.admin-sidebar nav a.active {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.admin-sidebar nav a.active {
    box-shadow: inset 3px 0 0 var(--gold);
}

.admin-main {
    padding: 26px;
}

.admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.admin-top-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-topbar span,
.admin-list span {
    display: block;
    color: var(--muted);
    font-size: 13px;
}

.admin-grid {
    display: grid;
    grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr);
    gap: 22px;
}

.admin-card {
    padding: 24px;
}

.admin-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 22px;
    padding: clamp(24px, 4vw, 38px);
    border-radius: 8px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(7, 20, 47, .98), rgba(127, 16, 22, .9)),
        url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1200&q=80") center/cover;
    box-shadow: var(--shadow);
}

.admin-hero span,
.admin-section-title span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.admin-hero h1 {
    margin: 8px 0 10px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
}

.admin-hero p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
}

.admin-section-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.admin-section-title.compact {
    margin-bottom: 14px;
}

.admin-section-title h1,
.admin-section-title h2 {
    margin: 4px 0 6px;
}

.admin-section-title p,
.admin-muted {
    margin: 0;
    color: var(--muted);
}

.admin-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: 22px;
    margin-top: 22px;
}

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

.quick-action {
    display: grid;
    gap: 7px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
}

.quick-action strong {
    color: var(--navy);
}

.quick-action span {
    color: var(--muted);
    font-size: 14px;
}

.quick-action:hover {
    border-color: rgba(193, 18, 31, .28);
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 20, 47, .08);
}

.recent-enquiries {
    display: grid;
    gap: 12px;
}

.recent-enquiries article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.recent-enquiries strong,
.recent-enquiries span {
    display: block;
}

.recent-enquiries span {
    color: var(--muted);
    font-size: 13px;
}

.recent-enquiries em {
    padding: 6px 9px;
    border-radius: 999px;
    color: #075e54;
    background: #e7f8ef;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}

.admin-card h1,
.admin-card h2 {
    margin-top: 0;
    color: var(--navy);
}

.admin-form {
    display: grid;
    gap: 16px;
}

.admin-form input[type="file"] {
    padding: 11px;
    border-style: dashed;
    background: #fff;
    cursor: pointer;
}

.admin-form small {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.admin-editor-field {
    gap: 8px;
}

.admin-editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 2px 0 8px;
    padding: 10px;
    border: 1px solid rgba(7, 30, 69, .12);
    border-radius: 8px;
    background: #f8fafc;
}

.admin-editor-toolbar button {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(7, 30, 69, .14);
    border-radius: 7px;
    background: #fff;
    color: #071e45;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.admin-editor-toolbar button:hover {
    background: #c0152f;
    color: #fff;
    box-shadow: 0 10px 18px rgba(192, 21, 47, .16);
    transform: translateY(-1px);
}

.admin-content-editor {
    min-height: 360px;
    line-height: 1.7;
}

.ck-editor {
    width: 100%;
}

.ck-editor__editable {
    min-height: 430px;
    color: #1d2738;
    font-family: "Mulish", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

.ck-editor__editable h2,
.ck-editor__editable h3,
.ck-editor__editable h4 {
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
}

.ck.ck-toolbar,
.ck.ck-editor__main > .ck-editor__editable {
    border-color: rgba(7, 30, 69, .16) !important;
}

.admin-seo-helper {
    display: grid;
    gap: 14px;
    margin: 0 0 20px;
    padding: 18px;
    border: 1px solid rgba(201, 162, 75, .42);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(7, 30, 69, .04), rgba(201, 162, 75, .1));
}

.admin-seo-helper > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.admin-seo-helper span {
    color: #c0152f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.admin-seo-helper strong {
    color: #071e45;
    font-size: 16px;
}

.admin-seo-helper strong.is-good {
    color: #087a4b;
}

.admin-seo-helper ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.admin-seo-helper li {
    display: flex;
    gap: 8px;
    color: #516075;
    font-size: 13px;
    font-weight: 700;
}

.admin-seo-helper li::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(192, 21, 47, .12);
    color: #c0152f;
    font-size: 11px;
    font-weight: 900;
}

.admin-seo-helper li.is-ok {
    color: #087a4b;
}

.admin-seo-helper li.is-ok::before {
    content: "✓";
    background: rgba(8, 122, 75, .12);
    color: #087a4b;
}

.admin-seo-helper p {
    margin: 0;
    color: #071e45;
    font-size: 13px;
    overflow-wrap: anywhere;
}

.admin-field-meter {
    display: inline-flex;
    width: fit-content;
    margin-top: 6px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(8, 122, 75, .1);
    color: #087a4b;
    font-size: 12px;
    font-weight: 800;
}

.admin-field-meter.is-warning {
    background: rgba(192, 21, 47, .1);
    color: #c0152f;
}

.admin-faq-builder {
    display: grid;
    gap: 12px;
}

.admin-faq-builder-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.admin-faq-builder-head strong {
    color: #071e45;
    font-size: 14px;
}

.admin-faq-builder button {
    width: fit-content;
    border: 0;
    border-radius: 999px;
    background: #071e45;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 13px;
}

.admin-faq-builder button:hover {
    background: #c0152f;
}

.admin-faq-rows {
    display: grid;
    gap: 12px;
}

.admin-faq-row {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr) auto;
    gap: 10px;
    align-items: end;
    padding: 12px;
    border: 1px solid rgba(7, 30, 69, .12);
    border-radius: 8px;
    background: #f8fafc;
}

.admin-faq-row label {
    margin: 0;
}

.admin-faq-row button {
    background: rgba(192, 21, 47, .12);
    color: #c0152f;
}

.admin-faq-row button:hover {
    background: #c0152f;
    color: #fff;
}

.admin-image-preview,
.admin-gallery-preview {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.admin-image-preview img,
.admin-gallery-preview img {
    width: 88px;
    height: 66px;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.check-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-row input {
    width: 18px;
    min-height: 18px;
}

.admin-list {
    display: grid;
    gap: 12px;
}

.admin-list article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.row-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.row-actions a,
.row-actions button {
    border: 0;
    background: none;
    color: var(--red);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.reveal {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition:
        opacity .75s cubic-bezier(.2,.7,.2,1),
        transform .75s cubic-bezier(.2,.7,.2,1);
    transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal {
    opacity: 0;
    transform: translateY(34px) scale(.985);
}

.motion-ready .reveal.is-visible,
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.motion-ready .site-header {
    animation: headerDrop .55s cubic-bezier(.2,.7,.2,1) both;
}

.motion-ready .top-strip {
    animation: fadeDown .45s ease both;
}

.motion-ready .hero::before {
    animation: heroAtmosphere 9s ease-in-out infinite alternate;
}

.motion-ready .hero::after {
    transform: translate3d(calc(var(--hero-x, 0) * -18px), calc(var(--hero-y, 0) * -18px), 0);
    transition: transform .35s ease-out;
}

.motion-ready .hero-kicker {
    animation: riseIn .65s .12s cubic-bezier(.2,.7,.2,1) both, softPulse 3.4s 1.1s ease-in-out infinite;
}

.motion-ready .hero h1 {
    animation: heroTitleIn .8s .22s cubic-bezier(.2,.7,.2,1) both;
}

.motion-ready .hero p:not(.hero-kicker) {
    animation: riseIn .75s .38s cubic-bezier(.2,.7,.2,1) both;
}

.motion-ready .hero-actions .btn,
.motion-ready .hero-proof span,
.motion-ready .footer-main > section > *,
.motion-ready .gtw-card-body > * {
    animation: riseIn .65s cubic-bezier(.2,.7,.2,1) both;
    animation-delay: calc(.45s + var(--stagger-delay, 0ms));
}

.motion-ready .hero-quote-card {
    animation: quoteCardIn .85s .36s cubic-bezier(.2,.7,.2,1) both;
}

.hero-quote-card,
.package-booking-panel,
.contact-page-form {
    position: relative;
    overflow: hidden;
}

.motion-ready .hero-quote-card::before,
.motion-ready .package-booking-panel::before,
.motion-ready .contact-page-form::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 34%;
    pointer-events: none;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.2), transparent);
    animation: sheenSlide 5.5s ease-in-out infinite;
}

.motion-ready .logo-mark img,
.motion-ready .footer-brand img {
    animation: badgeBreathe 4.8s ease-in-out infinite;
}

.motion-ready .whatsapp-float {
    animation: gtwpulse 2.4s ease-in-out infinite, whatsappFloat 4.2s ease-in-out infinite;
}

.main-nav a,
.footer-col a,
.footer-contact a,
.footer-bottom a,
.blog-related-link,
.gtw-arrow-link {
    position: relative;
    transition: color .22s ease, transform .22s ease;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 3px;
    border-radius: 999px;
    background: #c0152f;
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .22s ease, transform .22s ease;
}

.main-nav a.active::after,
.main-nav a[aria-current="page"]::after,
.main-nav a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.main-nav a:hover,
.footer-col a:hover,
.footer-contact a:hover,
.footer-bottom a:hover,
.blog-related-link:hover,
.gtw-arrow-link:hover {
    transform: translateY(-2px);
}

.btn,
.header-cta,
.footer-quote,
.whatsapp-float {
    transition:
        transform .22s cubic-bezier(.2,.7,.2,1),
        box-shadow .22s ease,
        background .22s ease,
        color .22s ease;
}

.btn:hover,
.header-cta:hover,
.footer-quote:hover,
.whatsapp-float:hover {
    transform: translateY(-3px);
}

.btn:active,
.header-cta:active,
.footer-quote:active,
.whatsapp-float:active {
    transform: translateY(0) scale(.98);
}

.gtw-card-media,
.blog-card-media,
.package-gallery-grid,
.blog-hero-image,
.package-design-hero {
    isolation: isolate;
}

.gtw-card-media img,
.gtw-car-card > img,
.blog-card-media > img,
.package-gallery-grid img,
.destination-city-card img,
.page-hero img,
.package-design-hero > img,
.blog-hero-image > img,
.blog-feature-card img,
.blog-index-card > a img {
    transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .45s ease;
}

.gtw-destination-card:hover .gtw-card-media img,
.gtw-car-card:hover > img,
.blog-card:hover .blog-card-media > img,
.package-gallery-grid img:hover,
.destination-city-card:hover img,
.page-hero img:hover,
.blog-feature-card:hover img,
.blog-index-card:hover > a img {
    transform: scale(1.055);
    filter: saturate(1.08) contrast(1.03);
}

.service-card,
.package-card,
.testimonial-grid article,
.blog-card,
.gtw-destination-card,
.gtw-car-card,
.contact-panel,
.enquiry-form,
.page-content > article,
.page-sidebar,
.blog-article-card,
.blog-side-card,
.package-detail-card,
.package-enquiry-card {
    transition:
        transform .32s cubic-bezier(.2,.7,.2,1),
        box-shadow .32s ease,
        border-color .32s ease;
}

.service-card:hover,
.package-card:hover,
.testimonial-grid article:hover,
.blog-card:hover,
.gtw-destination-card:hover,
.gtw-car-card:hover,
.contact-panel:hover,
.enquiry-form:hover,
.page-content > article:hover,
.page-sidebar:hover,
.blog-article-card:hover,
.blog-side-card:hover,
.package-detail-card:hover,
.package-enquiry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 58px -28px rgba(7, 30, 69, .48);
    border-color: rgba(201, 162, 75, .46);
}

input,
textarea,
select {
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0;
    border-color: rgba(201, 162, 75, .85);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(201, 162, 75, .16);
}

.hero-proof span,
.package-hero-badges span,
.blog-article-meta span,
.gtw-car-specs span {
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.hero-proof span:hover,
.package-hero-badges span:hover,
.blog-article-meta span:hover,
.gtw-car-specs span:hover {
    transform: translateY(-2px);
}

.btn.primary,
.header-cta,
.footer-quote {
    position: relative;
    overflow: hidden;
}

.btn.primary::after,
.header-cta::after,
.footer-quote::after {
    content: "";
    position: absolute;
    inset: -40% auto -40% -55%;
    width: 44%;
    pointer-events: none;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.32), transparent);
    transform: skewX(-18deg);
    transition: left .65s ease;
}

.btn.primary:hover::after,
.header-cta:hover::after,
.footer-quote:hover::after {
    left: 115%;
}

.service-card::before,
.gtw-destination-card::before,
.gtw-car-card::before,
.blog-index-card::before,
.blog-feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(201, 162, 75, .18), transparent 45%, rgba(192, 21, 47, .12));
    transition: opacity .32s ease;
}

.service-card,
.gtw-destination-card,
.gtw-car-card,
.blog-index-card,
.blog-feature-card {
    position: relative;
    overflow: hidden;
}

.service-card:hover::before,
.gtw-destination-card:hover::before,
.gtw-car-card:hover::before,
.blog-index-card:hover::before,
.blog-feature-card:hover::before {
    opacity: 1;
}
 
@keyframes headerDrop {
    from {
        opacity: 0;
        transform: translateY(-16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slowZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.06);
    }
}

@keyframes softPulse {
    0%,
    100% {
        box-shadow: 0 10px 26px rgba(7, 20, 47, .08), 0 0 0 0 rgba(201, 154, 63, .18);
    }
    50% {
        box-shadow: 0 18px 36px rgba(7, 20, 47, .16), 0 0 0 12px rgba(201, 154, 63, 0);
    }
}

@keyframes heroTitleIn {
    from {
        opacity: 0;
        transform: translateY(28px) scale(.98);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes quoteCardIn {
    from {
        opacity: 0;
        transform: translateY(28px) rotateX(8deg) scale(.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0) scale(1);
    }
}

@keyframes heroAtmosphere {
    from {
        opacity: .36;
        transform: translate3d(-12px, 0, 0) scale(1);
    }
    to {
        opacity: .58;
        transform: translate3d(14px, -10px, 0) scale(1.04);
    }
}

@keyframes sheenSlide {
    0%,
    45% {
        transform: translateX(-140%) skewX(-18deg);
    }
    70%,
    100% {
        transform: translateX(310%) skewX(-18deg);
    }
}

@keyframes badgeBreathe {
    0%,
    100% {
        transform: scale(1);
        filter: drop-shadow(0 8px 18px rgba(7, 30, 69, .08));
    }
    50% {
        transform: scale(1.035);
        filter: drop-shadow(0 14px 24px rgba(7, 30, 69, .14));
    }
}

@keyframes whatsappFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes imageFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

.metric {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.metric strong,
.metric span {
    display: block;
}

.metric strong {
    color: var(--red);
    font-size: 34px;
    line-height: 1;
}

.metric span {
    margin-top: 8px;
    color: var(--muted);
}

.table-wrap {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

th,
td {
    padding: 12px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

th {
    color: var(--navy);
    background: var(--soft);
}

@media (max-width: 980px) {
    .main-nav {
        display: none;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .hero-panel {
        height: 360px;
        max-width: 720px;
        width: 100%;
    }

    .hero-panel > img {
        min-height: 0;
    }

    .home-showcase {
        grid-template-columns: 1fr;
    }

    .showcase-copy {
        max-width: 780px;
    }

    .destination-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .destination-city-grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-grid,
    .package-grid,
    .testimonial-grid,
    .blog-grid,
    .why,
    .contact-section,
    .page-hero,
    .page-content,
    .admin-grid,
    .metric-grid {
        grid-template-columns: 1fr 1fr;
    }

    .admin-body {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
        height: auto;
    }

    .admin-sidebar nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .admin-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .package-detail-grid {
        grid-template-columns: 1fr;
    }

    .destination-list-card {
        grid-template-columns: 1fr;
    }

    .destination-list-card > div {
        padding: 20px;
    }

    .footer-main {
        grid-template-columns: 1.2fr 1fr 1fr;
    }

    .footer-brand,
    .footer-contact {
        grid-column: span 3;
    }
}

@media (max-width: 860px) {
    .hero {
        display: block;
    }

    .hero-content {
        max-width: 720px;
    }

    .hero-panel {
        display: none;
    }

    .hero h1 {
        font-size: clamp(42px, 7vw, 56px);
    }
}

@media (max-width: 680px) {
    .top-strip {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .brand img {
        width: 50px;
        height: 50px;
    }

    .header-cta {
        width: 100%;
    }

    .header-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .whatsapp-top,
    .header-cta {
        width: 100%;
    }

    .hero {
        min-height: auto;
        padding: 48px 18px 70px;
    }

    .hero-kicker {
        align-items: flex-start;
        flex-direction: column;
        border-radius: 8px;
        padding: 8px;
    }

    .hero h1 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .hero p:not(.eyebrow) {
        font-size: 17px;
    }

    .hero-logo {
        width: 92px;
        height: 92px;
    }

    .hero-logo-shell {
        width: 112px;
        height: 112px;
        border-width: 4px;
    }

    .hero-panel {
        height: 300px;
    }

    .hero-panel > img {
        min-height: 0;
    }

    .hero-trip-card {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 16px;
    }

    .hero-trip-card strong {
        font-size: 24px;
    }

    .hero-trip-card p {
        font-size: 14px;
    }

    .hero-mini-stats {
        top: 12px;
        right: 12px;
        width: 110px;
        padding: 12px;
    }

    .hero-mini-stats strong {
        font-size: 24px;
    }

    .hero-proof {
        gap: 8px;
    }

    .hero-proof span {
        font-size: 12px;
        padding: 8px 10px;
    }

    .home-showcase {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .showcase-copy h2 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .showcase-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .showcase-media,
    .showcase-media img {
        min-height: 340px;
    }

    .showcase-note {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 16px;
    }

    .showcase-note strong {
        font-size: 24px;
    }

    .destination-strip {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .destination-strip a,
    .destination-strip img {
        min-height: 185px;
    }

    .destination-strip-content {
        left: 14px;
        right: 14px;
        bottom: 12px;
    }

    .destination-strip strong {
        font-size: 21px;
    }

    .destination-city-grid {
        grid-template-columns: 1fr;
    }

    .destination-city-card,
    .destination-city-card img {
        min-height: 190px;
    }

    .destination-city-card strong {
        font-size: 22px;
    }

    .stats-band,
    .hero-panel,
    .service-grid,
    .package-grid,
    .testimonial-grid,
    .blog-grid,
    .why,
    .contact-section,
    .page-hero,
    .page-content,
    .admin-grid,
    .metric-grid {
        grid-template-columns: 1fr;
    }

    .page-hero img {
        min-height: 260px;
    }

    .page-sidebar {
        position: static;
        width: 100%;
        max-width: 100%;
    }

    .footer-main,
    .admin-topbar,
    .admin-list article {
        align-items: flex-start;
    }

    .footer-main {
        grid-template-columns: 1fr;
        padding-top: 46px;
        padding-bottom: 32px;
    }

    .footer-brand,
    .footer-contact {
        grid-column: auto;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom nav {
        display: grid;
        gap: 8px;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        min-height: 50px;
        padding: 0 14px;
    }

    .admin-main {
        padding: 16px;
    }

    .admin-sidebar {
        padding: 18px;
    }

    .admin-sidebar nav {
        grid-template-columns: 1fr 1fr;
    }

    .admin-hero,
    .admin-section-title,
    .recent-enquiries article {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-top-actions,
    .admin-top-actions .btn {
        width: 100%;
    }

    .quick-action-grid {
        grid-template-columns: 1fr;
    }

    .package-price-line {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Design parity pass: match supplied Garuda Designs first viewport and core sections. */
body {
    margin: 0;
    background: #f8f5ef;
    color: #16233b;
    font-family: "Mulish", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.top-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto minmax(0, 1fr);
    justify-content: normal;
    align-items: center;
    column-gap: 34px;
    min-height: 34px;
    padding: 0 max(30px, calc((100vw - 1280px) / 2 + 30px));
    background: #071e45;
    color: #cbd6ea;
    font-size: 13px;
    line-height: 1.2;
}

.top-strip a:first-child {
    grid-column: 2;
}

.top-strip a:nth-child(2) {
    grid-column: 3;
}

.top-strip span {
    grid-column: 4;
    justify-self: end;
    color: #8ea3c6;
    font-weight: 800;
    letter-spacing: .06em;
}

.top-strip a,
.top-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.top-strip a::before,
.top-strip span::before {
    width: 14px;
    height: 14px;
    margin: 0;
    border-radius: 0;
    background: transparent;
    color: #c9a24b;
    line-height: 1;
}

.top-strip a:first-child::before {
    content: "☎";
}

.top-strip a:nth-child(2)::before {
    content: "✉";
}

.top-strip span::before {
    content: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: minmax(245px, auto) 1fr auto;
    align-items: center;
    gap: 26px;
    min-height: 88px;
    padding: 14px max(30px, calc((100vw - 1280px) / 2 + 30px));
    background: rgba(248, 245, 239, .94);
    border-bottom: 1px solid #e7e0d2;
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.logo-mark {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #d8d1c2;
    border-radius: 0;
    background: #f8f5ef;
}

.brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.brand strong {
    display: block;
    max-width: 175px;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 23px;
    font-weight: 800;
    line-height: .95;
    letter-spacing: 0;
}

.brand small {
    display: block;
    margin-top: 8px;
    color: #c0152f;
    font-size: 10.5px;
    font-weight: 900;
    letter-spacing: .34em;
    line-height: 1;
}

.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 2.3vw, 34px);
}

.main-nav a {
    color: #20283b;
    font-size: 15.5px;
    font-weight: 900;
    line-height: 1.08;
}

.site-header .main-nav a.active,
.site-header .main-nav a[aria-current="page"] {
    color: #c0152f;
}

.header-actions {
    display: flex;
    justify-content: flex-end;
}

.header-cta {
    min-width: 120px;
    padding: 17px 26px;
    border-radius: 44px;
    background: #c0152f;
    color: #fff;
    box-shadow: 0 16px 28px -10px rgba(192, 21, 47, .58);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
}

.hero {
    position: relative;
    max-width: none;
    min-height: calc(100vh - 122px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    align-items: center;
    gap: 52px;
    padding: 80px max(30px, calc((100vw - 1280px) / 2 + 30px)) 96px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(1200px 600px at 80% -10%, #103a78 0%, #0a2557 45%, #071e45 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .5;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(201, 162, 75, .18), transparent 40%),
        radial-gradient(circle at 90% 70%, rgba(192, 21, 47, .18), transparent 45%);
}

.hero::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -80px;
    width: 640px;
    height: 640px;
    opacity: .07;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow:
        0 0 0 92px rgba(255,255,255,.12) inset,
        0 0 0 184px rgba(255,255,255,.08) inset,
        0 0 0 270px rgba(255,255,255,.05) inset;
    animation: gtwspin 90s linear infinite;
}

.hero-content,
.hero-quote-card {
    position: relative;
    z-index: 2;
}

.hero-kicker {
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 8px 16px;
    border: 1px solid rgba(201, 162, 75, .45);
    border-radius: 40px;
    background: rgba(201, 162, 75, .16);
    color: #e4ce8e;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.35;
}

.hero-kicker span {
    color: inherit;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.hero h1 {
    max-width: 620px;
    margin: 22px 0 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(52px, 5.1vw, 72px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
}

.hero h1::after {
    content: none;
}

.hero h1 span {
    display: block;
    color: #e4ce8e;
    font-style: italic;
}

.hero p:not(.hero-kicker) {
    max-width: 560px;
    margin: 24px 0 0;
    color: #c6d2e8;
    font-size: 18.5px;
    font-weight: 700;
    line-height: 1.58;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-actions .btn,
.hero-quote-card .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 30px;
    border-radius: 44px;
    border: 0;
    font-size: 16px;
    font-weight: 900;
}

.hero-actions .btn.primary {
    background: #c9a24b;
    color: #071e45;
    box-shadow: 0 14px 30px -10px rgba(201, 162, 75, .6);
}

.hero-actions .btn.secondary {
    border: 1px solid rgba(255,255,255,.32);
    background: rgba(255,255,255,.08);
    color: #fff;
    box-shadow: none;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 44px;
}

.hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #aebfdc;
    font-size: 14px;
    font-weight: 800;
}

.hero-proof span::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border: 1.8px solid #c9a24b;
    border-radius: 50%;
    color: #c9a24b;
    font-size: 11px;
}

.hero-quote-card {
    justify-self: end;
    width: min(100%, 520px);
    height: auto;
    min-height: 0;
    padding: 28px;
    border: 0;
    border-top: 5px solid #c9a24b;
    border-radius: 22px;
    background: rgba(255,255,255,.98);
    color: #16233b;
    box-shadow: 0 40px 80px -30px rgba(0,0,0,.6);
}

.hero-quote-card h2 {
    margin: 0;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px;
    font-weight: 800;
}

.hero-quote-card p {
    max-width: 360px;
    margin: 6px 0 0;
    color: #5c6b82;
    font-size: 13.5px;
    line-height: 1.35;
}

.quote-form {
    display: grid;
    gap: 13px;
    margin-top: 18px;
}

.quote-form label {
    display: grid;
    gap: 6px;
    color: #16233b;
    font-size: 12px;
    font-weight: 900;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
    width: 100%;
    min-height: 45px;
    padding: 12px 14px;
    border: 1.5px solid #e1dccf;
    border-radius: 11px;
    background: #fdfbf6;
    color: #16233b;
    font-family: inherit;
    font-size: 14.5px;
}

.quote-form textarea {
    resize: vertical;
}

.quote-form .btn.primary {
    width: 100%;
    min-height: 50px;
    border-radius: 12px;
    background: #c0152f;
    color: #fff;
    box-shadow: 0 14px 28px -10px rgba(192, 21, 47, .55);
}

.quote-form small {
    display: flex;
    justify-content: center;
    gap: 8px;
    color: #5c6b82;
    font-size: 12.5px;
}

.quote-form small::before {
    content: "✓";
    color: #25a048;
    font-weight: 900;
}

#services {
    background: #f8f5ef;
}

.section-heading {
    max-width: 680px;
}

.section-heading h2 {
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(36px, 4vw, 43px);
    line-height: 1.12;
    letter-spacing: 0;
}

.muted {
    max-width: 1280px;
    background: #f8f5ef;
}

.package-grid,
.service-grid {
    gap: 26px;
}

.package-card,
.service-card {
    overflow: hidden;
    border: 1px solid #efe9db;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px -22px rgba(7, 30, 69, .4);
}

.package-card img {
    height: 230px;
}

.package-footer a,
.destination-card-link {
    color: #071e45;
    background: transparent;
    box-shadow: none;
}

.site-footer {
    background: #071e45;
    color: #aebfdc;
}

.whatsapp-float {
    right: 24px;
    bottom: 24px;
    min-height: 54px;
    padding: 0 20px;
    border-radius: 40px;
    background: #25a048;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(37,150,72,.4);
    animation: gtwpulse 2.4s ease-in-out infinite;
}

@keyframes gtwpulse {
    0%, 100% { box-shadow: 0 8px 24px rgba(37,150,72,.4); }
    50% { box-shadow: 0 8px 34px rgba(37,150,72,.7); }
}

@media (max-width: 1080px) {
    .site-header {
        grid-template-columns: 1fr auto;
    }

    .main-nav {
        order: 3;
        grid-column: 1 / -1;
        justify-content: flex-start;
        overflow-x: auto;
        padding-top: 4px;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-quote-card {
        justify-self: stretch;
        width: 100%;
        max-width: 620px;
    }
}

@media (max-width: 680px) {
    .top-strip {
        grid-template-columns: 1fr;
        justify-items: start;
        row-gap: 5px;
        min-height: 0;
        padding: 9px 18px;
    }

    .top-strip a:first-child,
    .top-strip a:nth-child(2),
    .top-strip span {
        grid-column: 1;
        justify-self: start;
    }

    .site-header {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 14px;
        padding: 14px 18px;
    }

    .main-nav {
        order: 3;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
        padding: 2px 0 4px;
        overflow: visible;
        scrollbar-width: none;
    }

    .main-nav::-webkit-scrollbar {
        display: none;
    }

    .main-nav a {
        flex: 1 1 calc(50% - 10px);
        min-width: 118px;
        padding: 9px 12px;
        border: 1px solid #e5ddcf;
        border-radius: 999px;
        background: #fffaf1;
        font-size: 13px;
        line-height: 1;
        text-align: center;
    }

    .header-actions {
        width: 100%;
    }

    .header-cta {
        width: 100%;
        min-width: 0;
        padding: 13px 18px;
    }

    .hero {
        padding: 58px 18px 70px;
        gap: 34px;
    }

    .hero h1 {
        font-size: clamp(44px, 13vw, 58px);
    }

    .hero p:not(.hero-kicker) {
        font-size: 17px;
    }

    .hero-quote-card {
        padding: 22px;
        border-radius: 18px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

.hero-quote-card {
    display: block !important;
}

.gtw-design-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 92px 30px 20px;
}

.gtw-section-head {
    max-width: 680px;
}

.gtw-section-head-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    max-width: 1280px;
}

.gtw-section-head .eyebrow {
    color: #c0152f;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.gtw-section-head h2 {
    margin: 10px 0 0;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(38px, 4vw, 48px);
    line-height: 1.1;
}

.gtw-section-head p:not(.eyebrow) {
    margin: 8px 0 0;
    color: #5c6b82;
    font-size: 16.5px;
}

.gtw-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #071e45;
    font-size: 15.5px;
    font-weight: 900;
}

.gtw-arrow-link::after {
    content: "→";
    color: #c0152f;
    font-size: 22px;
    line-height: 1;
}

.gtw-destination-grid,
.gtw-car-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 40px;
}

.gtw-destination-card,
.gtw-car-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #efe9db;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px -22px rgba(7,30,69,.4);
    transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
}

.gtw-destination-card:hover,
.gtw-car-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px -18px rgba(7,30,69,.35);
}

.gtw-card-media {
    position: relative;
}

.gtw-card-media img,
.gtw-car-card > img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.gtw-car-card > img {
    display: block;
    height: 220px;
    padding: 12px;
    background: linear-gradient(135deg, #f8f5ef, #ffffff);
    object-fit: contain;
}

.gtw-card-media span,
.gtw-card-media em {
    position: absolute;
    border-radius: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.gtw-card-media span {
    top: 14px;
    left: 14px;
    padding: 6px 13px;
    background: rgba(7,30,69,.86);
    color: #e4ce8e;
}

.gtw-card-media em {
    right: 14px;
    bottom: 14px;
    padding: 7px 14px;
    background: #c9a24b;
    color: #071e45;
}

.gtw-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 22px 22px;
}

.gtw-card-body > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.gtw-card-body h3,
.gtw-car-card h3 {
    margin: 0;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 23px;
    line-height: 1.18;
}

.gtw-card-body small {
    color: #c0152f;
    font-size: 13px;
    font-weight: 900;
}

.gtw-card-body p,
.gtw-car-card p {
    flex: 1;
    margin: 9px 0 0;
    color: #5c6b82;
    font-size: 14.5px;
    line-height: 1.55;
}

.gtw-card-body strong {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px dashed #e6dfce;
    color: #071e45;
    font-size: 14px;
}

.gtw-car-band {
    margin-top: 90px;
    overflow: hidden;
    background: radial-gradient(circle at 85% 20%, rgba(201,162,75,.2), transparent 45%), #071e45;
    color: #fff;
}

.gtw-car-band-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 84px 30px;
}

.gtw-car-band .gtw-section-head h2 {
    color: #fff;
}

.gtw-car-band .gtw-section-head .eyebrow {
    color: #e4ce8e;
}

.gtw-car-band .gtw-section-head p {
    color: #c0cee8;
}

.gtw-car-card {
    border-color: rgba(201,162,75,.22);
    background: #0d2b5d;
}

.gtw-car-card > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 22px 22px;
}

.gtw-car-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.gtw-car-card h3 {
    color: #fff;
    font-size: 21px;
}

.gtw-car-title span {
    padding: 5px 11px;
    border-radius: 20px;
    background: rgba(201,162,75,.16);
    color: #e4ce8e;
    font-size: 11.5px;
    font-weight: 900;
}

.gtw-car-card p {
    flex: 1;
    color: #9fb2d4;
}

.page-content .gtw-car-card p {
    margin: 9px 0 0;
    color: #9fb2d4;
    font-size: 14.5px;
    line-height: 1.55;
}

.gtw-car-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.gtw-car-specs span {
    color: #9fb2d4;
    font-size: 13px;
    font-weight: 800;
}

.gtw-car-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.gtw-car-footer strong {
    color: #e4ce8e;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
}

.gtw-car-footer small {
    color: #9fb2d4;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
}

.gtw-car-footer a {
    padding: 10px 18px;
    border-radius: 30px;
    background: #c0152f;
    color: #fff;
    font-size: 13.5px;
    font-weight: 900;
}

.car-page-fleet {
    margin: 44px 0 34px;
}

.listing-page-content,
.car-page-content {
    grid-template-columns: 1fr;
}

.listing-page-content .page-sidebar,
.car-page-content .page-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.listing-page-content .page-sidebar h2,
.car-page-content .page-sidebar h2 {
    grid-column: 1 / -1;
}

.car-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.car-page-grid .gtw-car-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.car-page-grid .gtw-car-card > img {
    width: 100%;
    height: 220px;
    min-height: 0;
    padding: 12px;
}

.car-page-grid .gtw-car-card > div {
    min-width: 0;
}

.car-page-grid .gtw-car-card p {
    overflow-wrap: normal;
}

.car-page-grid .gtw-car-title {
    align-items: flex-start;
}

.car-page-grid .gtw-car-card h3 {
    font-size: 20px;
}

.car-page-grid .gtw-car-specs {
    margin-top: 12px;
}

.car-page-grid .gtw-car-footer {
    margin-top: 14px;
    padding-top: 14px;
}

.car-page-grid .gtw-car-footer strong {
    font-size: 24px;
}

.package-design-hero {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    background: #071e45;
}

.package-design-hero > img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.package-design-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,30,69,.15) 0%, rgba(7,30,69,.36) 45%, rgba(7,30,69,.9) 100%);
}

.package-design-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px 40px;
    color: #fff;
}

.package-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #cdd9ec;
    font-size: 13.5px;
}

.package-breadcrumb span:last-child {
    color: #e4ce8e;
}

.package-hero-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-top: 14px;
}

.package-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.package-hero-badges span {
    padding: 6px 14px;
    border-radius: 30px;
    background: #c0152f;
    color: #fff;
    font-size: 12.5px;
    font-weight: 900;
}

.package-hero-badges span + span {
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.15);
    color: #e4ce8e;
    backdrop-filter: blur(6px);
}

.package-design-hero h1 {
    margin: 14px 0 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1.05;
}

.package-design-hero p {
    max-width: 620px;
    margin: 10px 0 0;
    color: #dbe4f3;
    font-size: 18px;
    line-height: 1.5;
}

.package-hero-summary {
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 18px 24px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 16px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(8px);
}

.package-hero-summary div + div {
    padding-left: 22px;
    border-left: 1px solid rgba(255,255,255,.2);
}

.package-hero-summary span {
    display: block;
    color: #aebfdc;
    font-size: 12.5px;
}

.package-hero-summary strong {
    display: block;
    color: #e4ce8e;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    line-height: 1.2;
}

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

.package-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: #c9102f;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 18px 36px rgba(201, 16, 47, .24);
}

.package-design-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, 1fr);
    gap: 46px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 54px 30px 44px;
    align-items: start;
}

.package-design-section {
    margin-top: 46px;
}

.package-design-section:first-child {
    margin-top: 0;
}

.package-design-section h2 {
    margin: 10px 0 0;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 33px;
    line-height: 1.15;
}

.package-design-section > p {
    margin: 14px 0 0;
    color: #3a4760;
    font-size: 16.5px;
    line-height: 1.75;
}

.record-faq-section {
    margin-top: 30px;
}

.record-faq-section h2 {
    margin-bottom: 18px;
}

.record-faq-list {
    display: grid;
    gap: 12px;
}

.record-faq-list details {
    border: 1px solid rgba(201, 162, 75, .36);
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 42px -34px rgba(7, 30, 69, .46);
}

.record-faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    color: #071e45;
    font-size: 17px;
    font-weight: 900;
    list-style: none;
}

.record-faq-list summary::-webkit-details-marker {
    display: none;
}

.record-faq-list summary::after {
    content: "+";
    flex: 0 0 auto;
    color: #c0152f;
    font-size: 24px;
    line-height: 1;
}

.record-faq-list details[open] summary::after {
    content: "-";
}

.record-faq-list p {
    margin: 0;
    padding: 0 20px 18px;
    color: #485875;
    font-size: 16px;
    line-height: 1.75;
}

.package-highlight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.package-highlight-grid div,
.package-day-card,
.package-inclusion-grid > div {
    border: 1px solid #ece6d8;
    border-radius: 16px;
    background: #fff;
}

.package-highlight-grid div {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 18px 20px;
    color: #28354c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.package-highlight-grid span {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fdf3e0;
    color: #c9a24b;
    font-weight: 900;
}

.package-itinerary-list {
    display: grid;
    gap: 14px;
    margin-top: 20px;
    position: relative;
}

.package-itinerary-heading {
    max-width: 760px;
}

.package-itinerary-heading h2 {
    margin: 4px 0 10px;
}

.package-itinerary-heading p:not(.eyebrow) {
    margin: 0;
    color: #5c6b82;
    line-height: 1.65;
}

.package-itinerary-list::before {
    content: "";
    position: absolute;
    left: 47px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: linear-gradient(#d4b15f, #071e45);
    opacity: .35;
}

.package-day-card {
    position: relative;
    display: flex;
    gap: 18px;
    padding: 24px 26px;
    box-shadow: 0 18px 45px rgba(7, 30, 69, .08);
    overflow: hidden;
}

.package-day-card::after {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(212, 177, 95, .16), transparent 62%);
    pointer-events: none;
}

.package-day-card > div {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #071e45;
    color: #e4ce8e;
    box-shadow: 0 12px 26px rgba(7, 30, 69, .18);
}

.package-day-card section {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.package-day-image {
    display: block;
    width: 100%;
    max-height: 260px;
    margin: 0 0 16px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 14px 34px rgba(7, 30, 69, .14);
}

.package-day-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 10px;
}

.package-day-meta span {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ead89e;
    border-radius: 999px;
    padding: 6px 10px;
    background: #fffbef;
    color: #7d6524;
    font-size: 12px;
    font-weight: 800;
}

.package-day-card > div span {
    color: #9fb2d4;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.package-day-card > div strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px;
}

.package-day-card h3 {
    margin: 0;
    color: #071e45;
    font-size: 18px;
}

.package-day-card p {
    margin: 6px 0 0;
    color: #5c6b82;
    font-size: 14.5px;
    line-height: 1.6;
}

.admin-itinerary-builder {
    display: grid;
    gap: 14px;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    padding: 16px;
    background: linear-gradient(135deg, #f8fbff, #fffaf0);
}

.admin-itinerary-head,
.admin-faq-builder-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.admin-itinerary-head strong {
    display: block;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
}

.admin-itinerary-head small {
    display: block;
    margin-top: 4px;
    color: #66758c;
}

.admin-itinerary-head button,
.admin-itinerary-row button,
.admin-faq-builder-head button,
.admin-faq-row button {
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    background: #071e45;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.admin-itinerary-rows {
    display: grid;
    gap: 14px;
}

.admin-itinerary-row {
    display: grid;
    grid-template-columns: .5fr 1.2fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
    border: 1px solid #e1e8f2;
    border-left: 4px solid #d4b15f;
    border-radius: 12px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(7, 30, 69, .07);
}

.admin-itinerary-row label {
    margin: 0;
}

.admin-itinerary-row .admin-itinerary-full {
    grid-column: 1 / -2;
}

.admin-itinerary-row .admin-itinerary-image {
    grid-column: 1 / -2;
}

.admin-itinerary-image .admin-image-preview {
    margin: 8px 0 10px;
}

.admin-itinerary-row button {
    background: #c0152f;
}

@media (max-width: 900px) {
    .admin-itinerary-row {
        grid-template-columns: 1fr 1fr;
    }

    .admin-itinerary-row .admin-itinerary-full,
    .admin-itinerary-row .admin-itinerary-image,
    .admin-itinerary-row button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .package-itinerary-list::before {
        left: 25px;
    }

    .package-day-card {
        gap: 14px;
        padding: 18px;
    }

    .package-day-card > div {
        width: 44px;
        height: 44px;
    }

    .package-day-meta {
        gap: 6px;
    }

    .admin-itinerary-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-itinerary-row {
        grid-template-columns: 1fr;
    }
}

.package-inclusion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.package-inclusion-grid > div {
    padding: 24px 26px;
}

.package-inclusion-grid h2 {
    margin: 0 0 16px;
    font-size: 24px;
}

.package-inclusion-grid p {
    display: flex;
    gap: 9px;
    margin: 10px 0 0;
    color: #3a4760;
    font-size: 14.5px;
}

.package-inclusion-grid span {
    color: #1c8a4b;
    font-weight: 900;
}

.package-inclusion-grid > div:nth-child(2) span {
    color: #c0152f;
}

.package-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.package-gallery-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
}

.package-gallery-grid > div {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.package-gallery-grid > div img {
    height: 143px;
}

.package-booking-panel {
    position: sticky;
    top: 96px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border-top: 5px solid #c9a24b;
    box-shadow: 0 30px 70px -34px rgba(7,30,69,.5);
}

.package-booking-head {
    padding: 22px 26px;
    background: #071e45;
    color: #fff;
}

.package-booking-head span {
    color: #aebfdc;
    font-size: 14px;
}

.package-booking-head strong {
    display: block;
    color: #e4ce8e;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30px;
    line-height: 1.1;
}

.package-booking-head small {
    display: block;
    margin-top: 4px;
    color: #aebfdc;
    font-size: 13.5px;
}

.package-booking-panel h2 {
    margin: 24px 26px 0;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
}

.package-booking-panel .enquiry-form {
    margin: 16px 26px 0;
    padding: 0 0 24px;
    border: 0;
    box-shadow: none;
}

.package-back-link {
    display: flex;
    justify-content: center;
    padding: 0 26px 24px;
    color: #071e45;
    font-size: 14.5px;
    font-weight: 900;
}

.destination-cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 42px;
    padding: 34px;
    border-radius: 20px;
    background: radial-gradient(circle at 15% 0%, #103a78, #071e45 62%);
    color: #fff;
}

.destination-cta-band h2 {
    margin: 8px 0 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30px;
    line-height: 1.15;
}

.destination-cta-band .eyebrow {
    color: #e4ce8e;
}

.destination-cta-band p:not(.eyebrow) {
    max-width: 640px;
    margin: 10px 0 0;
    color: #c0cee8;
}

@media (max-width: 980px) {
    .gtw-section-head-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .gtw-destination-grid,
    .gtw-car-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .package-hero-row,
    .package-design-layout,
    .package-inclusion-grid,
    .destination-cta-band {
        grid-template-columns: 1fr;
    }

    .package-hero-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .destination-cta-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .package-booking-panel {
        position: static;
    }
}

@media (max-width: 680px) {
    .gtw-design-section,
    .gtw-car-band-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .gtw-destination-grid,
    .gtw-car-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .car-page-grid .gtw-car-card {
        grid-template-columns: 1fr;
    }

    .car-page-grid .gtw-car-card > img {
        height: 210px;
        min-height: 0;
    }

    .package-design-overlay,
    .package-design-layout {
        padding-left: 18px;
        padding-right: 18px;
    }

    .package-design-hero,
    .package-design-hero > img {
        min-height: 560px;
        height: 560px;
    }

    .package-hero-summary,
    .package-highlight-grid,
    .package-gallery-grid {
        grid-template-columns: 1fr;
    }

    .package-hero-summary {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .package-hero-summary div + div {
        width: 100%;
        padding-left: 0;
        padding-top: 14px;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.2);
    }

    .package-gallery-grid > div img,
    .package-gallery-grid img {
        height: 220px;
    }
}

.blog-article-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
    padding: clamp(64px, 7vw, 92px) max(30px, calc((100vw - 1280px) / 2 + 30px));
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(201, 162, 75, .16), transparent 34%),
        radial-gradient(circle at 95% 18%, rgba(192, 21, 47, .16), transparent 36%),
        #071e45;
    color: #fff;
}

.blog-article-hero::after {
    content: "";
    position: absolute;
    right: -160px;
    top: -170px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    opacity: .22;
    box-shadow: 0 0 0 95px rgba(255,255,255,.05) inset, 0 0 0 185px rgba(255,255,255,.05) inset;
}

.blog-hero-copy,
.blog-hero-image {
    position: relative;
    z-index: 1;
}

.blog-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: #aebfdc;
    font-size: 13px;
    font-weight: 800;
}

.blog-breadcrumb a:hover {
    color: #e4ce8e;
}

.blog-article-hero .eyebrow {
    color: #e4ce8e;
}

.blog-article-hero h1 {
    max-width: 760px;
    margin: 10px 0 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: 0;
}

.blog-article-hero p:not(.eyebrow) {
    max-width: 660px;
    margin: 20px 0 0;
    color: #c6d2e8;
    font-size: 18px;
    line-height: 1.7;
}

.blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.blog-article-meta span {
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #dce6f7;
    font-size: 13px;
    font-weight: 800;
}

.blog-hero-image {
    margin: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(7,30,69,.88), rgba(192,21,47,.62)),
        radial-gradient(circle at 78% 22%, rgba(228,206,142,.32), transparent 30%),
        #071e45;
    box-shadow: 0 34px 70px -34px rgba(0,0,0,.65);
}

.blog-hero-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.blog-image-fallback {
    min-height: 360px;
    aspect-ratio: 4 / 3;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 18px;
    padding: 34px;
    color: #fff;
    text-align: center;
}

.blog-image-fallback[hidden] {
    display: none;
}

.blog-image-fallback img {
    width: 112px;
    height: 112px;
    aspect-ratio: 1;
    object-fit: contain;
    padding: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
}

.blog-image-fallback strong {
    max-width: 520px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
}

.blog-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    align-items: start;
    padding-top: clamp(64px, 6vw, 86px);
}

.blog-article-card,
.blog-side-card {
    border: 1px solid #efe9db;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px -22px rgba(7, 30, 69, .4);
}

.blog-article-card {
    overflow: hidden;
}

.blog-author-strip {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px clamp(22px, 4vw, 44px);
    border-bottom: 1px solid #efe9db;
    background: #fbf7ee;
}

.blog-author-strip img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.blog-author-strip span {
    display: block;
    color: #c0152f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-author-strip strong {
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
}

.blog-prose {
    padding: clamp(28px, 5vw, 52px);
    color: #2a3448;
}

.blog-prose p {
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.85;
}

.blog-prose h2,
.blog-prose h3 {
    margin: 34px 0 14px;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1.16;
}

.blog-prose h2 {
    font-size: clamp(30px, 4vw, 42px);
}

.blog-prose h3 {
    font-size: clamp(24px, 3vw, 32px);
}

.blog-prose ul,
.blog-prose ol {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
    padding-left: 22px;
    color: #2a3448;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
}

.blog-prose ol {
    list-style: decimal;
}

.blog-prose strong {
    color: #071e45;
    font-weight: 900;
}

.blog-prose em {
    color: #4f5f78;
    font-style: italic;
}

.blog-prose a {
    color: #c0152f;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.blog-prose p:first-child::first-letter {
    float: left;
    margin: 8px 10px 0 0;
    color: #c0152f;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 66px;
    font-weight: 800;
    line-height: .78;
}

.blog-record-faqs {
    padding: 0 clamp(28px, 5vw, 52px) clamp(30px, 5vw, 52px);
}

.blog-record-faqs h2 {
    margin-top: 8px;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 32px;
}

.blog-article-sidebar {
    position: sticky;
    top: 122px;
    display: grid;
    gap: 18px;
}

.blog-side-card {
    padding: 24px;
}

.blog-side-card > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #c0152f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-side-card h2 {
    margin: 0;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    line-height: 1.18;
}

.blog-side-card p {
    margin: 12px 0 18px;
    color: #5c6b82;
    font-size: 14.5px;
    line-height: 1.65;
}

.blog-side-card > a:not(.btn),
.blog-related-link {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #efe9db;
    color: #26344d;
    font-weight: 800;
}

.blog-side-card > a:not(.btn):last-child,
.blog-related-link:last-child {
    border-bottom: 0;
}

.blog-related-link span {
    display: block;
    margin-bottom: 4px;
    color: #c0152f;
    font-size: 12px;
    font-weight: 900;
}

.blog-related-link strong {
    color: #071e45;
    font-size: 15px;
    line-height: 1.35;
}

.blog-more-section {
    padding-top: 34px;
}

.blog-index-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
    gap: clamp(32px, 5vw, 58px);
    align-items: center;
    padding: clamp(68px, 7vw, 96px) max(30px, calc((100vw - 1280px) / 2 + 30px));
    background:
        radial-gradient(circle at 18% 15%, rgba(201,162,75,.18), transparent 36%),
        radial-gradient(circle at 90% 70%, rgba(192,21,47,.18), transparent 42%),
        #071e45;
    color: #fff;
}

.blog-index-hero .eyebrow {
    color: #e4ce8e;
}

.blog-index-hero h1 {
    max-width: 760px;
    margin: 12px 0 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1.05;
}

.blog-index-hero p:not(.eyebrow) {
    max-width: 640px;
    margin: 18px 0 0;
    color: #c6d2e8;
    font-size: 18px;
    line-height: 1.7;
}

.blog-index-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.blog-index-stats span {
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #dce6f7;
    font-size: 13px;
    font-weight: 900;
}

.blog-feature-card,
.blog-index-card {
    overflow: hidden;
    border: 1px solid #efe9db;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px -22px rgba(7,30,69,.4);
}

.blog-feature-card {
    color: #16233b;
}

.blog-feature-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-feature-card div,
.blog-index-card div {
    padding: 22px;
}

.blog-feature-card span,
.blog-index-card span {
    color: #c0152f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.blog-feature-card h2,
.blog-index-card h2 {
    margin: 8px 0 0;
    color: #071e45;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 26px;
    line-height: 1.15;
}

.blog-feature-card p,
.blog-index-card p {
    margin: 10px 0 0;
    color: #5c6b82;
    font-size: 14.5px;
    line-height: 1.65;
}

.blog-feature-card strong,
.blog-index-card div > a {
    display: inline-flex;
    margin-top: 16px;
    color: #071e45;
    font-weight: 900;
}

.blog-index-section {
    padding-top: 84px;
}

.blog-index-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 38px;
}

.blog-index-card > a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-index-cta {
    margin-top: 46px;
}

@media (max-width: 980px) {
    .blog-article-hero,
    .blog-article-layout,
    .blog-index-hero {
        grid-template-columns: 1fr;
    }

    .blog-article-hero {
        gap: 28px;
    }

    .blog-hero-image {
        order: -1;
    }

    .blog-article-sidebar {
        position: static;
    }

    .blog-index-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .admin-faq-row {
        grid-template-columns: 1fr;
    }

    .admin-faq-builder-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-article-hero {
        padding: 40px 18px 54px;
    }

    .blog-hero-image img {
        aspect-ratio: 16 / 9;
        max-height: 280px;
    }

    .blog-image-fallback {
        min-height: 220px;
        aspect-ratio: 16 / 9;
        padding: 24px;
    }

    .blog-image-fallback img {
        width: 82px;
        height: 82px;
    }

    .blog-index-hero,
    .blog-index-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .blog-article-hero h1,
    .blog-index-hero h1 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .blog-article-meta {
        gap: 8px;
    }

    .blog-article-meta span {
        font-size: 12px;
    }

    .blog-prose p {
        font-size: 16.5px;
        line-height: 1.78;
    }

    .blog-author-strip,
    .blog-prose,
    .blog-side-card {
        padding: 22px;
    }

    .blog-index-grid {
        grid-template-columns: 1fr;
    }

    .blog-feature-card img,
    .blog-index-card > a img {
        height: 210px;
    }
}

@media (min-width: 821px) and (max-width: 1080px) {
    .site-header {
        display: grid;
        grid-template-columns: minmax(245px, auto) 1fr auto;
        align-items: center;
        min-height: 88px;
    }

    .main-nav {
        order: initial;
        grid-column: auto;
        display: flex;
        justify-content: center;
        overflow: visible;
        padding-top: 0;
        gap: 22px;
    }

    .hero {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
        min-height: calc(100vh - 122px);
        gap: 38px;
    }

    .hero-quote-card {
        justify-self: end;
        width: min(100%, 520px);
        max-width: 520px;
    }
}

/* Final internal page hero normalization */
.page-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
    align-items: center;
    gap: clamp(24px, 4vw, 54px);
    min-height: 0;
    margin: 0;
    padding: clamp(42px, 5vw, 60px) max(30px, calc((100vw - 1280px) / 2 + 30px));
    overflow: hidden;
    background: linear-gradient(135deg, #071e45 0%, #111742 58%, #26152f 100%);
}

.page-hero > div {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.page-hero .eyebrow {
    display: inline-flex;
    width: auto;
    margin: 0 0 18px;
    padding: 8px 17px;
    border-radius: 999px;
    background: #c0152f;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.page-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 3.6vw, 58px);
    line-height: 1.06;
    letter-spacing: 0;
}

.page-hero p:not(.eyebrow) {
    max-width: 660px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(17px, 1.2vw, 20px);
    font-weight: 700;
    line-height: 1.55;
}

.page-hero img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: clamp(270px, 28vw, 360px);
    min-height: 0;
    max-height: none;
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 24px 70px -36px rgba(0, 0, 0, .72);
    opacity: .76;
    animation: none;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(7,30,69,.34), rgba(7,30,69,.04) 58%, rgba(7,30,69,.26));
}

body:has(.page-hero) .page-content {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}

/* Dynamic destination itinerary / print proposal */
.itinerary-page {
    background: #f5efe7;
    color: #10213d;
}

.itinerary-toolbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px clamp(16px, 4vw, 48px);
    background: #071f49;
    box-shadow: 0 12px 32px rgba(7, 31, 73, .16);
}

.itinerary-toolbar a,
.itinerary-toolbar button {
    border: 0;
    border-radius: 999px;
    padding: 11px 18px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.itinerary-toolbar a {
    color: #f6e7b0;
}

.itinerary-toolbar button {
    background: #c9102f;
    color: #fff;
}

.itinerary-sheet {
    width: min(100%, 980px);
    margin: 32px auto;
    padding: clamp(16px, 3vw, 32px);
    background: #fbf7ef;
    box-shadow: 0 24px 70px rgba(7, 31, 73, .14);
}

.itinerary-cover,
.itinerary-section {
    padding: clamp(22px, 3vw, 40px);
    background: #fbf7ef;
    border-bottom: 1px solid #e6dfd1;
}

.itinerary-cover-top {
    min-height: 230px;
    margin: calc(clamp(22px, 3vw, 40px) * -1) calc(clamp(22px, 3vw, 40px) * -1) 32px;
    padding: 48px clamp(22px, 4vw, 48px);
    background: radial-gradient(circle at 94% 20%, #143c76 0 18%, transparent 19%), #071f49;
    color: #fff;
}

.itinerary-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.itinerary-brand img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.itinerary-brand span {
    color: #e0183d;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.itinerary-pill {
    display: inline-flex;
    margin-top: 56px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #c9102f;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.itinerary-title-block p,
.itinerary-section-head p {
    color: #d7aa3d;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 0 10px;
}

.itinerary-title-block h1,
.itinerary-section-head h2 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    color: #071f49;
    line-height: 1.02;
}

.itinerary-title-block h1 {
    max-width: 720px;
    font-size: clamp(42px, 7vw, 82px);
}

.itinerary-title-block span {
    display: block;
    max-width: 720px;
    margin-top: 16px;
    color: #50607a;
    font-weight: 800;
    font-size: 17px;
}

.itinerary-visual-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .85fr);
    gap: 24px;
    align-items: stretch;
    margin-top: 32px;
    padding: 20px;
    border: 1px solid #e6dfd1;
    border-radius: 28px;
    background: #fffdf8;
}

.itinerary-visual-row figure,
.itinerary-day-print-card figure {
    margin: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e6dfd1;
    border-radius: 18px;
    background: #fff;
}

.itinerary-visual-row figure img,
.itinerary-day-print-card figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.itinerary-visual-row figure {
    min-height: 310px;
}

.itinerary-visual-row aside {
    padding: clamp(18px, 3vw, 32px);
    border: 1px solid #e6dfd1;
    border-radius: 24px;
    background: #fffaf0;
}

.itinerary-visual-row aside p {
    margin: 0 0 14px;
    color: #d7aa3d;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.itinerary-visual-row aside h2 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    color: #071f49;
    font-size: clamp(29px, 4vw, 48px);
    line-height: 1.08;
}

.itinerary-visual-row aside ul {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.itinerary-visual-row aside li,
.itinerary-inclusion-print-grid p {
    position: relative;
    padding-left: 22px;
    color: #475467;
    font-weight: 800;
}

.itinerary-visual-row aside li::before,
.itinerary-highlight-grid span,
.itinerary-inclusion-print-grid p span {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #c9102f;
}

.itinerary-summary-grid,
.itinerary-highlight-grid,
.itinerary-promise-grid,
.itinerary-comfort-grid {
    display: grid;
    gap: 16px;
}

.itinerary-summary-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 32px;
}

.itinerary-summary-grid div,
.itinerary-intro-card,
.itinerary-highlight-grid div,
.itinerary-promise-grid article,
.itinerary-comfort-grid article {
    border: 1px solid #e6dfd1;
    border-radius: 16px;
    background: #fffdf8;
}

.itinerary-summary-grid div {
    padding: 16px;
}

.itinerary-summary-grid span {
    display: block;
    margin-bottom: 9px;
    color: #d7aa3d;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
}

.itinerary-summary-grid strong {
    color: #071f49;
}

.itinerary-section-head h2 {
    font-size: clamp(36px, 5vw, 64px);
}

.itinerary-intro-card {
    margin-top: 24px;
    padding: 24px;
    color: #344054;
    font-weight: 800;
    font-size: 18px;
}

.itinerary-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
}

.itinerary-highlight-grid div {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 92px;
    padding: 18px 28px;
    color: #071f49;
    font-weight: 900;
}

.itinerary-highlight-grid span {
    position: static;
    flex: 0 0 9px;
}

.itinerary-promise-grid,
.itinerary-comfort-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
}

.itinerary-promise-grid article,
.itinerary-comfort-grid article {
    padding: 18px;
}

.itinerary-promise-grid h3,
.itinerary-comfort-grid h3,
.itinerary-inclusion-print-grid h3,
.itinerary-note-panel h3 {
    margin: 0 0 8px;
    color: #071f49;
    font-family: "Playfair Display", Georgia, serif;
}

.itinerary-promise-grid p,
.itinerary-comfort-grid p {
    margin: 0;
    color: #596579;
    font-weight: 700;
}

.itinerary-day-list {
    display: grid;
    gap: 22px;
    margin-top: 28px;
}

.itinerary-day-print-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 190px;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border: 1px solid #e6dfd1;
    border-radius: 28px;
    background: #fff;
}

.itinerary-day-number {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #071f49;
    color: #fff;
    font-weight: 900;
}

.itinerary-day-number span {
    font-size: 10px;
    text-transform: uppercase;
    color: #f6e7b0;
}

.itinerary-day-copy h3 {
    margin: 0;
    color: #071f49;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(24px, 3vw, 35px);
}

.itinerary-route {
    margin: 7px 0 12px;
    color: #c9102f;
    font-weight: 900;
}

.itinerary-day-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 14px;
}

.itinerary-day-tags span {
    border: 1px solid #e5eaf2;
    border-radius: 999px;
    padding: 7px 12px;
    background: #f8fafc;
    color: #071f49;
    font-weight: 800;
    font-size: 14px;
}

.itinerary-day-copy > p:last-child {
    margin-bottom: 0;
    color: #475467;
    font-weight: 700;
}

.itinerary-day-print-card figure {
    height: 150px;
}

.itinerary-inclusion-print-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 28px;
}

.itinerary-inclusion-print-grid article {
    padding: 26px;
    border: 1px solid #e6dfd1;
    border-radius: 24px;
    background: #f8fbff;
}

.itinerary-inclusion-print-grid article:nth-child(2) {
    background: #fffaf4;
}

.itinerary-inclusion-print-grid h3 {
    font-size: 32px;
}

.itinerary-inclusion-print-grid p {
    margin: 11px 0;
}

.itinerary-inclusion-print-grid article:first-child p span {
    background: #d7aa3d;
}

.itinerary-note-panel {
    margin-top: 24px;
    padding: 26px;
    border-radius: 24px;
    background: #071f49;
    color: #dfe8f7;
}

.itinerary-note-panel h3 {
    color: #fff;
    font-size: 32px;
}

.itinerary-note-panel p {
    margin: 7px 0;
    color: #dfe8f7;
    font-weight: 700;
}

.itinerary-cta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin: 32px clamp(22px, 3vw, 40px);
    padding: 24px 28px;
    border-radius: 28px;
    background: #071f49;
    color: #fff;
}

.itinerary-cta h2,
.itinerary-cta p {
    margin: 0;
}

.itinerary-cta p {
    margin-top: 6px;
    color: #dfe8f7;
    font-weight: 700;
}

.itinerary-cta a {
    flex: 0 0 auto;
    border-radius: 999px;
    background: #c9102f;
    color: #fff;
    padding: 14px 24px;
    font-weight: 900;
}

@media (max-width: 760px) {
    .itinerary-visual-row,
    .itinerary-summary-grid,
    .itinerary-highlight-grid,
    .itinerary-promise-grid,
    .itinerary-day-print-card,
    .itinerary-inclusion-print-grid,
    .itinerary-comfort-grid {
        grid-template-columns: 1fr;
    }

    .itinerary-cta {
        display: grid;
    }

    .itinerary-day-print-card figure {
        height: 220px;
    }
}

@media print {
    @page {
        size: A4;
        margin: 10mm;
    }

    .no-print,
    .whatsapp-float,
    .chat-content {
        display: none !important;
    }

    body.itinerary-page {
        background: #fff;
    }

    .itinerary-sheet {
        width: 100%;
        margin: 0;
        padding: 0;
        box-shadow: none;
        background: #fbf7ef;
    }

    .itinerary-cover,
    .itinerary-section,
    .itinerary-day-print-card,
    .itinerary-inclusion-print-grid article,
    .itinerary-visual-row {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .itinerary-cover-top,
    .itinerary-cta,
    .itinerary-note-panel {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}

@media (max-width: 980px) {
    .page-hero {
        grid-template-columns: 1fr;
        padding: 42px 24px 34px;
    }

    .page-hero h1 {
        font-size: clamp(36px, 8vw, 54px);
    }

    .page-hero img {
        height: 280px;
    }
}

@media (max-width: 680px) {
    .page-hero {
        padding: 30px 18px 24px;
    }

    .page-hero h1 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .page-hero p:not(.eyebrow) {
        font-size: 16px;
    }

    .page-hero img {
        height: 170px;
        border-radius: 10px;
    }

    body:has(.page-hero) .page-content {
        padding-left: 18px;
        padding-right: 18px;
    }
}
