/*
Theme Name: Ekorete Travel Agency
Theme URI: https://example.com/ekorete-travel
Author: Dell Wall Technologies
Description: A professional WordPress theme for safari adventures, cultural immersion, community tourism, outdoor experiences and bush camping in Uganda, with special focus on Karamoja.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ekorete-travel
Tags: travel, tourism, custom-logo, custom-menu, featured-images, responsive-layout, accessibility-ready
*/

:root {
    --ek-ink: #171914;
    --ek-deep: #2e3a2d;
    --ek-green: #789236;
    --ek-green-dark: #556c2d;
    --ek-sage: #8aa06a;
    --ek-sun: #f3b83f;
    --ek-sand: #f4efe3;
    --ek-cream: #fbf8f0;
    --ek-white: #ffffff;
    --ek-muted: #6c7167;
    --ek-border: #ded9cc;
    --ek-shadow: 0 20px 55px rgba(23, 25, 20, 0.10);
    --ek-radius: 22px;
    --ek-radius-sm: 14px;
    --ek-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--ek-cream);
    color: var(--ek-ink);
    font-family: Aptos, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--ek-green-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ek-ink); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .7em;
    color: var(--ek-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.025em;
}
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.55rem); }
h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); }
p { margin: 0 0 1.25em; }

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.screen-reader-text:focus {
    clip: auto;
    width: auto;
    height: auto;
    padding: .75rem 1rem;
    background: #fff;
    color: #000;
    z-index: 9999;
}

.ek-container {
    width: min(calc(100% - 40px), var(--ek-max));
    margin-inline: auto;
}
.ek-section { padding: 90px 0; }
.ek-section-sm { padding: 56px 0; }
.ek-section-head {
    display: flex;
    gap: 30px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 38px;
}
.ek-section-head > div:first-child { max-width: 760px; }
.ek-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 14px;
    color: var(--ek-green-dark);
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.ek-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--ek-sun);
}
.ek-lead {
    max-width: 760px;
    color: var(--ek-muted);
    font-size: 1.14rem;
}

.ek-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--ek-green-dark);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.ek-btn:hover {
    background: var(--ek-ink);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0,0,0,.14);
}
.ek-btn-light {
    background: #fff;
    color: var(--ek-ink);
    border-color: rgba(255,255,255,.8);
}
.ek-btn-ghost {
    background: transparent;
    color: var(--ek-ink);
    border-color: var(--ek-border);
}
.ek-btn-ghost:hover { color: #fff; border-color: var(--ek-ink); }

/* Header */
.ek-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(23,25,20,.08);
    background: rgba(251,248,240,.94);
    backdrop-filter: blur(14px);
}
.admin-bar .ek-site-header { top: 32px; }
.ek-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    min-height: 84px;
    align-items: center;
}
.ek-brand { display: flex; align-items: center; min-width: 190px; }
.ek-brand img, .custom-logo { width: auto; max-height: 68px; }
.ek-brand-text { color: var(--ek-ink); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; text-decoration: none; }
.ek-primary-nav { justify-self: center; }
.ek-primary-nav ul { display: flex; gap: 25px; margin: 0; padding: 0; list-style: none; }
.ek-primary-nav a { color: var(--ek-ink); font-size: .94rem; font-weight: 750; text-decoration: none; }
.ek-primary-nav a:hover, .ek-primary-nav .current-menu-item > a { color: var(--ek-green-dark); }
.ek-menu-toggle { display: none; border: 0; background: transparent; color: var(--ek-ink); font-weight: 800; }
.ek-header-cta { white-space: nowrap; }

