.host-wow-page {
  --host-wow-brown-1000: #25140c;
  --host-wow-brown-950: #2e1b11;
  --host-wow-brown-900: #3b2418;
  --host-wow-brown-850: #492e20;
  --host-wow-brown-800: #5a3a29;
  --host-wow-brown-700: #76503a;
  --host-wow-brown-600: #956a4d;
  --host-wow-caramel: #bb7a40;
  --host-wow-gold: #d7a55f;
  --host-wow-cream: #fff8ed;
  --host-wow-paper: #fffdf9;
  --host-wow-sand: #f3e3cc;
  --host-wow-sand-deep: #e7ceb0;
  --host-wow-line: #dfc3a0;
  --host-wow-ink: #2f231c;
  --host-wow-muted: #716158;
  --host-wow-white: #ffffff;
  --host-wow-shadow: 0 24px 60px rgba(62, 37, 23, 0.14);
  --host-wow-shadow-strong: 0 38px 95px rgba(45, 25, 15, 0.22);

  background: var(--host-wow-paper);
  color: var(--host-wow-ink);
  overflow-x: hidden;
}

.host-wow-page *,
.host-wow-page *::before,
.host-wow-page *::after {
  box-sizing: border-box;
}

.host-wow-page img {
  max-width: 100%;
}

.host-wow-container {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
}

.host-wow-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--host-wow-brown-700);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.host-wow-kicker::before {
  width: 32px;
  height: 1px;
  background: currentColor;
  content: "";
}

.host-wow-kicker--light {
  color: #f5ddbc;
}

/* HERO */

.host-wow-hero {
  position: relative;
  min-height: 860px;
  padding: 88px 0 0;
  overflow: hidden;
  background: radial-gradient(circle at 8% 4%, rgba(208, 184, 132, 0.22), transparent 34%), linear-gradient(135deg, #fff8ef 0%, #f7ecdf 54%, #ead7c2 100%);
}

.host-wow-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(68, 40, 24, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 40, 24, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.host-wow-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.host-wow-hero__glow--one {
  top: -160px;
  right: -100px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(118, 80, 58, 0.2);
}

.host-wow-hero__glow--two {
  right: 18%;
  bottom: 50px;
  width: 190px;
  height: 190px;
  background: rgba(215, 165, 95, 0.14);
}

.host-wow-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  gap: 72px;
  align-items: center;
  min-height: 710px;
}

.host-wow-hero__content {
  padding: 30px 0 80px;
}

.host-wow-hero h1 {
  max-width: 760px;
  margin: 20px 0 24px;
  color: #4a2f23;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.host-wow-hero__lead {
  max-width: 700px;
  margin: 0;
  color: var(--host-wow-muted);
  font-size: 17px;
  line-height: 1.82;
}

.host-wow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.host-wow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

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

.host-wow-button:focus-visible,
.host-wow-text-link:focus-visible,
.host-wow-scroll-link:focus-visible {
  outline: 3px solid rgba(187, 122, 64, 0.4);
  outline-offset: 3px;
}

.host-wow-button--primary {
  background: var(--host-wow-brown-900);
  color: var(--host-wow-cream);
  box-shadow: 0 14px 30px rgba(59, 36, 24, 0.22);
}

.host-wow-button--primary:hover,
.host-wow-button--primary:focus {
  background: var(--host-wow-brown-700);
  color: var(--host-wow-white);
}

.host-wow-button--ghost {
  border-color: var(--host-wow-line);
  background: rgba(255, 253, 249, 0.68);
  color: var(--host-wow-brown-900);
}

.host-wow-button--ghost:hover,
.host-wow-button--ghost:focus {
  border-color: var(--host-wow-brown-600);
  background: var(--host-wow-white);
  color: var(--host-wow-brown-900);
}

.host-wow-button--cream {
  background: var(--host-wow-cream);
  color: var(--host-wow-brown-950);
}

.host-wow-button--cream:hover,
.host-wow-button--cream:focus {
  background: var(--host-wow-white);
  color: var(--host-wow-brown-950);
}

.host-wow-button--outline-light {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.06);
  color: var(--host-wow-white);
}

