@font-face {
    font-family: 'Bogart';
    src: url('../../police texte site/bogart/Bogart-Regular-trial.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bogart';
    src: url('../../police texte site/bogart/Bogart-Medium-trial.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bogart';
    src: url('../../police texte site/bogart/Bogart-Semibold-trial.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bogart';
    src: url('../../police texte site/bogart/Bogart-Bold-trial.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('../../police texte site/coolvetica/Coolvetica Rg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #fff7f2;
    --surface: #f9edf1;
    --card: #ffffff;
    --accent: #f47b45;
    --accent-hover: #db6333;
    --blue: #0aa5cf;
    --blue-hover: #078caf;
    --ink: #111a32;
    --white: #111a32;
    --text: #30384b;
    --muted: #687084;
    --border: #dedbe0;
    --border-light: #ebe6e6;
    --menu-bg: #fffaf6;
    --page-gutter: clamp(1.25rem, 4vw, 3.75rem);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--text);
    background: var(--bg);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

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

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

textarea {
    resize: vertical;
}

[hidden] {
    display: none !important;
}

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

.site-shell {
    width: min(100% - (var(--page-gutter) * 2), 1200px);
    margin: 0 auto;
}

.section-label {
    margin: 0 0 0.5rem;
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.section-heading {
    margin: 0 0 2rem;
    color: var(--white);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05;
}

/* ========================================
   HEADER
   ======================================== */

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255, 250, 247, 0.98);
    border-bottom: 1px solid #ebe0e4;
    transition: background-color 200ms ease;
}

.site-header.is-scrolled {
    background-color: var(--menu-bg);
    border-bottom: 1px solid #ebe0e4;
}

.site-header:not(.is-scrolled) .brand-name,
.site-header:not(.is-scrolled) .nav-main a,
.site-header:not(.is-scrolled) .wishlist-link,
.site-header:not(.is-scrolled) .language-dropdown summary,
.site-header:not(.is-scrolled) .menu-toggle {
    color: var(--ink);
}

.site-header:not(.is-scrolled) .brand-descriptor {
    color: var(--accent);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.brand {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.6rem;
    line-height: 1;
    text-decoration: none;
}

.brand-icon {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
    border-radius: 10px;
}

.brand-text {
    display: inline-flex;
    flex-direction: column;
}

.brand-name {
    color: var(--white);
    font-family: 'Coolvetica', Inter, "Segoe UI", Arial, sans-serif;
    font-size: 1.28rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
}

.brand-descriptor {
    margin-top: 0.28rem;
    color: var(--accent);
    font-size: 0.5rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.primary-navigation,
.nav-main,
.nav-tools {
    display: flex;
    align-items: center;
}

.primary-navigation {
    gap: clamp(1.4rem, 3vw, 3.2rem);
}

.nav-main {
    gap: clamp(1.3rem, 2.4vw, 2.6rem);
}

.nav-main a,
.wishlist-link,
.language-dropdown summary {
    color: rgba(17, 26, 50, 0.78);
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
    transition: color 160ms ease;
}

.nav-main a,
.wishlist-link {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
}

.nav-main a:hover,
.nav-main a:focus-visible,
.wishlist-link:hover,
.wishlist-link:focus-visible,
.language-dropdown summary:hover,
.language-dropdown summary:focus-visible {
    color: var(--white);
}

.nav-main .ti {
    font-size: 0.88rem;
}

.nav-tools {
    gap: 1.3rem;
}

.wishlist-link .ti {
    font-size: 1.06rem;
}

.wishlist-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: var(--teal, #0e7a6e);
    color: #fff;
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1;
}

.language-dropdown {
    position: relative;
}

.language-dropdown summary {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    list-style: none;
    text-transform: uppercase;
}

.language-dropdown summary::-webkit-details-marker {
    display: none;
}

.language-dropdown summary .ti {
    font-size: 0.82rem;
}

.language-options {
    position: absolute;
    top: calc(100% + 0.8rem);
    right: 0;
    display: grid;
    min-width: 122px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--card);
}

.language-options a {
    padding: 0.72rem 0.85rem;
    color: var(--text);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: background-color 120ms ease;
}

.language-options a + a {
    border-top: 1px solid var(--border);
}

.language-options a:hover,
.language-options a:focus-visible {
    color: var(--white);
    background: var(--surface);
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 1rem;
    color: #fff;
    background: var(--accent);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 160ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
    background: var(--accent-hover);
}

.menu-toggle {
    display: none;
    align-items: center;
    gap: 0.6rem;
    padding: 0;
    border: 0;
    color: var(--ink);
    background: transparent;
    font-size: 0.73rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.menu-lines {
    display: grid;
    width: 1.18rem;
    gap: 0.3rem;
}

.menu-lines i {
    display: block;
    height: 1px;
    background: currentColor;
}

.menu-bars {
    display: grid;
    width: 1.18rem;
    gap: 0.3rem;
}

.menu-bars i {
    display: block;
    height: 1px;
    background: currentColor;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ========================================
   HERO
   ======================================== */

.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 700px;
    z-index: 2;
    overflow: visible;
    background: #fff0f5;
}

.hero-video-frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(62%, 1040px);
    overflow: hidden;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 42% 100%);
}

.hero-video-frame::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, rgba(17, 26, 50, 0.08), rgba(17, 26, 50, 0.16));
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    padding-top: 8.7rem;
    padding-bottom: 5rem;
    text-align: left;
}

.hero-intro {
    width: min(100%, 485px);
}

.hero-label {
    margin: 0 0 0.75rem;
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: clamp(3rem, 4.2vw, 4.6rem);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 0.92;
    text-align: left;
}

.hero-sub {
    max-width: 410px;
    margin: 1rem 0 0;
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.55;
}

.hero-search-panel {
    position: relative;
    z-index: 10;
    margin-top: 2.6rem;
    width: min(100%, 560px);
}

.hero-search-types {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #f5f4f6;
    border-bottom: 1px solid #e7e5e7;
}

.hero-search-type {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.9rem 0.5rem;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-right: 1px solid #e7e5e7;
    border-radius: 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: center;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
}
.hero-search-type i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
    font-size: 1.05rem;
    color: var(--blue);
    transition: transform 160ms ease, color 160ms ease;
}
.hero-search-type.is-active i,
.hero-search-type:hover i {
    color: inherit;
}
.hero-search-type:hover i {
    transform: translateY(-1px);
}

.hero-search-type:last-child {
    border-right: 0;
}

.hero-search-type:hover {
    color: var(--blue);
    background: #eceeef;
}

.hero-search-type.is-active {
    color: #fff;
    background: var(--blue);
}

.hero-search-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e5e7;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(17, 26, 50, 0.1);
}

.hero-search-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.hero-search-field {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    min-width: 0;
    padding: 0.95rem 1rem 0.9rem;
}

.hero-search-field + .hero-search-field {
    border-top: 1px solid #ececee;
}

.hero-search-field-label {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    min-width: 0;
    color: var(--muted);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-search-field-label .ti {
    flex: 0 0 auto;
    color: var(--blue);
    font-size: 0.82rem;
}

.hero-search-field input,
.hero-date-trigger {
    min-width: 0;
    width: 100%;
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 400;
}

.hero-search-field input {
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
}

.hero-search-field input::placeholder {
    color: #8a8f9c;
    font-weight: 400;
    opacity: 1;
}

.hero-date-trigger {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.hero-date-value {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-date-trigger .hero-search-field-label .ti {
    color: var(--blue);
}

.hero-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1.05rem 1rem;
    color: #fff;
    background: var(--blue);
    border: 0;
    border-radius: 0 0 14px 14px;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 1.02rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 160ms ease;
}

.hero-search-submit:hover,
.hero-search-submit:focus-visible {
    background: var(--blue-hover);
}

.hero-search-suggestions {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    z-index: 30;
    width: min(100%, 560px);
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e5e7;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(17, 26, 50, 0.12);
}

.hero-search-suggestion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.72rem 0.9rem;
    color: var(--ink);
    background: #fff;
    border: 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 0.92rem;
    text-align: left;
    cursor: pointer;
}

.hero-search-suggestion + .hero-search-suggestion {
    border-top: 1px solid #efedef;
}

.hero-search-suggestion:hover,
.hero-search-suggestion:focus-visible {
    color: var(--blue);
    background: #f1fbfe;
}

.hero-search-suggestion .ti {
    color: var(--blue);
    font-size: 1rem;
}

.hero-calendar {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    z-index: 35;
    width: 326px;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e7e5e7;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(17, 26, 50, 0.12);
}

.hero-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.9rem;
}

.hero-calendar-header strong {
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 400;
}

.hero-calendar-header button {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    padding: 0;
    color: var(--blue);
    background: transparent;
    border: 1px solid #d7e9ee;
    border-radius: 50%;
    cursor: pointer;
}

.hero-calendar-weekdays,
.hero-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.hero-calendar-weekdays {
    margin-bottom: 0.4rem;
    color: #818a98;
    font-size: 0.64rem;
}

.hero-calendar-day {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    margin: 1px auto;
    padding: 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-radius: 50%;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    cursor: pointer;
}

.hero-calendar-day:hover {
    color: var(--blue);
    background: #f0fafd;
}

.hero-calendar-day.is-selected {
    color: #fff !important;
    background: var(--blue);
}

.hero-calendar-day.is-in-range {
    color: var(--ink);
    background: #e9f8fc;
    border-radius: 0;
}

.hero-calendar-day.is-disabled {
    color: #c7ccd3;
    cursor: not-allowed;
}

.hero-calendar-day.is-empty {
    visibility: hidden;
}

.hero-calendar-hint {
    margin: 0.85rem 0 0;
    color: #6f7887;
    font-size: 0.67rem;
    text-align: center;
}

/* ========================================
   SAHARA INTRODUCTION & IMAGE RIBBON
   ======================================== */

.sahara-introduction {
    overflow: hidden;
    padding: clamp(4.2rem, 8vw, 7.25rem) 0 clamp(1.6rem, 3vw, 2.8rem);
    background: #fffdf3;
}

.sahara-introduction-copy {
    max-width: 1120px;
}

.sahara-introduction-kicker {
    margin: 0 0 0.8rem;
    color: var(--blue);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.sahara-introduction h2 {
    max-width: 930px;
    margin: 0 0 clamp(2rem, 4vw, 3.25rem);
    color: var(--blue);
    font-size: clamp(2.3rem, 4.5vw, 4.75rem);
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: 0.92;
}

.sahara-introduction-copy > p:not(.sahara-introduction-kicker) {
    max-width: 1110px;
    margin: 0;
    color: #1c2230;
    font-size: clamp(1.28rem, 2.25vw, 2rem);
    font-weight: 400;
    letter-spacing: 0.012em;
    line-height: 1.23;
}

.sahara-introduction-copy > p + p {
    margin-top: 1.2rem;
}

.sahara-introduction-copy .sahara-introduction-closing {
    margin-top: clamp(2.25rem, 5vw, 4.5rem);
    color: var(--ink);
}

.sahara-gallery {
    width: 100%;
    margin-top: clamp(3rem, 6vw, 5.5rem);
}

.sahara-gallery-track,
.sahara-gallery-set {
    display: flex;
    align-items: flex-start;
    width: max-content;
}

.sahara-gallery-track {
    gap: 1rem;
    animation: sahara-gallery-scroll 72s linear infinite;
    will-change: transform;
}

.sahara-gallery:hover .sahara-gallery-track {
    animation-play-state: paused;
}

.sahara-gallery-set {
    gap: 1rem;
}

.sahara-gallery-item {
    flex: 0 0 168px;
    width: 168px;
    margin: 0;
    padding: 0;
}

.sahara-gallery-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    border: 4px solid #fff;
}

.sahara-gallery-item figcaption {
    overflow: hidden;
    margin-top: 0.65rem;
    color: #1c2230;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sahara-gallery-item figcaption::after {
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 0.58rem;
    content: '';
    background: var(--ink);
}

