@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400 700;
    src: url("/fonts/brand/roboto.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600 700;
    src: url("/fonts/brand/roboto-slab.woff2") format("woff2");
}

:root {
    --brand-primary: #782501;
    --brand-ocre: #c37602;
    --brand-accent: #b57d2b;
    --brand-ink: #2a1710;
    --brand-night: #1d100b;
    --brand-sand: #f8f2e8;
    --brand-soft: #ffffff;
    --brand-mineral: #6f8f95;
    --brand-olive: #756f41;
    --brand-muted: #756c5d;
    --warm-input: #fffdf7;
    --line-light: rgba(255, 248, 235, 0.24);
    --line-dark: rgba(42, 23, 16, 0.15);
    --shadow-soft: 0 22px 60px rgba(29, 16, 11, 0.14);
    --page-gutter: clamp(1rem, 4vw, 4rem);
    --page-width: 1280px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 14px;
    color: var(--brand-ink);
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-synthesis: none;
    scrollbar-color: rgba(120, 37, 1, 0.7) rgba(29, 16, 11, 0.12);
    scrollbar-width: thin;
}

* {
    box-sizing: border-box;
    scrollbar-color: rgba(120, 37, 1, 0.7) rgba(29, 16, 11, 0.12);
    scrollbar-width: thin;
}

[hidden] {
    display: none !important;
}

.video-frame { aspect-ratio: 16 / 9; position: relative; }
.video-frame iframe, .video-play { width: 100%; height: 100%; border: 0; }
.video-play { display: block; padding: 0; position: relative; cursor: pointer; background: var(--brand-night); }
.video-facade .video-play img { width: 100%; max-width: 100%; height: 100%; object-fit: cover; margin: 0; }
.video-facade { min-width: 0; }
.video-list .video-facade > a { padding: 0.5rem 0; border: 0; }
.catalog-mobile-controls { display: none; }
.inner-hero .section-kicker, .detail-hero .section-kicker { color: var(--brand-sand); }
.detail-st-grid:not(:has(.detail-testimonial)) .guide-card { grid-column: 1 / -1; grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr); min-height: 320px; }
.detail-st-grid:not(:has(.detail-testimonial)) .guide-card-image { min-height: 320px; max-height: 420px; }
@media (max-width: 820px) {
    .catalog-mobile-controls { display: flex; gap: 0.75rem; }
    .catalog-mobile-controls .button { flex: 1; }
    .catalog-sidebar[data-collapsed] { display: none; }
    .detail-st-grid:not(:has(.detail-testimonial)) .guide-card { grid-template-columns: 1fr; }
}
.video-play .play-symbol { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); background: var(--brand-primary); color: white; padding: 1rem 1.3rem; border-radius: var(--radius-md); }
.video-play:hover .play-symbol { background: var(--brand-ink); }
.video-facade h3 { font-size: 1.1rem; margin: 1rem 0 0.6rem; }

*::-webkit-scrollbar {
    height: 11px;
    width: 11px;
}

*::-webkit-scrollbar-track {
    background: rgba(29, 16, 11, 0.12);
}

*::-webkit-scrollbar-thumb {
    background: rgba(120, 37, 1, 0.7);
    border: 3px solid var(--brand-sand);
    border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
    background: var(--brand-primary);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    background: var(--brand-sand);
    margin: 0;
    overflow-x: clip;
}

body.menu-open {
    overflow: hidden;
}

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

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

h1,
h2,
h3,
p,
dl,
dd,
blockquote {
    margin-top: 0;
}