.host-wow-button--outline-light:hover,
.host-wow-button--outline-light:focus {
  background: rgba(255, 255, 255, 0.15);
  color: var(--host-wow-white);
}

.host-wow-hero__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(90, 58, 41, 0.22);
}

.host-wow-hero__trust div {
  padding: 20px 22px 0 0;
}

.host-wow-hero__trust div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(90, 58, 41, 0.18);
}

.host-wow-hero__trust strong,
.host-wow-hero__trust span {
  display: block;
}

.host-wow-hero__trust strong {
  margin-bottom: 7px;
  color: var(--host-wow-brown-900);
  font-size: 14px;
  line-height: 1.4;
}

.host-wow-hero__trust span {
  color: var(--host-wow-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

.host-wow-hero__visual {
  position: relative;
  min-height: 700px;
}

.host-wow-hero__portrait,
.host-wow-hero__place {
  margin: 0;
}

.host-wow-hero__portrait {
  position: absolute;
  overflow: hidden;
  border: 10px solid rgba(255, 253, 249, 0.9);
  background: var(--host-wow-sand);
  box-shadow: var(--host-wow-shadow-strong);
}

.host-wow-hero__portrait--one {
  top: 0;
  right: 0;
  width: 320px;
  border-radius: 190px 190px 28px 28px;
  transform: rotate(2deg);
}

.host-wow-hero__portrait--two {
  bottom: 16px;
  left: 0;
  width: 300px;
  border-radius: 28px 28px 180px 180px;
  transform: rotate(-3deg);
}

.host-wow-hero__portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.host-wow-hero__place {
  position: absolute;
  bottom: 120px;
  right: 0px;
  width: 255px;
  padding: 8px;
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: var(--host-wow-shadow);
  transform: rotate(-6deg);
}

.host-wow-hero__place img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
}

.host-wow-hero__badge {
  position: absolute;
  right: 180px;
  bottom: 10px;
  display: grid;
  place-content: center;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 50%;
  background: var(--host-wow-brown-900);
  color: var(--host-wow-cream);
  text-align: center;
  box-shadow: 0 18px 42px rgba(59, 36, 24, 0.26);
  transform: rotate(8deg);
}

.host-wow-hero__badge span {
  margin-bottom: 5px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.host-wow-hero__badge strong {
  font-size: 21px;
  line-height: 1.05;
}

.host-wow-hero__badge small {
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* INTRO */

.host-wow-intro {
  padding: 88px 0;
  background: var(--host-wow-paper);
}

.host-wow-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 82px;
  align-items: start;
}

.host-wow-intro__statement h2,
.host-wow-heading h2,
.host-wow-behind__content h2,
.host-wow-local__content h2,
.host-wow-cta h2 {
  margin: 16px 0 0;
  color: var(--host-wow-brown-950);
  font-size: clamp(34px, 3.5vw, 54px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.host-wow-intro__copy p,
.host-wow-behind__content p,
.host-wow-local__content p {
  margin: 0;
  color: var(--host-wow-muted);
  font-size: 16px;
  line-height: 1.82;
}

.host-wow-intro__copy p + p {
  margin-top: 17px;
}

/* HOST PROFILE */

.host-wow-profile {
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
  padding: 118px 0;
  overflow: hidden;
  scroll-margin-top: 88px;
}

.host-wow-profile--first {
  background:
    radial-gradient(circle at 10% 16%, rgba(215, 165, 95, 0.15), transparent 28%),
    var(--host-wow-cream);
}

.host-wow-profile--second {
  background:
    radial-gradient(circle at 88% 14%, rgba(187, 122, 64, 0.13), transparent 28%),
    var(--host-wow-sand);
}

.host-wow-profile__number {
  position: absolute;
  top: 44px;
  right: max(20px, calc((100vw - 1300px) / 2));
  color: rgba(90, 58, 41, 0.08);
  font-size: clamp(170px, 20vw, 310px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.host-wow-profile--second .host-wow-profile__number {
  right: auto;
  left: max(20px, calc((100vw - 1300px) / 2));
}

.host-wow-profile__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, 1fr) minmax(0, 1fr);
  gap: 96px;
  align-items: center;
}

.host-wow-profile__grid--reverse .host-wow-profile__media {
  order: 2;
}

.host-wow-profile__grid--reverse .host-wow-profile__content {
  order: 1;
}

.host-wow-profile__media {
  position: relative;
  margin: 0;
}

.host-wow-profile__media::before {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 62%;
  height: 62%;
  border: 1px solid rgba(187, 122, 64, 0.25);
  border-radius: 190px 190px 28px 28px;
  content: "";
}

.host-wow-profile__grid--reverse .host-wow-profile__media::before {
  right: -24px;
  left: auto;
}

.host-wow-profile__frame {
  position: relative;
  overflow: hidden;
  border: 12px solid rgba(255, 253, 249, 0.94);
  border-radius: 240px 240px 36px 36px;
  background: var(--host-wow-sand);
  box-shadow: var(--host-wow-shadow-strong);
}

.host-wow-profile--second .host-wow-profile__frame {
  border-color: rgba(255, 248, 237, 0.94);
}

.host-wow-profile__frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.host-wow-profile__media figcaption {
  max-width: 88%;
  margin: 16px auto 0;
  color: var(--host-wow-brown-700);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.host-wow-profile__content {
  max-width: 630px;
}

.host-wow-profile__content h2 {
  margin: 16px 0 10px;
  color: var(--host-wow-brown-950);
  font-size: clamp(44px, 3.2vw, 70px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.host-wow-profile__subtitle {
  margin: 0 0 26px;
  color: var(--host-wow-caramel);
  font-size: 21px;
  font-style: italic;
  line-height: 1.48;
}

.host-wow-profile__content > p:not(.host-wow-profile__subtitle) {
  margin: 0;
  color: var(--host-wow-muted);
  font-size: 16px;
  line-height: 1.82;
}

.host-wow-profile__content > p + p {
  margin-top: 15px;
}

.host-wow-profile__signature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.host-wow-profile__signature > span {
  color: var(--host-wow-brown-800);
  font-size: 13px;
  font-weight: 800;
}

.host-wow-profile__signature ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.host-wow-profile__signature li {
  padding: 8px 13px;
  border: 1px solid var(--host-wow-line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  color: var(--host-wow-brown-800);
  font-size: 12px;
  font-weight: 800;
}

.host-wow-profile blockquote {
  position: relative;
  margin: 34px 0 0;
  padding: 24px 28px 24px 56px;
  border-left: 3px solid var(--host-wow-caramel);
  background: rgba(255, 253, 249, 0.68);
  color: var(--host-wow-brown-800);
  font-size: 18px;
  font-style: italic;
  line-height: 1.72;
}

.host-wow-profile blockquote::before {
  position: absolute;
  top: 8px;
  left: 18px;
  color: var(--host-wow-gold);
  content: "“";
  font-size: 48px;
  line-height: 1;
}

/* PHILOSOPHY */

.host-wow-philosophy {
  position: relative;
  padding: 112px 0 122px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(187, 122, 64, 0.10), transparent 24%),
    var(--host-wow-paper);
}

.host-wow-philosophy::before {
  position: absolute;
  top: 72px;
  right: max(20px, calc((100vw - 1300px) / 2));
  width: 230px;
  height: 230px;
  border: 1px solid rgba(118, 80, 58, 0.12);
  border-radius: 50%;
  content: "";
}

.host-wow-philosophy__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.host-wow-philosophy .host-wow-heading {
  margin: 0;
}

.host-wow-philosophy__lead {
  max-width: 620px;
  margin: 0;
  color: var(--host-wow-muted);
  font-size: 15.5px;
  line-height: 1.82;
}

.host-wow-philosophy__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.host-wow-philosophy__grid article {
  position: relative;
  min-height: 250px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(118, 80, 58, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 15px 38px rgba(62, 37, 23, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.host-wow-philosophy__grid article:nth-child(1),
.host-wow-philosophy__grid article:nth-child(4) {
  grid-column: span 7;
}

.host-wow-philosophy__grid article:nth-child(2),
.host-wow-philosophy__grid article:nth-child(3) {
  grid-column: span 5;
}

.host-wow-philosophy__grid article:nth-child(1),
.host-wow-philosophy__grid article:nth-child(3) {
  background: var(--host-wow-cream);
}

.host-wow-philosophy__grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(149, 106, 77, 0.34);
  box-shadow: 0 24px 52px rgba(62, 37, 23, 0.12);
}

.host-wow-philosophy__card-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 52px;
}

.host-wow-philosophy__card-top span {
  color: var(--host-wow-caramel);
  font-size: 29px;
  font-weight: 700;
}

.host-wow-philosophy__card-top i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--host-wow-line), transparent);
}

.host-wow-philosophy__grid h3 {
  max-width: 330px;
  margin: 0 0 11px;
  color: var(--host-wow-brown-900);
  font-size: 21px;
  line-height: 1.35;
}

.host-wow-philosophy__grid p {
  max-width: 500px;
  margin: 0;
  color: var(--host-wow-muted);
  font-size: 14px;
  line-height: 1.74;
}

/* BEHIND THE SCENES */

.host-wow-behind {
  position: relative;
  padding: 122px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(215, 165, 95, 0.17), transparent 25%),
    linear-gradient(135deg, var(--host-wow-brown-1000), var(--host-wow-brown-850));
  color: var(--host-wow-white);
}

.host-wow-behind::after {
  position: absolute;
  right: -180px;
  bottom: -240px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.host-wow-behind__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 78px;
  align-items: center;
}

.host-wow-behind__gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, 230px);
  gap: 14px;
}

.host-wow-behind__image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  background: var(--host-wow-brown-800);
  box-shadow: 0 28px 64px rgba(20, 10, 6, 0.24);
}

.host-wow-behind__image--large {
  grid-row: 1 / span 2;
  border-radius: 100px 22px 22px 22px;
}

.host-wow-behind__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.host-wow-behind__gallery-note {
  position: absolute;
  right: 18px;
  bottom: -48px;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(37, 20, 12, 0.78);
  backdrop-filter: blur(10px);
}

.host-wow-behind__gallery-note strong,
.host-wow-behind__gallery-note span {
  display: block;
}

.host-wow-behind__gallery-note strong {
  margin-bottom: 5px;
  color: var(--host-wow-white);
  font-size: 13px;
}

.host-wow-behind__gallery-note span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11.5px;
  line-height: 1.55;
}