@keyframes sahara-gallery-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 0.5rem)); }
}

@media (prefers-reduced-motion: reduce) {
    .sahara-gallery-track {
        animation: none;
    }
}

/* ========================================
   NEWSLETTER
   ======================================== */

.newsletter-section {
    padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(4rem, 7vw, 6.5rem);
    background: transparent;
}

.newsletter-card {
    display: grid;
    grid-template-columns: minmax(210px, 252px) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 5.2rem);
    align-items: center;
    padding: 0;
    background: transparent;
    border: 0;
}

.newsletter-image-wrap {
    width: 100%;
    max-width: 252px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border: 1px solid var(--ink);
    border-radius: 128px 128px 0 0;
}

.newsletter-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.newsletter-content {
    max-width: 770px;
}

.newsletter-kicker,
.sahara-faq-kicker {
    margin: 0 0 0.75rem;
    color: var(--blue);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.newsletter-content h2,
.sahara-faq h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2rem, 3.4vw, 3.3rem);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 0.95;
}

.newsletter-content > p:not(.newsletter-kicker):not(.newsletter-note) {
    max-width: 720px;
    margin: 1.1rem 0 0;
    color: #252c3c;
    font-size: clamp(1.18rem, 1.9vw, 1.58rem);
    line-height: 1.25;
}

.newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 0.75rem;
    max-width: 690px;
    margin-top: 1.45rem;
}

.newsletter-form input {
    width: 100%;
    min-height: 56px;
    padding: 0 1rem;
    color: var(--ink);
    background: #fff;
    border: 1px solid #c9cbd3;
    border-radius: 0;
    outline: none;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 1rem;
}

.newsletter-form input::placeholder {
    color: #677083;
    opacity: 1;
}

.newsletter-form input:focus {
    border-color: var(--blue);
}

.newsletter-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 56px;
    padding: 0 1rem;
    color: #fff;
    background: var(--ink);
    border: 1px solid var(--ink);
    border-radius: 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
}

.newsletter-form button:hover,
.newsletter-form button:focus-visible {
    color: var(--ink);
    background: #fff;
}

.newsletter-note {
    margin: 0.78rem 0 0;
    color: #4d5667;
    font-size: 0.78rem;
    line-height: 1.35;
}

/* ========================================
   SAHARA FAQ
   ======================================== */

.sahara-faq {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    background: #fffaf7;
}

.sahara-faq-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(2.5rem, 8vw, 8.5rem);
    align-items: start;
}

.sahara-faq-intro {
    position: sticky;
    top: 6rem;
}

.sahara-faq-intro > p:last-child {
    margin: 1rem 0 0;
    color: #4b5362;
    font-size: 1.08rem;
    line-height: 1.4;
}

.sahara-faq-list {
    border-top: 1px solid #cfd1d7;
}

.sahara-faq-item {
    border-bottom: 1px solid #cfd1d7;
}

.sahara-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 0;
    color: var(--ink);
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.15;
    list-style: none;
}

.sahara-faq-item summary::-webkit-details-marker {
    display: none;
}

.sahara-faq-item summary::after {
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    content: '+';
    color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.sahara-faq-item[open] summary::after {
    content: 'â€“';
}

.sahara-faq-item > p {
    max-width: 680px;
    margin: -0.15rem 0 1.25rem;
    color: #4b5362;
    font-size: 1rem;
    line-height: 1.45;
}

/* ========================================
   SEARCH RESULTS PAGE
   ======================================== */

.search-results-page {
    min-height: 100vh;
    padding-top: 64px;
    background: #fffaf8;
}

.search-results-hero {
    padding: clamp(3.4rem, 7vw, 6.3rem) 0 clamp(2.3rem, 5vw, 4rem);
    background: #fff0f5;
}

.results-back {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    margin-bottom: 2rem;
    color: var(--blue);
    font-size: 0.78rem;
}

.results-kicker {
    margin: 0 0 0.55rem;
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.13em;
}

.search-results-hero h1 {
    max-width: 700px;
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.25rem);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 0.95;
    text-align: left;
    text-shadow: none;
}

.results-search-panel {
    margin-top: 2rem;
}

.results-query {
    max-width: 500px;
    margin: 1rem 0 0;
    color: var(--text);
    font-size: 1rem;
}

.search-results-list {
    padding: clamp(2.2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
    background: #fff;
}

.results-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    color: var(--muted);
    font-size: 0.84rem;
}

.results-toolbar a {
    color: var(--blue);
}

.results-stack {
    display: grid;
    gap: 1.1rem;
    width: min(100%, 980px);
}

.search-result-card {
    display: flex;
    align-items: stretch;
    min-height: 154px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e2e5;
    border-radius: 10px;
    box-shadow: none;
    transition: border-color 160ms ease;
}

.search-result-card:hover {
    border-color: #bcdde8;
}

.search-result-image {
    position: relative;
    flex: 0 0 154px;
    align-self: center;
    height: 130px;
    min-height: 130px;
    margin: 12px;
    overflow: hidden;
    border-radius: 6px;
}

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

.search-result-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 1rem 1.2rem 1rem 0.3rem;
}

.search-result-heading {
    display: block;
}

.search-result-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0 0 0.42rem;
}

.search-result-labels span {
    padding: 0.2rem 0.45rem;
    color: #4c6270;
    background: #f0f8fa;
    border: 1px solid #d6edf2;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.search-result-heading h2 {
    margin: 0;
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.45rem, 2.6vw, 1.85rem);
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1;
}

.search-result-wishlist {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    padding: 0;
    color: var(--ink);
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.search-result-wishlist .ti {
    font-size: 1.05rem;
}

.search-result-wishlist:hover,
.search-result-wishlist.is-saved {
    color: var(--accent);
    border-color: var(--accent);
}

.search-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1.1rem;
    margin-top: 0.7rem;
    color: var(--muted);
    font-size: 0.86rem;
}

.search-result-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.search-result-meta .ti {
    color: var(--blue);
    font-size: 0.96rem;
}

.search-result-about {
    display: -webkit-box;
    max-width: 680px;
    margin: 0.55rem 0 0.65rem;
    color: var(--text);
    font-size: 0.94rem;
    line-height: 1.55;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.search-result-action {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    align-self: flex-start;
    margin-top: auto;
    color: var(--blue);
    font-size: 0.84rem;
}

.results-empty {
    padding: 4rem 1.5rem;
    color: var(--muted);
    text-align: center;
    border: 1px solid #e3e2e5;
}

.results-empty > .ti {
    color: var(--blue);
    font-size: 2rem;
}

.results-empty h2 {
    margin: 0.8rem 0 0.3rem;
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}

.results-empty p {
    margin: 0;
}

.results-empty a {
    display: inline-flex;
    margin-top: 1.2rem;
    color: var(--blue);
}

.booking-search {
    position: relative;
    z-index: 10;
    width: min(100%, 900px);
    margin-top: 2rem;
    overflow: visible;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 22px 46px rgba(2, 9, 24, 0.27);
}

.booking-search-tabs {
    display: flex;
    align-items: end;
    gap: 0;
    padding: 0 0.85rem;
    border-bottom: 1px solid #e4e8ee;
}

.booking-search-tab {
    display: inline-flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 56px;
    padding: 0.7rem 0.85rem;
    color: #586176;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 160ms ease, border-color 160ms ease;
}

.booking-search-tab:hover {
    color: var(--ink);
}

.booking-tab-icon {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    color: var(--blue);
    background: #eaf8fc;
    border-radius: 50%;
    font-size: 0.95rem;
}

.booking-search-tab.is-active {
    color: var(--blue);
    border-bottom-color: var(--blue);
}

.booking-search-form {
    display: grid;
    grid-template-columns: minmax(175px, 1fr) minmax(330px, 1.7fr) 112px;
    gap: 0.55rem;
    align-items: stretch;
    padding: 0.65rem;
}

.booking-search-location,
.booking-search-details,
.booking-search-submit {
    min-height: 56px;
    border-radius: 8px;
}

.booking-search-location {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0 0.8rem;
    background: #f3f6fa;
    border: 1px solid #f3f6fa;
    color: var(--blue);
}

.booking-search-location > .ti {
    flex: 0 0 auto;
    font-size: 1.18rem;
}

.booking-search-location input {
    width: 100%;
    min-width: 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.78rem;
}

.booking-search-location input::placeholder {
    color: #6b7487;
    opacity: 1;
}

.booking-search-details {
    display: flex;
    background: #f3f6fa;
}

.booking-date-picker,
.travellers-picker {
    position: relative;
}

.booking-date-picker {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

.booking-date-trigger,
.travellers-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--ink);
    background: transparent;
    border: 0;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
}

.booking-date-trigger {
    flex: 1;
    min-width: 0;
    padding: 0.55rem;
}

.booking-date-trigger > .ti,
.travellers-trigger > .ti:first-child {
    flex: 0 0 auto;
    color: var(--blue);
    font-size: 1.05rem;
}

.booking-date-trigger span,
.travellers-trigger span {
    display: grid;
    min-width: 0;
    gap: 0.08rem;
}

.booking-date-trigger small,
.travellers-trigger small {
    color: #697286;
    font-size: 0.56rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.booking-date-trigger strong,
.travellers-trigger strong {
    overflow: hidden;
    color: var(--ink);
    font-size: 0.7rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-date-divider {
    display: grid;
    flex: 0 0 18px;
    place-items: center;
    color: #88bde0;
}

.travellers-picker {
    flex: 0 0 122px;
    border-left: 1px solid #dde4eb;
}

.travellers-trigger {
    width: 100%;
    height: 100%;
    padding: 0.55rem 0.65rem;
}

.travellers-trigger > .ti:last-child {
    margin-left: auto;
    color: #8490a1;
    font-size: 0.95rem;
}

.booking-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 0.8rem;
    color: #fff;
    background: var(--blue);
    border: 0;
    font-family: inherit;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 160ms ease;
}

.booking-search-submit:hover,
.booking-search-submit:focus-visible {
    background: var(--blue-hover);
}

.travel-calendar,
.travellers-popover {
    position: absolute;
    top: calc(100% + 0.7rem);
    z-index: 100;
    background: #fff;
    border: 1px solid #dce3eb;
    border-radius: 11px;
    box-shadow: 0 16px 32px rgba(14, 27, 49, 0.17);
}

.travel-calendar {
    left: 0;
    width: 292px;
    padding: 0.8rem;
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.65rem;
    color: var(--ink);
    font-size: 0.78rem;
}

.calendar-month-button {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    padding: 0;
    color: var(--blue);
    background: #eff9fc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.calendar-weekdays,
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.calendar-weekdays {
    margin-bottom: 0.35rem;
    color: #8791a2;
    font-size: 0.65rem;
    font-weight: 700;
}

.calendar-day {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    margin: 1px auto;
    padding: 0;
    color: #495469;
    background: transparent;
    border: 0;
    border-radius: 50%;
    font-family: inherit;
    font-size: 0.68rem;
    cursor: pointer;
}

.calendar-day:hover,
.calendar-day.is-selected {
    color: #fff;
    background: var(--blue);
}

.calendar-day.is-in-range {
    color: var(--blue);
    background: #e6f6fb;
    border-radius: 0;
}

.calendar-day.is-disabled {
    color: #c9ced6;
    cursor: not-allowed;
}

.calendar-day.is-empty {
    visibility: hidden;
}

.travellers-popover {
    right: 0;
    width: 238px;
    padding: 1rem;
}

.travellers-popover > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.travellers-popover span {
    display: grid;
}

.travellers-popover strong {
    color: var(--ink);
    font-size: 0.82rem;
}

.travellers-popover small {
    color: var(--muted);
    font-size: 0.68rem;
}

.traveller-counter {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
}

.traveller-counter button {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    padding: 0;
    color: var(--blue);
    background: #edf9fc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.traveller-counter output {
    min-width: 14px;
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 600;
}

/* ========================================
   TRIP RESULTS
   ======================================== */

.search-section {
    position: relative;
    z-index: 0;
    padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(4rem, 7vw, 6.5rem);
    background: #fff;
}

.section-heading {
    max-width: 580px;
    color: var(--ink);
}

.trip-results-note {
    margin: 0 0 1.8rem;
    color: var(--muted);
    font-size: 0.88rem;
}

.trip-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1.2rem;
}

.trip-card {
    display: flex;
    flex-direction: row;
    background: var(--card);
    border: 1px solid var(--border);
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(17, 26, 50, 0.04);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.trip-card:hover {
    border-color: #c7dce4;
    box-shadow: 0 12px 26px rgba(17, 26, 50, 0.09);
    transform: translateY(-2px);
}

.trip-card-image {
    flex: 0 0 140px;
    overflow: hidden;
}

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

.trip-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.1rem 1.2rem;
    min-width: 0;
}

.trip-card-meta {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
}

.trip-card-duration,
.trip-card-departure {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 400;
}

.trip-card-departure::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 0.6rem;
    vertical-align: middle;
    background: var(--muted);
    border-radius: 50%;
}

