@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap");

:root {
  --ink: #221814;
  --muted: #74635b;
  --line: #ead7c8;
  --paper: #fff8f1;
  --soft: #f8eee5;
  --rose: #a11f3f;
  --rose-dark: #73172f;
  --green: #1f4b3a;
  --gold: #bd8841;
  --marigold: #e2a84d;
  --white: #ffffff;
  --shadow: 0 14px 34px rgba(64, 40, 32, 0.1);
  color-scheme: light;
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.94) 0%, rgba(255, 244, 235, 0.94) 48%, #fffaf7 100%),
    repeating-linear-gradient(45deg, rgba(189, 136, 65, 0.06) 0 1px, transparent 1px 18px);
  color: var(--ink);
}

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

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

.top-offer {
  background: linear-gradient(90deg, var(--green), #2f6a4f 46%, var(--rose-dark));
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 9px 18px;
  text-align: center;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 249, 244, 0.88);
  border-bottom: 1px solid rgba(234, 223, 216, 0.9);
  display: flex;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 34px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  color: var(--rose);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
}

nav {
  align-items: center;
  display: flex;
  gap: 18px;
  font-size: 13px;
  font-weight: 700;
}

nav a {
  color: var(--muted);
}

nav a:hover {
  color: var(--rose);
}

.nav-button {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: none;
  color: var(--rose);
  min-height: 34px;
  padding: 7px 12px;
}

.button,
button {
  align-items: center;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(155, 37, 63, 0.18);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 40px;
  padding: 9px 18px;
}

.button:hover,
button:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.button.small {
  min-height: 38px;
  padding: 8px 16px;
}

.button.secondary,
.button.ghost {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
  color: var(--white);
}

.button.secondary {
  background: var(--white);
  border-color: var(--line);
  color: var(--rose);
}

.hero,
.detail-hero {
  display: grid;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.hero img,
.detail-hero img {
  height: 540px;
  min-height: 540px;
  object-fit: cover;
  width: 100%;
}

.hero::after,
.detail-hero::after {
  background:
    linear-gradient(90deg, rgba(34, 24, 20, 0.78), rgba(34, 24, 20, 0.22) 58%, rgba(34, 24, 20, 0.32)),
    linear-gradient(0deg, rgba(115, 23, 47, 0.28), transparent 54%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-copy,
.detail-copy {
  align-self: center;
  color: var(--white);
  max-width: 660px;
  padding: 46px;
  position: absolute;
  z-index: 1;
}

.hero-copy p,
.detail-copy p,
.eyebrow {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero-copy span {
  color: rgba(255, 255, 255, 0.88);
  display: block;
  font-size: 16px;
  line-height: 1.6;
  max-width: 540px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

h1 {
  font-size: clamp(36px, 4.8vw, 62px);
  line-height: 1.04;
  margin-bottom: 18px;
  max-width: 650px;
}

h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  margin-bottom: 12px;
}

h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.content-band {
  margin: 0 auto;
  max-width: 1080px;
  padding: 40px 28px 58px;
}

.intro-strip {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(64, 40, 32, 0.08);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1080px;
  transform: translateY(-24px);
}

.intro-strip article {
  background: var(--white);
  padding: 24px 28px;
}

.intro-strip strong {
  color: var(--rose);
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.intro-strip span {
  color: var(--muted);
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}

.content-band.narrow {
  max-width: 760px;
}

.section-head {
  align-items: end;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 26px;
}

.section-head.compact {
  align-items: center;
  margin-bottom: 20px;
}

.section-kicker {
  color: var(--muted);
  display: block;
  font-size: 14px;
  line-height: 1.55;
  max-width: 520px;
}

input,
textarea,
select {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  outline: none;
  padding: 12px 14px;
  transition: border 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

input[type="file"] {
  cursor: pointer;
  padding: 9px 12px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(155, 37, 63, 0.55);
  box-shadow: 0 0 0 4px rgba(155, 37, 63, 0.1);
}

textarea {
  resize: vertical;
}

#search {
  border: 0;
  min-height: 52px;
  padding-left: 48px;
}

.search-wrap {
  margin: 0 auto 24px;
  max-width: 620px;
  position: relative;
}

.search-icon {
  color: var(--rose);
  font-size: 16px;
  font-weight: 900;
  left: 18px;
  line-height: 1;
  position: absolute;
  top: 18px;
  z-index: 1;
}

.search-wrap input {
  box-shadow: 0 14px 36px rgba(64, 40, 32, 0.09);
}

.honeymoon-band,
.expert-contact,
.site-footer {
  margin: 0 auto;
  max-width: 1080px;
}

.honeymoon-band {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(31, 75, 58, 0.97), rgba(115, 23, 47, 0.95)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 16px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 56px;
  padding: 30px 34px;
}

.honeymoon-band p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
}

.expert-contact {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 242, 0.98)),
    repeating-linear-gradient(135deg, rgba(189, 136, 65, 0.07) 0 1px, transparent 1px 18px);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(64, 40, 32, 0.12);
  display: grid;
  gap: 34px;
  grid-template-columns: 0.72fr 1.28fr;
  margin-bottom: 56px;
  overflow: hidden;
  padding: 0;
}

.expert-head {
  background:
    linear-gradient(180deg, rgba(115, 23, 47, 0.9), rgba(31, 75, 58, 0.9)),
    url("/assets/resort-hero.png") center / cover;
  color: var(--white);
  display: grid;
  place-content: center;
  padding: 38px 30px;
  text-align: left;
}

.expert-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-flex;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  margin-bottom: 18px;
  width: 64px;
}

.expert-head p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.phone-link {
  color: var(--white);
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  margin-top: 14px;
}

.mail-link {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-weight: 800;
  margin-top: 8px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 34px 34px 34px 0;
}

.form-title h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  margin-bottom: 0;
}

.contact-form input,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.78);
  border-color: #e8d4c4;
  border-radius: 12px;
  min-height: 44px;
}

.contact-form label {
  color: #634d43;
}

.contact-form button {
  justify-self: start;
  min-height: 46px;
  padding-left: 22px;
  padding-right: 22px;
}

.contact-form button:disabled,
button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-status {
  color: var(--green);
  font-weight: 900;
  margin: 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 34px;
  grid-template-columns: 1.4fr 1fr 1fr;
  padding: 38px 0 46px;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
  display: block;
  line-height: 1.7;
}

.site-footer h3 {
  margin-bottom: 14px;
}

.is-hidden {
  display: none !important;
}

.login-screen {
  display: grid;
  min-height: calc(100vh - 66px);
  place-items: center;
  padding: 28px;
}

.login-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  max-width: 430px;
  padding: 30px;
  width: 100%;
}

.login-card h1 {
  font-size: 34px;
  margin-bottom: 0;
}

#loginStatus {
  color: var(--rose);
  font-weight: 800;
  margin: 0;
}

.resort-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.resort-card,
.editor-panel,
.list-panel,
.inquiry-panel,
.admin-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(234, 223, 216, 0.9);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.content-list .admin-item,
#leadList .admin-item {
  grid-template-columns: minmax(0, 1fr) auto;
}

.content-list .item-actions,
#leadList .item-actions {
  grid-column: auto;
}

.resort-card {
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.resort-card:hover {
  box-shadow: 0 16px 38px rgba(64, 40, 32, 0.13);
  transform: translateY(-2px);
}

.resort-card img {
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.resort-card:hover img {
  transform: scale(1.04);
}

.card-image {
  background: #2a1b18;
  display: block;
  overflow: hidden;
  position: relative;
}

.card-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.42));
  content: "";
  inset: 0;
  position: absolute;
}

.location-chip,
.card-badge,
.offer-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  min-height: 26px;
  padding: 7px 10px;
  position: absolute;
  z-index: 1;
}

.location-chip {
  background: rgba(255, 250, 246, 0.95);
  bottom: 14px;
  color: var(--ink);
  left: 12px;
}

.card-badge {
  background: var(--rose);
  color: var(--white);
  right: 12px;
  top: 12px;
}

.offer-badge {
  background: var(--gold);
  bottom: 14px;
  color: var(--white);
  right: 12px;
}

.rank-label {
  color: var(--rose);
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-top: 5px;
}

.card-body {
  display: grid;
  gap: 11px;
  padding: 16px;
}

.resort-card p {
  color: var(--muted);
  line-height: 1.6;
}

.card-title-row {
  align-items: start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.card-title-row h3 {
  margin-bottom: 0;
}

.price-pill {
  background: #fff2e5;
  border: 1px solid #f0d7bd;
  border-radius: 999px;
  color: #7a4b18;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  padding: 6px 9px;
  white-space: nowrap;
}

.card-summary {
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

dl {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

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

.fact-grid div {
  background: #fff8f2;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 11px;
}

dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

dd {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.amenity-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.amenity-preview span {
  background: #f4eee8;
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 9px;
}

.card-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-top: 12px;
}

.card-footer span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.text-link {
  color: var(--rose);
  font-weight: 900;
  white-space: nowrap;
}

.card-footer .text-link {
  font-size: 14px;
}

.detail-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 340px;
  margin: 0 auto;
  max-width: 1120px;
  padding: 34px 28px 64px;
}

.detail-intro {
  color: rgba(255, 255, 255, 0.88);
  display: block;
  font-size: 16px;
  line-height: 1.65;
  max-width: 620px;
}

.venue-snapshot {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(64, 40, 32, 0.08);
  display: grid;
  gap: 1px;
  grid-template-columns: 0.8fr 1.2fr 1fr;
  margin: -42px auto 0;
  max-width: 1080px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.venue-snapshot article {
  background: rgba(255, 255, 255, 0.78);
  padding: 22px 24px;
}

.venue-snapshot span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.venue-snapshot strong {
  color: var(--ink);
  display: block;
  font-size: 16px;
  line-height: 1.45;
}

.venue-main {
  display: grid;
  gap: 22px;
}

.detail-section {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(234, 215, 200, 0.86);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(64, 40, 32, 0.07);
  padding: 26px;
}

.lede {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 0;
}

.quick-facts,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-facts span,
.pill-row span {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: var(--white);
  font-weight: 800;
  padding: 8px 12px;
}

.quick-facts span {
  display: grid;
  gap: 2px;
  min-width: 118px;
}

.quick-facts strong {
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  text-transform: uppercase;
}

.pill-row span {
  background: var(--soft);
  border-color: var(--line);
  color: var(--ink);
}

.highlight-panel {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 238, 0.94)),
    repeating-linear-gradient(135deg, rgba(189, 136, 65, 0.07) 0 1px, transparent 1px 18px);
  display: grid;
  gap: 18px;
  grid-template-columns: 0.85fr 1.15fr;
}

.feature-list {
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
  padding-left: 18px;
}

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

.function-grid article {
  background: #fff8f2;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 18px;
}

.function-grid strong {
  color: var(--rose);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1;
}

.function-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.gallery,
.gallery-mosaic {
  display: grid;
  gap: 14px;
}

.gallery {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gallery-mosaic {
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-mosaic a {
  background: #2a1b18;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(64, 40, 32, 0.1);
  display: block;
  min-height: 190px;
  overflow: hidden;
  position: relative;
}

.gallery-mosaic a::after {
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.26));
  content: "";
  inset: 0;
  position: absolute;
}

.gallery-mosaic .wide {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 394px;
}

.gallery img,
.gallery-mosaic img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.gallery-mosaic a:hover img {
  transform: scale(1.04);
}

.inquiry-panel {
  align-self: start;
  background:
    linear-gradient(180deg, #ffffff, #fff8f2);
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  position: sticky;
  top: 86px;
}

.inquiry-top {
  background:
    linear-gradient(135deg, rgba(115, 23, 47, 0.94), rgba(31, 75, 58, 0.94)),
    url("/assets/resort-hero.png") center / cover;
  color: var(--white);
  padding: 24px;
}

.inquiry-top h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  margin-bottom: 8px;
}

.inquiry-top span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 13px;
  line-height: 1.6;
}

.inquiry-list {
  margin: 0;
  padding: 20px 22px;
}

.inquiry-list div {
  border-bottom: 1px solid var(--line);
  padding: 0 0 14px;
}

.inquiry-list div:last-child {
  border-bottom: 0;
}

.inquiry-panel .button {
  margin: 0 22px 12px;
  width: calc(100% - 44px);
}

.inquiry-mail {
  display: block;
  margin: 0 22px 22px;
  text-align: center;
}

.admin-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 400px;
  margin: 0 auto;
  max-width: 1360px;
  padding: 24px;
}

.platform-admin {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 24px 32px;
}

.platform-admin .list-panel {
  grid-column: 1 / -1;
}

.form-subsection {
  background: #fff8f2;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.content-list {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 18px;
}

.editor-panel,
.list-panel {
  padding: 22px;
}

.resort-form {
  display: grid;
  gap: 18px;
}

.upload-row {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: 280px minmax(0, 1fr);
}

.image-preview {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.image-preview figure {
  background: #fff8f2;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 0;
  overflow: hidden;
}

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

.image-preview figcaption {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  padding: 8px 10px;
  text-transform: uppercase;
}

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

label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
}

label span {
  color: var(--muted);
  font-weight: 600;
}

.check-row {
  align-items: center;
  display: flex;
  min-height: 42px;
}

.check-row input {
  min-height: auto;
  width: auto;
}

.actions {
  align-items: center;
  display: flex;
  gap: 16px;
}

#status {
  color: var(--green);
  font-weight: 900;
  margin: 0;
}

.admin-list {
  display: grid;
  gap: 14px;
}

