:root {
    --bg: #f7f1e8;
    --bg-deep: #efe5d8;
    --surface: rgba(255, 250, 243, 0.94);
    --surface-strong: #fffaf4;
    --line: rgba(125, 91, 55, 0.14);
    --line-strong: rgba(125, 91, 55, 0.24);
    --text: #342618;
    --muted: #6e5640;
    --gold: #c6a06b;
    --gold-deep: #9a7347;
    --shadow: 0 24px 70px rgba(52, 38, 24, 0.14);
    --shadow-strong: 0 28px 90px rgba(32, 22, 13, 0.24);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top, rgba(226, 194, 153, 0.18), transparent 32%),
        linear-gradient(180deg, var(--bg) 0%, #f4ecdf 100%);
    overflow-x: hidden;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.nav-open,
body.modal-open {
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}

.mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(17, 11, 6, 0.46);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.28s ease;
}

.mobile-overlay.active {
    display: block;
    opacity: 1;
}

.navbar {
    position: fixed;
    top: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    padding: 1.5rem 5.25rem;
    background: rgba(250, 246, 239, 0.95);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(201, 165, 130, 0.3);
    border-radius: 100px;
    box-shadow: 0 16px 50px rgba(139, 115, 85, 0.22);
    transition: all 0.4s ease;
    min-width: 1100px;
    max-width: 95vw;
    overflow: visible;
    isolation: isolate;
}

.navbar::before,
.navbar::after {
    display: none;
}

.navbar-trace {
    display: none;
}

.navbar.scrolled {
    top: 1rem;
    padding: 1rem 4rem;
    background: rgba(250, 246, 239, 0.98) url('https://dgohsyksrcfcdsraawqd.supabase.co/storage/v1/object/public/AMX/BG.jpg') center/cover;
    background-blend-mode: soft-light;
    box-shadow: 0 15px 60px rgba(139, 115, 85, 0.4);
}

.nav-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    white-space: nowrap;
    z-index: 1;
}

.nav-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    text-decoration: none;
}

.nav-logo span {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.09em;
    color: var(--text);
    white-space: nowrap;
}

.nav-logo:hover {
    transform: scale(1.05);
    filter: brightness(1.2);
}

.nav-links {
    display: flex;
    gap: 2.9rem;
    align-items: center;
    flex-shrink: 0;
}

.nav-links a {
    color: var(--text);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.92rem;
    position: relative;
    transition: all 0.3s;
}

.nav-links a:hover {
    color: var(--gold-deep);
}

.nav-book-btn {
    padding: 0.95rem 2.3rem;
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    color: #fff9f1;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.92rem;
    box-shadow: 0 10px 28px rgba(201, 165, 130, 0.42);
    text-decoration: none;
    text-shadow: none;
}

.nav-book-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 165, 130, 0.6);
}

.hamburger {
    display: none;
}

.hero,
.tours-section {
    scroll-margin-top: 8rem;
}

.hero {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 24%, rgba(230, 198, 157, 0.2), transparent 18%),
        linear-gradient(180deg, rgba(18, 11, 6, 0.18) 0%, rgba(18, 11, 6, 0.36) 52%, rgba(18, 11, 6, 0.7) 100%);
    z-index: 1;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 11, 6, 0.44) 0%, rgba(18, 11, 6, 0.12) 52%, rgba(18, 11, 6, 0.28) 100%);
    z-index: 1;
}

.hero-media,
.video-layer,
.hero-fallback {
    position: absolute;
    inset: 0;
}