/* Hero */
.ek-hero {
    position: relative;
    overflow: hidden;
    padding: 84px 0 70px;
    background:
        radial-gradient(circle at 82% 20%, rgba(243,184,63,.32), transparent 24%),
        radial-gradient(circle at 15% 76%, rgba(120,146,54,.18), transparent 28%),
        linear-gradient(135deg, #fbf8f0 0%, #f4efe3 62%, #ece7d7 100%);
}
.ek-hero::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -42%;
    width: 55vw;
    height: 55vw;
    border-radius: 50%;
    border: 1px solid rgba(85,108,45,.18);
    box-shadow: 0 0 0 80px rgba(120,146,54,.04), 0 0 0 160px rgba(120,146,54,.025);
}
.ek-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 60px;
    align-items: center;
}
.ek-hero h1 { max-width: 820px; }
.ek-hero h1 span { color: var(--ek-green-dark); }
.ek-hero-copy { max-width: 690px; color: #545a51; font-size: 1.15rem; }
.ek-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.ek-hero-note {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 1px;
    max-width: 660px;
    margin-top: 45px;
    overflow: hidden;
    border: 1px solid var(--ek-border);
    border-radius: var(--ek-radius-sm);
    background: var(--ek-border);
}
.ek-hero-note div { padding: 16px 15px; background: rgba(255,255,255,.62); }
.ek-hero-note strong { display: block; font-size: .93rem; }
.ek-hero-note span { display: block; color: var(--ek-muted); font-size: .75rem; }
.ek-hero-art {
    position: relative;
    min-height: 525px;
    border-radius: 34px;
    background: linear-gradient(160deg, #33462e 0%, #6e883c 64%, #a9ad66 100%);
    box-shadow: var(--ek-shadow);
    overflow: hidden;
}
.ek-hero-art.has-bg {
    background-size: cover;
    background-position: center;
}
.ek-hero-art.has-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20,25,16,.04), rgba(20,25,16,.55));
}
.ek-hero-sun {
    position: absolute;
    top: 62px;
    right: 64px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--ek-sun);
    box-shadow: 0 0 0 16px rgba(243,184,63,.18);
}
.ek-hero-mountain {
    position: absolute;
    inset: auto -8% 19% 18%;
    height: 40%;
    background: rgba(245,239,219,.82);
    clip-path: polygon(0 95%, 19% 45%, 32% 69%, 49% 20%, 62% 54%, 74% 31%, 100% 92%, 100% 100%, 0 100%);
}
.ek-hero-ground {
    position: absolute;
    inset: auto -10% -10% -10%;
    height: 45%;
    border-radius: 50% 50% 0 0;
    background: #283323;
}
.ek-hero-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 3;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 20px;
    background: rgba(20,25,16,.68);
    color: #fff;
    backdrop-filter: blur(10px);
}
.ek-hero-card strong { display: block; margin-bottom: 3px; font-family: Georgia, serif; font-size: 1.35rem; }
.ek-hero-card span { color: rgba(255,255,255,.78); }

/* Cards */
.ek-grid { display: grid; gap: 24px; }
.ek-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ek-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ek-card {
    overflow: hidden;
    border: 1px solid var(--ek-border);
    border-radius: var(--ek-radius);
    background: #fff;
    box-shadow: 0 8px 30px rgba(23,25,20,.045);
}
.ek-tour-card { display: flex; flex-direction: column; min-height: 100%; }
.ek-tour-card-media {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    background: linear-gradient(145deg, #95a866, #425434);
}
.ek-tour-card-media img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; transition: transform .5s ease; }
.ek-tour-card:hover .ek-tour-card-media img { transform: scale(1.045); }
.ek-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: var(--ek-ink);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .04em;
}
.ek-tour-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.ek-tour-card-body h3 { margin-bottom: 8px; }
.ek-tour-card-body h3 a { color: var(--ek-ink); text-decoration: none; }
.ek-tour-card-body p { color: var(--ek-muted); font-size: .94rem; }
.ek-tour-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: auto 0 18px; color: #60665c; font-size: .82rem; }
.ek-tour-meta span::before { content: "•"; margin-right: 7px; color: var(--ek-sun); }
.ek-card-link { font-weight: 850; text-decoration: none; }

.ek-service-card { padding: 28px; }
.ek-service-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 50%;
    background: var(--ek-sand);
    color: var(--ek-green-dark);
    font-weight: 900;
}
.ek-service-card p { color: var(--ek-muted); }

