/* =============================================================================
   ayal-safari.css — Single Safari Page Styles
   Enqueued via functions.php as "ayal-safari" (scoped to is_singular('ayal_safari'))
   Built by Vanquish Brand Design | vanquish.co.ke

   A&K-direct rebuild (1 Sep 2026) — sharp/architectural corners, deep olive
   accent, Qaftan serif for numerals and headings. 100% token-driven: every
   colour/font traces to var(--ayal-*) / var(--font-*) in ayal-tokens.css.
   ============================================================================= */


/* ── Hero ──────────────────────────────────────────────────────────────────── */

.ayal-safari-hero {
    position: relative;
    height: 72vh;
    min-height: 480px;
    max-height: 760px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: var(--ayal-white);
}

.ayal-safari-hero__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: var(--ayal-charcoal);
}

.ayal-safari-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(20, 21, 15, 0.08) 0%,
        rgba(20, 21, 15, 0.22) 45%,
        rgba(20, 21, 15, 0.76) 100%
    );
}

.ayal-safari-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: var(--space-56) clamp(20px, 4vw, 56px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--space-40);
}

.ayal-safari-hero__left {
    flex: 1;
    min-width: 0;
    max-width: 660px;
}

.ayal-safari-hero__title {
    font-family: var(--font-heading);
    font-size: clamp(30px, 4.4vw, 54px);
    font-weight: var(--weight-regular);
    color: var(--ayal-white);
    letter-spacing: var(--tracking-tight);
    line-height: var(--leading-snug);
    margin: var(--space-12) 0 var(--space-12);
    text-wrap: balance;
}

.ayal-safari-hero__suitable {
    font-family: var(--font-heading);
    font-style: normal; /* Qaftan ships one weight, no italic master — see ayal-tokens.css */
    font-size: var(--text-h4);
    font-weight: var(--weight-regular);
    color: rgba(245, 242, 235, 0.82);
    margin: 0;
    max-width: 48ch;
    line-height: var(--leading-relaxed);
}

/* ── Hero Stats + CTA ─────────────────────────────────────────────────────────
   Sharp, flat stat row — no glass/blur chrome. Matches the approved
   A&K-direct hero language (numerals in Qaftan, small caps labels below). */

.ayal-safari-hero__pills {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--space-20);
    flex-shrink: 0;
}

.ayal-safari-hero__pill {
    background: none;
    border: none;
    border-radius: 0;
}

.ayal-safari-hero__pill--stats {
    display: flex;
    align-items: center;
    gap: var(--space-24);
    padding: 0;
}

.ayal-safari-hero__pill-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.ayal-safari-hero__pill-label {
    font-family: var(--font-body);
    font-size: var(--text-eyebrow);
    font-weight: var(--weight-bold);
    letter-spacing: var(--tracking-widest);
    text-transform: uppercase;
    color: rgba(245, 242, 235, 0.60);
    line-height: 1;
}

.ayal-safari-hero__pill-value {
    font-family: var(--font-heading);
    font-size: clamp(24px, 2.6vw, 30px);
    font-weight: var(--weight-regular);
    color: var(--ayal-white);
    line-height: 1;
    letter-spacing: var(--tracking-tight);
}

.ayal-safari-hero__pill-value em {
    font-family: var(--font-body);
    font-size: var(--text-body-sm);
    font-weight: var(--weight-regular);
    font-style: normal;
    color: rgba(245, 242, 235, 0.60);
    letter-spacing: 0;
    margin-left: 3px;
}

.ayal-safari-hero__pill-sep {
    width: 1px;
    height: 34px;
    background: rgba(245, 242, 235, 0.24);
    flex-shrink: 0;
}

/* CTA — plain outlined "hero" button, same family as .ayal-btn--ghost */
.ayal-safari-hero__pill--cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-8);
    padding: 14px 32px;
    font-family: var(--font-body);
    font-size: var(--text-body-sm);
    font-weight: var(--weight-bold);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
    color: var(--ayal-white);
    cursor: pointer;
    border: 1px solid rgba(245, 242, 235, 0.55);
    border-radius: var(--radius-md);
    width: auto;
    transition: background-color var(--duration-base) var(--ease),
                border-color     var(--duration-base) var(--ease);
}

