:root {
    --bg-void: #05060a;
    --bg-night: #0b1017;
    --bg-panel: rgba(13, 17, 25, 0.9);
    --bg-panel-soft: rgba(18, 23, 34, 0.78);
    --line: rgba(214, 176, 97, 0.2);
    --line-strong: rgba(236, 201, 128, 0.34);
    --gold: #d4ae67;
    --gold-soft: #f0d8a8;
    --text: #f5efe2;
    --text-soft: rgba(245, 239, 226, 0.75);
    --text-dim: rgba(245, 239, 226, 0.55);
    --shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --container: 1200px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    font-family: 'Lato', 'Segoe UI', sans-serif;
    font-size: 1.03rem;
    font-weight: 400;
    line-height: 1.86;
    background:
        radial-gradient(circle at 18% 10%, rgba(212, 174, 103, 0.14), transparent 24%),
        radial-gradient(circle at 82% 12%, rgba(128, 148, 170, 0.08), transparent 18%),
        linear-gradient(180deg, #05060a 0%, #0b0f16 28%, #0d1219 65%, #06080d 100%);
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body::before,
body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

body::before {
    background:
        radial-gradient(circle at 25% 16%, rgba(255, 244, 214, 0.04), transparent 15%),
        linear-gradient(120deg, rgba(255, 241, 209, 0.025), transparent 24%);
    filter: blur(8px);
}

body::after {
    opacity: 0.18;
    background:
        repeating-linear-gradient(
            130deg,
            rgba(255, 255, 255, 0.02) 0,
            rgba(255, 255, 255, 0.02) 1px,
            transparent 1px,
            transparent 14px
        );
}

.maintenance-body {
    min-height: 100vh;
}

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

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

.site-shell {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
    padding: 0 0 3.75rem;
    position: relative;
    z-index: 1;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    padding: 1rem 0 0;
    background: linear-gradient(180deg, #06080d 0%, #0b0f17 100%);
    overflow: visible;
}

.site-header::after {
    display: none;
}

.site-header__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    width: min(calc(100% - 1rem), calc(var(--container) + 3.5rem));
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.preview-exit {
    position: absolute;
    top: 0.2rem;
    right: 0;
    z-index: 2;
}

.preview-exit button {
    min-height: 2.15rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(236, 201, 128, 0.18);
    background: rgba(9, 12, 19, 0.78);
    color: var(--text-soft);
    font: inherit;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.preview-exit button:hover {
    color: var(--text);
    border-color: rgba(236, 201, 128, 0.32);
    background: rgba(14, 18, 28, 0.92);
}

.brand-mark {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.brand-mark__image-slot {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0.4rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.brand-mark__image {
    display: block;
    width: min(100%, 400px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.35));
}

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

.brand-mark strong,
.hero-slide h1,
.hero-slide__title,
.visual-split__copy h2,
.section-heading h2,
.rates-band__copy h2,
.cta-band__inner h2,
.page-hero h1,
.content-card h2,
.content-card h3,
.footer-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    letter-spacing: 0.02em;
}

.brand-mark strong {
    display: block;
    font-size: 1.24rem;
    line-height: 1;
}

.brand-mark small {
    display: block;
    margin-top: 0.2rem;
    color: var(--text-dim);
    font-size: 0.84rem;
}

.site-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto -1.7rem;
    padding: 0.24rem 0.32rem;
    border-radius: 28px;
    border: 1px solid rgba(236, 201, 128, 0.16);
    background: linear-gradient(180deg, rgba(7, 9, 13, 0.98), rgba(11, 15, 23, 0.97));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 14px 30px rgba(0, 0, 0, 0.28);
    z-index: 3;
}

.site-nav::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(255, 236, 194, 0.045);
    pointer-events: none;
}

.site-nav a,
.nav-toggle {
    min-height: 2.24rem;
    border-radius: 16px;
}

.site-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.54rem 0.82rem;
    color: rgba(245, 239, 226, 0.9);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.22rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: none;
    border: 1px solid transparent;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.18);
    transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-nav a::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.58rem;
    height: 1px;
    transform: scaleX(0.18);
    transform-origin: center;
    background: linear-gradient(90deg, transparent, rgba(240, 216, 168, 0.8), transparent);
    opacity: 0;
    transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:not(:last-child)::before {
    content: '';
    position: absolute;
    right: -0.15rem;
    top: 50%;
    width: 1px;
    height: 1rem;
    transform: translateY(-50%);
    background: linear-gradient(180deg, transparent, rgba(236, 201, 128, 0.26), transparent);
}

.site-nav a:hover,
.site-nav a.is-active {
    color: var(--text);
    background: linear-gradient(180deg, rgba(236, 201, 128, 0.09), rgba(236, 201, 128, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-nav a:hover {
    transform: translateY(-1px);
}

.site-nav a.is-active {
    color: var(--gold-soft);
    border-color: transparent;
}

.site-nav a.is-active:not(.site-nav__cta) {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.site-nav a.site-nav__cta {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    color: #20170d;
    border-color: rgba(236, 201, 128, 0.26);
    background: linear-gradient(135deg, #f1d396, #c8963e);
    box-shadow:
        0 14px 28px rgba(212, 174, 103, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
    text-shadow: none;
}

.site-nav a.site-nav__cta::after {
    left: 1.15rem;
    right: 1.15rem;
    background: linear-gradient(90deg, transparent, rgba(92, 58, 16, 0.42), transparent);
}

.site-nav a.site-nav__cta:hover,
.site-nav a.site-nav__cta.is-active {
    color: #20170d;
    border-color: rgba(236, 201, 128, 0.34);
    background: linear-gradient(135deg, #f5ddb0, #d3a24c);
    box-shadow:
        0 16px 30px rgba(212, 174, 103, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.site-nav a.site-nav__cta.is-active {
    transform: none;
}

.nav-toggle {
    display: none;
    min-width: 8.2rem;
    border: 1px solid rgba(236, 201, 128, 0.14);
    background: linear-gradient(180deg, rgba(14, 18, 28, 0.84), rgba(10, 13, 21, 0.78));
    color: var(--text);
    padding: 0.8rem 1rem;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.hero-slider,
.home-intro,
.home-section,
.visual-split,
.rates-band,
.home-gallery,
.cta-band,
.contact-layout,
.site-footer,
.page-hero,
.content-card,
.gallery-grid,
.pricing-grid {
    margin-top: 2rem;
}

.hero-slider {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 0;
    overflow: hidden;
}

.home-band {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 1.55rem;
    padding: clamp(2.8rem, 6vw, 5.2rem) 0;
    overflow: hidden;
}

.home-band::before,
.home-band::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
}

.home-band::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(236, 201, 128, 0.12), transparent);
}

.home-band::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
}

.home-band__inner {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.home-band .home-intro,
.home-band .home-section,
.home-band .visual-split,
.home-band .rates-band,
.home-band .home-gallery,
.home-band .cta-band {
    margin-top: 0;
}

.home-band--intro {
    background:
        radial-gradient(circle at 18% 18%, rgba(212, 174, 103, 0.08), transparent 18%),
        linear-gradient(180deg, rgba(11, 14, 21, 0.5), rgba(9, 12, 18, 0.38));
}

.home-band--concept {
    background:
        repeating-linear-gradient(135deg, rgba(255, 245, 228, 0.028) 0, rgba(255, 245, 228, 0.028) 2px, transparent 2px, transparent 20px),
        repeating-linear-gradient(0deg, rgba(255, 238, 210, 0.018) 0, rgba(255, 238, 210, 0.018) 1px, transparent 1px, transparent 26px),
        radial-gradient(circle at 82% 20%, rgba(212, 174, 103, 0.12), transparent 22%),
        linear-gradient(180deg, rgba(98, 29, 41, 0.95), rgba(82, 24, 36, 0.92));
}

.home-band--logement {
    background:
        radial-gradient(circle at 18% 24%, rgba(212, 174, 103, 0.07), transparent 20%),
        linear-gradient(180deg, rgba(11, 14, 21, 0.48), rgba(9, 12, 18, 0.36));
}

.home-band--story {
    background:
        repeating-linear-gradient(135deg, rgba(255, 245, 228, 0.028) 0, rgba(255, 245, 228, 0.028) 2px, transparent 2px, transparent 20px),
        repeating-linear-gradient(0deg, rgba(255, 238, 210, 0.018) 0, rgba(255, 238, 210, 0.018) 1px, transparent 1px, transparent 26px),
        linear-gradient(180deg, rgba(98, 29, 41, 0.95), rgba(82, 24, 36, 0.92));
}

.home-band--galerie {
    background:
        radial-gradient(circle at 82% 18%, rgba(212, 174, 103, 0.08), transparent 18%),
        linear-gradient(180deg, rgba(11, 14, 21, 0.48), rgba(9, 12, 18, 0.36));
}

.home-band--location {
    background:
        radial-gradient(circle at 18% 20%, rgba(212, 174, 103, 0.08), transparent 18%),
        linear-gradient(180deg, rgba(11, 14, 21, 0.5), rgba(9, 12, 18, 0.38));
}

.home-band--cta {
    background:
        radial-gradient(circle at 50% 0%, rgba(212, 174, 103, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(11, 14, 21, 0.44), rgba(9, 12, 18, 0.32));
}

.hero-slider__viewport {
    position: relative;
}

.hero-slide {
    position: relative;
    min-height: min(72vh, 42rem);
    overflow: hidden;
}

.hero-slide__image-wrap,
.hero-slide__overlay,
.hero-slide__content {
    position: absolute;
    inset: 0;
}

.hero-slide__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.hero-slide__overlay {
    background:
        linear-gradient(90deg, rgba(7, 9, 14, 0.84) 0%, rgba(7, 9, 14, 0.58) 40%, rgba(7, 9, 14, 0.18) 100%),
        linear-gradient(180deg, rgba(7, 9, 14, 0.12), rgba(7, 9, 14, 0.7));
}

.hero-slide__content {
    width: min(calc(100% - 2rem), 1360px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 5.4rem 0 4rem;
    z-index: 1;
}

.hero-slide h1,
.hero-slide__title {
    max-width: 15ch;
    margin: 0.7rem 0 1rem;
    font-size: clamp(2.7rem, 5vw, 5.2rem);
    line-height: 0.94;
}

.hero-slide__text {
    max-width: 48rem;
    margin: 0;
    color: var(--text-soft);
    font-size: 1.12rem;
    line-height: 1.88;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: 'Lato', 'Segoe UI', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--gold);
    font-size: 0.8rem;
}

.eyebrow::before {
    content: '';
    width: 2.1rem;
    height: 1px;
    background: currentColor;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3.15rem;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, #f1d396, #c8963e);
    color: #20170d;
    box-shadow: 0 14px 32px rgba(212, 174, 103, 0.2);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    border-color: rgba(236, 201, 128, 0.18);
}

.btn-secondary--dark {
    color: #2f2114;
    background: rgba(63, 44, 23, 0.08);
    border-color: rgba(63, 44, 23, 0.14);
}

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

.intro-card,
.mission-card,
.fact-chip,
.visual-split__copy,
.difficulty-card,
.equipment-card,
.rates-band,
.rate-card,
.gallery-mosaic__item,
.cta-band__inner,
.page-hero,
.content-card,
.gallery-card,
.empty-state {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.92), rgba(15, 20, 30, 0.82)),
        linear-gradient(145deg, rgba(255, 247, 226, 0.045), transparent 30%);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.intro-card::before,
.mission-card::before,
.fact-chip::before,
.visual-split__copy::before,
.difficulty-card::before,
.equipment-card::before,
.rates-band::before,
.rate-card::before,
.gallery-mosaic__item::before,
.cta-band__inner::before,
.page-hero::before,
.content-card::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius-xl) - 2px);
    border: 1px solid rgba(255, 236, 194, 0.045);
    pointer-events: none;
}

.home-intro {
    position: relative;
}

.home-band--intro .intro-card,
.home-band--intro .mission-card,
.home-band--intro .fact-chip {
    background:
        linear-gradient(180deg, rgba(18, 21, 30, 0.92), rgba(17, 20, 28, 0.82)),
        linear-gradient(145deg, rgba(255, 247, 226, 0.05), transparent 30%);
}

.home-band--intro .mission-note {
    background: linear-gradient(135deg, rgba(241, 211, 150, 0.96), rgba(200, 150, 62, 0.9));
    border-color: rgba(133, 92, 33, 0.18);
}

.home-band--intro .mission-note p {
    color: rgba(55, 37, 20, 0.92);
}

.home-band--intro .fact-chip {
    border-color: rgba(133, 92, 33, 0.18);
    background:
        linear-gradient(135deg, rgba(241, 211, 150, 0.96), rgba(200, 150, 62, 0.9)),
        linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 40%);
}

.intro-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
}

.intro-card,
.mission-card {
    padding: clamp(1.5rem, 3vw, 2.4rem);
}

.intro-card h2 {
    margin: 0.7rem 0 1rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.3rem, 4.3vw, 4rem);
    line-height: 0.98;
}

.intro-lead {
    margin: 0 0 1rem;
    color: var(--text-soft);
    font-size: 1.11rem;
    line-height: 1.88;
    max-width: 42rem;
}

.intro-rich {
    margin-bottom: 1.4rem;
    font-family: 'Lato', 'Segoe UI', sans-serif;
    line-height: 1.88;
}

.intro-rich p {
    margin: 0.75rem 0 0;
}

.intro-rich p:first-child {
    margin-top: 0;
}

.mission-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
}

.mission-note {
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(236, 201, 128, 0.12);
    background: rgba(255, 255, 255, 0.025);
}

.mission-note p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.75;
}