/* Split feature */
.ek-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: center;
}
.ek-split-visual {
    min-height: 510px;
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: linear-gradient(145deg, #33462e, #8b9d5e 55%, #d3b36d);
    box-shadow: var(--ek-shadow);
}
.ek-split-visual img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.ek-split-stamp {
    position: absolute;
    right: 22px;
    bottom: 22px;
    max-width: 235px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 40px rgba(0,0,0,.15);
    font-size: .88rem;
}
.ek-checks { display: grid; gap: 13px; padding: 0; list-style: none; }
.ek-checks li { position: relative; padding-left: 31px; }
.ek-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ek-green-dark);
    font-weight: 900;
}

/* Destinations */
.ek-destination-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: var(--ek-radius);
    background: #3e5233;
    color: #fff;
}
.ek-destination-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ek-destination-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, rgba(17,22,13,.78)); }
.ek-destination-card-content { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; }
.ek-destination-card h3 { margin: 0 0 6px; color: #fff; }
.ek-destination-card a { color: #fff; text-decoration: none; }
.ek-destination-card p { margin: 0; color: rgba(255,255,255,.8); font-size: .88rem; }

/* Testimonial */
.ek-testimonials { background: var(--ek-deep); color: #fff; }
.ek-testimonials h2, .ek-testimonials h3 { color: #fff; }
.ek-testimonials .ek-eyebrow { color: #cbd8aa; }
.ek-quote { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--ek-radius); background: rgba(255,255,255,.045); }
.ek-quote p { font-family: Georgia, serif; font-size: 1.17rem; }
.ek-quote cite { color: #cad1c4; font-style: normal; font-size: .85rem; }

/* CTA */
.ek-cta-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: var(--ek-sun);
    padding: 55px;
}
.ek-cta-wrap::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 40px solid rgba(255,255,255,.19);
}
.ek-cta-content { position: relative; z-index: 2; max-width: 760px; }
.ek-cta-wrap p { max-width: 650px; color: #4e4127; }

/* Archive and content */
.ek-page-hero { padding: 72px 0 48px; background: var(--ek-sand); }
.ek-page-hero h1 { font-size: clamp(2.4rem,5vw,4.6rem); }
.ek-content-wrap { padding: 65px 0 90px; }
.ek-entry-content { max-width: 830px; }
.ek-entry-content > * { max-width: 100%; }
.ek-entry-content blockquote { margin: 2rem 0; padding: 18px 25px; border-left: 4px solid var(--ek-sun); background: #fff; font-family: Georgia, serif; font-size: 1.18rem; }
.ek-featured-image { margin-bottom: 34px; overflow: hidden; border-radius: 28px; }
.ek-featured-image img { width: 100%; }

.ek-filter {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr auto;
    gap: 12px;
    margin: 0 0 36px;
    padding: 16px;
    border: 1px solid var(--ek-border);
    border-radius: 18px;
    background: #fff;
}
.ek-filter input, .ek-filter select, .ek-form input, .ek-form select, .ek-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #d6d2c6;
    border-radius: 11px;
    background: #fff;
    color: var(--ek-ink);
}
.ek-form textarea { min-height: 135px; resize: vertical; }
.ek-form label { display: block; margin-bottom: 6px; font-weight: 800; }
.ek-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ek-form-field { margin-bottom: 16px; }
.ek-form-notice { margin-bottom: 20px; padding: 13px 15px; border-radius: 10px; background: #edf4df; }
.ek-form-notice.error { background: #f7e8e3; }

/* Tour detail */
.ek-tour-detail-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(290px,.75fr); gap: 50px; align-items: start; }
.ek-tour-facts { position: sticky; top: 112px; padding: 25px; border: 1px solid var(--ek-border); border-radius: 20px; background: #fff; box-shadow: 0 10px 35px rgba(23,25,20,.06); }
.ek-tour-facts dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 22px; }
.ek-tour-facts dt, .ek-tour-facts dd { margin: 0; padding: 11px 0; border-bottom: 1px solid #ece8de; }
.ek-tour-facts dt { color: var(--ek-muted); font-size: .83rem; }
.ek-tour-facts dd { text-align: right; font-weight: 800; }
.ek-booking-panel { margin-top: 28px; padding: 25px; border-radius: 20px; background: var(--ek-sand); }


/* Booking system and bespoke trip planner */
.ek-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.ek-form small {
    display: block;
    margin-top: 6px;
    color: var(--ek-muted);
    font-size: .78rem;
    line-height: 1.45;
}
.ek-form-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ek-booking-summary {
    display: grid;
    gap: 3px;
    margin-bottom: 22px;
    padding: 18px 20px;
    border: 1px solid #d9d1bd;
    border-radius: 15px;
    background: rgba(255,255,255,.72);
}
.ek-booking-summary span,
.ek-form-kicker {
    color: var(--ek-green-dark);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.ek-booking-summary strong { font-family: Georgia, serif; font-size: 1.18rem; }
.ek-booking-summary small { margin: 0; }
.ek-interest-fieldset {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}
.ek-interest-fieldset legend {
    margin-bottom: 9px;
    font-weight: 800;
}
.ek-interest-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}
.ek-check-option {
    display: flex !important;
    gap: 9px;
    align-items: flex-start;
    margin: 0 !important;
    padding: 11px 12px;
    border: 1px solid #ded9cc;
    border-radius: 11px;
    background: #fff;
    font-weight: 650 !important;
    cursor: pointer;
}
.ek-check-option input {
    width: auto !important;
    min-height: auto !important;
    margin-top: 5px;
}
.ek-form-footnote {
    margin: 13px 0 0;
    color: var(--ek-muted);
    font-size: .78rem;
}
.ek-plan-trip-section {
    background: linear-gradient(180deg, var(--ek-sand), var(--ek-cream));
}
.ek-plan-trip-grid {
    display: grid;
    grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr);
    gap: 64px;
    align-items: start;
}
.ek-plan-trip-intro {
    position: sticky;
    top: 120px;
}
.ek-plan-steps {
    display: grid;
    gap: 13px;
    margin: 34px 0;
}
.ek-plan-steps > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: start;
    padding: 15px 0;
    border-bottom: 1px solid var(--ek-border);
}
.ek-plan-steps > div > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--ek-green-dark);
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
}
.ek-plan-steps p { margin: 0; color: var(--ek-muted); font-size: .92rem; }
.ek-plan-steps strong { color: var(--ek-ink); }
.ek-bespoke-note {
    padding: 20px;
    border-left: 4px solid var(--ek-sun);
    border-radius: 0 14px 14px 0;
    background: rgba(255,255,255,.6);
}
.ek-bespoke-note p { margin: 5px 0 0; color: var(--ek-muted); font-size: .9rem; }
.ek-plan-trip-form-wrap {
    padding: 34px;
    border: 1px solid var(--ek-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--ek-shadow);
}
.ek-plan-trip-form-wrap h3 { margin-top: 7px; }
.ek-package-duration {
    display: inline-flex;
    margin: 0 0 18px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #fff;
    color: var(--ek-green-dark);
    font-weight: 850;
    font-size: .82rem;
}
.ek-itinerary {
    margin: 48px 0 12px;
    padding-top: 38px;
    border-top: 1px solid var(--ek-border);
}
.ek-itinerary-list { display: grid; gap: 0; margin-top: 22px; }
.ek-itinerary-item {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 17px;
    min-height: 72px;
}
.ek-itinerary-item::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 42px;
    bottom: -3px;
    width: 1px;
    background: var(--ek-border);
}
.ek-itinerary-item:last-child::before { display: none; }
.ek-itinerary-number {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    z-index: 1;
    border: 1px solid #d4c9a9;
    border-radius: 50%;
    background: var(--ek-sand);
    color: var(--ek-green-dark);
    font-size: .76rem;
    font-weight: 900;
}
.ek-itinerary-item p { margin: 8px 0 28px; }
.ek-itinerary-note { color: var(--ek-muted); font-size: .82rem; }
.ek-customise-link {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--ek-border);
}
.ek-customise-link p { margin: 6px 0 9px; color: var(--ek-muted); font-size: .82rem; line-height: 1.55; }
.ek-customise-link a { font-weight: 850; text-decoration: none; }

