:root {
  color-scheme: light;
  --paper: #f7f2e9;
  --card: #fffdf8;
  --ink: #2a2723;
  --muted: #6f6a5f;
  --line: #e3dccc;
  --terra: #b15533;
  --terra-deep: #8f3f24;
  --olive: #6c7345;
  --sand: #efe7d6;
  --error: #b3402a;
  --font-display: 'Newsreader', Georgia, serif;
  --font-ui: 'Hanken Grotesk', system-ui, sans-serif;
  --font-mono: ui-monospace, Menlo, monospace;
  --px: clamp(22px, 4vw, 48px);
  --max-w: 1180px;
  --radius-card: 13px;
  --radius-btn: 9px;
  --radius-input: 8px;
  --radius-pill: 100px;
  --shadow-float: 0 22px 50px rgba(40, 30, 20, .14);
  --shadow-card: 0 20px 56px rgba(40, 30, 20, .16);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-ui);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ===== NAVBAR ===== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px var(--px);
  background: rgba(247, 242, 233, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--terra);
  color: var(--terra-deep);
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: .04em;
}

.brand-mark--sm {
  width: 36px;
  height: 36px;
  font-size: 14px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.brand-text strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
}

.brand-text small {
  font-size: 9.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 7px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav-links a {
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: .01em;
  padding: 8px 12px;
  color: var(--ink);
  transition: color .15s;
}

.nav-links a:hover { color: var(--terra); }
.nav-links a.is-active { color: var(--terra); }

.nav-cta {
  margin-left: 6px;
  padding: 10px 18px;
  font-size: 13.5px;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--terra);
  color: #fff;
  border: none;
  border-radius: var(--radius-btn);
  padding: 13px 24px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background .15s;
}

.btn-primary:hover { background: var(--terra-deep); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--terra-deep);
  border: 1px solid var(--terra);
  border-radius: var(--radius-btn);
  padding: 13px 22px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background .15s, color .15s;
}

.btn-outline:hover {
  background: var(--terra);
  color: #fff;
}

/* ===== EYEBROW ===== */
.eyebrow {
  margin: 0 0 6px;
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--olive);
  font-weight: 600;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 560px;
  padding: 64px var(--px) 104px;
  color: #fdfaf3;
  background:
    linear-gradient(94deg, rgba(28, 20, 12, .80), rgba(28, 20, 12, .34) 52%, rgba(28, 20, 12, .04)),
    url('assets/luna-blu-retreat-hero.png') center / cover no-repeat;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-top: 36px;
}

.hero-eyebrow {
  margin: 0 0 14px;
  font-size: 11.5px;
  letter-spacing: .26em;
  text-transform: uppercase;
  opacity: .82;
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(46px, 6vw, 74px);
  line-height: 1.0;
  letter-spacing: -.01em;
}

.hero-title em {
  font-style: italic;
  color: #f0c9a0;
}

.hero-subtitle {
  margin: 22px 0 0;
  max-width: 440px;
  font-size: 16px;
  line-height: 1.6;
  opacity: .92;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-chips span {
  padding: 7px 14px;
  border: 1px solid rgba(253, 250, 243, .4);
  border-radius: var(--radius-pill);
  font-size: 12.5px;
}

/* ===== SEARCH BAR ===== */
.search-bar-wrap {
  padding: 0 var(--px);
  margin-top: -64px;
  position: relative;
  z-index: 3;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}

.search-bar {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-float);
  padding: 20px clamp(18px, 2.4vw, 26px);
}

.search-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0;
}

.search-field {
  flex: 1 1 130px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 22px;
}

.search-field:first-child { padding-left: 0; }

.field-divider {
  width: 1px;
  align-self: stretch;
  background: var(--line);
  margin: 4px 0;
}

.search-field--narrow { flex: 0 1 96px; }