.ayal-safari-hero__pill--cta:hover {
    background: var(--ayal-white);
    color: var(--ayal-charcoal);
    border-color: var(--ayal-white);
}

/* ── Sticky Nav ─────────────────────────────────────────────────────────────── */

.ayal-safari-nav {
    position: sticky;
    top: var(--header-h);
    z-index: var(--z-sticky);
    background: rgba(245, 242, 235, 0.99);
    border-bottom: 1px solid var(--ayal-border);
}

.ayal-safari-nav__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 56px);
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ayal-safari-nav__inner::-webkit-scrollbar { display: none; }

.ayal-safari-nav__menu {
    display: flex;
    align-items: center;
    gap: var(--space-32);
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.ayal-safari-nav__menu li a,
.ayal-safari-nav__enquire {
    display: block;
    padding: var(--space-16) 0;
    font-family: var(--font-body);
    font-size: 11.5px;
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
    color: var(--ayal-charcoal-3);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color var(--duration-base) var(--ease),
                border-color var(--duration-base) var(--ease);
    background: none;
    cursor: pointer;
}

.ayal-safari-nav__menu li a:hover,
.ayal-safari-nav__menu li a.is-active {
    color: var(--ayal-green);
    border-bottom-color: var(--ayal-green);
}

.ayal-safari-nav__enquire {
    margin-left: auto;
    color: var(--ayal-green-hover);
    border: none;
    padding: var(--space-16) 0;
    font-weight: var(--weight-bold);
}

.ayal-safari-nav__enquire:hover {
    background-color: transparent;
    color: var(--ayal-green-deep);
    border-color: transparent;
}

/* ── Breadcrumbs ─────────────────────────────────────────────────────────────── */

.ayal-breadcrumbs {
    background-color: var(--ayal-ivory);
}

.ayal-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: var(--space-16) clamp(20px, 4vw, 56px) 0;
    font-family: var(--font-body);
    font-size: var(--text-caption);
    color: var(--ayal-charcoal-3);
}

.ayal-breadcrumbs__list li:not(:last-child)::after {
    content: '/';
    margin-left: 8px;
    color: var(--ayal-charcoal-4);
}

.ayal-breadcrumbs__list a {
    color: var(--ayal-charcoal-2);
    text-decoration: none;
    transition: color var(--duration-base) var(--ease);
}

.ayal-breadcrumbs__list a:hover {
    color: var(--ayal-green);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ayal-breadcrumbs__list li[aria-current="page"] {
    color: var(--ayal-charcoal-3);
}

/* ── Overview Layout ─────────────────────────────────────────────────────────── */

.ayal-safari-overview {
    padding-top: clamp(56px, 7vw, 96px);
}

.ayal-safari-overview__grid {
    display: grid;
    grid-template-columns: 1.6fr 0.9fr;
    gap: clamp(40px, 5vw, 72px);
    align-items: start;
}

.ayal-safari-summary {
    font-size: var(--text-body-lg);
    line-height: var(--leading-loose);
    color: var(--ayal-charcoal-2);
    margin-bottom: var(--space-48);
}

.ayal-safari-summary p { margin-bottom: var(--space-20); }
.ayal-safari-summary p:last-child { margin-bottom: 0; }
.ayal-safari-summary a { color: var(--ayal-green); text-decoration: underline; text-underline-offset: 3px; }

/* Highlights */
.ayal-safari-highlights__title {
    font-family: var(--font-heading);
    font-size: var(--text-h3);
    font-weight: var(--weight-regular);
    color: var(--ayal-charcoal);
    margin-bottom: var(--space-24);
    letter-spacing: var(--tracking-tight);
}

.ayal-safari-highlights__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-12) var(--space-24);
    list-style: none;
    margin: 0;
    padding: 0;
}

