:root {
  --home-ink: #172923;
  --home-muted: #5d6b66;
  --home-cream: #f7f3e9;
  --home-sand: #e8dbc3;
  --home-green: #1e5746;
  --home-green-deep: #123c31;
  --home-coral: #d9674e;
  --home-white: #fff;
  --home-shadow: 0 22px 60px rgba(22, 48, 39, 0.13);
}

.home-modern,
.home-modern button,
.home-modern input,
.home-modern select,
.home-modern textarea {
  font-family: "DM Sans", sans-serif;
  color: var(--home-ink);
}

.home-modern h1,
.home-modern h2,
.home-modern h3 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.025em;
}

.home-modern .navigation {
  box-shadow: 0 6px 28px rgba(10, 28, 22, 0.08);
}

.home-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.home-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--home-green-deep);
}

.home-hero-media,
.home-final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 30, 24, 0.92) 0%, rgba(8, 30, 24, 0.68) 52%, rgba(8, 30, 24, 0.34) 100%);
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 68px;
  align-items: center;
  padding: 90px 0;
}

.home-eyebrow {
  margin: 0 0 16px;
  color: #f0c994;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.home-eyebrow-dark {
  color: var(--home-coral);
}

.home-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--home-white);
  font-size: clamp(52px, 7vw, 88px);
  line-height: 0.98;
}

.home-hero-lead {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.7;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.home-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-button:hover,
.home-button:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

.home-button-primary {
  background: var(--home-coral);
  color: var(--home-white);
  box-shadow: 0 12px 25px rgba(217, 103, 78, 0.3);
}

.home-button-primary:hover,
.home-button-primary:focus {
  background: #c8533c;
  color: var(--home-white);
}

.home-button-ghost {
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--home-white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.home-button-ghost:hover,
.home-button-ghost:focus {
  background: var(--home-white);
  color: var(--home-green-deep);
}

.home-button-outline {
  border-color: var(--home-green);
  color: var(--home-green);
  background: transparent;
}

.home-button-outline:hover,
.home-button-outline:focus {
  background: var(--home-green);
  color: var(--home-white);
}

.home-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 13px;
  list-style: none;
}

.home-trust-list i {
  margin-right: 6px;
  color: #f0c994;
}

.home-booking-card {
  padding: 32px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--home-shadow);
}

/* Clear the transparent desktop header so the card starts fully below it. */
@media (min-width: 992px) {
  .home-booking-card {
    margin-top: 30px;
  }
}

.home-booking-steps {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 25px;
  color: #8a9691;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-booking-steps span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.home-booking-steps span b {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6dfdb;
  border-radius: 50%;
  font-size: 9px;
}

.home-booking-steps span.is-active {
  color: var(--home-green);
}

.home-booking-steps span.is-active b {
  border-color: var(--home-green);
  background: var(--home-green);
  color: var(--home-white);
}

.home-booking-steps > i {
  height: 1px;
  background: #dce3e0;
}

.home-booking-step[hidden],
.home-booking-message[hidden] {
  display: none !important;
}

.home-booking-step > p:not(.home-card-kicker) {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.55;
}

.home-booking-lead-form {
  display: grid;
  margin-top: 20px;
}

.home-booking-lead-form > label {
  margin: 0 0 6px;
  color: #53635d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-booking-field {
  position: relative;
  margin-bottom: 14px;
}

.home-booking-field > i {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  color: #7a8983;
  transform: translateY(-50%);
}

