:root {
    --brand-ink: #132038;
    --brand-charcoal: #171717;
    --brand-green: #99b23a;
    --bg-main: #f4efe7;
    --bg-muted: #e7dfd3;
    --bg-card: #fffaf2;
    --text-main: #2b241f;
    --text-soft: #5f564f;
    --accent: #ca6f3b;
    --accent-dark: #9e4f26;
    --line: rgba(43, 36, 31, 0.12);
    --shadow: 0 16px 36px rgba(63, 49, 37, 0.12);
    --surface-soft: #f1efee;
    --fact-panel-bg: #f7f7f7;
    --header-bg-top: rgba(255, 251, 248, 0.1);
    --header-bg-scrolled: rgba(255, 251, 248, 0.9);
    --header-border: rgba(255, 255, 255, 0.14);
    --header-border-scrolled: rgba(23, 23, 23, 0.1);
    --mobile-nav-bg: rgba(255, 251, 248, 0.9);
    --site-glow-a: rgba(202, 111, 59, 0.16);
    --site-glow-b: rgba(88, 130, 108, 0.14);
    --site-glow-c: rgba(84, 120, 138, 0.14);
    --hero-overlay-top: rgba(0, 0, 0, 0.1);
    --hero-overlay-bottom: rgba(0, 0, 0, 0.45);
    --hero-desktop-image: url("/static/img/hero/hero-desktop.jpg");
    --hero-mobile-image: url("/static/img/hero/hero-mobile.jpg");
    --section-muted-bg: rgba(231, 223, 211, 0.38);
    --reviews-bg: #f3d7c1;
    --reviews-nav-bg: rgba(255, 255, 255, 0.36);
    --placeholder-a: rgba(202, 111, 59, 0.2);
    --placeholder-b: rgba(84, 120, 138, 0.24);
    --journey-card-start: rgba(255, 250, 242, 0.92);
    --journey-card-end: rgba(240, 232, 220, 0.92);
    --booking-gradient-start: rgba(255, 250, 242, 0.94);
    --booking-gradient-end: rgba(248, 240, 228, 0.96);
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-sm: 12px;
    --anchor-offset: 112px;
}

body[data-season-theme="spring"] {
    --bg-main: #f3f1e7;
    --bg-muted: #e0ead9;
    --bg-card: #fffdf6;
    --text-main: #2b251f;
    --text-soft: #5f5b55;
    --accent: #d37b59;
    --accent-dark: #b96542;
    --line: rgba(58, 70, 54, 0.12);
    --surface-soft: #eef1e8;
    --fact-panel-bg: #f8f6ef;
    --header-bg-top: rgba(252, 249, 242, 0.12);
    --header-bg-scrolled: rgba(252, 249, 242, 0.92);
    --header-border: rgba(255, 255, 255, 0.18);
    --header-border-scrolled: rgba(58, 70, 54, 0.12);
    --mobile-nav-bg: rgba(252, 249, 242, 0.94);
    --site-glow-a: rgba(211, 123, 89, 0.14);
    --site-glow-b: rgba(122, 160, 110, 0.18);
    --site-glow-c: rgba(151, 184, 118, 0.12);
    --section-muted-bg: rgba(224, 234, 217, 0.55);
    --reviews-bg: #f2dccd;
    --reviews-nav-bg: rgba(255, 255, 255, 0.42);
    --placeholder-a: rgba(211, 123, 89, 0.18);
    --placeholder-b: rgba(122, 160, 110, 0.24);
    --journey-card-start: rgba(255, 252, 245, 0.94);
    --journey-card-end: rgba(236, 243, 229, 0.94);
    --booking-gradient-start: rgba(255, 252, 245, 0.94);
    --booking-gradient-end: rgba(240, 245, 234, 0.96);
}

body[data-season-theme="summer"] {
    --bg-main: #f2efe5;
    --bg-muted: #dbe8e0;
    --bg-card: #fffdf7;
    --text-main: #2a241f;
    --text-soft: #5c5852;
    --accent: #cb8550;
    --accent-dark: #ab6637;
    --line: rgba(46, 65, 70, 0.12);
    --surface-soft: #edf0ea;
    --fact-panel-bg: #f7f7f3;
    --header-bg-top: rgba(251, 249, 244, 0.1);
    --header-bg-scrolled: rgba(251, 249, 244, 0.92);
    --header-border: rgba(255, 255, 255, 0.15);
    --header-border-scrolled: rgba(46, 65, 70, 0.12);
    --mobile-nav-bg: rgba(251, 249, 244, 0.94);
    --site-glow-a: rgba(203, 133, 80, 0.16);
    --site-glow-b: rgba(92, 145, 116, 0.16);
    --site-glow-c: rgba(88, 136, 164, 0.16);
    --section-muted-bg: rgba(219, 232, 224, 0.46);
    --reviews-bg: #f0dcc6;
    --reviews-nav-bg: rgba(255, 255, 255, 0.4);
    --placeholder-a: rgba(203, 133, 80, 0.2);
    --placeholder-b: rgba(88, 136, 164, 0.24);
    --journey-card-start: rgba(255, 252, 246, 0.94);
    --journey-card-end: rgba(234, 242, 237, 0.94);
    --booking-gradient-start: rgba(255, 251, 244, 0.94);
    --booking-gradient-end: rgba(237, 244, 239, 0.96);
}

body[data-season-theme="autumn"] {
    --bg-main: #f4efe7;
    --bg-muted: #e7dfd3;
    --bg-card: #fffaf2;
    --text-main: #2b241f;
    --text-soft: #5f564f;
    --accent: #ca6f3b;
    --accent-dark: #9e4f26;
    --line: rgba(43, 36, 31, 0.12);
    --surface-soft: #f1efee;
    --fact-panel-bg: #f7f7f7;
    --header-bg-top: rgba(255, 251, 248, 0.1);
    --header-bg-scrolled: rgba(255, 251, 248, 0.9);
    --header-border: rgba(255, 255, 255, 0.14);
    --header-border-scrolled: rgba(23, 23, 23, 0.1);
    --mobile-nav-bg: rgba(255, 251, 248, 0.9);
    --site-glow-a: rgba(202, 111, 59, 0.16);
    --site-glow-b: rgba(88, 130, 108, 0.14);
    --site-glow-c: rgba(84, 120, 138, 0.14);
    --section-muted-bg: rgba(231, 223, 211, 0.38);
    --reviews-bg: #f3d7c1;
    --reviews-nav-bg: rgba(255, 255, 255, 0.36);
    --placeholder-a: rgba(202, 111, 59, 0.2);
    --placeholder-b: rgba(84, 120, 138, 0.24);
    --journey-card-start: rgba(255, 250, 242, 0.92);
    --journey-card-end: rgba(240, 232, 220, 0.92);
    --booking-gradient-start: rgba(255, 250, 242, 0.94);
    --booking-gradient-end: rgba(248, 240, 228, 0.96);
}

