:root {
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Manrope', 'Segoe UI', sans-serif;
    --bg: #f7f0e8;
    --bg-soft: #fbf6f1;
    --surface: rgba(255, 251, 247, 0.9);
    --surface-strong: #fffaf5;
    --surface-dark: #19384b;
    --text: #21303a;
    --text-muted: #61707c;
    --line: rgba(30, 55, 70, 0.12);
    --primary: #8e4f4c;
    --primary-strong: #723d40;
    --secondary: #17394b;
    --accent: #c39a69;
    --success: #2f6f57;
    --warning: #b76b39;
    --danger: #8f3942;
    --shadow-soft: 0 18px 40px rgba(34, 43, 48, 0.08);
    --shadow-strong: 0 28px 60px rgba(22, 42, 56, 0.16);
    --radius-xs: 12px;
    --radius-sm: 18px;
    --radius-md: 28px;
    --radius-lg: 42px;
    --container: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(195, 154, 105, 0.2), transparent 26%),
        radial-gradient(circle at right 20%, rgba(23, 57, 75, 0.08), transparent 24%),
        linear-gradient(180deg, #faf4ee 0%, #f5ede4 100%);
}

.up-body {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

.up-ambient {
    position: fixed;
    z-index: 0;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0.45;
    pointer-events: none;
}

.up-ambient-a {
    top: -10rem;
    left: -10rem;
    background: rgba(195, 154, 105, 0.18);
}

.up-ambient-b {
    right: -14rem;
    top: 12rem;
    background: rgba(23, 57, 75, 0.12);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.up-container,
.up-header-inner,
.up-footer-inner,
.landing-hero,
.story-section,
.trip-collection,
.featured-story,
.detail-shell,
.booking-shell,
.page-shell,
.legal-shell {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
}

.up-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 1.15rem 0 0;
}

.up-header-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: rgba(255, 250, 245, 0.68);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-soft);
}

.up-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.up-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    box-shadow: 0 12px 24px rgba(114, 61, 64, 0.25);
}

.up-brand-copy {
    display: grid;
    gap: 0.08rem;
}

.up-brand-copy strong {
    font-family: var(--font-display);
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.up-brand-copy small,
.eyebrow,
.footer-kicker,
.label-soft {
    font-size: 0.72rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.up-nav {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.up-nav a {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.up-nav a:hover,
.up-nav a:focus-visible {
    color: var(--text);
    background: rgba(255, 255, 255, 0.68);
    transform: translateY(-1px);
}

.up-nav-admin {
    color: var(--secondary) !important;
    background: rgba(23, 57, 75, 0.08);
}

.up-main {
    position: relative;
    z-index: 1;
    padding: 1.5rem 0 4rem;
}

.flash {
    margin: 0 auto 1rem;
    padding: 1rem 1.15rem;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    box-shadow: var(--shadow-soft);
}

.flash-success,
.flash-message {
    background: rgba(47, 111, 87, 0.12);
    border-color: rgba(47, 111, 87, 0.16);
}

.flash-error,
.flash-danger {
    background: rgba(143, 57, 66, 0.12);
    border-color: rgba(143, 57, 66, 0.16);
}

.flash-warning {
    background: rgba(183, 107, 57, 0.12);
    border-color: rgba(183, 107, 57, 0.16);
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: #1f2d35;
}

h1 {
    font-size: clamp(2.9rem, 5.5vw, 5.6rem);
}

h2 {
    font-size: clamp(2rem, 3.4vw, 3.45rem);
}

h3 {
    font-size: clamp(1.4rem, 2vw, 2rem);
}

p {
    margin: 0;
    line-height: 1.75;
    color: var(--text-muted);
}

.section,
.surface-card,
.detail-summary,
.info-card,
.status-panel,
.success-panel,
.empty-panel,
.footer-newsletter {
    background: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(8px);
}

.section {
    margin: 1.6rem 0;
    padding: clamp(1.25rem, 2vw, 2rem);
    border-radius: var(--radius-md);
}

.section h2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: clamp(1.65rem, 2.3vw, 2.3rem);
}

.eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 3.2rem;
    padding: 0.85rem 1.35rem;
    border: 0;
    border-radius: 999px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-1px);
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    box-shadow: 0 18px 30px rgba(23, 57, 75, 0.22);
}

.btn-outline {
    color: var(--secondary);
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 57, 75, 0.12);
}