.field-label {
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.search-field input,
.search-field select {
  border: none;
  background: transparent;
  color: var(--ink);
  font-size: 15px;
  padding: 2px 0;
  outline: none;
  width: 100%;
}

.search-btn {
  margin-left: auto;
  flex: 0 0 auto;
}

.search-status {
  margin: 12px 2px 0;
  font-size: 13px;
  color: var(--muted);
  min-height: 20px;
}

.search-status.is-error { color: var(--error); }

/* ===== FORMS ===== */
.form-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label input,
.form-label textarea {
  border: 1px solid var(--line);
  border-radius: var(--radius-input);
  background: var(--paper);
  padding: 11px 12px;
  color: var(--ink);
  outline: none;
  width: 100%;
  font-family: inherit;
}

.form-label input:focus,
.form-label textarea:focus {
  border-color: var(--terra);
  box-shadow: 0 0 0 3px rgba(177, 85, 51, .12);
}

.form-label textarea { resize: vertical; }

::placeholder { color: #a59c8a; }

input[type=date]::-webkit-calendar-picker-indicator { opacity: .5; cursor: pointer; }

/* ===== HOME MAIN ===== */
.home-main {
  padding: 42px var(--px) 8px;
  max-width: var(--max-w);
  margin: 0 auto;
}

.home-section { scroll-margin-top: 70px; }
.home-section + .home-section { margin-top: 52px; }
.home-section--request { padding-bottom: 48px; }

.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 28px;
  align-items: end;
}

.home-intro-copy {
  max-width: 680px;
}

.home-intro-copy p:last-child,
.home-feature-copy > p,
.home-final-cta p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
}

.home-stats div {
  padding: 20px 18px;
  border-right: 1px solid var(--line);
}

.home-stats div:last-child { border-right: none; }

.home-stats strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  color: var(--terra-deep);
}

.home-stats span {
  display: block;
  margin-top: 6px;
  font-size: 12.5px;
  color: var(--muted);
}

.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 34px;
  line-height: 1.05;
}

/* ===== STAYS LAYOUT ===== */
.stays-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 312px;
  gap: 30px;
  align-items: start;
}

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

/* ===== PROPERTY CARD ===== */
.property-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.property-card .card-accent {
  height: 4px;
  background: var(--terra);
}

.property-card .card-photo {
  position: relative;
  height: 138px;
  background: repeating-linear-gradient(135deg, #ece2cd 0 14px, #e4d8bf 14px 28px);
  display: grid;
  place-items: center;
  cursor: pointer;
  border: none;
  padding: 0;
  width: 100%;
}

.photo-label {
  font: 600 10px var(--font-mono);
  letter-spacing: .08em;
  color: #9a8f78;
}

/* Real photos: cover the placeholder box; fall back to the striped
   placeholder + label automatically if the <img> is missing/fails to load
   (see the onerror handlers that remove the <img> tag). */
.card-photo,
.detail-hero,
.service-detail-photo,
.photo-placeholder {
  position: relative;
}

.card-photo img,
.detail-hero img,
.service-detail-photo img,
.photo-placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-type-chip {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 253, 248, .92);
  color: var(--terra-deep);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.card-type-chip--olive { color: var(--olive); }

.card-body {
  padding: 16px 17px 18px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}

.card-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
}

.card-body > p,
.card-desc {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}

.card-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12.5px;
}

.fact-row {
  display: flex;
  justify-content: space-between;
}

.fact-row span { color: var(--muted); }
.fact-row strong { font-weight: 600; }

.card-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.amenity-chip {
  font-size: 11px;
  color: var(--olive);
  background: rgba(108, 115, 69, .1);
  padding: 3px 9px;
  border-radius: var(--radius-pill);
}

.card-actions {
  margin-top: auto;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-actions .btn-primary,
.card-actions .btn-outline {
  width: 100%;
  padding: 11px;
  font-size: 13.5px;
}

.card-detail-link {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--muted);
  font-size: 12.5px;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
}

/* ===== SUMMARY PANEL ===== */
.summary-panel {
  position: sticky;
  top: 78px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 22px;
}

.panel-title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
}

.summary-lines {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 13.5px;
}

.summary-line span { color: var(--muted); }
.summary-line strong { font-weight: 600; text-align: right; }

