/* ==========================================================================
   Zero Next One BASE NIIKAPPU
   lower-stay.css v1.4
   Lower page: 一般宿泊 / STAY
   --------------------------------------------------------------------------
   Concept:
   自然に包まれる、上質なベースキャンプ。
   --------------------------------------------------------------------------
   CSS target:
   resources/views/front/pages/stay.php v1.4
   body class: page-lower page-stay page-stay-v14
   ========================================================================== */

/* --------------------------------------------------------------------------
   01. Scope / design tokens
   -------------------------------------------------------------------------- */

.page-stay-v14 {
  --stay-v14-ink: #26231d;
  --stay-v14-ink-soft: #5f594f;
  --stay-v14-paper: #f7f2e8;
  --stay-v14-paper-deep: #eee5d4;
  --stay-v14-line: rgba(43, 37, 28, 0.13);
  --stay-v14-line-strong: rgba(43, 37, 28, 0.22);
  --stay-v14-green: #26382d;
  --stay-v14-green-deep: #17241d;
  --stay-v14-gold: #b8944a;
  color: var(--stay-v14-ink);
  background: var(--stay-v14-paper);
}

.page-stay-v14 .l-main {
  overflow: clip;
  background:
    radial-gradient(circle at 8% 4%, rgba(184, 148, 74, 0.11), transparent 310px),
    radial-gradient(circle at 100% 34%, rgba(38, 56, 45, 0.08), transparent 340px),
    linear-gradient(180deg, #fffdf7 0%, #f7f2e8 42%, #efe7d8 100%);
}

.p-stay-v14 {
  position: relative;
  isolation: isolate;
  padding-bottom: calc(72px + env(safe-area-inset-bottom));
}

.p-stay-v14 img {
  max-width: 100%;
}

.p-stay-v14-section,
.p-stay-v14-scene__rail,
.p-stay-v14-styles__grid,
.p-stay-v14-room-meal__list,
.p-stay-v14-soft-cta,
.p-stay-v14-flow,
.p-stay-v14-note,
.p-stay-v14-faq,
.p-stay-v14-final__inner {
  width: min(calc(100% - 32px), 1120px);
  margin-inline: auto;
}

.p-stay-v14-section {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.p-stay-v14-section__kicker {
  margin: 0;
  color: var(--stay-v14-gold);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.p-stay-v14-section__title {
  margin: 0;
  color: var(--stay-v14-ink);
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: clamp(1.72rem, 8vw, 2.75rem);
  font-weight: 650;
  line-height: 1.32;
  letter-spacing: 0.065em;
}

.p-stay-v14-section__lead {
  max-width: 42em;
  margin: 0;
  color: var(--stay-v14-ink-soft);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.88rem;
  font-weight: 550;
  line-height: 1.95;
  letter-spacing: 0.04em;
}

/* --------------------------------------------------------------------------
   02. Hero
   -------------------------------------------------------------------------- */

.p-stay-v14-hero {
  position: relative;
  display: grid;
  min-height: 85svh;
  overflow: hidden;
  color: #fffdf7;
  background: #17241d;
}

.p-stay-v14-hero__photo,
.p-stay-v14-hero__photo img,
.p-stay-v14-hero__overlay {
  position: absolute;
  inset: 0;
}

.p-stay-v14-hero__photo {
  margin: 0;
  z-index: 0;
}

.p-stay-v14-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.98) brightness(0.92);
  transform: scale(1.015);
}

.p-stay-v14-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(13, 18, 15, 0.2) 0%, rgba(13, 18, 15, 0.1) 34%, rgba(13, 18, 15, 0.72) 100%),
    linear-gradient(90deg, rgba(13, 18, 15, 0.54) 0%, rgba(13, 18, 15, 0.2) 52%, rgba(13, 18, 15, 0.06) 100%);
  pointer-events: none;
}

.p-stay-v14-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  width: min(calc(100% - 32px), 1120px);
  min-height: inherit;
  margin-inline: auto;
  padding: clamp(76px, 20svh, 138px) 0 clamp(42px, 11svh, 92px);
}

.p-stay-v14-breadcrumb {
  align-self: start;
  margin-bottom: auto;
  padding-top: 2px;
}

.p-stay-v14-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-stay-v14-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 253, 247, 0.74);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-stay-v14-breadcrumb__item:not(:last-child)::after {
  content: "/";
  opacity: 0.45;
}

.p-stay-v14-breadcrumb__link {
  color: inherit;
  text-decoration: none;
}

.p-stay-v14-breadcrumb__current {
  color: rgba(255, 253, 247, 0.9);
}

.p-stay-v14-hero__content {
  display: grid;
  justify-items: start;
  gap: 13px;
  max-width: 560px;
  padding-top: 20svh;
}