.video-layer {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-fallback {
    background:
        linear-gradient(135deg, rgba(32, 22, 12, 0.14), rgba(32, 22, 12, 0.5)),
        url('https://xzcduzamwjycwqgdtqrw.supabase.co/storage/v1/object/public/Content/Hero%20Image.png') center/cover no-repeat;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.hero-fallback.hidden {
    opacity: 0;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.25rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tours-section {
    position: relative;
    padding: 5.5rem 5% 6.5rem;
    background:
        radial-gradient(circle at top, rgba(219, 186, 143, 0.16), transparent 20%),
        linear-gradient(180deg, #faf5ee 0%, #f4ece0 100%);
}

.tours-shell {
    width: min(1280px, 100%);
    margin: 0 auto;
}

.tours-header {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-badge {
    margin-bottom: 1rem;
    background: rgba(198, 160, 107, 0.12);
    border: 1px solid rgba(154, 115, 71, 0.18);
    color: var(--gold-deep);
}

.tours-title {
    font-size: clamp(2.8rem, 5.4vw, 4.6rem);
    line-height: 1;
    margin-bottom: 1rem;
    text-wrap: balance;
}

.tours-subtitle {
    font-size: 1.02rem;
    line-height: 1.9;
    color: var(--muted);
}

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

.state-card,
.tour-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(125, 91, 55, 0.1);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.state-card {
    padding: 2.6rem;
    text-align: center;
}

.state-card strong {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.45rem;
    color: var(--text);
}

.state-card p {
    max-width: 40ch;
    margin: 0 auto;
    color: var(--muted);
}

.state-card.error strong,
.state-card.error p {
    color: #8a4337;
}

.tour-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.tour-card:hover {
    transform: translateY(-8px);
    border-color: rgba(154, 115, 71, 0.22);
    box-shadow: var(--shadow-strong);
}

.tour-media {
    position: relative;
    flex-shrink: 0;
    height: 300px;
    overflow: hidden;
    background: var(--bg-deep);
}

.tour-media-asset {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.tour-card:hover .tour-media-asset {
    transform: scale(1.05);
}

.tour-overlay {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
    align-items: flex-start;
}

.tour-category,
.tour-duration {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 250, 243, 0.88);
    color: var(--text);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.tour-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.55rem;
}

.tour-topline {
    margin-bottom: 0.9rem;
}

.tour-title {
    font-size: 1.85rem;
    line-height: 1.05;
    margin-bottom: 0.45rem;
    color: var(--text);
}

.tour-tagline {
    color: var(--gold-deep);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tour-text {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}

.tour-support-list {
    display: grid;
    gap: 0.7rem;
    margin-bottom: 1.2rem;
}

.tour-support-row {
    display: grid;
    gap: 0.2rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(125, 91, 55, 0.1);
    background: rgba(255, 251, 245, 0.72);
}

.tour-support-row span {
    color: var(--gold-deep);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tour-support-row strong {
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.6;
    font-weight: 700;
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 0.52rem 0.8rem;
    border-radius: 999px;
    background: rgba(198, 160, 107, 0.1);
    border: 1px solid rgba(154, 115, 71, 0.14);
    color: rgba(52, 38, 24, 0.86);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    padding-top: 1.15rem;
    margin-top: auto;
    border-top: 1px solid rgba(125, 91, 55, 0.1);
}

.price-copy span {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.price-copy strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.05rem;
    line-height: 1;
    color: var(--text);
}

.price-note {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 600;
    text-align: right;
}

.action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.action-button,
.action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.15rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.action-button:hover,
.action-link:hover {
    transform: translateY(-2px);
}

.action-button.primary {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
    color: #fff9f1;
    box-shadow: 0 14px 30px rgba(154, 115, 71, 0.2);
}

.action-link {
    border: 1px solid rgba(125, 91, 55, 0.16);
    background: rgba(255, 255, 255, 0.54);
    color: var(--text);
}

.special-planner-section {
    position: relative;
    padding: 2.4rem 5% 6rem;
    background-color: #c8b195;
    background-image: url('https://xzcduzamwjycwqgdtqrw.supabase.co/storage/v1/object/public/Content/Hero%20Image.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.special-planner-shell {
    width: min(1500px, 100%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.planner-shell {
    position: relative;
    width: min(1180px, 100%);
    margin: 0 auto;
    padding-left: 4.4rem;
}

.planner-binding {
    position: absolute;
    left: 0;
    top: 1.25rem;
    bottom: 1.25rem;
    width: 3.3rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #b08a62 0%, #906642 100%);
    box-shadow: inset -8px 0 16px rgba(62, 39, 18, 0.2), 0 18px 30px rgba(93, 65, 39, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 2;
}

.planner-binding span {
    width: 1.7rem;
    height: 1.2rem;
    border-radius: 999px;
    background: rgba(248, 239, 226, 0.94);
    box-shadow: inset 0 0 0 3px rgba(176, 138, 98, 0.35);
}

.planner-paper {
    position: relative;
    border-radius: 34px;
    padding: 2.25rem 2.4rem 2.35rem 3.7rem;
    border: 1px solid rgba(173, 144, 111, 0.18);
    background:
        linear-gradient(90deg, transparent 0 4.9rem, rgba(197, 121, 110, 0.34) 4.9rem 5.05rem, transparent 5.05rem),
        repeating-linear-gradient(180deg, rgba(255, 251, 244, 0.96) 0 2.2rem, rgba(219, 208, 192, 0.72) 2.2rem 2.28rem),
        linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(246, 237, 223, 0.98));
    box-shadow: 0 28px 70px rgba(108, 77, 45, 0.16);
    overflow: hidden;
    font-family: 'Caveat', cursive;
}

.planner-paper::before {
    content: '';
    position: absolute;
    right: 2.4rem;
    top: 1.2rem;
    width: 7rem;
    height: 1.45rem;
    border-radius: 8px;
    transform: rotate(4deg);
    background: rgba(236, 205, 157, 0.48);
    box-shadow: 0 10px 18px rgba(134, 98, 58, 0.12);
    pointer-events: none;
}

.planner-paper::after {
    content: '';
    position: absolute;
    right: -1.5rem;
    bottom: 2rem;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198, 167, 125, 0.16) 0%, rgba(198, 167, 125, 0) 70%);
    pointer-events: none;
}

.planner-meta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.planner-badge {
    margin-bottom: 0;
    transform: none;
    background: rgba(255, 248, 236, 0.82);
    box-shadow: 0 8px 20px rgba(108, 77, 45, 0.08);
    font-family: 'Caveat', cursive;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: none;
}

.planner-date {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px dashed rgba(169, 132, 91, 0.46);
    background: rgba(255, 255, 255, 0.62);
    color: var(--gold-deep);
    font-family: 'Caveat', cursive;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
    white-space: nowrap;
}

.planner-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
    gap: 1.65rem;
    align-items: start;
}

.planner-entry {
    padding: 0.25rem 0 0.35rem;
}

.planner-kicker {
    display: inline-block;
    margin-bottom: 1.1rem;
    color: var(--gold-deep);
    font-family: 'Caveat', cursive;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
}

.planner-title {
    font-family: 'Caveat', cursive;
    font-size: clamp(3.3rem, 5.2vw, 5.1rem);
    line-height: 0.88;
    text-align: left;
    max-width: 12.5ch;
    margin-bottom: 0.95rem;
    color: var(--text);
    font-weight: 700;
}

.planner-actions {
    display: flex;
    align-items: center;
    gap: 1rem 1.4rem;
    flex-wrap: wrap;
}

.planner-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: auto;
    max-width: none;
    min-height: 60px;
    border-radius: 18px;
    padding: 1rem 1.7rem;
    border: 1px solid rgba(180, 141, 67, 0.16);
    background:
        linear-gradient(180deg, rgba(250, 224, 129, 0.92) 0%, rgba(228, 190, 92, 0.96) 100%),
        repeating-linear-gradient(8deg, rgba(177, 132, 48, 0.1) 0 2px, rgba(177, 132, 48, 0) 2px 7px),
        repeating-linear-gradient(-9deg, rgba(255, 240, 177, 0.18) 0 1px, rgba(255, 240, 177, 0) 1px 8px);
    color: #4c3317;
    box-shadow:
        inset 0 1px 0 rgba(255, 247, 214, 0.76),
        0 16px 26px rgba(154, 120, 67, 0.18);
    transform: none;
    font-family: 'Caveat', cursive;
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.planner-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(10deg, rgba(159, 116, 35, 0.12) 0 2px, rgba(159, 116, 35, 0) 2px 9px),
        repeating-linear-gradient(-12deg, rgba(255, 240, 189, 0.16) 0 1px, rgba(255, 240, 189, 0) 1px 10px);
    opacity: 0.72;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.planner-submit:hover {
    transform: translateY(-3px);
    box-shadow:
        inset 0 1px 0 rgba(255, 247, 214, 0.82),
        0 20px 30px rgba(154, 120, 67, 0.22);
    filter: saturate(1.03);
}

.planner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0.9rem 1.4rem;
    border-radius: 18px;
    border: 1px dashed rgba(169, 132, 91, 0.46);
    background: rgba(255, 255, 255, 0.55);
    color: var(--gold-deep);
    text-decoration: none;
    font-family: 'Caveat', cursive;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.planner-link:hover {
    transform: translateY(-3px);
    border-color: rgba(154, 115, 71, 0.58);
    background: rgba(255, 255, 255, 0.72);
}

.planner-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    gap: 1rem;
    align-content: start;
    align-items: start;
}

.planner-card {
    --note-tilt: 0deg;
    padding: 1.35rem;
    min-height: 100%;
    border-radius: 28px 28px 24px 24px;
    border: 1px solid rgba(169, 132, 91, 0.3);
    background: linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(246, 238, 226, 0.96));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 20px 30px rgba(118, 86, 53, 0.14);
    display: grid;
    gap: 0.75rem;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
    text-align: left;
    transform: rotate(var(--note-tilt));
}

.planner-card::before {
    display: none;
}

.planner-card::after {
    content: '';
    position: absolute;
    top: 1rem;
    left: 1.2rem;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffd9de 0%, #d85c6f 35%, #962f43 72%, #6e1d2b 100%);
    box-shadow: 0 6px 12px rgba(105, 39, 49, 0.16);
}

.planner-card:hover {
    transform: translateY(-10px) rotate(var(--note-tilt));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 24px 42px rgba(118, 86, 53, 0.2);
}

.planner-note-card {
    --note-tilt: -2deg;
}

.planner-qr-card {
    --note-tilt: 1.6deg;
    justify-items: center;
    text-align: center;
}

.planner-card-label {
    color: var(--gold-deep);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-left: 1.35rem;
}

.planner-card strong {
    font-family: 'Caveat', cursive;
    font-size: 2.05rem;
    line-height: 1.04;
    color: var(--text);
    font-weight: 700;
}

.planner-card p {
    font-family: 'Caveat', cursive;
    font-size: 1.4rem;
    line-height: 1.28;
    color: rgba(103, 78, 55, 0.86);
}

.planner-note-list {
    display: grid;
    gap: 0.55rem;
}

.planner-note {
    position: relative;
    padding-left: 1.1rem;
}

.planner-note::before {
    content: '*';
    position: absolute;
    left: 0;
    top: -0.05rem;
    color: var(--gold-deep);
    font-size: 1.35rem;
}

.planner-qr-image {
    display: block;
    width: min(100%, 208px);
    padding: 0.8rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 24px rgba(118, 86, 53, 0.14);
}

.planner-number {
    color: var(--gold);
    font-family: 'Caveat', cursive;
    font-size: 1.9rem;
    font-weight: 700;
}

.planner-number:hover {
    color: var(--gold-deep);
}

.contact-simple-section {
    position: relative;
    padding: 4.8rem 5% 6rem;
    background:
        radial-gradient(circle at top, rgba(220, 189, 149, 0.2), transparent 20%),
        linear-gradient(180deg, #faf5ee 0%, #f2e8da 100%);
}

.contact-simple-shell {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 2.5rem;
    border-radius: 38px;
    border: 1px solid rgba(167, 132, 92, 0.16);
    background:
        radial-gradient(circle at top right, rgba(228, 193, 148, 0.18), transparent 28%),
        linear-gradient(145deg, rgba(255, 250, 243, 0.98), rgba(247, 238, 226, 0.94));
    box-shadow: 0 28px 70px rgba(108, 77, 45, 0.12);
    overflow: hidden;
}

.contact-simple-shell::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 22rem;
    height: 22rem;
    background: radial-gradient(circle, rgba(244, 219, 182, 0.26) 0%, rgba(244, 219, 182, 0) 70%);
    pointer-events: none;
}

.contact-simple-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
    gap: 1.35rem;
    align-items: start;
}

.contact-simple-primary {
    display: grid;
    gap: 1.6rem;
}

.contact-simple-header {
    max-width: 640px;
    margin: 0;
    display: grid;
    gap: 0.9rem;
}

.contact-simple-badge {
    justify-self: start;
    transform: none;
    background: rgba(255, 248, 236, 0.88);
    box-shadow: 0 8px 20px rgba(108, 77, 45, 0.08);
}

.contact-simple-title {
    margin: 0;
    font-size: clamp(2.8rem, 5.6vw, 4.6rem);
    line-height: 0.94;
    color: var(--text);
    max-width: 9.5ch;
}

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

.contact-detail-card,
.contact-qr-card {
    border-radius: 28px;
    border: 1px solid rgba(167, 132, 92, 0.12);
    box-shadow: 0 18px 36px rgba(108, 77, 45, 0.08);
}

.contact-detail-card {
    padding: 1.35rem;
    display: grid;
    gap: 0.55rem;
    align-content: start;
    min-height: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 241, 231, 0.86));
}

.contact-detail-card--wide {
    grid-column: 1 / -1;
}

.contact-detail-label {
    color: var(--gold-deep);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.contact-detail-card strong,
.contact-qr-card strong {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    line-height: 1.1;
    color: var(--text);
}

.contact-detail-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    overflow-wrap: anywhere;
}

.contact-detail-link:hover {
    color: #8f6945;
}

.contact-detail-note {
    color: rgba(93, 70, 46, 0.76);
    font-size: 0.95rem;
    line-height: 1.72;
}

.contact-qr-card {
    position: relative;
    padding: 1.75rem 1.9rem;
    display: grid;
    justify-items: center;
    gap: 0.95rem;
    text-align: center;
    align-content: start;
    background:
        radial-gradient(circle at top, rgba(255, 215, 164, 0.12), transparent 24%),
        linear-gradient(180deg, #65452c 0%, #4e3422 100%);
    border-color: rgba(133, 95, 60, 0.28);
    box-shadow: 0 22px 42px rgba(76, 52, 34, 0.2);
}

.contact-qr-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%);
    pointer-events: none;
}

.contact-qr-image {
    width: min(100%, 250px);
    aspect-ratio: 1;
    object-fit: contain;
    padding: 1rem;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(167, 132, 92, 0.12);
}

.contact-qr-card .contact-detail-label,
.contact-qr-card strong {
    color: #fff5e7;
}

.contact-qr-card .contact-detail-label {
    opacity: 0.78;
}

.contact-qr-card .contact-detail-note {
    color: rgba(255, 243, 228, 0.84);
    max-width: 34ch;
}

.contact-qr-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem;
    line-height: 1.1;
    color: #f2cd94;
}