.summary-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.summary-total span { font-size: 13px; color: var(--muted); }
.summary-total strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 30px;
  color: var(--terra-deep);
}

.review-note {
  margin: 12px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--muted);
}

/* ===== EXTRAS GRID ===== */
.extras-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.extra-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 17px;
  cursor: pointer;
  transition: opacity .15s;
}

.extra-card.is-disabled { opacity: .55; }

.extra-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.extra-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
}

.extra-card p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--muted);
}

.extra-card input[type="checkbox"] {
  width: 19px;
  height: 19px;
  accent-color: #b15533;
  cursor: pointer;
  flex: none;
  margin-top: 2px;
}

.extra-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 6px;
  border-top: 1px solid var(--line);
}

.extra-footer strong {
  font-weight: 600;
  font-size: 13.5px;
  color: var(--terra-deep);
}

.extra-footer span {
  font-size: 11.5px;
  color: var(--muted);
}

/* ===== HOME FEATURE ===== */
.home-feature-band {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.home-feature-photo {
  position: relative;
  min-height: 330px;
  border-radius: 14px;
  overflow: hidden;
  background: repeating-linear-gradient(135deg, #ece2cd 0 18px, #e4d8bf 18px 36px);
  display: grid;
  place-items: center;
}

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

.home-feature-photo span {
  position: relative;
  font: 600 12px var(--font-mono);
  letter-spacing: .08em;
  color: #9a8f78;
}

.home-feature-copy {
  max-width: 520px;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.feature-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid rgba(42, 39, 35, .12);
  font-weight: 600;
  color: var(--ink);
}

.feature-list span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terra);
  flex: none;
}

/* ===== JOURNEY ===== */
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.journey-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 24px;
}

.journey-card h3 {
  margin: 0 0 9px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 23px;
}

.journey-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

/* ===== REQUEST SECTION ===== */
.request-layout {
  max-width: 820px;
  margin: 0 auto;
}

.guest-form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
}

.guest-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.wide-field { grid-column: 1 / -1; }

.privacy-field {
  grid-column: 1 / -1;
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
}

.privacy-field input {
  width: 18px;
  height: 18px;
  accent-color: #b15533;
  margin-top: 1px;
  flex: none;
}

.request-btn {
  margin-top: 18px;
  width: 100%;
  padding: 14px;
  font-size: 15px;
}

.form-status {
  margin: 12px 0 0;
  font-size: 13px;
  min-height: 18px;
  color: var(--muted);
}

.form-status.is-error { color: var(--error); }
.form-status.is-success { color: var(--olive); }

/* ===== FINAL CTA ===== */
.home-final-cta {
  margin-bottom: 56px;
  padding: 34px clamp(24px, 4vw, 44px);
  background: #2f3726;
  color: #fffdf8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-final-cta .eyebrow { color: #d7c690; }
.home-final-cta p { color: rgba(255, 253, 248, .78); }

.home-final-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.home-final-actions .btn-outline {
  color: #fffdf8;
  border-color: rgba(255, 253, 248, .55);
}

.home-final-actions .btn-outline:hover {
  background: #fffdf8;
  color: #2f3726;
}

/* ===== INNER PAGES ===== */
.page[hidden] { display: none; }

.inner-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 52px var(--px) 60px;
}

.inner-main--narrow { max-width: 1080px; }

.page-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: -.01em;
}

.page-intro {
  margin: 16px 0 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
}

/* ===== ROOMS LISTING ===== */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.room-listing-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.room-listing-card .card-photo {
  height: 200px;
  background: repeating-linear-gradient(135deg, #ece2cd 0 14px, #e4d8bf 14px 28px);
  display: grid;
  place-items: center;
  cursor: pointer;
  border: none;
  padding: 0;
  width: 100%;
}

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

.room-listing-card .card-name-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.room-listing-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 25px;
  line-height: 1.05;
}

.room-listing-card .card-rate {
  font-weight: 600;
  font-size: 15px;
  color: var(--terra-deep);
  white-space: nowrap;
}