.fact-chip {
    padding: 1.2rem 1.35rem;
    text-align: center;
}

.fact-chip strong {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    color: var(--gold-soft);
    line-height: 1;
}

.fact-chip span {
    display: block;
    margin-top: 0.4rem;
    color: var(--text-dim);
    font-size: 0.92rem;
}

.home-band--intro .fact-chip strong,
.gold-note strong {
    color: #2f2114;
}

.home-band--intro .fact-chip span,
.gold-note span {
    color: rgba(47, 33, 20, 0.82);
}

.visual-split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 1.4rem;
    align-items: center;
}

.visual-split--reverse {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.visual-split--reverse .visual-split__media {
    order: 2;
}

.visual-split--reverse .visual-split__copy {
    order: 1;
}

.visual-split__media {
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    min-height: 34rem;
    background: #090c13;
}

.visual-split__media img {
    width: 100%;
    height: 100%;
    min-height: 34rem;
    object-fit: cover;
}

.visual-split__media.has-fallback,
.difficulty-showcase__media.has-fallback,
.gallery-mosaic__item.has-fallback,
.hero-slide__image-wrap.has-fallback,
.gallery-card__media.has-fallback {
    background:
        radial-gradient(circle at 24% 18%, rgba(212, 174, 103, 0.16), transparent 20%),
        linear-gradient(180deg, rgba(10, 13, 20, 0.9), rgba(12, 16, 24, 0.96));
}

.visual-split__copy {
    padding: clamp(1.7rem, 3vw, 2.6rem);
}

.home-band--concept .visual-split__copy {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.home-band--concept .visual-split__copy::before {
    display: none;
}

.home-band--concept .visual-split__media {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.home-band--logement .visual-split__copy {
    background:
        linear-gradient(180deg, rgba(15, 19, 28, 0.92), rgba(14, 18, 26, 0.84)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.12), transparent 30%);
}

.visual-split__copy h2,
.rates-band__copy h2,
.section-heading h2,
.cta-band__inner h2,
.page-hero h1 {
    margin: 0.7rem 0 1rem;
    line-height: 0.96;
}

.visual-split__copy h2,
.rates-band__copy h2,
.section-heading h2 {
    font-size: clamp(2.2rem, 4.2vw, 4rem);
}

.visual-split__copy p,
.rates-band__copy p,
.cta-band__inner p,
.section-heading p,
.rich-text,
.gallery-card figcaption,
.site-footer p,
.site-footer a,
.empty-state p {
    font-family: 'Lato', 'Segoe UI', sans-serif;
    color: var(--text-soft);
    font-size: 1.03rem;
    line-height: 1.88;
}

.visual-split__copy p {
    margin: 0 0 1.4rem;
    max-width: 34rem;
}

.story-band {
    position: relative;
    padding: clamp(2.4rem, 5vw, 4rem);
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.story-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px),
        linear-gradient(180deg, rgba(255, 244, 220, 0.018), rgba(255, 244, 220, 0));
    opacity: 0.72;
    pointer-events: none;
}

.story-band__content {
    position: relative;
    z-index: 1;
    max-width: 42rem;
}

.story-band__content h2 {
    margin: 0.7rem 0 1rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: 0.94;
}

.story-band__content p {
    max-width: 34rem;
    margin: 0;
    color: rgba(252, 242, 231, 0.88);
    line-height: 1.9;
}

.story-band__content .hero-actions,
.story-band__content .btn {
    margin-top: 1.5rem;
}

.location-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 1rem;
    align-items: stretch;
}

