:root {
  --ink: #15231d;
  --forest: #1c3328;
  --forest-soft: #2c4a3b;
  --moss: #738068;
  --gold-local: #b8944a;
  --paper: #f5f2e9;
  --paper-deep: #ebe6da;
  --white-local: #fffdf7;
  --line: rgba(28, 51, 40, 0.16);
  --shadow: 0 22px 70px rgba(15, 32, 24, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.mountain-noise {
  position: fixed;
  inset: 0;
  z-index: 390;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 240px 240px;
}

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

.mountain-particles i {
  position: absolute;
  left: var(--particle-x);
  bottom: -10px;
  width: var(--particle-size);
  height: var(--particle-size);
  border-radius: 50%;
  background: #dfc278;
  box-shadow: 0 0 8px rgba(223, 194, 120, 0.7);
  opacity: 0;
  animation: mountain-particle var(--particle-duration) linear var(--particle-delay) infinite;
}

.mountain-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(223, 194, 120, 0.75);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: opacity 180ms ease;
}

.mountain-cursor[data-visible="true"] {
  opacity: 0.8;
}

@keyframes mountain-particle {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  18% {
    opacity: 0.55;
  }
  78% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
    transform: translate3d(28px, -105vh, 0);
  }
}

body > nav#nav {
  font-family: "Manrope", Arial, sans-serif;
  background: rgba(10, 16, 12, 0.88);
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  backdrop-filter: blur(16px);
}

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

a {
  color: inherit;
}

.wrap {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  color: var(--white-local);
  background-position: center;
  background-size: cover;
}

.hero-mountain {
  background-image: url("/images/mountain/hero-mountain.webp");
  min-height: 100svh;
}

.hero-park {
  background-image: url("/images/mountain/park/amphitheater.webp");
  background-position: center 43%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(9, 18, 14, 0.2) 0%, rgba(9, 18, 14, 0.32) 35%, rgba(9, 18, 14, 0.91) 100%),
    linear-gradient(90deg, rgba(9, 18, 14, 0.55), transparent 65%);
}

.hero-runes {
  position: absolute;
  top: 50%;
  right: 42px;
  z-index: 0;
  color: rgba(223, 194, 120, 0.25);
  font-family: Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 1.15rem;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  animation: rune-breath 7s ease-in-out infinite alternate;
}

.hero-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(223, 194, 120, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  top: 20%;
  right: 8%;
  width: 360px;
  height: 360px;
  animation: orbit-pulse 8s ease-in-out infinite alternate;
}

.hero-orbit-two {
  top: 13%;
  right: 2%;
  width: 520px;
  height: 520px;
  opacity: 0.5;
  animation: orbit-pulse 11s ease-in-out -3s infinite alternate-reverse;
}

@keyframes rune-breath {
  from { opacity: 0.45; }
  to { opacity: 1; }
}

@keyframes orbit-pulse {
  from { transform: scale(0.96); opacity: 0.25; }
  to { transform: scale(1.04); opacity: 0.8; }
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 150px 0 86px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--gold-local);
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--white-local);
}

.eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--gold-local);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  max-width: 920px;
  font-size: clamp(4rem, 10vw, 8.5rem);
  letter-spacing: -0.035em;
}

.hero-mountain h1 {
  max-width: 1050px;
  font-size: clamp(4rem, 8.7vw, 8rem);
}

.hero-mountain h1 em {
  display: block;
  max-width: 820px;
  margin-top: 12px;
  color: #dfc278;
  font-size: 0.42em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

h2 {
  font-size: clamp(2.6rem, 5.5vw, 4.7rem);
  letter-spacing: -0.025em;
}

h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.9rem;
  line-height: 1.1;
}

p {
  margin: 0;
}

.hero-copy {
  max-width: 720px;
  margin-top: 28px;
  color: rgba(255, 253, 247, 0.86);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.hero-actions,
.inline-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: #15231d;
  background: #d1b369;
}

.button-primary:hover {
  background: #e2c984;
}