.ayal-safari-highlights__item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-12);
    font-size: var(--text-body-sm);
    line-height: var(--leading-relaxed);
    color: var(--ayal-charcoal-2);
}

.ayal-safari-highlights__item svg {
    flex-shrink: 0;
    margin-top: 4px;
}

/* Tour map */
.ayal-safari-map {
    margin-top: var(--space-48);
}

.ayal-safari-map__title {
    font-family: var(--font-heading);
    font-size: var(--text-h3);
    font-weight: var(--weight-regular);
    color: var(--ayal-charcoal);
    margin-bottom: var(--space-20);
    letter-spacing: var(--tracking-tight);
}

.ayal-safari-map__img {
    width: 100%;
    height: auto;
    border: 1px solid var(--ayal-border);
    border-radius: var(--radius-md);
    display: block;
}

/* ── Sticky Sidebar ──────────────────────────────────────────────────────────── */
/* White, thin-bordered card — replaces the old solid-green fill. Buttons use
   their default .ayal-btn colours (no per-component overrides needed now the
   card sits on a light ground). */

.ayal-safari-sidebar {
    position: sticky;
    top: calc(var(--header-h) + 53px + var(--space-32));
    height: fit-content;
}

.ayal-safari-sidebar__cta {
    background: var(--ayal-white);
    border: 1px solid var(--ayal-border-strong);
    border-radius: var(--radius-md);
    padding: var(--space-32);
    display: flex;
    flex-direction: column;
    gap: var(--space-16);
}

.ayal-safari-sidebar__cta .ayal-eyebrow {
    color: var(--ayal-green);
    margin-bottom: 0;
}

.ayal-safari-sidebar__cta-title {
    font-family: var(--font-heading);
    font-size: clamp(19px, 2vw, 22px);
    font-weight: var(--weight-regular);
    color: var(--ayal-charcoal);
    line-height: var(--leading-snug);
    letter-spacing: var(--tracking-tight);
    margin: 0;
}

.ayal-safari-sidebar__facts {
    display: flex;
    flex-direction: column;
    gap: var(--space-12);
    padding: var(--space-16) 0;
    border-top: 1px solid var(--ayal-border);
    border-bottom: 1px solid var(--ayal-border);
}

.ayal-safari-sidebar__fact {
    display: flex;
    align-items: flex-start;
    gap: var(--space-12);
    color: var(--ayal-charcoal-2);
}

.ayal-safari-sidebar__fact svg {
    flex-shrink: 0;
    margin-top: 3px;
    color: var(--ayal-green);
    opacity: 0.85;
}

.ayal-safari-sidebar__fact-label {
    display: block;
    font-size: var(--text-eyebrow);
    font-weight: var(--weight-bold);
    letter-spacing: var(--tracking-widest);
    text-transform: uppercase;
    color: var(--ayal-charcoal-3);
    margin-bottom: 2px;
}

.ayal-safari-sidebar__fact-value {
    display: block;
    font-size: var(--text-body-sm);
    color: var(--ayal-charcoal);
    line-height: var(--leading-normal);
}

.ayal-safari-sidebar__fact--price {
    align-items: center;
}

.ayal-safari-sidebar__price {
    display: block;
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: var(--weight-regular);
    color: var(--ayal-charcoal);
    line-height: 1;
}

.ayal-safari-sidebar__price-note {
    display: block;
    font-size: var(--text-caption);
    color: var(--ayal-charcoal-3);
    margin-top: 2px;
}

.ayal-safari-sidebar__cta .ayal-btn {
    border-radius: var(--radius-md);
}

/* WhatsApp brand green on hover is a recognised third-party mark, kept as a
   literal (not a design token) intentionally — see comment in markup. */
.ayal-safari-sidebar__cta .ayal-btn--secondary:hover {
    background-color: #25D366;
    border-color: #25D366;
    color: var(--ayal-white);
}

.ayal-safari-sidebar__note {
    font-size: var(--text-micro);
    color: var(--ayal-charcoal-3);
    text-align: center;
    margin: 0;
}