.location-panel__copy,
.location-panel__card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.location-panel__copy::before,
.location-panel__card::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius-xl) - 2px);
    border: 1px solid rgba(255, 236, 194, 0.045);
    pointer-events: none;
}

.location-panel__copy {
    padding: clamp(1.8rem, 3vw, 2.7rem);
    background:
        linear-gradient(180deg, rgba(15, 19, 28, 0.94), rgba(14, 18, 26, 0.84)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.12), transparent 30%);
}

.home-band--location .location-panel__copy {
    border: 0;
    border-radius: 0;
    padding: clamp(1.3rem, 2.2vw, 1.8rem);
    background: none;
    box-shadow: none;
    overflow: visible;
}

.home-band--location .location-panel__copy::before {
    display: none;
}

.location-panel__copy h2 {
    margin: 0.7rem 0 1rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.3rem, 4.2vw, 4rem);
    line-height: 0.96;
}

.location-panel__copy p {
    max-width: 38rem;
    margin: 0;
    color: var(--text-soft);
    line-height: 1.88;
}

.location-panel__card {
    padding: clamp(1.5rem, 3vw, 2.2rem);
    background:
        repeating-linear-gradient(135deg, rgba(255, 245, 228, 0.028) 0, rgba(255, 245, 228, 0.028) 2px, transparent 2px, transparent 20px),
        repeating-linear-gradient(0deg, rgba(255, 238, 210, 0.018) 0, rgba(255, 238, 210, 0.018) 1px, transparent 1px, transparent 26px),
        linear-gradient(180deg, rgba(98, 29, 41, 0.95), rgba(82, 24, 36, 0.92));
}

.location-panel__card::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px),
        linear-gradient(180deg, rgba(255, 244, 220, 0.018), rgba(255, 244, 220, 0));
    opacity: 0.72;
    pointer-events: none;
}

.location-panel__label {
    margin: 0;
    position: relative;
    z-index: 1;
    color: var(--gold-soft);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
}

.location-panel__address {
    position: relative;
    z-index: 1;
    margin: 0.7rem 0 1.2rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1.02;
    color: var(--text);
}

.gold-note-grid--location {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.location-panel__map-button {
    position: relative;
    z-index: 1;
    width: fit-content;
}

.home-summary-band {
    padding: 0.1rem 0;
}

.home-summary-band--aside {
    display: grid;
    gap: 0.85rem;
    padding: 0;
}

.home-summary-band h2 {
    margin: 0 0 0.75rem;
    color: rgba(252, 242, 231, 0.96);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 0.98;
}

.home-summary-band__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-summary-band__list--single {
    max-width: 34rem;
}

.home-summary-band__list li {
    position: relative;
    padding: 0.48rem 0 0.48rem 1rem;
    color: rgba(252, 242, 231, 0.9);
    font-size: 0.98rem;
    line-height: 1.55;
    border-top: 1px solid rgba(255, 236, 194, 0.1);
}

.home-summary-band__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 999px;
    background: rgba(228, 196, 140, 0.9);
    box-shadow: 0 0 0 3px rgba(228, 196, 140, 0.08);
}

.home-summary-band__list li {
    padding-left: 1rem;
}

.home-summary-band__list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.home-summary-band__list li:first-child::before {
    top: 0.52rem;
}

.home-summary-band__seo {
    margin: 0.95rem 0 0;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 236, 194, 0.14);
    color: rgba(252, 242, 231, 0.72);
    font-size: 0.94rem;
    line-height: 1.65;
    max-width: 34rem;
}

.gold-note-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 1.4rem;
}

.gold-note {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    border: 1px solid rgba(133, 92, 33, 0.18);
    background:
        linear-gradient(135deg, rgba(241, 211, 150, 0.96), rgba(200, 150, 62, 0.9)),
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 40%);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.gold-note strong {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    line-height: 1;
}

.gold-note span {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.92rem;
    line-height: 1.5;
}

.home-section {
    position: relative;
}

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

.difficulty-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 1rem;
    align-items: stretch;
    margin-bottom: 1rem;
}

.difficulty-showcase__media {
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    min-height: 28rem;
    background: #090c13;
}

.difficulty-showcase__media img {
    width: 100%;
    height: 100%;
    min-height: 28rem;
    object-fit: cover;
}

.difficulty-showcase__copy {
    position: relative;
    padding: clamp(1.7rem, 3vw, 2.5rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.92), rgba(15, 20, 30, 0.82)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.14), transparent 28%);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.difficulty-showcase__copy::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius-xl) - 2px);
    border: 1px solid rgba(255, 236, 194, 0.045);
    pointer-events: none;
}

.difficulty-showcase__copy h3 {
    margin: 0.7rem 0 1rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    line-height: 0.98;
}

.difficulty-showcase__copy p:last-child {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.8;
}

.home-band--niveaux .difficulty-showcase__copy,
.home-band--niveaux .difficulty-card {
    background:
        linear-gradient(180deg, rgba(29, 11, 19, 0.94), rgba(22, 10, 16, 0.84)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.14), transparent 30%);
}

.home-band--niveaux .difficulty-card--intense {
    background:
        linear-gradient(180deg, rgba(35, 14, 24, 0.96), rgba(24, 10, 18, 0.86)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.18), transparent 26%);
}

.difficulty-card,
.equipment-card {
    padding: 1.6rem;
}

.difficulty-card {
    min-height: 19rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.92), rgba(15, 20, 30, 0.82)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.12), transparent 32%);
}

.difficulty-card--intense {
    background:
        linear-gradient(180deg, rgba(16, 14, 20, 0.94), rgba(15, 20, 30, 0.82)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.18), transparent 28%);
}

.difficulty-card__badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(241, 211, 150, 0.95), rgba(200, 150, 62, 0.88));
    color: #20170d;
    font-weight: 800;
}

.difficulty-card h3,
.equipment-card h3 {
    margin: 0 0 0.7rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    line-height: 1;
}

.difficulty-card p,
.equipment-card p {
    margin: 0 0 1rem;
    color: var(--text-soft);
    line-height: 1.86;
}

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

.home-band--equipements .equipment-card {
    background:
        linear-gradient(180deg, rgba(22, 18, 16, 0.94), rgba(17, 14, 13, 0.84)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.1), transparent 30%);
}

.equipment-card__icon {
    width: 3.1rem;
    height: 3.1rem;
    display: inline-block;
    margin-bottom: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(236, 201, 128, 0.2);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(212, 174, 103, 0.08));
    position: relative;
}

.equipment-card__icon::before,
.equipment-card__icon::after {
    content: '';
    position: absolute;
}

.equipment-card__icon--kitchen::before {
    width: 1.3rem;
    height: 1.05rem;
    border: 2px solid var(--gold-soft);
    border-top-width: 3px;
    border-radius: 0 0 12px 12px;
    left: 0.85rem;
    top: 0.95rem;
}

