/* Phoenix Alpine subpage-specific content */

/* About */
.about-page .about-section,
.about-page .rental-section{padding:112px 0}
.about-page .about-section[id],
.about-page #faq{scroll-margin-top:72px}
.about-page .about-label,
.about-page .small-label{color:var(--pa-sub-accent);font-size:11px;font-weight:750;letter-spacing:.14em}
.about-page .about-location-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);gap:88px;align-items:center}
.about-page .about-location-copy h2,
.about-page .about-history-copy h2,
.about-page .about-section-heading h2,
.about-page .about-visit h2,
.about-page .rental-head h2{margin-top:15px;color:var(--pa-sub-ink);font-size:clamp(42px,4.5vw,62px);font-weight:780;line-height:1.15;letter-spacing:-.06em}
.about-page .about-location-copy>p,
.about-page .about-history-copy>p,
.about-page .about-section-heading>p,
.about-page .rental-head>p{margin-top:24px;color:var(--pa-sub-muted);font-size:16px;line-height:1.85;word-break:keep-all}
.about-page .about-location-copy dl{margin-top:38px;border-top:1px solid var(--pa-sub-line)}
.about-page .about-location-copy dl>div{display:grid;grid-template-columns:72px 1fr;gap:18px;padding:16px 0;border-bottom:1px solid var(--pa-sub-line)}
.about-page .about-location-copy dt{color:#798187;font-size:12px;font-weight:700}
.about-page .about-location-copy dd,
.about-page .about-location-copy a{color:#24282b;font-size:14px;font-weight:700;text-decoration:none}
.about-page .about-location-photo{position:relative;height:430px;overflow:hidden;border-radius:14px;background:#dfe4e6}
.about-page .about-location-photo img{display:block;width:100%;height:100%;object-fit:cover}
.about-page .about-location-photo figcaption{position:absolute;right:18px;bottom:18px;left:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 19px;background:rgba(18,23,27,.9);color:#fff}
.about-page .about-location-photo figcaption b{font-size:15px;font-weight:780}
.about-page .about-location-photo figcaption span{color:#c4ccd1;font-size:11px}

.about-page .about-history{background:var(--pa-sub-dark);color:#fff}
.about-page .about-history-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:105px;align-items:center}
.about-page .about-history-number{display:flex;min-height:390px;align-items:flex-start;justify-content:center;flex-direction:column;border-right:1px solid rgba(255,255,255,.15)}
.about-page .about-history-number strong{font-size:clamp(130px,15vw,210px);font-weight:760;line-height:.78;letter-spacing:-.09em}
.about-page .about-history-number span{margin-top:34px;color:#9dafb9;font-size:13px;font-weight:800;letter-spacing:.24em}
.about-page .about-history .about-label{color:#aebec7}
.about-page .about-history-copy h2{color:#fff}
.about-page .about-history-copy>p{color:#b6c0c6}
.about-page .about-history-copy ul{margin-top:38px;padding:0;border-top:1px solid rgba(255,255,255,.15);list-style:none}
.about-page .about-history-copy li{display:grid;grid-template-columns:115px 1fr;gap:24px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.15)}
.about-page .about-history-copy li b{font-size:13px;font-weight:780}
.about-page .about-history-copy li span{color:#aeb8be;font-size:13px;line-height:1.6}

.about-page .about-service{background:var(--pa-sub-soft)}
.about-page .about-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.75fr);gap:70px;align-items:end}
.about-page .about-section-heading>p{margin:0 0 7px}
.about-page .about-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:48px}
.about-page .about-service-grid article{position:relative;overflow:hidden;border:1px solid var(--pa-sub-line);border-radius:14px;background:#fff}
.about-page .about-service-grid figure{height:255px;overflow:hidden;background:#e4e8ea}
.about-page .about-service-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.about-page .about-service-grid article:hover img{transform:scale(1.025)}
.about-page .about-service-grid article>span{display:block;margin:27px 28px 0;color:#819099;font-size:11px;font-weight:800;letter-spacing:.12em}
.about-page .about-service-grid h3{margin:10px 28px 0;color:#1a1d1f;font-size:25px;font-weight:780;letter-spacing:-.045em}
.about-page .about-service-grid p{min-height:94px;margin:14px 28px 0;padding-bottom:28px;color:#6f777c;font-size:14px;line-height:1.7;word-break:keep-all}

.about-page .about-visit{background:var(--pa-sub-soft)}
.about-page .about-visit-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.8fr);gap:90px;align-items:end}
.about-page .about-visit-info{padding-bottom:6px}
.about-page .about-visit-info>p{color:#657077;font-size:15px;line-height:1.7}
.about-page .about-visit-info>strong{display:block;margin-top:9px;color:#1d2124;font-size:26px;font-weight:800}
.about-page .about-visit-info>div{display:flex;gap:25px;margin-top:29px}
.about-page .about-visit-info a{display:inline-flex;align-items:center;gap:9px;padding-bottom:5px;border-bottom:1px solid #76828a;color:#283036;font-size:13px;font-weight:750;text-decoration:none}
.about-page .about-visit-info i{font-style:normal}
.about-page .faq-zone{background:#fff}
.about-page .faq-list{border-top-color:#344754}
.about-page .faq-list details{border-bottom-color:#d9dee1}
.about-page .faq-list summary i{background:#e7eaec;color:#33383c}
.about-page .faq-list details[open] summary i{background:#344754;color:#fff}
.about-page .faq-answer span{color:#506877}

/* Stay */
.stay-page .stay-list-zone{padding:112px 0;background:var(--pa-sub-soft)}
.stay-page .stay-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:70px;align-items:end;margin-bottom:48px}
.stay-page .stay-section-head span{color:var(--pa-sub-accent);font-size:11px;font-weight:750;letter-spacing:.14em}
.stay-page .stay-section-head h2{margin-top:15px;color:var(--pa-sub-ink);font-size:clamp(42px,4.5vw,62px);font-weight:780;line-height:1.15;letter-spacing:-.06em}
.stay-page .stay-section-head>p{max-width:480px;margin:0 0 7px;color:var(--pa-sub-muted);font-size:16px;line-height:1.8;word-break:keep-all}
.stay-page .alpine-stays{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.stay-page .alpine-stay-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--pa-sub-line);border-radius:14px;background:#fff}
.stay-page .alpine-stay-photo{position:relative;height:260px;overflow:hidden;background:#dfe4e7}
.stay-page .alpine-stay-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.stay-page .alpine-stay-card:hover .alpine-stay-photo img{transform:scale(1.025)}
.stay-page .alpine-stay-photo>span{display:grid;width:100%;height:100%;place-items:center;color:#78838a;font-size:13px;font-weight:700}
.stay-page .alpine-stay-photo i{position:absolute;top:16px;left:16px;display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:rgba(23,28,33,.86);color:#fff;font-size:12px;font-style:normal;font-weight:750}
.stay-page .alpine-stay-body{display:flex;min-height:310px;flex:1;flex-direction:column;padding:28px}
.stay-page .alpine-stay-body>small{overflow:hidden;color:#7b8388;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.stay-page .alpine-stay-body h3{margin-top:11px;color:var(--pa-sub-ink);font-size:27px;font-weight:780;letter-spacing:-.045em}
.stay-page .alpine-stay-body>p{margin-top:16px;color:var(--pa-sub-muted);font-size:14px;line-height:1.7;word-break:keep-all}
.stay-page .alpine-stay-facilities{display:flex;flex-wrap:wrap;gap:6px;margin-top:20px;padding:0;list-style:none}
.stay-page .alpine-stay-facilities li{padding:6px 9px;border-radius:4px;background:#eef1f2;color:#59656c;font-size:11px;font-weight:650}
.stay-page .alpine-stay-links{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-top:auto;padding-top:25px;border-top:1px solid #e7e9ea}
.stay-page .alpine-stay-links a{color:#292d30;font-size:13px;font-weight:750;text-decoration:none}
.stay-page .alpine-stay-links a>span{margin-left:4px;color:#647781}
.stay-page .alpine-stay-note{display:flex;align-items:flex-start;gap:24px;margin-top:22px;padding:22px 24px;border-top:1px solid #d9dddf;color:#687177}
.stay-page .alpine-stay-note strong{flex:none;color:#344754;font-size:13px;font-weight:800}
.stay-page .alpine-stay-note p{font-size:13px;line-height:1.65}
.stay-page .alpine-stay-contact{padding:54px;border:1px solid var(--pa-sub-line);border-radius:14px;background:#fff}
.stay-page .alpine-stay-contact>span{color:var(--pa-sub-accent);font-size:11px;font-weight:750;letter-spacing:.14em}
.stay-page .alpine-stay-contact h2{margin-top:14px;font-size:34px;font-weight:780;letter-spacing:-.05em}
.stay-page .alpine-stay-contact p{margin-top:14px;color:var(--pa-sub-muted);font-size:15px}
.stay-page .alpine-stay-contact a{display:inline-flex;align-items:center;gap:20px;margin-top:28px;color:#344754;font-size:18px;font-weight:800;text-decoration:none}
.stay-page .alpine-stay-contact a i{font-style:normal}

/* Rental */
.rental-page .rental-section{padding:112px 0}
.rental-page .rental-section[id],
.rental-page #faq{scroll-margin-top:72px}
.rental-page .rental-head{max-width:none}
.rental-page .rental-head h2,
.rental-page .notice-title h2{
  margin-top:15px;
  color:var(--pa-sub-ink);
  font-size:clamp(42px,4.5vw,62px);
  font-weight:780;
  line-height:1.15;
  letter-spacing:-.06em;
}
.rental-page .rental-head>p,
.rental-page .notice-title>p{color:var(--pa-sub-muted);font-size:16px;line-height:1.8}
.rental-page .small-label,
.rental-page .dark-label{color:var(--pa-sub-accent);font-size:11px;font-weight:750;letter-spacing:.14em}
.rental-page .price-overview{background:var(--pa-sub-soft)}
.rental-page .actual-price-grid{gap:12px;margin-top:48px}
.rental-page .actual-price-grid .actual-price-table-wrap{border:1px solid var(--pa-sub-line);border-radius:14px;box-shadow:none}
.rental-page .actual-price-grid .actual-price-title{min-height:105px;padding:24px;background:#fff}
.rental-page .actual-price-title>div>span{color:var(--pa-sub-accent)}
.rental-page .actual-price-title h3{color:var(--pa-sub-ink);font-size:25px;font-weight:780}
.rental-page .actual-price-grid .actual-price-row{min-height:72px;padding:0 24px;border-top-color:#e3e6e8}
.rental-page .actual-price-grid .actual-price-head{min-height:46px;background:var(--pa-sub-dark)}
.rental-page .actual-price-grid .actual-price-head>span{color:#c1c9ce}
.rental-page .rental-grade-guide .actual-price-title{background:var(--pa-sub-dark)}
.rental-page .rental-grade-guide .actual-price-title h3{color:#fff}
.rental-page .rental-grade-guide .actual-price-title>div>span{color:#b8c9d3}
.rental-page .price-caption{color:#747c81}
.rental-page .equipment-zone{background:#fff}
.rental-page .equipment-guide-grid{gap:12px;margin-top:48px}
.rental-page .equipment-guide-card{border:1px solid var(--pa-sub-line);border-radius:14px;background:#fff}
.rental-page .equipment-guide-photo{height:360px;background:#e8ecee}
.rental-page .equipment-guide-photo img,
.rental-page .alpine-wear-photo img,
.rental-page .safety-showcase-photo img{width:100%;height:100%;object-fit:cover}
.rental-page .equipment-guide-photo span{border-radius:4px;background:rgba(23,28,33,.9);color:#fff}
.rental-page .equipment-guide-copy{padding:34px 32px 36px}
.rental-page .equipment-guide-copy h3{color:var(--pa-sub-ink);font-size:31px;font-weight:780}
.rental-page .equipment-guide-copy>p{color:var(--pa-sub-muted)}
.rental-page .equipment-guide-copy li{border-top-color:#e1e4e6;color:#525b60}
.rental-page .wear-zone{background:var(--pa-sub-dark);color:#fff}
.rental-page .wear-zone .rental-head h2{color:#fff}
.rental-page .wear-zone .rental-head.light .small-label{color:#b8c9d3}
.rental-page .wear-zone .rental-head.light p{color:#b9c1c6}
.rental-page .alpine-wear-photo{height:620px;margin-top:48px;overflow:hidden;border-radius:14px;background:#252d33}
.rental-page .alpine-wear-photo img{display:block;object-position:center 42%}
.rental-page .alpine-wear-photo figcaption{padding:16px 0 0;color:#aeb8be;font-size:12px;line-height:1.6}
.rental-page .alpine-wear-gallery{display:grid;max-width:1120px;grid-template-columns:460px minmax(0,1fr);gap:12px;margin-top:48px;align-items:start}
.rental-page .alpine-wear-gallery-main{min-width:0;margin:0}
.rental-page .alpine-wear-gallery-stage{position:relative;width:100%;aspect-ratio:2/3;overflow:hidden;border-radius:14px;background:#eef0f1}
.rental-page .alpine-wear-gallery-stage img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .18s ease}
.rental-page .alpine-wear-gallery-stage.is-changing img{opacity:.25}
.rental-page .alpine-wear-gallery-main figcaption{margin:0;padding:16px 0 0;color:#aeb8be;font-size:12px;line-height:1.6}
.rental-page .alpine-wear-gallery-thumbs{display:grid;height:690px;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));gap:10px}
.rental-page .alpine-wear-gallery-thumbs button{position:relative;min-width:0;min-height:0;overflow:hidden;padding:0;border:2px solid transparent;border-radius:10px;background:#252d33;color:#fff;cursor:pointer;transition:border-color .18s ease,transform .18s ease}
.rental-page .alpine-wear-gallery-thumbs button:hover{transform:translateY(-2px)}
.rental-page .alpine-wear-gallery-thumbs button.is-active{border-color:#b81736}
.rental-page .alpine-wear-gallery-thumbs button:focus-visible{outline:2px solid #fff;outline-offset:2px}
.rental-page .alpine-wear-gallery-thumbs img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .22s ease}
.rental-page .alpine-wear-gallery-thumbs button:hover img{transform:scale(1.04)}
.rental-page .alpine-wear-gallery-thumbs span{position:absolute;right:6px;bottom:6px;display:grid;min-width:25px;height:22px;padding:0 5px;place-items:center;border-radius:4px;background:rgba(15,20,24,.78);color:#fff;font-size:9px;font-weight:800;line-height:1}
.rental-page .safety-zone{background:var(--pa-sub-soft)}
.rental-page .safety-uv-guide{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(440px,1fr);gap:38px;margin-top:48px;padding:34px 38px 30px;overflow:hidden;border-radius:14px;background:var(--pa-sub-dark);color:#fff}
.rental-page .safety-uv-guide:after{position:absolute;right:-60px;bottom:-100px;width:230px;height:230px;border:48px solid rgba(255,255,255,.035);border-radius:50%;content:""}
.rental-page .safety-uv-guide-copy{position:relative;z-index:1}
.rental-page .safety-uv-guide-copy>span{color:#b8c9d3;font-size:11px;font-weight:750;letter-spacing:.14em}
.rental-page .safety-uv-guide-copy h3{margin-top:12px;font-size:27px;font-weight:780;line-height:1.3;letter-spacing:-.045em}
.rental-page .safety-uv-guide-copy p{max-width:560px;margin-top:12px;color:#bfc7cc;font-size:14px;line-height:1.75;word-break:keep-all}
.rental-page .safety-uv-guide-copy .safety-uv-symptom{margin-top:17px;padding:12px 15px;border-left:3px solid var(--pa-sub-accent);background:rgba(255,255,255,.06);color:#d7dde0;font-size:12px;line-height:1.65}
.rental-page .safety-uv-symptom strong{display:inline-block;margin-right:5px;color:#fff;font-weight:800}
.rental-page .safety-uv-facts{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0}
.rental-page .safety-uv-facts>div{display:flex;min-width:0;padding:4px 10px;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid rgba(255,255,255,.14);text-align:center}
.rental-page .safety-uv-facts dt{color:#fff;font-size:34px;font-weight:800;line-height:1.15;letter-spacing:-.045em;white-space:nowrap}
.rental-page .safety-uv-facts dd{margin-top:10px;color:#aeb8be;font-size:12px;line-height:1.45;white-space:nowrap}
.rental-page .safety-uv-comparison{position:relative;z-index:1;grid-column:1/-1;margin:10px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#d7dde0;font-size:13px;font-weight:650;line-height:1.6;text-align:center;word-break:keep-all}
.rental-page .safety-uv-comparison span{color:#fff}
.rental-page .safety-uv-comparison span:before,
.rental-page .safety-uv-comparison span:after{display:inline-block;color:#c7ef23;font-family:Georgia,"Times New Roman",serif;font-size:27px;font-weight:800;line-height:0;vertical-align:-4px}
.rental-page .safety-uv-comparison span:before{margin-right:7px;content:"“"}
.rental-page .safety-uv-comparison span:after{margin-left:7px;content:"”"}
.rental-page .safety-uv-guide>small{position:relative;z-index:1;grid-column:1/-1;color:#7f8a91;font-size:10px}
.rental-page .safety-showcase{gap:12px;margin-top:48px}
.rental-page .safety-showcase-card{border:1px solid var(--pa-sub-line);border-radius:14px;background:#fff}
.rental-page .safety-showcase-photo{height:380px;background:#e8ecee}
.rental-page .safety-showcase-card figcaption{padding:28px 30px 32px}
.rental-page .safety-showcase-card figcaption>span{color:var(--pa-sub-accent)}
.rental-page .safety-showcase-card figcaption>h3{font-size:26px;font-weight:780}
.rental-page .option-grid{gap:12px}
.rental-page .option-grid article{min-height:285px;padding:26px;border:1px solid var(--pa-sub-line);border-radius:14px}
.rental-page .option-icon{width:52px;height:52px;border-radius:50%;background:#344754;color:#fff}
.rental-page .option-grid h3{margin-top:30px}
.rental-page .option-single-price{margin-top:auto;padding-top:22px;border-top:1px solid var(--pa-sub-line)}
.rental-page .safe-message{border-radius:14px;background:var(--pa-sub-dark)}
.rental-page .safe-message>span{color:#b8c9d3}
.rental-page .payment-strong{background:#fff}
.rental-page .payment-strong .content-wrap{border-radius:14px;background:var(--pa-sub-dark)}
.rental-page .payment-strong .dark-label{color:#b8c9d3}
.rental-page .payment-strong-panel{padding:0;border-radius:0;background:transparent}
.rental-page .rental-payment-heading{padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.16)}
.rental-page .rental-payment-heading small{display:block;color:#9faab0;font-size:11px;font-weight:700;letter-spacing:.05em}
.rental-page .rental-payment-heading strong{display:flex;align-items:center;gap:11px;margin-top:8px;color:#fff;font-size:20px;font-weight:750;line-height:1.35;letter-spacing:-.035em}
.rental-page .rental-payment-heading i{color:#8e999f;font-size:12px;font-style:normal;font-weight:600;letter-spacing:0}
.rental-page .rental-payment-methods{display:flex;align-items:center;flex-wrap:wrap;margin-top:25px}
.rental-page .rental-payment-methods>span{display:inline-flex;align-items:center;gap:8px;padding:0 18px;border-left:1px solid rgba(255,255,255,.16);color:#fff;white-space:nowrap}
.rental-page .rental-payment-methods>span:first-child{padding-left:0;border-left:0}
.rental-page .rental-payment-methods svg{width:20px;height:20px;flex:0 0 20px;color:#fff;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.rental-page .rental-payment-methods b{font-size:13px;font-weight:700;line-height:1.4;letter-spacing:-.035em}
.rental-page .payment-strong-panel>p{margin-top:25px;color:#929da3;font-size:12px;line-height:1.65}
.rental-page .notice-zone{background:#fff}
.rental-page .notice-list span{border-radius:50%;background:#344754;color:#fff}
.rental-page .faq-zone{background:var(--pa-sub-soft)}

/* Section navigation follows the smart header instead of covering it. */
.alpine-sub-nav{
  top:92px;
  height:58px;
  border-top:0;
  border-bottom:1px solid var(--pa-sub-line);
  background:rgba(255,255,255,.96);
  transition:top .26s ease;
}
#bossSiteHeader.is-scroll-hidden + #bossSiteMain .alpine-sub-nav{top:0}
.alpine-sub-nav>div{justify-content:flex-start;gap:30px}
.alpine-sub-nav a{
  position:relative;
  padding:0;
  border-radius:0;
  background:transparent!important;
  color:#737a7f;
  font-size:13px;
  font-weight:650;
  line-height:58px;
}
.alpine-sub-nav a::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-1px;
  left:0;
  height:2px;
  background:#506877;
  transform:scaleX(0);
  transition:transform .2s ease;
}
.alpine-sub-nav a:hover,
.alpine-sub-nav a.current{color:#17191b}
.alpine-sub-nav a:hover::after,
.alpine-sub-nav a.current::after{transform:scaleX(1)}
.lift-page .rental-section[id],
.lift-page #faq{scroll-margin-top:72px}

/* Shared lift section typography */
.lift-page .rental-section{padding:112px 0}
.lift-page .small-label,
.lift-page .dark-label,
.lift-page .boss-package-eyebrow{color:#506877;font-size:11px;font-weight:750;letter-spacing:.14em}
.lift-page .rental-head{max-width:none}
.lift-page .rental-head h2,
.lift-page .notice-title h2,
.lift-page .bundle-copy h2,
.lift-page .process-copy h2{
  margin-top:15px;
  color:#17191b;
  font-size:clamp(42px,4.5vw,62px);
  font-weight:780;
  line-height:1.15;
  letter-spacing:-.06em;
}
.lift-page .rental-head>p,
.lift-page .notice-title>p,
.lift-page .bundle-copy>p{color:var(--pa-sub-muted);font-size:16px;line-height:1.8}

/* Prices */
.lift-page .lift-rate-zone{background:var(--pa-sub-soft)}
.lift-page .lift-period-guide{
  margin-top:48px;
  padding:30px;
  border-radius:16px;
  background:#344754;
  color:#fff;
}
.lift-page .lift-period-guide-head{padding:0 0 21px;border-bottom-color:rgba(255,255,255,.16)}
.lift-page .lift-period-guide-head span{color:#d7e4eb}
.lift-page .lift-period-guide-head strong{font-size:18px}
.lift-page .lift-period-groups{gap:10px;margin-top:10px}
.lift-page .lift-period-group{padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#2c3d48}
.lift-page .lift-period-group.is-high .lift-period-type span,
.lift-page .lift-period-type span{color:#fff}
.lift-page .lift-period-type small{color:#9fb0ba}
.lift-page .lift-period-group li strong{font-size:19px;font-weight:700}
.lift-page .lift-period-group li i{color:#91a3ad}
.lift-page .lift-early-season-notice{border-color:rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.06)}
.lift-page .lift-early-season-notice strong{color:#fff}
.lift-page .lift-early-season-notice span{color:#c9d3d8}
.lift-page .rate-block{margin-top:52px}
.lift-page .rate-block-head{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #d4d9dc}
.lift-page .rate-block-head span{color:#6f777c}
.lift-page .rate-block-head h3{font-size:30px;font-weight:760}
.lift-page .rate-title-line em{border-radius:4px;background:#344754;color:#fff}
.lift-page .lift-rate-grid{gap:12px}
.lift-page .lift-rate-grid-all{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.lift-page .lift-rate-card{
  min-height:238px;
  padding:24px;
  border:1px solid #dfe3e5;
  border-radius:14px;
  background:#fff;
  box-shadow:none;
}
.lift-page .lift-rate-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.lift-page .lift-rate-top>b{font-size:24px;font-weight:760}
.lift-page .lift-rate-top>span{flex:none;padding:5px 8px;border-radius:4px;background:#e9edef;color:#344754;font-size:11px;font-weight:800;line-height:1}
.lift-page .lift-rate-top>span.is-weekend{background:#344754;color:#fff}
.lift-page .lift-card-days{display:block;margin-top:8px;color:#7d858a;font-size:12px;font-weight:650}
.lift-page .lift-rate-card .normal-price{margin-top:27px}
.lift-page .normal-price small,
.lift-page .discount-price small{color:#7d858a}
.lift-page .normal-price del{color:#92999d;text-decoration-color:#788187}
.lift-page .configured-lift-prices{margin-top:15px}
.lift-page .configured-lift-prices .discount-price+.discount-price{border-top-color:#e0e4e6}
.lift-page .discount-price strong{color:#17191b;font-size:31px;font-weight:780}
.lift-page .lift-data-note{color:#747c81}
.lift-page .actual-price-empty{border-color:#cfd5d8;border-radius:10px;background:#fff}

/* Season operating hours */
.lift-page .lift-schedule-zone{background:#fff}
.lift-page .lift-schedule-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:46px}
.lift-page .lift-schedule-grid article{min-height:245px;padding:28px;border:1px solid var(--pa-sub-line);border-radius:14px;background:#fff}
.lift-page .lift-schedule-grid article.is-grooming{background:var(--pa-sub-dark);color:#fff}
.lift-page .lift-schedule-grid span{display:block;color:#64727b;font-size:12px;font-weight:800;letter-spacing:.08em}
.lift-page .lift-schedule-grid article.is-grooming span{color:#a9bac4}
.lift-page .lift-schedule-grid strong{display:block;margin-top:22px;font-size:27px;font-weight:780;letter-spacing:-.04em}
.lift-page .lift-schedule-grid strong i{padding:0 3px;color:#87949c;font-style:normal;font-weight:500}
.lift-page .lift-schedule-grid small{display:block;margin-top:16px;color:#657077;font-size:13px;font-weight:700}
.lift-page .lift-schedule-grid article.is-grooming small{color:#c7d0d5}
.lift-page .lift-schedule-grid p{margin-top:12px;color:#747d82;font-size:13px;line-height:1.65}
.lift-page .lift-schedule-grid article.is-grooming p{color:#aeb9bf}
.lift-page .lift-schedule-note{margin-top:18px;color:#747c81;font-size:12px;text-align:right}

/* Slope guide */
.lift-page .lift-slope-zone{background:#eef1f2}
.lift-page .lift-slope-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:70px;align-items:end}
.lift-page .lift-slope-heading h2{margin-top:15px;color:#17191b;font-size:clamp(42px,4.5vw,62px);font-weight:780;line-height:1.15;letter-spacing:-.06em}
.lift-page .lift-slope-summary{max-width:490px;padding-bottom:5px;justify-self:end}
.lift-page .lift-slope-summary p{margin:0;color:#657077;font-size:15px;line-height:1.8;word-break:keep-all}
.lift-page .lift-slope-summary a{display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding-bottom:5px;border-bottom:1px solid #7c878d;color:#252a2d;font-size:13px;font-weight:750;text-decoration:none}
.lift-page .lift-slope-summary a i{font-style:normal}
.lift-page .lift-slope-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:48px;border-top:1px solid #cdd3d6;border-bottom:1px solid #cdd3d6}
.lift-page .lift-slope-facts article{display:flex;min-height:116px;align-items:flex-end;justify-content:space-between;gap:15px;padding:24px 25px;border-right:1px solid #cdd3d6}
.lift-page .lift-slope-facts article:last-child{border-right:0}
.lift-page .lift-slope-facts strong{color:#17191b;font-size:42px;font-weight:760;line-height:1;letter-spacing:-.05em}
.lift-page .lift-slope-facts strong em{margin-left:3px;font-size:14px;font-style:normal;font-weight:700;letter-spacing:0}
.lift-page .lift-slope-facts span{color:#657077;font-size:12px;font-weight:700;text-align:right}
.lift-page .lift-slope-map-block{margin-top:42px;padding:34px;background:#fff;border:1px solid #d9dfe2}
.lift-page .lift-slope-map-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:25px}
.lift-page .lift-slope-map-head h3{margin-top:8px;color:#17191b;font-size:27px;font-weight:780;line-height:1.25;letter-spacing:-.045em}
.lift-page .lift-slope-map-head>p{max-width:470px;color:#687278;font-size:13px;line-height:1.7;text-align:right;word-break:keep-all}
.lift-page .lift-slope-filter{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 22px;padding:0;border:0}
.lift-page .lift-slope-filter label{--slope-color:#344754;position:relative;display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 14px;border:1px solid #cfd6d9;background:#fff;color:#31393e;cursor:pointer;font-size:13px;font-weight:750;line-height:1;white-space:nowrap;transition:border-color .18s ease,background-color .18s ease,color .18s ease}
.lift-page .lift-slope-filter label.is-beginner{--slope-color:#31a91a}
.lift-page .lift-slope-filter label.is-intermediate{--slope-color:#297ed7}
.lift-page .lift-slope-filter label.is-upper{--slope-color:#d88916}
.lift-page .lift-slope-filter label.is-advanced{--slope-color:#df493d}
.lift-page .lift-slope-filter label.is-expert{--slope-color:#16191b}
.lift-page .lift-slope-filter label.is-park{--slope-color:#b81736}
.lift-page .lift-slope-filter input{width:17px;height:17px;margin:0;accent-color:var(--slope-color);cursor:pointer}
.lift-page .lift-slope-filter label:has(input:checked){border-color:var(--slope-color);box-shadow:inset 0 -3px 0 var(--slope-color)}
.lift-page .lift-slope-map-scroll{overflow:hidden;background:#f7f8f8;border:1px solid #dce1e3}
.lift-page .lift-slope-map-canvas{position:relative;width:100%;aspect-ratio:1200/650;background:#fff}
.lift-page .lift-slope-map-canvas img{display:block;width:100%;height:100%;object-fit:contain}
.lift-page .lift-slope-map-layer{position:absolute;inset:0}
.lift-page .lift-slope-map-layer[hidden]{display:none}
.lift-page .lift-slope-map-help{display:none;margin-top:10px;color:#7b858a;font-size:11px}
.lift-page .lift-slope-lifts{display:flex;align-items:flex-start;gap:28px;margin-top:28px;padding:22px 0;border-top:1px solid #cdd3d6;border-bottom:1px solid #cdd3d6}
.lift-page .lift-slope-lifts strong{flex:none;color:#273036;font-size:13px;font-weight:800}
.lift-page .lift-slope-lifts p{color:#657077;font-size:13px;line-height:1.7}
.lift-page .lift-slope-note{margin-top:16px;color:#7b858a;font-size:11px;text-align:right}

/* Packages */
.lift-page .boss-package-section{padding:110px 0;background:#fff;color:#17191b}
.lift-page .boss-package-inner{width:min(1240px,calc(100% - 80px))}
.lift-page .boss-package-heading{margin-bottom:48px}
.lift-page .boss-package-heading h2{font-weight:780}

/* Lesson */
.lesson-page .boss-lesson-page{--green:#fff;background:#fff;color:#17191b}
.lesson-page .boss-lesson-page>.alpine-sub-hero{background:var(--pa-sub-dark);color:#fff}
.lesson-page .boss-lesson-page .lesson-section{padding:112px 0}
.lesson-page .boss-lesson-page .lesson-statement,
.lesson-page .boss-lesson-page .lesson-price-zone{background:#f3f4f4}
.lesson-page .boss-lesson-page .lesson-program-card,
.lesson-page .boss-lesson-page .lesson-method-photo,
.lesson-page .boss-lesson-page .lesson-price-card,
.lesson-page .boss-lesson-page .lesson-pass-fee-table,
.lesson-page .boss-lesson-page .lesson-notice-box{border-radius:4px}
.lesson-page .boss-lesson-page .lesson-program-card.is-board,
.lesson-page .boss-lesson-page .lesson-method,
.lesson-page .boss-lesson-page .lesson-price-card header,
.lesson-page .boss-lesson-page .lesson-lift-benefit,
.lesson-page .boss-lesson-page .lesson-pass-fee-row.is-head{background:#171c20}
.lesson-page .boss-lesson-page .lesson-price-row{grid-template-columns:minmax(0,1fr) auto}
.lesson-page .boss-lesson-page .lesson-price-row>span{min-width:145px}
.lesson-page .boss-lesson-page .lesson-price-card header span,
.lesson-page .boss-lesson-page .lesson-price-card header>strong small,
.lesson-page .boss-lesson-page .lesson-method-copy .small-label,
.lesson-page .boss-lesson-page .lesson-lift-benefit-copy>span,
.lesson-page .boss-lesson-page .lesson-lift-benefit-rate strong{color:#fff}
.lesson-page .boss-lesson-page .lesson-price-guide,
.lesson-page .boss-lesson-page .lesson-pass-fee-head ul,
.lesson-page .boss-lesson-page .lesson-process-list li>span,
.lesson-page .boss-lesson-page .lesson-notice-box{background:#eef1f2}
.lesson-page .boss-lesson-page .lesson-lift-benefit{border-radius:4px}
.lesson-page .boss-lesson-page .lesson-section[id],
.lesson-page .boss-lesson-page #faq{scroll-margin-top:72px}

/* Special ticket */
.lift-page .night-zone{background:var(--pa-sub-dark)}
.lift-page .night-heading h2,
.lift-page .night-heading h2 em{color:#fff}
.lift-page .night-rate-grid{gap:10px}
.lift-page .night-rate-grid article{border-radius:12px;background:#232b32}
.lift-page .night-rate-grid strong{color:#fff}
.lift-page .night-rate-grid article>b{border-radius:4px;background:#dce6eb;color:#172028}

/* Booking conditions */
.lift-page .bundle-zone{background:#fff}
.lift-page .bundle-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:78px}
.lift-page .bundle-photo{height:620px;border-radius:14px}
.lift-page .bundle-photo span{border-radius:4px;background:rgba(23,28,33,.9);color:#fff}
.lift-page .bundle-options{border-top-color:var(--pa-sub-line)}
.lift-page .bundle-options article{border-bottom-color:var(--pa-sub-line)}
.lift-page .bundle-options article>span{border-radius:50%;background:#344754;color:#fff}
.lift-page .bundle-options .not-allowed>span{background:#eceeef;color:#737a7e}

/* Time guide */
.lift-page .guide-zone{background:var(--pa-sub-soft)}
.lift-page .time-tip-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;margin:52px auto 0;gap:12px}
.lift-page .time-tip-grid article{min-height:280px;border:1px solid #e0e3e5;border-radius:14px}
.lift-page .time-icon{border-radius:50%;background:#344754;color:#fff}
.lift-page .time-tip-grid h3{font-size:24px}

/* Process */
.lift-page .lift-process{background:var(--pa-sub-dark)}
.lift-page .lift-process .dark-label{color:#a9bac4}
.lift-page .lift-process .process-copy h2{color:#fff}
.lift-page .lift-process li{border-bottom-color:rgba(255,255,255,.14)}
.lift-page .lift-process li>span{border-radius:50%;background:#dce6eb;color:#172028}
.lift-page .lift-process li p{color:#a9b1b6}

/* Notices and FAQ */
.lift-page .notice-zone{background:#fff}
.lift-page .notice-list li{border-bottom-color:var(--pa-sub-line)}
.lift-page .notice-list span{border-radius:50%;background:#344754;color:#fff}
.lift-page .notice-list p{color:#545c61}
.lift-page .faq-zone{background:var(--pa-sub-soft)}
.lift-page .faq-list{border-top-color:#344754}
.lift-page .faq-list details{border-bottom-color:#d9dee1}
.lift-page .faq-list summary i{background:#e7eaec;color:#33383c}
.lift-page .faq-list details[open] summary i{background:#344754;color:#fff}
.lift-page .faq-answer span{color:#506877}

@media(max-width:900px){
  .about-page .about-location-grid{grid-template-columns:1fr;gap:45px}
  .about-page .about-location-photo{height:440px}
  .about-page .about-history-grid{grid-template-columns:240px 1fr;gap:55px}
  .about-page .about-history-number{min-height:330px}
  .about-page .about-section-heading{grid-template-columns:1fr;gap:24px}
  .about-page .about-section-heading>p{margin:0}
  .about-page .about-visit-grid{grid-template-columns:1fr;gap:35px}
  .lift-page .boss-package-inner{width:calc(100% - 48px)}
  .stay-page .stay-section-head{grid-template-columns:1fr;gap:24px}
  .stay-page .stay-section-head>p{margin:0}
  .stay-page .alpine-stays{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lift-page .lift-slope-heading{grid-template-columns:1fr;gap:25px}
  .lift-page .lift-slope-summary{max-width:680px;justify-self:start}
  .lift-page .lift-slope-map-block{padding:26px}
  .lift-page .bundle-layout{gap:48px}
  .lift-page .bundle-photo{height:500px}
  .lift-page .lift-schedule-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rental-page .alpine-wear-gallery{grid-template-columns:360px minmax(0,1fr)}
  .rental-page .alpine-wear-gallery-thumbs{height:540px}
}

@media(max-width:780px){
  .alpine-sub-nav{top:76px}
  .lift-page .rental-section[id],
  .lift-page #faq{scroll-margin-top:132px}
  .lesson-page .boss-lesson-page .lesson-section[id],
  .lesson-page .boss-lesson-page #faq{scroll-margin-top:132px}
  .rental-page .rental-section[id],
  .rental-page #faq{scroll-margin-top:132px}
  .rental-page .rental-section{padding:86px 0}
  .rental-page .alpine-wear-gallery{grid-template-columns:1fr}
  .rental-page .alpine-wear-gallery-main{width:min(100%,420px);margin:0 auto}
  .rental-page .alpine-wear-gallery-thumbs{display:flex;height:auto;overflow-x:auto;gap:8px;margin-right:-24px;padding:2px 24px 8px 0;scroll-snap-type:x mandatory;scrollbar-width:none}
  .rental-page .alpine-wear-gallery-thumbs::-webkit-scrollbar{display:none}
  .rental-page .alpine-wear-gallery-thumbs button{width:94px;height:132px;flex:0 0 94px;scroll-snap-align:start}
  .about-page .about-section,
  .about-page .rental-section{padding:86px 0}
  .lift-page .rental-section{padding:86px 0}
  .stay-page .stay-list-zone{padding:86px 0}
  .lift-page .bundle-layout{grid-template-columns:1fr}
  .lift-page .lift-process .content-wrap{grid-template-columns:1fr;gap:48px}
}

@media(max-width:640px){
  .about-page .about-section,
  .about-page .rental-section{padding:72px 0}
  .about-page .about-location-copy h2,
  .about-page .about-history-copy h2,
  .about-page .about-section-heading h2,
  .about-page .about-visit h2,
  .about-page .rental-head h2{font-size:36px}
  .about-page .about-location-photo{height:285px;border-radius:10px}
  .about-page .about-location-photo figcaption{right:10px;bottom:10px;left:10px;padding:14px}
  .about-page .about-location-photo figcaption span{display:none}
  .about-page .about-history-grid{grid-template-columns:1fr;gap:38px}
  .about-page .about-history-number{min-height:0;padding-bottom:38px;border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
  .about-page .about-history-number strong{font-size:118px}
  .about-page .about-history-number span{margin-top:24px}
  .about-page .about-history-copy li{grid-template-columns:90px 1fr;gap:16px}
  .about-page .about-service-grid{display:flex;overflow-x:auto;gap:10px;margin-right:-16px;padding-right:16px;scroll-snap-type:x mandatory}
  .about-page .about-service-grid article{flex:0 0 84%;border-radius:10px;scroll-snap-align:start}
  .about-page .about-service-grid figure{height:225px}
  .about-page .about-visit-info>div{align-items:flex-start;flex-direction:column;gap:17px}
  .lift-page .boss-package-inner{width:calc(100% - 32px)}
  .lift-page .lift-slope-heading h2{font-size:36px}
  .lift-page .lift-slope-summary p{font-size:14px}
  .lift-page .lift-slope-facts{grid-template-columns:1fr 1fr;margin-top:34px}
  .lift-page .lift-slope-facts article{min-height:100px;padding:20px 17px}
  .lift-page .lift-slope-facts article:nth-child(2){border-right:0}
  .lift-page .lift-slope-facts article:nth-child(-n+2){border-bottom:1px solid #cdd3d6}
  .lift-page .lift-slope-facts strong{font-size:34px}
  .lift-page .lift-slope-map-block{margin-top:30px;padding:20px 16px}
  .lift-page .lift-slope-map-head{display:block;margin-bottom:20px}
  .lift-page .lift-slope-map-head h3{font-size:23px}
  .lift-page .lift-slope-map-head>p{margin-top:10px;text-align:left}
  .lift-page .lift-slope-filter{flex-wrap:nowrap;overflow-x:auto;margin-right:-16px;padding-right:16px;padding-bottom:5px;scrollbar-width:none}
  .lift-page .lift-slope-filter::-webkit-scrollbar{display:none}
  .lift-page .lift-slope-filter label{min-height:38px;padding:8px 12px}
  .lift-page .lift-slope-map-scroll{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
  .lift-page .lift-slope-map-canvas{width:820px}
  .lift-page .lift-slope-map-help{display:block}
  .lift-page .lift-slope-lifts{display:block}
  .lift-page .lift-slope-lifts p{margin-top:9px}
  .lift-page .lift-slope-note{text-align:left}
  .stay-page .stay-list-zone{padding:72px 0}
  .stay-page .stay-section-head{margin-bottom:34px}
  .stay-page .stay-section-head h2{font-size:36px}
  .stay-page .stay-section-head>p{font-size:15px}
  .stay-page .alpine-stays{grid-template-columns:1fr;gap:12px}
  .stay-page .alpine-stay-card{border-radius:10px}
  .stay-page .alpine-stay-photo{height:230px}
  .stay-page .alpine-stay-body{min-height:285px;padding:22px 20px}
  .stay-page .alpine-stay-body h3{font-size:24px}
  .stay-page .alpine-stay-note{display:block;padding:20px 4px}
  .stay-page .alpine-stay-note p{margin-top:8px}
  .stay-page .alpine-stay-contact{padding:34px 24px;border-radius:10px}
  .stay-page .alpine-stay-contact h2{font-size:28px}
  .alpine-sub-nav{height:54px;overflow-x:auto}
  .alpine-sub-nav>div{width:max-content;min-width:100%;gap:23px;padding:0 16px}
  .alpine-sub-nav a{font-size:12px;line-height:54px}
  .lesson-page .boss-lesson-page .lesson-section{padding:86px 0}
  .lesson-page .boss-lesson-page .lesson-price-row>span{min-width:110px}
  .rental-page .rental-section{padding:72px 0}
  .rental-page .rental-head h2,
  .rental-page .notice-title h2{font-size:36px}
  .rental-page .actual-price-grid{gap:9px;margin-top:36px}
  .rental-page .actual-price-grid .actual-price-table-wrap{border-radius:10px}
  .rental-page .actual-price-grid .actual-price-title{padding:20px 17px}
  .rental-page .equipment-guide-grid{gap:10px;margin-top:36px}
  .rental-page .equipment-guide-card{border-radius:10px}
  .rental-page .equipment-guide-photo{height:245px}
  .rental-page .equipment-guide-copy{padding:26px 20px 28px}
  .rental-page .equipment-guide-copy h3{font-size:27px}
  .rental-page .alpine-wear-photo{height:420px;margin-top:36px;border-radius:10px}
  .rental-page .alpine-wear-gallery{gap:12px;margin-top:36px}
  .rental-page .alpine-wear-gallery-stage{border-radius:10px}
  .rental-page .alpine-wear-gallery-main figcaption{padding-top:13px;font-size:11px}
  .rental-page .alpine-wear-gallery-thumbs{margin-right:-16px;padding-right:16px}
  .rental-page .alpine-wear-gallery-thumbs button{width:82px;height:116px;flex-basis:82px;border-radius:8px}
  .rental-page .safety-uv-guide{display:block;margin-top:36px;padding:27px 20px 23px;border-radius:10px}
  .rental-page .safety-uv-guide-copy h3{font-size:23px}
  .rental-page .safety-uv-guide-copy p{font-size:12px}
  .rental-page .safety-uv-guide-copy .safety-uv-symptom{margin-top:15px;padding:11px 12px;font-size:11px}
  .rental-page .safety-uv-facts{margin-top:24px}
  .rental-page .safety-uv-facts>div{padding:3px 5px}
  .rental-page .safety-uv-facts>div:first-child{padding-left:0;border-left:0}
  .rental-page .safety-uv-facts dt{font-size:26px}
  .rental-page .safety-uv-facts dd{font-size:10px}
  .rental-page .safety-uv-comparison{margin-top:20px;padding-top:16px;font-size:11px}
  .rental-page .safety-uv-guide>small{display:block;margin-top:18px}
  .rental-page .safety-showcase{gap:10px;margin-top:36px}
  .rental-page .safety-showcase-card{border-radius:10px}
  .rental-page .safety-showcase-photo{height:260px}
  .rental-page .safety-showcase-card figcaption{padding:24px 20px 27px}
  .rental-page .option-grid article{min-height:255px;padding:20px 17px;border-radius:10px}
  .rental-page .safe-message{border-radius:10px}
  .rental-page .payment-strong .content-wrap{border-radius:10px}
  .rental-page .rental-payment-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 10px}
  .rental-page .rental-payment-methods>span{padding:0;border-left:0}
  .lift-page .rental-section{padding:72px 0}
  .lift-page .rental-head h2,
  .lift-page .notice-title h2,
  .lift-page .bundle-copy h2,
  .lift-page .process-copy h2{font-size:36px}
  .lift-page .lift-period-guide{margin-top:34px;padding:18px;border-radius:12px}
  .lift-page .lift-period-group{padding:18px 16px;border-radius:8px}
  .lift-page .rate-block{margin-top:42px}
  .lift-page .rate-block-head{display:block}
  .lift-page .rate-block-head>b{display:block;margin-top:5px}
  .lift-page .lift-rate-grid{grid-template-columns:1fr 1fr;gap:8px}
  .lift-page .lift-rate-card{min-height:222px;padding:20px 16px;border-radius:10px}
  .lift-page .lift-rate-top>b{font-size:19px}
  .lift-page .discount-price strong,
  .lift-page .configured-lift-prices .discount-price strong{font-size:23px}
  .lift-page .boss-package-section{padding:72px 0}
  .lift-page .bundle-photo{height:340px;border-radius:10px}
  .lift-page .time-tip-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:36px}
  .lift-page .time-tip-grid article{min-height:260px;padding:20px 17px;border-radius:10px}
  .lift-page .time-tip-grid h3{font-size:20px}
  .lift-page .night-rate-grid article{border-radius:10px}
  .lift-page .lift-schedule-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:34px}
  .lift-page .lift-schedule-grid article{min-height:215px;padding:20px 17px;border-radius:10px}
  .lift-page .lift-schedule-grid strong{font-size:22px}
  .lift-page .lift-schedule-note{text-align:left}
}

@media(prefers-reduced-motion:reduce){
  .alpine-sub-nav,
  .alpine-sub-nav a::after,
  .stay-page .alpine-stay-photo img,
  .about-page .about-service-grid img,
  .rental-page .alpine-wear-gallery-stage img,
  .rental-page .alpine-wear-gallery-thumbs button,
  .rental-page .alpine-wear-gallery-thumbs img{transition:none}
}