.host-wow-behind__content h2 {
  margin: 16px 0 20px;
  color: var(--host-wow-white);
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.host-wow-behind__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.70) !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.host-wow-behind__list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.host-wow-behind__list > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.host-wow-behind__list span {
  color: var(--host-wow-gold);
  font-size: 20px;
  font-weight: 700;
}

.host-wow-behind__list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.68;
}

/* JOURNEY */

.host-wow-journey {
  position: relative;
  padding: 116px 0;
  background:
    linear-gradient(rgba(118, 80, 58, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 80, 58, 0.045) 1px, transparent 1px),
    var(--host-wow-paper);
  background-size: 44px 44px;
}

.host-wow-journey__header {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.host-wow-journey .host-wow-heading {
  margin: 0;
}

.host-wow-journey__header > p {
  margin: 0;
  color: var(--host-wow-muted);
  font-size: 15px;
  line-height: 1.8;
}

.host-wow-journey__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.host-wow-journey__grid::before {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 50%;
  width: 1px;
  background: linear-gradient(var(--host-wow-line), transparent);
  content: "";
}

.host-wow-journey__grid article {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  min-height: 200px;
  padding: 28px;
  border: 1px solid rgba(118, 80, 58, 0.17);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 14px 36px rgba(62, 37, 23, 0.07);
}

.host-wow-journey__grid article:nth-child(even) {
  transform: translateY(34px);
}

.host-wow-journey__index {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--host-wow-brown-900);
  color: var(--host-wow-cream);
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(59, 36, 24, 0.17);
}

