.slbwa-home {
  --home-deep: #0d3d25;
  --home-forest: #14502f;
  --home-green: #2f7d3d;
  --home-sage: #eef5ea;
  --home-cream: #fbf8ef;
  --home-gold: #c79b2d;
  --home-line: #dce5d7;
  --home-muted: #52645a;
  --home-ink: #173325;
  --home-shadow: 0 14px 34px rgba(13, 61, 37, .11);
  background: #fff;
  color: var(--home-ink);
  font-size: 16px;
  line-height: 1.55;
}

.slbwa-home,
.slbwa-home * {
  box-sizing: border-box;
}

.slbwa-home a {
  text-decoration: none;
}

.slbwa-home img {
  display: block;
  max-width: 100%;
}

.slbwa-home svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slbwa-home__sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

body.homepage #sp-main-body,
body.layout-home #sp-main-body {
  display: block !important;
  padding: 0;
}

body.homepage #sp-main-body > .container,
body.layout-home #sp-main-body > .container {
  max-width: none;
  width: 100%;
  padding: 0;
}

body.homepage #sp-component,
body.layout-home #sp-component {
  padding: 0;
}

.home-wrap {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}

.home-section {
  padding: 62px 0;
  background: #fff;
}

.home-section-title {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.home-section-title > span,
.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--home-gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-section-title h2,
.home-wildlife__copy h2,
.home-final-cta h2,
.home-tripadvisor h3 {
  margin: 6px 0 8px;
  color: var(--home-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.6vw, 2.65rem);
  line-height: 1.1;
}

.home-section-title p {
  margin: 0;
  color: var(--home-muted);
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: .84rem;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.home-btn:hover,
.home-btn:focus {
  transform: translateY(-1px);
}

.home-btn--primary {
  background: var(--home-forest);
  color: #fff;
}

.home-btn--primary:hover,
.home-btn--primary:focus {
  background: #1e6b3c;
  color: #fff;
}

.home-btn--ghost {
  border-color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.home-btn--ghost:hover,
.home-btn--ghost:focus {
  background: #fff;
  color: var(--home-deep);
}

.home-btn--outline {
  border-color: #9fb4a5;
  color: var(--home-deep);
  background: transparent;
}

.home-btn--outline:hover,
.home-btn--outline:focus {
  background: #fff;
  color: var(--home-deep);
}

.home-btn--gold {
  background: var(--home-gold);
  color: #173325;
}

.home-btn--gold:hover,
.home-btn--gold:focus {
  background: #d6aa38;
  color: #173325;
}

.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 575px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--home-deep);
}

.home-hero__image,
.home-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center 42%;
}

.home-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 22, 12, .91), rgba(3, 22, 12, .72) 43%, rgba(3, 22, 12, .25) 74%, rgba(3, 22, 12, .08));
}

.home-hero__content {
  padding: 72px 0;
}

.slbwa-home .home-hero__content {
  padding-left: 20px;
  padding-right: 20px;
}

.home-hero h1 {
  max-width: 730px;
  margin: 9px 0 16px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 7vw, 5.6rem);
  line-height: .97;
}

.home-hero p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.06rem;
}

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

.home-trust {
  background: var(--home-cream);
  border-bottom: 1px solid #ece6d5;
}

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

.home-trust article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
  border-right: 1px solid #e5dfce;
}

.home-trust article:last-child {
  border-right: 0;
}

.home-trust svg {
  width: 30px;
  height: 30px;
  color: var(--home-forest);
}

.home-trust b {
  display: block;
  color: var(--home-deep);
  font-size: .88rem;
}

.home-trust span {
  display: block;
  color: var(--home-muted);
  font-size: .76rem;
  line-height: 1.35;
}

.home-tour-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-tour-card,
.home-review-card,
.home-tripadvisor,
.home-values-grid article {
  border: 1px solid var(--home-line);
  background: #fff;
  box-shadow: var(--home-shadow);
}

.home-tour-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
}

