:root {
  --green: #365f37;
  --green-dark: #1f3e25;
  --cream: #fffdf9;
  --ink: #15130f;
  --muted: #6f6b63;
  --line: #ded9cf;
  --cta: #c9542a;
  --shadow: 0 12px 30px rgba(33, 29, 20, 0.14);
}

.home-sponsored {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px) clamp(20px, 4vw, 42px);
}

.home-sponsored-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-sponsored-card {
  overflow: hidden;
  border: 1px solid #dfd2c1;
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 44px rgba(38, 31, 20, 0.08);
}

.home-sponsored-card picture,
.home-sponsored-card img {
  display: block;
  width: 100%;
  height: 190px;
}

.home-sponsored-card img {
  object-fit: cover;
}

.home-sponsored-card div {
  padding: 16px;
}

.home-sponsored-card span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e9f3ea;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-sponsored-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.05;
}

.home-sponsored-card p {
  margin: 8px 0 14px;
  color: #625b51;
  font-size: 14px;
}

.home-sponsored-card a {
  display: inline-flex;
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

img[loading="lazy"] {
  color: transparent;
  font-size: 0;
  background: #fff url("/assets/logo-bulle.svg") center / 58px auto no-repeat;
}

/* Homepage V2 mockup */
body:has(.home-v2) {
  background: #fffdf8;
}

body:has(.home-v2) .hero {
  min-height: 376px;
  background-position: center center;
}

body:has(.home-v2) .hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.15) 56%, rgba(0, 0, 0, 0.64) 100%);
}

body:has(.home-v2) .topbar {
  height: 68px;
  padding: 18px 102px 0;
  max-width: none;
}

body:has(.home-v2) .brand {
  min-width: 352px;
  gap: 14px;
}

body:has(.home-v2) .brand img {
  width: 42px;
  height: 42px;
}

body:has(.home-v2) .brand span {
  font-size: 30px;
  letter-spacing: 0;
}

body:has(.home-v2) .navlinks {
  gap: 36px;
}

body:has(.home-v2) .navlinks a,
body:has(.home-v2) .account-links a {
  font-size: 13px;
}

body:has(.home-v2) .account-links {
  gap: 30px;
}

body:has(.home-v2) .account-links svg {
  width: 19px;
  height: 19px;
}

body:has(.home-v2) .hero-copy {
  max-width: 650px;
  margin: 24px 0 0 103px;
}

body:has(.home-v2) .hero-copy h1 {
  font-size: 55px;
  line-height: 0.98;
  letter-spacing: 0;
}

body:has(.home-v2) .hero-copy p {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.35;
}

body:has(.home-v2) .search-card {
  width: 815px;
  height: 70px;
  min-height: 70px;
  grid-template-columns: 1fr 1fr 138px;
  gap: 0;
  margin: 21px 0 0 103px;
  padding: 0 15px 0 20px;
  border-radius: 5px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

body:has(.home-v2) .search-field {
  min-height: 70px;
  gap: 16px;
  padding-right: 20px;
}

body:has(.home-v2) .search-field + .search-field {
  padding-left: 23px;
  border-left: 1px solid #ded6c9;
}

body:has(.home-v2) .search-field > svg:first-child {
  width: 25px;
  height: 25px;
}

body:has(.home-v2) .search-field strong {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}

body:has(.home-v2) .search-dropdown-trigger span {
  font-size: 13px;
}

body:has(.home-v2) .search-field .chevron {
  width: 16px;
  height: 16px;
  margin-left: auto;
}

body:has(.home-v2) .search-submit {
  height: 51px;
  align-self: center;
  border-radius: 5px;
  font-size: 16px;
}

body:has(.home-v2) .trust-row {
  width: min(1000px, calc(100% - 204px));
  margin: 15px 0 0 353px;
  padding: 0 0 24px;
  gap: 0;
  justify-content: space-between;
}

body:has(.home-v2) .trust-row li {
  min-width: 0;
  justify-content: center;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.38);
  font-size: 13px;
}

body:has(.home-v2) .trust-row li:first-child {
  border-left: 0;
}

body:has(.home-v2) .catalog-home.home-v2 {
  max-width: none;
  padding: 26px 102px 34px;
}

body:has(.home-v2) .home-row {
  display: grid;
  grid-template-columns: 226px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  max-width: 1332px;
  margin: 0 auto;
}

body:has(.home-v2) .home-row + .home-row {
  margin-top: 31px;
}

body:has(.home-v2) .home-intents {
  margin-top: 37px;
}

body:has(.home-v2) .home-row-copy h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
}

body:has(.home-v2) .home-row-copy p {
  max-width: 205px;
  margin: 14px 0 0;
  color: #68635b;
  font-size: 13.5px;
  line-height: 1.45;
}

body:has(.home-v2) .home-row-copy a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: #124523;
  font-size: 13px;
  font-weight: 600;
}

body:has(.home-v2) .home-row-copy a svg {
  width: 16px;
  height: 16px;
}

body:has(.home-v2) .featured-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

body:has(.home-v2) .featured-card {
  min-height: 204px;
  padding: 0 12px 13px;
  border-radius: 6px;
  background: rgba(255, 253, 249, 0.92);
}

body:has(.home-v2) .featured-card picture,
body:has(.home-v2) .featured-card img {
  width: calc(100% + 24px);
  height: 132px;
  margin-left: -12px;
}

body:has(.home-v2) .featured-card img {
  object-fit: cover;
}

body:has(.home-v2) .featured-card .round-icon {
  top: 112px;
  left: 12px;
  width: 38px;
  height: 38px;
}

body:has(.home-v2) .featured-card h3 {
  min-height: 55px;
  margin: 16px 0 8px;
  font-size: 16px;
  line-height: 1.14;
  font-weight: 500;
}

body:has(.home-v2) .featured-card small {
  margin-top: 0;
  font-size: 12px;
}

body:has(.home-v2) .featured-card .card-arrow {
  right: 13px;
  bottom: 13px;
  width: 18px;
  height: 18px;
}

body:has(.home-v2) .destination-panel {
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body:has(.home-v2) .region-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  height: auto;
}

body:has(.home-v2) .destination-card {
  position: relative;
  display: block;
  height: 133px;
  overflow: hidden;
  border: 1px solid #e4dacb;
  border-radius: 6px;
  color: #fff;
  background: #151515;
}

body:has(.home-v2) .destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

body:has(.home-v2) .destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.7) 100%);
}

body:has(.home-v2) .destination-card span,
body:has(.home-v2) .destination-card small,
body:has(.home-v2) .destination-card svg {
  position: absolute;
  z-index: 1;
}

body:has(.home-v2) .destination-card span {
  left: 12px;
  right: 10px;
  bottom: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.15;
}

body:has(.home-v2) .destination-card small {
  left: 12px;
  bottom: 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

body:has(.home-v2) .destination-card svg {
  right: 11px;
  bottom: 14px;
  width: 14px;
  height: 14px;
}

body:has(.home-v2) .destination-card.map-card {
  background: #fffdf9;
  color: #1a1916;
}

body:has(.home-v2) .destination-card.map-card::after {
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.98), rgba(255, 253, 249, 0.7));
}

body:has(.home-v2) .destination-card.map-card img {
  object-fit: contain;
  padding: 15px;
  filter: opacity(0.22);
}

body:has(.home-v2) .destination-card.map-card span {
  color: #1d1b17;
}

body:has(.home-v2) .destination-card.map-card small {
  color: #68635b;
}

body:has(.home-v2) .intent-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

body:has(.home-v2) .intent-grid a {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  min-height: 112px;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: none;
}

body:has(.home-v2) .intent-grid img {
  display: block;
  width: 108px;
  height: 112px;
  object-fit: cover;
}

body:has(.home-v2) .intent-grid div {
  min-width: 0;
  padding: 16px 14px 11px;
}

body:has(.home-v2) .intent-grid strong {
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
}