h1,
h2,
h3 {
    font-family: "Roboto Slab", Roboto, ui-sans-serif, sans-serif;
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

:focus-visible {
    outline: 3px solid var(--brand-mineral);
    outline-offset: 4px;
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.skip-link {
    background: var(--brand-soft);
    border-radius: var(--radius-md);
    color: var(--brand-ink);
    font-weight: 700;
    left: 16px;
    padding: 12px 16px;
    position: fixed;
    top: -72px;
    transition: top 160ms ease;
    z-index: 100;
}

.skip-link:focus {
    top: 16px;
}

.page-shell {
    margin-inline: auto;
    max-width: var(--page-width);
    width: calc(100% - (var(--page-gutter) * 2));
}

.section-pad {
    padding-block: clamp(4.5rem, 7vw, 7rem);
}

.section-kicker,
.eyebrow {
    color: var(--brand-primary);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.section-heading h2,
.intro-grid h2,
.section-head h2,
.experience-copy h2,
.commitment-copy h2,
.commitment h2,
.journal-copy h2,
.testimonials h2,
.testimonial-heading h2,
.final-cta h2,
.final-content h2 {
    font-size: clamp(1.95rem, 3.55vw, 3.7rem);
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 0;
}

.section-heading > p:last-child,
.journeys-heading > p,
.commitment-copy > p:last-child,
.journal-copy > p,
.final-content > p {
    color: var(--brand-muted);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.7;
}

.site-header {
    align-items: center;
    background: rgba(29, 16, 11, 0.48);
    border: 1px solid var(--line-light);
    border-radius: var(--radius-md);
    color: var(--brand-soft);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: auto 1fr auto;
    left: var(--page-gutter);
    padding: 0.55rem 0.65rem;
    position: fixed;
    right: var(--page-gutter);
    top: 1.25rem;
    transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    z-index: 30;
}

.site-header.is-scrolled {
    background: rgba(29, 16, 11, 0.94);
    box-shadow: 0 10px 40px rgba(16, 8, 5, 0.16);
}

.brand-mark {
    align-items: center;
    display: inline-flex;
    gap: 0.65rem;
    min-height: 54px;
}

.brand-mark img {
    height: 54px;
    object-fit: contain;
    width: 54px;
}

.brand-copy {
    display: grid;
    line-height: 1;
}

.brand-copy strong {
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: 1.02rem;
}

.brand-copy small {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-top: 0.28rem;
    text-transform: uppercase;
}

.main-nav {
    align-items: center;
    display: flex;
    font-size: 0.86rem;
    gap: clamp(0.9rem, 1.75vw, 1.75rem);
    justify-content: center;
}

.main-nav > a {
    color: rgba(255, 255, 255, 0.78);
    padding-block: 0.75rem;
    position: relative;
}

.main-nav > a::after {
    background: var(--brand-ocre);
    bottom: 0.35rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
    width: 100%;
}

.main-nav > a:hover,
.main-nav > a:focus-visible {
    color: var(--brand-soft);
}

.main-nav > a:hover::after,
.main-nav > a:focus-visible::after {
    transform: scaleX(1);
}

.mobile-nav-intro,
.mobile-nav-contact {
    display: none;
}

.header-actions {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.language-link {
    align-items: center;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
}

.header-cta,
.button {
    align-items: center;
    border: 1px solid currentColor;
    border-radius: var(--radius-md);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 700;
    gap: 1.25rem;
    justify-content: space-between;
    min-height: 48px;
    padding: 0.75rem 1rem;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.header-cta {
    background: var(--brand-soft);
    border-color: var(--brand-soft);
    color: var(--brand-ink);
}

.header-cta:hover,
.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: var(--brand-soft);
}

.button-primary:hover {
    background: #8d2e08;
    border-color: #8d2e08;
}

.button-ghost {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.52);
    color: var(--brand-soft);
}

.button-ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: var(--brand-soft);
}

.button-dark {
    background: var(--brand-night);
    border-color: var(--brand-night);
    color: var(--brand-soft);
}

.button-dark:hover {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

.menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 48px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 48px;
}

.menu-toggle span {
    background: currentColor;
    height: 1.5px;
    position: absolute;
    transition: transform 180ms ease, opacity 180ms ease;
    width: 24px;
}

.menu-toggle span:nth-child(1) {
    transform: translateY(-7px);
}

.menu-toggle span:nth-child(3) {
    transform: translateY(7px);
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
}

.hero {
    color: var(--brand-soft);
    min-height: max(760px, 100svh);
    overflow: hidden;
    position: relative;
}

.hero-picture,
.hero-picture img,
.hero-shade {
    inset: 0;
    position: absolute;
}

.hero-picture img {
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
    width: 100%;
}

.hero-shade {
    background:
        linear-gradient(90deg, rgba(29, 16, 11, 0.91) 0%, rgba(29, 16, 11, 0.62) 44%, rgba(29, 16, 11, 0.12) 78%),
        linear-gradient(0deg, rgba(29, 16, 11, 0.88) 0%, transparent 56%, rgba(29, 16, 11, 0.2) 100%);
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: max(760px, 100svh);
    padding-block: 9rem 12rem;
    position: relative;
    z-index: 2;
}

.hero .eyebrow {
    color: #dfad68;
    margin-bottom: 1.5rem;
}

.hero h1 {
    font-size: clamp(3rem, 5.8vw, 6.25rem);
    letter-spacing: 0;
    line-height: 0.98;
    margin-bottom: 1.35rem;
    max-width: 860px;
}

.hero-line {
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.02rem, 1.6vw, 1.28rem);
    line-height: 1.65;
    max-width: 650px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.hero-actions .button {
    min-width: 210px;
}

.hero-coordinate {
    align-items: flex-end;
    bottom: 10rem;
    display: flex;
    flex-direction: column;
    font-size: 0.62rem;
    gap: 0.45rem;
    letter-spacing: 0.18em;
    position: absolute;
    right: var(--page-gutter);
    text-transform: uppercase;
    z-index: 2;
}

.hero-coordinate i {
    background: rgba(255, 255, 255, 0.45);
    display: block;
    height: 1px;
    margin-block: 0.2rem;
    width: 72px;
}

.departure-rail {
    align-items: stretch;
    background: rgba(29, 16, 11, 0.91);
    border-top: 1px solid var(--line-light);
    bottom: 0;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 150px 1fr auto;
    left: 0;
    min-height: 132px;
    padding: 1.25rem var(--page-gutter);
    position: absolute;
    right: 0;
    z-index: 3;
}

.departure-rail > p {
    align-self: center;
    color: #dfad68;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin: 0;
    text-transform: uppercase;
}

.departure-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.departure-list article {
    border-left: 1px solid var(--line-light);
    display: grid;
    gap: 0.45rem;
    padding: 0.4rem 1.5rem;
}

.departure-list time {
    color: #dfad68;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.departure-list span {
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: 1rem;
}

.departure-rail > a {
    align-items: center;
    align-self: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 700;
    gap: 1rem;
    padding-bottom: 0.45rem;
}

.proof-strip {
    background: var(--warm-input);
    border-bottom: 1px solid var(--line-dark);
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid p {
    align-items: center;
    border-right: 1px solid var(--line-dark);
    display: flex;
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: 0.98rem;
    gap: 0.9rem;
    margin: 0;
    min-height: 92px;
    padding: 1rem 1.35rem;
}

.proof-grid p:first-child {
    border-left: 1px solid var(--line-dark);
}

.proof-grid span {
    color: var(--brand-primary);
    font-family: Roboto, sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.territory {
    background:
        radial-gradient(circle at 8% 20%, rgba(181, 125, 43, 0.08), transparent 26%),
        var(--brand-sand);
}

.territory-heading {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.territory-heading .section-kicker {
    grid-column: 1 / -1;
    margin-bottom: -0.5rem;
}

.territory-heading h2 {
    max-width: 780px;
}

.territory-heading > p:last-child {
    align-self: end;
    margin-bottom: 0.35rem;
    max-width: 570px;
}

.territory-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.65fr);
    min-height: 600px;
}

.territory-image {
    min-height: 600px;
    overflow: hidden;
    position: relative;
}

.territory-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
    width: 100%;
}

.territory-feature:hover .territory-image img {
    transform: scale(1.025);
}

.territory-image > p {
    align-items: center;
    background: rgba(29, 16, 11, 0.8);
    bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    display: flex;
    font-size: 0.66rem;
    justify-content: space-between;
    left: 0;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0.9rem 1rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.territory-copy {
    background: var(--brand-night);
    color: var(--brand-soft);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4.5rem);
    position: relative;
}

.territory-copy .section-kicker {
    color: #dfad68;
}

.territory-index {
    color: rgba(255, 255, 255, 0.09);
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: clamp(7rem, 13vw, 12rem);
    font-weight: 700;
    line-height: 1;
    margin: 0;
    position: absolute;
    right: 0.35rem;
    top: -0.2rem;
}

.territory-copy h3 {
    font-size: clamp(2.1rem, 3.6vw, 3.8rem);
    letter-spacing: 0;
    line-height: 1.04;
    margin-bottom: 1.5rem;
    position: relative;
}

.territory-copy > p:not(.section-kicker):not(.territory-index) {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
    position: relative;
}

.text-link {
    align-items: center;
    border-bottom: 1px solid currentColor;
    color: var(--brand-primary);
    display: inline-flex;
    font-weight: 700;
    gap: 1.25rem;
    padding-bottom: 0.45rem;
    transition: gap 160ms ease, color 160ms ease;
    width: fit-content;
}

.text-link:hover {
    gap: 1.65rem;
}

.territory-copy .text-link,
.text-link-light {
    color: #e7bd82;
    position: relative;
}

.journeys {
    background: var(--warm-input);
}

.journeys-heading {
    align-items: end;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
    margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.journeys-heading h2 {
    max-width: 780px;
}

.journeys-heading > p {
    margin-bottom: 0.45rem;
}

.journey-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
}

.journey-card {
    color: var(--brand-soft);
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.journey-card:not(.journey-card-featured) {
    min-height: 650px;
}

.journey-card > img,
.journey-overlay {
    inset: 0;
    position: absolute;
}

.journey-card > img {
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
    width: 100%;
}

.journey-card:not(.journey-card-featured) > img {
    object-position: 58% center;
}

.journey-card:hover > img {
    transform: scale(1.025);
}

.journey-overlay {
    background: linear-gradient(0deg, rgba(20, 9, 5, 0.94) 0%, rgba(20, 9, 5, 0.42) 54%, rgba(20, 9, 5, 0.1) 100%);
}

.journey-topline {
    align-items: center;
    display: flex;
    font-size: 0.66rem;
    font-weight: 700;
    justify-content: space-between;
    left: 1.5rem;
    letter-spacing: 0.14em;
    position: absolute;
    right: 1.5rem;
    text-transform: uppercase;
    top: 1.5rem;
}

.journey-topline span:first-child:not(:last-child) {
    background: var(--brand-sand);
    border-radius: var(--radius-sm);
    color: var(--brand-primary);
    padding: 0.55rem 0.7rem;
}

.journey-body {
    bottom: 0;
    left: 0;
    padding: clamp(1.5rem, 4vw, 3rem);
    position: absolute;
    right: 0;
}

.journey-body > p:first-child {
    color: #e7bd82;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.journey-body h3 {
    font-size: clamp(2rem, 3.45vw, 3.5rem);
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 1rem;
}

.journey-card:not(.journey-card-featured) .journey-body h3 {
    font-size: clamp(1.85rem, 3vw, 3rem);
}

.journey-body > p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.55;
    max-width: 630px;
}

.journey-body dl {
    border-block: 1px solid var(--line-light);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1.25rem 0;
    padding-block: 1rem;
}

.journey-body dl > div + div {
    border-left: 1px solid var(--line-light);
    padding-left: 1.25rem;
}

.journey-body dt {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.journey-body dd {
    font-size: 0.82rem;
    margin-bottom: 0;
}

.journey-body > a {
    align-items: center;
    display: flex;
    font-size: 0.86rem;
    font-weight: 700;
    justify-content: space-between;
    min-height: 44px;
}

.house {
    background: var(--brand-night);
    color: var(--brand-soft);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    min-height: 820px;
}

.house-media {
    min-height: 820px;
    overflow: hidden;
    position: relative;
}

.house-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.house-media::after {
    background: linear-gradient(0deg, rgba(29, 16, 11, 0.76), transparent 40%);
    content: "";
    inset: 0;
    position: absolute;
}

.house-media > p {
    bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.66rem;
    left: 1.5rem;
    letter-spacing: 0.15em;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.house-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3.5rem, 7vw, 7rem);
}

.house-copy .section-kicker {
    color: #dfad68;
}

.house-copy > h2 {
    font-size: clamp(2.05rem, 3.65vw, 3.85rem);
    letter-spacing: 0;
    line-height: 1.06;
    margin-bottom: 1.75rem;
}

.house-copy > p:not(.section-kicker) {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
    max-width: 620px;
}

.team-note {
    border-left: 1px solid #dfad68;
    margin: 2rem 0;
    max-width: 600px;
    padding: 0.35rem 0 0.35rem 1.5rem;
}

.team-note > span {
    color: #dfad68;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.team-note h3 {
    font-size: 1.55rem;
    margin: 0.7rem 0 0.3rem;
}

.team-note p {
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.55;
    margin-bottom: 0.45rem;
}

.team-note p:nth-of-type(1) {
    color: var(--brand-soft);
    font-size: 0.82rem;
    font-weight: 700;
}

.commitment {
    background:
        linear-gradient(90deg, rgba(248, 242, 232, 0.98), rgba(248, 242, 232, 0.91)),
        url("/storage/cms/optimized/home/tadrart-card.jpg") center / cover;
}

.commitment-grid {
    align-items: start;
    display: grid;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
}

.commitment-copy h2 {
    max-width: 830px;
}

.commitment-copy > p:last-child {
    margin-top: 2rem;
    max-width: 650px;
}

.commitment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.commitment-list li {
    align-items: center;
    border-bottom: 1px solid var(--line-dark);
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 48px 1fr;
    min-height: 94px;
}

.commitment-list li:first-child {
    border-top: 1px solid var(--line-dark);
}

.commitment-list span {
    color: var(--brand-primary);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.commitment-list strong {
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: 1.15rem;
}

.journal {
    background: var(--warm-input);
}

.journal-grid {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
}

.journal-image {
    min-height: 610px;
    overflow: hidden;
    position: relative;
}

.journal-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.journal-image span {
    background: var(--brand-sand);
    bottom: 0;
    color: var(--brand-primary);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 0.8rem 1rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.journal-copy h2 {
    font-size: clamp(1.95rem, 3.3vw, 3.45rem);
}

.journal-copy > p:not(.section-kicker):not(.journal-author) {
    margin: 1.75rem 0 1rem;
}

.journal-author {
    color: var(--brand-primary);
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
}

.testimonials {
    background: var(--brand-sand);
    border-top: 1px solid var(--line-dark);
}

.testimonial-heading {
    display: grid;
    gap: 2rem;
    grid-template-columns: 0.45fr 1fr;
    margin-bottom: clamp(3rem, 5vw, 5rem);
}

.testimonial-heading h2 {
    max-width: 720px;
}

.quote-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-grid blockquote {
    border-left: 1px solid var(--line-dark);
    margin: 0;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.quote-grid blockquote:last-child {
    border-right: 1px solid var(--line-dark);
}

.quote-mark {
    color: var(--brand-primary);
    display: block;
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: 4rem;
    height: 2.5rem;
    line-height: 1;
}

.quote-grid blockquote > p {
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: clamp(1.3rem, 2vw, 1.85rem);
    line-height: 1.45;
    margin-bottom: 2rem;
}

.quote-grid footer {
    display: grid;
    gap: 0.3rem;
}

.quote-grid cite {
    color: var(--brand-primary);
    font-style: normal;
    font-weight: 700;
}

.quote-grid footer span {
    color: var(--brand-muted);
    font-size: 0.76rem;
}

.final-cta {
    background: url("/storage/cms/optimized/home/hero-2200.jpg") center 42% / cover;
    color: var(--brand-soft);
    min-height: 680px;
    position: relative;
}

.final-shade {
    background: linear-gradient(90deg, rgba(29, 16, 11, 0.94), rgba(29, 16, 11, 0.54) 60%, rgba(29, 16, 11, 0.18));
    inset: 0;
    position: absolute;
}

.final-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 680px;
    padding-block: 5rem;
    position: relative;
}

.final-content .section-kicker {
    color: #dfad68;
}

.final-content h2 {
    max-width: 800px;
}

.final-content > p:not(.section-kicker):not(.contact-note) {
    color: rgba(255, 255, 255, 0.76);
    margin: 1.7rem 0 0;
    max-width: 650px;
}

.final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.final-actions .button {
    min-width: 230px;
}

.contact-note {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    margin-top: 1.25rem;
}

.site-footer {
    background: #150c08;
    color: rgba(255, 255, 255, 0.68);
    padding-block: 4rem 1.5rem;
}

.footer-grid {
    display: grid;
    gap: 4rem;
    grid-template-columns: minmax(250px, 1.05fr) minmax(150px, 0.42fr) minmax(220px, 0.58fr) minmax(240px, 0.68fr);
}

.footer-brand {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.footer-brand img {
    height: 72px;
    object-fit: contain;
    width: 72px;
}

.footer-brand strong {
    color: var(--brand-soft);
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: 1.25rem;
}

.footer-brand p {
    line-height: 1.5;
    margin: 0.55rem 0 0;
    max-width: 370px;
}

.site-footer nav,
.site-footer address,
.newsletter-form {
    display: grid;
    font-size: 0.84rem;
    font-style: normal;
    gap: 0.8rem;
}

.site-footer address strong {
    color: var(--brand-soft);
    margin-bottom: 0.3rem;
}

.newsletter-form label {
    display: grid;
    gap: 0.45rem;
}

.newsletter-form label span {
    color: var(--brand-soft);
    font-weight: 700;
}

.newsletter-form input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--line-light);
    border-radius: var(--radius-md);
    color: var(--brand-soft);
    font: inherit;
    min-height: 48px;
    padding: 0.75rem 0.85rem;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.newsletter-form .button {
    justify-content: center;
}

.newsletter-form p {
    color: #dfad68;
    font-size: 0.8rem;
    margin: 0;
}

.site-footer a:hover {
    color: var(--brand-soft);
}

.footer-base {
    align-items: center;
    border-top: 1px solid var(--line-light);
    display: flex;
    font-size: 0.7rem;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 1.5rem;
}

.footer-base div {
    display: flex;
    gap: 1.25rem;
}

.inner-hero,
.detail-hero {
    color: var(--brand-soft);
    min-height: 620px;
    overflow: hidden;
    position: relative;
}

.inner-hero picture,
.inner-hero img,
.detail-hero picture,
.detail-hero img,
.inner-hero-shade {
    inset: 0;
    position: absolute;
}

.inner-hero img,
.detail-hero img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.inner-hero-shade {
    background:
        linear-gradient(90deg, rgba(29, 16, 11, 0.92), rgba(29, 16, 11, 0.52) 58%, rgba(29, 16, 11, 0.12)),
        linear-gradient(0deg, rgba(29, 16, 11, 0.85), transparent 52%);
}

.inner-hero-content,
.detail-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 620px;
    padding-block: 10rem 5rem;
    position: relative;
    z-index: 1;
}

.inner-hero-content h1,
.detail-hero-content h1 {
    font-size: clamp(2.6rem, 5vw, 5.2rem);
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 1.2rem;
    max-width: 920px;
}

.inner-hero-content > p:not(.section-kicker),
.detail-hero-content > p:not(.section-kicker) {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.45vw, 1.2rem);
    line-height: 1.65;
    max-width: 700px;
}

.filter-bar {
    align-items: end;
    border-block: 1px solid var(--line-dark);
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(220px, 1fr)) auto auto;
    margin-bottom: 2.5rem;
    padding-block: 1.25rem;
}

.filter-bar label {
    display: grid;
    gap: 0.45rem;
}

.filter-bar label span,
.meta-row dt,
.hero-facts dt,
.info-panel dt {
    color: var(--brand-primary);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.filter-bar select {
    appearance: auto;
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-md);
    color: var(--brand-ink);
    font: inherit;
    min-height: 48px;
    padding: 0.7rem 0.85rem;
}

.catalog-grid,
.article-grid {
    display: grid;
    gap: 1rem;
}

.listing-card,
.article-card,
.person-card {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    min-height: 430px;
}

.listing-card > img,
.article-card > img,
.person-card > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.listing-card > div,
.article-card > div,
.person-card > div {
    align-content: center;
    display: grid;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.listing-card h2,
.article-card h2,
.person-card h2,
.prose-block h2,
.info-panel h2,
.commitment-page-grid h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 1rem;
}

.listing-card p:not(.section-kicker),
.article-card p,
.person-card p,
.prose-block p,
.info-panel dd,
.article-body {
    color: var(--brand-muted);
    line-height: 1.72;
}

.meta-row,
.hero-facts {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1.5rem 0;
}

.meta-row div,
.hero-facts div {
    border-left: 1px solid var(--line-dark);
    padding-left: 0.9rem;
}

.hero-facts {
    max-width: 900px;
}

.hero-facts div {
    border-color: var(--line-light);
}

.hero-facts dt {
    color: #dfad68;
}

.hero-facts dd,
.meta-row dd {
    margin: 0.25rem 0 0;
}

.soft-band {
    background: var(--warm-input);
    border-block: 1px solid var(--line-dark);
}

.split-heading {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 0.32fr 1fr;
    margin-bottom: 2.25rem;
}

.departure-cards,
.tour-mini-grid,
.team-grid,
.commitment-page-grid,
.video-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.departure-cards article,
.tour-mini-grid article,
.commitment-page-grid article,
.video-list a,
.empty-state,
.info-panel {
    background: var(--brand-sand);
    border: 1px solid var(--line-dark);
    padding: clamp(1.25rem, 3vw, 2rem);
}

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

.gallery-card {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    display: grid;
    min-height: 520px;
}

.gallery-card img {
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.gallery-card div {
    align-content: start;
    display: grid;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.gallery-card h2 {
    font-size: clamp(1.75rem, 3vw, 2.8rem);
    line-height: 1.08;
    margin-bottom: 1rem;
}

.gallery-card p:not(.section-kicker) {
    color: var(--brand-muted);
    line-height: 1.65;
}

.media-mosaic {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1.2fr 0.8fr;
}

.media-mosaic figure {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    margin: 0;
}

.media-mosaic figure:first-child {
    grid-row: span 2;
}

.media-mosaic img {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.media-mosaic figcaption {
    color: var(--brand-muted);
    font-size: 0.75rem;
    padding: 0.75rem;
}

.video-card {
    display: grid;
    gap: 0.65rem;
}

.video-card img {
    aspect-ratio: 16 / 9;
    background: var(--brand-night);
    margin: -2rem -2rem 0.5rem;
    max-width: calc(100% + 4rem);
    object-fit: cover;
    width: calc(100% + 4rem);
}

.video-card strong {
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.2;
}

.departure-cards time,
.article-meta,
.article-card small,
.person-card small,
.video-list span,
.compact-departure time {
    color: var(--brand-primary);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.content-split {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
}

.prose-block > p:not(.section-kicker) {
    font-size: 1.05rem;
    max-width: 760px;
}

.info-panel dl {
    display: grid;
    gap: 1.2rem;
    margin: 0;
}

.info-panel.dark {
    background: var(--brand-night);
    color: var(--brand-soft);
}

.info-panel.dark dd,
.info-panel.dark p {
    color: rgba(255, 255, 255, 0.72);
}

.day-timeline {
    display: grid;
    gap: 0;
}

.day-timeline article {
    border-top: 1px solid var(--line-dark);
    display: grid;
    gap: 2rem;
    grid-template-columns: 140px 1fr;
    padding: 1.5rem 0;
}

.day-timeline article:last-child {
    border-bottom: 1px solid var(--line-dark);
}

.day-timeline article > span,
.commitment-page-grid article > span {
    color: var(--brand-primary);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.day-timeline h3 {
    font-size: clamp(1.35rem, 2vw, 2rem);
    margin-bottom: 0.65rem;
}

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

.rich-list li {
    border-left: 3px solid var(--brand-primary);
    color: var(--brand-muted);
    line-height: 1.6;
    padding-left: 1rem;
}

.compact-departure {
    border-top: 1px solid var(--line-light);
    display: grid;
    gap: 0.35rem;
    padding-block: 1rem;
}

.faq-list {
    display: grid;
    gap: 0.75rem;
}

.faq-list details {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    padding: 1rem 1.25rem;
}

.faq-list summary {
    cursor: pointer;
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-weight: 700;
}

.faq-list p {
    color: var(--brand-muted);
    line-height: 1.65;
    margin: 1rem 0 0;
}

.tour-mini-grid article img {
    aspect-ratio: 4 / 3;
    margin: -2rem -2rem 1.4rem;
    max-width: calc(100% + 4rem);
    object-fit: cover;
    width: calc(100% + 4rem);
}

.article-card small,
.person-card small {
    margin-bottom: 1.4rem;
}

.article-body {
    font-size: 1.08rem;
    max-width: 840px;
}

.inner-contact {
    min-height: 560px;
}

.inner-contact .final-content {
    min-height: 560px;
}

.request-shell {
    display: grid;
    gap: 1.25rem;
    max-width: 980px;
}

.request-form,
.success-panel,
.error-panel {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    padding: clamp(1.4rem, 4vw, 3rem);
}

.success-panel {
    border-left: 4px solid var(--brand-olive);
}

.error-panel {
    border-left: 4px solid var(--brand-primary);
}

.success-panel h2,
.error-panel h2 {
    font-size: clamp(1.6rem, 2.5vw, 2.35rem);
    line-height: 1.12;
}

.success-panel p,
.error-panel p {
    color: var(--brand-muted);
    line-height: 1.65;
}

.hidden-field {
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.step-progress {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.step-progress span {
    align-items: center;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-md);
    color: var(--brand-muted);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    width: 54px;
}

.step-progress span[aria-current="step"] {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: var(--brand-soft);
}

.request-form fieldset {
    border: 0;
    margin: 0;
    min-inline-size: 0;
    padding: 0;
}

.request-form legend {
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.08;
    margin-bottom: 1.5rem;
}

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

.full-field {
    grid-column: 1 / -1;
}

.request-form label {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
}

.request-form label > span {
    color: var(--brand-primary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.request-form input,
.request-form select,
.request-form textarea {
    background: var(--brand-soft);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-md);
    color: var(--brand-ink);
    font: inherit;
    min-height: 48px;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 0.8rem 0.9rem;
}

.request-form textarea {
    line-height: 1.5;
    min-height: 150px;
    resize: none;
}

.request-form small {
    color: var(--brand-primary);
    font-weight: 700;
}

.request-form .check-field {
    align-items: start;
    display: flex;
    gap: 0.75rem;
}

.check-field input {
    min-height: auto;
    width: auto;
    margin-top: 0.2rem;
}

.request-form .check-field > span {
    color: var(--brand-ink);
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none;
}

.request-form .button-ghost {
    color: var(--brand-primary);
    border-color: var(--brand-primary);
}

.request-form .button-ghost:hover {
    background: var(--brand-sand);
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.form-actions .button[disabled] {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.step-status {
    color: var(--brand-primary);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.request-form [aria-invalid="true"] {
    border-color: var(--brand-primary);
    outline: 1px solid var(--brand-primary);
}

.request-form legend {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    overflow-wrap: anywhere;
}

.request-shell > *, .form-grid > *, .form-actions > * {
    min-width: 0;
}

.request-summary {
    border-block: 1px solid var(--line-dark);
    line-height: 1.6;
    padding-block: 1rem;
    margin-bottom: 1.5rem;
    overflow-wrap: anywhere;
}

@media (max-width: 1120px) {
    .site-header {
        grid-template-columns: auto 1fr;
    }

    .header-actions {
        justify-self: end;
    }

    .menu-toggle {
        display: flex;
    }

    .main-nav {
        align-items: stretch;
        background: var(--brand-night);
        display: none;
        flex-direction: column;
        inset: 0;
        justify-content: flex-start;
        padding: 8.5rem var(--page-gutter) 2.5rem;
        position: fixed;
        z-index: -1;
    }

    .main-nav[data-open] {
        display: flex;
    }

    .main-nav > a {
        border-bottom: 1px solid var(--line-light);
        color: var(--brand-soft);
        font-family: "Roboto Slab", Roboto, sans-serif;
        font-size: clamp(1.75rem, 5vw, 3rem);
        padding: 0.7rem 0;
    }

    .main-nav > a::after {
        display: none;
    }

    .mobile-nav-intro,
    .mobile-nav-contact {
        display: grid;
    }

    .mobile-nav-intro {
        gap: 0.35rem;
        margin-bottom: 1.1rem;
    }

    .mobile-nav-intro span {
        color: #dfad68;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.15em;
        text-transform: uppercase;
    }

    .mobile-nav-intro strong {
        color: rgba(255, 255, 255, 0.64);
        font-size: 0.82rem;
    }

    .mobile-nav-contact {
        gap: 1rem;
        margin-top: auto;
    }

    .mobile-nav-contact span {
        color: rgba(255, 255, 255, 0.54);
        font-size: 0.72rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .hero-coordinate {
        display: none;
    }

    .journey-grid {
        grid-template-columns: 1fr 1fr;
    }

    .journey-card,
    .journey-card:not(.journey-card-featured) {
        min-height: 620px;
    }

    .house {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 0.55fr;
    }

    .site-footer address,
    .newsletter-form {
        grid-column: 1 / -1;
    }

    .filter-bar,
    .content-split,
    .split-heading,
    .listing-card,
    .article-card,
    .person-card {
        grid-template-columns: 1fr;
    }

    .departure-cards,
    .tour-mini-grid,
    .team-grid,
    .commitment-page-grid,
    .video-list,
    .gallery-grid,
    .media-mosaic {
        grid-template-columns: 1fr 1fr;
    }

    .listing-card > img,
    .article-card > img,
    .person-card > img {
        aspect-ratio: 16 / 10;
        height: auto;
    }
}

@media (max-width: 820px) {
    .header-cta {
        display: none;
    }

    .departure-rail {
        grid-template-columns: 120px 1fr;
    }

    .departure-rail > a {
        display: none;
    }

    .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-grid p:nth-child(2) {
        border-right: 1px solid var(--line-dark);
    }

    .proof-grid p:nth-child(-n+2) {
        border-bottom: 1px solid var(--line-dark);
    }

    .territory-heading,
    .journeys-heading,
    .commitment-grid,
    .journal-grid,
    .testimonial-heading {
        grid-template-columns: 1fr;
    }

    .territory-feature {
        grid-template-columns: 1fr;
    }

    .territory-image {
        min-height: 500px;
    }

    .territory-copy {
        min-height: 460px;
    }

    .journey-grid {
        grid-template-columns: 1fr;
    }

    .journey-card,
    .journey-card:not(.journey-card-featured) {
        min-height: 640px;
    }

    .house {
        grid-template-columns: 1fr;
    }

    .house-media,
    .house {
        min-height: 620px;
    }

    .house-copy {
        min-height: 670px;
    }

    .journal-image {
        min-height: 520px;
    }

    .quote-grid {
        grid-template-columns: 1fr;
    }

    .quote-grid blockquote,
    .quote-grid blockquote:last-child {
        border-left: 1px solid var(--line-dark);
        border-right: 1px solid var(--line-dark);
    }

    .quote-grid blockquote + blockquote {
        border-top: 1px solid var(--line-dark);
    }
}

@media (max-width: 600px) {
    :root {
        --page-gutter: 1rem;
    }

    html {
        scroll-padding-top: 84px;
    }

    .section-pad {
        padding-block: 4.25rem;
    }

    .site-header {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        left: 0;
        padding: 0.45rem 0.75rem;
        right: 0;
        top: 0;
    }

    .brand-mark {
        min-height: 52px;
    }

    .brand-mark img {
        height: 50px;
        width: 50px;
    }

    .brand-copy strong {
        font-size: 0.96rem;
    }

    .brand-copy small {
        font-size: 0.55rem;
    }

    .language-link {
        min-width: 36px;
    }

    .main-nav {
        padding-top: 7.4rem;
    }

    .main-nav > a {
        font-size: 1.75rem;
        padding-block: 0.62rem;
    }

    .hero {
        min-height: 820px;
    }

    .hero-picture img {
        object-position: 56% center;
    }

    .hero-shade {
        background:
            linear-gradient(0deg, rgba(29, 16, 11, 0.94) 0%, rgba(29, 16, 11, 0.55) 56%, rgba(29, 16, 11, 0.16) 100%),
            linear-gradient(90deg, rgba(29, 16, 11, 0.62), transparent 78%);
    }

    .hero-content {
        justify-content: flex-end;
        min-height: 820px;
        padding-block: 6.5rem 12.5rem;
    }

    .hero h1 {
        font-size: clamp(2.65rem, 11vw, 3.65rem);
        line-height: 1.02;
        margin-bottom: 1.2rem;
    }

    .hero-line {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .hero-actions .button {
        width: 100%;
    }

    .departure-rail {
        display: block;
        min-height: 190px;
        padding: 1.2rem 1rem;
    }

    .departure-rail > p {
        margin-bottom: 0.85rem;
    }

    .departure-list {
        gap: 0.75rem;
        grid-template-columns: 1fr;
    }

    .departure-list article {
        align-items: baseline;
        border-left: 0;
        display: grid;
        gap: 0.25rem;
        grid-template-columns: 92px 1fr;
        padding: 0;
    }

    .departure-list span {
        font-size: 0.84rem;
    }

    .proof-grid p {
        align-items: flex-start;
        flex-direction: column;
        font-size: 0.88rem;
        gap: 0.45rem;
        min-height: 112px;
        padding: 1.1rem;
    }

    .section-heading h2,
    .intro-grid h2,
    .section-head h2,
    .experience-copy h2,
    .commitment-copy h2,
    .commitment h2,
    .journal-copy h2,
    .testimonials h2,
    .testimonial-heading h2,
    .final-cta h2,
    .final-content h2 {
        font-size: clamp(1.85rem, 8.8vw, 2.75rem);
        line-height: 1.1;
    }

    .territory-heading {
        gap: 1.3rem;
    }

    .territory-image {
        min-height: 390px;
    }

    .territory-copy {
        min-height: 430px;
        padding: 2rem 1.5rem;
    }

    .territory-index {
        font-size: 8rem;
    }

    .territory-copy h3 {
        font-size: 2.45rem;
        line-height: 1.06;
    }

    .journeys-heading {
        gap: 1.35rem;
    }

    .journey-card,
    .journey-card:not(.journey-card-featured) {
        min-height: 620px;
    }

    .journey-body {
        padding: 1.35rem;
    }

    .journey-body h3,
    .journey-card:not(.journey-card-featured) .journey-body h3 {
        font-size: 2.1rem;
        line-height: 1.08;
    }

    .journey-body dl {
        grid-template-columns: 1fr;
    }

    .journey-body dl > div + div {
        border-left: 0;
        border-top: 1px solid var(--line-light);
        margin-top: 0.8rem;
        padding-left: 0;
        padding-top: 0.8rem;
    }

    .house-media,
    .house {
        min-height: 540px;
    }

    .house-copy {
        min-height: 0;
        padding: 5rem 1rem;
    }

    .house-copy > h2 {
        font-size: 2.45rem;
        line-height: 1.08;
    }

    .team-note {
        padding-left: 1rem;
    }

    .commitment-grid {
        gap: 2.8rem;
    }

    .journal-grid {
        gap: 2.7rem;
    }

    .journal-image {
        min-height: 420px;
    }

    .testimonial-heading {
        gap: 1.2rem;
    }

    .quote-grid blockquote {
        padding: 2rem 1.35rem;
    }

    .final-cta,
    .final-content {
        min-height: 690px;
    }

    .final-shade {
        background: linear-gradient(0deg, rgba(29, 16, 11, 0.96), rgba(29, 16, 11, 0.52));
    }

    .final-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .final-actions .button {
        width: 100%;
    }

    .footer-grid {
        gap: 2.5rem;
        grid-template-columns: 1fr;
    }

    .site-footer address {
        grid-column: auto;
    }

    .footer-base {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .inner-hero,
    .detail-hero {
        min-height: 640px;
    }

    .inner-hero-content,
    .detail-hero-content {
        min-height: 640px;
        padding-block: 7rem 3.5rem;
    }

    .inner-hero-content h1,
    .detail-hero-content h1 {
        font-size: clamp(2.35rem, 10vw, 3.35rem);
        line-height: 1.04;
    }

    .filter-bar {
        align-items: stretch;
    }

    .departure-cards,
    .tour-mini-grid,
    .team-grid,
    .commitment-page-grid,
    .video-list,
    .gallery-grid,
    .media-mosaic,
    .meta-row,
    .hero-facts {
        grid-template-columns: 1fr;
    }

    .media-mosaic figure:first-child {
        grid-row: auto;
    }

    .day-timeline article {
        gap: 0.7rem;
        grid-template-columns: 1fr;
    }

    .listing-card h2,
    .article-card h2,
    .person-card h2,
    .prose-block h2,
    .info-panel h2,
    .commitment-page-grid h2 {
        font-size: clamp(1.65rem, 8vw, 2.35rem);
    }

    .form-grid,
    .form-actions {
        grid-template-columns: 1fr;
    }

    .form-actions {
        display: grid;
    }

    .form-actions .button {
        width: 100%;
    }
}

/* Proportional refinement — aligned with the approved editorial mockups. */
.site-header {
    background: rgba(255, 253, 247, 0.97);
    border: 0;
    border-bottom: 1px solid var(--line-dark);
    border-radius: 0;
    color: var(--brand-ink);
    left: 0;
    padding: 0.35rem var(--page-gutter);
    right: 0;
    top: 0;
}

.site-header.is-scrolled {
    background: rgba(255, 253, 247, 0.98);
    box-shadow: 0 8px 28px rgba(42, 23, 16, 0.09);
}

.brand-mark,
.brand-mark img {
    min-height: 48px;
}

.brand-mark img {
    height: 48px;
    width: 48px;
}

.brand-copy strong {
    font-size: 1.06rem;
}

.main-nav > a {
    color: rgba(42, 23, 16, 0.78);
}

.main-nav > a:hover,
.main-nav > a:focus-visible,
.main-nav > a[aria-current="page"] {
    color: var(--brand-primary);
}

.main-nav > a[aria-current="page"]::after {
    transform: scaleX(1);
}

.header-cta {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: var(--brand-soft);
    min-height: 44px;
    padding-inline: 1.15rem;
}

.header-cta:hover {
    background: #8d2e08;
    border-color: #8d2e08;
}

.section-pad {
    padding-block: clamp(3.75rem, 5.6vw, 5.75rem);
}

.section-heading h2,
.intro-grid h2,
.section-head h2,
.experience-copy h2,
.commitment-copy h2,
.commitment h2,
.journal-copy h2,
.testimonials h2,
.testimonial-heading h2,
.final-cta h2,
.final-content h2 {
    font-size: clamp(1.9rem, 3vw, 3.2rem);
}

.hero,
.hero-content {
    min-height: clamp(620px, 78svh, 720px);
}

.hero-content {
    padding-block: 8rem 9.5rem;
}

.hero h1 {
    font-size: clamp(2.9rem, 5vw, 5.25rem);
    max-width: 760px;
}

.hero-line {
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    max-width: 580px;
}

.hero-actions .button {
    min-width: 190px;
}

.hero-coordinate {
    bottom: 8rem;
}

.departure-rail {
    grid-template-columns: 135px 1fr auto;
    min-height: 104px;
    padding-block: 0.9rem;
}

.proof-grid p {
    font-size: 0.9rem;
    min-height: 76px;
    padding-block: 0.75rem;
}

.territory-heading {
    gap: 1.5rem 2rem;
    margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.territory-feature,
.territory-image {
    min-height: 420px;
}

.territory-copy {
    padding: clamp(1.75rem, 3.6vw, 3.25rem);
}

.territory-index {
    font-size: clamp(6rem, 10vw, 9rem);
}

.territory-copy h3 {
    font-size: clamp(2rem, 3vw, 3.15rem);
    margin-bottom: 1rem;
}

.territory-copy > p:not(.section-kicker):not(.territory-index) {
    line-height: 1.58;
    margin-bottom: 1.35rem;
}

.journeys-heading {
    gap: 2rem;
    margin-bottom: clamp(2.25rem, 4vw, 3.25rem);
}

.journey-card,
.journey-card:not(.journey-card-featured) {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-md);
    color: var(--brand-ink);
    display: grid;
    grid-template-rows: 245px 1fr;
    min-height: 500px;
}

.journey-card > img {
    height: 245px;
    inset: auto;
    object-position: center;
    position: relative;
}

.journey-card:not(.journey-card-featured) > img {
    object-position: center;
}

.journey-overlay {
    background: linear-gradient(180deg, rgba(29, 16, 11, 0.28), transparent 64%);
    bottom: auto;
    height: 245px;
}

.journey-topline {
    color: var(--brand-soft);
    top: 1rem;
}

.journey-body {
    bottom: auto;
    display: grid;
    left: auto;
    padding: 1.35rem 1.5rem 1.5rem;
    position: relative;
    right: auto;
}

.journey-body > p:first-child {
    color: var(--brand-primary);
    margin-bottom: 0.5rem;
}

.journey-body h3,
.journey-card:not(.journey-card-featured) .journey-body h3 {
    font-size: clamp(1.65rem, 2.5vw, 2.4rem);
    margin-bottom: 0.65rem;
}

.journey-body > p:nth-of-type(2) {
    color: var(--brand-muted);
    font-size: 0.93rem;
    margin-bottom: 0;
}

.journey-body dl {
    border-color: var(--line-dark);
    margin: 1rem 0 0.65rem;
    padding-block: 0.8rem;
}

.journey-body dl > div + div {
    border-color: var(--line-dark);
}

.journey-body dt {
    color: var(--brand-muted);
}

.journey-body > a {
    color: var(--brand-primary);
}

.house,
.house-media {
    min-height: 620px;
}

.house-copy {
    padding: clamp(2.75rem, 5vw, 5rem);
}

.house-copy > h2 {
    font-size: clamp(2rem, 3vw, 3.25rem);
    margin-bottom: 1.25rem;
}

.team-note {
    margin-block: 1.4rem;
}

.commitment-grid,
.journal-grid {
    gap: clamp(2.5rem, 6vw, 6rem);
}

.commitment-copy > p:last-child {
    margin-top: 1.4rem;
}

.commitment-list li {
    min-height: 76px;
}

.journal-image {
    min-height: 470px;
}

.testimonial-heading {
    margin-bottom: clamp(2rem, 3vw, 3rem);
}

.quote-grid blockquote {
    padding: clamp(1.25rem, 3vw, 2.25rem);
}

.quote-mark {
    font-size: 3rem;
    height: 1.75rem;
}

.quote-grid blockquote > p {
    font-size: clamp(1.1rem, 1.5vw, 1.45rem);
    margin-bottom: 1.4rem;
}

.final-cta,
.final-content {
    min-height: 420px;
}

.inner-contact,
.inner-contact .final-content {
    min-height: 300px;
}

.inner-contact .final-content {
    padding-block: 2.5rem;
}

.inner-contact .final-content h2 {
    font-size: clamp(1.85rem, 2.7vw, 2.8rem);
}

.inner-contact .final-content > p:not(.section-kicker) {
    margin-top: 1rem;
}

.inner-contact .final-actions {
    margin-top: 1.25rem;
}

.final-content {
    padding-block: 3.5rem;
}

.site-footer {
    padding-block: 3rem 1.25rem;
}

.footer-grid {
    gap: 2.5rem;
}

.footer-base {
    margin-top: 2rem;
}

.inner-hero,
.inner-hero-content,
.catalog-hero,
.catalog-hero .inner-hero-content {
    min-height: 470px;
}

.inner-hero-content,
.catalog-hero .inner-hero-content {
    padding-block: 7.5rem 3rem;
}

.catalog-hero .inner-hero-content h1 {
    font-size: clamp(2.75rem, 4.5vw, 4.75rem);
    margin-bottom: 0.8rem;
}

.catalog-hero .inner-hero-content > p:not(.section-kicker):not(.catalog-breadcrumb) {
    max-width: 610px;
}

.catalog-hero .button {
    margin-top: 0.55rem;
    min-width: 190px;
    width: fit-content;
}

.catalog-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    font-size: 0.76rem;
    gap: 0.7rem;
    margin-bottom: 1.25rem;
}

.catalog-breadcrumb a:hover {
    color: var(--brand-soft);
}

.catalog-section {
    background: var(--warm-input);
}

.catalog-layout {
    align-items: start;
    display: grid;
    gap: 1.4rem;
    grid-template-columns: 250px minmax(0, 1fr);
}

.catalog-sidebar {
    background:
        radial-gradient(circle at 15% 20%, rgba(181, 125, 43, 0.08), transparent 34%),
        var(--brand-sand);
    border: 1px solid var(--line-dark);
    padding: 1.35rem;
    position: sticky;
    top: 88px;
}

.catalog-sidebar h2 {
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

.catalog-sidebar .filter-bar {
    align-items: stretch;
    border: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
}

.catalog-sidebar .filter-bar select {
    background: var(--warm-input);
    width: 100%;
}

.catalog-sidebar .filter-bar .button {
    justify-content: center;
    margin-top: 0.25rem;
    width: 100%;
}

.catalog-sidebar-note {
    border-top: 1px solid var(--line-dark);
    color: var(--brand-muted);
    font-size: 0.8rem;
    line-height: 1.55;
    margin: 1.4rem 0 0;
    padding-top: 1.2rem;
}

.catalog-toolbar {
    align-items: center;
    border-bottom: 1px solid var(--line-dark);
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    min-height: 44px;
    padding-bottom: 0.85rem;
}

.catalog-toolbar p {
    font-family: "Roboto Slab", Roboto, sans-serif;
    margin: 0;
}

.catalog-toolbar span {
    color: var(--brand-muted);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.listing-card {
    border-radius: var(--radius-md);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 210px 1fr;
    min-height: 455px;
    overflow: hidden;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.listing-card:hover {
    box-shadow: var(--shadow-soft);
    transform: translateY(-3px);
}

.listing-visual {
    overflow: hidden;
    position: relative;
}

.listing-card > .listing-visual {
    align-content: normal;
    display: block;
    padding: 0;
}

.listing-visual::after {
    background: linear-gradient(180deg, rgba(29, 16, 11, 0.34), transparent 55%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.listing-visual img {
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
    width: 100%;
}

.listing-card:hover .listing-visual img {
    transform: scale(1.025);
}

.listing-badge,
.listing-duration {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    position: absolute;
    text-transform: uppercase;
    top: 0.85rem;
    z-index: 1;
}

.listing-badge {
    background: #f3d0ae;
    border-radius: var(--radius-sm);
    color: var(--brand-ink);
    left: 0.85rem;
    padding: 0.48rem 0.65rem;
}

.listing-duration {
    color: var(--brand-soft);
    right: 0.85rem;
}

.listing-card > .listing-content {
    align-content: start;
    display: grid;
    padding: 1.2rem 1.25rem 1.3rem;
    position: relative;
}

.listing-content .section-kicker {
    margin-bottom: 0.45rem;
}

.listing-content h2 {
    font-size: clamp(1.55rem, 2.1vw, 2.15rem);
    margin-bottom: 0.65rem;
    padding-right: 2.75rem;
}

.listing-content > p:not(.section-kicker) {
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.listing-content .meta-row {
    gap: 0.55rem;
    margin: 1rem 0 0;
}

.listing-content .meta-row dt {
    font-size: 0.6rem;
}

.listing-content .meta-row dd {
    font-size: 0.78rem;
}

.listing-arrow {
    align-items: center;
    background: #ead3ba;
    border-radius: 50%;
    bottom: 1rem;
    color: var(--brand-ink);
    display: inline-flex;
    font-size: 1.25rem;
    height: 44px;
    justify-content: center;
    position: absolute;
    right: 1rem;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
    width: 44px;
}

.listing-arrow:hover,
.listing-arrow:focus-visible {
    background: var(--brand-primary);
    color: var(--brand-soft);
    transform: translateX(2px);
}

@media (max-width: 1120px) {
    .site-header {
        grid-template-columns: auto 1fr;
    }

    .main-nav {
        background: var(--warm-input);
        color: var(--brand-ink);
    }

    .main-nav > a {
        border-color: var(--line-dark);
        color: var(--brand-ink);
    }

    .main-nav > a:hover,
    .main-nav > a:focus-visible {
        color: var(--brand-primary);
    }

    .mobile-nav-intro strong,
    .mobile-nav-contact span {
        color: var(--brand-muted);
    }

    .catalog-layout {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .catalog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .catalog-layout {
        grid-template-columns: 1fr;
    }

    .catalog-sidebar {
        padding: 1rem;
        position: static;
    }

    .catalog-sidebar h2 {
        font-size: 1.15rem;
        margin-bottom: 0.85rem;
    }

    .catalog-sidebar .filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-sidebar .filter-bar .button,
    .catalog-sidebar .filter-bar .text-link {
        grid-column: 1 / -1;
    }

    .catalog-sidebar-note {
        display: none;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .section-pad {
        padding-block: 3.5rem;
    }

    .site-header {
        padding-block: 0.3rem;
    }

    .brand-mark,
    .brand-mark img {
        min-height: 44px;
    }

    .brand-mark img {
        height: 44px;
        width: 44px;
    }

    .main-nav {
        padding-top: 6.7rem;
    }

    .main-nav > a {
        font-size: 1.55rem;
        padding-block: 0.52rem;
    }

    .hero,
    .hero-content {
        min-height: 700px;
    }

    .hero-content {
        padding-block: 6.1rem 10.75rem;
    }

    .hero h1 {
        font-size: clamp(2.45rem, 10vw, 3.2rem);
    }

    .hero-line {
        font-size: 0.94rem;
    }

    .departure-rail {
        min-height: 164px;
        padding-block: 0.9rem;
    }

    .proof-grid p {
        min-height: 90px;
        padding: 0.9rem;
    }

    .section-heading h2,
    .intro-grid h2,
    .section-head h2,
    .experience-copy h2,
    .commitment-copy h2,
    .commitment h2,
    .journal-copy h2,
    .testimonials h2,
    .testimonial-heading h2,
    .final-cta h2,
    .final-content h2 {
        font-size: clamp(1.75rem, 7.7vw, 2.35rem);
    }

    .territory-image {
        min-height: 235px;
    }

    .territory-copy {
        min-height: 275px;
        padding: 1.6rem 1.25rem;
    }

    .territory-index {
        font-size: 6.5rem;
    }

    .territory-copy h3 {
        font-size: 2.05rem;
    }

    .journey-card,
    .journey-card:not(.journey-card-featured) {
        grid-template-rows: 190px 1fr;
        min-height: 430px;
    }

    .journey-card > img,
    .journey-overlay {
        height: 190px;
    }

    .journey-body h3,
    .journey-card:not(.journey-card-featured) .journey-body h3 {
        font-size: 1.8rem;
    }

    .journey-body dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .journey-body dl > div + div {
        border-left: 1px solid var(--line-dark);
        border-top: 0;
        margin-top: 0;
        padding-left: 0.8rem;
        padding-top: 0;
    }

    .house,
    .house-media {
        min-height: 390px;
    }

    .house-copy {
        padding: 3.25rem 1rem;
    }

    .house-copy > h2 {
        font-size: 2.15rem;
    }

    .journal-image {
        min-height: 330px;
    }

    .quote-grid blockquote {
        padding: 1.5rem 1.1rem;
    }

    .final-cta,
    .final-content {
        min-height: 480px;
    }

    .inner-contact,
    .inner-contact .final-content {
        min-height: 360px;
    }

    .inner-contact .final-content {
        padding-block: 2.5rem;
    }

    .site-footer {
        padding-top: 2.5rem;
    }

    .site-footer .footer-grid {
        gap: 1.6rem;
    }

    .site-footer nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer address {
        gap: 0.55rem;
    }

    .site-footer .newsletter-form {
        gap: 0.6rem;
    }

    .site-footer .newsletter-form input,
    .site-footer .newsletter-form .button {
        min-height: 44px;
    }

    .site-footer .footer-base {
        margin-top: 1.5rem;
    }

    .inner-hero,
    .inner-hero-content,
    .catalog-hero,
    .catalog-hero .inner-hero-content {
        min-height: 500px;
    }

    .inner-hero-content,
    .catalog-hero .inner-hero-content {
        padding-block: 6.5rem 2.3rem;
    }

    .catalog-hero .inner-hero-content h1 {
        font-size: clamp(2.4rem, 11vw, 3.1rem);
    }

    .catalog-hero .inner-hero-content > p:not(.section-kicker):not(.catalog-breadcrumb) {
        font-size: 0.94rem;
        line-height: 1.5;
    }

    .catalog-breadcrumb {
        display: none;
    }

    .catalog-section {
        padding-block: 1rem 3.25rem;
    }

    .catalog-layout {
        gap: 1rem;
        width: calc(100% - 1.25rem);
    }

    .catalog-sidebar {
        border-inline: 0;
        margin-inline: -0.375rem;
        padding: 1rem 0.75rem;
    }

    .catalog-sidebar h2 {
        font-size: 1.05rem;
    }

    .catalog-sidebar .filter-bar {
        gap: 0.7rem;
    }

    .catalog-sidebar .filter-bar label span {
        font-size: 0.58rem;
    }

    .catalog-sidebar .filter-bar select {
        font-size: 0.8rem;
        min-height: 44px;
        padding-inline: 0.55rem;
    }

    .catalog-sidebar .filter-bar .button {
        min-height: 44px;
    }

    .catalog-toolbar {
        align-items: flex-start;
        gap: 0.5rem;
    }

    .catalog-toolbar span {
        max-width: 145px;
        text-align: right;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .listing-card {
        grid-template-rows: 165px 1fr;
        min-height: 395px;
    }

    .listing-card > .listing-content {
        padding: 1rem;
    }

    .listing-content h2 {
        font-size: 1.65rem;
    }

    .listing-content > p:not(.section-kicker) {
        font-size: 0.84rem;
    }

    .listing-content .meta-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-right: 2.6rem;
    }

    .listing-arrow {
        bottom: 0.85rem;
        height: 40px;
        right: 0.85rem;
        width: 40px;
    }
}

/* Tour detail — editorial rhythm from the approved detail mockups. */
.detail-hero,
.detail-hero-content {
    min-height: 525px;
}

.detail-hero img {
    object-position: center 54%;
}

.detail-hero-content {
    padding-block: 7.75rem 3rem;
}

.detail-hero-content h1 {
    font-size: clamp(2.8rem, 4.7vw, 4.9rem);
    margin-bottom: 0.75rem;
    max-width: 850px;
}

.detail-hero-content > p:not(.section-kicker):not(.detail-breadcrumb) {
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.55;
    margin-bottom: 0;
    max-width: 620px;
}

.detail-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    font-size: 0.75rem;
    gap: 0.65rem;
    margin-bottom: 1.2rem;
}

.detail-breadcrumb a:hover {
    color: var(--brand-soft);
}

.detail-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.detail-hero-actions .button {
    min-width: 200px;
}

.detail-fact-bar {
    background: var(--warm-input);
    border-bottom: 1px solid var(--line-dark);
}

.detail-fact-bar .hero-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-block: 0;
    max-width: var(--page-width);
}

.detail-fact-bar .hero-facts > div {
    align-items: center;
    border-color: var(--line-dark);
    display: grid;
    gap: 0.65rem;
    grid-template-columns: auto 1fr;
    min-height: 104px;
    padding: 1rem 1.2rem;
}

.detail-fact-bar .hero-facts > div:first-child {
    border-left: 0;
}

.detail-fact-bar .hero-facts dt {
    align-items: center;
    border: 1px solid rgba(120, 37, 1, 0.45);
    border-radius: 50%;
    color: var(--brand-primary);
    display: inline-flex;
    font-size: 0;
    height: 38px;
    justify-content: center;
    letter-spacing: 0;
    width: 38px;
}

.detail-fact-bar .hero-facts dt::before {
    content: "•";
    font-size: 1.15rem;
}

.detail-fact-bar .hero-facts dd {
    display: grid;
    gap: 0.2rem;
    margin: 0;
}

.detail-fact-bar .hero-facts dd strong {
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: 0.98rem;
}

.detail-fact-bar .hero-facts dd span {
    color: var(--brand-muted);
    font-size: 0.72rem;
    line-height: 1.35;
}

.detail-experience {
    background: var(--warm-input);
}

.detail-experience-grid {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 5vw, 4.5rem);
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
}

.experience-intro h2,
.practical-heading h2,
.itinerary-heading h2,
.guide-card h2,
.related-heading h2,
.extras-heading h2 {
    font-size: clamp(1.9rem, 3vw, 3.05rem);
    line-height: 1.08;
    margin-bottom: 1rem;
}

.experience-intro > p:not(.section-kicker) {
    color: var(--brand-muted);
    line-height: 1.68;
}

.experience-intro > p.experience-highlight {
    border-left: 2px solid var(--brand-primary);
    color: var(--brand-ink);
    font-family: "Roboto Slab", Roboto, sans-serif;
    margin: 1.4rem 0 0;
    padding: 0.35rem 0 0.35rem 1rem;
}

.detail-gallery {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 1.25fr 0.8fr 0.8fr;
}

.detail-gallery figure {
    background: var(--brand-night);
    border-radius: var(--radius-md);
    height: 330px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.detail-gallery figure::after {
    background: linear-gradient(0deg, rgba(29, 16, 11, 0.72), transparent 52%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.detail-gallery img {
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
    width: 100%;
}

.detail-gallery figure:hover img {
    transform: scale(1.025);
}

.detail-gallery figcaption {
    bottom: 0.85rem;
    color: var(--brand-soft);
    font-size: 0.62rem;
    font-weight: 700;
    left: 0.85rem;
    letter-spacing: 0.12em;
    position: absolute;
    right: 0.85rem;
    text-transform: uppercase;
    z-index: 1;
}

.itinerary-section {
    background: var(--brand-sand);
    border-block: 1px solid var(--line-dark);
}

.itinerary-heading {
    align-items: end;
    display: grid;
    gap: 1.2rem 2rem;
    grid-template-columns: 190px minmax(0, 1fr) minmax(220px, 0.42fr);
    margin-bottom: 2.25rem;
}

.itinerary-heading .section-kicker,
.itinerary-heading h2,
.itinerary-heading > p:last-child {
    margin-bottom: 0;
}

.itinerary-heading > p:last-child {
    color: var(--brand-muted);
    line-height: 1.55;
}

.itinerary-section .day-timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.itinerary-section .day-timeline article {
    border-bottom: 0;
    border-top: 1px solid rgba(120, 37, 1, 0.4);
    display: block;
    min-height: 190px;
    padding: 1.6rem 1.4rem 0 0;
    position: relative;
}

.itinerary-section .day-timeline article::before {
    background: var(--brand-primary);
    border: 4px solid var(--brand-sand);
    border-radius: 50%;
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    top: -7px;
    width: 13px;
}

.itinerary-section .day-timeline article > span {
    display: block;
    font-size: 0.66rem;
    margin-bottom: 0.65rem;
}

.itinerary-section .day-timeline h3 {
    font-size: clamp(1.25rem, 1.7vw, 1.65rem);
    margin-bottom: 0.55rem;
}

.itinerary-section .day-timeline article > div > p {
    color: var(--brand-muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.itinerary-section .day-timeline .meta-row {
    display: none;
}

.practical-section {
    background: var(--warm-input);
}

.practical-heading {
    align-items: end;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 0.4fr 1fr;
    margin-bottom: 2rem;
}

.practical-heading .section-kicker,
.practical-heading h2 {
    margin-bottom: 0;
}

.practical-grid {
    border-block: 1px solid var(--line-dark);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.practical-grid article {
    border-left: 1px solid var(--line-dark);
    min-height: 220px;
    padding: 1.35rem;
}

.practical-grid article:last-child {
    border-right: 1px solid var(--line-dark);
}

.practical-grid article > span {
    align-items: center;
    border: 1px solid rgba(120, 37, 1, 0.5);
    border-radius: 50%;
    color: var(--brand-primary);
    display: inline-flex;
    font-size: 1rem;
    height: 40px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 40px;
}

.practical-grid h3 {
    font-size: 1.15rem;
    margin-bottom: 0.7rem;
}

.practical-grid p {
    color: var(--brand-muted);
    font-size: 0.82rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.detail-stories {
    background: var(--brand-sand);
}

.detail-st-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.guide-card,
.detail-testimonial,
.related-journeys {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
}

.guide-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
    min-height: 390px;
}

.guide-card-image {
    min-height: 390px;
    overflow: hidden;
}

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

.guide-card > div:last-child {
    align-content: center;
    display: grid;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.guide-card h2 {
    font-size: clamp(1.75rem, 2.4vw, 2.45rem);
}

.guide-card h3 {
    color: var(--brand-primary);
    font-size: 1rem;
    margin: 0.5rem 0 0.35rem;
}

.guide-card > div:last-child > p:not(.section-kicker) {
    color: var(--brand-muted);
    line-height: 1.58;
}

.detail-testimonial {
    align-content: center;
    display: grid;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.detail-testimonial blockquote {
    margin: 0;
}

.detail-testimonial blockquote > span {
    color: var(--brand-primary);
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: 3rem;
    line-height: 0.6;
}

.detail-testimonial blockquote > p {
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-size: clamp(1.2rem, 1.8vw, 1.65rem);
    line-height: 1.45;
    margin: 0.8rem 0 1.5rem;
}

.detail-testimonial footer {
    display: grid;
    gap: 0.25rem;
}

.detail-testimonial footer small {
    color: var(--brand-muted);
}

.related-journeys {
    grid-column: 1 / -1;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.related-heading {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.related-heading h2 {
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
    margin-bottom: 0;
}

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

.related-card {
    border-radius: var(--radius-md);
    color: var(--brand-soft);
    min-height: 260px;
    overflow: hidden;
    position: relative;
}

.related-card > img,
.related-card::after {
    inset: 0;
    position: absolute;
}

.related-card > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.related-card::after {
    background: linear-gradient(0deg, rgba(29, 16, 11, 0.92), transparent 72%);
    content: "";
}

.related-card > div {
    bottom: 0;
    left: 0;
    padding: 1.2rem;
    position: absolute;
    right: 0;
    z-index: 1;
}

.related-card p {
    color: #e7bd82;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.related-card h3 {
    font-size: 1.65rem;
    margin-bottom: 0.45rem;
}

.related-card span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
}

.related-card a {
    align-items: center;
    background: var(--warm-input);
    border-radius: 50%;
    bottom: 1rem;
    color: var(--brand-ink);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 1rem;
    transition: background 160ms ease, color 160ms ease;
    width: 42px;
}

.related-card a:hover,
.related-card a:focus-visible {
    background: var(--brand-primary);
    color: var(--brand-soft);
}

.detail-extras {
    background: var(--warm-input);
    border-top: 1px solid var(--line-dark);
}

.detail-extras-grid {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.extras-heading {
    margin-bottom: 1.4rem;
}

.extras-heading h2 {
    font-size: clamp(1.65rem, 2.5vw, 2.5rem);
}

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

.detail-video-list .video-card img {
    aspect-ratio: 16 / 8;
}

@media (max-width: 900px) {
    .detail-experience-grid,
    .detail-st-grid,
    .detail-extras-grid {
        grid-template-columns: 1fr;
    }

    .practical-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .practical-grid article:nth-child(odd) {
        border-right: 0;
    }

    .practical-grid article {
        border-bottom: 1px solid var(--line-dark);
    }

    .detail-testimonial {
        min-height: 320px;
    }
}

@media (max-width: 600px) {
    .detail-hero,
    .detail-hero-content {
        min-height: 640px;
    }

    .detail-hero img {
        object-position: 58% center;
    }

    .detail-hero-content {
        justify-content: flex-end;
        padding-block: 6.25rem 2rem;
    }

    .detail-breadcrumb {
        display: none;
    }

    .detail-hero-content h1 {
        font-size: clamp(2.4rem, 11vw, 3.05rem);
        margin-bottom: 0.75rem;
    }

    .detail-hero-content > p:not(.section-kicker):not(.detail-breadcrumb) {
        font-size: 0.94rem;
    }

    .detail-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .detail-hero-actions .button {
        width: 100%;
    }

    .detail-fact-bar .hero-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-fact-bar .hero-facts > div {
        align-items: start;
        grid-template-columns: 1fr;
        min-height: 132px;
        padding: 1rem;
    }

    .detail-fact-bar .hero-facts > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--line-dark);
    }

    .detail-fact-bar .hero-facts > div:nth-child(4) {
        border-top: 1px solid var(--line-dark);
    }

    .detail-fact-bar .hero-facts dt {
        height: 32px;
        width: 32px;
    }

    .detail-gallery {
        display: grid;
        gap: 0.65rem;
        grid-auto-columns: 82%;
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding-bottom: 0.85rem;
        scroll-snap-type: x mandatory;
    }

    .detail-gallery figure {
        height: 280px;
        scroll-snap-align: start;
    }

    .itinerary-heading,
    .practical-heading {
        align-items: start;
        grid-template-columns: 1fr;
        margin-bottom: 1.75rem;
    }

    .itinerary-section .day-timeline {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 0.4rem;
    }

    .itinerary-section .day-timeline article {
        border-left: 1px solid rgba(120, 37, 1, 0.42);
        border-top: 0;
        min-height: 0;
        padding: 0 0 2rem 2rem;
    }

    .itinerary-section .day-timeline article:last-child {
        border-left-color: transparent;
        padding-bottom: 0;
    }

    .itinerary-section .day-timeline article::before {
        left: -7px;
        top: 0;
    }

    .itinerary-section .day-timeline h3 {
        font-size: 1.4rem;
    }

    .practical-grid {
        border: 0;
        gap: 0.65rem;
        grid-template-columns: 1fr;
    }

    .practical-grid article,
    .practical-grid article:last-child {
        align-items: center;
        background: var(--brand-sand);
        border: 1px solid var(--line-dark);
        display: grid;
        gap: 0.45rem 1rem;
        grid-template-columns: 40px 1fr;
        min-height: 0;
        padding: 1rem;
    }

    .practical-grid article > span {
        grid-row: 1 / 3;
        margin-bottom: 0;
    }

    .practical-grid h3,
    .practical-grid p {
        margin-bottom: 0;
    }

    .guide-card {
        grid-template-columns: 1fr;
    }

    .guide-card-image {
        min-height: 260px;
    }

    .guide-card > div:last-child,
    .detail-testimonial,
    .related-journeys {
        padding: 1.25rem;
    }

    .detail-testimonial {
        min-height: 0;
    }

    .related-heading {
        align-items: start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .related-card {
        min-height: 260px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .skip-link,
    .site-header,
    .main-nav > a::after,
    .header-cta,
    .button,
    .menu-toggle span,
    .territory-image img,
    .text-link,
    .journey-card > img,
    .listing-card,
    .listing-visual img,
    .listing-arrow,
    .detail-gallery img,
    .related-card a {
        transition: none;
    }
}

@media (forced-colors: active) {
    * {
        scrollbar-color: auto;
    }
}

/* Connected editorial content: source media, clean rich text, and cultural events. */
.rich-text {
    color: var(--brand-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.rich-text > :first-child {
    margin-top: 0;
}

.rich-text > :last-child {
    margin-bottom: 0;
}

.rich-text h2,
.rich-text h3,
.rich-text h4 {
    color: var(--brand-ink);
    line-height: 1.18;
    margin: 2rem 0 0.8rem;
}

.rich-text h2 {
    font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.rich-text h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.7rem);
}

.rich-text p,
.rich-text ul,
.rich-text ol,
.rich-text blockquote {
    margin-bottom: 1.1rem;
}

.rich-text ul,
.rich-text ol {
    padding-left: 1.25rem;
}

.rich-text a {
    color: var(--brand-primary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.compact-rich-text {
    font-size: 0.93rem;
    line-height: 1.62;
}

.detail-experience-single {
    grid-template-columns: minmax(0, 760px);
}

.detail-fact-bar .hero-facts {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.home-event {
    background: var(--brand-night);
    color: var(--brand-soft);
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    min-height: 620px;
}

.home-event-media {
    min-height: 620px;
    overflow: hidden;
}

.home-event-media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
    width: 100%;
}

.home-event:hover .home-event-media img {
    transform: scale(1.018);
}

.home-event-copy {
    align-content: center;
    display: grid;
    max-width: 720px;
    padding: clamp(3rem, 7vw, 7rem);
}

.home-event-copy .section-kicker {
    color: #dfad68;
}

.home-event-copy h2 {
    font-size: clamp(2rem, 3.5vw, 3.6rem);
    line-height: 1.06;
    margin-bottom: 1.35rem;
}

.home-event-copy > p:not(.section-kicker) {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.68;
}

.home-event-period {
    border-block: 1px solid var(--line-light);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0.75rem 0 1.6rem;
    padding-block: 1rem;
    text-transform: uppercase;
}

.event-card {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    min-height: 560px;
}

.event-card-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.event-card-copy {
    align-content: center;
    display: grid;
    padding: clamp(2rem, 5vw, 4.5rem);
}

.event-card-copy h2,
.event-story h2 {
    font-size: clamp(2rem, 3.4vw, 3.5rem);
    line-height: 1.08;
    margin-bottom: 1.15rem;
}

.event-card-copy > p:not(.section-kicker),
.event-story aside > p:not(.section-kicker) {
    color: var(--brand-muted);
    line-height: 1.68;
}

.event-markers {
    border-block: 1px solid var(--line-dark);
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1.35rem 0 1.6rem;
    padding-block: 1rem;
}

.event-markers dt,
.event-fact-strip span {
    color: var(--brand-primary);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.event-markers dd {
    line-height: 1.45;
    margin: 0.35rem 0 0;
}

.event-detail-hero img,
.event-index-hero img {
    object-position: center 35%;
}

.event-fact-strip {
    background: var(--warm-input);
    border-bottom: 1px solid var(--line-dark);
}

.event-fact-strip .page-shell {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-fact-strip p {
    border-left: 1px solid var(--line-dark);
    display: grid;
    gap: 0.45rem;
    margin: 0;
    min-height: 112px;
    padding: 1.35rem;
}

.event-fact-strip p:last-child {
    border-right: 1px solid var(--line-dark);
}

.event-story {
    background: var(--brand-sand);
}

.event-story-grid {
    align-items: start;
    display: grid;
    gap: clamp(2.5rem, 7vw, 7rem);
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.event-story aside {
    position: sticky;
    top: 110px;
}

.event-prose {
    font-size: 1.08rem;
    max-width: 760px;
}

.team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.person-card {
    min-height: 0;
}

.person-card-lead {
    grid-column: span 2;
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
    min-height: 480px;
}

.person-card-guide {
    display: block;
}

.person-card-guide > img {
    aspect-ratio: 1 / 1.08;
    height: auto;
    object-position: center top;
}

.person-card-guide > div {
    padding: 1.15rem;
}

.person-card-guide h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.article-media-rail {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.article-media-rail img {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1050px) {
    .home-event,
    .event-card {
        grid-template-columns: 1fr 1fr;
    }

    .team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .person-card-lead {
        grid-column: span 3;
    }
}

@media (max-width: 760px) {
    .home-event,
    .event-card,
    .event-story-grid {
        grid-template-columns: 1fr;
    }

    .home-event-media,
    .event-card-media {
        min-height: 380px;
    }

    .home-event-copy {
        padding: 2.25rem var(--page-gutter) 3rem;
    }

    .event-fact-strip .page-shell,
    .team-grid,
    .article-media-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event-fact-strip p:last-child {
        border-right: 0;
        grid-column: 1 / -1;
    }

    .event-story aside {
        position: static;
    }

    .person-card-lead {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .person-card-lead > img {
        aspect-ratio: 4 / 3;
        height: auto;
        object-position: center 28%;
    }
}

@media (max-width: 480px) {
    .event-fact-strip .page-shell,
    .team-grid,
    .article-media-rail,
    .event-markers {
        grid-template-columns: 1fr;
    }

    .event-fact-strip p,
    .event-fact-strip p:last-child {
        border-left: 0;
        border-top: 1px solid var(--line-dark);
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-event-media img {
        transition: none;
    }
}

/* Project review adjustments — September 2026 */
main p:not(.section-kicker):not(.eyebrow):not(.detail-breadcrumb):not(.step-status):not(.request-summary):not(.contact-note),
.rich-text p {
    hyphens: auto;
    text-align: justify;
}

.hero h1 {
    font-size: clamp(2.6rem, 5.7vw, 5.15rem);
    max-width: 920px;
}

.inner-hero-content h1,
.detail-hero-content h1,
.catalog-hero .inner-hero-content h1 {
    font-size: clamp(2.05rem, 4.1vw, 4.2rem);
    line-height: 1.03;
    max-width: 12ch;
}

.journey-grid {
    align-items: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journey-card,
.journey-card:not(.journey-card-featured) {
    aspect-ratio: 4 / 5;
    display: flex;
    min-height: 0;
    position: relative;
}

.journey-card > img,
.journey-card:not(.journey-card-featured) > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.journey-overlay {
    background: linear-gradient(180deg, rgba(29, 16, 11, 0.14) 0%, rgba(29, 16, 11, 0.15) 45%, rgba(29, 16, 11, 0.82) 100%);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.journey-topline,
.journey-body {
    position: relative;
    z-index: 2;
}

.journey-topline {
    align-items: flex-start;
    color: #fffaf0;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    width: 100%;
}

.journey-topline span {
    backdrop-filter: blur(12px);
    background: rgba(29, 16, 11, 0.45);
    border: 1px solid rgba(255, 248, 235, 0.28);
    border-radius: var(--radius-sm);
    padding: 0.45rem 0.65rem;
}

.journey-body {
    align-self: flex-end;
    color: #fffaf0;
    display: grid;
    gap: 0.85rem;
    margin-top: auto;
    padding: 1rem;
    width: 100%;
}

.journey-body h3,
.journey-card:not(.journey-card-featured) .journey-body h3 {
    color: inherit;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.08;
    margin: 0;
}

.journey-level {
    align-self: start;
    backdrop-filter: blur(12px);
    background: rgba(255, 248, 235, 0.92);
    border-radius: var(--radius-sm);
    color: var(--brand-primary);
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    justify-self: start;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0.45rem 0.6rem;
    text-transform: uppercase;
}

.journey-body a {
    align-items: center;
    background: var(--brand-primary);
    border-radius: var(--radius-sm);
    color: #fffaf0;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    justify-self: start;
    letter-spacing: 0.06em;
    padding: 0.7rem 0.85rem;
    text-decoration: none;
    text-transform: uppercase;
}

.home-departures {
    background: var(--brand-night);
    color: #fffaf0;
}

.home-departures-grid {
    align-items: start;
    display: grid;
    gap: clamp(1.5rem, 4vw, 4rem);
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
}

.home-departures h2 {
    font-size: clamp(1.9rem, 3.4vw, 3.35rem);
    line-height: 1.08;
}

.home-departure-list {
    display: grid;
    gap: 0.8rem;
}

.home-departure-list article {
    align-items: center;
    border: 1px solid var(--line-light);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 0.8fr 1.35fr 0.55fr;
    padding: 1rem;
}

.home-departure-list time,
.home-departure-list span {
    color: rgba(255, 248, 235, 0.7);
    font-size: 0.82rem;
}

.journal {
    padding-block: clamp(2.5rem, 5vw, 5rem);
}

.blog-heading {
    align-items: end;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.blog-heading .section-kicker {
    grid-column: 1 / -1;
}

.blog-heading h2 {
    font-size: clamp(1.9rem, 3.2vw, 3.15rem);
    line-height: 1.08;
}

.home-blog-grid,
.blog-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-blog-card,
.blog-card {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    display: grid;
    min-height: 0;
}

.home-blog-card img,
.blog-card img {
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.home-blog-card > div,
.blog-card > div {
    display: grid;
    gap: 0.65rem;
    padding: 1rem;
}

.home-blog-card h3,
.blog-card h3 {
    font-size: clamp(1.1rem, 1.6vw, 1.45rem);
    line-height: 1.16;
    margin: 0;
}

.blog-card > div > p:not(.section-kicker) {
    color: var(--brand-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.testimonial-heading {
    align-items: end;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.testimonial-heading .section-kicker {
    grid-column: 1 / -1;
}

.testimonial-heading h2 {
    font-size: clamp(1.9rem, 3.2vw, 3.1rem);
}

.testimonial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    justify-content: flex-end;
}

.quote-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
}

.quote-grid blockquote,
.quote-grid blockquote:last-child {
    border: 1px solid var(--line-dark);
    flex: 0 0 min(360px, 84vw);
    min-height: 280px;
    padding: 1.2rem;
    scroll-snap-align: start;
}

.testimonial-person {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.testimonial-person img,
.testimonial-person > span {
    aspect-ratio: 1;
    border-radius: 50%;
    flex: 0 0 52px;
    height: 52px;
    object-fit: cover;
    width: 52px;
}

.testimonial-person > span {
    align-items: center;
    background: var(--brand-primary);
    color: #fffaf0;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
}

.testimonial-person footer,
.testimonial-person div {
    display: grid;
    gap: 0.15rem;
}

.testimonial-person h3,
.testimonial-person p {
    margin: 0;
}

.testimonial-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-card {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    display: grid;
    gap: 1rem;
    padding: clamp(1rem, 2vw, 1.5rem);
}

.testimonial-card blockquote {
    margin: 0;
}

.testimonial-card blockquote > span {
    color: var(--brand-primary);
    font-family: "Roboto Slab", serif;
    font-size: 2.3rem;
    line-height: 0.8;
}

.listing-card-overlay {
    aspect-ratio: 16 / 9;
    display: grid;
    min-height: 260px;
    position: relative;
}

.listing-card-overlay > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.listing-card-overlay::after {
    background: linear-gradient(180deg, rgba(29, 16, 11, 0.08) 0%, rgba(29, 16, 11, 0.78) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.listing-card-overlay > div {
    align-self: end;
    background: transparent;
    color: #fffaf0;
    max-width: 620px;
    padding: 1.25rem;
    position: relative;
    z-index: 1;
}

.listing-card-overlay h2 {
    color: inherit;
    font-size: clamp(1.5rem, 2.5vw, 2.35rem);
}

.listing-card-overlay .section-kicker {
    color: #dfad68;
}

.listing-card-overlay .button {
    background: rgba(255, 248, 235, 0.92);
    color: var(--brand-primary);
    justify-self: start;
}

.itinerary-section .day-timeline article > span {
    align-items: center;
    display: flex;
    gap: 0.65rem;
}

.day-icon {
    align-items: center;
    background: var(--brand-primary);
    border-radius: 50%;
    color: #fffaf0;
    display: inline-flex;
    flex: 0 0 2.35rem;
    font-style: normal;
    height: 2.35rem;
    justify-content: center;
    letter-spacing: 0;
    width: 2.35rem;
}

.blog-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0 0 1.5rem;
}

.blog-filter-bar a {
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-sm);
    color: var(--brand-ink);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 0.65rem 0.8rem;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-filter-bar a.is-active,
.blog-filter-bar a:hover {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fffaf0;
}

.event-card {
    min-height: 420px;
}

.event-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-related-grid .related-card {
    min-height: 250px;
}

.social-icons {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
}

.social-icons a {
    align-items: center;
    border: 1px solid rgba(120, 37, 1, 0.22);
    border-radius: 50%;
    color: var(--brand-primary);
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    letter-spacing: 0;
    text-decoration: none;
    width: 2rem;
}

.social-icons svg {
    fill: currentColor;
    height: 1.05rem;
    width: 1.05rem;
}

.social-icons a:hover,
.social-icons a:focus-visible {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fffaf0;
}

.social-icons-header {
    margin-right: 0.35rem;
}

.social-icons-footer {
    margin-top: 0.65rem;
}

.commitment-grid {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.commitment-icon-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.commitment-icon-grid li {
    align-content: start;
    background: rgba(255, 248, 235, 0.06);
    border: 1px solid var(--line-light);
    display: grid;
    gap: 0.55rem;
    min-height: 170px;
    padding: 1rem;
}

.commitment-icon-grid span {
    align-items: center;
    background: #dfad68;
    border-radius: 50%;
    color: var(--brand-night);
    display: inline-flex;
    font-size: 0.75rem;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.commitment-icon-grid strong {
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.12;
}

.commitment-icon-grid p {
    color: rgba(255, 248, 235, 0.72);
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;
}

.team-grid {
    align-items: stretch;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-grid-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-member-card {
    color: var(--brand-soft);
    display: grid;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.team-member-card > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    width: 100%;
}

.team-member-card::after {
    background: linear-gradient(180deg, rgba(29, 16, 11, 0.04) 0%, rgba(29, 16, 11, 0.78) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.team-member-card > div {
    align-self: end;
    background: transparent;
    color: inherit;
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.team-member-card .section-kicker {
    color: #dfad68;
}

.team-member-card h2 {
    color: inherit;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.05;
    margin: 0;
}

.team-member-card small,
.team-member-card .person-card-link {
    color: rgba(255, 248, 235, 0.78);
}

.person-card-link {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin-top: 0.35rem;
    text-transform: uppercase;
}

.team-member-detail {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
}

.contact-social-panel {
    background: var(--brand-night);
    color: #fffaf0;
    margin-top: 1rem;
    padding: clamp(1.2rem, 3vw, 2rem);
}

.contact-social-panel h2 {
    font-size: clamp(1.5rem, 2.4vw, 2.3rem);
    line-height: 1.08;
}

.contact-social-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 1.2rem 0;
}

.contact-social-grid a {
    border: 1px solid var(--line-light);
    color: inherit;
    display: grid;
    gap: 0.55rem;
    min-height: 112px;
    padding: 1rem;
    text-decoration: none;
}

.contact-social-grid span {
    align-items: center;
    background: #dfad68;
    border-radius: 50%;
    color: var(--brand-night);
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 900;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.contact-social-grid svg {
    fill: currentColor;
    height: 1.15rem;
    width: 1.15rem;
}

.contact-social-panel > p:not(.section-kicker) {
    color: rgba(255, 248, 235, 0.7);
    margin: 0;
}

@media (max-width: 1120px) {
    .social-icons-header {
        display: none;
    }

    .team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .commitment-grid,
    .team-member-detail {
        grid-template-columns: 1fr;
    }

    .commitment-icon-grid,
    .contact-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-grid,
    .team-grid-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .commitment-icon-grid,
    .contact-social-grid,
    .team-grid,
    .team-grid-compact {
        grid-template-columns: 1fr;
    }
}

/* Homepage review refinements */
.proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.departure-list-connected {
    align-items: stretch;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr);
}

.departure-list-connected > div {
    border: 1px solid var(--line-light);
    display: grid;
    gap: 0.45rem;
    padding: 0.85rem;
}

.departure-list-connected strong {
    color: #fffaf0;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.departure-list-connected article {
    display: grid;
    gap: 0.2rem;
}

.departure-list-connected time,
.departure-list-connected span {
    color: rgba(255, 248, 235, 0.74);
    font-size: 0.84rem;
}

.journey-grid {
    gap: 0.9rem;
}

.journey-card,
.journey-card:not(.journey-card-featured) {
    aspect-ratio: 4 / 4.35;
    min-height: 0 !important;
}

.journey-card > img,
.journey-card:not(.journey-card-featured) > img {
    object-position: center center;
}

.journey-overlay {
    background: linear-gradient(180deg, rgba(29, 16, 11, 0.08) 0%, rgba(29, 16, 11, 0.12) 42%, rgba(29, 16, 11, 0.82) 100%) !important;
}

.journey-body {
    background: transparent !important;
    bottom: 0 !important;
    display: grid !important;
    gap: 0.7rem !important;
    left: 0 !important;
    padding: 1rem !important;
    position: absolute !important;
    right: 0 !important;
}

.journey-body h3,
.journey-card:not(.journey-card-featured) .journey-body h3 {
    font-size: clamp(1.28rem, 1.85vw, 1.9rem);
    max-width: 11ch;
}

.journey-level {
    font-size: 0.66rem;
    padding: 0.38rem 0.5rem;
}

.journey-body a {
    font-size: 0.7rem;
    padding: 0.62rem 0.72rem;
}

.commitment {
    background: var(--brand-sand);
    color: var(--brand-ink);
}

.commitment .section-kicker,
.commitment-copy h2,
.commitment-list strong {
    color: var(--brand-ink);
}

.commitment-copy > p:last-child {
    color: var(--brand-muted);
}

.commitment-icon-grid {
    gap: 0.6rem;
}

.commitment-icon-grid li {
    background: var(--warm-input);
    border-color: var(--line-dark);
    min-height: 0;
    padding: 0.9rem;
}

.commitment-icon-grid span {
    background: var(--brand-primary);
    color: #fffaf0;
}

.commitment-icon-grid strong {
    font-size: 1rem;
}

.commitment-icon-grid p {
    color: var(--brand-muted);
    font-size: 0.82rem;
    line-height: 1.42;
}

.blog-heading {
    margin-bottom: 1.8rem;
}

.blog-heading h2 {
    margin-bottom: 0;
}

.blog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-card img {
    aspect-ratio: 4 / 3;
}

.blog-card > div {
    gap: 0.45rem;
    padding: 0.85rem;
}

.blog-card h3 {
    font-size: 1.05rem;
}

.blog-card > div > p:not(.section-kicker) {
    font-size: 0.82rem;
    line-height: 1.45;
}

.quote-grid blockquote > p {
    font-size: 0.88rem;
    line-height: 1.5;
}

.event-index-hero img {
    object-position: center 45%;
}

@media (max-width: 1180px) {
    .blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .proof-grid,
    .departure-list-connected,
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .journey-grid,
    .home-blog-grid,
    .blog-grid,
    .testimonial-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-departures-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .hero h1 {
        font-size: clamp(2.25rem, 11vw, 3.5rem);
        max-width: 11ch;
    }

    .inner-hero-content h1,
    .detail-hero-content h1,
    .catalog-hero .inner-hero-content h1 {
        font-size: clamp(2rem, 10vw, 3.05rem);
        max-width: 11ch;
    }

    .journey-grid,
    .home-blog-grid,
    .blog-grid,
    .testimonial-list {
        grid-template-columns: 1fr;
    }

    .journey-card,
    .journey-card:not(.journey-card-featured) {
        aspect-ratio: 4 / 4.6;
    }

    .home-departure-list article {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .blog-heading,
    .testimonial-heading {
        grid-template-columns: 1fr;
    }

    .testimonial-actions {
        justify-content: flex-start;
    }

    .listing-card-overlay {
        aspect-ratio: 4 / 3;
        min-height: 240px;
    }
}

/* Compact overlay cards shared by the public catalogues. */
.journey-grid,
.home-blog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journey-card,
.journey-card:not(.journey-card-featured),
.home-blog-card,
.blog-card {
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-md);
    color: #fffaf0;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.journey-card > img,
.journey-card:not(.journey-card-featured) > img,
.home-blog-card > img,
.blog-card > img {
    aspect-ratio: auto;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.journey-overlay,
.home-blog-card::after,
.blog-card::after {
    background: linear-gradient(180deg, rgba(29, 16, 11, 0.12) 0%, rgba(29, 16, 11, 0.18) 38%, rgba(29, 16, 11, 0.9) 100%) !important;
    content: "";
    inset: 0;
    height: auto;
    position: absolute;
}

.journey-body,
.home-blog-card > div,
.blog-card > div {
    background: transparent !important;
    bottom: 0;
    color: inherit;
    display: grid;
    gap: 0.45rem;
    left: 0;
    max-width: none;
    padding: 0.9rem;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
}

.journey-body h3,
.journey-card:not(.journey-card-featured) .journey-body h3,
.home-blog-card h3,
.blog-card h3 {
    color: inherit;
    font-size: clamp(1.05rem, 1.5vw, 1.45rem);
    line-height: 1.12;
    max-width: none;
}

.home-blog-card .section-kicker,
.blog-card .section-kicker {
    color: #e7bd82;
    margin: 0;
}

.home-blog-card > div > p:not(.section-kicker),
.blog-card > div > p:not(.section-kicker) {
    display: none;
}

.home-blog-card a,
.blog-card a {
    color: #fffaf0;
    font-size: 0.74rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.journey-body a,
.home-blog-card a,
.blog-card a {
    align-items: center;
    background: #fffaf0;
    border-radius: 50%;
    color: var(--brand-ink);
    display: inline-flex;
    font-size: 0;
    height: 2.45rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0.9rem;
    text-decoration: none;
    top: -2.7rem;
    width: 2.45rem;
}

.journey-body a span,
.home-blog-card a span,
.blog-card a span {
    font-size: 1rem;
}

.journey-body a:hover,
.journey-body a:focus-visible,
.home-blog-card a:hover,
.home-blog-card a:focus-visible,
.blog-card a:hover,
.blog-card a:focus-visible {
    background: var(--brand-primary);
    color: #fffaf0;
}

.card-overlay-link {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: transparent !important;
    display: block !important;
    font-size: 0 !important;
    height: auto !important;
    inset: 0;
    padding: 0 !important;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
    z-index: 3;
}

.card-overlay-link::after {
    content: none !important;
}

.card-overlay-link:focus-visible {
    outline: 3px solid var(--brand-mineral);
    outline-offset: -5px;
}

.journey-body a,
.home-blog-card > div > a,
.blog-card > div > a {
    display: none;
}

.journey-body h3,
.journey-card:not(.journey-card-featured) .journey-body h3 {
    max-width: none;
}

.journey-topline {
    padding: 0.8rem;
}

.journey-topline span {
    font-size: 0.66rem;
    padding: 0.35rem 0.5rem;
}

.commitment-icon-grid li {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.commitment-icon-grid p {
    grid-column: 1 / -1;
    margin: 0;
    width: 100%;
}

.inner-hero,
.inner-hero-content,
.catalog-hero,
.catalog-hero .inner-hero-content {
    min-height: 410px;
}

.inner-hero-content,
.catalog-hero .inner-hero-content {
    padding-block: 6.4rem 2.5rem;
}

.inner-hero-content h1,
.detail-hero-content h1,
.catalog-hero .inner-hero-content h1 {
    font-size: clamp(1.65rem, 3vw, 3.1rem);
    line-height: 1.12;
    max-width: min(760px, 68%);
}

.inner-hero-content > p:not(.section-kicker):not(.catalog-breadcrumb),
.detail-hero-content > p:not(.section-kicker):not(.detail-breadcrumb) {
    text-align: left;
}

.journey-section-action {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
}

.journey-section-action .button {
    min-height: 40px;
    padding: 0.55rem 0.9rem;
}

.footer-brand {
    align-content: start;
    align-items: start;
    display: grid;
    gap: 1rem;
}

.footer-brand-copy {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.footer-brand .social-icons-footer {
    margin-top: 0;
}

.social-icons-footer a {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fffaf0;
}

.social-icons-footer a:hover,
.social-icons-footer a:focus-visible {
    background: #dfad68;
    border-color: #dfad68;
    color: var(--brand-night);
}

.catalog-custom-trip {
    align-items: end;
    border-top: 1px solid var(--line-dark);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.catalog-custom-trip h2 {
    font-size: clamp(1.45rem, 2.3vw, 2.2rem);
    margin: 0.25rem 0 0.5rem;
}

.catalog-custom-trip p:not(.section-kicker) {
    color: var(--brand-muted);
    margin: 0;
    max-width: 660px;
}

@media (max-width: 680px) {
    .catalog-custom-trip {
        align-items: start;
        grid-template-columns: 1fr;
    }
}

.listing-card-overlay {
    align-items: end;
}

.listing-card-overlay > div {
    align-self: end;
    max-width: none;
    width: 100%;
}

.social-icons-footer a {
    background: #dfad68;
    border-color: #dfad68;
    color: var(--brand-night);
}

.social-icons-footer a:hover,
.social-icons-footer a:focus-visible {
    background: var(--brand-soft);
    border-color: var(--brand-soft);
    color: var(--brand-primary);
}

.site-footer .newsletter-form .button {
    align-self: start;
    font-size: 0.72rem;
    min-height: 36px;
    padding: 0.45rem 0.75rem;
}

.language-link {
    font-size: 1rem;
    justify-content: center;
    min-width: 34px;
}

.language-flag {
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(29, 16, 11, 0.18);
    display: block;
    height: 12px;
    width: 18px;
}

.floating-whatsapp {
    align-items: center;
    background: #25d366;
    border: 2px solid #fffaf0;
    border-radius: 50%;
    bottom: 1rem;
    box-shadow: 0 6px 18px rgba(29, 16, 11, 0.32);
    color: #fff;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    position: fixed;
    right: 1rem;
    width: 3rem;
    z-index: 20;
}

.floating-whatsapp svg {
    fill: currentColor;
    height: 1.35rem;
    width: 1.35rem;
}

.blog-filter-tools {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.blog-filter-tools .blog-filter-bar {
    margin: 0;
}

.blog-search {
    display: flex;
    min-width: min(100%, 280px);
    position: relative;
}

.blog-search input {
    background: var(--warm-input);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-sm);
    color: var(--brand-ink);
    min-height: 38px;
    padding: 0.5rem 4.5rem 0.5rem 0.7rem;
    width: 100%;
}

.blog-search button,
.blog-search-clear {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--brand-primary);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    position: absolute;
    right: 0.25rem;
    top: 0;
    width: 2rem;
}

.blog-search button svg {
    height: 1rem;
    width: 1rem;
}

.blog-search-clear {
    font-size: 1.2rem;
    right: 2.1rem;
    text-decoration: none;
}

.blog-empty {
    color: var(--brand-muted);
    margin-top: 1.5rem;
}

.team-intro {
    margin-bottom: 1.5rem;
    max-width: 680px;
}

.team-intro h2 {
    font-size: clamp(1.55rem, 2.6vw, 2.5rem);
    margin: 0;
}

.request-shell .contact-social-panel {
    background: transparent;
    color: var(--brand-ink);
    grid-column: 1 / -1;
    margin: 0;
    padding: 0;
}

.request-shell .contact-social-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
}

.request-shell .contact-social-grid a {
    align-items: center;
    background: #dfad68;
    border: 0;
    border-radius: 50%;
    color: var(--brand-night);
    display: inline-flex;
    height: 2.6rem;
    justify-content: center;
    min-height: 0;
    padding: 0;
    width: 2.6rem;
}

.request-shell .contact-social-grid a:hover,
.request-shell .contact-social-grid a:focus-visible {
    background: var(--brand-primary);
    color: #fffaf0;
}

.request-shell .contact-social-grid svg {
    fill: currentColor;
    height: 1.1rem;
    width: 1.1rem;
}

/* Keep departures in flow so translated copy and mobile buttons cannot collide. */
.hero > .departure-rail {
    position: relative;
    inset: auto;
}

.hero > .hero-content {
    min-height: 0;
    padding-bottom: 3rem;
}

.hero-line {
    text-align: left;
}

.hero-coordinate {
    display: none;
}

#contenu img {
    border-radius: 8px;
}

#contenu :is(.hero, .inner-hero, .detail-hero, .territory-image, .home-event-media) {
    border-radius: 8px;
    overflow: hidden;
}

#contenu > :is(.section-pad, .journeys, .territories, .journal, .testimonials, .proof-strip) {
    background-image: url('/images/rock-marks.svg');
    background-size: 720px 480px;
}

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

    .hero > .hero-content {
        padding-top: 6.5rem;
        padding-bottom: 2.5rem;
    }

    .hero-actions .button {
        min-width: 0;
        white-space: normal;
    }
}

.legal-page {
    max-width: 980px;
}

.legal-prose {
    background: #fffaf0;
    border: 1px solid rgba(29, 16, 11, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(29, 16, 11, 0.06);
    color: var(--brand-night);
    padding: clamp(1.4rem, 4vw, 3rem);
}

.legal-prose h2 {
    color: var(--brand-primary);
    font-size: clamp(1.25rem, 2.4vw, 1.7rem);
    margin-top: 2rem;
}

.legal-prose p,
.legal-prose li {
    color: rgba(29, 16, 11, 0.78);
    font-size: 1rem;
    line-height: 1.75;
    text-align: left;
}

.legal-prose ul {
    display: grid;
    gap: 0.55rem;
}

.legal-alert {
    background: rgba(141, 45, 11, 0.08);
    border-left: 4px solid var(--brand-primary);
    color: var(--brand-night) !important;
    font-weight: 700;
    padding: 1rem 1.1rem;
}

@media (max-width: 980px) {
    .journey-grid,
    .home-blog-grid,
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .inner-hero,
    .inner-hero-content,
    .catalog-hero,
    .catalog-hero .inner-hero-content {
        min-height: 390px;
    }

    .inner-hero-content h1,
    .detail-hero-content h1,
    .catalog-hero .inner-hero-content h1 {
        font-size: clamp(1.85rem, 8vw, 2.55rem);
        max-width: 100%;
    }

    .journey-grid,
    .home-blog-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .journey-card,
    .journey-card:not(.journey-card-featured),
    .home-blog-card,
    .blog-card {
        aspect-ratio: 4 / 3.3;
    }

    .blog-filter-tools {
        align-items: stretch;
        flex-direction: column;
    }

    .blog-search {
        min-width: 0;
    }
}