.host-wow-journey__content {
  padding-top: 4px;
}

.host-wow-journey__time {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--host-wow-caramel);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.host-wow-journey__grid h3 {
  margin: 0 0 9px;
  color: var(--host-wow-brown-900);
  font-size: 20px;
  line-height: 1.38;
}

.host-wow-journey__grid p {
  margin: 0;
  color: var(--host-wow-muted);
  font-size: 13.5px;
  line-height: 1.7;
}

/* LOCAL TIPS */

.host-wow-local {
  padding: 116px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(187, 122, 64, 0.12), transparent 25%),
    var(--host-wow-sand);
}

.host-wow-local__header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 46px;
}

.host-wow-local__content h2 {
  margin: 16px 0 0;
  color: var(--host-wow-brown-950);
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.host-wow-local__intro p {
  margin: 0;
  color: var(--host-wow-muted);
  font-size: 15px;
  line-height: 1.8;
}

.host-wow-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: var(--host-wow-brown-800);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.host-wow-text-link:hover,
.host-wow-text-link:focus {
  color: var(--host-wow-caramel);
  text-decoration: none;
}

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

.host-wow-local__cards article {
  min-height: 270px;
  padding: 26px 25px;
  border: 1px solid rgba(118, 80, 58, 0.18);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 16px 38px rgba(62, 37, 23, 0.08);
}

.host-wow-local__cards article:nth-child(2) {
  background: var(--host-wow-brown-900);
}

.host-wow-local__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 54px;
}