body:has(.home-v2) .intent-grid span {
  display: -webkit-box;
  overflow: hidden;
  color: #5f594f;
  font-size: 12px;
  line-height: 1.28;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body:has(.home-v2) .intent-grid small {
  margin-top: 10px;
  font-size: 12px;
}

body:has(.home-v2) .home-about {
  max-width: 1332px;
  min-height: 408px;
  display: grid;
  grid-template-columns: 300px 535px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin: 52px auto 0;
}

body:has(.home-v2) .home-about-intro {
  padding: 4px 44px 0 0;
}

body:has(.home-v2) .home-about-kicker {
  margin: 0 0 9px;
  color: #124523;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

body:has(.home-v2) .home-about-intro h2,
body:has(.home-v2) .home-about-card h2 {
  margin: 0;
  color: #080604;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

body:has(.home-v2) .home-about-intro span,
body:has(.home-v2) .home-about-text {
  display: block;
  max-width: 228px;
  margin-top: 25px;
  color: #3f4640;
  font-size: 14px;
  line-height: 1.43;
}

body:has(.home-v2) .home-about-text p {
  margin: 0;
  color: #3f4640;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.48;
  text-transform: none;
}

body:has(.home-v2) .home-about-text p + p {
  margin-top: 12px;
}

body:has(.home-v2) .home-about-intro a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 27px;
  color: #00491c;
  font-size: 13px;
  font-weight: 800;
}

body:has(.home-v2) .home-about-intro a svg {
  width: 15px;
  height: 15px;
}

body:has(.home-v2) .home-about-authors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 19px 22px 20px;
  border: 1px solid #dfd2c0;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fffdf8;
  box-shadow: 0 18px 42px rgba(38, 28, 14, 0.08);
}

body:has(.home-v2) .home-about-authors > p {
  grid-column: 1 / -1;
  margin: 0 0 1px;
  color: #00491c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

body:has(.home-v2) .home-about-authors figure {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
}

body:has(.home-v2) .home-about-authors picture,
body:has(.home-v2) .home-about-authors img {
  display: block;
  width: 48px;
  height: 48px;
}

body:has(.home-v2) .home-about-authors img {
  border: 1px solid rgba(0, 73, 28, 0.18);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(33, 25, 13, 0.11);
}

body:has(.home-v2) .home-about-authors figcaption {
  min-width: 0;
  display: grid;
  gap: 3px;
  color: #3f4640;
  font-size: 11.5px;
  line-height: 1.15;
  text-align: left;
}

body:has(.home-v2) .home-about-authors figcaption strong {
  display: block;
  color: #00491c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

body:has(.home-v2) .home-about-authors figcaption span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body:has(.home-v2) .home-about-visual {
  position: relative;
  min-height: 408px;
  margin: 0;
  overflow: visible;
  border-radius: 8px 0 8px 8px;
  background: transparent;
}

body:has(.home-v2) .home-about-media {
  position: relative;
  height: 408px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  background: #162416;
}

body:has(.home-v2) .home-about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

body:has(.home-v2) .home-about-media > picture,
body:has(.home-v2) .home-about-media > picture > img {
  width: 100%;
  height: 100%;
  display: block;
}

body:has(.home-v2) .home-about-media > picture > img {
  object-fit: cover;
}

body:has(.home-v2) .home-about-logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 116px;
  height: auto;
  transform: translate(-50%, -50%);
  background: transparent;
  opacity: 0.94;
}

body:has(.home-v2) .home-about-card {
  min-height: 408px;
  padding: 36px 44px 34px 41px;
  border: 1px solid #dfd2c0;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background: rgba(255, 253, 249, 0.72);
  box-shadow: 0 18px 42px rgba(38, 28, 14, 0.08);
}

body:has(.home-v2) .home-about-card h2 {
  max-width: 430px;
  font-size: 29px;
  line-height: 1.03;
}

body:has(.home-v2) .home-about-card > p {
  max-width: 448px;
  margin: 20px 0 0;
  color: #3f4640;
  font-size: 14px;
  line-height: 1.43;
}

body:has(.home-v2) .home-about-card ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin: 30px 0 0;
  padding: 23px 0 0;
  border-top: 1px solid #dfd2c0;
  list-style: none;
}

body:has(.home-v2) .home-about-card li {
  min-width: 0;
}

body:has(.home-v2) .home-about-card li strong {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 13px;
  border: 1px solid #b9d2bd;
  border-radius: 50%;
  color: #00491c;
  background: rgba(255, 253, 249, 0.85);
  font-size: 15px;
  line-height: 1;
}

body:has(.home-v2) .home-about-card li span {
  display: block;
  margin-bottom: 7px;
  color: #060503;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.12;
}

body:has(.home-v2) .home-about-card li small {
  display: block;
  color: #333833;
  font-size: 11.5px;
  line-height: 1.25;
}

body:has(.home-v2) .home-guides {
  max-width: 1332px;
  margin: 43px auto 0;
}

body:has(.home-v2) .home-guides .catalog-heading {
  margin-bottom: 8px;
}

body:has(.home-v2) .home-guides .catalog-heading h2 {
  font-size: 29px;
}

body:has(.home-v2) .home-guides .catalog-heading a {
  color: #124523;
  font-size: 13px;
}

body:has(.home-v2) .home-press {
  max-width: 1332px;
  margin: 46px auto 0;
  padding: 28px 32px 32px;
  display: grid;
  gap: 22px;
  border: 1px solid #dfd2c0;
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 18px 54px rgba(43, 34, 19, 0.08);
}

body:has(.home-v2) .home-press h2 {
  margin: 0;
  color: #00491c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

body:has(.home-v2) .home-press-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body:has(.home-v2) .home-press-card {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 22px;
  border: 1px solid rgba(223, 210, 192, 0.92);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  color: #120f0b;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body:has(.home-v2) .home-press-card img {
  width: auto;
  max-width: 96px;
  height: 56px;
  object-fit: contain;
}

body:has(.home-v2) .home-press-card strong {
  display: block;
  color: #120f0b;
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

body:has(.home-v2) .home-press-card span {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  color: #00491c;
  background: #edf5eb;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 1320px) {
  body:has(.home-v2) .home-about {
    width: calc(100% - 72px);
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
  }

  body:has(.home-v2) .home-press {
    width: calc(100% - 72px);
    grid-template-columns: 1fr;
  }

  body:has(.home-v2) .home-about-media {
    border-radius: 8px 8px 0 0;
  }

  body:has(.home-v2) .home-about-card {
    grid-column: 2;
    min-height: 0;
    border-top: 0;
    border-left: 1px solid #dfd2c0;
    border-radius: 0 0 8px 8px;
  }
}

@media (max-width: 1100px) {
  body:has(.home-v2) .hero {
    min-height: 640px;
    padding-bottom: 24px;
  }

  body:has(.home-v2) .topbar {
    height: auto;
    padding: 20px 24px 0;
  }

  body:has(.home-v2) .brand {
    min-width: 0;
  }

  body:has(.home-v2) .brand span {
    font-size: 28px;
  }

  body:has(.home-v2) .hero-copy {
    margin: 76px 24px 0;
  }

  body:has(.home-v2) .hero-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  body:has(.home-v2) .search-card {
    height: auto;
    min-height: 0;
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    margin: 28px 24px 0;
    padding: 0;
  }

  body:has(.home-v2) .search-field {
    min-height: 74px;
  }

  body:has(.home-v2) .search-field {
    min-height: 76px;
    padding: 0 18px;
  }

  body:has(.home-v2) .search-field + .search-field {
    padding-left: 18px;
    border-top: 1px solid #ded6c9;
    border-left: 0;
  }

  body:has(.home-v2) .search-submit {
    width: calc(100% - 28px);
    margin: 0 14px 14px;
  }

  body:has(.home-v2) .trust-row {
    width: calc(100% - 48px);
    margin: 18px 24px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body:has(.home-v2) .trust-row li {
    justify-content: flex-start;
    padding: 0;
    border-left: 0;
  }

  body:has(.home-v2) .catalog-home.home-v2 {
    padding: 32px 24px 36px;
  }

  body:has(.home-v2) .home-row {
    display: block;
  }

  body:has(.home-v2) .home-row-copy {
    margin-bottom: 18px;
  }

  body:has(.home-v2) .home-row-copy h2,
  body:has(.home-v2) .home-guides .catalog-heading h2 {
    font-size: 28px;
  }

  body:has(.home-v2) .home-row-copy p {
    max-width: 310px;
  }

  body:has(.home-v2) .home-about {
    display: block;
    min-height: 0;
    margin-top: 40px;
  }

  body:has(.home-v2) .home-about-intro {
    padding: 0;
  }

  body:has(.home-v2) .home-about-intro h2,
  body:has(.home-v2) .home-about-card h2 {
    font-size: 30px;
    line-height: 1.02;
  }

  body:has(.home-v2) .home-about-intro span,
  body:has(.home-v2) .home-about-text {
    max-width: 320px;
    margin-top: 18px;
  }

  body:has(.home-v2) .home-about-intro a {
    margin-top: 20px;
  }

  body:has(.home-v2) .home-about-visual {
    height: auto;
    min-height: 0;
    margin-top: 24px;
    border-radius: 8px 8px 0 0;
  }

  body:has(.home-v2) .home-about-media {
    height: 276px;
    border-radius: 8px 8px 0 0;
  }

  body:has(.home-v2) .home-about-logo {
    width: 96px;
  }

  body:has(.home-v2) .home-about-authors {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
    border-radius: 0;
  }

  body:has(.home-v2) .home-about-authors figure {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  body:has(.home-v2) .home-about-authors picture,
  body:has(.home-v2) .home-about-authors img {
    width: 46px;
    height: 46px;
  }

  body:has(.home-v2) .home-about-card {
    min-height: 0;
    padding: 28px 22px 24px;
    border-left: 1px solid #dfd2c0;
    border-top: 0;
    border-radius: 0 0 8px 8px;
  }

  body:has(.home-v2) .home-about-card > p {
    margin-top: 16px;
  }

  body:has(.home-v2) .home-about-card ol {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
    padding-top: 20px;
  }

  body:has(.home-v2) .home-about-card li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
  }

  body:has(.home-v2) .home-about-card li strong {
    grid-row: span 2;
    margin-bottom: 0;
  }

  body:has(.home-v2) .featured-grid,
  body:has(.home-v2) .region-list,
  body:has(.home-v2) .intent-grid,
  body:has(.home-v2) .guide-grid {
    grid-template-columns: 1fr;
  }

  body:has(.home-v2) .featured-card {
    min-height: 254px;
  }

  body:has(.home-v2) .featured-card picture,
  body:has(.home-v2) .featured-card img {
    height: 170px;
  }

  body:has(.home-v2) .featured-card .round-icon {
    top: 150px;
  }

  body:has(.home-v2) .destination-card {
    height: 148px;
  }

  body:has(.home-v2) .intent-grid a {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  body:has(.home-v2) .intent-grid img {
    width: 116px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.hero {
  position: relative;
  z-index: 5;
  min-height: 523px;
  color: #fff;
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(4, 13, 9, 0.92) 0%, rgba(7, 18, 12, 0.72) 33%, rgba(9, 16, 10, 0.18) 62%, rgba(7, 9, 7, 0.22) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 35%),
    image-set(
      url("/assets/hero/hero-bulle-desktop.webp") type("image/webp"),
      url("/assets/hero/hero-bulle-desktop.jpg") type("image/jpeg")
    ) center center / cover no-repeat;
}

.topbar {
  position: relative;
  z-index: 2;
  height: 95px;
  display: flex;
  align-items: center;
  padding: 22px 46px 0 38px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 330px;
}

.brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.mobile-menu-toggle {
  display: none;
}

.navlinks {
  display: flex;
  gap: 53px;
  margin: 4px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 600;
}

.account-links {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-top: 3px;
  font-size: 14px;
}

.account-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.account-links svg {
  width: 22px;
  height: 22px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  margin-left: 68px;
  margin-top: 39px;
  max-width: 730px;
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70px;
  line-height: 0.99;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-copy p {
  margin: 20px 0 0;
  font-size: 21px;
  line-height: 1.3;
}

.search-card {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 147px;
  align-items: center;
  gap: 18px;
  width: 930px;
  height: 86px;
  margin: 54px 0 0 68px;
  padding: 0 20px 0 26px;
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.97);
  box-shadow: var(--shadow);
  color: var(--ink);
}

.search-field {
  min-width: 0;
  height: 54px;
  display: grid;
  grid-template-columns: 31px 1fr 23px;
  align-items: center;
  column-gap: 14px;
  padding-right: 14px;
  border-right: 1px solid #d8d2c8;
  border-radius: 8px;
  color: var(--green);
  cursor: pointer;
  transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.search-field:last-of-type {
  border-right: 0;
}

.search-field:not(:first-child) {
  padding-left: 18px;
}

.search-field:hover {
  background: rgba(54, 95, 55, 0.04);
}

.search-field:focus-within {
  outline: 2px solid rgba(54, 95, 55, 0.45);
  outline-offset: 4px;
}

.search-field-select {
  grid-template-columns: 31px 1fr 23px;
}

.search-field > span {
  min-width: 0;
  display: block;
}

.search-dropdown {
  position: relative;
  cursor: pointer;
}

.search-field svg {
  width: 27px;
  height: 27px;
}

.search-field strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
}

.search-field small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-dropdown-trigger {
  display: block;
  width: 100%;
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.search-dropdown-trigger:focus {
  outline: none;
}

.search-field .chevron {
  width: 18px;
  height: 18px;
  align-self: center;
  justify-self: end;
  color: #141414;
  opacity: 0.88;
  pointer-events: none;
  transition: transform 0.18s ease;
}

.search-dropdown.is-open .chevron {
  transform: rotate(180deg);
}

.search-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: -1px;
  right: 12px;
  z-index: 100;
  max-height: 340px;
  overflow: auto;
  padding: 10px;
  border: 1px solid #ddd4c8;
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.99);
  box-shadow: 0 18px 42px rgba(30, 26, 20, 0.16);
  backdrop-filter: blur(12px);
}

.search-dropdown-menu[hidden] {
  display: none;
}

.search-dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

.search-dropdown-menu::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 253, 249, 0.99);
  border-radius: 999px;
  background: #d9cebf;
}

.search-dropdown-option {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.search-dropdown-option strong {
  display: block;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.search-dropdown-option small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-dropdown-option span {
  color: #9c9489;
  font-size: 12px;
  font-weight: 700;
}

.search-dropdown-option:hover,
.search-dropdown-option:focus-visible,
.search-dropdown-option.is-selected {
  background: #f3efe7;
  outline: none;
}

.search-dropdown-option.is-selected {
  color: var(--green);
}

.search-dropdown-empty {
  padding: 14px 12px;
  color: var(--muted);
  font-size: 13px;
}

.search-submit {
  justify-self: end;
  width: 147px;
  height: 50px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(180deg, #cf5c31, var(--cta));
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  cursor: pointer;
}

.trust-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 45px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.trust-row svg {
  width: 25px;
  height: 25px;
}

main {
  background: #fffdf9;
}

.section {
  position: relative;
  max-width: 1397px;
  margin: 0 auto;
}

.section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.section-title h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 500;
}

.section-title a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #244e2b;
  font-size: 14px;
}

.section-title svg {
  width: 18px;
  height: 18px;
}

.regions {
  padding-top: 18px;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 11px;
}

.region-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 141px;
  padding: 0 20px 18px;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: inset 0 -78px 68px rgba(0, 0, 0, 0.5);
}

.region-card span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.05;
}

.region-card small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 7px;
  font-size: 13px;
}

.region-card svg {
  width: 16px;
  height: 16px;
}

.rail-arrow {
  position: absolute;
  right: -56px;
  top: 106px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #111;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.rail-arrow svg {
  width: 24px;
  height: 24px;
}

.types {
  padding-top: 24px;
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 16px;
}

.type-card {
  height: 161px;
  display: grid;
  grid-template-columns: 141px 1fr;
  overflow: hidden;
  border: 1px solid #e5dfd4;
  border-radius: 8px;
  background: #fffdf9;
}

.type-card img {
  width: 141px;
  height: 161px;
  object-fit: cover;
}

.type-content {
  position: relative;
  min-width: 0;
  padding: 25px 16px 14px;
}

.type-icon {
  position: absolute;
  top: 25px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
}

.type-icon svg {
  width: 22px;
  height: 22px;
}

.type-content h3 {
  margin: 42px 0 7px;
  padding-left: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
}

.type-content p {
  margin: 0;
  max-width: 154px;
  color: #4f4a42;
  font-size: 12px;
  line-height: 1.38;
}

.type-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #244e2b;
  font-size: 12px;
}