.contact-qr-number:hover {
    color: #ffe1b5;
}

.footer {
    position: relative;
    padding: 3rem 5% 2rem;
    background:
        radial-gradient(circle at 50% 0%, rgba(210, 170, 108, 0.14), transparent 18%),
        linear-gradient(180deg, #4a3424 0%, #2a1d13 100%);
    color: #f3e7d8;
    overflow: hidden;
    text-align: center;
}

.footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%);
    opacity: 0.3;
    pointer-events: none;
}

.footer-inner {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    justify-items: center;
}

.footer-name {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.5rem;
    color: #f7ecde;
}

.footer-name img {
    display: block;
    width: auto;
    height: clamp(5.6rem, 14vw, 8.6rem);
    object-fit: contain;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem 2rem;
    margin-bottom: 1.35rem;
}

.footer-links a {
    color: rgba(247, 236, 222, 0.88);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #f2c98d;
}

.footer-rights {
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(244, 230, 206, 0.1);
    color: rgba(243, 231, 216, 0.68);
    font-size: 0.92rem;
    line-height: 1.6;
    width: 100%;
    text-align: center;
}

.footer-credit {
    margin: 0.7rem 0 0;
    color: rgba(243, 231, 216, 0.62);
    font-size: 0.88rem;
    line-height: 1.6;
    width: 100%;
    text-align: center;
}