.host-wow-local__card-head span {
  color: var(--host-wow-caramel);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.host-wow-local__card-head small {
  color: rgba(118, 80, 58, 0.24);
  font-size: 28px;
  font-weight: 700;
}

.host-wow-local__cards h3 {
  margin: 0 0 10px;
  color: var(--host-wow-brown-900);
  font-size: 20px;
  line-height: 1.4;
}

.host-wow-local__cards p {
  margin: 0;
  color: var(--host-wow-muted);
  font-size: 13.5px;
  line-height: 1.72;
}

.host-wow-local__cards article:nth-child(2) .host-wow-local__card-head span {
  color: var(--host-wow-gold);
}

.host-wow-local__cards article:nth-child(2) .host-wow-local__card-head small {
  color: rgba(255, 255, 255, 0.18);
}

.host-wow-local__cards article:nth-child(2) h3 {
  color: var(--host-wow-white);
}

.host-wow-local__cards article:nth-child(2) p {
  color: rgba(255, 255, 255, 0.67);
}

/* NOTE */

.host-wow-note {
  position: relative;
  isolation: isolate;
  min-height: 540px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--host-wow-white);
  text-align: center;
}

.host-wow-note__background,
.host-wow-note__overlay {
  position: absolute;
  inset: 0;
}

.host-wow-note__background {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.host-wow-note__overlay {
  z-index: -1;
  background:
    linear-gradient(rgba(37, 20, 12, 0.78), rgba(37, 20, 12, 0.88)),
    radial-gradient(circle at 50% 20%, rgba(215, 165, 95, 0.20), transparent 36%);
}

.host-wow-note__inner {
  position: relative;
  padding: 100px 0;
}

.host-wow-note__inner::before,
.host-wow-note__inner::after {
  position: absolute;
  top: 76px;
  bottom: 76px;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.host-wow-note__inner::before {
  left: 0;
}

.host-wow-note__inner::after {
  right: 0;
}

.host-wow-note__mark {
  display: block;
  height: 58px;
  color: var(--host-wow-gold);
  font-size: 100px;
  line-height: 1;
}

.host-wow-note blockquote {
  max-width: 910px;
  margin: 0 auto;
  color: var(--host-wow-cream);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.host-wow-note p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-align: center;
}

/* CTA */

.host-wow-cta {
  padding: 86px 0 98px;
  background: var(--host-wow-paper);
}

.host-wow-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 58px;
  align-items: center;
  min-height: 390px;
  padding: 64px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(215, 165, 95, 0.24), transparent 24%),
    linear-gradient(135deg, var(--host-wow-brown-800), var(--host-wow-brown-800));
  box-shadow: 0 28px 70px rgba(45, 25, 15, 0.18);
}

.host-wow-cta__panel::after {
  position: absolute;
  right: -110px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
}

