:root {
    --forest-950: #08231b;
    --forest-900: #12372a;
    --forest-800: #1b4d3a;
    --forest-700: #28634d;
    --sun: #f4ca48;
    --sun-dark: #d9ad25;
    --sand: #f5f0e7;
    --paper: #fffdf9;
    --ink: #18221d;
    --muted: #647169;
    --line: #dfe5df;
    --white: #ffffff;
    --danger: #a52828;
    --success: #177245;
    --shadow: 0 18px 55px rgba(8, 35, 27, .12);
    --radius: 22px;
    --shell: min(1180px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body:has(.mobile-bottom-nav) { padding-bottom: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.08;
    letter-spacing: -.025em;
}
h1 { font-size: clamp(2.65rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.45rem; }
main { min-height: 60vh; }

.shell { width: var(--shell); margin-inline: auto; }
.shell-narrow { width: min(780px, calc(100% - 32px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-soft { background: var(--sand); }
.section-dark { background: var(--forest-950); color: var(--white); }
.eyebrow {
    margin: 0 0 10px;
    color: var(--forest-700);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.eyebrow-light { color: #d8e6de; }
.prose { white-space: pre-line; color: #3d4a43; font-size: 1.08rem; line-height: 1.85; }
.prose-large { font-size: clamp(1.15rem, 2vw, 1.45rem); }
.small-note { color: var(--muted); font-size: .82rem; line-height: 1.5; }
.text-link { color: var(--forest-800); font-weight: 800; text-decoration: underline; text-decoration-color: #93aa9e; text-underline-offset: 5px; }
.text-link:hover { color: var(--forest-700); }

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px max(20px, calc((100vw - 1180px) / 2));
    background: rgba(255, 253, 249, .95);
    border-bottom: 1px solid rgba(18, 55, 42, .1);
    backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.03rem; font-weight: 700; }
.brand strong { color: var(--forest-700); }
.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50% 50% 48% 52% / 57% 44% 56% 43%;
    color: var(--forest-950);
    background: var(--sun);
    font-family: Georgia, serif;
    font-weight: 900;
}
.main-nav { display: flex; align-items: center; gap: 24px; font-size: .9rem; font-weight: 700; }
.main-nav > a:not(.button):hover { color: var(--forest-700); }
.nav-form { margin: 0; }
.nav-link-button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font-weight: 700; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--ink); }

.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border: 2px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 850;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--forest-800); box-shadow: 0 8px 20px rgba(18, 55, 42, .18); }
.button-primary:hover { background: var(--forest-950); }
.button-sun { color: var(--forest-950); background: var(--sun); }
.button-sun:hover { background: #ffda61; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); backdrop-filter: blur(7px); }
.button-outline { border-color: var(--forest-800); color: var(--forest-800); background: transparent; }
.button-outline-light { border-color: rgba(255,255,255,.7); color: var(--white); }
.button-small { min-height: 40px; padding: 9px 16px; }
.button-large { min-height: 54px; padding: 15px 25px; }
.button-block { width: 100%; }

.hero {
    position: relative;
    min-height: calc(100vh - 76px);
    display: flex;
    align-items: flex-end;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    color: var(--white);
    overflow: hidden;
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 24, 18, .82) 0%, rgba(5,24,18,.38) 54%, rgba(5,24,18,.18) 100%),
        linear-gradient(0deg, rgba(5, 24, 18, .58), transparent 55%);
}
.hero-content { position: relative; z-index: 2; width: var(--shell); margin: 0 auto 150px; }
.hero-kicker { margin-bottom: 20px; font-size: .78rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.hero-content h1 { max-width: 780px; margin-bottom: 22px; }
.hero-content > p:not(.hero-kicker) { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-search {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 50%;
    width: var(--shell);
    display: grid;
    grid-template-columns: 1.5fr 1fr auto;
    gap: 12px;
    align-items: end;
    padding: 18px;
    color: var(--ink);
    background: rgba(255,255,255,.96);
    border-radius: 18px;
    box-shadow: var(--shadow);
    transform: translateX(-50%);
}
.hero-search label, .filter-panel label { display: grid; gap: 6px; }
.hero-search label span, .filter-panel label span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-search input, .hero-search select {
    width: 100%;
    min-height: 48px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--white);
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 max(20px, calc((100vw - 1180px) / 2));
    background: var(--forest-950);
    color: var(--white);
}
.trust-strip div { padding: 27px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: Georgia, serif; font-size: 1.15rem; }
.trust-strip span { margin-top: 5px; color: #b8cabf; font-size: .8rem; }

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}
.section-heading h1, .section-heading h2 { margin-bottom: 0; }
.horizontal-cards {
    display: grid;
    grid-auto-columns: minmax(290px, 360px);
    grid-auto-flow: column;
    gap: 20px;
    padding-bottom: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.horizontal-cards .trip-card { scroll-snap-align: start; }
.trip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.trip-card {
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 9px 30px rgba(8,35,27,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}
.trip-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.trip-card-image { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.trip-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.trip-card:hover .trip-card-image img { transform: scale(1.04); }
.card-badges { display: flex; gap: 7px; }
.trip-card-image .card-badges { position: absolute; top: 14px; left: 14px; }
.badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: .68rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.badge-new { background: var(--sun); color: var(--forest-950); }
.badge-sale { background: var(--forest-950); color: var(--white); }
.trip-card-body { padding: 20px; }
.trip-card-body h3 { margin-bottom: 9px; }
.trip-card-body h3 a:hover { color: var(--forest-700); }
.trip-card-body > p { min-height: 69px; color: var(--muted); font-size: .91rem; }
.trip-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #4f5d55; font-size: .76rem; font-weight: 700; }
.trip-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding-top: 16px; }
.trip-card-footer > div { display: grid; }
.price-label { color: var(--muted); font-size: .72rem; }
.old-price { color: #8b938e; font-size: .75rem; text-decoration: line-through; }
.trip-card-footer strong { font-size: 1.08rem; }
.round-link { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest-800); font-size: 1.35rem; }

.editorial-band { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--forest-900); color: var(--white); }
.editorial-image { min-height: 610px; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-copy { align-self: center; max-width: 650px; padding: 70px clamp(32px, 6vw, 90px); }
.editorial-copy h2 { margin-bottom: 24px; }
.editorial-copy > p:not(.eyebrow) { color: #cfddd5; font-size: 1.08rem; }
.editorial-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 34px 0; }
.editorial-stats div { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.22); }
.editorial-stats strong, .editorial-stats span { display: block; }
.editorial-stats strong { font-family: Georgia, serif; font-size: 2.2rem; color: var(--sun); }
.editorial-stats span { color: #bed0c5; font-size: .8rem; }

.destination-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 310px; gap: 18px; }
.destination-tile { position: relative; grid-column: span 4; overflow: hidden; border-radius: var(--radius); color: var(--white); }
.destination-tile:first-child, .destination-tile:nth-child(5) { grid-column: span 8; }
.destination-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.destination-tile:hover img { transform: scale(1.04); }
.destination-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,25,18,.85), rgba(5,25,18,.05) 65%); }
.destination-copy { position: absolute; inset: auto 24px 24px; display: grid; }
.destination-copy small { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.destination-copy strong { font-family: Georgia, serif; font-size: 2rem; }
.destination-copy span { max-width: 520px; margin-top: 5px; color: #e2e8e4; font-size: .85rem; }
.destination-grid-large .destination-tile { grid-column: span 6; min-height: 410px; }

.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.story-card { display: grid; grid-template-columns: 45% 1fr; gap: 20px; align-items: center; }
.story-card > a { aspect-ratio: 4/3; overflow: hidden; border-radius: 18px; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.story-card:hover img { transform: scale(1.04); }
.story-card h3 { margin-bottom: 8px; }
.story-card p { color: var(--muted); font-size: .9rem; }
.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 48px;
    border-radius: 30px;
    background: var(--forest-800);
    color: var(--white);
}
.cta-band h2 { margin-bottom: 0; }

.page-hero {
    padding: 105px 0;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(6,30,22,.88), rgba(6,30,22,.4)),
        url("https://images.unsplash.com/photo-1544735716-392fe2489ffa?auto=format&fit=crop&w=2200&q=85") center/cover;
}
.page-hero-compact { padding: 72px 0; }
.page-hero h1 { max-width: 900px; margin-bottom: 18px; }
.page-hero p:not(.eyebrow) { max-width: 680px; color: #e1e9e4; font-size: 1.08rem; }
.stories-hero { background-image: linear-gradient(90deg, rgba(6,30,22,.88), rgba(6,30,22,.35)), url("https://images.unsplash.com/photo-1486911278844-a81c5267e227?auto=format&fit=crop&w=2200&q=85"); }

.filter-panel {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr) auto;
    gap: 12px;
    align-items: end;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 9px 30px rgba(8,35,27,.06);
}
.filter-panel input, .filter-panel select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: var(--white);
}
.results-heading { display: flex; align-items: center; justify-content: space-between; margin: 48px 0 24px; }
.results-heading h2 { margin: 0; font-size: 1.8rem; }
.results-heading a { color: var(--forest-700); text-decoration: underline; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed #aab8b0; border-radius: var(--radius); background: #faf8f3; }
.empty-state p { color: var(--muted); }

.paragliding-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--white);
}
.paragliding-hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,25,18,.88), rgba(5,25,18,.15)), url("https://images.unsplash.com/photo-1521673252667-e05da380b252?auto=format&fit=crop&w=2200&q=85") center/cover; }
.paragliding-hero-content { position: relative; z-index: 1; }
.paragliding-hero-content h1 { max-width: 800px; }
.paragliding-hero-content > p:not(.eyebrow) { max-width: 680px; font-size: 1.2rem; color: #d8e5de; }
.safety-ribbon { display: grid; grid-template-columns: repeat(3,1fr); background: var(--sun); color: var(--forest-950); }
.safety-ribbon div { padding: 25px 8vw; border-right: 1px solid rgba(8,35,27,.17); }
.safety-ribbon strong, .safety-ribbon span { display: block; }
.safety-ribbon strong { font-family: Georgia, serif; font-size: 1.2rem; }
.safety-ribbon span { font-size: .78rem; }
.safety-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.safety-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.safety-cards article { padding: 24px; border-radius: 18px; background: var(--sand); }
.safety-cards article > span { color: var(--forest-700); font-weight: 900; }
.safety-cards h3 { margin: 25px 0 10px; }
.safety-cards p { color: var(--muted); font-size: .85rem; }

.detail-hero, .destination-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    color: var(--white);
    background-image: var(--detail-image);
    background-size: cover;
    background-position: center;
}
.destination-hero { min-height: 700px; background-image: var(--destination-image); }
.detail-hero-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,24,18,.9), rgba(5,24,18,.1) 70%); }
.detail-hero-content { position: relative; z-index: 1; padding-bottom: 62px; }
.detail-hero-content h1 { max-width: 900px; margin: 15px 0; }
.detail-hero-content > p:not(.eyebrow) { max-width: 710px; font-size: 1.18rem; color: #e4ebe7; }
.detail-quick-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 25px; font-weight: 750; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 62px; padding-top: 62px; padding-bottom: 90px; }
.detail-anchor-nav { position: sticky; z-index: 8; top: 76px; display: flex; gap: 22px; padding: 16px 0; border-bottom: 1px solid var(--line); background: var(--paper); font-size: .85rem; font-weight: 800; }
.detail-section { padding: 58px 0; border-bottom: 1px solid var(--line); }
.detail-section:last-child { border-bottom: 0; }
.check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.check-grid div { display: flex; gap: 10px; padding: 17px; border-radius: 13px; background: var(--sand); }
.check-grid span { color: var(--success); font-weight: 900; }
.inclusions-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 45px; }
.clean-list { list-style: none; margin: 0; padding: 0; }
.clean-list li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.included-list li { color: #1e6042; }
.excluded-list li { color: #686f6b; }
.location-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: center; }
.location-panel img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px; }
.booking-card {
    position: sticky;
    top: 105px;
    align-self: start;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}