/* Pagination */
.navigation.pagination { margin-top: 38px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid var(--ek-border); border-radius: 9px; background: #fff; text-decoration: none; }
.page-numbers.current { background: var(--ek-ink); color: #fff; border-color: var(--ek-ink); }

/* Footer */
.ek-site-footer { margin-top: 70px; background: #171b15; color: #d4d8cf; }
.ek-footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 42px; padding: 70px 0 45px; }
.ek-footer-brand img { max-width: 180px; margin-bottom: 18px; filter: drop-shadow(0 3px 8px rgba(0,0,0,.15)); }
.ek-footer-main h3 { color: #fff; font-family: Aptos, "Segoe UI", Arial, sans-serif; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.ek-footer-main ul { margin: 0; padding: 0; list-style: none; }
.ek-footer-main li { margin: 7px 0; }
.ek-footer-main a { color: #d4d8cf; text-decoration: none; }
.ek-footer-main a:hover { color: #fff; }
.ek-footer-bottom { display: flex; gap: 20px; justify-content: space-between; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.1); color: #a9b0a4; font-size: .82rem; }

/* WordPress */
.alignwide { width: min(1100px, 100vw - 40px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .gallery-caption { color: var(--ek-muted); font-size: .86rem; }
.sticky { outline: 2px solid rgba(120,146,54,.25); }
.bypostauthor { font-weight: inherit; }

@media (max-width: 1040px) {
    .ek-header-inner { grid-template-columns: auto auto 1fr; }
    .ek-menu-toggle { display: inline-flex; justify-self: end; }
    .ek-primary-nav {
        display: none;
        position: absolute;
        top: 84px;
        left: 20px;
        right: 20px;
        padding: 18px;
        border: 1px solid var(--ek-border);
        border-radius: 16px;
        background: #fff;
        box-shadow: var(--ek-shadow);
    }
    .ek-primary-nav.is-open { display: block; }
    .ek-primary-nav ul { flex-direction: column; gap: 10px; }
    .ek-header-cta { display: none; }
    .ek-hero-grid, .ek-split, .ek-tour-detail-grid, .ek-plan-trip-grid { grid-template-columns: 1fr; }
    .ek-plan-trip-intro { position: static; }
    .ek-form-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ek-hero-art { min-height: 470px; }
    .ek-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ek-footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
    .ek-footer-brand { grid-column: 1 / -1; }
    .ek-tour-facts { position: static; }
}

@media (max-width: 720px) {
    body { font-size: 16px; }
    .ek-container { width: min(calc(100% - 28px), var(--ek-max)); }
    .ek-section { padding: 68px 0; }
    .ek-section-head { display: block; }
    .ek-section-head .ek-btn { margin-top: 10px; }
    .ek-hero { padding-top: 52px; }
    .ek-hero-grid { gap: 34px; }
    .ek-hero h1 { font-size: clamp(2.6rem, 14vw, 4rem); }
    .ek-hero-note { grid-template-columns: 1fr; }
    .ek-hero-art { min-height: 390px; }
    .ek-grid-3, .ek-grid-4 { grid-template-columns: 1fr; }
    .ek-form-grid, .ek-form-grid-4, .ek-filter, .ek-interest-grid { grid-template-columns: 1fr; }
    .ek-plan-trip-form-wrap { padding: 25px 20px; }
    .ek-split-visual, .ek-split-visual img { min-height: 400px; }
    .ek-cta-wrap { padding: 34px 25px; }
    .ek-footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
    .ek-footer-brand { grid-column: 1 / -1; }
    .ek-footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
    .ek-footer-main { grid-template-columns: 1fr; }
    .ek-brand img, .custom-logo { max-height: 55px; max-width: 160px; }
    .ek-header-inner { min-height: 72px; }
    .ek-primary-nav { top: 72px; }
}