.host-wow-cta__content {
  position: relative;
  z-index: 1;
}

.host-wow-cta h2 {
  max-width: 700px;
  margin: 15px 0 16px;
  color: var(--host-wow-white);
  font-size: clamp(35px, 3.5vw, 54px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.host-wow-cta p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.76;
}

.host-wow-cta__aside {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

.host-wow-cta__brand {
  display: block;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.60);
  font-size: 24px;
  font-style: italic;
  line-height: 1.3;
}

.host-wow-cta__actions {
  display: grid;
  gap: 11px;
}

.host-wow-cta__actions .host-wow-button {
  width: 100%;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .host-wow-hero {
    min-height: 780px;
  }

  .host-wow-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.85fr);
    gap: 46px;
  }

  .host-wow-hero__visual {
    min-height: 640px;
  }

  .host-wow-hero__portrait--one {
    width: 285px;
  }

  .host-wow-hero__portrait--two {
    width: 270px;
  }

  .host-wow-profile__grid {
    grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
    gap: 58px;
  }

  .host-wow-behind__grid {
    gap: 52px;
  }

  .host-wow-cta__panel {
    grid-template-columns: minmax(0, 1fr) 290px;
    padding: 52px;
  }
}

@media (max-width: 900px) {
  .host-wow-hero {
    padding-top: 72px;
  }

  .host-wow-hero__grid,
  .host-wow-intro__grid,
  .host-wow-profile__grid,
  .host-wow-profile__grid--reverse,
  .host-wow-philosophy__header,
  .host-wow-behind__grid,
  .host-wow-journey__header,
  .host-wow-local__header,
  .host-wow-cta__panel {
    grid-template-columns: 1fr;
  }

  .host-wow-hero__content {
    max-width: 760px;
    padding-bottom: 20px;
  }

  .host-wow-hero__visual {
    width: min(650px, 100%);
    min-height: 670px;
    margin-inline: auto;
  }

  .host-wow-intro__grid,
  .host-wow-philosophy__header,
  .host-wow-journey__header,
  .host-wow-local__header {
    gap: 28px;
  }

  .host-wow-profile {
    min-height: 0;
    padding: 94px 0;
  }

  .host-wow-profile__media {
    width: min(560px, 88%);
    margin-inline: auto;
  }

  .host-wow-profile__grid--reverse .host-wow-profile__media,
  .host-wow-profile__grid--reverse .host-wow-profile__content {
    order: initial;
  }

  .host-wow-profile__content {
    max-width: 720px;
  }

  .host-wow-philosophy__grid article:nth-child(n) {
    grid-column: span 6;
  }

  .host-wow-behind__gallery {
    width: min(720px, 100%);
  }

  .host-wow-journey__grid::before {
    display: none;
  }

  .host-wow-journey__grid article:nth-child(even) {
    transform: none;
  }

  .host-wow-local__cards {
    grid-template-columns: 1fr;
  }

  .host-wow-local__cards article {
    min-height: 0;
  }

  .host-wow-local__card-head {
    margin-bottom: 30px;
  }

  .host-wow-cta__panel {
    gap: 34px;
  }
}

