:root {
  --ink: #171b18;
  --muted: #6f7772;
  --line: #e4e8e5;
  --soft: #f4f6f4;
  --green: #c8f31d;
  --black: #0e110f;
  --charcoal: #1d221f;
  --white: #fff;
}

.intro .page-title-badge,
.rental-intro .page-title-badge {
  display: inline-flex;
  width: max-content;
  margin: 0;
  padding: 7px 11px;
  border-radius: 8px;
  background: var(--black);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .02em;
}

.intro .intro-title,
.rental-intro .rental-hero-statement {
  max-width: none;
  margin-top: 15px;
  color: var(--ink);
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 880;
  line-height: 1.16;
  letter-spacing: -.06em;
}

@media (max-width: 640px) {
  .intro .page-title-badge,
  .rental-intro .page-title-badge {
    font-size: 10px;
  }
  .intro .intro-title,
  .rental-intro .rental-hero-statement {
    font-size: 37px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -.03em;
}

a {
  color: inherit;
  text-decoration: none;
}

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

figure, p, h1, h2, h3 {
  margin: 0;
}

.content-wrap {
  width: min(1240px, calc(100% - 64px));
  margin: auto;
}

.section {
  padding: 140px 0;
}

.small-label,
.page-label,
.dark-label {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.small-label,
.page-label {
  color: #56605a;
}

.dark-label {
  color: var(--green);
}

.section-head h2 {
  margin-top: 16px;
  font-size: clamp(44px, 4.7vw, 66px);
  font-weight: 880;
  line-height: 1.14;
  letter-spacing: -.06em;
}

.section-head > p,
.section-head > div > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.section-head.centered {
  max-width: 760px;
  margin: auto;
  text-align: center;
}

.section-head.centered p {
  margin-top: 24px;
}

.split-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 100px;
  align-items: end;
}

.split-head > div:last-child,
.split-head > p {
  padding-bottom: 7px;
}

.split-head > div > p {
  max-width: 520px;
}

.collection-count {
  display: block;
  margin-top: 28px;
  color: #222825;
  font-size: 12px;
  letter-spacing: .08em;
}

.site-header {
  height: 88px;
  background: var(--black);
  color: #fff;
}

.header-inner {
  width: min(1440px, calc(100% - 64px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 45px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 210px;
}

.brand-symbol {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--green);
  color: var(--black);
  font-size: 20px;
  font-weight: 950;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name b {
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -.06em;
}

.brand-name small {
  margin-top: 5px;
  color: #89908c;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .13em;
}

.desktop-nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
}

.desktop-nav a {
  color: #aeb4b0;
  font-size: 14px;
  font-weight: 750;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-left: 22px;
}

.booking-check {
  color: #aeb4b0;
  font-size: 13px;
  font-weight: 750;
}

.header-booking {
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--green);
  color: var(--black);
  font-size: 14px;
  font-weight: 900;
}

.intro {
  padding: 74px 0 68px;
  background: #fff;
}

.intro-inner {
  width: min(1240px, calc(100% - 64px));
  margin: auto;
}

.intro h1 {
  margin-top: 15px;
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 880;
  line-height: 1.16;
  letter-spacing: -.06em;
}

.intro p {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 18px;
}

.sub-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 62px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
}

.sub-nav > div {
  width: min(1240px, calc(100% - 64px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sub-nav a {
  padding: 9px 18px;
  border-radius: 999px;
  color: #79817c;
  font-size: 13px;
  font-weight: 750;
}

.sub-nav a:hover,
.sub-nav a.current {
  background: var(--soft);
  color: #171b18;
}

.peakgo {
  background: #f5f6f5;
}

.wear-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 66px;
}

.wear-card {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 26px;
  background: #e9ebe9;
}

.wear-card img {
  object-position: center 22%;
  transition: transform .5s ease;
}

.wear-card:hover img {
  transform: scale(1.025);
}

.wear-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(14, 17, 15, .9);
  color: #fff;
  backdrop-filter: blur(8px);
}

.wear-card figcaption span {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}

.wear-card figcaption b {
  font-size: 13px;
  letter-spacing: .05em;
}

.wear-note {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 28px;
  padding: 25px 28px;
  border-top: 1px solid #dce0dd;
}

.wear-note b {
  font-size: 16px;
}

.wear-note p {
  max-width: 570px;
  color: var(--muted);
  font-size: 13px;
}

.location-banner {
  width: min(1440px, calc(100% - 48px));
  height: 520px;
  min-height: 0;
  margin: 24px auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  border-radius: 34px;
  background: var(--black);
}

.location-photo {
  height: 100%;
  min-height: 0;
}

.location-photo img {
  object-position: center;
}

.location-copy {
  padding: 36px clamp(38px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.location-copy strong {
  margin-top: 12px;
  font-size: clamp(44px, 4.5vw, 64px);
  font-weight: 880;
  line-height: 1.05;
  letter-spacing: -.065em;
  word-break: keep-all;
}

.location-copy strong em {
  color: var(--green);
  font-style: normal;
}

.location-copy p {
  max-width: 460px;
  margin-top: 16px;
  color: #aeb5b0;
  font-size: 16px;
  line-height: 1.65;
}

.location-copy a {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  font-size: 14px;
  font-weight: 850;
}

.location-copy a i {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #111;
  font-style: normal;
  font-size: 18px;
}

.payment {
  background: #fff;
}

.payment-title {
  max-width: 820px;
}

.payment-title > p {
  max-width: 680px;
  margin-top: 24px;
}

.payment-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 68px;
  overflow: hidden;
  border-radius: 32px;
  background: var(--black);
  color: #fff;
}

.pay-choice,
.pay-methods {
  padding: 64px;
}

.pay-methods {
  background: var(--charcoal);
}

.choice-label {
  display: block;
  margin-bottom: 28px;
  color: #a4aca7;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
}

.choice-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.choice-check {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--green);
  color: #111;
  font-size: 16px;
  font-weight: 950;
}

.choice-row b {
  font-size: 20px;
}

.choice-row p {
  margin-top: 4px;
  color: #aeb5b0;
  font-size: 14px;
}

.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.method-grid span {
  min-height: 82px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.method-grid b {
  display: grid;
  min-width: 38px;
  height: 38px;
  padding: 0 6px;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  color: #111;
  font-size: 12px;
}

.method-grid span:nth-child(1) b {
  background: #03c75a;
  color: #fff;
  font-size: 18px;
}

.method-grid span:nth-child(2) b {
  background: #fee500;
  color: #111;
  font-size: 18px;
}

.pay-methods > p {
  margin-top: 24px;
  color: #9da59f;
  font-size: 13px;
  line-height: 1.75;
}

.care {
  background: #f5f6f5;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 66px;
}

.care-grid article {
  min-height: 330px;
  padding: 42px;
  border-radius: 26px;
  background: #fff;
}

.care-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: var(--black);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.care-grid h3 {
  margin-top: 67px;
  font-size: 27px;
  font-weight: 880;
  letter-spacing: -.05em;
}

.care-grid p {
  max-width: 470px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.easy-flow {
  background: #fff;
}

.flow-wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 110px;
}

.flow-copy {
  position: sticky;
  top: 100px;
  align-self: start;
}

.flow-copy h2 {
  margin-top: 16px;
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 880;
  line-height: 1.16;
  letter-spacing: -.06em;
}

.flow-copy p {
  max-width: 430px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 17px;
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.flow-list li:first-child {
  padding-top: 0;
}

.flow-list li > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 17px;
  background: var(--soft);
  font-size: 15px;
  font-weight: 900;
}

.flow-list b {
  font-size: 21px;
}

.flow-list p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 15px;
}

.shop {
  background: #f5f6f5;
}

.shop-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 64px;
}

.shop-gallery figure {
  position: relative;
  height: 440px;
  overflow: hidden;
  border-radius: 26px;
}

.shop-gallery .wide {
  grid-column: 1 / 3;
  height: 550px;
}

.shop-gallery figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px 20px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
}

.shop-gallery figcaption b,
.shop-gallery figcaption span {
  display: block;
}

.shop-gallery figcaption b {
  font-size: 16px;
}

.shop-gallery figcaption span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.booking {
  background: #fff;
}

.booking-card {
  width: min(1240px, calc(100% - 64px));
  margin: auto;
  padding: 76px 82px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  border-radius: 32px;
  background: var(--black);
  color: #fff;
}

.booking-card h2 {
  margin-top: 16px;
  font-size: clamp(44px, 4.8vw, 68px);
  font-weight: 880;
  line-height: 1.1;
  letter-spacing: -.06em;
}

.booking-card p {
  margin-top: 23px;
  color: #a9b0ac;
  font-size: 16px;
}

