/* YUUYITA L.L.C. - Park City night gondola lodge */

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.65;
  color: #EEF2F5;
  background-color: #1A2530;
  overflow-x: hidden;
}

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

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

a {
  color: #E0B45C;
}

/* ---------- LIFT-WICKET NAV ---------- */

.wicket-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #1A2530;
  border-bottom: 1px solid #212E3B;
}

.wicket-bar {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
  gap: 18px;
}

.wicket-brand {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.wicket-plate {
  background-color: #E0B45C;
  color: #1A2530;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  padding: 8px 16px;
  border-radius: 6px;
  line-height: 1;
  box-shadow: 0 3px 0 #1F2A24;
}

.wicket-hanger {
  width: 46px;
  height: 40px;
  position: relative;
}

.wicket-hanger::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 2px;
  height: 3px;
  background-color: #7E8B99;
  border-radius: 2px;
}

.wicket-hanger::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E0B45C;
  box-shadow: 0 0 0 2px #7E8B99;
}

.wicket-hanger span {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 2px;
  border: 3px solid #E0B45C;
  border-top-width: 5px;
  border-radius: 6px 6px 3px 3px;
  background: #212E3B;
}

.nav-pass-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 16px;
}

.wicket-links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 10px;
}

.nav-pass {
  display: inline-block;
  position: relative;
  background-color: #F7F4EA;
  color: #1A2530;
  text-decoration: none;
  font-weight: bold;
  padding: 9px 18px 8px 28px;
  border-radius: 4px;
  border-right: 4px solid #E0B45C;
  box-shadow: 0 2px 0 #212E3B;
}

.nav-pass::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1A2530;
}

.nav-pass:hover {
  background-color: #E0B45C;
}

.nav-pass.is-active {
  background-color: #E0B45C;
}

.wicket-cta {
  background-color: #E0B45C;
  color: #1A2530;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.86rem;
  padding: 11px 18px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 0 #1F2A24;
}

.wicket-cta:hover {
  filter: brightness(1.06);
}

.wicket-cable-line {
  height: 5px;
  background-color: #7E8B99;
  position: relative;
  border-top: 1px solid #212E3B;
}

.wicket-cable-line::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 18%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E0B45C;
}

.wicket-cable-line::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 24%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E0B45C;
}

.wicket-toggle {
  display: none;
  background-color: transparent;
  border: 2px solid #E0B45C;
  color: #E0B45C;
  font-size: 1.4rem;
  line-height: 1;
  width: 44px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}

/* ---------- GONDOLA NIGHT HERO ---------- */

.gondola {
  background-color: #1A2530;
  overflow: hidden;
}

.gondola-piste {
  position: relative;
  background-color: #1A2530;
  padding: 46px 24px 56px;
  border-bottom: 6px solid #1F2A24;
}

.gondola-piste-inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  min-height: 320px;
}

.piste-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.snow-tick {
  position: absolute;
  width: 2px;
  height: 8px;
  background-color: #EEF2F5;
  border-radius: 2px;
}

.snow-tick.st-1 { top: 12%; left: 8%; }
.snow-tick.st-2 { top: 18%; left: 22%; height: 5px; }
.snow-tick.st-3 { top: 8%; left: 40%; }
.snow-tick.st-4 { top: 24%; left: 66%; height: 6px; }
.snow-tick.st-5 { top: 14%; left: 82%; }
.snow-tick.st-6 { top: 6%; left: 58%; height: 4px; }

.cable-run {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  height: 3px;
  background: #7E8B99;
}

.cable-hanger {
  position: absolute;
  top: 30px;
  left: 46%;
  width: 3px;
  height: 18px;
  background: #7E8B99;
}

.gondola-cabin {
  position: absolute;
  top: 50px;
  left: 34%;
  width: 120px;
  height: 90px;
  background: #212E3B;
  border: 3px solid #7E8B99;
  border-radius: 10px 10px 4px 4px;
}