.booking-price { margin: 6px 0 22px; font-family: Georgia, serif; font-size: 2.25rem; font-weight: 900; }
.booking-card-meta { display: grid; margin-bottom: 22px; }
.booking-card-meta span { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); font-size: .84rem; }
.booking-card-meta strong { color: var(--muted); }
.sticky-book-mobile { display: none; }

.destination-story-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.gallery-strip { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.gallery-strip img { width: 100%; height: 430px; object-fit: cover; border-radius: var(--radius); }

.story-feed { display: grid; gap: 65px; }
.story-feed-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.story-feed-card:nth-child(even) .story-feed-image { order: 2; }
.story-feed-image { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--radius); }
.story-feed-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story-feed-card:hover img { transform: scale(1.04); }
.story-feed-copy h2 { margin-bottom: 18px; }
.story-feed-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.story-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0; color: var(--muted); font-size: .82rem; font-weight: 700; }
.play-mark { position: absolute; inset: 50% auto auto 50%; display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest-950); transform: translate(-50%,-50%); }
.article-page { padding: 80px 0 110px; }
.article-header { text-align: center; }
.article-header h1 { margin-bottom: 23px; }
.article-lead { color: var(--muted); font-size: 1.25rem; }
.article-header .story-meta { justify-content: center; }
.article-hero-image { width: min(1180px, calc(100% - 32px)); max-height: 680px; margin: 55px auto; object-fit: cover; border-radius: 28px; }
.article-body { color: #334039; font-family: Georgia, serif; font-size: 1.2rem; line-height: 1.9; }
.article-body h2 { margin-top: 50px; }
.article-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 60px; padding: 35px; border-radius: 22px; background: var(--sand); }