.home-booking-field input {
  width: 100%;
  height: 48px;
  padding: 10px 14px 10px 42px;
  border: 1px solid #dce3e0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--home-ink);
  font-size: 13px;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-booking-field input:focus {
  border-color: var(--home-green);
  box-shadow: 0 0 0 3px rgba(30, 87, 70, 0.11);
}

.home-modern .home-booking-continue {
  width: 100%;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
  padding: 11px 14px 11px 17px;
  border: 0;
  border-radius: 7px;
  background: var(--home-green);
  color: var(--home-white) !important;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-modern .home-booking-continue > span,
.home-modern .home-booking-continue > i {
  color: var(--home-white) !important;
}

.home-booking-continue > i {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.home-booking-continue:hover,
.home-booking-continue:focus-visible {
  background: var(--home-coral);
  transform: translateY(-1px);
}

.home-booking-continue:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.home-booking-lead-form .home-booking-consent {
  margin: 10px 0 0;
  color: #7a8782;
  font-size: 9px;
  line-height: 1.5;
}

.home-booking-consent a,
.home-booking-back {
  color: var(--home-green);
  text-decoration: underline;
}

.home-booking-message,
.home-booking-load-error {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff0ed;
  color: #9f3f2d;
  font-size: 11px;
  line-height: 1.5;
}

.home-booking-back {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.home-booking-back i {
  margin-right: 5px;
}

.home-card-kicker {
  color: var(--home-coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-booking-card h2 {
  margin: 6px 0 8px;
  color: var(--home-ink);
  font-size: 34px;
}

.home-booking-card > p:not(.home-card-kicker):not(.home-booking-help) {
  color: var(--home-muted);
  line-height: 1.6;
}

.home-booking-card #spiderBooking {
  min-height: 240px;
  margin-top: 18px;
  overflow: hidden;
}

.home-booking-card #spiderBooking svg {
  max-width: 100%;
}

.home-booking-help {
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e4e8e5;
  color: var(--home-muted);
  font-size: 13px;
}

.home-booking-help a {
  color: var(--home-green);
  font-weight: 700;
}

.home-facts {
  padding: 0;
  background: var(--home-green);
  color: var(--home-white);
}

/* Override the legacy theme's alternating section backgrounds on this page. */
.home-modern main > section.home-hero {
  padding: 0;
  background: var(--home-green-deep);
}

.home-modern main > section.home-facts {
  background: var(--home-green);
}

.home-modern main > section.home-intro,
.home-modern main > section.home-amenities {
  background: var(--home-white);
}

.home-modern main > section.home-stays,
.home-modern main > section.home-faq {
  background: var(--home-cream);
}

.home-modern main > section.home-experiences {
  background: var(--home-green-deep);
}

.home-modern main > section.home-testimonial {
  background: var(--home-green-deep);
}

.home-modern main > section.home-final-cta {
  padding: 0;
  background: var(--home-green-deep);
}

.home-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.home-facts-grid > div {
  padding: 27px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.home-facts-grid > div:last-child {
  border-right: 0;
}

.home-facts strong,
.home-facts span {
  display: block;
}

.home-facts strong {
  font-family: "Playfair Display", serif;
  color: #f4d6ad;
  font-size: 27px;
}

.home-facts span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.home-section {
  padding: 110px 0;
}

.home-intro {
  padding-top: 82px;
  padding-bottom: 94px;
}

.home-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 86px;
  align-items: center;
}

.home-intro-visual {
  position: relative;
  min-height: 600px;
}

.home-intro-visual::before {
  position: absolute;
  top: 30px;
  right: 4px;
  width: 80%;
  height: 82%;
  border: 1px solid rgba(30, 87, 70, 0.15);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(232, 219, 195, 0.68), rgba(247, 243, 233, 0.18));
  content: "";
}

.home-intro-main-image {
  position: relative;
  z-index: 1;
  width: 84%;
}

.home-intro-main-image > img {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 16px;
  box-shadow: var(--home-shadow);
}

.home-intro-location {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 30px;
  background: rgba(8, 30, 24, 0.7);
  color: var(--home-white);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.home-intro-location i {
  color: #f0c994;
}

.home-intro-room-inset {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 2;
  width: 52%;
  padding: 10px;
  border-radius: 14px;
  background: var(--home-white);
  box-shadow: 0 20px 48px rgba(22, 48, 39, 0.2);
}

.home-intro-room-inset > img {
  display: block;
  width: 100%;
  height: 205px;
  border-radius: 9px;
  object-fit: cover;
  object-position: center;
}

.home-intro-room-inset > span {
  display: block;
  padding: 12px 8px 7px;
}

.home-intro-room-inset strong,
.home-intro-room-inset small {
  display: block;
}

.home-intro-room-inset strong {
  color: var(--home-ink);
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

.home-intro-room-inset small {
  margin-top: 3px;
  color: var(--home-muted);
  font-size: 10px;
}

.home-intro-mark {
  position: absolute;
  bottom: 7px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--home-green);
  transform: rotate(-90deg) translateY(100%);
  transform-origin: bottom left;
}

.home-intro-mark span {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.home-intro-mark small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-intro-copy h2,
.home-section-heading h2,
.home-amenity-heading h2,
.home-testimonial h2,
.home-faq h2,
.home-final-cta h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.12;
}

.home-intro-lead,
.home-faq-grid > div > p:not(.home-eyebrow) {
  margin: 24px 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.8;
}

.home-intro-benefits {
  margin: 32px 0;
  border-top: 1px solid #dfe5e1;
}

.home-intro-benefits > div {
  display: grid;
  grid-template-columns: 28px 40px 1fr;
  gap: 11px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid #dfe5e1;
}

.home-intro-benefit-number {
  padding-top: 3px;
  color: #a2ada8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-intro-benefits i {
  color: var(--home-coral);
  font-size: 20px;
}

.home-intro-benefits strong,
.home-intro-benefits p {
  display: block;
}

.home-intro-benefits strong {
  margin-bottom: 4px;
  color: var(--home-ink);
  font-size: 14px;
}

.home-intro-benefits p {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.55;
}

.home-intro-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-intro-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--home-green);
}

.home-intro-contact:hover,
.home-intro-contact:focus {
  color: var(--home-coral);
  text-decoration: none;
}

.home-intro-contact > i {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cad5d0;
  border-radius: 50%;
  font-size: 17px;
}

.home-intro-contact small,
.home-intro-contact strong {
  display: block;
}

.home-intro-contact small {
  color: var(--home-muted);
  font-size: 9px;
}

.home-intro-contact strong {
  font-size: 12px;
}

/* Intro motion is enabled by JS so content remains visible without it. */
.home-intro.intro-motion-ready .home-intro-visual::before {
  opacity: 0;
  transform: scale(0.88) rotate(3deg);
  transform-origin: center;
  transition: opacity 0.75s ease, transform 0.9s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.home-intro.intro-motion-ready .home-intro-main-image {
  opacity: 0;
  clip-path: inset(0 0 100% 0 round 16px);
  transform: translateY(28px);
  transition: opacity 0.7s ease, clip-path 1s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-intro.intro-motion-ready .home-intro-room-inset {
  opacity: 0;
  transform: translate(24px, 28px) rotate(2deg);
  transition: opacity 0.65s 0.35s ease, transform 0.8s 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-intro.intro-motion-ready .home-intro-mark {
  opacity: 0;
}

.home-intro.intro-motion-ready .home-intro-copy > .home-eyebrow,
.home-intro.intro-motion-ready .home-intro-copy > h2,
.home-intro.intro-motion-ready .home-intro-copy > .home-intro-lead,
.home-intro.intro-motion-ready .home-intro-benefits > div,
.home-intro.intro-motion-ready .home-intro-actions {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-intro.intro-motion-ready.is-visible .home-intro-visual::before,
.home-intro.intro-motion-ready.is-visible .home-intro-main-image,
.home-intro.intro-motion-ready.is-visible .home-intro-mark,
.home-intro.intro-motion-ready.is-visible .home-intro-copy > .home-eyebrow,
.home-intro.intro-motion-ready.is-visible .home-intro-copy > h2,
.home-intro.intro-motion-ready.is-visible .home-intro-copy > .home-intro-lead,
.home-intro.intro-motion-ready.is-visible .home-intro-benefits > div,
.home-intro.intro-motion-ready.is-visible .home-intro-actions {
  opacity: 1;
  clip-path: inset(0 0 0 0 round 16px);
  transform: none;
}

.home-intro.intro-motion-ready.is-visible .home-intro-room-inset {
  opacity: 1;
  transform: none;
  animation: homeIntroFloat 5s 1.4s ease-in-out infinite;
}

.home-intro.intro-motion-ready.is-visible .home-intro-mark {
  transition: opacity 0.6s 0.65s ease;
}

.home-intro.intro-motion-ready.is-visible .home-intro-copy > h2 {
  transition-delay: 0.1s;
}

.home-intro.intro-motion-ready.is-visible .home-intro-copy > .home-intro-lead {
  transition-delay: 0.18s;
}

.home-intro.intro-motion-ready.is-visible .home-intro-benefits > div:nth-child(1) {
  transition-delay: 0.27s;
}

.home-intro.intro-motion-ready.is-visible .home-intro-benefits > div:nth-child(2) {
  transition-delay: 0.35s;
}

.home-intro.intro-motion-ready.is-visible .home-intro-benefits > div:nth-child(3) {
  transition-delay: 0.43s;
}

.home-intro.intro-motion-ready.is-visible .home-intro-actions {
  transition-delay: 0.52s;
}

.home-intro-benefits > div {
  transition: background 0.2s ease, padding 0.2s ease;
}

.home-intro-benefits > div:hover {
  padding-right: 12px;
  padding-left: 12px;
  background: rgba(232, 219, 195, 0.22);
}

.home-intro-benefits > div:hover > i {
  transform: rotate(-7deg) scale(1.12);
}

.home-intro-benefits > div > i {
  transition: transform 0.25s ease;
}

@keyframes homeIntroFloat {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-7px) rotate(-0.4deg); }
}

.home-text-link {
  color: var(--home-green);
  font-weight: 700;
}

.home-text-link i {
  margin-left: 7px;
}

.home-stays {
  background: var(--home-cream);
  scroll-margin-top: 92px;
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 46px;
}

.home-section-heading > p,
.home-stay-heading-aside > p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.7;
}

.home-stay-heading-aside .home-text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  font-size: 13px;
}

.home-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home-stay-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e7e4;
  border-radius: 16px;
  background: var(--home-white);
  box-shadow: 0 14px 40px rgba(24, 48, 40, 0.08);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.home-stay-card:hover {
  border-color: rgba(30, 87, 70, 0.3);
  transform: translateY(-5px);
  box-shadow: var(--home-shadow);
}

.home-stay-featured {
  border-color: rgba(217, 103, 78, 0.45);
  box-shadow: 0 18px 46px rgba(22, 48, 39, 0.13);
}

.home-stay-media {
  position: relative;
  flex: 0 0 250px;
  height: 250px;
  overflow: hidden;
}

.home-stay-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 30, 23, 0.02) 45%, rgba(7, 30, 23, 0.62) 100%);
  content: "";
}