.footer-credit a {
    color: #6db8ff;
    font-weight: 700;
}

.footer-credit a:hover {
    color: #93ccff;
}

.planner-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: grid;
    place-items: center;
    padding: 1.2rem;
    background: rgba(14, 9, 5, 0.62);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
}

.planner-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.planner-modal__sheet {
    position: relative;
    width: min(860px, 100%);
    max-height: min(90vh, 940px);
    overflow: auto;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(246, 237, 223, 0.98));
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
    transform: translateY(24px) scale(0.98);
    transition: transform 0.24s ease;
}

.planner-modal.is-open .planner-modal__sheet {
    transform: translateY(0) scale(1);
}

.planner-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text);
    font-size: 1.7rem;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 24px rgba(52, 38, 24, 0.12);
}

.planner-modal__header {
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid rgba(125, 91, 55, 0.1);
}

.planner-modal__eyebrow {
    margin-bottom: 0.65rem;
    color: var(--gold-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.planner-modal__title {
    font-size: clamp(2.3rem, 5vw, 3.6rem);
    line-height: 0.96;
    margin-bottom: 0.6rem;
}

.planner-modal__copy {
    max-width: 54ch;
    color: var(--muted);
    line-height: 1.8;
}

.planner-modal__body {
    padding: 1.5rem 2rem 2rem;
}

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

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

.planner-field {
    display: grid;
    gap: 0.45rem;
}

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

.planner-label {
    color: var(--gold-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.planner-popup-form .form-input,
.planner-popup-form .form-select,
.planner-popup-form .form-textarea {
    width: 100%;
    border-radius: 18px;
    border: 1px solid rgba(125, 91, 55, 0.14);
    background: rgba(255, 255, 255, 0.82);
    color: var(--text);
    padding: 0.95rem 1rem;
}

.planner-popup-form .form-textarea {
    min-height: 150px;
    resize: vertical;
}

.planner-disclaimer {
    color: var(--muted);
}

.planner-actions--modal {
    margin-top: 0.2rem;
}

.planner-feedback {
    color: var(--gold-deep);
}

.planner-feedback.is-error {
    color: #8a4337;
}

.tour-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(14, 9, 5, 0.72);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.26s ease;
}

.tour-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-shell {
    position: relative;
    width: min(1020px, 100%);
    max-height: min(90vh, 920px);
    overflow: auto;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(245, 235, 221, 0.98));
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--text);
    font-size: 1.7rem;
    display: grid;
    place-items: center;
    z-index: 3;
    box-shadow: 0 12px 24px rgba(52, 38, 24, 0.12);
}

.modal-media {
    min-height: 360px;
    background: var(--bg-deep);
}

.modal-media-asset {
    width: 100%;
    min-height: 360px;
    height: 100%;
    display: block;
    object-fit: cover;
}

.modal-body {
    padding: 2.2rem;
}

.modal-category {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(198, 160, 107, 0.12);
    color: var(--gold-deep);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.modal-body h2 {
    font-size: clamp(2.2rem, 4.6vw, 3.8rem);
    line-height: 0.96;
    margin-bottom: 0.55rem;
}

.modal-tagline {
    margin-bottom: 1.4rem;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.8;
}

.modal-description {
    display: grid;
    gap: 0.9rem;
    color: var(--muted);
    line-height: 1.85;
}

.modal-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.6rem;
}

.detail-tile {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(125, 91, 55, 0.08);
}

.detail-tile span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--gold-deep);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.detail-tile strong {
    color: var(--text);
    font-size: 1rem;
}