.button-ghost {
  color: var(--white-local);
  border-color: rgba(255, 253, 247, 0.42);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.button-ghost:hover {
  border-color: var(--white-local);
  background: rgba(255, 255, 255, 0.13);
}

.button-dark {
  color: var(--white-local);
  background: var(--forest);
}

.button-outline {
  color: var(--forest);
  border-color: rgba(28, 51, 40, 0.35);
}

.priority-strip {
  color: var(--white-local);
  background: var(--forest);
}

.priority-alert {
  background: #402f22;
}

.priority-inner {
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 56px;
  padding-top: 38px;
  padding-bottom: 38px;
}

.priority-inner h2 {
  max-width: 820px;
  font-size: clamp(2.2rem, 4.2vw, 3.5rem);
}

.priority-inner p {
  max-width: 780px;
  margin-top: 16px;
  color: rgba(255, 253, 247, 0.76);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.text-link:hover {
  color: #e2c984;
}

.section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.desire-section {
  position: relative;
  overflow: hidden;
  color: var(--white-local);
  background:
    radial-gradient(circle at 80% 10%, rgba(184, 148, 74, 0.14), transparent 34%),
    #111b16;
}

.desire-section::after {
  content: "ᚢ ᛟ ᛊ ᛖ ᛁ ᛞ";
  position: absolute;
  right: -90px;
  bottom: 24px;
  color: rgba(223, 194, 120, 0.045);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 11vw, 10rem);
  letter-spacing: 0.12em;
  white-space: nowrap;
  pointer-events: none;
}

.desire-section .section-heading > p {
  color: rgba(255, 253, 247, 0.68);
}

.desire-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: rgba(223, 194, 120, 0.14);
}

.desire-card {
  min-height: 320px;
  padding: 34px 28px;
  background: #111b16;
}

.desire-card > span {
  color: rgba(223, 194, 120, 0.68);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
}

.desire-card h3 {
  margin-top: 68px;
}

.desire-card p {
  margin-top: 16px;
  color: rgba(255, 253, 247, 0.64);
  font-size: 0.92rem;
}

.desire-action {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 40px;
}

.park-offers-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(184, 148, 74, 0.11), transparent 30%),
    var(--paper);
}

.park-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 62px;
}

.park-offer-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 34px;
  border-radius: 22px;
  color: var(--white-local);
  background-position: center;
  background-size: cover;
  text-decoration: none;
  box-shadow: var(--shadow);
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.park-offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(8, 14, 11, 0.08) 8%, rgba(8, 14, 11, 0.9) 88%);
  transition: background 220ms ease;
}

.park-offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(15, 32, 24, 0.22);
}

.park-offer-card:hover::before {
  background: linear-gradient(180deg, rgba(8, 14, 11, 0.02) 8%, rgba(8, 14, 11, 0.83) 88%);
}

.park-offer-oneday {
  background-image: url("/images/mountain/park/amphitheater.webp");
}

.park-offer-tours {
  background-image: url("/images/mountain/hero-mountain.webp");
}

.park-offer-camp {
  background-image: url("/images/mountain/dead-forest.webp");
}

.park-offer-card > span {
  color: #dfc278;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.park-offer-card h3 {
  margin-top: 14px;
  font-size: 2.35rem;
}

.park-offer-card p {
  margin-top: 16px;
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.9rem;
}

.park-offer-card b {
  margin-top: 28px;
  color: var(--white-local);
  font-size: 0.82rem;
}

.park-offers-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 36px;
}

.mystery-section {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 120px 0;
  color: var(--white-local);
  text-align: center;
  background:
    linear-gradient(rgba(8, 14, 11, 0.76), rgba(8, 14, 11, 0.9)),
    url("/images/mountain/hero-mountain.webp") center 36% / cover no-repeat fixed;
}

.mystery-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(223, 194, 120, 0.11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: orbit-pulse 9s ease-in-out infinite alternate;
}

.mystery-rings::before,
.mystery-rings::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(223, 194, 120, 0.07);
  border-radius: 50%;
}

.mystery-rings::before {
  inset: -65px;
}

.mystery-rings::after {
  inset: -130px;
}

.mystery-content {
  position: relative;
  z-index: 2;
  max-width: 960px;
}

.mystery-content h2 {
  font-style: italic;
}