.home-stay-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-stay-card:nth-child(1) .home-stay-media > img {
  object-position: center 56%;
}

.home-stay-card:nth-child(2) .home-stay-media > img {
  object-position: center 58%;
}

.home-stay-card:nth-child(3) .home-stay-media > img {
  object-position: center 48%;
}

.home-stay-card:hover .home-stay-media > img {
  transform: scale(1.04);
}

.home-stay-number {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  min-width: 39px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  background: rgba(8, 30, 24, 0.32);
  color: var(--home-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  backdrop-filter: blur(8px);
}

.home-stay-suited {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-stay-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px;
}

.home-stay-label {
  margin: 0 0 8px;
  color: var(--home-coral);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-stay-card h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: 27px;
}

.home-stay-card h3 + p {
  min-height: 70px;
  margin: 15px 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-stay-inclusions {
  padding: 18px 0;
  margin: 0;
  border-top: 1px solid #e8ebe9;
  border-bottom: 1px solid #e8ebe9;
  list-style: none;
}

.home-stay-inclusions li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 7px;
  margin-bottom: 9px;
  color: var(--home-muted);
  font-size: 12px;
}

.home-stay-inclusions li:last-child {
  margin-bottom: 0;
}

.home-stay-inclusions i {
  margin-top: 2px;
  color: var(--home-coral);
  font-size: 10px;
}

.home-stay-footer {
  margin-top: auto;
}

.home-price {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  margin: 20px 0 17px;
}

.home-price span {
  grid-column: 1 / 3;
  margin-bottom: 2px;
  color: var(--home-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-price strong {
  color: var(--home-green);
  font-family: "Playfair Display", serif;
  font-size: 29px;
  line-height: 1;
}

.home-price small {
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 500;
}

.home-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 11px 14px;
  border-radius: 7px;
  background: var(--home-green);
  color: var(--home-white);
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-card-link:hover,
.home-card-link:focus {
  background: var(--home-coral);
  color: var(--home-white);
  text-decoration: none;
}

.home-card-link i {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  transition: transform 0.2s ease;
}

.home-card-link:hover i,
.home-card-link:focus i {
  transform: translateX(3px);
}

.home-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 8px 11px;
  border-radius: 100px;
  background: var(--home-coral);
  color: var(--home-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-card-badge i {
  margin-right: 4px;
  color: #ffe1a6;
}

.home-stay-note {
  margin: 26px 0 0;
  color: var(--home-muted);
  font-size: 12px;
  text-align: center;
}

.home-stay-note i {
  margin-right: 5px;
  color: var(--home-coral);
}

.home-experiences {
  position: relative;
  overflow: hidden;
  background: var(--home-green-deep);
}

.home-experiences::before {
  position: absolute;
  top: -240px;
  left: -190px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(240, 201, 148, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(240, 201, 148, 0.025), 0 0 0 160px rgba(240, 201, 148, 0.018);
  content: "";
}

.home-experiences .home-shell {
  position: relative;
  z-index: 1;
}

.home-experience-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.58fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 46px;
}

.home-experience-heading h2,
.home-experience-heading > div:last-child > p {
  color: var(--home-white);
}

.home-experience-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.12;
}

.home-experience-heading > div:last-child > p {
  margin: 0 0 17px;
  opacity: 0.72;
  line-height: 1.7;
}

.home-experience-heading-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f0c994;
  font-size: 13px;
  font-weight: 700;
}

.home-experience-heading-link:hover,
.home-experience-heading-link:focus {
  color: var(--home-white);
  text-decoration: none;
}

.home-experience-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 245px 245px 132px;
  gap: 20px;
}

.home-experience-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: var(--home-white);
  box-shadow: 0 18px 45px rgba(2, 18, 13, 0.18);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.home-experience-large {
  grid-row: 1 / 4;
}

.home-experience-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 25, 20, 0.08) 20%, rgba(6, 25, 20, 0.9) 100%);
  content: "";
}