.modal-pricing {
    margin-top: 1.6rem;
    padding: 1.3rem 1.4rem;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
    color: #fff9f1;
}

.modal-pricing div {
    margin-bottom: 0.35rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.88;
}

.modal-pricing strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.3rem;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.modal-pricing p {
    color: rgba(255, 248, 238, 0.88);
}

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

.modal-support-card {
    padding: 1.1rem 1.2rem;
    border-radius: 22px;
    border: 1px solid rgba(125, 91, 55, 0.12);
    background: rgba(255, 250, 243, 0.78);
}

.modal-support-card span {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--gold-deep);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.modal-support-card ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--text);
    line-height: 1.7;
}

.modal-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

@media (max-width: 980px) {
    .modal-support-grid {
        grid-template-columns: 1fr;
    }

    .navbar {
        min-width: auto;
        width: 95%;
        max-width: 95%;
    }

    .nav-container {
        gap: 1rem;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 280px;
        background: rgba(250, 246, 239, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 6rem 2rem 2rem;
        gap: 2rem;
        transition: right 0.4s ease;
        z-index: 999;
        box-shadow: -10px 0 30px rgba(0,0,0,0.3);
        border-left: 2px solid var(--gold);
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links a {
        font-size: 1.1rem;
        padding: 1rem 0;
        border-bottom: 1px solid rgba(201, 165, 130, 0.2);
    }

    .nav-book-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        z-index: 1000;
        position: relative;
    }

    .hamburger span {
        width: 28px;
        height: 3px;
        background: var(--text);
        border-radius: 3px;
        transition: 0.3s;
    }

    .hero {
        height: 100vh;
        min-height: 100vh;
        margin-top: 0;
    }

    .special-planner-section {
        padding: 2rem 5% 4.6rem;
    }

    .contact-simple-section {
        padding: 4rem 5% 5rem;
    }

    .planner-shell {
        width: 100%;
        padding-left: 0;
    }

    .planner-binding {
        display: none;
    }

    .planner-paper {
        padding: 2rem 1.8rem 2.2rem 2.3rem;
    }

    .planner-meta,
    .planner-grid,
    .planner-sidebar,
    .planner-form-grid {
        grid-template-columns: 1fr;
    }

    .planner-meta {
        align-items: flex-start;
    }

    .planner-date {
        white-space: normal;
    }

    .contact-simple-shell {
        padding: 2rem 1.8rem;
    }

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

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

    .contact-detail-card,
    .contact-qr-card {
        border-radius: 22px;
    }

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

@media (max-width: 640px) {
    .navbar {
        padding: 1rem 1.1rem;
        width: 96%;
    }

    .nav-logo span {
        font-size: 1.2rem;
    }

    .hero {
        height: 100vh;
        min-height: 100vh;
    }

    .tours-section {
        padding: 4rem 1rem 5rem;
    }

    .special-planner-section {
        padding: 1.6rem 1rem 4rem;
    }

    .contact-simple-section {
        padding: 3.2rem 1rem 4rem;
    }

    .tours-header {
        margin-bottom: 2.2rem;
    }

    .tours-title {
        font-size: 2.45rem;
    }

    .tours-subtitle {
        font-size: 0.98rem;
    }

    .contact-simple-shell {
        padding: 1.5rem;
        border-radius: 28px;
    }

    .contact-simple-title {
        font-size: 2.55rem;
    }

    .contact-detail-card strong,
    .contact-qr-card strong,
    .contact-qr-number {
        font-size: 1.35rem;
    }

    .contact-qr-image {
        width: min(100%, 220px);
    }

    .tours-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .tour-media {
        height: 250px;
    }

    .tour-content {
        padding: 1.25rem;
    }

    .tour-title {
        font-size: 1.55rem;
    }

    .planner-paper {
        border-radius: 24px;
        padding: 1.55rem 0.95rem 1.7rem 1.35rem;
        background:
            linear-gradient(90deg, transparent 0 3rem, rgba(197, 121, 110, 0.3) 3rem 3.08rem, transparent 3.08rem),
            repeating-linear-gradient(180deg, rgba(255, 251, 244, 0.96) 0 2rem, rgba(219, 208, 192, 0.72) 2rem 2.08rem),
            linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(246, 237, 223, 0.98));
    }

    .planner-kicker {
        font-size: 1.1rem;
        letter-spacing: 0.03em;
    }

    .planner-title {
        max-width: none;
        font-size: 3.4rem;
    }

    .planner-actions {
        align-items: stretch;
    }

    .planner-submit,
    .planner-link {
        width: 100%;
        max-width: none;
        padding: 0.95rem 1.3rem;
        font-size: 1.35rem;
    }

    .planner-card {
        padding: 1.5rem;
        min-height: auto;
        transform: none;
    }

    .planner-card:hover {
        transform: translateY(-4px);
    }

    .planner-card strong {
        font-size: 1.8rem;
    }

    .planner-card p,
    .planner-number {
        font-size: 1.28rem;
    }

    .planner-modal__sheet {
        border-radius: 24px;
    }

    .planner-modal__header {
        padding: 1.6rem 1.2rem 0.9rem;
    }

    .planner-modal__body {
        padding: 1.2rem;
    }

    .pricing-row,
    .action-row,
    .modal-actions,
    .modal-details {
        grid-template-columns: 1fr;
    }

    .pricing-row {
        display: grid;
        align-items: start;
    }

    .price-note {
        text-align: left;
    }

    .tour-modal {
        padding: 0.9rem;
    }

    .modal-shell {
        border-radius: 24px;
    }

    .modal-media,
    .modal-media-asset {
        min-height: 250px;
    }

    .modal-body {
        padding: 1.4rem;
    }

    .footer {
        padding: 2.5rem 1rem 1.8rem;
    }

    .footer-name img {
        height: 4.8rem;
    }

    .footer-links {
        gap: 0.7rem 1rem;
    }

    .footer-links a {
        font-size: 0.8rem;
        letter-spacing: 0.12em;
    }
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

@media (max-width: 980px) {
    .navbar {
        top: max(0.8rem, env(safe-area-inset-top));
        width: min(96%, 760px);
        padding: 0.95rem 1rem;
        border-radius: 30px;
    }

    .nav-container {
        gap: 0.75rem;
    }

    .nav-logo span {
        letter-spacing: 0.05em;
    }

    .nav-links {
        width: min(84vw, 320px);
        min-height: 100svh;
        padding: calc(5rem + env(safe-area-inset-top)) 1rem calc(1rem + env(safe-area-inset-bottom));
        gap: 0.8rem;
        background:
            radial-gradient(circle at top right, rgba(224, 188, 132, 0.18), transparent 28%),
            linear-gradient(180deg, rgba(255, 251, 245, 0.985), rgba(245, 236, 223, 0.985));
        border-left: 1px solid rgba(198, 160, 107, 0.24);
        border-radius: 28px 0 0 28px;
        box-shadow: -18px 0 44px rgba(37, 24, 15, 0.18);
        overflow-y: auto;
    }

    .nav-links a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 52px;
        padding: 0.95rem 1rem;
        border: 0;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.58);
        font-size: 0.92rem;
        letter-spacing: 0.08em;
    }

    .nav-book-btn {
        margin-top: 0.25rem;
        width: 100%;
        border-radius: 18px;
    }

    .nav-links .nav-book-btn {
        justify-content: center;
        background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
        color: #fff9f1;
        box-shadow: 0 14px 30px rgba(154, 115, 71, 0.2);
    }

    .hamburger {
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.72);
        box-shadow: 0 12px 24px rgba(52, 38, 24, 0.12);
        backdrop-filter: blur(12px);
    }

    .hamburger span {
        width: 22px;
        height: 2.5px;
    }

    .hero {
        height: min(82svh, 760px);
        min-height: min(82svh, 760px);
    }

    .tours-shell,
    .special-planner-shell,
    .contact-simple-shell {
        width: 100%;
    }

    .tours-grid {
        gap: 1.2rem;
    }

    .tour-card {
        border-radius: 28px;
        box-shadow: 0 20px 48px rgba(52, 38, 24, 0.12);
    }

    .tour-media {
        height: clamp(230px, 54vw, 300px);
    }

    .special-planner-section {
        background-attachment: scroll;
    }

    .planner-paper,
    .contact-simple-shell,
    .contact-detail-card,
    .contact-qr-card {
        box-shadow: 0 18px 42px rgba(52, 38, 24, 0.12);
    }

    .footer {
        padding-bottom: calc(1.8rem + env(safe-area-inset-bottom));
    }
}