.admin-item {
  box-shadow: none;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.admin-item strong {
  display: block;
  font-size: 17px;
}

.admin-item span,
.admin-item a {
  color: var(--muted);
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.item-actions {
  display: flex;
  gap: 8px;
}

.item-actions button {
  background: var(--soft);
  border: 1px solid var(--line);
  box-shadow: none;
  color: var(--ink);
  min-height: 38px;
  padding: 8px 14px;
}

.empty {
  background: rgba(255, 255, 255, 0.68);
  border: 1px dashed var(--line);
  border-radius: 12px;
  color: var(--muted);
  padding: 20px;
}

.soft-band {
  background: rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  max-width: none;
  padding-left: max(28px, calc((100vw - 1024px) / 2));
  padding-right: max(28px, calc((100vw - 1024px) / 2));
}

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

.feature-card,
.visual-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(64, 40, 32, 0.08);
  overflow: hidden;
}

.feature-card {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.feature-card p,
.visual-card p,
.inline-inquiry p,
.page-hero p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.offer-card strong,
.offer-detail strong {
  color: var(--rose);
  font-size: 18px;
}

.offer-card span,
.offer-detail span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.visual-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

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

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

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  color: var(--muted);
  line-height: 1.65;
  margin: 12px 0 0;
}

.page-hero {
  background: #241714;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.page-hero::after {
  background: linear-gradient(90deg, rgba(34, 24, 20, 0.82), rgba(34, 24, 20, 0.24));
  content: "";
  inset: 0;
  position: absolute;
}

.page-hero > img {
  height: 430px;
  object-fit: cover;
  width: 100%;
}

.page-hero-copy {
  color: var(--white);
  left: max(28px, calc((100vw - 1024px) / 2));
  max-width: 650px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.page-hero-copy p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 20px;
}

.inline-inquiry {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 28px;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 28px;
}

.site-inquiry-form {
  display: grid;
  gap: 14px;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.inline-actions .secondary {
  border-color: var(--line);
  color: var(--rose);
}

.whatsapp-float,
.call-float {
  border-radius: 999px;
  bottom: 20px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  padding: 12px 16px;
  position: fixed;
  z-index: 30;
}

.whatsapp-float {
  background: #168a45;
  right: 20px;
}

.call-float {
  background: var(--rose);
  right: 118px;
}

@media (max-width: 900px) {
  .site-header {
    padding: 0 18px;
  }

  .brand {
    font-size: 26px;
  }

  nav {
    gap: 12px;
  }

  .hero-copy,
  .detail-copy {
    padding: 28px;
  }

  .intro-strip {
    grid-template-columns: 1fr;
    margin: 0 18px;
  }

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

  .card-title-row,
  .card-footer {
    display: grid;
  }

  .price-pill {
    justify-self: start;
  }

  .section-head,
  .detail-layout,
  .admin-layout,
  .platform-admin,
  .form-grid,
  .upload-row,
  .feature-card-grid,
  .visual-card-grid,
  .inline-inquiry,
  .venue-snapshot,
  .highlight-panel,
  .function-grid,
  .gallery-mosaic {
    display: grid;
    grid-template-columns: 1fr;
  }

  .venue-snapshot {
    border-radius: 0;
    margin: 0;
  }

  .detail-layout {
    padding: 24px 18px 46px;
  }

  .detail-section {
    padding: 20px;
  }

  .gallery-mosaic .wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  #search {
    max-width: none;
  }

  .inquiry-panel {
    position: static;
  }

  .honeymoon-band,
  .expert-contact,
  .site-footer {
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .expert-head {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px;
  }

  .contact-form {
    padding: 0 22px 24px;
  }

  .page-hero-copy {
    left: 22px;
    padding-right: 22px;
  }

  .call-float {
    left: 14px;
    right: auto;
  }

  .whatsapp-float {
    right: 14px;
  }
}

/* Mobile-only luxury homepage */
.mobile-homepage {
  display: none;
}

@media (max-width: 767px) {
  .has-mobile-homepage .desktop-homepage,
  .has-mobile-homepage > .site-header,
  .has-mobile-homepage > .top-offer,
  .has-mobile-homepage > .site-footer,
  .has-mobile-homepage .contact-dock {
    display: none !important;
  }

  .mobile-homepage {
    background:
      linear-gradient(180deg, #fffaf0 0%, #f7efe0 48%, #fffdf7 100%);
    color: #2b2118;
    display: block;
    font-family: "Manrope", system-ui, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    padding-bottom: 82px;
  }

  .m-hero {
    color: #fff;
    height: 100svh;
    min-height: 620px;
    overflow: hidden;
    position: relative;
  }

  .m-hero img {
    animation: mHeroZoom 14s ease-in-out infinite alternate;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .m-hero-shade {
    background:
      radial-gradient(circle at 28% 18%, rgba(196, 148, 67, 0.28), transparent 32%),
      linear-gradient(180deg, rgba(23, 18, 14, 0.18), rgba(23, 18, 14, 0.88));
    inset: 0;
    position: absolute;
  }

  .m-hero-content {
    bottom: 76px;
    left: 18px;
    position: absolute;
    right: 18px;
    z-index: 1;
  }

  .m-hero-content p,
  .m-section-head p {
    color: #cfa35a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-transform: uppercase;
  }

  .m-hero-content h1,
  .m-section-head h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    letter-spacing: 0;
  }

  .m-hero-content h1 {
    font-size: 44px;
    line-height: 0.98;
    margin: 0 0 16px;
    max-width: 340px;
  }

  .m-hero-content span {
    color: rgba(255, 255, 255, 0.84);
    display: block;
    font-size: 15px;
    line-height: 1.55;
    max-width: 320px;
  }

  .m-hero-actions {
    display: flex;
    gap: 10px;
    margin-top: 24px;
  }

  .m-hero-actions a,
  .m-wide-link,
  .m-lead-form button {
    align-items: center;
    background: linear-gradient(135deg, #b88a3d, #e2c27b);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #21160f;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    padding: 12px 16px;
  }

  .m-hero-actions a:nth-child(2) {
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
    backdrop-filter: blur(14px);
  }

  .m-section {
    padding: 34px 16px;
  }

  .m-section-head h2 {
    color: #2b2118;
    font-size: 32px;
    line-height: 1.05;
    margin: 0 0 18px;
  }

  .m-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -36px;
    position: relative;
    z-index: 2;
  }

  .m-actions a,
  .m-destination-scroll a,
  .m-theme-grid a,
  .m-why-list a {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(184, 138, 61, 0.22);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(83, 56, 24, 0.08);
    color: #352719;
    font-size: 13px;
    font-weight: 800;
    min-height: 78px;
    padding: 16px;
    backdrop-filter: blur(18px);
  }

  .m-destination-scroll,
  .m-card-slider,
  .m-testimonial-slider {
    display: flex;
    gap: 14px;
    margin: 0 -16px;
    overflow-x: auto;
    padding: 0 16px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .m-destination-scroll::-webkit-scrollbar,
  .m-card-slider::-webkit-scrollbar,
  .m-testimonial-slider::-webkit-scrollbar {
    display: none;
  }

  .m-destination-scroll a {
    flex: 0 0 auto;
    min-height: auto;
    padding: 14px 18px;
    scroll-snap-align: start;
  }

  .m-venue-card {
    background: #fff;
    border: 1px solid rgba(184, 138, 61, 0.2);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(63, 42, 22, 0.12);
    flex: 0 0 82%;
    overflow: hidden;
    scroll-snap-align: start;
  }

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

  .m-venue-card div {
    display: grid;
    gap: 8px;
    padding: 18px;
  }

  .m-venue-card span {
    color: #a1732d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .m-venue-card h3 {
    font-size: 20px;
    line-height: 1.16;
    margin: 0;
  }

  .m-venue-card p {
    color: #6e6151;
    margin: 0;
  }

  .m-venue-card strong {
    color: #8f123a;
    font-size: 12px;
    margin-top: 6px;
    text-transform: uppercase;
  }

  .m-theme-grid,
  .m-why-list {
    display: grid;
    gap: 10px;
  }

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

  .m-why {
    background: #2b2118;
    color: #fff;
  }

  .m-why .m-section-head h2 {
    color: #fff;
  }

  .m-why-list a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(226, 194, 123, 0.24);
    color: #fff;
    min-height: 56px;
  }

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

  .m-gallery-grid a {
    border-radius: 18px;
    overflow: hidden;
  }

  .m-gallery-grid .is-large {
    grid-row: span 2;
  }

  .m-gallery-grid img {
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    width: 100%;
  }

  .m-wide-link {
    margin-top: 16px;
    width: 100%;
  }

  .m-testimonial-slider a {
    color: inherit;
    flex: 0 0 84%;
    scroll-snap-align: start;
  }

  .m-testimonial-slider article {
    background: #fff;
    border: 1px solid rgba(184, 138, 61, 0.18);
    border-radius: 22px;
    height: 100%;
    padding: 22px;
  }

  .m-testimonial-slider p {
    color: #4d4033;
    font-size: 15px;
    line-height: 1.65;
  }

  .m-testimonial-slider strong,
  .m-testimonial-slider span {
    display: block;
  }

  .m-testimonial-slider span {
    color: #9b7a4a;
    font-size: 12px;
    margin-top: 4px;
  }

  .m-lead-section {
    background: linear-gradient(180deg, #fff, #f7ead2);
  }

  .m-lead-form {
    display: grid;
    gap: 12px;
  }

  .m-lead-form input,
  .m-lead-form textarea {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(184, 138, 61, 0.22);
    border-radius: 16px;
    min-height: 50px;
  }

  .m-lead-form button {
    border: 0;
    width: 100%;
  }

  #mobileLeadStatus {
    color: #123d32;
    font-size: 12px;
    font-weight: 800;
    margin: 0;
  }

  .m-footer {
    background: #201711;
    color: #fff;
    display: grid;
    gap: 10px;
    padding: 34px 16px 110px;
  }

  .m-footer strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
  }

  .m-footer span,
  .m-footer a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.6;
  }

  .m-bottom-nav {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(184, 138, 61, 0.22);
    border-radius: 22px 22px 0 0;
    bottom: 0;
    box-shadow: 0 -14px 40px rgba(64, 38, 13, 0.14);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    left: 0;
    padding: 10px 8px 12px;
    position: fixed;
    right: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
  }

  .m-bottom-nav a {
    color: #352719;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
  }

  .m-floating-whatsapp {
    background: #1c8b4a;
    border-radius: 999px;
    bottom: 78px;
    box-shadow: 0 12px 30px rgba(28, 139, 74, 0.34);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    padding: 12px 16px;
    position: fixed;
    right: 14px;
    z-index: 51;
  }

  @keyframes mHeroZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
  }

  @media (prefers-reduced-motion: reduce) {
    .m-hero img {
      animation: none;
    }
  }
}

