﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800;900&family=Cormorant+Garamond:wght@500;600;700&display=swap');

      :root {
        --bg: #0c1720;
        --bg-alt: #132533;
        --paper: rgba(9, 20, 26, 0.82);
        --paper-strong: #10202b;
        --ink: #f4f7f6;
        --muted: #b6c6cf;
        --soft: rgba(140, 192, 221, 0.14);
        --soft-2: rgba(140, 192, 221, 0.08);
        --accent: #a4c66a;
        --accent-2: #63b7d9;
        --accent-3: #7ed0a9;
        --shadow: 0 18px 50px rgba(3, 10, 14, 0.28);
        --radius: 22px;
        --radius-sm: 16px;
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        color: var(--ink);
        font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
          "Segoe UI", sans-serif;
        background:
          radial-gradient(circle at 12% 12%, rgba(164, 198, 106, 0.12), transparent 22%),
          radial-gradient(circle at 88% 18%, rgba(99, 183, 217, 0.15), transparent 24%),
          radial-gradient(circle at 50% 90%, rgba(126, 208, 169, 0.08), transparent 28%),
          linear-gradient(180deg, #0b141d 0%, var(--bg) 40%, #0f1f2b 100%);
        overflow-x: hidden;
      }

      @media (pointer: fine) {
        body {
          cursor: none;
        }
      }

      .trek-cursor {
        position: fixed;
        top: 0;
        left: 0;
        width: 32px;
        height: 32px;
        --cursor-x: -100px;
        --cursor-y: -100px;
        --cursor-scale: 1;
        transform: translate3d(var(--cursor-x), var(--cursor-y), 0) scale(var(--cursor-scale));
        pointer-events: none;
        z-index: 120;
        display: none;
        transition: filter 0.18s ease;
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.26));
      }

      .trek-cursor::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background:
          radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 1) 0 10px, rgba(240, 248, 250, 0.95) 11px, rgba(216, 233, 243, 0.82) 18px, rgba(175, 204, 220, 0.72) 25px, rgba(108, 147, 166, 0.9) 36px, rgba(53, 73, 84, 0.98) 52px),
          radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.9) 0 14px, transparent 15px);
        border: 1px solid rgba(255, 255, 255, 0.75);
        box-shadow:
          inset -7px -9px 14px rgba(8, 20, 28, 0.18),
          inset 5px 5px 10px rgba(255, 255, 255, 0.28),
          0 0 0 7px rgba(164, 198, 106, 0.08);
      }

      .cursor-hover .trek-cursor {
        --cursor-scale: 1.1;
      }

      .snow-burst {
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: 119;
      }

      .snow-burst__flake {
        position: fixed;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background:
          radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 1) 0 30%, rgba(243, 249, 252, 0.92) 31%, rgba(220, 234, 242, 0.82) 58%, rgba(166, 195, 212, 0.62) 100%);
        box-shadow:
          inset 0 0 0 1px rgba(255, 255, 255, 0.7),
          0 4px 10px rgba(0, 0, 0, 0.15);
        opacity: 0;
        transform: translate3d(var(--sx), var(--sy), 0) scale(0.92);
        animation: snow-throw 900ms cubic-bezier(0.16, 0.78, 0.3, 1) forwards;
        will-change: transform, opacity;
      }

      .snow-burst__flake::after {
        content: "";
        position: absolute;
        inset: 3px;
        border-radius: 50%;
        background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.1));
        opacity: 0.7;
      }

      @keyframes snow-throw {
        0% {
          opacity: 0;
          transform: translate3d(var(--sx), var(--sy), 0) scale(0.7);
        }
        15% {
          opacity: 1;
        }
        100% {
          opacity: 0;
          transform: translate3d(var(--tx), var(--ty), 0) scale(var(--sc));
        }
      }

      @media (pointer: fine) {
        .trek-cursor {
          display: block;
        }
      }

      @media (pointer: coarse) {
        .trek-cursor {
          display: none !important;
        }
      }

      .mountain-scene {
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        overflow: hidden;
      }

      .mountain {
        position: absolute;
        left: -8%;
        right: -8%;
        bottom: 0;
        display: block;
        transform: translate3d(0, calc(var(--scroll-y, 0px) * var(--parallax, -0.02)), 0);
        will-change: transform;
      }

      .mountain::before,
      .mountain::after {
        content: "";
        position: absolute;
        inset: 0;
        clip-path: inherit;
      }

      .mountain-back {
        --parallax: -0.018;
        height: 40vh;
        bottom: 24vh;
        clip-path: polygon(0 78%, 8% 58%, 16% 66%, 26% 44%, 38% 60%, 47% 34%, 58% 55%, 68% 30%, 79% 52%, 90% 40%, 100% 58%, 100% 100%, 0 100%);
        background: linear-gradient(180deg, rgba(31, 54, 69, 0.08) 0%, rgba(17, 31, 42, 0.42) 62%, rgba(7, 14, 20, 0.92) 100%);
        opacity: 0.7;
      }

      .mountain-back::before {
        background: linear-gradient(180deg, rgba(126, 208, 169, 0.22) 0%, rgba(255, 255, 255, 0.08) 35%, transparent 70%);
        clip-path: polygon(0 78%, 8% 58%, 16% 66%, 26% 44%, 38% 60%, 47% 34%, 58% 55%, 68% 30%, 79% 52%, 90% 40%, 100% 58%, 100% 100%, 0 100%);
        opacity: 0.35;
      }

      .mountain-mid {
        --parallax: -0.04;
        height: 34vh;
        bottom: 14vh;
        clip-path: polygon(0 82%, 10% 54%, 18% 72%, 29% 38%, 40% 64%, 50% 30%, 61% 58%, 72% 24%, 82% 50%, 92% 36%, 100% 60%, 100% 100%, 0 100%);
        background: linear-gradient(180deg, rgba(40, 84, 107, 0.14) 0%, rgba(18, 39, 50, 0.68) 54%, rgba(8, 16, 22, 0.98) 100%);
        opacity: 0.84;
      }

      .mountain-mid::before {
        background: linear-gradient(180deg, rgba(164, 198, 106, 0.18) 0%, rgba(255, 255, 255, 0.14) 28%, transparent 64%);
        clip-path: polygon(0 82%, 10% 54%, 18% 72%, 29% 38%, 40% 64%, 50% 30%, 61% 58%, 72% 24%, 82% 50%, 92% 36%, 100% 60%, 100% 100%, 0 100%);
        opacity: 0.45;
      }

      .mountain-front {
        --parallax: -0.065;
        height: 28vh;
        bottom: -2vh;
        clip-path: polygon(0 84%, 7% 64%, 16% 72%, 26% 44%, 36% 68%, 46% 36%, 57% 66%, 67% 42%, 78% 70%, 88% 54%, 100% 74%, 100% 100%, 0 100%);
        background: linear-gradient(180deg, rgba(19, 36, 47, 0.22) 0%, rgba(9, 18, 25, 0.8) 56%, rgba(5, 10, 14, 1) 100%);
        opacity: 0.96;
      }

      .mountain-front::before {
        background: linear-gradient(180deg, rgba(243, 248, 250, 0.35) 0%, rgba(255, 255, 255, 0.18) 26%, transparent 58%);
        clip-path: polygon(0 84%, 7% 64%, 16% 72%, 26% 44%, 36% 68%, 46% 36%, 57% 66%, 67% 42%, 78% 70%, 88% 54%, 100% 74%, 100% 100%, 0 100%);
        opacity: 0.3;
      }

      .mist {
        position: absolute;
        left: -10%;
        right: -10%;
        height: 22vh;
        bottom: 14vh;
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 38%, transparent 72%);
        filter: blur(16px);
        opacity: 0.6;
        transform: translate3d(0, calc(var(--scroll-y, 0px) * -0.012), 0);
      }

      .mist-one {
        bottom: 22vh;
        opacity: 0.42;
      }

      .mist-two {
        bottom: 8vh;
        opacity: 0.28;
        transform: translate3d(0, calc(var(--scroll-y, 0px) * -0.02), 0);
      }

      body::before {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        background-image: radial-gradient(rgba(208, 237, 255, 0.10) 1px, transparent 1px);
        background-size: 18px 18px;
        opacity: 0.11;
        z-index: 0;
      }

      body::after {
        content: "";
        position: fixed;
        inset: -20% 0 0 0;
        pointer-events: none;
        z-index: 0;
        background-image:
          radial-gradient(circle, rgba(255,255,255,.95) 0 1.8px, transparent 1.8px),
          radial-gradient(circle, rgba(255,255,255,.72) 0 1.2px, transparent 1.6px),
          radial-gradient(circle, rgba(255,255,255,.52) 0 0.9px, transparent 1.7px);
        background-size: 180px 180px, 260px 260px, 340px 340px;
        background-position: 0 0, 40px 60px, 90px 20px;
        animation: snowfall 20s linear infinite;
        opacity: 0.86;
        filter: blur(0.8px);
      }

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

      a {
        color: inherit;
      }

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

      .wrap {
        width: min(1240px, calc(100% - 32px));
        margin: 0 auto;
        position: relative;
        z-index: 1;
      }

      .site-header {
        position: sticky;
        top: 0;
        z-index: 30;
        backdrop-filter: blur(18px);
        background: rgba(7, 19, 26, 0.76);
        border-bottom: 1px solid var(--soft);
      }

      .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 16px 0;
        position: relative;
      }

      .brand {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        text-decoration: none;
        flex: 0 0 auto;
      }

      .brand-logo {
        width: 100px;
        height: 60px;
        object-fit: contain;
        display: block;
        padding: 4px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0);
      }

      .nav-group {
        display: flex;
        align-items: center;
        gap: 14px;
      }

      .navlinks {
        display: flex;
        align-items: center;
        gap: 22px;
        flex-wrap: wrap;
      }

      .navlinks a {
        text-decoration: none;
        font-size: 0.76rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.13em;
        color: rgba(228, 240, 245, 0.78);
        transition: color 0.25s ease, transform 0.25s ease;
      }

      .navlinks a:hover {
        color: #f4f7f6;
        transform: translateY(-1px);
      }

      .menu-toggle {
        display: none;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border: 1px solid var(--soft);
        border-radius: 14px;
        background: rgba(12, 25, 33, 0.72);
        cursor: pointer;
      }

      .menu-toggle span {
        width: 18px;
        height: 2px;
        background: var(--ink);
        position: relative;
        display: block;
        border-radius: 999px;
      }

      .menu-toggle span::before,
      .menu-toggle span::after {
        content: "";
        position: absolute;
        left: 0;
        width: 18px;
        height: 2px;
        background: var(--ink);
        border-radius: 999px;
      }

      .menu-toggle span::before {
        top: -6px;
      }

      .menu-toggle span::after {
        top: 6px;
      }

      .header-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 0 18px;
        border-radius: 999px;
        text-decoration: none;
        font-size: 0.76rem;
        font-weight: 900;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        color: #fff;
        background: linear-gradient(135deg, #173646, #27586e);
        box-shadow: 0 14px 28px rgba(12, 27, 39, 0.28);
        transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
      }

      .header-cta:hover,
      .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 32px rgba(28, 24, 20, 0.16);
      }

            .hero {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 34px;
        align-items: stretch;
        padding: 34px 0 10px;
        min-height: calc(100vh - 88px);
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 0.74rem;
        font-weight: 900;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--accent);
      }

      .eyebrow::before {
        content: "";
        width: 34px;
        height: 1px;
        background: currentColor;
      }

      h1,
      h2,
      h3,
      h4,
      p {
        margin-top: 0;
      }

      h1 {
        margin: 14px 0 18px;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-weight: 700;
        font-size: clamp(3.5rem, 7.5vw, 7rem);
        line-height: 0.92;
        letter-spacing: -0.07em;
        max-width: 11ch;
      }

      .lead {
        margin-bottom: 26px;
        max-width: 38rem;
        color: #d0dde4;
        font-size: 1.03rem;
        line-height: 1.85;
      }

      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 22px;
      }

      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        padding: 0 18px;
        border-radius: 999px;
        border: 1px solid transparent;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.13em;
        font-size: 0.74rem;
        font-weight: 900;
        transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
          color 0.25s ease;
      }

      .btn-primary {
        background: linear-gradient(135deg, var(--accent), var(--accent-2));
        color: #fff;
        box-shadow: 0 14px 28px rgba(12, 27, 39, 0.35);
      }

      .btn-secondary {
        background: rgba(8, 17, 22, 0.42);
        color: #f4f7f6;
        border-color: rgba(255, 255, 255, 0.14);
      }

      .hero-points {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .hero-points li,
      .chip {
        padding: 9px 12px;
        border-radius: 999px;
        border: 1px solid var(--soft);
        background: rgba(11, 23, 30, 0.68);
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.82rem;
        font-weight: 700;
      }

      .hero-visual {
        position: relative;
        min-height: 760px;
        display: grid;
        gap: 16px;
        grid-template-columns: 1.15fr 0.85fr;
      }
      .visual-card,
      .floating-card,
      .panel,
      .info-card,
      .spot-card,
      .theme-card,
      .itinerary-card,
      .contact-card,
      .note-card {
        border: 1px solid var(--soft);
        background: var(--paper);
        box-shadow: var(--shadow);
        backdrop-filter: blur(8px);
      }

      .visual-card {
        grid-column: 1 / -1;
        position: relative;
        border-radius: calc(var(--radius) + 6px);
        overflow: hidden;
        min-height: 100%;
      }

      .visual-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.03);
        transition: transform 0.8s ease;
      }

      .hero-visual:hover .visual-card img,
      .spot-card:hover .spot-media img,
      .theme-card:hover .theme-media img,
      .itinerary-card:hover .itinerary-media img {
        transform: scale(1.07);
      }

      .hero-overlay {
        position: absolute;
        inset: auto 20px 20px 20px;
        padding: 18px 18px 16px;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(18, 15, 12, 0.18), rgba(18, 15, 12, 0.7));
        color: #fff;
        display: flex;
        justify-content: space-between;
        gap: 18px;
        align-items: end;
      }

      .hero-overlay strong,
      .stat-value,
      .feature-number {
        display: block;
        line-height: 1;
        letter-spacing: -0.05em;
      }

      .hero-overlay strong {
        font-size: 1.15rem;
        margin-bottom: 6px;
      }

      .hero-overlay span,
      .meta,
      .small-copy {
        font-size: 0.75rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        opacity: 0.88;
      }

      .floating-card {
        border-radius: 22px;
        padding: 18px;
        position: absolute;
        width: min(280px, 100%);
        z-index: 2;
      }

      .floating-card.one {
        right: -6px;
        top: 24px;
        transform: rotate(2deg);
      }

      .floating-card.two {
        left: -10px;
        bottom: 34px;
        transform: rotate(-2deg);
      }

      .floating-card .label {
        color: var(--accent);
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.16em;
        margin-bottom: 8px;
      }

      .floating-card .value {
        font-size: 1.2rem;
        font-weight: 900;
        line-height: 1.05;
        letter-spacing: -0.04em;
      }

      .floating-card p {
        margin: 10px 0 0;
        color: #d0dde4;
        line-height: 1.6;
        font-size: 0.93rem;
      }

      .visual-mini {
        display: grid;
        gap: 16px;
      }

      .visual-mini .mini {
        min-height: 246px;
        border-radius: 22px;
        overflow: hidden;
        position: relative;
        box-shadow: var(--shadow);
      }

      .visual-mini .mini img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .visual-mini .mini .mini-caption {
        position: absolute;
        inset: auto 16px 16px 16px;
        padding: 14px 15px;
        border-radius: 16px;
        background: rgba(13, 28, 36, 0.9);
      }

      .mini-caption strong {
        display: block;
        margin-bottom: 5px;
        font-size: 1rem;
        letter-spacing: -0.03em;
      }

      .mini-caption span {
        color: #d0dde4;
        font-size: 0.82rem;
        line-height: 1.5;
      }

      .section {
        padding: 86px 0;
      }

      .section-head {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 26px;
      }

      .section-head h2 {
        margin: 10px 0 0;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-weight: 600;
        font-size: clamp(2rem, 4vw, 3.85rem);
        line-height: 0.95;
        letter-spacing: -0.06em;
        max-width: ch;
      }

      .section-head p {
        margin: 0;
        max-width: 34rem;
        color: #d7e4eb;
        line-height: 1.8;
      }

            .stat-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
        align-items: stretch;
        grid-auto-rows: 1fr;
      }

            .stat-card {
        padding: 20px;
        border-radius: 20px;
        background: rgba(8, 17, 22, 0.72);
        border: 1px solid var(--soft);
        height: 100%;
      }

      .stat-value {
        font-size: clamp(2rem, 3vw, 3rem);
        font-weight: 900;
        margin-bottom: 8px;
      }

      .stat-label {
        color: #d7e4eb;
        line-height: 1.6;
      }

            .spot-grid,
      .theme-grid,
      .itinerary-grid,
      .info-grid,
      .contact-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        align-items: stretch;
        grid-auto-rows: 1fr;
      }

      .testimonial-feature {
        display: grid;
        grid-template-columns: 1.05fr 1fr;
        gap: 20px;
        align-items: stretch;
        margin-bottom: 20px;
      }

      .testimonial-image {
        border-radius: var(--radius);
        overflow: hidden;
        min-height: 320px;
        border: 1px solid var(--soft);
        background: var(--paper);
        box-shadow: var(--shadow);
      }

      .testimonial-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .testimonial-feature-copy {
        border: 1px solid var(--soft);
        border-radius: var(--radius);
        background: var(--paper);
        box-shadow: var(--shadow);
        padding: 28px;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .testimonial-feature-copy h3 {
        margin: 12px 0 14px;
        font-size: clamp(1.6rem, 3vw, 2.4rem);
        line-height: 1.08;
        letter-spacing: -0.05em;
      }

      .testimonial-feature-copy p {
        margin: 0 0 18px;
        color: #486174;
        line-height: 1.8;
        font-size: 1rem;
      }

      .testimonial-feature-copy strong {
        font-size: 1rem;
        color: var(--ink);
      }

      .testimonial-carousel {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 14px;
        align-items: center;
      }

      .testimonial-viewport {
        overflow: hidden;
        border-radius: var(--radius);
      }

      .testimonial-track {
        display: flex;
        gap: 18px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 4px;
      }

      .testimonial-track::-webkit-scrollbar {
        display: none;
      }

      .testimonial-card {
        flex: 0 0 min(100%, 420px);
        scroll-snap-align: center;
        border: 1px solid var(--soft);
        border-radius: var(--radius);
        background: var(--paper);
        box-shadow: var(--shadow);
        overflow: hidden;
      }

      .testimonial-media {
        aspect-ratio: 4 / 3;
        overflow: hidden;
      }

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

      .testimonial-body {
        padding: 22px;
      }

      .testimonial-card .quote-mark {
        font-family: Cormorant Garamond, serif;
        font-size: 4rem;
        line-height: 0.7;
        color: var(--accent);
        margin-bottom: 8px;
      }

      .testimonial-card p {
        margin: 0 0 16px;
        color: #486174;
        line-height: 1.8;
      }

      .testimonial-card strong {
        color: var(--ink);
      }

      .faq-list {
        display: grid;
        gap: 14px;
      }

      .faq-item {
        border: 1px solid var(--soft);
        border-radius: 20px;
        background: var(--paper);
        box-shadow: var(--shadow);
        overflow: hidden;
      }

      .faq-item summary {
        list-style: none;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 20px 22px;
        font-weight: 800;
        color: var(--ink);
      }

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

      .faq-icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 1px solid var(--soft);
        background: rgba(34, 33, 33, 0.72);
        flex: 0 0 auto;
        position: relative;
      }

      .faq-icon::before,
      .faq-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        background: var(--accent);
        transform: translate(-50%, -50%);
        border-radius: 999px;
      }

      .faq-icon::after {
        transform: translate(-50%, -50%) rotate(90deg);
        transition: transform 0.22s ease;
      }

      .faq-item[open] .faq-icon::after {
        transform: translate(-50%, -50%) rotate(180deg);
      }

      .faq-answer {
        padding: 0 22px 22px;
        color: #486174;
        line-height: 1.85;
      }

      .faq-answer p {
        margin: 0 0 12px;
      }

      .faq-answer p:last-child {
        margin-bottom: 0;
      }

      .carousel-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid var(--soft);
        background: rgba(22, 21, 21, 0.312);
        color: var(--ink);
        font-size: 1.6rem;
        font-weight: 700;
        box-shadow: var(--shadow);
        cursor: pointer;
      }

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

      .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 16px;
      }

      .carousel-dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        border: 0;
        background: rgba(92, 143, 184, 0.32);
        cursor: pointer;
        padding: 0;
      }

      .carousel-dot.is-active {
        width: 26px;
        background: var(--accent);
      }

            .spot-card,
      .theme-card,
      .itinerary-card,
      .info-card,
      .contact-card,
      .note-card {
        border-radius: var(--radius);
        overflow: hidden;
        height: 100%;
      }

      .spot-media,
      .theme-media,
      .itinerary-media {
        position: relative;
        overflow: hidden;
      }

      .spot-media {
        aspect-ratio: 1.1 / 1;
      }

      .theme-media {
        aspect-ratio: 1.2 / 1;
      }

      .itinerary-media {
        aspect-ratio: 1.4 / 1;
      }

      .spot-media img,
      .theme-media img,
      .itinerary-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
      }

            .card-body {
        padding: 20px;
        display: flex;
        flex-direction: column;
        height: 100%;
      }

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

      .card-head .meta {
        color: var(--accent);
      }

      .card-title {
        margin: 0 0 10px;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-weight: 600;
        font-size: 1.55rem;
        line-height: 1;
        letter-spacing: -0.05em;
      }

      .card-copy {
        color: #d7e4eb;
        line-height: 1.72;
        margin-bottom: 14px;
      }

      .tag-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
      }

      .tag-list .chip {
        background: rgba(136, 195, 65, 0.12);
        border-color: rgba(136, 195, 65, 0.20);
      }

            .spot-foot,
      .theme-foot,
      .itinerary-foot,
      .info-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin-top: auto;
        padding-top: 16px;
      }

      .spot-link,
      .text-link {
        text-decoration: none;
        font-size: 0.76rem;
        font-weight: 900;
        letter-spacing: 0.13em;
        text-transform: uppercase;
      }

      .spot-link::after,
      .text-link::after {
        content: "↗";
        margin-left: 8px;
      }

      .theme-card {
        display: grid;
        grid-template-rows: auto 1fr;
      }

      .theme-card .card-body,
      .itinerary-card .card-body,
      .info-card .card-body,
      .contact-card .card-body,
      .note-card .card-body {
        background: rgba(9, 20, 27, 0.82);
      }

      .split {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        gap: 18px;
        align-items: stretch;
      }

      .panel {
        border-radius: var(--radius);
        padding: 24px;
      }

      .panel h3 {
        margin: 0 0 12px;
        font-size: 2rem;
        line-height: 1;
        letter-spacing: -0.06em;
      }

      .panel p,
      .timeline-item p,
      .info-card p,
      .contact-card p,
      .note-card p {
        color: #d7e4eb;
        line-height: 1.75;
      }

      .timeline {
        display: grid;
        gap: 14px;
      }

      .timeline-item {
        display: grid;
        grid-template-columns: 72px 1fr;
        gap: 16px;
        align-items: start;
        padding-top: 14px;
        border-top: 1px solid var(--soft);
      }

      .timeline-step {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 18px;
        background: rgba(95, 127, 87, 0.12);
        color: var(--accent);
        font-weight: 900;
        font-size: 1.1rem;
      }

      .timeline-item h4,
      .info-card h4,
      .contact-card h4,
      .note-card h4 {
        margin: 0 0 8px;
        font-size: 1.15rem;
        letter-spacing: -0.03em;
      }

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

      .info-card {
        padding: 0;
      }

      .info-card .card-body {
        height: 100%;
      }

      .info-card .stat {
        display: block;
        font-size: 2.1rem;
        line-height: 1;
        margin-bottom: 8px;
        font-weight: 900;
        letter-spacing: -0.05em;
        color: #f4f7f6;
      }

      .info-card .tiny {
        margin-top: 12px;
        font-size: 0.76rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--accent);
        font-weight: 900;
      }

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

      .contact-card,
      .note-card {
        padding: 24px;
      }

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

      .field {
        display: grid;
        gap: 8px;
      }

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

      .field label {
        font-size: 0.74rem;
        font-weight: 900;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--accent);
      }

      .field input,
      .field select,
      .field textarea {
        width: 100%;
        border: 1px solid var(--soft);
        border-radius: 16px;
        padding: 14px 14px;
        background: rgba(13, 28, 36, 0.9);
        color: #f4f7f6;
      }

      .field textarea {
        min-height: 132px;
        resize: vertical;
      }

      .form-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 14px;
      }

      .support-list {
        display: grid;
        gap: 14px;
        margin: 20px 0 0;
        padding: 0;
        list-style: none;
      }

      .support-list li {
        display: flex;
        gap: 12px;
        align-items: start;
        color: #d7e4eb;
        line-height: 1.7;
      }

      .support-list li::before {
        content: "";
        width: 10px;
        height: 10px;
        margin-top: 8px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--accent), var(--accent-2));
        flex: 0 0 auto;
      }

      .note-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .contact-lines {
        display: grid;
        gap: 12px;
        margin-top: 18px;
      }

      .contact-line {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding-top: 14px;
        border-top: 1px solid var(--soft);
      }

      .contact-line strong {
        display: block;
        margin-bottom: 4px;
      }

      .footer {
        padding: 28px 0 44px;
        color: #c8d6de;
        line-height: 1.75;
        border-top: 1px solid var(--soft);
      }

      .footer-grid {
        display: flex;
        justify-content: space-between;
        gap: 22px;
        flex-wrap: wrap;
      }

      .footer small {
        display: block;
        margin-top: 10px;
      }

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

      .reveal.in {
        opacity: 1;
        transform: translateY(0);
      }

      .section-note {
        margin-top: 18px;
        padding: 14px 16px;
        border-radius: 16px;
        border: 1px dashed rgba(31, 160, 216, 0.30);
        background: rgba(31, 160, 216, 0.08);
        color: rgba(232, 242, 247, 0.86);
        font-size: 0.92rem;
        line-height: 1.65;
      }

      .section-note strong {
        color: var(--accent);
      }

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

      .dark-link {
        color: #f4f7f6;
      }

      .hero-overlay,
      .floating-card,
      .visual-mini .mini-caption {
        backdrop-filter: blur(12px);
      }

      @keyframes snowfall {
        0% {
          transform: translate3d(0, -10%, 0);
          background-position: 0 -10vh, 40px -20vh, 90px -30vh;
        }
        100% {
          transform: translate3d(18px, 10%, 0);
          background-position: 0 120vh, 40px 160vh, 90px 200vh;
        }
      }

      @media (max-width: 1120px) {
        .hero,
        .split,
        .contact-grid,
        .testimonial-feature,
        .testimonial-carousel {
          grid-template-columns: 1fr;
        }

        .carousel-btn {
          display: none;
        }

        .hero-visual {
          min-height: 620px;
        }

        .floating-card.one {
          right: 12px;
        }

        .floating-card.two {
          left: 12px;
        }

        .spot-grid,
        .theme-grid,
        .itinerary-grid,
        .info-grid,
        .stat-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      @media (max-width: 760px) {
        .wrap {
          width: min(1240px, calc(100% - 20px));
        }

        .faq-item summary {
          padding: 18px;
          align-items: flex-start;
        }

        .faq-answer {
          padding: 0 18px 18px;
        }

        .nav {
          flex-wrap: nowrap;
          align-items: center;
          gap: 10px;
        }

        .menu-toggle {
          display: inline-flex;
        }

        .nav-group {
          width: auto;
          flex: 0 0 auto;
          justify-content: flex-end;
          gap: 8px;
          margin-left: auto;
        }

        .navlinks {
          display: none;
          position: absolute;
          top: calc(100% + 10px);
          right: 0;
          width: min(260px, calc(100vw - 20px));
          padding: 14px;
          order: 3;
          flex-direction: column;
          align-items: flex-start;
          gap: 12px;
          border: 1px solid var(--soft);
          border-radius: 18px;
          background: rgba(9, 20, 26, 0.96);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
          backdrop-filter: blur(18px);
          z-index: 40;
        }

        .navlinks.open {
          display: flex;
        }

        .brand-logo {
          width: 88px;
          height: 44px;
          padding: 3px;
          border-radius: 14px;
        }

        .header-cta {
          padding: 0 12px;
          min-height: 40px;
          font-size: 0.62rem;
          letter-spacing: 0.1em;
        }

        .hero {
          padding-top: 18px;
          min-height: auto;
        }

        h1 {
          max-width: 10ch;
        }

        .hero-visual {
          grid-template-columns: 1fr;
          min-height: auto;
        }

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

        .visual-mini {
          grid-template-columns: 1fr 1fr;
        }

        .visual-mini .mini {
          min-height: 210px;
        }

        .section {
          padding: 70px 0;
        }

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

        .spot-grid,
        .theme-grid,
        .itinerary-grid,
        .info-grid,
        .stat-grid,
        .form-grid {
          grid-template-columns: 1fr;
        }

        .timeline-item,
        .contact-line {
          grid-template-columns: 1fr;
        }
      }

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

        .trek-cursor {
          display: none !important;
        }

        .mountain,
        .mist {
          transform: none !important;
        }

        *,
        *::before,
        *::after {
          animation-duration: 0.01ms !important;
          animation-iteration-count: 1 !important;
          transition-duration: 0.01ms !important;
          scroll-behavior: auto !important;
        }
      }
    