.type-content a svg {
  width: 14px;
  height: 14px;
}

.type-arrow {
  top: 113px;
}

.benefits {
  max-width: 1379px;
  height: 84px;
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 -8px 28px rgba(33, 29, 20, 0.06);
}

.benefits article {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding-left: 40px;
  border-right: 1px solid #e1dbd0;
}

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

.benefits svg {
  width: 34px;
  height: 34px;
  color: var(--green);
}

.benefits strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 500;
}

@media (max-width: 900px) {
  .hero {
    min-height: 780px;
    padding-bottom: 26px;
    background:
      linear-gradient(90deg, rgba(4, 13, 9, 0.9) 0%, rgba(7, 18, 12, 0.68) 52%, rgba(7, 9, 7, 0.28) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 35%),
      image-set(
        url("/assets/hero/hero-bulle-mobile.webp") type("image/webp"),
        url("/assets/hero/hero-bulle-mobile.jpg") type("image/jpeg")
      ) center top / cover no-repeat;
  }

  .topbar {
    height: auto;
    padding: 18px 18px 0;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    font-size: 28px;
  }

  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
  }

  .mobile-menu-toggle svg {
    width: 22px;
    height: 22px;
  }

  .navlinks,
  .account-links {
    display: none;
  }

  .topbar.menu-open {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .topbar.menu-open .navlinks,
  .topbar.menu-open .account-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(7, 18, 12, 0.78);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
  }

  .topbar.menu-open .navlinks a,
  .topbar.menu-open .account-links a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
  }

  .hero-copy {
    margin: 70px 20px 0;
  }

  .hero-copy h1 {
    font-size: 45px;
  }

  .search-card {
    width: calc(100% - 32px);
    height: auto;
    margin: 42px 16px 0;
    padding: 18px 12px 14px;
    grid-template-columns: 1fr;
  }

  .search-field {
    min-height: 62px;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #e6dfd5;
    padding: 12px 0 13px;
  }

  .search-field:first-child {
    grid-template-columns: 31px 1fr 23px;
  }

  .search-dropdown-menu {
    left: 0;
    right: 0;
  }

  .search-submit {
    width: 100%;
    height: 52px;
    margin-top: 14px;
  }

  .trust-row {
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 26px;
    margin-top: 32px;
    padding: 0 28px;
    justify-content: center;
    line-height: 1.25;
  }

  .trust-row li {
    min-width: 145px;
    justify-content: center;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-title {
    align-items: flex-start;
    gap: 12px;
  }

  .region-grid,
  .type-grid,
  .benefits {
    grid-template-columns: 1fr;
  }

  .rail-arrow {
    display: none;
  }

  .benefits {
    height: auto;
    margin: 24px 16px 0;
  }

  .benefits article {
    border-right: 0;
    border-bottom: 1px solid #e1dbd0;
    padding: 18px 24px;
  }
}