.p-stay-v14-hero__kicker {
  margin: 0;
  color: rgba(255, 253, 247, 0.74);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.p-stay-v14-hero__title {
  margin: 0;
  color: #fffdf7;
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: clamp(1.55rem, 6.2vw, 1.78rem);
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 0.105em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.24);
}

.p-stay-v14-hero__lead {
  margin: 0;
  color: rgba(255, 253, 247, 0.86);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.92;
  letter-spacing: 0.045em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
}

.p-stay-v14-hero__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 253, 247, 0.72);
  border-radius: 999px;
  color: #fffdf7;
  background: rgba(255, 253, 247, 0.06);
  backdrop-filter: blur(8px);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   03. Stay Scene
   -------------------------------------------------------------------------- */

.p-stay-v14-scene,
.p-stay-v14-styles,
.p-stay-v14-room-meal,
.p-stay-v14-flow-faq {
  padding-block: 84px 0;
}

.p-stay-v14-scene__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 76%);
  gap: 14px;
  overflow-x: auto;
  padding: 2px 16px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.p-stay-v14-scene__rail::-webkit-scrollbar {
  display: none;
}

.p-stay-v14-scene-card {
  position: relative;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--stay-v14-paper-deep);
  scroll-snap-align: start;
}

.p-stay-v14-scene-card img,
.p-stay-v14-feature__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98) brightness(0.98);
}

.p-stay-v14-scene-card::after,
.p-stay-v14-feature__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 36, 29, 0.03) 0%, rgba(23, 36, 29, 0.33) 100%);
  pointer-events: none;
}

.p-stay-v14-scene-card figcaption {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  display: inline-grid;
  gap: 4px;
  color: #fffdf7;
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.p-stay-v14-scene-card figcaption span {
  color: rgba(255, 253, 247, 0.78);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
}

/* --------------------------------------------------------------------------
   04. Stay Styles
   -------------------------------------------------------------------------- */

.p-stay-v14-styles__grid {
  display: grid;
  gap: 12px;
}

.p-stay-v14-style-card {
  display: grid;
  gap: 10px;
  padding: 22px 20px;
  border: 1px solid var(--stay-v14-line);
  border-radius: 20px;
  background: rgba(255, 253, 247, 0.72);
  box-shadow: none;
}

.p-stay-v14-style-card__label,
.p-stay-v14-style-card__title,
.p-stay-v14-style-card__text {
  margin: 0;
}

.p-stay-v14-style-card__label {
  color: var(--stay-v14-gold);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
}

.p-stay-v14-style-card__title {
  color: var(--stay-v14-ink);
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: 1.24rem;
  font-weight: 650;
  line-height: 1.36;
  letter-spacing: 0.055em;
}

.p-stay-v14-style-card__text {
  color: var(--stay-v14-ink-soft);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.83rem;
  font-weight: 550;
  line-height: 1.82;
  letter-spacing: 0.036em;
}

.p-stay-v14-style-card__link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
  color: var(--stay-v14-green);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.5;
  letter-spacing: 0.045em;
  text-decoration: none;
}

.p-stay-v14-style-card__link::after {
  content: "→";
  font-family: var(--font-label, system-ui, sans-serif);
  font-weight: 900;
  transition: transform 0.22s ease;
}

/* --------------------------------------------------------------------------
   05. Room & Meal
   -------------------------------------------------------------------------- */

.p-stay-v14-room-meal__list {
  display: grid;
  gap: 56px;
}

.p-stay-v14-feature {
  display: grid;
  gap: 18px;
}

.p-stay-v14-feature__photo {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: var(--stay-v14-paper-deep);
}

.p-stay-v14-feature__body {
  display: grid;
  gap: 9px;
}

.p-stay-v14-feature__label,
.p-stay-v14-feature__title,
.p-stay-v14-feature__text {
  margin: 0;
}

.p-stay-v14-feature__label {
  color: var(--stay-v14-gold);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
}

.p-stay-v14-feature__title {
  color: var(--stay-v14-ink);
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: clamp(1.5rem, 7vw, 2.35rem);
  font-weight: 650;
  line-height: 1.34;
  letter-spacing: 0.06em;
}

.p-stay-v14-feature__text {
  color: var(--stay-v14-ink-soft);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.88rem;
  font-weight: 550;
  line-height: 1.92;
  letter-spacing: 0.04em;
}




/* --------------------------------------------------------------------------
   06. Flow & FAQ
   -------------------------------------------------------------------------- */

.p-stay-v14-flow {
  display: grid;
  gap: 12px;
}

.p-stay-v14-flow-card {
  display: grid;
  gap: 7px;
  padding: 20px 18px;
  border: 1px solid var(--stay-v14-line);
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.72);
}

.p-stay-v14-flow-card__num,
.p-stay-v14-flow-card__title,
.p-stay-v14-flow-card__text {
  margin: 0;
}