.btn-ghost {
    color: var(--text);
    background: transparent;
    border: 1px solid rgba(23, 57, 75, 0.12);
}

.form-group {
    display: grid;
    gap: 0.5rem;
}

.form-group label {
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #33444d;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.form-control,
select,
textarea,
input {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(23, 57, 75, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: var(--text);
    font: inherit;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-control:focus,
select:focus,
textarea:focus,
input:focus {
    border-color: rgba(142, 79, 76, 0.38);
    box-shadow: 0 0 0 4px rgba(142, 79, 76, 0.12);
    background: #fff;
}

textarea {
    resize: vertical;
}

.up-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: var(--radius-sm);
}

.up-table th,
.up-table td {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.up-table th {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-muted);
    background: rgba(23, 57, 75, 0.04);
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    color: #fff;
}

.tier-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.tier-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid var(--line);
}

.landing-hero {
    position: relative;
    display: grid;
    gap: 1.5rem;
    padding: 2rem 0 0;
}

.landing-hero-stage {
    position: relative;
    min-height: 42rem;
    border-radius: min(4.2rem, 9vw);
    overflow: hidden;
    box-shadow: var(--shadow-strong);
    background: linear-gradient(135deg, rgba(20, 43, 59, 0.9), rgba(31, 54, 69, 0.45));
}

.landing-hero-media {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.landing-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(21, 41, 53, 0.84) 12%, rgba(21, 41, 53, 0.4) 54%, rgba(22, 44, 58, 0.75) 100%),
        linear-gradient(180deg, rgba(255, 219, 191, 0.08), transparent 45%);
}

.landing-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 24rem);
    gap: 2rem;
    align-items: end;
    min-height: 42rem;
    padding: clamp(2rem, 4vw, 3.5rem);
    color: #f7f3ef;
}

.landing-hero-copy h1,
.landing-hero-copy p,
.landing-hero-aside,
.landing-hero-copy .eyebrow {
    color: inherit;
}

.landing-hero-copy p {
    max-width: 40rem;
    font-size: 1.06rem;
    opacity: 0.88;
}

.hero-actions,
.hero-pills,
.footer-links,
.trip-actions,
.detail-actions,
.booking-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hero-pills {
    margin-top: 1.35rem;
}

.hero-pill,
.metric-card,
.detail-fact,
.trip-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: inherit;
}

.landing-hero-aside {
    justify-self: end;
    width: min(100%, 21rem);
    padding: 1.35rem;
    border-radius: 2rem;
    background: rgba(255, 250, 245, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.landing-hero-aside strong {
    display: block;
    margin-top: 0.45rem;
    font-size: 1.45rem;
    color: #fff;
}

.search-dock {
    position: relative;
    z-index: 3;
    width: min(100%, 1080px);
    margin: -5.5rem auto 0;
    padding: 1.15rem;
    border-radius: 2rem;
    background: rgba(255, 250, 245, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-strong);
}

.search-dock form {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 0.85fr auto;
    gap: 0.85rem;
    align-items: end;
}

.search-dock .form-group small,
.footer-note,
.microcopy {
    font-size: 0.8rem;
    line-height: 1.6;
    color: var(--text-muted);
}

.story-section,
.trip-collection,
.featured-story,
.detail-shell,
.booking-shell,
.page-shell,
.legal-shell {
    position: relative;
    z-index: 1;
    padding-top: 5rem;
}

.story-grid,
.featured-grid,
.detail-grid,
.booking-grid,
.page-grid,
.footer-meta {
    display: grid;
    gap: 1.4rem;
}

.story-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
}

.story-copy p {
    max-width: 38rem;
}

.metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.metric-card {
    padding: 1.25rem;
    border-radius: var(--radius-md);
    color: var(--text);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(23, 57, 75, 0.08);
    box-shadow: var(--shadow-soft);
    align-items: flex-start;
    flex-direction: column;
}

.metric-card strong {
    font-size: 2rem;
    font-family: var(--font-display);
    color: var(--secondary);
}

.feature-list {
    display: grid;
    gap: 0.9rem;
}

.feature-item {
    padding: 1.15rem 1.2rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(23, 57, 75, 0.08);
}

.feature-item h3 {
    margin-bottom: 0.35rem;
    font-size: 1.45rem;
}

.featured-grid,
.detail-grid,
.booking-grid,
.page-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.72fr);
    align-items: start;
}