.trip-card-title {
    margin: 0 0 auto;
    color: var(--white);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.trip-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid var(--border);
}

.trip-card-price {
    color: var(--accent);
    font-size: 0.9rem;
    font-weight: 600;
}

.trip-card-actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.trip-card-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    color: var(--muted);
    background: transparent;
    border: 1px solid var(--border);
    cursor: pointer;
    transition: color 160ms ease, border-color 160ms ease;
}

.trip-card-info .ti {
    font-size: 1rem;
}

.trip-card-info:hover {
    color: var(--blue);
    border-color: var(--blue);
}

.trip-card-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 1rem;
    color: #fff;
    background: var(--blue);
    border: none;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 160ms ease;
}

.trip-card-book:hover {
    background: var(--blue-hover);
}

/* ========================================
   POPUP
   ======================================== */

.trip-popup {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.popup-panel {
    position: relative;
    width: min(100% - 2rem, 640px);
    max-height: 85vh;
    overflow-y: auto;
    background: var(--card);
    border: 1px solid var(--border);
}

.popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    color: var(--muted);
    background: var(--surface);
    border: 1px solid var(--border);
    cursor: pointer;
    transition: color 160ms ease, border-color 160ms ease;
}

.popup-close:hover {
    color: var(--blue);
    border-color: var(--blue);
}

.popup-content {
    padding: 0;
}

.popup-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.popup-body {
    padding: 1.8rem 2rem 2rem;
}

.popup-category {
    display: inline-block;
    margin-bottom: 0.6rem;
    padding: 0.25rem 0.6rem;
    color: var(--accent);
    background: rgba(244, 123, 69, 0.12);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.popup-body h3 {
    margin: 0 0 0.4rem;
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.popup-meta {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
    color: var(--muted);
    font-size: 0.8rem;
}

.popup-meta span + span::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 0.8rem;
    vertical-align: middle;
    background: var(--muted);
    border-radius: 50%;
}

.popup-about {
    margin: 0 0 1.5rem;
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.6;
}

.popup-section-title {
    margin: 0 0 0.6rem;
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 600;
}

.popup-list {
    display: grid;
    gap: 0.45rem;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.popup-list li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    color: var(--text);
    font-size: 0.84rem;
    line-height: 1.4;
}

.popup-list .ti {
    flex: 0 0 auto;
    margin-top: 0.15rem;
    color: var(--accent);
    font-size: 0.95rem;
}

.popup-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.2rem;
    border-top: 1px solid var(--border);
}

.popup-price {
    color: var(--accent);
    font-size: 1.2rem;
    font-weight: 700;
}

.popup-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 1.5rem;
    color: #fff;
    background: var(--blue);
    border: none;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 160ms ease;
}

.popup-book-btn:hover {
    background: var(--blue-hover);
}

/* ========================================
   BOOKING SECTION
   ======================================== */

.booking-section {
    padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(5rem, 8vw, 7rem);
    background: var(--surface);
    border-top: 1px solid var(--border);
}

.booking-step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 3rem;
}

.step {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 500;
    white-space: nowrap;
}

.step.is-active {
    color: var(--accent);
}

.step.is-done {
    color: var(--text);
}

.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid var(--border);
    font-size: 0.72rem;
    font-weight: 600;
}

.step.is-active .step-num {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
}

.step.is-done .step-num {
    color: #fff;
    background: var(--text);
    border-color: var(--text);
}

.step-line {
    display: block;
    width: 40px;
    height: 1px;
    margin: 0 0.8rem;
    background: var(--border);
}

.booking-selected {
    display: flex;
    gap: 1.5rem;
    padding: 1.2rem;
    margin-bottom: 2rem;
    background: var(--card);
    border: 1px solid var(--border);
}

.booking-selected-image {
    flex: 0 0 120px;
    overflow: hidden;
}

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

.booking-selected-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.booking-selected-info h3 {
    margin: 0 0 0.8rem;
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 600;
}

.booking-selected-info dl {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5rem;
    margin: 0;
}