.catalog-home {
  position: relative;
  z-index: 1;
  min-height: 1024px;
  padding: 30px 54px 28px;
  background:
    radial-gradient(circle at 65% 20%, rgba(231, 220, 203, 0.35), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #fffaf2 100%);
}

.catalog-section {
  max-width: 1428px;
  margin: 0 auto;
}

.catalog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.catalog-heading h2,
.map-block h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 500;
}

.map-block h2 {
  font-size: 27px;
  white-space: nowrap;
}

.catalog-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #143d20;
  font-size: 13px;
}

.catalog-heading svg {
  width: 17px;
  height: 17px;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 11px;
  margin-top: 12px;
}

.featured-card {
  position: relative;
  min-width: 0;
  min-height: 278px;
  overflow: hidden;
  border: 1px solid #e7dfd1;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 7px 24px rgba(41, 35, 25, 0.04);
}

.featured-card picture,
.featured-card img {
  display: block;
  width: 100%;
  height: 151px;
}

.featured-card img {
  object-fit: cover;
}

.round-icon {
  position: absolute;
  left: 12px;
  top: 132px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18);
}

.round-icon svg {
  width: 22px;
  height: 22px;
}

.featured-card h3 {
  min-height: 35px;
  margin: 20px 14px 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 500;
}

.featured-card p {
  margin: 0 14px;
  max-height: 30px;
  overflow: hidden;
  color: #5b5750;
  font-size: 11px;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.featured-card small {
  position: absolute;
  left: 14px;
  bottom: 16px;
  color: #3f3c37;
  font-size: 12px;
}

.featured-card .card-arrow {
  position: absolute;
  right: 14px;
  bottom: 13px;
  width: 18px;
  height: 18px;
}

.all-types {
  margin-top: 34px;
}

.compact-heading {
  align-items: center;
}

.filter-tabs {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  margin-left: 30px;
}

.filter-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 30px;
  padding: 0 17px;
  border: 1px solid #e3ddd2;
  border-radius: 7px;
  background: rgba(255, 253, 249, 0.92);
  color: #2e302b;
  font-size: 12px;
  cursor: pointer;
}

.filter-tabs button.active {
  border-color: #123d22;
  background: #124523;
  color: #fff;
}

.filter-tabs svg {
  width: 16px;
  height: 16px;
}

.mega-type-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px 14px;
  margin-top: 20px;
}

.mini-type {
  height: 72px;
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e7dfd1;
  border-radius: 6px;
  background: rgba(255, 253, 249, 0.78);
}

.mini-type img {
  width: 78px;
  height: 72px;
  object-fit: cover;
}

.mini-type div {
  min-width: 0;
  padding: 0 11px;
}

.mini-type strong {
  display: block;
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 500;
}

.mini-type small {
  display: block;
  color: #5f5a51;
  font-size: 11px;
}

.destinations {
  margin-top: 36px;
}

.intent-links {
  margin-top: 34px;
}

.destinations-layout {
  display: grid;
  grid-template-columns: 280px 1fr 303px;
  gap: 14px;
  align-items: start;
}

.map-block {
  height: 172px;
}

.map-block img {
  display: block;
  width: 182px;
  height: 121px;
  margin: 15px auto 0 36px;
  object-fit: contain;
}

.destination-panel {
  height: 162px;
  border: 1px solid #eadfd1;
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.62);
}

.destinations[data-active-tab="departments"] .destination-panel {
  height: auto;
  min-height: 162px;
}

.destination-tabs {
  display: flex;
  gap: 58px;
  height: 37px;
  align-items: flex-start;
  padding-left: 38px;
}

.destination-tabs button {
  position: relative;
  height: 32px;
  border: 0;
  background: transparent;
  color: #34322e;
  font-size: 13px;
  cursor: pointer;
}

.destination-tabs button.active {
  color: #123d22;
  font-weight: 600;
}

.destination-tabs button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #123d22;
}

.region-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 124px;
}

.destinations[data-active-tab="departments"] .region-list {
  height: auto;
}

.region-list a {
  display: grid;
  grid-template-columns: 1fr 42px 16px;
  align-items: center;
  min-width: 0;
  height: 31px;
  padding: 0 13px 0 16px;
  border-right: 1px solid #e6ded2;
  color: #20201e;
  font-size: 12px;
}

.region-list a:nth-child(4n) {
  border-right: 0;
}

.region-list span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.region-list small {
  color: #6d675f;
  text-align: right;
}

.region-list svg {
  width: 14px;
  height: 14px;
  color: #163d21;
}

.destination-search {
  height: 162px;
  padding: 13px 10px;
  border: 1px solid #eadfd1;
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.78);
}

.destination-search label {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #e6ded2;
  border-radius: 5px;
  background: #fffdf9;
  color: #1e2b21;
}

.destination-search label svg {
  width: 18px;
  height: 18px;
}

.destination-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2c2b27;
  font-size: 11px;
}

.intent-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.intent-grid a {
  min-height: 118px;
  padding: 16px;
  border: 1px solid #e3d8c8;
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.82);
  color: #151513;
  box-shadow: 0 12px 24px rgba(39, 29, 17, 0.05);
}

.intent-grid strong,
.intent-grid span,
.intent-grid small {
  display: block;
}