@media (max-width: 640px) {
  .host-wow-container {
    width: min(100% - 28px, 1140px);
  }

  .host-wow-hero {
    min-height: 0;
    padding-top: 56px;
  }

  .host-wow-hero__grid {
    min-height: 0;
  }

  .host-wow-hero__lead {
    font-size: 15px;
    line-height: 1.72;
  }

  .host-wow-actions {
    width: 100%;
  }

  .host-wow-button {
    width: 100%;
  }

  .host-wow-hero__trust {
    gap: 15px;
  }

  .host-wow-hero__trust div {
    padding: 15px 0;
  }

  .host-wow-hero__trust div + div {
    padding-left: 0;
    border-left: 0;
  }

  .host-wow-hero__visual {
    min-height: 540px;
  }

  .host-wow-hero__portrait {
    border-width: 7px;
  }

  .host-wow-hero__portrait--one {
    width: 230px;
  }

  .host-wow-hero__portrait--two {
    width: 210px;
  }

  .host-wow-hero__place {
    top: 200px;
    right: 0;
    width: 180px;
  }

  .host-wow-hero__badge {
    right: 155px;
    bottom: 84px;
    width: 94px;
    height: 94px;
  }

  .host-wow-hero__badge span {
    display: none;
  }

  .host-wow-intro,
  .host-wow-philosophy,
  .host-wow-behind,
  .host-wow-journey,
  .host-wow-local {
    padding: 70px 0;
  }

  .host-wow-intro__statement h2,
  .host-wow-heading h2,
  .host-wow-behind__content h2,
  .host-wow-local__content h2,
  .host-wow-cta h2 {
    font-size: 31px;
    line-height: 1.2;
  }

  .host-wow-intro__copy p,
  .host-wow-behind__lead,
  .host-wow-local__intro p,
  .host-wow-philosophy__lead,
  .host-wow-journey__header > p {
    font-size: 14.5px !important;
    line-height: 1.72 !important;
  }

  .host-wow-profile {
    padding: 70px 0;
  }

  .host-wow-profile__number {
    top: 24px;
    right: 12px;
    font-size: 140px;
  }

  .host-wow-profile--second .host-wow-profile__number {
    right: auto;
    left: 12px;
  }

  .host-wow-profile__grid {
    gap: 38px;
  }

  .host-wow-profile__media {
    width: 94%;
  }

  .host-wow-profile__media::before {
    top: -10px;
    left: -10px;
  }

  .host-wow-profile__grid--reverse .host-wow-profile__media::before {
    right: -10px;
  }

  .host-wow-profile__frame {
    border-width: 8px;
    border-radius: 180px 180px 24px 24px;
  }

  .host-wow-profile__content h2 {
    font-size: 42px;
  }

  .host-wow-profile__subtitle {
    font-size: 18px;
  }

  .host-wow-profile__content > p:not(.host-wow-profile__subtitle) {
    font-size: 15px;
    line-height: 1.74;
  }

  .host-wow-profile blockquote {
    padding: 22px 18px 22px 46px;
    font-size: 16px;
  }

  .host-wow-profile blockquote::before {
    left: 13px;
  }

  .host-wow-philosophy__grid {
    grid-template-columns: 1fr;
  }

  .host-wow-philosophy__grid article:nth-child(n) {
    grid-column: span 1;
    min-height: 0;
    padding: 23px 21px;
  }

  .host-wow-philosophy__card-top {
    margin-bottom: 28px;
  }

  .host-wow-behind__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 250px;
  }

  .host-wow-behind__image--large {
    grid-column: 1 / -1;
    grid-row: auto;
    border-radius: 60px 18px 18px 18px;
  }

  .host-wow-behind__gallery-note {
    right: 12px;
    bottom: 225px;
  }

  .host-wow-behind__list > div {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .host-wow-journey__grid {
    grid-template-columns: 1fr;
  }

  .host-wow-journey__grid article {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 0;
    padding: 21px;
  }

  .host-wow-journey__index {
    width: 46px;
    height: 46px;
  }

  .host-wow-local__cards article {
    padding: 23px 21px;
  }

  .host-wow-note {
    min-height: 470px;
  }

  .host-wow-note__inner {
    padding: 72px 12px;
  }

  .host-wow-note__inner::before,
  .host-wow-note__inner::after {
    display: none;
  }

  .host-wow-note blockquote {
    font-size: 24px;
    line-height: 1.55;
  }

  .host-wow-cta {
    padding: 60px 0 74px;
  }

  .host-wow-cta__panel {
    min-height: 0;
    padding: 38px 22px;
    border-radius: 22px;
  }

  .host-wow-cta__aside {
    padding: 20px;
  }

  .host-wow-cta__brand {
    font-size: 21px;
  }
}