.primary-button {
  display: flex;
  width: 250px;
  height: 62px;
  flex: 0 0 250px;
  padding: 0 22px;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  background: var(--green);
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.primary-button span {
  font-size: 21px;
}

.site-footer {
  background: var(--black);
  color: rgba(255, 255, 255, .58);
}

.footer-inner {
  width: min(1240px, calc(100% - 64px));
  margin: auto;
  padding: 70px 0 55px;
  display: grid;
  grid-template-columns: 1.4fr 1fr .8fr;
  gap: 70px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand b {
  color: #fff;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.06em;
}

.footer-brand > span {
  margin-top: 4px;
  color: var(--green);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
}

.footer-brand p,
.footer-contact p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
}

.footer-contact small {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
}

.footer-contact a {
  color: #fff;
  font-size: 24px;
  font-weight: 850;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.footer-links a {
  font-size: 12px;
}

.footer-bottom {
  width: min(1240px, calc(100% - 64px));
  margin: auto;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}

.mobile-bottom {
  display: none;
}

/* Media Queries for standard sections */
@media (max-width: 1000px) {
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 12px; }
  .booking-check { display: none; }
  .header-actions { margin-left: 0; }
  .split-head { gap: 55px; }
  .wear-card { height: 430px; }
  .location-copy { padding: 32px 40px; }
  .pay-choice, .pay-methods { padding: 48px; }
  .flow-wrap { gap: 60px; }
}

@media (max-width: 800px) {
  .site-header { height: 76px; }
  .header-inner,
  .content-wrap,
  .intro-inner,
  .sub-nav > div,
  .footer-inner,
  .footer-bottom,
  .booking-card { width: min(100% - 40px, 680px); }
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .section { padding: 105px 0; }
  .split-head { grid-template-columns: 1fr; gap: 28px; }
  .wear-grid { grid-template-columns: 1fr 1fr; }
  .wear-card { height: 460px; }
  .location-banner { height: auto; grid-template-columns: 1fr; width: min(100% - 32px, 680px); }
  .location-photo { height: 320px; min-height: 0; }
  .location-copy { padding: 42px 40px; }
  .payment-panel { grid-template-columns: 1fr; }
  .care-grid { grid-template-columns: 1fr; }
  .flow-wrap { grid-template-columns: 1fr; }
  .flow-copy { position: static; }
  .booking-card { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-links { display: none; }
}

@media (max-width: 640px) {
  body { padding-bottom: 64px; font-size: 16px; }
  .site-header { height: 68px; }
  .header-inner,
  .content-wrap,
  .intro-inner,
  .footer-inner,
  .footer-bottom,
  .booking-card { width: calc(100% - 32px); }
  .brand { min-width: 0; }
  .brand-symbol { width: 34px; height: 34px; border-radius: 10px; }
  .brand-name b { font-size: 22px; }
  .brand-name small { font-size: 7px; }
  .header-booking { display: none; }
  .booking-check { display: block; }
  .intro { padding: 42px 0 44px; }
  .intro h1 { font-size: 37px; }
  .intro p { margin-top: 18px; font-size: 15px; }
  .sub-nav { height: 56px; overflow-x: auto; }
  .sub-nav > div { width: max-content; min-width: 100%; justify-content: flex-start; padding: 0 16px; }
  .sub-nav a { flex: 0 0 auto; padding: 8px 13px; font-size: 12px; }
  .section { padding: 82px 0; }
  .small-label, .page-label, .dark-label { font-size: 10px; }
  .section-head h2, .flow-copy h2 { font-size: 37px; }
  .section-head > p, .section-head > div > p { font-size: 15px; }
  .section-head.centered { text-align: left; }
  .wear-grid { gap: 9px; margin-top: 38px; }
  .wear-card { height: 300px; border-radius: 17px; }
  .wear-card figcaption { left: 8px; right: 8px; bottom: 8px; padding: 10px; border-radius: 10px; }
  .wear-card figcaption b { font-size: 9px; }
  .wear-card figcaption span { font-size: 9px; }
  .wear-note { display: block; margin-top: 18px; padding: 20px 0; }
  .wear-note p { margin-top: 6px; }
  .location-banner { width: calc(100% - 20px); margin: 10px auto; border-radius: 24px; }
  .location-photo { height: 220px; }
  .location-copy { padding: 32px 25px 36px; }
  .location-copy strong { font-size: 40px; }
  .location-copy p { margin-top: 20px; font-size: 14px; }
  .payment-title > p { font-size: 15px; }
  .payment-panel { margin-top: 38px; border-radius: 22px; }
  .pay-choice, .pay-methods { padding: 36px 24px; }
  .choice-row { grid-template-columns: 38px 1fr; gap: 13px; }
  .choice-row b { font-size: 18px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid span { min-height: 68px; }
  .care-grid { gap: 10px; margin-top: 38px; }
  .care-grid article { min-height: 0; padding: 28px 24px; border-radius: 20px; }
  .care-grid h3 { margin-top: 38px; font-size: 23px; }
  .flow-wrap { gap: 42px; }
  .flow-list li { grid-template-columns: 45px 1fr; gap: 14px; padding: 25px 0; }
  .flow-list li > span { width: 42px; height: 42px; border-radius: 13px; }
  .flow-list b { font-size: 18px; }
  .shop-gallery { grid-template-columns: 1fr; gap: 10px; margin-top: 40px; }
  .shop-gallery .wide { grid-column: 1; height: 340px; }
  .shop-gallery figure { height: 310px; border-radius: 20px; }
  .shop-gallery figcaption { left: 10px; right: 10px; bottom: 10px; padding: 14px 16px; }
  .booking-card { padding: 42px 24px; border-radius: 22px; }
  .booking-card h2 { font-size: 39px; }
  .primary-button { width: 100%; flex-basis: 60px; }
  .footer-inner { grid-template-columns: 1fr; padding: 55px 0 38px; text-align: center; }
  .footer-brand { align-items: center; }
  .footer-contact { margin-top: 5px; }
  .footer-bottom { display: block; padding: 20px 0; text-align: center; }
  .footer-bottom span { display: block; margin-top: 10px; }
  .mobile-bottom { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; height: 64px; display: grid; grid-template-columns: .72fr 1.28fr; background: #fff; box-shadow: 0 -8px 24px rgba(0, 0, 0, .1); }
  .mobile-bottom a { display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 850; }
  .mobile-bottom .mobile-booking { background: var(--black); color: var(--green); }
}

/* =========================================================
   Rental price page
========================================================= */
.rental-page {
  background: #fff;
}

.rental-intro {
  padding: 68px 0 64px;
}

.rental-intro h1 {
  margin-top: 14px;
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 880;
  line-height: 1.15;
  letter-spacing: -.06em;
}

.rental-intro p {
  max-width: 720px;
  margin-top: 21px;
  color: var(--muted);
  font-size: 18px;
}

.rental-section {
  padding: 132px 0;
}

.rental-head {
  max-width: 850px;
}

.rental-head.centered {
  margin: auto;
  text-align: center;
}

.rental-head h2,
.notice-title h2 {
  margin-top: 15px;
  font-size: clamp(43px, 4.6vw, 64px);
  font-weight: 880;
  line-height: 1.13;
  letter-spacing: -.06em;
}

.rental-head > p,
.notice-title > p {
  max-width: 700px;
  margin-top: 23px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.rental-head.centered > p {
  margin-left: auto;
  margin-right: auto;
}

.price-overview {
  background: #f5f6f5;
}

.quick-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 58px;
}

.quick-price {
  position: relative;
  min-height: 390px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e7e4;
  border-radius: 24px;
  background: #fff;
}

.quick-price.featured {
  border-color: var(--black);
  background: var(--black);
  color: #fff;
  box-shadow: 0 22px 50px rgba(14, 17, 15, .12);
}

.price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: #eef1ef;
  color: #353c38;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .05em;
}

.featured .price-icon {
  background: var(--green);
  color: #111;
}

.price-top small {
  color: #858d88;
  font-size: 11px;
  font-weight: 800;
}

.featured .price-top small {
  color: var(--green);
}

.quick-price h3 {
  margin-top: 42px;
  font-size: 25px;
  font-weight: 880;
  letter-spacing: -.05em;
}

.quick-price > p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.featured > p {
  color: #aab1ad;
}

.quick-price > strong {
  margin-top: auto;
  font-size: 32px;
  letter-spacing: -.04em;
}

.quick-price > strong small {
  margin-left: 4px;
  font-size: 13px;
}

.quick-price > a {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 850;
}

.featured > a {
  border-color: rgba(255, 255, 255, .15);
}

.featured > a span {
  color: var(--green);
}

.price-caption {
  margin-top: 18px;
  color: #8a918d;
  font-size: 12px;
  text-align: right;
}

.equipment-zone {
  background: #fff;
}

.equipment-lead {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 76px;
  align-items: center;
}

.equipment-photo {
  position: relative;
  height: 600px;
  overflow: hidden;
  border-radius: 30px;
  background: #eef0ee;
}

.equipment-photo span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 12px 16px;
  border-radius: 11px;
  background: rgba(14, 17, 15, .88);
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.equipment-copy h2 {
  margin-top: 15px;
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 880;
  line-height: 1.13;
  letter-spacing: -.06em;
}

.equipment-copy > p {
  margin-top: 25px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.equipment-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
}

.equipment-points span {
  padding: 9px 13px;
  border-radius: 999px;
  background: #f1f3f1;
  color: #4f5752;
  font-size: 12px;
  font-weight: 800;
}

.rate-table-wrap {
  margin-top: 78px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
}

.rate-table-title {
  padding: 29px 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #f7f8f7;
}

.rate-table-title h3 {
  font-size: 23px;
}

.rate-table-title p {
  color: var(--muted);
  font-size: 12px;
}

.rate-row {
  display: grid;
  grid-template-columns: 1.05fr 1.5fr .8fr .9fr;
  align-items: center;
  min-height: 96px;
  padding: 0 34px;
  border-top: 1px solid var(--line);
}

.rate-row > span,
.rate-row > strong {
  font-size: 15px;
}

.rate-row > span:first-child {
  display: flex;
  flex-direction: column;
}

.rate-row small {
  margin-top: 3px;
  color: #919893;
  font-size: 11px;
}

.rate-row strong {
  text-align: right;
  font-size: 18px;
}

.rate-row.rate-head {
  min-height: 52px;
  background: #171b18;
  color: #fff;
}

.rate-row.rate-head span {
  color: #aeb5b0;
  font-size: 11px;
  font-weight: 800;
}

.rate-row.rate-head span:nth-child(n+3) {
  text-align: right;
}

.boots-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 430px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 28px;
  background: #f3f5f3;
}

.boots-card > div:first-child {
  min-height: 430px;
}

.boots-card > div:last-child {
  padding: 58px 66px;
}

.boots-card h3 {
  margin-top: 13px;
  font-size: 38px;
  font-weight: 880;
  line-height: 1.15;
  letter-spacing: -.055em;
}

.boots-card p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 15px;
}

.boots-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.boots-card li {
  padding: 9px 0;
  border-top: 1px solid #dfe3df;
  color: #4f5752;
  font-size: 13px;
}

.wear-zone {
  background: var(--black);
  color: #fff;
}

.rental-head.light .small-label {
  color: var(--green);
}

.rental-head.light p {
  color: #a8b0ab;
}

.rental-wear-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 58px;
}

.rental-wear-grid figure {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 22px;
  background: #252a27;
}

.rental-wear-grid img {
  object-position: center 20%;
  transition: transform .45s ease;
}

.rental-wear-grid figure:hover img {
  transform: scale(1.025);
}

.rental-wear-grid figcaption {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border-radius: 12px;
  background: rgba(14, 17, 15, .88);
}

.rental-wear-grid figcaption span {
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
}

.rental-wear-grid figcaption b {
  font-size: 12px;
  letter-spacing: .04em;
}

.wear-price-bar {
  margin-top: 20px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 1fr auto 1.2fr auto;
  gap: 34px;
  align-items: center;
  border-radius: 20px;
  background: #1d221f;
}

.wear-price-bar > div span,
.wear-price-bar > div b {
  display: block;
}

.wear-price-bar > div span {
  color: #9fa7a2;
  font-size: 11px;
}

.wear-price-bar > div b {
  font-size: 17px;
}

.wear-price-bar > strong {
  color: var(--green);
  font-size: 28px;
}

.wear-price-bar > strong small {
  font-size: 11px;
}

.wear-price-bar > p {
  color: #9fa7a2;
  font-size: 14px;
}

.wear-price-bar > a {
  padding: 13px 17px;
  border-radius: 12px;
  background: var(--green);
  color: #111;
  font-size: 12px;
  font-weight: 900;
}

.safety-zone {
  background: #f5f6f5;
}

.safety-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.safety-showcase-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e1e5e2;
  border-radius: 28px;
  background: #fff;
}

.safety-showcase-photo {
  height: 430px;
  overflow: hidden;
  background: #e8ebe9;
}

.safety-showcase-photo img {
  transition: transform .45s ease;
}

.safety-showcase-card:hover .safety-showcase-photo img {
  transform: scale(1.025);
}

.safety-showcase-card figcaption {
  padding: 31px 34px 35px;
}

.safety-showcase-card figcaption > span {
  display: block;
  color: #66706a;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: .09em;
}

.safety-showcase-card figcaption > h3 {
  margin-top: 10px;
  font-size: 27px;
  font-weight: 880;
  line-height: 1.25;
  letter-spacing: -.045em;
}

.safety-showcase-card figcaption > p {
  margin-top: 11px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.safety-showcase + .option-grid {
  margin-top: 20px;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 58px;
}

.option-grid article {
  min-height: 320px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 23px;
  background: #fff;
}

.option-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 18px;
  background: var(--black);
  color: var(--green);
  font-size: 27px;
  font-weight: 900;
}

.option-grid h3 {
  margin-top: 43px;
  font-size: 22px;
}

.option-grid p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.option-grid strong {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 19px;
}

.safe-message {
  margin-top: 18px;
  padding: 38px 42px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  align-items: center;
  border-radius: 22px;
  background: var(--black);
  color: #fff;
}

.safe-message > span {
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}

.safe-message h3 {
  font-size: 22px;
}

.safe-message p {
  margin-top: 6px;
  color: #aab1ad;
  font-size: 13px;
}

.payment-strong {
  background: #fff;
}

.payment-strong .content-wrap {
  padding: 78px 80px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 75px;
  align-items: center;
  border-radius: 32px;
  background: var(--black);
  color: #fff;
}

.payment-strong-copy h2 {
  margin-top: 15px;
  font-size: clamp(44px, 4.6vw, 64px);
  font-weight: 880;
  line-height: 1.12;
  letter-spacing: -.06em;
}

.payment-strong-copy p {
  margin-top: 24px;
  color: #a9b0ac;
  font-size: 15px;
}

.payment-strong-panel {
  padding: 34px;
  border-radius: 22px;
  background: #1d221f;
}

.pay-big {
  display: block;
}

.pay-big > strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.payment-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.payment-logos > .payment-logo-item {
  min-height: 58px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 800;
}

.payment-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.payment-brand-naver {
  gap: 6px;
}

.payment-brand-naver i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 950;
}

.payment-brand-naver b {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.06em;
}

.payment-brand-kakao {
  gap: 5px;
}

.payment-brand-kakao b {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.055em;
}

.payment-brand-kakao i {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.04em;
}

.payment-logo-text {
  gap: 9px;
  color: #fff;
}

.payment-logo-text svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-logo-text b {
  font-size: 12px;
  font-weight: 800;
}

.payment-strong-panel > p {
  margin-top: 18px;
  color: #8f9792;
  font-size: 11px;
}

.notice-zone {
  background: #f5f6f5;
}

.notice-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
}

.notice-title {
  position: sticky;
  top: 100px;
  align-self: start;
}

.notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #dce0dd;
}

.notice-list li:first-child {
  padding-top: 0;
}

.notice-list span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: var(--black);
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}

.notice-list p {
  padding-top: 8px;
  color: #555d58;
  font-size: 15px;
  line-height: 1.8;
}

.faq-zone {
  background: #fff;
}

.faq-list {
  max-width: 980px;
  margin: 58px auto 0;
  border-top: 2px solid var(--black);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 88px;
  display: grid;
  grid-template-columns: 60px 1fr 36px;
  gap: 14px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary > span {
  color: #7a827d;
  font-size: 11px;
  font-weight: 900;
}

.faq-list summary b {
  font-size: 17px;
}

.faq-list summary i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #f0f2f0;
  font-style: normal;
  font-size: 17px;
  transition: transform .2s ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
  background: var(--black);
  color: var(--green);
}