.intent-grid strong {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.1;
}

.intent-grid span {
  color: #5f594f;
  font-size: 13px;
  line-height: 1.35;
}

.intent-grid small {
  margin-top: 14px;
  color: #21572f;
  font-size: 12px;
  font-weight: 700;
}

.map-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  height: 36px;
  margin-top: 14px;
  border-radius: 4px;
  background: #124523;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.map-cta svg {
  width: 17px;
  height: 17px;
}

.destination-search p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 11px 0 0;
  color: #6a655d;
  font-size: 11px;
}

.destination-search p svg {
  width: 17px;
  height: 17px;
  color: #124523;
}

.guides {
  margin-top: 36px;
}

.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1.1fr;
  gap: 12px;
  margin-top: 8px;
}

.guide-card {
  position: relative;
  height: 154px;
  min-height: 154px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  padding: 14px 18px;
  color: #fff;
  background: #111;
}

.guide-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.48) 100%);
}

.guide-card picture,
.guide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 154px;
}

.guide-bg {
  object-fit: cover;
  filter: brightness(1.2) contrast(1.04);
}

.guide-card h3 {
  max-width: 390px;
  margin: 0 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.12;
  font-weight: 600;
}

.guide-card p {
  max-width: 315px;
  margin: 0;
  font-size: 10.5px;
  line-height: 1.35;
}

.guide-card span {
  position: relative;
  left: auto;
  bottom: auto;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
}

.guide-card span svg {
  width: 16px;
  height: 16px;
}

.guide-card h3,
.guide-card p,
.guide-card span {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
}

.guide-hub {
  padding-top: 34px;
}

.guide-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: 30px;
  align-items: stretch;
}

.guide-hub-hero__copy {
  min-width: 0;
  padding: 24px 0 10px;
}

.guide-hub-kicker,
.guide-hub-section__heading p {
  margin: 0 0 10px;
  color: #00491c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.guide-hub-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  font-weight: 500;
}

.guide-hub-hero__copy > p:not(.guide-hub-kicker) {
  max-width: 720px;
  margin: 22px 0 0;
  color: #5f594f;
  font-size: 18px;
  line-height: 1.58;
}

.guide-hub-panel,
.guide-hub-orientation a {
  border: 1px solid #dfd2c0;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 18px 50px rgba(39, 31, 20, 0.06);
}

.guide-hub-panel {
  padding: 28px;
}

.guide-hub-panel h2,
.guide-hub-section__heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 500;
}

.guide-hub-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid #e4d8c7;
}

.guide-hub-steps article {
  min-width: 0;
  padding: 24px 18px 0 0;
}

.guide-hub-steps article + article {
  padding-left: 18px;
  border-left: 1px solid #e4d8c7;
}

.guide-hub-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border: 1px solid #a8c9ad;
  border-radius: 50%;
  color: #00491c;
  font-weight: 900;
}

.guide-hub-steps strong {
  display: block;
  margin-bottom: 7px;
  color: #15130f;
  font-size: 15px;
  font-weight: 900;
}

.guide-hub-steps p {
  margin: 0;
  color: #5f594f;
  font-size: 13px;
  line-height: 1.38;
}

.guide-hub-authors {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 20px;
  align-items: end;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #e4d8c7;
}

.guide-hub-authors__message {
  min-width: 0;
}

.guide-hub-authors__message p {
  margin: 0 0 8px;
  color: #00491c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-hub-authors__message strong {
  display: block;
  max-width: 540px;
  margin-bottom: 8px;
  color: #15130f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
}

.guide-hub-authors__message span {
  display: block;
  max-width: 620px;
  color: #5f594f;
  font-size: 14px;
  line-height: 1.5;
}

.guide-hub-authors__faces {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.guide-hub-authors__faces figure {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0;
  text-align: center;
}

.guide-hub-authors__faces picture,
.guide-hub-authors__faces img {
  display: block;
  width: 54px;
  height: 54px;
}

.guide-hub-authors__faces img {
  border: 1px solid rgba(0, 73, 28, 0.18);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(33, 25, 13, 0.11);
}

.guide-hub-authors__faces figcaption {
  display: grid;
  gap: 3px;
  color: #5f594f;
  font-size: 11px;
  line-height: 1.1;
}

.guide-hub-authors__faces strong {
  color: #00491c;
  font-size: 12px;
  font-weight: 900;
}

.guide-hub-orientation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.guide-hub-orientation a {
  min-height: 128px;
  padding: 20px;
  color: #15130f;
}

.guide-hub-orientation strong,
.guide-hub-orientation span {
  display: block;
}

.guide-hub-orientation strong {
  margin-bottom: 10px;
  color: #00491c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 500;
}

.guide-hub-orientation span {
  color: #5f594f;
  font-size: 14px;
  line-height: 1.45;
}

.guide-hub-section {
  margin-top: 42px;
}

.guide-hub-section__heading {
  max-width: 960px;
}

.guide-hub-section__heading span {
  display: block;
  max-width: 860px;
  margin-top: 12px;
  color: #5f594f;
  font-size: 16px;
  line-height: 1.55;
}

.guide-hub-grid {
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .catalog-home {
    padding: 34px 14px 30px;
  }

  .all-types,
  .destinations,
  .intent-links,
  .guides {
    margin-top: 32px;
  }

  .featured-grid,
  .mega-type-grid,
  .guide-grid,
  .destinations-layout {
    grid-template-columns: 1fr;
  }

  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .filter-tabs {
    order: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 14px 0 0;
    width: 100%;
  }

  .filter-tabs button {
    width: 100%;
    padding: 0 10px;
  }

  .catalog-heading {
    flex-wrap: wrap;
    gap: 10px;
  }

  .catalog-heading h2,
  .map-block h2 {
    font-size: 24px;
  }

  .catalog-heading > a {
    width: 100%;
    justify-content: space-between;
  }

  .featured-card {
    min-height: 278px;
  }

  .featured-card picture,
  .featured-card img {
    height: 128px;
  }

  .round-icon {
    top: 108px;
    left: 12px;
  }

  .mega-type-grid {
    gap: 10px;
  }

  .mini-type {
    height: 72px;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: stretch;
  }

  .mini-type img {
    width: 78px;
    height: 72px;
  }

  .mini-type div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .destinations-layout,
  .destination-panel,
  .destination-search,
  .map-block {
    height: auto;
  }

  .intent-grid {
    grid-template-columns: 1fr;
  }

  .intent-grid a {
    min-height: 0;
  }

  .region-list {
    grid-template-columns: 1fr;
    height: auto;
  }

  .region-list a {
    border-right: 0;
  }

  .destination-panel {
    padding-bottom: 8px;
  }

  .destination-tabs {
    height: 42px;
    justify-content: space-between;
    gap: 0;
    padding: 0 14px;
  }

  .destination-tabs button {
    font-size: 12px;
  }

  .destination-search {
    padding: 12px;
  }

  .map-block {
    text-align: left;
  }

  .map-block img {
    margin-left: auto;
    margin-right: auto;
  }

  .guide-card {
    height: 154px;
    min-height: 154px;
  }

  .guide-hub-hero,
  .guide-hub-orientation,
  .guide-hub-steps {
    grid-template-columns: 1fr;
  }

  .guide-hub-panel {
    padding: 20px;
  }

  .guide-hub-steps article,
  .guide-hub-steps article + article {
    padding: 18px 0 0;
    border-left: 0;
  }

  .guide-hub-authors,
  .guide-hub-authors__faces {
    grid-template-columns: 1fr;
  }

  .guide-hub-authors__faces figure {
    grid-template-columns: 54px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  .guide-hub-hero__copy {
    padding-top: 8px;
  }
}

/* Final homepage V2 cascade override */
body:has(.home-v2) .hero {
  min-height: 376px;
  background-position: center center;
}

body:has(.home-v2) .topbar {
  height: 68px;
  padding: 18px 102px 0;
  max-width: none;
}

body:has(.home-v2) .brand {
  min-width: 352px;
  gap: 14px;
}

body:has(.home-v2) .brand img {
  width: 42px;
  height: 42px;
}

body:has(.home-v2) .brand span {
  font-size: 30px;
}

body:has(.home-v2) .hero-copy {
  margin: 24px 0 0 103px;
  max-width: 650px;
}

body:has(.home-v2) .hero-copy h1 {
  font-size: 55px;
  line-height: 0.98;
  letter-spacing: 0;
}

body:has(.home-v2) .hero-copy p {
  margin-top: 10px;
  font-size: 17px;
}

body:has(.home-v2) .search-card {
  width: 815px;
  min-height: 70px;
  grid-template-columns: 1fr 1fr 138px;
  gap: 0;
  margin: 21px 0 0 103px;
  padding: 0 15px 0 20px;
  border-radius: 5px;
}

body:has(.home-v2) .search-field {
  min-height: 70px;
  gap: 16px;
}

body:has(.home-v2) .search-field + .search-field {
  padding-left: 23px;
  border-left: 1px solid #ded6c9;
  border-top: 0;
}

body:has(.home-v2) .search-field strong {
  font-size: 17px;
  font-weight: 500;
}

body:has(.home-v2) .search-submit {
  height: 51px;
  align-self: center;
  border-radius: 5px;
  font-size: 16px;
}

body:has(.home-v2) .trust-row {
  width: min(1000px, calc(100% - 204px));
  margin: 15px 0 0 353px;
  padding: 0 0 24px;
  gap: 0;
  justify-content: space-between;
}

body:has(.home-v2) .catalog-home.home-v2 {
  max-width: none;
  padding: 26px 102px 34px;
}

body:has(.home-v2) .home-row {
  display: grid;
  grid-template-columns: 226px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  max-width: 1332px;
  margin: 0 auto;
}

body:has(.home-v2) .home-row + .home-row {
  margin-top: 31px;
}

body:has(.home-v2) .home-intents {
  margin-top: 37px;
}

body:has(.home-v2) .home-row-copy h2,
body:has(.home-v2) .home-guides .catalog-heading h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.05;
  font-weight: 500;
}

body:has(.home-v2) .home-row-copy p {
  max-width: 205px;
  margin: 14px 0 0;
  color: #68635b;
  font-size: 13.5px;
  line-height: 1.45;
}

body:has(.home-v2) .home-row-copy a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: #124523;
  font-size: 13px;
  font-weight: 600;
}

