:root {
  --forest: #304224;
  --forest-2: #25341c;
  --olive: #64704e;
  --pool-blue: #304224;
  --cream: #efe9df;
  --sand: #d8be8a;
  --ink: #1f1f1f;
  --muted: #666a60;
  --line: rgba(48, 66, 36, 0.16);
  --white: #fff;
  --shadow: 0 10px 22px rgba(31, 31, 31, 0.08);
  --radius: 14px;
  --header-h: 72px;
}

/* Split guest guide pages */
body[data-page="guest-guide"],
body[data-page="daily-needs"],
body[data-page="home-site-use"],
body[data-page="antalya-guide"],
body[data-page="emergency-health"],
body[data-page="courier"] {
  background: #fbf8f1;
  overflow-x: hidden;
}

body[data-page="guest-guide"] .sticky-whatsapp,
body[data-page="daily-needs"] .sticky-whatsapp,
body[data-page="home-site-use"] .sticky-whatsapp,
body[data-page="antalya-guide"] .sticky-whatsapp,
body[data-page="emergency-health"] .sticky-whatsapp,
body[data-page="courier"] .sticky-whatsapp {
  display: none;
}

.split-guide {
  padding-bottom: 86px;
}

.split-page-head {
  padding-top: clamp(26px, 5vw, 58px);
  padding-bottom: 14px;
}

.split-page-head h1,
.split-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #172019;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.split-page-head p,
.split-hero-copy p,
.split-section-head p:not(.eyebrow) {
  margin: 0;
  max-width: 720px;
  color: #435044;
  font-size: 1rem;
  line-height: 1.55;
}

.split-section-head .eyebrow {
  margin: 0;
}

.split-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 24px;
  align-items: stretch;
  width: min(100% - 32px, 1280px);
  max-width: 1280px;
  margin: 16px auto 0;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  background: linear-gradient(135deg, #f8f1e6, #fcf8f1);
  box-shadow: inset 0 -1px 0 rgba(48, 66, 36, 0.05);
}

.split-hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.24;
}

body[data-page="guest-guide"] .split-hero-media {
  display: none;
}

.split-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-hero-copy,
.split-address-card {
  position: relative;
  z-index: 1;
}

.split-hero-copy {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
}

.split-address-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px 24px 22px;
  align-self: center;
  justify-self: end;
  width: min(100%, 430px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: linear-gradient(135deg, #073f2c, #244737);
  color: #fff;
  box-shadow: 0 12px 28px rgba(20, 40, 31, 0.12);
}

.split-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  max-width: 100%;
}

.split-hero-chips a {
  display: inline-flex;
  min-height: 38px;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  color: #172019;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(31, 31, 31, 0.04);
  white-space: nowrap;
}

.split-subpage-hero {
  margin-top: 22px;
}

.split-subpage-hero .split-hero-copy {
  align-content: center;
}

.split-hero-side-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  align-content: stretch;
}

.split-subpage-note {
  display: grid;
  gap: 10px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(31, 31, 31, 0.04);
}

.split-subpage-note span {
  color: #73845b;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.split-subpage-note strong {
  color: #172019;
  font-size: 1.08rem;
  line-height: 1.24;
}

.split-subpage-note p {
  margin: 0;
  color: #566156;
  font-size: 0.92rem;
  line-height: 1.55;
}

.split-subpage-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.split-subpage-pills span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eef2ea;
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.split-address-card.is-compact {
  width: min(100% - 32px, 1280px);
  max-width: 1280px;
  margin: 16px auto 0;
}

.split-guide .section-pad {
  width: min(100% - 32px, 1280px);
  max-width: 1280px;
}

.split-address-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.split-address-card strong {
  max-width: 420px;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.42;
}

.split-address-actions {
  display: grid;
  grid-template-columns: minmax(86px, 0.78fr) minmax(150px, 1.22fr);
  gap: 9px;
  margin-top: 6px;
}

.split-address-actions a,
.split-address-actions button {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 0;
  border-radius: 14px;
  background: #f8fbf4;
  color: #173f35;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(23, 63, 53, 0.08), 0 8px 18px rgba(7, 63, 44, 0.08);
}

.split-address-actions a {
  background: linear-gradient(135deg, #dfe9d5 0%, #cfdcbc 100%);
  color: #173f35;
  box-shadow: inset 0 0 0 1px rgba(23, 63, 53, 0.1), 0 10px 20px rgba(7, 63, 44, 0.12);
}

.split-address-actions .is-courier-share {
  background: linear-gradient(135deg, #f7efd9 0%, #eadfc4 100%);
  color: #173f35;
  box-shadow: inset 0 0 0 1px rgba(23, 63, 53, 0.1), 0 10px 20px rgba(91, 73, 43, 0.12);
}

.split-address-courier {
  display: grid;
  gap: 10px;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.split-address-courier p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.45;
}

.split-address-courier-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.split-address-courier-actions button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 850;
  cursor: pointer;
}

.split-address-courier-actions button.is-primary {
  background: #fff;
  color: var(--forest);
  border-color: #fff;
}

.split-section {
  display: grid;
  gap: 14px;
  padding-top: clamp(26px, 4vw, 46px);
  padding-bottom: 0;
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.split-section-head {
  display: grid;
  gap: 4px;
}

.split-section-head h2 {
  margin: 0;
  color: #172019;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.05;
}

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

.split-info-card,
.split-card,
.split-nav-card,
.split-checkout-summary a,
.split-emergency-call {
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 28px rgba(31, 31, 31, 0.04);
}

.split-info-card {
  display: grid;
  gap: 10px;
  min-height: 164px;
  padding: 19px 18px;
  align-content: start;
}

.split-info-card span,
.split-card > span {
  color: #73845b;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.split-info-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.split-info-card-top em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef0ea;
  color: #64704e;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.split-info-card strong {
  color: #172019;
  font-size: 1.22rem;
  line-height: 1.18;
}

.split-info-card p {
  margin: 0;
  color: #596457;
  font-size: 0.84rem;
  line-height: 1.52;
}

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

.split-nav-card {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 74px;
  padding: 14px;
  color: #172019;
  text-decoration: none;
}

.split-nav-card::after {
  content: "›";
  color: var(--forest);
  font-size: 1.5rem;
  line-height: 1;
}

.split-icon {
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid var(--forest);
  border-radius: 12px;
  opacity: 0.78;
}

.split-icon:empty::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 9px auto 0;
  border-radius: 999px;
  background: var(--forest);
  opacity: 0.35;
}

.split-nav-card strong,
.split-nav-card small {
  grid-column: 2;
}

.split-nav-card strong {
  font-size: 0.98rem;
}

.split-nav-card small {
  color: #596457;
  font-size: 0.82rem;
  line-height: 1.35;
}

.split-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.split-card {
  display: grid;
  gap: 9px;
  align-content: start;
  min-height: 170px;
  padding: 18px;
}

.split-card[hidden] {
  display: none !important;
}

.split-card h3 {
  margin: 0;
  color: #172019;
  font-size: 1.08rem;
  line-height: 1.16;
}

.split-card p {
  margin: 0;
  color: #566156;
  font-size: 0.9rem;
  line-height: 1.48;
}

.split-card .split-nav-note {
  margin-top: 2px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(48, 66, 36, 0.07);
  color: #42513f;
  font-size: 0.82rem;
  line-height: 1.45;
}

.split-card a {
  width: fit-content;
  margin-top: 3px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.split-checkout-summary a {
  display: grid;
  gap: 4px;
  padding: 18px;
  color: #172019;
  text-decoration: none;
}

.split-checkout-summary span {
  color: #596457;
}

.split-search {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.split-search input {
  min-height: 48px;
  padding: 12px 15px;
  border: 1px solid rgba(48, 66, 36, 0.13);
  border-radius: 15px;
  background: #fff;
  color: #172019;
  font: inherit;
  font-weight: 700;
}

.split-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.split-filter-row button {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 850;
}

.split-filter-row button.is-active {
  background: var(--forest);
  color: #fff;
}

.split-emergency-call {
  display: grid;
  gap: 6px;
  padding: 20px;
  background: #fff7e8;
}

.split-emergency-top {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.split-emergency-call strong {
  color: #b52420;
  font-size: 2.3rem;
  line-height: 1;
}

.split-emergency-call span {
  color: #8a6e48;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.split-emergency-call p {
  margin: 0;
  color: #5f5649;
  font-size: 0.94rem;
  line-height: 1.5;
}

.split-emergency-address {
  align-self: stretch;
  justify-self: stretch;
  max-width: none;
}

.split-emergency-address .guest-address-actions {
  margin-top: 8px;
}

.split-emergency-address .split-address-actions {
  margin-top: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.split-emergency-address .split-address-actions a,
.split-emergency-address .split-address-actions button {
  min-width: 0;
  min-height: 40px;
  padding: 9px 10px;
  font-size: 0.76rem;
  line-height: 1.14;
  white-space: normal;
  text-align: center;
}

@media (max-width: 899px) {
  .split-subpage-hero {
    grid-template-columns: 1fr;
  }

  .split-emergency-top {
    grid-template-columns: 1fr;
  }

  .split-emergency-address {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .split-emergency-address .split-address-actions {
    grid-template-columns: 1fr;
  }
}

.split-mobile-bar {
  display: none;
}

.split-home-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding-top: 0;
  padding-bottom: 0;
}

.split-home-row .split-section {
  padding-top: 0;
}

.split-home-row .split-section-head {
  margin-bottom: 18px;
}

.split-home-row .split-info-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.split-home-row .split-section-head .eyebrow {
  margin-bottom: 4px;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.split-home-row .split-section-head h2 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.08;
}

.split-home-row .split-section-head p:not(.eyebrow) {
  max-width: none;
  font-size: 0.9rem;
  line-height: 1.42;
  color: #596457;
}

.split-notes-head {
  padding-top: 18px;
  padding-bottom: 0;
}

.split-notes-head .split-section-head {
  max-width: 680px;
  gap: 2px;
}

.split-notes-head + .split-home-row {
  padding-top: 4px;
  margin-top: -18px;
}

.split-daily-head {
  padding-top: 14px;
  padding-bottom: 0;
}

.split-daily-head .split-section-head {
  max-width: 680px;
  gap: 2px;
}

.split-daily-head + .split-daily-preview {
  padding-top: 4px;
  margin-top: -18px;
}

.split-daily-preview {
  padding-top: 18px;
}

.split-nav-list.is-compact {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.split-nav-list.is-compact .split-nav-card {
  min-height: 146px;
  grid-template-columns: 1fr;
  gap: 8px;
  align-content: start;
  padding: 18px;
  border-color: rgba(164, 141, 93, 0.22);
  background: #ece2d3;
  box-shadow: 0 8px 18px rgba(42, 39, 31, 0.03);
}

.split-nav-list.is-compact .split-icon {
  display: none;
}

.split-nav-list.is-compact .split-nav-card::after {
  display: none;
}

.split-nav-list.is-compact .split-nav-card strong,
.split-nav-list.is-compact .split-nav-card small {
  grid-column: auto;
}

.split-nav-list.is-compact .split-nav-card strong {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64704e;
}

.split-nav-list.is-compact .split-nav-card small {
  color: #1f2a21;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.22;
}

.split-nav-list.is-compact .split-nav-card p,
.split-nav-list.is-compact .split-nav-card::before {
  display: none;
}

.split-daily-preview .split-nav-card {
  position: relative;
}

.split-daily-preview .split-nav-card .split-meta {
  color: #566156;
  font-size: 0.78rem;
  line-height: 1.42;
}

.split-daily-preview .split-nav-card[href] {
  text-decoration: none;
}

.split-daily-preview .split-nav-card strong {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: none;
  color: #1f2a21;
}

.split-daily-preview .split-nav-card::before {
  content: attr(data-kicker);
  display: block;
  color: #64704e;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.split-daily-preview .split-nav-card small {
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.45;
  color: #596457;
}

.split-courier-section {
  padding-top: 18px;
}

.split-courier-inline-section {
  padding-top: 16px;
  padding-bottom: 0;
}

.split-courier-inline-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 20px;
  background: linear-gradient(135deg, #f7f1e7, #fffaf2);
  box-shadow: 0 10px 26px rgba(31, 31, 31, 0.04);
}

.split-courier-inline-card h2,
.courier-page-card h1,
.courier-media-card h2 {
  margin: 0;
  color: #172019;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.split-courier-inline-card h2 {
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
}

.split-courier-inline-card p:not(.eyebrow),
.courier-page-card p:not(.eyebrow) {
  margin: 7px 0 0;
  color: #4d584b;
  font-size: 0.94rem;
  line-height: 1.5;
}

.split-courier-inline-actions,
.courier-address-actions,
.courier-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.split-courier-inline-actions a,
.split-courier-inline-actions button,
.courier-address-actions a,
.courier-address-actions button,
.courier-share-actions a,
.courier-share-actions button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(48, 66, 36, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.split-courier-inline-actions button,
.courier-share-actions button {
  background: var(--forest);
  color: #fff;
  border-color: var(--forest);
}

.courier-page-hero {
  padding-top: 18px;
  padding-bottom: 0;
}

.courier-page-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 24px;
  align-items: stretch;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 26px;
  background: linear-gradient(135deg, #f8f1e6, #fcf8f1);
  box-shadow: inset 0 -1px 0 rgba(48, 66, 36, 0.05);
}

.courier-page-card h1 {
  max-width: 660px;
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
}

.courier-page-copy {
  display: grid;
  align-content: center;
}

.courier-address-box {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #173f35, #274c38);
  color: #fff;
  box-shadow: 0 16px 34px rgba(7, 63, 44, 0.16);
}

.courier-address-box span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.courier-address-box strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.42;
}

.courier-address-actions {
  display: grid;
  grid-template-columns: minmax(86px, 0.78fr) minmax(150px, 1.22fr);
  gap: 9px;
  justify-content: stretch;
  width: 100%;
}

.courier-address-actions button,
.courier-address-actions a {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #f7efd9 0%, #eadfc4 100%);
  color: #173f35;
  box-shadow: inset 0 0 0 1px rgba(23, 63, 53, 0.1), 0 10px 20px rgba(91, 73, 43, 0.12);
}

.courier-address-actions a {
  background: linear-gradient(135deg, #dfe9d5 0%, #cfdcbc 100%);
  color: #173f35;
  box-shadow: inset 0 0 0 1px rgba(23, 63, 53, 0.1), 0 10px 20px rgba(7, 63, 44, 0.12);
}

.courier-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.courier-media-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 26px rgba(31, 31, 31, 0.04);
}

.courier-media-card h2 {
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
}

.courier-media-card button {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
  cursor: zoom-in;
}

.courier-media-card img,
.courier-media-card video {
  display: block;
  width: 100%;
  max-height: min(62vh, 620px);
  border-radius: 18px;
  background: #efe9df;
  object-fit: contain;
}

.courier-media-card video {
  aspect-ratio: 9 / 16;
}

.courier-share-actions {
  padding: 20px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 20px;
  background: #fff;
}

.split-courier-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 22px;
  background: linear-gradient(135deg, #eef3e8, #f8f4ea);
  box-shadow: 0 10px 26px rgba(31, 31, 31, 0.04);
}

.split-courier-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.split-courier-head h2 {
  margin: 0;
  color: #172019;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.08;
}

.split-courier-head .eyebrow {
  margin: 0 0 3px;
}

.split-courier-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: transparent;
  position: relative;
}

.split-courier-icon::before {
  content: "";
  width: 22px;
  height: 16px;
  border: 2px solid var(--forest);
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
}

.split-courier-icon::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 12px;
  height: 2px;
  background: var(--forest);
  box-shadow: 0 6px 0 var(--forest);
}

.split-courier-card > p {
  margin: 0;
  max-width: 760px;
  color: #495848;
  font-size: 0.95rem;
  line-height: 1.58;
}

.split-courier-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.split-courier-actions button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid rgba(48, 66, 36, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #173f35;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(31, 31, 31, 0.04);
}

.split-courier-actions button.is-primary {
  background: var(--forest);
  color: #fff;
  border-color: var(--forest);
}

.split-lightbox[hidden] {
  display: none !important;
}

.split-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1400;
}

.split-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 23, 18, 0.72);
  backdrop-filter: blur(8px);
}

.split-lightbox-dialog {
  --lightbox-scale: 1;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(100% - 24px, 1080px);
  max-height: calc(100vh - 24px);
  margin: 12px auto;
  padding: 16px;
  border-radius: 24px;
  background: #fbf8f1;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.split-lightbox-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.split-lightbox-toolbar strong {
  color: #172019;
  font-size: 1rem;
  line-height: 1.2;
}

.split-lightbox-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.split-lightbox-tools button {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.split-lightbox-body {
  overflow: auto;
  border-radius: 18px;
  background: #f1ece0;
}

.split-lightbox-body img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(var(--lightbox-scale));
  transform-origin: top center;
  transition: transform 0.18s ease;
}

.split-lightbox-body video {
  display: block;
  width: min(100%, 520px);
  max-height: 72vh;
  margin: 0 auto;
  border-radius: 18px;
  background: #000;
}

.split-daily-preview .split-nav-card.has-actions {
  grid-template-columns: 1fr;
  align-content: start;
}

.split-daily-preview .split-nav-card.has-actions strong,
.split-daily-preview .split-nav-card.has-actions small {
  grid-column: auto;
}

.split-nav-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.split-nav-actions a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid rgba(48, 66, 36, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.split-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 22px;
  padding-bottom: 0;
}

.split-feature-card {
  display: grid;
  grid-template-rows: 172px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(48, 66, 36, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(31, 31, 31, 0.045);
}

.split-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-feature-card > div {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
}

.split-feature-card h2 {
  margin: 0;
  color: #172019;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  line-height: 1.05;
}

.split-feature-card p {
  margin: 0;
  color: #596457;
  font-size: 0.86rem;
  line-height: 1.38;
}

.split-feature-card ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
}

.split-feature-card li {
  border: 1px solid rgba(48, 66, 36, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.split-feature-card li details {
  border-radius: 10px;
}

.split-feature-card li summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding: 7px 10px;
  cursor: pointer;
  color: #283127;
  font-size: 0.78rem;
  font-weight: 800;
  list-style: none;
}

.split-feature-card li summary::-webkit-details-marker {
  display: none;
}

.split-feature-card li summary::after {
  content: "+";
  color: var(--forest);
  font-size: 1rem;
  line-height: 1;
}

.split-feature-card li details[open] summary::after {
  content: "–";
}

.split-feature-card li details p {
  padding: 0 10px 10px;
  margin: 0;
  color: #596457;
  font-size: 0.77rem;
  line-height: 1.48;
}

.split-feature-inline-link {
  display: inline-flex;
  margin: 0 10px 10px;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.08);
  color: var(--forest);
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

.split-feature-card > div > a,
.split-feature-toggle-all {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 9px 14px;
  border: 0;
  border-radius: 12px;
  background: rgba(48, 66, 36, 0.08);
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.split-checkout-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 28px rgba(31, 31, 31, 0.04);
}

.split-checkout-summary-card > div {
  display: grid;
  gap: 6px;
}

.split-checkout-summary-card strong {
  color: #172019;
  font-size: 1.08rem;
  line-height: 1.2;
}

.split-checkout-summary-card span {
  color: #596457;
  font-size: 0.92rem;
  line-height: 1.5;
}

.split-checkout-summary-card a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.08);
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.split-mobile-link-section {
  display: none !important;
}

.split-bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: 18px;
}

.split-wide-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 126px;
  padding: 24px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(235, 242, 229, 0.86), rgba(255, 255, 255, 0.92));
  box-shadow: 0 12px 30px rgba(31, 31, 31, 0.04);
}

.split-wide-panel.is-warm {
  background: linear-gradient(135deg, rgba(255, 247, 232, 0.95), rgba(255, 255, 255, 0.94));
}

.split-wide-panel h2,
.split-wide-panel p {
  margin: 0;
}

.split-wide-panel h2 {
  color: #172019;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.08;
}

.split-wide-panel p:not(.eyebrow) {
  margin-top: 5px;
  color: #596457;
  font-size: 0.9rem;
}

.split-wide-panel a {
  display: inline-flex;
  min-width: 190px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--forest);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .split-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-home-row,
  .split-feature-grid,
  .split-bottom-grid {
    grid-template-columns: 1fr;
  }

  .split-nav-list.is-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  body[data-page="guest-guide"] .split-hero {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body[data-page="guest-guide"] .split-hero-copy,
  body[data-page="guest-guide"] .split-address-card {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }

  body[data-page="guest-guide"] .split-address-card {
    align-self: stretch;
  }

  body[data-page="guest-guide"] .split-hero-chips {
    margin-top: 14px;
  }
}

@media (max-width: 760px) {
  .split-guide {
    padding-bottom: 96px;
  }

  .split-hero {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 10px;
    padding: 18px;
    border-radius: 0;
  }

  .split-hero-media {
    opacity: 0.16;
  }

  .split-page-head {
    padding-top: 22px;
  }

  .split-page-head h1,
  .split-hero-copy h1 {
    font-size: 1.65rem;
  }

  .split-hero-chips {
    gap: 7px;
    margin-top: 16px;
  }

  .split-hero-chips a {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.76rem;
  }

  .split-address-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-address-actions a,
  .split-address-actions button {
    min-height: 48px;
    padding: 8px;
    font-size: 0.75rem;
  }

  body[data-page="guest-guide"] .split-address-card,
  body[data-page="daily-needs"] .split-address-card {
    width: auto;
    max-width: 100%;
    overflow: hidden;
  }

  body[data-page="guest-guide"] .split-address-card strong,
  body[data-page="daily-needs"] .split-address-card strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .split-address-courier-actions {
    grid-template-columns: 1fr;
  }

  .split-courier-inline-card,
  .courier-page-card {
    grid-template-columns: 1fr;
  }

  .split-courier-inline-actions,
  .courier-share-actions {
    justify-content: flex-start;
  }

  .courier-media-grid {
    grid-template-columns: 1fr;
  }

  .courier-media-card img,
  .courier-media-card video {
    max-height: none;
  }

  .split-info-grid,
  .split-card-grid {
    grid-template-columns: 1fr;
  }

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

  .split-info-card {
    min-height: 0;
    padding: 16px 15px;
    text-align: left;
  }

  .split-info-card span {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .split-info-card strong {
    font-size: 1.02rem;
  }

  .split-info-card p {
    font-size: 0.8rem;
    line-height: 1.42;
  }

  .split-nav-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .split-nav-list.is-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-guide .split-daily-preview,
  .split-guide .split-feature-grid,
  .split-guide .split-bottom-grid {
    display: none;
  }

  .split-mobile-link-section {
    display: grid !important;
  }

  .split-feature-grid {
    gap: 10px;
    padding-top: 14px;
  }

  .split-feature-card {
    grid-template-rows: 120px minmax(0, 1fr);
  }

  .split-checkout-summary-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .split-checkout-summary-card a {
    width: 100%;
  }

  .split-bottom-grid {
    gap: 10px;
  }

  .split-wide-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px;
  }

  .split-wide-panel a {
    width: 100%;
    min-width: 0;
  }

  .split-wide-cta::after {
    min-width: 42px;
    content: "→";
  }

  .split-nav-card {
    min-height: 70px;
    padding: 13px;
  }

  .split-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .split-filter-row button {
    white-space: nowrap;
  }

  .split-mobile-bar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: linear-gradient(135deg, #073f2c, #174532);
    box-shadow: 0 14px 36px rgba(20, 40, 31, 0.24);
  }

  .split-mobile-bar a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 850;
    text-decoration: none;
  }
}

@media (max-width: 520px) {
  body[data-page="guest-guide"] .split-hero {
    overflow: visible;
    padding: 18px 16px;
  }

  body[data-page="guest-guide"] .split-hero-copy p {
    max-width: 100%;
  }

  body[data-page="guest-guide"] .split-address-card,
  body[data-page="daily-needs"] .split-address-card {
    max-width: 100%;
    width: auto;
    justify-self: stretch;
    padding: 20px;
    overflow: hidden;
  }

  body[data-page="guest-guide"] .split-address-card > *,
  body[data-page="daily-needs"] .split-address-card > * {
    min-width: 0;
  }

  body[data-page="guest-guide"] .split-address-card strong,
  body[data-page="daily-needs"] .split-address-card strong {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body[data-page="guest-guide"] .split-address-actions,
  body[data-page="daily-needs"] .split-address-actions {
    grid-template-columns: minmax(76px, 0.74fr) minmax(142px, 1.26fr);
    gap: 8px;
  }

  .split-courier-inline-card {
    padding: 16px;
  }

  .split-courier-inline-actions,
  .courier-address-actions,
  .courier-share-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .split-courier-inline-actions a,
  .split-courier-inline-actions button,
  .courier-address-actions a,
  .courier-address-actions button,
  .courier-share-actions a,
  .courier-share-actions button {
    width: 100%;
  }

  .courier-page-card {
    width: 100%;
    padding: 18px 16px;
    border-radius: 0;
    overflow: hidden;
  }

  .courier-address-box {
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding: 18px;
    overflow: hidden;
  }

  .courier-address-box > *,
  .courier-page-copy > *,
  .split-courier-inline-card > * {
    min-width: 0;
  }

  .courier-address-box strong,
  .courier-page-copy p,
  .split-courier-inline-card p {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .courier-media-card {
    padding: 14px;
  }

  body[data-page="courier"] .courier-address-actions {
    grid-template-columns: minmax(76px, 0.74fr) minmax(142px, 1.26fr);
    gap: 8px;
  }

  body[data-page="courier"] .courier-address-actions a,
  body[data-page="courier"] .courier-address-actions button {
    min-height: 42px;
    padding: 8px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  body[data-page="guest-guide"] .split-address-actions a,
  body[data-page="guest-guide"] .split-address-actions button,
  body[data-page="daily-needs"] .split-address-actions a,
  body[data-page="daily-needs"] .split-address-actions button {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 8px 8px;
    font-size: 0.72rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 78px;
  background: var(--cream);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.48;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  font-size: 2.1rem;
  margin-bottom: 8px;
}

h2 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

p {
  color: var(--muted);
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 9999;
  transform: translateY(-160%);
  background: var(--forest);
  color: var(--white);
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-inner,
.section-pad,
.site-footer {
  width: min(100% - 24px, 1280px);
  margin-inline: auto;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 24px clamp(24px, 4vw, 48px);
  align-items: center;
  margin-top: 54px;
  padding-block: 42px 118px;
  border-top: 1px solid rgba(48, 66, 36, 0.12);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(135deg, #f7f0e5 0%, #ebe1cf 100%);
  box-shadow: 0 0 0 100vmax #f1eadf;
  clip-path: inset(0 -100vmax);
}

.footer-brand {
  min-width: 0;
}

.footer-brand p {
  max-width: 560px;
  margin-top: 14px;
  color: rgba(47, 58, 43, 0.76);
  font-size: 0.98rem;
  line-height: 1.55;
}

.footer-link-groups {
  display: none;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
  grid-column: 1 / -1;
  margin-top: 0;
  max-width: 760px;
}

.footer-link-groups nav {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
}

.footer-link-groups strong {
  color: var(--forest);
  font-size: 0.86rem;
}

.footer-link-groups a {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.footer-link-groups a:hover,
.footer-link-groups a:focus-visible {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 560px;
  justify-self: end;
  margin-top: 0;
  padding: 15px 17px;
  border: 1px solid rgba(48, 66, 36, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 14% 12%, rgba(46, 109, 235, 0.09), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 242, 231, 0.98) 100%);
  color: var(--forest);
  text-decoration: none;
  box-shadow:
    0 22px 46px rgba(31, 31, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.footer-credit img {
  width: auto;
  height: 70px;
  max-width: min(390px, 48vw);
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-credit-copy {
  display: grid;
  gap: 4px;
  min-width: 104px;
  text-align: right;
}

.footer-credit-copy small {
  color: rgba(47, 74, 61, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-credit-copy strong {
  color: #163c33;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.08;
}

.footer-credit-copy em {
  color: rgba(47, 74, 61, 0.76);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

.footer-credit:hover,
.footer-credit:focus-visible {
  border-color: rgba(48, 66, 36, 0.22);
  background:
    radial-gradient(circle at 14% 12%, rgba(46, 109, 235, 0.13), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(244, 238, 223, 1) 100%);
  box-shadow:
    0 28px 54px rgba(31, 31, 31, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-credit {
    justify-self: start;
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 38px;
    padding-block: 34px 98px;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-brand .brand-logo {
    justify-content: center;
  }

  .footer-brand p {
    margin-inline: auto;
    font-size: 0.9rem;
  }

  .footer-link-groups {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .footer-credit {
    width: 100%;
    max-width: none;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding: 18px 14px;
  }

  .footer-credit img {
    height: auto;
    max-width: min(330px, 88vw);
  }

  .footer-credit-copy {
    text-align: center;
  }

  .footer-credit-copy strong {
    font-size: 1.12rem;
  }
}

.sticky-whatsapp {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 900;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--forest);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(47, 74, 61, 0.26);
}

@media (min-width: 680px) {
  body {
    padding-bottom: 0;
  }

  .sticky-whatsapp {
    left: auto;
    width: auto;
    min-width: 240px;
  }

  .trust-strip,
  .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-strip div:nth-child(n + 4) {
    display: grid;
  }

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

  .image-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .image-tile.tall {
    grid-row: span 2;
    aspect-ratio: auto;
    height: 100%;
  }
}

@media (min-width: 900px) {
  :root {
    --header-h: 76px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .language-switcher a {
    min-width: 32px;
  }

  .section-pad {
    padding-block: 58px;
  }

  .hero-media {
    min-height: 680px;
  }

  .hero-content p:not(.lead) {
    display: block;
  }

  .hero > .hero-actions {
    display: flex;
  }

  .hero > .hero-actions .button {
    width: auto;
  }

  .split-section > div:first-child h2,
  .split-section > div:first-child p:not(.eyebrow),
  .split-section .feature-grid.compact,
  .split-section .note {
    display: revert;
  }

  .split-section > div:first-child .eyebrow {
    color: var(--olive);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .split-section .unit-card .button {
    width: auto;
  }

  .hero-content {
    padding: 46px;
  }

  .hero-content p {
    max-width: 620px;
  }

  .split-section,
  .site-life,
  .contact-band,
  .detail-hero {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
  }

  .unit-card {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
  }

  .card-img {
    height: 100%;
    aspect-ratio: auto;
  }

  .feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .footer-column summary {
    pointer-events: none;
  }
}

@media (min-width: 1120px) {
  .trust-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* Mockup-led visual refresh */
body {
  background: #f8f3ec;
}

.site-header {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: auto;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.header-inner {
  width: min(100% - 24px, 1280px);
  height: 60px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(15, 32, 48, 0.16);
}

.desktop-nav {
  display: none;
}

.header-cta {
  display: none;
}

.language-switcher {
  margin-left: auto;
}

.hero.section-pad {
  width: 100%;
  max-width: none;
  padding: 0;
}

.hero-media {
  height: 620px;
  min-height: 620px;
  border-radius: 0;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 25, 24, 0.84), rgba(13, 25, 24, 0.36) 48%, rgba(13, 25, 24, 0.08)),
    linear-gradient(180deg, rgba(13, 25, 24, 0.1), rgba(13, 25, 24, 0.32));
}

.hero-content {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: 104px 0 54px;
  align-items: flex-start;
  justify-content: center;
}

.hero-content h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4vw, 3.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.02;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.42);
}

.hero-content .lead {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.02rem, 1.45vw, 1.24rem);
  font-weight: 450;
  line-height: 1.45;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

.hero-content p:not(.lead) {
  display: none;
}

.pill-row {
  position: static;
  margin-bottom: 16px;
}

.pill-row span {
  min-height: 30px;
  padding: 7px 12px;
  background: rgba(10, 26, 22, 0.58);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
  color: #fff;
}

.hero-feature-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.88rem;
  font-weight: 700;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.34);
}

.hero-feature-row span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.hero-feature-row span[data-icon="pool"]::before {
  border-radius: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 16c2 0 2-1.5 4-1.5S9 16 11 16s2-1.5 4-1.5S17 16 21 16'/%3E%3Cpath d='M3 20c2 0 2-1.5 4-1.5S9 20 11 20s2-1.5 4-1.5S17 20 21 20'/%3E%3Cpath d='M8 14V5a2 2 0 0 1 4 0'/%3E%3Cpath d='M12 9h4'/%3E%3C/svg%3E");
}

.hero-feature-row span[data-icon="home"]::before {
  border-radius: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M10 20v-6h4v6'/%3E%3C/svg%3E");
}

.hero-feature-row span[data-icon="location"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s7-5.3 7-11a7 7 0 1 0-14 0c0 5.7 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.hero-feature-row span[data-icon="security"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3 20 6.5v5.8c0 4.8-3.2 7.4-8 8.7-4.8-1.3-8-3.9-8-8.7V6.5L12 3Z'/%3E%3Cpath d='m8.8 12 2.2 2.2 4.6-5'/%3E%3C/svg%3E");
}

.hero-feature-row span[data-icon="leaf"]::before {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-18deg);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 21c7-7 13-7 16-18-8 2-14 5-16 12-1 3 0 5 0 6Z'/%3E%3Cpath d='M9 15c2-1 4-2 7-2'/%3E%3C/svg%3E");
}

.hero-actions {
  display: flex;
}

.hero-actions .button {
  min-width: 166px;
  min-height: 50px;
  border: 0;
  box-shadow: 0 14px 30px rgba(9, 25, 22, 0.18);
}

.hero-actions .button::after,
.booking-band .button::after {
  content: "→";
  margin-left: 6px;
}

.home-unit-band {
  display: grid;
  gap: 22px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 28px;
}

.unit-copy .eyebrow,
.section-head.center .eyebrow,
.location-copy .eyebrow {
  color: var(--forest);
  letter-spacing: 0.08em;
}

.unit-copy h2,
.site-advantages h2,
.location-copy h2 {
  color: #1c1c1c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.95rem, 3.2vw, 2.9rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.unit-copy p {
  max-width: 320px;
  color: #2d302e;
}

.unit-copy .button {
  min-height: 48px;
  padding-inline: 20px;
}

.unit-photo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.showcase-img {
  width: 100%;
  aspect-ratio: 1 / 1.18;
  border-radius: 8px;
  object-fit: cover;
}

.section-head.center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.site-advantages {
  padding-top: 30px;
  padding-bottom: 38px;
  background: #f4efe7;
}

.advantage-grid {
  display: grid;
  gap: 14px;
}

.advantage-card {
  overflow: hidden;
  border: 1px solid rgba(47, 74, 61, 0.11);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(28, 28, 28, 0.06);
}

.advantage-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.advantage-card div {
  min-height: 148px;
  padding: 20px 16px;
  text-align: center;
}

.adv-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 12px;
  border: 2px solid var(--forest);
  border-radius: 50%;
}

.advantage-card strong {
  display: block;
  margin-bottom: 10px;
  color: #1c1c1c;
  font-size: 1.08rem;
}

.advantage-card p {
  margin: 0;
  color: #363b37;
  font-size: 0.93rem;
}

.location-showcase {
  display: grid;
  gap: 18px;
  align-items: stretch;
  margin-top: 32px;
  margin-bottom: 28px;
  padding: 18px;
  border-radius: 16px;
  background: #f6f0e8;
}

.location-copy {
  padding: 8px 8px 0;
}

.location-copy ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 20px 0 24px;
  list-style: none;
  color: #28312b;
}

.location-copy li::before {
  content: "⌖";
  margin-right: 8px;
  color: var(--forest);
}

.map-card,
.bike-card {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(28, 28, 28, 0.06);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

.bike-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.bike-card div {
  padding: 18px;
}

.bike-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.booking-band {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 26px;
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #164735, #0f3229);
  color: #fff;
}

.booking-band .brand-mark {
  border-color: rgba(255, 255, 255, 0.88);
}

.booking-band .brand-mark::after {
  border-color: rgba(255, 255, 255, 0.88);
}

.booking-band h2 {
  margin-bottom: 6px;
  color: #fff;
  font-size: clamp(1.3rem, 3vw, 1.9rem);
}

.booking-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
}

.booking-band .button {
  color: var(--forest);
}

.page-cover {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--forest);
  color: #fff;
}

.page-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 25, 24, 0.78), rgba(13, 25, 24, 0.28) 58%, rgba(13, 25, 24, 0.08)),
    linear-gradient(180deg, rgba(13, 25, 24, 0.12), rgba(13, 25, 24, 0.48));
}

.page-cover-content {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: 118px 0 42px;
}

.page-cover-content h1 {
  max-width: 780px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1;
}

.page-cover-content p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
}

.page-cover-content .button {
  margin-top: 14px;
}

.detail-layout {
  display: grid;
  gap: 24px;
  align-items: start;
}

.detail-layout h2,
.calendar-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.detail-layout .detail-gallery {
  align-self: stretch;
}

.calendar-panel {
  display: grid;
  gap: 18px;
}

.calendar-placeholder {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.calendar-placeholder span,
.calendar-placeholder a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px dashed rgba(47, 74, 61, 0.28);
  border-radius: 10px;
  color: var(--forest);
  font-weight: 800;
}

.calendar-placeholder a {
  border-style: solid;
  background: rgba(47, 74, 61, 0.06);
}

.guide-grid .guide-card {
  min-height: 142px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.guide-grid .guide-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(31, 31, 31, 0.08);
}

.content-card {
  max-width: 860px;
}

.home-guest-guide {
  display: grid;
  gap: 22px;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 24px;
  border-top: 1px solid rgba(47, 74, 61, 0.12);
  border-bottom: 1px solid rgba(47, 74, 61, 0.12);
  border-radius: 0;
  background: #f8f3ec;
}

.home-guest-guide h2,
.guest-guide-hero h1,
.guest-section-head h2 {
  color: #1c1c1c;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.02em;
}

.home-guest-guide h2 {
  max-width: 620px;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.home-guest-guide p:not(.eyebrow) {
  max-width: 420px;
  color: #2f3631;
}

.home-guide-copy {
  display: grid;
  gap: 10px;
  align-content: start;
}

.home-guide-copy .button {
  width: fit-content;
  margin-top: 6px;
}

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

.home-guide-card {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(47, 74, 61, 0.12);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.045);
}

.home-guide-card strong {
  color: #173f35;
  font-size: 1rem;
}

.home-guide-card span {
  color: #454c46;
  font-size: 0.92rem;
  line-height: 1.45;
}

.guest-guide-hero {
  padding: 116px 0 34px;
  background:
    linear-gradient(135deg, rgba(247, 244, 238, 0.96), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 100% 0, rgba(47, 74, 61, 0.13), transparent 36%);
}

.guest-guide-inner {
  width: min(100% - 24px, 1280px);
  margin-inline: auto;
}

.guest-guide-hero h1 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 3.4vw, 3.15rem);
  line-height: 1.06;
}

.guest-guide-hero p:not(.eyebrow) {
  max-width: 620px;
  color: #2f3631;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.guest-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.guest-quick-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(47, 74, 61, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-weight: 850;
}

.guest-toolbox {
  display: grid;
  gap: 18px;
  padding-top: 24px;
  padding-bottom: 14px;
}

.guest-toolbox-head h2 {
  margin: 0;
  color: #1c1c1c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1.08;
}

.guest-urgent-grid {
  display: grid;
  gap: 10px;
}

.guest-urgent-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(47, 74, 61, 0.13);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(28, 28, 28, 0.045);
}

.guest-urgent-card strong {
  color: #173f35;
  font-size: 1.02rem;
}

.guest-urgent-card span {
  color: #434a45;
  font-size: 0.92rem;
  line-height: 1.42;
}

.guest-info-strip {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  padding-bottom: 18px;
}

.guest-info-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  background: #f4efe7;
  border: 1px solid rgba(47, 74, 61, 0.1);
}

.guest-info-card.is-address {
  background: #173f35;
  color: #fff;
}

.guest-info-card span {
  color: var(--forest);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guest-info-card.is-address span,
.guest-info-card.is-address p,
.guest-info-card.is-address strong {
  color: #fff;
}

.guest-info-card strong {
  color: #1c1c1c;
  font-size: 1.05rem;
  line-height: 1.35;
}

.guest-info-card p {
  margin: 0;
  color: #3c443f;
  font-size: 0.94rem;
}

.guest-guide-dashboard {
  display: grid;
  gap: 12px;
  padding-top: 14px;
}

.guest-guide-section {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(47, 74, 61, 0.12);
  border-radius: 8px;
  background: #fff;
}

.guest-section-head h2 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.guest-section-head p {
  margin-bottom: 0;
  color: #39413c;
}

.guest-link-list {
  display: grid;
  gap: 10px;
}

.guest-link-list a {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(47, 74, 61, 0.13);
  border-radius: 8px;
  background: #f8f3ec;
}

.guest-link-list strong,
.guest-link-list span {
  display: block;
}

.guest-link-list strong {
  margin-bottom: 5px;
  color: #1c1c1c;
  font-size: 1.04rem;
}

.guest-link-list span {
  color: var(--muted);
}

.guide-detail-hero {
  padding: 104px 0 30px;
  background:
    linear-gradient(135deg, rgba(247, 244, 238, 0.96), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 100% 0, rgba(47, 74, 61, 0.14), transparent 34%);
}

.guide-detail-inner {
  width: min(100% - 24px, 1280px);
  margin-inline: auto;
}

.guide-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.guide-breadcrumb a {
  color: var(--forest);
}

.guide-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.guide-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 12px 0;
}

.guide-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 14px;
  color: #1c1c1c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.guide-lead {
  max-width: 620px;
  margin-bottom: 22px;
  color: #2f3631;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.guide-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.guide-meta-pills span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(47, 74, 61, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-size: 0.88rem;
  font-weight: 800;
}

.guide-page-body {
  display: grid;
  gap: 22px;
  align-items: start;
}

.guide-step-list {
  display: grid;
  gap: 12px;
}

.guide-main-flow {
  display: grid;
  gap: 18px;
}

.guide-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(47, 74, 61, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 31, 31, 0.04);
}

.guide-step > span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-weight: 900;
}

.guide-step h2 {
  margin-bottom: 6px;
  color: #1c1c1c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.guide-step p {
  margin: 0;
  color: #3b413d;
}

.guide-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.guide-inline-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.guide-photo-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.guide-photo-section {
  display: grid;
  gap: 12px;
}

.guide-photo-head {
  margin-bottom: 0;
}

.guide-photo-head h2 {
  font-size: 1.48rem;
}

.guide-photo-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(47, 74, 61, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(31, 31, 31, 0.06);
}

.guide-photo-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.guide-photo-card figcaption {
  display: grid;
  gap: 5px;
  padding: 14px;
}

.guide-photo-card strong {
  color: #1c1c1c;
  font-size: 0.98rem;
}

.guide-photo-card span {
  color: #3b413d;
  font-size: 0.88rem;
  line-height: 1.45;
}

.guide-side-note {
  padding: 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #164735, #0f3229);
  color: #fff;
}

.guide-side-note h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.guide-side-note p,
.guide-side-note .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.guide-side-note .button {
  width: 100%;
  margin-top: 8px;
  background: #fff;
  color: var(--forest);
}

.guide-related {
  padding-top: 18px;
}

.guide-detail-hero.is-shower-guide {
  padding-top: 82px;
  padding-bottom: 18px;
}

.guide-detail-hero.is-shower-guide .guide-hero-copy {
  min-height: 0;
  padding: 14px 0;
}

.guide-detail-hero.is-shower-guide .guide-hero-copy h1 {
  max-width: 540px;
  margin-bottom: 10px;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  line-height: 1.02;
}

.guide-detail-hero.is-shower-guide .guide-lead {
  max-width: 640px;
  margin-bottom: 14px;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.55;
}

.guide-detail-hero.is-shower-guide .guide-meta-pills {
  gap: 7px;
}

.guide-detail-hero.is-shower-guide .guide-meta-pills span {
  min-height: 31px;
  padding: 7px 10px;
  font-size: 0.82rem;
}

.guide-page-body.is-shower-guide {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding-top: 24px;
}

.guide-page-body.is-shower-guide .guide-main-flow {
  gap: 14px;
}

.guide-page-body.is-shower-guide .guide-step-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.guide-page-body.is-shower-guide .guide-step {
  grid-template-columns: 34px 1fr;
  gap: 10px;
  min-height: 0;
  padding: 14px;
}

.guide-page-body.is-shower-guide .guide-step > span {
  width: 32px;
  height: 32px;
  font-size: 0.78rem;
}

.guide-page-body.is-shower-guide .guide-step h2 {
  margin-bottom: 5px;
  font-size: 1.08rem;
}

.guide-page-body.is-shower-guide .guide-step p {
  font-size: 0.9rem;
  line-height: 1.45;
}

.guide-page-body.is-shower-guide .guide-photo-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: none;
  align-items: start;
}

.guide-page-body.is-shower-guide .guide-photo-card img {
  aspect-ratio: 5 / 4;
}

.guide-page-body.is-shower-guide .guide-photo-card figcaption {
  padding: 12px;
}

.guide-page-body.is-shower-guide .guide-side-note {
  display: none;
}

body:not([data-page="home"]):not([data-page="8k1"]):not([data-page="contact"]) {
  padding-bottom: 0;
}

body[data-page="home"],
body.home {
  padding-bottom: 0;
}

body[data-page="home"] .sticky-whatsapp,
body:not([data-page="home"]):not([data-page="8k1"]):not([data-page="contact"]) .sticky-whatsapp {
  display: none;
}

@media (max-width: 679px) {
  .site-header {
    position: sticky;
    top: 0;
    background: #fff;
  }

  .header-inner {
    width: min(100% - 16px, 1280px);
    height: 62px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }

  .hero-media {
    height: 500px;
    min-height: 500px;
  }

  .hero-content {
    width: min(100% - 28px, 1280px);
    padding-top: 42px;
    padding-bottom: 36px;
  }

  .hero-content h1 {
    font-size: 2.16rem;
    line-height: 1.05;
  }

  .hero-feature-row {
    gap: 12px;
  }

  .hero-feature-row span {
    font-size: 0.82rem;
  }

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

  .page-cover {
    min-height: 390px;
  }

  .page-cover-content {
    padding-top: 58px;
    padding-bottom: 34px;
  }

  .page-cover-content h1 {
    font-size: 2.55rem;
  }

  .page-cover-content .button {
    width: 100%;
  }

  .guest-guide-hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .guest-guide-hero h1 {
    font-size: 2.6rem;
  }

  .guide-detail-hero {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .guide-hero-copy {
    min-height: 0;
    padding: 10px 0 4px;
  }

  .guide-hero-copy h1 {
    font-size: 3.05rem;
  }

  .guide-summary-card {
    box-shadow: 0 10px 28px rgba(31, 31, 31, 0.07);
  }

  .guide-step {
    grid-template-columns: 42px 1fr;
    padding: 15px;
  }

  .guide-step > span {
    width: 38px;
    height: 38px;
    font-size: 0.86rem;
  }
}

/* Airbnb-like homepage refresh */
body[data-page="home"],
body.home {
  background: var(--cream);
}

body[data-page="home"] .hero.section-pad,
body.home .hero.section-pad {
  display: grid;
  width: min(100% - 24px, 1280px);
  max-width: 1280px;
  gap: 22px;
  margin: 0 auto;
  padding: 96px 0 30px;
}

body[data-page="home"] .hero-copy,
body.home .hero-copy {
  display: grid;
  gap: 14px;
  order: 2;
}

body[data-page="home"] .hero-copy .eyebrow,
body.home .hero-copy .eyebrow {
  margin: 0;
  color: #173f35;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home"] .hero-copy h1,
body.home .hero-copy h1 {
  max-width: 560px;
  margin: 0;
  color: #151917;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

body[data-page="home"] .hero-copy .lead,
body.home .hero-copy .lead {
  max-width: 520px;
  margin: 0;
  color: #3b443f;
  font-size: 1.05rem;
  line-height: 1.55;
}

body[data-page="home"] .hero-media,
body.home .hero-media {
  order: 1;
  position: relative;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(28, 28, 28, 0.08);
}

body[data-page="home"] .hero-img,
body.home .hero-img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 54%;
  filter: none;
}

body[data-page="home"] .hero-feature-row,
body.home .hero-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  color: #173f35;
}

body[data-page="home"] .hero-feature-row span,
body.home .hero-feature-row span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(47, 74, 61, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #173f35;
  font-size: 0.88rem;
  font-weight: 800;
  text-shadow: none;
}

body[data-page="home"] .hero-feature-row span::before,
body.home .hero-feature-row span::before {
  display: inline-block;
  flex: 0 0 auto;
}

body[data-page="home"] .hero-actions,
body.home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

body[data-page="home"] .hero-actions .button,
body.home .hero-actions .button {
  min-width: 0;
  min-height: 48px;
  box-shadow: none;
}

.button-soft {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(47, 74, 61, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #173f35;
  font-weight: 850;
}

.home-stay-card,
.trust-band {
  display: grid;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(47, 74, 61, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(28, 28, 28, 0.055);
}

.home-stay-card {
  padding: 12px;
}

.stay-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  object-fit: cover;
}

.stay-card-copy {
  display: grid;
  gap: 10px;
  padding: 6px 4px 8px;
}

.stay-card-copy h2,
.home-reasons h2,
.home-guest-guide h2,
.trust-band h2,
.home-faq-preview h2 {
  max-width: 620px;
  margin: 0;
  color: #151917;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.stay-card-copy p,
.stay-card-copy span,
.trust-band p {
  margin: 0;
  color: #3b443f;
  line-height: 1.55;
}

.stay-card-copy .button {
  width: fit-content;
  margin-top: 6px;
}

.home-reasons,
.home-guest-guide,
.home-faq-preview {
  display: grid;
  gap: 16px;
}

.home-simple-grid,
.home-guide-grid {
  display: grid;
  gap: 10px;
}

.simple-card,
.home-guide-card {
  display: grid;
  gap: 7px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(47, 74, 61, 0.1);
  border-radius: 10px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.04);
}

.simple-card strong,
.home-guide-card strong {
  color: #173f35;
  font-size: 1.02rem;
}

.simple-card span,
.home-guide-card span {
  color: #46504a;
  font-size: 0.94rem;
  line-height: 1.45;
}

.trust-band {
  padding: 22px;
}

.home-faq-preview .button {
  width: fit-content;
}

.home-faq-grid {
  display: grid;
  gap: 12px;
}

.home-faq-card {
  overflow: hidden;
  border: 1px solid rgba(47, 74, 61, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.04);
}

.home-faq-card summary {
  padding: 16px 46px 16px 16px;
  color: #173f35;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.38;
}

.home-faq-card p {
  margin: 0;
  padding: 0 16px 16px;
  color: #46504a;
  font-size: 0.93rem;
  line-height: 1.54;
}

@media (min-width: 760px) {
  .home-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .hero.section-pad,
body.home .hero.section-pad {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    padding-top: 126px;
    padding-bottom: 46px;
  }

  body[data-page="home"] .hero-copy,
body.home .hero-copy {
    order: 1;
  }

  body[data-page="home"] .hero-media,
body.home .hero-media {
    order: 2;
  }

  body[data-page="home"] .hero-img,
body.home .hero-img {
    aspect-ratio: 1.1 / 1;
  }

  .home-stay-card {
    grid-template-columns: 0.95fr 1.05fr;
    padding: 14px;
  }

  .home-simple-grid,
  .home-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-band {
    grid-template-columns: 1fr auto;
    padding: 28px;
  }
}

@media (min-width: 980px) {
  .home-simple-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

/* Mockup-aligned homepage: Hekimkoy Villa listings */
body[data-page="home"] .hero.section-pad,
body.home .hero.section-pad {
  position: relative;
  display: block;
  width: min(100% - 28px, 1280px);
  max-width: 1280px;
  height: 600px;
  min-height: 600px;
  margin: 112px auto 0;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #0d211c;
  box-shadow: 0 18px 42px rgba(65, 49, 31, 0.13);
}

body[data-page="home"] .hero-media,
body.home .hero-media {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  box-shadow: none;
}

body[data-page="home"] .hero-img,
body.home .hero-img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 43%;
  filter: saturate(0.96) contrast(0.98) brightness(0.93);
}

body[data-page="home"] .hero-overlay,
body.home .hero-overlay {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(8, 18, 16, 0.76), rgba(8, 18, 16, 0.38) 45%, rgba(8, 18, 16, 0.08)),
    linear-gradient(180deg, rgba(8, 18, 16, 0.12), rgba(8, 18, 16, 0.3));
}

body[data-page="home"] .hero-copy,
body.home .hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100% - 44px, 1180px);
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  margin: 0 auto;
  padding-top: 74px;
  color: #fff;
}

body[data-page="home"] .hero-copy .eyebrow,
body.home .hero-copy .eyebrow {
  width: fit-content;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.92);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home"] .hero-copy h1,
body.home .hero-copy h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5.1vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.34);
}

body[data-page="home"] .hero-copy .lead,
body.home .hero-copy .lead {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  line-height: 1.5;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

body[data-page="home"] .hero-feature-row,
body.home .hero-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 2px 0 8px;
}

body[data-page="home"] .hero-feature-row span,
body.home .hero-feature-row span {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 750;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

body[data-page="home"] .hero-feature-row span::before,
body.home .hero-feature-row span::before {
  display: inline-block;
  flex: 0 0 auto;
}

body[data-page="home"] .hero-actions,
body.home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

body[data-page="home"] .hero-actions .button,
body.home .hero-actions .button {
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 8px;
}

.home-listings {
  display: grid;
  gap: 20px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.home-listings .section-head {
  max-width: 680px;
}

.home-listings .section-head p:not(.eyebrow) {
  max-width: 640px;
  color: #3d4641;
}

.listing-grid {
  display: grid;
  gap: 14px;
}

.listing-card {
  overflow: hidden;
  border: 1px solid rgba(47, 74, 61, 0.11);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(28, 28, 28, 0.055);
}

.listing-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.listing-card div {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.listing-card span {
  color: var(--pool-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listing-card strong {
  color: #171b19;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.14;
}

body[data-page="home"] .section-head .eyebrow,
body.home .section-head .eyebrow {
  color: var(--pool-blue);
}

.listing-card p {
  margin: 0;
  color: #434b46;
  line-height: 1.45;
}

.listing-card.is-soon {
  opacity: 0.92;
}

@media (min-width: 760px) {
  .listing-grid {
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
  }
}

@media (max-width: 679px) {
  body[data-page="home"] .hero.section-pad,
  body.home .hero.section-pad {
    width: min(100% - 20px, 1280px);
    height: 540px;
    min-height: 540px;
    margin-top: 92px;
    border-radius: 14px;
  }

  body[data-page="home"] .hero-copy,
  body.home .hero-copy {
    width: min(100% - 24px, 1280px);
    justify-content: end;
    padding-top: 88px;
    padding-bottom: 38px;
  }

  body[data-page="home"] .hero-copy h1,
  body.home .hero-copy h1 {
    font-size: 2.18rem;
  }

  body[data-page="home"] .hero-feature-row,
  body.home .hero-feature-row {
    gap: 10px 14px;
  }
}

@media (min-width: 760px) {
  .advantage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .site-header {
    top: 28px;
  }

  .header-inner {
    height: 74px;
    padding: 0 18px 0 22px;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.2vw, 36px);
    margin-left: auto;
    color: #111;
    font-size: 0.92rem;
    font-weight: 650;
  }

  .header-cta {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 6px;
    background: var(--forest);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .language-switcher,
  .menu-toggle {
    display: none;
  }

  .hero-media {
    height: 620px;
    min-height: 620px;
  }

  .home-unit-band {
    grid-template-columns: 255px 1fr;
  }

  .home-guest-guide {
    grid-template-columns: 330px minmax(0, 1fr);
    padding: 30px 34px;
  }

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

  .guest-urgent-grid,
  .guest-info-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guest-guide-section {
    grid-template-columns: 300px minmax(0, 1fr);
    padding: 22px;
  }

  .unit-photo-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .advantage-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .location-showcase {
    grid-template-columns: 300px minmax(0, 1fr) 340px;
    padding: 18px;
  }

  .detail-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  }

  .guide-page-body {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .calendar-placeholder {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .map-card iframe {
    height: 100%;
    min-height: 314px;
  }

  .booking-band {
    grid-template-columns: auto 1fr auto;
    padding: 30px 44px;
  }

  .sticky-whatsapp {
    display: none;
  }
}

/* Unified, calmer title scale */
.hero-content h1,
.page-cover-content h1,
.guest-guide-hero h1,
.guide-hero-copy h1 {
  max-width: 650px;
  font-size: clamp(1.75rem, 2.4vw, 2.32rem);
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.hero-content .lead,
.guest-guide-hero p:not(.eyebrow),
.guide-lead,
.page-cover-content p:not(.eyebrow) {
  font-size: clamp(0.98rem, 1.25vw, 1.14rem);
}

.hero-img {
  object-position: center 54%;
}

.hero-overlay {
  background:
    radial-gradient(ellipse at 27% 50%, rgba(5, 14, 12, 0.84) 0%, rgba(5, 14, 12, 0.72) 26%, rgba(5, 14, 12, 0.35) 48%, rgba(5, 14, 12, 0.06) 74%),
    linear-gradient(90deg, rgba(5, 14, 12, 0.66), rgba(5, 14, 12, 0.24) 46%, rgba(5, 14, 12, 0.03)),
    linear-gradient(180deg, rgba(5, 14, 12, 0.04), rgba(5, 14, 12, 0.16));
}

.home-guest-guide h2,
.guest-section-head h2,
.unit-copy h2,
.site-advantages h2,
.location-copy h2 {
  font-size: clamp(1.65rem, 2.35vw, 2.35rem);
}

@media (max-width: 679px) {
  .hero-content h1,
  .page-cover-content h1,
  .guest-guide-hero h1,
  .guide-hero-copy h1 {
    font-size: 1.66rem;
    line-height: 1.12;
  }

  .hero-content {
    padding-top: 64px;
  }

  .hero-feature-row {
    gap: 10px 12px;
    margin-bottom: 22px;
  }

  .hero-feature-row span {
    font-size: 0.8rem;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 14, 12, 0.36), rgba(5, 14, 12, 0.78)),
      linear-gradient(90deg, rgba(5, 14, 12, 0.7), rgba(5, 14, 12, 0.22));
  }

  .home-guest-guide h2,
  .guest-section-head h2,
  .unit-copy h2,
  .site-advantages h2,
  .location-copy h2 {
    font-size: 1.72rem;
  }
}

/* Guest guide functional dashboard */
body[data-page="guest-guide"],
body.page-template-guest-guide-php,
body.page-template-page-templatesguest-guide-php,
body.page-template-page-templates-guest-guide-php {
  background: #fff;
}

.guest-guide-hero {
  margin-top: 16px;
  padding: 18px 0 12px;
  background: #fff;
}

.guest-guide-inner {
  display: grid;
  gap: 12px;
}

.guest-hero-copy,
.guest-action-card,
.guest-info-card,
.guest-guide-section,
.guest-note-band {
  border: 1px solid rgba(48, 66, 36, 0.13);
  border-radius: 10px;
  background: var(--cream);
  box-shadow: 0 10px 26px rgba(31, 31, 31, 0.055);
}

.guest-hero-copy {
  padding: clamp(18px, 2.5vw, 28px);
}

.guest-hero-copy h1 {
  margin-bottom: 8px;
  color: #172319;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.45vw, 2.25rem);
  line-height: 1.06;
}

.guest-guide-hero .guest-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
  color: #354036;
}

.guest-hero-card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(20px, 2.6vw, 30px);
  background:
    linear-gradient(145deg, rgba(48, 66, 36, 0.98), rgba(37, 52, 28, 0.98)),
    var(--forest);
  color: #fff;
}

.guest-hero-card span,
.guest-action-card span,
.guest-info-card span {
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guest-hero-card span {
  color: rgba(255, 255, 255, 0.74);
}

.guest-hero-card strong {
  color: #fff;
  font-size: clamp(1.15rem, 1.7vw, 1.42rem);
  line-height: 1.35;
}

.guest-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.copy-button {
  justify-self: start;
  min-height: 42px;
  margin-top: 6px;
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.guest-quick-actions {
  display: grid;
  gap: 8px;
  align-content: center;
  margin-top: 0;
  padding: 14px;
  border: 1px solid rgba(48, 66, 36, 0.13);
  border-radius: 10px;
  background: var(--cream);
  box-shadow: 0 10px 26px rgba(31, 31, 31, 0.045);
}

.guest-quick-actions a {
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px;
  border-color: rgba(48, 66, 36, 0.14);
  box-shadow: none;
  text-align: center;
}

.guest-command-center {
  display: grid;
  gap: 16px;
  padding-top: 22px;
  padding-bottom: 14px;
}

.guest-command-head {
  display: grid;
  gap: 8px;
}

.guest-command-head h2 {
  margin: 0;
  color: #172319;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.9vw, 1.75rem);
}

.guest-command-head > p {
  max-width: 520px;
  margin: 0;
  color: #4b534c;
}

.guest-action-grid {
  display: grid;
  gap: 10px;
}

.guest-action-card {
  display: grid;
  gap: 7px;
  min-height: 112px;
  padding: 16px;
  color: inherit;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.guest-address-action {
  grid-column: 1 / -1;
  min-height: 0;
  background: var(--cream);
  color: inherit;
}

.guest-address-action span,
.guest-address-action strong,
.guest-address-action small {
  color: inherit;
}

.guest-address-action span {
  color: var(--forest);
  opacity: 1;
}

.guest-address-action .copy-button {
  background: var(--forest);
  color: #fff;
}

.guest-address-action .location-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(48, 66, 36, 0.18);
  border-radius: 999px;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.guest-action-card:hover {
  transform: translateY(-2px);
  border-color: rgba(48, 66, 36, 0.28);
  box-shadow: 0 14px 30px rgba(31, 31, 31, 0.075);
}

.guest-action-card strong {
  color: #172319;
  font-size: 1.02rem;
  line-height: 1.2;
}

.guest-action-card small {
  color: #5b625c;
  font-size: 0.9rem;
  line-height: 1.42;
}

.guest-start-section,
.guest-critical-section,
.guest-link-hub {
  display: grid;
  gap: 16px;
  padding-top: 18px;
  padding-bottom: 14px;
}

.guest-starter-grid,
.guest-critical-grid,
.guest-useful-link-grid {
  display: grid;
  gap: 10px;
}

.guest-start-card,
.guest-critical-card,
.guest-useful-link-card {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(48, 66, 36, 0.13);
  border-radius: 10px;
  background: var(--cream);
  color: inherit;
  box-shadow: 0 10px 26px rgba(31, 31, 31, 0.045);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.guest-start-card:hover,
.guest-critical-card:hover,
.guest-useful-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(48, 66, 36, 0.28);
  box-shadow: 0 14px 30px rgba(31, 31, 31, 0.075);
}

.guest-start-card span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.1);
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 900;
}

.guest-start-card strong,
.guest-critical-card strong,
.guest-useful-link-card strong {
  color: #172319;
  font-size: 1.04rem;
  line-height: 1.2;
}

.guest-start-card small,
.guest-critical-card span,
.guest-useful-link-card small {
  color: #5b625c;
  font-size: 0.92rem;
  line-height: 1.45;
}

.guest-useful-link-card span {
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guest-critical-card {
  min-height: 104px;
  border-left: 4px solid rgba(48, 66, 36, 0.52);
}

.guest-useful-link-card {
  min-height: 126px;
  background: #f8f3ec;
}

.guest-address-action span,
.guest-address-action strong,
.guest-address-action small {
  color: inherit;
}

.guest-address-action span,
.guest-address-action small {
  opacity: 1;
}

.guest-info-strip {
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 18px;
}

.guest-info-card {
  padding: 18px;
  background: var(--cream);
}

.guest-info-card strong {
  display: block;
  margin-top: 5px;
  color: #172319;
  font-size: 1.04rem;
}

.guest-info-card p {
  margin: 8px 0 0;
  color: #4a524b;
}

.guest-guide-dashboard {
  gap: 14px;
  padding-top: 14px;
}

.guest-guide-section {
  grid-template-columns: 1fr;
  align-content: start;
  padding: 20px;
}

.guest-section-head h2 {
  margin-bottom: 8px;
  color: #172319;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.guest-section-head p {
  color: #4d554f;
}

.guest-link-list {
  gap: 8px;
}

.guest-link-list a {
  position: relative;
  padding: 13px 42px 13px 14px;
  background: #f8f3ec;
}

.guest-link-list a::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--forest);
  font-size: 1.4rem;
  line-height: 1;
}

.guest-link-list strong {
  color: #172319;
  font-size: 0.98rem;
}

.guest-link-list span {
  color: #5b625c;
  font-size: 0.9rem;
  line-height: 1.4;
}

.guest-detail-library {
  display: grid;
  gap: 16px;
  padding-top: 18px;
}

.guest-detail-list {
  display: grid;
  gap: 10px;
}

.guest-home-use-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.guest-home-use-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  padding: 16px;
  border: 1px solid rgba(48, 66, 36, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(252, 247, 239, 0.96)),
    var(--cream);
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.035);
}

.guest-home-use-card.is-important {
  border-color: rgba(48, 66, 36, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 241, 232, 0.98)),
    #fff;
}

.guest-home-use-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.guest-home-use-top span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.1);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
}

.guest-home-use-top em {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.1);
  color: var(--forest);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
}

.guest-home-use-card h3 {
  margin: 0;
  color: #172319;
  font-size: 1.08rem;
  line-height: 1.22;
}

.guest-home-use-card p {
  margin: 0;
  color: #536055;
  font-size: 0.92rem;
  line-height: 1.5;
}

.guest-detail-item {
  overflow: hidden;
  border: 1px solid rgba(48, 66, 36, 0.13);
  border-radius: 10px;
  background: var(--cream);
  box-shadow: 0 10px 26px rgba(31, 31, 31, 0.045);
}

.guest-detail-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 66px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.guest-detail-item summary::-webkit-details-marker {
  display: none;
}

.guest-detail-item summary::after {
  content: "+";
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: #f4efe7;
  color: var(--forest);
  font-weight: 900;
}

.guest-detail-item[open] summary::after {
  content: "−";
}

.guest-detail-item summary span,
.guest-detail-item summary strong {
  grid-column: 1;
}

.guest-detail-item summary span {
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guest-detail-item summary strong {
  color: #172319;
  font-size: 1.06rem;
  line-height: 1.25;
}

.guest-detail-content {
  display: grid;
  gap: 12px;
  padding: 0 18px 18px;
}

.guest-detail-content p {
  margin: 0;
  color: #3f4741;
  font-size: 0.96rem;
  line-height: 1.58;
}

.guest-detail-content .button {
  justify-self: start;
  margin-top: 2px;
}

.guest-detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 2px;
}

.guest-detail-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(48, 66, 36, 0.16);
  border-radius: 999px;
  background: #f8f3ec;
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 850;
}

.guest-note-band {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 34px;
  padding: clamp(20px, 3vw, 28px);
  background: var(--cream);
}

.guest-note-band h2 {
  margin-bottom: 8px;
  color: #172319;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.guest-note-band p:not(.eyebrow) {
  max-width: 690px;
  margin: 0;
  color: #4b534c;
}

@media (min-width: 760px) {
  .guest-action-grid,
  .guest-info-strip,
  .guest-starter-grid,
  .guest-critical-grid,
  .guest-useful-link-grid,
  .guest-home-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guest-note-band {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 980px) {
  .guest-guide-inner {
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: stretch;
  }

  .guest-command-head {
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: end;
  }

  .guest-action-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .guest-address-action {
    grid-column: span 2;
  }

  .guest-info-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guest-starter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .guest-useful-link-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .guest-guide-dashboard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 679px) {
  .guest-guide-hero {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .site-header .language-switcher {
    display: none;
  }

  .guest-hero-copy,
  .guest-hero-card,
  .guest-guide-section,
  .guest-note-band {
    border-radius: 9px;
  }

  .guest-hero-copy h1 {
    font-size: 1.82rem;
  }

  .guest-command-head h2,
  .guest-section-head h2,
  .guest-note-band h2 {
    font-size: 1.42rem;
  }

  .guest-quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guest-quick-actions a {
    justify-content: center;
    text-align: center;
    font-size: 0.86rem;
  }

  .guest-action-card {
    min-height: 0;
  }
}

/* Final guest-guide color lock */
body[data-page="guest-guide"],
body[data-page="guest-guide"] #app,
body[data-page="guest-guide"] main,
body[data-page="guest-guide"] .site-main,
body[data-page="guest-guide"] .guest-guide-hero,
body[data-page="guest-guide"] .guest-command-center,
body[data-page="guest-guide"] .guest-start-section,
body[data-page="guest-guide"] .guest-critical-section,
body[data-page="guest-guide"] .guest-link-hub,
body[data-page="guest-guide"] .guest-info-strip,
body[data-page="guest-guide"] .guest-guide-dashboard,
body[data-page="guest-guide"] .guest-detail-library {
  background: #fff !important;
}

body[data-page="guest-guide"] .guest-hero-copy,
body[data-page="guest-guide"] .guest-quick-actions,
body[data-page="guest-guide"] .guest-action-card,
body[data-page="guest-guide"] .guest-start-card,
body[data-page="guest-guide"] .guest-critical-card,
body[data-page="guest-guide"] .guest-useful-link-card,
body[data-page="guest-guide"] .guest-info-card,
body[data-page="guest-guide"] .guest-guide-section,
body[data-page="guest-guide"] .guest-detail-item,
body[data-page="guest-guide"] .guest-note-band {
  background: var(--cream) !important;
}

body[data-page="guest-guide"] .guest-link-list a,
body[data-page="guest-guide"] .guest-detail-item summary::after,
body[data-page="guest-guide"] .guest-detail-links a {
  background: #f8f3ec !important;
}

/* Premium villa-rental homepage direction */
body[data-page="home"],
body.home {
  background: #f8f2e9;
  color: #172019;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-page="home"] .site-header,
body.home .site-header {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

body[data-page="home"] .header-inner,
body.home .header-inner {
  width: min(100% - 28px, 1280px);
  height: 70px;
  padding: 0 16px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 55px rgba(30, 34, 25, 0.16);
  backdrop-filter: blur(18px);
}

body[data-page="home"] .brand,
body.home .brand {
  gap: 10px;
}

body[data-page="home"] .brand-mark,
body.home .brand-mark {
  width: 34px;
  height: 34px;
}

body[data-page="home"] .brand strong,
body.home .brand strong {
  color: #18251a;
  font-size: 0.98rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

body[data-page="home"] .brand small,
body.home .brand small {
  margin-top: 4px;
  color: #667060;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home"] .desktop-nav a,
body.home .desktop-nav a {
  color: #263328;
  font-size: 0.86rem;
  font-weight: 700;
}

body[data-page="home"] .header-cta,
body.home .header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(37, 52, 28, 0.12);
  border-radius: 999px;
  background: #304224;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(48, 66, 36, 0.18);
}

body[data-page="home"] .hero.section-pad,
body.home .hero.section-pad {
  position: relative;
  display: block;
  width: min(100% - 28px, 1280px);
  max-width: 1280px;
  height: clamp(610px, 70vh, 720px);
  min-height: 610px;
  margin: 112px auto 0;
  padding: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #142318;
  box-shadow: 0 28px 70px rgba(45, 41, 32, 0.18);
}

body[data-page="home"] .hero-media,
body.home .hero-media {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  box-shadow: none;
}

body[data-page="home"] .hero-img,
body.home .hero-img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 43%;
  filter: saturate(1.08) contrast(1.04) brightness(0.98) sepia(0.04);
}

body[data-page="home"] .hero-overlay,
body.home .hero-overlay {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 223, 181, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(12, 22, 16, 0.7), rgba(12, 22, 16, 0.38) 44%, rgba(12, 22, 16, 0.12)),
    linear-gradient(180deg, rgba(12, 22, 16, 0.06), rgba(12, 22, 16, 0.38));
}

body[data-page="home"] .hero-copy,
body.home .hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100% - 64px, 1160px);
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  margin: 0 auto;
  padding-top: 70px;
  color: #fff;
}

body[data-page="home"] .hero-copy .eyebrow,
body.home .hero-copy .eyebrow {
  width: fit-content;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.76);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

body[data-page="home"] .hero-copy h1,
body.home .hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.45rem, 4.7vw, 4.35rem);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-shadow: 0 5px 34px rgba(0, 0, 0, 0.34);
  text-wrap: balance;
}

body[data-page="home"] .hero-copy .lead,
body.home .hero-copy .lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  font-weight: 500;
  line-height: 1.62;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
}

body[data-page="home"] .hero-feature-row,
body.home .hero-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 780px;
  margin: 6px 0 4px;
}

body[data-page="home"] .hero-feature-row span,
body.home .hero-feature-row span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 0.83rem;
  font-weight: 800;
  text-shadow: none;
  backdrop-filter: blur(12px);
}

body[data-page="home"] .hero-feature-row span::before,
body.home .hero-feature-row span::before {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}

.hero-feature-row span[data-icon="airport"]::before {
  border-radius: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 4.5 14 13l6.5 2-1.5 2-5.5-.8L10 21l-2-1.5 1.6-5.4L4 11.2 5.5 9l6.2 1.2L8.6 5.4l1.9-.9Z'/%3E%3C/svg%3E");
}

.hero-feature-row span[data-icon="family"]::before {
  border-radius: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.4'/%3E%3Cpath d='M3.8 20a5.2 5.2 0 0 1 10.4 0'/%3E%3Cpath d='M13.8 18.8a4.2 4.2 0 0 1 6.8 0'/%3E%3C/svg%3E");
}

body[data-page="home"] .hero-actions,
body.home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

body[data-page="home"] .hero-actions .button,
body.home .hero-actions .button {
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 850;
}

body[data-page="home"] .hero-actions .button-light,
body.home .hero-actions .button-light {
  border-color: #fff;
  background: #fff;
  color: #1f2d20;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

body[data-page="home"] .hero-actions .button-ghost,
body.home .hero-actions .button-ghost {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(12px);
}

.premium-section-head {
  display: grid;
  max-width: 760px;
  gap: 8px;
  margin-bottom: 22px;
}

.premium-section-head.center {
  margin-inline: auto;
  text-align: center;
}

.premium-section-head h2,
.premium-stay-section h2 {
  margin: 0;
  color: #172019;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.9rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.premium-section-head p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: #5a625a;
  font-size: 1rem;
  line-height: 1.6;
}

.premium-reasons,
.premium-stay-section {
  padding-top: clamp(38px, 5vw, 76px);
  padding-bottom: clamp(26px, 4vw, 52px);
}

.reason-grid {
  display: grid;
  gap: 14px;
}

.reason-card {
  position: relative;
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(48, 66, 36, 0.09);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.9);
  box-shadow: 0 14px 34px rgba(44, 38, 28, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.reason-card:hover {
  transform: translateY(-3px);
  border-color: rgba(48, 66, 36, 0.16);
  box-shadow: 0 20px 44px rgba(44, 38, 28, 0.08);
}

.reason-dot {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 32%, #ffffff 0 18%, transparent 20%),
    linear-gradient(135deg, #5b7144, #304224);
  box-shadow: 0 12px 22px rgba(48, 66, 36, 0.18);
}

.reason-card h3 {
  margin: 0 0 10px;
  color: #172019;
  font-size: 1.02rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.reason-card p {
  margin: 0;
  color: #555e55;
  font-size: 0.875rem;
  line-height: 1.62;
}

.premium-listing-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 64px rgba(44, 38, 28, 0.11);
}

.premium-listing-media {
  display: grid;
  gap: 8px;
  padding: 10px;
  background: #fff;
}

.premium-listing-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.premium-listing-main {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
}

.premium-listing-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.premium-listing-side img {
  aspect-ratio: 1.2 / 1;
  border-radius: 16px;
}

.premium-listing-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
}

.listing-kicker {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef2e9;
  color: #304224;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.premium-listing-copy h3 {
  max-width: 520px;
  margin: 0;
  color: #172019;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.premium-listing-copy p {
  max-width: 500px;
  margin: 0;
  color: #556056;
  font-size: 1rem;
  line-height: 1.62;
}

.listing-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 540px;
}

.listing-chip-row span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 999px;
  background: #f8f2e9;
  color: #273426;
  font-size: 0.86rem;
  font-weight: 800;
}

.premium-listing-copy .button {
  width: fit-content;
  min-height: 50px;
  margin-top: 4px;
  padding-inline: 22px;
  border-radius: 999px;
}

.airbnb-review-section {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.reservation-section {
  display: grid;
  gap: 20px;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.reservation-section .premium-section-head {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.reservation-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.28fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 28px;
  background: #f7f1e7;
  box-shadow: 0 18px 46px rgba(31, 31, 31, 0.07);
}

.reservation-unit-list {
  display: grid;
  gap: 10px;
}

.reservation-unit-card {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: #172319;
  text-align: left;
  cursor: pointer;
}

.reservation-unit-card.is-active {
  border-color: rgba(23, 63, 53, 0.34);
  background: #173f35;
  color: #fff;
}

.reservation-unit-card span {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.09);
  color: var(--forest);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reservation-unit-card.is-active span {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.reservation-unit-card strong {
  font-size: 1rem;
  line-height: 1.25;
}

.reservation-unit-card small {
  color: #5c665d;
  font-size: 0.84rem;
  line-height: 1.35;
}

.reservation-unit-card.is-active small {
  color: rgba(255, 255, 255, 0.72);
}

.reservation-panels {
  min-width: 0;
}

.reservation-page-section {
  padding-top: clamp(28px, 4vw, 56px) !important;
}

.reservation-panel {
  display: grid;
  gap: 14px;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 22px;
  background: #fffaf2;
}

.reservation-panel[hidden] {
  display: none;
}

.reservation-empty-note {
  display: grid;
  gap: 6px;
  min-height: 220px;
  align-content: center;
  justify-items: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px dashed rgba(48, 66, 36, 0.18);
  border-radius: 22px;
  background: rgba(255, 250, 242, 0.72);
  color: #536055;
  text-align: center;
}

.reservation-empty-note[hidden] {
  display: none;
}

.reservation-empty-note strong {
  color: #172319;
  font-size: 1.08rem;
}

.reservation-panel-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.reservation-panel-head h3 {
  margin: 0;
  color: #172319;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.08;
}

.reservation-panel-head p:not(.eyebrow) {
  max-width: 620px;
  margin: 5px 0 0;
  color: #536055;
  font-size: 0.94rem;
  line-height: 1.45;
}

.reservation-status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.reservation-status-strip span {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 14px;
  background: #f4efe5;
}

.reservation-status-strip strong {
  color: #172319;
  font-size: 0.78rem;
  line-height: 1.2;
}

.reservation-status-strip small {
  color: #667163;
  font-size: 0.75rem;
  line-height: 1.25;
}

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

.reservation-date-row label {
  display: grid;
  gap: 6px;
  color: #334032;
  font-size: 0.82rem;
  font-weight: 850;
}

.reservation-date-row input {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(48, 66, 36, 0.14);
  border-radius: 12px;
  background: #fff;
  color: #172319;
  font: inherit;
}

.reservation-calendar-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.42fr);
  gap: 12px;
  align-items: stretch;
}

.reservation-calendar {
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf8 0%, #f8f2e9 100%);
}

.reservation-calendar-toolbar {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 8px;
  align-items: center;
  padding-bottom: 2px;
}

.reservation-calendar-toolbar > div {
  display: grid;
  gap: 2px;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.reservation-calendar-toolbar strong {
  color: #172319;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: capitalize;
}

.reservation-calendar-toolbar small {
  color: #6b746b;
  font-size: 0.72rem;
  line-height: 1.25;
}

.reservation-calendar-nav {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 999px;
  background: #f4efe5;
  color: #173f35;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.reservation-calendar-nav:hover {
  background: #e8efdf;
}

.reservation-month-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.reservation-month {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(48, 66, 36, 0.08);
  border-radius: 15px;
  background: #fffaf2;
}

.reservation-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.reservation-calendar-head strong {
  color: #172319;
  font-size: 1rem;
  text-transform: capitalize;
}

.reservation-calendar-head small {
  color: #6b746b;
  font-size: 0.74rem;
}

.reservation-calendar-week,
.reservation-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.reservation-calendar-week span {
  color: #72806f;
  font-size: 0.72rem;
  font-weight: 850;
  text-align: center;
}

.reservation-calendar-days span {
  display: grid;
  min-height: 34px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 11px;
  background: #f6f0e7;
  color: #2b3529;
  font-size: 0.85rem;
  font-weight: 750;
}

.reservation-calendar-days span.is-muted {
  background: transparent;
}

.reservation-calendar-days span.is-today {
  border-color: #173f35;
  box-shadow: inset 0 0 0 1px #173f35;
}

.reservation-calendar-days span.is-available {
  border-color: #d7e2cf;
  background: #f7fbf2;
  color: #253a25;
  cursor: pointer;
}

.reservation-calendar-days span.is-reserved {
  border-color: #6a3f35;
  background: #6a3f35;
  color: #fff;
  box-shadow: 0 8px 16px rgba(106, 63, 53, 0.16);
}

.reservation-calendar-days span.is-blocked {
  border-color: #ded4c6;
  background: #e9e0d4;
  color: #75695c;
}

.reservation-calendar-days span.is-past {
  opacity: 0.44;
}

.reservation-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  padding-top: 2px;
  color: #5f685f;
  font-size: 0.76rem;
  font-weight: 800;
}

.reservation-calendar-legend span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.reservation-calendar-legend i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.reservation-calendar-legend i.is-available {
  background: #f7fbf2;
  border: 1px solid #d7e2cf;
}

.reservation-calendar-legend i.is-reserved {
  background: #6a3f35;
}

.reservation-calendar-legend i.is-blocked {
  background: #e9e0d4;
  border: 1px solid #ded4c6;
}

.reservation-busy-list {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 12px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 18px;
  background: #fff;
}

.reservation-busy-list .eyebrow {
  margin-bottom: 0;
  font-size: 0.66rem;
}

.reservation-busy-item {
  display: grid;
  gap: 2px;
  padding: 9px 10px;
  border-radius: 13px;
  background: #f5f0e7;
}

.reservation-busy-item strong {
  color: #172319;
  font-size: 0.82rem;
  line-height: 1.2;
}

.reservation-busy-item small {
  color: #657061;
  font-size: 0.74rem;
  font-weight: 800;
}

.reservation-busy-item.is-open-note {
  background: #e9f0e1;
}

.reservation-busy-item.is-open-note strong {
  color: #173f35;
}

/* Airbnb-inspired unit detail page */
.unit-airbnb-detail {
  padding-top: 34px;
  padding-bottom: 14px;
}

.unit-airbnb-titlebar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.unit-airbnb-titlebar h1 {
  max-width: 820px;
  margin: 0;
  color: #1f261f;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.unit-airbnb-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.unit-airbnb-actions a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #273324;
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.unit-airbnb-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(160px, 230px));
  gap: 8px;
  overflow: hidden;
  border-radius: 18px;
  background: #ece4d8;
}

.unit-airbnb-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e8dfd1;
  cursor: pointer;
}

.unit-airbnb-gallery figure.is-main {
  grid-row: 1 / 3;
}

.unit-airbnb-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.unit-airbnb-gallery figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(48, 66, 36, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2b1d;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(31, 31, 31, 0.16);
}

.unit-airbnb-gallery figure:hover img {
  transform: scale(1.025);
}

.unit-airbnb-gallery img {
  transition: transform 220ms ease;
}

.unit-gallery-view {
  position: relative;
  display: grid;
  min-height: min(72vh, 720px);
  place-items: center;
}

.unit-gallery-view figure {
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  place-items: center;
}

.unit-gallery-view img {
  width: 100%;
  max-height: min(72vh, 720px);
  object-fit: contain;
  border-radius: 14px;
  background: #f7f1e8;
}

.unit-gallery-view figcaption {
  display: flex;
  justify-content: space-between;
  width: min(100%, 920px);
  gap: 14px;
  margin-top: 10px;
  color: #243223;
  font-size: 0.88rem;
  font-weight: 850;
}

.unit-gallery-view figcaption span {
  color: #6a746b;
}

.unit-gallery-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #173f35;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.unit-gallery-nav.is-prev {
  left: 12px;
}

.unit-gallery-nav.is-next {
  right: 12px;
}

.unit-airbnb-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
  padding-top: 18px;
}

.unit-airbnb-main {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.unit-airbnb-summary,
.unit-host-row,
.unit-favorite-strip,
.unit-airbnb-copy,
.unit-airbnb-notes,
.unit-registration {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(48, 66, 36, 0.12);
}

.unit-airbnb-summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.unit-airbnb-summary h2,
.unit-airbnb-copy h2,
.unit-airbnb-notes h2 {
  margin: 0 0 8px;
  color: #1f261f;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.unit-airbnb-summary p,
.unit-airbnb-copy p,
.unit-airbnb-notes p {
  margin: 0;
  color: #4f5c51;
  line-height: 1.65;
}

.unit-rating-pill {
  display: grid;
  min-width: 120px;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.unit-rating-pill strong {
  color: #173f35;
  font-size: 1.4rem;
  line-height: 1;
}

.unit-rating-pill span {
  color: #5a665b;
  font-size: 0.72rem;
  font-weight: 850;
}

.unit-favorite-strip {
  display: grid;
  grid-template-columns: minmax(160px, 0.45fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(31, 31, 31, 0.05);
}

.unit-favorite-strip strong {
  color: #173f35;
  font-size: 1.05rem;
}

.unit-favorite-strip span {
  color: #4f5c51;
  line-height: 1.5;
}

.unit-host-row {
  display: flex;
  gap: 14px;
  align-items: center;
}

.unit-host-avatar {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: #173f35;
  color: #fff;
  font-weight: 900;
}

.unit-host-row strong,
.unit-feature-list strong,
.unit-airbnb-notes strong,
.unit-registration strong {
  display: block;
  color: #1f261f;
  font-weight: 900;
}

.unit-host-row small {
  display: block;
  margin-top: 3px;
  color: #657061;
  font-weight: 750;
}

.unit-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(48, 66, 36, 0.12);
}

.unit-feature-list article {
  display: grid;
  gap: 4px;
  padding-left: 42px;
  position: relative;
}

.unit-feature-list article::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 24px;
  height: 24px;
  border: 2px solid #516647;
  border-radius: 9px;
}

.unit-feature-list span {
  color: #5b665d;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .unit-feature-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.unit-airbnb-copy,
.unit-airbnb-notes {
  display: grid;
  gap: 14px;
}

.unit-airbnb-notes article {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 16px;
  background: #fffaf2;
}

.unit-registration {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.unit-registration span {
  color: #173f35;
  font-weight: 900;
}

.unit-booking-card {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(48, 66, 36, 0.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(31, 31, 31, 0.12);
}

.unit-booking-card h2 {
  margin: 0;
  color: #172319;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.unit-booking-note {
  padding: 9px 12px;
  border-radius: 12px;
  background: #f6efe5;
  color: #475645;
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
}

.unit-booking-date-row,
.unit-booking-guest-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(48, 66, 36, 0.16);
  border-radius: 16px;
  background: #fff;
}

.unit-booking-date-row label,
.unit-booking-guest-row label {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px 12px;
}

.unit-booking-date-row label + label {
  border-left: 1px solid rgba(48, 66, 36, 0.12);
}

.unit-booking-date-row span,
.unit-booking-guest-row span {
  color: #263224;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unit-booking-date-row input,
.unit-booking-guest-row select {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #1f261f;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  outline: none;
}

.unit-booking-clear {
  min-height: 100%;
  border: 0;
  border-left: 1px solid rgba(48, 66, 36, 0.12);
  background: #fbf8f1;
  color: #516047;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.unit-booking-clear:hover {
  background: #f1eadf;
  color: #173f35;
}

.unit-booking-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(48, 66, 36, 0.16);
  border-radius: 16px;
}

.unit-booking-meta span {
  display: grid;
  gap: 3px;
  min-height: 52px;
  padding: 9px 12px;
  border-right: 1px solid rgba(48, 66, 36, 0.12);
  border-bottom: 1px solid rgba(48, 66, 36, 0.12);
}

.unit-booking-meta span:nth-child(2n) {
  border-right: 0;
}

.unit-booking-meta span:last-child {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
}

.unit-booking-meta strong {
  color: #263224;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unit-booking-meta small {
  color: #1f261f;
  font-size: 0.96rem;
  font-weight: 850;
}

.unit-booking-card .button {
  width: 100%;
  justify-content: center;
}

.unit-booking-card .unit-booking-cta {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, #243c1d 0%, #42662f 54%, #203719 100%);
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(35, 57, 28, 0.34), 0 5px 14px rgba(35, 57, 28, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.unit-booking-card .unit-booking-cta.is-disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
  background: linear-gradient(135deg, #6c735e 0%, #7a836a 100%);
  box-shadow: none;
}

.unit-booking-card .unit-booking-cta.is-disabled:hover {
  transform: none;
  background: linear-gradient(135deg, #6c735e 0%, #7a836a 100%);
  box-shadow: none;
}

.unit-booking-card .unit-booking-cta::after {
  content: "→";
  display: inline-flex;
  flex: 0 0 26px;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-left: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.96rem;
  line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease;
}

.unit-booking-card .unit-booking-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #2f4e23 0%, #4b7234 54%, #263f1e 100%);
  box-shadow: 0 22px 42px rgba(35, 57, 28, 0.38), 0 8px 18px rgba(35, 57, 28, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.unit-booking-card .unit-booking-cta:hover::after {
  transform: translateX(2px);
  background: rgba(255, 255, 255, 0.22);
}

.unit-booking-card .unit-booking-cta:focus-visible {
  outline: 3px solid rgba(85, 107, 78, 0.34);
  outline-offset: 3px;
}

.unit-booking-calendar {
  margin-top: 2px;
}

.unit-booking-calendar .reservation-calendar {
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 18px;
  background: #fff;
}

.unit-booking-calendar .reservation-calendar-toolbar {
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  gap: 8px;
  align-items: center;
}

.unit-booking-calendar .reservation-calendar-toolbar strong {
  font-size: 1rem;
}

.unit-booking-calendar .reservation-calendar-toolbar small {
  display: none;
}

.unit-booking-calendar .reservation-calendar-nav {
  width: 32px;
  height: 32px;
  background: #fff;
  font-size: 1.35rem;
  box-shadow: 0 6px 14px rgba(31, 31, 31, 0.06);
}

.unit-booking-calendar .reservation-month-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.unit-booking-calendar .reservation-month {
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.unit-booking-calendar .reservation-calendar-head {
  display: none;
}

.unit-booking-calendar .reservation-calendar-head strong {
  font-size: 0.95rem;
}

.unit-booking-calendar .reservation-calendar-head small {
  font-size: 0.74rem;
}

.unit-booking-calendar .reservation-calendar-days span {
  min-height: 31px;
  border-radius: 10px;
  background: #fbf9f5;
  font-size: 0.78rem;
}

.unit-booking-calendar .reservation-calendar-days span.is-available {
  border-color: #e0e8d9;
  background: #fff;
  color: #243223;
}

.unit-booking-calendar .reservation-calendar-days span.is-reserved {
  border-color: #7a5a50;
  background: #7a5a50;
  box-shadow: none;
}

.unit-booking-calendar .reservation-calendar-days span.is-blocked {
  border-color: #e4ddd3;
  background: #f2ede5;
  color: #81766b;
}

.unit-booking-calendar .reservation-calendar-days span.is-selected-range {
  border-color: #cddcbd;
  background: #eaf2df;
  color: #173f35;
}

.unit-booking-calendar .reservation-calendar-days span.is-too-short {
  border-color: #eee5d8;
  background: #f4eee5;
  color: #9a8b7c;
}

.unit-booking-calendar .reservation-calendar-days span.is-selected-start,
.unit-booking-calendar .reservation-calendar-days span.is-selected-end {
  border-color: #173f35;
  background: #173f35;
  color: #fff;
}

.unit-booking-calendar .reservation-calendar-week,
.unit-booking-calendar .reservation-calendar-days {
  gap: 4px;
}

.unit-booking-calendar .reservation-calendar-week span {
  font-size: 0.68rem;
}

.unit-booking-calendar .reservation-calendar-legend {
  justify-content: center;
  gap: 10px;
  padding-top: 0;
}

.unit-booking-calendar .reservation-calendar-legend span {
  font-size: 0.72rem;
}

.unit-booking-minstay {
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5efe6;
  color: #506146 !important;
  font-weight: 850;
}

.unit-booking-verification {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 7px 10px;
  align-items: center;
  padding: 10px 11px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 16px;
  background: #fffdfa;
}

.unit-booking-verification span {
  grid-column: 1 / -1;
  color: #263224;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unit-booking-verification strong {
  color: #1f261f;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.2;
}

.unit-booking-verification input {
  width: 100%;
  border: 1px solid rgba(48, 66, 36, 0.16);
  border-radius: 999px;
  background: #f6f0e6;
  color: #1f261f;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.2;
  outline: none;
  padding: 10px 12px;
  box-sizing: border-box;
  text-align: center;
}

.unit-booking-verification input::placeholder {
  color: rgba(67, 76, 62, 0.62);
  font-weight: 650;
}

.unit-booking-verification input:focus {
  border-color: rgba(85, 107, 78, 0.48);
  box-shadow: 0 0 0 3px rgba(85, 107, 78, 0.12);
}

.unit-booking-alert {
  margin: -2px 0 0;
  padding: 9px 11px;
  border: 1px solid rgba(118, 78, 56, 0.16);
  border-radius: 12px;
  background: #fbf3e8;
  color: #5b3f2f;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.unit-booking-card p {
  margin: 0;
  color: #6a746b;
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 900px) {
  .unit-airbnb-layout {
    grid-template-columns: 1fr;
  }

  .unit-booking-card {
    position: static;
    order: -1;
  }

  .unit-booking-calendar .reservation-month-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .unit-airbnb-detail {
    padding-top: 18px;
  }

  .unit-airbnb-titlebar {
    display: grid;
    gap: 12px;
  }

  .unit-airbnb-actions {
    display: none;
  }

  .unit-airbnb-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 5px;
    border-radius: 16px;
  }

  .unit-airbnb-gallery figure {
    aspect-ratio: 1 / 1;
  }

  .unit-airbnb-gallery figure.is-main {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .unit-airbnb-summary,
  .unit-favorite-strip {
    grid-template-columns: 1fr;
  }

  .unit-airbnb-summary {
    display: grid;
  }

  .unit-rating-pill {
    width: 100%;
    text-align: left;
  }

  .unit-booking-card {
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(31, 31, 31, 0.09);
  }

  .unit-booking-calendar .reservation-calendar {
    padding: 12px;
    border-radius: 16px;
  }

  .unit-booking-calendar .reservation-calendar-days span {
    min-height: 31px;
    font-size: 0.78rem;
  }
}

.reservation-ical-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reservation-ical-row a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef2e9;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.reservation-longstay-note {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 18px;
  background: #f1eadf;
}

.reservation-longstay-note strong {
  color: #172319;
}

.reservation-longstay-note span {
  color: #536055;
  line-height: 1.45;
}

@media (max-width: 820px) {
  .reservation-layout,
  .reservation-date-row,
  .reservation-calendar-wrap {
    grid-template-columns: 1fr;
  }

  .reservation-panel-head {
    display: grid;
  }

  .reservation-status-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .reservation-status-strip span {
    padding: 8px;
  }

  .reservation-status-strip strong {
    font-size: 0.68rem;
  }

  .reservation-status-strip small {
    font-size: 0.66rem;
  }
}

@media (max-width: 560px) {
  .reservation-month-grid {
    grid-template-columns: 1fr;
  }

  .reservation-calendar-toolbar {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }

  .reservation-calendar-nav {
    width: 34px;
    height: 34px;
  }
}

.airbnb-review-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.42fr);
  gap: 18px;
  align-items: stretch;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 28px;
  background: linear-gradient(135deg, #fffaf2 0%, #f2ebde 100%);
  box-shadow: 0 18px 46px rgba(31, 31, 31, 0.08);
}

.airbnb-review-summary {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.airbnb-review-summary h2 {
  max-width: 640px;
  margin: 0;
  color: #172319;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.airbnb-review-summary p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #4f5a50;
  font-size: 1rem;
  line-height: 1.6;
}

.airbnb-review-summary .button {
  width: fit-content;
  margin-top: 4px;
}

.airbnb-score-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  min-height: 190px;
  padding: 20px;
  border-radius: 24px;
  background: #173f35;
  color: #fff;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.airbnb-score {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 0.95;
}

.airbnb-score-card strong {
  font-size: 1rem;
}

.airbnb-score-card small {
  max-width: 180px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  line-height: 1.35;
}

.airbnb-review-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.airbnb-review-card {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.airbnb-review-card strong {
  color: #172319;
  font-size: 0.98rem;
}

.airbnb-review-card span {
  color: #536055;
  font-size: 0.9rem;
  line-height: 1.42;
}

.guest-review-section {
  padding-top: 24px !important;
  padding-bottom: 34px !important;
}

.guest-review-panel {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(167, 184, 154, 0.22), transparent 32%),
    linear-gradient(135deg, #fffaf2 0%, #f4ecdf 100%);
  box-shadow: 0 18px 46px rgba(31, 31, 31, 0.06);
}

.guest-review-head {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
}

.guest-review-head h2 {
  max-width: 720px;
  margin: 0;
  color: #172319;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.guest-review-head p:not(.eyebrow) {
  max-width: 680px;
  margin: 8px 0 0;
  color: #536055;
  line-height: 1.55;
}

.guest-review-head .button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.guest-review-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.guest-review-score {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  min-height: 220px;
  padding: 22px;
  border-radius: 24px;
  background: #173f35;
  color: #fff;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.guest-review-stars {
  color: #d7b86b;
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.guest-review-score strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 7vw, 5.2rem);
  line-height: 0.92;
}

.guest-review-score small {
  max-width: 180px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.36;
}

.guest-review-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.guest-review-card {
  display: grid;
  gap: 7px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
}

.guest-review-card strong {
  color: #172319;
  font-size: 0.98rem;
}

.guest-review-card span {
  color: #536055;
  font-size: 0.9rem;
  line-height: 1.42;
}

@media (max-width: 820px) {
  .airbnb-review-panel,
  .airbnb-review-grid {
    grid-template-columns: 1fr;
  }

  .airbnb-score-card {
    min-height: 150px;
  }

  .guest-review-head,
  .guest-review-layout {
    grid-template-columns: 1fr;
  }

  .guest-review-head {
    display: grid;
    align-items: start;
  }

  .guest-review-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  body[data-page="home"] .premium-home-hero,
  body.home .premium-home-hero {
    order: 1 !important;
  }

  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    order: 2 !important;
  }

  body[data-page="home"] .premium-stay-section,
  body.home .premium-stay-section {
    order: 3 !important;
  }

  body[data-page="home"] .guest-review-section,
  body.home .guest-review-section {
    order: 4 !important;
  }

  body[data-page="home"] .owner-listing-section,
  body.home .owner-listing-section {
    order: 5 !important;
  }

  body[data-page="home"] .site-advantages,
  body.home .site-advantages {
    order: 6 !important;
  }

  body[data-page="home"] .location-showcase,
  body.home .location-showcase {
    order: 7 !important;
  }

  body[data-page="home"] .home-guest-guide,
  body.home .home-guest-guide {
    order: 8 !important;
  }

  body[data-page="home"] .home-faq-preview,
  body.home .home-faq-preview {
    order: 9 !important;
  }

  body[data-page="home"] .airbnb-score-card,
  body.home .airbnb-score-card {
    min-height: 118px;
  }

  body[data-page="home"] .guest-review-panel,
  body.home .guest-review-panel {
    padding: 16px;
    border-radius: 22px;
  }

  body[data-page="home"] .guest-review-score,
  body.home .guest-review-score {
    min-height: 112px;
    padding: 16px;
  }

  body[data-page="home"] .guest-review-cards,
  body.home .guest-review-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body[data-page="home"] .guest-review-card,
  body.home .guest-review-card {
    min-height: 0;
    padding: 12px;
    border-radius: 16px;
  }

  body[data-page="home"] .guest-review-card strong,
  body.home .guest-review-card strong {
    font-size: 0.9rem;
  }

  body[data-page="home"] .guest-review-card span,
  body.home .guest-review-card span {
    font-size: 0.8rem;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .site-header,
  body.home .site-header {
    top: 12px;
  }

  body[data-page="home"] .header-inner,
  body.home .header-inner {
    width: min(100% - 18px, 1280px);
    height: 62px;
    padding: 0 10px 0 12px;
    border-radius: 16px;
  }

  body[data-page="home"] .brand-logo-image,
  body.home .brand-logo-image {
    height: 42px;
    max-width: 176px;
  }

  body[data-page="home"] .brand-zone,
  body.home .brand-zone {
    flex: 1 1 auto;
    gap: 8px;
  }

  body[data-page="home"] .header-actions,
  body.home .header-actions {
    flex: 0 0 auto;
    gap: 6px;
  }

  body[data-page="home"] .mobile-guide-link,
  body.home .mobile-guide-link {
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.72rem;
  }

  body[data-page="home"] .language-switcher summary,
  body.home .language-switcher summary {
    min-height: 32px;
    padding: 0 8px;
  }

  body[data-page="home"] .menu-toggle,
  body.home .menu-toggle {
    width: 34px;
    height: 34px;
  }

  body[data-page="home"] .hero.section-pad,
  body.home .hero.section-pad {
    width: min(100% - 18px, 1280px);
    height: auto !important;
    min-height: 560px !important;
    margin-top: 10px;
    border-radius: 22px;
    overflow: hidden;
  }

  body[data-page="home"] .hero-copy,
  body.home .hero-copy {
    width: calc(100% - 28px);
    gap: 12px;
    padding-bottom: 22px !important;
  }

  body[data-page="home"] .hero-copy h1,
  body.home .hero-copy h1 {
    max-width: 320px;
    font-size: clamp(1.5rem, 7.4vw, 2rem);
    line-height: 1.08;
  }

  body[data-page="home"] .hero-copy .lead,
  body.home .hero-copy .lead {
    max-width: 320px;
    font-size: 0.82rem;
    line-height: 1.38;
  }

  body[data-page="home"] .premium-hero-badges,
  body.home .premium-hero-badges {
    position: static;
    width: 100%;
    max-width: 330px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    transform: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body[data-page="home"] .premium-hero-badges span,
  body.home .premium-hero-badges span {
    justify-content: flex-start;
    min-height: 38px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.72rem;
    backdrop-filter: blur(12px);
  }

  body[data-page="home"] .premium-hero-badges span::before,
  body.home .premium-hero-badges span::before {
    filter: brightness(0) invert(1);
  }

  body[data-page="home"] .hero-actions,
  body.home .hero-actions {
    display: grid;
    width: 100%;
    max-width: 330px;
    gap: 8px;
  }

  body[data-page="home"] .hero-actions .button,
  body.home .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 44px;
  }

  body[data-page="home"] .premium-home-hero .hero-overlay,
  body.home .premium-home-hero .hero-overlay {
    background:
      linear-gradient(180deg, rgba(10, 15, 11, 0.06) 0%, rgba(10, 15, 11, 0.26) 36%, rgba(10, 15, 11, 0.72) 100%),
      linear-gradient(90deg, rgba(10, 15, 11, 0.32), rgba(10, 15, 11, 0.04));
  }

  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    padding-top: 34px !important;
  }
}

@media (max-width: 420px) {
  body[data-page="home"] .brand-logo-image,
  body.home .brand-logo-image {
    height: 38px;
    max-width: 148px;
  }

  body[data-page="home"] .mobile-guide-link,
  body.home .mobile-guide-link {
    padding-inline: 7px;
  }
}

body[data-page="home"] .site-advantages,
body.home .site-advantages,
body[data-page="home"] .home-guest-guide,
body.home .home-guest-guide,
body[data-page="home"] .location-showcase,
body.home .location-showcase,
body[data-page="home"] .home-faq-preview,
body.home .home-faq-preview {
  padding-top: clamp(34px, 5vw, 68px);
  padding-bottom: clamp(28px, 4vw, 54px);
}

@media (min-width: 760px) {
  .reason-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .premium-listing-card {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    align-items: stretch;
  }

  .premium-listing-media {
    grid-template-columns: minmax(0, 1.45fr) minmax(150px, 0.55fr);
    min-height: 500px;
  }

  .premium-listing-main {
    aspect-ratio: auto;
  }

  .premium-listing-side {
    grid-template-columns: 1fr;
  }

  .premium-listing-side img {
    aspect-ratio: auto;
  }
}

@media (min-width: 900px) {
  body[data-page="home"] .desktop-nav,
  body.home .desktop-nav {
    display: flex;
  }
}

@media (max-width: 899px) {
  body[data-page="home"] .header-cta,
  body.home .header-cta,
  body[data-page="home"] .language-switcher,
  body.home .language-switcher {
    display: none;
  }
}

@media (max-width: 679px) {
  body[data-page="home"] .site-header,
  body.home .site-header {
    top: 12px;
  }

  body[data-page="home"] .header-inner,
  body.home .header-inner {
    width: min(100% - 18px, 1280px);
    height: 62px;
    border-radius: 16px;
  }

  body[data-page="home"] .hero.section-pad,
  body.home .hero.section-pad {
    width: min(100% - 18px, 1280px);
    height: 620px;
    min-height: 620px;
    margin-top: 88px;
    border-radius: 22px;
  }

  body[data-page="home"] .hero-overlay,
  body.home .hero-overlay {
    background:
      linear-gradient(180deg, rgba(12, 22, 16, 0.12), rgba(12, 22, 16, 0.76)),
      linear-gradient(90deg, rgba(12, 22, 16, 0.42), rgba(12, 22, 16, 0.18));
  }

  body[data-page="home"] .hero-copy,
  body.home .hero-copy {
    width: min(100% - 28px, 1280px);
    justify-content: end;
    gap: 14px;
    padding-top: 86px;
    padding-bottom: 28px;
  }

  body[data-page="home"] .hero-copy h1,
  body.home .hero-copy h1 {
    font-size: clamp(2.02rem, 11vw, 2.85rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  body[data-page="home"] .hero-copy .lead,
  body.home .hero-copy .lead {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  body[data-page="home"] .hero-feature-row,
  body.home .hero-feature-row {
    gap: 7px;
  }

  body[data-page="home"] .hero-feature-row span,
  body.home .hero-feature-row span {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.77rem;
  }

  body[data-page="home"] .hero-actions,
  body.home .hero-actions,
  body[data-page="home"] .hero-actions .button,
  body.home .hero-actions .button {
    width: 100%;
  }

  .premium-reasons,
  .premium-stay-section {
    padding-top: 34px;
  }

  .reason-card {
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }

  .premium-listing-card {
    border-radius: 22px;
  }

  .premium-listing-media {
    padding: 8px;
  }

  .premium-listing-main {
    border-radius: 17px;
  }

  .premium-listing-side img {
    border-radius: 14px;
  }

  .premium-listing-copy {
    padding: 22px;
  }
}

/* Mockup 1 alignment: full hero, trust badge rail, listing mosaic */
body[data-page="home"] .site-header,
body.home .site-header {
  position: sticky;
  top: 0;
  height: 78px;
  background: rgba(255, 252, 247, 0.96);
  border-bottom: 1px solid rgba(48, 66, 36, 0.08);
  box-shadow: 0 8px 28px rgba(42, 38, 30, 0.06);
  backdrop-filter: blur(16px);
}

body[data-page="home"] .header-inner,
body.home .header-inner {
  width: min(100% - 72px, 1280px);
  height: 78px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .brand-mark,
body.home .brand-mark {
  width: 38px;
  height: 38px;
}

body[data-page="home"] .brand strong,
body.home .brand strong {
  font-size: 1.08rem;
}

body[data-page="home"] .desktop-nav,
body.home .desktop-nav {
  gap: clamp(22px, 3vw, 42px);
}

body[data-page="home"] .header-cta,
body.home .header-cta {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
}

.header-cta {
  flex-direction: column;
  gap: 1px;
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
}

.header-cta-main {
  display: block;
}

.header-cta-phone {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  opacity: 0.86;
}

body[data-page="home"] .hero.section-pad,
body.home .hero.section-pad {
  width: min(100% - 32px, 1280px);
  max-width: 1280px;
  height: clamp(560px, 48vw, 620px);
  min-height: 560px;
  margin: 20px auto 0;
  border-radius: 26px;
  overflow: visible;
  box-shadow: 0 24px 70px rgba(38, 32, 22, 0.12);
}

body[data-page="home"] .hero-img,
body.home .hero-img {
  object-position: center 26%;
  filter: saturate(1.08) contrast(1.04) brightness(0.96) sepia(0.06);
}

body[data-page="home"] .hero-overlay,
body.home .hero-overlay {
  background:
    radial-gradient(circle at 38% 30%, rgba(187, 139, 67, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(13, 19, 13, 0.78), rgba(20, 24, 16, 0.48) 42%, rgba(20, 24, 16, 0.14) 78%),
    linear-gradient(180deg, rgba(20, 24, 16, 0.06), rgba(20, 24, 16, 0.44));
}

body[data-page="home"] .hero-copy,
body.home .hero-copy {
  width: min(100% - 96px, 1280px);
  align-items: flex-start;
  justify-content: flex-end;
  gap: 20px;
  padding-top: 4px;
  padding-bottom: 86px;
}

body[data-page="home"] .hero-copy .eyebrow,
body.home .hero-copy .eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8fa36f;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
  backdrop-filter: none;
}

body[data-page="home"] .hero-copy h1,
body.home .hero-copy h1 {
  max-width: 680px;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(1.65rem, 2.45vw, 2.75rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.018em;
}

body[data-page="home"] .hero-copy .lead,
body.home .hero-copy .lead {
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.58;
}

body[data-page="home"] .hero-actions .button,
body.home .hero-actions .button {
  min-width: 210px;
  border-radius: 12px;
}

body[data-page="home"] .hero-actions .button-light,
body.home .hero-actions .button-light {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #6d7d57, #40532f);
  color: #fff;
}

body[data-page="home"] .hero-actions .button-ghost,
body.home .hero-actions .button-ghost {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

body[data-page="home"] .premium-hero-badges,
body.home .premium-hero-badges {
  position: absolute;
  left: 50%;
  bottom: -36px;
  display: grid;
  width: min(calc(100% - 96px), 1120px);
  max-width: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 15px 20px;
  transform: translateX(-50%);
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.96);
  color: #192319;
  box-shadow: 0 18px 40px rgba(42, 38, 30, 0.14);
  backdrop-filter: blur(16px);
}

body[data-page="home"] .premium-hero-badges span,
body.home .premium-hero-badges span {
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1c281d;
  font-size: 0.9rem;
  font-weight: 850;
  backdrop-filter: none;
}

body[data-page="home"] .premium-hero-badges span + span,
body.home .premium-hero-badges span + span {
  border-left: 1px solid rgba(48, 66, 36, 0.14);
}

body[data-page="home"] .premium-hero-badges span[data-icon="pool"]::before,
body.home .premium-hero-badges span[data-icon="pool"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 16c2 0 2-1.5 4-1.5S9 16 11 16s2-1.5 4-1.5S17 16 21 16'/%3E%3Cpath d='M3 20c2 0 2-1.5 4-1.5S9 20 11 20s2-1.5 4-1.5S17 20 21 20'/%3E%3Cpath d='M8 14V5a2 2 0 0 1 4 0'/%3E%3Cpath d='M12 9h4'/%3E%3C/svg%3E");
}

body[data-page="home"] .premium-hero-badges span[data-icon="home"]::before,
body.home .premium-hero-badges span[data-icon="home"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 21c7-7 13-7 16-18-8 2-14 5-16 12-1 3 0 5 0 6Z'/%3E%3Cpath d='M9 15c2-1 4-2 7-2'/%3E%3C/svg%3E");
}

body[data-page="home"] .premium-hero-badges span[data-icon="location"]::before,
body.home .premium-hero-badges span[data-icon="location"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11.5a7 7 0 0 1 14 0c0 5-7 10-7 10s-7-5-7-10Z'/%3E%3Ccircle cx='12' cy='11.5' r='2.4'/%3E%3Cpath d='M4 22h16'/%3E%3C/svg%3E");
}

body[data-page="home"] .premium-hero-badges span[data-icon="security"]::before,
body.home .premium-hero-badges span[data-icon="security"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3 20 6.5v5.8c0 4.8-3.2 7.4-8 8.7-4.8-1.3-8-3.9-8-8.7V6.5L12 3Z'/%3E%3Cpath d='m8.8 12 2.2 2.2 4.6-5'/%3E%3C/svg%3E");
}

body[data-page="home"] .premium-hero-badges span[data-icon="airport"]::before,
body.home .premium-hero-badges span[data-icon="airport"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 4.5 14 13l6.5 2-1.5 2-5.5-.8L10 21l-2-1.5 1.6-5.4L4 11.2 5.5 9l6.2 1.2L8.6 5.4l1.9-.9Z'/%3E%3C/svg%3E");
}

body[data-page="home"] .premium-hero-badges span[data-icon="family"]::before,
body.home .premium-hero-badges span[data-icon="family"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.4'/%3E%3Cpath d='M3.8 20a5.2 5.2 0 0 1 10.4 0'/%3E%3Cpath d='M13.8 18.8a4.2 4.2 0 0 1 6.8 0'/%3E%3C/svg%3E");
}

body[data-page="home"] .premium-hero-badges span[data-icon="bike"]::before,
body.home .premium-hero-badges span[data-icon="bike"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.5' cy='17.5' r='3.5'/%3E%3Ccircle cx='18.5' cy='17.5' r='3.5'/%3E%3Cpath d='M9 17.5 12 10l3.2 7.5'/%3E%3Cpath d='M7.4 10h4.6l3.5 0'/%3E%3Cpath d='M12 10h3l3.5 7.5'/%3E%3Cpath d='m15 7 2 3'/%3E%3C/svg%3E");
}

body[data-page="home"] .premium-reasons,
body.home .premium-reasons {
  padding-top: 96px;
  padding-bottom: 34px;
}

body[data-page="home"] .premium-reasons .premium-section-head,
body.home .premium-reasons .premium-section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body[data-page="home"] .premium-section-head h2,
body.home .premium-section-head h2,
body[data-page="home"] .premium-stay-section h2,
body.home .premium-stay-section h2 {
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

body[data-page="home"] .reason-card,
body.home .reason-card {
  min-height: 238px;
  padding: 26px;
  border-radius: 16px;
}

@media (min-width: 900px) {
  body[data-page="home"] .reason-grid,
  body.home .reason-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="home"] .reason-card,
  body.home .reason-card {
    grid-column: auto;
  }

}

body[data-page="home"] .reason-dot,
body.home .reason-dot {
  width: 32px;
  height: 32px;
  margin-bottom: 22px;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  box-shadow: none;
}

body[data-page="home"] .reason-card:nth-child(1) .reason-dot,
body.home .reason-card:nth-child(1) .reason-dot {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3 20 6.5v5.7c0 4.8-3.2 7.5-8 8.8-4.8-1.3-8-4-8-8.8V6.5L12 3Z'/%3E%3Cpath d='m8.8 12 2.1 2.1 4.5-5'/%3E%3C/svg%3E");
}

body[data-page="home"] .reason-card:nth-child(2) .reason-dot,
body.home .reason-card:nth-child(2) .reason-dot {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 16c2.2 0 2.2-1.6 4.4-1.6S9.6 16 11.8 16s2.2-1.6 4.4-1.6S18.4 16 21 16'/%3E%3Cpath d='M3 20c2.2 0 2.2-1.6 4.4-1.6S9.6 20 11.8 20s2.2-1.6 4.4-1.6S18.4 20 21 20'/%3E%3Cpath d='M3 12c2.2 0 2.2-1.6 4.4-1.6S9.6 12 11.8 12s2.2-1.6 4.4-1.6S18.4 12 21 12'/%3E%3C/svg%3E");
}

body[data-page="home"] .reason-card:nth-child(3) .reason-dot,
body.home .reason-card:nth-child(3) .reason-dot {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M4 11a8 8 0 0 1 16 0Z'/%3E%3Cpath d='M4 11c2-2 4-2 8 0 4-2 6-2 8 0'/%3E%3Cpath d='M8 21h8'/%3E%3C/svg%3E");
}

body[data-page="home"] .reason-card:nth-child(4) .reason-dot,
body.home .reason-card:nth-child(4) .reason-dot {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8h12v7a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5V8Z'/%3E%3Cpath d='M16 10h1a3 3 0 0 1 0 6h-1'/%3E%3Cpath d='M7 4v2'/%3E%3Cpath d='M10 4v2'/%3E%3Cpath d='M13 4v2'/%3E%3C/svg%3E");
}

body[data-page="home"] .reason-card:nth-child(5) .reason-dot,
body.home .reason-card:nth-child(5) .reason-dot {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='17' r='3'/%3E%3Ccircle cx='17' cy='17' r='3'/%3E%3Cpath d='M7 17l4-8h3l3 8'/%3E%3Cpath d='M11 9h4'/%3E%3Cpath d='M9 13h6'/%3E%3C/svg%3E");
}

body[data-page="home"] .reason-card:nth-child(6) .reason-dot,
body.home .reason-card:nth-child(6) .reason-dot {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.5a7 7 0 0 1 14 0c0 5-7 10.5-7 10.5S5 15.5 5 10.5Z'/%3E%3Ccircle cx='12' cy='10.5' r='2.4'/%3E%3Cpath d='M4 22h16'/%3E%3C/svg%3E");
}

body[data-page="home"] .reason-card:nth-child(7) .reason-dot,
body.home .reason-card:nth-child(7) .reason-dot {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m15.5 8.5-2.2 5-4.8 2 2.2-5 4.8-2Z'/%3E%3Cpath d='M12 2v2'/%3E%3Cpath d='M12 20v2'/%3E%3Cpath d='M2 12h2'/%3E%3Cpath d='M20 12h2'/%3E%3C/svg%3E");
}

body[data-page="home"] .reason-card:nth-child(8) .reason-dot,
body.home .reason-card:nth-child(8) .reason-dot {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23304224' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5' width='16' height='10' rx='2'/%3E%3Cpath d='M2 19h20'/%3E%3Cpath d='M8 15l-2 4'/%3E%3Cpath d='M16 15l2 4'/%3E%3Cpath d='M9 9h6'/%3E%3C/svg%3E");
}

body[data-page="home"] .premium-stay-section,
body.home .premium-stay-section {
  width: min(100% - 72px, 1280px);
  margin-top: clamp(42px, 5vw, 72px);
  margin-bottom: 34px;
  padding: 24px clamp(22px, 4vw, 54px) 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 30%, rgba(255, 255, 255, 0.78), transparent 32%),
    #f1eadf;
}

body[data-page="home"] .premium-stay-section .premium-section-head,
body.home .premium-stay-section .premium-section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body[data-page="home"] .listing-category-grid,
body.home .listing-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin-inline: auto;
}

body[data-page="home"] .premium-listing-card,
body.home .premium-listing-card {
  max-width: 1040px;
  margin-inline: auto;
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.95);
}

body[data-page="home"] .listing-category-card,
body.home .listing-category-card {
  width: 100%;
  max-width: none;
}

body[data-page="home"] .premium-listing-media,
body.home .premium-listing-media {
  min-height: 300px;
  padding: 10px;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
}

body[data-page="home"] .listing-category-card .premium-listing-media,
body.home .listing-category-card .premium-listing-media {
  min-height: 260px;
  grid-template-columns: 1fr;
}

body[data-page="home"] .listing-category-card .premium-listing-main,
body.home .listing-category-card .premium-listing-main {
  aspect-ratio: 1.55 / 1;
  border-radius: 12px;
}

body[data-page="home"] .owner-listing-note,
body.home .owner-listing-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(48, 66, 36, 0.1), rgba(255, 252, 247, 0.76)),
    #f1eadf;
  box-shadow: 0 14px 34px rgba(44, 38, 28, 0.06);
}

body[data-page="home"] .owner-listing-note div,
body.home .owner-listing-note div {
  display: grid;
  gap: 3px;
}

body[data-page="home"] .owner-listing-note strong,
body.home .owner-listing-note strong {
  color: #172019;
  font-size: 1rem;
  font-weight: 850;
}

body[data-page="home"] .owner-listing-note span,
body.home .owner-listing-note span {
  color: #556052;
  font-size: 0.9rem;
  line-height: 1.45;
}

body[data-page="home"] .owner-listing-note .button,
body.home .owner-listing-note .button {
  flex: 0 0 auto;
  min-width: 150px;
}

body[data-page="home"] .listing-category-card .premium-listing-side,
body.home .listing-category-card .premium-listing-side {
  display: none;
}

body[data-page="home"] .premium-listing-main,
body.home .premium-listing-main {
  aspect-ratio: 1.85 / 1;
  border-radius: 12px 0 0 12px;
}

body[data-page="home"] .premium-listing-side,
body.home .premium-listing-side {
  grid-template-columns: 1fr;
  gap: 8px;
}

body[data-page="home"] .premium-listing-side img,
body.home .premium-listing-side img {
  border-radius: 0 12px 12px 0;
}

body[data-page="home"] .premium-listing-copy,
body.home .premium-listing-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 22px;
  padding: 12px 28px 26px;
}

body[data-page="home"] .listing-category-card .premium-listing-copy,
body.home .listing-category-card .premium-listing-copy {
  grid-template-columns: 1fr;
  padding: 18px 24px 24px;
}

body[data-page="home"] .listing-category-card .listing-kicker,
body.home .listing-category-card .listing-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.09);
  color: #304224;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-page="home"] .listing-kicker,
body.home .listing-kicker {
  display: none;
}

body[data-page="home"] .listing-category-card .listing-kicker,
body.home .listing-category-card .listing-kicker {
  display: inline-flex;
}

body[data-page="home"] .premium-listing-copy h3,
body.home .premium-listing-copy h3 {
  grid-column: 1;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
}

body[data-page="home"] .premium-listing-copy p,
body.home .premium-listing-copy p {
  grid-column: 1;
  max-width: none;
}

body[data-page="home"] .listing-chip-row,
body.home .listing-chip-row {
  grid-column: 1;
  max-width: 720px;
}

body[data-page="home"] .premium-listing-copy .button,
body.home .premium-listing-copy .button {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: end;
  min-width: 170px;
  border-radius: 10px;
}

body[data-page="home"] .listing-category-card .premium-listing-copy .button,
body.home .listing-category-card .premium-listing-copy .button {
  grid-column: 1;
  grid-row: auto;
  width: fit-content;
  align-self: start;
}

@media (max-width: 899px) {
  body[data-page="home"] .site-header,
  body.home .site-header {
    height: 70px;
  }

  body[data-page="home"] .header-inner,
  body.home .header-inner {
    width: min(100% - 24px, 1280px);
    height: 70px;
  }

  body[data-page="home"] .hero.section-pad,
  body.home .hero.section-pad {
    height: 640px;
    min-height: 640px;
  }

  body[data-page="home"] .hero-copy,
  body.home .hero-copy {
    width: min(100% - 32px, 1280px);
    justify-content: end;
    padding-bottom: 34px;
  }

  body[data-page="home"] .hero-copy h1,
  body.home .hero-copy h1 {
    font-size: clamp(1.38rem, 5.2vw, 1.78rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
  }

  body[data-page="home"] .premium-hero-badges,
  body.home .premium-hero-badges {
    position: static;
    display: flex;
    width: auto;
    transform: none;
    gap: 7px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body[data-page="home"] .premium-hero-badges span,
  body.home .premium-hero-badges span {
    justify-content: flex-start;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
  }

  body[data-page="home"] .premium-hero-badges span + span,
  body.home .premium-hero-badges span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    padding-top: 42px;
  }

  body[data-page="home"] .premium-stay-section,
  body.home .premium-stay-section {
    width: min(100% - 24px, 1280px);
    margin-top: 34px;
    padding: 22px 12px 18px;
  }

  body[data-page="home"] .premium-listing-media,
  body.home .premium-listing-media,
  body[data-page="home"] .premium-listing-copy,
  body.home .premium-listing-copy {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .premium-listing-side,
  body.home .premium-listing-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .listing-category-grid,
  body.home .listing-category-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .owner-listing-note,
  body.home .owner-listing-note {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-page="home"] .owner-listing-note .button,
  body.home .owner-listing-note .button {
    width: 100%;
  }

  body[data-page="home"] .premium-listing-main,
  body.home .premium-listing-main,
  body[data-page="home"] .premium-listing-side img,
  body.home .premium-listing-side img {
    border-radius: 12px;
  }

  body[data-page="home"] .premium-listing-copy .button,
  body.home .premium-listing-copy .button {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }
}

/* Inner pages must not inherit the homepage overlay header */
body[data-page]:not([data-page="home"]) .site-header,
body:not(.home):not([data-page]) .site-header {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  height: var(--header-h) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(48, 66, 36, 0.09) !important;
  box-shadow: 0 8px 28px rgba(42, 38, 30, 0.06) !important;
  backdrop-filter: blur(16px) !important;
}

body[data-page]:not([data-page="home"]) .header-inner,
body:not(.home):not([data-page]) .header-inner {
  width: min(100% - 24px, 1280px) !important;
  height: var(--header-h) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="guest-guide"] .guest-guide-hero,
body.page-template-guest-guide-php .guest-guide-hero,
body.page-template-page-templatesguest-guide-php .guest-guide-hero,
body.page-template-page-templates-guest-guide-php .guest-guide-hero {
  margin-top: 0 !important;
  padding-top: clamp(28px, 4vw, 46px) !important;
  padding-bottom: 18px !important;
}

body[data-page="guest-guide"] .guest-guide-inner,
body.page-template-guest-guide-php .guest-guide-inner,
body.page-template-page-templatesguest-guide-php .guest-guide-inner,
body.page-template-page-templates-guest-guide-php .guest-guide-inner {
  width: min(100% - 24px, 1280px);
  margin-inline: auto;
}

@media (min-width: 900px) {
  body[data-page]:not([data-page="home"]) .desktop-nav,
  body:not(.home):not([data-page]) .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.2vw, 36px);
    margin-left: auto;
  }

  body[data-page]:not([data-page="home"]) .header-cta,
  body:not(.home):not([data-page]) .header-cta {
    display: inline-flex;
  }

  body[data-page]:not([data-page="home"]) .language-switcher,
  body[data-page]:not([data-page="home"]) .menu-toggle,
  body:not(.home):not([data-page]) .language-switcher,
  body:not(.home):not([data-page]) .menu-toggle {
    display: none;
  }
}

/* Homepage spacing standard */
body[data-page="home"],
body.home {
  --home-section-y: clamp(44px, 5vw, 72px);
  --home-section-x: clamp(16px, 4vw, 54px);
  --home-section-gap: clamp(36px, 4vw, 58px);
  --home-head-gap: 24px;
}

body[data-page="home"] main > section:not(.hero),
body.home main > section:not(.hero) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: var(--home-section-y) !important;
  padding-bottom: var(--home-section-y) !important;
}

body[data-page="home"] main > .premium-stay-section,
body.home main > .premium-stay-section {
  margin-top: var(--home-section-gap) !important;
  padding: var(--home-section-y) var(--home-section-x) !important;
}

body[data-page="home"] main > section.premium-stay-section,
body.home main > section.premium-stay-section {
  margin-top: var(--home-section-gap) !important;
}

body[data-page="home"] .premium-section-head,
body.home .premium-section-head,
body[data-page="home"] .section-head,
body.home .section-head {
  margin-bottom: var(--home-head-gap) !important;
}

body[data-page="home"] .premium-reasons,
body.home .premium-reasons {
  padding-top: var(--home-section-y) !important;
  padding-bottom: var(--home-section-y) !important;
}

body[data-page="home"] .booking-band,
body.home .booking-band {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 679px) {
  body[data-page="home"],
  body.home {
    --home-section-y: 38px;
    --home-section-x: 14px;
    --home-section-gap: 34px;
    --home-head-gap: 18px;
  }
}

/* Homepage listing and guide refinements */
body[data-page="home"] .listing-category-card .premium-listing-media,
body.home .listing-category-card .premium-listing-media {
  min-height: 0 !important;
}

body[data-page="home"] .listing-category-card .premium-listing-main,
body.home .listing-category-card .premium-listing-main {
  aspect-ratio: 1 / 1 !important;
}

body[data-page="home"] .listing-category-card .premium-listing-side img,
body.home .listing-category-card .premium-listing-side img {
  aspect-ratio: 1 / 1 !important;
}

body[data-page="home"] .home-guest-guide,
body.home .home-guest-guide {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  width: min(100% - 72px, 1280px);
  padding-right: var(--home-section-x) !important;
  padding-left: var(--home-section-x) !important;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #173c2f, #2f4a3d);
  color: #fff;
  box-shadow: 0 22px 54px rgba(31, 31, 31, 0.12);
}

body[data-page="home"] .home-guest-guide .section-head,
body.home .home-guest-guide .section-head {
  align-content: center;
  margin-bottom: 0 !important;
}

body[data-page="home"] .home-guest-guide .eyebrow,
body.home .home-guest-guide .eyebrow,
body[data-page="home"] .home-guest-guide h2,
body.home .home-guest-guide h2,
body[data-page="home"] .home-guest-guide p,
body.home .home-guest-guide p {
  color: #fff;
}

body[data-page="home"] .home-guest-guide p:not(.eyebrow),
body.home .home-guest-guide p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
}

body[data-page="home"] .home-guest-guide .button,
body.home .home-guest-guide .button {
  width: fit-content;
  margin-top: 10px;
  background: #fff;
  color: var(--forest);
}

body[data-page="home"] .home-guide-grid,
body.home .home-guide-grid {
  align-self: stretch;
}

body[data-page="home"] .home-guide-card,
body.home .home-guide-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.94);
}

body[data-page="home"] .home-guest-guide.is-compact,
body.home .home-guest-guide.is-compact {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(16px, 2.5vw, 28px);
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

body[data-page="home"] .home-guest-guide.is-compact h2,
body.home .home-guest-guide.is-compact h2 {
  max-width: 420px;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

body[data-page="home"] .home-guest-guide.is-compact p:not(.eyebrow),
body.home .home-guest-guide.is-compact p:not(.eyebrow) {
  max-width: 420px;
  font-size: 0.96rem;
}

body[data-page="home"] .home-guide-grid.is-compact,
body.home .home-guide-grid.is-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body[data-page="home"] .home-guest-guide.is-compact .home-guide-card,
body.home .home-guest-guide.is-compact .home-guide-card {
  min-height: 84px;
  padding: 14px 15px;
}

body[data-page="home"] .home-guest-guide.is-compact .home-guide-card strong,
body.home .home-guest-guide.is-compact .home-guide-card strong {
  font-size: 0.96rem;
}

body[data-page="home"] .home-guest-guide.is-compact .home-guide-card span,
body.home .home-guest-guide.is-compact .home-guide-card span {
  font-size: 0.84rem;
  line-height: 1.38;
}

@media (max-width: 899px) {
  body[data-page="home"] .home-guest-guide,
  body.home .home-guest-guide {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1280px);
  }
}

@media (max-width: 899px) {
body[data-page]:not([data-page="home"]) .desktop-nav,
body[data-page]:not([data-page="home"]) .header-cta,
body[data-page]:not([data-page="home"]) .language-switcher,
body:not(.home):not([data-page]) .desktop-nav,
body:not(.home):not([data-page]) .header-cta,
body:not(.home):not([data-page]) .language-switcher {
    display: none;
  }
}

/* Airbnb-style accommodation galleries */
.unit-photo-showcase {
  padding-top: 20px !important;
}

.unit-photo-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 38%);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding-bottom: 8px;
}

.unit-photo-slide {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 31, 31, 0.1);
  scroll-snap-align: start;
}

.unit-photo-slide.is-featured {
  grid-column: span 2;
}

.unit-photo-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.unit-photo-slide:hover img {
  transform: scale(1.025);
}

.unit-photo-slide figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(31, 31, 31, 0.12);
}

.unit-photo-showcase-8k1,
.unit-photo-showcase-8k3 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.unit-photo-gallery-8k1,
.unit-photo-gallery-8k3 {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.8fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-columns: initial;
  gap: 12px;
  height: clamp(420px, 38vw, 460px);
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
  scrollbar-width: auto;
}

.unit-photo-gallery-8k1 .unit-photo-slide,
.unit-photo-gallery-8k3 .unit-photo-slide {
  min-width: 0;
  min-height: 0;
  height: 100%;
  border-radius: 22px;
  background: var(--forest);
  box-shadow: 0 18px 42px rgba(31, 31, 31, 0.12);
  scroll-snap-align: unset;
}

.unit-photo-gallery-8k1 .unit-photo-slide.is-featured,
.unit-photo-gallery-8k3 .unit-photo-slide.is-featured {
  grid-column: 1;
  grid-row: 1 / span 3;
}

.unit-photo-gallery-8k1 .unit-photo-slide::after,
.unit-photo-gallery-8k3 .unit-photo-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(20, 43, 35, 0), rgba(20, 43, 35, 0.38));
  pointer-events: none;
}

.unit-photo-gallery-8k1 .unit-photo-slide img,
.unit-photo-gallery-8k3 .unit-photo-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.unit-photo-gallery-8k1 .unit-photo-slide figcaption,
.unit-photo-gallery-8k3 .unit-photo-slide figcaption {
  left: 14px;
  right: auto;
  bottom: 14px;
  z-index: 1;
  width: auto;
  max-width: calc(100% - 28px);
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.93);
  color: var(--forest);
  font-size: 0.76rem;
}

.unit-photo-showcase-8k1 + .detail-layout,
.unit-photo-showcase-8k3 + .detail-layout {
  padding-top: 20px !important;
}

.unit-full-gallery {
  display: grid;
  gap: 26px;
  padding-top: 18px !important;
}

.unit-other-options {
  display: grid;
  gap: 18px;
  padding-top: 18px !important;
}

.unit-other-options .section-head {
  max-width: 720px;
  margin: 0;
}

.unit-other-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 24px;
  background: #fffaf2;
  box-shadow: 0 18px 42px rgba(31, 31, 31, 0.08);
}

.unit-other-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 340px;
  border-radius: 18px;
  object-fit: cover;
}

.unit-other-card > div {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
  padding: 8px 4px;
}

.unit-other-card h3 {
  margin: 0;
  color: #172319;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.unit-other-card p {
  max-width: 640px;
  margin: 0;
  color: #536055;
  font-size: 0.96rem;
  line-height: 1.55;
}

.unit-other-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}

.unit-gallery-head {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.unit-gallery-head h2 {
  margin: 0;
  color: #172319;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  line-height: 1.05;
}

.unit-gallery-head p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #536055;
  font-size: 0.98rem;
  line-height: 1.6;
}

.unit-gallery-sections {
  display: grid;
  gap: 26px;
}

.unit-gallery-group {
  display: grid;
  gap: 12px;
}

.unit-gallery-group h3 {
  margin: 0;
  color: var(--forest);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.unit-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.unit-gallery-card {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--forest);
  box-shadow: 0 12px 28px rgba(31, 31, 31, 0.065);
}

.unit-gallery-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(20, 43, 35, 0), rgba(20, 43, 35, 0.36));
  pointer-events: none;
}

.unit-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.unit-gallery-card:hover img {
  transform: scale(1.025);
}

.unit-gallery-card figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  max-width: calc(100% - 24px);
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.93);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(31, 31, 31, 0.1);
}

.unit-full-gallery + .calendar-panel {
  padding-top: 18px !important;
}

@media (min-width: 1100px) {
  .unit-photo-slider {
    grid-auto-columns: minmax(320px, 28%);
  }
}

@media (max-width: 900px) {
  .unit-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .unit-photo-showcase {
    padding-top: 12px !important;
  }

  .unit-photo-slider {
    grid-auto-columns: 84%;
    gap: 10px;
    margin-right: calc(var(--home-section-x) * -1);
    padding-right: var(--home-section-x);
  }

  .unit-photo-slide.is-featured {
    grid-column: span 1;
  }

  .unit-photo-slide {
    border-radius: 14px;
  }

  .unit-photo-slide figcaption {
    font-size: 0.72rem;
  }
}

@media (max-width: 900px) {
  .unit-photo-gallery-8k1,
  .unit-photo-gallery-8k3 {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    gap: 10px;
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }

  .unit-photo-gallery-8k1 .unit-photo-slide,
  .unit-photo-gallery-8k1 .unit-photo-slide.is-featured,
  .unit-photo-gallery-8k3 .unit-photo-slide,
  .unit-photo-gallery-8k3 .unit-photo-slide.is-featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 230px;
  }

  .unit-photo-gallery-8k1 .unit-photo-slide.is-featured,
  .unit-photo-gallery-8k3 .unit-photo-slide.is-featured {
    min-height: 300px;
  }

  .unit-other-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
    border-radius: 20px;
  }

  .unit-other-card img {
    min-height: 220px;
    max-height: none;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 540px) {
  .unit-photo-showcase-8k1,
  .unit-photo-showcase-8k3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .unit-full-gallery {
    gap: 20px;
    padding-top: 12px !important;
  }

  .unit-gallery-sections {
    gap: 22px;
  }

  .unit-gallery-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .unit-gallery-card {
    border-radius: 16px;
  }

  .unit-photo-gallery-8k1 .unit-photo-slide,
  .unit-photo-gallery-8k1 .unit-photo-slide.is-featured,
  .unit-photo-gallery-8k3 .unit-photo-slide,
  .unit-photo-gallery-8k3 .unit-photo-slide.is-featured {
    min-height: 218px;
    border-radius: 16px;
  }

  .unit-photo-gallery-8k1 .unit-photo-slide.is-featured,
  .unit-photo-gallery-8k3 .unit-photo-slide.is-featured {
    min-height: 260px;
  }
}

/* Always-visible language selector */
.site-header .language-switcher {
  display: inline-flex !important;
  flex: 0 0 auto;
  gap: 4px;
  margin-left: 8px;
  padding: 4px;
  border: 1px solid rgba(47, 74, 61, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(31, 31, 31, 0.06);
}

.site-header .language-switcher::before {
  content: attr(data-label);
  display: inline-flex;
  align-items: center;
  padding: 0 6px 0 4px;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 850;
}

.site-header .language-switcher a {
  min-width: 30px;
  min-height: 30px;
  padding: 0 7px;
  color: #3f493f;
  font-size: 0.72rem;
  font-weight: 850;
}

.site-header .language-switcher .is-active {
  background: var(--forest);
  color: #fff;
}

@media (max-width: 899px) {
  .site-header .language-switcher {
    order: 3;
    margin-left: auto;
  }

  .site-header .menu-toggle {
    order: 4;
  }

  .site-header .language-switcher::before {
    content: attr(data-label);
    display: inline-flex;
    padding: 0 3px 0 2px;
    font-size: 0.64rem;
  }

  .site-header .language-switcher a {
    min-width: 27px;
    min-height: 27px;
    padding: 0 5px;
    font-size: 0.68rem;
  }
}

@media (max-width: 520px) {
  .site-header .brand small {
    display: none;
  }

  .site-header .language-switcher {
    gap: 1px;
    padding: 3px;
  }

  .site-header .language-switcher::before {
    content: "";
    display: none;
  }

  .site-header .language-switcher a {
    min-width: 25px;
    min-height: 25px;
    padding: 0 4px;
  }
}

/* Compact mobile reasons grid */
@media (max-width: 679px) {
  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  body[data-page="home"] .premium-reasons .premium-section-head,
  body.home .premium-reasons .premium-section-head {
    margin-bottom: 14px !important;
  }

  body[data-page="home"] .premium-reasons .premium-section-head h2,
  body.home .premium-reasons .premium-section-head h2 {
    max-width: 260px;
    font-size: 1.55rem;
    line-height: 1.08;
  }

  body[data-page="home"] .reason-grid,
  body.home .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body[data-page="home"] .reason-card,
  body.home .reason-card {
    min-height: 0 !important;
    padding: 13px 12px !important;
    border-radius: 14px !important;
  }

  body[data-page="home"] .reason-dot,
  body.home .reason-dot {
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 9px !important;
    box-shadow: 0 8px 14px rgba(48, 66, 36, 0.14);
  }

  body[data-page="home"] .reason-card h3,
  body.home .reason-card h3 {
    margin-bottom: 5px !important;
    font-size: 0.82rem !important;
    line-height: 1.15 !important;
    letter-spacing: -0.01em;
  }

  body[data-page="home"] .reason-card p,
  body.home .reason-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
  }
}

/* Header language placement: keep language selector with the logo, not as a nav item. */
.site-header .header-inner {
  justify-content: space-between;
  gap: clamp(8px, 1.4vw, 18px);
}

.site-header .brand-zone,
.site-header .header-actions {
  display: flex;
  align-items: center;
  min-width: 0;
}

.site-header .brand-zone {
  flex: 0 1 auto;
  gap: clamp(8px, 1.1vw, 14px);
}

.site-header .header-actions {
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: clamp(10px, 1.5vw, 18px);
  margin-left: auto;
}

.site-header .brand-zone .brand {
  flex: 0 0 auto;
}

.site-header .brand-zone .language-switcher {
  order: 0;
  margin-left: 0 !important;
}

.site-header .header-actions .desktop-nav {
  margin-left: 0 !important;
}

.site-header .header-actions .header-cta,
.site-header .header-actions .menu-toggle {
  flex: 0 0 auto;
}

@media (min-width: 900px) {
  .site-header .header-actions .desktop-nav {
    display: flex;
  }

  .site-header .header-actions .header-cta {
    display: inline-flex;
  }

  .site-header .header-actions .menu-toggle {
    display: none;
  }
}

@media (max-width: 899px) {
  .site-header .brand-zone {
    flex: 1 1 auto;
    gap: 7px;
  }

  .site-header .header-actions {
    flex: 0 0 auto;
    gap: 6px;
  }

  .site-header .header-actions .desktop-nav,
  .site-header .header-actions .header-cta {
    display: none !important;
  }

  .site-header .header-actions .menu-toggle {
    display: grid;
  }
}

@media (max-width: 520px) {
  .site-header .brand-zone {
    gap: 5px;
  }
}

@media (max-width: 360px) {
  body[data-page="home"] .reason-grid,
  body.home .reason-grid {
    gap: 8px !important;
  }

  body[data-page="home"] .reason-card,
  body.home .reason-card {
    padding: 11px 10px !important;
  }

  body[data-page="home"] .reason-card p,
  body.home .reason-card p {
    -webkit-line-clamp: 2;
  }
}

/* Guest guide functional redesign */
body[data-page="guest-guide"] .guest-guide-hero-v2,
body.page-template-guest-guide-php .guest-guide-hero-v2,
body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2,
body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 {
  padding-top: 112px;
  padding-bottom: 22px;
  background: #f7f1e8;
}

.guest-guide-hero-v2 .guest-guide-inner {
  width: min(100% - 24px, 1280px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  grid-template-areas:
    "copy address"
    "actions address";
  gap: 18px;
  align-items: start;
  padding: clamp(22px, 3.2vw, 36px);
  border: 1px solid rgba(48, 66, 36, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.82), transparent 28%),
    linear-gradient(135deg, #fffaf1, #f3eadc);
  box-shadow: 0 18px 46px rgba(31, 31, 31, 0.05);
}

.guest-guide-hero-v2 .guest-hero-copy {
  grid-area: copy;
  max-width: 780px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.guest-guide-hero-v2 .guest-hero-copy .eyebrow {
  color: #73845b;
  letter-spacing: 0.13em;
}

.guest-guide-hero-v2 .guest-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.3vw, 2.9rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.guest-guide-hero-v2 .guest-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 14px;
  color: #4c584c;
  font-size: 1rem;
  line-height: 1.6;
}

.guest-guide-hero-v2 .guest-quick-actions {
  grid-area: actions;
  align-self: end;
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guest-guide-hero-v2 .guest-quick-actions a {
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(31, 31, 31, 0.04);
}

.guest-priority-panel {
  display: grid;
  gap: 16px;
}

.guest-priority-panel .guest-command-head {
  grid-template-columns: 1fr;
  max-width: 760px;
}

.guest-priority-panel .guest-command-head .eyebrow {
  text-transform: uppercase;
}

.guest-priority-panel .guest-command-head > p {
  max-width: 680px;
  margin-top: -2px;
}

.guest-priority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.guest-priority-card,
.guest-major-card {
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(31, 31, 31, 0.045);
}

.guest-priority-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 0;
  padding: 16px;
}

.guest-priority-card.guest-priority-address {
  order: 4;
  background: linear-gradient(135deg, #173c2f, #2f4a3d);
  color: #fff;
}

.guest-hero-address {
  display: grid;
  align-content: start;
  justify-self: end;
  width: 100%;
  max-width: 400px;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(135deg, #173c2f, #2f4a3d);
  color: #fff;
  box-shadow: 0 16px 34px rgba(31, 31, 31, 0.08);
}

.guest-hero-address span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guest-hero-address strong {
  color: #fff;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.25;
}

.guest-hero-address p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  line-height: 1.45;
}

.guest-hero-address .copy-button {
  width: fit-content;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-weight: 850;
}

.guest-hero-address .location-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
}

.guest-address-courier {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.guest-address-courier p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  line-height: 1.45;
}

.guest-address-courier-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.guest-hero-address .guest-address-courier-actions .copy-button,
.guest-hero-address .guest-address-courier-actions .location-button,
.guest-hero-address .guest-address-courier-actions button.location-button {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  margin-top: 0;
  padding: 8px 10px;
  border-radius: 12px;
  justify-content: center;
  font-size: 0.76rem;
}

.guest-hero-address .guest-address-courier-actions button.location-button {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 850;
}

.guest-hero-address .copy-button:hover,
.guest-hero-address .copy-button:focus-visible {
  background: #fff;
  color: var(--forest);
}

.guest-priority-card span,
.guest-major-card > div > span {
  color: #73845b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guest-card-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.guest-card-kicker small {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.08);
  color: var(--forest);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.guest-priority-card strong {
  color: #172019;
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  line-height: 1.18;
}

.guest-priority-address strong {
  color: #fff;
  font-size: clamp(0.94rem, 1.25vw, 1.08rem);
}

.guest-priority-card p {
  margin: 0;
  color: #586257;
  font-size: 0.84rem;
  line-height: 1.42;
}

.guest-priority-card p b {
  color: var(--forest);
  font-weight: 850;
}

.guest-pool-alerts {
  display: grid;
  gap: 4px;
  margin-top: 0;
}

.guest-pool-alerts span {
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #586257;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.42;
}

.guest-priority-address span {
  color: rgba(255, 255, 255, 0.82);
}

.guest-priority-address p {
  color: rgba(255, 255, 255, 0.76);
}

.guest-address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.guest-priority-address .copy-button {
  width: fit-content;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-weight: 850;
}

.guest-priority-address .location-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.guest-priority-address .copy-button:hover,
.guest-priority-address .copy-button:focus-visible {
  background: #fff;
  color: var(--forest);
}

.guest-priority-address .location-button:hover,
.guest-priority-address .location-button:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.guest-main-guide,
.guest-utility-strip {
  display: grid;
  gap: 18px;
}

.guest-guide-hero-v2,
.guest-priority-panel,
.guest-flow-section,
.guest-utility-strip,
.guest-detail-library,
.guest-flow-card,
.guest-priority-card {
  scroll-margin-top: calc(var(--header-h) + 28px);
}

.guest-flow-section {
  gap: 20px;
  padding-top: calc(clamp(34px, 5vw, 70px) + 14px);
}

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

.guest-flow-nav a {
  display: grid;
  gap: 6px;
  min-height: 108px;
  padding: 14px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: #172019;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.035);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.guest-flow-nav a:hover,
.guest-flow-nav a:focus-visible {
  border-color: rgba(48, 66, 36, 0.24);
  box-shadow: 0 14px 30px rgba(31, 31, 31, 0.06);
  transform: translateY(-2px);
}

.guest-flow-nav a:focus-visible {
  outline: 3px solid rgba(115, 132, 91, 0.28);
  outline-offset: 3px;
}

.guest-flow-nav span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.1);
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 900;
}

.guest-flow-nav strong {
  color: #172019;
  font-size: 0.98rem;
  line-height: 1.18;
}

.guest-flow-nav small {
  color: #596457;
  font-size: 0.8rem;
  line-height: 1.35;
}

.guest-guide-major-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.guest-flow-content {
  align-items: start;
}

.guest-flow-card.is-wide {
  grid-column: 1 / -1;
}

.guest-major-card {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 26px);
}

.guest-flow-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(252, 247, 239, 0.96)),
    #fff;
}

.guest-flow-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.guest-flow-card-head > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.1);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
}

.guest-flow-card-head h3 {
  margin-top: 0;
}

.guest-major-card.is-alert {
  border-color: rgba(115, 132, 91, 0.28);
  background: #fffaf1;
}

.guest-major-card h3 {
  margin: 7px 0 6px;
  color: #172019;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  line-height: 1.05;
}

.guest-major-card p,
.guest-major-card li {
  color: #536055;
  line-height: 1.5;
}

.guest-major-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.rule-summary-list {
  display: grid;
  gap: 8px;
}

.guest-flow-card.is-wide .rule-summary-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rule-summary-list > div {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.rule-summary-list strong {
  color: #172019;
  font-size: 0.96rem;
}

.rule-summary-list span {
  color: #536055;
  font-size: 0.86rem;
  line-height: 1.42;
}

.inline-guide-link {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  padding: 7px 11px;
  border: 1px solid rgba(48, 66, 36, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.inline-guide-link:hover,
.inline-guide-link:focus-visible {
  border-color: rgba(48, 66, 36, 0.24);
  background: #fff;
  color: var(--forest);
}

.checkout-time-card {
  display: grid;
  gap: 5px;
  padding: 14px 15px;
  border: 1px solid rgba(48, 66, 36, 0.14);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 241, 232, 0.96));
}

.checkout-time-card span {
  color: #73845b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checkout-time-card strong {
  color: var(--forest);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1;
}

.checkout-time-card p {
  margin: 0;
  color: #536055;
  font-size: 0.88rem;
  line-height: 1.45;
}

.checkout-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.checkout-note-grid > div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.checkout-note-grid strong {
  color: #172019;
  font-size: 0.94rem;
  line-height: 1.22;
}

.checkout-note-grid span {
  color: #536055;
  font-size: 0.84rem;
  line-height: 1.42;
}

.guest-major-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.guest-photo-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.guest-photo-guide-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(48, 66, 36, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.guest-photo-guide-links a:hover,
.guest-photo-guide-links a:focus-visible {
  border-color: rgba(48, 66, 36, 0.22);
  background: #fff;
}

.guest-major-links a {
  display: inline-flex !important;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
  box-shadow: none;
}

body[data-page="guest-guide"] .guest-major-links a {
  border: 1px solid rgba(48, 66, 36, 0.14);
}

@media (max-width: 899px) {
  body[data-page="guest-guide"] .guest-guide-hero-v2,
  body.page-template-guest-guide-php .guest-guide-hero-v2,
  body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2,
  body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 {
    padding-top: 92px;
    padding-bottom: 16px;
  }

  .guest-guide-hero-v2 .guest-guide-inner,
  .guest-priority-grid,
  .guest-guide-major-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guest-guide-hero-v2 .guest-guide-inner {
    grid-template-columns: 1fr;
  }

  .guest-guide-hero-v2 .guest-hero-copy,
  .guest-priority-card,
  .guest-major-card {
    border-radius: 18px;
  }

  .guest-guide-hero-v2 .guest-guide-inner,
  .guest-guide-major-grid {
    grid-template-columns: 1fr;
  }

  .guest-flow-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guest-flow-card.is-wide .rule-summary-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .guest-guide-hero-v2 .guest-guide-inner {
    width: min(100% - 24px, 1280px);
    padding: 20px;
  }

  .guest-guide-hero-v2 .guest-hero-copy h1 {
    font-size: 2rem;
  }

  .guest-priority-grid {
    grid-template-columns: 1fr;
  }

  .guest-priority-card.guest-priority-address {
    order: -1;
  }

  .checkout-note-grid {
    grid-template-columns: 1fr;
  }

  .guest-flow-section {
    gap: 16px;
    padding-top: calc(clamp(28px, 6vw, 44px) + 10px);
  }

  .guest-flow-nav {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .guest-flow-nav a {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    padding: 12px;
  }

  .guest-flow-nav span {
    grid-row: span 2;
  }

  .guest-flow-nav small {
    font-size: 0.78rem;
  }

  .guest-flow-card-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .guest-guide-hero-v2 .guest-quick-actions {
    flex-wrap: nowrap;
    margin-right: -12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .guest-guide-hero-v2 .guest-quick-actions a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .guest-priority-address .copy-button {
    width: 100%;
  }

  .guest-major-card {
    padding: 16px;
  }
}

/* Rules page presentation */
.rules-section-head {
  max-width: 760px;
}

.rules-section-head p:not(.eyebrow) {
  max-width: 680px;
  color: #536055;
  line-height: 1.58;
}

.rules-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.rules-highlight-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(247, 241, 232, 0.96)),
    #fff;
  box-shadow: 0 12px 28px rgba(31, 31, 31, 0.045);
}

.rules-highlight-grid span,
.rule-card summary span {
  color: #73845b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.rules-highlight-grid strong {
  color: #172019;
  font-size: 1.04rem;
  line-height: 1.18;
}

.rules-highlight-grid p {
  margin: 0;
  color: #536055;
  font-size: 0.9rem;
  line-height: 1.45;
}

.rules-source-note {
  margin-bottom: 16px;
}

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

.rule-card {
  overflow: hidden;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.035);
}

.rule-card summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 15px 16px;
  cursor: pointer;
  list-style: none;
}

.rule-card summary::-webkit-details-marker {
  display: none;
}

.rule-card summary strong {
  color: #172019;
  font-size: 0.98rem;
}

.rule-card p {
  margin: 0;
  padding: 0 16px 16px 44px;
  color: #536055;
  font-size: 0.92rem;
  line-height: 1.52;
}

.rules-card-grid-site .rule-card {
  background: #fffaf1;
}

@media (max-width: 899px) {
  .rules-highlight-grid,
  .rules-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .rules-highlight-grid,
  .rules-card-grid {
    grid-template-columns: 1fr;
  }

  .rules-highlight-grid article {
    padding: 15px;
  }

  .rule-card p {
    padding-left: 16px;
  }
}

/* Mobile-first header and language dropdown refinement */
.site-header .language-switcher {
  position: relative;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-header .language-switcher::before {
  content: none !important;
}

.site-header .language-switcher summary {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(47, 74, 61, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 850;
  list-style: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(31, 31, 31, 0.055);
}

.site-header .language-switcher summary::-webkit-details-marker {
  display: none;
}

.site-header .language-switcher summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 1px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.site-header .language-globe {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 0 20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 0 0 20'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 0 20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 0 0 20'/%3E%3C/svg%3E") center / contain no-repeat;
}

.site-header .language-menu {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  z-index: 40;
  display: grid;
  min-width: 170px;
  gap: 3px;
  padding: 7px;
  border: 1px solid rgba(47, 74, 61, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(31, 31, 31, 0.14);
}

.site-header .language-switcher:not([open]) .language-menu {
  display: none;
}

.site-header .language-menu a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  border-radius: 10px;
  color: #2f3b32;
  font-size: 0.82rem;
  font-weight: 780;
}

.site-header .language-menu a:hover,
.site-header .language-menu a.is-active {
  background: #f1eadf;
  color: var(--forest);
}

.site-header .mobile-guide-link {
  display: none;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(47, 74, 61, 0.12);
  border-radius: 999px;
  background: #f6efe5;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
}

.site-header .mobile-guide-link .short {
  display: none;
}

@media (max-width: 899px) {
  .site-header .header-inner {
    height: 62px !important;
    padding-right: 10px !important;
    padding-left: 12px !important;
  }

  .site-header .brand-zone {
    flex: 1 1 auto;
    min-width: 0;
  }

  .site-header .brand strong {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header .brand small {
    display: none;
  }

  .site-header .language-switcher summary {
    min-height: 32px;
    padding: 0 9px;
    gap: 6px;
    font-size: 0.74rem;
  }

  .site-header .language-menu {
    min-width: 154px;
  }

  .site-header .mobile-guide-link {
    display: inline-flex;
  }

  .site-header .menu-toggle {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 520px) {
  .site-header .header-inner {
    width: min(100% - 14px, 1280px) !important;
    gap: 6px !important;
  }

  .site-header .brand {
    gap: 6px;
  }

  .site-header .brand-mark {
    width: 20px;
    height: 20px;
  }

  .site-header .brand strong {
    max-width: 78px;
    font-size: 0.82rem;
  }

  .site-header .language-current {
    max-width: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header .language-switcher summary {
    min-height: 30px;
    padding: 0 8px;
    font-size: 0.7rem;
  }

  .site-header .language-menu {
    min-width: 148px;
  }

  .site-header .mobile-guide-link {
    min-height: 30px;
    padding: 0 9px;
    font-size: 0.72rem;
  }

  .site-header .mobile-guide-link .long {
    display: none;
  }

  .site-header .mobile-guide-link .short {
    display: inline;
  }
}

@media (max-width: 379px) {
  .site-header .language-current {
    display: none;
  }

  .site-header .language-switcher summary {
    width: 32px;
    justify-content: center;
    padding: 0;
  }

  .site-header .language-switcher summary::after {
    display: none;
  }
}

/* Compact mobile home layout */
@media (max-width: 899px) {
  body[data-page="home"] main,
  body.home main {
    display: flex;
    flex-direction: column;
  }

  body[data-page="home"] .premium-home-hero,
  body.home .premium-home-hero {
    order: 1;
  }

  body[data-page="home"] .home-guest-guide,
  body.home .home-guest-guide {
    order: 2;
  }

  body[data-page="home"] .premium-stay-section,
  body.home .premium-stay-section {
    order: 3;
  }

  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    order: 4;
  }

  body[data-page="home"] .site-advantages,
  body.home .site-advantages {
    order: 5;
  }

  body[data-page="home"] .location-showcase,
  body.home .location-showcase {
    order: 6;
  }

  body[data-page="home"] .home-faq-preview,
  body.home .home-faq-preview {
    order: 7;
  }

  body[data-page="home"] .hero.section-pad,
  body.home .hero.section-pad {
    height: 540px !important;
    min-height: 540px !important;
  }

  body[data-page="home"] .hero-copy,
  body.home .hero-copy {
    padding-bottom: 24px !important;
  }

  body[data-page="home"] .hero-copy .lead,
  body.home .hero-copy .lead {
    max-width: 28rem;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  body[data-page="home"] .premium-hero-badges,
  body.home .premium-hero-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 360px;
  }

  body[data-page="home"] .premium-hero-badges span,
  body.home .premium-hero-badges span {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 0.72rem;
  }

  body[data-page="home"] .home-guest-guide,
  body.home .home-guest-guide {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
    padding: 18px !important;
    border-radius: 18px;
  }

  body[data-page="home"] .home-guest-guide h2,
  body.home .home-guest-guide h2 {
    font-size: 1.45rem !important;
    line-height: 1.08 !important;
  }

  body[data-page="home"] .home-guest-guide p:not(.eyebrow),
  body.home .home-guest-guide p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.86rem !important;
  }

  body[data-page="home"] .home-guide-grid,
  body.home .home-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body[data-page="home"] .home-guide-card,
  body.home .home-guide-card {
    min-height: 74px;
    padding: 11px;
    border-radius: 12px;
  }

  body[data-page="home"] .home-guide-card strong,
  body.home .home-guide-card strong {
    font-size: 0.78rem;
    line-height: 1.15;
  }

  body[data-page="home"] .home-guide-card span,
  body.home .home-guide-card span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.68rem;
    line-height: 1.28;
  }

  body[data-page="home"] .listing-category-grid,
  body.home .listing-category-grid {
    gap: 14px !important;
  }

  body[data-page="home"] .premium-listing-card,
  body.home .premium-listing-card {
    border-radius: 16px;
  }

  body[data-page="home"] .premium-listing-copy,
  body.home .premium-listing-copy {
    padding: 16px !important;
  }
}

/* Premium accommodation options */
body[data-page="home"] .premium-stay-section,
body.home .premium-stay-section {
  width: min(100% - 24px, 1280px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(48, 66, 36, 0.08);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.72), transparent 34%),
    #f3ece2;
}

body[data-page="home"] .premium-stay-section .premium-section-head,
body.home .premium-stay-section .premium-section-head {
  max-width: 790px;
  margin-bottom: 18px;
}

body[data-page="home"] .premium-stay-section .premium-section-head p:not(.eyebrow),
body.home .premium-stay-section .premium-section-head p:not(.eyebrow) {
  max-width: 760px;
  margin: 7px auto 0;
  color: #53604f;
  font-size: 0.94rem;
  line-height: 1.5;
}

body[data-page="home"] .listing-category-grid,
body.home .listing-category-grid {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(16px, 2.4vw, 26px);
  max-width: none;
  width: 100%;
}

body[data-page="home"] .listing-category-card,
body.home .listing-category-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.98);
  box-shadow: 0 20px 54px rgba(42, 38, 30, 0.08);
}

body[data-page="home"] .listing-category-card-featured,
body.home .listing-category-card-featured {
  border-color: rgba(48, 66, 36, 0.18);
  box-shadow: 0 24px 64px rgba(42, 38, 30, 0.12);
}

body[data-page="home"] .listing-category-card-alt,
body.home .listing-category-card-alt {
  background: rgba(255, 252, 247, 0.82);
  transform: translateY(6px);
  box-shadow: 0 16px 42px rgba(42, 38, 30, 0.06);
}

body[data-page="home"] .listing-category-card .premium-listing-media,
body.home .listing-category-card .premium-listing-media {
  display: block;
  min-height: 0 !important;
  padding: 12px 12px 0;
}

body[data-page="home"] .listing-category-card .premium-listing-main,
body.home .listing-category-card .premium-listing-main {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10 !important;
  border-radius: 17px;
  object-fit: cover;
}

@supports not (aspect-ratio: 16 / 10) {
  body[data-page="home"] .listing-category-card .premium-listing-main,
  body.home .listing-category-card .premium-listing-main {
    height: 290px;
  }
}

body[data-page="home"] .listing-category-card .premium-listing-copy,
body.home .listing-category-card .premium-listing-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
  padding: 18px 22px 22px !important;
}

body[data-page="home"] .listing-kicker-row,
body.home .listing-kicker-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

body[data-page="home"] .listing-featured-badge,
body.home .listing-featured-badge {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #304224;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home"] .premium-listing-copy h3,
body.home .premium-listing-copy h3 {
  font-size: clamp(1.22rem, 1.7vw, 1.58rem);
  line-height: 1.16;
}

body[data-page="home"] .premium-listing-copy p,
body.home .premium-listing-copy p {
  color: #53604f;
  font-size: 0.9rem;
  line-height: 1.45;
}

body[data-page="home"] .listing-chip-row,
body.home .listing-chip-row {
  gap: 6px;
}

body[data-page="home"] .listing-chip-row span,
body.home .listing-chip-row span {
  padding: 6px 9px;
  border-color: rgba(48, 66, 36, 0.1);
  background: rgba(48, 66, 36, 0.055);
  color: #304224;
  font-size: 0.78rem;
}

body[data-page="home"] .listing-category-card-alt .listing-chip-row span,
body.home .listing-category-card-alt .listing-chip-row span {
  background: rgba(48, 66, 36, 0.035);
  color: #4f5c4b;
}

body[data-page="home"] .listing-category-card-alt .button-primary,
body.home .listing-category-card-alt .button-primary {
  background: #fff;
  color: #304224;
  border: 1px solid rgba(48, 66, 36, 0.22);
  box-shadow: none;
}

body[data-page="home"] .listing-category-card-featured .button-primary,
body.home .listing-category-card-featured .button-primary {
  margin-top: auto;
  min-height: 42px;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: 0 14px 28px rgba(48, 66, 36, 0.18);
}

body[data-page="home"] .listing-category-card-alt .listing-chip-row span:nth-child(2),
body.home .listing-category-card-alt .listing-chip-row span:nth-child(2) {
  border-color: rgba(48, 66, 36, 0.22);
  background: rgba(48, 66, 36, 0.11);
  color: #304224;
  font-weight: 850;
}

body[data-page="home"] .owner-listing-section,
body.home .owner-listing-section {
  width: min(100% - 24px, 1280px);
  padding-top: 14px;
}

body[data-page="home"] .owner-listing-section .owner-listing-note,
body.home .owner-listing-section .owner-listing-note {
  width: 100%;
  max-width: none;
  margin-top: 10px;
}

@media (max-width: 899px) {
  body[data-page="home"] .premium-stay-section,
  body.home .premium-stay-section {
    width: min(100% - 24px, 1280px);
    padding: 20px 14px 16px;
  }

  body[data-page="home"] .listing-category-grid,
  body.home .listing-category-grid {
    grid-template-columns: 1fr;
    gap: 18px !important;
  }

  body[data-page="home"] .listing-category-card .premium-listing-copy,
  body.home .listing-category-card .premium-listing-copy {
    padding: 16px !important;
  }

  body[data-page="home"] .listing-category-card .premium-listing-main,
  body.home .listing-category-card .premium-listing-main {
    aspect-ratio: 16 / 10 !important;
  }

  body[data-page="home"] .listing-category-card-alt,
  body.home .listing-category-card-alt {
    transform: none;
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .hero.section-pad,
  body.home .hero.section-pad {
    height: 500px !important;
    min-height: 500px !important;
  }

  body[data-page="home"] .hero-copy h1,
  body.home .hero-copy h1 {
    max-width: 18rem;
    font-size: 1.45rem !important;
    line-height: 1.14 !important;
  }

  body[data-page="home"] .hero-actions,
  body.home .hero-actions {
    gap: 8px;
  }

  body[data-page="home"] .hero-actions .button,
  body.home .hero-actions .button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons,
  body[data-page="home"] .premium-stay-section,
  body.home .premium-stay-section,
  body[data-page="home"] .site-advantages,
  body.home .site-advantages,
  body[data-page="home"] .location-showcase,
  body.home .location-showcase,
  body[data-page="home"] .home-faq-preview,
  body.home .home-faq-preview {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
}

@media (min-width: 1100px) {
  .home-faq-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 379px) {
  body[data-page="home"] .home-guide-grid,
  body.home .home-guide-grid,
  .home-faq-grid {
    grid-template-columns: 1fr;
  }
}

/* Compact guest-guide mobile page */
@media (max-width: 520px) {
  body[data-page="guest-guide"] .guest-guide-hero-v2,
  body.page-template-guest-guide-php .guest-guide-hero-v2,
  body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2,
  body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 {
    padding-top: 78px !important;
  }

  .guest-guide-hero-v2 .guest-hero-copy h1 {
    font-size: 1.72rem !important;
    line-height: 1.06;
  }

  .guest-guide-hero-v2 .guest-hero-copy p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.88rem;
  }

  .guest-guide-hero-v2 .guest-quick-actions {
    gap: 8px;
    padding-bottom: 4px;
  }

  .guest-guide-hero-v2 .guest-quick-actions a {
    min-height: 38px;
    padding: 6px 8px;
    font-size: 0.76rem;
  }

  .guest-priority-mini {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .guest-priority-mini article {
    padding: 11px;
  }

  .guest-priority-mini strong {
    font-size: 0.88rem;
  }

  .guest-priority-mini small {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.68rem;
  }
}

/* Guest guide hero conflict cleanup */
body[data-page="guest-guide"] .guest-guide-hero-v2,
body.page-template-guest-guide-php .guest-guide-hero-v2,
body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2,
body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 {
  padding-bottom: 14px !important;
  background: #f7f1e8 !important;
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-guide-inner,
body.page-template-guest-guide-php .guest-guide-hero-v2 .guest-guide-inner,
body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2 .guest-guide-inner,
body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 .guest-guide-inner {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px) !important;
  grid-template-areas:
    "copy address"
    "actions address";
  gap: 18px;
  align-items: start;
  padding: clamp(22px, 3.2vw, 36px);
  border: 1px solid rgba(48, 66, 36, 0.08);
  border-radius: 28px;
  background: linear-gradient(135deg, #fffaf1, #f3eadc) !important;
  box-shadow: 0 18px 46px rgba(31, 31, 31, 0.05);
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-hero-copy,
body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-hero-address,
body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-quick-actions,
body.page-template-guest-guide-php .guest-guide-hero-v2 .guest-hero-copy,
body.page-template-guest-guide-php .guest-guide-hero-v2 .guest-hero-address,
body.page-template-guest-guide-php .guest-guide-hero-v2 .guest-quick-actions,
body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2 .guest-hero-copy,
body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2 .guest-hero-address,
body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2 .guest-quick-actions,
body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 .guest-hero-copy,
body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 .guest-hero-address,
body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 .guest-quick-actions {
  box-shadow: none !important;
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-hero-copy,
body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-quick-actions,
body.page-template-guest-guide-php .guest-guide-hero-v2 .guest-hero-copy,
body.page-template-guest-guide-php .guest-guide-hero-v2 .guest-quick-actions,
body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2 .guest-hero-copy,
body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2 .guest-quick-actions,
body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 .guest-hero-copy,
body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 .guest-quick-actions {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-hero-address,
body.page-template-guest-guide-php .guest-guide-hero-v2 .guest-hero-address,
body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2 .guest-hero-address,
body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 .guest-hero-address {
  grid-area: address;
  align-self: stretch;
  justify-self: end;
  width: 100%;
  max-width: 400px;
  padding: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, #173c2f, #2f4a3d) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(31, 31, 31, 0.08) !important;
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-hero-address span {
  color: rgba(255, 255, 255, 0.82) !important;
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-hero-address strong {
  color: #fff !important;
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-hero-address p {
  color: rgba(255, 255, 255, 0.76) !important;
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-hero-address .copy-button {
  background: #f8fbf4 !important;
  color: var(--forest) !important;
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-hero-address .location-button {
  background: #dfe9d5 !important;
  color: #173f35 !important;
  box-shadow: inset 0 0 0 1px rgba(23, 63, 53, 0.1), 0 8px 18px rgba(7, 63, 44, 0.1);
}

body[data-page="guest-guide"] .guest-address-courier-actions .copy-button {
  background: linear-gradient(135deg, #0f3c2b 0%, #092f23 100%) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 12px 24px rgba(7, 63, 44, 0.28);
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-quick-actions {
  grid-area: actions;
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-quick-actions a {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

body[data-page="guest-guide"] .guest-priority-panel,
body.page-template-guest-guide-php .guest-priority-panel,
body.page-template-page-templatesguest-guide-php .guest-priority-panel,
body.page-template-page-templates-guest-guide-php .guest-priority-panel {
  padding-top: 20px !important;
}

/* Guest guide flow polish */
body[data-page="guest-guide"] .guest-flow-nav {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

body[data-page="guest-guide"] .guest-flow-nav a {
  display: grid !important;
  width: auto !important;
  min-width: 0;
  min-height: 96px;
  gap: 6px;
  align-content: start;
  padding: 13px 14px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #172019;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(31, 31, 31, 0.035);
}

body[data-page="guest-guide"] .guest-flow-nav a > span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.1);
  color: var(--forest);
  font-size: 0.74rem;
  font-weight: 900;
}

body[data-page="guest-guide"] .guest-flow-nav a > strong,
body[data-page="guest-guide"] .guest-flow-nav a > small {
  display: block;
  min-width: 0;
  line-height: 1.25;
}

body[data-page="guest-guide"] .guest-flow-nav a > strong {
  color: #172019;
  font-size: 0.95rem;
}

body[data-page="guest-guide"] .guest-flow-nav a > small {
  color: #596457;
  font-size: 0.78rem;
}

body[data-page="guest-guide"] .guest-flow-card {
  align-content: start;
}

body[data-page="guest-guide"] .guest-flow-card-head {
  margin-bottom: -4px;
}

body[data-page="guest-guide"] .guest-flow-card .rule-summary-list {
  margin-top: 0;
}

body[data-page="guest-guide"] .guest-major-links {
  gap: 7px;
  align-items: center;
}

body[data-page="guest-guide"] .guest-major-links a {
  display: inline-flex !important;
  flex: 0 0 auto;
  width: auto !important;
  min-width: 0 !important;
  min-height: 34px !important;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 15px !important;
  border-radius: 999px !important;
  background: var(--forest);
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1 !important;
  white-space: nowrap;
}

@media (max-width: 899px) {
  body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-guide-inner,
  body.page-template-guest-guide-php .guest-guide-hero-v2 .guest-guide-inner,
  body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2 .guest-guide-inner,
  body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 .guest-guide-inner {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "copy"
      "address"
      "actions";
  }

  body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-hero-address,
  body.page-template-guest-guide-php .guest-guide-hero-v2 .guest-hero-address,
  body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2 .guest-hero-address,
  body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 .guest-hero-address {
    justify-self: stretch;
    max-width: none;
    padding: 16px !important;
  }

  .guest-address-courier-actions {
    grid-template-columns: 1fr;
  }

  body[data-page="guest-guide"] .guest-flow-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guest-photo-guide-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-guide-inner,
  body.page-template-guest-guide-php .guest-guide-hero-v2 .guest-guide-inner,
  body.page-template-page-templatesguest-guide-php .guest-guide-hero-v2 .guest-guide-inner,
  body.page-template-page-templates-guest-guide-php .guest-guide-hero-v2 .guest-guide-inner {
    padding: 20px !important;
  }

  body[data-page="guest-guide"] .guest-guide-hero-v2 .guest-quick-actions {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px !important;
  }

  body[data-page="guest-guide"] .guest-flow-nav {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body[data-page="guest-guide"] .guest-flow-nav a {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    padding: 12px;
  }

  body[data-page="guest-guide"] .guest-flow-nav a > span {
    grid-row: span 2;
  }

body[data-page="guest-guide"] .guest-flow-card.is-wide .rule-summary-list,
  body[data-page="guest-guide"] .checkout-note-grid {
    grid-template-columns: 1fr;
  }
}

/* Header alignment cleanup: keep the header on the same container grid as page sections. */
.site-header .header-inner,
body[data-page]:not([data-page="home"]) .site-header .header-inner,
body:not(.home):not([data-page]) .site-header .header-inner {
  width: min(100% - 24px, 1280px) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.site-header .brand-zone,
.site-header .header-actions {
  min-height: var(--header-h);
  align-items: center;
}

@media (max-width: 520px) {
  .site-header .header-inner,
  body[data-page]:not([data-page="home"]) .site-header .header-inner,
  body:not(.home):not([data-page]) .site-header .header-inner {
    width: min(100% - 24px, 1280px) !important;
  }
}

@media (max-width: 900px) {
  body[data-page="home"] .home-guest-guide.is-compact,
  body.home .home-guest-guide.is-compact {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home-guide-grid.is-compact,
  body.home .home-guide-grid.is-compact {
    grid-template-columns: 1fr;
  }

  .guide-page-body.is-shower-guide .guide-step-list {
    grid-template-columns: 1fr;
  }

  .guide-page-body.is-shower-guide .guide-photo-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .guide-detail-hero.is-shower-guide {
    padding-top: 24px;
    padding-bottom: 14px;
  }

  .guide-detail-hero.is-shower-guide .guide-breadcrumb {
    margin-bottom: 10px;
  }

  .guide-detail-hero.is-shower-guide .guide-hero-copy {
    padding: 4px 0 8px;
  }

  .guide-detail-hero.is-shower-guide .guide-hero-copy h1 {
    font-size: 1.66rem;
  }

  .guide-detail-hero.is-shower-guide .guide-lead {
    margin-bottom: 12px;
    font-size: 0.98rem;
  }

  .guide-page-body.is-shower-guide {
    padding-top: 16px;
  }

  .guide-page-body.is-shower-guide .guide-step-list {
    grid-template-columns: 1fr;
  }

  .guide-page-body.is-shower-guide .guide-step {
    padding: 13px;
  }
}

/* Guest Guide Hub */
body[data-page="guest-guide"] {
  background: #fbf8f1;
}

body[data-page="guest-guide"] .guest-hub-hero {
  padding-top: 104px !important;
  padding-bottom: 18px !important;
  background: #fbf8f1 !important;
}

body[data-page="guest-guide"] .guest-hub-hero .guest-guide-inner {
  width: min(100% - 24px, 1280px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) !important;
  grid-template-areas:
    "copy address"
    "actions address" !important;
  gap: 18px !important;
  padding: clamp(20px, 3vw, 34px) !important;
  border: 1px solid rgba(48, 66, 36, 0.09) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 88% 0, rgba(255, 255, 255, 0.72), transparent 30%),
    linear-gradient(135deg, #fffaf1, #f2eadc) !important;
  box-shadow: 0 18px 44px rgba(31, 31, 31, 0.055) !important;
}

body[data-page="guest-guide"] .guest-hub-hero .guest-hero-copy h1 {
  max-width: 760px !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(2rem, 3.35vw, 3rem) !important;
  letter-spacing: -0.045em !important;
}

body[data-page="guest-guide"] .guest-hub-hero .guest-hero-copy p:not(.eyebrow) {
  max-width: 680px !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

body[data-page="guest-guide"] .guest-hub-hero .guest-quick-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body[data-page="guest-guide"] .guest-hub-hero .guest-quick-actions a {
  min-height: 36px !important;
  padding: 8px 12px !important;
  font-size: 0.82rem !important;
  box-shadow: none !important;
}

body[data-page="guest-guide"] .guest-hub-hero .guest-hero-address {
  align-self: stretch;
}

.guest-hub-quick {
  padding-top: 24px !important;
}

body[data-page="guest-guide"] .guest-hub-quick .guest-priority-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

body[data-page="guest-guide"] .guest-hub-quick .guest-priority-card {
  padding: 14px;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(31, 31, 31, 0.035);
}

body[data-page="guest-guide"] .guest-hub-quick .guest-priority-card strong {
  font-size: 1.12rem;
}

.guest-hub-search {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.guest-hub-search-box {
  display: grid;
  gap: 12px;
  width: 100%;
  margin-inline: auto;
  padding: 14px;
  border: 1px solid rgba(48, 66, 36, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(31, 31, 31, 0.04);
}

.guest-hub-search-box input {
  width: 100%;
  min-height: 48px;
  padding: 12px 15px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 16px;
  background: #fff;
  color: #172019;
  font: inherit;
  font-weight: 700;
}

.guest-hub-search-box input:focus {
  border-color: rgba(48, 66, 36, 0.34);
  outline: 3px solid rgba(115, 132, 91, 0.18);
}

.guest-hub-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guest-hub-filters button {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.guest-hub-filters button.is-active {
  background: var(--forest);
  color: #fff;
}

.guest-hub-section {
  display: grid;
  gap: 16px;
  padding-top: clamp(28px, 4.5vw, 54px) !important;
  padding-bottom: 0 !important;
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.guest-hub-section[hidden] {
  display: none !important;
}

.guest-hub-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 18px;
  align-items: end;
  width: 100%;
  margin-inline: auto;
}

.guest-hub-section-head h2 {
  margin: 0;
  color: #172019;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.05;
}

.guest-hub-section-head > p {
  margin: 0;
  color: #586257;
  font-size: 0.98rem;
  line-height: 1.55;
}

.guest-hub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-inline: auto;
}

.guest-hub-section.is-daily .guest-hub-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guest-hub-card-grid.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guest-hub-card {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(48, 66, 36, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  color: #172019;
  box-shadow: 0 10px 26px rgba(31, 31, 31, 0.04);
}

.guest-hub-card[hidden] {
  display: none !important;
}

.guest-hub-card > span {
  color: #73845b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guest-hub-card h3 {
  margin: 0;
  color: #172019;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.18;
}

.guest-hub-card p,
.guest-hub-card li {
  margin: 0;
  color: #566156;
  font-size: 0.9rem;
  line-height: 1.48;
}

.guest-hub-card ul {
  display: grid;
  gap: 7px;
  padding-left: 18px;
  margin: 0;
}

.guest-hub-list-card {
  min-height: 0;
}

.guest-hub-button {
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  align-self: end;
  margin-top: 4px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.guest-hub-button:hover,
.guest-hub-button:focus-visible {
  background: #173c2f;
  color: #fff;
}

.guest-hub-button.is-soft {
  border: 1px solid rgba(48, 66, 36, 0.14);
  background: rgba(48, 66, 36, 0.08);
  color: var(--forest);
}

.guest-hub-button.is-soft:hover,
.guest-hub-button.is-soft:focus-visible {
  background: rgba(48, 66, 36, 0.14);
  color: var(--forest);
}

.guest-hub-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 2px;
}

.guest-hub-index {
  gap: 18px;
}

.guest-hub-index-groups {
  display: grid;
  gap: 20px;
}

.guest-hub-index-group {
  display: grid;
  gap: 10px;
}

.guest-hub-index-group[hidden] {
  display: none !important;
}

.guest-hub-index-group h3 {
  margin: 0;
  color: #172019;
  font-size: 1.05rem;
  line-height: 1.2;
}

.guest-hub-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-inline: auto;
}

.guest-hub-chip-row span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(48, 66, 36, 0.08);
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 850;
}

.guest-hub-checkout-main {
  display: grid;
  gap: 6px;
  width: 100%;
  margin-inline: auto;
  padding: 18px;
  border: 1px solid rgba(48, 66, 36, 0.12);
  border-radius: 20px;
  background: linear-gradient(135deg, #173c2f, #2f4a3d);
  color: #fff;
}

.guest-hub-checkout-main span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guest-hub-checkout-main strong {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.guest-hub-checkout-main p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.guest-mobile-actionbar {
  display: none;
}

@media (max-width: 1100px) {
  body[data-page="guest-guide"] .guest-hub-quick .guest-priority-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guest-hub-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guest-hub-section.is-daily .guest-hub-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body[data-page="guest-guide"] .guest-hub-hero {
    padding-top: 18px !important;
  }

  body[data-page="guest-guide"] .guest-hub-hero .guest-guide-inner {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "copy"
      "address"
      "actions" !important;
    gap: 12px !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  body[data-page="guest-guide"] .guest-hub-hero .guest-hero-copy h1 {
    font-size: 2rem !important;
  }

  body[data-page="guest-guide"] .guest-hub-hero .guest-hero-address {
    max-width: none !important;
  }

  body[data-page="guest-guide"] .guest-hub-hero .guest-quick-actions {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 3px !important;
  }

  body[data-page="guest-guide"] .guest-hub-hero .guest-quick-actions a {
    white-space: nowrap;
  }

  body[data-page="guest-guide"] .guest-hub-quick .guest-priority-grid,
  .guest-hub-card-grid,
  .guest-hub-card-grid.is-two,
  .guest-hub-section.is-daily .guest-hub-card-grid,
  .guest-hub-section-head {
    grid-template-columns: 1fr;
  }

  .guest-hub-section {
    padding-top: 30px !important;
  }

  .guest-hub-search-box {
    padding: 12px;
  }

  .guest-hub-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .guest-hub-filters button {
    white-space: nowrap;
  }

  .guest-hub-card {
    min-height: 0;
    padding: 16px;
  }

  body[data-page="guest-guide"] .guest-mobile-actionbar {
    position: sticky;
    z-index: 20;
    bottom: 8px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: min(100% - 16px, 1280px);
    margin: 24px auto 8px;
    padding: 7px;
    border: 1px solid rgba(48, 66, 36, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(31, 31, 31, 0.12);
    backdrop-filter: blur(14px);
  }

  .guest-mobile-actionbar a,
  .guest-mobile-actionbar button {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 8px 9px;
    border: 0;
    border-radius: 999px;
    background: var(--forest);
    color: #fff;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 850;
    text-decoration: none;
  }
}

/* Option A villa + leaf logo identity. */
.site-header .brand-zone {
  gap: clamp(12px, 1.5vw, 20px);
}

.site-header .brand.brand-logo,
.site-footer .brand.brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  min-width: 0;
  color: #2E3B2B;
  text-decoration: none;
}

.brand-logo-full {
  display: block;
  width: auto;
  height: 56px;
  max-width: min(270px, 42vw);
}

.site-footer .brand-logo-full {
  height: 58px;
  max-width: 280px;
}

.brand-logo-mobile {
  display: none;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.brand-logo-mobile img {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 10px;
}

.brand-logo-mobile strong {
  color: #2E3B2B;
  font-size: 1.02rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
}

.brand.brand-logo .brand-mark,
.brand.brand-logo small {
  display: none !important;
}

@media (max-width: 640px) {
  .site-header .brand-logo-full {
    display: none;
  }

  .site-header .brand-logo-mobile {
    display: inline-flex;
  }

  .site-header .brand-logo-mobile img {
    width: 38px;
    height: 38px;
  }

  .site-header .brand-logo-mobile strong {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 380px) {
  .site-header .brand-logo-mobile img {
    width: 36px;
    height: 36px;
  }

  .site-header .brand-logo-mobile strong {
    font-size: 1rem;
    max-width: 116px;
  }
}

/* Header, logo and home hero premium refinement. */
.site-header .brand.brand-logo {
  gap: 10px !important;
}

.brand-logo-icon {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 12px;
}

.brand-logo-image {
  display: block;
  width: auto;
  height: 48px;
  max-width: min(230px, 42vw);
  object-fit: contain;
}

.site-footer .brand-logo-image {
  height: 54px;
  max-width: 260px;
}

.brand-logo-text {
  display: grid;
  gap: 4px;
  min-width: 0;
  line-height: 1;
}

.brand.brand-logo .brand-logo-text strong {
  display: block;
  color: #2E3B2B;
  font-size: 1.12rem !important;
  font-weight: 850;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.brand.brand-logo .brand-logo-text small {
  display: block !important;
  margin: 0;
  color: #556B4E;
  font-size: 0.64rem !important;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="home"] .header-inner,
body.home .header-inner {
  height: 76px;
  padding-right: 18px;
  padding-left: 20px;
}

body[data-page="home"] .brand-zone,
body.home .brand-zone {
  gap: clamp(16px, 2vw, 26px);
}

body[data-page="home"] .desktop-nav,
body.home .desktop-nav {
  align-items: center;
}

body[data-page="home"] .premium-home-hero .hero-img,
body.home .premium-home-hero .hero-img {
  filter: saturate(1.12) contrast(1.03) brightness(1.03) sepia(0.03);
}

body[data-page="home"] .premium-home-hero .hero-overlay,
body.home .premium-home-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(11, 18, 13, 0.74) 0%, rgba(23, 34, 20, 0.55) 30%, rgba(23, 34, 20, 0.18) 58%, rgba(23, 34, 20, 0.04) 100%),
    linear-gradient(180deg, rgba(20, 24, 16, 0.02) 0%, rgba(20, 24, 16, 0.14) 100%);
}

body[data-page="home"] .hero-copy,
body.home .hero-copy {
  gap: 16px;
}

body[data-page="home"] .hero-copy .lead,
body.home .hero-copy .lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

body[data-page="home"] .premium-hero-badges span::before,
body.home .premium-hero-badges span::before {
  width: 24px;
  height: 24px;
  opacity: 1;
  background-size: 24px 24px;
}

body[data-page="home"] .premium-hero-badges span,
body.home .premium-hero-badges span {
  gap: 9px;
}

body[data-page="home"] .reason-card,
body.home .reason-card {
  box-shadow: 0 12px 28px rgba(31, 31, 31, 0.045);
}

body[data-page="home"] .reason-dot,
body.home .reason-dot {
  width: 36px;
  height: 36px;
  background-size: 34px 34px;
}

@media (max-width: 760px) {
  .brand-logo-image {
    height: 38px;
    max-width: 152px;
  }

  .brand-logo-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .brand.brand-logo .brand-logo-text strong {
    font-size: 1.02rem !important;
  }

  .brand.brand-logo .brand-logo-text small {
    display: none !important;
  }

  body[data-page="home"] .header-inner,
  body.home .header-inner {
    height: 66px;
    padding-inline: 12px;
  }

  body[data-page="home"] .brand-zone,
  body.home .brand-zone {
    gap: 10px;
  }

  body[data-page="home"] .premium-home-hero .hero-overlay,
  body.home .premium-home-hero .hero-overlay {
    background:
      linear-gradient(180deg, rgba(10, 15, 11, 0.1) 0%, rgba(10, 15, 11, 0.26) 34%, rgba(10, 15, 11, 0.72) 100%),
      linear-gradient(90deg, rgba(10, 15, 11, 0.42), rgba(10, 15, 11, 0.08));
  }
}

/* Final logo sizing: use transparent olive logo, large enough to read. */
.site-header .brand.brand-logo,
.site-footer .brand.brand-logo {
  overflow: visible;
}

.brand-logo-image {
  height: 64px !important;
  max-width: min(320px, 46vw) !important;
  background: transparent !important;
}

.site-footer .brand-logo-image {
  height: 68px !important;
  max-width: 340px !important;
}

body[data-page="home"] .header-inner,
body.home .header-inner {
  height: 82px !important;
}

@media (max-width: 760px) {
  .brand-logo-image {
    height: 52px !important;
    max-width: 214px !important;
  }

  body[data-page="home"] .header-inner,
  body.home .header-inner {
    height: 70px !important;
  }
}

@media (max-width: 420px) {
  .brand-logo-image {
    height: 46px !important;
    max-width: 164px !important;
  }

  body[data-page="home"] .brand-zone,
  body.home .brand-zone {
    min-width: 0;
    gap: 6px;
  }

  body[data-page="home"] .header-actions,
  body.home .header-actions {
    gap: 4px;
  }

  body[data-page="home"] .language-switcher summary,
  body.home .language-switcher summary {
    min-width: 0;
    gap: 5px;
    padding-inline: 8px;
  }

  body[data-page="home"] .language-current,
  body.home .language-current {
    max-width: 48px;
    overflow: hidden;
    font-size: 0.82rem;
    text-overflow: ellipsis;
  }

  body[data-page="home"] .mobile-guide-link,
  body.home .mobile-guide-link {
    min-height: 32px;
    padding-inline: 8px;
    font-size: 0.72rem;
  }
}

/* Header layout restore after footer rollback */
.site-header > .header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  height: var(--header-h) !important;
}

.site-header .brand-zone,
.site-header .header-actions {
  width: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.site-header .brand-zone {
  flex: 0 1 auto !important;
}

.site-header .header-actions {
  flex: 1 1 auto !important;
  justify-content: flex-end !important;
}

/* Restore homepage accommodation CTA buttons */
body[data-page="home"] .listing-category-card .premium-listing-copy .button,
body.home .listing-category-card .premium-listing-copy .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 168px !important;
  min-height: 44px !important;
  margin-top: auto !important;
  padding: 12px 20px !important;
  border-radius: 12px !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body[data-page="home"] .listing-category-card-featured .premium-listing-copy .button-primary,
body.home .listing-category-card-featured .premium-listing-copy .button-primary {
  border: 1px solid rgba(48, 66, 36, 0.18) !important;
  background: #304224 !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(48, 66, 36, 0.18) !important;
}

body[data-page="home"] .listing-category-card-alt .premium-listing-copy .button-primary,
body.home .listing-category-card-alt .premium-listing-copy .button-primary {
  border: 1px solid rgba(48, 66, 36, 0.24) !important;
  background: #fff !important;
  color: #304224 !important;
  box-shadow: none !important;
}

/* Mockup-aligned premium footer */
.site-footer {
  display: grid !important;
  position: relative !important;
  overflow: hidden !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 64px 0 0 !important;
  padding: 56px max(28px, calc((100vw - 1280px) / 2)) 70px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #fbf6ee 0%, #f4eadb 100%) !important;
  box-shadow: inset 0 1px 0 rgba(46, 59, 43, 0.08) !important;
  clip-path: none !important;
}

.site-footer::after {
  content: none !important;
}

.site-footer .footer-top-grid {
  display: grid;
  grid-template-columns: 1.24fr 1fr 1fr 1.02fr;
  gap: 18px;
  align-items: stretch;
  width: min(100%, 1280px);
  margin-inline: auto;
}

.site-footer .footer-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 28px 28px;
  border: 1px solid rgba(46, 59, 43, 0.15);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.site-footer .footer-brand-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.site-footer .brand-logo {
  justify-content: center;
}

.site-footer .brand-logo-image {
  width: auto !important;
  height: 78px !important;
  max-width: 240px !important;
  margin-inline: auto;
  object-fit: contain;
}

.site-footer .footer-divider {
  display: block;
  width: 100%;
  height: 18px;
  background: linear-gradient(90deg, transparent, rgba(214, 199, 174, 0.95), transparent);
  mask: linear-gradient(#000 0 0) center / 100% 1px no-repeat;
}

.site-footer .footer-brand-panel p {
  margin: 0;
  color: rgba(46, 59, 43, 0.76);
  font-size: 0.94rem;
  line-height: 1.55;
}

.site-footer .footer-contact-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
}

.site-footer .footer-contact-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  color: rgba(46, 59, 43, 0.78);
  font-size: 0.88rem;
  line-height: 1.38;
}

.site-footer .footer-contact-list li > span {
  color: #556b4e;
  font-weight: 900;
}

.site-footer .footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.site-footer .footer-socials a {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  background: #2e3b2b;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.site-footer .footer-menu-panel {
  display: grid;
  align-content: start;
  gap: 12px;
}

.site-footer .footer-menu-panel > strong,
.site-footer .footer-support-panel > strong {
  color: #2e3b2b;
  font-size: 0.95rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

.site-footer .footer-menu-panel a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(46, 59, 43, 0.82);
  font-size: 0.94rem;
  font-weight: 760;
  text-decoration: none;
}

.site-footer .footer-menu-panel a::before {
  content: "›";
  color: #77845c;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1;
}

.site-footer .footer-support-panel {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
}

.site-footer .footer-support-icon {
  display: inline-grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 999px;
  background: rgba(46, 59, 43, 0.08);
  color: #fff;
  box-shadow: 0 8px 18px rgba(31, 31, 31, 0.08);
}

.site-footer .footer-support-icon svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 999px;
  background: #25d366;
  fill: #fff;
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.22);
}

.site-footer .footer-support-panel p {
  max-width: 230px;
  margin: 0;
  color: rgba(46, 59, 43, 0.72);
  font-size: 0.94rem;
  line-height: 1.55;
}

.site-footer .footer-whatsapp-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 10px;
  background: #2e3b2b;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(46, 59, 43, 0.18);
}

.site-footer .footer-whatsapp-button span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.site-footer .footer-whatsapp-button span svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}

.site-footer .footer-credit {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 3.24fr) minmax(190px, 1.02fr) !important;
  gap: 18px !important;
  align-items: center !important;
  width: min(100%, 1280px) !important;
  max-width: 1280px !important;
  justify-self: stretch !important;
  margin-inline: auto !important;
  margin-top: 0 !important;
  padding: 18px 30px !important;
  border: 1px solid rgba(46, 59, 43, 0.15) !important;
  border-radius: 18px !important;
  background: rgba(255, 252, 246, 0.78) !important;
  color: #2e3b2b !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

.site-footer .footer-credit-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  order: 2;
}

.site-footer .footer-credit-logo img {
  width: 190px !important;
  height: auto !important;
  max-height: 44px !important;
  object-fit: contain !important;
  object-position: left center;
}

.site-footer .footer-credit-copy {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 6px !important;
  align-items: center;
  min-width: 0 !important;
  padding: 10px 24px 10px 0;
  border-left: 0;
  border-right: 0;
  text-align: left !important;
  order: 1;
}

.site-footer .footer-credit-copy strong {
  color: #2e3b2b !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

.site-footer .footer-credit-copy em {
  grid-column: 1 / -1;
  color: rgba(46, 59, 43, 0.7) !important;
  font-size: 0.92rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

@media (max-width: 1100px) {
  .site-footer .footer-top-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-footer {
    width: 100% !important;
    padding: 28px 14px 96px !important;
  }

  .site-footer::after {
    width: 150px;
    height: 140px;
    right: 10px;
    bottom: 18px;
    opacity: 0.12;
  }

  .site-footer .footer-top-grid,
  .site-footer .footer-credit {
    grid-template-columns: 1fr !important;
  }

  .site-footer .footer-panel {
    padding: 22px 18px;
  }

  .site-footer .footer-credit-copy {
    padding: 0 0 14px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(46, 59, 43, 0.14);
    grid-template-columns: 1fr;
  }
}

/* Mobile overflow hard stop: prevents clipped header, hero badges and guide cards. */
@media (max-width: 760px) {
  html,
  body,
  #app,
  .site-main {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .site-header .header-inner {
    width: calc(100vw - 14px) !important;
    max-width: calc(100vw - 14px) !important;
    box-sizing: border-box !important;
  }

  body[data-page="home"] .premium-home-hero,
  body.home .premium-home-hero {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
  }

  body[data-page="home"] .premium-hero-badges {
    max-width: 100% !important;
  }

  body[data-page="home"] .premium-hero-badges span,
  body.home .premium-hero-badges span {
    gap: 7px !important;
    padding-inline: 8px !important;
    font-size: 0.68rem !important;
  }

  body[data-page="home"] .premium-hero-badges span::before,
  body.home .premium-hero-badges span::before {
    flex-basis: 21px !important;
    width: 21px !important;
    height: 21px !important;
    background-size: 12px 12px !important;
  }

  body[data-page="guest-guide"] .split-guide {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body[data-page="guest-guide"] .split-hero,
  body[data-page="guest-guide"] .split-section,
  body[data-page="guest-guide"] .split-home-row,
  body[data-page="guest-guide"] .split-daily-preview,
  body[data-page="guest-guide"] .split-feature-grid {
    width: calc(100vw - 22px) !important;
    max-width: calc(100vw - 22px) !important;
    min-width: 0 !important;
  }

  body[data-page="guest-guide"] .split-hero-copy h1 {
    max-width: 9.8em !important;
    font-size: clamp(1.5rem, 6.7vw, 1.9rem) !important;
    overflow-wrap: normal !important;
  }

  body[data-page="guest-guide"] .split-hero-copy p {
    max-width: 100% !important;
    font-size: 0.92rem !important;
    line-height: 1.42 !important;
  }

  body[data-page="guest-guide"] .split-hero-chips {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="guest-guide"] .split-hero-chips a {
    justify-content: center !important;
    padding-inline: 8px !important;
    font-size: 0.74rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body[data-page="guest-guide"] .split-address-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 390px) {
  body[data-page="home"] .premium-hero-badges,
  body.home .premium-hero-badges {
    grid-template-columns: 1fr !important;
  }
}

/* Class-level mobile fallback for WordPress body-class differences. */
@media (max-width: 760px) {
  .premium-home-hero {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .premium-home-hero .hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .premium-hero-badges {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    box-sizing: border-box !important;
  }

  .premium-hero-badges span {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .split-guide,
  .split-hero,
  .split-section,
  .split-home-row,
  .split-daily-preview,
  .split-feature-grid {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 11px !important;
    margin-right: 11px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .split-hero {
    padding: 18px !important;
  }

  .split-hero-copy,
  .split-address-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .split-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(1.48rem, 6.6vw, 1.9rem) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
  }

  .split-hero-chips {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .split-hero-chips a {
    min-width: 0 !important;
    justify-content: center !important;
    padding-inline: 8px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .split-address-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .split-address-actions a,
  .split-address-actions button,
  .split-address-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .split-info-grid,
  .split-daily-preview .split-nav-list.is-compact {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .site-header .brand-logo-image {
    height: 34px !important;
    max-width: 128px !important;
  }

  .site-header .header-actions {
    gap: 4px !important;
  }

  .split-hero-chips {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* Mobile header drawer repair */
.site-header .mobile-menu[hidden] {
  display: none !important;
}

.site-header .menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  min-width: 38px;
  padding: 0;
  border: 1px solid rgba(46, 59, 43, 0.18);
  border-radius: 12px;
  background: #fffaf2;
  color: #2e3b2b;
  box-shadow: 0 8px 18px rgba(31, 31, 31, 0.06);
  cursor: pointer;
}

.site-header .menu-toggle span {
  display: block !important;
  width: 17px;
  height: 2px;
  margin: 2px auto;
  border-radius: 999px;
  background: currentColor !important;
}

.site-header .mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  background: rgba(23, 32, 25, 0.34);
  backdrop-filter: blur(8px);
}

.site-header .mobile-menu-panel {
  width: min(348px, calc(100vw - 20px));
  max-height: calc(100dvh - 20px);
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(46, 59, 43, 0.14);
  border-radius: 20px;
  background: #fffaf2;
  box-shadow: 0 24px 70px rgba(23, 32, 25, 0.22);
}

.site-header .mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 2px 12px;
  color: #2e3b2b;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header .mobile-menu-head button {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(46, 59, 43, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #2e3b2b;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.site-header .mobile-menu-languages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(46, 59, 43, 0.1);
  border-radius: 16px;
  background: #f3ebdf;
}

.site-header .mobile-menu-languages a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(46, 59, 43, 0.1);
  border-radius: 999px;
  background: #fffaf2;
  color: #2e3b2b;
  font-size: 0.78rem;
  font-weight: 850;
}

.site-header .mobile-menu-languages a.is-active {
  background: #2e3b2b;
  color: #fff;
}

.site-header .drawer-nav {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.site-header .drawer-nav a {
  display: grid;
  gap: 3px;
  padding: 13px 14px;
  border: 1px solid rgba(46, 59, 43, 0.1);
  border-radius: 16px;
  background: #fff;
  color: #2e3b2b;
  box-shadow: 0 8px 18px rgba(31, 31, 31, 0.045);
}

.site-header .drawer-nav strong {
  font-size: 0.94rem;
  line-height: 1.2;
}

.site-header .drawer-nav small {
  color: rgba(46, 59, 43, 0.62);
  font-size: 0.78rem;
  line-height: 1.35;
}

@media (max-width: 899px) {
  .site-header .header-actions .menu-toggle {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .site-header .desktop-nav,
  .site-header .header-cta {
    display: none !important;
  }
}

/* Guest guide mobile quick-look spacing repair */
@media (max-width: 760px) {
  body[data-page="guest-guide"] .split-notes-head {
    display: block !important;
    padding-top: 22px !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
  }

  body[data-page="guest-guide"] .split-notes-head .split-section-head {
    display: grid !important;
    gap: 3px !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body[data-page="guest-guide"] .split-notes-head .eyebrow {
    margin: 0 !important;
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
  }

  body[data-page="guest-guide"] .split-notes-head h2 {
    margin: 0 !important;
    font-size: 1.5rem !important;
    line-height: 1.08 !important;
  }

  body[data-page="guest-guide"] .split-notes-head + .split-home-row {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body[data-page="guest-guide"] .split-home-row {
    padding-top: 0 !important;
  }

  body[data-page="guest-guide"] .split-home-row .split-info-grid {
    gap: 12px !important;
  }
}

/* Guest guide mobile detail recovery */
@media (max-width: 760px) {
  body[data-page="guest-guide"] .split-daily-head {
    display: block !important;
    padding-top: 24px !important;
    padding-bottom: 9px !important;
    margin-top: 0 !important;
  }

  body[data-page="guest-guide"] .split-daily-head .split-section-head {
    gap: 3px !important;
  }

  body[data-page="guest-guide"] .split-daily-head h2 {
    font-size: 1.42rem !important;
    line-height: 1.1 !important;
  }

  body[data-page="guest-guide"] .split-daily-head + .split-daily-preview {
    display: block !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body[data-page="guest-guide"] .split-daily-preview .split-nav-list.is-compact {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body[data-page="guest-guide"] .split-daily-preview .split-nav-card {
    min-height: 112px !important;
    padding: 13px !important;
    border-radius: 16px !important;
    background: #f0e7da !important;
  }

  body[data-page="guest-guide"] .split-daily-preview .split-nav-card strong {
    font-size: 0.92rem !important;
    line-height: 1.18 !important;
  }

  body[data-page="guest-guide"] .split-daily-preview .split-nav-card small {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.76rem !important;
    line-height: 1.35 !important;
  }

  body[data-page="guest-guide"] .split-mobile-link-section {
    display: none !important;
  }

  body[data-page="guest-guide"] .split-feature-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-top: 6px !important;
  }

  body[data-page="guest-guide"] .split-feature-card {
    grid-template-rows: 112px auto !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: #fffaf2 !important;
    box-shadow: 0 10px 24px rgba(31, 31, 31, 0.045) !important;
  }

  body[data-page="guest-guide"] .split-feature-card > div {
    gap: 8px !important;
    padding: 15px !important;
  }

  body[data-page="guest-guide"] .split-feature-card h2 {
    font-size: 1.26rem !important;
  }

  body[data-page="guest-guide"] .split-feature-card > div > p {
    font-size: 0.82rem !important;
    line-height: 1.38 !important;
  }

  body[data-page="guest-guide"] .split-feature-card ul {
    gap: 6px !important;
  }

  body[data-page="guest-guide"] .split-feature-card li summary {
    min-height: 38px !important;
    padding: 9px 11px !important;
    font-size: 0.82rem !important;
  }

  body[data-page="guest-guide"] .split-feature-card li details p {
    padding: 0 11px 11px !important;
    font-size: 0.78rem !important;
  }
}

@media (max-width: 380px) {
  body[data-page="guest-guide"] .split-daily-preview .split-nav-list.is-compact {
    grid-template-columns: 1fr !important;
  }
}

/* Homepage premium section labels */
body[data-page="home"] .premium-section-head > .eyebrow,
body.home .premium-section-head > .eyebrow,
body[data-page="home"] .site-advantages .section-head.center > .eyebrow,
body.home .site-advantages .section-head.center > .eyebrow,
body[data-page="home"] .home-guest-guide .section-head > .eyebrow,
body.home .home-guest-guide .section-head > .eyebrow,
body[data-page="home"] .guest-review-head .eyebrow,
body.home .guest-review-head .eyebrow,
body[data-page="home"] .home-faq-preview .section-head > .eyebrow,
body.home .home-faq-preview .section-head > .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6e7e5f !important;
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="home"] .premium-section-head > .eyebrow::before,
body.home .premium-section-head > .eyebrow::before,
body[data-page="home"] .site-advantages .section-head.center > .eyebrow::before,
body.home .site-advantages .section-head.center > .eyebrow::before,
body[data-page="home"] .home-guest-guide .section-head > .eyebrow::before,
body.home .home-guest-guide .section-head > .eyebrow::before,
body[data-page="home"] .guest-review-head .eyebrow::before,
body.home .guest-review-head .eyebrow::before,
body[data-page="home"] .home-faq-preview .section-head > .eyebrow::before,
body.home .home-faq-preview .section-head > .eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(85, 107, 78, 0), rgba(85, 107, 78, 0.55));
  box-shadow: none;
}

body[data-page="home"] .premium-section-head > .eyebrow::after,
body.home .premium-section-head > .eyebrow::after,
body[data-page="home"] .site-advantages .section-head.center > .eyebrow::after,
body.home .site-advantages .section-head.center > .eyebrow::after,
body[data-page="home"] .home-guest-guide .section-head > .eyebrow::after,
body.home .home-guest-guide .section-head > .eyebrow::after,
body[data-page="home"] .guest-review-head .eyebrow::after,
body.home .guest-review-head .eyebrow::after,
body[data-page="home"] .home-faq-preview .section-head > .eyebrow::after,
body.home .home-faq-preview .section-head > .eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(85, 107, 78, 0.55), rgba(85, 107, 78, 0));
}

body[data-page="home"] .premium-reasons .premium-section-head > .eyebrow,
body.home .premium-reasons .premium-section-head > .eyebrow,
body[data-page="home"] .premium-stay-section .premium-section-head > .eyebrow,
body.home .premium-stay-section .premium-section-head > .eyebrow,
body[data-page="home"] .site-advantages .section-head.center > .eyebrow,
body.home .site-advantages .section-head.center > .eyebrow,
body[data-page="home"] .home-faq-preview .section-head > .eyebrow,
body.home .home-faq-preview .section-head > .eyebrow {
  justify-self: center;
  margin-inline: auto;
}

@media (max-width: 679px) {
  body[data-page="home"] .premium-section-head > .eyebrow,
  body.home .premium-section-head > .eyebrow,
  body[data-page="home"] .site-advantages .section-head.center > .eyebrow,
  body.home .site-advantages .section-head.center > .eyebrow,
  body[data-page="home"] .home-guest-guide .section-head > .eyebrow,
  body.home .home-guest-guide .section-head > .eyebrow,
  body[data-page="home"] .guest-review-head .eyebrow,
  body.home .guest-review-head .eyebrow,
  body[data-page="home"] .home-faq-preview .section-head > .eyebrow,
  body.home .home-faq-preview .section-head > .eyebrow {
    gap: 8px;
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  body[data-page="home"] .premium-section-head > .eyebrow::before,
  body.home .premium-section-head > .eyebrow::before,
  body[data-page="home"] .site-advantages .section-head.center > .eyebrow::before,
  body.home .site-advantages .section-head.center > .eyebrow::before,
  body[data-page="home"] .home-guest-guide .section-head > .eyebrow::before,
  body.home .home-guest-guide .section-head > .eyebrow::before,
  body[data-page="home"] .guest-review-head .eyebrow::before,
  body.home .guest-review-head .eyebrow::before,
  body[data-page="home"] .home-faq-preview .section-head > .eyebrow::before,
  body.home .home-faq-preview .section-head > .eyebrow::before,
  body[data-page="home"] .premium-section-head > .eyebrow::after,
  body.home .premium-section-head > .eyebrow::after,
  body[data-page="home"] .site-advantages .section-head.center > .eyebrow::after,
  body.home .site-advantages .section-head.center > .eyebrow::after,
  body[data-page="home"] .home-guest-guide .section-head > .eyebrow::after,
  body.home .home-guest-guide .section-head > .eyebrow::after,
  body[data-page="home"] .guest-review-head .eyebrow::after,
  body.home .guest-review-head .eyebrow::after,
  body[data-page="home"] .home-faq-preview .section-head > .eyebrow::after,
  body.home .home-faq-preview .section-head > .eyebrow::after {
    width: 16px;
  }
}

/* Readability measure: keep prose lines compact without affecting nav/buttons. */
:root {
  --text-measure: 60ch;
}

.section-head p:not(.eyebrow),
.premium-section-head p:not(.eyebrow),
.page-cover-content p:not(.eyebrow),
.split-page-head p,
.split-hero-copy p:not(.eyebrow),
.split-section-head p:not(.eyebrow),
.guest-hub-section-head > p,
.guest-review-head p:not(.eyebrow),
.reservation-panel-head p:not(.eyebrow),
.rules-section-head p:not(.eyebrow),
.unit-detail-copy p,
.unit-copy p,
.content-card p,
.footer-brand p,
.footer-support-panel p {
  max-width: min(100%, var(--text-measure));
}

.section-head.center p:not(.eyebrow),
.premium-section-head.center p:not(.eyebrow),
.site-advantages .section-head.center p:not(.eyebrow),
.home-faq-preview .section-head p:not(.eyebrow) {
  margin-inline: auto;
}

@media (max-width: 679px) {
  :root {
    --text-measure: 40ch;
  }
}

/* Final mobile override: must stay at the end of the stylesheet. */
@media (max-width: 760px) {
  html,
  body,
  #app,
  .site-main {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .site-header {
    z-index: 1200 !important;
  }

  .site-header .header-inner {
    width: calc(100vw - 14px) !important;
    max-width: calc(100vw - 14px) !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    gap: 8px !important;
    padding-inline: 8px !important;
  }

  .site-header .brand-zone,
  .site-header .header-actions {
    min-width: 0 !important;
  }

  .site-header .brand-logo-image {
    height: 34px !important;
    max-width: 128px !important;
    object-fit: contain !important;
  }

  .site-header .language-switcher {
    display: inline-block !important;
    flex: 0 0 auto !important;
  }

  .site-header .language-switcher summary {
    min-width: 76px !important;
    min-height: 34px !important;
    padding-inline: 8px !important;
    background: #fffaf2 !important;
  }

  .site-header .mobile-guide-link {
    display: none !important;
  }

  .site-header .menu-toggle {
    display: inline-flex !important;
    flex: 0 0 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .site-header .menu-toggle span {
    display: block !important;
    width: 17px !important;
    height: 2px !important;
    margin: 2px 0 !important;
    background: currentColor !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .premium-home-hero {
    display: grid !important;
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 10px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #fffaf2 !important;
    box-sizing: border-box !important;
  }

  .premium-home-hero .hero-media {
    position: relative !important;
    inset: auto !important;
    order: 1 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .premium-home-hero .hero-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center 42% !important;
  }

  .premium-home-hero .hero-overlay {
    display: none !important;
  }

  .premium-home-hero .hero-copy {
    position: relative !important;
    inset: auto !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px !important;
    color: #172319 !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .premium-home-hero h1 {
    max-width: 100% !important;
    color: #172319 !important;
    font-size: clamp(1.54rem, 7vw, 2rem) !important;
    line-height: 1.08 !important;
    text-shadow: none !important;
  }

  .premium-home-hero .lead {
    display: none !important;
  }

  .premium-home-hero .eyebrow {
    color: #6e7e5f !important;
    text-shadow: none !important;
  }

  .premium-hero-badges {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  .premium-hero-badges span {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    min-height: 38px !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(46, 59, 43, 0.12) !important;
    border-radius: 14px !important;
    background: #f2eadc !important;
    color: #2e3b2b !important;
    font-size: 0.72rem !important;
    box-sizing: border-box !important;
  }

  .premium-hero-badges span::before {
    flex: 0 0 22px !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 999px !important;
    background-color: #556b4e !important;
    background-size: 13px 13px !important;
    filter: none !important;
  }

  .hero-actions {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    box-sizing: border-box !important;
  }

  .hero-actions .button {
    display: inline-flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  .hero-actions .button-ghost {
    border-color: rgba(46, 59, 43, 0.14) !important;
    background: #efe6d8 !important;
    color: #2e3b2b !important;
  }

  .split-guide,
  .split-hero,
  .split-section,
  .split-home-row,
  .split-daily-preview,
  .split-feature-grid {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 11px !important;
    margin-right: 11px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .split-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  .split-hero-copy,
  .split-address-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .split-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(1.48rem, 6.6vw, 1.9rem) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
  }

  .split-hero-copy p {
    max-width: 100% !important;
    font-size: 0.92rem !important;
    line-height: 1.42 !important;
  }

  .split-hero-chips {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .split-hero-chips a {
    min-width: 0 !important;
    justify-content: center !important;
    padding-inline: 8px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .split-address-actions {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .split-address-actions a,
  .split-address-actions button,
  .split-address-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .split-notes-head {
    padding-top: 18px !important;
    padding-bottom: 6px !important;
  }

  .split-notes-head + .split-home-row,
  .split-home-row {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .split-info-grid {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .split-daily-head {
    padding-top: 18px !important;
    padding-bottom: 7px !important;
  }

  .split-daily-head + .split-daily-preview,
  .split-daily-preview {
    display: block !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .split-daily-preview .split-nav-list.is-compact {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }
}

@media (max-width: 390px) {
  .split-daily-preview .split-nav-list.is-compact {
    grid-template-columns: 1fr !important;
  }
}

/* Final winning mobile homepage pass. */
@media (max-width: 760px) {
  .site-header .header-inner {
    height: 68px !important;
    padding-inline: 10px !important;
  }

  .site-header .brand-logo-image {
    height: 48px !important;
    max-width: 180px !important;
  }

  .site-header .mobile-menu[hidden] {
    display: none !important;
  }

  .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1500 !important;
    display: flex !important;
    justify-content: flex-end !important;
    padding: 10px !important;
    background: rgba(23, 32, 25, 0.42) !important;
    backdrop-filter: blur(10px) !important;
  }

  .site-header .mobile-menu-panel {
    display: grid !important;
    width: min(360px, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - 20px) !important;
    overflow: auto !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 22px !important;
    background: #fffaf2 !important;
    box-shadow: 0 28px 80px rgba(23, 32, 25, 0.28) !important;
  }

  .site-header .mobile-menu-languages {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .site-header .drawer-nav {
    display: grid !important;
    gap: 9px !important;
    margin: 0 !important;
  }

  .site-header .drawer-nav a {
    display: grid !important;
    gap: 3px !important;
    min-height: 58px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #2e3b2b !important;
    text-decoration: none !important;
  }

  body[data-page="home"] .premium-home-hero,
  body.home .premium-home-hero,
  .premium-home-hero {
    position: relative !important;
    display: block !important;
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    height: clamp(360px, 112vw, 500px) !important;
    min-height: 360px !important;
    margin: 10px auto 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #172319 !important;
  }

  body[data-page="home"] .premium-home-hero .hero-media,
  body.home .premium-home-hero .hero-media,
  .premium-home-hero .hero-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body[data-page="home"] .premium-home-hero .hero-img,
  body.home .premium-home-hero .hero-img,
  .premium-home-hero .hero-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center 40% !important;
    filter: saturate(1.04) brightness(0.9) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-overlay,
  body.home .premium-home-hero .hero-overlay,
  .premium-home-hero .hero-overlay {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(18, 28, 20, 0.06) 0%, rgba(18, 28, 20, 0.22) 38%, rgba(18, 28, 20, 0.76) 100%) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-copy,
  body.home .premium-home-hero .hero-copy,
  .premium-home-hero .hero-copy {
    position: absolute !important;
    inset: auto 14px 14px 14px !important;
    z-index: 2 !important;
    display: grid !important;
    gap: 10px !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    color: #fff !important;
  }

  body[data-page="home"] .premium-home-hero .eyebrow,
  body.home .premium-home-hero .eyebrow,
  .premium-home-hero .eyebrow {
    color: rgba(230, 239, 213, 0.94) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28) !important;
  }

  body[data-page="home"] .premium-home-hero h1,
  body.home .premium-home-hero h1,
  .premium-home-hero h1 {
    max-width: 11.6em !important;
    color: #fff !important;
    font-size: clamp(1.78rem, 8.4vw, 2.22rem) !important;
    line-height: 1.04 !important;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.36) !important;
  }

  body[data-page="home"] .premium-home-hero .lead,
  body.home .premium-home-hero .lead,
  .premium-home-hero .lead,
  body[data-page="home"] .premium-hero-badges,
  body.home .premium-hero-badges,
  .premium-hero-badges {
    display: none !important;
  }

  body[data-page="home"] .hero-actions,
  body.home .hero-actions,
  .premium-home-hero .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body[data-page="home"] .hero-actions .button,
  body.home .hero-actions .button,
  .premium-home-hero .hero-actions .button {
    width: 100% !important;
    min-height: 44px !important;
    justify-content: center !important;
    border-radius: 14px !important;
    font-size: 0.86rem !important;
    white-space: nowrap !important;
  }

  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    padding-top: 18px !important;
    padding-bottom: 8px !important;
  }

  body[data-page="home"] .reason-grid,
  body.home .reason-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body[data-page="home"] .reason-card,
  body.home .reason-card {
    min-height: 82px !important;
    padding: 12px !important;
    border-radius: 15px !important;
    gap: 7px !important;
  }

  body[data-page="home"] .reason-dot,
  body.home .reason-dot {
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 0 !important;
    background-size: 16px 16px !important;
  }

  body[data-page="home"] .reason-card h3,
  body.home .reason-card h3 {
    margin: 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.18 !important;
  }

  body[data-page="home"] .reason-card p,
  body.home .reason-card p,
  body[data-page="home"] .premium-stay-section .premium-section-head p:not(.eyebrow),
  body.home .premium-stay-section .premium-section-head p:not(.eyebrow),
  body[data-page="home"] .premium-listing-copy p,
  body.home .premium-listing-copy p {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-featured .listing-chip-row span:nth-child(n+3),
  body.home .listing-category-card-featured .listing-chip-row span:nth-child(n+3) {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row span:nth-child(n+2),
  body.home .listing-category-card-alt .listing-chip-row span:nth-child(n+2) {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row::before,
  body.home .listing-category-card-alt .listing-chip-row::before,
  body[data-page="home"] .listing-category-card-alt .listing-chip-row::after,
  body.home .listing-category-card-alt .listing-chip-row::after {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 9px !important;
    border: 1px solid rgba(48, 66, 36, 0.1) !important;
    border-radius: 999px !important;
    background: rgba(48, 66, 36, 0.055) !important;
    color: #304224 !important;
    font-size: 0.78rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row::before,
  body.home .listing-category-card-alt .listing-chip-row::before {
    content: "Uzun dönem kiralama" !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row::after,
  body.home .listing-category-card-alt .listing-chip-row::after {
    content: "Teras / Balkon" !important;
  }

  body[data-page="home"] .owner-listing-note,
  body.home .owner-listing-note,
  body[data-page="home"] .guest-review-head .button,
  body.home .guest-review-head .button,
  body[data-page="home"] .airbnb-review-summary .button,
  body.home .airbnb-review-summary .button {
    display: none !important;
  }
}

/* Mobile drawer final repair: keep menu content visible above the page. */
@media (max-width: 760px) {
  body.menu-open {
    overflow: hidden !important;
  }

  .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: block !important;
    padding: 74px 10px 12px !important;
    background: rgba(23, 32, 25, 0.48) !important;
    backdrop-filter: blur(10px) !important;
  }

  .site-header .mobile-menu-panel {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
    min-height: calc(100dvh - 96px) !important;
    max-height: calc(100dvh - 96px) !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(46, 59, 43, 0.16) !important;
    border-radius: 24px !important;
    background: #fffaf2 !important;
    box-shadow: 0 26px 80px rgba(23, 32, 25, 0.32) !important;
  }

  .site-header .mobile-menu-head {
    position: sticky !important;
    top: -14px !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: -14px -14px 10px !important;
    padding: 14px !important;
    border-bottom: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 24px 24px 0 0 !important;
    background: rgba(255, 250, 242, 0.98) !important;
  }

  .site-header .mobile-menu-languages {
    position: static !important;
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 12px !important;
    padding: 10px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 16px !important;
    background: #f2eadc !important;
  }

  .site-header .mobile-menu-languages a {
    display: inline-flex !important;
    min-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #fffaf2 !important;
    color: #2e3b2b !important;
    font-size: 0.78rem !important;
    font-weight: 850 !important;
    text-decoration: none !important;
  }

  .site-header .mobile-menu-languages a.is-active {
    background: #2e3b2b !important;
    color: #fff !important;
  }

  .site-header .drawer-nav {
    position: static !important;
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    gap: 9px !important;
    margin: 0 !important;
  }

  .site-header .drawer-nav a {
    display: grid !important;
    gap: 4px !important;
    min-height: 58px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #2e3b2b !important;
    box-shadow: 0 8px 18px rgba(31, 31, 31, 0.045) !important;
    text-decoration: none !important;
  }

  .site-header .drawer-nav strong,
  .site-header .drawer-nav small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Mobile home final refinement */
@media (max-width: 760px) {
  .site-header .header-inner {
    height: 68px !important;
    padding-inline: 10px !important;
  }

  .site-header .brand-logo-image {
    height: 48px !important;
    max-width: 180px !important;
  }

  .site-header .mobile-menu[hidden] {
    display: none !important;
  }

  .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1500 !important;
    display: flex !important;
    justify-content: flex-end !important;
    padding: 10px !important;
    background: rgba(23, 32, 25, 0.42) !important;
    backdrop-filter: blur(10px) !important;
  }

  .site-header .mobile-menu-panel {
    display: grid !important;
    width: min(360px, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - 20px) !important;
    overflow: auto !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 22px !important;
    background: #fffaf2 !important;
  }

  .site-header .mobile-menu-languages {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .site-header .drawer-nav {
    display: grid !important;
    gap: 9px !important;
    margin: 0 !important;
  }

  .site-header .drawer-nav a {
    display: grid !important;
    gap: 3px !important;
    min-height: 58px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #2e3b2b !important;
    text-decoration: none !important;
  }

  body[data-page="home"] .premium-home-hero,
  body.home .premium-home-hero {
    position: relative !important;
    display: block !important;
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    height: clamp(360px, 112vw, 500px) !important;
    min-height: 360px !important;
    margin: 10px auto 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #172319 !important;
  }

  body[data-page="home"] .premium-home-hero .hero-media,
  body.home .premium-home-hero .hero-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body[data-page="home"] .premium-home-hero .hero-img,
  body.home .premium-home-hero .hero-img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center 40% !important;
    filter: saturate(1.04) brightness(0.9) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-overlay,
  body.home .premium-home-hero .hero-overlay {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(18, 28, 20, 0.06) 0%, rgba(18, 28, 20, 0.22) 38%, rgba(18, 28, 20, 0.76) 100%) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-copy,
  body.home .premium-home-hero .hero-copy {
    position: absolute !important;
    inset: auto 14px 14px 14px !important;
    z-index: 2 !important;
    display: grid !important;
    gap: 10px !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    color: #fff !important;
  }

  body[data-page="home"] .premium-home-hero .eyebrow,
  body.home .premium-home-hero .eyebrow {
    color: rgba(230, 239, 213, 0.94) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28) !important;
  }

  body[data-page="home"] .premium-home-hero h1,
  body.home .premium-home-hero h1 {
    max-width: 11.6em !important;
    color: #fff !important;
    font-size: clamp(1.78rem, 8.4vw, 2.22rem) !important;
    line-height: 1.04 !important;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.36) !important;
  }

  body[data-page="home"] .premium-home-hero .lead,
  body.home .premium-home-hero .lead,
  body[data-page="home"] .premium-hero-badges,
  body.home .premium-hero-badges {
    display: none !important;
  }

  body[data-page="home"] .hero-actions,
  body.home .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body[data-page="home"] .hero-actions .button,
  body.home .hero-actions .button {
    width: 100% !important;
    min-height: 44px !important;
    justify-content: center !important;
    border-radius: 14px !important;
    font-size: 0.86rem !important;
    white-space: nowrap !important;
  }

  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    padding-top: 18px !important;
    padding-bottom: 8px !important;
  }

  body[data-page="home"] .reason-grid,
  body.home .reason-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body[data-page="home"] .reason-card,
  body.home .reason-card {
    min-height: 82px !important;
    padding: 12px !important;
    border-radius: 15px !important;
    gap: 7px !important;
  }

  body[data-page="home"] .reason-dot,
  body.home .reason-dot {
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 0 !important;
    background-size: 16px 16px !important;
  }

  body[data-page="home"] .reason-card h3,
  body.home .reason-card h3 {
    margin: 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.18 !important;
  }

  body[data-page="home"] .reason-card p,
  body.home .reason-card p,
  body[data-page="home"] .premium-stay-section .premium-section-head p:not(.eyebrow),
  body.home .premium-stay-section .premium-section-head p:not(.eyebrow),
  body[data-page="home"] .premium-listing-copy p,
  body.home .premium-listing-copy p {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-featured .listing-chip-row span:nth-child(n+3),
  body.home .listing-category-card-featured .listing-chip-row span:nth-child(n+3) {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row span:nth-child(n+2),
  body.home .listing-category-card-alt .listing-chip-row span:nth-child(n+2) {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row::before,
  body.home .listing-category-card-alt .listing-chip-row::before,
  body[data-page="home"] .listing-category-card-alt .listing-chip-row::after,
  body.home .listing-category-card-alt .listing-chip-row::after {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 9px !important;
    border: 1px solid rgba(48, 66, 36, 0.1) !important;
    border-radius: 999px !important;
    background: rgba(48, 66, 36, 0.055) !important;
    color: #304224 !important;
    font-size: 0.78rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row::before,
  body.home .listing-category-card-alt .listing-chip-row::before {
    content: "Uzun dönem kiralama" !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row::after,
  body.home .listing-category-card-alt .listing-chip-row::after {
    content: "Teras / Balkon" !important;
  }

  body[data-page="home"] .owner-listing-note,
  body.home .owner-listing-note,
  body[data-page="home"] .guest-review-head .button,
  body.home .guest-review-head .button,
  body[data-page="home"] .airbnb-review-summary .button,
  body.home .airbnb-review-summary .button {
    display: none !important;
  }
}

/* Mobile homepage and drawer refinement */
@media (max-width: 760px) {
  .site-header .header-inner {
    height: 66px !important;
    padding-inline: 10px !important;
  }

  .site-header .brand-zone {
    flex: 1 1 auto !important;
    gap: 8px !important;
  }

  .site-header .brand-logo-image {
    height: 48px !important;
    max-width: 176px !important;
  }

  .site-header .language-switcher summary {
    min-width: 72px !important;
    min-height: 34px !important;
    padding-inline: 8px !important;
    font-size: 0.74rem !important;
  }

  .site-header .mobile-menu[hidden] {
    display: none !important;
  }

  .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1400 !important;
    display: flex !important;
    justify-content: flex-end !important;
    padding: 10px !important;
    background: rgba(23, 32, 25, 0.42) !important;
    backdrop-filter: blur(10px) !important;
  }

  .site-header .mobile-menu-panel {
    display: grid !important;
    width: min(360px, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - 20px) !important;
    overflow: auto !important;
    gap: 12px !important;
    padding: 14px !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    border-radius: 22px !important;
    background: #fffaf2 !important;
    box-shadow: 0 28px 80px rgba(23, 32, 25, 0.28) !important;
  }

  .site-header .mobile-menu-languages {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 8px !important;
    border-radius: 16px !important;
  }

  .site-header .drawer-nav {
    display: grid !important;
    gap: 9px !important;
    margin: 0 !important;
  }

  .site-header .drawer-nav a {
    display: grid !important;
    gap: 3px !important;
    min-height: 58px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #2e3b2b !important;
    text-decoration: none !important;
  }

  .site-header .drawer-nav strong {
    font-size: 0.92rem !important;
    line-height: 1.16 !important;
  }

  .site-header .drawer-nav small {
    color: rgba(46, 59, 43, 0.62) !important;
    font-size: 0.74rem !important;
    line-height: 1.25 !important;
  }

  body[data-page="home"] .premium-home-hero,
  body.home .premium-home-hero {
    position: relative !important;
    display: block !important;
    width: calc(100vw - 18px) !important;
    height: clamp(360px, 112vw, 500px) !important;
    min-height: 360px !important;
    margin: 10px auto 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #172319 !important;
  }

  body[data-page="home"] .premium-home-hero .hero-media,
  body.home .premium-home-hero .hero-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body[data-page="home"] .premium-home-hero .hero-img,
  body.home .premium-home-hero .hero-img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center 40% !important;
    filter: saturate(1.04) brightness(0.9) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-overlay,
  body.home .premium-home-hero .hero-overlay {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(18, 28, 20, 0.12) 0%, rgba(18, 28, 20, 0.24) 38%, rgba(18, 28, 20, 0.72) 100%) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-copy,
  body.home .premium-home-hero .hero-copy {
    position: absolute !important;
    inset: auto 14px 14px 14px !important;
    z-index: 2 !important;
    display: grid !important;
    gap: 10px !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    color: #fff !important;
  }

  body[data-page="home"] .premium-home-hero .eyebrow,
  body.home .premium-home-hero .eyebrow {
    color: rgba(230, 239, 213, 0.92) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.26) !important;
  }

  body[data-page="home"] .premium-home-hero h1,
  body.home .premium-home-hero h1 {
    max-width: 11.4em !important;
    color: #fff !important;
    font-size: clamp(1.75rem, 8.2vw, 2.2rem) !important;
    line-height: 1.04 !important;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.34) !important;
  }

  body[data-page="home"] .premium-home-hero .lead,
  body.home .premium-home-hero .lead,
  body[data-page="home"] .premium-hero-badges,
  body.home .premium-hero-badges {
    display: none !important;
  }

  body[data-page="home"] .hero-actions,
  body.home .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body[data-page="home"] .hero-actions .button,
  body.home .hero-actions .button {
    min-height: 44px !important;
    border-radius: 14px !important;
    font-size: 0.86rem !important;
  }

  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    padding-top: 18px !important;
    padding-bottom: 8px !important;
  }

  body[data-page="home"] .reason-grid,
  body.home .reason-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body[data-page="home"] .reason-card,
  body.home .reason-card {
    min-height: 82px !important;
    padding: 12px !important;
    border-radius: 15px !important;
    gap: 7px !important;
  }

  body[data-page="home"] .reason-dot,
  body.home .reason-dot {
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 0 !important;
    background-size: 16px 16px !important;
  }

  body[data-page="home"] .reason-card h3,
  body.home .reason-card h3 {
    margin: 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.18 !important;
  }

  body[data-page="home"] .reason-card p,
  body.home .reason-card p {
    display: none !important;
  }

  body[data-page="home"] .premium-stay-section .premium-section-head p:not(.eyebrow),
  body.home .premium-stay-section .premium-section-head p:not(.eyebrow) {
    display: none !important;
  }

  body[data-page="home"] .premium-listing-copy p,
  body.home .premium-listing-copy p {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-featured .listing-chip-row span:nth-child(n+3),
  body.home .listing-category-card-featured .listing-chip-row span:nth-child(n+3),
  body[data-page="home"] .listing-category-card-alt .listing-chip-row span:nth-child(n+3),
  body.home .listing-category-card-alt .listing-chip-row span:nth-child(n+3) {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row::after,
  body.home .listing-category-card-alt .listing-chip-row::after {
    content: "Teras / Balkon";
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    border: 1px solid rgba(48, 66, 36, 0.1);
    border-radius: 999px;
    background: rgba(48, 66, 36, 0.055);
    color: #304224;
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1;
  }

  body[data-page="home"] .owner-listing-note,
  body.home .owner-listing-note,
  body[data-page="home"] .guest-review-head .button,
  body.home .guest-review-head .button {
    display: none !important;
  }
}

@media (max-width: 760px) {
  html body[data-page="home"] .premium-home-hero .hero-copy,
  html body.home .premium-home-hero .hero-copy {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    padding: 16px !important;
    transform: none !important;
  }

  html body[data-page="home"] .premium-home-hero h1,
  html body.home .premium-home-hero h1 {
    margin: 0 !important;
    padding: 0 !important;
  }

  html body[data-page="home"] .premium-home-hero .premium-hero-badges,
  html body.home .premium-home-hero .premium-hero-badges {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  html body[data-page="home"] .premium-home-hero .premium-hero-badges span,
  html body.home .premium-home-hero .premium-hero-badges span {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body[data-page="guest-guide"] .split-hero,
  html body[data-page="guest-guide"] .split-section,
  html body[data-page="guest-guide"] .split-home-row,
  html body[data-page="guest-guide"] .split-daily-preview,
  html body[data-page="guest-guide"] .split-feature-grid {
    width: auto !important;
    max-width: none !important;
    margin-left: 11px !important;
    margin-right: 11px !important;
  }

  html body[data-page="guest-guide"] .split-address-actions {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="guest-guide"] .split-hero-copy h1 {
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
  }
}

@media (max-width: 760px) {
  html body .section-pad,
  html body .split-section,
  html body .split-home-row,
  html body .split-daily-preview,
  html body .split-feature-grid {
    max-width: calc(100vw - 22px) !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  html body .premium-home-hero .hero-copy,
  html body .split-hero-copy,
  html body .split-address-card {
    max-width: calc(100vw - 58px) !important;
    box-sizing: border-box !important;
  }

  html body .premium-home-hero h1,
  html body .split-hero-copy h1 {
    max-width: calc(100vw - 58px) !important;
    white-space: normal !important;
  }

  html body .premium-hero-badges {
    grid-template-columns: 1fr !important;
  }

  html body .premium-hero-badges span {
    width: 100% !important;
  }

  html body .split-hero {
    max-width: calc(100vw - 22px) !important;
    margin-left: 11px !important;
    margin-right: 11px !important;
  }

  html body .split-address-card strong,
  html body .split-address-card p {
    max-width: calc(100vw - 90px) !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }
}

/* Final mobile polish before WordPress upload */
@media (max-width: 899px) {
  .site-header {
    z-index: 1200 !important;
  }

  .site-header .header-inner {
    min-width: 0;
  }

  .site-header .brand-zone {
    min-width: 0;
  }

  .site-header .language-switcher {
    display: inline-block !important;
    flex: 0 0 auto;
  }

  .site-header .language-switcher summary {
    min-width: 78px;
    min-height: 34px;
    border: 1px solid rgba(46, 59, 43, 0.16);
    background: rgba(255, 250, 242, 0.96);
    color: #2e3b2b;
    box-shadow: 0 8px 18px rgba(31, 31, 31, 0.055);
  }

  .site-header .language-current {
    display: inline !important;
    max-width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.78rem;
    font-weight: 850;
  }

  .site-header .menu-toggle {
    position: relative !important;
    display: inline-flex !important;
    flex: 0 0 38px;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid rgba(46, 59, 43, 0.2) !important;
    border-radius: 12px !important;
    background: #fffaf2 !important;
    color: #2e3b2b !important;
    box-shadow: 0 8px 18px rgba(31, 31, 31, 0.06) !important;
    appearance: none;
  }

  .site-header .menu-toggle span {
    position: static !important;
    display: block !important;
    width: 17px !important;
    height: 2px !important;
    margin: 2px 0 !important;
    border-radius: 999px !important;
    background: currentColor !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1300 !important;
    display: flex !important;
    justify-content: flex-end !important;
    padding: 10px !important;
    background: rgba(23, 32, 25, 0.38) !important;
    backdrop-filter: blur(10px) !important;
  }

  .site-header .mobile-menu-panel {
    width: min(360px, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - 20px) !important;
    overflow: auto !important;
    padding: 14px !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    border-radius: 20px !important;
    background: #fffaf2 !important;
    box-shadow: 0 28px 80px rgba(23, 32, 25, 0.24) !important;
  }

  .site-header .mobile-menu-languages,
  .site-header .drawer-nav {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .site-header .header-inner {
    width: calc(100% - 14px) !important;
    gap: 8px !important;
    padding-inline: 8px !important;
    box-sizing: border-box !important;
  }

  .site-header .brand-logo-image {
    height: 38px !important;
    max-width: 150px !important;
    object-fit: contain !important;
  }

  .site-header .language-switcher summary {
    min-width: 76px !important;
    padding-inline: 8px !important;
  }

  .site-header .mobile-guide-link {
    display: none !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .premium-home-hero,
  body.home .premium-home-hero {
    display: grid !important;
    width: min(100% - 18px, 1280px) !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 10px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #fffaf2 !important;
    box-shadow: 0 18px 48px rgba(31, 31, 31, 0.12) !important;
    box-sizing: border-box !important;
  }

  body[data-page="home"] .premium-home-hero .hero-media,
  body.home .premium-home-hero .hero-media {
    position: relative !important;
    inset: auto !important;
    order: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body[data-page="home"] .premium-home-hero .hero-img,
  body.home .premium-home-hero .hero-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center 42% !important;
    filter: saturate(1.04) brightness(0.92) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-overlay,
  body.home .premium-home-hero .hero-overlay {
    display: none !important;
  }

  body[data-page="home"] .premium-home-hero .hero-copy,
  body.home .premium-home-hero .hero-copy {
    position: relative !important;
    inset: auto !important;
    order: 2 !important;
    width: 100% !important;
    max-width: none !important;
    gap: 12px !important;
    padding: 16px !important;
    color: #172319 !important;
    transform: none !important;
  }

  body[data-page="home"] .premium-home-hero .eyebrow,
  body.home .premium-home-hero .eyebrow {
    color: #6e7e5f !important;
    text-shadow: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body[data-page="home"] .premium-home-hero h1,
  body.home .premium-home-hero h1 {
    max-width: 12em !important;
    color: #172319 !important;
    font-size: clamp(1.54rem, 7vw, 2rem) !important;
    line-height: 1.08 !important;
    text-shadow: none !important;
  }

  body[data-page="home"] .premium-home-hero .lead,
  body.home .premium-home-hero .lead {
    display: none !important;
  }

  body[data-page="home"] .premium-hero-badges,
  body.home .premium-hero-badges {
    display: grid !important;
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 0 !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    box-sizing: border-box !important;
  }

  body[data-page="home"] .premium-hero-badges span,
  body.home .premium-hero-badges span {
    justify-content: flex-start !important;
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(46, 59, 43, 0.12) !important;
    border-radius: 14px !important;
    background: #f2eadc !important;
    color: #2e3b2b !important;
    font-size: 0.72rem !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    backdrop-filter: none !important;
    box-sizing: border-box !important;
  }

  body[data-page="home"] .premium-hero-badges span::before,
  body.home .premium-hero-badges span::before {
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 999px !important;
    background-color: #556b4e !important;
    background-size: 14px 14px !important;
    filter: none !important;
  }

  body[data-page="home"] .hero-actions,
  body.home .hero-actions {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    box-sizing: border-box !important;
  }

  body[data-page="home"] .hero-actions .button,
  body.home .hero-actions .button {
    display: inline-flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body[data-page="home"] .hero-actions .button-ghost,
  body.home .hero-actions .button-ghost {
    border-color: rgba(46, 59, 43, 0.14) !important;
    background: #efe6d8 !important;
    color: #2e3b2b !important;
  }

  body[data-page="home"] .reason-grid,
  body.home .reason-grid {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  body[data-page="home"] .reason-card,
  body.home .reason-card {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 760px) {
  body[data-page="guest-guide"] .split-guide,
  body[data-page="guest-guide"] .split-hero,
  body[data-page="guest-guide"] .split-section,
  body[data-page="guest-guide"] .split-home-row,
  body[data-page="guest-guide"] .split-daily-preview,
  body[data-page="guest-guide"] .split-feature-grid {
    width: min(100% - 22px, 1280px) !important;
    max-width: 1280px !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
  }

  body[data-page="guest-guide"] .split-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 18px !important;
    margin-top: 14px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body[data-page="guest-guide"] .split-hero *,
  body[data-page="guest-guide"] .split-info-grid *,
  body[data-page="guest-guide"] .split-daily-preview * {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body[data-page="guest-guide"] .split-hero-copy {
    display: grid !important;
    gap: 10px !important;
    min-width: 0 !important;
  }

  body[data-page="guest-guide"] .split-hero-copy h1 {
    font-size: clamp(1.65rem, 7.2vw, 2.1rem) !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  body[data-page="guest-guide"] .split-hero-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 4px !important;
    padding: 0 !important;
  }

  body[data-page="guest-guide"] .split-hero-chips a {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }

  body[data-page="guest-guide"] .split-address-card {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 16px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  body[data-page="guest-guide"] .split-address-card strong,
  body[data-page="guest-guide"] .split-address-card p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }

  body[data-page="guest-guide"] .split-address-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  body[data-page="guest-guide"] .split-address-actions .button {
    min-width: 0 !important;
    min-height: 40px !important;
    padding: 0 10px !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body[data-page="guest-guide"] .split-notes-head {
    padding-top: 18px !important;
    padding-bottom: 6px !important;
  }

  body[data-page="guest-guide"] .split-notes-head .split-section-head,
  body[data-page="guest-guide"] .split-daily-head .split-section-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    margin: 0 !important;
  }

  body[data-page="guest-guide"] .split-notes-head h2,
  body[data-page="guest-guide"] .split-daily-head h2 {
    font-size: 1.5rem !important;
    line-height: 1.08 !important;
  }

  body[data-page="guest-guide"] .split-notes-head + .split-home-row,
  body[data-page="guest-guide"] .split-home-row {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body[data-page="guest-guide"] .split-info-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body[data-page="guest-guide"] .split-info-card {
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 17px !important;
  }

  body[data-page="guest-guide"] .split-info-card h3 {
    margin: 0 0 7px !important;
    font-size: 1.08rem !important;
    line-height: 1.16 !important;
  }

  body[data-page="guest-guide"] .split-info-card p {
    margin: 0 !important;
    font-size: 0.86rem !important;
    line-height: 1.42 !important;
  }

  body[data-page="guest-guide"] .split-daily-head {
    padding-top: 18px !important;
    padding-bottom: 7px !important;
    margin-top: 2px !important;
  }

  body[data-page="guest-guide"] .split-daily-head + .split-daily-preview,
  body[data-page="guest-guide"] .split-daily-preview {
    display: block !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body[data-page="guest-guide"] .split-daily-preview .split-nav-list.is-compact {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body[data-page="guest-guide"] .split-daily-preview .split-nav-card {
    display: grid !important;
    min-height: 96px !important;
    padding: 12px !important;
    border-radius: 16px !important;
    background: #efe6d8 !important;
    color: #172319 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body[data-page="guest-guide"] .split-daily-preview .split-nav-card strong {
    font-size: 0.88rem !important;
    line-height: 1.16 !important;
  }

  body[data-page="guest-guide"] .split-daily-preview .split-nav-card small {
    -webkit-line-clamp: 2 !important;
    font-size: 0.74rem !important;
    line-height: 1.34 !important;
  }
}

@media (max-width: 390px) {
  body[data-page="guest-guide"] .split-daily-preview .split-nav-list.is-compact {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .unit-other-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: hidden !important;
    border-radius: 20px !important;
  }

  .unit-other-card img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
  }

  .unit-other-card > div {
    position: relative !important;
    display: grid !important;
    gap: 8px !important;
    padding: 16px !important;
    background: #fffaf2 !important;
    color: #172319 !important;
    text-shadow: none !important;
  }

  .unit-other-card h3,
  .unit-other-card p {
    color: inherit !important;
    text-shadow: none !important;
  }
}

@media (max-width: 720px) {
  .site-footer {
    margin-top: 34px !important;
    padding: 22px 12px 86px !important;
  }

  .site-footer .footer-top-grid {
    gap: 10px !important;
  }

  .site-footer .footer-panel {
    padding: 15px !important;
    border-radius: 16px !important;
  }

  .site-footer .footer-brand-panel {
    gap: 10px !important;
  }

  .site-footer .brand-logo-image {
    height: 42px !important;
    max-width: 170px !important;
  }

  .site-footer .footer-contact-list {
    gap: 7px !important;
    font-size: 0.82rem !important;
  }

  .site-footer .footer-menu-panel a {
    min-height: 32px !important;
    padding: 7px 0 !important;
    font-size: 0.86rem !important;
  }

  .site-footer .footer-support-panel {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .site-footer .footer-support-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .site-footer .footer-whatsapp-button {
    width: 100% !important;
    min-height: 44px !important;
  }

  .site-footer .footer-credit {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .site-footer .footer-credit-logo img {
    width: 148px !important;
  }

  .site-footer .footer-credit-copy {
    gap: 4px !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid rgba(46, 59, 43, 0.12) !important;
    border-left: 0 !important;
  }

  .site-footer .footer-credit-copy strong {
    font-size: 0.84rem !important;
  }

  .site-footer .footer-credit-copy em {
    font-size: 0.75rem !important;
  }
}

/* Final mobile override: must stay at the real end of the stylesheet. */
@media (max-width: 760px) {
  html,
  body,
  #app,
  .site-main {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .site-header {
    z-index: 1200 !important;
  }

  .site-header .header-inner {
    width: calc(100vw - 14px) !important;
    max-width: calc(100vw - 14px) !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    gap: 8px !important;
    padding-inline: 8px !important;
  }

  .site-header .brand-zone,
  .site-header .header-actions {
    min-width: 0 !important;
  }

  .site-header .brand-logo-image {
    height: 34px !important;
    max-width: 128px !important;
    object-fit: contain !important;
  }

  .site-header .language-switcher {
    display: inline-block !important;
    flex: 0 0 auto !important;
  }

  .site-header .language-switcher summary {
    min-width: 76px !important;
    min-height: 34px !important;
    padding-inline: 8px !important;
    background: #fffaf2 !important;
  }

  .site-header .mobile-guide-link {
    display: none !important;
  }

  .site-header .menu-toggle {
    display: inline-flex !important;
    flex: 0 0 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .site-header .menu-toggle span {
    display: block !important;
    width: 17px !important;
    height: 2px !important;
    margin: 2px 0 !important;
    background: currentColor !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .premium-home-hero {
    display: grid !important;
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 10px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #fffaf2 !important;
    box-sizing: border-box !important;
  }

  .premium-home-hero .hero-media {
    position: relative !important;
    inset: auto !important;
    order: 1 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .premium-home-hero .hero-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center 42% !important;
  }

  .premium-home-hero .hero-overlay {
    display: none !important;
  }

  .premium-home-hero .hero-copy {
    position: relative !important;
    inset: auto !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px !important;
    color: #172319 !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .premium-home-hero h1 {
    max-width: 100% !important;
    color: #172319 !important;
    font-size: clamp(1.54rem, 7vw, 2rem) !important;
    line-height: 1.08 !important;
    text-shadow: none !important;
  }

  .premium-home-hero .lead {
    display: none !important;
  }

  .premium-home-hero .eyebrow {
    color: #6e7e5f !important;
    text-shadow: none !important;
  }

  .premium-hero-badges {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  .premium-hero-badges span {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    min-height: 38px !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(46, 59, 43, 0.12) !important;
    border-radius: 14px !important;
    background: #f2eadc !important;
    color: #2e3b2b !important;
    font-size: 0.72rem !important;
    box-sizing: border-box !important;
  }

  .premium-hero-badges span::before {
    flex: 0 0 22px !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 999px !important;
    background-color: #556b4e !important;
    background-size: 13px 13px !important;
    filter: none !important;
  }

  .hero-actions {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    box-sizing: border-box !important;
  }

  .hero-actions .button {
    display: inline-flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  .hero-actions .button-ghost {
    border-color: rgba(46, 59, 43, 0.14) !important;
    background: #efe6d8 !important;
    color: #2e3b2b !important;
  }

  .split-guide,
  .split-hero,
  .split-section,
  .split-home-row,
  .split-daily-preview,
  .split-feature-grid {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 11px !important;
    margin-right: 11px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .split-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  .split-hero-copy,
  .split-address-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .split-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(1.48rem, 6.6vw, 1.9rem) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
  }

  .split-hero-copy p {
    max-width: 100% !important;
    font-size: 0.92rem !important;
    line-height: 1.42 !important;
  }

  .split-hero-chips {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .split-hero-chips a {
    min-width: 0 !important;
    justify-content: center !important;
    padding-inline: 8px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .split-address-actions {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .split-address-actions a,
  .split-address-actions button,
  .split-address-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .split-notes-head {
    padding-top: 18px !important;
    padding-bottom: 6px !important;
  }

  .split-notes-head + .split-home-row,
  .split-home-row {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .split-info-grid {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .split-daily-head {
    padding-top: 18px !important;
    padding-bottom: 7px !important;
  }

  .split-daily-head + .split-daily-preview,
  .split-daily-preview {
    display: block !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .split-daily-preview .split-nav-list.is-compact {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }
}

@media (max-width: 390px) {
  .split-daily-preview .split-nav-list.is-compact {
    grid-template-columns: 1fr !important;
  }
}

/* Final winning mobile homepage pass. */
@media (max-width: 760px) {
  .site-header .header-inner {
    height: 68px !important;
    padding-inline: 10px !important;
  }

  .site-header .brand-logo-image {
    height: 48px !important;
    max-width: 180px !important;
  }

  .site-header .mobile-menu[hidden] {
    display: none !important;
  }

  .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1500 !important;
    display: flex !important;
    justify-content: flex-end !important;
    padding: 10px !important;
    background: rgba(23, 32, 25, 0.42) !important;
    backdrop-filter: blur(10px) !important;
  }

  .site-header .mobile-menu-panel {
    display: grid !important;
    width: min(360px, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - 20px) !important;
    overflow: auto !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 22px !important;
    background: #fffaf2 !important;
    box-shadow: 0 28px 80px rgba(23, 32, 25, 0.28) !important;
  }

  .site-header .mobile-menu-languages {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .site-header .drawer-nav {
    display: grid !important;
    gap: 9px !important;
    margin: 0 !important;
  }

  .site-header .drawer-nav a {
    display: grid !important;
    gap: 3px !important;
    min-height: 58px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #2e3b2b !important;
    text-decoration: none !important;
  }

  body[data-page="home"] .premium-home-hero,
  body.home .premium-home-hero,
  .premium-home-hero {
    position: relative !important;
    display: block !important;
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    height: clamp(360px, 112vw, 500px) !important;
    min-height: 360px !important;
    margin: 10px auto 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #172319 !important;
  }

  body[data-page="home"] .premium-home-hero .hero-media,
  body.home .premium-home-hero .hero-media,
  .premium-home-hero .hero-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body[data-page="home"] .premium-home-hero .hero-img,
  body.home .premium-home-hero .hero-img,
  .premium-home-hero .hero-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center 40% !important;
    filter: saturate(1.04) brightness(0.9) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-overlay,
  body.home .premium-home-hero .hero-overlay,
  .premium-home-hero .hero-overlay {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(18, 28, 20, 0.06) 0%, rgba(18, 28, 20, 0.22) 38%, rgba(18, 28, 20, 0.76) 100%) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-copy,
  body.home .premium-home-hero .hero-copy,
  .premium-home-hero .hero-copy {
    position: absolute !important;
    inset: auto 14px 14px 14px !important;
    z-index: 2 !important;
    display: grid !important;
    gap: 10px !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    color: #fff !important;
  }

  body[data-page="home"] .premium-home-hero .eyebrow,
  body.home .premium-home-hero .eyebrow,
  .premium-home-hero .eyebrow {
    color: rgba(230, 239, 213, 0.94) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28) !important;
  }

  body[data-page="home"] .premium-home-hero h1,
  body.home .premium-home-hero h1,
  .premium-home-hero h1 {
    max-width: 11.6em !important;
    color: #fff !important;
    font-size: clamp(1.78rem, 8.4vw, 2.22rem) !important;
    line-height: 1.04 !important;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.36) !important;
  }

  body[data-page="home"] .premium-home-hero .lead,
  body.home .premium-home-hero .lead,
  .premium-home-hero .lead,
  body[data-page="home"] .premium-hero-badges,
  body.home .premium-hero-badges,
  .premium-hero-badges {
    display: none !important;
  }

  body[data-page="home"] .hero-actions,
  body.home .hero-actions,
  .premium-home-hero .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body[data-page="home"] .hero-actions .button,
  body.home .hero-actions .button,
  .premium-home-hero .hero-actions .button {
    width: 100% !important;
    min-height: 44px !important;
    justify-content: center !important;
    border-radius: 14px !important;
    font-size: 0.86rem !important;
    white-space: nowrap !important;
  }

  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    padding-top: 18px !important;
    padding-bottom: 8px !important;
  }

  body[data-page="home"] .reason-grid,
  body.home .reason-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body[data-page="home"] .reason-card,
  body.home .reason-card {
    min-height: 82px !important;
    padding: 12px !important;
    border-radius: 15px !important;
    gap: 7px !important;
  }

  body[data-page="home"] .reason-dot,
  body.home .reason-dot {
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 0 !important;
    background-size: 16px 16px !important;
  }

  body[data-page="home"] .reason-card h3,
  body.home .reason-card h3 {
    margin: 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.18 !important;
  }

  body[data-page="home"] .reason-card p,
  body.home .reason-card p,
  body[data-page="home"] .premium-stay-section .premium-section-head p:not(.eyebrow),
  body.home .premium-stay-section .premium-section-head p:not(.eyebrow),
  body[data-page="home"] .premium-listing-copy p,
  body.home .premium-listing-copy p {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-featured .listing-chip-row span:nth-child(n+3),
  body.home .listing-category-card-featured .listing-chip-row span:nth-child(n+3) {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row span:nth-child(n+2),
  body.home .listing-category-card-alt .listing-chip-row span:nth-child(n+2) {
    display: none !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row::before,
  body.home .listing-category-card-alt .listing-chip-row::before,
  body[data-page="home"] .listing-category-card-alt .listing-chip-row::after,
  body.home .listing-category-card-alt .listing-chip-row::after {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 9px !important;
    border: 1px solid rgba(48, 66, 36, 0.1) !important;
    border-radius: 999px !important;
    background: rgba(48, 66, 36, 0.055) !important;
    color: #304224 !important;
    font-size: 0.78rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row::before,
  body.home .listing-category-card-alt .listing-chip-row::before {
    content: "Uzun dönem kiralama" !important;
  }

  body[data-page="home"] .listing-category-card-alt .listing-chip-row::after,
  body.home .listing-category-card-alt .listing-chip-row::after {
    content: "Teras / Balkon" !important;
  }

  body[data-page="home"] .owner-listing-note,
  body.home .owner-listing-note,
  body[data-page="home"] .guest-review-head .button,
  body.home .guest-review-head .button,
  body[data-page="home"] .airbnb-review-summary .button,
  body.home .airbnb-review-summary .button {
    display: none !important;
  }
}

/* Mobile hero text placement adjustment. */
@media (max-width: 760px) {
  body[data-page="home"] .premium-home-hero .hero-copy,
  body.home .premium-home-hero .hero-copy,
  .premium-home-hero .hero-copy {
    inset: auto 14px 10px 14px !important;
    gap: 8px !important;
  }

  body[data-page="home"] .premium-home-hero h1,
  body.home .premium-home-hero h1,
  .premium-home-hero h1 {
    max-width: 11.2em !important;
    font-size: clamp(1.62rem, 7.6vw, 2.02rem) !important;
    line-height: 1.04 !important;
  }

  body[data-page="home"] .premium-home-hero .eyebrow,
  body.home .premium-home-hero .eyebrow,
  .premium-home-hero .eyebrow {
    margin-bottom: -2px !important;
  }

  body[data-page="home"] .hero-actions .button,
  body.home .hero-actions .button,
  .premium-home-hero .hero-actions .button {
    min-height: 42px !important;
  }
}

/* Mobile header logo final sizing. */
@media (max-width: 760px) {
  .site-header .header-inner {
    min-height: 76px !important;
    padding-inline: 10px !important;
  }

  .site-header .brand-zone {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    gap: 9px !important;
  }

  .site-header .brand.brand-logo {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }

  .site-header .brand-logo-image {
    width: 204px !important;
    max-width: 53vw !important;
    height: auto !important;
    max-height: 60px !important;
    object-fit: contain !important;
    transform: scale(1.08) !important;
    transform-origin: left center !important;
  }

  .site-header .language-switcher summary {
    min-width: 66px !important;
    padding-inline: 7px !important;
  }
}

@media (max-width: 380px) {
  .site-header .brand-logo-image {
    width: 190px !important;
    max-width: 51vw !important;
  }
}

/* Hide accommodation options on mobile home. */
@media (max-width: 760px) {
  body[data-page="home"] .premium-stay-section,
  body.home .premium-stay-section {
    display: none !important;
  }
}

/* Premium centering for the home reasons heading. */
body[data-page="home"] .premium-reasons .premium-section-head,
body.home .premium-reasons .premium-section-head {
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
  gap: 8px !important;
  margin-inline: auto !important;
}

body[data-page="home"] .premium-reasons .premium-section-head > .eyebrow,
body.home .premium-reasons .premium-section-head > .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: #68785a !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.15em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body[data-page="home"] .premium-reasons .premium-section-head > .eyebrow::before,
body.home .premium-reasons .premium-section-head > .eyebrow::before {
  content: "" !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 50% 50%, #68785a 0 2px, transparent 2.5px),
    linear-gradient(135deg, transparent 39%, #68785a 40% 46%, transparent 47%),
    linear-gradient(45deg, transparent 41%, #68785a 42% 47%, transparent 48%),
    rgba(104, 120, 90, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(104, 120, 90, 0.22) !important;
}

body[data-page="home"] .premium-reasons .premium-section-head > .eyebrow::after,
body.home .premium-reasons .premium-section-head > .eyebrow::after {
  display: none !important;
}

body[data-page="home"] .premium-reasons .premium-section-head h2,
body.home .premium-reasons .premium-section-head h2 {
  margin: 0 !important;
  max-width: none !important;
  font-size: clamp(2.15rem, 4vw, 3rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body[data-page="home"] .premium-reasons .premium-section-head,
  body.home .premium-reasons .premium-section-head {
    gap: 7px !important;
    margin-bottom: 14px !important;
  }

  body[data-page="home"] .premium-reasons .premium-section-head > .eyebrow,
  body.home .premium-reasons .premium-section-head > .eyebrow {
    font-size: 0.72rem !important;
    letter-spacing: 0.11em !important;
  }

  body[data-page="home"] .premium-reasons .premium-section-head > .eyebrow::before,
  body.home .premium-reasons .premium-section-head > .eyebrow::before {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
  }

  body[data-page="home"] .premium-reasons .premium-section-head h2,
  body.home .premium-reasons .premium-section-head h2 {
    font-size: clamp(1.42rem, 6vw, 1.72rem) !important;
  }
}

/* Hide Airbnb guest reviews on mobile home. */
@media (max-width: 760px) {
  body[data-page="home"] .guest-review-section,
  body.home .guest-review-section,
  body[data-page="home"] .airbnb-review-section,
  body.home .airbnb-review-section {
    display: none !important;
  }
}

/* Mobile home section order. */
@media (max-width: 760px) {
  body[data-page="home"] main,
  body.home main {
    display: flex !important;
    flex-direction: column !important;
  }

  body[data-page="home"] .premium-home-hero,
  body.home .premium-home-hero {
    order: 10 !important;
  }

  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    order: 20 !important;
  }

  body[data-page="home"] .home-guest-guide,
  body.home .home-guest-guide {
    order: 30 !important;
  }

  body[data-page="home"] .site-advantages,
  body.home .site-advantages {
    order: 40 !important;
  }

  body[data-page="home"] .location-showcase,
  body.home .location-showcase {
    order: 50 !important;
  }

  body[data-page="home"] .home-faq-preview,
  body.home .home-faq-preview {
    order: 90 !important;
  }
}

/* Mobile site advantages: compact two-column grid. */
@media (max-width: 760px) {
  body[data-page="home"] .site-advantages .advantage-grid,
  body.home .site-advantages .advantage-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body[data-page="home"] .site-advantages .advantage-card,
  body.home .site-advantages .advantage-card {
    min-width: 0 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
  }

  body[data-page="home"] .site-advantages .advantage-img,
  body.home .site-advantages .advantage-img {
    aspect-ratio: 1.2 / 1 !important;
    height: auto !important;
    object-fit: cover !important;
  }

  body[data-page="home"] .site-advantages .advantage-card div,
  body.home .site-advantages .advantage-card div {
    padding: 10px !important;
    gap: 6px !important;
  }

  body[data-page="home"] .site-advantages .advantage-card strong,
  body.home .site-advantages .advantage-card strong {
    font-size: 0.82rem !important;
    line-height: 1.15 !important;
  }

  body[data-page="home"] .site-advantages .advantage-card p,
  body.home .site-advantages .advantage-card p {
    display: none !important;
  }
}

/* Mobile FAQ: centered heading and compact two-column questions. */
@media (max-width: 760px) {
  body[data-page="home"] .home-faq-preview .section-head,
  body.home .home-faq-preview .section-head {
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
    gap: 6px !important;
    margin-bottom: 14px !important;
  }

  body[data-page="home"] .home-faq-preview .section-head h2,
  body.home .home-faq-preview .section-head h2 {
    margin: 0 !important;
    font-size: clamp(1.55rem, 7vw, 1.92rem) !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  body[data-page="home"] .home-faq-grid,
  body.home .home-faq-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body[data-page="home"] .home-faq-card,
  body.home .home-faq-card {
    min-width: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  body[data-page="home"] .home-faq-card summary,
  body.home .home-faq-card summary {
    min-height: 54px !important;
    padding: 11px 12px !important;
    align-items: center !important;
    font-size: 0.82rem !important;
    line-height: 1.18 !important;
  }

  body[data-page="home"] .home-faq-card p,
  body.home .home-faq-card p {
    padding: 0 12px 12px !important;
    font-size: 0.78rem !important;
    line-height: 1.38 !important;
  }
}

/* Mobile courier route video spacing. */
@media (max-width: 760px) {
  body[data-page="courier"] .courier-media-grid,
  body.split-courier-page .courier-media-grid {
    gap: 12px !important;
    padding-top: 4px !important;
    padding-bottom: 10px !important;
  }

  body[data-page="courier"] .courier-media-card,
  body.split-courier-page .courier-media-card {
    gap: 8px !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }

  body[data-page="courier"] .courier-media-card h2,
  body.split-courier-page .courier-media-card h2,
  body[data-page="courier"] .courier-media-card p,
  body.split-courier-page .courier-media-card p {
    margin: 0 !important;
  }

  body[data-page="courier"] .courier-media-card img,
  body[data-page="courier"] .courier-media-card video,
  body.split-courier-page .courier-media-card img,
  body.split-courier-page .courier-media-card video {
    max-height: 68vh !important;
    border-radius: 14px !important;
    object-fit: contain !important;
  }

  body[data-page="courier"] .courier-page-hero,
  body.split-courier-page .courier-page-hero {
    padding-bottom: 12px !important;
  }

  body[data-page="courier"] .courier-page-hero + .courier-media-grid,
  body.split-courier-page .courier-page-hero + .courier-media-grid {
    padding-top: 0 !important;
  }
}

/* Mobile menu premium compact drawer. */
@media (max-width: 760px) {
  .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 78px 12px 16px !important;
    background: rgba(23, 32, 25, 0.32) !important;
    backdrop-filter: blur(12px) !important;
  }

  .site-header .mobile-menu-panel {
    width: min(334px, calc(100vw - 24px)) !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 96px) !important;
    margin: 0 !important;
    padding: 12px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #fffaf2 0%, #f6efe4 100%) !important;
    box-shadow: 0 24px 70px rgba(23, 32, 25, 0.26) !important;
  }

  .site-header .mobile-menu-head {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 9px !important;
    padding: 0 2px 9px !important;
    border-bottom: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .site-header .mobile-menu-head span {
    color: #2e3b2b !important;
    font-size: 0.72rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
  }

  .site-header .mobile-menu-head button {
    width: 32px !important;
    height: 32px !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: 0 6px 16px rgba(23, 32, 25, 0.08) !important;
  }

  .site-header .mobile-menu-languages {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 4px !important;
    margin: 0 0 10px !important;
    padding: 5px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 999px !important;
    background: rgba(232, 222, 207, 0.78) !important;
  }

  .site-header .mobile-menu-languages a {
    min-width: 0 !important;
    min-height: 30px !important;
    padding: 0 5px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: rgba(46, 59, 43, 0.78) !important;
    font-size: 0.66rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-shadow: none !important;
  }

  .site-header .mobile-menu-languages a.is-active {
    background: #2e3b2b !important;
    color: #fffaf2 !important;
    box-shadow: 0 7px 16px rgba(46, 59, 43, 0.18) !important;
  }

  .site-header .drawer-nav {
    display: grid !important;
    gap: 7px !important;
    margin: 0 !important;
  }

  .site-header .drawer-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    color: #2e3b2b !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  .site-header .drawer-nav a::after {
    content: "›" !important;
    color: rgba(46, 59, 43, 0.45) !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  .site-header .drawer-nav strong {
    display: block !important;
    color: inherit !important;
    font-size: 0.91rem !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
  }

  .site-header .drawer-nav small {
    display: none !important;
  }

  .site-header .drawer-nav a:last-child {
    justify-content: center !important;
    min-height: 46px !important;
    margin-top: 3px !important;
    background: linear-gradient(135deg, #2e3b2b 0%, #425936 100%) !important;
    color: #fffaf2 !important;
    box-shadow: 0 14px 28px rgba(46, 59, 43, 0.22) !important;
  }

  .site-header .drawer-nav a:last-child::after {
    display: none !important;
  }
}

/* Mobile home guest guide: keep only the compact entry card. */
@media (max-width: 760px) {
  body[data-page="home"] .home-guest-guide,
  body.home .home-guest-guide {
    width: min(100% - 22px, 1280px) !important;
    margin: 8px auto 10px !important;
    padding: 18px !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, #174536 0%, #2e3b2b 100%) !important;
    box-shadow: 0 16px 34px rgba(23, 32, 25, 0.18) !important;
  }

  body[data-page="home"] .home-guest-guide .section-head,
  body.home .home-guest-guide .section-head {
    display: grid !important;
    justify-items: start !important;
    gap: 8px !important;
    text-align: left !important;
  }

  body[data-page="home"] .home-guest-guide .eyebrow,
  body.home .home-guest-guide .eyebrow {
    color: rgba(255, 250, 242, 0.78) !important;
  }

  body[data-page="home"] .home-guest-guide h2,
  body.home .home-guest-guide h2 {
    max-width: 15em !important;
    margin: 0 !important;
    color: #fffaf2 !important;
    font-size: clamp(1.42rem, 6vw, 1.72rem) !important;
    line-height: 1.1 !important;
  }

  body[data-page="home"] .home-guest-guide p:not(.eyebrow),
  body.home .home-guest-guide p:not(.eyebrow) {
    max-width: 34em !important;
    margin: 0 !important;
    color: rgba(255, 250, 242, 0.82) !important;
    font-size: 0.86rem !important;
    line-height: 1.45 !important;
  }

  body[data-page="home"] .home-guest-guide .button,
  body.home .home-guest-guide .button {
    min-height: 42px !important;
    margin-top: 4px !important;
    padding: 0 16px !important;
    border: 0 !important;
    background: #fffaf2 !important;
    color: #2e3b2b !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14) !important;
  }

  body[data-page="home"] .home-guest-guide .home-guide-grid,
  body.home .home-guest-guide .home-guide-grid {
    display: none !important;
  }
}

/* Mobile home header + hero alignment cleanup. */
@media (max-width: 760px) {
  .site-header .header-inner {
    display: flex !important;
    width: calc(100% - 14px) !important;
    min-height: 78px !important;
    height: 78px !important;
    align-items: center !important;
    gap: 8px !important;
    padding-inline: 10px !important;
  }

  .site-header .brand-zone {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .site-header .brand.brand-logo {
    flex: 0 1 auto !important;
    margin-right: auto !important;
  }

  .site-header .brand-logo-image {
    width: 214px !important;
    max-width: 55vw !important;
    height: auto !important;
    max-height: 62px !important;
    object-fit: contain !important;
    transform: none !important;
  }

  .site-header .brand-zone .language-switcher {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    order: 2 !important;
  }

  .site-header .language-switcher summary {
    min-width: 74px !important;
    min-height: 36px !important;
    padding-inline: 9px !important;
  }

  .site-header .header-actions {
    flex: 0 0 auto !important;
    gap: 7px !important;
  }

  .site-header .menu-toggle {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 14px !important;
  }

  body[data-page="home"] .premium-home-hero,
  body.home .premium-home-hero,
  .premium-home-hero {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    height: clamp(430px, 116vw, 550px) !important;
    margin-top: 10px !important;
    border-radius: 22px !important;
  }

  body[data-page="home"] .premium-home-hero .hero-img,
  body.home .premium-home-hero .hero-img,
  .premium-home-hero .hero-img {
    object-position: center 42% !important;
    filter: saturate(1.04) brightness(0.94) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-overlay,
  body.home .premium-home-hero .hero-overlay,
  .premium-home-hero .hero-overlay {
    background:
      linear-gradient(180deg, rgba(18, 28, 20, 0.03) 0%, rgba(18, 28, 20, 0.2) 42%, rgba(18, 28, 20, 0.82) 100%),
      linear-gradient(90deg, rgba(18, 28, 20, 0.48) 0%, rgba(18, 28, 20, 0.12) 62%, rgba(18, 28, 20, 0.02) 100%) !important;
  }

  body[data-page="home"] .premium-home-hero .hero-copy,
  body.home .premium-home-hero .hero-copy,
  .premium-home-hero .hero-copy {
    inset: auto 15px 18px 15px !important;
    display: grid !important;
    align-content: end !important;
    justify-items: start !important;
    gap: 9px !important;
    text-align: left !important;
  }

  body[data-page="home"] .premium-home-hero .eyebrow,
  body.home .premium-home-hero .eyebrow,
  .premium-home-hero .eyebrow {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: rgba(230, 239, 213, 0.96) !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.14em !important;
    line-height: 1.1 !important;
    text-align: left !important;
  }

  body[data-page="home"] .premium-home-hero h1,
  body.home .premium-home-hero h1,
  .premium-home-hero h1 {
    width: min(100%, 12.2em) !important;
    max-width: 12.2em !important;
    margin: 0 !important;
    color: #fffaf2 !important;
    font-size: clamp(1.74rem, 7.8vw, 2.08rem) !important;
    line-height: 1.03 !important;
    text-align: left !important;
    text-wrap: balance !important;
  }

  body[data-page="home"] .hero-actions,
  body.home .hero-actions,
  .premium-home-hero .hero-actions {
    width: 100% !important;
    max-width: 360px !important;
    gap: 8px !important;
    margin-top: 2px !important;
  }

  body[data-page="home"] .hero-actions .button,
  body.home .hero-actions .button,
  .premium-home-hero .hero-actions .button {
    min-height: 45px !important;
    border-radius: 15px !important;
    font-size: 0.9rem !important;
    font-weight: 900 !important;
  }

  body[data-page="home"] .hero-actions .button-primary,
  body.home .hero-actions .button-primary,
  .premium-home-hero .hero-actions .button-primary {
    background: linear-gradient(135deg, #58743e 0%, #304224 100%) !important;
    color: #fffaf2 !important;
    box-shadow: 0 13px 28px rgba(23, 32, 25, 0.26) !important;
  }

  body[data-page="home"] .hero-actions .button-ghost,
  body.home .hero-actions .button-ghost,
  .premium-home-hero .hero-actions .button-ghost {
    background: rgba(246, 240, 230, 0.94) !important;
    color: #2e3b2b !important;
    box-shadow: 0 9px 22px rgba(23, 32, 25, 0.14) !important;
  }
}

@media (max-width: 380px) {
  .site-header .brand-logo-image {
    width: 198px !important;
    max-width: 52vw !important;
  }

  .site-header .language-switcher summary {
    min-width: 68px !important;
  }
}

/* Desktop home refinement: keep Site Advantages as one clean 4-card row. */
@media (min-width: 900px) {
  body[data-page="home"] .site-advantages .advantage-grid,
  body.home .site-advantages .advantage-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
  }

  body[data-page="home"] .site-advantages .advantage-card,
  body.home .site-advantages .advantage-card {
    min-width: 0 !important;
  }
}

/* Mobile home: keep the hero focused on one primary booking action. */
@media (max-width: 760px) {
  body[data-page="home"] .premium-home-hero .hero-actions .button-ghost,
  body.home .premium-home-hero .hero-actions .button-ghost {
    display: none !important;
  }
}

/* Mobile home: move hero headline slightly closer to the left edge. */
@media (max-width: 760px) {
  body[data-page="home"] .premium-home-hero .hero-copy,
  body.home .premium-home-hero .hero-copy {
    inset: auto 14px 18px 10px !important;
  }
}

/* Mobile menu v2: compact premium bottom sheet. */
@media (max-width: 760px) {
  .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10000 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 0 10px 10px !important;
    background:
      linear-gradient(180deg, rgba(23, 32, 25, 0.18) 0%, rgba(23, 32, 25, 0.48) 100%) !important;
    backdrop-filter: blur(10px) !important;
  }

  .site-header .mobile-menu-panel {
    width: min(100%, 390px) !important;
    max-height: min(72dvh, 560px) !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    border-radius: 28px 28px 22px 22px !important;
    background:
      radial-gradient(circle at 18% 0%, rgba(214, 199, 174, 0.32), transparent 36%),
      linear-gradient(180deg, #fffaf2 0%, #f2eadf 100%) !important;
    box-shadow: 0 -18px 64px rgba(23, 32, 25, 0.28) !important;
  }

  .site-header .mobile-menu-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: -2px -2px 12px !important;
    padding: 0 0 10px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .site-header .mobile-menu-head span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #2e3b2b !important;
    font-size: 0.78rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
  }

  .site-header .mobile-menu-head span::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: #6e815d !important;
  }

  .site-header .mobile-menu-head button {
    width: 38px !important;
    height: 38px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    border-radius: 999px !important;
    background: #fffaf2 !important;
    color: #2e3b2b !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    box-shadow: 0 8px 18px rgba(23, 32, 25, 0.1) !important;
  }

  .site-header .mobile-menu-languages {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .site-header .mobile-menu-languages a {
    min-width: 0 !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 8px !important;
    border: 1px solid rgba(46, 59, 43, 0.12) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    color: #2e3b2b !important;
    font-size: 0.78rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  .site-header .mobile-menu-languages a.is-active {
    border-color: #2e3b2b !important;
    background: #2e3b2b !important;
    color: #fffaf2 !important;
    box-shadow: 0 10px 20px rgba(46, 59, 43, 0.18) !important;
  }

  .site-header .drawer-nav {
    display: grid !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-header .drawer-nav a {
    min-height: 58px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    column-gap: 12px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(46, 59, 43, 0.11) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    color: #2e3b2b !important;
    text-decoration: none !important;
    box-shadow: 0 10px 26px rgba(23, 32, 25, 0.06) !important;
  }

  .site-header .drawer-nav a::after {
    content: "›" !important;
    display: grid !important;
    place-items: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 999px !important;
    background: rgba(46, 59, 43, 0.07) !important;
    color: rgba(46, 59, 43, 0.7) !important;
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .site-header .drawer-nav strong {
    display: block !important;
    color: #182016 !important;
    font-size: 0.98rem !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
  }

  .site-header .drawer-nav small {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(46, 59, 43, 0.66) !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  .site-header .drawer-nav a:last-child {
    min-height: 54px !important;
    margin-top: 2px !important;
    border-color: rgba(46, 59, 43, 0.22) !important;
    background: linear-gradient(135deg, #2e3b2b 0%, #516b40 100%) !important;
    color: #fffaf2 !important;
    box-shadow: 0 14px 30px rgba(46, 59, 43, 0.25) !important;
  }

  .site-header .drawer-nav a:last-child strong,
  .site-header .drawer-nav a:last-child small {
    color: #fffaf2 !important;
  }

  .site-header .drawer-nav a:last-child small {
    opacity: 0.78 !important;
  }

  .site-header .drawer-nav a:last-child::after {
    background: rgba(255, 250, 242, 0.16) !important;
    color: #fffaf2 !important;
  }
}

/* Mobile home hero copy final alignment. */
@media (max-width: 760px) {
  html body .premium-home-hero .hero-copy,
  html body[data-page="home"] .premium-home-hero .hero-copy,
  html body.home .premium-home-hero .hero-copy {
    left: 6px !important;
    right: 14px !important;
    bottom: 18px !important;
    inset: auto 14px 18px 6px !important;
    text-align: left !important;
    justify-items: start !important;
  }

  html body .premium-home-hero h1,
  html body[data-page="home"] .premium-home-hero h1,
  html body.home .premium-home-hero h1 {
    margin-left: 0 !important;
    text-align: left !important;
  }
}

/* Mobile menu final reset: functional compact overlay, no layout bleed. */
@media (max-width: 760px) {
  body.menu-open {
    overflow: hidden !important;
  }

  html body .site-header .mobile-menu[hidden] {
    display: none !important;
  }

  html body .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    display: grid !important;
    place-items: start center !important;
    padding: 86px 12px 18px !important;
    background: rgba(20, 27, 20, 0.46) !important;
    backdrop-filter: blur(14px) saturate(1.05) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.05) !important;
  }

  html body .site-header .mobile-menu-panel {
    width: min(100%, 388px) !important;
    max-height: calc(100dvh - 108px) !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    border: 1px solid rgba(46, 59, 43, 0.16) !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 18% 0%, rgba(214, 199, 174, 0.28), transparent 35%),
      linear-gradient(180deg, #fffaf2 0%, #f3eadc 100%) !important;
    box-shadow: 0 28px 80px rgba(12, 18, 12, 0.32) !important;
  }

  html body .site-header .mobile-menu-head {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 0 12px !important;
    padding: 0 0 12px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(46, 59, 43, 0.12) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body .site-header .mobile-menu-head span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #2e3b2b !important;
    font-size: 0.76rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.16em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  html body .site-header .mobile-menu-head span::before {
    content: "" !important;
    width: 9px !important;
    height: 9px !important;
    flex: 0 0 9px !important;
    border-radius: 999px !important;
    background: #6e815d !important;
    box-shadow: 0 0 0 5px rgba(110, 129, 93, 0.14) !important;
  }

  html body .site-header .mobile-menu-head button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid rgba(46, 59, 43, 0.16) !important;
    border-radius: 999px !important;
    background: #fffaf2 !important;
    color: #2e3b2b !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    box-shadow: 0 10px 22px rgba(23, 32, 25, 0.1) !important;
  }

  html body .site-header .mobile-menu-languages {
    display: none !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body .site-header .mobile-menu-languages a {
    flex: 1 1 54px !important;
    min-width: 54px !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    border: 1px solid rgba(46, 59, 43, 0.12) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.74) !important;
    color: #2e3b2b !important;
    font-size: 0.78rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  html body .site-header .mobile-menu-languages a.is-active {
    border-color: #2e3b2b !important;
    background: #2e3b2b !important;
    color: #fffaf2 !important;
  }

  html body .site-header .drawer-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body .site-header .drawer-nav a {
    min-height: 58px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(46, 59, 43, 0.11) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    color: #2e3b2b !important;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(23, 32, 25, 0.055) !important;
  }

  html body .site-header .drawer-nav a::after {
    content: "›" !important;
    display: grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
    background: rgba(46, 59, 43, 0.08) !important;
    color: rgba(46, 59, 43, 0.7) !important;
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  html body .site-header .drawer-nav strong {
    display: block !important;
    color: #182016 !important;
    font-size: 1rem !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
    white-space: normal !important;
  }

  html body .site-header .drawer-nav small {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(46, 59, 43, 0.66) !important;
    font-size: 0.76rem !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  html body .site-header .drawer-nav a:last-child {
    min-height: 56px !important;
    margin-top: 3px !important;
    border-color: rgba(46, 59, 43, 0.22) !important;
    background: linear-gradient(135deg, #2e3b2b 0%, #536f42 100%) !important;
    color: #fffaf2 !important;
    box-shadow: 0 14px 30px rgba(46, 59, 43, 0.26) !important;
  }

  html body .site-header .drawer-nav a:last-child strong,
  html body .site-header .drawer-nav a:last-child small {
    color: #fffaf2 !important;
  }

  html body .site-header .drawer-nav a:last-child small {
    opacity: 0.78 !important;
  }

  html body .site-header .drawer-nav a:last-child::after {
    background: rgba(255, 250, 242, 0.16) !important;
    color: #fffaf2 !important;
  }
}

/* Final override, intentionally last: mobile drawer has no arrows or extra language row. */
@media (max-width: 760px) {
  html body .site-header .mobile-menu-languages {
    display: none !important;
  }

  html body .site-header .drawer-nav {
    gap: 8px !important;
  }

  html body .site-header .drawer-nav a {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 48px !important;
    padding: 12px 15px !important;
    column-gap: 0 !important;
  }

  html body .site-header .drawer-nav a::before,
  html body .site-header .drawer-nav a::after,
  html body .site-header .drawer-nav a:last-child::before,
  html body .site-header .drawer-nav a:last-child::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    box-shadow: none !important;
  }

  html body .site-header .drawer-nav strong {
    margin: 0 !important;
    color: inherit !important;
    font-size: 0.96rem !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  html body .site-header .drawer-nav small {
    display: none !important;
  }
}

/* Footer final layout: links first, then brand + WebIsletme credit as two cards. */
html body .site-footer {
  display: grid !important;
  gap: 14px !important;
}

html body .site-footer .footer-top-grid.footer-links-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 0 !important;
}

html body .site-footer .footer-links-row .footer-links-panel {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
  width: 100% !important;
  padding: 24px 28px !important;
  align-items: start !important;
}

html body .site-footer .footer-links-row .footer-menu-panel {
  display: grid !important;
  gap: 10px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .site-footer .footer-links-row .footer-menu-panel + .footer-menu-panel {
  padding-left: 24px !important;
  border-left: 1px solid rgba(46, 59, 43, 0.12) !important;
}

html body .site-footer .footer-bottom-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

html body .site-footer .footer-bottom-grid .footer-panel,
html body .site-footer .footer-bottom-grid .footer-credit {
  min-height: 132px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(46, 59, 43, 0.13) !important;
  border-radius: 22px !important;
  background: rgba(255, 250, 242, 0.72) !important;
  box-shadow: 0 14px 34px rgba(46, 59, 43, 0.06) !important;
}

html body .site-footer .footer-brand-panel {
  display: grid !important;
  align-content: center !important;
  gap: 12px !important;
}

html body .site-footer .footer-brand-panel .brand-logo-image {
  width: 190px !important;
  max-width: 100% !important;
  height: auto !important;
}

html body .site-footer .footer-contact-list {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
}

html body .site-footer .footer-credit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #2e3b2b !important;
  text-decoration: none !important;
}

html body .site-footer .footer-credit-copy {
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
  gap: 8px !important;
}

html body .site-footer .footer-credit-copy strong {
  color: #2e3b2b !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
}

html body .site-footer .footer-credit-copy em {
  color: rgba(46, 59, 43, 0.66) !important;
  font-size: 0.82rem !important;
  font-style: normal !important;
  font-weight: 760 !important;
}

@media (max-width: 760px) {
  html body .site-footer {
    gap: 10px !important;
  }

  html body .site-footer .footer-links-row .footer-links-panel {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    padding: 13px !important;
  }

  html body .site-footer .footer-links-row .footer-menu-panel {
    display: grid !important;
    gap: 7px !important;
  }

  html body .site-footer .footer-links-row .footer-menu-panel + .footer-menu-panel {
    padding-left: 12px !important;
  }

  html body .site-footer .footer-links-row .footer-menu-panel > strong {
    font-size: 0.68rem !important;
  }

  html body .site-footer .footer-links-row .footer-menu-panel a {
    min-height: 26px !important;
    font-size: 0.76rem !important;
    line-height: 1.18 !important;
  }

  html body .site-footer .footer-bottom-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body .site-footer .footer-bottom-grid .footer-panel,
  html body .site-footer .footer-bottom-grid .footer-credit {
    min-height: 0 !important;
    padding: 13px !important;
    border-radius: 18px !important;
  }

  html body .site-footer .footer-brand-panel .brand-logo-image {
    width: 156px !important;
  }

  html body .site-footer .footer-brand-panel .footer-contact-list li:first-child {
    display: none !important;
  }

  html body .site-footer .footer-credit-copy {
    justify-items: start !important;
    text-align: left !important;
    gap: 3px !important;
  }

  html body .site-footer .footer-credit-copy strong {
    font-size: 0.78rem !important;
  }

  html body .site-footer .footer-credit-copy em {
    font-size: 0.68rem !important;
  }
}

/* Final mobile drawer cleanup: keep the menu as plain premium links, no arrows. */
@media (max-width: 760px) {
  html body .site-header .mobile-menu-languages {
    display: none !important;
  }

  html body .site-header .drawer-nav {
    gap: 8px !important;
  }

  html body .site-header .drawer-nav a {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 48px !important;
    padding: 12px 15px !important;
    column-gap: 0 !important;
  }

  html body .site-header .drawer-nav a::before,
  html body .site-header .drawer-nav a::after,
  html body .site-header .drawer-nav a:last-child::before,
  html body .site-header .drawer-nav a:last-child::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    box-shadow: none !important;
  }

  html body .site-header .drawer-nav strong {
    margin: 0 !important;
    color: inherit !important;
    font-size: 0.96rem !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  html body .site-header .drawer-nav small {
    display: none !important;
  }
}

/* Mobile menu v3: small top-right popover, not a second page. */
@media (max-width: 760px) {
  html body.menu-open {
    overflow: hidden !important;
  }

  html body .site-header .mobile-menu[hidden] {
    display: none !important;
  }

  html body .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483600 !important;
    display: block !important;
    padding: 0 !important;
    background: rgba(22, 28, 20, 0.18) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
  }

  html body .site-header .mobile-menu-panel {
    position: absolute !important;
    top: calc(var(--header-height, 72px) + 8px) !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    width: min(306px, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - var(--header-height, 72px) - 24px) !important;
    margin: 0 !important;
    padding: 10px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    border-radius: 20px !important;
    background: rgba(255, 250, 242, 0.97) !important;
    box-shadow: 0 18px 44px rgba(17, 25, 16, 0.22) !important;
  }

  html body .site-header .mobile-menu-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 40px !important;
    margin: 0 0 6px !important;
    padding: 2px 2px 8px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(46, 59, 43, 0.1) !important;
    background: transparent !important;
  }

  html body .site-header .mobile-menu-head span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #2e3b2b !important;
    font-size: 0.92rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  html body .site-header .mobile-menu-head span::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    flex: 0 0 8px !important;
    border-radius: 999px !important;
    background: #7d8f61 !important;
    box-shadow: 0 0 0 5px rgba(125, 143, 97, 0.14) !important;
  }

  html body .site-header .mobile-menu-head button {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid rgba(46, 59, 43, 0.12) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #2e3b2b !important;
    font-size: 1.05rem !important;
    line-height: 1 !important;
    box-shadow: none !important;
  }

  html body .site-header .mobile-menu-languages {
    display: none !important;
  }

  html body .site-header .drawer-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body .site-header .drawer-nav a {
    min-height: 44px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 24px !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 11px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.84) !important;
    color: #2e3b2b !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  html body .site-header .drawer-nav a::before {
    content: none !important;
  }

  html body .site-header .drawer-nav a::after {
    content: "›" !important;
    display: grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 999px !important;
    background: rgba(46, 59, 43, 0.07) !important;
    color: rgba(46, 59, 43, 0.68) !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  html body .site-header .drawer-nav strong {
    color: #172015 !important;
    font-size: 0.9rem !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body .site-header .drawer-nav small {
    display: none !important;
  }

  html body .site-header .drawer-nav a:last-child {
    min-height: 46px !important;
    margin-top: 3px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #2e3b2b 0%, #536f42 100%) !important;
    color: #fffaf2 !important;
    box-shadow: 0 12px 22px rgba(46, 59, 43, 0.2) !important;
  }

  html body .site-header .drawer-nav a:last-child strong {
    color: #fffaf2 !important;
  }

  html body .site-header .drawer-nav a:last-child::after {
    background: rgba(255, 250, 242, 0.16) !important;
    color: #fffaf2 !important;
  }

  html body .site-header .drawer-contact {
    display: grid !important;
    gap: 8px !important;
    margin-top: 8px !important;
    padding-top: 8px !important;
    border-top: 1px solid rgba(46, 59, 43, 0.1) !important;
  }

  html body .site-header .drawer-contact strong {
    display: none !important;
  }

  html body .site-header .drawer-contact > div {
    display: grid !important;
    grid-template-columns: 1fr 0.72fr !important;
    gap: 7px !important;
  }

  html body .site-header .drawer-contact .button {
    min-height: 38px !important;
    width: auto !important;
    padding: 0 12px !important;
    border-radius: 13px !important;
    font-size: 0.82rem !important;
    line-height: 1 !important;
  }
}

/* Footer simplification: no support card, no Webisletme logo image. */
html body .site-footer .footer-top-grid {
  grid-template-columns: minmax(280px, 1.15fr) repeat(2, minmax(220px, 0.85fr)) !important;
}

html body .site-footer .footer-support-panel,
html body .site-footer .footer-credit-logo {
  display: none !important;
}

html body .site-footer .footer-credit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 58px !important;
  padding: 16px 22px !important;
}

html body .site-footer .footer-credit-copy {
  align-items: center !important;
  text-align: center !important;
  gap: 4px !important;
}

html body .site-footer .footer-credit-copy strong {
  font-size: 0.92rem !important;
  line-height: 1.2 !important;
}

html body .site-footer .footer-credit-copy em {
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
}

@media (max-width: 980px) {
  html body .site-footer .footer-top-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  html body .site-footer .footer-brand-panel {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  html body .site-footer .footer-top-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  html body .site-footer .footer-brand-panel {
    grid-column: 1 / -1 !important;
  }

  html body .site-footer .footer-menu-panel {
    display: grid !important;
    min-height: 0 !important;
    padding: 12px !important;
    gap: 7px !important;
  }

  html body .site-footer .footer-menu-panel > strong {
    font-size: 0.68rem !important;
    line-height: 1.1 !important;
    letter-spacing: 0.1em !important;
  }

  html body .site-footer .footer-menu-panel .footer-divider {
    display: none !important;
  }

  html body .site-footer .footer-menu-panel a {
    min-height: 30px !important;
    padding: 0 !important;
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
  }

  html body .site-footer .footer-credit {
    min-height: 48px !important;
    margin-top: 10px !important;
    padding: 12px !important;
  }

  html body .site-footer .footer-credit-copy strong {
    font-size: 0.76rem !important;
  }

  html body .site-footer .footer-credit-copy em {
    font-size: 0.68rem !important;
  }
}

/* Mobile menu: remove decorative arrows for a cleaner compact menu. */
@media (max-width: 760px) {
  html body .site-header .drawer-nav a {
    grid-template-columns: minmax(0, 1fr) !important;
    padding-right: 13px !important;
  }

  html body .site-header .drawer-nav a::after {
    content: none !important;
    display: none !important;
  }
}

/* Footer links: one card with two internal columns. */
html body .site-footer .footer-top-grid {
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.1fr) !important;
}

html body .site-footer .footer-links-panel {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 22px !important;
  align-items: start !important;
}

html body .site-footer .footer-links-panel .footer-menu-panel {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .site-footer .footer-links-panel .footer-menu-panel + .footer-menu-panel {
  padding-left: 22px !important;
  border-left: 1px solid rgba(46, 59, 43, 0.12) !important;
}

@media (max-width: 980px) {
  html body .site-footer .footer-top-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  html body .site-footer .footer-top-grid {
    grid-template-columns: 1fr !important;
  }

  html body .site-footer .footer-links-panel {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  html body .site-footer .footer-links-panel .footer-menu-panel {
    display: grid !important;
    gap: 7px !important;
  }

  html body .site-footer .footer-links-panel .footer-menu-panel + .footer-menu-panel {
    padding-left: 12px !important;
  }
}

/* Mobile footer: keep it useful, but stop it from becoming a long second page. */
@media (max-width: 760px) {
  html body .site-footer {
    width: calc(100% - 18px) !important;
    margin: 30px auto 84px !important;
    padding: 14px !important;
    border-radius: 24px !important;
  }

  html body .site-footer::after {
    display: none !important;
  }

  html body .site-footer .footer-top-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  html body .site-footer .footer-panel {
    min-height: 0 !important;
    padding: 14px !important;
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  html body .site-footer .footer-menu-panel {
    display: none !important;
  }

  html body .site-footer .footer-brand-panel {
    display: grid !important;
    gap: 8px !important;
    justify-items: start !important;
  }

  html body .site-footer .footer-brand-panel .brand-logo-image {
    width: 168px !important;
    max-width: 70vw !important;
    height: auto !important;
  }

  html body .site-footer .footer-brand-panel .footer-divider {
    display: none !important;
  }

  html body .site-footer .footer-contact-list {
    display: grid !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body .site-footer .footer-contact-list li {
    gap: 8px !important;
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  html body .site-footer .footer-contact-list li:first-child {
    display: none !important;
  }

  html body .site-footer .footer-support-panel {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px 12px !important;
  }

  html body .site-footer .footer-support-icon {
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    grid-row: 1 / span 2 !important;
  }

  html body .site-footer .footer-support-panel > strong {
    margin: 0 !important;
    font-size: 0.92rem !important;
    letter-spacing: 0.08em !important;
    text-align: left !important;
  }

  html body .site-footer .footer-support-panel .footer-divider,
  html body .site-footer .footer-support-panel p {
    display: none !important;
  }

  html body .site-footer .footer-whatsapp-button {
    grid-column: 2 !important;
    width: 100% !important;
    min-height: 40px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    font-size: 0.86rem !important;
  }

  html body .site-footer .footer-credit {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 10px !important;
    padding: 12px !important;
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  html body .site-footer .footer-credit-logo img {
    width: 92px !important;
    max-width: 92px !important;
  }

  html body .site-footer .footer-credit-copy {
    align-items: flex-start !important;
    text-align: left !important;
    gap: 3px !important;
  }

  html body .site-footer .footer-credit-copy strong {
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
  }

  html body .site-footer .footer-credit-copy em {
    font-size: 0.68rem !important;
    line-height: 1.25 !important;
  }
}

/* Home reason cards: align icon and title on one stronger row. */
body[data-page="home"] .reason-card,
body.home .reason-card {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 12px !important;
  row-gap: 10px !important;
}

body[data-page="home"] .reason-dot,
body.home .reason-dot {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}

body[data-page="home"] .reason-card h3,
body.home .reason-card h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
}

body[data-page="home"] .reason-card p,
body.home .reason-card p {
  grid-column: 1 / -1 !important;
}

/* Tighten desktop heading gaps for review and site advantage sections. */
@media (min-width: 761px) {
  body[data-page="home"] .guest-review-section,
  body.home .guest-review-section {
    padding-top: clamp(34px, 4vw, 54px) !important;
    padding-bottom: clamp(34px, 4vw, 54px) !important;
  }

  body[data-page="home"] .guest-review-head,
  body.home .guest-review-head {
    margin-bottom: 18px !important;
    gap: 18px !important;
  }

  body[data-page="home"] .guest-review-head .eyebrow,
  body.home .guest-review-head .eyebrow,
  body[data-page="home"] .guest-review-head h2,
  body.home .guest-review-head h2,
  body[data-page="home"] .guest-review-head p,
  body.home .guest-review-head p {
    margin-bottom: 8px !important;
  }

  body[data-page="home"] .site-advantages,
  body.home .site-advantages {
    padding-top: clamp(36px, 4vw, 56px) !important;
  }

  body[data-page="home"] .site-advantages .section-head.center,
  body.home .site-advantages .section-head.center {
    margin-bottom: 22px !important;
    gap: 8px !important;
  }

  body[data-page="home"] .site-advantages .section-head.center .eyebrow,
  body.home .site-advantages .section-head.center .eyebrow,
  body[data-page="home"] .site-advantages .section-head.center h2,
  body.home .site-advantages .section-head.center h2 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .reason-card,
  body.home .reason-card {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    column-gap: 8px !important;
    row-gap: 0 !important;
  }

  body[data-page="home"] .reason-dot,
  body.home .reason-dot {
    width: 28px !important;
    height: 28px !important;
  }

  body[data-page="home"] .reason-card h3,
  body.home .reason-card h3 {
    font-size: 0.9rem !important;
    line-height: 1.08 !important;
  }
}

/* Home reason cards: reduce the heavy empty space between title and copy. */
@media (min-width: 761px) {
  body[data-page="home"] .premium-reasons,
  body.home .premium-reasons {
    padding-top: clamp(34px, 4vw, 56px) !important;
    padding-bottom: clamp(40px, 4vw, 64px) !important;
  }

  body[data-page="home"] .reason-grid,
  body.home .reason-grid {
    gap: 16px !important;
  }

  body[data-page="home"] .reason-card,
  body.home .reason-card {
    min-height: 176px !important;
    align-content: start !important;
    align-items: start !important;
    row-gap: 14px !important;
    padding: 24px 24px 22px !important;
    border-radius: 16px !important;
  }

  body[data-page="home"] .reason-dot,
  body.home .reason-dot {
    width: 28px !important;
    height: 28px !important;
  }

  body[data-page="home"] .reason-card h3,
  body.home .reason-card h3 {
    align-self: center !important;
    font-size: 1.02rem !important;
    line-height: 1.18 !important;
  }

  body[data-page="home"] .reason-card p,
  body.home .reason-card p {
    margin: 0 !important;
    max-width: 31ch !important;
    align-self: start !important;
    color: rgba(46, 59, 43, 0.78) !important;
    font-size: 0.92rem !important;
    line-height: 1.48 !important;
  }
}

/* Mobile navigation: premium bottom sheet instead of bulky modal cards. */
@media (max-width: 760px) {
  html body.menu-open {
    overflow: hidden !important;
  }

  html body .site-header .mobile-menu[hidden] {
    display: none !important;
  }

  html body .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    display: grid !important;
    place-items: end center !important;
    padding: 0 10px 10px !important;
    background:
      linear-gradient(180deg, rgba(18, 25, 18, 0.18), rgba(18, 25, 18, 0.52)) !important;
    backdrop-filter: blur(10px) saturate(1.02) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.02) !important;
  }

  html body .site-header .mobile-menu-panel {
    width: min(100%, 430px) !important;
    max-height: min(78dvh, 620px) !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    border-radius: 28px !important;
    background:
      radial-gradient(circle at 16% 0%, rgba(214, 199, 174, 0.28), transparent 34%),
      linear-gradient(180deg, #fffaf2 0%, #f4ecdf 100%) !important;
    box-shadow: 0 26px 70px rgba(12, 18, 12, 0.34) !important;
  }

  html body .site-header .mobile-menu-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 0 10px !important;
    padding: 4px 2px 12px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(46, 59, 43, 0.1) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body .site-header .mobile-menu-head span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    color: #2e3b2b !important;
    font-size: 1rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.02em !important;
    line-height: 1 !important;
    text-transform: none !important;
  }

  html body .site-header .mobile-menu-head span::before {
    content: "" !important;
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    border-radius: 999px !important;
    background:
      linear-gradient(135deg, rgba(46, 59, 43, 0.12), rgba(110, 129, 93, 0.18)),
      url("/wp-content/themes/hekimkoy-villa/assets/img/hekimkoy-villa-logo-olive-transparent.png") center / 25px auto no-repeat !important;
    box-shadow: inset 0 0 0 1px rgba(46, 59, 43, 0.12) !important;
  }

  html body .site-header .mobile-menu-head button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid rgba(46, 59, 43, 0.12) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.76) !important;
    color: #2e3b2b !important;
    font-size: 1.15rem !important;
    line-height: 1 !important;
    box-shadow: 0 10px 22px rgba(23, 32, 25, 0.08) !important;
  }

  html body .site-header .mobile-menu-languages {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    margin: 0 0 12px !important;
    padding: 4px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.58) !important;
    box-shadow: none !important;
  }

  html body .site-header .mobile-menu-languages a {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: rgba(46, 59, 43, 0.72) !important;
    font-size: 0.76rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  html body .site-header .mobile-menu-languages a.is-active {
    background: #2e3b2b !important;
    color: #fffaf2 !important;
    box-shadow: 0 8px 18px rgba(46, 59, 43, 0.18) !important;
  }

  html body .site-header .drawer-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body .site-header .drawer-nav a {
    min-height: 50px !important;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    column-gap: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.74) !important;
    color: #2e3b2b !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  html body .site-header .drawer-nav a::before {
    content: none !important;
    display: none !important;
  }

  html body .site-header .drawer-nav a::after {
    content: none !important;
    display: none !important;
  }

  html body .site-header .drawer-nav strong {
    display: block !important;
    color: #172015 !important;
    font-size: 0.93rem !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
    white-space: normal !important;
  }

  html body .site-header .drawer-nav small {
    display: none !important;
    margin-top: 3px !important;
    color: rgba(46, 59, 43, 0.6) !important;
    font-size: 0.72rem !important;
    font-weight: 720 !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  html body .site-header .drawer-nav a:last-child {
    min-height: 54px !important;
    margin-top: 4px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #2e3b2b 0%, #526f42 100%) !important;
    color: #fffaf2 !important;
    box-shadow: 0 14px 28px rgba(46, 59, 43, 0.24) !important;
  }

  html body .site-header .drawer-nav a:last-child::before {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  html body .site-header .drawer-nav a:last-child strong,
  html body .site-header .drawer-nav a:last-child small {
    color: #fffaf2 !important;
  }

  html body .site-header .drawer-nav a:last-child small {
    opacity: 0.78 !important;
  }

  html body .site-header .drawer-nav a:last-child::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }
}

/* Footer bottom final: brand and WebIsletme live inside one horizontal card. */
html body .site-footer .footer-bottom-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 1fr) minmax(240px, 0.9fr) !important;
  gap: 0 !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 22px !important;
  border: 1px solid rgba(46, 59, 43, 0.13) !important;
  border-radius: 24px !important;
  background: rgba(255, 250, 242, 0.72) !important;
  box-shadow: 0 14px 34px rgba(46, 59, 43, 0.06) !important;
}

html body .site-footer .footer-bottom-grid .footer-panel,
html body .site-footer .footer-bottom-grid .footer-credit {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .site-footer .footer-bottom-grid .footer-brand-panel {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  min-width: 0 !important;
}

html body .site-footer .footer-bottom-grid .footer-brand-panel .footer-divider {
  display: none !important;
}

html body .site-footer .footer-bottom-grid .footer-brand-panel .brand-logo-image {
  width: 180px !important;
  max-width: 42vw !important;
  height: auto !important;
}

html body .site-footer .footer-bottom-grid .footer-contact-list {
  display: grid !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

html body .site-footer .footer-bottom-grid .footer-contact-list li {
  font-size: 0.82rem !important;
  line-height: 1.32 !important;
}

html body .site-footer .footer-bottom-grid .footer-credit {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  padding-left: 22px !important;
  border-left: 1px solid rgba(46, 59, 43, 0.12) !important;
}

html body .site-footer .footer-bottom-grid .footer-credit-copy {
  display: grid !important;
  justify-items: end !important;
  text-align: right !important;
  gap: 4px !important;
}

html body .site-footer .footer-bottom-grid .footer-credit-copy strong {
  font-size: 0.92rem !important;
  line-height: 1.2 !important;
}

html body .site-footer .footer-bottom-grid .footer-credit-copy em {
  font-size: 0.76rem !important;
  line-height: 1.2 !important;
}

@media (max-width: 760px) {
  html body .site-footer .footer-bottom-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 13px !important;
    border-radius: 18px !important;
  }

  html body .site-footer .footer-bottom-grid .footer-brand-panel {
    gap: 10px !important;
  }

  html body .site-footer .footer-bottom-grid .footer-brand-panel .brand-logo-image {
    width: 142px !important;
    max-width: 58vw !important;
  }

  html body .site-footer .footer-bottom-grid .footer-contact-list li:first-child {
    display: none !important;
  }

  html body .site-footer .footer-bottom-grid .footer-credit {
    justify-content: flex-start !important;
    padding-left: 0 !important;
    padding-top: 10px !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(46, 59, 43, 0.1) !important;
  }

  html body .site-footer .footer-bottom-grid .footer-credit-copy {
    justify-items: start !important;
    text-align: left !important;
  }
}

/* Footer final v151: two rows, two columns; WA sits next to WebIsletme. */
html body .site-footer .footer-top-grid.footer-links-row,
html body .site-footer .footer-bottom-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1.08fr) !important;
  gap: 14px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .site-footer .footer-top-grid.footer-links-row {
  margin-bottom: 14px !important;
}

html body .site-footer .footer-top-grid.footer-links-row .footer-panel,
html body .site-footer .footer-bottom-grid .footer-panel,
html body .site-footer .footer-bottom-grid .footer-credit {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 20px 22px !important;
  border: 1px solid rgba(46, 59, 43, 0.13) !important;
  border-radius: 22px !important;
  background: rgba(255, 250, 242, 0.72) !important;
  box-shadow: 0 14px 34px rgba(46, 59, 43, 0.055) !important;
}

html body .site-footer .footer-top-grid.footer-links-row .footer-brand-panel {
  display: grid !important;
  align-content: center !important;
  gap: 13px !important;
}

html body .site-footer .footer-top-grid.footer-links-row .footer-brand-panel .brand-logo-image {
  width: 190px !important;
  max-width: 100% !important;
  height: auto !important;
}

html body .site-footer .footer-top-grid.footer-links-row .footer-brand-panel .footer-divider {
  width: 72px !important;
  height: 1px !important;
  display: block !important;
  background: rgba(46, 59, 43, 0.18) !important;
}

html body .site-footer .footer-top-grid.footer-links-row .footer-contact-list {
  display: grid !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .site-footer .footer-top-grid.footer-links-row .footer-contact-list li {
  font-size: 0.88rem !important;
  line-height: 1.42 !important;
}

html body .site-footer .footer-bottom-grid .footer-wa-panel {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  text-decoration: none !important;
  color: #2e3b2b !important;
}

html body .site-footer .footer-wa-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #2e3b2b 0%, #4f6a42 100%) !important;
  color: #fffaf2 !important;
  font-size: 0.74rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  flex: 0 0 auto !important;
}

html body .site-footer .footer-wa-copy {
  display: grid !important;
  gap: 2px !important;
}

html body .site-footer .footer-wa-copy strong,
html body .site-footer .footer-bottom-grid .footer-credit-copy strong {
  color: #172015 !important;
  font-size: 0.96rem !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

html body .site-footer .footer-wa-copy em,
html body .site-footer .footer-bottom-grid .footer-credit-copy em {
  color: rgba(46, 59, 43, 0.68) !important;
  font-size: 0.78rem !important;
  line-height: 1.25 !important;
  font-style: normal !important;
  font-weight: 760 !important;
}

html body .site-footer .footer-bottom-grid .footer-credit {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border-left: 1px solid rgba(46, 59, 43, 0.13) !important;
  padding-left: 22px !important;
}

html body .site-footer .footer-bottom-grid .footer-credit-copy {
  display: grid !important;
  justify-items: start !important;
  text-align: left !important;
  gap: 3px !important;
}

@media (max-width: 820px) {
  html body .site-footer .footer-top-grid.footer-links-row,
  html body .site-footer .footer-bottom-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body .site-footer .footer-top-grid.footer-links-row {
    margin-bottom: 10px !important;
  }

  html body .site-footer .footer-top-grid.footer-links-row .footer-panel,
  html body .site-footer .footer-bottom-grid .footer-panel,
  html body .site-footer .footer-bottom-grid .footer-credit {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  html body .site-footer .footer-top-grid.footer-links-row .footer-brand-panel .brand-logo-image {
    width: 164px !important;
  }
}

/* Footer final v152: brand under quick links, WebIsletme under local guide. */
html body .site-footer .footer-top-grid.footer-links-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(280px, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .site-footer .footer-bottom-grid {
  display: none !important;
}

html body .site-footer .footer-top-grid.footer-links-row .footer-menu-card {
  display: grid !important;
  align-content: space-between !important;
  gap: 22px !important;
  min-height: 300px !important;
  margin: 0 !important;
  padding: 24px !important;
  border: 1px solid rgba(46, 59, 43, 0.13) !important;
  border-radius: 24px !important;
  background: rgba(255, 250, 242, 0.74) !important;
  box-shadow: 0 14px 34px rgba(46, 59, 43, 0.055) !important;
}

html body .site-footer .footer-top-grid.footer-links-row .footer-menu-panel {
  display: grid !important;
  gap: 11px !important;
}

html body .site-footer .footer-brand-under {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(46, 59, 43, 0.12) !important;
}

html body .site-footer .footer-brand-under .brand-logo-image {
  width: 190px !important;
  max-width: 100% !important;
  height: auto !important;
}

html body .site-footer .footer-credit-under {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(46, 59, 43, 0.12) !important;
  border-radius: 18px !important;
  background: rgba(246, 240, 230, 0.72) !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html body .site-footer .footer-credit-under .footer-credit-copy {
  display: grid !important;
  justify-items: start !important;
  text-align: left !important;
  gap: 4px !important;
}

html body .site-footer .footer-credit-under .footer-credit-copy strong {
  color: #172015 !important;
  font-size: 0.95rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

html body .site-footer .footer-credit-under .footer-credit-copy em {
  color: rgba(46, 59, 43, 0.68) !important;
  font-size: 0.78rem !important;
  line-height: 1.25 !important;
  font-style: normal !important;
  font-weight: 760 !important;
}

@media (max-width: 760px) {
  html body .site-footer .footer-top-grid.footer-links-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body .site-footer .footer-top-grid.footer-links-row .footer-menu-card {
    min-height: 0 !important;
    gap: 16px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  html body .site-footer .footer-brand-under .brand-logo-image {
    width: 158px !important;
  }

  html body .site-footer .footer-credit-under {
    min-height: 0 !important;
    padding: 12px 13px !important;
    border-radius: 15px !important;
  }
}

/* Hero final v153: keep location label and title left aligned. */
html body .premium-home-hero .hero-copy,
html body[data-page="home"] .premium-home-hero .hero-copy,
html body.home .premium-home-hero .hero-copy {
  text-align: left !important;
  justify-items: start !important;
  align-items: start !important;
}

html body .premium-home-hero .eyebrow,
html body[data-page="home"] .premium-home-hero .eyebrow,
html body.home .premium-home-hero .eyebrow,
html body .premium-home-hero h1,
html body[data-page="home"] .premium-home-hero h1,
html body.home .premium-home-hero h1 {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

@media (max-width: 760px) {
  html body .premium-home-hero .hero-copy,
  html body[data-page="home"] .premium-home-hero .hero-copy,
  html body.home .premium-home-hero .hero-copy {
    left: 10px !important;
    right: 20px !important;
    inset: auto 20px 26px 10px !important;
  }
}

/* Home desktop v154: reduce oversized gaps before reviews and site advantages. */
@media (min-width: 761px) {
  html body[data-page="home"] .premium-reasons,
  html body.home .premium-reasons {
    padding-bottom: 24px !important;
  }

  html body[data-page="home"] .premium-reasons + .guest-review-section,
  html body.home .premium-reasons + .guest-review-section,
  html body[data-page="home"] .guest-review-section,
  html body.home .guest-review-section {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
  }

  html body[data-page="home"] .guest-review-section + .site-advantages,
  html body.home .guest-review-section + .site-advantages,
  html body[data-page="home"] .site-advantages,
  html body.home .site-advantages {
    padding-top: 24px !important;
  }

  html body[data-page="home"] .guest-review-head,
  html body.home .guest-review-head,
  html body[data-page="home"] .site-advantages .section-head.center,
  html body.home .site-advantages .section-head.center {
    margin-bottom: 16px !important;
  }

  html body[data-page="home"] .site-advantages .section-head.center h2,
  html body.home .site-advantages .section-head.center h2 {
    margin-top: 2px !important;
  }
}

/* Footer final v155: two framed rows, each split into two columns. */
html body .site-footer {
  width: min(100% - 32px, 1240px) !important;
  max-width: 1240px !important;
  margin: clamp(48px, 6vw, 78px) auto 32px !important;
  padding: 18px !important;
  border: 1px solid rgba(46, 59, 43, 0.12) !important;
  border-radius: 30px !important;
  background: linear-gradient(180deg, rgba(246, 240, 230, 0.94), rgba(255, 250, 242, 0.88)) !important;
  box-shadow: 0 18px 55px rgba(46, 59, 43, 0.08) !important;
}

html body .site-footer::after {
  display: none !important;
}

html body .site-footer .footer-stack {
  display: grid !important;
  gap: 14px !important;
}

html body .site-footer .footer-frame {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(46, 59, 43, 0.13) !important;
  border-radius: 24px !important;
  background: rgba(255, 250, 242, 0.78) !important;
  box-shadow: 0 12px 30px rgba(46, 59, 43, 0.045) !important;
}

html body .site-footer .footer-links-frame .footer-menu-panel {
  display: grid !important;
  align-content: start !important;
  gap: 10px !important;
  min-height: 0 !important;
  padding: 0 24px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .site-footer .footer-links-frame .footer-menu-panel + .footer-menu-panel {
  padding: 0 0 0 24px !important;
  border-left: 1px solid rgba(46, 59, 43, 0.14) !important;
}

html body .site-footer .footer-menu-panel > strong {
  color: #2e3b2b !important;
  font-size: 0.78rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

html body .site-footer .footer-divider {
  display: block !important;
  width: 72px !important;
  height: 1px !important;
  margin: 0 0 2px !important;
  background: rgba(46, 59, 43, 0.18) !important;
}

html body .site-footer .footer-menu-panel a {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  width: fit-content !important;
  min-height: 28px !important;
  padding: 0 !important;
  color: rgba(23, 32, 21, 0.84) !important;
  font-size: 0.93rem !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

html body .site-footer .footer-menu-panel a::before {
  content: "" !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #7d8f66 !important;
  transform: none !important;
}

html body .site-footer .footer-menu-panel a:hover {
  color: #2e3b2b !important;
}

html body .site-footer .footer-brand-credit-frame {
  align-items: center !important;
  min-height: 116px !important;
}

html body .site-footer .footer-brand-block {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 24px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
}

html body .site-footer .footer-brand-block .brand-logo-image {
  width: 220px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

html body .site-footer .footer-credit-block {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 24px !important;
  border: 0 !important;
  border-left: 1px solid rgba(46, 59, 43, 0.14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html body .site-footer .footer-webisletme-logo {
  width: 152px !important;
  max-width: 44% !important;
  flex: 0 0 auto !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  mix-blend-mode: multiply !important;
}

html body .site-footer .footer-credit-copy {
  display: grid !important;
  justify-items: start !important;
  gap: 3px !important;
  text-align: left !important;
}

html body .site-footer .footer-credit-copy strong {
  color: #172015 !important;
  font-size: 0.98rem !important;
  line-height: 1.18 !important;
  font-weight: 920 !important;
}

html body .site-footer .footer-credit-copy em {
  color: rgba(46, 59, 43, 0.68) !important;
  font-size: 0.8rem !important;
  line-height: 1.25 !important;
  font-style: normal !important;
  font-weight: 760 !important;
}

@media (max-width: 760px) {
  html body .site-footer {
    width: calc(100% - 18px) !important;
    margin: 34px auto 84px !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }

  html body .site-footer .footer-stack {
    gap: 10px !important;
  }

  html body .site-footer .footer-frame {
    grid-template-columns: 1fr !important;
    padding: 15px !important;
    border-radius: 18px !important;
  }

  html body .site-footer .footer-links-frame .footer-menu-panel {
    display: grid !important;
    padding: 0 !important;
  }

  html body .site-footer .footer-links-frame .footer-menu-panel + .footer-menu-panel {
    margin-top: 14px !important;
    padding: 14px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(46, 59, 43, 0.12) !important;
  }

  html body .site-footer .footer-brand-credit-frame {
    min-height: 0 !important;
  }

  html body .site-footer .footer-brand-block {
    justify-content: flex-start !important;
    padding: 0 !important;
  }

  html body .site-footer .footer-brand-block .brand-logo-image {
    width: 172px !important;
  }

  html body .site-footer .footer-credit-block {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 14px !important;
    padding: 14px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(46, 59, 43, 0.12) !important;
  }

  html body .site-footer .footer-webisletme-logo {
    width: 128px !important;
    max-width: 46% !important;
  }

  html body .site-footer .footer-credit-copy strong {
    font-size: 0.86rem !important;
  }

  html body .site-footer .footer-credit-copy em {
    font-size: 0.74rem !important;
  }

  html body .site-footer .footer-menu-panel a {
    min-height: 26px !important;
    font-size: 0.9rem !important;
  }
}

/* Guest guide mobile cards: remove quick access block and keep core guide cards visible. */
body[data-page="guest-guide"] .split-mobile-link-section,
body.page-template-guest-guide-php .split-mobile-link-section,
body.page-template-page-templates-guest-guide-php .split-mobile-link-section {
  display: none !important;
}

.split-guide.split-guest-home .split-core-guides-head {
  padding-top: 22px;
  padding-bottom: 0;
}

.split-guide.split-guest-home .split-guest-core-guides {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 760px) {
  .split-guide.split-guest-home .split-core-guides-head {
    width: auto !important;
    max-width: none !important;
    margin: 16px 11px 0 !important;
    padding: 0 !important;
  }

  .split-guide.split-guest-home .split-core-guides-head .split-section-head {
    gap: 4px !important;
  }

  .split-guide.split-guest-home .split-core-guides-head h2 {
    font-size: clamp(1.35rem, 6vw, 1.75rem) !important;
    line-height: 1.08 !important;
  }

  body[data-page="guest-guide"] .split-feature-grid,
  body.page-template-guest-guide-php .split-feature-grid,
  body.page-template-page-templates-guest-guide-php .split-feature-grid,
  .split-guide.split-guest-home .split-guest-core-guides {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin: 14px 11px 0 !important;
    padding: 0 0 18px !important;
  }

  body[data-page="guest-guide"] .split-feature-card,
  body.page-template-guest-guide-php .split-feature-card,
  body.page-template-page-templates-guest-guide-php .split-feature-card,
  .split-guide.split-guest-home .split-guest-core-guides .split-feature-card {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    grid-template-rows: 96px auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  body[data-page="guest-guide"] .split-feature-card > img,
  body.page-template-guest-guide-php .split-feature-card > img,
  body.page-template-page-templates-guest-guide-php .split-feature-card > img,
  .split-guide.split-guest-home .split-guest-core-guides .split-feature-card > img {
    display: block !important;
    width: 100% !important;
    height: 96px !important;
    object-fit: cover !important;
  }
}

/* Final header/menu polish: guide pill + reservation CTA */
.site-header .desktop-nav a.nav-guide-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(46, 59, 43, 0.14) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #fffaf2 0%, #efe5d4 100%) !important;
  color: #2e3b2b !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 24px rgba(46, 59, 43, 0.08) !important;
}

.site-header .desktop-nav a.nav-guide-pill::before {
  content: "" !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle at 50% 42%, #2e3b2b 0 2px, transparent 2.5px), linear-gradient(135deg, rgba(46, 59, 43, 0.14), rgba(85, 107, 78, 0.24)) !important;
  box-shadow: inset 0 0 0 1px rgba(46, 59, 43, 0.22) !important;
}

.site-header .header-cta {
  min-height: 44px !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #2e3b2b 0%, #3f5633 100%) !important;
  color: #fffaf2 !important;
  box-shadow: 0 12px 24px rgba(46, 59, 43, 0.2) !important;
}

.site-header .header-cta-main {
  color: inherit !important;
  font-size: 0.92rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.site-header .header-cta-phone {
  display: none !important;
}

@media (max-width: 760px) {
  .site-header .brand-logo-image {
    width: clamp(154px, 45vw, 190px) !important;
    max-height: 48px !important;
    object-fit: contain !important;
  }

  .site-header .mobile-guide-link {
    min-height: 38px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #fffaf2 0%, #efe5d4 100%) !important;
    color: #2e3b2b !important;
    font-size: 0.82rem !important;
    font-weight: 950 !important;
    box-shadow: 0 8px 18px rgba(46, 59, 43, 0.08) !important;
  }

  .site-header .mobile-guide-link::before {
    content: "" !important;
    width: 14px !important;
    height: 14px !important;
    margin-right: 6px !important;
    border-radius: 999px !important;
    background: rgba(46, 59, 43, 0.18) !important;
    box-shadow: inset 0 0 0 1px rgba(46, 59, 43, 0.22) !important;
  }

  .site-header .mobile-guide-link .long {
    display: none !important;
  }

  .site-header .mobile-guide-link .short {
    display: inline !important;
  }

  html body .site-header .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    display: grid !important;
    place-items: end center !important;
    padding: 0 12px 12px !important;
    background: rgba(18, 25, 18, 0.42) !important;
    backdrop-filter: blur(12px) saturate(1.04) !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.04) !important;
  }

  html body .site-header .mobile-menu-panel {
    width: min(100%, 420px) !important;
    max-height: min(76dvh, 610px) !important;
    padding: 16px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(46, 59, 43, 0.14) !important;
    background: linear-gradient(180deg, #fffaf2 0%, #f1e8da 100%) !important;
    box-shadow: 0 28px 70px rgba(12, 18, 12, 0.36) !important;
  }

  html body .site-header .drawer-nav {
    display: grid !important;
    gap: 9px !important;
  }

  html body .site-header .drawer-nav a {
    min-height: 56px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 13px 15px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    color: #2e3b2b !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(46, 59, 43, 0.05) !important;
  }

  html body .site-header .drawer-nav a::before,
  html body .site-header .drawer-nav a::after,
  html body .site-header .drawer-nav a:last-child::before,
  html body .site-header .drawer-nav a:last-child::after {
    content: none !important;
    display: none !important;
  }

  html body .site-header .drawer-nav a.drawer-feature-link {
    min-height: 78px !important;
    padding: 17px 18px !important;
    background: linear-gradient(135deg, #fffdf8 0%, #efe3cf 100%) !important;
    border-color: rgba(46, 59, 43, 0.16) !important;
  }

  html body .site-header .drawer-nav strong {
    display: block !important;
    color: #172015 !important;
    font-size: 0.98rem !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
  }

  html body .site-header .drawer-nav small {
    display: block !important;
    color: rgba(46, 59, 43, 0.66) !important;
    font-size: 0.75rem !important;
    font-weight: 720 !important;
    line-height: 1.24 !important;
  }

  html body .site-header .drawer-nav a.drawer-cta-link,
  html body .site-header .drawer-nav a:last-child {
    min-height: 58px !important;
    margin-top: 3px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #2e3b2b 0%, #557142 100%) !important;
    color: #fffaf2 !important;
    box-shadow: 0 16px 30px rgba(46, 59, 43, 0.26) !important;
  }

  html body .site-header .drawer-nav a.drawer-cta-link strong,
  html body .site-header .drawer-nav a.drawer-cta-link small,
  html body .site-header .drawer-nav a:last-child strong,
  html body .site-header .drawer-nav a:last-child small {
    color: #fffaf2 !important;
  }
}

/* Final header simplification: no forced icons, guide as the only premium pill */
.site-header .desktop-nav a.nav-plain-link {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  color: #2e3b2b !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  opacity: 0.9 !important;
}

.site-header .desktop-nav a.nav-plain-link::before,
.site-header .desktop-nav a.nav-plain-link::after {
  content: none !important;
  display: none !important;
}

.site-header .desktop-nav a.nav-plain-link:hover {
  background: rgba(255, 250, 242, 0.56) !important;
  opacity: 1 !important;
}

.site-header .desktop-nav a.nav-guide-pill {
  min-height: 40px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(46, 59, 43, 0.14) !important;
  background: linear-gradient(135deg, #fffaf2 0%, #efe5d5 100%) !important;
  box-shadow: 0 10px 24px rgba(46, 59, 43, 0.08) !important;
}

.site-header .desktop-nav a.nav-guide-pill::before {
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: #7a8d60 !important;
  box-shadow: none !important;
}

.site-header .header-cta {
  min-width: 112px !important;
  padding-inline: 22px !important;
}

@media (max-width: 760px) {
  html body .site-header .drawer-nav a.drawer-plain-link {
    min-height: 58px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 13px 15px !important;
    border: 1px solid rgba(46, 59, 43, 0.1) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.78) !important;
  }

  html body .site-header .drawer-nav a.drawer-plain-link::before,
  html body .site-header .drawer-nav a.drawer-plain-link::after {
    content: none !important;
    display: none !important;
  }

  html body .site-header .drawer-nav a.drawer-feature-link {
    background: linear-gradient(135deg, #fffdf8 0%, #efe3cf 100%) !important;
    border-color: rgba(46, 59, 43, 0.16) !important;
    box-shadow: 0 12px 22px rgba(46, 59, 43, 0.08) !important;
  }
}

/* Final layout alignment: header, main sections and footer share one container. */
html body {
  --hkv-page-max: 1280px;
  --hkv-page-gutter: 32px;
}

html body .header-inner,
html body .section-pad,
html body .split-hero,
html body .split-address-card.is-compact,
html body .split-section,
html body .split-home-row,
html body .split-notes-head,
html body .split-daily-head,
html body .split-daily-preview,
html body .split-feature-grid,
html body .split-bottom-grid,
html body .site-footer {
  width: min(calc(100% - var(--hkv-page-gutter)), var(--hkv-page-max)) !important;
  max-width: var(--hkv-page-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

html body .site-footer {
  margin-top: clamp(44px, 5vw, 68px) !important;
}

@media (max-width: 760px) {
  html body {
    --hkv-page-gutter: 22px;
  }

  html body .header-inner,
  html body .section-pad,
  html body .split-hero,
  html body .split-address-card.is-compact,
  html body .split-section,
  html body .split-home-row,
  html body .split-notes-head,
  html body .split-daily-head,
  html body .split-daily-preview,
  html body .split-feature-grid,
  html body .split-bottom-grid,
  html body .site-footer {
    width: min(calc(100% - var(--hkv-page-gutter)), var(--hkv-page-max)) !important;
  }
}