.faq-answer {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  padding: 0 50px 30px 0;
}

.faq-answer span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.faq-answer p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

/* =========================================================
   Lift Ticket / Discount Page
========================================================= */
.lift-intro .page-title-badge {
  display: inline-flex;
  width: max-content;
  margin: 0;
  padding: 7px 11px;
  border-radius: 8px;
  background: var(--black);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .02em;
}

.lift-intro .lift-hero-statement {
  max-width: none;
  margin-top: 24px;
  color: var(--ink);
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 880;
  line-height: 1.15;
  letter-spacing: -.06em;
}

.lift-intro .lift-hero-description {
  max-width: 720px;
  margin-top: 21px;
  color: var(--muted);
  font-size: 18px;
}

@media (max-width: 1000px) {
  .quick-price-grid { grid-template-columns: repeat(2, 1fr); }
  .equipment-lead { gap: 45px; }
  .equipment-photo { height: 520px; }
  .safety-showcase-photo { height: 360px; }
  .option-grid { grid-template-columns: repeat(2, 1fr); }
  .wear-price-bar { grid-template-columns: 1fr auto; }
  .wear-price-bar > p { grid-column: 1 / 2; }
  .payment-strong .content-wrap { padding: 65px 55px; gap: 45px; }
  .notice-layout { gap: 60px; }
}

@media (max-width: 800px) {
  .rental-section { padding: 100px 0; }
  .equipment-lead { grid-template-columns: 1fr; }
  .equipment-photo { height: 480px; }
  .rate-row { grid-template-columns: 1fr .9fr .9fr; padding: 0 24px; }
  .rate-row > span:nth-child(2) { display: none; }
  .boots-card { grid-template-columns: 1fr; }
  .boots-card > div:first-child { height: 370px; min-height: 0; }
  .rental-wear-grid { grid-template-columns: repeat(2, 1fr); }
  .wear-price-bar { grid-template-columns: 1fr auto; }
  .safety-showcase { grid-template-columns: 1fr; }
  .safety-showcase-photo { height: 440px; }
  .payment-strong .content-wrap { grid-template-columns: 1fr; }
  .notice-layout { grid-template-columns: 1fr; }
  .notice-title { position: static; }
  .faq-list { max-width: none; }
}

@media (max-width: 640px) {
  .rental-intro { padding: 42px 0 44px; }
  .rental-intro h1 { font-size: 37px; }
  .rental-intro p { font-size: 15px; }
  .rental-section { padding: 78px 0; }
  .rental-head h2, .notice-title h2 { font-size: 37px; }
  .rental-head > p, .notice-title > p { font-size: 14px; }
  .rental-head.centered { text-align: left; }
  .quick-price-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 38px; }
  .quick-price { min-height: 300px; padding: 25px; border-radius: 19px; }
  .quick-price h3 { margin-top: 28px; }
  .price-caption { text-align: left; }
  .equipment-photo { height: 360px; border-radius: 20px; }
  .equipment-copy h2 { font-size: 37px; }
  .rate-table-wrap { margin-top: 48px; border-radius: 18px; }
  .rate-table-title { padding: 23px 18px; }
  .rate-table-title h3 { font-size: 19px; }
  .rate-table-title p { display: none; }
  .rate-row { grid-template-columns: 1fr .8fr .9fr; min-height: 85px; padding: 0 16px; gap: 6px; }
  .rate-row > span, .rate-row > strong { font-size: 12px; }
  .rate-row strong { font-size: 13px; }
  .rate-row small { font-size: 9px; }
  .boots-card { border-radius: 20px; }
  .boots-card > div:first-child { height: 270px; }
  .boots-card > div:last-child { padding: 34px 24px; }
  .boots-card h3 { font-size: 31px; }
  .rental-wear-grid { gap: 8px; margin-top: 38px; }
  .rental-wear-grid figure { height: 300px; border-radius: 16px; }
  .rental-wear-grid figcaption { left: 7px; right: 7px; bottom: 7px; padding: 9px; }
  .rental-wear-grid figcaption b, .rental-wear-grid figcaption span { font-size: 8px; }
  .wear-price-bar { padding: 24px; grid-template-columns: 1fr; gap: 14px; }
  .wear-price-bar > p { grid-column: auto; }
  .wear-price-bar > a { text-align: center; }
  .safety-showcase { gap: 10px; margin-top: 38px; }
  .safety-showcase-card { border-radius: 20px; }
  .safety-showcase-photo { height: 270px; }
  .safety-showcase-card figcaption { padding: 25px 23px 28px; }
  .safety-showcase-card figcaption > span { font-size: 9px; }
  .safety-showcase-card figcaption > h3 { margin-top: 8px; font-size: 23px; }
  .safety-showcase-card figcaption > p { margin-top: 9px; }
  .safety-showcase + .option-grid { margin-top: 12px; }
  .option-grid { grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 38px; }
  .option-grid article { min-height: 270px; padding: 22px; border-radius: 18px; }
  .option-icon { width: 50px; height: 50px; border-radius: 14px; font-size: 22px; }
  .option-grid h3 { margin-top: 30px; font-size: 19px; }
  .option-grid p { font-size: 11px; }
  .option-grid strong { font-size: 16px; }
  .safe-message { padding: 28px 24px; grid-template-columns: 1fr; gap: 14px; border-radius: 18px; }
  .payment-strong { padding-left: 10px; padding-right: 10px; }
  .payment-strong .content-wrap { width: 100%; padding: 45px 24px; gap: 34px; border-radius: 23px; }
  .payment-strong-copy h2 { font-size: 38px; }
  .payment-strong-panel { padding: 24px 18px; }
  .notice-layout { gap: 45px; }
  .notice-list li { grid-template-columns: 44px 1fr; gap: 12px; }
  .notice-list span { width: 38px; height: 38px; }
  .notice-list p { padding-top: 3px; font-size: 13px; }
  .faq-list { margin-top: 38px; }
  .faq-list summary { min-height: 78px; grid-template-columns: 42px 1fr 30px; gap: 7px; }
  .faq-list summary b { font-size: 14px; line-height: 1.5; }
  .faq-answer { grid-template-columns: 42px 1fr; gap: 7px; padding: 0 8px 24px 0; }
  .faq-answer p { font-size: 13px; }
}