.equipment-card__icon--kitchen::after {
    width: 0.6rem;
    height: 0.16rem;
    background: var(--gold-soft);
    left: 1.2rem;
    top: 0.72rem;
    box-shadow: 0.8rem 0 0 var(--gold-soft);
}

.equipment-card__icon--bed::before {
    width: 1.5rem;
    height: 0.7rem;
    border: 2px solid var(--gold-soft);
    border-radius: 10px 10px 6px 6px;
    left: 0.78rem;
    top: 1.05rem;
}

.equipment-card__icon--bed::after {
    width: 1.7rem;
    height: 0.22rem;
    background: var(--gold-soft);
    left: 0.7rem;
    top: 2rem;
    box-shadow: 0 0.34rem 0 rgba(240, 216, 168, 0.55);
}

.equipment-card__icon--bath::before {
    width: 1.4rem;
    height: 1rem;
    border: 2px solid var(--gold-soft);
    border-radius: 0.55rem 0.55rem 0.8rem 0.8rem;
    left: 0.82rem;
    top: 1rem;
}

.equipment-card__icon--bath::after {
    width: 0.18rem;
    height: 0.62rem;
    background: var(--gold-soft);
    left: 1.48rem;
    top: 0.58rem;
    box-shadow: -0.36rem 0.24rem 0 -0.04rem var(--gold-soft), 0.36rem 0.24rem 0 -0.04rem var(--gold-soft);
}

.equipment-card__icon--tea::before {
    width: 1.2rem;
    height: 0.95rem;
    border: 2px solid var(--gold-soft);
    border-radius: 0.22rem 0.22rem 0.6rem 0.6rem;
    left: 0.92rem;
    top: 1.05rem;
}

.equipment-card__icon--tea::after {
    width: 0.52rem;
    height: 0.52rem;
    border: 2px solid var(--gold-soft);
    border-left: 0;
    border-radius: 0 0.5rem 0.5rem 0;
    left: 2rem;
    top: 1.22rem;
}

.service-list {
    margin: 0 0 1.4rem;
    padding-left: 1.1rem;
    color: var(--text-soft);
}

.service-list li + li {
    margin-top: 0.45rem;
}

.home-band--services .visual-split__copy {
    background:
        linear-gradient(180deg, rgba(13, 17, 26, 0.94), rgba(10, 13, 21, 0.84)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.18), transparent 28%);
}

.rates-band {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1rem;
    padding: 1.4rem;
}

.rates-band__copy {
    padding: 0.6rem 0.35rem;
}

.rates-band__copy p {
    max-width: 28rem;
    margin: 0;
}

.rates-band__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-content: start;
}

.rate-card {
    padding: 1.4rem;
}

.rate-card span {
    display: block;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
}

.rate-card strong {
    display: block;
    margin-top: 0.8rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    line-height: 1;
}

.rate-card p {
    margin: 0.7rem 0 0;
    color: var(--text-soft);
    line-height: 1.82;
}

.section-heading {
    max-width: 52rem;
    margin-bottom: 1.3rem;
}

.section-heading--inline {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.gallery-section__button {
    flex-shrink: 0;
    align-self: flex-end;
}

.section-heading p {
    margin: 0;
}

.text-link {
    color: var(--gold-soft);
}

.text-link:hover {
    color: var(--text);
}

.btn-compact {
    min-height: 2.9rem;
    padding: 0.78rem 1.2rem;
    font-size: 0.94rem;
    letter-spacing: 0.04em;
    box-shadow: 0 12px 24px rgba(212, 174, 103, 0.18);
}

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

.gallery-mosaic__item {
    display: block;
    position: relative;
    min-height: 18rem;
}

.gallery-mosaic__item--large {
    grid-row: 1 / span 2;
    min-height: 37rem;
}

.gallery-mosaic__item img {
    width: 100%;
    height: 100%;
    min-height: 18rem;
    object-fit: cover;
    transition: transform 280ms ease, filter 280ms ease;
}

.gallery-mosaic__item span {
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
    z-index: 1;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.9rem;
}

.gallery-mosaic__item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 11, 18, 0.08), rgba(8, 11, 18, 0.74));
}

.gallery-mosaic__item:hover img {
    transform: scale(1.04);
    filter: saturate(1.08);
}

.home-band--galerie .gallery-mosaic__item {
    background:
        linear-gradient(180deg, rgba(12, 18, 28, 0.94), rgba(10, 14, 22, 0.86)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.08), transparent 30%);
}

.cta-band__inner {
    padding: clamp(2rem, 4vw, 3.1rem);
    text-align: center;
    background:
        linear-gradient(180deg, rgba(13, 17, 26, 0.94), rgba(9, 12, 18, 0.96)),
        radial-gradient(circle at top center, rgba(212, 174, 103, 0.16), transparent 34%);
}

.home-band--cta .cta-band__inner {
    background:
        linear-gradient(135deg, rgba(241, 211, 150, 0.96), rgba(200, 150, 62, 0.9)),
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 34%);
    border-color: rgba(133, 92, 33, 0.18);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
}

.home-band--cta .cta-band__inner .eyebrow,
.home-band--cta .cta-band__inner h2,
.home-band--cta .cta-band__inner p {
    color: #3e2916;
}

.home-band--cta .cta-band__inner .eyebrow::before {
    background: currentColor;
}

.cta-band__inner h2 {
    max-width: 14ch;
    margin: 0.7rem auto 1rem;
    font-size: clamp(2.4rem, 4.7vw, 4.3rem);
}

.cta-band__inner p {
    max-width: 42rem;
    margin: 0 auto;
}

.cta-band__inner .hero-actions {
    justify-content: center;
}

.page-hero,
.content-card {
    padding: 2rem;
}

.page-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.2rem;
    align-items: stretch;
    margin-top: 2rem;
}

.page-feature__media {
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    min-height: 30rem;
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.94), rgba(15, 20, 30, 0.86)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.1), transparent 30%);
}

.page-feature__media img {
    width: 100%;
    height: 100%;
    min-height: 30rem;
    object-fit: cover;
    object-position: center;
}

.page-feature__copy {
    margin-top: 0;
    height: 100%;
}

.page-feature__copy--concept {
    border-color: rgba(236, 201, 128, 0.18);
    background:
        repeating-linear-gradient(135deg, rgba(255, 245, 228, 0.028) 0, rgba(255, 245, 228, 0.028) 2px, transparent 2px, transparent 20px),
        repeating-linear-gradient(0deg, rgba(255, 238, 210, 0.018) 0, rgba(255, 238, 210, 0.018) 1px, transparent 1px, transparent 26px),
        linear-gradient(180deg, rgba(98, 29, 41, 0.95), rgba(82, 24, 36, 0.92));
}

.page-feature__copy--concept::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px),
        linear-gradient(180deg, rgba(255, 244, 220, 0.018), rgba(255, 244, 220, 0));
    opacity: 0.72;
    pointer-events: none;
}

.page-feature__copy--concept > * {
    position: relative;
    z-index: 1;
}

.page-feature__copy--concept .rich-text,
.page-feature__copy--concept .rich-text p,
.page-feature__copy--concept .rich-text li {
    color: rgba(252, 242, 231, 0.9);
}

.page-feature__copy--concept .rich-text a {
    color: var(--gold-soft);
}

.page-feature__copy .rich-text {
    height: 100%;
}

.page-hero {
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.92), rgba(15, 20, 30, 0.84)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.14), transparent 26%);
}

.page-hero h1 {
    font-size: clamp(2.5rem, 4.8vw, 4.5rem);
}

.page-hero .hero-text {
    width: min(100%, 68rem);
    max-width: none;
    margin: 1.2rem 0 0;
    color: rgba(245, 239, 226, 0.9);
    font-family: 'Lato', 'Segoe UI', sans-serif;
    font-size: clamp(1.16rem, 1.6vw, 1.32rem);
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.01em;
}

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

.rich-text h3 {
    margin: 0 0 0.9rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.3;
    color: var(--text);
}

.rich-text ul,
.rich-text ol {
    padding-left: 1.2rem;
    line-height: 1.88;
}