.booking-selected-info dt {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.booking-selected-info dd {
    margin: 0.15rem 0 0;
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 500;
}

.booking-form-heading {
    margin-bottom: 1.5rem;
}

.booking-form-heading h2 {
    margin: 0;
    color: var(--white);
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.booking-fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.booking-fields label {
    display: flex;
    flex-direction: column;
}

.booking-fields label span {
    margin-bottom: 0.4rem;
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.booking-fields input,
.booking-fields select,
.booking-fields textarea {
    width: 100%;
    padding: 0.7rem 0.8rem;
    color: var(--ink);
    background: var(--card);
    border: 1px solid var(--border);
    font-size: 0.88rem;
    font-weight: 400;
    transition: border-color 160ms ease;
    outline: none;
}

.booking-fields input:focus,
.booking-fields select:focus,
.booking-fields textarea:focus {
    border-color: var(--accent);
}

.booking-fields input::placeholder,
.booking-fields textarea::placeholder {
    color: #555;
}

.booking-fields label:nth-child(7) {
    grid-column: 1 / -1;
}

.booking-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 1.5rem;
    padding: 0 2rem;
    color: #fff;
    background: var(--blue);
    border: none;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 160ms ease;
}

.booking-submit:hover {
    background: var(--blue-hover);
}

.booking-response {
    margin: 1rem 0 0;
    color: #6abf6a;
    font-size: 0.84rem;
    font-weight: 500;
}

/* ========================================
   FOCUS
   ======================================== */

:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

/* ========================================
   RESPONSIVE 1050px
   ======================================== */

@media (max-width: 1050px) {
    .primary-navigation {
        gap: 1.15rem;
    }

    .nav-main {
        gap: 1.05rem;
    }

    .nav-tools {
        gap: 0.85rem;
    }

    .wishlist-link span {
        display: none;
    }

    .trip-list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .booking-fields {
        grid-template-columns: 1fr 1fr;
    }
}

/* ========================================
   RESPONSIVE 790px
   ======================================== */

@media (max-width: 790px) {
    .header-inner {
        height: 58px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .primary-navigation {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0 0 1.35rem;
        background: var(--menu-bg);
        border-bottom: 1px solid var(--border);
    }

    .primary-navigation.is-open {
        display: flex;
    }

    .nav-main {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        width: calc(100% - (var(--page-gutter) * 2));
        margin: 0 auto;
    }

    .nav-main a {
        justify-content: space-between;
        padding: 1rem 0;
        border-bottom: 1px solid var(--border);
    }

    .nav-tools {
        display: grid;
        grid-template-columns: auto auto 1fr;
        align-items: center;
        width: calc(100% - (var(--page-gutter) * 2));
        margin: 1.2rem auto 0;
    }

    .wishlist-link span {
        display: inline;
    }

    .language-options {
        right: auto;
        left: 0;
    }

    .nav-cta {
        justify-self: end;
    }

    .category-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .category-tab {
        padding: 0.75rem 1.1rem;
        font-size: 0.82rem;
        white-space: nowrap;
    }

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

    .trip-card {
        flex-direction: row;
    }

    .trip-card-image {
        flex: 0 0 110px;
    }

    .popup-panel {
        width: min(100% - 1rem, 500px);
    }

    .popup-body {
        padding: 1.4rem 1.5rem 1.6rem;
    }

    .booking-selected {
        flex-direction: column;
    }

    .booking-selected-image {
        flex: none;
        height: 160px;
    }
}

/* ========================================
   RESPONSIVE 620px
   ======================================== */

@media (max-width: 620px) {
    .brand-name {
        font-size: 1.1rem;
    }

    .brand-descriptor {
        font-size: 0.42rem;
    }

    .hero-video {
        object-position: center center;
    }

    .hero-content {
        padding: 5rem 0;
    }

    h1 {
        max-width: 340px;
        font-size: clamp(2.4rem, 11vw, 3.5rem);
    }

    .hero-sub {
        max-width: 280px;
        font-size: 0.88rem;
    }

    .hero-cta {
        min-height: 40px;
        padding: 0 1.2rem;
        font-size: 0.74rem;
    }

    .search-section {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }

    .section-heading {
        margin-bottom: 1.5rem;
    }

    .category-tab {
        padding: 0.65rem 0.9rem;
        font-size: 0.78rem;
    }

    .category-tab .ti {
        display: none;
    }

    .trip-card {
        flex-direction: column;
    }

    .trip-card-image {
        flex: none;
        height: 160px;
    }

    .popup-image {
        height: 180px;
    }

    .popup-body {
        padding: 1.2rem 1.2rem 1.4rem;
    }

    .popup-price-row {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .popup-book-btn {
        text-align: center;
    }

    .booking-fields {
        grid-template-columns: 1fr;
    }

    .booking-selected-info dl {
        flex-direction: column;
        gap: 0.6rem;
    }
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes loading-line {
    0% { transform: translateX(-110%); }
    100% { transform: translateX(320%); }
}

/* ========================================
   HERO SEARCH RESPONSIVE
   ======================================== */

@media (max-width: 1050px) {
    .hero {
        min-height: 750px;
    }

    .booking-search-form {
        grid-template-columns: minmax(190px, 0.9fr) minmax(350px, 1.7fr) 132px;
    }
}

@media (max-width: 790px) {
    .hero {
        min-height: 820px;
        padding-top: 58px;
    }

    .site-header:not(.is-scrolled) .primary-navigation .nav-main a,
    .site-header:not(.is-scrolled) .primary-navigation .wishlist-link,
    .site-header:not(.is-scrolled) .primary-navigation .language-dropdown summary {
        color: var(--ink);
    }

    .hero-content {
        padding-top: 5.5rem;
        padding-bottom: 3rem;
    }

    h1 {
        font-size: clamp(2.7rem, 9.5vw, 4.15rem);
    }

    .hero-sub {
        font-size: 0.9rem;
    }

    .booking-search {
        margin-top: 2.2rem;
    }

    .booking-search-tabs {
        padding: 0 0.5rem;
    }

    .booking-search-tab {
        min-height: 68px;
        padding: 0.75rem 0.6rem;
        font-size: 0.82rem;
    }

    .booking-tab-icon {
        width: 29px;
        height: 29px;
        font-size: 1rem;
    }

    .booking-search-form {
        grid-template-columns: 1fr 142px;
        gap: 0.65rem;
    }

    .booking-search-details {
        grid-column: 1 / -1;
    }

    .travel-calendar {
        left: 0;
    }
}

@media (max-width: 500px) {
    .hero {
        min-height: 790px;
    }

    .hero-content {
        padding-top: 5rem;
    }

    h1 {
        font-size: clamp(2.65rem, 13vw, 3.75rem);
        line-height: 0.94;
    }

    .hero-sub {
        max-width: 340px;
        font-size: 0.84rem;
    }

    .booking-search {
        width: 100%;
        margin-top: 1.9rem;
        border-radius: 11px;
    }

    .booking-search-tabs {
        padding: 0 0.25rem;
    }

    .booking-search-tab {
        flex-direction: column;
        gap: 0.16rem;
        min-height: 70px;
        padding: 0.55rem 0.2rem 0.45rem;
        font-size: 0.72rem;
    }

    .booking-tab-icon {
        width: 25px;
        height: 25px;
        font-size: 0.9rem;
    }

    .booking-search-form {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 0.7rem;
    }

    .booking-search-location,
    .booking-search-details,
    .booking-search-submit {
        min-height: 58px;
    }

    .booking-search-submit {
        grid-row: 3;
    }

    .booking-search-details {
        display: grid;
        grid-template-columns: 1fr;
    }

    .booking-date-picker {
        min-height: 58px;
    }

    .travellers-picker {
        flex: none;
        min-height: 58px;
        border-top: 1px solid #dde4eb;
        border-left: 0;
    }

    .travel-calendar {
        width: min(310px, calc(100vw - 2.5rem));
    }

    .travellers-popover {
        width: min(238px, calc(100vw - 2.5rem));
    }
}

/* ========================================
   EDITORIAL HERO RESPONSIVE
   ======================================== */

@media (max-width: 1050px) {
    .hero {
        min-height: 650px;
    }

    .hero-video-frame {
        width: 61%;
        clip-path: polygon(14% 0, 100% 0, 100% 100%, 36% 100%);
    }
}

@media (max-width: 790px) {
    .hero {
        display: block;
        min-height: 650px;
        padding-top: 58px;
    }

    .hero-video-frame {
        top: 0;
        width: 100%;
        height: 360px;
        clip-path: none;
    }

    .hero-video-frame::after {
        background: linear-gradient(180deg, rgba(17, 26, 50, 0.34), rgba(17, 26, 50, 0.6));
    }

    .hero-content {
        padding-top: 7.15rem;
        padding-bottom: 3.2rem;
    }

    .hero-intro {
        width: 100%;
    }

    .hero-label {
        color: #b3ebfa;
    }

    h1 {
        max-width: 470px;
        color: #fff;
        font-size: clamp(2.75rem, 10.5vw, 4rem);
        text-shadow: none;
    }

    .hero-sub {
        display: none;
    }

    .hero-search-panel {
        width: min(100%, 560px);
        margin-top: 5.4rem;
    }
}

@media (max-width: 500px) {
    .hero {
        min-height: 625px;
    }

    .hero-video-frame {
        height: 315px;
    }

    .hero-content {
        padding-top: 6.55rem;
        padding-bottom: 2.6rem;
    }

    h1 {
        max-width: 330px;
        font-size: clamp(2.5rem, 12vw, 3.35rem);
    }

    .hero-search-panel {
        margin-top: 4.1rem;
    }

    .hero-search-type {
        padding: 0.78rem 0.4rem;
        font-size: 0.74rem;
    }

    .hero-search-field {
        padding: 0.8rem 0.85rem 0.75rem;
    }

    .hero-search-field-label {
        font-size: 0.58rem;
    }

    .hero-search-field input,
    .hero-date-trigger,
    .hero-date-value {
        font-size: 0.92rem;
    }

    .hero-search-submit {
        padding: 0.95rem 1rem;
        font-size: 0.98rem;
    }

    .hero-calendar {
        width: min(326px, calc(100vw - 2.5rem));
    }
}

/* ========================================
   SEARCH RESULTS RESPONSIVE
   ======================================== */

@media (max-width: 790px) {
    .hero-search-type {
        font-size: 0.75rem;
    }

    .search-result-card {
        min-height: 150px;
    }

    .search-result-image {
        flex-basis: 180px;
        min-height: 150px;
    }
}

@media (max-width: 620px) {
    .search-results-page {
        padding-top: 58px;
    }

    .search-results-hero {
        padding-top: 2.7rem;
    }

    .search-results-hero h1 {
        font-size: clamp(2.35rem, 11vw, 3.3rem);
    }

    .search-result-card {
        min-height: 126px;
    }

    .search-result-image {
        flex: 0 0 122px;
        min-height: 126px;
    }

    .search-result-content {
        padding: 0.75rem 0.8rem;
    }

    .search-result-heading {
        flex-direction: column;
        gap: 0.5rem;
    }

    .search-result-price {
        order: -1;
    }

    .search-result-labels {
        gap: 0.25rem;
        margin-bottom: 0.28rem;
    }

    .search-result-labels span {
        padding: 0.12rem 0.32rem;
        font-size: 0.54rem;
    }

    .search-result-heading h2 {
        font-size: 1.14rem;
    }

    .search-result-meta {
        gap: 0.25rem 0.6rem;
        margin-top: 0.4rem;
        font-size: 0.65rem;
    }

    .search-result-about {
        margin: 0.45rem 0 0.5rem;
        font-size: 0.7rem;
        -webkit-line-clamp: 1;
    }

    .search-result-action {
        font-size: 0.68rem;
    }

    .search-result-wishlist {
        width: 28px;
        height: 28px;
    }

    .results-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.3rem;
    }
}

/* ========================================
   SAHARA INTRODUCTION RESPONSIVE
   ======================================== */

@media (max-width: 790px) {
    .sahara-introduction {
        padding-top: 3.7rem;
        padding-bottom: 1.9rem;
    }

    .sahara-introduction h2 {
        max-width: 600px;
        font-size: clamp(2.1rem, 9vw, 3.4rem);
    }

    .sahara-introduction-copy > p:not(.sahara-introduction-kicker) {
        max-width: 680px;
        font-size: clamp(1.18rem, 4.7vw, 1.55rem);
        line-height: 1.27;
    }

    .sahara-gallery {
        margin-top: 3.25rem;
    }

    .sahara-gallery-track,
    .sahara-gallery-set {
        gap: 0.75rem;
    }

    .sahara-gallery-item {
        flex-basis: 132px;
        width: 132px;
    }

    .sahara-gallery-item img {
        height: auto;
    }

    .sahara-gallery-item figcaption {
        margin-top: 0.5rem;
        font-size: 0.88rem;
    }

    .sahara-gallery-item figcaption::after {
        width: 27px;
        margin-top: 0.4rem;
    }
}

@media (max-width: 500px) {
    .sahara-introduction {
        padding-top: 3.15rem;
        padding-bottom: 1.6rem;
    }

    .sahara-introduction-kicker {
        font-size: 0.64rem;
    }

    .sahara-introduction h2 {
        margin-bottom: 1.65rem;
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .sahara-introduction-copy > p:not(.sahara-introduction-kicker) {
        font-size: 1.2rem;
    }

    .sahara-introduction-copy > p + p {
        margin-top: 1rem;
    }

    .sahara-gallery {
        margin-top: 2.6rem;
    }

    .sahara-gallery-track,
    .sahara-gallery-set {
        gap: 0.6rem;
    }

    .sahara-gallery-item {
        flex-basis: 112px;
        width: 112px;
    }

    .sahara-gallery-item img {
        height: auto;
    }

    .sahara-gallery-item figcaption {
        font-size: 0.78rem;
    }
}

/* ========================================
   NEWSLETTER & FAQ RESPONSIVE
   ======================================== */

@media (max-width: 790px) {
    .newsletter-card {
        grid-template-columns: 154px minmax(0, 1fr);
        gap: 1.75rem;
    }

    .newsletter-image-wrap {
        max-width: 154px;
    }

    .newsletter-form {
        grid-template-columns: minmax(0, 1fr) 148px;
    }

    .sahara-faq-layout {
        grid-template-columns: 1fr;
        gap: 2.4rem;
    }

    .sahara-faq-intro {
        position: static;
        max-width: 560px;
    }
}

@media (max-width: 560px) {
    .newsletter-section {
        padding: 1.75rem 0 3.5rem;
    }

    .newsletter-card {
        grid-template-columns: 1fr;
        gap: 1.7rem;
        padding: 0;
    }

    .newsletter-image-wrap {
        width: min(100%, 164px);
        max-width: none;
    }

    .newsletter-content h2,
    .sahara-faq h2 {
        font-size: clamp(1.9rem, 9vw, 2.65rem);
    }

    .newsletter-content > p:not(.newsletter-kicker):not(.newsletter-note) {
        font-size: 1.16rem;
    }

    .newsletter-form {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }

    .newsletter-form button {
        min-height: 52px;
    }

    .newsletter-note {
        font-size: 0.72rem;
    }

    .sahara-faq {
        padding: 3.75rem 0;
    }

    .sahara-faq-layout {
        gap: 2rem;
    }

    .sahara-faq-item summary {
        padding: 1rem 0;
        font-size: 1.08rem;
    }

    .sahara-faq-item > p {
        margin-bottom: 1rem;
        font-size: 0.93rem;
    }
}

/* ========================================
   FOOTER
   ======================================== */

.site-footer {
    padding: clamp(3.5rem, 6vw, 5.5rem) 0 1.3rem;
    color: #d9e1ec;
    background: #101827;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(230px, 1.65fr) repeat(3, minmax(130px, 0.75fr));
    gap: clamp(2rem, 4vw, 4.5rem);
    padding-bottom: clamp(2.8rem, 5vw, 4.3rem);
}

.footer-introduction {
    max-width: 310px;
}
.footer-introduction .footer-grid h2,
.footer-location h2,
.footer-links h2 {
    margin: 0 0 0.9rem;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.footer-brand {
    margin: 0 0 0.7rem;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.footer-lead {
    margin: 0 0 1.4rem;
    color: #b9c3d2;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.6;
}

.footer-contact {
    display: grid;
    gap: 0.6rem;
    margin-bottom: 1.4rem;
}
.footer-contact a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    color: #d9e1ec;
    font-size: 0.88rem;
}
.footer-contact a .ti {
    color: #7eddf4;
    font-size: 1rem;
}
.footer-contact a:hover {
    color: #ffffff;
}

.footer-social {
    display: flex;
    gap: 0.6rem;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(217, 225, 236, 0.25);
    color: #d9e1ec;
    font-size: 1.05rem;
    transition: color 160ms ease, border-color 160ms ease;
}
.footer-social a:hover {
    color: #ffffff;
    border-color: #7eddf4;
}

.footer-location {
    min-width: 0;
}
.footer-address {
    margin: 0 0 0.9rem;
    color: #b9c3d2;
    font-size: 0.88rem;
    line-height: 1.5;
}
.footer-map {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 0.7rem;
    border: 1px solid rgba(217, 225, 236, 0.2);
    background: #1b2531;
    overflow: hidden;
}
.footer-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.footer-map-link {
    color: #7eddf4;
    font-size: 0.85rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer-map-link:hover {
    color: #ffffff;
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 0.7rem;
}

.footer-links a {
    width: fit-content;
    color: #b9c3d2;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.25;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
    color: #7eddf4;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(217, 225, 236, 0.2);
}

.footer-bottom p {
    margin: 0;
    color: #aeb9c8;
    font-size: 0.75rem;
}

.footer-bottom a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.footer-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
}
.footer-meta .footer-copyright {
    color: #aeb9c8;
    font-size: 0.75rem;
}
.footer-credit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #aeb9c8;
    font-size: 0.75rem;
}
.footer-credit .ti-heart {
    color: #f47b45;
    font-size: 0.95rem;
    animation: footerHeartPulse 1.6s ease-in-out infinite;
}
.footer-credit a {
    color: #b9c3d2;
    font-weight: 600;
    text-decoration: none;
}
.footer-credit a:hover {
    color: #7eddf4;
    text-decoration: underline;
    text-underline-offset: 3px;
}
@keyframes footerHeartPulse {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.25); }
}

@media (max-width: 620px) {
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: minmax(210px, 1.4fr) repeat(2, minmax(130px, 1fr));
    }

    .footer-links:last-child {
        grid-column: 2;
    }
}

@media (max-width: 620px) {
    .brand-name {
        font-size: 0.9rem;
    }

    .brand-descriptor {
        font-size: 0.4rem;
    }

    .brand {
        gap: 0.5rem;
    }
    .brand-icon {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.2rem 1.25rem;
    }

    .footer-introduction {
        grid-column: 1 / -1;
        max-width: 340px;
    }

    .footer-links:last-child {
        grid-column: auto;
    }

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


/* ========================================
   PRODUCT DETAIL PAGE (.pd)
   ======================================== */
.pd { --pd-ink:#1d2939; --pd-copy:#475467; --pd-muted:#667085; --pd-line:#e4e7ec; --pd-soft:#f8fafc; --pd-teal:#087f9d; --pd-teal-dark:#066a84; background:#fff; color:var(--pd-copy); font-family:Inter,"Segoe UI",Arial,sans-serif; font-size:15px; line-height:1.55; padding:0 0 74px; }
.pd * { font-family:inherit; }
.pd-wrap { width:min(100% - (var(--page-gutter) * 2),1180px); margin:0 auto; padding-top:100px; }
.pd-crumbs { display:flex; align-items:center; flex-wrap:wrap; gap:7px; margin:0 0 20px; color:var(--pd-muted); font-size:12px; line-height:1.35; }
.pd-crumbs a { color:var(--pd-muted); }
.pd-crumbs a:hover { color:var(--pd-teal); }
.pd-crumbs .ti { color:#98a2b3; font-size:13px; }
.pd-heading-row { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:24px; }
.pd-head { min-width:0; }
.pd-eyebrow { margin:0 0 7px; color:var(--pd-teal); font-size:12px; font-weight:500; letter-spacing:.035em; text-transform:uppercase; }
.pd-title { max-width:780px; margin:0; color:var(--pd-ink); font-family:Inter,"Segoe UI",Arial,sans-serif; font-size:clamp(29px,3.3vw,42px); font-weight:650; letter-spacing:-.035em; line-height:1.12; }
.pd-facts { display:flex; flex-wrap:wrap; gap:7px 20px; margin-top:13px; color:var(--pd-copy); font-size:14px; }
.pd-facts span { display:inline-flex; align-items:center; gap:6px; }
.pd-facts .ti { color:var(--pd-teal); font-size:17px; }
.pd-heading-actions { display:flex; flex:0 0 auto; gap:18px; padding-bottom:3px; }
.pd-text-action { display:inline-flex; align-items:center; gap:6px; padding:0; color:#176b84; background:transparent; border:0; font-size:14px; font-weight:500; cursor:pointer; }
.pd-text-action .ti { font-size:20px; }
.pd-text-action.is-saved { color:var(--pd-teal); }
.pd-top { display:grid; grid-template-columns:minmax(0,1fr) 368px; grid-template-rows:auto auto; gap:30px; align-items:start; }
.pd-top .pd-gallery { grid-column:1; grid-row:1; }
.pd-top .pd-intro { grid-column:1; grid-row:2; margin:0; }
.pd-top .pd-side { grid-column:2; grid-row:1 / span 2; }
.pd-gallery { display:grid; grid-template-columns:1.18fr .82fr; grid-template-rows:1fr 1fr; gap:12px; height:470px; min-width:0; }
.pd-gallery figure { position:relative; min-width:0; margin:0; overflow:hidden; background:#eaecf0; border-radius:16px; }
.pd-gallery img { width:100%; height:100%; object-fit:cover; transition:transform 300ms ease; }
.pd-gallery figure:hover img { transform:scale(1.025); }
.pd-gallery-large { grid-row:1 / span 2; }
.pd-gallery-count { position:absolute; right:14px; bottom:14px; display:inline-flex; align-items:center; gap:6px; padding:9px 12px; color:#fff; background:rgba(16,24,40,.84); border:1px solid rgba(255,255,255,.28); border-radius:8px; font-size:13px; font-weight:500; cursor:pointer; }
.pd-gallery-count .ti { font-size:16px; }
.pd-side { position:sticky; top:84px; }
.pd-side-card { overflow:hidden; background:#fff; border:1px solid #dfe4ea; border-radius:16px; box-shadow:0 3px 8px rgba(16,24,40,.06); }
.pd-side-head { padding:23px 24px 18px; border-bottom:1px solid var(--pd-line); }
.pd-side-price-label { display:block; margin-bottom:1px; color:var(--pd-muted); font-size:13px; }
.pd-side-price { color:var(--pd-ink); font-size:32px; font-weight:650; letter-spacing:-.035em; line-height:1.12; }
.pd-side-per { color:var(--pd-copy); font-size:14px; }
.pd-side-head p { margin:8px 0 0; color:var(--pd-muted); font-size:13px; }
.pd-form { padding:19px 24px 18px; }
.pd-field { display:grid; gap:6px; margin-bottom:14px; }
.pd-field > span:first-child { color:#344054; font-size:13px; font-weight:400; }
.pd-input-wrap { position:relative; display:flex; align-items:center; }
.pd-input-wrap > .ti { position:absolute; z-index:1; left:13px; color:#667085; font-size:19px; pointer-events:none; }
.pd-field input,.pd-field select { width:100%; min-height:48px; padding:0 36px 0 42px; color:#344054; appearance:none; background:#fff; border:1px solid #cfd6df; border-radius:9px; font-size:14px; font-weight:400; outline:none; }
.pd-field select { background-image:linear-gradient(45deg,transparent 50%,#667085 50%),linear-gradient(135deg,#667085 50%,transparent 50%); background-position:calc(100% - 17px) 20px,calc(100% - 12px) 20px; background-repeat:no-repeat; background-size:5px 5px,5px 5px; }
.pd-field input:focus,.pd-field select:focus { border-color:var(--pd-teal); box-shadow:0 0 0 3px rgba(8,127,157,.12); }
.pd-submit { display:block; width:100%; min-height:50px; margin-top:20px; padding:11px 16px; color:#fff; background:var(--pd-teal); border:0; border-radius:999px; font-size:15px; font-weight:600; cursor:pointer; transition:background-color 160ms ease,transform 160ms ease; }
.pd-submit:hover { background:var(--pd-teal-dark); transform:translateY(-1px); }
.pd-response { margin:12px 0 0; color:#067647; font-size:13px; line-height:1.45; }
.pd-booking-note { display:flex; align-items:flex-start; gap:8px; padding:15px 24px 18px; color:var(--pd-copy); border-top:1px solid var(--pd-line); font-size:12px; line-height:1.45; }
.pd-booking-note .ti { flex:0 0 auto; margin-top:1px; color:var(--pd-teal); font-size:17px; }
.pd-wa-btn { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:12px; min-height:46px; padding:10px 16px; color:#176b84; background:#fff; border:1px solid #cfd6df; border-radius:999px; font-size:14px; font-weight:500; }
.pd-wa-btn:hover { color:#075e36; border-color:#25d366; }
.pd-wa-btn .ti { color:#1b9a5a; font-size:19px; }
.pd-content-layout { display:grid; grid-template-columns:minmax(0,780px) minmax(0,1fr); gap:30px; align-items:start; margin-top:42px; }
.pd-main { min-width:0; }
.pd-sec { padding:0 0 32px; margin:0 0 31px; border-bottom:1px solid var(--pd-line); }
.pd-sec:last-child { margin-bottom:0; }
.pd-sec h2 { margin:0 0 13px; color:var(--pd-ink); font-family:Inter,"Segoe UI",Arial,sans-serif; font-size:22px; font-weight:620; letter-spacing:-.025em; line-height:1.25; }
.pd-sec p { margin:0 0 13px; color:var(--pd-copy); font-size:15px; line-height:1.67; }
.pd-sec p:last-child { margin-bottom:0; }
.pd-intro p { max-width:735px; }
.pd-glance { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin:0; overflow:hidden; border:1px solid var(--pd-line); border-radius:12px; }
.pd-glance div { min-width:0; padding:16px; border-right:1px solid var(--pd-line); }
.pd-glance div:last-child { border-right:0; }
.pd-glance dt { margin:0 0 4px; color:var(--pd-muted); font-size:12px; font-weight:400; }
.pd-glance dd { margin:0; color:#344054; font-size:14px; font-weight:500; line-height:1.4; }
.pd-timeline { display:grid; gap:19px; margin:0; padding:0; list-style:none; }
.pd-timeline li { display:grid; grid-template-columns:118px minmax(0,1fr); gap:18px; padding-left:0; }
.pd-timeline-time { padding-top:2px; color:var(--pd-teal); font-size:13px; font-weight:500; }
.pd-timeline li > div { position:relative; padding-left:21px; border-left:1px solid #cbd5e1; }
.pd-timeline li > div::before { position:absolute; top:5px; left:-5px; width:9px; height:9px; background:#fff; border:2px solid var(--pd-teal); border-radius:50%; content:""; }
.pd-timeline h3 { margin:0 0 3px; color:#344054; font-size:15px; font-weight:550; line-height:1.4; }
.pd-timeline p { margin:0; font-size:14px; line-height:1.55; }
.pd-inclusions { display:grid; grid-template-columns:1fr 1fr; gap:30px; }
.pd-grid-list { display:grid; gap:10px; margin:0; padding:0; list-style:none; }
.pd-grid-list li { display:flex; align-items:flex-start; gap:9px; color:#475467; font-size:14px; line-height:1.5; }
.pd-grid-list .ti { flex:0 0 auto; margin-top:2px; color:var(--pd-teal); font-size:17px; }
.pd-location-card { display:flex; align-items:flex-start; gap:14px; padding:19px; background:var(--pd-soft); border:1px solid var(--pd-line); border-radius:12px; }
.pd-location-card > .ti { flex:0 0 auto; margin-top:2px; color:var(--pd-teal); font-size:23px; }
.pd-location-card strong { display:block; margin-bottom:4px; color:#344054; font-size:14px; font-weight:550; }
.pd-location-card p { margin:0 0 8px; font-size:14px; line-height:1.55; }
.pd-location-card a { display:inline-flex; align-items:center; gap:4px; color:#176b84; font-size:13px; font-weight:500; }
.pd-location-card a .ti { font-size:15px; }
.pd-know details { border-top:1px solid var(--pd-line); }
.pd-know details:last-child { border-bottom:1px solid var(--pd-line); }
.pd-know summary { position:relative; padding:16px 30px 16px 0; color:#344054; font-size:14px; font-weight:500; cursor:pointer; list-style:none; }
.pd-know summary::-webkit-details-marker { display:none; }
.pd-know summary::after { position:absolute; top:15px; right:3px; color:#667085; font-size:19px; font-weight:400; content:"+"; }
.pd-know details[open] summary::after { content:"–"; }
.pd-know details p { padding:0 30px 16px 0; margin:0; font-size:14px; }
.pd-support { position:sticky; top:84px; }
.pd-support-card { max-width:310px; padding:22px; background:var(--pd-soft); border:1px solid var(--pd-line); border-radius:13px; }
.pd-support-card > .ti { display:block; margin-bottom:12px; color:var(--pd-teal); font-size:25px; }
.pd-support-card h2 { margin:0 0 7px; color:var(--pd-ink); font-size:17px; font-weight:600; letter-spacing:-.02em; line-height:1.35; }
.pd-support-card p { margin:0 0 15px; color:var(--pd-copy); font-size:13px; line-height:1.55; }
.pd-support-card a { display:block; width:max-content; max-width:100%; margin-top:8px; color:#176b84; font-size:13px; font-weight:500; }
.pd-gallery-modal { position:fixed; z-index:1000; inset:0; overflow-y:auto; padding:32px 20px; background:rgba(16,24,40,.76); }
.pd-gallery-modal-inner { width:min(100%,1000px); margin:0 auto; padding:20px; background:#fff; border-radius:16px; }
.pd-gallery-modal-head { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:17px; }
.pd-gallery-modal-head h2 { margin:0; color:var(--pd-ink); font-size:20px; font-weight:600; }
.pd-gallery-modal-head button { display:inline-grid; width:36px; height:36px; padding:0; color:#344054; place-items:center; background:#fff; border:1px solid var(--pd-line); border-radius:50%; cursor:pointer; }
.pd-gallery-modal-head .ti { font-size:20px; }
.pd-gallery-modal-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.pd-gallery-modal-grid img { width:100%; aspect-ratio:1.25; object-fit:cover; border-radius:9px; }
body.pd-modal-open { overflow:hidden; }
@media (max-width:980px){ .pd-top{grid-template-columns:minmax(0,1fr) 330px;gap:22px}.pd-gallery{height:410px}.pd-content-layout{grid-template-columns:minmax(0,1fr) 250px}.pd-glance{grid-template-columns:repeat(2,minmax(0,1fr))}.pd-glance div:nth-child(2){border-right:0}.pd-glance div:nth-child(-n+2){border-bottom:1px solid var(--pd-line)} }
@media (max-width:760px){ .pd-wrap{width:min(100% - 32px,1180px);padding-top:88px}.pd-heading-row{align-items:flex-start;flex-direction:column;margin-bottom:20px;gap:14px}.pd-title{font-size:32px}.pd-heading-actions{padding:0}.pd-top{grid-template-columns:minmax(0,1fr);grid-template-rows:auto}.pd-top .pd-gallery,.pd-top .pd-intro,.pd-top .pd-side{grid-column:auto;grid-row:auto}.pd-content-layout{grid-template-columns:minmax(0,1fr)}.pd-gallery{height:440px}.pd-top .pd-intro{margin:0}.pd-side,.pd-support{position:static}.pd-content-layout{margin-top:34px}.pd-support{display:none}.pd-inclusions{grid-template-columns:1fr;gap:26px}.pd-gallery-modal-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:500px){ .pd{padding-bottom:48px}.pd-wrap{width:min(100% - 24px,1180px)}.pd-crumbs{margin-bottom:16px}.pd-title{font-size:29px;letter-spacing:-.03em}.pd-facts{gap:7px 14px;font-size:13px}.pd-heading-actions{gap:15px}.pd-gallery{height:300px;gap:7px}.pd-gallery figure{border-radius:11px}.pd-gallery-count{right:8px;bottom:8px;padding:7px 8px;font-size:11px}.pd-side-head,.pd-form{padding-right:17px;padding-left:17px}.pd-booking-note{padding-right:17px;padding-left:17px}.pd-glance div{padding:13px}.pd-timeline li{grid-template-columns:1fr;gap:5px}.pd-timeline li>div{padding-left:18px}.pd-sec{padding-bottom:26px;margin-bottom:26px}.pd-sec h2{font-size:20px}.pd-gallery-modal{padding:12px}.pd-gallery-modal-inner{padding:13px}.pd-gallery-modal-grid{gap:7px}.pd-gallery-modal-head h2{font-size:16px} }

/* ========================================
   PRODUCT DETAIL PAGE — MOBILE RESPONSIVE POLISH
   ======================================== */
@media (max-width:760px){
    .pd-top .pd-intro{ border-bottom:0; padding-bottom:0; }
    .pd-side{ margin-top:26px; }
}
@media (max-width:500px){
    .pd-top .pd-intro{ margin-bottom:0; }
    .pd-side{ width:100%; }
    .pd-side-card{ border-radius:13px; }
    .pd-location-card{ flex-direction:column; gap:10px; }
}
@media (max-width:380px){
    .pd-title{ font-size:27px; }
    .pd-gallery{ height:250px; }
    .pd-side-head,.pd-form{ padding-right:15px; padding-left:15px; }
    .pd-booking-note{ padding-right:15px; padding-left:15px; }
    .pd-heading-actions{ gap:12px; }
    .pd-text-action{ font-size:13px; }
    .pd-gallery-modal-grid{ grid-template-columns:1fr 1fr; }
}

/* ========================================
   PRODUCT DETAIL PAGE — BOOKING REQUEST POPUP
   ======================================== */
.pd-book-request { --pd-ink:#1d2939; --pd-copy:#475467; --pd-muted:#667085; --pd-line:#e4e7ec; --pd-soft:#f8fafc; --pd-teal:#087f9d; --pd-teal-dark:#066a84; position:fixed; z-index:1100; inset:0; display:grid; place-items:center; overflow-y:auto; padding:24px 16px; background:rgba(16,24,40,.62); }
.pd-book-request-inner { width:min(100%,440px); margin:auto; background:#fff; border-radius:16px; box-shadow:0 20px 50px rgba(16,24,40,.25); }
.pd-book-request-head { position:relative; padding:22px 24px 18px; border-bottom:1px solid var(--pd-line); }
.pd-book-request-head h2 { margin:0; color:var(--pd-ink); font-size:20px; font-weight:650; letter-spacing:-.02em; line-height:1.25; }
.pd-book-request-head p { margin:6px 0 0; color:var(--pd-muted); font-size:13px; line-height:1.5; }
.pd-book-request-head button { position:absolute; top:16px; right:16px; display:inline-grid; width:34px; height:34px; padding:0; color:#344054; place-items:center; background:#fff; border:1px solid var(--pd-line); border-radius:50%; cursor:pointer; }
.pd-book-request-head button:hover { color:var(--pd-teal); border-color:var(--pd-teal); }
.pd-book-request-head .ti { font-size:19px; }
.pd-book-summary { margin:16px 24px 0; padding:12px 14px; background:var(--pd-soft); border:1px solid var(--pd-line); border-radius:10px; }
.pd-book-summary-row { display:flex; align-items:baseline; justify-content:space-between; gap:14px; padding:5px 0; font-size:13px; }
.pd-book-summary-row + .pd-book-summary-row { border-top:1px solid var(--pd-line); }
.pd-book-summary-row span { flex:0 0 auto; color:var(--pd-muted); }
.pd-book-summary-row strong { color:#344054; text-align:right; font-weight:550; }
.pd-book-request-form { padding:16px 24px 22px; }
.pd-book-request-form .pd-field { margin-bottom:13px; }
.pd-book-request-form .pd-field input { background:var(--pd-soft); }
.pd-book-request-error { min-height:18px; margin:0 0 10px; color:#b42318; font-size:13px; line-height:1.4; }
.pd-book-request-form .pd-submit { margin-top:10px; }
.pd-book-request-note { display:flex; align-items:flex-start; gap:7px; margin:12px 0 0; color:var(--pd-muted); font-size:12px; line-height:1.45; }
.pd-book-request-note .ti { flex:0 0 auto; margin-top:1px; color:var(--pd-teal); font-size:16px; }
@media (max-width:500px){
    .pd-book-request { align-items:start; padding:16px 12px; }
    .pd-book-request-head { padding:18px 18px 15px; }
    .pd-book-request-head h2 { font-size:18px; }
    .pd-summary,.pd-book-request-form { padding-right:18px; padding-left:18px; }
    .pd-book-request-form { padding-right:18px; padding-left:18px; }
}

/* ========================================
   HELP PAGE
   ======================================== */
.help-hero {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
}
.help-hero h1 {
    margin: 0 0 1rem;
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.help-lead {
    max-width: 680px;
    margin: 0;
    color: var(--text);
    font-size: 1.05rem;
    line-height: 1.65;
}
.help-contact {
    padding: 0 0 2.5rem;
}
.help-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
}
.help-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.1rem 1.15rem;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    background: var(--card);
}
.help-contact-item > i {
    flex-shrink: 0;
    font-size: 1.25rem;
    color: var(--accent);
    margin-top: 0.1rem;
}
.help-contact-item > div {
    min-width: 0;
}
.help-contact-item span {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
}
.help-contact-item a {
    display: block;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
    overflow-wrap: anywhere;
}
.help-contact-item a:hover {
    color: var(--accent);
}
.help-section {
    padding-bottom: 4rem;
}
.help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
}
.help-copy h2,
.help-form-wrap h2 {
    margin: 0 0 1rem;
    color: var(--ink);
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.help-copy > p,
.help-form-wrap > p {
    margin: 0 0 1.5rem;
    color: var(--text);
    line-height: 1.6;
}
.help-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--border-light);
}
.help-list li {
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--border-light);
}
.help-list h3 {
    margin: 0 0 0.35rem;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 600;
}
.help-list p {
    margin: 0;
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.6;
}
.help-form-wrap {
    padding: 2rem;
    border: 1px solid var(--border-light);
    background: var(--card);
}
.help-form label {
    display: block;
    margin-bottom: 1.1rem;
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 500;
}
.help-form input,
.help-form select,
.help-form textarea {
    display: block;
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: 0;
    background: #fff;
    color: var(--ink);
    font-size: 0.95rem;
    line-height: 1.4;
    -webkit-appearance: none;
    appearance: none;
}
.help-form input:focus,
.help-form select:focus,
.help-form textarea:focus {
    outline: none;
    border-color: var(--ink);
}
.help-submit {
    display: inline-block;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid var(--ink);
    border-radius: 0;
    background: var(--ink);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    cursor: pointer;
    transition: background 140ms ease;
}
.help-submit:hover {
    background: #000;
}
.help-response {
    min-height: 1.1rem;
    margin: 0.9rem 0 0;
    font-size: 0.9rem;
    line-height: 1.4;
}
.help-response:empty {
    display: none;
}
@media (max-width: 820px) {
    .help-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .help-contact-grid {
        grid-template-columns: 1fr 1fr;
    }
    .help-hero {
        padding-top: 5rem;
    }
    .help-form-wrap {
        padding: 1.4rem;
    }
}
@media (max-width: 480px) {
    .help-contact-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   BOOK NOW PAGE
   ======================================== */
.bn-page {
    padding-bottom: 4rem;
}
.bn-shell {
    width: min(100% - (var(--page-gutter) * 2), 1240px);
    margin: 0 auto;
}
.bn-hero {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
}
.bn-back {
    display: inline-block;
    margin-bottom: 1.25rem;
    color: var(--muted);
    font-size: 0.85rem;
}
.bn-back:hover {
    color: var(--ink);
}
.bn-kicker {
    margin: 0 0 0.5rem;
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.bn-hero h1 {
    margin: 0 0 0.9rem;
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.bn-lead {
    max-width: 680px;
    margin: 0;
    color: var(--text);
    font-size: 1.02rem;
    line-height: 1.6;
}
.bn-layout {
    padding-top: 1rem;
}
.bn-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    align-items: start;
}

.bn-side h2 {
    margin: 0 0 1rem;
    color: var(--ink);
    font-size: 1.15rem;
    font-weight: 600;
}
.bn-side-head {
    display: none;
}
.bn-filter-close {
    display: none;
}
.bn-filter-toggle {
    display: none;
}
.bn-filter {
    padding: 1.25rem 1.25rem 1.5rem;
    border: 1px solid var(--border-light);
    background: var(--card);
}
.bn-search {
    display: block;
    margin-bottom: 1.5rem;
}
.bn-search-label {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 500;
}
.bn-search input {
    display: block;
    width: 100%;
    padding: 0.55rem 0.7rem;
    border: 1px solid var(--border);
    border-radius: 0;
    background: #fff;
    color: var(--ink);
    font-size: 0.92rem;
}
.bn-search input:focus {
    outline: none;
    border-color: var(--ink);
}
.bn-group {
    border: 0;
    padding: 0;
    margin: 0 0 1.5rem;
}
.bn-group legend {
    margin-bottom: 0.6rem;
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 600;
}
.bn-scroll {
    max-height: 220px;
    overflow-y: auto;
}
.bn-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
    color: var(--text);
    font-size: 0.9rem;
    cursor: pointer;
}
.bn-check input {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    accent-color: var(--ink);
}
.bn-check:hover {
    color: var(--ink);
}
.bn-apply {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1px solid var(--ink);
    border-radius: 0;
    background: var(--ink);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}
.bn-apply:hover {
    background: #000;
}
.bn-clear {
    display: block;
    margin-top: 0.75rem;
    color: var(--muted);
    font-size: 0.85rem;
    text-align: center;
}
.bn-clear:hover {
    color: var(--ink);
}

.bn-results {
    min-width: 0;
}
.bn-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    color: var(--muted);
    font-size: 0.9rem;
}
.bn-clear-inline {
    color: var(--ink);
    font-size: 0.88rem;
    text-decoration: underline;
}

.bn-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.bn-card {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid var(--border-light);
    border-radius: 18px;
    background: var(--card);
    box-shadow: 0 12px 34px rgba(17, 26, 50, 0.06);
    transition: transform 160ms ease, box-shadow 160ms ease;
}
.bn-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 46px rgba(17, 26, 50, 0.12);
}
.bn-card-media {
    position: relative;
    flex: 0 0 40%;
    min-width: 300px;
    overflow: hidden;
    background: var(--surface);
}
.bn-card-media-link {
    position: absolute;
    inset: 0;
    display: block;
}
.bn-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 400ms ease;
}
.bn-card-media-link:hover img {
    transform: scale(1.05);
}
.bn-card-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 26, 50, 0.12) 0%, rgba(17, 26, 50, 0) 55%, rgba(17, 26, 50, 0.5) 100%);
    pointer-events: none;
}
.bn-card-dur {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(17, 26, 50, 0.2);
}
.bn-card-dur .ti {
    color: var(--accent);
}
.bn-card-wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #687084;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(17, 26, 50, 0.18);
    transition: transform 150ms ease, color 150ms ease, background-color 150ms ease;
}
.bn-card-wishlist:hover {
    transform: scale(1.08);
    color: #f47b45;
}
.bn-card-wishlist.is-saved {
    color: #f47b45;
}
.bn-card-wishlist .ti-heart-filled {
    color: #f47b45;
}
.bn-card-body {
    flex: 1 1 auto;
    padding: 1.15rem 1.3rem 1.1rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.bn-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.7rem;
}
.bn-card-cat {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(244, 123, 69, 0.12);
    color: #c85a1f;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}
.bn-card-cat .ti {
    font-size: 0.82rem;
}
.bn-card-cat-icon {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
}
.bn-card-private {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 500;
    white-space: nowrap;
}
.bn-card-private::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22a06b;
}
.bn-card-title {
    margin: 0 0 0.55rem;
    color: var(--ink);
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.bn-card-title a {
    color: inherit;
    text-decoration: none;
}
.bn-card-title a:hover {
    color: var(--accent);
}
.bn-card-desc {
    margin: 0 0 1.1rem;
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bn-card-facts {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    align-items: stretch;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}
.bn-card-facts li {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1rem;
}
.bn-card-facts li:first-child {
    padding-left: 0;
}
.bn-card-facts li:last-child {
    padding-right: 0;
}
.bn-card-facts li + li {
    border-left: 1px solid var(--border-light);
}
.bn-card-facts .ti {
    flex: 0 0 auto;
    color: var(--accent);
    font-size: 1.1rem;
}
.bn-card-facts div {
    min-width: 0;
}
.bn-card-facts span {
    display: block;
    margin-bottom: 0.12rem;
    color: var(--muted);
    font-size: 0.72rem;
}
.bn-card-facts strong {
    display: block;
    color: var(--ink);
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}
.bn-card-foot {
    margin-top: auto;
    padding-top: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}
.bn-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.72rem 1.25rem;
    border: 1px solid var(--ink);
    border-radius: 10px;
    background: var(--ink);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 160ms ease, border-color 160ms ease, transform 100ms ease;
}
.bn-btn .ti {
    transition: transform 160ms ease;
}
.bn-btn:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.bn-btn:hover .ti {
    transform: translateX(3px);
}
.bn-btn:active {
    transform: translateY(1px);
}
.bn-empty {
    padding: 3rem 1.5rem;
    border: 1px solid var(--border-light);
    background: var(--card);
    text-align: center;
}
.bn-empty h2 {
    margin: 0 0 0.5rem;
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 600;
}
.bn-empty p {
    margin: 0 0 1.25rem;
    color: var(--muted);
}

@media (max-width: 900px) {
    .bn-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .bn-side {
        order: 1;
        display: none;
        border-bottom: 1px solid var(--border-light);
        padding-bottom: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .bn-page.is-filter-open .bn-side {
        display: block;
    }
    .bn-results {
        order: 2;
    }
    .bn-side-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bn-side-head h2 {
        margin: 0;
    }
    .bn-filter-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        margin-bottom: 1rem;
        border: 1px solid var(--border);
        border-radius: 0;
        background: transparent;
        color: var(--ink);
        font-size: 1.4rem;
        line-height: 1;
        cursor: pointer;
    }
    .bn-filter-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 1rem;
        padding: 0.8rem 1rem;
        border: 1px solid var(--border);
        border-radius: 0;
        background: var(--card);
        color: var(--ink);
        font-size: 0.95rem;
        font-weight: 500;
        cursor: pointer;
    }
    .bn-filter-toggle-icon {
        width: 10px;
        height: 10px;
        border-right: 2px solid var(--ink);
        border-bottom: 2px solid var(--ink);
        transform: rotate(45deg);
        transition: transform 160ms ease;
    }
    .bn-page.is-filter-open .bn-filter-toggle-icon {
        transform: rotate(-135deg);
    }
    .bn-card {
        flex-direction: column;
    }
    .bn-card-media {
        flex: none;
        width: 100%;
        min-width: 0;
        aspect-ratio: 16 / 9;
    }
    .bn-card-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }
}
@media (max-width: 820px) {
    .bn-hero {
        padding-top: 4.75rem;
    }
    .bn-card-body {
        padding: 1.05rem 1.1rem 1.2rem;
    }
    .bn-card-facts {
        flex-wrap: wrap;
    }
    .bn-card-facts li {
        flex: 1 1 50%;
    }
    .bn-card-facts li:nth-child(odd) {
        padding-left: 0;
    }
    .bn-card-facts li + li {
        border-left: 0;
    }
    .bn-card-facts li:nth-child(2) {
        border-left: 1px solid var(--border-light);
        padding-left: 1rem;
    }
    .bn-card-facts li:nth-child(3) {
        padding-left: 0;
    }
}
@media (min-width: 901px) {
    .bn-page.is-filter-open .bn-filter-toggle,
    .bn-filter-close,
    .bn-side-head {
        display: none;
    }
}


/* ========================================
   ABOUT PAGE
   ======================================== */
#about {
    --about-accent: #f47b45;
    --about-ink: #111a32;
    --about-muted: #687084;
    --about-line: #e6dfd9;
    --about-soft: #fdf4ee;
}
#about {
    background: #fff;
    color: #30384b;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    padding: 0 0 80px;
}
#about * { font-family: inherit; }

/* -- Hero -- */
.about-hero {
    padding: 110px 0 46px;
    background: linear-gradient(180deg, #fdf4ee 0%, #ffffff 100%);
    border-bottom: 1px solid var(--about-line);
}
.about-hero-eyebrow {
    margin: 0 0 16px;
    color: var(--about-muted);
    font-size: 12px;
    letter-spacing: .02em;
}
.about-hero-eyebrow a { color: var(--about-accent); text-decoration: none; }
.about-hero-eyebrow a:hover { text-decoration: underline; }
.about-hero h1 {
    max-width: 820px;
    margin: 0 0 18px;
    color: var(--about-ink);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.08;
}
.about-hero-sub {
    max-width: 720px;
    margin: 0 0 26px;
    color: var(--about-muted);
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.55;
}
.about-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    color: var(--about-ink);
    font-size: 14px;
    font-weight: 500;
}
.about-hero-facts span { display: inline-flex; align-items: center; gap: 8px; }
.about-hero-facts .ti { color: var(--about-accent); font-size: 17px; }

/* -- Section head -- */
.about-section-head { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.about-section-head p,
.about-section-head p:not(.section-label) {
    margin: 0;
}
.about-section-head h2 {
    margin: 8px 0 12px;
    color: var(--about-ink);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.15;
}
.about-section-head > p:last-child { color: var(--about-muted); }

/* -- Story -- */
.about-story { padding: 70px 0 60px; }
.about-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(240px, 1fr);
    gap: 48px;
    align-items: start;
}
.about-story-copy .section-label { margin: 0 0 10px; }
.about-story-copy h2 {
    margin: 0 0 18px;
    color: var(--about-ink);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.15;
}
.about-story-copy p { margin: 0 0 16px; color: var(--about-muted); }
.about-story-copy a { color: var(--about-accent); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.about-story-copy a:hover { color: #db6333; }
.about-story-stats {
    display: grid;
    gap: 1px;
    background: var(--about-line);
    border: 1px solid var(--about-line);
    border-radius: 14px;
    overflow: hidden;
}
.about-stat {
    padding: 22px;
    background: #fff;
}
.about-stat-num {
    display: block;
    margin-bottom: 8px;
    color: var(--about-ink);
    font-size: 19px;
    font-weight: 700;
}
.about-stat span {
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.45;
}

/* -- Collage gallery (all tiles same square ratio) -- */
.about-gallery { padding: 70px 0; background: var(--about-soft); }
.about-collage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    gap: 12px;
    max-width: 1000px;
    margin: 0 auto;
}
.about-collage-item {
    position: relative;
    margin: 0;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
}
.about-collage-item.tall {
    grid-column: span 2;
    grid-row: span 2;
}
.about-collage-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -- Offer cards -- */
.about-offer { padding: 70px 0 60px; }
.about-offer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.about-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 26px 22px;
    background: #fff;
    border: 1px solid var(--about-line);
    border-radius: 14px;
    color: inherit;
    text-decoration: none;
    transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}
.about-card:hover {
    transform: translateY(-3px);
    border-color: var(--about-accent);
    box-shadow: 0 12px 30px rgba(17, 26, 50, .08);
}
.about-card .ti { color: var(--about-accent); font-size: 26px; }
.about-card h3 { margin: 0; color: var(--about-ink); font-size: 17px; font-weight: 650; }
.about-card p { margin: 0; color: var(--about-muted); font-size: 14px; line-height: 1.5; }
.about-card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--about-accent); font-size: 13px; font-weight: 600; }
.about-card-link .ti { font-size: 15px; }

/* -- Steps -- */
.about-how { padding: 60px 0 70px; background: var(--about-soft); }
.about-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    counter-reset: aboutstep;
}
.about-steps li {
    padding: 24px 20px;
    background: #fff;
    border: 1px solid var(--about-line);
    border-radius: 14px;
}
.about-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--about-ink);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.about-steps h3 { margin: 0 0 6px; color: var(--about-ink); font-size: 16px; font-weight: 650; }
.about-steps p { margin: 0; color: var(--about-muted); font-size: 14px; line-height: 1.5; }
.about-how-cta {
    margin: 30px auto 0;
    text-align: center;
    color: var(--about-muted);
    font-size: 15px;
}
.about-how-cta a { color: var(--about-accent); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* -- Quote -- */
.about-quote { padding: 80px 0; background: var(--about-ink); color: #fff; text-align: center; }
.about-quote-text {
    max-width: 780px;
    margin: 0 auto 18px;
    font-size: clamp(20px, 2.6vw, 30px);
    font-weight: 500;
    font-style: italic;
    letter-spacing: -.01em;
    line-height: 1.4;
}
.about-quote-author { margin: 0; color: rgba(255, 255, 255, .72); font-size: 14px; }

/* -- FAQ -- */
.about-faq { padding: 70px 0; }
.about-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    gap: 48px;
    align-items: start;
}
.about-faq-intro .section-label { margin: 0 0 10px; }
.about-faq-intro h2 {
    margin: 0 0 14px;
    color: var(--about-ink);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.15;
}
.about-faq-intro p { color: var(--about-muted); }
.about-faq-more a { color: var(--about-accent); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.about-faq-list { display: grid; gap: 10px; }
.about-faq-item {
    background: #fff;
    border: 1px solid var(--about-line);
    border-radius: 12px;
}
.about-faq-item summary {
    padding: 18px 20px;
    list-style: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: var(--about-ink);
}
.about-faq-item summary::-webkit-details-marker { display: none; }
.about-faq-item[open] summary {
    border-bottom: 1px solid var(--about-line);
    color: var(--about-accent);
}
.about-faq-item p {
    margin: 0;
    padding: 16px 20px 20px;
    color: var(--about-muted);
    font-size: 14px;
}
.about-faq-item p a { color: var(--about-accent); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* -- CTA -- */
.about-cta { padding: 0 0 10px; }
.about-cta-card {
    padding: 52px 40px;
    text-align: center;
    background: linear-gradient(120deg, #0aa5cf, #087f9d);
    color: #fff;
    border-radius: 18px;
}
.about-cta-card h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.15;
}
.about-cta-card p { margin: 0 auto 24px; max-width: 560px; color: rgba(255, 255, 255, .9); }
.about-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.about-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #fff;
    color: #087f9d;
    font-weight: 700;
    text-decoration: none;
}
.about-cta-primary:hover { background: #f0fbff; }
.about-cta-primary .ti { font-size: 18px; }
.about-cta-secondary {
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .6);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.about-cta-secondary:hover { background: rgba(255, 255, 255, .12); }

/* -- About responsive -- */
@media (max-width: 900px) {
    .about-offer-grid { grid-template-columns: repeat(2, 1fr); }
    .about-steps { grid-template-columns: repeat(2, 1fr); }
    .about-story-layout,
    .about-faq-layout { grid-template-columns: 1fr; gap: 30px; }
    .about-story-stats { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
    .about-offer-grid,
    .about-steps,
    .about-story-stats { grid-template-columns: 1fr; }
    .about-collage { grid-template-columns: repeat(2, 1fr); }
    .about-collage-item.tall { grid-column: span 2; grid-row: span 1; }
    .about-cta-card { padding: 40px 24px; }
}


/* ========================================
   LEGAL PAGES (.legal-*)
   ======================================== */
.legal-page {
    padding: 128px 0 90px;
    background: #fff;
    color: #30384b;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    min-height: 60vh;
}
.legal-page * { font-family: inherit; }

.legal-shell {
    width: min(100% - (var(--page-gutter) * 2), 840px);
    margin: 0 auto;
}

.legal-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 26px;
    color: var(--muted);
    font-size: 13px;
}
.legal-crumbs a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 500;
}
.legal-crumbs a:hover { text-decoration: underline; }
.legal-crumbs .ti { color: #b8a79b; font-size: 13px; }

.legal-shell h1 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-align: center;
}

.legal-updated {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.02em;
}

.legal-intro {
    margin: 0 0 38px;
    padding: 22px 26px;
    color: #3d3f48;
    background: var(--menu-bg);
    border-left: 0;
    border-radius: 10px;
    font-size: 15px;
}

.legal-sections {
    display: grid;
    gap: 14px;
}
.legal-sections section {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-light);
}
.legal-sections section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.legal-sections h2 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 19px;
    font-weight: 650;
    letter-spacing: -0.01em;
}
.legal-sections p {
    margin: 0;
    color: var(--text);
    font-size: 14.5px;
}

@media (max-width: 560px) {
    .legal-page { padding: 112px 0 70px; }
    .legal-intro { padding: 18px; }
}


/* ========================================
   FOOTER — legal nav, bottom extras
   ======================================== */
.footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 16px;
}
.footer-legal a {
    color: #b9c3d2;
    font-size: 0.78rem;
    text-decoration: none;
}
.footer-legal a:hover { color: #7eddf4; }


/* ========================================
   FLOATING GO-TO-TOP BUTTON
   ======================================== */
.site-go-top {
    position: fixed;
    z-index: 90;
    right: 24px;
    bottom: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #e3ddd8;
    border-radius: 50%;
    background: #ffffff;
    color: #111a32;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(17, 26, 50, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease, background-color 180ms ease;
}
.site-go-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.site-go-top:hover {
    background: #f47b45;
    color: #fff;
    border-color: #f47b45;
}


/* ========================================
   FLOATING WHATSAPP CHAT BUTTON (.site-whatsapp)
   ======================================== */
.site-whatsapp {
    position: fixed;
    z-index: 95;
    right: 18px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 20px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.42);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.site-whatsapp > .ti {
    font-size: 26px;
    line-height: 1;
}
.site-whatsapp-label {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    text-align: left;
}
.site-whatsapp-label strong {
    font-size: 14.5px;
    font-weight: 700;
}
.site-whatsapp-label small {
    margin-top: 2px;
    font-size: 11.5px;
    opacity: 0.94;
}
.site-whatsapp:hover {
    transform: translateY(-2px);
    background: #1fbe5d;
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.5);
}
.site-whatsapp-ping {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff4d4f;
    border: 2px solid #fff;
}
.site-whatsapp-ping::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(255, 77, 79, 0.5);
    animation: siteWhatsappPing 1.8s ease-out infinite;
}
@keyframes siteWhatsappPing {
    0%   { transform: scale(0.7); opacity: 1; }
    75%  { transform: scale(1.9); opacity: 0; }
    100% { transform: scale(1.9); opacity: 0; }
}

@media (max-width: 560px) {
    .site-go-top { right: 16px; bottom: 84px; width: 42px; height: 42px; font-size: 18px; }
    .site-whatsapp { right: 14px; bottom: 16px; padding: 13px; }
    .site-whatsapp-label { display: none; }
}

/* ========================================
   MANAGE BOOKING PAGE
   ======================================== */
.mb-page {
    background: var(--bg);
}

.mb-hero {
    padding: 7.5rem 0 3rem;
    border-bottom: 1px solid var(--border-light);
    background:
        linear-gradient(180deg, rgba(17, 26, 50, 0.06), rgba(17, 26, 50, 0.02)),
        var(--surface);
}

.mb-crumbs {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1.25rem;
    font-size: 0.84rem;
    color: var(--muted);
}
.mb-crumbs a {
    color: var(--accent);
    text-decoration: none;
}
.mb-crumbs a:hover {
    color: var(--accent-hover);
}
.mb-crumbs .ti {
    font-size: 0.9rem;
    color: var(--muted);
}

.mb-kicker {
    margin: 0 0 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
}
.mb-hero h1 {
    margin: 0 0 1rem;
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.mb-intro {
    max-width: 660px;
    margin: 0;
    color: var(--text);
    font-size: 1.05rem;
    line-height: 1.65;
}

.mb-body {
    padding: 3rem 0 5rem;
}
.mb-shell {
    max-width: 860px;
    margin: 0 auto;
}

.mb-search {
    padding: 1.75rem;
    border: 1px solid var(--border-light);
    border-radius: 18px;
    background: var(--card);
    box-shadow: 0 18px 45px rgba(17, 26, 50, 0.06);
}
.mb-search-fields {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 1rem;
    align-items: end;
}
.mb-field {
    display: block;
    text-align: left;
}
.mb-field-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ink);
}
.mb-field-label .ti {
    color: var(--accent);
}
.mb-field input {
    width: 100%;
    padding: 0.78rem 0.95rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    color: var(--ink);
    font-family: inherit;
    font-size: 0.98rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.mb-field input:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(244, 123, 69, 0.18);
}
.mb-field input::placeholder {
    color: var(--muted);
    opacity: 0.8;
}
.mb-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.82rem 1.35rem;
    border: none;
    border-radius: 10px;
    background: var(--accent);
    color: #fff;
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.1s ease;
}
.mb-submit:hover {
    background: var(--accent-hover);
}
.mb-submit:active {
    transform: translateY(1px);
}
.mb-hint {
    margin: 0.9rem 0 0;
    font-size: 0.86rem;
    color: var(--muted);
}
.mb-hint strong {
    color: var(--ink);
}

.mb-result {
    margin-top: 2rem;
    padding: 1.75rem;
    border: 1px solid var(--border-light);
    border-radius: 18px;
    background: var(--card);
    box-shadow: 0 18px 45px rgba(17, 26, 50, 0.06);
}
.mb-result-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
    border-bottom: 1px solid var(--border-light);
}
.mb-result-label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
}
.mb-reference {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 700;
    letter-spacing: 0.02em;
}
.mb-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}
.mb-badge-received,
.mb-badge-requestreceived { background: #fff3e0; color: #b26606; }
.mb-badge-confirmed { background: #e7f6ec; color: #167a3a; }
.mb-badge-completed { background: #e9eefb; color: #2b4bd6; }
.mb-badge-cancelled { background: #fdecec; color: #c22727; }

.mb-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
.mb-card {
    padding: 1.4rem 1.5rem;
    border: 1px solid var(--border-light);
    border-radius: 14px;
    background: #fffdfb;
}
.mb-card h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--ink);
}
.mb-card h3 .ti {
    color: var(--accent);
}
.mb-list {
    margin: 0;
    display: grid;
    gap: 0.7rem;
}
.mb-list > div {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 1rem;
}
.mb-list dt {
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--muted);
}
.mb-list dd {
    margin: 0;
    font-size: 0.95rem;
    color: var(--ink);
    text-align: right;
    overflow-wrap: anywhere;
}

.mb-notes {
    margin-top: 1.25rem;
    padding: 1.1rem 1.3rem;
    border: 1px solid var(--border-light);
    border-left: 3px solid var(--accent);
    border-radius: 10px;
    background: #fffaf6;
}
.mb-notes-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--ink);
}
.mb-notes-label .ti {
    color: var(--accent);
}
.mb-notes p {
    margin: 0;
    color: var(--text);
    line-height: 1.6;
}

.mb-actions {
    margin-top: 1.6rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--border-light);
}
.mb-actions p {
    margin: 0 0 1rem;
    color: var(--text);
    font-size: 0.98rem;
}
.mb-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.mb-center {
    justify-content: center;
}
.mb-action {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.72rem 1.15rem;
    border-radius: 10px;
    background: var(--accent);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}
.mb-action:hover {
    background: var(--accent-hover);
    color: #fff;
}
.mb-action-outline {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--ink);
}
.mb-action-outline:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: transparent;
}

.mb-notfound {
    margin-top: 2rem;
    padding: 3rem 1.75rem;
    border: 1px dashed var(--border);
    border-radius: 18px;
    background: var(--card);
    text-align: center;
}
.mb-notfound > .ti {
    font-size: 2.6rem;
    color: var(--accent);
}
.mb-notfound h2 {
    margin: 1rem 0 0.6rem;
    color: var(--ink);
    font-size: 1.5rem;
    font-weight: 600;
}
.mb-notfound p {
    max-width: 560px;
    margin: 0 auto 1.4rem;
    color: var(--text);
    line-height: 1.6;
}
.mb-notfound strong {
    color: var(--ink);
}

.mb-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2.25rem;
}
.mb-step {
    padding: 1.5rem;
    border: 1px solid var(--border-light);
    border-radius: 16px;
    background: var(--card);
}
.mb-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0.9rem;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
}
.mb-step h3 {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ink);
}
.mb-step p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text);
    line-height: 1.55;
}
.mb-step strong {
    color: var(--accent);
}

@media (max-width: 720px) {
    .mb-search-fields {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
    .mb-submit {
        justify-content: center;
        width: 100%;
    }
    .mb-card-grid {
        grid-template-columns: 1fr;
    }
    .mb-steps {
        grid-template-columns: 1fr;
    }
    .mb-list > div {
        grid-template-columns: 108px 1fr;
    }
    .mb-result-head {
        flex-direction: column;
    }
}