.gondola-cabin::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 38px;
  width: 38px;
  height: 12px;
  background: #7E8B99;
  border-radius: 3px;
}

.gondola-cabin::after {
  content: "YUUYITA";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  color: #E0B45C;
  font-weight: bold;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
}

.gondola-window {
  position: absolute;
  top: 15px;
  width: 34px;
  height: 18px;
  background: #1A2530;
  border: 2px solid #EEF2F5;
  border-radius: 30px 30px 18px 18px;
}

.gondola-window.gw-1 { left: 16px; }
.gondola-window.gw-2 { left: 76px; }

.snow-ink {
  color: #1A2530;
}

.slope-lamps {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 210px;
  width: 160px;
}

.slope-lamp-post {
  position: absolute;
  bottom: 0;
  width: 3px;
  background: #7E8B99;
}

.slope-lamp-post.sl-1 { right: 0; height: 60px; }
.slope-lamp-post.sl-2 { right: 34px; height: 96px; }
.slope-lamp-post.sl-3 { right: 68px; height: 132px; }
.slope-lamp-post.sl-4 { right: 102px; height: 168px; }
.slope-lamp-post.sl-5 { right: 136px; height: 204px; }

.slope-lamp-head {
  position: absolute;
  top: -7px;
  left: -5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #E0B45C;
  box-shadow: 0 0 0 3px #212E3B, 0 0 14px 3px #E0B45C;
}

.slope-lamps .sl-1 .slope-lamp-head { box-shadow: 0 0 0 3px #212E3B; }
.slope-lamps .sl-2 .slope-lamp-head,
.slope-lamps .sl-3 .slope-lamp-head,
.slope-lamps .sl-4 .slope-lamp-head,
.slope-lamps .sl-5 .slope-lamp-head {
  box-shadow: 0 0 0 3px #212E3B, 0 0 12px 2px #E0B45C;
}

.piste-map-board {
  position: absolute;
  top: 40px;
  right: 30%;
  width: 210px;
  background: #F7F4EA;
  border: 4px solid #E0B45C;
  border-radius: 6px;
  padding: 14px;
  box-shadow: 0 6px 0 #1F2A24;
  color: #1A2530;
  font-size: 0.8rem;
}

.piste-map-board h3 {
  margin: 0 0 8px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #1A2530;
  text-transform: uppercase;
  font-weight: bold;
}

.map-run {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
}

.map-run i {
  display: inline-block;
  width: 34px;
  height: 3px;
  background: #E0B45C;
}

.map-run i.mr-blau { border-bottom: 3px solid #F7F4EA; }
.map-run.text-note {
  color: #1A2530;
}
.map-run i.mr-green { height: 5px; background: #7E8B99; border-radius: 3px; }
.map-note {
  font-size: 0.72rem;
  color: #1A2530;
  margin-top: 4px;
}

.lodge-roofline {
  position: absolute;
  bottom: 0;
  left: 18%;
  width: 30%;
  height: 46px;
  background: #1F2A24;
  border-radius: 46px 46px 0 0;
}

.lodge-roofline::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 24px;
  background: #E0B45C;
  border-radius: 4px;
  box-shadow: inset 0 -4px 0 #212E3B;
}

/* boot bench slab */
.bootbench {
  position: relative;
  background-color: #F7F4EA;
  color: #1A2530;
  padding: 44px 24px 52px;
}

.bootbench-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  gap: 40px;
}

.bootbench-text {
  -webkit-flex: 1 1 480px;
  flex: 1 1 480px;
}

.boot-ribbon {
  position: relative;
  max-width: 620px;
  margin: 0 0 22px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.boot-ribbon-inner {
  position: relative;
  z-index: 1;
  padding: 30px 34px 32px;
  border-left: 8px solid #E0B45C;
  background: #F7F4EA;
}

.boot-eyebrow {
  display: block;
  font-size: 0.84rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1A2530;
  margin-bottom: 12px;
  font-weight: bold;
}

.boot-eyebrow::after {
  content: " / ";
  color: #E0B45C;
  font-weight: normal;
}

.gondola h1,
.hero-h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 3.5rem;
  line-height: 1.02;
  margin: 0 0 20px;
  color: #1A2530;
}

.hero-h1 em {
  font-style: normal;
  color: #1A2530;
  text-decoration: underline;
  text-decoration-color: #E0B45C;
  text-decoration-thickness: 5px;
  text-underline-offset: 4px;
}

.lead-copy {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.22rem;
  line-height: 1.7;
  color: #2c3a44;
  margin: 0 0 28px;
  max-width: 700px;
}

.bootbench-cta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 15px 30px;
  border-radius: 6px;
  cursor: pointer;
}