/* ── Itinerary ───────────────────────────────────────────────────────────────── */

.ayal-safari-itinerary {
    background-color: var(--ayal-ivory-2);
}

.ayal-itinerary {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
    margin-top: var(--space-48);
    max-width: var(--container-narrow);
    margin-left: auto;
    margin-right: auto;
}

.ayal-itinerary__item {
    border-radius: var(--radius-md);
    overflow: hidden;
    background-color: var(--ayal-white);
    border: 1px solid var(--ayal-border);
    transition: border-color var(--duration-base) var(--ease),
                background-color var(--duration-base) var(--ease);
}

.ayal-itinerary__item:has(.ayal-itinerary__trigger[aria-expanded="true"]) {
    border-color: var(--ayal-green-border);
}

.ayal-itinerary__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: var(--space-16);
    padding: var(--space-20) var(--space-24);
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color var(--duration-base) var(--ease);
}

.ayal-itinerary__trigger:hover {
    background-color: var(--ayal-green-muted);
}

.ayal-itinerary__trigger[aria-expanded="true"] {
    background-color: var(--ayal-green-muted);
}

.ayal-itinerary__trigger-text {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: var(--space-16);
    flex-wrap: wrap;
}

.ayal-itinerary__day-label {
    font-family: var(--font-heading);
    font-size: clamp(16px, 1.5vw, 19px);
    font-weight: var(--weight-regular);
    color: var(--ayal-charcoal);
    letter-spacing: var(--tracking-tight);
    line-height: var(--leading-snug);
    transition: color var(--duration-base) var(--ease);
}

.ayal-itinerary__day-label em {
    /* Qaftan ships one weight, no italic master — an <em> is italic by
       browser default, so this must be forced back to normal explicitly
       (unlike the other Qaftan+italic fixes here, simply deleting the
       line isn't enough for this element). */
    font-style: normal;
    color: var(--ayal-charcoal-2);
    font-weight: var(--weight-regular);
    margin-left: 6px;
}

.ayal-itinerary__trigger[aria-expanded="true"] .ayal-itinerary__day-label {
    color: var(--ayal-green-deep);
}

/* Location pill — small tag, not a plain caption */
.ayal-itinerary__day-loc {
    display: inline-flex;
    align-items: center;
    padding: 4px 11px;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: var(--weight-bold);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
    background: var(--ayal-green-light);
    color: var(--ayal-green-deep);
    border-radius: var(--radius-sm);
    white-space: nowrap;
}

/* Chevron */
.ayal-itinerary__chevron {
    flex-shrink: 0;
    color: var(--ayal-charcoal-3);
    transition:
        transform var(--duration-base) var(--ease),
        color     var(--duration-base) var(--ease);
}

.ayal-itinerary__trigger[aria-expanded="true"] .ayal-itinerary__chevron {
    transform: rotate(90deg);
    color: var(--ayal-green);
}

.ayal-itinerary__panel {
    border-top: none;
    background-color: var(--ayal-ivory);
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--duration-base) var(--ease);
}

.ayal-itinerary__panel.is-open {
    max-height: 2000px; /* generous ceiling — no realistic day_body will exceed this */
}

.ayal-itinerary__panel-inner {
    padding: var(--space-8) var(--space-24) var(--space-24);
}

.ayal-itinerary__body {
    font-size: var(--text-body);
    line-height: var(--leading-loose);
    color: var(--ayal-charcoal-2);
}