.mystery-content > p {
  max-width: 720px;
  margin: 30px auto 0;
  color: rgba(255, 253, 247, 0.72);
  font-size: 1.08rem;
}

.mystery-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.section-muted {
  background: var(--paper-deep);
}

.split-heading,
.source-note,
.next-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 92px;
  align-items: start;
}

.split-heading > p {
  padding-top: 34px;
  color: #4d5b54;
  font-size: 1.08rem;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.fact-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 253, 247, 0.64);
}

.card-mark,
.source-grid > a > span {
  color: var(--gold-local);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.fact-card h3 {
  margin-top: 64px;
}

.fact-card p {
  margin-top: 18px;
  color: #536058;
}

.fact-card a {
  margin-top: auto;
  padding-top: 24px;
  color: var(--forest);
  font-weight: 700;
  text-decoration: none;
}

.section-image,
.section-rules {
  padding: 0;
  color: var(--white-local);
  background: var(--forest);
}

.image-layout,
.rules-layout {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.image-panel {
  min-height: 730px;
}

.image-panel img,
.rules-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-panel,
.rules-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px max(48px, calc((100vw - 1160px) / 2));
}

.content-panel h2,
.rules-content h2 {
  max-width: 660px;
}

.link-list {
  margin-top: 44px;
  border-top: 1px solid rgba(255, 253, 247, 0.18);
}

.link-list a {
  display: grid;
  gap: 5px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 253, 247, 0.18);
  text-decoration: none;
}

.link-list a span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
}

.link-list a small {
  color: rgba(255, 253, 247, 0.62);
  font-size: 0.84rem;
}

.link-list a:hover span {
  color: #dfc278;
}

.section-heading {
  max-width: 780px;
}

.section-heading > p {
  margin-top: 22px;
  color: #536058;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 60px 0 0;
  list-style: none;
}

.steps li {
  min-height: 270px;
  padding: 30px;
  border-top: 2px solid var(--gold-local);
  background: rgba(255, 253, 247, 0.72);
}

.steps li > span {
  display: block;
  color: var(--gold-local);
  font-size: 0.85rem;
  font-weight: 700;
}

.steps h3 {
  margin-top: 52px;
}

.steps p {
  margin-top: 14px;
  color: #536058;
  font-size: 0.92rem;
}

.steps-compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.steps-compact li {
  min-height: 320px;
  padding: 24px;
}

.inline-actions {
  margin-top: 34px;
}

.plan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

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

.label-grid p {
  display: grid;
  gap: 7px;
}

.label-grid strong {
  color: var(--forest);
}

.label-grid span {
  color: #536058;
}

.rules-layout {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.rules-image {
  min-height: 950px;
}

.rule-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 253, 247, 0.17);
}

.rule-list li {
  display: grid;
  gap: 6px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 253, 247, 0.17);
}

.rule-list strong {
  color: #dfc278;
  font-size: 0.98rem;
}

.rule-list span {
  color: rgba(255, 253, 247, 0.71);
  font-size: 0.9rem;
}

.status-box {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr) auto;
  gap: 58px;
  align-items: center;
  padding: 50px;
  border: 1px solid rgba(184, 148, 74, 0.45);
  border-radius: 24px;
  background: var(--white-local);
  box-shadow: var(--shadow);
}

.status-box h2 {
  font-size: clamp(2.2rem, 4vw, 3.45rem);
}

.status-box > p {
  color: #536058;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}

.source-grid > a {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.source-grid > a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.source-grid h3 {
  margin-top: 54px;
}

.source-grid p {
  margin-top: 16px;
  color: #536058;
  font-size: 0.92rem;
}

.source-grid b {
  margin-top: auto;
  padding-top: 24px;
  color: var(--forest);
  font-size: 0.78rem;
}

.next-grid {
  align-items: center;
}

.conversion-section {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white-local);
  background: url("/images/mountain/dead-forest.webp") center 42% / cover no-repeat;
}

.conversion-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 13, 10, 0.96) 0%, rgba(7, 13, 10, 0.7) 56%, rgba(7, 13, 10, 0.28) 100%),
    linear-gradient(180deg, transparent 55%, rgba(7, 13, 10, 0.65));
}