.home-experience-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-experience-card:hover img {
  transform: scale(1.055);
}

.home-experience-card:hover,
.home-experience-card:focus {
  border-color: rgba(240, 201, 148, 0.55);
  color: var(--home-white);
  text-decoration: none;
  transform: translateY(-4px);
}

.home-experience-number {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  min-width: 42px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  background: rgba(8, 30, 24, 0.32);
  color: var(--home-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  backdrop-filter: blur(8px);
}

.home-experience-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 25px;
  z-index: 2;
}

.home-experience-copy small,
.home-experience-copy strong,
.home-experience-copy em {
  display: block;
}

.home-experience-copy small {
  margin-bottom: 5px;
  color: #f0c994;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-experience-copy strong {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1.2;
}

.home-experience-large strong {
  font-size: 40px;
}

.home-experience-copy p {
  max-width: 570px;
  margin: 13px 0 18px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.home-experience-copy em {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
}

.home-experience-copy em i {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-experience-card:hover .home-experience-copy em i,
.home-experience-card:focus .home-experience-copy em i {
  background: var(--home-coral);
  transform: translateX(3px);
}

.home-experience-help {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(240, 201, 148, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.home-experience-help-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(240, 201, 148, 0.12);
  color: #f0c994;
  font-size: 19px;
}

.home-experience-help span,
.home-experience-help strong {
  display: block;
}

.home-experience-help span {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-experience-help strong {
  color: var(--home-white);
  font-family: "Playfair Display", serif;
  font-size: 15px;
  line-height: 1.35;
}

.home-experience-help > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border-radius: 6px;
  background: #f0c994;
  color: var(--home-green-deep);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.home-experience-help > a:hover,
.home-experience-help > a:focus {
  background: var(--home-white);
  color: var(--home-green-deep);
  text-decoration: none;
}

.home-amenity-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.6fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 46px;
}

.home-amenity-heading > div:last-child > p {
  margin: 0 0 18px;
  color: var(--home-muted);
  line-height: 1.75;
}

.home-amenity-showcase {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 18px;
}

.home-amenity-card {
  position: relative;
  grid-column: span 3;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #e2e8e4;
  border-radius: 15px;
  background: #f7f3e9;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(22, 48, 39, 0.12);
}

.home-amenity-card > span,
.home-amenity-card-content > span {
  display: block;
  margin-bottom: 12px;
  color: var(--home-coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-amenity-card h3 {
  margin: 21px 0 8px;
  color: var(--home-ink);
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 1.15;
}

.home-amenity-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.6;
}

.home-amenity-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 103, 78, 0.11);
  color: var(--home-coral);
  font-size: 20px;
}

.home-amenity-card-image {
  padding: 0;
  border: 0;
  background: var(--home-green-deep);
}

.home-amenity-card-image > img,
.home-amenity-image-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-amenity-card-image > img {
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-amenity-card-image:hover > img {
  transform: scale(1.04);
}

.home-amenity-image-shade {
  background: linear-gradient(180deg, rgba(8, 30, 24, 0.04), rgba(8, 30, 24, 0.86));
}

.home-amenity-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 30px;
}

.home-amenity-card-content > span {
  margin-bottom: 10px;
  color: #f0c994;
}

.home-amenity-card-content > i {
  position: absolute;
  right: 30px;
  bottom: 34px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 28px;
}

.home-amenity-card-image h3 {
  margin: 0 0 7px;
  color: var(--home-white);
}

.home-amenity-card-image p {
  max-width: calc(100% - 55px);
  color: rgba(255, 255, 255, 0.76);
}

.home-amenity-beach {
  grid-column: span 6;
}

.home-amenity-pool {
  background: #edf6f3;
}

.home-amenity-food {
  grid-column: span 3;
}

.home-amenity-travel {
  background: #f3eadb;
}

.home-amenity-wifi {
  background: #eef2e7;
}

.home-amenity-reception {
  grid-column: span 6;
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--home-green);
  color: var(--home-white);
}

.home-amenity-reception .home-amenity-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.12);
  color: #f0c994;
}