.ayal-itinerary__body p { margin-bottom: var(--space-16); }
.ayal-itinerary__body p:last-child { margin-bottom: 0; }
.ayal-itinerary__body a {
    color: var(--ayal-green);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Meta footer — accommodation + meals */
.ayal-itinerary__meta {
    display: flex;
    align-items: center;
    gap: var(--space-20);
    margin-top: var(--space-20);
    padding-top: var(--space-16);
    border-top: 1px solid var(--ayal-border-light);
    flex-wrap: wrap;
}

.ayal-itinerary__meta-item {
    display: flex;
    align-items: center;
    gap: var(--space-8);
    font-size: var(--text-body-sm);
    font-weight: var(--weight-medium);
    color: var(--ayal-charcoal);
}

.ayal-itinerary__meta-item svg {
    color: var(--ayal-green);
    opacity: 0.75;
    flex-shrink: 0;
}

/* Meal badges */
.ayal-itinerary__meals {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    margin-left: auto;
}

.ayal-itinerary__meal {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-size: var(--text-eyebrow);
    font-weight: var(--weight-bold);
    letter-spacing: 0;
}

.ayal-itinerary__meal--included {
    background: var(--ayal-green);
    color: var(--ayal-white);
}

.ayal-itinerary__meal--excluded {
    background: var(--ayal-ivory-3);
    color: var(--ayal-charcoal-4);
}

/* ── Inclusions & Exclusions ─────────────────────────────────────────────────── */

.ayal-inclusions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-32);
    margin-top: var(--space-40);
}

.ayal-inclusions-box {
    padding: var(--space-32);
    background: var(--ayal-white);
    border: 1px solid var(--ayal-border);
    border-radius: var(--radius-md);
}

.ayal-inclusions-box__title {
    display: flex;
    align-items: center;
    gap: var(--space-10, 10px);
    font-family: var(--font-body);
    font-size: var(--text-caption);
    font-weight: var(--weight-bold);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
    margin-bottom: var(--space-24);
}

.ayal-inclusions-box--included .ayal-inclusions-box__title {
    color: var(--ayal-green);
}

.ayal-inclusions-box--excluded .ayal-inclusions-box__title {
    color: var(--ayal-charcoal-3);
}

.ayal-inclusions-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-12);
}

.ayal-inclusions-list__item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-12);
    font-size: var(--text-body-sm);
    line-height: var(--leading-relaxed);
    color: var(--ayal-charcoal-2);
}

.ayal-inclusions-box--excluded .ayal-inclusions-list__item {
    color: var(--ayal-charcoal-3);
}

.ayal-inclusions-list__item svg {
    flex-shrink: 0;
    margin-top: 3px;
}

/* ── Pricing Table ───────────────────────────────────────────────────────────── */

.ayal-safari-pricing .ayal-pricing-table-wrap {
    margin-top: var(--space-40);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ayal-pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 480px;
}

.ayal-pricing-table th,
.ayal-pricing-table td {
    padding: var(--space-16) var(--space-20) var(--space-16) 0;
    text-align: left;
    border-bottom: 1px solid var(--ayal-border);
}

.ayal-pricing-table th {
    background: none;
    font-family: var(--font-body);
    font-size: var(--text-eyebrow);
    font-weight: var(--weight-bold);
    letter-spacing: var(--tracking-widest);
    text-transform: uppercase;
    color: var(--ayal-charcoal-3);
    border-bottom: 1px solid var(--ayal-border-strong);
}

.ayal-pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.ayal-pricing-table__price {
    font-family: var(--font-heading);
    font-size: var(--text-h4);
    font-weight: var(--weight-regular);
    color: var(--ayal-charcoal);
    white-space: nowrap;
}

.ayal-pricing-table__notes {
    font-size: var(--text-body-sm);
    color: var(--ayal-charcoal-3);
}

.ayal-pricing-enquire {
    margin-top: var(--space-48);
    padding-top: var(--space-40);
    border-top: 1px solid var(--ayal-border);
    text-align: center;
}

.ayal-pricing-enquire p {
    font-size: var(--text-body-sm);
    color: var(--ayal-charcoal-3);
    margin: 0 0 var(--space-20);
}

/* ── FAQs ────────────────────────────────────────────────────────────────────── */
/* Same crawlability approach as the itinerary above: no `hidden` attribute in
   the markup, collapse handled entirely by `.is-open` + this transition. */

.ayal-faqs {
    display: flex;
    flex-direction: column;
    margin-top: var(--space-40);
    max-width: var(--container-narrow);
    margin-left: auto;
    margin-right: auto;
}