/* WedMeGood-inspired mobile app homepage refinement */
@media (max-width: 767px) {
  .mobile-homepage {
    background: #fffaf5;
    color: #2c241e;
    font-family: "Manrope", system-ui, sans-serif;
    padding-bottom: 78px;
  }

  .m-appbar {
    align-items: center;
    background: linear-gradient(135deg, #9f1239, #d9256a);
    color: #fff;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    height: 54px;
    left: 0;
    padding: 0 14px;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 70;
  }

  .m-appbar a {
    color: #fff;
  }

  .m-menu {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
  }

  .m-logo {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .m-city {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 10px;
  }

  .m-hero {
    height: 430px;
    min-height: 430px;
    margin: 0;
  }

  .m-hero img {
    animation: mHeroZoom 18s ease-in-out infinite alternate;
    filter: saturate(1.04);
  }

  .m-hero-shade {
    background:
      linear-gradient(180deg, rgba(20, 10, 8, 0.05), rgba(20, 10, 8, 0.12) 34%, rgba(20, 10, 8, 0.8) 100%),
      radial-gradient(circle at 70% 18%, rgba(255, 236, 176, 0.28), transparent 34%);
  }

  .m-hero-content {
    bottom: 66px;
    left: 22px;
    right: 20px;
  }

  .m-hero-content h1 {
    color: #fff;
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.08;
    max-width: 360px;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.32);
  }

  .m-hero-content span {
    color: rgba(255, 255, 255, 0.94);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.44;
    max-width: 350px;
  }

  .m-search-panel {
    background: #fff;
    margin: -38px 16px 0;
    position: relative;
    z-index: 3;
  }

  .m-primary-search {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(159, 18, 57, 0.12);
    box-shadow: 0 10px 26px rgba(84, 42, 29, 0.18);
    color: #9f1239;
    display: grid;
    font-size: 17px;
    font-weight: 900;
    grid-template-columns: 72px 1fr 30px;
    min-height: 72px;
  }

  .m-primary-search::before {
    background: linear-gradient(135deg, #9f1239, #e12d70);
    content: "";
    height: 100%;
    width: 72px;
  }

  .m-primary-search span {
    padding-left: 16px;
  }

  .m-primary-search strong {
    color: #d9256a;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
  }

  .m-quick-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 14px;
  }

  .m-quick-grid a,
  .m-theme-grid a,
  .m-why-list a {
    align-items: center;
    background: #fff;
    border: 1px solid #f0dfc3;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(78, 51, 27, 0.07);
    color: #312820;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    min-height: 58px;
    padding: 14px;
  }

  .m-section {
    padding: 28px 16px 6px;
  }

  .m-compact-section {
    padding-top: 30px;
  }

  .m-simple-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .m-simple-head h2 {
    color: #332923;
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0;
  }

  .m-simple-head a {
    color: #9f1239;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
  }

  .m-search-list {
    display: grid;
    gap: 18px;
  }

  .m-search-row {
    align-items: center;
    color: #332923;
    display: grid;
    gap: 16px;
    grid-template-columns: 42% 1fr;
  }

  .m-search-row img {
    aspect-ratio: 16 / 9;
    border-radius: 7px;
    box-shadow: 0 8px 20px rgba(57, 36, 24, 0.11);
    object-fit: cover;
    width: 100%;
  }

  .m-search-row span {
    display: grid;
    gap: 8px;
  }

  .m-search-row strong {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.22;
  }

  .m-search-row small {
    color: #c2185b;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
  }

  .m-service-block {
    padding-top: 34px;
  }

  .m-service-scroll {
    display: flex;
    gap: 12px;
    margin: 0 -16px;
    overflow-x: auto;
    padding: 0 16px 8px;
    scrollbar-width: none;
  }

  .m-service-scroll::-webkit-scrollbar {
    display: none;
  }

  .m-service-scroll a {
    background: #fff;
    border: 1px solid #f0dfc3;
    border-radius: 12px;
    color: #332923;
    flex: 0 0 44%;
    overflow: hidden;
  }

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

  .m-service-scroll span {
    display: block;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    padding: 10px;
  }

  .m-destination-scroll,
  .m-card-slider,
  .m-testimonial-slider {
    gap: 12px;
  }

  .m-destination-scroll a {
    background: #fff;
    border: 1px solid #eedabc;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(80, 52, 31, 0.06);
    color: #332923;
    font-size: 13px;
    font-weight: 900;
    padding: 12px 16px;
  }

  .m-venue-card {
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(63, 42, 22, 0.1);
    flex-basis: 76%;
  }

  .m-venue-card img {
    aspect-ratio: 16 / 11;
  }

  .m-venue-card div {
    gap: 6px;
    padding: 13px;
  }

  .m-venue-card h3 {
    font-size: 17px;
    font-weight: 900;
  }

  .m-venue-card p {
    font-size: 13px;
  }

  .m-venue-card strong {
    color: #c2185b;
  }

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

  .m-why {
    background: #fff4e8;
    color: #332923;
    margin-top: 22px;
    padding-bottom: 24px;
  }

  .m-why .m-simple-head h2 {
    color: #332923;
  }

  .m-why-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m-why-list a {
    background: #fff;
    color: #332923;
    min-height: 52px;
  }

  .m-gallery-grid {
    gap: 7px;
  }

  .m-gallery-grid a {
    border-radius: 9px;
  }

  .m-gallery-grid img {
    min-height: 125px;
  }

  .m-testimonial-slider a {
    flex-basis: 80%;
  }

  .m-testimonial-slider article {
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(72, 42, 24, 0.08);
    padding: 18px;
  }

  .m-lead-section {
    background: #fffaf5;
    padding-bottom: 26px;
  }

  .m-lead-card {
    background: linear-gradient(145deg, #fff, #fff4e8);
    border: 1px solid #eedabc;
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(72, 42, 24, 0.1);
    padding: 18px;
  }

  .m-lead-card > p {
    color: #6c5e52;
    font-size: 13px;
    line-height: 1.55;
    margin: -4px 0 14px;
  }

  .m-lead-form input,
  .m-lead-form textarea {
    border-radius: 10px;
    font-size: 14px;
    min-height: 48px;
    padding: 12px;
  }

  .m-lead-form button {
    background: linear-gradient(135deg, #9f1239, #d9256a);
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    min-height: 50px;
  }

  .m-footer {
    background: #241812;
    padding-bottom: 104px;
  }

  .m-bottom-nav {
    background: rgba(255, 255, 255, 0.96);
    border-color: #ead8bc;
    border-radius: 16px 16px 0 0;
    padding-top: 9px;
  }

  .m-bottom-nav a {
    color: #332923;
    font-size: 10px;
  }

  .m-bottom-nav a:nth-child(4),
  .m-bottom-nav a:nth-child(5) {
    color: #c2185b;
  }

  .m-floating-whatsapp {
    background: linear-gradient(135deg, #188849, #22a85d);
    bottom: 86px;
    border: 3px solid #fff;
    box-shadow: 0 12px 26px rgba(24, 136, 73, 0.34);
    font-size: 0;
    height: 58px;
    padding: 0;
    right: 16px;
    width: 58px;
  }

  .m-floating-whatsapp::before {
    content: "WA";
    font-size: 15px;
    font-weight: 900;
  }
}

/* Mobile marketplace pass: tighter WedMeGood-style first screen */
@media (max-width: 767px) {
  .mobile-homepage {
    background: #fff;
  }

  .m-appbar {
    background: #e72e77;
    grid-template-columns: 44px 1fr auto;
    height: 55px;
    padding: 0 14px;
  }

  .m-menu {
    font-size: 0;
  }

  .m-menu::before {
    content: "\2630";
    font-size: 30px;
    font-weight: 900;
  }

  .m-logo {
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 21px;
    font-weight: 800;
  }

  .m-logo::before {
    content: "\2665";
    font-size: 22px;
    margin-right: 7px;
  }

  .m-city {
    background: transparent;
    border-radius: 0;
    font-size: 15px;
    padding: 0;
  }

  .m-city::after {
    content: " \25BE";
    font-size: 12px;
  }

  .m-hero {
    height: 405px;
    min-height: 405px;
  }

  .m-hero-content {
    bottom: 84px;
    left: 24px;
    right: 24px;
  }

  .m-hero-content h1 {
    font-size: 31px;
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .m-hero-content span {
    font-size: 16px;
    font-weight: 800;
  }

  .m-search-panel {
    background: transparent;
    margin: -38px 24px 0;
  }

  .m-primary-search {
    border: 0;
    border-radius: 2px;
    box-shadow: 0 4px 14px rgba(44, 30, 25, 0.18);
    color: #e72e77;
    font-size: 17px;
    grid-template-columns: 74px 1fr 34px;
    min-height: 74px;
    overflow: hidden;
  }

  .m-primary-search::before {
    background: #e72e77;
    width: 74px;
  }

  .m-primary-search strong {
    color: transparent;
    font-size: 0;
  }

  .m-primary-search strong::after {
    color: #e72e77;
    content: "\203A";
    font-size: 46px;
    font-weight: 300;
  }

  .m-quick-grid {
    display: none;
  }

  .m-section {
    padding: 30px 24px 0;
  }

  .m-compact-section {
    padding-top: 34px;
  }

  .m-simple-head {
    margin-bottom: 18px;
  }

  .m-simple-head h2 {
    font-size: 22px;
    font-weight: 900;
  }

  .m-search-list {
    gap: 22px;
  }

  .m-search-row {
    gap: 18px;
    grid-template-columns: 42% 1fr;
  }

  .m-search-row img {
    border-radius: 5px;
  }

  .m-search-row strong {
    font-size: 18px;
  }

  .m-search-row small {
    color: #e72e77;
    font-size: 14px;
  }

  .m-service-scroll,
  .m-destination-scroll,
  .m-card-slider,
  .m-testimonial-slider {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .m-service-scroll a {
    border: 0;
    border-radius: 7px;
    box-shadow: 0 2px 10px rgba(30, 25, 20, 0.08);
    flex-basis: 46%;
  }

  .m-destination-scroll a {
    border-color: #ececec;
    box-shadow: none;
  }

  .m-venue-card {
    border: 1px solid #efefef;
    border-radius: 7px;
    box-shadow: 0 2px 10px rgba(30, 25, 20, 0.08);
  }

  .m-theme-grid a,
  .m-why-list a {
    border-color: #ececec;
    border-radius: 8px;
    box-shadow: none;
  }

  .m-why {
    background: #fff;
  }

  .m-lead-card {
    background: #fff;
    border-color: #ececec;
    border-radius: 8px;
    box-shadow: 0 3px 16px rgba(30, 25, 20, 0.08);
  }

  .m-lead-form button {
    background: #e72e77;
  }

  .m-bottom-nav a:nth-child(4),
  .m-bottom-nav a:nth-child(5),
  .m-simple-head a,
  .m-venue-card strong {
    color: #e72e77;
  }
}

/* Mobile updates: search bar, top resort slider, theme playcards */
@media (max-width: 767px) {
  .m-search-panel {
    background: transparent;
    margin: -34px 18px 0;
  }

  .m-primary-search,
  .m-quick-grid {
    display: none !important;
  }

  .m-search-form {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(42, 25, 19, 0.2);
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr auto;
    min-height: 62px;
    padding: 8px 8px 8px 16px;
  }

  .m-search-form input {
    background: transparent;
    border: 0;
    color: #312820;
    font-size: 15px;
    font-weight: 800;
    min-height: 44px;
    outline: 0;
    padding: 0;
    width: 100%;
  }

  .m-search-form input::placeholder {
    color: #857971;
    opacity: 1;
  }

  .m-search-form button {
    background: #e72e77;
    border: 0;
    border-radius: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    min-height: 46px;
    padding: 0 14px;
  }

  #mobileVenueSearches.m-card-slider {
    display: flex;
    gap: 12px;
    margin-left: -24px;
    margin-right: -24px;
    overflow-x: auto;
    padding: 0 24px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  #mobileVenueSearches.m-card-slider::-webkit-scrollbar {
    display: none;
  }

  #mobileVenueSearches .m-venue-card {
    flex: 0 0 76%;
    scroll-snap-align: start;
  }

  .m-theme-slider {
    display: flex;
    gap: 12px;
    margin-left: -24px;
    margin-right: -24px;
    overflow-x: auto;
    padding: 0 24px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .m-theme-slider::-webkit-scrollbar {
    display: none;
  }

  .m-theme-playcard {
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(38, 24, 18, 0.12);
    color: #fff;
    flex: 0 0 68%;
    min-height: 178px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
  }

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

  .m-theme-playcard::after {
    background: linear-gradient(180deg, rgba(20, 14, 10, 0.05), rgba(20, 14, 10, 0.68));
    content: "";
    inset: 0;
    position: absolute;
  }

  .m-theme-playcard span {
    bottom: 16px;
    font-size: 20px;
    font-weight: 900;
    left: 16px;
    line-height: 1.15;
    max-width: 78%;
    position: absolute;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.36);
    z-index: 1;
  }
}

/* Mobile carousel and footer cleanup */
@media (max-width: 767px) {
  .m-gallery-grid {
    display: flex !important;
    gap: 12px;
    margin-left: -24px;
    margin-right: -24px;
    overflow-x: auto;
    padding: 0 24px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .m-gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .m-gallery-grid a {
    border-radius: 10px;
    flex: 0 0 72%;
    scroll-snap-align: start;
  }

  .m-gallery-grid .is-large {
    grid-row: auto;
  }

  .m-gallery-grid img {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }

  .gallery-carousel,
  .blog-gallery,
  .gallery {
    display: flex !important;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gallery-carousel::-webkit-scrollbar,
  .blog-gallery::-webkit-scrollbar,
  .gallery::-webkit-scrollbar {
    display: none;
  }

  .gallery-carousel a,
  .blog-gallery a,
  .gallery a {
    flex: 0 0 78%;
    grid-column: auto !important;
    scroll-snap-align: start;
  }

  .gallery-carousel img,
  .blog-gallery img,
  .gallery img {
    aspect-ratio: 4 / 3;
    height: auto;
    width: 100%;
  }

  .mobile-homepage .m-footer,
  .mobile-homepage .m-floating-whatsapp {
    display: none !important;
  }

  .m-bottom-nav {
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #ead8bc;
    border-radius: 0;
    box-shadow: 0 -8px 22px rgba(30, 25, 20, 0.1);
    grid-template-columns: repeat(5, 1fr);
    padding: 8px 4px calc(8px + env(safe-area-inset-bottom));
  }

  .m-bottom-nav a {
    align-items: center;
    border-radius: 10px;
    color: #372d27;
    display: flex;
    font-size: 11px;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
  }

  .m-bottom-nav a:nth-child(5) {
    background: #e72e77;
    color: #fff;
  }
}

/* Refined brand and responsive system */
:root {
  --ink: #181b1a;
  --muted: #626b67;
  --line: #dfe3df;
  --paper: #f7f8f6;
  --soft: #eef2ef;
  --rose: #8b1737;
  --rose-dark: #621027;
  --green: #153f32;
  --gold: #ad823b;
  --white: #ffffff;
  --shadow: 0 12px 32px rgba(20, 34, 28, 0.08);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

h1,
h2,
.brand,
.function-grid strong,
.inquiry-top h3,
.form-title h3 {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
}

.top-offer {
  background: var(--green);
  font-size: 11px;
  font-weight: 700;
  padding: 8px 16px;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--line);
  min-height: 70px;
  padding: 0 max(24px, calc((100vw - 1220px) / 2));
}

.brand {
  color: var(--ink);
  font-size: 25px;
}

nav a {
  color: #47514c;
  font-size: 12px;
}

.button,
button {
  background: var(--rose);
  border-radius: 6px;
  box-shadow: none;
  min-height: 42px;
  padding: 10px 18px;
}

.button:hover,
button:hover {
  background: var(--rose-dark);
  filter: none;
}

.button.secondary,
.nav-button {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
}

input,
textarea,
select {
  background: var(--white);
  border-color: #d7ddd9;
  border-radius: 6px;
  min-height: 44px;
}

.content-band {
  max-width: 1180px;
  padding: 54px 28px 66px;
}

.hero,
.detail-hero {
  min-height: min(620px, 78svh);
}

.hero img,
.detail-hero img {
  height: min(620px, 78svh);
  min-height: min(620px, 78svh);
}

.hero-copy,
.detail-copy {
  left: max(24px, calc((100vw - 1180px) / 2));
  max-width: 700px;
  padding: 36px 0;
}

.hero-copy p,
.detail-copy p,
.eyebrow {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
}

h1 {
  font-size: clamp(38px, 5vw, 66px);
}

h2 {
  font-size: clamp(27px, 3vw, 42px);
}

.intro-strip,
.honeymoon-band,
.expert-contact,
.resort-card,
.detail-section,
.inquiry-panel,
.feature-card,
.visual-card,
.inline-inquiry,
.faq-list details {
  border-radius: 6px;
}

.resort-card,
.feature-card,
.visual-card {
  border-color: var(--line);
  box-shadow: 0 8px 24px rgba(20, 34, 28, 0.06);
}

.resort-card:hover {
  box-shadow: 0 16px 36px rgba(20, 34, 28, 0.12);
}

.card-body {
  gap: 13px;
  padding: 20px;
}

.fact-grid div,
.function-grid article {
  background: #f5f7f5;
  border-color: var(--line);
  border-radius: 6px;
}

.price-pill,
.amenity-preview span,
.pill-row span,
.location-chip,
.card-badge,
.offer-badge,
.quick-facts span {
  border-radius: 4px;
}

.page-hero,
.page-hero > img {
  height: min(500px, 65svh);
  min-height: min(500px, 65svh);
}

.page-hero-copy {
  left: max(24px, calc((100vw - 1180px) / 2));
}

.whatsapp-float,
.call-float {
  border-radius: 6px;
  bottom: 18px;
}

/* Professional admin workspace */
.admin-body {
  background: #f3f5f4;
}

.admin-body > .site-header {
  display: none;
}

.admin-workspace {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  background: #14261f;
  color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 22px 14px;
  position: sticky;
  top: 0;
}

.admin-sidebar-brand {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 11px;
  padding: 2px 8px 22px;
}

.admin-sidebar-brand > span {
  align-items: center;
  background: var(--gold);
  border-radius: 5px;
  color: #14261f;
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.admin-sidebar-brand strong,
.admin-sidebar-brand small {
  display: block;
}

.admin-sidebar-brand small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  margin-top: 3px;
}

.admin-nav {
  align-items: stretch;
  display: grid;
  gap: 4px;
  margin-top: 22px;
}

.admin-nav button {
  background: transparent;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.72);
  justify-content: flex-start;
  min-height: 42px;
  padding: 10px 12px;
}

.admin-nav button:hover,
.admin-nav button.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.mobile-admin-logout {
  display: none;
}

.admin-sidebar-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding: 18px 8px 0;
}

.admin-sidebar-footer a {
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.admin-sidebar-footer button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.76);
  justify-content: flex-start;
  min-height: 34px;
  padding: 6px 9px;
}

.admin-sidebar-footer span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
}

.admin-stage {
  min-width: 0;
  padding: 0 28px 40px;
}

.admin-stage-header {
  align-items: center;
  background: rgba(243, 245, 244, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 88px;
  position: sticky;
  top: 0;
  z-index: 8;
}

.admin-stage-header h1 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  margin: 0;
}

.admin-stage-header .eyebrow {
  margin-bottom: 4px;
}

.admin-dashboard,
.admin-layout,
.platform-admin {
  margin: 0;
  max-width: none;
  padding: 26px 0 0;
}

.admin-metrics {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-metrics article,
.dashboard-panel,
.editor-panel,
.list-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: none;
}

.admin-metrics article {
  padding: 18px;
}

.admin-metrics span,
.admin-metrics small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.admin-metrics strong {
  display: block;
  font-size: 30px;
  margin: 8px 0;
}

.dashboard-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.25fr 0.75fr;
  margin-top: 18px;
}

.dashboard-panel {
  padding: 24px;
}

.quick-action-grid,
.dashboard-status {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.quick-action-grid button {
  background: #f5f7f5;
  border: 1px solid var(--line);
  color: var(--ink);
  justify-content: flex-start;
  min-height: 52px;
}

.dashboard-status div {
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.dashboard-status span {
  color: var(--muted);
  font-size: 12px;
}

.admin-layout {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.platform-admin {
  display: block;
}

.platform-admin .list-panel {
  grid-column: auto;
}

.editor-panel,
.list-panel {
  padding: 22px;
}

.admin-body .editor-panel h1,
.admin-body .editor-panel h2,
.admin-body .list-panel h2 {
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.admin-body label {
  color: #48534e;
  font-size: 11px;
  gap: 6px;
}

.form-subsection {
  background: #f7f9f7;
  border-radius: 6px;
}

.admin-item {
  align-items: center;
  border-radius: 6px;
  box-shadow: none;
  display: grid;
  gap: 12px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  padding: 12px;
}

.admin-item-thumb {
  border-radius: 5px;
  height: 58px;
  object-fit: cover;
  width: 58px;
}

.admin-item-copy {
  min-width: 0;
}

.admin-item-copy a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-state {
  background: #e5f3eb;
  border-radius: 4px;
  color: #21613e !important;
  font-size: 9px !important;
  font-weight: 800;
  margin: 0 !important;
  padding: 5px 7px;
  text-transform: uppercase;
}

.admin-state.draft {
  background: #f2ece1;
  color: #775d25 !important;
}

.item-actions {
  grid-column: 2 / -1;
  justify-content: flex-end;
}

.item-actions button {
  border-radius: 5px;
  min-height: 32px;
  padding: 6px 10px;
}

.login-screen {
  background: linear-gradient(110deg, #14261f 0 44%, #f3f5f4 44%);
}

.login-card {
  border: 0;
  border-radius: 7px;
  box-shadow: 0 24px 70px rgba(10, 24, 18, 0.2);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    display: grid;
    gap: 8px;
    min-height: auto;
    padding: 12px 16px 10px;
    position: relative;
  }

  .site-header nav {
    gap: 16px;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }

  .hero,
  .detail-hero,
  .hero img,
  .detail-hero img {
    height: 70svh;
    min-height: 500px;
  }

  .hero-copy,
  .detail-copy {
    bottom: 22px;
    left: 0;
    padding: 24px 20px;
    top: auto;
  }

  .hero-copy h1,
  .detail-copy h1 {
    font-size: 38px;
  }

  .hero-copy span,
  .detail-intro {
    font-size: 14px;
  }

  .content-band {
    padding: 38px 16px 46px;
  }

  .section-head {
    align-items: start;
    gap: 10px;
  }

  .intro-strip {
    margin: 0;
    transform: none;
  }

  .intro-strip article {
    padding: 18px 20px;
  }

  .resort-grid {
    gap: 14px;
  }

  .resort-card img {
    aspect-ratio: 4 / 3;
  }

  .expert-contact,
  .honeymoon-band,
  .inline-inquiry {
    margin-bottom: 0;
  }

  .inline-inquiry,
  .dashboard-panel,
  .editor-panel,
  .list-panel {
    padding: 18px;
  }

  .page-hero,
  .page-hero > img {
    height: 58svh;
    min-height: 420px;
  }

  .page-hero-copy {
    bottom: 22px;
    left: 18px;
    padding-right: 18px;
    top: auto;
    transform: none;
  }

  .admin-workspace {
    display: block;
  }

  .admin-sidebar {
    min-height: auto;
    padding: 10px 12px;
    position: sticky;
    top: 0;
    z-index: 20;
  }

  .admin-sidebar-brand,
  .admin-sidebar-footer {
    display: none;
  }

  .admin-nav {
    display: flex;
    gap: 6px;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .admin-nav button {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 7px 10px;
  }

  .mobile-admin-logout {
    display: inline-flex;
  }

  .admin-stage {
    padding: 0 12px 24px;
  }

  .admin-stage-header {
    min-height: 70px;
  }

  .admin-stage-header h1 {
    font-size: 18px;
  }

  .admin-stage-header button {
    min-height: 36px;
    padding: 7px 10px;
  }

  .admin-metrics,
  .dashboard-grid,
  .quick-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-layout,
  .platform-admin {
    padding-top: 14px;
  }

  .admin-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .content-list .admin-item,
  #leadList .admin-item {
    grid-template-columns: 1fr;
  }

  .content-list .item-actions,
  #leadList .item-actions {
    grid-column: 1;
  }

  .admin-item-thumb {
    height: 48px;
    width: 48px;
  }

  .admin-state {
    grid-column: 2;
    justify-self: start;
  }

  .item-actions {
    grid-column: 1 / -1;
  }

  .login-screen {
    background: #f3f5f4;
  }
}

@media (max-width: 560px) {
  .admin-metrics,
  .dashboard-grid,
  .quick-action-grid {
    grid-template-columns: 1fr;
  }

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

  .whatsapp-float,
  .call-float {
    bottom: 10px;
    font-size: 11px;
    padding: 10px 12px;
  }
}

/* Premium content platform */
body {
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

h1,
h2,
.brand,
.platform-trust-strip strong,
.premium-service-card h3,
.premium-visual-card h3,
.process-grid h3 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
}

h1 {
  font-size: clamp(36px, 4.4vw, 58px);
}

h2 {
  font-size: clamp(27px, 2.7vw, 38px);
}

.whatsapp-float,
.call-float {
  display: none;
}

.contact-dock {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  bottom: 18px;
  box-shadow: 0 18px 48px rgba(16, 31, 24, 0.18);
  display: grid;
  grid-template-columns: auto auto;
  overflow: hidden;
  position: fixed;
  right: 18px;
  z-index: 30;
}

.contact-dock-label {
  background: var(--green);
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 700;
  grid-column: 1 / -1;
  padding: 6px 12px;
  text-transform: uppercase;
}

.contact-dock a {
  display: grid;
  gap: 2px;
  min-width: 142px;
  padding: 10px 13px;
}

.contact-dock-call {
  border-right: 1px solid var(--line);
}

.contact-dock strong {
  color: var(--ink);
  font-size: 11px;
}

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

.contact-dock-whatsapp strong {
  color: #197345;
}

.platform-trust-strip {
  background: var(--green);
  color: var(--white);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.platform-trust-strip article {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 20px 22px;
}

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

.platform-trust-strip strong,
.platform-trust-strip span {
  display: block;
}

.platform-trust-strip strong {
  font-size: 22px;
}

.platform-trust-strip span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  margin-top: 5px;
}

.premium-service-card {
  min-height: 250px;
  position: relative;
}

.service-play-card {
  display: grid;
  gap: 0;
  padding: 0;
}

.service-play-media {
  background: #1f2f27;
  display: block;
  overflow: hidden;
  position: relative;
}

.service-play-media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(20, 38, 31, 0.44));
  content: "";
  inset: 0;
  position: absolute;
}

.service-play-media img {
  aspect-ratio: 16 / 10;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.service-play-card:hover .service-play-media img {
  transform: scale(1.04);
}

.service-play-media span {
  background: rgba(255, 250, 246, 0.95);
  border-radius: 8px;
  bottom: 12px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  left: 12px;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.service-play-body {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.service-play-body h3 {
  font-size: 28px;
  line-height: 1.06;
  margin: 0;
}

.service-play-body p:not(.eyebrow) {
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.service-play-body .text-link {
  margin-top: 4px;
}

.premium-service-card .card-number {
  color: #c8cfcb;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.premium-service-card h3,
.premium-visual-card h3 {
  font-size: 25px;
}

.premium-service-card .text-link {
  align-self: end;
  margin-top: auto;
}

.visual-media {
  overflow: hidden;
  position: relative;
}

.visual-media span {
  background: rgba(20, 38, 31, 0.9);
  bottom: 10px;
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  left: 10px;
  padding: 6px 8px;
  position: absolute;
  text-transform: uppercase;
}

.premium-visual-card img {
  aspect-ratio: 4 / 3;
  transition: transform 0.35s ease;
}

.premium-visual-card:hover img {
  transform: scale(1.035);
}

.compact-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.compact-facts span {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  padding: 5px 7px;
}

.process-section {
  max-width: 1180px;
}

.process-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-grid article {
  border-right: 1px solid var(--line);
  padding: 24px 20px;
}

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

.process-grid span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
}

.process-grid h3 {
  font-size: 24px;
  margin-top: 18px;
}

.process-grid p,
.service-story p,
.editorial-band p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.editorial-band {
  align-items: center;
  background: var(--green);
  color: var(--white);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 38px 42px;
}

.editorial-band div {
  max-width: 760px;
}

.editorial-band p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.service-story {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 0.9fr 1.1fr;
}

.service-story h2 {
  font-size: clamp(30px, 4vw, 48px);
}

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

.content-image-path {
  display: none;
}

.content-image-preview {
  align-items: center;
  background: #f5f7f5;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  gap: 12px;
  min-height: 76px;
  padding: 10px;
}

.content-image-preview img {
  border-radius: 5px;
  height: 58px;
  object-fit: cover;
  width: 76px;
}

.content-image-preview strong,
.content-image-preview span {
  display: block;
}

.content-image-preview strong {
  font-size: 11px;
}

.content-image-preview span {
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}

#contentPanel .resort-form > label {
  display: grid;
  min-width: 0;
}

#contentSummary,
#contentDescription {
  min-height: 110px;
  resize: vertical;
  width: 100%;
}

#contentDescription {
  min-height: 150px;
}

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

.blog-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 10px 28px rgba(16, 31, 24, 0.07);
  overflow: hidden;
}

.blog-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.blog-card div {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.blog-card h3 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.12;
}

.blog-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.blog-card span {
  color: var(--rose);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-hero {
  background: #14261f;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.blog-hero::after {
  background: linear-gradient(90deg, rgba(20, 38, 31, 0.86), rgba(139, 23, 55, 0.42));
  content: "";
  inset: 0;
  position: absolute;
}

.blog-hero img {
  height: 620px;
  object-fit: cover;
  width: 100%;
}

.blog-hero > div {
  bottom: 70px;
  color: var(--white);
  left: max(28px, calc((100vw - 1180px) / 2));
  max-width: 760px;
  position: absolute;
  z-index: 1;
}

.blog-hero h1 {
  font-size: clamp(42px, 5vw, 70px);
}

.blog-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.blog-layout {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 380px;
  margin: 0 auto;
  max-width: 1180px;
  padding: 56px 28px 18px;
}

.blog-article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 34px;
}

.blog-article h2 {
  margin-top: 24px;
}

.blog-article p {
  color: #4d5753;
  font-size: 16px;
  line-height: 1.85;
}

.request-venue-card {
  align-self: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 18px 44px rgba(16, 31, 24, 0.09);
  overflow: hidden;
  position: sticky;
  top: 92px;
}

.request-venue-top {
  background:
    linear-gradient(130deg, rgba(139, 23, 55, 0.88), rgba(20, 63, 50, 0.9)),
    url("/assets/resort-hero.png") center / cover;
  color: var(--white);
  padding: 28px;
}

.request-venue-top h2 {
  font-size: 36px;
}

.request-venue-top p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.request-venue-body {
  padding: 24px;
}

.request-venue-body dl {
  margin: 0 0 22px;
}

.request-venue-body dl div {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.request-venue-body dd {
  font-size: 17px;
}

.request-venue-body .button {
  width: 100%;
}

.blog-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-gallery a {
  background: #14261f;
  border-radius: 7px;
  overflow: hidden;
}

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

@media (max-width: 900px) {
  .contact-dock {
    bottom: 8px;
    left: 8px;
    right: 8px;
  }

  .contact-dock a {
    min-width: 0;
    padding: 9px 11px;
  }

  .contact-dock-label {
    display: none;
  }

  .platform-trust-strip,
  .process-grid,
  .service-story {
    grid-template-columns: 1fr 1fr;
  }

  .platform-trust-strip {
    margin: 0;
  }

  .platform-trust-strip article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 16px;
  }

  .process-grid article {
    border-bottom: 1px solid var(--line);
    padding: 20px 14px;
  }

  .editorial-band {
    align-items: start;
    display: grid;
    margin: 0;
    padding: 28px 20px;
  }

  .service-story {
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .platform-trust-strip,
  .process-grid,
  .service-story {
    grid-template-columns: 1fr;
  }

  .platform-trust-strip article,
  .process-grid article {
    border-right: 0;
  }

  .premium-service-card {
    min-height: auto;
  }

  .service-play-body {
    padding: 16px;
  }

  .service-play-body h3 {
    font-size: 24px;
  }

  .blog-grid,
  .blog-layout,
  .blog-gallery {
    grid-template-columns: 1fr;
  }

  .blog-hero,
  .blog-hero img {
    min-height: 480px;
    height: 64svh;
  }

  .blog-hero > div {
    bottom: 34px;
    left: 18px;
    padding-right: 18px;
  }

  .blog-layout {
    padding: 28px 16px 12px;
  }

  .blog-article {
    padding: 22px;
  }

.request-venue-card {
    position: static;
  }
}

.manual-lead-form {
  background: linear-gradient(135deg, #fffaf4, #ffffff);
  border: 1px solid #ead9bf;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(49, 34, 22, 0.06);
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
}

.crm-add-lead-button {
  margin-bottom: 16px;
}

.manual-lead-form::before {
  color: var(--accent);
  content: "Add new lead manually";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manual-lead-form .actions {
  align-items: center;
}

#manualLeadStatus {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

.crm-card {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.content-list .content-admin-item {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  overflow: hidden;
}

.content-list .content-admin-item:not(:has(.admin-item-thumb)) {
  grid-template-columns: minmax(0, 1fr) auto;
}

.content-list .admin-item-copy {
  min-width: 0;
}

.content-list .admin-item-copy strong,
.content-list .admin-item-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-list .admin-item-copy strong {
  display: block;
  white-space: nowrap;
}

.content-list .admin-item-copy span {
  color: #5f6963;
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-list .content-admin-item .item-actions {
  align-self: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  min-width: max-content;
  position: static;
}

.crm-card summary {
  list-style: none;
}

.crm-card summary::-webkit-details-marker {
  display: none;
}

.crm-lead-summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 220px;
  outline: none;
}

.crm-summary-main {
  display: grid;
  gap: 10px;
}

.crm-summary-main > strong {
  color: #171b18;
  font-size: 20px;
  line-height: 1.1;
}

.crm-summary-main > p {
  color: #5f6963;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  max-width: 900px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.crm-summary-grid {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crm-summary-grid span {
  color: #33413a;
  font-size: 13px;
  line-height: 1.35;
}

.crm-summary-grid b {
  color: #8a5b1f;
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.crm-summary-meta {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  max-width: 220px;
}

.crm-summary-meta > b,
.crm-summary-meta > span {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(221, 226, 220, 0.9);
  border-radius: 999px;
  color: #33413a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.crm-summary-meta .button.small {
  min-height: 34px;
  padding: 8px 12px;
  width: 100%;
}

.crm-lead-summary::before {
  background: #fff2e2;
  border: 1px solid #e5cda9;
  border-radius: 999px;
  color: var(--accent);
  content: "+";
  display: grid;
  font-size: 18px;
  font-weight: 900;
  height: 32px;
  place-items: center;
  width: 32px;
}

.crm-card[open] .crm-lead-summary::before {
  content: "-";
}

.crm-summary-main {
  display: grid;
  gap: 5px;
  grid-column: 1;
  grid-row: 1;
  padding-left: 46px;
}

.crm-summary-main strong {
  color: #1e241f;
  font-size: 18px;
}

.crm-summary-main span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.crm-summary-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.crm-summary-meta b,
.crm-summary-meta span {
  background: #f6f7f3;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #48524c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.crm-summary-meta .priority-urgent {
  background: #ffe6e6;
  border-color: #ffc5c5;
  color: #9b1111;
}

.crm-summary-meta .priority-high {
  background: #fff0df;
  border-color: #efcfaa;
  color: #94530e;
}

.crm-summary-meta .priority-medium {
  background: #eef7ed;
  border-color: #cde4ca;
  color: #246532;
}

.crm-summary-meta .priority-low {
  background: #f2f4f5;
  border-color: #dbe1e4;
  color: #5f6b70;
}

.crm-lead-detail {
  background: #fff;
  border: 1px solid rgba(221, 226, 220, 0.95);
  border-top: 1px solid rgba(221, 226, 220, 0.95);
  border-radius: 12px;
  display: grid;
  gap: 16px;
  margin-top: 16px;
  padding: 18px;
}

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

.crm-lead-head strong {
  font-size: 18px;
}

.crm-lead-head span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.crm-requirement {
  background: #f7f8f5;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #424b46;
  line-height: 1.6;
  margin: 0;
  padding: 12px;
}

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

.crm-fields input,
.crm-fields select,
.crm-card textarea {
  min-width: 0;
}

.crm-card textarea {
  min-height: 92px;
}

.crm-card .actions {
  background: #fffaf4;
  border: 1px solid rgba(221, 226, 220, 0.9);
  border-radius: 10px;
  justify-content: flex-start;
  padding: 12px;
}

.crm-save-status {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .crm-lead-summary {
    grid-template-columns: 1fr;
  }

  .crm-summary-meta {
    justify-content: flex-start;
    max-width: none;
  }

  .crm-summary-meta .button.small {
    width: auto;
  }

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

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

@media (max-width: 560px) {
  .crm-lead-summary {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .crm-summary-main {
    padding-left: 42px;
  }

  .crm-summary-meta {
    justify-content: flex-start;
    padding-left: 42px;
  }

  .crm-lead-head {
    display: grid;
  }

  .crm-fields {
    grid-template-columns: 1fr;
  }
}

/* NRI wedding concierge landing page */
.nri-page {
  background: #fbfaf6;
  color: #20231f;
}

.nri-hero {
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

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

.nri-hero::after {
  background: linear-gradient(90deg, rgba(18, 24, 19, 0.86), rgba(18, 24, 19, 0.48), rgba(18, 24, 19, 0.12));
  content: "";
  inset: 0;
  position: absolute;
}

.nri-hero-copy {
  color: #fff;
  display: grid;
  gap: 22px;
  max-width: 760px;
  padding: 110px 6vw;
  position: relative;
  z-index: 1;
}

.nri-hero-copy h1 {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.96;
  margin: 0;
}

.nri-hero-copy > span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.65;
  max-width: 680px;
}

.nri-country-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nri-country-row b,
.nri-service-grid span,
.nri-problem-list span {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(185, 132, 55, 0.28);
  border-radius: 999px;
  color: #362b20;
  font-size: 13px;
  font-weight: 900;
  padding: 11px 14px;
}

.nri-trust-strip {
  background: #123f32;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nri-trust-strip article {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding: 28px 34px;
}

.nri-trust-strip strong {
  color: #f6c878;
  display: block;
  font-family: var(--serif);
  font-size: 34px;
}

.nri-trust-strip span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.nri-two-col {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: 0.9fr 1.1fr;
}

.nri-two-col h2,
.nri-final-cta h2 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.02;
  margin: 0;
}

.nri-problem-list,
.nri-service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.nri-card-grid article,
.nri-guide-grid article,
.nri-destination-grid article {
  background: #fff;
  border: 1px solid #e5ded2;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(44, 34, 24, 0.08);
  padding: 26px;
}

.nri-card-grid h3,
.nri-guide-grid h3,
.nri-destination-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
}

.nri-card-grid p,
.nri-guide-grid p,
.nri-destination-grid p {
  color: #5b625d;
  line-height: 1.6;
  margin: 0;
}

.nri-service-grid span {
  background: #fff;
  border-radius: 10px;
  color: #20231f;
  font-size: 15px;
  min-width: 210px;
  text-align: center;
}

.nri-destination-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nri-destination-grid article {
  overflow: hidden;
  padding: 0;
}

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

.nri-destination-grid h3,
.nri-destination-grid p,
.nri-destination-grid a {
  margin-left: 20px;
  margin-right: 20px;
}

.nri-destination-grid a {
  color: #9d0d3f;
  display: inline-block;
  font-weight: 900;
  margin-bottom: 22px;
  margin-top: 14px;
}

.nri-inquiry {
  background: linear-gradient(135deg, #123f32, #2b211b);
  color: #fff;
}

.nri-inquiry h2,
.nri-inquiry p {
  color: #fff;
}

.nri-inquiry .site-inquiry-form {
  background: #fffaf4;
}

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

.nri-faq details {
  background: #fff;
  border: 1px solid #e5ded2;
  border-radius: 12px;
  padding: 20px 22px;
}

.nri-faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.nri-faq p {
  color: #5b625d;
  line-height: 1.65;
}

.nri-final-cta {
  background: #123f32;
  color: #fff;
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 90px 24px;
  text-align: center;
}

.nri-final-cta h2 {
  color: #fff;
  max-width: 900px;
}

.nri-final-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  margin: 0;
  max-width: 720px;
}

@media (max-width: 900px) {
  .nri-trust-strip,
  .nri-two-col,
  .nri-card-grid,
  .nri-guide-grid,
  .nri-destination-grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 640px) {
  .nri-hero {
    min-height: 720px;
  }

  .nri-hero::after {
    background: linear-gradient(180deg, rgba(18, 24, 19, 0.52), rgba(18, 24, 19, 0.92));
  }

  .nri-hero-copy {
    padding: 78px 20px 40px;
  }

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

  .nri-hero-copy > span {
    font-size: 17px;
  }

  .nri-trust-strip,
  .nri-two-col,
  .nri-card-grid,
  .nri-guide-grid,
  .nri-destination-grid {
    grid-template-columns: 1fr;
  }

  .nri-trust-strip article {
    padding: 22px;
  }

  .nri-service-grid span {
    min-width: 100%;
  }
}

/* NRI Concierge premium rebuild */
.av-nri-body {
  background: #fbf7f0;
  color: #211914;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

.av-nri-body h1,
.av-nri-body h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.av-nri-header {
  background: rgba(255, 250, 244, 0.92);
}

.av-nri-page {
  background:
    radial-gradient(circle at 12% 18%, rgba(189, 136, 65, 0.16), transparent 24%),
    radial-gradient(circle at 84% 8%, rgba(31, 75, 58, 0.14), transparent 26%),
    linear-gradient(180deg, #fbf7f0 0%, #fffaf5 42%, #f8efe5 100%);
}

.av-nri-hero {
  min-height: calc(100svh - 104px);
  position: relative;
  overflow: hidden;
}

.av-nri-hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.av-nri-hero::after {
  background:
    linear-gradient(90deg, rgba(20, 16, 13, 0.88) 0%, rgba(70, 38, 24, 0.58) 38%, rgba(20, 16, 13, 0.10) 74%),
    linear-gradient(0deg, rgba(31, 75, 58, 0.36), rgba(189, 136, 65, 0.16) 48%, transparent 70%);
  content: "";
  inset: 0;
  position: absolute;
}

.av-nri-hero-copy {
  color: #fff;
  display: grid;
  gap: 20px;
  max-width: 760px;
  padding: 96px 7vw 78px;
  position: relative;
  z-index: 1;
}

.av-nri-hero-copy h1 {
  color: #fff;
  font-size: clamp(58px, 8vw, 110px);
  line-height: 0.86;
  margin: 0;
  max-width: 820px;
}

.av-nri-lede {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
  margin: 0;
  max-width: 690px;
}

.av-nri-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

.av-nri-hero-panel {
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.96), rgba(250, 239, 224, 0.94)),
    repeating-linear-gradient(45deg, rgba(189, 136, 65, 0.10) 0 1px, transparent 1px 14px);
  border: 1px solid rgba(234, 215, 200, 0.86);
  bottom: 42px;
  box-shadow: 0 26px 70px rgba(18, 13, 10, 0.28);
  color: #211914;
  max-width: 390px;
  padding: 28px;
  position: absolute;
  right: 7vw;
  z-index: 2;
}

.av-nri-hero-panel span,
.av-nri-timeline span,
.av-nri-scope span {
  color: #bd8841;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.av-nri-hero-panel strong {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0 24px;
}

.av-nri-hero-panel dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.av-nri-hero-panel div {
  border-top: 1px solid #e6d5c4;
  padding-top: 12px;
}

.av-nri-hero-panel dt {
  color: #74635b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.av-nri-hero-panel dd {
  font-size: 14px;
  font-weight: 800;
  margin: 3px 0 0;
}

.av-nri-stats {
  background: #1f4b3a;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.av-nri-stats article {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding: 28px 38px;
}

.av-nri-stats strong {
  color: #f2c678;
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.av-nri-stats span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 8px;
}

.av-nri-editorial,
.av-nri-band,
.av-nri-showcase,
.av-nri-heritage,
.av-nri-gallery,
.av-nri-process,
.av-nri-proof,
.av-nri-inquiry,
.av-nri-faq {
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px 30px;
}

.av-nri-editorial {
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.av-nri-editorial h2,
.av-nri-showcase h2,
.av-nri-proof h2,
.av-nri-inquiry h2 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.94;
  margin: 0;
}

.av-nri-editorial > p,
.av-nri-showcase-copy p,
.av-nri-inquiry-copy p {
  color: #5f5149;
  font-size: 18px;
  line-height: 1.85;
  margin: 0;
}

.av-nri-scope {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.av-nri-scope article,
.av-nri-timeline article,
.av-nri-quotes article,
.av-nri-faq details {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #ead7c8;
  box-shadow: 0 18px 48px rgba(64, 40, 32, 0.07);
}

.av-nri-heritage-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.av-nri-heritage-grid article {
  background: #fff;
  border: 1px solid #ead7c8;
  box-shadow: 0 24px 64px rgba(64, 40, 32, 0.12);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  position: relative;
}

.av-nri-heritage-grid article::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.av-nri-heritage-grid .is-rajasthan::after {
  background: linear-gradient(135deg, rgba(189, 89, 42, 0.18), transparent 44%);
}

.av-nri-heritage-grid .is-uttarakhand::after {
  background: linear-gradient(135deg, rgba(31, 75, 58, 0.20), transparent 44%);
}

.av-nri-heritage-grid img {
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.av-nri-heritage-grid div {
  display: grid;
  gap: 12px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.av-nri-heritage-grid span,
.av-nri-gallery-track span {
  color: #bd8841;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.av-nri-heritage-grid h3 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
}

.av-nri-heritage-grid p {
  color: #675950;
  font-size: 16px;
  line-height: 1.72;
  margin: 0;
}

.av-nri-heritage-grid a {
  color: #9f1239;
  font-weight: 900;
}

.av-nri-scope article {
  min-height: 270px;
  padding: 28px;
}

.av-nri-scope h3,
.av-nri-timeline h3 {
  font-size: 22px;
  margin: 16px 0 12px;
}

.av-nri-scope p,
.av-nri-timeline p,
.av-nri-quotes p,
.av-nri-faq p {
  color: #675950;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.av-nri-showcase {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 0.78fr 1.22fr;
}

.av-nri-showcase-copy {
  display: grid;
  gap: 18px;
}

.av-nri-destinations {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.av-nri-destinations a {
  background: #fff;
  border: 1px solid #ead7c8;
  box-shadow: 0 18px 48px rgba(64, 40, 32, 0.08);
  display: grid;
  overflow: hidden;
}

.av-nri-destinations img {
  aspect-ratio: 5 / 3.2;
  object-fit: cover;
  width: 100%;
}

.av-nri-destinations strong {
  font-size: 21px;
  padding: 18px 20px 4px;
}

.av-nri-destinations span {
  color: #74635b;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px 20px;
}

.av-nri-gallery {
  max-width: 1180px;
}

.av-nri-gallery-controls {
  display: flex;
  gap: 10px;
}

.av-nri-gallery-controls button {
  background: #fff;
  border: 1px solid #ead7c8;
  box-shadow: 0 12px 28px rgba(64, 40, 32, 0.08);
  color: #9f1239;
  min-height: 38px;
  padding: 8px 16px;
}

.av-nri-gallery-frame {
  border: 1px solid #ead7c8;
  box-shadow: 0 28px 78px rgba(64, 40, 32, 0.14);
  overflow: hidden;
}

.av-nri-gallery-track {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
}

.av-nri-gallery-track article {
  background: #211914;
  color: #fff;
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: 1.45fr 0.85fr;
  min-height: 520px;
}

.av-nri-gallery-track img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.av-nri-gallery-track div {
  align-content: end;
  background:
    linear-gradient(180deg, rgba(31, 75, 58, 0.92), rgba(33, 25, 20, 0.98)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 16px);
  display: grid;
  gap: 16px;
  padding: 46px;
}

.av-nri-gallery-track h3 {
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
}

.av-nri-gallery-track p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}

.av-nri-timeline {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.av-nri-timeline article {
  padding: 26px;
}

.av-nri-proof {
  background: #211914;
  color: #fff;
  display: grid;
  gap: 44px;
  grid-template-columns: 0.8fr 1.2fr;
  max-width: none;
  padding-left: max(30px, calc((100vw - 1180px) / 2));
  padding-right: max(30px, calc((100vw - 1180px) / 2));
}

.av-nri-proof h2 {
  color: #fff;
}

.av-nri-quotes {
  display: grid;
  gap: 18px;
}

.av-nri-quotes article {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  padding: 28px;
}

.av-nri-quotes p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.av-nri-quotes strong {
  color: #f2c678;
  display: block;
  margin-top: 18px;
}

.av-nri-inquiry {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: 0.82fr 1.18fr;
}

.av-nri-form {
  background: #fff;
  border: 1px solid #ead7c8;
  box-shadow: 0 24px 60px rgba(64, 40, 32, 0.1);
  padding: 28px;
}

.av-nri-faq-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.av-nri-faq details {
  padding: 22px 24px;
}

.av-nri-faq summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
}

.av-nri-faq p {
  margin-top: 12px;
}

@media (max-width: 1020px) {
  .av-nri-hero-panel {
    bottom: auto;
    left: 7vw;
    max-width: 520px;
    right: auto;
    top: auto;
    transform: translateY(-34px);
    position: relative;
  }

  .av-nri-stats,
  .av-nri-scope,
  .av-nri-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .av-nri-editorial,
  .av-nri-showcase,
  .av-nri-proof,
  .av-nri-inquiry,
  .av-nri-heritage-grid,
  .av-nri-gallery-track article {
    grid-template-columns: 1fr;
  }

  .av-nri-gallery-track article {
    min-height: auto;
  }

  .av-nri-gallery-track img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .av-nri-header nav {
    gap: 10px;
    overflow-x: auto;
  }

  .av-nri-hero {
    min-height: auto;
  }

  .av-nri-hero > img {
    height: 680px;
  }

  .av-nri-hero::after {
    background: linear-gradient(180deg, rgba(20, 16, 13, 0.32), rgba(20, 16, 13, 0.92));
  }

  .av-nri-hero-copy {
    min-height: 680px;
    padding: 82px 20px 34px;
  }

  .av-nri-hero-copy h1 {
    font-size: 56px;
  }

  .av-nri-hero-panel {
    left: 0;
    margin: 0 20px 28px;
    max-width: none;
    transform: none;
  }

  .av-nri-stats,
  .av-nri-scope,
  .av-nri-destinations,
  .av-nri-timeline,
  .av-nri-faq-grid {
    grid-template-columns: 1fr;
  }

  .av-nri-editorial,
  .av-nri-band,
  .av-nri-showcase,
  .av-nri-heritage,
  .av-nri-gallery,
  .av-nri-process,
  .av-nri-proof,
  .av-nri-inquiry,
  .av-nri-faq {
    padding: 48px 20px;
  }

  .av-nri-scope article {
    min-height: auto;
  }

  .av-nri-gallery-controls {
    width: 100%;
  }

  .av-nri-gallery-controls button {
    flex: 1;
  }

  .av-nri-gallery-track div {
    padding: 28px;
  }
}

/* Royal heritage polish for NRI Concierge */
.av-nri-body {
  background: #f6efe5;
}

.av-nri-header {
  border-bottom-color: rgba(189, 136, 65, 0.22);
  box-shadow: 0 12px 36px rgba(48, 27, 18, 0.05);
}

.av-nri-page {
  background:
    linear-gradient(180deg, rgba(33, 25, 20, 0.02), transparent 18%),
    radial-gradient(circle at 9% 11%, rgba(177, 80, 43, 0.14), transparent 21%),
    radial-gradient(circle at 88% 16%, rgba(31, 75, 58, 0.16), transparent 26%),
    linear-gradient(180deg, #f8efe5 0%, #fffaf4 42%, #f3e5d6 100%);
}

.av-nri-hero {
  min-height: 760px;
}

.av-nri-hero > img {
  filter: saturate(1.08) contrast(1.04);
}

.av-nri-hero::after {
  background:
    linear-gradient(90deg, rgba(22, 15, 12, 0.90) 0%, rgba(73, 37, 24, 0.58) 43%, rgba(22, 15, 12, 0.12) 74%),
    linear-gradient(0deg, rgba(31, 75, 58, 0.26), rgba(146, 66, 35, 0.18) 46%, transparent 68%);
}

.av-nri-hero-copy {
  padding-top: 118px;
}

.av-nri-hero-copy h1 {
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
}

.av-nri-lede {
  color: rgba(255, 246, 235, 0.9);
  max-width: 650px;
}

.av-nri-hero-panel {
  backdrop-filter: blur(14px);
  border-color: rgba(242, 198, 120, 0.42);
  box-shadow: 0 34px 90px rgba(20, 14, 10, 0.36);
}

.av-nri-hero-panel::before {
  background: linear-gradient(90deg, #b1502b, #bd8841, #1f4b3a);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.av-nri-stats {
  background:
    linear-gradient(90deg, #2a1712, #7a331d 42%, #1f4b3a),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px);
}

.av-nri-editorial h2,
.av-nri-showcase h2,
.av-nri-proof h2,
.av-nri-inquiry h2,
.av-nri-heritage .section-head h2,
.av-nri-gallery .section-head h2 {
  color: #211914;
  letter-spacing: 0;
}

.av-nri-heritage {
  padding-top: 42px;
}

.av-nri-heritage-grid article,
.av-nri-destinations a,
.av-nri-scope article,
.av-nri-timeline article,
.av-nri-form,
.av-nri-faq details {
  border-color: rgba(189, 136, 65, 0.25);
  border-radius: 0;
}

.av-nri-heritage-grid article {
  background:
    linear-gradient(180deg, #fffaf4, #f8efe5);
}

.av-nri-heritage-grid img {
  aspect-ratio: 16 / 8.5;
  filter: saturate(1.06) contrast(1.02);
}

.av-nri-heritage-grid .is-rajasthan div {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(252, 238, 218, 0.96));
}

.av-nri-heritage-grid .is-uttarakhand div {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(232, 241, 232, 0.96));
}

.av-nri-scope article {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.94), rgba(255, 255, 255, 0.88)),
    repeating-linear-gradient(135deg, rgba(189, 136, 65, 0.06) 0 1px, transparent 1px 16px);
}

.av-nri-gallery {
  padding-top: 36px;
}

.av-nri-gallery-frame {
  box-shadow: 0 20px 54px rgba(64, 40, 32, 0.12);
}

.av-nri-gallery-track article {
  grid-template-columns: 1.25fr 0.75fr;
  min-height: 260px;
}

.av-nri-gallery-track img {
  max-height: 300px;
}

.av-nri-gallery-track div {
  gap: 10px;
  padding: 28px 32px;
}

.av-nri-gallery-track h3 {
  font-size: clamp(30px, 3vw, 46px);
}

.av-nri-gallery-track p {
  font-size: 15px;
  line-height: 1.58;
}

.av-nri-gallery-controls button {
  border-radius: 0;
  min-width: 82px;
}

.av-nri-proof {
  background:
    linear-gradient(135deg, rgba(33, 25, 20, 0.97), rgba(31, 75, 58, 0.94)),
    url("/assets/resort-hero.png") center / cover;
  position: relative;
}

.av-nri-proof::before {
  background: rgba(18, 12, 9, 0.58);
  content: "";
  inset: 0;
  position: absolute;
}

.av-nri-proof > * {
  position: relative;
  z-index: 1;
}

.av-nri-inquiry {
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.92), rgba(248, 239, 229, 0.94)),
    repeating-linear-gradient(45deg, rgba(189, 136, 65, 0.08) 0 1px, transparent 1px 18px);
  border: 1px solid rgba(189, 136, 65, 0.25);
  margin-bottom: 58px;
}

.av-nri-form button {
  border-radius: 0;
  min-height: 52px;
}

@media (max-width: 1020px) {
  .av-nri-gallery-track article {
    min-height: 0;
  }

  .av-nri-gallery-track img {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .av-nri-hero {
    min-height: auto;
  }

  .av-nri-hero > img,
  .av-nri-hero-copy {
    height: 620px;
    min-height: 620px;
  }

  .av-nri-gallery-track div {
    padding: 22px;
  }

  .av-nri-gallery-track h3 {
    font-size: 32px;
  }
}

/* Reviews, hearts, CRM archive, and analytics */
.resort-card,
.m-ranked-card {
  position: relative;
}

.heart-like {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(234, 215, 200, 0.9);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(64, 40, 32, 0.16);
  color: #9f1239;
  display: inline-flex;
  font-size: 18px;
  gap: 7px;
  justify-content: center;
  min-height: 42px;
  padding: 8px 13px;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
}

.heart-like span {
  color: #34241e;
  font-size: 12px;
  font-weight: 900;
}

.heart-like.is-liked {
  background: #9f1239;
  color: #fff;
}

.heart-like.is-liked span {
  color: #fff;
}

.detail-heart {
  position: static;
}

.review-row {
  align-items: center;
  color: #6b5b52;
  display: flex;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
  margin: 8px 0 10px;
}

.review-row strong {
  color: #bd8841;
}

.detail-social-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.detail-social-row .review-row {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #fff;
  margin: 0;
  padding: 10px 14px;
}

.detail-social-row .review-row strong,
.detail-social-row .review-row em {
  color: #fff;
  font-style: normal;
}

.analytics-panel {
  grid-column: span 2;
}

.analytics-actions,
.crm-filter-actions,
.crm-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.analytics-actions button,
.crm-filter-actions button {
  min-height: 34px;
  padding: 7px 12px;
}

.visit-donut {
  align-items: center;
  background: conic-gradient(#9f1239 0 72%, #f0dfd0 72% 100%);
  border-radius: 50%;
  display: grid;
  height: 128px;
  margin: 18px auto;
  place-items: center;
  width: 128px;
}

.visit-donut span {
  align-items: center;
  background: #fffaf4;
  border-radius: 50%;
  color: #211914;
  display: grid;
  font-size: 28px;
  font-weight: 900;
  height: 88px;
  place-items: center;
  width: 88px;
}

.visit-summary-grid {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
}

.visit-mini-stats {
  display: grid;
  gap: 10px;
}

.visit-mini-stats span {
  align-items: center;
  background: #fffaf4;
  border: 1px solid rgba(189, 136, 65, 0.2);
  border-radius: 10px;
  color: #5f6963;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: space-between;
  padding: 10px 12px;
  text-transform: uppercase;
}

.visit-mini-stats strong {
  color: #171b18;
  font-size: 18px;
}

.visit-series {
  display: grid;
  gap: 9px;
}

.visit-series div {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 92px 1fr 34px;
}

.visit-series span,
.visit-series em {
  color: #74635b;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.visit-series b {
  background: linear-gradient(90deg, #1f4b3a, #bd8841);
  border-radius: 999px;
  display: block;
  height: 9px;
}

.analytics-tabs {
  background: #f6f6f2;
  border: 1px solid rgba(221, 226, 220, 0.9);
  border-radius: 12px;
  display: flex;
  gap: 6px;
  margin-top: 16px;
  overflow-x: auto;
  padding: 6px;
}

.analytics-tabs button {
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: #5f6963;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  min-height: 34px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.analytics-tabs button.is-active {
  background: #8f123a;
  color: #fff;
}

.analytics-tab-panel {
  background: rgba(255, 250, 244, 0.72);
  border: 1px solid rgba(221, 226, 220, 0.9);
  border-radius: 12px;
  display: none;
  margin-top: 12px;
  padding: 12px;
}

.analytics-tab-panel.is-active {
  display: block;
}

.visit-series.compact {
  gap: 7px;
}

.visit-series.compact div {
  grid-template-columns: 86px 1fr 30px;
}

.analytics-detail-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.analytics-detail-grid section,
.visitor-table-wrap {
  background: rgba(255, 250, 244, 0.72);
  border: 1px solid rgba(221, 226, 220, 0.9);
  border-radius: 12px;
  padding: 14px;
}

.analytics-detail-grid h3,
.visitor-table-wrap h3 {
  font-size: 14px;
  margin: 0 0 10px;
}

.analytics-mini-list {
  display: grid;
  gap: 8px;
}

.analytics-mini-list.compact {
  gap: 6px;
}

.analytics-mini-list div {
  align-items: center;
  border-bottom: 1px solid rgba(221, 226, 220, 0.76);
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding-bottom: 8px;
}

.analytics-mini-list.compact div {
  padding: 7px 0;
}

.analytics-mini-list span {
  color: #5f6963;
  font-size: 12px;
  font-weight: 800;
}

.analytics-mini-list strong,
.analytics-mini-list small {
  color: #171b18;
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.visitor-table-wrap {
  margin-top: 14px;
}

.visitor-table {
  display: grid;
  gap: 10px;
}

.visitor-table.compact {
  gap: 8px;
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}

.visitor-table article {
  background: #fff;
  border: 1px solid rgba(221, 226, 220, 0.9);
  border-radius: 10px;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.visitor-table.compact article {
  gap: 6px;
  padding: 10px;
}

.visitor-table article > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: space-between;
}

.visitor-table strong {
  color: #171b18;
}

.visitor-table span,
.visitor-table b {
  color: #5f6963;
  font-size: 12px;
}

.visitor-table p {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.visitor-table em {
  background: #f6f6f2;
  border-radius: 999px;
  color: #5f6963;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  padding: 6px 8px;
}

.empty.compact {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.crm-card[open] {
  border-color: rgba(189, 136, 65, 0.42);
}

.crm-contact-actions .secondary {
  color: #1f4b3a;
}

@media (max-width: 760px) {
  .analytics-panel {
    grid-column: auto;
  }

  .visit-summary-grid,
  .analytics-detail-grid {
    grid-template-columns: 1fr;
  }

  .visit-series div {
    grid-template-columns: 74px 1fr 28px;
  }
}

@media (max-width: 1180px) {
  #homeServices.feature-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #homeServices.feature-card-grid {
    grid-template-columns: 1fr;
  }

  .brand::before {
    height: 30px;
    width: 30px;
  }
}

/* Final admin stability fixes */
.brand::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 58'%3E%3Cpath d='M32 54S4 37 4 18C4 8 12 2 21 2c5 0 9 2 11 6 2-4 6-6 11-6 9 0 17 6 17 16 0 19-28 36-28 36Z' fill='%23fffaf4' stroke='%238f123a' stroke-width='2.2'/%3E%3C/svg%3E") center / contain no-repeat;
  border: 0;
  border-radius: 0;
  color: var(--rose);
  content: "AV";
}

.content-list .content-admin-item {
  grid-template-columns: 72px minmax(0, 1fr) auto;
  max-width: 100%;
}

.content-list .content-admin-item .admin-item-copy {
  min-width: 0;
}

.content-list .content-admin-item .admin-item-copy span {
  word-break: break-word;
}

.crm-card {
  overflow: hidden;
}

.crm-lead-summary {
  grid-template-columns: minmax(0, 1fr) 220px;
}

.crm-lead-detail {
  background: #fff;
  border: 1px solid rgba(221, 226, 220, 0.95);
  border-radius: 12px;
  margin-top: 16px;
  padding: 18px;
}

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

@media (max-width: 900px) {
  .crm-lead-summary {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .crm-fields {
    grid-template-columns: 1fr;
  }
}

/* Destination wedding SEO landing pages */
.seo-hero {
  min-height: min(620px, 72svh);
  overflow: hidden;
  position: relative;
}

.seo-hero::after {
  background: linear-gradient(90deg, rgba(20, 38, 31, 0.86), rgba(20, 38, 31, 0.44), rgba(20, 38, 31, 0.08));
  content: "";
  inset: 0;
  position: absolute;
}

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

.seo-hero > div {
  color: #fff;
  display: grid;
  gap: 18px;
  max-width: 780px;
  padding: 92px max(24px, calc((100vw - 1180px) / 2));
  position: relative;
  z-index: 1;
}

.seo-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  max-width: 740px;
}

.seo-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.72;
  max-width: 680px;
}

.seo-page-band {
  max-width: 1180px;
}

.seo-highlight-grid,
.seo-related-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-highlight-grid article,
.seo-related-grid a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(17, 36, 28, 0.07);
  padding: 22px;
}

.seo-highlight-grid span {
  align-items: center;
  background: #fff4e5;
  border-radius: 999px;
  color: var(--rose);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.seo-highlight-grid h3,
.seo-related-grid strong {
  display: block;
  font-size: 22px;
  line-height: 1.18;
  margin: 14px 0 10px;
}

.seo-highlight-grid p,
.seo-related-grid span {
  color: var(--muted);
  line-height: 1.65;
}

.seo-editorial {
  margin-top: 0;
}

.seo-related-grid a {
  color: var(--ink);
}

.seo-copy-section p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
  margin: 0 0 14px;
}

.location-seo-section,
.location-faq-section {
  max-width: 1180px;
}

.location-seo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-seo-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(17, 36, 28, 0.07);
  padding: 24px;
}

.location-seo-grid h3 {
  font-size: 24px;
  line-height: 1.12;
  margin-bottom: 12px;
}

.location-seo-grid p {
  color: var(--muted);
  line-height: 1.72;
}

.seo-faq-section .faq-list,
.location-faq-section .faq-list {
  max-width: 980px;
}

.seo-related-section .seo-related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 780px) {
  .seo-highlight-grid,
  .seo-related-grid,
  .location-seo-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero > div {
    padding-top: 70px;
  }
}

/* Premium AV heart logo */
.brand::before,
.m-logo::before {
  align-items: center;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 64'%3E%3Cpath d='M36 58S6 39 6 19C6 8.5 14 3 23 3c5.5 0 10.2 2.8 13 7.4C38.8 5.8 43.5 3 49 3c9 0 17 5.5 17 16 0 20-30 39-30 39Z' fill='%23fff9ef' stroke='%23b68435' stroke-width='2.4'/%3E%3Cpath d='M14 22c-5 2-8 6-9 11M58 22c5 2 8 6 9 11M22 9c-5-3-10-2-14 2M50 9c5-3 10-2 14 2' fill='none' stroke='%23d0a767' stroke-width='1.4' stroke-linecap='round' opacity='.75'/%3E%3C/svg%3E") center / contain no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #9f6a22;
  content: "AV";
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: -0.08em;
  line-height: 1;
  margin-right: 10px;
  padding: 1px 2px 0 0;
  text-shadow: 0 1px 0 #fff6e7;
  width: 44px;
}

.m-logo {
  align-items: center;
  display: inline-flex;
}

.m-logo::before {
  font-size: 10px;
  height: 36px;
  margin-right: 7px;
  width: 39px;
}

/* Professional polish: plain heart, review writing, cleaner CRM */
.heart-like {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #ff4f9a;
  filter: drop-shadow(0 4px 10px rgba(95, 22, 54, 0.35));
  font-size: 31px;
  left: 14px;
  min-height: auto;
  padding: 0;
  right: auto;
  top: 14px;
  text-shadow: 0 1px 0 #fff, 0 0 12px rgba(255, 255, 255, 0.78);
  transform-origin: center;
  transition: color 0.18s ease, filter 0.18s ease, transform 0.18s ease;
}

.heart-like span {
  display: none;
}

.heart-like:hover {
  color: #ff2f86;
  filter: drop-shadow(0 8px 16px rgba(255, 47, 134, 0.38));
  transform: scale(1.12) rotate(-4deg);
}

.heart-like.is-liked {
  background: transparent;
  color: #e91e73;
  filter: drop-shadow(0 8px 18px rgba(233, 30, 115, 0.42));
}

.detail-heart {
  color: #ff4f9a;
  position: static;
}

.detail-heart.is-liked {
  color: #e91e73;
}

.resort-review-list {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.resort-review-list article {
  background: #fffaf4;
  border: 1px solid rgba(189, 136, 65, 0.24);
  border-radius: 10px;
  padding: 16px 18px;
}

.resort-review-list article div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.resort-review-list strong {
  color: #211914;
  font-size: 15px;
}

.resort-review-list span {
  color: #bd8841;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.resort-review-list p {
  color: #5f5149;
  line-height: 1.62;
  margin: 10px 0 0;
}

.resort-review-form {
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.96), rgba(248, 239, 229, 0.96)),
    repeating-linear-gradient(45deg, rgba(189, 136, 65, 0.06) 0 1px, transparent 1px 18px);
  border: 1px solid rgba(189, 136, 65, 0.28);
  border-radius: 12px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.resort-review-form button {
  justify-self: start;
}

.crm-card {
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.98), rgba(255, 255, 255, 0.96));
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(38, 24, 17, 0.08);
}

.crm-lead-summary {
  min-height: 72px;
}

.crm-lead-detail {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  padding: 18px;
}

.crm-fields label,
.manual-lead-form label {
  color: #33413a;
  font-size: 12px;
  font-weight: 900;
}

.admin-stage-header,
.dashboard-panel,
.editor-panel,
.list-panel {
  box-shadow: 0 18px 48px rgba(38, 24, 17, 0.07);
}

.admin-metrics article {
  border-color: rgba(189, 136, 65, 0.24);
}

/* Final premium polish */
:root {
  --ink: #171b18;
  --muted: #5f6963;
  --line: #dde2dc;
  --paper: #f6f6f2;
  --soft: #eef1ec;
  --rose: #8f123a;
  --rose-dark: #641027;
  --green: #123d32;
  --gold: #a8782c;
  --white: #ffffff;
}

body {
  background: #f6f6f2;
  color: var(--ink);
  font-family: "DM Sans", Inter, system-ui, sans-serif;
}

h1,
h2,
.brand,
.blog-card h3,
.premium-service-card h3,
.premium-visual-card h3,
.request-venue-top h2,
.blog-hero h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
}

h2 {
  font-size: clamp(26px, 2.45vw, 36px);
  line-height: 1.08;
}

h3 {
  letter-spacing: 0;
}

.eyebrow {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.hero,
.detail-hero,
.hero img,
.detail-hero img {
  height: min(540px, 68svh);
  min-height: min(540px, 68svh);
}

.page-hero,
.page-hero > img {
  height: min(420px, 54svh);
  min-height: min(420px, 54svh);
}

.blog-hero,
.blog-hero img {
  height: min(460px, 58svh);
  min-height: min(460px, 58svh);
}

.blog-hero > div {
  bottom: 46px;
}

.blog-hero h1 {
  font-size: clamp(36px, 4.6vw, 58px);
}

.site-header {
  border-bottom: 1px solid rgba(18, 61, 50, 0.12);
}

.brand {
  font-size: 27px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  letter-spacing: 0.01em;
  line-height: 1;
}

.brand::before {
  align-items: center;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 58'%3E%3Cpath d='M32 54S4 37 4 18C4 8 12 2 21 2c5 0 9 2 11 6 2-4 6-6 11-6 9 0 17 6 17 16 0 19-28 36-28 36Z' fill='%23fffaf4' stroke='%238f123a' stroke-width='2.2'/%3E%3C/svg%3E") center / contain no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--rose);
  content: "AV";
  display: inline-flex;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 11px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  letter-spacing: -0.02em;
  padding-top: 1px;
  text-shadow: 0 1px 0 #fff;
  transform: none;
  width: 34px;
}

.brand {
  position: relative;
}

.button,
button,
.contact-dock,
.resort-card,
.feature-card,
.visual-card,
.blog-card,
.blog-article,
.request-venue-card,
.editor-panel,
.list-panel,
.inline-inquiry,
.faq-list details,
input,
textarea,
select {
  border-radius: 10px;
}

.button,
button {
  background: var(--rose);
  font-weight: 700;
}

.button:hover,
button:hover {
  background: var(--rose-dark);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.12);
}

.content-band {
  padding-top: 48px;
  padding-bottom: 58px;
}

.soft-band {
  background: #ffffff;
}

.feature-card,
.visual-card,
.blog-card,
.resort-card {
  box-shadow: 0 14px 38px rgba(17, 36, 28, 0.07);
}

.card-body,
.blog-card div,
.visual-card div {
  padding: 22px;
}

.blog-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.feature-card-grid,
.visual-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

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

.home-service-play-card {
  padding: 0;
}

.home-service-play-card a {
  color: inherit;
  display: block;
}

.home-service-play-card img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.home-service-play-card div {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.home-service-play-card h3 {
  font-size: 24px;
  line-height: 1.12;
  margin: 0;
}

.home-service-play-card p:not(.eyebrow) {
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.65;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-service-play-card .text-link {
  margin-top: 4px;
}

@media (max-width: 1180px) {
  #homeServices.feature-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #homeServices.feature-card-grid {
    grid-template-columns: 1fr;
  }

  .brand::before {
    height: 30px;
    width: 30px;
  }
}

.blog-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
  padding-top: 42px;
}

.blog-article p {
  font-size: 15px;
  line-height: 1.8;
}

.request-venue-top {
  padding: 24px;
}

.request-venue-top h2 {
  font-size: 32px;
}

.contact-dock {
  border-color: rgba(18, 61, 50, 0.16);
}

.contact-dock-label {
  background: #102f27;
}

.admin-stage-header h1,
.admin-body .editor-panel h1,
.admin-body .editor-panel h2,
.admin-body .list-panel h2 {
  font-family: "DM Sans", Inter, system-ui, sans-serif;
  font-weight: 700;
}

@media (max-width: 900px) {
  .hero,
  .detail-hero,
  .hero img,
  .detail-hero img {
    height: 58svh;
    min-height: 430px;
  }

  .page-hero,
  .page-hero > img,
  .blog-hero,
  .blog-hero img {
    height: 48svh;
    min-height: 360px;
  }

  .hero-copy h1,
  .detail-copy h1,
  .blog-hero h1 {
    font-size: 34px;
  }

  .blog-layout {
    grid-template-columns: 1fr;
    padding: 26px 16px 12px;
  }

  .content-band {
    padding-top: 34px;
    padding-bottom: 42px;
  }
}

.support-admin-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.support-admin-grid .dashboard-panel {
  align-content: start;
  display: grid;
  gap: 12px;
}

.crm-summary-grid-panel {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 16px;
}

.crm-summary-grid-panel article {
  background: linear-gradient(135deg, #fffaf4, #ffffff);
  border: 1px solid rgba(234, 217, 191, 0.95);
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(49, 34, 22, 0.06);
  padding: 16px;
}

.crm-summary-grid-panel span,
.crm-summary-grid-panel small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crm-summary-grid-panel strong {
  color: #171b18;
  display: block;
  font-size: 28px;
  line-height: 1;
  margin: 8px 0 6px;
}

.crm-toolbar {
  align-items: end;
  background: #fffaf4;
  border: 1px solid #ead9bf;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(240px, 1.4fr) minmax(150px, 0.8fr) minmax(150px, 0.8fr) minmax(150px, 0.8fr);
  margin-bottom: 16px;
  padding: 14px;
}

.crm-filter-actions button.is-active {
  background: #8f123a;
  color: #fff;
}

.crm-title-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.crm-followup-badge {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  padding: 6px 9px;
}

.crm-followup-badge.danger {
  background: #ffe6e6;
  border: 1px solid #ffc5c5;
  color: #9b1111;
}

.crm-followup-badge.warning {
  background: #fff0df;
  border: 1px solid #efcfaa;
  color: #94530e;
}

.crm-followup-badge.ok {
  background: #eef7ed;
  border: 1px solid #cde4ca;
  color: #246532;
}

.crm-followup-badge.neutral {
  background: #f2f4f5;
  border: 1px solid #dbe1e4;
  color: #5f6b70;
}

@media (max-width: 1100px) {
  .crm-summary-grid-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .crm-summary-grid-panel,
  .crm-toolbar {
    grid-template-columns: 1fr;
  }
}

.support-admin-grid .button,
.support-admin-grid .text-link {
  justify-self: start;
}

#blogsPanel {
  background:
    linear-gradient(135deg, rgba(143, 18, 58, 0.06), rgba(168, 120, 44, 0.08)),
    #ffffff;
  border: 1px solid rgba(143, 18, 58, 0.14);
}

#blogsPanel .section-head.compact {
  background: #fff8f2;
  border: 1px solid #ead8bc;
  border-radius: 12px;
  margin-bottom: 18px;
  padding: 18px;
}

#blogsPanel .section-head h2 {
  color: #3a241b;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
}

#blogsPanel label {
  color: #2d332f;
  font-weight: 800;
}

#blogsPanel input,
#blogsPanel textarea {
  background: #fffdf9;
  border-color: #e6d6bf;
}

#blogsPanel .actions button[type="submit"] {
  background: #8f123a;
}