.home-amenity-reception > div:nth-child(2) {
  flex: 1;
}

.home-amenity-reception span {
  color: #f0c994;
}

.home-amenity-reception h3 {
  margin: 0 0 7px;
  color: var(--home-white);
}

.home-amenity-reception p {
  color: rgba(255, 255, 255, 0.72);
}

.home-amenity-reception > a {
  width: 48px;
  height: 48px;
  display: flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: var(--home-white);
  transition: background 0.2s ease, color 0.2s ease;
}

.home-amenity-reception > a:hover,
.home-amenity-reception > a:focus {
  background: var(--home-white);
  color: var(--home-green);
  text-decoration: none;
}

.home-testimonial {
  position: relative;
  overflow: hidden;
  background: var(--home-green-deep);
  color: var(--home-white);
}

.home-testimonial::before {
  position: absolute;
  top: -170px;
  right: -120px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.035), 0 0 0 140px rgba(255, 255, 255, 0.025);
  content: "";
}

.home-testimonial .home-shell {
  position: relative;
  z-index: 1;
}

.home-testimonial-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

.home-testimonial h2,
.home-testimonial-heading > p {
  color: var(--home-white);
}

.home-testimonial-heading > p {
  margin: 0;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.7;
}

.home-story-experience {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.62fr);
  gap: 24px;
  align-items: stretch;
}