.btn-gold {
  background-color: #E0B45C;
  color: #1A2530;
  border: 2px solid #E0B45C;
  box-shadow: 0 4px 0 #1F2A24;
}

.btn-gold:hover {
  filter: brightness(1.05);
}

.btn-steel {
  background-color: transparent;
  color: #1A2530;
  border: 2px solid #7E8B99;
}

.btn-steel:hover {
  background-color: #d6d6c8;
}

.pass-graphic-side {
  -webkit-flex: 0 0 220px;
  flex: 0 0 220px;
  text-align: center;
}

.lift-pass-card {
  display: inline-block;
  background: #F7F4EA;
  border: 3px solid #E0B45C;
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
  color: #1A2530;
  width: 190px;
  box-shadow: 0 8px 0 #1F2A24;
  position: relative;
}

.lift-pass-card::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #E0B45C;
  border: 2px solid #1A2530;
}

.lift-pass-card .pass-year {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: #1F2A24;
  margin-bottom: 6px;
}

.lift-pass-card .pass-mark {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1A2530;
  margin-bottom: 2px;
}

.lift-pass-card .pass-sub {
  font-size: 0.8rem;
  color: #1F2A24;
}

.mittens-glyph {
  margin: 10px auto 0;
  width: 80px;
  height: 16px;
  position: relative;
}

.mittens-glyph::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  width: 26px;
  height: 20px;
  border-radius: 10px 10px 4px 4px;
  background: #7E8B99;
}

.mittens-glyph::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 14px;
  width: 26px;
  height: 20px;
  border-radius: 10px 10px 4px 4px;
  background: #E0B45C;
}

.kick-strip {
  background-color: #1F2A24;
  padding: 22px 24px;
}

.kick-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  gap: 20px;
  color: #F7F4EA;
}

.kick-stat {
  text-align: center;
}

.kick-stat .num {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #E0B45C;
  line-height: 1.1;
}

.kick-stat .label {
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #EEF2F5;
}

