@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-tcstation-hero-mobile.0883c2a0.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.faqs-tcstation-hero {
  background-image: url("../images/faqs-tcstation-hero-mobile.515decd7.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.home-page-hero-image-wrapper.facilities-tcstation-hero {
  background-image: url("../images/facilities-tcstation-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-tcstation-hero.38756b36.png") !important;
  }
  .home-page-hero-image-wrapper.facilities-tcstation-hero {
    background-image: url("../images/facilities-tcstation-hero.4733f14b.png") !important;
  }
  .faqs-tcstation-hero {
    background-image: url("../images/faqs-tcstation-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-tcstation-hero {
  background-image: url("../images/package-list-tcstation-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-tcstation-hero {
  background-image: url("../images/local-eat-tcstation-hero-mobile.9acd6696.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.local-eat-tcstation-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-tcstation-hero h2 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .local-eat-page-hero-image-wrapper.local-eat-tcstation-hero {
    background-image: url("../images/local-eat-tcstation-hero.f5eb70bd.png") !important;
  }
  .package-list-page-hero-image-wrapper.package-list-tcstation-hero {
    background-image: url("../images/package-list-tcstation-hero.90c17136.png") !important;
  }
}

@media screen and (min-width: 1280px) {
  .local-eat-tcstation-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;
}
