:root {
  --lv-ink: #1c1614;
  --lv-muted: #746965;
  --lv-line: #e4e0d7;
  --lv-light: #f7f4ed;
  --lv-peach: #f4c8ae;
  --lv-gold: #d7a75e;
  --lv-forest: #193c30;
  --lv-forest-deep: #0d281f;
  --lv-forest-soft: #eaf0e9;
  --lv-moss: #789476;
  --lv-shadow: 0 18px 55px rgba(43, 32, 27, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--lv-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.cabane-wrap { width: min(calc(100% - 32px), 1240px); margin-inline: auto; }

.app-banner {
  position: fixed;
  inset: 0 0 auto;
  z-index: 70;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 max(14px, env(safe-area-inset-left));
  background: rgba(16, 12, 16, .94);
  color: #fff;
  backdrop-filter: blur(16px);
}
.app-banner-close {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(255,255,255,.6);
  cursor: pointer;
}
.app-banner img { width: 30px; height: 30px; border-radius: 9px; }
.app-banner-copy { flex: 1; min-width: 0; }
.app-banner-copy strong, .app-banner-copy span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.app-banner-copy strong { font-size: 12.5px; }
.app-banner-copy span { color: rgba(255,255,255,.58); font-size: 10.5px; }
.app-banner-link {
  padding: 8px 15px;
  border-radius: 999px;
  background: #fff;
  color: var(--lv-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.product-nav {
  position: fixed;
  inset: 46px 0 auto;
  z-index: 60;
  border-bottom: 1px solid rgba(226, 219, 214, .9);
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(22px) saturate(180%);
  transition: top .25s ease, box-shadow .2s ease;
}
.banner-closed .product-nav { top: 0; }
.product-nav.is-scrolled { box-shadow: 0 8px 30px rgba(41,30,25,.08); }
.product-nav-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.product-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--lv-ink); text-decoration: none; }
.product-links { display: flex; align-items: center; gap: 28px; margin-right: auto; }
.product-links a { color: #625854; font-size: 14px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.product-links a:hover, .product-links a[aria-current="page"] { color: var(--lv-ink); }
.product-links a[aria-current="page"] { position: relative; }
.product-links a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; border-radius: 2px; background: var(--lv-gold); }
.host-link { color: #8a6a33 !important; }
.account-button, .mobile-menu-button {
  display: inline-flex;
  min-width: 46px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #ddd5d0;
  border-radius: 999px;
  background: #fff;
  color: var(--lv-ink);
  cursor: pointer;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.account-button:hover, .mobile-menu-button:hover { border-color: #cfc4bd; box-shadow: 0 5px 18px rgba(40,29,24,.1); }
.account-button svg, .mobile-menu-button svg { width: 20px; height: 20px; }
.mobile-menu-button { display: none; }
.mobile-menu {
  display: none;
  padding: 8px 16px 18px;
  border-top: 1px solid var(--lv-line);
  background: #fff;
}
.mobile-menu.is-open { display: grid; }
.mobile-menu a { padding: 12px 4px; border-bottom: 1px solid #f1ece9; color: #4d4440; font-size: 14px; font-weight: 700; text-decoration: none; }

.cabane-hero {
  min-height: 700px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 142px 0 48px;
  background: var(--lv-forest-deep);
  color: #fff;
  transition: padding-top .25s ease;
}
.banner-closed .cabane-hero { padding-top: 106px; }
.cabane-hero > .cabane-wrap { position: relative; z-index: 3; }
.forest-scene { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.forest-scene-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(.92) contrast(1.01) brightness(.91);
  transform: scale(1.035);
  animation: forest-breathe 18s ease-in-out 2 alternate;
}
.forest-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(15,49,31,.38), transparent 65%),
    linear-gradient(180deg, rgba(7,35,21,.43) 0%, rgba(12,47,29,.28) 45%, rgba(8,39,25,.62) 100%),
    linear-gradient(90deg, rgba(8,37,23,.22), transparent 38%, rgba(7,31,20,.15));
}
.forest-scene::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(10,45,29,.56));
}
.forest-mist { position: absolute; z-index: 2; width: 58%; height: 22%; border-radius: 50%; background: rgba(255,240,193,.13); filter: blur(48px); opacity: .28; }
.forest-mist-one { right: -10%; bottom: 18%; animation: mist-drift 15s ease-in-out 2 alternate; }
.forest-mist-two { left: -20%; bottom: 7%; opacity: .36; animation: mist-drift 20s ease-in-out -6s 2 alternate-reverse; }
.forest-canopy { position: absolute; z-index: 2; top: -100px; width: 290px; height: 380px; border-radius: 0 0 70% 70%; background: radial-gradient(ellipse at center, rgba(19,65,38,.38), transparent 66%); filter: blur(8px); opacity: .32; }
.forest-canopy-left { left: -70px; transform: rotate(18deg); }
.forest-canopy-right { right: -70px; transform: rotate(-18deg); }
.forest-leaves { position: absolute; inset: 0; z-index: 4; overflow: hidden; pointer-events: none; }
.forest-leaf {
  --leaf-x: 8%;
  --leaf-size: 11px;
  --leaf-delay: .2s;
  --leaf-duration: 7.8s;
  --leaf-mid: 34px;
  --leaf-end: -18px;
  position: absolute;
  top: -12%;
  left: var(--leaf-x);
  width: var(--leaf-size);
  aspect-ratio: .62;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #e8d08b, #8b6b36 72%);
  box-shadow: inset 1px -1px 0 rgba(72,48,21,.28), 0 2px 5px rgba(6,30,18,.15);
  opacity: 0;
  will-change: transform, opacity;
  animation: leaf-fall var(--leaf-duration) cubic-bezier(.35,.02,.65,.98) var(--leaf-delay) 1 both;
}
.forest-leaf::after { content: ""; position: absolute; top: 12%; bottom: 12%; left: 49%; width: 1px; background: rgba(68,50,24,.35); transform: rotate(18deg); transform-origin: bottom; }
.forest-leaf:nth-child(2) { --leaf-x: 17%; --leaf-size: 8px; --leaf-delay: 2.3s; --leaf-duration: 8.7s; --leaf-mid: -38px; --leaf-end: 22px; background: linear-gradient(135deg, #b7bf75, #587047); }
.forest-leaf:nth-child(3) { --leaf-x: 26%; --leaf-size: 15px; --leaf-delay: 1.1s; --leaf-duration: 10.2s; --leaf-mid: 52px; --leaf-end: -28px; filter: blur(.4px); }
.forest-leaf:nth-child(4) { --leaf-x: 36%; --leaf-size: 9px; --leaf-delay: 4.4s; --leaf-duration: 7.4s; --leaf-mid: -29px; --leaf-end: 38px; background: linear-gradient(135deg, #d6b770, #7c5630); }
.forest-leaf:nth-child(5) { --leaf-x: 45%; --leaf-size: 7px; --leaf-delay: .7s; --leaf-duration: 8.9s; --leaf-mid: 31px; --leaf-end: -42px; background: linear-gradient(135deg, #c7ca87, #65754a); }
.forest-leaf:nth-child(6) { --leaf-x: 54%; --leaf-size: 13px; --leaf-delay: 3.2s; --leaf-duration: 10.6s; --leaf-mid: -55px; --leaf-end: 27px; }
.forest-leaf:nth-child(7) { --leaf-x: 63%; --leaf-size: 8px; --leaf-delay: 1.8s; --leaf-duration: 7.6s; --leaf-mid: 43px; --leaf-end: -16px; background: linear-gradient(135deg, #a9b66a, #536744); }
.forest-leaf:nth-child(8) { --leaf-x: 72%; --leaf-size: 16px; --leaf-delay: 5.1s; --leaf-duration: 9.8s; --leaf-mid: -36px; --leaf-end: 48px; filter: blur(.7px); }
.forest-leaf:nth-child(9) { --leaf-x: 81%; --leaf-size: 10px; --leaf-delay: 2.7s; --leaf-duration: 8.2s; --leaf-mid: 56px; --leaf-end: -35px; background: linear-gradient(135deg, #c8a963, #72502c); }
.forest-leaf:nth-child(10) { --leaf-x: 89%; --leaf-size: 7px; --leaf-delay: .4s; --leaf-duration: 9.5s; --leaf-mid: -44px; --leaf-end: 19px; background: linear-gradient(135deg, #bac37d, #63734c); }
.forest-leaf:nth-child(11) { --leaf-x: 95%; --leaf-size: 13px; --leaf-delay: 3.8s; --leaf-duration: 7.9s; --leaf-mid: -62px; --leaf-end: -24px; }
.forest-leaf:nth-child(12) { --leaf-x: 3%; --leaf-size: 9px; --leaf-delay: 5.8s; --leaf-duration: 8.6s; --leaf-mid: 67px; --leaf-end: 31px; background: linear-gradient(135deg, #aebc72, #526940); }
@keyframes forest-breathe { to { transform: scale(1.08) translate3d(0,-.6%,0); } }
@keyframes mist-drift { to { transform: translate3d(-8%, -8px, 0) scale(1.08); opacity: .78; } }
@keyframes leaf-fall {
  0% { opacity: 0; transform: translate3d(0,-9vh,0) rotate(-35deg); }
  10% { opacity: .52; }
  52% { opacity: .42; transform: translate3d(var(--leaf-mid),56vh,0) rotate(250deg); }
  88% { opacity: .28; }
  100% { opacity: 0; transform: translate3d(var(--leaf-end),116vh,0) rotate(520deg); }
}
.hero-product-title { max-width: 900px; margin: 0 auto; text-align: center; text-wrap: balance; color: rgba(255,255,255,.95); font-size: clamp(23px, 3vw, 34px); font-weight: 850; letter-spacing: -.035em; }
.hero-product-title strong {
  position: relative;
  display: inline-block;
  color: #efc27d;
  font-weight: 850;
}
.hero-product-title strong::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -3px;
  left: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #f3cc86 18%, #f3cc86 82%, transparent);
  transform: scaleX(0);
  transform-origin: left center;
  animation: signature-underline .55s cubic-bezier(.22,.8,.28,1) .25s forwards;
}
.hero-adventure-story {
  width: min(100%, 360px);
  height: 46px;
  margin: 2px auto 0;
  color: rgba(255,255,255,.78);
}
.hero-adventure-story svg { width: 100%; height: 54px; overflow: visible; }
.hero-adventure-story path, .hero-adventure-story circle {
  vector-effect: non-scaling-stroke;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.adventure-trail {
  color: rgba(255,255,255,.42);
  stroke-dasharray: .018 .034;
  stroke-dashoffset: 1;
  animation: adventure-trail-in 1.05s ease-out .12s forwards;
}
.adventure-pines { color: #d6e7d3; opacity: 0; animation: adventure-rise .55s ease-out .12s forwards; }
.adventure-pines-right { animation-delay: .5s; }
.adventure-hikers {
  color: #f3cb83;
  opacity: 0;
  transform: translateX(-18px);
  transform-origin: center;
  animation: hikers-arrive .75s cubic-bezier(.22,.8,.28,1) .26s forwards;
}
.adventure-backpack { color: rgba(255,255,255,.72); }
.adventure-hands { stroke-width: 1.9 !important; }
.adventure-compass { color: rgba(255,255,255,.68); opacity: 0; transform-origin: 224px 25px; animation: compass-arrive .65s ease-out .58s forwards; }
.adventure-cabin { color: #f8efe0; opacity: 0; transform: translateY(7px); transform-origin: center; animation: adventure-rise .6s ease-out .68s forwards; }
.adventure-window { fill: #f3bd61; stroke: #f3d294 !important; animation: cabin-window-glow 1.3s ease-in-out 1.05s 2 alternate; }
@keyframes signature-underline { to { transform: scaleX(1); } }
@keyframes adventure-trail-in { to { stroke-dashoffset: 0; } }
@keyframes adventure-rise { to { opacity: 1; transform: translateY(0); } }
@keyframes hikers-arrive { to { opacity: 1; transform: translateX(0); } }
@keyframes compass-arrive { from { opacity: 0; transform: rotate(-24deg) scale(.78); } to { opacity: 1; transform: rotate(0) scale(1); } }
@keyframes cabin-window-glow { to { fill: #ffe3a0; filter: drop-shadow(0 0 4px rgba(255,210,116,.85)); } }
.universe-switch {
  width: min(100%, 360px);
  margin: 7px auto 20px;
  padding: 4px;
  display: flex;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(7,25,18,.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 12px 34px rgba(2,12,8,.18);
  backdrop-filter: blur(15px) saturate(130%);
}
.universe-switch a {
  flex: 1;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  color: rgba(255,255,255,.74);
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.universe-switch a:hover { color: #fff; }
.universe-switch a[aria-current="page"] { background: #f8f3e9; color: var(--lv-forest-deep); box-shadow: 0 5px 18px rgba(1,12,8,.24); }
.universe-switch svg { width: 17px; height: 17px; }
.hero-heading { max-width: 860px; margin: 0 auto; text-align: center; }
.hero-heading .eyebrow { margin: 0 0 8px; color: #d7e5d4; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-heading h1 { max-width: 820px; margin: 0 auto; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 5.5vw, 71px); font-weight: 500; line-height: .98; letter-spacing: -.055em; text-wrap: balance; text-shadow: 0 6px 32px rgba(0,0,0,.24); }
.hero-heading p { max-width: 700px; margin: 16px auto 0; color: rgba(255,255,255,.78); font-size: clamp(14px, 1.7vw, 17px); line-height: 1.62; text-wrap: balance; }

.cabane-search {
  max-width: 1080px;
  position: relative;
  isolation: isolate;
  margin: 28px auto 0;
  padding: 9px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr .75fr auto;
  align-items: end;
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: var(--lv-ink);
  box-shadow: none;
}
.cabane-search::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: inherit;
  background: rgba(255,255,255,.95);
  box-shadow: 0 24px 70px rgba(0,18,11,.32), inset 0 1px 0 #fff;
  backdrop-filter: blur(20px) saturate(145%);
  opacity: 0;
  transform: scaleX(.08);
  animation: search-surface-unfold .52s cubic-bezier(.2,.82,.3,1) .82s forwards;
}
.search-build-frame { position: absolute; inset: -5px; z-index: 2; pointer-events: none; }
.wood-beam {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(72,43,22,.56);
  background:
    radial-gradient(ellipse at 26% 45%, rgba(77,45,22,.35) 0 3px, transparent 4px),
    repeating-linear-gradient(8deg, transparent 0 15px, rgba(71,42,20,.13) 16px 17px),
    linear-gradient(90deg, #714522, #bc8249 27%, #8c572d 62%, #c18a51);
  box-shadow: inset 0 1px 0 rgba(255,226,176,.42), 0 3px 8px rgba(14,33,20,.24);
  opacity: 0;
  will-change: transform, opacity;
}
.wood-beam-top, .wood-beam-bottom { right: 18px; left: 18px; height: 7px; border-radius: 999px; }
.wood-beam-left, .wood-beam-right { top: 18px; bottom: 18px; width: 7px; border-radius: 999px; background: linear-gradient(180deg, #6c4020, #b87942 32%, #87512a 68%, #bd8249); }
.wood-beam-top { top: 0; transform: translate3d(-54%, -18px, 0) rotate(-1.5deg); animation: beam-top-set .58s cubic-bezier(.18,.82,.28,1) .28s forwards; }
.wood-beam-right { right: 0; transform: translate3d(20px, -45%, 0) rotate(1.6deg); animation: beam-right-set .56s cubic-bezier(.18,.82,.28,1) .48s forwards; }
.wood-beam-bottom { bottom: 0; transform: translate3d(54%, 18px, 0) rotate(1.2deg); animation: beam-bottom-set .58s cubic-bezier(.18,.82,.28,1) .62s forwards; }
.wood-beam-left { left: 0; transform: translate3d(-20px, 45%, 0) rotate(-1.6deg); animation: beam-left-set .56s cubic-bezier(.18,.82,.28,1) .76s forwards; }
.cabane-search-field, .cabane-search-submit, .search-error { position: relative; z-index: 3; }
.cabane-search-field, .cabane-search-submit {
  opacity: 0;
  transform: translate3d(var(--piece-x,0), var(--piece-y,-20px), 0) rotate(var(--piece-r,0deg));
  animation: search-piece-set .46s cubic-bezier(.18,.82,.28,1) var(--piece-delay,1.02s) forwards;
}
.search-piece-destination { --piece-x: -42px; --piece-y: -11px; --piece-r: -1.4deg; --piece-delay: 1.02s; }
.search-piece-arrival { --piece-x: 0; --piece-y: -27px; --piece-r: .8deg; --piece-delay: 1.14s; }
.search-piece-departure { --piece-x: 0; --piece-y: -27px; --piece-r: -.7deg; --piece-delay: 1.26s; }
.search-piece-guests { --piece-x: 22px; --piece-y: 18px; --piece-r: .9deg; --piece-delay: 1.38s; }
.cabane-search-submit { --piece-x: 46px; --piece-y: 0; --piece-r: 1.5deg; --piece-delay: 1.52s; }
@keyframes search-surface-unfold { to { opacity: 1; transform: scaleX(1); } }
@keyframes beam-top-set { to { opacity: 1; transform: translate3d(0,0,0) rotate(0); } }
@keyframes beam-right-set { to { opacity: 1; transform: translate3d(0,0,0) rotate(0); } }
@keyframes beam-bottom-set { to { opacity: 1; transform: translate3d(0,0,0) rotate(0); } }
@keyframes beam-left-set { to { opacity: 1; transform: translate3d(0,0,0) rotate(0); } }
@keyframes search-piece-set { to { opacity: 1; transform: translate3d(0,0,0) rotate(0); } }
.cabane-search-field { min-width: 0; padding: 7px 15px; border-right: 1px solid var(--lv-line); }
.cabane-search-field label { display: block; margin-bottom: 5px; color: #746965; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cabane-search-field input, .cabane-search-field select { width: 100%; height: 30px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--lv-ink); font-size: 14px; font-weight: 750; }
.cabane-search-field:focus-within { border-radius: 12px; box-shadow: inset 0 0 0 2px rgba(200,144,78,.55); }
.cabane-search-submit {
  min-width: 132px;
  height: 52px;
  margin-left: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #315d49, #173d30);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: filter .2s ease, box-shadow .2s ease;
}
.cabane-search-submit:hover { filter: brightness(1.07); box-shadow: 0 9px 24px rgba(21,64,47,.3); }
.cabane-search-submit svg { width: 18px; height: 18px; }
.search-error { display: none; grid-column: 1 / -1; margin: 7px 12px 2px; color: #a33b30; font-size: 12px; }
.search-error.is-visible { display: block; }

.forest-cues { margin: 20px auto 0; display: flex; align-items: center; justify-content: center; gap: 8px 22px; color: rgba(255,255,255,.76); font-size: 11.5px; font-weight: 700; }
.forest-cues span { display: inline-flex; align-items: center; gap: 7px; }
.forest-cues svg { width: 17px; height: 17px; color: #d7b879; }

.category-strip { padding: 18px 0 24px; border-bottom: 1px solid rgba(255,255,255,.08); background: var(--lv-forest-deep); }
.category-scroll { display: flex; gap: 9px; overflow-x: auto; scrollbar-width: none; }
.category-scroll::-webkit-scrollbar { display: none; }
.category-scroll a { flex: none; padding: 10px 15px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.82); font-size: 12.5px; font-weight: 750; text-decoration: none; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.category-scroll a:hover { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.13); color: #fff; }

.cabane-rail-section { padding: 42px 0 38px; border-bottom: 1px solid #ece7dd; background: #fcfbf7; }
.cabane-rail-section:nth-of-type(even) { background: #f4f6f0; }
.rail-heading { margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 22px; }
.rail-heading p { margin: 0 0 4px; color: #55705f; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.rail-heading h2 { margin: 0; font-size: clamp(21px, 2.4vw, 30px); line-height: 1.15; letter-spacing: -.035em; }
.rail-actions { flex: none; display: flex; align-items: center; gap: 8px; }
.rail-actions > a { margin-right: 4px; color: #5f5550; font-size: 12.5px; font-weight: 800; text-underline-offset: 4px; }
.rail-button { width: 36px; height: 36px; padding: 0; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #ded6d0; border-radius: 50%; background: #fff; color: var(--lv-ink); cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease; }
.rail-button:hover:not(:disabled) { border-color: #c9bcb4; box-shadow: 0 4px 13px rgba(43,31,25,.1); }
.rail-button:disabled { opacity: .32; cursor: default; }
.rail-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.listing-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 54px) / 4); gap: 18px; overflow-x: auto; padding: 0 1px 5px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior-inline: contain; }
.listing-rail::-webkit-scrollbar { display: none; }
.listing-rail .listing-card { scroll-snap-align: start; }
.listing-rail .listing-media { aspect-ratio: 1.12; border: 1px solid rgba(24,60,48,.08); border-radius: 18px; box-shadow: 0 12px 30px rgba(20,48,38,.1); }
.listing-rail .listing-card h3 { margin-top: 11px; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.listing-rail .listing-location { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.listing-rail .listing-meta { margin-top: 5px; font-size: 12px; }

.cabane-section { padding: 72px 0; }
.cabane-section.soft { background: linear-gradient(145deg, #eff3ed, #f7f4ed); }
.section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading p:first-child { margin: 0 0 6px; color: #886a40; font-size: 10.5px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(27px, 4vw, 43px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading .section-copy { max-width: 700px; margin: 12px 0 0; color: var(--lv-muted); font-size: 15px; line-height: 1.65; }
.section-link { flex: none; color: var(--lv-ink); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }

.feature-banner { min-height: 400px; position: relative; display: grid; align-items: end; overflow: hidden; border-radius: 30px; background: #254b3c; color: #fff; box-shadow: var(--lv-shadow); }
.feature-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,36,29,.88), rgba(18,36,29,.42) 58%, rgba(18,36,29,.08)); }
.feature-copy { position: relative; z-index: 1; max-width: 610px; padding: clamp(28px, 6vw, 58px); }
.feature-copy h2 { margin: 13px 0 10px; font-size: clamp(30px, 5vw, 54px); line-height: 1.02; letter-spacing: -.05em; }
.feature-copy p { margin: 0 0 22px; color: rgba(255,255,255,.8); line-height: 1.65; }
.primary-link { display: inline-flex; min-height: 46px; align-items: center; padding: 0 18px; border-radius: 999px; background: #fff; color: var(--lv-ink); font-size: 13px; font-weight: 850; text-decoration: none; }

.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.listing-card { min-width: 0; }
.listing-card > a { display: block; color: inherit; text-decoration: none; }
.listing-media { position: relative; aspect-ratio: 1.14; overflow: hidden; border-radius: 20px; background: #e8ede9; }
.listing-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.listing-card:hover .listing-media img { transform: scale(1.025); }
.listing-card h3 { margin: 13px 0 4px; font-size: 16px; line-height: 1.32; letter-spacing: -.02em; }
.listing-location { margin: 0; color: var(--lv-muted); font-size: 12.5px; }
.listing-meta { margin-top: 7px; display: flex; justify-content: space-between; gap: 10px; color: #5e544f; font-size: 12.5px; }
.listing-meta strong { color: var(--lv-ink); }

.intent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.intent-card { min-height: 190px; position: relative; padding: 24px; overflow: hidden; border: 1px solid #dfe5dc; border-radius: 23px; background: linear-gradient(145deg, #fff, #f5f7f2); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.intent-card::after { content: ""; position: absolute; right: -38px; bottom: -55px; width: 145px; height: 145px; border-radius: 50%; background: radial-gradient(circle, rgba(105,139,109,.13), transparent 68%); }
.intent-card:hover { transform: translateY(-3px); border-color: #b9c8bb; box-shadow: 0 15px 38px rgba(28,64,49,.1); }
.intent-card svg { width: 38px; height: 38px; color: var(--lv-forest); }
.intent-card span { display: block; margin-top: 28px; color: #89776b; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.intent-card h3 { margin: 6px 0 0; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }

.seo-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 64px; align-items: start; }
.seo-copy h2 { margin: 0 0 20px; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.04em; }
.seo-copy h3 { margin: 26px 0 8px; font-size: 19px; }
.seo-copy p { color: var(--lv-muted); line-height: 1.75; }
.seo-aside { position: sticky; top: 100px; padding: 24px; border: 1px solid #dce6df; border-radius: 24px; background: var(--lv-forest-soft); }
.seo-aside h3 { margin: 0 0 12px; font-size: 23px; }
.seo-aside a { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-top: 1px solid #d5dfd9; color: var(--lv-forest); font-size: 13px; font-weight: 800; text-decoration: none; }
.seo-aside a:first-of-type { margin-top: 18px; }

.faq { max-width: 850px; }
.faq details { border-bottom: 1px solid var(--lv-line); }
.faq summary { position: relative; padding: 20px 38px 20px 0; list-style: none; font-weight: 800; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 15px; right: 4px; color: var(--lv-gold); font-size: 25px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -3px 0 20px; color: var(--lv-muted); line-height: 1.7; }

.product-footer { padding: 54px 0 105px; background: #151111; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(150px,.8fr) minmax(190px,1fr); gap: 52px; }
.footer-intro { max-width: 360px; }
.footer-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; }
.footer-brand img { width: 38px; height: 38px; border-radius: 11px; object-fit: cover; box-shadow: 0 5px 16px rgba(0,0,0,.28); }
.footer-grid h2 { color: #fff; font-size: 14px; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.72); font-size: 12.5px; line-height: 1.65; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { width: fit-content; text-decoration: none; transition: color .18s ease; }
.footer-links a:hover { color: #fff; }
.footer-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer-trust span { padding: 7px 10px; border: 1px solid rgba(232,184,154,.22); border-radius: 999px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.82); font-size: 10.5px; font-weight: 700; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 38px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.5; }
.mobile-bottom-nav { display: none; }

:focus-visible { outline: 3px solid #e7ab68; outline-offset: 3px; }

@media (max-width: 900px) {
  .product-links { display: none; }
  .account-button { display: none; }
  .mobile-menu-button { display: inline-flex; }
  .cabane-search { grid-template-columns: 1fr 1fr; }
  .cabane-search-field { border-bottom: 1px solid var(--lv-line); }
  .search-piece-arrival, .search-piece-guests { border-right: 0; }
  .cabane-search-submit { grid-column: 1 / -1; margin: 9px; }
  .forest-cues { flex-wrap: wrap; }
  .listing-grid, .intent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .listing-rail { grid-auto-columns: calc((100% - 18px) / 2.25); }
  .seo-layout { grid-template-columns: 1fr; gap: 38px; }
  .seo-aside { position: static; }
}

@media (max-width: 640px) {
  .cabane-wrap { width: min(calc(100% - 24px), 1240px); }
  .product-nav-inner { min-height: 62px; }
  .cabane-hero { min-height: 0; padding: 130px 0 30px; }
  .banner-closed .cabane-hero { padding-top: 84px; }
  .forest-scene-image { object-position: 56% center; }
  .forest-canopy { width: 170px; }
  .hero-product-title { max-width: 340px; font-size: 21px; line-height: 1.18; }
  .hero-adventure-story { width: min(100%, 330px); margin-top: 4px; }
  .universe-switch { margin-top: 8px; }
  .hero-heading h1 { max-width: 355px; font-size: clamp(38px, 11.2vw, 47px); }
  .hero-heading p { font-size: 15px; }
  .cabane-search { display: grid; grid-template-columns: 1fr 1fr; margin-top: 23px; padding: 7px; border-radius: 20px; background: transparent; }
  .cabane-search-field { padding: 9px 11px; border-right: 1px solid var(--lv-line); }
  .search-piece-destination, .search-piece-guests { grid-column: 1 / -1; border-right: 0; }
  .search-piece-arrival { border-right: 1px solid var(--lv-line); }
  .search-piece-departure { border-right: 0; }
  .cabane-search-submit { grid-column: 1 / -1; width: calc(100% - 12px); margin: 8px 6px 6px; }
  .forest-cues { margin-top: 15px; gap: 8px 16px; font-size: 10.5px; }
  .forest-cues span:nth-child(3) { display: none; }
  .forest-leaf:nth-child(n+9) { display: none; }
  .category-strip { padding-top: 14px; }
  .cabane-section { padding: 58px 0; }
  .cabane-rail-section { padding: 31px 0 27px; }
  .rail-heading { align-items: center; gap: 12px; }
  .rail-heading h2 { font-size: 21px; }
  .rail-actions > a, .rail-actions [data-rail-prev] { display: none; }
  .rail-button { width: 34px; height: 34px; }
  .listing-rail { grid-auto-columns: 78%; gap: 13px; margin-right: -12px; padding-right: 12px; }
  .listing-rail .listing-media { border-radius: 17px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 23px; }
  .feature-banner { min-height: 470px; border-radius: 24px; }
  .feature-banner::after { background: linear-gradient(0deg, rgba(18,36,29,.92), rgba(18,36,29,.1) 80%); }
  .feature-copy { padding: 25px; }
  .listing-grid, .intent-grid { grid-template-columns: 1fr; gap: 21px; }
  .listing-media { aspect-ratio: 1.25; }
  .intent-card { min-height: 165px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; margin-top: 30px; }
  .mobile-bottom-nav {
    position: fixed;
    inset: auto 0 0;
    z-index: 65;
    height: calc(68px + env(safe-area-inset-bottom));
    padding: 8px 8px env(safe-area-inset-bottom);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #ece6e2;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(18px);
  }
  .mobile-bottom-nav a { display: grid; place-items: center; align-content: center; gap: 3px; color: #887d77; font-size: 9px; font-weight: 700; text-decoration: none; }
  .mobile-bottom-nav a[aria-current="page"] { color: var(--lv-gold); }
  .mobile-bottom-nav svg { width: 20px; height: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-delay: 0ms !important; animation-iteration-count: 1 !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .product-nav, .app-banner, .mobile-bottom-nav { backdrop-filter: none; }
  .product-nav, .mobile-bottom-nav { background: #fff; }
}