.booking-layout { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 55px; padding-top: 65px; padding-bottom: 90px; }
.booking-form { display: grid; gap: 0; }
.booking-step { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.step-number { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest-800); font-weight: 900; }
.form-section h2 { font-size: 1.8rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field-full { grid-column: 1 / -1; }
.field > span:first-child { font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea {
    width: 100%;
    min-height: 49px;
    padding: 12px 14px;
    border: 1px solid #b9c4bd;
    border-radius: 10px;
    background: var(--white);
    outline: none;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest-700); box-shadow: 0 0 0 3px rgba(40,99,77,.12); }
.field > span:last-child:not(:first-child), .field-validation-error { color: var(--danger); font-size: .75rem; }
.input-validation-error { border-color: var(--danger) !important; }
.validation-summary { color: var(--danger); }
.addon-option, .payment-option {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 13px;
    align-items: center;
    margin: 10px 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 13px;
    cursor: pointer;
}
.addon-option input, .payment-option input { width: 20px; height: 20px; accent-color: var(--forest-700); }
.addon-option span, .payment-option span { display: grid; }
.addon-option small, .payment-option small { color: var(--muted); }
.payment-option { grid-template-columns: auto 1fr; }
.booking-summary {
    position: sticky;
    top: 105px;
    align-self: start;
    padding: 28px;
    border-radius: var(--radius);
    background: var(--forest-950);
    color: var(--white);
}
.booking-summary > p { color: #b9c9c0; }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.13); font-size: .86rem; }
.summary-total { margin-top: 8px; padding-top: 20px; font-size: 1.15rem; }
.summary-total strong { color: var(--sun); }
.booking-summary .small-note { color: #9fb5a8; }

.confirmation-page { padding: 90px 0 120px; text-align: center; }
.confirmation-icon { display: grid; width: 78px; height: 78px; margin: 0 auto 22px; place-items: center; border-radius: 50%; background: #dff2e6; color: var(--success); font-size: 2rem; font-weight: 900; }
.confirmation-icon-error { background: #f5dddd; color: var(--danger); }
.confirmation-card { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; margin: 40px 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); text-align: left; }
.confirmation-card > div { display: grid; padding: 20px; border-bottom: 1px solid var(--line); }
.confirmation-card > div:nth-child(odd) { border-right: 1px solid var(--line); }
.confirmation-card span, .confirmation-card small { color: var(--muted); font-size: .8rem; }
.instruction-box { margin: 28px 0; padding: 28px; border-radius: var(--radius); background: var(--sand); text-align: left; }
.confirmation-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.status { display: inline-flex; width: max-content; padding: 5px 9px; border-radius: 999px; font-size: .76rem; }
.status-pending { background: #fff0c7; color: #72550a; }
.status-confirmed, .status-completed { background: #dcf1e3; color: #17603b; }
.status-cancelled { background: #f4dddd; color: #8b2222; }

.auth-page { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1fr 1fr; }
.auth-visual { display: flex; align-items: flex-end; padding: 70px; color: var(--white); background: linear-gradient(0deg, rgba(5,25,18,.8), rgba(5,25,18,.1)), url("https://images.unsplash.com/photo-1623492701902-47dc207df5b4?auto=format&fit=crop&w=1400&q=85") center/cover; }
.auth-visual-register { background-image: linear-gradient(0deg, rgba(5,25,18,.8), rgba(5,25,18,.1)), url("https://images.unsplash.com/photo-1624890240392-95d20e2f820a?auto=format&fit=crop&w=1400&q=85"); }
.auth-visual h1 { font-size: clamp(2.5rem,5vw,4.8rem); }
.auth-visual p:not(.eyebrow) { max-width: 540px; font-size: 1.12rem; }
.auth-panel { display: grid; place-items: center; padding: 55px 25px; }
.auth-card { width: min(460px,100%); }
.auth-card h2 { margin-bottom: 8px; }
.auth-card > p { color: var(--muted); }
.checkbox-line { display: flex; gap: 8px; margin: 5px 0 20px; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: var(--muted); }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.button-google { border-color: var(--line); background: var(--white); }
.google-mark { color: #4285f4; font-weight: 900; }
.auth-switch { margin-top: 25px; text-align: center; }
.auth-switch a { color: var(--forest-700); font-weight: 800; }
.config-note { padding: 12px; border-radius: 9px; background: var(--sand); font-size: .8rem; }

.account-hero { padding: 70px 0; color: var(--white); background: var(--forest-900); }
.account-hero h1 { margin-bottom: 15px; }
.account-layout { display: grid; grid-template-columns: 270px 1fr; gap: 55px; padding-top: 60px; padding-bottom: 90px; }
.account-sidebar { align-self: start; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); }
.avatar { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--sun); color: var(--forest-950); font-family: Georgia, serif; font-size: 1.6rem; font-weight: 900; }
.account-sidebar h2 { margin-bottom: 5px; font-size: 1.45rem; }
.account-sidebar p { color: var(--muted); overflow-wrap: anywhere; }
.account-sidebar a { display: block; padding: 10px 0; border-top: 1px solid var(--line); color: var(--forest-700); font-weight: 750; }
.booking-list { display: grid; gap: 15px; }
.booking-list-card { display: grid; grid-template-columns: 120px 1fr auto; gap: 18px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.booking-list-card img { width: 120px; height: 90px; object-fit: cover; border-radius: 11px; }
.booking-list-card h2, .booking-list-card h3 { margin: 0 0 5px; font-size: 1.25rem; }
.booking-list-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.booking-list-card > div:last-child { display: grid; justify-items: end; gap: 6px; }
.form-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.contact-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-grid article > span { font-size: 2rem; }
.contact-actions { margin-top: 28px; }

.flash { position: fixed; z-index: 100; top: 92px; right: 18px; width: min(430px,calc(100% - 36px)); display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 15px 17px; border-radius: 13px; box-shadow: var(--shadow); }
.flash-success { background: #e0f4e8; color: #175c39; }
.flash-error { background: #f8e1e1; color: #842525; }
.flash-close { border: 0; background: none; cursor: pointer; font-size: 1.2rem; }

.site-footer { padding: 70px max(20px, calc((100vw - 1180px) / 2)) 95px; background: var(--forest-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid h3 { font-family: inherit; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p { color: #a9bdb1; font-size: .88rem; }
.footer-grid > div > a:not(.brand):not(.button) { display: block; padding: 6px 0; color: #c7d5cd; font-size: .87rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #8fa79a; font-size: .76rem; }
.mobile-bottom-nav { display: none; }

@media (max-width: 1050px) {
    .main-nav { gap: 14px; }
    .filter-panel { grid-template-columns: repeat(3,1fr); }
    .filter-wide { grid-column: span 2; }
    .filter-panel .button { width: 100%; }
    .trip-grid { grid-template-columns: repeat(2,1fr); }
    .detail-layout, .booking-layout { grid-template-columns: minmax(0,1fr) 320px; gap: 35px; }
    .story-card { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 820px) {
    body { padding-bottom: 70px; }
    .site-header { min-height: 68px; }
    .nav-toggle { display: block; }
    .main-nav {
        position: fixed;
        inset: 68px 0 auto;
        display: none;
        max-height: calc(100vh - 68px);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 18px;
        overflow-y: auto;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow);
    }
    .main-nav.open { display: flex; }
    .main-nav > a, .nav-link-button { width: 100%; padding: 13px 6px; text-align: left; border-bottom: 1px solid var(--line); }
    .main-nav .button { margin-top: 12px; text-align: center; }
    .hero { min-height: 740px; }
    .hero-content { margin-bottom: 250px; }
    .hero-search { grid-template-columns: 1fr; bottom: 20px; }
    .trust-strip { grid-template-columns: repeat(2,1fr); }
    .trust-strip div { border-bottom: 1px solid rgba(255,255,255,.12); }
    .section { padding: 70px 0; }
    .editorial-band { grid-template-columns: 1fr; }
    .editorial-image { min-height: 440px; }
    .destination-tile, .destination-tile:first-child, .destination-tile:nth-child(5), .destination-grid-large .destination-tile { grid-column: span 6; }
    .story-grid { grid-template-columns: 1fr; }
    .safety-section { grid-template-columns: 1fr; }
    .safety-ribbon { grid-template-columns: 1fr; }
    .safety-ribbon div { padding: 20px 30px; }
    .detail-layout, .booking-layout { grid-template-columns: 1fr; }
    .booking-card { position: static; }
    .sticky-book-mobile {
        position: fixed;
        z-index: 40;
        right: 0;
        bottom: 69px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        padding: 10px 16px;
        border-top: 1px solid var(--line);
        background: var(--white);
        box-shadow: 0 -8px 25px rgba(8,35,27,.12);
    }
    .sticky-book-mobile div { display: grid; }
    .sticky-book-mobile span { color: var(--muted); font-size: .7rem; }
    .destination-story-layout { grid-template-columns: 1fr; gap: 20px; }
    .story-feed-card { grid-template-columns: 1fr; gap: 22px; }
    .story-feed-card:nth-child(even) .story-feed-image { order: initial; }
    .auth-page { grid-template-columns: 1fr; }
    .auth-visual { min-height: 390px; padding: 35px 24px; }
    .account-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
    .mobile-bottom-nav {
        position: fixed;
        z-index: 45;
        inset: auto 0 0;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        padding-bottom: env(safe-area-inset-bottom);
        border-top: 1px solid var(--line);
        background: rgba(255,255,255,.97);
        backdrop-filter: blur(12px);
    }
    .mobile-bottom-nav a { display: grid; place-items: center; gap: 2px; min-height: 69px; color: #425048; font-size: .68rem; font-weight: 800; }
    .mobile-bottom-nav span { font-size: 1.25rem; }
    .site-footer { padding-bottom: 35px; }
}
@media (max-width: 600px) {
    :root { --shell: calc(100% - 24px); --radius: 17px; }
    h1 { font-size: clamp(2.45rem,14vw,4rem); }
    h2 { font-size: 2.15rem; }
    .hero { min-height: 780px; }
    .hero-content { margin-bottom: 282px; }
    .hero-actions { display: grid; }
    .trust-strip { grid-template-columns: 1fr 1fr; }
    .trust-strip div { padding: 20px 15px; }
    .section-heading { align-items: start; flex-direction: column; gap: 12px; }
    .trip-grid { grid-template-columns: 1fr; }
    .trip-card-body > p { min-height: 0; }
    .editorial-image { min-height: 330px; }
    .editorial-copy { padding: 55px 22px; }
    .destination-grid { grid-template-columns: 1fr; grid-auto-rows: 360px; }
    .destination-tile, .destination-tile:first-child, .destination-tile:nth-child(5), .destination-grid-large .destination-tile { grid-column: 1; }
    .destination-tile { min-height: 360px; }
    .cta-band { align-items: start; flex-direction: column; margin-block: 55px; padding: 30px 24px; }
    .filter-panel { grid-template-columns: 1fr; }
    .filter-wide { grid-column: auto; }
    .safety-cards { grid-template-columns: 1fr; }
    .paragliding-hero { min-height: 620px; }
    .detail-hero, .destination-hero { min-height: 600px; }
    .detail-anchor-nav { gap: 15px; overflow-x: auto; white-space: nowrap; }
    .check-grid, .inclusions-grid, .location-panel, .form-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .gallery-strip { grid-template-columns: 1fr; }
    .gallery-strip img { height: 320px; }
    .article-hero-image { border-radius: 16px; }
    .article-cta { align-items: start; flex-direction: column; }
    .booking-step { grid-template-columns: 42px 1fr; gap: 12px; }
    .addon-option { grid-template-columns: auto 1fr; }
    .addon-option b { grid-column: 2; }
    .confirmation-card { grid-template-columns: 1fr; }
    .confirmation-card > div:nth-child(odd) { border-right: 0; }
    .booking-list-card { grid-template-columns: 85px 1fr; }
    .booking-list-card img { width: 85px; height: 78px; }
    .booking-list-card > div:last-child { grid-column: 1 / -1; justify-items: start; padding-top: 10px; border-top: 1px solid var(--line); }
    .contact-grid, .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
}


/* TheinterpidTravels brand, navigation and Interpid Treasures */
.skip-link {
    position: fixed;
    z-index: 200;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    color: var(--white);
    background: var(--forest-950);
    border-radius: 8px;
    transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
body.nav-open { overflow: hidden; }
.brand { min-width: 0; }
.brand-logo {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 5px 12px rgba(8, 35, 27, .12));
}
.brand-name {
    max-width: 210px;
    overflow: hidden;
    color: var(--forest-900);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.06rem;
    font-weight: 800;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-nav { gap: 16px; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
}
.nav-dropdown-toggle > span {
    font-size: 1rem;
    transition: transform .2s ease;
}
.nav-dropdown.open .nav-dropdown-toggle > span,
.nav-dropdown:focus-within .nav-dropdown-toggle > span { transform: rotate(180deg); }
.nav-dropdown-menu {
    position: absolute;
    z-index: 70;
    top: calc(100% + 10px);
    left: 50%;
    width: min(330px, calc(100vw - 32px));
    max-height: min(70vh, 560px);
    display: none;
    padding: 10px;
    overflow-y: auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 15px;
    box-shadow: var(--shadow);
    transform: translateX(-50%);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu { display: grid; }
.nav-dropdown-menu a {
    min-height: 43px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 9px;
    color: var(--ink);
    font-size: .86rem;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus { background: var(--sand); color: var(--forest-800); }
.nav-dropdown-menu .nav-dropdown-all {
    display: grid;
    gap: 2px;
    margin-bottom: 6px;
    color: var(--white);
    background: var(--forest-900);
}
.nav-dropdown-menu .nav-dropdown-all:hover,
.nav-dropdown-menu .nav-dropdown-all:focus { color: var(--white); background: var(--forest-800); }
.nav-dropdown-all small { color: #c6d8ce; font-size: .72rem; font-weight: 500; }

.treasure-home-section { background: linear-gradient(180deg, #fffdf9, #f7f0df); }
.treasure-hero {
    min-height: 470px;
    display: flex;
    align-items: end;
    padding: 90px 0 75px;
    color: var(--white);
    background:
        radial-gradient(circle at 78% 18%, rgba(244, 202, 72, .28), transparent 24%),
        radial-gradient(circle at 18% 80%, rgba(95, 176, 140, .2), transparent 28%),
        linear-gradient(135deg, #08231b, #1b4d3a 58%, #0d2f24);
    overflow: hidden;
}
.treasure-hero .shell { position: relative; }
.treasure-hero .shell::after {
    content: "◆";
    position: absolute;
    right: 4%;
    bottom: -30px;
    color: rgba(255, 255, 255, .08);
    font-size: clamp(10rem, 24vw, 22rem);
    line-height: .7;
}
.treasure-hero h1 { max-width: 780px; margin-bottom: 20px; }
.treasure-hero p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: #d8e6de; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.treasure-catalog-section { padding-top: 48px; }
.treasure-category-scroll {
    display: flex;
    gap: 10px;
    margin-bottom: 55px;
    padding: 4px 0 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}
.treasure-category-pill {
    min-height: 44px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    font-size: .84rem;
    font-weight: 800;
    scroll-snap-align: start;
}
.treasure-category-pill:hover,
.treasure-category-pill.active {
    color: var(--white);
    background: var(--forest-800);
    border-color: var(--forest-800);
}
.treasure-heading { align-items: center; }
.section-intro { max-width: 680px; margin: 12px 0 0; color: var(--muted); }
.treasure-search {
    display: flex;
    gap: 8px;
    width: min(430px, 100%);
}
.treasure-search label { flex: 1; }
.treasure-search input {
    width: 100%;
    min-height: 44px;
    padding: 9px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    outline: none;
}
.treasure-search input:focus { border-color: var(--forest-700); box-shadow: 0 0 0 3px rgba(40, 99, 77, .12); }
.treasure-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.treasure-card {
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 10px 34px rgba(8, 35, 27, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}
.treasure-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.treasure-card-image {
    position: relative;
    display: block;
    aspect-ratio: 1 / .84;
    overflow: hidden;
    background: var(--sand);
}
.treasure-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.treasure-card:hover .treasure-card-image img { transform: scale(1.035); }
.treasure-card-image .card-badges { position: absolute; top: 14px; left: 14px; }
.treasure-card-body { padding: 19px; }
.treasure-card-body h3 { margin-bottom: 9px; font-size: 1.3rem; }
.treasure-card-body > p {
    display: -webkit-box;
    min-height: 66px;
    overflow: hidden;
    color: var(--muted);
    font-size: .88rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.treasure-meta {
    min-height: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px 12px;
    padding: 13px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: .72rem;
    font-weight: 700;
}
.in-stock { color: var(--success); }
.out-of-stock { color: var(--danger); }
.treasure-card-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
}
.treasure-card-footer > div { display: grid; }
.empty-state {
    padding: 65px 25px;
    border: 1px dashed #b9c8bf;
    border-radius: var(--radius);
    background: var(--sand);
    text-align: center;
}
.empty-state strong { display: block; margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.7rem; }
.empty-state p { color: var(--muted); }
.treasure-confidence { padding: 38px 0; color: var(--white); background: var(--forest-950); }
.treasure-confidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.treasure-confidence-grid div { padding: 12px 30px; border-right: 1px solid rgba(255,255,255,.14); }
.treasure-confidence-grid div:last-child { border-right: 0; }
.treasure-confidence-grid strong,
.treasure-confidence-grid span { display: block; }
.treasure-confidence-grid strong { font-family: Georgia, serif; font-size: 1.15rem; }
.treasure-confidence-grid span { margin-top: 5px; color: #b5c9be; font-size: .8rem; }

.treasure-detail-hero { padding: 70px 0 85px; background: linear-gradient(180deg, var(--sand), var(--paper)); }
.treasure-detail-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(38px, 7vw, 90px); align-items: center; }
.treasure-detail-media {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: clamp(20px, 4vw, 36px);
    background: var(--white);
    box-shadow: var(--shadow);
}
.treasure-detail-media img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.treasure-detail-media .card-badges { position: absolute; top: 20px; left: 20px; }
.treasure-back-link { display: inline-flex; margin-bottom: 22px; }
.treasure-detail-copy h1 { margin-bottom: 21px; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.treasure-lead { color: #46554d; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.treasure-price-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0;
    padding: 22px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.treasure-price-panel > div { display: grid; }
.treasure-price-panel span,
.treasure-price-panel del { color: var(--muted); font-size: .78rem; }
.treasure-price-panel strong { font-size: 1.65rem; }
.stock-indicator {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: .76rem !important;
    font-weight: 850;
}
.stock-indicator.available { color: #17603b; background: #dcf1e3; }
.stock-indicator.unavailable { color: #8b2222; background: #f4dddd; }
.treasure-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0 0 28px; }
.treasure-facts div { padding: 14px 0; }
.treasure-facts dt { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.treasure-facts dd { margin: 5px 0 0; font-weight: 750; }
.button-disabled { pointer-events: none; opacity: .55; }
.treasure-description-layout { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: clamp(35px, 8vw, 100px); }
.treasure-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 55px; }
.treasure-gallery img { width: 100%; height: 360px; object-fit: cover; border-radius: var(--radius); }

@media (max-width: 820px) {
    .site-header { min-height: 68px; }
    .nav-toggle { display: block; margin-left: auto; }
    .main-nav {
        position: fixed;
        inset: 68px 0 auto;
        display: none;
        max-height: calc(100dvh - 68px);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px 18px 24px;
        overflow-y: auto;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow);
    }
    .main-nav.open { display: flex; }
    .main-nav > a,
    .nav-link-button,
    .nav-dropdown-toggle {
        width: 100%;
        min-height: 48px;
        padding: 13px 6px;
        text-align: left;
        border-bottom: 1px solid var(--line);
    }
    .main-nav .button { margin-top: 12px; text-align: center; }
    .nav-dropdown-menu {
        position: static;
        width: 100%;
        padding: 7px 0 10px 14px;
        border: 0;
        border-bottom: 1px solid var(--line);
        border-radius: 0;
        box-shadow: none;
        transform: none;
    }
    .nav-dropdown:hover .nav-dropdown-menu,
    .nav-dropdown:focus-within .nav-dropdown-menu { display: none; }
    .nav-dropdown.open .nav-dropdown-menu { display: grid; }
    .nav-dropdown-menu a { border-left: 2px solid var(--line); border-radius: 0; }
    .nav-dropdown-menu .nav-dropdown-all { border-left: 0; border-radius: 10px; }
    .treasure-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .brand-logo { width: 43px; height: 43px; }
    .brand-name { max-width: 180px; }
    .treasure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .treasure-detail-layout { grid-template-columns: 1fr; }
    .treasure-detail-media,
    .treasure-detail-media img { min-height: 480px; }
    .treasure-description-layout { grid-template-columns: 1fr; gap: 20px; }
    .treasure-confidence-grid { grid-template-columns: 1fr; }
    .treasure-confidence-grid div { padding: 18px 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
    .treasure-confidence-grid div:last-child { border-bottom: 0; }
    .treasure-gallery { grid-template-columns: repeat(2, 1fr); }
    .mobile-bottom-nav { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 600px) {
    .site-header { padding-inline: 12px; }
    .brand { gap: 7px; }
    .brand-logo { width: 40px; height: 40px; }
    .brand-name { max-width: 160px; font-size: .9rem; }
    .treasure-hero { min-height: 410px; padding: 75px 0 55px; }
    .treasure-category-scroll { margin-bottom: 38px; }
    .treasure-heading { align-items: stretch; }
    .treasure-search { display: grid; grid-template-columns: 1fr auto; }
    .treasure-grid { grid-template-columns: 1fr; }
    .treasure-card-body > p { min-height: 0; }
    .treasure-detail-hero { padding: 30px 0 65px; }
    .treasure-detail-media,
    .treasure-detail-media img { min-height: 360px; }
    .treasure-detail-copy h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
    .treasure-price-panel { align-items: flex-start; flex-direction: column; }
    .treasure-facts { grid-template-columns: 1fr; }
    .treasure-gallery { grid-template-columns: 1fr; }
    .treasure-gallery img { height: 330px; }
    .mobile-bottom-nav a { min-width: 0; font-size: .61rem; }
}
@media (max-width: 390px) {
    .brand-name { max-width: 128px; font-size: .82rem; }
    .treasure-search { grid-template-columns: 1fr; }
    .treasure-search .button { width: 100%; }
}

.brand-footer .brand-name { color: var(--white); }