.ayal-faqs__item {
    border-bottom: 1px solid var(--ayal-border);
}

.ayal-faqs__item:first-child {
    border-top: 1px solid var(--ayal-border);
}

.ayal-faqs__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-16);
    padding: var(--space-20) 0;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-heading);
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: var(--weight-regular);
    color: var(--ayal-charcoal);
    letter-spacing: var(--tracking-tight);
}

.ayal-faqs__trigger:hover {
    color: var(--ayal-green);
}

.ayal-faqs__chevron {
    flex-shrink: 0;
    color: var(--ayal-charcoal-3);
    transition: transform var(--duration-base) var(--ease), color var(--duration-base) var(--ease);
}

.ayal-faqs__trigger[aria-expanded="true"] .ayal-faqs__chevron {
    transform: rotate(90deg);
    color: var(--ayal-green);
}

.ayal-faqs__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--duration-base) var(--ease);
}

.ayal-faqs__panel.is-open {
    max-height: 800px;
}

.ayal-faqs__panel-inner {
    padding: 0 0 var(--space-24);
    font-size: var(--text-body-sm);
    line-height: var(--leading-relaxed);
    color: var(--ayal-charcoal-2);
    max-width: 68ch;
}

.ayal-faqs__panel-inner p:last-child {
    margin-bottom: 0;
}

/* ── Gallery ─────────────────────────────────────────────────────────────────── */

.ayal-safari-gallery .ayal-eyebrow--sand { color: var(--ayal-sand); }

.ayal-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 4px;
    margin-top: var(--space-40);
}

/* First tile reads as the editorial anchor of the grid — CSS-only, works
   whatever the real gallery repeater's item count turns out to be. */
.ayal-gallery__item:first-child {
    grid-row: span 2;
    grid-column: span 2;
}

.ayal-gallery__item {
    position: relative;
    overflow: hidden;
    display: block;
    background: var(--ayal-charcoal-2);
}

.ayal-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration-slow) var(--ease);
    display: block;
}

.ayal-gallery__item:hover img {
    transform: scale(1.06);
}

.ayal-gallery__overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 21, 15, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--duration-base) var(--ease);
}

.ayal-gallery__item:hover .ayal-gallery__overlay {
    opacity: 1;
}

/* ── Final CTA ───────────────────────────────────────────────────────────────── */

.ayal-safari-final-cta__inner {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.ayal-safari-final-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-16);
    flex-wrap: wrap;
}


/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 1023px) {

    .ayal-safari-overview__grid {
        grid-template-columns: 1fr;
    }

    .ayal-safari-sidebar {
        position: static;
    }

    .ayal-safari-highlights__list {
        grid-template-columns: 1fr;
    }

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

    .ayal-gallery__item:first-child {
        grid-column: span 2;
    }

}

@media (max-width: 767px) {

    .ayal-safari-hero {
        height: auto;
        min-height: 0;
        padding: var(--space-40) 0 var(--space-32);
        align-items: flex-start;
    }

    .ayal-safari-hero__content {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-24);
        padding-bottom: 0;
    }

    .ayal-safari-hero__pills {
        align-items: flex-start;
        width: 100%;
    }

    .ayal-safari-hero__pill--stats {
        flex-wrap: wrap;
        row-gap: var(--space-12);
    }

    .ayal-safari-hero__pill--cta {
        width: 100%;
    }

    .ayal-safari-nav {
        top: 0;
    }

    .ayal-inclusions-grid {
        grid-template-columns: 1fr;
    }

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

    .ayal-itinerary__trigger {
        padding: var(--space-16);
        gap: var(--space-12);
    }

    .ayal-itinerary__panel-inner {
        padding: var(--space-4) var(--space-16) var(--space-20);
    }

}

@media (max-width: 480px) {
    .ayal-gallery {
        grid-template-columns: 1fr;
    }
    .ayal-gallery__item:first-child {
        grid-column: span 1;
        grid-row: span 1;
    }
}