.rich-text a {
    color: var(--gold-soft);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.pricing-card {
    padding: 1.6rem;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.92), rgba(15, 20, 30, 0.82)),
        linear-gradient(145deg, rgba(255, 247, 226, 0.045), transparent 30%);
    box-shadow: var(--shadow);
}

.pricing-card h2,
.pricing-card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.levels-showcase {
    margin-top: 2rem;
}

.levels-visual {
    padding: 1rem;
}

.levels-visual__media {
    overflow: hidden;
    border-radius: calc(var(--radius-xl) - 0.35rem);
}

.levels-visual__media img {
    display: block;
    width: 100%;
    max-height: 32rem;
    object-fit: cover;
}

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

.levels-card {
    position: relative;
    min-height: 100%;
    padding: 1.75rem;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.92), rgba(15, 20, 30, 0.82)),
        linear-gradient(145deg, rgba(255, 247, 226, 0.045), transparent 30%);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.levels-card::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius-xl) - 2px);
    border: 1px solid rgba(255, 236, 194, 0.045);
    pointer-events: none;
}

.levels-card:hover {
    transform: translateY(-2px);
    border-color: rgba(236, 201, 128, 0.22);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.34);
}

.levels-card > * {
    position: relative;
    z-index: 1;
}

.levels-card__marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 1.1rem;
    border: 1px solid rgba(236, 201, 128, 0.22);
    border-radius: 999px;
    background: rgba(236, 201, 128, 0.08);
    color: var(--gold-soft);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    line-height: 1;
}

.levels-card h2 {
    margin: 0 0 0.85rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1;
    color: var(--text);
}

.levels-card p:last-child {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.86;
}

.levels-conclusion {
    margin-top: 1rem;
    padding: 1.35rem 1.6rem;
    text-align: center;
}

.levels-conclusion p {
    margin: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.15rem;
}

.gallery-card {
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.94), rgba(15, 20, 30, 0.86)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.1), transparent 32%);
    box-shadow: var(--shadow);
    margin: 0;
}

.gallery-card__trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    color: inherit;
    overflow: hidden;
}

.gallery-card__media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #090c13;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transition: transform 320ms ease, filter 320ms ease;
}

.gallery-card__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 11, 18, 0.06), rgba(8, 11, 18, 0.52));
    opacity: 0.72;
    transition: opacity 280ms ease, background 280ms ease;
    pointer-events: none;
}

.gallery-card__caption {
    position: absolute;
    left: 1.15rem;
    right: 1.15rem;
    bottom: 1rem;
    z-index: 1;
    color: var(--text);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.45rem;
    line-height: 1;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 280ms ease, transform 280ms ease;
}

.gallery-card:hover img,
.gallery-card:focus-within img {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.gallery-card:hover .gallery-card__veil,
.gallery-card:focus-within .gallery-card__veil {
    opacity: 1;
    background: linear-gradient(180deg, rgba(8, 11, 18, 0.14), rgba(8, 11, 18, 0.7));
}

.gallery-card:hover .gallery-card__caption,
.gallery-card:focus-within .gallery-card__caption {
    opacity: 1;
    transform: translateY(0);
}

.gallery-card__trigger:focus-visible {
    outline: 2px solid rgba(236, 201, 128, 0.65);
    outline-offset: -2px;
}

.empty-state {
    padding: 1.6rem;
    grid-column: 1 / -1;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.gallery-lightbox[hidden] {
    display: none;
}

.gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 5, 9, 0.84);
    backdrop-filter: blur(8px);
}

.gallery-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 1180px);
    max-width: 88vw;
    max-height: 88vh;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
}

.gallery-lightbox__figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(236, 201, 128, 0.16);
    background:
        linear-gradient(180deg, rgba(9, 12, 18, 0.98), rgba(13, 17, 25, 0.96)),
        radial-gradient(circle at top right, rgba(212, 174, 103, 0.1), transparent 30%);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
}

.gallery-lightbox__image {
    display: block;
    width: auto;
    max-width: min(88vw, 1040px);
    max-height: 82vh;
    object-fit: contain;
    background: #06080d;
}

.gallery-lightbox__caption {
    min-height: 0;
    padding: 1rem 1.2rem 1.15rem;
    color: var(--text-soft);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
    line-height: 1.2;
}

.gallery-lightbox__caption:empty {
    display: none;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
    position: relative;
    z-index: 1;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(236, 201, 128, 0.18);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(7, 9, 13, 0.94), rgba(11, 15, 23, 0.96));
    color: var(--text);
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover {
    transform: translateY(-1px);
    border-color: rgba(236, 201, 128, 0.32);
}

.gallery-lightbox__close {
    position: fixed;
    top: 1.35rem;
    right: 1.35rem;
    z-index: 3;
    font-size: 1.6rem;
    line-height: 1;
}

.gallery-lightbox__nav {
    z-index: 2;
    font-size: 2rem;
    line-height: 1;
}

body.lightbox-open {
    overflow: hidden;
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 1.2rem;
    align-items: start;
}

.contact-reservation-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.35rem;
    align-items: start;
    margin-top: 2rem;
}

.contact-reservation-grid--first {
    margin-top: 3.6rem;
}

.booking-card,
.contact-form-card {
    margin-top: 0;
    height: auto;
}

.booking-card__lead,
.contact-form-card__lead {
    max-width: 40rem;
    margin: 0.3rem 0 0;
}

.booking-card {
    width: 100%;
    padding: 0.2rem 0 0.6rem;
    text-align: center;
}

.booking-card h2 {
    margin: 0.65rem 0 0.9rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.35rem, 4.5vw, 4rem);
    letter-spacing: 0.02em;
}

.booking-card .eyebrow {
    justify-content: center;
}

.booking-card__lead {
    max-width: 46rem;
    margin: 0 auto;
}

.contact-form-card {
    width: min(100%, 52rem);
}

.contact-inquiry-band {
    margin-top: 2rem;
    background:
        repeating-linear-gradient(135deg, rgba(255, 245, 228, 0.028) 0, rgba(255, 245, 228, 0.028) 2px, transparent 2px, transparent 20px),
        repeating-linear-gradient(0deg, rgba(255, 238, 210, 0.018) 0, rgba(255, 238, 210, 0.018) 1px, transparent 1px, transparent 26px),
        linear-gradient(180deg, rgba(98, 29, 41, 0.95), rgba(82, 24, 36, 0.92));
    border-radius: var(--radius-xl);
    overflow: hidden;
    position: relative;
}

.contact-inquiry-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px),
        linear-gradient(180deg, rgba(255, 244, 220, 0.018), rgba(255, 244, 220, 0));
    opacity: 0.72;
    pointer-events: none;
}

.contact-inquiry-band__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    gap: 1.4rem;
    align-items: start;
    padding: clamp(2rem, 4vw, 3rem);
}

.contact-inquiry-band__copy {
    max-width: 26rem;
}

.contact-inquiry-band__copy h2 {
    margin: 0.65rem 0 0.95rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.4rem, 4.6vw, 4.2rem);
    line-height: 0.96;
}

.contact-inquiry-band__copy p {
    margin: 0;
    color: rgba(252, 242, 231, 0.9);
    line-height: 1.9;
}