.featured-card,
.detail-hero-media,
.booking-overview-card,
.page-visual {
    position: relative;
    min-height: 24rem;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-strong);
}

.featured-card img,
.detail-hero-media img,
.page-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-card::after,
.detail-hero-media::after,
.page-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(17, 35, 46, 0.62) 100%);
}

.featured-caption,
.page-visual-caption {
    position: absolute;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
    z-index: 2;
    padding: 1.1rem 1.2rem;
    border-radius: 1.6rem;
    color: #fff;
    background: rgba(255, 250, 245, 0.14);
    backdrop-filter: blur(8px);
}

.trip-collection-head,
.detail-section-head,
.page-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1.5rem;
}

.trip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.trip-card {
    display: grid;
    overflow: hidden;
    border-radius: 2rem;
    background: rgba(255, 251, 247, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: var(--shadow-soft);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.trip-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-strong);
}

.trip-card-media {
    position: relative;
    aspect-ratio: 1.12;
    overflow: hidden;
}

.trip-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.trip-card:hover .trip-card-media img {
    transform: scale(1.04);
}

.trip-card-body {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.trip-card-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.trip-card h3 {
    font-size: 1.85rem;
}

.trip-card-meta,
.detail-meta,
.booking-facts,
.info-list {
    display: grid;
    gap: 0.75rem;
}

.trip-card-meta span,
.detail-fact,
.booking-facts span,
.info-list li {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    color: var(--text-muted);
}

.btn-sm {
    min-height: 2.6rem;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
}

.price-block {
    display: grid;
    justify-items: end;
    gap: 0.15rem;
    white-space: nowrap;
}

.price-block strong,
.detail-price strong,
.booking-price strong {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--secondary);
}

.detail-shell {
    padding-top: 2rem;
}

.detail-hero {
    display: grid;
    gap: 1.4rem;
    margin-bottom: 1.8rem;
}

.detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    gap: 1.4rem;
}

.detail-summary {
    padding: 1.4rem;
    border-radius: 2rem;
    position: sticky;
    top: 7rem;
}

.detail-summary h2,
.detail-summary h3 {
    margin-bottom: 0.8rem;
}

.detail-price {
    margin: 1rem 0;
}

.detail-facts {
    display: grid;
    gap: 0.8rem;
    margin: 1rem 0 1.4rem;
}

.share-bar {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1.2rem;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--secondary), var(--primary));
    box-shadow: var(--shadow-soft);
    cursor: pointer;
}

.filmstrip {
    position: relative;
    margin-top: 1.25rem;
    padding: 1rem;
    border-radius: 2rem;
    background: rgba(255, 251, 247, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: var(--shadow-soft);
}

.filmstrip-main {
    width: 100%;
    height: min(60vw, 32rem);
    object-fit: cover;
    border-radius: 1.5rem;
}

.filmstrip-controls {
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: flex;
    gap: 0.5rem;
}

.filmstrip-controls button,
.lightbox-close,
.lightbox-prev,
.lightbox-next {
    width: 2.8rem;
    height: 2.8rem;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(23, 57, 75, 0.72);
    cursor: pointer;
}

.filmstrip-track {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.85rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
}

.filmstrip-slide {
    flex: 0 0 6.5rem;
}

.filmstrip-slide img {
    width: 100%;
    height: 4.8rem;
    object-fit: cover;
    border-radius: 1rem;
    cursor: pointer;
    border: 2px solid transparent;
}

.filmstrip-slide img:hover,
.filmstrip-slide img.active {
    border-color: rgba(142, 79, 76, 0.42);
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: none;
    place-items: center;
    background: rgba(11, 20, 26, 0.88);
}

.lightbox.open {
    display: grid;
}

.lightbox img {
    max-width: min(92vw, 72rem);
    max-height: 82vh;
    border-radius: 1.5rem;
    box-shadow: var(--shadow-strong);
}

.lightbox-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.lightbox-prev {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.filmstrip,
.thumbs {
    margin-top: 1rem;
}

.thumbs {
    display: flex;
    gap: 0.75rem;
    overflow: auto;
    padding-bottom: 0.35rem;
}

.thumbs img {
    width: 6rem;
    height: 4.5rem;
    object-fit: cover;
    border-radius: 1rem;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbs img.active,
.thumbs img:hover {
    border-color: rgba(142, 79, 76, 0.45);
}

.content-readable,
.page-article {
    font-size: 1rem;
    line-height: 1.9;
    color: #344650;
}

.content-readable p + p,
.page-article p + p {
    margin-top: 1rem;
}

.booking-shell {
    padding-top: 2rem;
}

.booking-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
    gap: 1.4rem;
    margin-bottom: 1.6rem;
}

.booking-overview-card {
    min-height: 18rem;
}

.booking-overview-copy,
.page-panel {
    padding: 1.6rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 251, 247, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.66);
    box-shadow: var(--shadow-soft);
}

.booking-flow form {
    display: grid;
    gap: 1.1rem;
}

.booking-flow .section {
    padding: 1.35rem;
}

.summary-stack {
    display: grid;
    gap: 0.55rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
}

.summary-row.total {
    font-size: 1.15rem;
    color: var(--primary);
}

.participant-card {
    padding: 1rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--line);
}