body:has(.home-v2) .featured-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

body:has(.home-v2) .featured-card {
  min-height: 204px;
  padding: 0 12px 13px;
  border-radius: 6px;
}

body:has(.home-v2) .featured-card picture,
body:has(.home-v2) .featured-card img {
  width: calc(100% + 24px);
  height: 132px;
  margin-left: -12px;
}

body:has(.home-v2) .featured-card .round-icon {
  top: 112px;
  left: 12px;
  width: 38px;
  height: 38px;
}

body:has(.home-v2) .featured-card h3 {
  min-height: 55px;
  margin: 16px 0 8px;
  font-size: 16px;
  line-height: 1.14;
  font-weight: 500;
}

body:has(.home-v2) .home-all-types {
  margin-top: 31px;
}

body:has(.home-v2) .mega-type-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 0;
}

body:has(.home-v2) .mini-type {
  height: 64px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #e2d7c8;
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 10px 26px rgba(38, 28, 14, 0.035);
}

body:has(.home-v2) .mini-type img {
  width: 82px;
  height: 64px;
  object-fit: cover;
}

body:has(.home-v2) .mini-type picture {
  display: block;
}

body:has(.home-v2) .mini-type div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
  padding: 7px 10px;
}

body:has(.home-v2) .mini-type strong {
  display: -webkit-box;
  overflow: hidden;
  color: #130f0b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13.5px;
  line-height: 1.08;
  font-weight: 500;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body:has(.home-v2) .mini-type small {
  display: block;
  margin-top: 0;
  color: #5f5a51;
  font-size: 10.5px;
  line-height: 1.15;
}

body:has(.home-v2) .destination-panel {
  height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  padding: 18px;
  border: 1px solid #e2d7c8;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 10px 30px rgba(38, 28, 14, 0.035);
}

body:has(.home-v2) .destination-tabs[hidden] {
  display: none !important;
}

body:has(.home-v2) .home-map-box {
  min-height: 202px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #f5f1e9;
}

body:has(.home-v2) .home-map-box img {
  width: 205px;
  height: 150px;
  object-fit: contain;
  opacity: 0.9;
}

body:has(.home-v2) .region-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 28px;
  height: auto;
}

body:has(.home-v2) .destination-link {
  min-width: 0;
  height: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 16px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #eadfce;
  color: #1c1a17;
  font-size: 14px;
}

body:has(.home-v2) .destination-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body:has(.home-v2) .destination-link small {
  color: #124523;
  font-size: 13px;
  font-weight: 800;
}

body:has(.home-v2) .destination-link svg {
  width: 14px;
  height: 14px;
  color: #124523;
}

body:has(.home-v2) .intent-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(190px, 1fr));
  gap: 14px;
  align-items: stretch;
}

body:has(.home-v2) .intent-grid a {
  display: grid;
  grid-template-rows: 112px minmax(0, 1fr);
  min-height: 244px;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #fffaf2;
}

body:has(.home-v2) .intent-grid picture,
body:has(.home-v2) .intent-grid img {
  display: block;
  width: 100%;
  height: 112px;
}

body:has(.home-v2) .intent-grid img {
  object-fit: cover;
}

body:has(.home-v2) .intent-grid div {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 8px;
  padding: 14px 14px 13px;
}

body:has(.home-v2) .intent-grid strong {
  margin: 0;
  font-size: 15px;
  line-height: 1.16;
  font-weight: 700;
}