.home-tour-card__image {
  display: block;
  aspect-ratio: 1.45;
  overflow: hidden;
  background: #e8efe4;
}

.home-tour-card__image img,
.home-experience-tile img,
.home-plan-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.home-tour-card:hover img,
.home-experience-tile:hover img,
.home-plan-grid a:hover img {
  transform: scale(1.04);
}

.home-tour-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px;
}

.home-tour-card__body > span {
  display: block;
  color: var(--home-gold);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-tour-card h3 {
  margin: 6px 0 9px;
  color: var(--home-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.17rem;
  line-height: 1.15;
}

.home-tour-card p {
  min-height: 72px;
  margin: 0 0 13px;
  color: var(--home-muted);
  font-size: .82rem;
}

.home-tour-card a:not(.home-tour-card__image),
.home-review-card a {
  color: var(--home-forest);
  font-size: .8rem;
  font-weight: 800;
}

.home-tour-card__body > a:last-child {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 4px;
}

.home-experience-band,
.home-reviews {
  background: var(--home-cream);
}

.home-experience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.home-experience-tile {
  position: relative;
  min-height: 185px;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
  color: #fff;
  background: var(--home-deep);
}

.home-experience-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(4, 30, 15, .08), rgba(4, 30, 15, .84));
}

.home-experience-tile img {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.home-experience-tile span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.home-wildlife {
  padding: 66px 0;
  background: var(--home-sage);
}

.home-wildlife__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 34px;
  align-items: center;
}

.home-wildlife__image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--home-shadow);
}

.home-wildlife__image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.home-wildlife__copy p {
  color: var(--home-muted);
}

.home-wildlife__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 20px 0 22px;
}

.home-wildlife__facts span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--home-deep);
  font-weight: 800;
  font-size: .86rem;
}

.home-wildlife__facts svg {
  color: var(--home-green);
}

.home-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-values-grid article {
  min-height: 194px;
  padding: 24px 20px;
  border-radius: 8px;
  text-align: center;
}

.home-values-grid svg {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  color: var(--home-green);
}

.home-values-grid h3 {
  margin: 0 0 8px;
  color: var(--home-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}

.home-values-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: .82rem;
}

.home-reviews {
  position: relative;
  padding: 66px 0;
  overflow: hidden;
}

.home-review-summary {
  display: grid;
  grid-template-columns: auto auto auto 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}

.home-google-mark {
  font-size: 1.52rem;
  font-weight: 500;
  letter-spacing: -.04em;
  color: #4285f4;
}

.home-review-summary strong {
  color: var(--home-deep);
  font-size: 1.65rem;
}

.home-stars {
  color: var(--home-gold);
  letter-spacing: .08em;
  white-space: nowrap;
}

.home-review-summary > span:not(.home-stars) {
  color: var(--home-deep);
}

.home-review-summary__actions {
  display: flex;
  gap: 12px;
}

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

.home-review-card {
  position: relative;
  min-height: 292px;
  padding: 22px;
  border-radius: 8px;
}

.home-review-card::after {
  content: "\201D";
  position: absolute;
  right: 20px;
  top: 18px;
  color: #c6d1bf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  line-height: 1;
}