.lift-page { background: #fff; }
.lift-alert { padding: 24px 0; background: #f1f3f1; }
.lift-alert .content-wrap { min-height: 82px; padding: 18px 24px; display: grid; grid-template-columns: auto auto 1fr auto; gap: 18px; align-items: center; border-radius: 17px; background: var(--black); color: #fff; }
.lift-alert span { padding: 7px 10px; border-radius: 8px; background: var(--green); color: #111; font-size: 11px; font-weight: 950; }
.lift-alert strong { font-size: 17px; }
.lift-alert p { color: #aab1ad; font-size: 13px; }
.lift-alert a { color: var(--green); font-size: 12px; font-weight: 900; }
.lift-rate-zone { background: #f5f6f5; }
.rate-block { margin-top: 64px; }
.rate-block + .rate-block { margin-top: 82px; }
.rate-block-head { margin-bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between; }
.rate-block-head span { color: #777f7a; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.rate-block-head h3 { margin-top: 3px; font-size: 28px; letter-spacing: -.05em; }
.rate-block-head > b { color: #777f7a; font-size: 12px; }
.lift-rate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.lift-rate-card { position: relative; min-height: 330px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #e1e5e2; border-radius: 23px; background: #fff; }
.lift-rate-card.popular { border: 2px solid var(--black); box-shadow: 0 18px 40px rgba(14, 17, 15, .1); }
.lift-rate-top { display: flex; align-items: center; justify-content: space-between; }
.lift-rate-top > b { font-size: 22px; }
.lift-rate-top > span { padding: 6px 9px; border-radius: 8px; background: var(--black); color: var(--green); font-size: 10px; font-weight: 900; }
.normal-price { margin-top: 40px; }
.normal-price small, .discount-price small { display: block; color: #8b928e; font-size: 11px; }
.normal-price del { display: inline-block; margin-top: 2px; color: #929994; font-size: 17px; text-decoration-color: #525a55; text-decoration-thickness: 2px; }
.discount-price { margin-top: 13px; }
.discount-price strong { display: block; color: #141816; font-size: 34px; line-height: 1.2; letter-spacing: -.05em; }
.discount-price em { margin-left: 3px; font-size: 14px; font-style: normal; }
.lift-rate-card > p { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: #747c77; font-size: 12px; }
.lift-rate-card > p b { color: #1b211d; }
.lift-data-note { margin-top: 22px; color: #858d88; font-size: 12px; text-align: right; }
.night-zone { background: var(--black); color: #fff; }
.night-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; }
.night-heading h2 { margin-top: 15px; font-size: clamp(48px, 5vw, 70px); font-weight: 880; line-height: 1.08; letter-spacing: -.065em; }
.night-heading h2 em { color: var(--green); font-style: normal; }
.night-heading > p { max-width: 520px; padding-bottom: 6px; color: #aab1ad; font-size: 17px; line-height: 1.8; }
.night-rate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 60px; }
.night-rate-grid article { min-height: 268px; padding: 27px; display: flex; flex-direction: column; border: 1px solid rgba(255, 255, 255, .12); border-radius: 22px; background: #1c211e; }
.night-rate-grid span { font-size: 20px; font-weight: 850; }
.night-rate-grid del { margin-top: 35px; color: #747c77; font-size: 15px; text-decoration-thickness: 2px; }
.night-rate-grid strong { margin-top: 5px; color: var(--green); font-size: 34px; letter-spacing: -.04em; }
.night-rate-grid strong small { margin-left: 3px; font-size: 13px; }
.night-rate-grid article > b { width: max-content; margin-top: auto; padding: 7px 10px; border-radius: 8px; background: var(--green); color: #111; font-size: 10px; }
.night-info { margin-top: 16px; padding: 27px 30px; display: grid; grid-template-columns: 150px 180px 1fr; gap: 28px; align-items: center; border-radius: 19px; background: #1c211e; }
.night-info > div { border-right: 1px solid rgba(255, 255, 255, .12); }
.night-info b, .night-info strong { display: block; }
.night-info b { color: #919994; font-size: 10px; }
.night-info strong { margin-top: 3px; font-size: 17px; }
.night-info p { color: #8e9691; font-size: 12px; line-height: 1.7; }
.bundle-zone { background: #fff; }
.bundle-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }
.bundle-photo { position: relative; height: 670px; overflow: hidden; border-radius: 30px; }
.bundle-photo span { position: absolute; left: 20px; bottom: 20px; padding: 12px 15px; border-radius: 10px; background: rgba(14, 17, 15, .9); color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.bundle-copy h2 { margin-top: 15px; font-size: clamp(43px, 4.5vw, 64px); font-weight: 880; line-height: 1.12; letter-spacing: -.06em; }
.bundle-copy > p { margin-top: 23px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.bundle-options { margin-top: 34px; border-top: 1px solid var(--line); }
.bundle-options article { padding: 19px 0; display: grid; grid-template-columns: 49px 1fr; column-gap: 14px; border-bottom: 1px solid var(--line); }
.bundle-options article > span { grid-row: 1 / 3; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; background: var(--black); color: var(--green); font-size: 10px; font-weight: 900; }
.bundle-options b { font-size: 16px; }
.bundle-options p { color: #848c87; font-size: 12px; }
.bundle-options .not-allowed > span { background: #ecefed; color: #737b76; }
.bundle-options .not-allowed b { text-decoration: line-through; color: #777f7a; }
.guide-zone { background: #f5f6f5; }
.time-tip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 58px; }
.time-tip-grid article { min-height: 350px; padding: 27px; display: flex; flex-direction: column; border-radius: 22px; background: #fff; }
.time-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: var(--black); color: var(--green); font-size: 16px; font-weight: 950; }
.time-tip-grid small { margin-top: 40px; color: #919994; font-size: 10px; font-weight: 900; }
.time-tip-grid h3 { margin-top: 3px; font-size: 22px; }
.time-tip-grid p { margin-top: 10px; color: var(--muted); font-size: 13px; }
.lift-process { background: var(--black); color: #fff; }
.lift-process .content-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.process-copy h2 { margin-top: 15px; font-size: clamp(42px, 4.4vw, 62px); font-weight: 880; line-height: 1.12; letter-spacing: -.06em; }
.lift-process ol { margin: 0; padding: 0; list-style: none; }
.lift-process li { padding: 21px 0; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.lift-process li:first-child { padding-top: 0; }
.lift-process li > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: var(--green); color: #111; font-size: 12px; font-weight: 950; }
.lift-process li b { font-size: 18px; }
.lift-process li p { margin-top: 3px; color: #929a95; font-size: 13px; }

@media (max-width: 1000px) {
  .lift-alert .content-wrap { grid-template-columns: auto auto 1fr; }
  .lift-alert a { display: none; }
  .lift-rate-grid, .night-rate-grid, .time-tip-grid { grid-template-columns: repeat(2, 1fr); }
  .night-heading { gap: 50px; }
  .bundle-layout { gap: 48px; }
  .bundle-photo { height: 600px; }
  .lift-process .content-wrap { gap: 55px; }
}

@media (max-width: 800px) {
  .lift-alert .content-wrap { grid-template-columns: auto 1fr; }
  .lift-alert p { grid-column: 1 / 3; }
  .night-heading { grid-template-columns: 1fr; gap: 25px; }
  .night-info { grid-template-columns: 1fr 1fr; }
  .night-info p { grid-column: 1 / 3; }
  .bundle-layout { grid-template-columns: 1fr; }
  .bundle-photo { height: 500px; }
  .lift-process .content-wrap { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 640px) {
  .lift-alert { padding: 10px 0; }
  .lift-alert .content-wrap { width: calc(100% - 20px); padding: 18px; gap: 10px; border-radius: 15px; }
  .lift-alert strong { font-size: 14px; }
  .lift-alert p { font-size: 11px; }
  .rate-block { margin-top: 40px; }
  .rate-block + .rate-block { margin-top: 55px; }
  .rate-block-head h3 { font-size: 23px; }
  .lift-rate-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .lift-rate-card { min-height: 260px; padding: 19px 16px; border-radius: 17px; }
  .lift-rate-top > b { font-size: 18px; }
  .normal-price { margin-top: 25px; }
  .normal-price del { font-size: 14px; }
  .discount-price strong { font-size: 25px; }
  .lift-rate-card > p { font-size: 10px; }
  .lift-data-note { text-align: left; font-size: 10px; }
  .night-heading h2 { font-size: 40px; }
  .night-heading > p { font-size: 14px; }
  .night-rate-grid { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 38px; }
  .night-rate-grid article { min-height: 220px; padding: 20px 17px; border-radius: 17px; }
  .night-rate-grid span { font-size: 17px; }
  .night-rate-grid del { margin-top: 25px; }
  .night-rate-grid strong { font-size: 26px; }
  .night-info { padding: 22px 20px; gap: 18px; }
  .night-info > div { border-right: 0; }
  .night-info strong { font-size: 15px; }
  .bundle-layout { gap: 38px; }
  .bundle-photo { height: 360px; border-radius: 20px; }
  .bundle-copy h2 { font-size: 37px; }
  .bundle-options article { grid-template-columns: 45px 1fr; }
  .time-tip-grid { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 38px; }
  .time-tip-grid article { min-height: 300px; padding: 21px; border-radius: 18px; }
  .time-icon { width: 50px; height: 50px; border-radius: 15px; font-size: 14px; }
  .time-tip-grid small { margin-top: 30px; }
  .time-tip-grid h3 { font-size: 19px; }
  .time-tip-grid p { font-size: 11px; }
  .lift-process .content-wrap { gap: 38px; }
  .process-copy h2 { font-size: 37px; }
  .lift-process li { grid-template-columns: 43px 1fr; gap: 12px; }
  .lift-process li b { font-size: 16px; }
  .lift-process li p { font-size: 11px; }
}

.rate-title-line { display: flex; align-items: center; gap: 10px; }
.rate-title-line em { padding: 5px 8px; border-radius: 7px; background: var(--black); color: var(--green); font-size: 10px; font-style: normal; font-weight: 900; line-height: 1.35; letter-spacing: -.02em; }
.night-rate-grid .night-normal-label { display: block; margin-top: 30px; color: #747c77; font-size: 10px; font-weight: 800; line-height: 1.4; }
.night-rate-grid .night-normal-label + del { margin-top: 2px; }

@media (max-width: 640px) {
  .rate-title-line { gap: 7px; }
  .rate-title-line em { padding: 4px 7px; font-size: 9px; }
  .night-rate-grid .night-normal-label { margin-top: 20px; font-size: 9px; }
  .night-rate-grid .night-normal-label + del { margin-top: 2px; }
}

/* =========================================================
   Actual rental/lift prices from admin settings
========================================================= */
.actual-price-table-wrap { margin-top: 34px; overflow: hidden; border: 1px solid #dfe4e0; border-radius: 24px; background: #fff; }
.rental-head + .actual-price-table-wrap { margin-top: 58px; }
.actual-price-title { padding: 25px 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; background: #fff; }
.actual-price-title > div > span { display: block; color: #7e8781; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.actual-price-title h3 { margin-top: 4px; font-size: 24px; font-weight: 880; letter-spacing: -.04em; }
.actual-price-title > p { color: #7e8781; font-size: 12px; }
.actual-price-table { width: 100%; }
.actual-price-row { display: grid; grid-template-columns: minmax(190px, 1.25fr) repeat(4, minmax(125px, .72fr)); align-items: center; min-height: 82px; padding: 0 30px; border-top: 1px solid #e5e9e6; column-gap: 16px; }
.actual-price-row > span, .actual-price-row > strong { font-size: 14px; text-align: right; }
.actual-price-row > strong { color: #141816; font-size: 17px; font-weight: 900; letter-spacing: -.03em; }
.actual-price-row > .actual-product-name { text-align: left; }
.actual-product-name b, .actual-product-name small { display: block; }
.actual-product-name b { font-size: 16px; font-weight: 850; }
.actual-product-name small { margin-top: 3px; color: #89918c; font-size: 10px; font-weight: 750; }
.actual-price-head { min-height: 48px; background: #171b18; color: #fff; }
.actual-price-head > span { color: #aeb5b0; font-size: 10px; font-weight: 800; }
.actual-price-head > span:first-child { text-align: left; }
.actual-price-empty { margin-top: 42px; padding: 30px; border: 1px dashed #cfd5d1; border-radius: 18px; color: #7e8781; text-align: center; }
.wear-price-bar { grid-template-columns: 1fr 1.2fr auto; }
.configured-lift-prices { display: grid; gap: 9px; margin-top: 13px; }
.configured-lift-prices .discount-price { margin-top: 0; }
.configured-lift-prices .discount-price + .discount-price { padding-top: 9px; border-top: 1px dashed #dfe4e0; }
.configured-lift-prices .discount-price strong { font-size: 29px; }
.normal-price > em { display: block; margin-top: 3px; color: #929994; font-size: 17px; font-style: normal; }
.night-heading { display: block; }
.special-schedule-label { display: block; margin-top: 8px; color: #b1b8b4; font-size: 13px; font-style: normal; font-weight: 750; line-height: 1.5; }
.night-configured-prices { display: grid; gap: 4px; margin-top: 8px; }
.night-configured-prices > small { color: #8e9691; font-size: 9px; }
.night-configured-prices > strong { margin-top: 0; }
.night-configured-prices > strong + small { margin-top: 6px; }
.night-rate-grid article { min-height: 320px; }
.night-info { display: block; }
.night-info > p { max-width: none; }

@media (max-width: 800px) {
  .actual-price-table-wrap { overflow-x: auto; }
  .actual-price-table { min-width: 760px; }
  .actual-price-title { position: sticky; left: 0; min-width: 100%; box-sizing: border-box; }
  .actual-price-row { padding: 0 22px; }
}

@media (max-width: 640px) {
  .rental-head + .actual-price-table-wrap { margin-top: 38px; }
  .actual-price-table-wrap { margin-top: 20px; border-radius: 18px; }
  .actual-price-title { padding: 20px 18px; align-items: flex-start; flex-direction: column; gap: 5px; }
  .actual-price-title h3 { font-size: 20px; }
  .actual-price-title > p { font-size: 10px; }
  .actual-price-row { min-height: 74px; padding: 0 18px; }
  .actual-product-name b { font-size: 14px; }
  .actual-price-row > strong { font-size: 15px; }
  .wear-price-bar { grid-template-columns: 1fr; }
  .configured-lift-prices .discount-price strong { font-size: 23px; }
  .night-rate-grid article { min-height: 270px; }
}

/* PEAKGO wear code badge */
.rental-page .rental-wear-grid figcaption {
  left: auto;
  right: 14px;
  top: 14px;
  bottom: auto;
  width: auto;
  min-width: 0;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(14, 17, 15, .76);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .06em;
  backdrop-filter: blur(7px);
}

@media (max-width: 640px) {
  .rental-page .rental-wear-grid figcaption {
    right: 8px;
    top: 8px;
    padding: 6px 8px;
    font-size: 10px;
  }
}

/* =========================================================
   Lift season period guide
========================================================= */
.lift-period-guide { margin-top: 52px; padding: 28px; border-radius: 24px; background: var(--black); color: #fff; }
.lift-period-guide-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 2px 21px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.lift-period-guide-head span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.lift-period-guide-head strong { font-size: 18px; }
.lift-period-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.lift-period-group { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 26px; border-radius: 17px; background: #1d221f; }
.lift-period-type { display: flex; flex-direction: column; align-items: flex-start; }
.lift-period-type span { color: #fff; font-size: 24px; font-weight: 900; line-height: 1.15; letter-spacing: -.035em; }
.lift-period-type small { margin-top: 5px; color: #8e9791; font-size: 10px; font-weight: 900; line-height: 1; letter-spacing: .1em; }
.lift-period-group.is-high .lift-period-type span { color: var(--green); }
.lift-period-group ul { display: grid; width: 100%; gap: 11px; margin: 23px 0 0; padding: 0; list-style: none; }
.lift-period-group li + li { padding-top: 11px; border-top: 1px dashed rgba(255, 255, 255, .12); }
.lift-period-group li strong { display: block; color: #fff; font-size: 20px; font-weight: 800; line-height: 1.35; letter-spacing: -.025em; }
.lift-period-group li i { padding: 0 4px; color: #717a74; font-style: normal; }
.lift-period-group li.is-pending strong { color: #dbe7df; font-size: 14px; line-height: 1.45; word-break: keep-all; }
.lift-early-season-notice { display: flex; align-items: center; gap: 14px; margin-top: 16px; padding: 13px 16px; border: 1px solid rgba(207, 255, 0, .25); border-radius: 12px; background: rgba(207, 255, 0, .07); }
.lift-early-season-notice strong { flex: 0 0 auto; color: var(--green); font-size: 12px; }
.lift-early-season-notice span { color: #dbe2dd; font-size: 12px; line-height: 1.55; word-break: keep-all; }
.lift-period-guide > p { margin-top: 16px; color: #909993; font-size: 11px; text-align: right; }
.lift-rate-card { min-height: 280px; }
.lift-rate-card .normal-price { margin-top: 30px; }
.night-rate-grid article { min-height: 285px; }

@media (max-width: 1000px) {
  .lift-period-groups { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .lift-period-guide { margin-top: 36px; padding: 18px; border-radius: 18px; }
  .lift-period-guide-head { display: block; padding-bottom: 15px; }
  .lift-period-guide-head strong { display: block; margin-top: 3px; font-size: 15px; }
  .lift-period-groups { gap: 8px; margin-top: 8px; }
  .lift-period-group { padding: 19px 17px; border-radius: 14px; }
  .lift-period-type span { font-size: 20px; }
  .lift-period-type small { margin-top: 4px; font-size: 9px; }
  .lift-period-group ul { margin-top: 16px; }
  .lift-period-group li strong { font-size: 16px; white-space: nowrap; }
  .lift-period-group li.is-pending strong { font-size: 12px; white-space: normal; }
  .lift-early-season-notice { display: block; padding: 13px 14px; }
  .lift-early-season-notice strong, .lift-early-season-notice span { display: block; }
  .lift-early-season-notice span { margin-top: 4px; font-size: 11px; }
  .lift-period-guide > p { font-size: 9px; text-align: left; }
  .lift-rate-card { min-height: 235px; }
  .night-rate-grid article { min-height: 245px; }
  .special-schedule-label { margin-top: 7px; font-size: 12px; line-height: 1.45; }
}

/* =========================================================
   Rental page balance revision
========================================================= */
.actual-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 58px; align-items: stretch; }
.actual-price-grid .actual-price-table-wrap { min-width: 0; margin: 0; overflow: hidden; }
.actual-price-grid .actual-price-title { min-height: 112px; padding: 24px 26px; align-items: flex-start; }
.actual-price-grid .actual-price-title > p { max-width: 210px; padding-top: 4px; text-align: right; line-height: 1.55; }
.actual-price-grid .actual-price-row { grid-template-columns: minmax(0, 1.35fr) minmax(94px, .7fr) minmax(94px, .7fr); min-height: 76px; padding: 0 25px; column-gap: 12px; }
.actual-price-grid .actual-price-row > span, .actual-price-grid .actual-price-row > strong { font-size: 14px; }
.actual-price-grid .actual-price-row > strong { font-size: 16px; }
.actual-price-grid .actual-price-head { min-height: 48px; }
.actual-price-grid .actual-price-head > span { font-size: 10px; text-align: right; }
.actual-price-grid .actual-price-head > span:first-child { text-align: left; }
.rental-grade-guide { background: #171b18; color: #fff; border-color: #171b18 !important; }
.rental-grade-guide .actual-price-title { background: #171b18; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.rental-grade-guide .actual-price-title > div > span { color: var(--green); }
.rental-grade-guide .actual-price-title > p { color: #99a19c; }
.rental-grade-list { padding: 28px 30px 32px; }
.rental-grade-list dl { margin: 0; }
.rental-grade-list dl > div + div { margin-top: 30px; }
.rental-grade-list dt { display: flex; align-items: center; justify-content: flex-start; gap: 13px; }
.rental-grade-list dt b { color: #fff; font-size: 21px; font-weight: 900; letter-spacing: -.045em; }
.rental-grade-list dt em { flex: 0 0 auto; padding: 7px 12px; border-radius: 999px; background: var(--green); color: #111; font-size: 11px; font-style: normal; font-weight: 950; line-height: 1; letter-spacing: .025em; }
.rental-grade-list dd { margin: 15px 0 0; color: #aeb3b0; font-size: 14px; line-height: 1.8; word-break: keep-all; }

.equipment-section-head { max-width: 760px; }
.equipment-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 58px; align-items: stretch; }
.equipment-guide-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid #e1e5e2; border-radius: 28px; background: #f5f6f5; }
.equipment-guide-photo { position: relative; height: 360px; overflow: hidden; background: #e9ecea; }
.equipment-guide-photo span { position: absolute; left: 18px; bottom: 18px; padding: 10px 13px; border-radius: 10px; background: rgba(14, 17, 15, .9); color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.equipment-guide-copy { display: flex; flex: 1; flex-direction: column; padding: 40px 42px 42px; }
.equipment-guide-copy h3 { margin-top: 13px; font-size: 34px; font-weight: 880; line-height: 1.16; letter-spacing: -.055em; }
.equipment-guide-copy > p { margin-top: 19px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.equipment-guide-copy ul { margin: 26px 0 0; padding: 0; list-style: none; }
.equipment-guide-copy li { padding: 10px 0; border-top: 1px solid #dce1dd; color: #4f5752; font-size: 13px; }

.option-grid article { min-height: 350px; }
.option-grid article > div:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.option-grid p { line-height: 1.65; word-break: keep-all; }
.option-single-price { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.option-single-price small, .option-single-price b { display: block; }
.option-single-price small { color: #8b928e; font-size: 10px; }
.option-single-price b { margin-top: 3px; font-size: 19px; font-weight: 900; letter-spacing: -.03em; }
.option-icon svg { width: 27px; height: 27px; stroke-width: 2.25; }

@media (max-width: 1000px) {
  .actual-price-grid { grid-template-columns: 1fr; }
  .actual-price-grid .actual-price-title { min-height: 0; }
  .equipment-guide-photo { height: 320px; }
  .equipment-guide-copy { padding: 34px 32px 36px; }
  .equipment-guide-copy h3 { font-size: 30px; }
}

@media (max-width: 800px) {
  .actual-price-grid .actual-price-table-wrap { overflow: hidden; }
  .actual-price-grid .actual-price-table { min-width: 0; }
  .actual-price-grid .actual-price-title { position: static; min-width: 0; }
  .equipment-guide-grid { grid-template-columns: 1fr; }
  .equipment-guide-photo { height: 400px; }
}

@media (max-width: 640px) {
  .actual-price-grid { gap: 10px; margin-top: 38px; }
  .actual-price-grid .actual-price-title { display: block; padding: 19px 18px; }
  .actual-price-grid .actual-price-title > p { max-width: none; margin-top: 5px; padding: 0; text-align: left; }
  .actual-price-grid .actual-price-row { grid-template-columns: minmax(0, 1.25fr) minmax(72px, .72fr) minmax(72px, .72fr); min-height: 70px; padding: 0 16px; column-gap: 7px; }
  .actual-price-grid .actual-price-row > span, .actual-price-grid .actual-price-row > strong { font-size: 12px; }
  .actual-price-grid .actual-price-row > strong { font-size: 13px; }
  .actual-price-grid .actual-price-head > span { font-size: 9px; }
  .rental-grade-list { padding: 24px 18px 27px; }
  .rental-grade-list dl > div + div { margin-top: 26px; }
  .rental-grade-list dt { gap: 9px; }
  .rental-grade-list dt b { font-size: 18px; }
  .rental-grade-list dt em { padding: 6px 9px; font-size: 9px; }
  .rental-grade-list dd { margin-top: 12px; font-size: 12px; line-height: 1.75; }
  .equipment-guide-grid { gap: 12px; margin-top: 38px; }
  .equipment-guide-card { border-radius: 20px; }
  .equipment-guide-photo { height: 260px; }
  .equipment-guide-photo span { left: 12px; bottom: 12px; padding: 8px 10px; font-size: 9px; }
  .equipment-guide-copy { padding: 29px 23px 31px; }
  .equipment-guide-copy h3 { font-size: 28px; }
  .equipment-guide-copy > p { font-size: 13px; }
  .equipment-guide-copy li { font-size: 12px; }
  .option-grid article { min-height: 315px; }
  .option-grid h3 { margin-top: 28px; }
  .option-grid p { font-size: 11px; }
  .option-single-price b { font-size: 16px; }
  .option-icon svg { width: 23px; height: 23px; }
}

/* =========================================================
   Boss lesson page
========================================================= */
.boss-lesson-page { background: #fff; color: var(--ink); }
.boss-lesson-page .lesson-hero { padding: 46px 0 72px; background: #fff; }
.boss-lesson-page .lesson-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.boss-lesson-page .lesson-hero-copy { padding: 30px 0; }
.boss-lesson-page .page-title-badge { display: inline-flex; width: max-content; margin: 0; padding: 7px 11px; border-radius: 8px; background: var(--black); color: var(--green); font-size: 12px; font-weight: 900; line-height: 1.35; letter-spacing: .02em; }
.boss-lesson-page .lesson-hero-title { margin-top: 18px; font-size: clamp(48px, 5vw, 72px); font-weight: 900; line-height: 1.08; letter-spacing: -.068em; word-break: keep-all; }
.boss-lesson-page .lesson-hero-desc { max-width: 590px; margin-top: 28px; color: var(--muted); font-size: 18px; line-height: 1.85; word-break: keep-all; }
.boss-lesson-page .lesson-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.boss-lesson-page .lesson-hero-tags span { padding: 9px 14px; border-radius: 999px; background: #f0f3f1; color: #4f5752; font-size: 12px; font-weight: 800; }
.boss-lesson-page .lesson-hero-photo { position: relative; height: 600px; overflow: hidden; border-radius: 30px; background: #ecefed; }
.boss-lesson-page .lesson-hero-photo img { object-position: center center; }
.boss-lesson-page .lesson-hero-photo:after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(180deg, transparent, rgba(7, 9, 8, .72)); }
.boss-lesson-page .lesson-hero-photo figcaption { position: absolute; right: 26px; bottom: 25px; z-index: 1; text-align: right; color: #fff; }
.boss-lesson-page .lesson-hero-photo figcaption span, .boss-lesson-page .lesson-hero-photo figcaption strong { display: block; }
.boss-lesson-page .lesson-hero-photo figcaption span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.boss-lesson-page .lesson-hero-photo figcaption strong { margin-top: 4px; font-size: 16px; }

.boss-lesson-page .lesson-section { padding: 132px 0; }
.boss-lesson-page .lesson-statement { background: #f4f6f4; }
.boss-lesson-page .lesson-statement-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: end; }
.boss-lesson-page .lesson-statement h2, .boss-lesson-page .lesson-method-copy h2, .boss-lesson-page .lesson-section-head h2, .boss-lesson-page .lesson-process-copy h2, .boss-lesson-page .lesson-notice-title h2 { margin-top: 16px; font-size: clamp(43px, 4.6vw, 64px); font-weight: 880; line-height: 1.13; letter-spacing: -.06em; word-break: keep-all; }
.boss-lesson-page .lesson-statement-copy { padding-bottom: 6px; }
.boss-lesson-page .lesson-statement-copy p { color: var(--muted); font-size: 17px; line-height: 1.85; word-break: keep-all; }
.boss-lesson-page .lesson-statement-copy strong { display: block; margin-top: 24px; color: #2a312d; font-size: 15px; }
.boss-lesson-page .lesson-program-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 70px; }
.boss-lesson-page .lesson-program-card { position: relative; min-height: 560px; padding: 38px 42px 42px; overflow: hidden; border-radius: 28px; background: #fff; }
.boss-lesson-page .lesson-program-card.is-board { background: var(--black); color: #fff; }
.boss-lesson-page .lesson-program-number { position: absolute; right: 27px; top: 17px; color: #eef1ef; font-size: 100px; font-weight: 950; line-height: 1; letter-spacing: -.08em; }
.boss-lesson-page .is-board .lesson-program-number { color: #232824; }
.boss-lesson-page .lesson-program-body { position: relative; z-index: 1; display: flex; height: 100%; flex-direction: column; }
.boss-lesson-page .lesson-program-body > span { color: #737c76; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.boss-lesson-page .is-board .lesson-program-body > span { color: var(--green); }
.boss-lesson-page .lesson-program-body h3 { margin-top: 12px; font-size: 38px; font-weight: 900; letter-spacing: -.055em; }
.boss-lesson-page .lesson-program-body > p { max-width: 430px; margin-top: 18px; color: var(--muted); font-size: 15px; line-height: 1.8; word-break: keep-all; }
.boss-lesson-page .is-board .lesson-program-body > p { color: #a8b0ab; }
.boss-lesson-page .lesson-program-body dl { margin: auto 0 0; }
.boss-lesson-page .lesson-program-body dl > div { display: grid; grid-template-columns: 66px 1fr; gap: 18px; padding: 17px 0; border-top: 1px solid var(--line); }
.boss-lesson-page .is-board .lesson-program-body dl > div { border-color: rgba(255, 255, 255, .12); }
.boss-lesson-page .lesson-program-body dt { font-size: 13px; font-weight: 900; }
.boss-lesson-page .lesson-program-body dd { margin: 0; color: #69716c; font-size: 13px; }
.boss-lesson-page .is-board .lesson-program-body dd { color: #9ca49f; }

.boss-lesson-page .lesson-method { background: var(--black); color: #fff; }
.boss-lesson-page .lesson-method-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.boss-lesson-page .lesson-method-photo { position: relative; height: 680px; overflow: hidden; border-radius: 28px; background: #252a27; }
.boss-lesson-page .lesson-method-photo img { object-position: center center; }
.boss-lesson-page .lesson-method-photo figcaption { position: absolute; left: 18px; bottom: 18px; padding: 13px 15px; border-radius: 11px; background: var(--green); color: #111; font-size: 10px; font-weight: 950; line-height: 1.35; letter-spacing: .08em; }
.boss-lesson-page .lesson-method-copy .small-label { color: var(--green); }
.boss-lesson-page .lesson-method-copy > p { max-width: 590px; margin-top: 27px; color: #abb2ad; font-size: 16px; line-height: 1.85; word-break: keep-all; }
.boss-lesson-page .lesson-method-list { margin-top: 46px; }
.boss-lesson-page .lesson-method-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 21px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.boss-lesson-page .lesson-method-list article > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: #262b28; color: var(--green); font-size: 11px; font-weight: 900; }
.boss-lesson-page .lesson-method-list h3 { font-size: 18px; font-weight: 850; }
.boss-lesson-page .lesson-method-list p { margin-top: 4px; color: #929a95; font-size: 13px; line-height: 1.65; }

.boss-lesson-page .lesson-price-zone { background: #f4f6f4; }
.boss-lesson-page .lesson-section-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: end; }
.boss-lesson-page .lesson-section-head > p { max-width: 530px; padding-bottom: 7px; color: var(--muted); font-size: 17px; line-height: 1.8; word-break: keep-all; }
.boss-lesson-page .lesson-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 62px; }
.boss-lesson-page .lesson-price-card { overflow: hidden; border: 1px solid #e0e5e1; border-radius: 26px; background: #fff; }
.boss-lesson-page .lesson-price-card header { display: flex; min-height: 135px; padding: 28px 31px; align-items: center; justify-content: space-between; background: var(--black); color: #fff; }
.boss-lesson-page .lesson-price-card header span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.boss-lesson-page .lesson-price-card header h3 { margin-top: 6px; font-size: 25px; font-weight: 880; letter-spacing: -.045em; }
.boss-lesson-page .lesson-price-card header > strong { color: #fff; font-size: 58px; font-weight: 950; line-height: 1; letter-spacing: -.07em; }
.boss-lesson-page .lesson-price-card header > strong small { margin-left: 4px; color: var(--green); font-size: 12px; letter-spacing: 0; }
.boss-lesson-page .lesson-price-table { width: 100%; }
.boss-lesson-page .lesson-price-row { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 72px; padding: 0 30px; align-items: center; border-top: 1px solid var(--line); }
.boss-lesson-page .lesson-price-row > span, .boss-lesson-page .lesson-price-row > strong { font-size: 15px; }
.boss-lesson-page .lesson-price-row > span { text-align: right; }
.boss-lesson-page .lesson-price-row > strong { font-size: 16px; font-weight: 900; }
.boss-lesson-page .lesson-price-row.is-head { min-height: 46px; border: 0; background: #f7f8f7; }
.boss-lesson-page .lesson-price-row.is-head span { color: #818984; font-size: 10px; font-weight: 800; }
.boss-lesson-page .lesson-price-row.is-head span:first-child { text-align: left; }
.boss-lesson-page .lesson-price-empty { margin-top: 58px; padding: 60px 25px; border: 1px solid var(--line); border-radius: 24px; background: #fff; color: var(--muted); text-align: center; }
.boss-lesson-page .lesson-price-guide { display: flex; gap: 18px; margin-top: 20px; padding: 20px 24px; border-radius: 16px; background: #e8ece9; }
.boss-lesson-page .lesson-price-guide span { flex: 0 0 auto; color: #222825; font-size: 12px; font-weight: 900; }
.boss-lesson-page .lesson-price-guide p { color: #69716c; font-size: 12px; line-height: 1.65; }
.boss-lesson-page .lesson-lift-benefit { display: grid; grid-template-columns: 1fr 290px; gap: 50px; margin-top: 22px; padding: 42px 46px; align-items: center; border-radius: 24px; background: var(--black); color: #fff; }
.boss-lesson-page .lesson-lift-benefit-copy > span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.boss-lesson-page .lesson-lift-benefit-copy h3 { margin-top: 10px; font-size: 30px; font-weight: 900; line-height: 1.2; letter-spacing: -.045em; }
.boss-lesson-page .lesson-lift-benefit-copy p { max-width: 650px; margin-top: 16px; color: #aeb5b0; font-size: 13px; line-height: 1.75; word-break: keep-all; }
.boss-lesson-page .lesson-lift-benefit-rate { padding-left: 42px; border-left: 1px solid rgba(255,255,255,.15); text-align: right; }
.boss-lesson-page .lesson-lift-benefit-rate > span { display: block; color: #aeb5b0; font-size: 11px; }
.boss-lesson-page .lesson-lift-benefit-rate strong { display: block; margin-top: 0; color: var(--green); font-size: 84px; font-weight: 950; line-height: 1; letter-spacing: -.07em; white-space: nowrap; }
.boss-lesson-page .lesson-lift-benefit-rate strong small { margin-left: 3px; font-size: 25px; letter-spacing: 0; }
.boss-lesson-page .lesson-lift-benefit-rate p { margin-top: 6px; color: #fff; font-size: 13px; font-weight: 800; }
.boss-lesson-page .lesson-pass-fee-zone { background: #fff; }
.boss-lesson-page .lesson-pass-fee-head { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.boss-lesson-page .lesson-pass-fee-head h2 { margin-top: 16px; font-size: clamp(43px, 4.6vw, 64px); font-weight: 880; line-height: 1.13; letter-spacing: -.06em; }
.boss-lesson-page .lesson-pass-fee-head > div > p { margin-top: 22px; color: var(--muted); font-size: 17px; line-height: 1.8; word-break: keep-all; }
.boss-lesson-page .lesson-pass-fee-head ul { padding: 27px 30px; border-radius: 22px; background: #f4f6f4; }
.boss-lesson-page .lesson-pass-fee-head li { position: relative; padding-left: 0; color: #535b56; font-size: 15px; line-height: 1.75; word-break: keep-all; }
.boss-lesson-page .lesson-pass-fee-head li + li { margin-top: 8px; }
.boss-lesson-page .lesson-pass-fee-head li strong { color: #1f2421; font-weight: 850; }
.boss-lesson-page .lesson-pass-fee-table { overflow: hidden; margin-top: 54px; border: 1px solid #e0e5e1; border-radius: 24px; background: #fff; }
.boss-lesson-page .lesson-pass-fee-row { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 76px; align-items: center; border-top: 1px solid var(--line); text-align: center; }
.boss-lesson-page .lesson-pass-fee-row:first-child { border-top: 0; }
.boss-lesson-page .lesson-pass-fee-row > span, .boss-lesson-page .lesson-pass-fee-row > strong { padding: 0 24px; font-size: 16px; }
.boss-lesson-page .lesson-pass-fee-row > * + * { border-left: 1px solid var(--line); }
.boss-lesson-page .lesson-pass-fee-row > strong { font-weight: 900; }
.boss-lesson-page .lesson-pass-fee-row.is-head { min-height: 52px; background: var(--black); color: #fff; }
.boss-lesson-page .lesson-pass-fee-row.is-head span { border-color: rgba(255,255,255,.13); color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .02em; }
.boss-lesson-page .lesson-pass-fee-note { margin-top: 14px; color: #747d77; font-size: 12px; text-align: right; }

.boss-lesson-page .lesson-process { background: #fff; }
.boss-lesson-page .lesson-process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.boss-lesson-page .lesson-process-copy { position: sticky; top: 100px; align-self: start; }
.boss-lesson-page .lesson-process-copy > p { max-width: 470px; margin-top: 25px; color: var(--muted); font-size: 16px; line-height: 1.8; word-break: keep-all; }
.boss-lesson-page .lesson-process-copy > a { display: flex; width: max-content; align-items: center; gap: 26px; margin-top: 33px; padding: 15px 18px 15px 20px; border-radius: 12px; background: var(--black); color: #fff; font-size: 13px; font-weight: 900; }
.boss-lesson-page .lesson-process-copy > a span { color: var(--green); font-size: 18px; }
.boss-lesson-page .lesson-process-list { margin: 0; padding: 0; list-style: none; }
.boss-lesson-page .lesson-process-list li { display: grid; grid-template-columns: 66px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.boss-lesson-page .lesson-process-list li:first-child { padding-top: 0; }
.boss-lesson-page .lesson-process-list li > span { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 18px; background: #f1f3f1; color: #303632; font-size: 13px; font-weight: 900; }
.boss-lesson-page .lesson-process-list strong { font-size: 21px; font-weight: 880; }
.boss-lesson-page .lesson-process-list p { margin-top: 6px; color: var(--muted); font-size: 14px; }

.boss-lesson-page .lesson-notice { padding-top: 0; background: #fff; }
.boss-lesson-page .lesson-notice-box { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding: 62px 68px; border-radius: 30px; background: #f4f6f4; }
.boss-lesson-page .lesson-notice-title h2 { font-size: 40px; }
.boss-lesson-page .lesson-notice-box ul { margin: 0; padding: 0; list-style: none; }
.boss-lesson-page .lesson-notice-box li { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 19px 0; border-top: 1px solid #dce1dd; }
.boss-lesson-page .lesson-notice-box li:first-child { border-top: 0; }
.boss-lesson-page .lesson-notice-box li strong { font-size: 14px; font-weight: 900; }
.boss-lesson-page .lesson-notice-box li span { color: var(--muted); font-size: 13px; line-height: 1.7; word-break: keep-all; }

.boss-lesson-page .lesson-booking { padding: 0 0 120px; background: #fff; }
.boss-lesson-page .lesson-booking-card { display: flex; min-height: 390px; padding: 66px 72px; align-items: flex-end; justify-content: space-between; gap: 50px; overflow: hidden; border-radius: 30px; background: var(--black); color: #fff; }
.boss-lesson-page .lesson-booking-card .dark-label { color: var(--green); }
.boss-lesson-page .lesson-booking-card h2 { margin-top: 17px; font-size: clamp(44px, 4.8vw, 67px); font-weight: 880; line-height: 1.1; letter-spacing: -.06em; }
.boss-lesson-page .lesson-booking-card p { margin-top: 22px; color: #a8b0ab; font-size: 15px; }
.boss-lesson-page .lesson-booking-card > a { display: flex; width: 230px; height: 62px; flex: 0 0 230px; padding: 0 21px; align-items: center; justify-content: space-between; border-radius: 14px; background: var(--green); color: #111; font-size: 15px; font-weight: 900; }
.boss-lesson-page .lesson-booking-card > a span { font-size: 20px; }

@media (max-width: 1000px) {
  .boss-lesson-page .lesson-hero-grid { gap: 45px; }
  .boss-lesson-page .lesson-hero-photo { height: 540px; }
  .boss-lesson-page .lesson-statement-grid, .boss-lesson-page .lesson-section-head { gap: 55px; }
  .boss-lesson-page .lesson-method-grid { gap: 55px; }
  .boss-lesson-page .lesson-method-photo { height: 620px; }
  .boss-lesson-page .lesson-process-grid { gap: 65px; }
  .boss-lesson-page .lesson-notice-box { gap: 45px; padding: 52px 48px; }
}

@media (max-width: 800px) {
  .boss-lesson-page .lesson-hero-grid, .boss-lesson-page .lesson-statement-grid, .boss-lesson-page .lesson-method-grid, .boss-lesson-page .lesson-section-head, .boss-lesson-page .lesson-pass-fee-head, .boss-lesson-page .lesson-process-grid, .boss-lesson-page .lesson-notice-box { grid-template-columns: 1fr; }
  .boss-lesson-page .lesson-hero-grid { gap: 30px; }
  .boss-lesson-page .lesson-hero-copy { padding: 10px 0 0; }
  .boss-lesson-page .lesson-hero-photo { height: 520px; }
  .boss-lesson-page .lesson-statement-grid, .boss-lesson-page .lesson-section-head, .boss-lesson-page .lesson-pass-fee-head { gap: 28px; }
  .boss-lesson-page .lesson-program-card { padding: 34px 32px 38px; }
  .boss-lesson-page .lesson-method-photo { height: 520px; }
  .boss-lesson-page .lesson-price-grid { grid-template-columns: 1fr; }
  .boss-lesson-page .lesson-process-copy { position: static; }
  .boss-lesson-page .lesson-notice-box { gap: 36px; }
  .boss-lesson-page .lesson-booking-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .boss-lesson-page .lesson-hero { padding: 30px 0 42px; }
  .boss-lesson-page .lesson-hero-title { margin-top: 15px; font-size: 39px; line-height: 1.1; }
  .boss-lesson-page .lesson-hero-desc { margin-top: 20px; font-size: 15px; line-height: 1.75; }
  .boss-lesson-page .lesson-hero-tags { margin-top: 22px; }
  .boss-lesson-page .lesson-hero-tags span { padding: 8px 11px; font-size: 10px; }
  .boss-lesson-page .lesson-hero-photo { height: 380px; border-radius: 21px; }
  .boss-lesson-page .lesson-hero-photo figcaption { right: 16px; bottom: 15px; }
  .boss-lesson-page .lesson-section { padding: 82px 0; }
  .boss-lesson-page .lesson-statement h2, .boss-lesson-page .lesson-method-copy h2, .boss-lesson-page .lesson-section-head h2, .boss-lesson-page .lesson-process-copy h2, .boss-lesson-page .lesson-notice-title h2 { font-size: 37px; }
  .boss-lesson-page .lesson-statement-copy p, .boss-lesson-page .lesson-section-head > p { font-size: 14px; }
  .boss-lesson-page .lesson-program-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 40px; }
  .boss-lesson-page .lesson-program-card { min-height: 500px; padding: 28px 23px 29px; border-radius: 21px; }
  .boss-lesson-page .lesson-program-number { right: 16px; top: 14px; font-size: 76px; }
  .boss-lesson-page .lesson-program-body h3 { font-size: 31px; }
  .boss-lesson-page .lesson-program-body > p { font-size: 13px; }
  .boss-lesson-page .lesson-program-body dl > div { grid-template-columns: 54px 1fr; gap: 10px; padding: 15px 0; }
  .boss-lesson-page .lesson-program-body dt, .boss-lesson-page .lesson-program-body dd { font-size: 11px; }
  .boss-lesson-page .lesson-method-grid { gap: 42px; }
  .boss-lesson-page .lesson-method-photo { height: 420px; border-radius: 21px; }
  .boss-lesson-page .lesson-method-copy > p { font-size: 14px; }
  .boss-lesson-page .lesson-method-list { margin-top: 34px; }
  .boss-lesson-page .lesson-method-list article { grid-template-columns: 38px 1fr; gap: 13px; padding: 18px 0; }
  .boss-lesson-page .lesson-method-list h3 { font-size: 16px; }
  .boss-lesson-page .lesson-method-list p { font-size: 11px; }
  .boss-lesson-page .lesson-price-grid { gap: 10px; margin-top: 40px; }
  .boss-lesson-page .lesson-price-card { border-radius: 20px; }
  .boss-lesson-page .lesson-price-card header { min-height: 110px; padding: 23px 20px; }
  .boss-lesson-page .lesson-price-card header h3 { font-size: 21px; }
  .boss-lesson-page .lesson-price-card header > strong { font-size: 46px; }
  .boss-lesson-page .lesson-price-row { min-height: 66px; padding: 0 18px; }
  .boss-lesson-page .lesson-price-row > span, .boss-lesson-page .lesson-price-row > strong { font-size: 13px; }
  .boss-lesson-page .lesson-price-row.is-head { min-height: 43px; }
  .boss-lesson-page .lesson-price-row.is-head span { font-size: 9px; }
  .boss-lesson-page .lesson-price-guide { display: block; padding: 17px 18px; }
  .boss-lesson-page .lesson-price-guide p { margin-top: 5px; font-size: 10px; }
  .boss-lesson-page .lesson-lift-benefit { grid-template-columns: 1fr; gap: 27px; padding: 29px 24px; border-radius: 20px; }
  .boss-lesson-page .lesson-lift-benefit-copy h3 { font-size: 24px; }
  .boss-lesson-page .lesson-lift-benefit-copy p { font-size: 11px; }
  .boss-lesson-page .lesson-lift-benefit-rate { padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; text-align: left; }
  .boss-lesson-page .lesson-lift-benefit-rate strong { font-size: 70px; }
  .boss-lesson-page .lesson-lift-benefit-rate strong small { font-size: 22px; }
  .boss-lesson-page .lesson-pass-fee-head h2 { font-size: 37px; }
  .boss-lesson-page .lesson-pass-fee-head > div > p { margin-top: 14px; font-size: 14px; }
  .boss-lesson-page .lesson-pass-fee-head ul { padding: 20px 21px; border-radius: 18px; }
  .boss-lesson-page .lesson-pass-fee-head li { padding-left: 15px; font-size: 12px; }
  .boss-lesson-page .lesson-pass-fee-table { margin-top: 34px; border-radius: 18px; }
  .boss-lesson-page .lesson-pass-fee-row { min-height: 62px; }
  .boss-lesson-page .lesson-pass-fee-row.is-head { min-height: 44px; }
  .boss-lesson-page .lesson-pass-fee-row > span, .boss-lesson-page .lesson-pass-fee-row > strong { padding: 0 8px; font-size: 13px; }
  .boss-lesson-page .lesson-pass-fee-row.is-head span { font-size: 9px; }
  .boss-lesson-page .lesson-pass-fee-note { font-size: 10px; line-height: 1.5; text-align: left; }
  .boss-lesson-page .lesson-process-grid { gap: 44px; }
  .boss-lesson-page .lesson-process-copy > p { font-size: 14px; }
  .boss-lesson-page .lesson-process-list li { grid-template-columns: 50px 1fr; gap: 14px; padding: 25px 0; }
  .boss-lesson-page .lesson-process-list li > span { width: 44px; height: 44px; border-radius: 14px; }
  .boss-lesson-page .lesson-process-list strong { font-size: 18px; }
  .boss-lesson-page .lesson-process-list p { font-size: 12px; }
  .boss-lesson-page .lesson-notice { padding-top: 0; }
  .boss-lesson-page .lesson-notice-box { gap: 28px; padding: 34px 23px; border-radius: 21px; }
  .boss-lesson-page .lesson-notice-box li { grid-template-columns: 1fr; gap: 5px; padding: 15px 0; }
  .boss-lesson-page .lesson-notice-box li strong { font-size: 13px; }
  .boss-lesson-page .lesson-notice-box li span { font-size: 11px; }
  .boss-lesson-page .lesson-booking { padding-bottom: 76px; }
  .boss-lesson-page .lesson-booking-card { min-height: 0; padding: 44px 24px; border-radius: 22px; }
  .boss-lesson-page .lesson-booking-card h2 { font-size: 38px; }
  .boss-lesson-page .lesson-booking-card p { font-size: 13px; }
  .boss-lesson-page .lesson-booking-card > a { width: 100%; flex-basis: 60px; }
}

/* Lesson page readability: keep supporting copy comfortably legible. */
.boss-lesson-page .small-label { font-size: 14px; }
.boss-lesson-page .page-title-badge { font-size: 14px; }
.boss-lesson-page .sub-nav a { font-size: 14px; }
.boss-lesson-page .lesson-hero-tags span { font-size: 14px; }
.boss-lesson-page .lesson-hero-photo figcaption span { font-size: 12px; }
.boss-lesson-page .lesson-hero-photo figcaption strong { font-size: 18px; }
.boss-lesson-page .lesson-statement-copy strong { font-size: 17px; }
.boss-lesson-page .lesson-program-body > span { font-size: 12px; }
.boss-lesson-page .lesson-program-body > p { font-size: 17px; }
.boss-lesson-page .lesson-program-body dt,
.boss-lesson-page .lesson-program-body dd { font-size: 15px; }
.boss-lesson-page .lesson-method-photo figcaption { font-size: 12px; }
.boss-lesson-page .lesson-method-list article > span { font-size: 13px; }
.boss-lesson-page .lesson-method-list p { font-size: 15px; }
.boss-lesson-page .lesson-price-card header span { font-size: 12px; }
.boss-lesson-page .lesson-price-card header > strong small { font-size: 14px; }
.boss-lesson-page .lesson-price-row > span,
.boss-lesson-page .lesson-price-row > strong { font-size: 16px; }
.boss-lesson-page .lesson-price-row > strong { font-size: 17px; }
.boss-lesson-page .lesson-price-row.is-head span { font-size: 13px; }
.boss-lesson-page .lesson-price-guide span,
.boss-lesson-page .lesson-price-guide p { font-size: 14px; }
.boss-lesson-page .lesson-lift-benefit-copy > span { font-size: 12px; }
.boss-lesson-page .lesson-lift-benefit-copy p { font-size: 15px; }
.boss-lesson-page .lesson-lift-benefit-rate > span { font-size: 13px; }
.boss-lesson-page .lesson-lift-benefit-rate p { font-size: 15px; }
.boss-lesson-page .lesson-pass-fee-head li { font-size: 16px; }
.boss-lesson-page .lesson-pass-fee-row.is-head span { font-size: 13px; }
.boss-lesson-page .lesson-pass-fee-note { font-size: 14px; }
.boss-lesson-page .lesson-process-copy > a { font-size: 15px; }
.boss-lesson-page .lesson-process-list li > span { font-size: 14px; }
.boss-lesson-page .lesson-process-list p { font-size: 16px; }
.boss-lesson-page .lesson-notice-box li strong { font-size: 16px; }
.boss-lesson-page .lesson-notice-box li span { font-size: 15px; }
.boss-lesson-page .lesson-booking-card p { font-size: 17px; }
.boss-lesson-page .faq-list summary > span { font-size: 13px; }
.boss-lesson-page .faq-list summary b { font-size: 18px; }
.boss-lesson-page .faq-answer span { font-size: 14px; }
.boss-lesson-page .faq-answer p { font-size: 16px; }

@media (max-width: 640px) {
  .boss-lesson-page .small-label,
  .boss-lesson-page .page-title-badge { font-size: 12px; }
  .boss-lesson-page .sub-nav a { font-size: 13px; }
  .boss-lesson-page .lesson-hero-tags span { font-size: 13px; }
  .boss-lesson-page .lesson-statement-copy p,
  .boss-lesson-page .lesson-section-head > p { font-size: 15px; }
  .boss-lesson-page .lesson-program-body > span { font-size: 12px; }
  .boss-lesson-page .lesson-program-body > p { font-size: 15px; }
  .boss-lesson-page .lesson-program-body dt,
  .boss-lesson-page .lesson-program-body dd { font-size: 13px; }
  .boss-lesson-page .lesson-method-list p { font-size: 14px; }
  .boss-lesson-page .lesson-price-row > span,
  .boss-lesson-page .lesson-price-row > strong { font-size: 14px; }
  .boss-lesson-page .lesson-price-row.is-head span { font-size: 12px; }
  .boss-lesson-page .lesson-price-guide span,
  .boss-lesson-page .lesson-price-guide p { font-size: 13px; }
  .boss-lesson-page .lesson-lift-benefit-copy > span { font-size: 12px; }
  .boss-lesson-page .lesson-lift-benefit-copy p { font-size: 14px; }
  .boss-lesson-page .lesson-lift-benefit-rate > span { font-size: 13px; }
  .boss-lesson-page .lesson-lift-benefit-rate p { font-size: 14px; }
  .boss-lesson-page .lesson-pass-fee-head li { font-size: 14px; }
  .boss-lesson-page .lesson-pass-fee-row > span,
  .boss-lesson-page .lesson-pass-fee-row > strong { font-size: 14px; }
  .boss-lesson-page .lesson-pass-fee-row.is-head span { font-size: 12px; }
  .boss-lesson-page .lesson-pass-fee-note { font-size: 13px; }
  .boss-lesson-page .lesson-process-copy > p,
  .boss-lesson-page .lesson-process-list p { font-size: 14px; }
  .boss-lesson-page .lesson-notice-box li strong { font-size: 15px; }
  .boss-lesson-page .lesson-notice-box li span { font-size: 14px; }
  .boss-lesson-page .lesson-booking-card p { font-size: 15px; }
  .boss-lesson-page .faq-list summary > span { font-size: 13px; }
  .boss-lesson-page .faq-list summary b { font-size: 16px; }
  .boss-lesson-page .faq-answer span { font-size: 13px; }
  .boss-lesson-page .faq-answer p { font-size: 14px; }
}

/* PEAKGO unisex wear: separate female and male model views. */
.peakgo-model-switch {
  width: min(520px, 100%);
  margin: 46px auto 0;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  border: 1px solid #dce1de;
  border-radius: 16px;
  background: #e9ecea;
}

.peakgo-model-switch button {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #68716b;
  font: inherit;
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.peakgo-model-switch button b {
  color: #8b938e;
  font-size: 12px;
}

.peakgo-model-switch button[aria-selected="true"] {
  background: #fff;
  color: #111512;
  box-shadow: 0 5px 15px rgba(15, 20, 17, .09);
}

.peakgo-model-switch button[aria-selected="true"] b {
  color: #58615b;
}

.peakgo-model-panel[hidden] {
  display: none !important;
}

.peakgo-model-panel .rental-wear-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.peakgo-model-panel .rental-wear-grid figure {
  flex: 0 0 calc((100% - 42px) / 4);
}

@media (max-width: 800px) {
  .peakgo-model-panel .rental-wear-grid figure { flex-basis: calc((100% - 14px) / 2); }
}

@media (max-width: 640px) {
  .peakgo-model-switch { margin-top: 32px; border-radius: 14px; }
  .peakgo-model-switch button { min-height: 50px; padding: 0 10px; font-size: 14px; }
  .peakgo-model-panel .rental-wear-grid { gap: 8px; margin-top: 18px; }
  .peakgo-model-panel .rental-wear-grid figure { flex-basis: calc((100% - 8px) / 2); }
}

/* =========================================================
   About / rental / lift readability and location repair
   - Keeps badge, kicker, chip and decorative label sizes intact.
========================================================= */

/* About page: preserve the two-model preview and top-safe crop. */
.wear-grid-preview {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wear-grid-preview .wear-card img {
  object-position: center top;
}

.wear-note-action {
  align-items: center;
}

.wear-note-action > div {
  min-width: 0;
}

.wear-note-action p {
  margin-top: 6px;
}

.wear-note-action .primary-button {
  width: 230px;
  height: 56px;
  flex: 0 0 230px;
}

/* Location contact: keep each label with its value and isolate the tel link. */
.location-copy {
  padding: 36px clamp(38px, 5vw, 72px);
}

.location-copy p {
  margin-top: 16px;
}

.location-details {
  width: min(100%, 520px);
  margin: 16px 0 0;
  padding: 12px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(145px, .55fr);
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.location-details div,
.location-details dt,
.location-details dd {
  margin: 0;
  min-width: 0;
}

.location-details dt {
  margin-bottom: 5px;
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: .12em;
}

.location-details dd {
  color: #fff;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.55;
  word-break: keep-all;
}

.location-details dd a {
  display: inline;
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  font-weight: inherit;
}

.location-map-link {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 850;
}

.location-map-link i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #111;
  font-size: 18px;
  font-style: normal;
}

/* About page readable copy. */
.intro .intro-inner > p:not(.intro-title),
.section-head > p,
.section-head > div > p,
.flow-copy p,
.wear-note p,
.choice-row p,
.pay-methods > p,
.care-grid p,
.flow-list p,
.shop-gallery figcaption span {
  font-size: 16px;
  line-height: 1.75;
}

.method-grid span {
  font-size: 16px;
}

/* Rental page readable copy and pricing details. */
.rental-intro .content-wrap > p:not(.rental-hero-statement):not(.lift-hero-statement),
.rental-head > p,
.notice-title > p,
.equipment-guide-copy > p,
.equipment-guide-copy li,
.safety-showcase-card figcaption > p,
.option-grid p,
.safe-message p,
.payment-strong-copy > p,
.payment-strong-panel > p,
.notice-list p,
.rental-grade-list dd {
  font-size: 16px;
  line-height: 1.75;
}

.quick-price > p,
.quick-price > a,
.boots-card p,
.boots-card li {
  font-size: 15px;
  line-height: 1.7;
}

.rate-table-title p,
.rate-row small,
.rate-row.rate-head span {
  font-size: 13px;
}

.actual-price-title > p,
.price-caption {
  font-size: 14px;
  line-height: 1.6;
}

.actual-price-row > span,
.actual-price-row > strong {
  font-size: 16px;
}

.actual-price-row > strong {
  font-size: 18px;
}

.actual-product-name b {
  font-size: 17px;
}

.actual-product-name small,
.actual-price-head > span {
  font-size: 13px;
}

.option-single-price small,
.wear-price-bar > div span,
.wear-price-bar > strong small {
  font-size: 13px;
}

.wear-price-bar > p {
  font-size: 16px;
}

/* Lift page readable copy. */
.lift-hero-description,
.lift-alert p,
.lift-alert a,
.rate-block-head > b,
.lift-data-note,
.bundle-copy > p,
.bundle-options p,
.time-tip-grid p,
.lift-process li p,
.lift-early-season-notice span,
.lift-period-guide > p {
  font-size: 15px;
  line-height: 1.7;
}

.special-schedule-label,
.lift-period-group li.is-pending strong {
  font-size: 15px;
}

.lift-early-season-notice strong {
  font-size: 14px;
}

.normal-price small,
.discount-price small,
.night-rate-grid .night-normal-label,
.night-configured-prices > small {
  font-size: 13px;
  line-height: 1.5;
}

.normal-price del {
  font-size: 18px;
}

/* Shared FAQ copy on the three information pages. */
.faq-list summary b {
  font-size: 17px;
  line-height: 1.55;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1000px) {
  .location-copy {
    padding: 32px 40px;
  }
}

@media (max-width: 800px) {
  .location-copy {
    padding: 42px 40px;
  }
}

@media (max-width: 640px) {
  .wear-note-action .primary-button {
    width: 100%;
    margin-top: 18px;
  }

  .location-copy {
    padding: 32px 25px 36px;
  }

  .location-copy p {
    font-size: 16px;
  }

  .location-details {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
    padding: 13px 0;
  }

  .location-details dt {
    margin-bottom: 4px;
  }

  .location-details dd,
  .location-map-link {
    font-size: 15px;
  }

  .wear-note p,
  .choice-row p,
  .pay-methods > p,
  .care-grid p,
  .flow-list p,
  .shop-gallery figcaption span,
  .intro .intro-inner > p:not(.intro-title),
  .section-head > p,
  .section-head > div > p,
  .flow-copy p,
  .rental-intro .content-wrap > p:not(.rental-hero-statement):not(.lift-hero-statement),
  .rental-head > p,
  .notice-title > p,
  .equipment-guide-copy > p,
  .equipment-guide-copy li,
  .safety-showcase-card figcaption > p,
  .option-grid p,
  .safe-message p,
  .payment-strong-copy > p,
  .payment-strong-panel > p,
  .notice-list p,
  .rental-grade-list dd,
  .lift-hero-description,
  .lift-alert p,
  .rate-block-head > b,
  .lift-data-note,
  .bundle-copy > p,
  .bundle-options p,
  .time-tip-grid p,
  .lift-process li p,
  .lift-early-season-notice span,
  .lift-period-guide > p,
  .faq-answer p {
    font-size: 15px;
  }

  .quick-price > p,
  .quick-price > a,
  .boots-card p,
  .boots-card li,
  .special-schedule-label,
  .lift-period-group li.is-pending strong {
    font-size: 15px;
  }

  .actual-price-title > p,
  .price-caption,
  .normal-price small,
  .discount-price small,
  .night-rate-grid .night-normal-label,
  .night-configured-prices > small {
    font-size: 13px;
  }

  .actual-product-name b,
  .actual-price-row > span,
  .actual-price-row > strong {
    font-size: 15px;
  }

  .actual-product-name small,
  .actual-price-head > span {
    font-size: 12px;
  }

  .faq-list summary b {
    font-size: 16px;
  }
}

/*
 * PC explanatory copy must use the available section width.
 * Deliberate line breaks belong in the markup; max-width must not create
 * orphaned syllables or one-word final lines.
 */
@media (min-width: 801px) {
  .intro .intro-inner > p:not(.intro-title),
  .split-head > div > p,
  .section-head > p,
  .section-head > div > p,
  .wear-note p,
  .location-copy > p,
  .payment-title > p,
  .care-grid p,
  .flow-copy p,
  .rental-intro .content-wrap > p:not(.rental-hero-statement):not(.lift-hero-statement),
  .rental-head > p,
  .notice-title > p,
  .lift-intro .lift-hero-description,
  .night-heading > p {
    max-width: none;
  }

  .payment-title,
  .rental-head,
  .equipment-section-head {
    max-width: none;
  }
}
/* =========================================================
   FAQ Collection Page
========================================================= */
.boss-faq-page {
  background: #fff;
}

.boss-faq-hero {
  padding: 92px 0 82px;
  background:
    radial-gradient(circle at 82% 18%, rgba(184, 229, 48, .16), transparent 28%),
    linear-gradient(180deg, #f7f8f6 0%, #fff 100%);
}

.boss-faq-hero .page-title-badge {
  display: inline-flex;
  width: max-content;
  padding: 7px 12px;
  border-radius: 8px;
  background: var(--black);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .08em;
}

.boss-faq-hero h1 {
  max-width: 820px;
  margin-top: 26px;
  color: var(--ink);
  font-size: clamp(48px, 5.8vw, 80px);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -.075em;
}

.boss-faq-hero > .content-wrap > p {
  max-width: 760px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.boss-faq-summary {
  display: flex;
  gap: 10px;
  margin-top: 42px;
}

.boss-faq-summary span {
  display: inline-flex;
  min-height: 44px;
  padding: 0 16px;
  align-items: center;
  gap: 7px;
  border: 1px solid #dce0dc;
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: #69716c;
  font-size: 13px;
  font-weight: 750;
}

.boss-faq-summary b {
  color: var(--black);
  font-size: 16px;
}

.boss-faq-category-nav {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f4f6f3;
}

.boss-faq-category-nav .content-wrap {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.boss-faq-category-nav a {
  padding: 9px 17px;
  border-radius: 999px;
  color: #737b76;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.boss-faq-category-nav a:hover,
.boss-faq-category-nav a:focus-visible {
  background: #fff;
  color: var(--black);
}

.boss-faq-collection {
  padding-top: 30px;
  padding-bottom: 140px;
}

.boss-faq-group {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 72px;
  padding: 104px 0;
  scroll-margin-top: 150px;
  border-bottom: 1px solid var(--line);
}

.boss-faq-group:last-child {
  border-bottom: 0;
}

.boss-faq-group-head {
  align-self: start;
}

.boss-faq-group-head span {
  display: block;
  color: #778078;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.boss-faq-group-head h2 {
  margin-top: 13px;
  color: var(--ink);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.055em;
}

.boss-faq-group-head p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.boss-faq-group-list {
  border-top: 2px solid var(--black);
}

.boss-faq-group-list details {
  border-bottom: 1px solid var(--line);
}

.boss-faq-group-list summary {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  min-height: 88px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}

.boss-faq-group-list summary::-webkit-details-marker {
  display: none;
}

.boss-faq-group-list summary > span {
  color: #788179;
  font-size: 12px;
  font-weight: 900;
}

.boss-faq-group-list summary h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.5;
  letter-spacing: -.035em;
}

.boss-faq-group-list summary i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #f0f2f0;
  color: var(--ink);
  font-size: 17px;
  font-style: normal;
  transition: .2s ease;
}

.boss-faq-group-list details[open] summary i {
  transform: rotate(45deg);
  background: var(--black);
  color: var(--green);
}

.boss-faq-answer {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  padding: 0 48px 32px 0;
}

.boss-faq-answer > span {
  color: #91ab17;
  font-size: 13px;
  font-weight: 950;
}

.boss-faq-answer p {
  color: #5f6862;
  font-size: 16px;
  line-height: 1.85;
}

.boss-faq-related-link {
  grid-column: 2;
  display: inline-flex;
  width: max-content;
  margin-top: 24px;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.boss-faq-related-link span {
  color: #91ab17;
  font-size: 20px;
}

.boss-faq-help {
  padding: 110px 0;
  border-top: 1px solid #e2e6e1;
  background: #f2f4f1;
  color: var(--ink);
}

.boss-faq-help .content-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: end;
}

.boss-faq-help > .content-wrap > div:first-child > span {
  color: #789600;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.boss-faq-help h2 {
  margin-top: 18px;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.06em;
}

.boss-faq-help p {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.boss-faq-help-actions {
  display: grid;
  width: 310px;
  gap: 10px;
}

.boss-faq-help-actions a {
  display: flex;
  min-height: 64px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d5dad4;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.boss-faq-help-actions a strong {
  font-size: 16px;
}

.boss-faq-help-actions a.is-primary {
  border-color: var(--green);
  background: var(--green);
  color: var(--black);
}

@media (max-width: 1024px) {
  .boss-faq-category-nav .content-wrap {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .boss-faq-group {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 45px;
  }
  .boss-faq-help .content-wrap {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .boss-faq-hero {
    padding: 72px 0 62px;
  }
  .boss-faq-hero h1 {
    margin-top: 21px;
    font-size: clamp(42px, 13vw, 58px);
  }
  .boss-faq-hero > .content-wrap > p {
    margin-top: 22px;
    font-size: 16px;
  }
  .boss-faq-summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 32px;
  }
  .boss-faq-summary span {
    min-height: 42px;
    padding: 0 12px;
    justify-content: center;
    font-size: 12px;
  }
  .boss-faq-summary span:last-child {
    grid-column: 1 / -1;
  }
  .boss-faq-category-nav .content-wrap {
    width: 100%;
    min-height: 58px;
    padding: 0 16px;
  }
  .boss-faq-category-nav a {
    padding: 8px 13px;
    font-size: 12px;
  }
  .boss-faq-collection {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .boss-faq-group {
    display: block;
    padding: 74px 0;
    scroll-margin-top: 128px;
  }
  .boss-faq-group-head {
    margin-bottom: 32px;
  }
  .boss-faq-group-head h2 {
    font-size: 31px;
  }
  .boss-faq-group-head p {
    margin-top: 14px;
    font-size: 14px;
  }
  .boss-faq-group-list summary {
    grid-template-columns: 40px minmax(0, 1fr) 28px;
    min-height: 80px;
    gap: 6px;
  }
  .boss-faq-group-list summary > span {
    font-size: 11px;
  }
  .boss-faq-group-list summary h3 {
    padding: 14px 0;
    font-size: 16px;
  }
  .boss-faq-group-list summary i {
    width: 27px;
    height: 27px;
  }
  .boss-faq-answer {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 6px;
    padding: 0 28px 26px 0;
  }
  .boss-faq-answer p {
    font-size: 16px;
  }
  .boss-faq-related-link {
    margin-top: 21px;
    font-size: 13px;
  }
  .boss-faq-help {
    padding: 82px 0;
  }
  .boss-faq-help .content-wrap {
    gap: 38px;
  }
  .boss-faq-help h2 {
    font-size: 39px;
  }
  .boss-faq-help-actions {
    width: 100%;
  }
}