@media (max-width: 390px) {
  .host-wow-hero__visual {
    min-height: 500px;
  }

  .host-wow-hero__portrait--one {
    width: 205px;
  }

  .host-wow-hero__portrait--two {
    width: 185px;
  }

  .host-wow-profile__content h2 {
    font-size: 38px;
  }

  .host-wow-note blockquote {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .host-wow-button,
  .host-wow-philosophy__grid article {
    transition: none;
  }

  .host-wow-button:hover,
  .host-wow-button:focus,
  .host-wow-philosophy__grid article:hover {
    transform: none;
  }
}

/* =========================================================
   HERO VISUAL – STABLE RESPONSIVE COLLAGE
   ========================================================= */

.host-wow-hero__visual {
  isolation: isolate;
}

.host-wow-hero__portrait {
  z-index: 2;
}

.host-wow-hero__place {
  z-index: 3;
}

.host-wow-hero__badge {
  z-index: 4;
}

@media (min-width: 1101px) {
  .host-wow-hero__portrait--one {
    width: min(320px, 58%);
  }

  .host-wow-hero__portrait--two {
    width: min(300px, 55%);
  }

  .host-wow-hero__place {
    right: 0;
    bottom: 112px;
    width: min(255px, 46%);
  }

  .host-wow-hero__badge {
    right: 31%;
    bottom: 6px;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .host-wow-hero__visual {
    min-height: 610px;
  }

  .host-wow-hero__portrait--one {
    top: 0;
    right: 0;
    width: min(270px, 62%);
  }

  .host-wow-hero__portrait--two {
    bottom: 8px;
    left: 0;
    width: min(250px, 58%);
  }

  .host-wow-hero__place {
    top: auto;
    right: 0;
    bottom: 104px;
    width: min(215px, 49%);
    transform: rotate(-4deg);
  }

  .host-wow-hero__badge {
    right: 30%;
    bottom: 2px;
    width: 108px;
    height: 108px;
  }
}

@media (max-width: 900px) {
  .host-wow-hero__visual {
    position: relative;
    display: block;
    width: min(100%, 560px);
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin-inline: auto;
    isolation: isolate;
  }

  .host-wow-hero__portrait,
  .host-wow-hero__place,
  .host-wow-hero__badge {
    position: absolute;
    margin: 0;
  }

  /* Chú Trí: same top-right position as desktop */
  .host-wow-hero__portrait--one {
    z-index: 2;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 57.1429%;
    border-width: clamp(5px, 1.4vw, 10px);
    border-radius: 190px 190px 28px 28px;
    transform: rotate(2deg);
  }

  /* Cô Mến: same bottom-left position as desktop */
  .host-wow-hero__portrait--two {
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 2.2857%;
    left: 0;
    width: 53.5714%;
    border-width: clamp(5px, 1.4vw, 10px);
    border-radius: 28px 28px 180px 180px;
    transform: rotate(-3deg);
  }

  .host-wow-hero__portrait img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  /* Homestay photo: same lower-right position as desktop */
  .host-wow-hero__place {
    z-index: 3;
    top: auto;
    right: 0;
    bottom: 17.1429%;
    left: auto;
    width: 45.5357%;
    padding: clamp(5px, 1vw, 8px);
    border-radius: clamp(14px, 3vw, 20px);
    transform: rotate(-6deg);
  }

  .host-wow-hero__place img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: clamp(10px, 2.4vw, 14px);
    object-fit: cover;
  }

  /* Badge: same lower-center position as desktop */
  .host-wow-hero__badge {
    z-index: 4;
    top: auto;
    right: 32.1429%;
    bottom: 1.4286%;
    left: auto;
    width: 23.2143%;
    height: auto;
    aspect-ratio: 1 / 1;
    transform: rotate(8deg);
  }

  .host-wow-hero__badge strong {
    font-size: clamp(14px, 3.8vw, 21px);
  }

  .host-wow-hero__badge small {
    font-size: clamp(7px, 1.8vw, 10px);
  }

  .host-wow-hero__badge span {
    display: block;
    font-size: clamp(6px, 1.4vw, 8px);
  }
}

@media (max-width: 390px) {
  .host-wow-hero__visual {
    width: 100%;
  }

  .host-wow-hero__portrait--one,
  .host-wow-hero__portrait--two {
    border-width: 4px;
  }

  .host-wow-hero__place {
    padding: 4px;
  }

  .host-wow-hero__badge span {
    display: none;
  }
}