.contact-inquiry-band__form {
    padding: clamp(1.15rem, 2vw, 1.45rem);
    border-radius: calc(var(--radius-xl) - 0.2rem);
    border: 1px solid rgba(236, 201, 128, 0.18);
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.84), rgba(15, 20, 30, 0.72)),
        linear-gradient(145deg, rgba(255, 247, 226, 0.04), transparent 30%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.contact-inquiry-band__form .btn {
    width: 100%;
}

.booking-widget-shell {
    width: min(100%, 1100px);
    margin: 2rem auto 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.booking-widget-shell > div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 46rem;
}

.booking-widget-shell iframe {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    min-height: 46rem;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.contact-form {
    display: grid;
    gap: 1rem;
}

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

.contact-form__field--full {
    grid-column: 1 / -1;
}

.contact-form label,
.admin-form label {
    display: grid;
    gap: 0.5rem;
}

.contact-form span,
.admin-form span {
    font-weight: 700;
}

input,
textarea,
select {
    width: 100%;
    border: 1px solid rgba(255, 241, 205, 0.11);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    padding: 0.95rem 1rem;
    font: inherit;
}

textarea {
    resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
    outline: 2px solid rgba(212, 174, 103, 0.18);
    border-color: rgba(236, 201, 128, 0.34);
}

small {
    color: #f0bbab;
}

.alert {
    margin-top: 1.2rem;
    padding: 1rem 1.1rem;
    border-radius: 16px;
    border: 1px solid transparent;
}

.alert.success {
    border-color: rgba(177, 225, 177, 0.2);
    background: rgba(177, 225, 177, 0.08);
    color: #bfe5bf;
}

.alert.danger {
    border-color: rgba(240, 187, 171, 0.2);
    background: rgba(240, 187, 171, 0.08);
    color: #f0bbab;
}

.maintenance-screen {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: 100vh;
    width: min(calc(100% - 1rem), 1180px);
    margin: 0 auto;
    padding: 1.25rem 0;
}

.maintenance-card {
    width: min(100%, 40rem);
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.94), rgba(15, 20, 30, 0.88)),
        linear-gradient(145deg, rgba(255, 247, 226, 0.05), transparent 32%);
    box-shadow: var(--shadow);
    text-align: center;
    overflow: hidden;
    position: relative;
}

.maintenance-card::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius-xl) - 2px);
    border: 1px solid rgba(255, 236, 194, 0.045);
    pointer-events: none;
}

.maintenance-card__brand {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.maintenance-card__logo {
    width: min(100%, 320px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.34));
}

.maintenance-card h1 {
    margin: 0.3rem 0 0.85rem;
    font-size: clamp(2.4rem, 5vw, 4rem);
}

.maintenance-card__lead {
    max-width: 31rem;
    margin: 0 auto;
    color: var(--text-soft);
    line-height: 1.88;
}

.maintenance-login {
    display: grid;
    gap: 1rem;
    margin-top: 1.8rem;
    text-align: left;
}

.maintenance-login label {
    display: grid;
    gap: 0.5rem;
}

.maintenance-login span {
    font-weight: 700;
}

.maintenance-login__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.maintenance-login small,
.contact-form small,
.admin-form small {
    color: #f0bbab;
}

.site-footer {
    position: relative;
    width: 100%;
    margin-top: 3rem;
    padding: 3rem 0 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    overflow: visible;
    background:
        linear-gradient(180deg, rgba(6, 8, 13, 0.98), rgba(10, 13, 21, 0.97)),
        radial-gradient(circle at top left, rgba(212, 174, 103, 0.1), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.site-footer::after {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(236, 201, 128, 0.18), transparent);
    pointer-events: none;
}

.site-footer__inner {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(220px, 1fr) minmax(220px, 1fr);
    gap: 1.35rem;
    align-items: start;
    padding-bottom: 2rem;
}

.footer-brand,
.footer-column {
    position: relative;
    z-index: 1;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.8rem;
    min-height: 100%;
    padding-right: 0.5rem;
}

.footer-brand__content {
    max-width: 22rem;
}

.footer-brand__content--compact p {
    margin: 0.2rem 0 0;
}

.footer-section-title {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0 0 0.95rem;
    color: var(--gold-soft);
    font-family: 'Lato', 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.footer-section-title::after {
    content: '';
    width: 2.2rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(236, 201, 128, 0.55), rgba(236, 201, 128, 0));
}

.footer-address-line {
    color: rgba(245, 239, 226, 0.82);
    line-height: 1.7;
}

.footer-address-line--primary {
    color: var(--text);
    font-size: 1.02rem;
    font-weight: 700;
}

.footer-address-line--accent {
    color: var(--gold-soft);
}

.footer-route-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.footer-title {
    margin: 0 0 0.95rem;
    font-size: 1.7rem;
    color: var(--gold-soft);
}

.footer-logo {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: fit-content;
    padding: 0 0 0.2rem;
}

.footer-logo__image {
    display: block;
    width: min(100%, 210px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.32));
    opacity: 0.96;
}

.footer-column {
    min-height: 100%;
    padding-top: 0.3rem;
}

.footer-column--nav,
.footer-column--info {
    border-left: 1px solid rgba(236, 201, 128, 0.08);
    padding-left: 1.55rem;
}

.site-footer a {
    display: block;
    width: fit-content;
    margin-top: 0.55rem;
    line-height: 1.65;
    color: rgba(245, 239, 226, 0.8);
    transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.site-footer a:hover {
    color: var(--gold-soft);
    transform: translateX(2px);
}

.site-footer .footer-instagram-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 1.15rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}

.footer-instagram-link svg {
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
}

.footer-instagram-link svg {
    opacity: 0.9;
}

.footer-instagram-link span {
    display: block;
}

.footer-chip-link,
.footer-cta-button {
    transform: none;
}

.footer-chip-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: 0.5rem 0.9rem;
    margin-top: 0;
    border-radius: 999px;
    border: 1px solid rgba(236, 201, 128, 0.16);
    background: linear-gradient(180deg, rgba(15, 19, 28, 0.9), rgba(11, 14, 22, 0.82));
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.footer-chip-link:hover {
    transform: translateY(-1px);
    color: var(--gold-soft);
    border-color: rgba(236, 201, 128, 0.28);
}

.site-footer .footer-cta-button,
.site-footer .footer-cta-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1.2rem;
    margin: 0.55rem 0 0.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f1d396, #c8963e);
    color: #2b1d0f;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(212, 174, 103, 0.22);
}

.site-footer .footer-cta-button:hover,
.site-footer .footer-cta-button:focus,
.site-footer .footer-cta-button:focus-visible,
.site-footer .footer-cta-button:visited {
    transform: translateY(-1px);
    color: #2b1d0f;
    box-shadow: 0 16px 34px rgba(212, 174, 103, 0.28);
}

.footer-column p,
.footer-brand__content p {
    margin: 0.45rem 0 0;
}

.site-footer__bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(236, 201, 128, 0.08);
    padding: 1rem 0 1.15rem;
    text-align: center;
}

.site-footer__bottom p {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
    color: var(--text-dim);
    font-size: 0.95rem;
    line-height: 1.6;
}

.site-footer__credit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.site-footer__credit-link {
    display: inline-flex;
    align-items: center;
    margin: 0;
    line-height: 0;
}

.site-footer__credit-logo {
    display: block;
    width: 100px;
    height: 23px;
}

.site-footer__bottom a {
    display: inline;
    margin: 0;
    color: var(--gold-soft);
}

.site-footer__bottom a:hover {
    transform: none;
    color: var(--text);
}

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 45;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f1d396, #c8963e);
    color: #2b1d0f;
    box-shadow: 0 14px 30px rgba(212, 174, 103, 0.22);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease, visibility 220ms ease;
}