.home-review-card__head {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.home-review-card__head img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.home-review-card h3 {
  margin: 0 0 2px;
  color: var(--home-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.home-review-card__head p {
  margin: 2px 0 0;
  color: var(--home-muted);
  font-size: .78rem;
}

.home-review-card > p {
  margin: 0 0 20px;
  color: #1e2c23;
  font-size: .95rem;
}

.home-google-g {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  color: #4285f4;
  font-weight: 900;
}

.home-review-note {
  margin: 20px 0 22px;
  color: var(--home-muted);
  font-size: .78rem;
  text-align: center;
}

.home-tripadvisor {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 28px;
  align-items: center;
  padding: 22px 26px;
  border-radius: 8px;
}

.home-tripadvisor__score {
  padding-right: 26px;
  border-right: 1px solid var(--home-line);
}

.home-tripadvisor__brand {
  color: #101914;
  font-size: 1.65rem;
  font-weight: 900;
}

.home-tripadvisor__score > div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 8px;
}

.home-trip-dots {
  display: inline-flex;
  gap: 5px;
}

.home-trip-dots i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #00aa6c;
}

.home-tripadvisor__score strong {
  color: var(--home-deep);
  font-size: 1.2rem;
}

.home-tripadvisor__score p,
.home-tripadvisor__copy p {
  margin: 0;
  color: var(--home-muted);
}

.home-tripadvisor__copy h3 {
  margin-top: 0;
  font-size: 1.55rem;
}

.home-tripadvisor__copy .home-btn {
  margin-top: 16px;
}

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

.home-tripadvisor__images img {
  width: 100%;
  aspect-ratio: .78;
  object-fit: cover;
  border-radius: 7px;
}

.home-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.home-plan-grid a {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
  color: #fff;
  background: var(--home-deep);
}

.home-plan-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 30, 15, .12), rgba(4, 30, 15, .86));
}

.home-plan-grid span {
  position: absolute;
  z-index: 1;
  left: 17px;
  right: 17px;
  bottom: 17px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.home-final-cta {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 330px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--home-deep);
}

.home-final-cta > img,
.home-final-cta__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-final-cta > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 44%;
}

.home-final-cta__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 23, 12, .9), rgba(3, 23, 12, .66) 57%, rgba(3, 23, 12, .14));
}

.home-final-cta__content {
  padding: 58px 0;
}

.home-final-cta h2 {
  max-width: 680px;
  margin: 0 0 10px;
  color: #fff;
}

.home-final-cta p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
}

@media (max-width: 1100px) {
  .home-tour-grid,
  .home-values-grid,
  .home-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .home-review-summary {
    grid-template-columns: auto auto auto 1fr;
  }

  .home-review-summary__actions {
    grid-column: 1 / -1;
  }

  .home-review-grid,
  .home-tripadvisor {
    grid-template-columns: 1fr;
  }

  .home-tripadvisor__score {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }
}

@media (max-width: 820px) {
  .home-wrap {
    width: calc(100% - 28px);
    max-width: 1160px;
  }

  .home-section,
  .home-reviews,
  .home-wildlife {
    padding: 48px 0;
  }

  .home-hero {
    min-height: 560px;
  }

  .home-hero__shade {
    background: linear-gradient(90deg, rgba(3, 22, 12, .94), rgba(3, 22, 12, .66));
  }

  .home-hero h1 {
    font-size: 3.3rem;
  }

  .home-trust__grid,
  .home-wildlife__grid,
  .home-review-grid {
    grid-template-columns: 1fr;
  }

  .home-trust article {
    border-right: 0;
    border-bottom: 1px solid #e5dfce;
  }

  .home-trust article:last-child {
    border-bottom: 0;
  }

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

@media (max-width: 575px) {
  .home-hero {
    min-height: 610px;
  }

  .home-hero__image {
    object-position: 58% center;
  }

  .home-hero h1 {
    font-size: 2.45rem;
  }

  .slbwa-home .home-hero__content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-actions,
  .home-review-summary__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-tour-grid,
  .home-experience-grid,
  .home-values-grid,
  .home-plan-grid {
    grid-template-columns: 1fr;
  }

  .home-review-summary {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .home-review-card,
  .home-tripadvisor {
    padding: 18px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .slbwa-home * {
    transition: none !important;
  }
}


/* Homepage redesign additions - July 2026 */
.home-hero__private {
  color: #e0b54a !important;
  font-weight: 700;
  margin-top: -.45rem !important;
  font-size: 1rem !important;
}

.home-trust article a {
  color: inherit;
  text-decoration: none;
  font-size: .84rem;
  line-height: 1.35;
}

.home-trust article a:hover {
  text-decoration: underline;
}

.home-section-title {
  position: relative;
}

.home-section-link {
  position: absolute;
  right: 0;
  bottom: .25rem;
  color: #a47712;
  font-weight: 700;
  text-decoration: none;
}

.home-experience-editorial {
  background: linear-gradient(180deg, #f7f2e6, #fff);
}

.home-experience-editorial__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}

.home-experience-row {
  display: grid;
  grid-template-columns: 42% 1fr;
  min-height: 180px;
  border: 1px solid #dfe6dc;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  color: #173c27;
  text-decoration: none;
  box-shadow: 0 9px 24px rgba(15, 54, 31, .07);
}

.home-experience-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 180px;
}

.home-experience-row div {
  padding: 24px;
}

.home-experience-row div > span {
  font-size: .78rem;
  color: #b78d2b;
  font-weight: 800;
  letter-spacing: .12em;
}

.home-experience-row h3 {
  font-family: Georgia, serif;
  font-size: 1.35rem;
  margin: .25rem 0 .45rem;
}

.home-experience-row p {
  color: #5d6b62;
  margin: 0 0 .8rem;
}

.home-experience-row b {
  color: #a47712;
  font-size: .88rem;
}

.home-wildlife-mosaic {
  padding: 64px 0;
  background: #eef3e7;
}

.home-mosaic {
  display: grid;
  grid-template-columns: 1.35fr .85fr 1.15fr;
  grid-template-rows: 205px 175px;
  gap: 12px;
  margin-top: 30px;
}

.home-mosaic__item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  min-height: 0;
  color: #fff;
}

.home-mosaic__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}