#blogsPanel .admin-item {
  border-left: 5px solid #8f123a;
}

@media (max-width: 767px) {
  .m-search-panel {
    position: relative;
    z-index: 20;
  }

  .m-search-results {
    background: #fff;
    border: 1px solid #ead8bc;
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(42, 25, 19, 0.18);
    display: none;
    left: 0;
    margin-top: 8px;
    max-height: 430px;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    right: 0;
  }

  .m-search-results.is-open {
    display: grid;
    gap: 12px;
  }

  .m-search-result-group {
    display: grid;
    gap: 8px;
  }

  .m-search-result-group p {
    color: #9f1239;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 0;
    text-transform: uppercase;
  }

  .m-search-result-group a {
    align-items: center;
    border: 1px solid #f0e3d3;
    border-radius: 10px;
    color: #2c241e;
    display: grid;
    gap: 4px;
    grid-template-columns: 48px 1fr;
    min-height: 58px;
    padding: 8px;
  }

  .m-search-result-group .m-location-result {
    grid-template-columns: 1fr;
  }

  .m-search-result-group img {
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    width: 48px;
  }

  .m-search-result-group span {
    display: grid;
    gap: 4px;
  }

  .m-search-result-group strong {
    font-size: 13px;
    font-weight: 900;
  }

  .m-search-result-group small,
  .m-search-empty {
    color: #71665d;
    font-size: 12px;
    font-weight: 700;
  }
}