.back-to-top span {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.8rem;
    line-height: 1;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
    transform: translateY(-2px);
    box-shadow:
        0 18px 34px rgba(212, 174, 103, 0.28),
        0 0 18px rgba(212, 174, 103, 0.2);
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .intro-layout,
    .location-panel,
    .visual-split,
    .visual-split--reverse,
    .difficulty-showcase,
    .difficulty-grid,
    .page-feature,
    .rates-band,
    .contact-layout,
    .contact-reservation-grid,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .contact-inquiry-band__inner {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .contact-inquiry-band__copy {
        max-width: none;
    }

    .visual-split--reverse .visual-split__media,
    .visual-split--reverse .visual-split__copy {
        order: initial;
    }

    .equipment-grid,
    .rates-band__cards,
    .gallery-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand {
        padding-right: 0;
    }

    .footer-column--nav,
    .footer-column--info {
        border-left: 0;
        border-top: 1px solid rgba(236, 201, 128, 0.08);
        padding-left: 0;
        padding-top: 1.15rem;
    }

    .footer-route-actions {
        margin-top: 0.9rem;
    }

    .gallery-mosaic__item--large {
        grid-row: auto;
        min-height: 20rem;
    }
}

@media (max-width: 920px) {
    .site-header {
        padding: 1.8rem 0 0.95rem;
    }

    .site-header__inner {
        gap: 0.72rem;
    }

    .preview-exit {
        position: fixed;
        right: 12px;
        bottom: 72px;
        z-index: 46;
        width: auto;
        display: block;
        order: initial;
    }

    .preview-exit button {
        min-height: 2rem;
        padding: 0.45rem 0.75rem;
        border-color: rgba(236, 201, 128, 0.2);
        background: rgba(9, 12, 19, 0.82);
        font-size: 0.72rem;
        letter-spacing: 0.05em;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
    }

    .nav-toggle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .site-nav {
        display: none;
        width: 100%;
        max-width: 100%;
        padding: 0.5rem;
        flex-direction: column;
        align-items: stretch;
        border-radius: 24px;
        margin: 0.1rem auto 0;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        width: 100%;
        padding-inline: 1rem;
        text-align: center;
        justify-content: center;
        font-size: 1.1rem;
    }

    .site-nav a.site-nav__cta {
        width: 100%;
        padding-inline: 1rem;
    }

    .site-nav a::after {
        left: 18%;
        right: 18%;
        bottom: 0.48rem;
    }

    .site-nav a:not(:last-child)::before {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -0.18rem;
        width: 2.1rem;
        height: 1px;
        transform: translateX(-50%);
        background: linear-gradient(90deg, transparent, rgba(236, 201, 128, 0.22), transparent);
    }

    .hero-slide {
        min-height: 36rem;
    }

    .hero-slide__content {
        padding-top: 4.9rem;
    }

    .site-shell {
        padding-top: 0;
    }
}

@media (max-width: 700px) {
    .site-shell {
        width: min(calc(100% - 1.5rem), var(--container));
        padding-top: 0;
    }

    .home-band__inner {
        width: min(calc(100% - 1.5rem), var(--container));
    }

    .site-header {
        padding: 1.65rem 0 0.9rem;
    }

    .brand-mark__image {
        width: min(100%, 276px);
    }

    .site-nav a {
        font-size: 1.06rem;
        letter-spacing: 0.04em;
    }

    .maintenance-card {
        padding: 2rem 1.25rem;
    }

    .maintenance-card__logo {
        width: min(100%, 260px);
    }

    .hero-slide {
        min-height: clamp(34rem, 82svh, 40rem);
    }

    .hero-slide__content {
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 4.15rem 22px 6.9rem;
        box-sizing: border-box;
        transform: none;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: visible;
    }

    .hero-slide .eyebrow {
        max-width: 100%;
        margin: 0 0 0.55rem;
    }

    .hero-slide h1,
    .hero-slide__title {
        width: 100%;
        max-width: 100%;
        margin: 0 0 0.9rem;
        font-size: clamp(2rem, 7.2vw, 3.2rem);
        line-height: 1;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .page-hero .hero-text {
        width: 100%;
        margin-top: 1rem;
        font-size: clamp(1.04rem, 4.6vw, 1.14rem);
        line-height: 1.82;
    }

    .hero-slide__text {
        max-width: 100%;
        margin: 0;
        font-size: 1.02rem;
        box-sizing: border-box;
    }

    .rich-text h3 {
        font-size: 1.32rem;
        margin-bottom: 0.8rem;
    }

    .hero-actions {
        width: 100%;
        margin-top: 1.35rem;
    }

    .gold-note-grid,
    .equipment-grid,
    .rates-band__cards,
    .gallery-mosaic {
        grid-template-columns: 1fr;
    }

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

    .visual-split__media,
    .visual-split__media img,
    .page-feature__media,
    .page-feature__media img,
    .difficulty-showcase__media,
    .difficulty-showcase__media img {
        min-height: 20rem;
    }

    .booking-widget-shell > div,
    .booking-widget-shell iframe {
        min-height: 36rem;
    }

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

    .fact-chip,
    .intro-card,
    .mission-card,
    .visual-split__copy,
    .difficulty-card,
    .equipment-card,
    .rates-band,
    .rate-card,
    .cta-band__inner,
    .page-hero,
    .content-card {
        padding: 2.2rem 1.1rem 2.4rem;
    }

    .story-band {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .location-panel__copy,
    .location-panel__card,
    .contact-inquiry-band__inner,
    .contact-inquiry-band__form {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .fact-chip {
        min-height: 0;
        padding: 0.85rem 0.7rem;
    }

    .fact-chip strong {
        font-size: 1.6rem;
    }

    .fact-chip span {
        margin-top: 0.25rem;
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .mission-note {
        margin-top: 0.85rem;
    }

    .home-summary-band {
        padding: 0;
    }

    .home-summary-band h2 {
        margin-bottom: 0.7rem;
    }

    .home-summary-band__list li {
        padding: 0.42rem 0 0.42rem 0.95rem;
        font-size: 0.95rem;
    }

    .home-summary-band__list li::before {
        top: 0.88rem;
    }

    .home-summary-band__seo {
        margin-top: 0.8rem;
        padding-top: 0.7rem;
        font-size: 0.9rem;
    }

    .site-footer {
        padding: 2.35rem 0 0;
    }

    .site-footer__inner {
        width: min(calc(100% - 1rem), var(--container));
        gap: 1.35rem;
        padding-bottom: 1.55rem;
    }

    .footer-brand {
        gap: 0.95rem;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .footer-logo__image {
        width: min(100%, 180px);
    }

    .footer-logo {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: auto;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-brand > .footer-logo {
        align-self: center;
    }

    .footer-logo__image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-brand__content {
        margin: 0 auto;
        text-align: center;
    }

    .footer-route-actions {
        gap: 0.55rem;
        justify-content: center;
    }

    .footer-chip-link,
    .footer-cta-button {
        width: auto;
        max-width: 100%;
    }

    .footer-column {
        text-align: center;
    }

    .footer-column--nav,
    .footer-column--info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-section-title {
        justify-content: center;
    }

    .site-footer a {
        margin-left: auto;
        margin-right: auto;
    }

    .site-footer__bottom {
        padding: 0.95rem 0 1rem;
    }

    .site-footer__bottom p {
        width: min(calc(100% - 1rem), var(--container));
        font-size: 0.9rem;
    }

    .site-footer__credit {
        gap: 6px;
    }

    .back-to-top {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
    }

    .preview-exit {
        right: 12px;
        bottom: 74px;
    }

    .preview-exit button {
        min-height: 1.9rem;
        padding: 0.4rem 0.68rem;
        font-size: 0.69rem;
    }

    .section-heading--inline {
        align-items: start;
        flex-direction: column;
    }

    .home-gallery .section-heading--inline {
        width: 100%;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
        box-sizing: border-box;
    }

    .gallery-section__button {
        align-self: flex-start;
    }

    .hero-actions {
        gap: 0.75rem;
    }

    .btn {
        width: 100%;
    }

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

    .gallery-card__caption {
        left: 0.9rem;
        right: 0.9rem;
        bottom: 0.85rem;
        font-size: 1.2rem;
        opacity: 1;
        transform: none;
    }

    .gallery-card__veil {
        opacity: 0.92;
    }

    .gallery-lightbox {
        padding: 1rem 0.75rem;
    }

    .gallery-lightbox__dialog {
        width: min(100%, calc(100vw - 32px));
        max-width: calc(100vw - 32px);
        max-height: calc(100vh - 32px);
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .gallery-lightbox__figure {
        order: 2;
        border-radius: 20px;
    }

    .gallery-lightbox__nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .gallery-lightbox__nav:hover {
        transform: translateY(-50%);
    }

    .gallery-lightbox__nav--prev {
        left: 0.5rem;
    }

    .gallery-lightbox__nav--next {
        right: 0.5rem;
    }

    .gallery-lightbox__close {
        top: 0.7rem;
        right: 0.7rem;
    }

    .gallery-lightbox__image {
        max-width: calc(100vw - 56px);
        max-height: 72vh;
    }
}

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

.concept-story-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.75rem;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.92), rgba(15, 20, 30, 0.82)),
        linear-gradient(145deg, rgba(255, 247, 226, 0.045), transparent 30%);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.concept-story-card::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius-xl) - 2px);
    border: 1px solid rgba(255, 236, 194, 0.045);
    pointer-events: none;
}

.concept-story-card:hover {
    transform: translateY(-2px);
    border-color: rgba(236, 201, 128, 0.22);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.34);
}

.concept-story-card > * {
    position: relative;
    z-index: 1;
}

.concept-story-card h2 {
    margin: 0 0 0.85rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1;
    color: var(--text);
}

.concept-story-card__content {
    flex: 1;
}

.concept-story-card__content p,
.concept-story-card__content li {
    color: var(--text-soft);
    line-height: 1.86;
}

.concept-story-card__content p:last-child {
    margin-bottom: 0;
}

.logement-location-band {
    position: relative;
    margin-top: 2rem;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background:
        repeating-linear-gradient(135deg, rgba(255, 245, 228, 0.028) 0, rgba(255, 245, 228, 0.028) 2px, transparent 2px, transparent 20px),
        repeating-linear-gradient(0deg, rgba(255, 238, 210, 0.018) 0, rgba(255, 238, 210, 0.018) 1px, transparent 1px, transparent 26px),
        linear-gradient(180deg, rgba(98, 29, 41, 0.95), rgba(82, 24, 36, 0.92));
    box-shadow: var(--shadow);
}

.logement-location-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px),
        linear-gradient(180deg, rgba(255, 244, 220, 0.018), rgba(255, 244, 220, 0));
    opacity: 0.72;
    pointer-events: none;
}