body:has(.home-v2) .intent-grid span {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.28;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body:has(.home-v2) .intent-grid small {
  align-self: end;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.2;
}

body:has(.home-v2) .home-guides {
  max-width: 1332px;
  margin: 24px auto 0;
}

@media (max-width: 1100px) {
  body:has(.home-v2) .hero {
    min-height: 640px;
  }

  body:has(.home-v2) .topbar {
    height: auto;
    padding: 20px 24px 0;
  }

  body:has(.home-v2) .brand {
    min-width: 0;
  }

  body:has(.home-v2) .brand span {
    font-size: 28px;
  }

  body:has(.home-v2) .hero-copy {
    margin: 76px 24px 0;
  }

  body:has(.home-v2) .hero-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  body:has(.home-v2) .search-card {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    margin: 28px 24px 0;
    padding: 0;
  }

  body:has(.home-v2) .search-field + .search-field {
    padding-left: 18px;
    border-top: 1px solid #ded6c9;
    border-left: 0;
  }

  body:has(.home-v2) .search-submit {
    width: calc(100% - 28px);
    margin: 0 14px 14px;
  }

  body:has(.home-v2) .trust-row {
    width: calc(100% - 48px);
    margin: 18px 24px 0;
    padding: 0 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body:has(.home-v2) .catalog-home.home-v2 {
    padding: 32px 24px 36px;
  }

  body:has(.home-v2) .home-row {
    display: block;
  }

  body:has(.home-v2) .home-row-copy {
    margin-bottom: 18px;
  }

  body:has(.home-v2) .featured-grid,
  body:has(.home-v2) .region-list,
  body:has(.home-v2) .intent-grid,
  body:has(.home-v2) .guide-grid {
    grid-template-columns: 1fr;
  }

  body:has(.home-v2) .mega-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body:has(.home-v2) .mini-type {
    height: auto;
    min-height: 0;
    display: block;
    border-radius: 7px;
  }

  body:has(.home-v2) .mini-type picture,
  body:has(.home-v2) .mini-type img {
    width: 100%;
    height: 108px;
  }

  body:has(.home-v2) .mini-type img {
    object-fit: cover;
  }

  body:has(.home-v2) .mini-type div {
    min-height: 74px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: start;
    padding: 12px 11px 10px;
  }

  body:has(.home-v2) .mini-type strong {
    display: -webkit-box;
    min-height: 32px;
    font-size: 15px;
    line-height: 1.08;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  body:has(.home-v2) .mini-type small {
    margin-top: 7px;
    font-size: 11.5px;
  }

  body:has(.home-v2) .destination-panel {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  body:has(.home-v2) .home-map-box {
    min-height: 170px;
  }

  body:has(.home-v2) .destination-link {
    height: 40px;
  }
}

@media (min-width: 1101px) {
  body:has(.home-v2) .home-experiences {
    display: grid;
    grid-template-columns: 370px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  body:has(.home-v2) .home-experiences .home-row-copy {
    margin: 16px 0 0;
  }

  body:has(.home-v2) .home-experiences .home-kicker {
    max-width: none;
    margin: 0 0 14px;
    color: #00491c;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
  }

  body:has(.home-v2) .home-experiences .home-row-copy h2 {
    max-width: 330px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 50px;
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: 0;
  }

  body:has(.home-v2) .home-experiences .home-row-copy > p:not(.home-kicker) {
    max-width: 330px;
    margin-top: 22px;
    color: #4e4942;
    font-size: 16px;
    line-height: 1.55;
  }

  body:has(.home-v2) .home-experience-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  body:has(.home-v2) .home-experience-chips span {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 14px;
    border: 1px solid #dfd2c0;
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.88);
    color: #00491c;
    font-size: 13px;
    font-weight: 800;
  }

  body:has(.home-v2) .home-experiences .featured-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.37fr) minmax(0, 0.5fr) minmax(0, 0.5fr);
    grid-template-rows: repeat(2, 203px);
    gap: 14px;
    margin: 0;
  }

  body:has(.home-v2) .home-experiences .featured-card {
    position: relative;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: #172315;
    box-shadow: none;
  }

  body:has(.home-v2) .home-experiences .featured-card:first-child {
    grid-row: 1 / span 2;
  }

  body:has(.home-v2) .home-experiences .featured-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.48) 56%, rgba(0, 0, 0, 0.76) 100%);
  }

  body:has(.home-v2) .home-experiences .featured-card picture,
  body:has(.home-v2) .home-experiences .featured-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
  }

  body:has(.home-v2) .home-experiences .featured-card img {
    object-fit: cover;
  }

  body:has(.home-v2) .home-experiences .featured-card .round-icon {
    z-index: 2;
    top: auto;
    left: 18px;
    bottom: 132px;
    width: 42px;
    height: 42px;
    border-width: 2px;
  }

  body:has(.home-v2) .home-experiences .featured-card:first-child .round-icon {
    bottom: 165px;
    left: 28px;
  }

  body:has(.home-v2) .home-experiences .featured-card h3,
  body:has(.home-v2) .home-experiences .featured-card small,
  body:has(.home-v2) .home-experiences .featured-card .card-arrow {
    z-index: 2;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
  }

  body:has(.home-v2) .home-experiences .featured-card h3 {
    position: absolute;
    left: 18px;
    right: 14px;
    bottom: 44px;
    min-height: 0;
    margin: 0;
    font-size: 24px;
    line-height: 0.98;
    font-weight: 700;
  }

  body:has(.home-v2) .home-experiences .featured-card:first-child h3 {
    left: 28px;
    right: 28px;
    bottom: 96px;
    font-size: 43px;
    line-height: 0.96;
    font-weight: 500;
  }

  body:has(.home-v2) .home-experiences .featured-card small {
    left: 18px;
    bottom: 20px;
    font-size: 13px;
    font-weight: 800;
  }

  body:has(.home-v2) .home-experiences .featured-card:first-child small {
    left: 28px;
    bottom: 31px;
  }

  body:has(.home-v2) .home-experiences .featured-card .card-arrow {
    display: none;
  }

  body:has(.home-v2) .home-all-types {
    display: block;
    margin-top: 26px;
    padding: 20px;
    border: 1px solid #dfd2c0;
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.72);
    box-shadow: 0 20px 55px rgba(38, 28, 14, 0.06);
  }

  body:has(.home-v2) .home-all-types .home-row-copy {
    display: none;
  }

  body:has(.home-v2) .home-all-types .mega-type-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  body:has(.home-v2) .home-all-types .mini-type {
    height: 70px;
    grid-template-columns: 88px minmax(0, 1fr);
    border-radius: 7px;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: none;
  }

  body:has(.home-v2) .home-all-types .mini-type picture,
  body:has(.home-v2) .home-all-types .mini-type img {
    width: 88px;
    height: 68px;
  }

  body:has(.home-v2) .home-all-types .mini-type div {
    padding: 0 12px;
    gap: 5px;
  }

body:has(.home-v2) .home-all-types .mini-type strong {
    font-size: 17px;
    line-height: 0.98;
    font-weight: 700;
  }
}

body:has(.home-v2) .owner-offer-section {
  max-width: 1400px;
  margin: 76px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 315px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

body:has(.home-v2) .owner-offer-head {
  display: grid;
  gap: 16px;
}

body:has(.home-v2) .owner-offer-head p {
  margin: 0;
  color: #00491c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body:has(.home-v2) .owner-offer-head h2 {
  margin: 0;
  max-width: 315px;
  color: #120f0b;
  font-family: var(--font-serif);
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
  hyphens: auto;
}

body:has(.home-v2) .owner-offer-head span {
  max-width: 270px;
  color: #4c463f;
  font-size: 16px;
  line-height: 1.55;
}

body:has(.home-v2) .owner-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body:has(.home-v2) .owner-plan-card {
  min-height: 438px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border: 1px solid #dfd2c0;
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 18px 54px rgba(43, 34, 19, 0.08);
}

body:has(.home-v2) .owner-plan-card.is-featured {
  border-color: rgba(0, 73, 28, 0.42);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 241, 231, 0.96));
  box-shadow: 0 24px 70px rgba(0, 73, 28, 0.13);
}

body:has(.home-v2) .owner-plan-card div {
  display: grid;
  gap: 8px;
}