/* scroll reveal */
.reveal {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

html.js-armed .reveal {
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

html.js-armed .reveal:not(.reveal-visible) {
  opacity: 0;
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
}

html.js-armed .reveal.reveal-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ---------- SECTION FRAME ---------- */

.site-section {
  padding: 78px 24px 70px;
  background-color: #1A2530;
}

.site-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-head {
  margin-bottom: 12px;
}

.section-overline {
  display: inline-block;
  font-size: 0.86rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E0B45C;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.6rem;
  line-height: 1.1;
  color: #EEF2F5;
}

.section-lede {
  max-width: 760px;
  margin: 14px 0 0;
  color: #B8C2CB;
}

.site-section.panel {
  background-color: #212E3B;
}

.section-light .section-title {
  color: #1A2530;
}

.section-light .section-lede {
  color: #2c3a44;
}

/* ---------- STATEMENT ROW ---------- */

.statement-row {
  background-color: #1A2530;
  padding: 66px 24px;
  border-top: 1px solid #212E3B;
  border-bottom: 1px solid #212E3B;
}

.statement-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 34px;
}

.statement-figure {
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #E0B45C;
  line-height: 1;
}

.statement-figure .big {
  display: block;
  font-size: 6.5rem;
  line-height: 0.95;
  font-weight: bold;
}

.statement-figure .unit {
  font-size: 2rem;
  color: #EEF2F5;
}

.statement-text h2 {
  margin: 0 0 12px;
  color: #EEF2F5;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.9rem;
  line-height: 1.2;
}

.statement-text p {
  margin: 0;
  color: #B8C2CB;
  max-width: 680px;
}

/* ---------- SLOPE-LAMP ROWS ---------- */

.sloperow {
  background-color: #212E3B;
  padding: 78px 24px 46px;
}

.sloperow-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.slope-entry {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slope-entry:nth-child(even) {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

@media (max-width: 860px) {
  .slope-entry:nth-child(even) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slope-sheet {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F7F4EA;
  color: #1A2530;
  border-left: 8px solid #E0B45C;
  border-radius: 6px;
  margin-bottom: 34px;
  box-shadow: 0 5px 0 #1F2A24;
  overflow: hidden;
}

.slope-body {
  -webkit-flex: 1 1 520px;
  flex: 1 1 520px;
  padding: 28px 34px;
}

.slope-stamp {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.stamp-ring {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 2px solid #E0B45C;
  border-radius: 50%;
  color: #1A2530;
  font-weight: bold;
  font-size: 1.05rem;
  flex: none;
}

.stamp-code {
  color: #1F2A24;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: bold;
}

.slope-sheet h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.65rem;
  line-height: 1.15;
  color: #1A2530;
}

.slope-sheet p {
  margin: 0 0 16px;
  color: #2c3a44;
}

.slope-link {
  display: inline-block;
  font-weight: bold;
  color: #1A2530;
  text-decoration: underline;
  text-decoration-color: #E0B45C;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.service-chip {
  -webkit-flex: 0 0 150px;
  flex: 0 0 150px;
  background-color: #7E8B99;
  color: #1A2530;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  writing-mode: vertical-rl;
  padding: 22px 8px;
  text-align: center;
}

/* ---------- EVENING RUN ---------- */

.evening-run-section {
  background: #7E8B99;
  color: #1A2530;
  padding: 72px 24px 82px;
}

.run-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.run-head h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.4rem;
  color: #1A2530;
}

.run-head p {
  margin: 0 0 44px;
  color: #1A2530;
  max-width: 680px;
  font-weight: bold;
}

.run-line {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 26px;
  padding: 0 10px;
}

.run-line::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 26px;
  height: 3px;
  border-top: 3px dashed #1A2530;
}

.run-pass {
  position: relative;
  z-index: 1;
  -webkit-flex: 1 1 150px;
  flex: 1 1 150px;
  max-width: 190px;
  background: #F7F4EA;
  border: 2px solid #1A2530;
  border-right: 6px solid #E0B45C;
  border-radius: 8px;
  padding: 14px 16px 16px;
  text-align: center;
  color: #1A2530;
  box-shadow: 0 5px 0 #1F2A24;
}

.run-pass .pass-dot {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #E0B45C;
  border: 2px solid #1A2530;
}

.run-pass .pass-step {
  display: block;
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.run-pass .pass-desc {
  font-size: 0.84rem;
  color: #2c3a44;
  line-height: 1.45;
}

.run-pass.is-final {
  border-right-color: #1F2A24;
}

/* ---------- SLOPE-LAMP ROWS ---------- */

.sloperow-two {
  background-color: #212E3B;
}

/* ---------- GREET FIT DRIVE HOST RETURN ---------- */

.gfdhr-strip {
  background-color: #1F2A24;
  padding: 20px 24px;
}

.gfdhr-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  color: #E0B45C;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  font-weight: bold;
}

/* ---------- ACCENT BOOKING STRIP ---------- */

.bookband {
  background-color: #E0B45C;
  color: #1A2530;
  padding: 44px 24px;
}

.bookband-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.bookband-mark {
  -webkit-flex: 0 0 210px;
  flex: 0 0 210px;
  text-align: center;
}

.winter-seal {
  display: inline-block;
  border: 3px solid #1A2530;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  line-height: 1.25;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  color: #1A2530;
}

.winter-seal small {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}

.bookband-copy {
  -webkit-flex: 1 1 420px;
  flex: 1 1 420px;
}

.bookband-copy h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  color: #1A2530;
}

.bookband-copy p {
  margin: 0;
  color: #1A2530;
  font-size: 1.1rem;
}

.bookband-cta {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bookband-cta .btn-cream {
  background-color: #F7F4EA;
  color: #1A2530;
  border: 2px solid #1A2530;
  box-shadow: 0 4px 0 #1F2A24;
}

.bookband-cta .btn-cream:hover {
  filter: brightness(0.97);
}

/* ---------- THREE-STEP / NOTES ---------- */

.notes-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 26px;
}

.note-chip {
  -webkit-flex: 1 1 300px;
  flex: 1 1 300px;
  background-color: #212E3B;
  border-top: 5px solid #E0B45C;
  border-radius: 6px;
  padding: 26px 26px;
  color: #EEF2F5;
}

.note-chip h3 {
  margin: 0 0 10px;
  color: #F7F4EA;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.35rem;
}

.note-chip p {
  margin: 0;
  color: #B8C2CB;
}

/* ---------- FOOTER BOOT BENCH ---------- */

.warmbench {
  background-color: #1F2A24;
  position: relative;
  z-index: 1;
}

.bench-line {
  height: 46px;
  background-color: #1F2A24;
  position: relative;
  border-bottom: 2px solid #212E3B;
}

.bench-motto {
  position: absolute;
  bottom: 8px;
  left: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #E0B45C;
  letter-spacing: 0.16em;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.boot-warmers {
  position: absolute;
  right: 24px;
  bottom: 4px;
}

.boot-warmer {
  display: inline-block;
  width: 34px;
  height: 22px;
  margin-left: 4px;
  border-radius: 8px 8px 4px 4px;
  background-color: #F7F4EA;
}

.boot-warmer::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  margin: 6px auto;
  border-radius: 3px;
  background: #E0B45C;
}

.warmbench-links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  padding: 44px 24px 34px;
  max-width: 1240px;
  margin: 0 auto;
}