.logement-location-band__inner {
    position: relative;
    z-index: 1;
    padding: clamp(2rem, 4vw, 3.1rem);
}

.logement-location-band__eyebrow {
    margin: 0 0 1.6rem;
    color: rgba(252, 242, 231, 0.78);
}

.logement-location-band__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
    align-items: start;
}

.logement-location-band__column {
    display: grid;
    gap: 0.7rem;
    position: relative;
    padding: 0 1.1rem;
}

.logement-location-band__column:first-child {
    padding-left: 0;
}

.logement-location-band__column:last-child {
    padding-right: 0;
}

.logement-location-band__column + .logement-location-band__column::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15rem;
    bottom: 0.15rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(228, 196, 140, 0.28), transparent);
}

.logement-location-band__label {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.35rem, 1.9vw, 1.75rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--gold-soft);
}

.logement-location-band__text {
    margin: 0;
    color: rgba(252, 242, 231, 0.92);
    font-family: 'Lato', 'Segoe UI', sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.12rem);
    line-height: 1.8;
}

.logement-location-band__button {
    display: flex;
    margin: 2rem auto 0;
    width: fit-content;
}

@media (max-width: 700px) {
    .concept-story-grid {
        grid-template-columns: 1fr;
    }

    .logement-location-band__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .logement-location-band__eyebrow {
        margin-bottom: 1.25rem;
    }

    .logement-location-band__column {
        gap: 0.45rem;
        padding: 0;
    }

    .logement-location-band__column + .logement-location-band__column {
        padding-top: 1rem;
    }

    .logement-location-band__column + .logement-location-band__column::before {
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        width: auto;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(228, 196, 140, 0.24), transparent);
    }

    .logement-location-band__label {
        font-size: clamp(1.25rem, 6vw, 1.55rem);
    }

    .logement-location-band__text {
        font-size: 1rem;
        line-height: 1.7;
    }
}

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

.review-card {
    margin-top: 0;
    height: 100%;
}

.review-card__rating {
    margin: 0 0 1rem;
    color: var(--gold-soft);
    letter-spacing: 0.08em;
    font-size: 1rem;
}

.review-card__quote {
    margin: 0;
    color: var(--text-soft);
    font-size: 1.04rem;
    line-height: 1.85;
}

.review-card__author {
    margin: 1.2rem 0 0;
    color: rgba(252, 242, 231, 0.92);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.28rem;
}

.reviews-cta {
    margin-top: 2rem;
}

.gift-benefits-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 2rem;
    align-items: stretch;
}

.gift-benefit-item {
    position: relative;
    padding: 0.25rem 1.25rem 0;
    text-align: center;
}

.gift-benefit-item h2 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.2rem, 1.55vw, 1.45rem);
}

.gift-benefit-item p {
    margin: 0;
    max-width: 15rem;
    margin-inline: auto;
    font-size: 0.98rem;
    line-height: 1.72;
    color: rgba(245, 239, 226, 0.82);
}

.gift-benefit-item + .gift-benefit-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    bottom: 0.2rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(228, 196, 140, 0.26), transparent);
}

.gift-process-band {
    position: relative;
    margin-top: 2rem;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background:
        repeating-linear-gradient(135deg, rgba(255, 245, 228, 0.028) 0, rgba(255, 245, 228, 0.028) 2px, transparent 2px, transparent 20px),
        repeating-linear-gradient(0deg, rgba(255, 238, 210, 0.018) 0, rgba(255, 238, 210, 0.018) 1px, transparent 1px, transparent 26px),
        linear-gradient(180deg, rgba(98, 29, 41, 0.95), rgba(82, 24, 36, 0.92));
    box-shadow: var(--shadow);
}

.gift-process-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px),
        linear-gradient(180deg, rgba(255, 244, 220, 0.018), rgba(255, 244, 220, 0));
    opacity: 0.72;
    pointer-events: none;
}

.gift-process-band__inner {
    position: relative;
    z-index: 1;
    padding: clamp(1.8rem, 3.2vw, 2.5rem);
}

.gift-process-band__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    align-items: start;
}

.gift-process-band__copy h2 {
    margin: 0 0 0.85rem;
    color: rgba(252, 242, 231, 0.96);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0.01em;
}

.gift-process-band__steps {
    margin: 0;
    padding-left: 1.35rem;
    color: rgba(252, 242, 231, 0.9);
    font-family: 'Lato', 'Segoe UI', sans-serif;
    line-height: 1.75;
}

.gift-process-band__steps li + li {
    margin-top: 0.45rem;
}

.gift-process-band__form-shell,
.contact-inquiry-band__form {
    padding: clamp(1.15rem, 2vw, 1.45rem);
    border-radius: calc(var(--radius-xl) - 0.2rem);
    border: 1px solid rgba(236, 201, 128, 0.18);
    background:
        linear-gradient(180deg, rgba(12, 16, 24, 0.84), rgba(15, 20, 30, 0.72)),
        linear-gradient(145deg, rgba(255, 247, 226, 0.04), transparent 30%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gift-process-band__request h3 {
    margin: 0 0 0.7rem;
    color: rgba(252, 242, 231, 0.96);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.gift-process-band__request p {
    margin: 0 0 1.1rem;
    color: rgba(252, 242, 231, 0.84);
    line-height: 1.8;
}

.gift-process-band__form-shell .btn,
.contact-inquiry-band__form .btn {
    width: 100%;
}

.page-hero--gift .hero-text {
    width: min(100%, 52rem);
    margin-top: 1rem;
    font-size: 1.06rem;
    line-height: 1.88;
    color: var(--text-soft);
}

@media (max-width: 900px) {
    .reviews-grid,
    .gift-benefits-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 0;
    }

    .gift-process-band__layout {
        grid-template-columns: 1fr;
    }

    .gift-benefit-item {
        padding: 0 1rem 0.9rem;
    }

    .gift-process-band__inner {
        padding: 1.65rem;
    }
}

@media (max-width: 560px) {
    .gift-benefits-list {
        grid-template-columns: 1fr;
    }

    .gift-benefit-item {
        padding: 0 0 0.9rem;
        text-align: left;
    }

    .gift-benefit-item p {
        max-width: none;
        margin-inline: 0;
    }

    .gift-benefit-item + .gift-benefit-item::before {
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        width: auto;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(228, 196, 140, 0.24), transparent);
    }

    .page-hero--gift .hero-text {
        font-size: clamp(1.04rem, 4.6vw, 1.14rem);
        line-height: 1.82;
    }
}