body[data-season-theme="winter"] {
    --bg-main: #eef3f6;
    --bg-muted: #dce6ed;
    --bg-card: #fbfdff;
    --text-main: #24303d;
    --text-soft: #5f6d78;
    --accent: #6d8ea5;
    --accent-dark: #4f6f87;
    --line: rgba(36, 48, 61, 0.12);
    --surface-soft: #e9eff4;
    --fact-panel-bg: #f8fbfd;
    --header-bg-top: rgba(247, 251, 253, 0.14);
    --header-bg-scrolled: rgba(247, 251, 253, 0.92);
    --header-border: rgba(255, 255, 255, 0.22);
    --header-border-scrolled: rgba(36, 48, 61, 0.1);
    --mobile-nav-bg: rgba(247, 251, 253, 0.94);
    --site-glow-a: rgba(109, 142, 165, 0.16);
    --site-glow-b: rgba(120, 164, 145, 0.12);
    --site-glow-c: rgba(167, 194, 212, 0.18);
    --section-muted-bg: rgba(220, 230, 237, 0.52);
    --reviews-bg: #dfe8ef;
    --reviews-nav-bg: rgba(255, 255, 255, 0.52);
    --placeholder-a: rgba(109, 142, 165, 0.16);
    --placeholder-b: rgba(120, 164, 145, 0.2);
    --journey-card-start: rgba(252, 254, 255, 0.94);
    --journey-card-end: rgba(232, 240, 245, 0.94);
    --booking-gradient-start: rgba(252, 254, 255, 0.95);
    --booking-gradient-end: rgba(232, 239, 245, 0.96);
}

@font-face {
    font-family: "Comforter";
    src: url("https://static.tildacdn.com/tild3164-3932-4566-a666-313431396531/ComforterBrush-Regul.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: var(--text-main);
    background: var(--bg-main);
    font-family: "Manrope", "Segoe UI", sans-serif;
}

body {
    position: relative;
    min-height: 100vh;
    line-height: 1.6;
}

#about,
#benefits,
#instructors,
#tours,
#reviews,
#gallery,
#equipment,
#safety {
    scroll-margin-top: var(--anchor-offset);
}

.site-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 10% 10%, var(--site-glow-a), transparent 45%),
        radial-gradient(circle at 90% 18%, var(--site-glow-b), transparent 38%),
        radial-gradient(circle at 50% 90%, var(--site-glow-c), transparent 45%);
    z-index: 0;
}

.container {
    width: min(1200px, 94vw);
    margin: 0 auto;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: var(--header-bg-top);
    backdrop-filter: blur(3px);
    border-bottom: 1px solid var(--header-border);
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
    background: var(--header-bg-scrolled);
    border-bottom-color: var(--header-border-scrolled);
}

.header-inner {
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.site-logo img {
    display: block;
    width: 108px;
    height: auto;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

.main-nav a {
    color: var(--brand-charcoal);
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.2px;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.main-nav a:hover {
    color: var(--brand-ink);
    opacity: 0.95;
}

.nav-auth {
    display: none;
}

.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.header-auth {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.auth-action-form {
    margin: 0;
    display: inline-flex;
}

.header-auth .btn,
.nav-auth .btn {
    min-height: 38px;
    white-space: nowrap;
}

.header-socials {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.social-link {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: var(--brand-charcoal);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(12, 12, 12, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.social-link:hover {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 6px 12px rgba(12, 12, 12, 0.28);
}

.social-link svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.menu-toggle {
    display: none;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 72;
}

.menu-toggle span {
    display: none;
}

.menu-toggle::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--brand-charcoal);
    box-shadow:
        8px 0 0 var(--brand-charcoal),
        16px 0 0 var(--brand-charcoal);
}

body.menu-open {
    overflow: hidden;
}

.mobile-menu-overlay {
    display: none;
}

.hero-section {
    padding: 0;
    position: relative;
}

.hero-cover {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: var(--hero-desktop-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, var(--hero-overlay-top), var(--hero-overlay-bottom));
}

.hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    min-height: min(100vh, 980px);
    padding-top: 80px;
    padding-bottom: 42px;
}

.hero-title {
    margin: 0;
    line-height: 0.94;
    color: #fff;
    letter-spacing: 0.7px;
}

.hero-script {
    display: block;
    font-family: "Comforter", "Brush Script MT", cursive;
    font-size: clamp(2.2rem, 4.2vw, 4.1rem);
    font-weight: 400;
    line-height: 0.95;
}

.hero-word {
    display: block;
    margin-top: 2px;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: clamp(3.2rem, 8.4vw, 7.6rem);
    font-weight: 800;
    text-transform: uppercase;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    padding: 11px 22px;
}

.btn-primary {
    background: var(--accent);
    color: #fff;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.btn-primary:hover {
    background: var(--accent-dark);
}

.btn-ghost {
    background: #fff;
    border: 1px solid var(--line);
    color: var(--text-main);
}

.hero-quote {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.2vw, 1.28rem);
    line-height: 1.3;
    max-width: 620px;
}

.hero-btn {
    min-width: 255px;
    border-radius: 30px;
    height: 56px;
    font-weight: 500;
}

main {
    padding-top: 80px;
}

.home-page main {
    padding-top: 0;
}

main,
.site-footer {
    position: relative;
    z-index: 1;
}

.section {
    padding: 70px 0;
}

.about-section {
    background: var(--surface-soft);
}

.about-section .container {
    width: min(1640px, 94vw);
}

.about-intro {
    max-width: 650px;
    margin-bottom: 56px;
}

.about-title {
    margin: 0 0 28px;
    color: var(--brand-ink);
    font-size: clamp(2.2rem, 4.7vw, 4rem);
    line-height: 0.98;
    letter-spacing: 0.8px;
    font-weight: 800;
}

.about-lead {
    margin: 0 0 22px;
    color: #4c4c4c;
    font-size: 1.32rem;
    line-height: 1.45;
}

.about-lead:last-child {
    margin-bottom: 0;
}

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

.about-fact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 360px;
}

.about-fact-text {
    position: relative;
    background: var(--fact-panel-bg);
    color: var(--brand-ink);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 36px 34px;
    text-transform: uppercase;
}

.about-fact-text h3 {
    margin: 0;
    font-size: clamp(1.7rem, 1.9vw, 2.9rem);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: 0.22px;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.about-fact-text-compact h3 {
    font-size: clamp(1.58rem, 1.72vw, 2.48rem);
    line-height: 1.15;
}

.about-fact-text::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid var(--fact-panel-bg);
    z-index: 2;
}

.about-fact-media {
    min-height: 360px;
}

.about-fact-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-fact.reverse .about-fact-media {
    order: 1;
}

.about-fact.reverse .about-fact-text {
    order: 2;
}

.about-fact.reverse .about-fact-text::after {
    right: auto;
    left: -20px;
    border-left: 0;
    border-right: 20px solid var(--fact-panel-bg);
}

.benefits-section {
    background: var(--surface-soft);
    overflow: hidden;
}

.benefits-section .container {
    width: min(1700px, 94vw);
}

.benefits-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(560px, 0.98fr);
    gap: 24px;
    align-items: center;
}

.benefits-content {
    max-width: 760px;
}

.benefits-title {
    margin: 0 0 36px;
    color: var(--brand-ink);
    font-weight: 800;
    font-size: clamp(2.6rem, 4.2vw, 5rem);
    line-height: 0.96;
    letter-spacing: 0.45px;
}

.benefits-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 24px;
}

.benefits-list li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    color: #66625f;
    font-size: 1.02rem;
    line-height: 1.52;
}

.benefits-list-icon {
    width: 18px;
    height: 18px;
    margin-top: 8px;
    background: url("/static/img/icons/check2.svg") center / contain no-repeat;
}

.benefits-visual {
    justify-self: end;
    width: min(100%, 920px);
    margin-right: -6vw;
}

.benefits-visual img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    display: block;
    border-radius: 0;
    opacity: 1;
}

.equipment-wrap {
    position: relative;
    max-width: 1120px;
}

.equipment-wrap::before {
    content: "";
    position: absolute;
    top: 54px;
    right: -78px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(159, 179, 142, 0.2), rgba(159, 179, 142, 0));
    pointer-events: none;
}