#resorts > .section-head {
  display: none;
}

.gallery-lightbox {
  align-items: center;
  background: rgba(16, 12, 10, 0.92);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 18px;
  position: fixed;
  z-index: 9999;
}

.gallery-lightbox img {
  border-radius: 12px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
  max-height: 82vh;
  max-width: min(1120px, 88vw);
  object-fit: contain;
}

.gallery-lightbox button {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 999px;
  color: #201711;
  display: inline-flex;
  font-size: 34px;
  height: 52px;
  justify-content: center;
  padding: 0;
  position: absolute;
  width: 52px;
}

.gallery-lightbox-close {
  right: 18px;
  top: 18px;
}

.gallery-lightbox-prev {
  left: 18px;
}

.gallery-lightbox-next {
  right: 18px;
}

.gallery-lightbox-count {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 14px;
  position: absolute;
}

/* Mobile-only premium resort and story cards */
@media (max-width: 900px) {
  .has-mobile-homepage .desktop-homepage #resorts > .section-head {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #mobileVenueSearches .m-ranked-card {
    background: #fff;
    border: 1px solid #e8e0d8;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(42, 25, 19, 0.12);
    flex: 0 0 88%;
    overflow: hidden;
  }

  .m-ranked-card a {
    color: #161412;
    display: block;
  }

  .m-ranked-card figure {
    aspect-ratio: 16 / 10;
    margin: 0;
    overflow: hidden;
    position: relative;
  }

  .m-ranked-card figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .m-ranked-card figure::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.32));
    content: "";
    inset: 0;
    position: absolute;
  }

  .m-badge {
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    padding: 10px 12px;
    position: absolute;
    z-index: 1;
  }

  .m-featured-badge {
    background: #9f1239;
    right: 12px;
    top: 12px;
  }

  .m-location-badge {
    background: #fff;
    bottom: 12px;
    color: #161412;
    left: 12px;
  }

  .m-offer-badge {
    background: #c88921;
    bottom: 12px;
    right: 12px;
  }

  .m-ranked-body {
    display: grid;
    gap: 10px;
    padding: 18px;
  }

  .m-ranked-meta {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }

  .m-ranked-meta span {
    color: #5f6963;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .m-ranked-meta em {
    background: #fff0df;
    border: 1px solid #efcfaa;
    border-radius: 7px;
    color: #94530e;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    padding: 9px 12px;
  }

  .m-ranked-body h3 {
    font-size: 23px;
    font-weight: 900;
    line-height: 1.14;
    margin: 0;
  }

  .m-rank-line {
    color: #9f1239;
    font-size: 13px;
    font-weight: 900;
  }

  .m-ranked-body p {
    color: #5d6862;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
  }

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

  .m-fact-grid span {
    background: #f8faf7;
    border: 1px solid #dde4de;
    border-radius: 9px;
    color: #121514;
    display: grid;
    font-size: 16px;
    font-weight: 900;
    gap: 4px;
    padding: 12px;
  }

  .m-fact-grid small {
    color: #68746e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .m-mini-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .m-mini-pills span {
    background: #f7eee9;
    border-radius: 7px;
    color: #5b625e;
    font-size: 12px;
    font-weight: 900;
    padding: 9px 11px;
  }

  .m-card-bottom {
    align-items: center;
    border-top: 1px solid #e4e0dc;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
    padding-top: 12px;
  }

  .m-card-bottom span {
    color: #5d6862;
    font-size: 13px;
    line-height: 1.35;
  }

  .m-card-bottom b {
    color: #9f1239;
    font-size: 15px;
    font-weight: 900;
  }

  .m-testimonial-slider {
    gap: 14px;
  }

  .m-story-playcard {
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(42, 25, 19, 0.14);
    color: #fff;
    flex: 0 0 82%;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
  }

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

  .m-story-playcard::after {
    background: linear-gradient(180deg, rgba(15, 10, 8, 0.08), rgba(15, 10, 8, 0.82));
    content: "";
    inset: 0;
    position: absolute;
  }

  .m-story-playcard article {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: grid;
    gap: 8px;
    inset: auto 0 0 0;
    padding: 18px;
    position: absolute;
    z-index: 1;
  }

  .m-story-playcard p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
  }

  .m-story-playcard strong {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
  }

  .m-story-playcard span {
    color: #f4c36f;
    font-size: 12px;
    font-weight: 900;
  }
}