.home-story-stage {
  position: relative;
  min-height: 450px;
  padding: 48px;
  border-radius: 20px;
  border: 1px solid rgba(232, 219, 195, 0.8);
  background: var(--home-cream);
  box-shadow: 0 24px 65px rgba(4, 24, 18, 0.3);
  color: var(--home-ink);
}

.home-story-stage::before {
  position: absolute;
  top: 28px;
  right: 38px;
  color: rgba(217, 103, 78, 0.13);
  font-family: Georgia, serif;
  font-size: 150px;
  line-height: 1;
  content: "\201C";
}

.home-story-stage.is-ready .home-story-panel:not(.is-active) {
  display: none;
}

.home-story-panel {
  position: relative;
  z-index: 1;
  animation: homeStoryIn 0.32s ease both;
}

.home-story-rating {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 38px;
}

.home-story-rating > span {
  color: var(--home-green-deep);
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 700;
}

.home-story-rating > div {
  display: flex;
  gap: 4px;
  color: #c98d2d;
  font-size: 13px;
}

.home-testimonial .home-story-panel blockquote {
  max-width: 720px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-testimonial .home-story-panel blockquote p {
  margin: 0;
  color: var(--home-green-deep);
  font-family: "Playfair Display", serif;
  font-size: clamp(27px, 2.6vw, 38px);
  line-height: 1.42;
}

.home-story-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.home-story-author img {
  width: 66px;
  height: 66px;
  border: 3px solid var(--home-sand);
  border-radius: 50%;
  object-fit: cover;
}

.home-story-author h3 {
  margin: 0 0 3px;
  color: var(--home-green-deep);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

.home-story-author span {
  color: var(--home-muted);
  font-size: 12px;
}

.home-story-progress {
  position: absolute;
  right: 48px;
  bottom: 52px;
  width: 92px;
  height: 3px;
  overflow: hidden;
  border-radius: 3px;
  background: var(--home-sand);
}

.home-story-progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--home-coral);
  transition: width 0.3s ease;
}