.equipment-title {
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #132038;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.equipment-intro {
    margin: 0 0 28px;
    color: #727272;
    font-size: 1.05rem;
    max-width: 620px;
}

.equipment-accordion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.equipment-column {
    display: grid;
    gap: 20px;
    align-content: start;
}

.equipment-item {
    align-self: start;
    border: 1px solid rgba(115, 118, 111, 0.18);
    border-radius: 28px;
    background: rgba(255, 252, 247, 0.72);
    box-shadow: 0 22px 48px rgba(43, 52, 69, 0.08);
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.equipment-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 56px rgba(43, 52, 69, 0.12);
}

.equipment-item[open] {
    border-color: rgba(228, 151, 102, 0.42);
    box-shadow: 0 28px 62px rgba(43, 52, 69, 0.14);
}

.equipment-item summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 18px;
    padding: 24px 26px;
    color: #4c4c4c;
}

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

.equipment-item summary:focus-visible {
    outline: 2px solid rgba(228, 151, 102, 0.78);
    outline-offset: -2px;
}

.equipment-summary-copy {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.equipment-symbol {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #b96d43;
    background: linear-gradient(145deg, rgba(255, 239, 226, 0.94), rgba(255, 248, 242, 0.68));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 26px rgba(185, 109, 67, 0.15);
}

.equipment-symbol svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.equipment-symbol-file {
    color: #8f6842;
}

.equipment-symbol-backpack {
    color: #4f7859;
    background: linear-gradient(145deg, rgba(226, 241, 229, 0.95), rgba(242, 249, 243, 0.72));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 14px 26px rgba(79, 120, 89, 0.14);
}

.equipment-symbol-tent,
.equipment-symbol-moon {
    color: #58739c;
    background: linear-gradient(145deg, rgba(231, 239, 250, 0.95), rgba(245, 248, 252, 0.72));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 14px 26px rgba(88, 115, 156, 0.14);
}

.equipment-symbol-spark {
    color: #a07a3f;
}

.equipment-symbol-shirt,
.equipment-symbol-boot {
    color: #7d6553;
    background: linear-gradient(145deg, rgba(244, 236, 228, 0.95), rgba(252, 248, 243, 0.72));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 14px 26px rgba(125, 101, 83, 0.14);
}

.equipment-summary-text {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.equipment-kicker {
    color: #9d6b49;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.equipment-separator {
    margin: 0 6px;
}

.equipment-heading {
    display: block;
    color: #353b46;
    font-weight: 800;
    font-size: clamp(1.3rem, 2vw, 2rem);
    line-height: 1.08;
}

.equipment-toggle {
    width: 42px;
    height: 42px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 50%;
    border: 1px solid rgba(76, 76, 76, 0.16);
    background: rgba(255, 255, 255, 0.58);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.equipment-toggle::before,
.equipment-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: rgba(57, 60, 66, 0.82);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.equipment-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.equipment-item[open] .equipment-toggle {
    border-color: rgba(228, 151, 102, 0.42);
    background: rgba(255, 241, 231, 0.9);
}

.equipment-item[open] .equipment-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.equipment-content {
    display: grid;
    gap: 16px;
    padding: 0 26px 24px;
    color: #4f4f4f;
    font-size: 0.99rem;
    line-height: 1.6;
}

.equipment-content p {
    margin: 0;
    color: #5b626d;
}

.equipment-content p:last-child {
    margin-bottom: 0;
}

.equipment-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
}

.equipment-content li {
    position: relative;
    margin: 0;
    min-height: 100%;
    padding: 12px 14px 12px 42px;
    border-radius: 16px;
    border: 1px solid rgba(92, 104, 118, 0.12);
    background: rgba(255, 255, 255, 0.62);
    color: #48505a;
    line-height: 1.45;
}

.equipment-content li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f6b88f, #de874f);
    box-shadow: 0 6px 12px rgba(222, 135, 79, 0.22);
}

.equipment-content li::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 18px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

@media (max-width: 1080px) {
    .about-section .container {
        width: min(1200px, 92vw);
    }

    .about-facts-grid {
        grid-template-columns: 1fr;
    }

    .about-fact-text h3 {
        font-size: clamp(1.32rem, 2.9vw, 2.24rem);
    }

    .benefits-layout {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
        gap: 18px;
    }

    .benefits-content {
        max-width: none;
    }

    .benefits-title {
        margin-bottom: 30px;
    }

    .benefits-list li {
        font-size: 1.15rem;
    }

    .benefits-visual {
        position: relative;
        inset: auto;
        display: block;
        justify-self: end;
        align-self: center;
        width: min(100%, 520px);
        margin: 0;
        opacity: 1;
        z-index: auto;
        pointer-events: auto;
    }

    .benefits-visual img {
        width: 100%;
        height: auto;
        min-height: 0;
        border-radius: 0;
        opacity: 1;
    }

    .equipment-accordion {
        grid-template-columns: 1fr;
    }

    .equipment-wrap::before {
        right: -32px;
        width: 180px;
        height: 180px;
    }

}

.section-muted {
    background: var(--section-muted-bg);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-title {
    margin: 0 0 18px;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.section-text {
    max-width: 70ch;
    color: var(--text-soft);
}

.benefits-grid,
.cards-grid,
.reviews-grid,
.gallery-grid {
    display: grid;
    gap: 16px;
}

.benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.tile,
.card,
.review-card,
.gallery-item,
.content-block {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--bg-card);
    box-shadow: var(--shadow);
}

.tile {
    padding: 24px;
}

.tile h3 {
    margin: 0 0 8px;
}

.tile p {
    margin: 0;
    color: var(--text-soft);
}

.cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
}

.cards-grid-wide {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.instructors-section {
    overflow: hidden;
}

.instructors-section .container {
    width: min(1700px, 94vw);
    max-width: none;
}

.section-wide-home {
    overflow: hidden;
}

.section-wide-home > .container {
    width: min(1700px, 94vw);
    max-width: none;
}

.instructors-carousel {
    position: relative;
}

.instructors-carousel-viewport {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    gap: 22px;
    align-items: center;
}

.instructors-track-wrap {
    overflow: hidden;
}

.instructors-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.instructors-page {
    flex: 0 0 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(var(--instructors-columns, 1), minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.instructors-page.is-centered {
    grid-template-columns: repeat(var(--instructors-page-columns, 1), minmax(0, min(320px, 100%)));
    justify-content: center;
}

.instructor-card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.instructor-card .card-image,
.instructor-card .card-image-placeholder {
    aspect-ratio: 4 / 3;
}

.instructor-card .card-image-placeholder {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    padding: 24px;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.72), transparent 40%),
        linear-gradient(145deg, rgba(255, 248, 242, 0.98), rgba(224, 235, 242, 0.9));
}

.instructor-card .card-image-placeholder::before {
    content: "";
    position: absolute;
    inset: auto -30px -56px auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
}

.instructor-card .card-image-placeholder::after {
    content: "";
    position: absolute;
    inset: 18px 18px auto auto;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}

.instructor-avatar-mark,
.instructor-avatar-role {
    position: relative;
    z-index: 1;
}

.instructor-avatar-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 24px;
    background: rgba(18, 37, 71, 0.84);
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    box-shadow: 0 18px 40px rgba(18, 37, 71, 0.18);
}

.instructor-avatar-role {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--accent-dark);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.instructor-avatar-b {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.66), transparent 40%),
        linear-gradient(145deg, rgba(243, 241, 229, 0.98), rgba(221, 234, 224, 0.92));
}