body:has(.home-v2) .owner-plan-card p {
  margin: 0;
  color: #00491c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body:has(.home-v2) .owner-plan-card h3 {
  margin: 0;
  min-height: 58px;
  color: #120f0b;
  font-family: var(--font-serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

body:has(.home-v2) .owner-plan-card > strong {
  color: #120f0b;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

body:has(.home-v2) .owner-plan-card > strong small {
  margin-left: 6px;
  color: #665d52;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
}

body:has(.home-v2) .owner-plan-card ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
  color: #3e372f;
  font-size: 15px;
  line-height: 1.35;
}

body:has(.home-v2) .owner-plan-card li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

body:has(.home-v2) .owner-plan-card li span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ecf3ea;
  color: #00491c;
  font-size: 13px;
  font-weight: 900;
}

body:has(.home-v2) .owner-plan-card a {
  min-height: 48px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #00491c;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

body:has(.home-v2) .owner-plan-card.is-featured a {
  background: #dc5a2f;
}

body:has(.home-v2) .featured-card,
body:has(.home-v2) .mini-type,
body:has(.home-v2) .destination-card,
body:has(.home-v2) .destination-link,
body:has(.home-v2) .destination-tabs button,
body:has(.home-v2) .intent-card,
body:has(.home-v2) .guide-card,
body:has(.home-v2) .home-press-card,
body:has(.home-v2) .search-dropdown-trigger,
body:has(.home-v2) .owner-plan-card {
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

body:has(.home-v2) .featured-card:hover,
body:has(.home-v2) .featured-card:focus-visible {
  filter: brightness(1.06) contrast(1.02);
  box-shadow: 0 20px 52px rgba(0, 73, 28, 0.18);
  transform: translateY(-2px);
}

body:has(.home-v2) .mini-type:hover,
body:has(.home-v2) .mini-type:focus-visible,
body:has(.home-v2) .destination-card:hover,
body:has(.home-v2) .destination-card:focus-visible,
body:has(.home-v2) .intent-card:hover,
body:has(.home-v2) .intent-card:focus-visible,
body:has(.home-v2) .guide-card:hover,
body:has(.home-v2) .guide-card:focus-visible,
body:has(.home-v2) .home-press-card:hover,
body:has(.home-v2) .home-press-card:focus-visible {
  border-color: rgba(0, 73, 28, 0.52);
  background-color: rgba(255, 253, 248, 0.98);
  box-shadow: 0 18px 46px rgba(38, 28, 14, 0.12);
  transform: translateY(-2px);
}

body:has(.home-v2) .destination-link:hover,
body:has(.home-v2) .destination-link:focus-visible,
body:has(.home-v2) .destination-tabs button:hover,
body:has(.home-v2) .destination-tabs button:focus-visible {
  color: #00491c;
  background: #f2f7ef;
}

body:has(.home-v2) .destination-link:hover,
body:has(.home-v2) .destination-link:focus-visible {
  border-color: rgba(0, 73, 28, 0.32);
  box-shadow: inset 0 0 0 1px rgba(0, 73, 28, 0.12);
}

body:has(.home-v2) .destination-link:hover small,
body:has(.home-v2) .destination-link:focus-visible small {
  color: #00491c;
}

body:has(.home-v2) .search-dropdown-trigger:hover,
body:has(.home-v2) .search-dropdown-trigger:focus-visible {
  border-color: rgba(0, 73, 28, 0.45);
  box-shadow: 0 10px 28px rgba(0, 73, 28, 0.1);
}

body:has(.home-v2) .home-row-copy a:hover,
body:has(.home-v2) .home-row-copy a:focus-visible,
body:has(.home-v2) .home-guides .catalog-heading a:hover,
body:has(.home-v2) .home-guides .catalog-heading a:focus-visible,
body:has(.home-v2) .home-about-intro a:hover,
body:has(.home-v2) .home-about-intro a:focus-visible,
body:has(.home-v2) .owner-offer-head a:hover,
body:has(.home-v2) .owner-offer-head a:focus-visible {
  color: #0b6a2d;
  text-decoration: underline;
  text-underline-offset: 5px;
}

body:has(.home-v2) .owner-plan-card:hover,
body:has(.home-v2) .owner-plan-card:focus-within {
  border-color: rgba(0, 73, 28, 0.5);
  box-shadow: 0 24px 70px rgba(0, 73, 28, 0.13);
  transform: translateY(-2px);
}

body:has(.home-v2) .owner-plan-card a:hover,
body:has(.home-v2) .owner-plan-card a:focus-visible {
  background: #0b6a2d;
}

body:has(.home-v2) .owner-plan-card.is-featured a:hover,
body:has(.home-v2) .owner-plan-card.is-featured a:focus-visible {
  background: #c84d25;
}

.site-footer-shell {
  width: 100%;
  height: 864px;
  display: grid;
  place-items: center;
  padding: 56px;
  background: #f7f1e8;
}

.site-footer {
  width: 100%;
  min-height: 686px;
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  gap: 52px;
  padding: 46px;
  border: 1px solid #dfd2c0;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 24px 70px rgba(43, 34, 19, 0.1);
}

.site-footer-brand-column {
  display: flex;
  flex-direction: column;
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #050403;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-footer-brand img {
  width: 56px;
  height: 42px;
  object-fit: contain;
}

.site-footer-brand-column > p {
  max-width: 360px;
  margin: 32px 0 0;
  color: #5f594f;
  font-size: 18px;
  line-height: 1.42;
}

.site-footer-newsletter {
  width: 405px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 8px;
  margin-top: auto;
  padding: 26px;
  border: 1px solid #dfd2c0;
  border-radius: 8px;
  background: #f8f2e9;
}

.site-footer-newsletter strong,
.site-footer-links h2 {
  margin: 0;
  color: #00491c;
  font-size: 17px;
  line-height: 1.1;
}

.site-footer-newsletter strong,
.site-footer-newsletter > span {
  grid-column: 1 / -1;
}

.site-footer-newsletter > span {
  display: block;
  margin: 2px 0 6px;
  color: #5f594f;
  font-size: 14px;
  line-height: 1.35;
}

.site-footer-newsletter label {
  min-width: 0;
}

.site-footer-newsletter input {
  width: 100%;
  height: 42px;
  padding: 0 15px;
  border: 1px solid #d9c7b2;
  border-radius: 6px;
  background: #fffdf8;
  color: #15130f;
  font-size: 14px;
}

.site-footer-newsletter input::placeholder {
  color: #5f594f;
  opacity: 0.85;
}

.site-footer-newsletter button {
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: #00491c;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.site-footer-newsletter button:hover,
.site-footer-newsletter button:focus-visible {
  background: #0b6a2d;
}

.site-footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 32px;
}

.site-footer-links section {
  min-height: 344px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 8px 34px;
  border-left: 1px solid #dfd2c0;
}

.site-footer-links h2 {
  margin-bottom: 4px;
}

.site-footer-links a {
  max-width: 178px;
  color: #050403;
  font-size: 16px;
  line-height: 1.32;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible,
.site-footer-bottom a:hover,
.site-footer-bottom a:focus-visible {
  color: #00491c;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dfd2c0;
  padding-top: 20px;
  color: #5f594f;
  font-size: 14px;
}

.site-footer-bottom nav {
  display: flex;
  gap: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

@media (max-width: 1100px) {
  body:has(.home-v2) .home-experience-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  body:has(.home-v2) .home-experience-chips span {
    flex: 0 0 auto;
    border: 1px solid #dfd2c0;
    border-radius: 999px;
    padding: 8px 12px;
    color: #00491c;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255, 253, 248, 0.9);
  }

  body:has(.home-v2) .owner-offer-section {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 58px;
  }

  body:has(.home-v2) .home-press {
    width: auto;
    margin-top: 44px;
    padding: 24px;
  }

  body:has(.home-v2) .home-press-list {
    grid-template-columns: 1fr;
  }

  body:has(.home-v2) .home-press-card {
    min-height: 112px;
  }

  body:has(.home-v2) .owner-offer-head h2,
  body:has(.home-v2) .owner-offer-head span {
    max-width: none;
  }

  body:has(.home-v2) .owner-pricing-grid {
    grid-template-columns: 1fr;
  }

  body:has(.home-v2) .owner-plan-card {
    min-height: 0;
  }

  .site-footer-shell {
    height: auto;
    min-height: 0;
    padding: 24px;
  }

  .site-footer {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 26px;
  }

  .site-footer-brand {
    gap: 12px;
    font-size: clamp(32px, 9vw, 42px);
    white-space: normal;
  }

  .site-footer-brand-column > p {
    margin-top: 24px;
    font-size: 16px;
  }

  .site-footer-newsletter {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding: 22px;
  }

  .site-footer-links {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .site-footer-links section {
    min-height: 0;
    gap: 12px;
    padding: 22px 0;
    border-top: 1px solid #dfd2c0;
    border-left: 0;
  }

  .site-footer-links a {
    max-width: none;
  }

  .site-footer-bottom {
    display: grid;
    gap: 16px;
  }

  .site-footer-bottom nav {
    flex-wrap: wrap;
  }
}

body:has(.home-v2) .home-intents .intent-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  min-width: 0;
}

body:has(.home-v2) .home-intents .intent-grid a {
  min-width: 0;
  min-height: 244px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 112px minmax(0, 1fr);
  align-content: start;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfd2c0;
  border-radius: 8px;
  background: #fffaf2;
  color: #15110d;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(39, 29, 17, 0.06);
}

body:has(.home-v2) .home-intents .intent-grid picture,
body:has(.home-v2) .home-intents .intent-grid img {
  width: 100%;
  height: 112px;
  display: block;
}

body:has(.home-v2) .home-intents .intent-grid img {
  object-fit: cover;
}

body:has(.home-v2) .home-intents .intent-grid div {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 8px;
  padding: 14px 14px 13px;
}

body:has(.home-v2) .home-intents .intent-grid strong {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #15110d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body:has(.home-v2) .home-intents .intent-grid span {
  display: -webkit-box;
  overflow: hidden;
  color: #5f594f;
  font-size: 12px;
  line-height: 1.32;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body:has(.home-v2) .home-intents .intent-grid small {
  align-self: end;
  margin: 0;
  color: #00491c;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

@media (max-width: 1320px) {
  body:has(.home-v2) .home-intents .intent-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body:has(.home-v2) .home-intents .intent-grid {
    grid-template-columns: 1fr;
  }

  body:has(.home-v2) .home-intents .intent-grid a {
    min-height: 0;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  body:has(.home-v2) .home-intents .intent-grid picture,
  body:has(.home-v2) .home-intents .intent-grid img {
    width: 112px;
    height: 100%;
    min-height: 126px;
  }
}