.home-mosaic__item:hover img {
  transform: scale(1.035);
}

.home-mosaic__item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 42px 17px 15px;
  background: linear-gradient(transparent, rgba(5, 30, 16, .9));
  color: #fff;
}

.home-mosaic__item b,
.home-mosaic__item small {
  display: block;
}

.home-mosaic__item b {
  font-family: Georgia, serif;
  font-size: 1.08rem;
}

.home-mosaic__item small {
  font-size: .78rem;
  margin-top: 3px;
}

.home-mosaic__item--hero {
  grid-column: 1;
  grid-row: 1 / 3;
}

.home-mosaic__item--tall {
  grid-column: 2;
  grid-row: 1 / 3;
}

.home-mosaic__item--wide {
  grid-column: 3;
  grid-row: 1;
}

.home-mosaic__item:not(.home-mosaic__item--hero):not(.home-mosaic__item--tall):not(.home-mosaic__item--wide) {
  grid-column: 3;
  grid-row: 2;
}

.home-centre-action {
  text-align: center;
  margin-top: 24px;
}

.home-why {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  align-items: stretch;
  background: #073a21;
  color: #fff;
}

.home-why__image {
  min-height: 0;
  height: auto;
  overflow: hidden;
}

.home-why__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
}

.home-why__content {
  display: flex;
  align-items: center;
  padding: 28px 4vw 28px 34px;
}

.home-why__content h2 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(1.65rem, 2.35vw, 2.3rem);
  line-height: 1.08;
  margin: 4px 0 8px;
}

.home-why__content > div > p {
  color: #dce9df;
  font-size: .9rem;
  line-height: 1.42;
  margin: 0 0 12px;
}

.home-why .home-values-grid {
  grid-template-columns: repeat(2, 1fr);
  margin: 12px 0;
  gap: 8px;
  align-items: stretch;
}

.home-why .home-values-grid article {
  min-height: 0;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .16);
}

.home-why .home-values-grid article svg {
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
}

.home-why .home-values-grid h3 {
  color: #fff;
  font-size: .92rem;
  line-height: 1.15;
  margin: 3px 0 2px;
}

.home-why .home-values-grid p {
  color: #fff;
  font-size: .76rem;
  line-height: 1.28;
  margin: 0;
}

.home-why .home-actions {
  margin-top: 10px;
}

.home-why .home-actions .home-btn {
  padding: 9px 15px;
}

.home-why .home-btn--ghost {
  border-color: #e5d39e;
  color: #fff;
}