.conversion-content {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 96px;
}

.conversion-content h2 {
  max-width: 820px;
}

.conversion-content > p {
  max-width: 640px;
  margin-top: 24px;
  color: rgba(255, 253, 247, 0.74);
  font-size: 1.08rem;
}

.park-conversion {
  background-image: url("/images/mountain/park/amphitheater.webp");
  background-position: center 46%;
}

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

.reveal.reveal-pending {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 800ms ease, transform 800ms ease;
}

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

.link-list-light {
  margin: 0;
  border-color: var(--line);
}

.link-list-light a {
  border-color: var(--line);
}

.link-list-light a small {
  color: #68736d;
}

.contact {
  padding: 90px 0;
  color: var(--white-local);
  background: #111b16;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 64px;
}

.contact h2 {
  font-size: clamp(2.7rem, 5vw, 4.4rem);
}

.contact p {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255, 253, 247, 0.68);
}

.button-secondary {
  color: var(--white-local);
  border-color: rgba(255, 253, 247, 0.32);
}

.site-footer {
  padding: 48px 0;
  color: rgba(255, 253, 247, 0.66);
  background: #09100c;
  font-size: 0.82rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-grid > div > span {
  color: var(--gold-local);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.footer-grid a {
  color: var(--white-local);
  text-decoration: none;
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem !important;
  letter-spacing: 0.12em !important;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #e2c984;
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .desire-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .park-offer-card {
    min-height: 460px;
  }

  .status-box {
    grid-template-columns: 1fr 1.3fr;
  }

  .status-box .text-link {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .wrap {
    width: min(100% - 32px, 1160px);
  }

  .hero {
    min-height: 680px;
  }

  .hero-content {
    padding: 128px 0 58px;
  }

  .hero-runes,
  .hero-orbit-two,
  .mountain-cursor {
    display: none;
  }

  .hero-orbit-one {
    right: -140px;
  }

  h1 {
    font-size: clamp(3.5rem, 16vw, 6rem);
  }

  .priority-inner,
  .split-heading,
  .source-note,
  .next-grid,
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .priority-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .split-heading > p {
    padding-top: 0;
  }

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

  .park-offers {
    grid-template-columns: 1fr;
  }

  .park-offer-card {
    min-height: 440px;
  }

  .image-layout,
  .rules-layout {
    grid-template-columns: 1fr;
  }

  .image-panel {
    min-height: 480px;
  }

  .rules-image {
    min-height: 540px;
    max-height: 680px;
  }

  .content-panel,
  .rules-content {
    padding: 76px 32px;
  }

  .status-box {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px;
  }

  .status-box .text-link {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .mystery-section {
    min-height: 650px;
    background-attachment: scroll;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 24px, 1160px);
  }

  .hero {
    min-height: 660px;
  }

  .hero-content {
    padding-top: 112px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-mountain h1 em {
    font-size: 0.5em;
    line-height: 1.12;
  }

  .hero-actions,
  .inline-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .desire-grid,
  .fact-grid,
  .steps,
  .steps-compact,
  .label-grid,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .fact-card,
  .steps li,
  .steps-compact li,
  .source-grid > a {
    min-height: 0;
  }

  .fact-card h3,
  .steps h3,
  .source-grid h3 {
    margin-top: 32px;
  }

  .image-panel {
    min-height: 360px;
  }

  .content-panel,
  .rules-content {
    padding: 62px 20px;
  }

  .rules-image {
    min-height: 430px;
  }

  .status-box {
    padding: 28px 22px;
  }

  .desire-card {
    min-height: 0;
  }

  .desire-card h3 {
    margin-top: 34px;
  }

  .desire-action,
  .mystery-actions,
  .plan-actions,
  .park-offers-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mystery-rings {
    width: 260px;
    height: 260px;
  }

  .conversion-section {
    min-height: 620px;
  }

  .park-offer-card {
    min-height: 400px;
    padding: 28px;
  }
}

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

  .mountain-particles,
  .mountain-cursor,
  .hero-orbit,
  .hero-runes {
    display: none !important;
  }
}