.home-story-picker {
  display: grid;
  gap: 10px;
}

.home-modern .home-story-tab {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(232, 219, 195, 0.3);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--home-white);
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-modern .home-story-tab:hover,
.home-modern .home-story-tab:focus-visible {
  transform: translateX(-5px);
  border-color: rgba(240, 201, 148, 0.68);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.home-modern .home-story-tab.is-active {
  border-color: var(--home-sand);
  background: var(--home-cream);
  color: var(--home-green-deep);
  box-shadow: 0 14px 30px rgba(4, 24, 18, 0.24);
}

.home-story-tab img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  object-fit: cover;
}

.home-story-tab > span {
  min-width: 0;
  flex: 1;
}

.home-story-tab strong,
.home-story-tab small {
  display: block;
}

.home-story-tab strong {
  margin-bottom: 3px;
  color: inherit;
  font-size: 14px;
}

.home-story-tab small {
  overflow: hidden;
  color: inherit;
  opacity: 0.78;
  font-size: 11px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-story-tab > i {
  opacity: 0;
  font-size: 12px;
  transform: translateX(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-story-tab.is-active > i {
  opacity: 1;
  transform: translateX(0);
}

@keyframes homeStoryIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.home-faq {
  background: var(--home-cream);
}

.home-faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

.home-faq-list details {
  border-bottom: 1px solid #d9dfda;
}

.home-faq-list summary {
  position: relative;
  padding: 20px 38px 20px 0;
  color: var(--home-ink);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.home-faq-list summary::after {
  position: absolute;
  top: 18px;
  right: 4px;
  color: var(--home-coral);
  font-size: 24px;
  content: "+";
}

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

.home-faq-list details p {
  max-width: 680px;
  margin: 0;
  padding: 0 40px 20px 0;
  color: var(--home-muted);
  line-height: 1.7;
}

.home-final-cta {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
}

.home-final-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 29, 23, 0.74);
}

.home-final-content {
  position: relative;
  z-index: 1;
}

.home-final-cta h2,
.home-final-cta p:not(.home-eyebrow) {
  color: var(--home-white);
}

.home-final-cta p:not(.home-eyebrow) {
  margin-top: 18px;
  font-size: 17px;
}

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

@media (max-width: 991px) {
  .home-hero-grid,
  .home-intro-layout,
  .home-testimonial-heading,
  .home-faq-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-grid {
    gap: 45px;
    padding: 165px 0 80px;
  }

  .home-booking-card {
    max-width: 600px;
  }

  .home-intro-layout,
  .home-testimonial-heading,
  .home-faq-grid {
    gap: 55px;
  }

  .home-intro-visual {
    width: 100%;
    max-width: 680px;
  }

  .home-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-experience-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 440px 250px auto;
  }

  .home-experience-large {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .home-experience-help {
    grid-column: 1 / 3;
  }

  .home-story-experience {
    grid-template-columns: 1fr;
  }

  .home-story-picker {
    grid-template-columns: repeat(4, minmax(190px, 1fr));
    overflow-x: auto;
    padding: 2px 2px 12px;
    scrollbar-width: thin;
  }

  .home-modern .home-story-tab:hover,
  .home-modern .home-story-tab:focus-visible {
    transform: translateY(-3px);
  }

  .home-stay-card:last-child {
    grid-column: 1 / 3;
    max-width: none;
  }

  .home-amenity-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-amenity-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(230px, auto);
  }

  .home-amenity-card,
  .home-amenity-beach,
  .home-amenity-food {
    grid-column: span 1;
  }

  .home-amenity-beach,
  .home-amenity-reception {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .home-shell {
    width: min(100% - 28px, 620px);
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero-shade {
    background: linear-gradient(180deg, rgba(8, 30, 24, 0.9), rgba(8, 30, 24, 0.72));
  }

  .home-hero-grid {
    padding: 142px 0 68px;
  }

  .home-hero h1 {
    color: var(--home-white) !important;
    font-size: 46px !important;
    line-height: 1.02;
    text-transform: none;
  }

  .home-hero-lead {
    font-size: 16px;
  }

  .home-actions,
  .home-actions .home-button {
    width: 100%;
  }

  .home-trust-list {
    display: grid;
    gap: 9px;
  }

  .home-booking-card {
    padding: 24px 20px;
  }

  .home-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-facts-grid > div:nth-child(2) {
    border-right: 0;
  }

  .home-facts-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .home-section {
    padding: 76px 0;
  }

  .home-intro-visual {
    min-height: 520px;
  }

  .home-intro-main-image {
    width: 88%;
  }

  .home-intro-main-image > img {
    height: 500px;
  }

  .home-intro-room-inset {
    width: 56%;
  }

  .home-intro-room-inset > img {
    height: 155px;
  }

  .home-intro-mark {
    display: none;
  }

  .home-intro-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-intro-actions .home-button {
    width: 100%;
  }

  .home-intro-contact {
    justify-content: center;
  }

  .home-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
  }

  .home-card-grid,
  .home-experience-grid {
    grid-template-columns: 1fr;
  }

  .home-stay-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .home-stay-card h3 + p {
    min-height: auto;
  }

  .home-experience-grid {
    grid-template-rows: none;
    grid-auto-rows: auto;
  }

  .home-experience-large,
  .home-experience-help {
    grid-column: auto;
    grid-row: auto;
  }

  .home-experience-card {
    min-height: 340px;
  }

  .home-experience-large {
    min-height: 480px;
  }

  .home-experience-large strong {
    font-size: 34px;
  }

  .home-experience-help {
    grid-template-columns: 44px 1fr;
    padding: 22px;
  }

  .home-experience-help > a {
    grid-column: 1 / 3;
    justify-content: center;
  }

  .home-amenity-showcase {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .home-amenity-card,
  .home-amenity-beach,
  .home-amenity-food,
  .home-amenity-reception {
    min-height: 245px;
    grid-column: span 1;
  }

  .home-amenity-card-image {
    min-height: 330px;
  }

  .home-amenity-reception {
    min-height: 0;
    align-items: flex-start;
    padding: 26px 22px;
  }

  .home-amenity-reception > a {
    margin-left: auto;
  }

  .home-testimonial-heading {
    gap: 18px;
    margin-bottom: 30px;
  }

  .home-story-stage {
    min-height: 430px;
    padding: 32px 26px 86px;
  }

  .home-story-stage::before {
    top: 18px;
    right: 24px;
    font-size: 100px;
  }

  .home-testimonial .home-story-panel blockquote p {
    font-size: 26px;
  }

  .home-story-progress {
    right: 26px;
    bottom: 36px;
    left: 26px;
    width: auto;
  }

  .home-final-cta {
    min-height: 470px;
  }
}

@media (max-width: 390px) {
  .home-modern .home-hero h1 {
    font-size: 42px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-modern *,
  .home-modern *::before,
  .home-modern *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .home-intro.intro-motion-ready *,
  .home-intro.intro-motion-ready *::before,
  .home-intro.intro-motion-ready *::after {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
  }
}