.home-booking-process {
  background: #fff;
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #dfe6dc;
  border-radius: 15px;
  background: #fbfaf5;
  padding: 26px 18px;
  gap: 0;
}

.home-process-grid article {
  position: relative;
  padding: 4px 22px;
  border-right: 1px solid #dfe6dc;
}

.home-process-grid article:last-child {
  border-right: 0;
}

.home-process-grid i {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #123f25;
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.home-process-grid svg {
  width: 30px;
  height: 30px;
  color: #b78d2b;
  margin: 0 8px -8px;
}

.home-process-grid h3 {
  font-family: Georgia, serif;
  font-size: 1.05rem;
  margin: 15px 0 6px;
}

.home-process-grid p {
  font-size: .85rem;
  color: #647068;
  margin: 0;
}

.home-reviews {
  background: #f2f5ed;
}

.home-review-card > p {
  min-height: 112px;
}

.home-plan-grid a span {
  font-size: .92rem;
}

.home-tripadvisor__official-wrap {
  position: relative;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-left: 1px solid #dfe6dc;
}

.home-tripadvisor__fallback,
.home-tripadvisor__widget {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-tripadvisor__fallback img,
.home-tripadvisor__widget img {
  display: block;
  width: auto;
  max-width: 150px;
  height: auto;
}

.home-tripadvisor__widget:empty {
  display: none;
}

.home-tripadvisor__widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-tripadvisor__widget li {
  margin: 0;
  padding: 0;
}

.home-tripadvisor__widget {
  position: absolute;
  inset: 0;
  pointer-events: auto;
}

.home-tripadvisor__widget img {
  background: #fff;
}

/* V5 final refinements: compact hero title */
.home-hero h1 {
  max-width: 980px;
  font-size: clamp(2.75rem, 5vw, 4.45rem);
  line-height: 1.01;
}

@media (max-width: 991px) {
  .home-experience-editorial__grid {
    grid-template-columns: 1fr;
  }

  .home-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 225px 200px;
  }

  .home-mosaic__item--hero {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .home-mosaic__item--tall {
    grid-column: 2;
    grid-row: 1;
  }

  .home-mosaic__item--wide {
    grid-column: 2;
    grid-row: 2;
  }

  .home-mosaic__item:not(.home-mosaic__item--hero):not(.home-mosaic__item--tall):not(.home-mosaic__item--wide) {
    grid-column: 1 / 3;
    grid-row: 3;
    height: 190px;
  }

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

  .home-why__image img {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 8;
  }

  .home-why__content {
    padding: 30px 24px;
  }

  .home-process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .home-process-grid article {
    border-right: 0;
    border-bottom: 1px solid #dfe6dc;
    padding-bottom: 20px;
  }

  .home-tripadvisor__official-wrap {
    border-left: 0;
    border-top: 1px solid #dfe6dc;
  }

  .home-hero h1 {
    font-size: clamp(2.55rem, 6.2vw, 3.8rem);
  }
}

@media (max-width: 640px) {
  .home-section-link {
    position: static;
    display: block;
    margin-top: 10px;
  }

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

  .home-experience-row img {
    height: 170px;
  }

  .home-mosaic {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .home-mosaic__item,
  .home-mosaic__item--hero,
  .home-mosaic__item--tall,
  .home-mosaic__item--wide,
  .home-mosaic__item:not(.home-mosaic__item--hero):not(.home-mosaic__item--tall):not(.home-mosaic__item--wide) {
    grid-column: auto;
    grid-row: auto;
    height: 220px;
  }

  .home-why__image img {
    aspect-ratio: 4 / 3;
  }

  .home-why__content {
    padding: 34px 20px;
  }

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

  .home-why .home-values-grid article {
    padding: 11px 12px;
  }

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

  .home-review-card > p {
    min-height: 0;
  }

  .home-hero h1 {
    font-size: clamp(2.15rem, 10vw, 2.75rem);
  }
}