.instructor-avatar-b .instructor-avatar-mark {
    background: rgba(58, 96, 77, 0.86);
}

.instructor-avatar-c {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.68), transparent 40%),
        linear-gradient(145deg, rgba(245, 237, 231, 0.98), rgba(234, 223, 210, 0.9));
}

.instructor-avatar-c .instructor-avatar-mark {
    background: rgba(130, 86, 55, 0.86);
}

.instructor-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.instructor-card .card-body p:last-child {
    margin-bottom: 0;
    color: var(--text-soft);
}

.instructors-dots {
    margin-top: 22px;
}

.card-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    border-bottom: 1px solid var(--line);
}

.card-image-placeholder {
    background:
        linear-gradient(135deg, var(--placeholder-a), var(--placeholder-b)),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.55) 0,
            rgba(255, 255, 255, 0.55) 10px,
            rgba(255, 255, 255, 0.35) 10px,
            rgba(255, 255, 255, 0.35) 20px
        );
}

.card-body {
    padding: 18px 20px 20px;
}

.card-body h3 {
    margin: 0 0 8px;
}

.card-subtitle {
    margin: 0 0 10px;
    color: var(--accent-dark);
    font-weight: 700;
}

.tour-meta {
    display: flex;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-soft);
}

.tour-footer {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.9rem;
    color: var(--text-soft);
}

.tour-price {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-main);
}

.reviews-section {
    background: var(--reviews-bg);
}

.reviews-carousel {
    position: relative;
}

.reviews-title {
    margin-bottom: 38px;
    text-transform: uppercase;
    color: var(--brand-ink);
    font-weight: 800;
}

.reviews-carousel-viewport {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    gap: 12px;
    align-items: center;
}

.reviews-track-wrap {
    overflow: hidden;
}

.reviews-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.reviews-slide {
    flex: 0 0 100%;
    width: 100%;
}

.reviews-slide-layout {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 22px;
    align-items: flex-start;
    min-height: 260px;
}

.reviews-avatar {
    width: 112px;
    height: 112px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.66);
    background: linear-gradient(140deg, #9ec7b1, #7aa1b8);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(41, 36, 33, 0.16);
}

.reviews-slide-body {
    color: #4d4d4d;
}

.reviews-author-name {
    margin: 0;
    color: var(--brand-ink);
    font-family: "Playfair Display", "Times New Roman", serif;
    font-weight: 700;
    font-size: clamp(1.45rem, 2.1vw, 2rem);
    line-height: 1.1;
}

.reviews-slide-body .review-stars {
    margin: 8px 0 12px;
}

.reviews-text {
    margin: 0;
    white-space: pre-line;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #545454;
}

.reviews-text-wrap {
    position: relative;
    margin-top: 2px;
}

.reviews-slide.is-collapsible .reviews-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.reviews-slide.is-collapsible:not(.is-expanded) .reviews-text-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    height: 62px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(243, 215, 193, 0), rgba(243, 215, 193, 0.92));
}