/* Compact venue cards */
.resort-grid {
  gap: 16px;
}

.resort-card {
  border-radius: 12px;
}

.resort-card img {
  aspect-ratio: 16 / 8.2;
}

.location-chip,
.card-badge,
.offer-badge {
  border-radius: 8px;
  min-height: 24px;
  padding: 6px 9px;
}

.card-body {
  gap: 9px;
  padding: 14px;
}

.card-title-row {
  gap: 10px;
}

.card-title-row h3 {
  font-size: clamp(20px, 2.2vw, 25px);
  line-height: 1.14;
}

.review-row {
  gap: 9px;
  margin: 0;
}

.card-summary {
  -webkit-line-clamp: 2;
  line-height: 1.45;
}

.fact-grid {
  gap: 8px;
}

.fact-grid div {
  border-radius: 9px;
  padding: 9px 10px;
}

.amenity-preview {
  gap: 7px;
}

.amenity-preview span {
  border-radius: 7px;
  padding: 7px 9px;
}

.card-footer {
  margin-top: 2px;
  padding-top: 10px;
}

.card-footer span {
  display: -webkit-box;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
  .crm-lead-summary {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .crm-summary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .crm-summary-meta {
    justify-content: flex-start;
    max-width: none;
  }

  #mobileVenueSearches .m-ranked-card {
    flex-basis: 84%;
  }

  .m-ranked-card figure {
    aspect-ratio: 16 / 8.7;
  }

  .m-badge {
    border-radius: 8px;
    font-size: 11px;
    padding: 8px 10px;
  }

  .m-ranked-body {
    gap: 7px;
    padding: 13px 14px 14px;
  }

  .m-ranked-meta {
    gap: 8px;
  }

  .m-ranked-meta em {
    border-radius: 7px;
    padding: 7px 9px;
  }

  .m-ranked-body h3 {
    font-size: 21px;
    line-height: 1.12;
  }

  .m-rank-line {
    font-size: 12px;
  }

  .m-ranked-body p {
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.42;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .m-fact-grid {
    gap: 8px;
  }

  .m-fact-grid span {
    border-radius: 8px;
    font-size: 15px;
    gap: 2px;
    padding: 9px 10px;
  }

  .m-mini-pills {
    gap: 7px;
  }

  .m-mini-pills span {
    border-radius: 7px;
    padding: 7px 9px;
  }

  .m-card-bottom {
    gap: 8px;
    padding-top: 9px;
  }

  .m-card-bottom span {
    display: -webkit-box;
    font-size: 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
