@font-face {
  font-family: "Italiana";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../assets/fonts/italiana-v21-latin-regular.5079c87a.woff2")
    format("woff2");
}
body {
  /* background: url("../images/bg.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body * {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Microsoft JhengHei",
    微軟正黑體, "PingFang SC", "Microsoft YaHei", 微软雅黑, "Hiragino Sans", "Yu Gothic",
    Meiryo, "Apple SD Gothic Neo", "Malgun Gothic", "Leelawadee UI", "Segoe UI",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.default-font {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Microsoft JhengHei",
    微軟正黑體, "PingFang SC", "Microsoft YaHei", 微软雅黑, "Hiragino Sans", "Yu Gothic",
    Meiryo, "Apple SD Gothic Neo", "Malgun Gothic", "Leelawadee UI", "Segoe UI",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.font-italiana {
  font-family: "Italiana", serif;
}

/* swiper start */

.custom-button-next,
.custom-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.custom-button-next {
  right: 0;
}
.custom-button-prev {
  left: 0;
}
.direction-page-hero-image-wrapper {
  background-image: url("../images/directions-wenxinzq-hero-mobile.0883c2a0.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.faqs-wenxinzq-hero {
  background-image: url("../images/faqs-wenxinzq-hero-mobile.515decd7.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.home-page-hero-image-wrapper.facilities-wenxinzq-hero {
  background-image: url("../images/facilities-wenxinzq-hero-mobile.b9d0a9df.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media screen and (min-width: 768px) {
  .direction-page-hero-image-wrapper {
    background-image: url("../images/directions-wenxinzq-hero.38756b36.png") !important;
  }
  .home-page-hero-image-wrapper.facilities-wenxinzq-hero {
    background-image: url("../images/facilities-wenxinzq-hero.4733f14b.png") !important;
  }
  .faqs-wenxinzq-hero {
    background-image: url("../images/faqs-wenxinzq-hero.65fe0b17.png") !important;
  }
}

.home-page-hero-image-wrapper,
.package-details-page-hero-image-wrapper,
.local-eat-page-hero-image-wrapper,
.blog-list-page-hero-image-wrapper,
.blob-article-page-hero-image-wrapper,
.package-list-page-hero-image-wrapper {
  background-size: 100% 100%;
}

.local-eat-page-hero-image-wrapper,
.package-list-page-hero-image-wrapper {
  background-image: url("../images/Rectangle_1.6c1ec7e5.jpg") !important;
}

.package-list-page-hero-image-wrapper.package-list-wenxinzq-hero {
  background-image: url("../images/package-list-wenxinzq-hero-mobile.3f5c50e1.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.local-eat-page-hero-image-wrapper.local-eat-wenxinzq-hero {
  background-image: url("../images/local-eat-wenxinzq-hero-mobile.f8637b58.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.local-eat-wenxinzq-hero h2 {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.25;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.82),
    0 0 22px rgba(0, 0, 0, 0.55);
}

.page-hero-title-glow {
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.82),
    0 0 22px rgba(0, 0, 0, 0.55);
}

.local-eat-decision-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.local-eat-decision-card {
  background: #ffffff;
  border: 1px solid rgba(49, 49, 49, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(49, 49, 49, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.local-eat-decision-card__image {
  aspect-ratio: 16 / 10;
  background: #f3f5ef;
  overflow: hidden;
}

.local-eat-decision-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.local-eat-decision-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.local-eat-decision-card__meta {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}

.local-eat-decision-card__chip {
  align-items: center;
  background: #f3f5ef;
  border-radius: 6px;
  color: #313131;
  display: flex;
  font-size: 13px;
  gap: 8px;
  line-height: 1.35;
  padding: 8px 10px;
}

.local-eat-decision-card__chip i,
.local-eat-decision-card__chip .site-icon {
  color: #7a8960;
  flex: 0 0 auto;
}

.local-eat-decision-card__summary {
  color: #4b5563;
  line-height: 1.75;
}

.local-eat-decision-card__details {
  color: #4b5563;
  line-height: 1.75;
}

.local-eat-decision-card__details summary {
  color: #7a8960;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  list-style: none;
}

.local-eat-decision-card__details summary::-webkit-details-marker {
  display: none;
}

.local-eat-decision-card__cta {
  align-items: center;
  background: #313131;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  margin-top: auto;
  padding: 12px 16px;
  text-align: center;
}

.local-eat-decision-card__cta:hover {
  background: #7a8960;
}

@media screen and (min-width: 768px) {
  .local-eat-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1280px) {
  .local-eat-decision-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .local-eat-decision-card__body {
    padding: 22px;
  }
}

@media screen and (min-width: 640px) {
  .local-eat-wenxinzq-hero h2 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .local-eat-page-hero-image-wrapper.local-eat-wenxinzq-hero {
    background-image: url("../images/local-eat-wenxinzq-hero.9e0f6b90.png") !important;
  }
  .package-list-page-hero-image-wrapper.package-list-wenxinzq-hero {
    background-image: url("../images/package-list-wenxinzq-hero.90c17136.png") !important;
  }
}

@media screen and (min-width: 1280px) {
  .local-eat-wenxinzq-hero h2 {
    font-size: 56px;
  }
}

.home-hero-booking-wrapper .home-hero-title {
  color: #ffffff;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.82),
    0 0 22px rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .has-mobile-sticky-cta {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }

  .home-hero-booking-wrapper {
    position: relative;
  }

  .home-hero-booking-wrapper .home-hero-content {
    padding-top: 56px;
    padding-bottom: 62px;
  }

  .home-hero-booking-wrapper .home-hero-title.text-6xl {
    font-size: clamp(2.25rem, 10.5vw, 3.25rem);
  }

  .home-hero-booking-wrapper .home-hero-cta-row {
    display: none;
  }

  .home-hero-contact-summary {
    margin-top: 0;
    padding-bottom: 26px;
    padding-top: 22px;
    width: min(86%, 360px);
  }

  .home-hero-contact-summary h1 {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 6px;
  }

  .home-hero-contact-summary p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 0;
  }

  .home-hero-contact-summary p:first-of-type {
    display: none;
  }

  .home-hero-contact-summary p:last-of-type i,
  .home-hero-contact-summary p:last-of-type .site-icon {
    display: none;
  }

  .home-hero-contact-summary p:last-of-type a {
    color: #4b5563;
  }

  .mobile-sticky-cta {
    align-items: center;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 41, 55, 0.1);
    border-radius: 8px 8px 0 0;
    bottom: 0;
    box-sizing: border-box;
    box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.1);
    display: grid;
    gap: 6px;
    grid-template-columns: 1.35fr 0.82fr 0.82fr;
    justify-content: start;
    left: 50%;
    max-width: none;
    overflow: hidden;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    position: fixed;
    transform: translateX(-50%);
    width: min(94vw, 420px);
    z-index: 60;
  }

  .mobile-sticky-cta__link {
    align-items: center;
    background: rgba(248, 250, 249, 0.92);
    border: 1px solid rgba(31, 41, 55, 0.1);
    border-radius: 6px;
    color: #1f2937;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    gap: 4px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    min-width: 0;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-sticky-cta__link i,
  .mobile-sticky-cta__link .site-icon {
    font-size: 14px;
  }

  .mobile-sticky-cta__link--primary {
    background: #2f302f;
    border-color: #2d2d2d;
    color: #ffffff;
  }

  .mobile-sticky-cta__link--secondary {
    background: #e2e6da;
    border-color: #a3b18a;
    color: #313131;
  }

  .mobile-sticky-cta--home {
    grid-template-columns: 1.15fr 1fr 0.75fr 0.75fr;
  }
}

@media screen and (min-width: 768px) {
  .home-page-hero-image-wrapper,
  .package-details-page-hero-image-wrapper,
  .local-eat-page-hero-image-wrapper,
  .blog-list-page-hero-image-wrapper,
  .blob-article-page-hero-image-wrapper,
  .package-list-page-hero-image-wrapper {
    background-size: 80% 100%;
  }
}

/* === facilities page === */
.facility-hero-aside {
  align-items: center;
  background: #f3f5ef;
  border: 1px solid rgba(163, 177, 138, 0.35);
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.facility-hero-cta {
  background: #a3b18a;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 14px 16px;
  text-align: center;
  transition: background 0.2s ease;
}

.facility-hero-cta:hover {
  background: #7a8960;
}

.facility-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.facility-card {
  background: #ffffff;
  border: 1px solid rgba(49, 49, 49, 0.1);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(49, 49, 49, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.facility-card:hover {
  box-shadow: 0 18px 40px rgba(49, 49, 49, 0.12);
  transform: translateY(-2px);
}

.facility-card__image {
  aspect-ratio: 16 / 10;
  background: #f3f5ef;
  overflow: hidden;
}

.facility-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.facility-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}

.facility-card__title {
  color: #313131;
  font-size: 1.05rem;
  font-weight: 700;
}

.facility-card__text {
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.7;
}

.paid-service-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.paid-service-item {
  align-items: center;
  background: #f3f5ef;
  border-radius: 8px;
  color: #313131;
  display: flex;
  gap: 12px;
  padding: 16px 18px;
}

.paid-service-item i,
.paid-service-item .site-icon {
  color: #7a8960;
  flex: 0 0 auto;
  font-size: 1.1rem;
}

@media screen and (min-width: 640px) {
  .facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .paid-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1024px) {
  .facility-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* === room grid (home) === */
.room-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.room-card {
  background: #ffffff;
  border: 1px solid rgba(49, 49, 49, 0.1);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(49, 49, 49, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.room-card:hover {
  box-shadow: 0 18px 40px rgba(49, 49, 49, 0.12);
  transform: translateY(-2px);
}

.room-card__image {
  aspect-ratio: 4 / 3;
  background: #f3f5ef;
  overflow: hidden;
}

.room-card__image picture,
.room-card__image img {
  display: block;
  height: 100%;
  width: 100%;
}

.room-card__image img {
  object-fit: cover;
}

.room-list-page .room-list-gallery-frame {
  background: #f3f5ef;
  overflow: hidden;
}

.dorm-gallery .swiper-slide > .mx-auto > .h-60 {
  background: #f3f5ef;
  overflow: hidden;
}

.room-list-page .room-list-gallery-frame picture,
.room-list-page .room-list-gallery-frame img,
.dorm-gallery .swiper-slide > .mx-auto > .h-60 picture,
.dorm-gallery .swiper-slide > .mx-auto > .h-60 img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.room-list-page .item-center {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  margin-top: 18px;
}

.room-list-page .item-center > li {
  align-items: center;
  color: #7a8960;
  display: inline-flex;
  font-size: 0.95rem;
  gap: 6px;
  line-height: 1;
}

.room-list-page .item-center > li > .site-icon {
  color: #a3b18a;
  font-size: 1rem;
}

.room-list-page .item-center > li > span {
  color: #5f6d4d;
  font-size: 0.9rem;
  line-height: 1;
}

.room-list-page .item-center + div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.room-list-page .item-center + div > a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 136px;
  padding: 10px 18px;
  text-align: center;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.room-list-page .item-center + div > a.bg-primary-black {
  background: #313131;
  color: #ffffff;
}

.room-list-page .item-center + div > a.bg-primary-black:hover {
  background: #7a8960;
}

.room-list-page .item-center + div > a.border {
  border: 1px solid #313131;
  color: #313131;
}

.room-list-page .item-center + div > a.border:hover {
  border-color: #7a8960;
  color: #7a8960;
}

@media screen and (min-width: 1280px) {
  .room-list-page .item-center,
  .room-list-page .item-center + div {
    justify-content: flex-start;
  }
}

.dorm-feature-list .site-icon,
.dorm-amenities .site-icon {
  color: #a3b18a;
  flex: 0 0 auto;
  width: 1.125rem;
}

.dorm-amenities.dorm-amenities > li {
  gap: 0;
}

.dorm-amenities.dorm-amenities > li > .site-icon + span {
  margin-left: 0.625rem;
}

.more-rooms-swiper .item-center .site-icon {
  color: #a3b18a;
}

.room-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.room-card__title {
  color: #313131;
  font-size: 1.25rem;
  font-weight: 700;
}

.room-card__desc {
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.7;
}

.room-card__amenities {
  align-items: center;
  color: #a3b18a;
  display: flex;
  font-size: 1.1rem;
  gap: 18px;
}

.room-card__cta {
  background: #313131;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  margin-top: auto;
  padding: 12px 16px;
  text-align: center;
  transition: background 0.2s ease;
}

.room-card__cta:hover {
  background: #7a8960;
}

@media screen and (min-width: 768px) {
  .room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1280px) {
  .room-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* === room card: decision meta, labelled amenities, section CTA === */
.room-card__meta {
  color: #313131;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
  gap: 14px;
}

.room-card__meta span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.room-card__meta i,
.room-card__meta .site-icon {
  color: #a3b18a;
}

.room-card__amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.room-card__amenities li {
  align-items: center;
  background: #f3f5ef;
  border-radius: 6px;
  color: #4b5563;
  display: inline-flex;
  font-size: 0.78rem;
  gap: 6px;
  padding: 4px 10px;
}

.room-card__amenities li i,
.room-card__amenities li .site-icon {
  color: #7a8960;
}

.room-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}

.room-cta {
  border-radius: 6px;
  display: inline-block;
  font-weight: 600;
  padding: 14px 32px;
  text-align: center;
  transition: all 0.2s ease;
}

.room-cta--primary {
  background: #a3b18a;
  color: #ffffff;
}

.room-cta--primary:hover {
  background: #7a8960;
}

.room-cta--ghost {
  background: #ffffff;
  border: 1px solid #a3b18a;
  color: #5d6b46;
}

.room-cta--ghost:hover {
  background: #f3f5ef;
}

.home-hero-cta-row .room-cta {
  border-radius: 0;
}

.hero-hsr-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 999px;
  background: #f3f5ef;
  border: 1px solid #a3b18a;
  color: #5d6b46;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.hero-hsr-badge:hover {
  background: #e2e6da;
}

.hero-hsr-badge:focus-visible {
  outline: 3px solid #313131;
  outline-offset: 3px;
}

/* === home special-package grid === */
.package-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.package-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(49, 49, 49, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.package-card__media {
  aspect-ratio: 16 / 9;
  background: #f3f5ef;
  overflow: hidden;
}

.package-card__media picture,
.package-card__media img,
.package-card__media bento-youtube {
  display: block;
  height: 100%;
  width: 100%;
}

.package-card__media img,
.package-card__media bento-youtube {
  object-fit: cover;
}

.package-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
  text-align: center;
}

.package-card__title {
  color: #313131;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
}

.package-card__cta {
  background: #313131;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  margin-top: auto;
  padding: 12px 16px;
  text-align: center;
  transition: background 0.2s ease;
}

.package-card__cta:hover {
  background: #7a8960;
}

@media screen and (min-width: 768px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1024px) {
  .package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* === home customer review cards === */
.review-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.review-card {
  background: #ffffff;
  border: 1px solid rgba(49, 49, 49, 0.08);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(49, 49, 49, 0.07);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
}

.review-card__stars {
  color: #e0a82e;
  display: flex;
  font-size: 1rem;
  gap: 4px;
}

.review-card__text {
  color: #374151;
  flex: 1;
  line-height: 1.85;
}

.review-card__author {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.review-card__avatar {
  align-items: center;
  background: #a3b18a;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.review-card__name {
  color: #313131;
  font-weight: 700;
  line-height: 1.3;
}

.review-card__source {
  align-items: center;
  color: #6b7280;
  display: inline-flex;
  font-size: 0.8rem;
  gap: 5px;
}

.review-card__source i,
.review-card__source .site-icon {
  color: #4285f4;
}

@media screen and (min-width: 768px) {
  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* === home review rating badge === */
.review-rating-badge {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(49, 49, 49, 0.1);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(49, 49, 49, 0.06);
  display: inline-flex;
  gap: 10px;
  margin-bottom: 36px;
  padding: 9px 20px;
}

.review-rating-badge__google {
  color: #4285f4;
  font-size: 1.05rem;
}

.review-rating-badge__score {
  color: #313131;
  font-weight: 700;
}

.review-rating-badge__stars {
  color: #e0a82e;
  display: inline-flex;
  font-size: 0.9rem;
  gap: 2px;
}

.review-rating-badge__count {
  color: #6b7280;
  font-size: 0.85rem;
}

/* === home hero: dedicated mobile (4:5) crop === */
@media screen and (max-width: 767px) {
  .home-hero-booking-wrapper.home-page-hero-image-wrapper.home-hero-has-picture {
    background-image: none !important;
    background-size: cover !important;
    background-position: center !important;
  }
}

/* === a11y: keyboard focus rings + min touch targets === */
.room-cta:focus-visible,
.room-card__cta:focus-visible,
.package-card__cta:focus-visible,
a.bg-primary-black:focus-visible {
  outline: 3px solid #313131;
  outline-offset: 3px;
}

.room-cta--primary:focus-visible {
  outline-color: #2f3a20;
}

a.home-hero-booking-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.room-card__cta,
.package-card__cta {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 44px;
}

/* === home package video poster facade === */
.package-card__video {
  background: #1f2530;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}

.package-card__video picture,
.package-card__video img {
  display: block;
  height: 100%;
  width: 100%;
}

.package-card__video img {
  object-fit: cover;
}

.package-card__play {
  align-items: center;
  background: rgba(31, 37, 48, 0.62);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.2s ease, transform 0.2s ease;
  width: 60px;
}

.package-card__play i,
.package-card__play .site-icon {
  font-size: 1.25rem;
  margin-left: 3px;
}

.package-card__video:hover .package-card__play,
.package-card__video:focus-visible .package-card__play {
  background: #7a8960;
  transform: translate(-50%, -50%) scale(1.06);
}

.package-card__video:focus-visible {
  outline: 3px solid #313131;
  outline-offset: 3px;
}

/* === Pet separate-stay campaign page === */
.pet-separate-stay-page main .site-icon,
.pet-separate-stay-page footer .site-icon,
.pet-separate-stay-page .pet-mobile-cta .site-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  width: 1em;
}

.pet-shell {
  margin: 0 auto;
  max-width: 1160px;
  padding-left: 22px;
  padding-right: 22px;
}

.pet-hero {
  background: linear-gradient(115deg, #f7f8f2 0%, #eef1e7 100%);
  overflow: hidden;
  padding: 28px 0 54px;
}

.pet-hero__grid {
  align-items: center;
  display: grid;
  gap: 34px;
}

.pet-eyebrow {
  color: #6b7b52;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.pet-hero h1,
.pet-section h2,
.pet-final-cta h2 {
  color: #313131;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.pet-hero h1 {
  font-size: clamp(2rem, 5.5vw, 4.2rem);
  line-height: 1.24;
  max-width: 720px;
}

.pet-hero__lede {
  color: #48504a;
  font-size: 1.03rem;
  line-height: 1.9;
  margin-top: 22px;
  max-width: 660px;
}

.pet-no-entry {
  align-items: flex-start;
  background: #fff;
  border-left: 4px solid #7a8960;
  color: #3d463d;
  display: flex;
  gap: 12px;
  line-height: 1.75;
  margin-top: 22px;
  padding: 16px 18px;
}

.pet-no-entry .site-icon {
  color: #6b7b52;
  flex: 0 0 auto;
  font-size: 1.2rem;
  margin-top: 4px;
}

.pet-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.pet-hero__facts span {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #cdd5c0;
  color: #45523b;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 12px;
}

.pet-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pet-actions--hero {
  margin-top: 24px;
}

.pet-actions--center {
  justify-content: center;
}

.pet-button {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

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

.pet-button:focus-visible,
.pet-text-link:focus-visible,
.pet-anchor-nav a:focus-visible,
.pet-faq-list summary:focus-visible {
  outline: 3px solid #313131;
  outline-offset: 3px;
}

.pet-button--dark {
  background: #313131;
  color: #fff;
}

.pet-button--dark:hover {
  background: #6b7b52;
}

.pet-button--line {
  background: #06c755;
  color: #fff;
}

.pet-button--line:hover {
  background: #059d44;
}

.pet-button--outline {
  border: 1px solid #687853;
  color: #50603c;
}

.pet-button--outline:hover {
  background: #eef1e7;
}

.pet-button--light {
  background: #fff;
  color: #3f4b31;
  width: 100%;
}

.pet-button--light:hover {
  background: #f2f4ec;
}

.pet-hero__fineprint,
.pet-price-card__fineprint {
  color: #647065;
  font-size: 0.8rem;
  line-height: 1.7;
  margin-top: 14px;
}

.pet-hero__image {
  box-shadow: 20px 22px 0 #dce2d2;
  margin: 0;
  position: relative;
}

.pet-hero__image picture,
.pet-hero__image img {
  display: block;
  height: 100%;
  width: 100%;
}

.pet-hero__image img {
  min-height: 390px;
  object-fit: cover;
}

.pet-hero__image figcaption {
  background: #313131;
  bottom: 0;
  color: #f8f9f5;
  font-size: 0.83rem;
  left: 0;
  line-height: 1.65;
  max-width: 92%;
  padding: 12px 15px;
  position: absolute;
}

.pet-anchor-nav {
  background: #fff;
  border-bottom: 1px solid #e2e6da;
  border-top: 1px solid #e2e6da;
  position: sticky;
  top: 0;
  z-index: 30;
}

.pet-anchor-nav .pet-shell {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 14px;
  padding-top: 14px;
  scrollbar-width: thin;
}

.pet-anchor-nav a {
  color: #48504a;
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 700;
}

.pet-anchor-nav a:hover {
  color: #6b7b52;
}

.pet-section {
  padding: 74px 0;
}

.pet-section--soft {
  background: #f3f5ef;
}

.pet-section--olive {
  background: #778662;
  color: #fff;
}

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

.pet-section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pet-section h2,
.pet-final-cta h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
  line-height: 1.3;
}

.pet-section-heading > p:not(.pet-eyebrow) {
  color: #596159;
  line-height: 1.9;
  margin-top: 18px;
}

.pet-facts-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.pet-facts-grid > div {
  background: #fff;
  min-height: 122px;
  padding: 20px;
}

.pet-facts-grid dt {
  color: #6b7b52;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.pet-facts-grid dd {
  color: #313131;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.pet-feature-grid {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.pet-feature-card {
  border: 1px solid #e3e7dc;
  min-height: 238px;
  padding: 25px;
}

.pet-icon {
  align-items: center;
  background: #e2e6da;
  color: #566444;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  margin-bottom: 22px;
  width: 42px;
}

.pet-icon .site-icon {
  font-size: 1.15rem;
}

.pet-feature-card h3,
.pet-process h3 {
  color: #313131;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
}

.pet-feature-card p {
  color: #5f6760;
  font-size: 0.92rem;
  line-height: 1.8;
  margin-top: 10px;
}

.pet-price-layout {
  display: grid;
  gap: 34px;
}

.pet-section--olive .pet-eyebrow {
  color: #e9eddc;
}

.pet-section--olive h2,
.pet-section--olive p,
.pet-section--olive li {
  color: #fff;
}

.pet-price-copy > p:not(.pet-eyebrow) {
  line-height: 1.9;
  margin-top: 20px;
}

.pet-check-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.pet-check-list li {
  align-items: center;
  display: flex;
  gap: 10px;
}

.pet-check-list li::before {
  background: #dce4ce;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
}

.pet-price-note {
  border-left: 2px solid #dce4ce;
  font-size: 0.86rem;
  padding-left: 14px;
}

.pet-price-card {
  align-self: start;
  background: #f4f6ee;
  color: #313131;
  padding: 30px;
}

.pet-price-card__label {
  color: #63734e;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pet-price-card__amount {
  color: #313131;
  font-size: clamp(4rem, 10vw, 5.8rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.9;
  margin-top: 18px;
}

.pet-price-card__amount span {
  font-size: 0.34em;
  letter-spacing: 0;
  margin-right: 6px;
  vertical-align: top;
}

.pet-price-card__unit {
  color: #566052;
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 10px;
}

.pet-price-card dl {
  border-bottom: 1px solid #d9dfce;
  border-top: 1px solid #d9dfce;
  margin: 24px 0;
  padding: 13px 0;
}

.pet-price-card dl > div {
  display: flex;
  font-size: 0.9rem;
  gap: 12px;
  justify-content: space-between;
  padding: 7px 0;
}

.pet-price-card dt {
  color: #697162;
}

.pet-price-card dd {
  color: #313131;
  font-weight: 700;
  text-align: right;
}

.pet-price-card__fineprint {
  color: #687067;
}

/* The olive section uses white body copy, but this card intentionally has a
   light surface. Restate the text colours here so the section rule cannot
   reduce the card's contrast. */
.pet-section--olive .pet-price-card,
.pet-section--olive .pet-price-card p,
.pet-section--olive .pet-price-card li {
  color: #313131;
}

.pet-section--olive .pet-price-card__label {
  color: #52613e;
}

.pet-section--olive .pet-price-card__amount {
  color: #313131;
}

.pet-section--olive .pet-price-card__unit {
  color: #485346;
}

.pet-section--olive .pet-price-card dt {
  color: #5a6654;
}

.pet-section--olive .pet-price-card dd {
  color: #313131;
}

.pet-section--olive .pet-price-card__fineprint {
  color: #4e594d;
}

.pet-distance-layout {
  align-items: center;
  display: grid;
  gap: 40px;
}

.pet-route-art {
  background: #f3f5ef;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  padding: 32px 24px;
  text-align: center;
}

.pet-route-place {
  background: #fff;
  color: #313131;
  padding: 22px 12px;
}

.pet-route-place span {
  color: #6d7c56;
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}

.pet-route-place strong {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

.pet-route-line {
  align-items: center;
  color: #536144;
  display: flex;
  flex-direction: column;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
}

.pet-route-line i {
  border-left: 2px dashed #849170;
  height: 34px;
}

.pet-route-line small {
  color: #6a7469;
  font-size: 0.76rem;
  font-weight: 500;
}

.pet-distance-copy > p:not(.pet-eyebrow) {
  color: #596159;
  line-height: 1.9;
  margin-top: 18px;
}

.pet-text-link {
  align-items: center;
  color: #52613e;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 8px;
}

.pet-text-link:hover {
  color: #313131;
}

.pet-process {
  counter-reset: process;
  display: grid;
  gap: 1px;
  margin-top: 34px;
}

.pet-process li {
  background: #fff;
  min-height: 180px;
  padding: 23px;
}

.pet-process li > span {
  color: #8a9876;
  display: block;
  font-family: "Italiana", serif;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 26px;
}

.pet-process p {
  color: #5d665e;
  font-size: 0.88rem;
  line-height: 1.75;
  margin-top: 10px;
}

.pet-process-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pet-responsibility-table {
  border-collapse: collapse;
  margin-top: 34px;
  min-width: 720px;
  text-align: left;
  width: 100%;
}

.pet-responsibility-table th,
.pet-responsibility-table td {
  border: 1px solid #dce2d3;
  line-height: 1.7;
  padding: 15px 16px;
  vertical-align: top;
}

.pet-responsibility-table thead th {
  background: #687854;
  color: #fff;
  font-weight: 700;
}

.pet-responsibility-table tbody th {
  background: #f3f5ef;
  color: #3d463a;
  font-weight: 700;
  width: 27%;
}

.pet-responsibility-table td {
  color: #596159;
}

.pet-section--notice {
  background: #313131;
  color: #f8faf4;
}

.pet-policy {
  display: grid;
  gap: 22px;
}

.pet-policy .pet-eyebrow {
  color: #cbd6b8;
}

.pet-policy h2,
.pet-policy p {
  color: #f8faf4;
}

.pet-policy > p {
  line-height: 1.95;
}

.pet-partner-card {
  background: #f3f5ef;
  display: grid;
  gap: 24px;
  padding: 28px;
}

.pet-partner-card__mark {
  align-items: center;
  background: #75845f;
  color: #fff;
  display: flex;
  font-family: "Italiana", serif;
  font-size: 4.5rem;
  justify-content: center;
  min-height: 155px;
}

.pet-partner-card__body > p:not(.pet-eyebrow) {
  color: #596159;
  line-height: 1.9;
  margin-top: 14px;
}

.pet-partner-card__body ul {
  color: #4e5a4a;
  line-height: 1.85;
  margin-top: 16px;
}

.pet-partner-card__body li::before {
  color: #718057;
  content: "•";
  font-weight: 800;
  margin-right: 9px;
}

.pet-faq {
  max-width: 920px;
}

.pet-faq-list {
  margin-top: 32px;
}

.pet-faq-list details {
  border-bottom: 1px solid #d7dccf;
}

.pet-faq-list summary {
  color: #394037;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.6;
  list-style: none;
  padding: 20px 32px 20px 0;
  position: relative;
}

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

.pet-faq-list summary::after {
  color: #718057;
  content: "+";
  font-size: 1.6rem;
  font-weight: 400;
  position: absolute;
  right: 5px;
  top: 15px;
}

.pet-faq-list details[open] summary::after {
  content: "−";
}

.pet-faq-list details p {
  color: #5b635b;
  line-height: 1.9;
  padding: 0 20px 22px 0;
}

.pet-final-cta {
  background: linear-gradient(130deg, #e8eddf, #d6dfc9);
  padding: 70px 0 calc(90px + env(safe-area-inset-bottom));
  text-align: center;
}

.pet-final-cta .pet-shell {
  max-width: 880px;
}

.pet-final-cta > .pet-shell > p:not(.pet-eyebrow) {
  color: #545d52;
  line-height: 1.9;
  margin: 18px auto 0;
}

.pet-mobile-cta .mobile-sticky-cta__link {
  font-size: 0.72rem;
}

@media screen and (min-width: 640px) {
  .pet-facts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pet-route-art {
    align-items: center;
    grid-template-columns: 1fr 1.1fr 1fr;
  }

  .pet-route-line i {
    border-left: 0;
    border-top: 2px dashed #849170;
    height: 0;
    width: 100%;
  }

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

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

@media screen and (min-width: 768px) {
  .pet-hero {
    padding: 48px 0 72px;
  }

  .pet-section {
    padding: 94px 0;
  }

  .pet-policy {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .pet-partner-card {
    grid-template-columns: 0.3fr 1fr;
    padding: 38px;
  }
}

@media screen and (min-width: 1024px) {
  .pet-hero__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  }

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

  .pet-price-layout {
    grid-template-columns: minmax(0, 1.1fr) 390px;
  }

  .pet-distance-layout {
    grid-template-columns: minmax(400px, 0.9fr) minmax(0, 1fr);
  }

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

@media screen and (max-width: 767px) {
  .pet-hero__image {
    box-shadow: 11px 12px 0 #dce2d2;
  }

  .pet-hero__image img {
    min-height: 320px;
  }

  .pet-anchor-nav {
    top: 0;
  }

  .pet-mobile-cta .mobile-sticky-cta__link {
    min-height: 56px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