@media (max-width: 640px) {
    .navbar {
        top: max(0.65rem, env(safe-area-inset-top));
        width: calc(100% - 1rem);
        padding: 0.82rem 0.92rem;
        border-radius: 24px;
    }

    .nav-logo span {
        font-size: clamp(1.05rem, 5vw, 1.3rem);
        letter-spacing: 0.04em;
    }

    .nav-links {
        width: min(86vw, 320px);
        padding: calc(4.8rem + env(safe-area-inset-top)) 0.9rem calc(1rem + env(safe-area-inset-bottom));
    }

    .hero {
        height: min(76svh, 660px);
        min-height: min(76svh, 660px);
    }

    .tours-section,
    .special-planner-section,
    .contact-simple-section {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .tours-title {
        font-size: clamp(2.1rem, 10vw, 2.7rem);
    }

    .tour-card {
        border-radius: 24px;
    }

    .tour-content {
        padding: 1.15rem;
    }

    .tour-title {
        font-size: 1.45rem;
    }

    .tour-tagline {
        font-size: 0.68rem;
        letter-spacing: 0.14em;
    }

    .tour-text {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .tour-support-row,
    .price-copy,
    .action-button,
    .action-link {
        border-radius: 16px;
    }

    .price-copy strong {
        font-size: 1.8rem;
    }

    .planner-title {
        font-size: clamp(2.35rem, 14vw, 3.35rem);
        line-height: 0.95;
    }

    .planner-submit,
    .planner-link {
        font-size: 1.1rem;
    }

    .contact-simple-title {
        font-size: clamp(2rem, 12vw, 2.7rem);
    }

    .footer-links {
        justify-content: center;
    }

    .footer-rights,
    .footer-credit {
        text-align: center;
    }
}

@media (max-width: 420px) {
    .nav-links {
        width: min(88vw, 310px);
    }

    .tour-media {
        height: clamp(210px, 60vw, 250px);
    }

    .planner-paper,
    .contact-simple-shell {
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .navbar::after {
        animation: navbarBorderTrace 6.8s linear infinite !important;
    }
}