.foot-col {
  -webkit-flex: 1 1 240px;
  flex: 1 1 240px;
}

.foot-col h4 {
  margin: 0 0 16px;
  color: #E0B45C;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
}

.foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot-col li {
  margin-bottom: 10px;
}

.foot-col a {
  color: #EEF2F5;
  text-decoration: none;
}

.foot-col a:hover {
  color: #E0B45C;
  text-decoration: underline;
}

.register-plate {
  background-color: #F7F4EA;
  color: #1A2530;
  border-top: 6px solid #E0B45C;
}

.register-plate a {
  color: #1A2530;
  text-decoration: underline;
  text-decoration-color: #E0B45C;
  text-decoration-thickness: 2px;
}

.register-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 24px 14px;
  text-align: center;
}

.register-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1A2530;
  margin-bottom: 4px;
}

.register-addr {
  color: #2c3a44;
  margin-bottom: 4px;
}

.register-line {
  color: #2c3a44;
  margin-bottom: 14px;
}

.register-line a {
  color: #1A2530;
  text-decoration: underline;
  text-decoration-color: #E0B45C;
  text-decoration-thickness: 2px;
}

.copy-line {
  font-size: 0.9rem;
  color: #2c3a44;
  border-top: 1px solid #212E3B;
  max-width: 1240px;
  margin: 10px auto 0;
  padding: 16px 24px 24px;
  text-align: center;
}

/* services hero mini reuse */
.page-hero {
  background-color: #212E3B;
  border-bottom: 6px solid #1F2A24;
  padding: 56px 24px;
}

.page-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-hero-inner .boot-ribbon {
  max-width: 720px;
}

.lodge-lift-pass-hero .kick-inner .kick-stat .label {
  color: #EEF2F5;
}