.p-stay-v14-flow-card__num {
  color: var(--stay-v14-gold);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
}

.p-stay-v14-flow-card__title {
  color: var(--stay-v14-ink);
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.42;
  letter-spacing: 0.055em;
}

.p-stay-v14-flow-card__text {
  color: var(--stay-v14-ink-soft);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 550;
  line-height: 1.78;
  letter-spacing: 0.035em;
}

.p-stay-v14-note {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 18px 16px;
  border: 1px solid rgba(184, 148, 74, 0.26);
  border-radius: 16px;
  background: rgba(184, 148, 74, 0.08);
}

.p-stay-v14-note h3,
.p-stay-v14-note p {
  margin: 0;
  font-family: var(--font-ui, system-ui, sans-serif);
  line-height: 1.8;
  letter-spacing: 0.035em;
}

.p-stay-v14-note h3 {
  color: var(--stay-v14-ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.p-stay-v14-note p {
  color: var(--stay-v14-ink-soft);
  font-size: 0.8rem;
  font-weight: 550;
}

.p-stay-v14-faq {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.p-stay-v14-faq__item {
  border: 1px solid var(--stay-v14-line);
  border-radius: 16px;
  background: rgba(255, 253, 247, 0.68);
}

.p-stay-v14-faq__question {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 16px 16px;
  color: var(--stay-v14-ink);
  cursor: pointer;
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.62;
  letter-spacing: 0.035em;
  list-style: none;
}

.p-stay-v14-faq__question::-webkit-details-marker {
  display: none;
}

.p-stay-v14-faq__question::after {
  content: "+";
  color: var(--stay-v14-gold);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 1.1rem;
  font-weight: 900;
}

.p-stay-v14-faq__item[open] .p-stay-v14-faq__question::after {
  content: "−";
}

.p-stay-v14-faq__answer {
  padding: 0 16px 16px;
}

.p-stay-v14-faq__answer p {
  margin: 0;
  color: var(--stay-v14-ink-soft);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 550;
  line-height: 1.86;
  letter-spacing: 0.035em;
}

/* --------------------------------------------------------------------------
   07. Final CTA
   -------------------------------------------------------------------------- */

.p-stay-v14-final {
  padding-block: 96px 34px;
}

.p-stay-v14-final__inner {
  display: grid;
  justify-items: center;
  gap: 15px;
  padding: 44px 22px;
  border-radius: 28px;
  color: #fffdf7;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 148, 74, 0.22), transparent 300px),
    linear-gradient(180deg, var(--stay-v14-green) 0%, var(--stay-v14-green-deep) 100%);
  text-align: center;
}

.p-stay-v14-final__kicker,
.p-stay-v14-final__title,
.p-stay-v14-final__text {
  margin: 0;
}

.p-stay-v14-final__kicker {
  color: rgba(255, 253, 247, 0.68);
  font-family: var(--font-label, system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
}

.p-stay-v14-final__title {
  color: #fffdf7;
  font-family: var(--font-heading, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: clamp(1.85rem, 8.5vw, 3.2rem);
  font-weight: 650;
  line-height: 1.36;
  letter-spacing: 0.075em;
}

.p-stay-v14-final__text {
  max-width: 36em;
  color: rgba(255, 253, 247, 0.78);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.88rem;
  font-weight: 550;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.p-stay-v14-final__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  color: var(--stay-v14-green-deep);
  background: #fffdf7;
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.055em;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   08. Fixed CTA
   -------------------------------------------------------------------------- */

.p-stay-fixed-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 60;
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fffdf7;
  background: rgba(23, 36, 29, 0.96);
  box-shadow: 0 12px 30px rgba(17, 25, 20, 0.22);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.055em;
  text-decoration: none;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.p-stay-fixed-cta[hidden] {
  display: none !important;
}

.p-stay-fixed-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* --------------------------------------------------------------------------
   09. Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 374px) {
  .p-stay-v14-section,
  .p-stay-v14-styles__grid,
  .p-stay-v14-room-meal__list,
  .p-stay-v14-soft-cta,
  .p-stay-v14-flow,
  .p-stay-v14-note,
  .p-stay-v14-faq,
  .p-stay-v14-final__inner {
    width: min(calc(100% - 28px), 1120px);
  }

  .p-stay-v14-hero__inner {
    width: min(calc(100% - 28px), 1120px);
  }

  .p-stay-v14-hero__title {
    font-size: 1.48rem;
    letter-spacing: 0.085em;
  }

  .p-stay-v14-scene__rail {
    grid-auto-columns: minmax(210px, 82%);
  }
}

@media (min-width: 768px) {
  .p-stay-v14 {
    padding-bottom: 0;
  }

  .p-stay-v14-section,
  .p-stay-v14-scene__rail,
  .p-stay-v14-styles__grid,
  .p-stay-v14-room-meal__list,
  .p-stay-v14-soft-cta,
  .p-stay-v14-flow,
  .p-stay-v14-note,
  .p-stay-v14-faq,
  .p-stay-v14-final__inner {
    width: min(calc(100% - 56px), 1120px);
  }

  .p-stay-v14-hero__inner {
    width: min(calc(100% - 56px), 1120px);
  }

  .p-stay-v14-hero__title {
    font-size: clamp(2.7rem, 5vw, 4.6rem);
    line-height: 1.34;
  }

  .p-stay-v14-hero__lead {
    font-size: 0.98rem;
  }

  .p-stay-v14-hero__button {
    min-height: 46px;
    padding-inline: 22px;
  }

  .p-stay-v14-scene,
  .p-stay-v14-styles,
  .p-stay-v14-room-meal,
  .p-stay-v14-flow-faq {
    padding-block-start: 112px;
  }

  .p-stay-v14-scene__rail {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    padding-inline: 0;
  }

  .p-stay-v14-scene-card {
    min-height: 320px;
  }

  .p-stay-v14-styles__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .p-stay-v14-style-card {
    min-height: 300px;
    align-content: start;
    padding: 26px 24px;
  }

  .p-stay-v14-room-meal__list {
    gap: 84px;
  }

  .p-stay-v14-feature {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    gap: 44px;
  }

  .p-stay-v14-feature--reverse {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .p-stay-v14-feature--reverse .p-stay-v14-feature__photo {
    order: 2;
  }

  .p-stay-v14-feature__photo {
    min-height: 470px;
  }


  .p-stay-v14-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .p-stay-v14-flow-card {
    min-height: 190px;
    align-content: start;
  }

  .p-stay-v14-note {
    padding: 20px 22px;
  }

  .p-stay-v14-final {
    padding-block: 122px 54px;
  }

  .p-stay-v14-final__inner {
    padding: 64px 48px;
  }

  .p-stay-fixed-cta {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .p-stay-v14-section,
  .p-stay-v14-scene__rail,
  .p-stay-v14-styles__grid,
  .p-stay-v14-room-meal__list,
  .p-stay-v14-soft-cta,
  .p-stay-v14-flow,
  .p-stay-v14-note,
  .p-stay-v14-faq,
  .p-stay-v14-final__inner {
    width: min(calc(100% - 80px), 1180px);
  }

  .p-stay-v14-hero__inner {
    width: min(calc(100% - 80px), 1180px);
  }

  .p-stay-v14-feature {
    gap: 64px;
  }
}

/* --------------------------------------------------------------------------
   10. Hover / motion
   -------------------------------------------------------------------------- */

@media (hover: hover) {
  .p-stay-v14-hero__button,
  .p-stay-v14-style-card,
  .p-stay-v14-style-card__link,
  .p-stay-v14-soft-cta a,
  .p-stay-v14-final__button,
  .p-stay-fixed-cta {
    transition:
      opacity 0.24s ease,
      transform 0.24s ease,
      border-color 0.24s ease,
      background-color 0.24s ease,
      color 0.24s ease;
  }

  .p-stay-v14-hero__button:hover {
    background: rgba(255, 253, 247, 0.18);
  }

  .p-stay-v14-style-card:hover {
    transform: translateY(-2px);
    border-color: var(--stay-v14-line-strong);
    background: rgba(255, 253, 247, 0.86);
  }

  .p-stay-v14-style-card__link:hover::after {
    transform: translateX(3px);
  }

  .p-stay-v14-soft-cta a:hover,
  .p-stay-fixed-cta:hover {
    background: var(--stay-v14-green-deep);
  }

  .p-stay-v14-final__button:hover {
    transform: translateY(-2px);
  }
}

/* --------------------------------------------------------------------------
   11. Reduced motion / print
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .p-stay-fixed-cta,
  .p-stay-v14-hero__button,
  .p-stay-v14-style-card,
  .p-stay-v14-style-card__link,
  .p-stay-v14-soft-cta a,
  .p-stay-v14-final__button {
    transition: none !important;
  }
}

@media print {
  .p-stay-v14-hero {
    min-height: auto;
    color: #111;
    background: #fff;
  }

  .p-stay-v14-hero__photo,
  .p-stay-v14-hero__overlay,
  .p-stay-v14-scene,
  .p-stay-fixed-cta,
  .p-stay-v14-hero__button,
  .p-stay-v14-final {
    display: none !important;
  }

  .p-stay-v14-style-card,
  .p-stay-v14-flow-card,
  .p-stay-v14-note,
  .p-stay-v14-faq__item {
    box-shadow: none !important;
  }
}

/* Sec07 guest-scene reuse: couple stay card */
.p-stay-v14-scene-card:nth-child(5) img {
  object-position: 50% 38%;
}