.room-listing-card .card-desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--muted);
}

.room-listing-card .card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12.5px;
  color: var(--muted);
}

.room-listing-card .card-meta strong {
  color: var(--ink);
  font-weight: 600;
}

.room-listing-card .card-buttons {
  margin-top: auto;
  display: flex;
  gap: 10px;
  padding-top: 6px;
}

.room-listing-card .card-buttons .btn-outline,
.room-listing-card .card-buttons .btn-primary {
  flex: 1;
  padding: 11px;
  font-size: 13.5px;
}

/* ===== ROOM DETAIL ===== */
.back-link {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--muted);
  font-size: 13px;
  padding: 0;
  margin-bottom: 18px;
  display: inline-block;
}

.detail-hero {
  position: relative;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  background: repeating-linear-gradient(135deg, #ece2cd 0 18px, #e4d8bf 18px 36px);
  display: grid;
  place-items: center;
}

.detail-hero .photo-label { font-size: 12px; }

.detail-hero .card-type-chip {
  top: 14px;
  left: 14px;
  font-size: 11px;
  padding: 5px 12px;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 36px;
  margin-top: 30px;
  align-items: start;
}

.detail-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(34px, 4.5vw, 48px);
  line-height: 1.03;
  letter-spacing: -.01em;
}

.detail-long-desc {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.62;
}

.detail-short-desc {
  margin: 14px 0 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
}

.detail-subtitle {
  margin: 32px 0 14px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
}

.synopsis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.synopsis-cell {
  background: var(--card);
  padding: 16px;
}

.synopsis-cell p {
  margin: 0;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.synopsis-cell strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
}

.detail-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-amenities span {
  font-size: 13px;
  color: var(--olive);
  background: rgba(108, 115, 69, .1);
  padding: 6px 13px;
  border-radius: var(--radius-pill);
}

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

.rec-extra-card {
  text-align: left;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rec-extra-card strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  color: var(--ink);
}

.rec-extra-card span {
  font-size: 12.5px;
  color: var(--terra-deep);
  font-weight: 600;
}

/* ===== DETAIL ASIDE ===== */
.detail-aside {
  position: sticky;
  top: 78px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
}

.detail-aside .aside-label {
  margin: 0;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.detail-aside .aside-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 2px 0 4px;
}

.detail-aside .aside-price strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 38px;
  color: var(--terra-deep);
}

.detail-aside .aside-price span {
  font-size: 14px;
  color: var(--muted);
}

.detail-aside .btn-primary {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  font-size: 15px;
}

.detail-aside .aside-section {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.detail-aside .aside-note {
  margin: 16px 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--muted);
}

/* ===== SERVICES LISTING ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.service-listing-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-listing-card .card-photo {
  height: 150px;
  background: repeating-linear-gradient(135deg, #ece2cd 0 14px, #e4d8bf 14px 28px);
  display: grid;
  place-items: center;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
}

.service-listing-card .card-body {
  padding: 18px 19px 19px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}

.service-listing-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
}

.service-listing-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}

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

.service-card-footer strong {
  font-weight: 600;
  font-size: 13.5px;
  color: var(--terra-deep);
}

.service-card-footer a,
.service-card-footer button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--muted);
  font-size: 12.5px;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
}

/* ===== SERVICE DETAIL ===== */
.service-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.service-detail-photo {
  position: relative;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  background: repeating-linear-gradient(135deg, #ece2cd 0 18px, #e4d8bf 18px 36px);
  display: grid;
  place-items: center;
}

.service-detail-photo .photo-label { font-size: 12px; }

.service-detail-info h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.04;
  letter-spacing: -.01em;
}

.service-detail-info > p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.service-detail-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 22px 0 4px;
}

.service-detail-price strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 34px;
  color: var(--terra-deep);
}