/* two column split for services already content */
.split-two {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.split-two > div {
  -webkit-flex: 1 1 300px;
  flex: 1 1 300px;
}

/* service detail rows reused */
.svc-detail {
  border-top: 1px solid #2c3a44;
}

/* process */
.process-steps {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.step-card {
  -webkit-flex: 1 1 180px;
  flex: 1 1 180px;
  background-color: #1F2A24;
  border-radius: 8px;
  padding: 22px;
  border-top: 4px solid #E0B45C;
}

.step-card .step-num {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  color: #E0B45C;
  font-weight: bold;
  margin-bottom: 8px;
}

.step-card h3 {
  margin: 0 0 8px;
  color: #F7F4EA;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.step-card p {
  margin: 0;
  color: #B8C2CB;
  font-size: 0.96rem;
}

/* accordion */
.acc-item {
  border: 1px solid #2c3a44;
  border-radius: 6px;
  margin-bottom: 14px;
  background-color: #212E3B;
  overflow: hidden;
}

.acc-toggle {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  color: #EEF2F5;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.15rem;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: bold;
}

.acc-panel {
  display: none;
  padding: 0 22px 20px;
  color: #B8C2CB;
}

.acc-panel.is-open {
  display: block;
}

.acc-toggle::after {
  content: "+";
  float: right;
  color: #E0B45C;
  font-weight: bold;
}

.acc-panel.is-open + .acc-info,
.acc-item .acc-panel.is-open {
  display: block;
}

/* contact */
.contact-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-form-col {
  -webkit-flex: 1 1 520px;
  flex: 1 1 520px;
}

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

.field-group label {
  display: block;
  margin-bottom: 6px;
  color: #EEF2F5;
  font-weight: bold;
}

.field-group input,
.field-group select {
  width: 100%;
  padding: 13px 14px;
  border: 2px solid #2c3a44;
  border-radius: 5px;
  background-color: #EEF2F5;
  color: #1A2530;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
}

.field-group textarea {
  width: 100%;
  padding: 13px 14px;
  border: 2px solid #2c3a44;
  border-radius: 5px;
  background-color: #EEF2F5;
  color: #1A2530;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  min-height: 160px;
}

.form-note {
  color: #E0B45C;
  font-weight: bold;
  margin: 10px 0 0;
}

.contact-side {
  -webkit-flex: 1 1 320px;
  flex: 1 1 320px;
}

.contact-side .demo {
  color: #B8C2CB;
}

.contact-meta {
  background-color: #212E3B;
  border-left: 6px solid #E0B45C;
  padding: 22px 24px;
  margin-bottom: 22px;
  border-radius: 0 6px 6px 0;
}

.contact-meta h3 {
  margin: 0 0 8px;
  color: #EEF2F5;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.contact-meta p {
  margin: 4px 0;
  color: #B8C2CB;
}

.contact-meta a {
  color: #E0B45C;
}

/* responsive */
.evening-run-section .run-overline {
  color: #1F2A24;
}

@media (max-width: 880px) {
  .wicket-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #1A2530;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #212E3B;
    display: none;
  }
  .wicket-links.is-open {
    display: -webkit-flex;
    display: flex;
  }
  .nav-pass {
    border-radius: 0;
    border-right: none;
    border-left: 4px solid #E0B45C;
    width: 100%;
    text-align: left;
    padding-left: 28px;
  }
  .wicket-toggle {
    display: block;
  }
  .nav-pass-wrap .wicket-cta {
    display: none;
  }
  .nav-pass-wrap {
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .wicket-toggle {
    -webkit-order: 2;
    order: 2;
  }
  .nav-pass-wrap {
    display: contents;
  }
}

@media (max-width: 980px) {
  .piste-map-board {
    display: none;
  }
  .hero-h1 {
    font-size: 3rem;
  }
  .gondola-cabin {
    left: 18%;
  }
  .statement-figure {
    -webkit-flex-basis: 220px;
    flex-basis: 220px;
  }
  .statement-figure .big {
    font-size: 5rem;
  }
}

@media (min-width: 900px) {
  .wicket-links.is-open {
    display: -webkit-flex;
    display: flex;
  }
}

@media (min-width: 700px) {
  .wicket-links.is-open,
  .wicket-links {
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 699px) {
  .wicket-links {
    display: none;
  }
}

@media (max-width: 780px) {
  .boot-ribbon-inner {
    padding: 24px 22px;
  }
  .gondola h1,
  .hero-h1 {
    font-size: 2.5rem;
  }
  .run-line::before {
    display: none;
  }
  .service-chip {
    --webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    writing-mode: horizontal-tb;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
  }
  .statement-figure {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

/* ---------- SERVICES PAGE ---------- */

.serv-hero {
  background-color: #212E3B;
  border-bottom: 6px solid #1F2A24;
  padding: 64px 24px;
}

.serv-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 36px;
  -webkit-align-items: center;
  align-items: center;
}

.serv-hero-copy {
  -webkit-flex: 1 1 460px;
  flex: 1 1 460px;
}

.serv-hero-copy .boot-ribbon {
  max-width: 700px;
}

.serv-rack {
  -webkit-flex: 0 1 240px;
  flex: 0 1 240px;
}

.mini-pass-list {
  background: #F7F4EA;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 0 #1F2A24;
}

.mini-pass-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-bottom: 1px solid #212E3B;
}

.mini-pass-row:last-child {
  border-bottom: none;
}

.mini-pass-tag {
  -webkit-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 44px;
  height: 26px;
  border: 2px solid #E0B45C;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: bold;
  color: #1A2530;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.mini-pass-label {
  font-size: 0.92rem;
  font-weight: bold;
  color: #1A2530;
}

.serv-body-area {
  background-color: #1A2530;
  padding: 70px 24px 30px;
}

.serv-body-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.svc-block {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 30px;
  padding: 44px 0;
  border-top: 1px solid #2c3a44;
}

.svc-block:first-child {
  border-top: none;
}

.svc-num {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #E0B45C;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.svc-num small {
  display: block;
  color: #7E8B99;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.svc-main h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  color: #F7F4EA;
  line-height: 1.15;
}

.svc-main h3 span {
  color: #E0B45C;
}

.svc-copy p {
  margin: 0 0 18px;
  color: #D3DAE2;
}

.svc-inclusions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.svc-pill {
  background-color: #212E3B;
  color: #E0B45C;
  border: 1px solid #E0B45C;
  border-radius: 40px;
  font-size: 0.82rem;
  padding: 7px 14px;
  font-weight: bold;
}

.process-area {
  background-color: #212E3B;
  padding: 66px 24px;
}

.process-inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 780px) {
  .svc-block {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* services hero on dark panel */
.serv-hero .boot-ribbon-inner {
  background-color: transparent;
  border-left: 8px solid #E0B45C;
  padding: 0 0 0 26px;
}

.serv-hero .boot-eyebrow {
  color: #E0B45C;
}

.serv-hero .hero-h1 {
  color: #F7F4EA;
}

.serv-hero .hero-h1 em {
  color: #E0B45C;
  text-decoration: none;
}

.serv-lede {
  margin: 18px 0 28px;
  max-width: 660px;
  color: #C9D1D9;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.12rem;
  line-height: 1.7;
}

.serv-hero .btn-gold {
  color: #1A2530;
}

.serv-hero .btn-steel {
  color: #F7F4EA;
  background-color: transparent;
  border-color: #F7F4EA;
}

.serv-hero .btn-steel:hover {
  color: #1A2530;
  background-color: #F7F4EA;
}

/* contact page helpers */
.contact-meta-stack {
  -webkit-flex: 0 1 360px;
  flex: 0 1 360px;
}

.contact-meta-stack .contact-meta {
  margin-bottom: 18px;
}

.faq-title {
  color: #F7F4EA;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 30px 0 16px;
}

.split-two form {
  margin-top: 16px;
}

.split-two .btn-gold {
  border: none;
}