.success-panel,
.status-panel,
.empty-panel {
    padding: clamp(1.4rem, 3vw, 2.2rem);
    border-radius: var(--radius-lg);
}

.success-panel,
.empty-panel {
    text-align: center;
}

.status-badge {
    display: inline-flex;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.footer-newsletter {
    display: grid;
    gap: 1rem;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    border-radius: var(--radius-lg);
}

.footer-newsletter h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.footer-newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.8rem;
}

.footer-newsletter-msg {
    min-height: 1.4rem;
    font-size: 0.9rem;
}

.up-footer {
    position: relative;
    z-index: 1;
    padding: 1rem 0 2.5rem;
}

.up-footer-inner {
    display: grid;
    gap: 1rem;
}

.footer-meta {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: end;
    padding: 1rem 0 0.2rem;
}

.footer-address,
.footer-copy p {
    color: var(--text-muted);
}

.footer-links {
    justify-content: center;
}

.footer-links a {
    color: var(--text-muted);
    font-weight: 600;
}

.footer-links a:hover {
    color: var(--primary);
}

.page-shell,
.legal-shell {
    padding-top: 2rem;
}

.page-grid.compact {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
}

.page-panel {
    width: min(100%, 52rem);
    text-align: center;
}

.page-panel .btn,
.page-panel .booking-actions {
    justify-content: center;
}

.legal-shell .section {
    width: min(100%, 56rem);
    margin-left: auto;
    margin-right: auto;
}

.no-print {
    display: block;
}

@media (max-width: 1100px) {
    .search-dock form,
    .landing-hero-content,
    .featured-grid,
    .detail-hero-grid,
    .booking-overview,
    .story-grid,
    .footer-meta {
        grid-template-columns: 1fr;
    }

    .landing-hero-aside,
    .detail-summary {
        justify-self: stretch;
        position: static;
    }

    .trip-grid,
    .metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .search-dock {
        margin-top: -3rem;
    }
}

@media (max-width: 760px) {
    .up-header {
        padding-top: 0.7rem;
    }

    .up-header-inner {
        border-radius: 1.6rem;
    }

    .up-brand-copy strong {
        font-size: 1.25rem;
    }

    .up-nav {
        width: 100%;
        justify-content: space-between;
    }

    .landing-hero-stage {
        min-height: 35rem;
    }

    .landing-hero-content {
        min-height: 35rem;
        align-items: end;
    }

    .search-dock {
        width: min(calc(100% - 1rem), var(--container));
        margin-top: -2.25rem;
        padding: 1rem;
    }

    .trip-grid,
    .metrics,
    .form-row,
    .footer-newsletter-form {
        grid-template-columns: 1fr;
    }

    .trip-collection-head,
    .detail-section-head,
    .page-head {
        align-items: start;
        flex-direction: column;
    }

    .footer-meta {
        justify-items: start;
    }

    h1 {
        font-size: clamp(2.4rem, 13vw, 4rem);
    }

    h2 {
        font-size: clamp(1.9rem, 10vw, 3rem);
    }

    .section,
    .page-panel,
    .booking-overview-copy,
    .search-dock {
        border-radius: 1.6rem;
    }
}

@media print {
    .up-header,
    .up-footer,
    .no-print,
    .btn,
    .up-ambient {
        display: none !important;
    }

    body {
        background: #fff;
    }

    .section,
    .page-panel,
    .detail-summary {
        box-shadow: none;
        border: 1px solid #ddd;
        background: #fff;
    }
}