.service-detail-model {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.service-detail-info .btn-primary {
  margin-top: 20px;
  padding: 14px 26px;
  font-size: 15px;
}

.service-detail-meta {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-detail-meta .meta-label {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.service-detail-meta .meta-value {
  margin: 0;
  font-size: 14px;
}

/* ===== ABOUT ===== */
.about-hero {
  max-width: 920px;
  margin: 0 auto;
  padding: 60px var(--px) 20px;
  text-align: center;
}

.about-title { letter-spacing: -.01em; }

.about-intro {
  margin: 22px auto 0;
  max-width: 600px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
}

.about-image-band {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px var(--px);
}

.photo-placeholder {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: repeating-linear-gradient(135deg, #ece2cd 0 18px, #e4d8bf 18px 36px);
  display: grid;
  place-items: center;
}

.photo-placeholder span {
  font: 600 12px var(--font-mono);
  letter-spacing: .08em;
  color: #9a8f78;
}

.photo-placeholder--tall { height: 300px; }
.photo-placeholder--map { height: 180px; border-radius: 13px; }

.about-story {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px var(--px);
}

.about-story p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
}

.about-story p:last-child { margin-bottom: 0; }

.about-pillars {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px var(--px) 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pillar-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
}

.pillar-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 21px;
}

.pillar-card p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

.about-cta-band {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px var(--px) 64px;
}

.about-cta-inner {
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 36px clamp(24px, 4vw, 44px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.about-cta-inner h2 { margin: 0 0 8px; }
.about-cta-inner p { margin: 0; font-size: 15px; color: var(--muted); }

.about-cta-buttons {
  display: flex;
  gap: 12px;
}

.about-cta-buttons .btn-outline,
.about-cta-buttons .btn-primary {
  padding: 13px 22px;
  font-size: 14.5px;
}

/* ===== CONTACTS ===== */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 36px;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 20px;
}

.contact-value {
  margin: 0;
  font-size: 16px;
}

.contact-sub {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.contact-form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px;
}

.contact-form .panel-title { margin-bottom: 18px; }

.contact-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form .btn-primary {
  margin-top: 18px;
  width: 100%;
  padding: 14px;
  font-size: 15px;
}

/* ===== FOOTER ===== */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--sand);
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 34px var(--px);
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
}

.footer-brand { max-width: 300px; }

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-brand-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
}

.footer-brand p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
}

.footer-columns {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-col a,
.footer-col span {
  font-size: 14px;
}

.footer-col a:hover { color: var(--terra); }

.text-muted { color: var(--muted); }

.footer-copy {
  border-top: 1px solid var(--line);
  padding: 14px var(--px);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

/* ===== EMPTY STATE ===== */
.empty-state {
  grid-column: 1 / -1;
  background: var(--sand);
  border: 1px dashed var(--line);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .home-intro,
  .stays-layout {
    grid-template-columns: 1fr;
  }

  .summary-panel {
    position: static;
  }

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

  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-aside {
    position: static;
  }

  .service-detail-layout {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-links.is-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(247,242,233,.96); backdrop-filter: blur(10px); padding: 16px var(--px); border-bottom: 1px solid var(--line); }
  .nav-cta { display: none; }
  .hamburger { display: flex; }

  .hero {
    min-height: auto;
    padding: 48px var(--px) 80px;
  }

  .search-fields { flex-direction: column; gap: 14px; }
  .field-divider { display: none; }
  .search-field { padding: 0; }
  .search-btn { width: 100%; margin-left: 0; margin-top: 8px; }

  .property-grid,
  .rooms-grid,
  .services-grid,
  .about-pillars,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .home-stats { grid-template-columns: 1fr; }
  .home-stats div { border-right: none; border-bottom: 1px solid var(--line); }
  .home-stats div:last-child { border-bottom: none; }

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

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

  .rec-extras-grid { grid-template-columns: 1fr; }

  .home-feature-band {
    padding: 22px;
  }

  .home-feature-photo {
    min-height: 240px;
  }

  .home-final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .home-final-actions .btn-outline,
  .home-final-actions .btn-primary {
    flex: 1;
  }
}

@media (max-width: 480px) {
  .extras-grid { grid-template-columns: 1fr; }
  .home-final-actions { flex-direction: column; }
}