.reviews-slide.is-expanded .reviews-text {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.reviews-expand {
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b4653d;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.reviews-expand:hover {
    color: #8d4e2f;
}

.reviews-expand:focus-visible {
    outline: 2px solid rgba(180, 101, 61, 0.48);
    outline-offset: 4px;
    border-radius: 6px;
}

.reviews-tour-link {
    margin-top: 16px;
    font-size: 0.95rem;
    color: #6a655f;
}

.reviews-nav {
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 999px;
    background: var(--reviews-nav-bg);
    color: var(--accent);
    font-size: 2.1rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.reviews-nav:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}

.reviews-nav.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.reviews-dots {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.reviews-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(243, 154, 111, 0.55);
    cursor: pointer;
    padding: 0;
}

.reviews-dot.is-active {
    background: #6d6f73;
}

.reviews-track {
    gap: 0;
}

.reviews-page {
    flex: 0 0 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(var(--reviews-columns, 1), minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.reviews-page.is-centered {
    justify-content: center;
    grid-template-columns: minmax(0, min(780px, 100%));
}

.reviews-slide {
    width: auto;
    min-width: 0;
    padding: 28px 30px;
    border-radius: 30px;
    background: rgba(255, 251, 247, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 18px 40px rgba(111, 79, 55, 0.08);
}

.reviews-carousel--double .reviews-slide-layout {
    min-height: 100%;
}

@media (max-width: 1080px) {
    .instructors-section .container {
        width: min(1700px, 94vw);
    }

    .section-wide-home > .container {
        width: min(1700px, 94vw);
    }

    .instructors-carousel-viewport {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 10px;
    }

    .instructors-page {
        gap: 18px;
    }

    .reviews-carousel-viewport {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 8px;
    }

    .reviews-nav {
        width: 44px;
        height: 44px;
        font-size: 1.8rem;
    }

    .reviews-slide-layout {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 16px;
    }

    .reviews-page {
        gap: 18px;
    }

    .reviews-slide {
        padding: 24px 24px 22px;
    }

    .reviews-avatar {
        width: 88px;
        height: 88px;
        font-size: 1.6rem;
    }

    .equipment-item summary {
        padding: 20px 22px;
    }
}

@media (max-width: 720px) {
    .instructors-section .container {
        width: min(1700px, 94vw);
    }

    .section-wide-home > .container {
        width: min(1700px, 94vw);
    }

    .instructors-carousel-viewport {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 8px;
    }

    .instructors-page {
        gap: 14px;
    }
}

.reviews-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.review-card {
    padding: 20px;
}

.review-stars {
    color: #d79d36;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.review-card p {
    margin: 0 0 10px;
}

.review-author {
    color: var(--text-soft);
    font-size: 0.9rem;
}

.gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.gallery-item {
    overflow: hidden;
}

.gallery-item img,
.gallery-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.gallery-placeholder {
    background:
        linear-gradient(160deg, rgba(202, 111, 59, 0.2), rgba(88, 130, 108, 0.25)),
        radial-gradient(circle at 60% 20%, rgba(255, 255, 255, 0.5), transparent 40%);
}

.gallery-caption {
    padding: 10px 12px 12px;
    font-size: 0.9rem;
}

.gallery-caption a {
    color: var(--accent-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}

.gallery-page {
    display: grid;
    gap: 16px;
}

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

.gallery-grid[data-masonry-gallery] {
    position: relative;
    display: block;
}

.gallery-grid[data-masonry-gallery] .gallery-sizer,
.gallery-grid[data-masonry-gallery] .gallery-item {
    width: 23.5%;
}

.gallery-grid[data-masonry-gallery] .gallery-gutter {
    width: 2%;
}

.gallery-grid[data-masonry-gallery] .gallery-item {
    margin-bottom: 18px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.gallery-grid[data-masonry-gallery] .gallery-item--wide,
.gallery-grid[data-masonry-gallery] .gallery-item--feature {
    width: 49%;
}

.gallery-grid[data-masonry-gallery] .gallery-link {
    display: block;
    text-decoration: none;
    cursor: zoom-in;
}

.gallery-grid[data-masonry-gallery] .gallery-item img,
.gallery-grid[data-masonry-gallery] .gallery-placeholder,
.gallery-grid[data-masonry-gallery] .video-link-wrap {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
}

.gallery-grid[data-masonry-gallery] .gallery-item img {
    border-radius: 18px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-grid[data-masonry-gallery] .gallery-item:hover img {
    transform: scale(1.018);
    filter: saturate(1.03);
}

.gallery-grid[data-masonry-gallery] .gallery-placeholder {
    min-height: 220px;
    border-radius: 18px;
}

.gallery-grid[data-masonry-gallery] .video-link-wrap {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(19, 32, 56, 0.86), rgba(57, 78, 107, 0.88)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.gallery-grid[data-masonry-gallery] .gallery-item--tall img {
    min-height: 460px;
    object-fit: cover;
}

.gallery-grid[data-masonry-gallery] .gallery-caption {
    display: none !important;
}

@media (max-width: 1180px) {
    .gallery-grid[data-masonry-gallery] .gallery-sizer,
    .gallery-grid[data-masonry-gallery] .gallery-item {
        width: 32%;
    }

    .gallery-grid[data-masonry-gallery] .gallery-gutter {
        width: 2%;
    }

    .gallery-grid[data-masonry-gallery] .gallery-item--wide,
    .gallery-grid[data-masonry-gallery] .gallery-item--feature {
        width: 66%;
    }
}

@media (max-width: 760px) {
    .gallery-grid[data-masonry-gallery] .gallery-sizer,
    .gallery-grid[data-masonry-gallery] .gallery-item {
        width: 49%;
    }

    .gallery-grid[data-masonry-gallery] .gallery-gutter {
        width: 2%;
    }

    .gallery-grid[data-masonry-gallery] .gallery-item--wide,
    .gallery-grid[data-masonry-gallery] .gallery-item--feature {
        width: 100%;
    }

    .gallery-grid[data-masonry-gallery] .gallery-item--tall img {
        min-height: 340px;
    }
}

@media (max-width: 480px) {
    .gallery-grid[data-masonry-gallery] .gallery-sizer,
    .gallery-grid[data-masonry-gallery] .gallery-item,
    .gallery-grid[data-masonry-gallery] .gallery-item--wide,
    .gallery-grid[data-masonry-gallery] .gallery-item--feature {
        width: 100%;
    }

    .gallery-grid[data-masonry-gallery] .gallery-gutter {
        width: 0;
    }
}

.gallery-grid[data-justified-gallery] {
    display: block;
}

.gallery-grid[data-justified-gallery].is-justified-ready {
    display: grid;
    gap: 12px;
}

.gallery-row {
    --gallery-row-height: 220px;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.gallery-grid[data-justified-gallery] .gallery-item {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    border: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.gallery-grid[data-justified-gallery] .gallery-item img,
.gallery-grid[data-justified-gallery] .gallery-placeholder,
.gallery-grid[data-justified-gallery] .video-link-wrap,
.gallery-grid[data-justified-gallery] .gallery-link {
    display: block;
    width: 100%;
    height: var(--gallery-row-height);
}

.gallery-grid[data-justified-gallery] .gallery-item img {
    aspect-ratio: auto;
    height: var(--gallery-row-height);
}

.gallery-grid[data-justified-gallery] .gallery-link {
    text-decoration: none;
}

.gallery-grid[data-justified-gallery] .gallery-item:hover img {
    transform: scale(1.015);
}

.gallery-grid[data-justified-gallery] .gallery-item img {
    transition: transform 0.28s ease, filter 0.28s ease;
}

.gallery-grid[data-justified-gallery] .gallery-caption {
    display: none !important;
}

.gallery-grid[data-justified-gallery] .video-link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(145deg, rgba(19, 32, 56, 0.86), rgba(57, 78, 107, 0.88)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.gallery-grid[data-justified-gallery] .video-link-wrap span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gallery-grid[data-justified-gallery] .video-link-wrap span::before {
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.gallery-page-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.gallery-empty {
    margin: 0;
    color: var(--text-soft);
}

.content-block {
    padding: 24px;
}

.content-block h3 {
    margin: 0 0 12px;
    font-size: 1.08rem;
}

.auth-wrap {
    max-width: 640px;
}

.auth-card,
.legal-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--bg-card);
    box-shadow: var(--shadow);
    padding: 24px;
}

.auth-form p {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0 0 14px;
}

.auth-form label {
    font-weight: 700;
}

.auth-form input[type="text"],
.auth-form input[type="password"],
.auth-form input[type="email"] {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 1rem;
    background: #fff;
}

.auth-form input[type="checkbox"] {
    margin-right: 8px;
}

.auth-captcha-group {
    margin-top: 12px;
}

.auth-smartcaptcha {
    min-height: 102px;
}

.auth-captcha-note {
    margin: 8px 0 0;
    color: var(--text-soft);
    font-size: 0.95rem;
}

.auth-captcha-question {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-main);
    font-weight: 700;
    font-size: 1rem;
}

.auth-consent-group {
    margin: 18px 0 0;
}

.auth-consent-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
}

.auth-consent-text {
    color: var(--text-main);
    font-weight: 600;
    line-height: 1.42;
}

.auth-checkbox-item {
    margin-top: 10px;
}

.auth-links-inline {
    margin: 4px 0 10px;
}

.auth-submit {
    margin-top: 6px;
    width: 100%;
}

.social-login {
    margin-top: 16px;
    display: grid;
    gap: 10px;
}

.social-btn {
    width: 100%;
}

.auth-links {
    margin: 16px 0 0;
    color: var(--text-soft);
}

.auth-links a {
    color: var(--accent-dark);
    font-weight: 700;
}

.legal-meta {
    margin: 0 0 16px;
    color: var(--text-soft);
}

.legal-content {
    color: var(--text-main);
}

.site-footer {
    padding: 40px 0 26px;
    border-top: 1px solid var(--line);
    background: rgba(43, 36, 31, 0.95);
    color: #f6ede1;
}

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

.footer-title {
    margin-bottom: 10px;
    font-weight: 800;
}

.footer-text {
    margin: 0;
    opacity: 0.86;
}

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

.footer-links a {
    color: #f6ede1;
    opacity: 0.9;
    text-decoration: none;
}

.footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 24px;
    padding-top: 14px;
    border-top: 1px solid rgba(246, 237, 225, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.age-mark {
    border: 1px solid rgba(246, 237, 225, 0.48);
    border-radius: 999px;
    padding: 3px 9px;
    font-weight: 700;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

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

.flash-wrap {
    padding-top: 14px;
}

.flash-message {
    border-radius: 10px;
    border: 1px solid var(--line);
    background: #fff;
    padding: 10px 12px;
    margin-bottom: 8px;
}

.flash-message.success {
    border-color: rgba(88, 130, 108, 0.4);
    background: rgba(88, 130, 108, 0.12);
}

.flash-message.error {
    border-color: rgba(162, 60, 45, 0.4);
    background: rgba(162, 60, 45, 0.1);
}

.tour-detail-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--bg-card);
    box-shadow: var(--shadow);
    padding: 24px;
}

.tour-detail-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: wrap;
}

.tour-detail-price {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    padding: 12px 14px;
    min-width: 220px;
}

.tour-detail-hero {
    width: 100%;
    margin-top: 16px;
    border-radius: 14px;
    border: 1px solid var(--line);
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.tour-detail-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}

.tour-dates-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 14px;
}

.dates-list {
    display: grid;
    gap: 8px;
}

.date-row {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}

.video-link-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.video-link-wrap a {
    color: var(--accent-dark);
    font-weight: 700;
}

.booking-form p,
.review-inline-form p {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.booking-form select,
.booking-form textarea,
.booking-form input,
.profile-filter select,
.review-inline-form select,
.review-inline-form textarea {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 0.95rem;
    background: #fff;
}

.profile-filter {
    margin: 18px 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.profile-top-actions {
    margin: 8px 0 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.profile-loyalty-card {
    margin: 18px 0 20px;
    padding: 24px;
    border: 1px solid rgba(19, 32, 56, 0.08);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 243, 236, 0.92)),
        var(--bg-card);
    box-shadow: var(--shadow);
}

.profile-loyalty-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.profile-loyalty-head h2 {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 2rem);
}

.profile-loyalty-eyebrow {
    margin: 0 0 6px;
    color: var(--accent);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.profile-loyalty-hint {
    max-width: 760px;
    margin: 10px 0 0;
    color: var(--text-soft);
}

.profile-loyalty-badge-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.profile-loyalty-badge {
    --loyalty-badge-color: #1d3557;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--loyalty-badge-color) 14%, white);
    color: var(--loyalty-badge-color);
    border: 1px solid color-mix(in srgb, var(--loyalty-badge-color) 24%, white);
    font-weight: 800;
    white-space: nowrap;
}

.profile-loyalty-override {
    color: var(--text-soft);
    font-size: 0.9rem;
}

.profile-loyalty-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.profile-loyalty-stat {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(19, 32, 56, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile-loyalty-stat span {
    color: var(--text-soft);
    font-size: 0.92rem;
}

.profile-loyalty-stat strong {
    font-size: 1.08rem;
    color: var(--text-main);
}

.profile-loyalty-progress-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.profile-loyalty-progress-card,
.profile-loyalty-celebration {
    padding: 18px;
    border-radius: 20px;
    background: rgba(247, 239, 231, 0.74);
    border: 1px solid rgba(19, 32, 56, 0.08);
}

.profile-loyalty-progress-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.profile-loyalty-progress-head span {
    display: block;
    color: var(--text-soft);
    font-size: 0.92rem;
}

.profile-loyalty-progress-head strong,
.profile-loyalty-progress-head b {
    color: var(--text-main);
}

.profile-loyalty-progress-head b {
    white-space: nowrap;
    font-size: 0.95rem;
}

.profile-loyalty-progress-bar {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(19, 32, 56, 0.1);
    margin-bottom: 10px;
}

.profile-loyalty-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 56%, white));
}

.profile-loyalty-progress-card p,
.profile-loyalty-celebration span {
    margin: 0;
    color: var(--text-soft);
}

.profile-loyalty-celebration {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile-loyalty-celebration strong {
    font-size: 1.02rem;
}

.profile-bookings {
    display: grid;
    gap: 12px;
}

.booking-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--bg-card);
    box-shadow: var(--shadow);
    padding: 18px;
}

.booking-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.booking-head h2 {
    margin: 0;
    font-size: 1.2rem;
}

.booking-status {
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.82rem;
    font-weight: 700;
    border: 1px solid var(--line);
}

.status-new {
    background: rgba(84, 120, 138, 0.14);
}

.status-confirmed {
    background: rgba(202, 111, 59, 0.15);
}

.status-paid {
    background: rgba(88, 130, 108, 0.15);
}

.status-completed {
    background: rgba(70, 112, 95, 0.22);
}

.status-cancelled {
    background: rgba(132, 97, 85, 0.18);
}

.booking-meta {
    margin: 10px 0;
    color: var(--text-soft);
}

.booking-action,
.review-inline-form {
    margin-top: 10px;
}

.booking-note {
    margin: 10px 0 0;
    color: var(--text-soft);
}

.danger-zone {
    margin-top: 24px;
    border: 1px solid rgba(162, 60, 45, 0.3);
    border-radius: var(--radius-lg);
    background: rgba(162, 60, 45, 0.08);
    padding: 16px;
}

.danger-zone h2 {
    margin: 0 0 8px;
    font-size: 1.2rem;
}

.danger-zone p {
    margin: 0 0 10px;
    color: var(--text-soft);
}

.delete-account-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.delete-account-form input[type="text"] {
    border: 1px solid rgba(162, 60, 45, 0.35);
    border-radius: 10px;
    padding: 10px 12px;
    min-width: 180px;
}

.btn-danger {
    background: #a23c2d;
    color: #fff;
}

.btn-danger:hover {
    background: #822f24;
}

@media (max-width: 1100px) {
    .profile-loyalty-stats,
    .profile-loyalty-progress-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .profile-loyalty-card {
        padding: 18px;
    }

    .profile-loyalty-head {
        flex-direction: column;
    }

    .profile-loyalty-badge-wrap {
        align-items: flex-start;
    }

    .profile-loyalty-stats,
    .profile-loyalty-progress-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1180px) {
    .main-nav {
        gap: 24px;
    }

    .main-nav a {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    :root {
        --anchor-offset: 28px;
    }

    .site-header {
        position: static;
        background: var(--header-bg-scrolled);
        backdrop-filter: none;
        border-bottom-color: var(--header-border-scrolled);
    }

    main {
        padding-top: 0;
    }

    .header-inner {
        min-height: 76px;
        padding: 12px 0;
        gap: 10px;
    }

    .site-logo img {
        width: 86px;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .main-nav {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
        display: none !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin: 0;
        background: var(--mobile-nav-bg);
        backdrop-filter: blur(3px);
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 14px;
        box-shadow: 0 10px 26px rgba(25, 22, 18, 0.14);
        transform: none !important;
        transition: none;
        z-index: 71;
        pointer-events: auto;
    }

    .main-nav a {
        font-size: 1rem;
        font-weight: 600;
        width: 100%;
    }

    .header-socials {
        display: none;
    }

    .header-auth {
        display: none;
    }

    .main-nav.is-open {
        display: flex !important;
    }

    .menu-toggle[aria-expanded="true"] + .main-nav {
        display: flex !important;
    }

    .mobile-menu-overlay {
        display: none;
    }

    .nav-auth {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 10px;
        padding-top: 10px;
        margin-top: 6px;
        border-top: 1px solid var(--line);
    }

    .nav-auth .btn {
        width: 100%;
    }

    .nav-auth .auth-action-form {
        width: 100%;
    }

    .benefits-layout {
        position: relative;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .benefits-content {
        position: relative;
        z-index: 2;
    }

    .benefits-visual {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        margin: 0;
        opacity: 1;
        z-index: 1;
        pointer-events: none;
    }

    .benefits-visual img {
        width: min(62vw, 500px);
        opacity: 0.3;
    }

    .hero-cover {
        min-height: calc(100vh - 76px);
    }

    .hero-content {
        min-height: calc(100vh - 76px);
        padding-top: 44px;
        padding-bottom: 30px;
    }

    .hero-title {
        line-height: 0.9;
    }

    .hero-script {
        font-size: clamp(2rem, 11vw, 3.3rem);
    }

    .hero-word {
        font-size: clamp(3.6rem, 19vw, 6.1rem);
    }

    .hero-quote {
        font-size: 1rem;
        line-height: 1.42;
        max-width: 310px;
    }
}

@media (max-width: 620px) {
    .about-section .container {
        width: min(96vw, 660px);
    }

    .about-intro {
        margin-bottom: 30px;
    }

    .about-lead {
        font-size: 1.1rem;
        line-height: 1.65;
    }

    .about-facts-grid {
        grid-template-columns: 1fr;
    }

    .about-fact {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .about-fact-media,
    .about-fact-media img {
        min-height: 230px;
        height: 230px;
    }

    .about-fact-text {
        order: 2;
        padding: 24px 20px;
    }

    .about-fact-text::after,
    .about-fact.reverse .about-fact-text::after {
        display: none;
    }

    .about-fact.reverse .about-fact-media {
        order: 1;
    }

    .about-fact.reverse .about-fact-text {
        order: 2;
    }

    .about-fact-text h3 {
        font-size: 1.5rem;
        line-height: 1.15;
    }

    .benefits-layout {
        position: relative;
    }

    .benefits-content {
        position: relative;
        z-index: 2;
    }

    .benefits-title {
        margin-bottom: 24px;
    }

    .benefits-list {
        gap: 18px;
    }

    .benefits-list li {
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 14px;
        font-size: 1.08rem;
        line-height: 1.42;
    }

    .benefits-list-icon {
        width: 16px;
        height: 16px;
        margin-top: 6px;
    }

    .benefits-visual {
        inset: 0;
        justify-content: flex-end;
        align-items: flex-end;
        opacity: 1;
        pointer-events: none;
    }

    .benefits-visual img {
        width: min(96vw, 420px);
        height: auto;
        transform: translate(24%, 6%);
        border-radius: 0;
        opacity: 0.3;
    }

    .reviews-title {
        margin-bottom: 26px;
    }

    .reviews-carousel-viewport {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .reviews-track-wrap {
        order: 1;
    }

    .reviews-nav {
        width: 42px;
        height: 42px;
        font-size: 1.7rem;
    }

    .reviews-nav-prev,
    .reviews-nav-next {
        position: absolute;
        top: 118px;
        z-index: 2;
    }

    .reviews-nav-prev {
        left: 0;
    }

    .reviews-nav-next {
        right: 0;
    }

    .reviews-slide-layout {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: 0;
        padding: 0 40px;
    }

    .reviews-page {
        gap: 12px;
    }

    .reviews-page.is-centered {
        grid-template-columns: 1fr;
    }

    .reviews-slide {
        padding: 20px 18px;
        border-radius: 24px;
    }

    .reviews-avatar {
        width: 72px;
        height: 72px;
        font-size: 1.4rem;
    }

    .reviews-text {
        font-size: 1rem;
    }

    .reviews-slide.is-collapsible .reviews-text {
        -webkit-line-clamp: 7;
    }

    .equipment-title {
        margin-bottom: 12px;
    }

    .equipment-intro {
        margin-bottom: 20px;
        font-size: 0.98rem;
    }

    .equipment-item summary {
        padding: 18px;
    }

    .equipment-symbol {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .equipment-symbol svg {
        width: 24px;
        height: 24px;
    }

    .equipment-kicker {
        font-size: 0.7rem;
        letter-spacing: 0.12em;
    }

    .equipment-heading {
        font-size: 1.3rem;
    }

    .equipment-toggle {
        width: 36px;
        height: 36px;
    }

    .equipment-content {
        padding: 0 18px 18px;
        font-size: 0.95rem;
    }

    .equipment-content ul {
        grid-template-columns: 1fr;
    }

    .header-inner {
        min-height: 74px;
    }

    .site-logo img {
        width: 68px;
    }

    .hero-cover {
        min-height: calc(100vh - 74px);
        background-image: var(--hero-mobile-image);
        background-position: center;
    }

    .hero-content {
        min-height: calc(100vh - 74px);
        gap: 16px;
        padding-top: 22px;
    }

    .hero-word {
        font-size: clamp(3.2rem, 23vw, 5.5rem);
    }

    .hero-btn {
        min-width: 265px;
        height: 54px;
        font-size: 1.02rem;
    }

    .section {
        padding: 56px 0;
    }

    .hero-copy,
    .hero-card {
        padding: 24px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Phase 3: journey and booking UX */
.header-cta {
    display: flex;
    align-items: center;
}

.btn-sm {
    padding: 8px 14px;
    font-size: 0.88rem;
}

.journey-strip {
    padding: 8px 0 42px;
}

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

.journey-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(150deg, var(--journey-card-start), var(--journey-card-end));
    box-shadow: var(--shadow);
    padding: 18px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.journey-card:hover {
    transform: translateY(-2px);
    border-color: rgba(202, 111, 59, 0.42);
}

.journey-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--accent-dark);
    background: #fff;
}

.journey-card h3 {
    margin: 10px 0 6px;
    font-size: 1.05rem;
}

.journey-card p {
    margin: 0;
    color: var(--text-soft);
}

.tour-overview-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) minmax(260px, 1fr);
    gap: 12px;
}

.tour-info-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
    color: var(--text-soft);
}

.tour-dates-wrap {
    grid-template-columns: minmax(300px, 1fr) minmax(340px, 1fr);
}

.booking-wizard {
    background:
        linear-gradient(160deg, var(--booking-gradient-start), var(--booking-gradient-end));
}

.booking-form-wizard {
    margin-top: 14px;
}

.booking-auth-gate {
    display: grid;
    gap: 10px;
    margin-top: 8px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
}

.booking-auth-gate .section-text {
    margin: 0;
}

.booking-auth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.booking-stepper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.booking-stepper-item {
    appearance: none;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    color: var(--text-soft);
    padding: 8px 10px;
    font-size: 0.84rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.booking-stepper-item.is-passed {
    border-color: rgba(88, 130, 108, 0.4);
    color: #2f6f53;
}

.booking-stepper-item.is-active {
    border-color: rgba(202, 111, 59, 0.4);
    color: var(--accent-dark);
    box-shadow: 0 6px 18px rgba(202, 111, 59, 0.14);
}

.booking-step {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    padding: 14px;
    margin-bottom: 12px;
}

.booking-participant-title {
    margin: 0 0 14px;
    font-size: 1rem;
}

.wizard-ready .booking-step {
    display: none;
}

.wizard-ready .booking-step.is-active {
    display: block;
}

.field-group {
    margin-bottom: 12px;
}

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

.field-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.field-tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    border-radius: 999px;
    background: rgba(202, 111, 59, 0.14);
    color: var(--accent-dark);
    font-weight: 700;
    font-size: 0.72rem;
    line-height: 1;
    vertical-align: middle;
    cursor: help;
    position: relative;
}

.field-tooltip::before,
.field-tooltip::after {
    position: absolute;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.field-tooltip::before {
    content: "";
    bottom: calc(100% + 6px);
    transform: translate(-50%, 4px);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(19, 32, 56, 0.92);
}

.field-tooltip::after {
    content: attr(data-tooltip);
    bottom: calc(100% + 12px);
    transform: translate(-50%, 4px);
    width: max-content;
    max-width: 220px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(19, 32, 56, 0.92);
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.35;
    text-align: left;
    box-shadow: 0 14px 24px rgba(19, 32, 56, 0.18);
    z-index: 4;
    white-space: normal;
}

.field-tooltip:hover::before,
.field-tooltip:hover::after,
.field-tooltip:focus-visible::before,
.field-tooltip:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.rental-field-group {
    border: 1px dashed var(--line);
    border-radius: 12px;
    background: rgba(231, 223, 211, 0.22);
    padding: 12px;
}

.rental-options {
    display: grid;
    gap: 8px;
}

.rental-option {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(43, 36, 31, 0.08);
    border-radius: 10px;
    background: #fff;
    padding: 8px 10px;
    font-weight: 500;
}

.rental-option-main {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex: 1 1 auto;
}

.rental-option-main input[type="checkbox"] {
    margin-top: 2px;
    flex: 0 0 auto;
}

.rental-quantity-wrap {
    display: grid;
    gap: 6px;
    flex: 0 0 108px;
}

.rental-quantity-wrap label {
    margin-bottom: 0;
    font-size: 0.78rem;
    color: var(--text-soft);
    font-weight: 600;
}

.rental-quantity-input {
    text-align: center;
}

.rental-empty {
    margin: 0;
    color: var(--text-soft);
}

@media (max-width: 640px) {
    .rental-option {
        flex-direction: column;
        align-items: stretch;
    }

    .rental-quantity-wrap {
        flex-basis: auto;
    }
}

.field-help {
    margin: 8px 0 0;
    color: var(--text-soft);
    font-size: 0.86rem;
}

.input-control {
    width: 100%;
}

.field-errors {
    margin-top: 6px;
    border: 1px solid rgba(162, 60, 45, 0.3);
    border-radius: 10px;
    background: rgba(162, 60, 45, 0.09);
    color: #7f2518;
    padding: 7px 9px;
    font-size: 0.86rem;
}

.field-errors > div + div {
    margin-top: 4px;
}

.booking-summary {
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(231, 223, 211, 0.35);
    padding: 10px 12px;
}

.booking-summary h3 {
    margin: 0 0 6px;
    font-size: 1rem;
}

.booking-summary ul {
    margin: 0;
    padding-left: 18px;
    color: var(--text-soft);
}

.booking-summary-travelers {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.booking-summary-traveler {
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(19, 32, 56, 0.08);
}

.booking-price-card {
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    padding: 14px;
    box-shadow: 0 16px 28px rgba(43, 36, 31, 0.06);
}

.booking-price-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.booking-price-head h3 {
    margin: 0;
    font-size: 1rem;
}

.booking-price-hint {
    margin: 6px 0 0;
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.booking-price-total {
    display: grid;
    gap: 3px;
    justify-items: end;
    flex: 0 0 auto;
}

.booking-price-total span {
    color: var(--text-soft);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.booking-price-total strong {
    color: var(--brand-ink);
    font-size: 1.3rem;
    line-height: 1;
}

.booking-price-state {
    margin: 0 0 10px;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.booking-price-error[hidden] {
    display: none;
}

.booking-price-breakdown {
    margin: 0;
    display: grid;
    gap: 8px;
}

.booking-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(43, 36, 31, 0.08);
}

.booking-price-row dt,
.booking-price-row dd {
    margin: 0;
}

.booking-price-row dt {
    color: var(--text-soft);
}

.booking-price-row dd {
    font-weight: 700;
    color: var(--text-main);
    text-align: right;
}

.booking-price-discount {
    color: var(--accent-dark) !important;
}

.booking-price-row-total {
    padding-top: 4px;
    border-bottom: 0;
}

.booking-price-row-total dt,
.booking-price-row-total dd {
    color: var(--brand-ink);
    font-size: 1.04rem;
}

.booking-loyalty-meta {
    margin-top: 12px;
    display: grid;
    gap: 10px;
}

.booking-tier-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(19, 32, 56, 0.08);
    color: var(--brand-ink);
    font-size: 0.88rem;
}

.booking-loyalty-lines {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.booking-loyalty-line {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(19, 32, 56, 0.05);
    color: var(--text-soft);
    font-size: 0.9rem;
}

.booking-loyalty-line strong {
    color: var(--accent-dark);
    white-space: nowrap;
}

.consent-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.consent-item {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    padding: 10px 12px;
}

.consent-line {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.consent-line input[type="checkbox"] {
    margin-top: 2px;
    flex: 0 0 auto;
}

.consent-doc-link {
    display: inline;
    margin: 0;
    line-height: 1.42;
    color: var(--accent-dark);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    font-weight: 600;
}

.consent-doc-link:hover {
    color: #7a3f1e;
}

.consent-doc-link:focus-visible {
    outline: 2px solid rgba(227, 132, 76, 0.8);
    outline-offset: 2px;
}

.consent-item .field-errors {
    margin-top: 6px;
}

.consent-modal[hidden] {
    display: none;
}

.consent-modal {
    position: fixed;
    inset: 0;
    z-index: 4000;
}

.consent-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(23, 23, 23, 0.55);
}

.consent-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100vw - 32px));
    max-height: calc(100vh - 40px);
    margin: 20px auto;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: #fffefb;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.consent-modal-close {
    position: absolute;
    right: 12px;
    top: 8px;
    border: 0;
    background: transparent;
    color: #57524d;
    font-size: 1.9rem;
    line-height: 1;
    cursor: pointer;
}

.consent-modal-dialog h3 {
    margin: 0;
    padding: 16px 44px 12px 20px;
    border-bottom: 1px solid var(--line);
    font-size: 1.28rem;
}

.consent-modal-content {
    padding: 16px 20px 20px;
    overflow-y: auto;
    color: #4a453f;
    line-height: 1.55;
}

.consent-modal-content p {
    margin: 0 0 12px;
}

.consent-modal-content p:last-child {
    margin-bottom: 0;
}

.booking-success-dialog {
    width: min(520px, calc(100vw - 32px));
}

.booking-success-content {
    text-align: center;
}

.booking-success-content p {
    margin: 8px 0 0;
    color: var(--brand-ink);
    font-size: 1.18rem;
    font-weight: 700;
}

.booking-success-actions {
    padding: 0 20px 20px;
    display: flex;
    justify-content: center;
}

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

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 4010;
}

.gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 16, 20, 0.82);
    cursor: zoom-out;
}

.gallery-lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 1440px);
    max-height: calc(100vh - 32px);
    margin: 16px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.gallery-lightbox-close {
    align-self: flex-end;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

.gallery-lightbox-image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 120px);
    width: auto;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.04);
}

.gallery-lightbox-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.gallery-lightbox-open:hover {
    background: rgba(255, 255, 255, 0.2);
}

.booking-nav {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.booking-nav .btn {
    min-width: 130px;
}

.auth-card-narrow {
    max-width: 720px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px;
}

.form-error {
    color: #b14a3d;
    font-size: 0.95rem;
}

.auth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.profile-security-card {
    margin-top: 32px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--bg-card);
    box-shadow: var(--shadow);
}

.profile-security-card h2,
.backup-codes-card h3,
.backup-codes-card h2 {
    margin: 0 0 12px;
}

.profile-security-form {
    display: grid;
    gap: 14px;
}

.profile-security-form input[type="text"] {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 1rem;
    background: #fff;
}

.profile-security-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.consent-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.profile-security-meta {
    margin-top: 18px;
    color: var(--text-soft);
}

.profile-security-meta p {
    margin: 8px 0;
}

.profile-security-regenerate {
    margin-top: 16px;
}

.backup-codes-card {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(15, 29, 58, 0.08);
}

.backup-code-list {
    margin: 14px 0 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.backup-code-list code {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

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

    .tour-overview-grid,
    .tour-dates-wrap {
        grid-template-columns: 1fr;
    }

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

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

@media (max-width: 620px) {
    .journey-strip {
        padding-bottom: 28px;
    }

    .consent-item {
        padding: 10px;
    }

    .consent-doc-link {
        font-size: 0.88rem;
    }

    .consent-modal-dialog {
        width: calc(100vw - 16px);
        max-height: calc(100vh - 16px);
        margin: 8px auto;
    }

    .consent-modal-dialog h3 {
        padding: 14px 40px 10px 14px;
        font-size: 1.08rem;
    }

    .consent-modal-content {
        padding: 12px 14px 14px;
        font-size: 0.94rem;
    }

    .gallery-lightbox-dialog {
        width: calc(100vw - 16px);
        max-height: calc(100vh - 16px);
        margin: 8px auto;
    }

    .gallery-lightbox-image {
        max-height: calc(100vh - 110px);
        border-radius: 14px;
    }

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

    .booking-nav .btn {
        width: 100%;
    }

    .booking-price-head,
    .booking-loyalty-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .booking-price-total {
        justify-items: start;
    }

    .booking-price-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .booking-price-row dd {
        text-align: left;
    }

    .auth-actions {
        flex-direction: column;
    }

    .auth-actions .btn {
        width: 100%;
    }
}
