/*
Theme Name: nestia-child
Template: Divi
Version: 1.0.1
*/

/* ── Fonts ── */

.nestia-hero { overflow: hidden !important; }
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --et_global_button_font_size: 12px;
  --nestia-green:     #314B3B;
  --nestia-rust:      #B7644E;
  --nestia-rust-dark: #9e5540;
  --nestia-gold:      #C8A25D;
  --nestia-cream:     #F3EEE7;
  --nestia-sage:      #C9D2C4;
  --nestia-text:      #53606b;
  --nestia-footer:    #1E2E23;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--nestia-green);
}

/* ══════════════════════════════════════════
   GLOBAL BUTTONS
   ══════════════════════════════════════════ */

.nestia-btn-white,
.nestia-btn-gold,
.nestia-btn-rust,
.nestia-btn-outline-green,
.nestia-btn-outline-white {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 40px !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.nestia-btn-white { background: #fff; color: var(--nestia-green); border-color: #fff; }
.nestia-btn-white:hover { background: var(--nestia-green); color: #fff; border-color: var(--nestia-green); }

.nestia-btn-gold { background: var(--nestia-gold); color: #fff; border-color: var(--nestia-gold); }
.nestia-btn-gold:hover { background: var(--nestia-rust); color: #fff; border-color: var(--nestia-rust); }

.nestia-btn-rust { background: var(--nestia-rust); color: #fff; border-color: var(--nestia-rust); }
.nestia-btn-rust:hover { background: var(--nestia-gold); color: #fff; border-color: var(--nestia-gold); }

.nestia-btn-outline-green { background: transparent; color: var(--nestia-green); border-color: var(--nestia-green); }
.nestia-btn-outline-green:hover { background: var(--nestia-green); color: #fff; border-color: var(--nestia-green); }

.nestia-btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.nestia-btn-outline-white:hover { background: #fff; color: var(--nestia-green); border-color: #fff; }

@media (max-width: 600px) {
  /* Long labels like "Contractor Accommodation" don't fit within
     padding:18px 40px + white-space:nowrap on a narrow card — the
     fixed padding doesn't shrink and the text can't wrap, so the
     button overflows its container. Switching to block + width:100%
     also fixes inline-block sizing inconsistently between buttons
     with different label lengths. */
  .nestia-btn-white,
  .nestia-btn-gold,
  .nestia-btn-rust,
  .nestia-btn-outline-green,
  .nestia-btn-outline-white {
    display: block;
    width: 100%;
    padding: 16px 20px !important;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    box-sizing: border-box;
  }
}

/* ══════════════════════════════════════════
   DIVI BUTTON MODULE — global overrides
   ══════════════════════════════════════════ */

.et_pb_button {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition: background .3s ease, color .3s ease, border-color .3s ease !important;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  text-indent: 0 !important;
  transform: none !important;
  translate: none !important;
}

.et_pb_button:after,
.et_pb_button:hover:after {
  display: none !important;
  opacity: 0 !important;
  content: none !important;
}

.preset--group--divi-button--divi-button--hi917qs--default,
.preset--group--divi-button--divi-button--hi917qs--default:hover,
.preset--group--divi-button--divi-button--hi917qs--default.et_hover_enabled:hover,
.preset--group--divi-button--divi-button--hi917qs--default.et_pb_hovered:hover {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  text-indent: 0 !important;
  transform: none !important;
  translate: none !important;
  line-height: 1 !important;
  transition: background .3s ease, color .3s ease, border-color .3s ease !important;
}

body #page-container .et_pb_section .et_pb_button_0_tb_header {
  background: var(--nestia-gold) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: var(--nestia-gold) !important;
}
body #page-container .et_pb_section .et_pb_button_0_tb_header:hover {
  background: var(--nestia-rust) !important;
  border-color: var(--nestia-rust) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* ══════════════════════════════════════════
   HERO — stable class: nestia-hero
   ══════════════════════════════════════════ */



/* ══════════════════════════════════════════
   CATEGORY GRID — stable class: nestia-grid-section
   ══════════════════════════════════════════ */

.nestia-grid-section { padding: 0 !important; background: #fff; }

.nestia-grid-section .et_pb_row {
  max-width: 1440px !important;
  width: 100% !important;
  margin: auto !important;
  padding: 0 !important;
}

.nestia-grid-section .et_pb_row .et_pb_column { padding: 0 !important; width: 100% !important; }

.grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; }
.grid-small-wrap { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.grid-item { position: relative; overflow: hidden; cursor: pointer; }
.grid-large { min-height: 720px; }
.grid-small { min-height: 350px; }

.grid-item img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s ease;
  z-index: 0;
}

.grid-item:hover img { transform: scale(1.06); }

.grid-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72) 0%, transparent 55%);
  display: flex; align-items: flex-end;
  z-index: 1;
}

.grid-content { padding: 50px; }
.grid-small .grid-content { padding: 36px 40px; }

.grid-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 48px; font-weight: 400;
  color: #fff; line-height: 1.1;
  margin: 0 0 12px;
}

.grid-small .grid-content h3 { font-size: 34px; }

.grid-content p {
  font-size: 16px; line-height: 1.7;
  color: rgba(255,255,255,.82);
  margin: 0 0 18px; max-width: 420px;
  font-family: 'Montserrat', sans-serif;
}

.grid-small .grid-content p { font-size: 15px; margin: 0 0 14px; }

.grid-link a {
  font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--nestia-gold);
  text-decoration: none; font-family: 'Montserrat', sans-serif;
  font-weight: 500; transition: letter-spacing .3s;
}

.grid-link a:hover { letter-spacing: .24em; }

/* ══════════════════════════════════════════
   FEATURED PROPERTY — stable class: nestia-featured-section
   ══════════════════════════════════════════ */

.nestia-featured-section.et_pb_section {
  padding: 60px 0 !important;
  overflow: hidden;
  background: #F3EEE7 !important;
}

.et_pb_row_27.et_pb_row,
.nestia-featured-section .et_pb_row {
  max-width: 1440px !important;
  width: 92% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  align-items: stretch !important;
  --horizontal-gap: 0px !important;
  gap: 0 !important;
  min-height: 560px;
}

.et_pb_row_27 .et_flex_column_3_5 { width: 55% !important; }
.et_pb_row_27 .et_flex_column_2_5 { width: 45% !important; }

.nestia-feature-img-col {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  align-self: stretch !important;
  min-height: 500px;
  flex-shrink: 0;
}

.nestia-feature-img-col .et_pb_code_11,
.nestia-feature-img-col .et_pb_code,
.nestia-feature-img-col .et_pb_module_inner,
.nestia-feature-img-col .et_pb_code_inner {
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nestia-feature-content-col {
  padding: 60px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: #fff;
}

/* ══════════════════════════════════════════
   PILLS — stable class: nestia-pills
   ══════════════════════════════════════════ */

.nestia-pills .et_pb_text_inner div { display: flex !important; flex-wrap: wrap !important; gap: 12px !important; }
.nestia-pills .et_pb_text_inner span { display: inline-block !important; }
.nestia-pills .et_pb_text_inner br { display: none !important; }

/* ══════════════════════════════════════════
   PROPERTY CARDS — stable class: nestia-cards
   ══════════════════════════════════════════ */

.et_pb_row.nestia-cards {
  margin-top: 60px !important;
  max-width: 1440px !important;
  width: 92% !important;
}

.et_pb_row.nestia-cards > .et_pb_column {
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(0,0,0,.04);
  overflow: hidden;
  transition: transform .4s ease, box-shadow .4s ease;
  padding: 0 !important;
}

.et_pb_row.nestia-cards > .et_pb_column:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,.1);
}

.et_pb_row.nestia-cards > .et_pb_column .et_pb_image { margin: 0; line-height: 0; }

.et_pb_row.nestia-cards > .et_pb_column .et_pb_image_wrap {
  display: block; overflow: hidden; height: 320px;
}

.et_pb_row.nestia-cards > .et_pb_column .et_pb_image_wrap img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease;
}

.et_pb_row.nestia-cards > .et_pb_column:hover .et_pb_image_wrap img { transform: scale(1.05); }
.et_pb_row.nestia-cards > .et_pb_column .et_pb_text_inner { padding: 0 34px; }
.et_pb_row.nestia-cards > .et_pb_column .et_pb_text:first-of-type .et_pb_text_inner { padding-top: 34px; }
.et_pb_row.nestia-cards > .et_pb_column .et_pb_text:last-of-type .et_pb_text_inner { padding-bottom: 34px; }

/* ══════════════════════════════════════════
   WHY NESTIA — stable class: nestia-why-section
   ══════════════════════════════════════════ */

.nestia-why-section.et_pb_section { padding: 0 !important; background: #fff !important; }

.nestia-why-section .et_pb_row {
  max-width: 100% !important; width: 100% !important;
  padding: 0 !important; margin: 0 !important;
  --horizontal-gap: 0px !important; --vertical-gap: 0px !important; gap: 0 !important;
}

.nestia-why-section .et_pb_column {
  padding: 0 !important; width: 100% !important; --horizontal-gap-parent: 0px !important;
}

.nestia-why-section .et_pb_module_inner,
.nestia-why-section .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

/* ══════════════════════════════════════════
   LOCAL AREA — stable class: nestia-location-section
   ══════════════════════════════════════════ */

.nestia-location-section.et_pb_section { padding: 0 !important; background: #F3EEE7 !important; }

.nestia-location-section .et_pb_row {
  max-width: 100% !important; width: 100% !important;
  padding: 0 !important; margin: 0 !important;
  --horizontal-gap: 0px !important; --vertical-gap: 0px !important; gap: 0 !important;
}

.nestia-location-section .et_pb_column {
  padding: 0 !important; width: 100% !important; --horizontal-gap-parent: 0px !important;
}

.nestia-location-section .et_pb_module_inner,
.nestia-location-section .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

/* ══════════════════════════════════════════
   CTA SECTION — stable class: nestia-cta-section
   ══════════════════════════════════════════ */

.nestia-cta-section.et_pb_section { padding: 0 !important; }

.nestia-cta-section .et_pb_row {
  max-width: 100% !important; width: 100% !important;
  padding: 0 !important; margin: 0 !important;
  --horizontal-gap: 0px !important; gap: 0 !important;
}

.nestia-cta-section .et_pb_column { padding: 0 !important; --horizontal-gap-parent: 0px !important; }
.nestia-cta-section .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

/* ══════════════════════════════════════════
   FINAL CTA — stable class: nestia-final-cta-section
   ══════════════════════════════════════════ */

.nestia-final-cta-section.et_pb_section { padding: 0 !important; }

.nestia-final-cta-section .et_pb_row {
  max-width: 100% !important; width: 100% !important;
  padding: 0 !important; margin: 0 !important;
  --horizontal-gap: 0px !important; gap: 0 !important;
}

.nestia-final-cta-section .et_pb_column { padding: 0 !important; --horizontal-gap-parent: 0px !important; }
.nestia-final-cta-section .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

/* ══════════════════════════════════════════
   ABOUT PAGE SECTIONS
   ══════════════════════════════════════════ */

.nestia-page-hero.et_pb_section,
.nestia-about-body.et_pb_section,
.nestia-about-values.et_pb_section,
.nestia-about-cta.et_pb_section { padding: 0 !important; }

.nestia-page-hero .et_pb_row,
.nestia-about-body .et_pb_row,
.nestia-about-values .et_pb_row,
.nestia-about-cta .et_pb_row {
  max-width: 100% !important; width: 100% !important;
  padding: 0 !important; margin: 0 !important;
  --horizontal-gap: 0px !important; gap: 0 !important;
}

.nestia-page-hero .et_pb_column,
.nestia-about-body .et_pb_column,
.nestia-about-values .et_pb_column,
.nestia-about-cta .et_pb_column { padding: 0 !important; --horizontal-gap-parent: 0px !important; }

.nestia-page-hero .et_pb_code_inner,
.nestia-about-body .et_pb_code_inner,
.nestia-about-values .et_pb_code_inner,
.nestia-about-cta .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

/* ══════════════════════════════════════════
   CONTACT PAGE SECTIONS
   ══════════════════════════════════════════ */

.nestia-contact-hero.et_pb_section,
.nestia-contact-form-section.et_pb_section { padding: 0 !important; }

.nestia-contact-hero .et_pb_row,
.nestia-contact-form-section .et_pb_row {
  max-width: 100% !important; width: 100% !important;
  padding: 0 !important; margin: 0 !important;
  --horizontal-gap: 0px !important; gap: 0 !important;
}

.nestia-contact-hero .et_pb_column,
.nestia-contact-form-section .et_pb_column { padding: 0 !important; --horizontal-gap-parent: 0px !important; }

.nestia-contact-hero .et_pb_code_inner,
.nestia-contact-form-section .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

/* ══════════════════════════════════════════
   TESTIMONIALS — stable class: nestia-testimonials-section
   ══════════════════════════════════════════ */

.nestia-testimonials-section.et_pb_section { padding-bottom: 80px !important; }

/* ══════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════ */

.et_pb_section_0_tb_footer.et_pb_section {
  background-color: var(--nestia-footer) !important;
  position: relative;
  overflow: hidden;
}

.et_pb_section_0_tb_footer.et_pb_section::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 380px;
  height: 380px;
  background-image: url('https://nestia2.johncorner.co.uk/wp-content/uploads/2026/06/nestia_submark_gold_transparent_hires.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}

.et_pb_section_0_tb_footer .et_pb_row_0_tb_footer {
  max-width: 1440px !important; width: 92% !important;
  margin: auto !important; align-items: flex-start !important;
}

.et_pb_section_0_tb_footer .et_pb_row_1_tb_footer {
  max-width: 1440px !important; width: 92% !important;
  margin: auto !important; padding-top: 30px !important;
  margin-top: 20px !important;
  border-top: 1px solid rgba(255,255,255,.1);
}

.et_pb_section_0_tb_footer .et_pb_text_inner p,
.et_pb_section_0_tb_footer .et_pb_text_inner {
  color: rgba(255,255,255,.68) !important;
  font-size: 14px; line-height: 2;
}

.footer-col h4 {
  font-size: 12px; letter-spacing: .18em;
  text-transform: uppercase; margin-bottom: 24px;
  color: var(--nestia-gold) !important;
  font-family: 'Montserrat', sans-serif;
}

.footer-col a {
  display: block; margin-bottom: 12px; font-size: 14px;
  color: rgba(255,255,255,.7) !important;
  transition: color .3s; text-decoration: none;
}

.footer-col a:hover { color: #fff !important; }

/* ══════════════════════════════════════════
   NESTIA CONTAINER — global width utility
   ══════════════════════════════════════════ */

.nestia-container {
  max-width: 1440px !important;
  width: 92% !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* ══════════════════════════════════════════
   PROPERTIES ARCHIVE — archive-property.php
   ══════════════════════════════════════════ */

.nestia-prop-archive-hero {
  padding: 240px 0 140px;
  background: linear-gradient(rgba(30,42,54,.78), rgba(30,42,54,.88)),
              url('https://nestia2.johncorner.co.uk/wp-content/uploads/2026/05/slider3.webp') center/cover no-repeat;
  position: relative;
  overflow: hidden;
}


.nestia-prop-archive-hero .nestia-container { position: relative; z-index: 2; }

.nestia-prop-archive-hero-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .28em;
  text-transform: uppercase; color: #C8A25D; margin-bottom: 24px;
}

.nestia-prop-archive-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 68px); font-weight: 400;
  color: #fff; line-height: 1.1; margin-bottom: 24px; max-width: 820px;
}

.nestia-prop-archive-hero p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px; line-height: 1.9;
  color: rgba(255,255,255,.72); max-width: 620px; margin-bottom: 40px;
}

/* nestia-prop-search-bar removed — merged into nsp-combined-search */

.nestia-prop-intro { padding: 80px 0 40px; background: #fff; }

.nestia-prop-intro p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; line-height: 2; color: #53606b;
  max-width: 860px; margin-bottom: 16px;
}

.nestia-prop-intro a { color: #B7644E; text-decoration: none; }
.nestia-prop-intro a:hover { text-decoration: underline; }

.nestia-prop-filter-bar {
  background: #fff; padding: 20px 0 50px;
  border-bottom: 1px solid rgba(47,62,78,.08);
}

.nestia-prop-filters { display: flex; gap: 12px; flex-wrap: wrap; }

.nestia-filter-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: #314B3B; background: transparent;
  border: 1px solid rgba(47,62,78,.25);
  padding: 10px 20px; cursor: pointer; transition: all .3s;
}

.nestia-filter-btn:hover,
.nestia-filter-btn.active { background: #314B3B; color: #fff; border-color: #314B3B; }

.nestia-prop-grid-section { padding: 60px 0 100px; background: #fff; }

.nestia-prop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }

.nestia-prop-card {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  transition: transform .4s ease, box-shadow .4s ease;
}

.nestia-prop-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,.1);
}

.nestia-prop-card-image-link { display: block; }

.nestia-prop-card-image { position: relative; overflow: hidden; height: 280px; }

.nestia-prop-card-image img,
.nestia-prop-card-image figure,
.nestia-prop-card-image .wp-post-image {
  width: 100% !important; height: 100% !important;
  object-fit: cover !important; display: block !important;
  margin: 0 !important; transition: transform 1s ease;
}

.nestia-prop-card:hover .nestia-prop-card-image img { transform: scale(1.05); }

.nestia-prop-card-badge {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; letter-spacing: .1em;
  text-transform: uppercase; padding: 6px 12px;
}

.nestia-prop-card-badge--type { top: 16px; left: 16px; background: #314B3B; color: #fff; }
.nestia-prop-card-badge--dog { top: 16px; right: 16px; background: #C8A25D; color: #fff; }

.nestia-prop-card-body { padding: 30px 30px 34px; }

.nestia-prop-card-location {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; color: #B7644E; margin-bottom: 10px;
}

.nestia-prop-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 400;
  color: #314B3B; line-height: 1.2; margin-bottom: 14px;
}

.nestia-prop-card-title a { color: inherit; text-decoration: none; }
.nestia-prop-card-title a:hover { color: #B7644E; }

.nestia-prop-card-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; line-height: 1.8; color: #53606b; margin-bottom: 20px;
}

.nestia-prop-card-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }

.nestia-prop-card-meta span {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .08em;
  text-transform: uppercase; color: #314B3B;
  background: #F3EEE7; padding: 5px 10px;
}

.nestia-prop-card-best-for {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; color: #53606b; margin-bottom: 24px; line-height: 1.6;
}

.nestia-prop-card-best-for-label { font-weight: 600; color: #314B3B; margin-right: 4px; }

.nestia-prop-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 20px; border-top: 1px solid rgba(47,62,78,.08);
  gap: 12px; flex-wrap: wrap;
}

.nestia-prop-card-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; color: #314B3B; font-weight: 600;
}

.nestia-prop-none {
  text-align: center; padding: 60px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; color: #53606b;
}

/* ══════════════════════════════════════════
   SINGLE PROPERTY v3 — single-property.php
   ══════════════════════════════════════════ */

/* Hero */
.nsp-hero {
  position: relative;
  height: 72vh;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.nsp-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 420px; height: 420px;
  background-image: url('https://nestia2.johncorner.co.uk/wp-content/uploads/2026/06/nestia_submark_gold_transparent_hires.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}
.nsp-hero-img { position: absolute; inset: 0; }
.nsp-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nsp-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(15,25,35,1) 0%, rgba(15,25,35,.95) 15%, rgba(15,25,35,.5) 35%, rgba(15,25,35,.0) 55%),
    linear-gradient(to top, rgba(15,25,35,.92) 0%, rgba(15,25,35,.2) 50%, transparent 100%);
}
.nsp-hero-content { position: relative; z-index: 2; width: 100%; padding-bottom: 50px; }
.nsp-hero-location {
  display: flex; align-items: center; gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--nestia-gold); margin-bottom: 14px;
}
.nsp-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 4.5vw, 62px);
  font-weight: 400; color: #fff; line-height: 1.1;
  margin-bottom: 20px; max-width: 860px;
}
.nsp-hero-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.nsp-hero-stats span {
  display: flex; align-items: center; gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  padding: 7px 14px;
}
.nsp-dog { background: rgba(201,161,92,.2) !important; border-color: var(--nestia-gold) !important; color: var(--nestia-gold) !important; }
.nsp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.nsp-hero-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; text-decoration: none;
  padding: 14px 24px; cursor: pointer; transition: all .3s;
}
.nsp-hero-btn--photos {
  background: rgba(255,255,255,.15);
  color: #fff; border: 1px solid rgba(255,255,255,.4);
}
.nsp-hero-btn--photos:hover { background: rgba(255,255,255,.25); }
.nsp-hero-btn--book {
  background: var(--nestia-gold); color: #fff; border: 1px solid var(--nestia-gold);
}
.nsp-hero-btn--book:hover { background: var(--nestia-rust); border-color: var(--nestia-rust); }

/* Sticky Nav */
.nsp-nav {
  background: #fff;
  border-bottom: 1px solid rgba(47,62,78,.1);
  position: sticky; top: 0; z-index: 100;
  transition: box-shadow .3s;
}
.nsp-nav--sticky { box-shadow: 0 2px 20px rgba(0,0,0,.1); }
.nsp-nav-links { display: flex; gap: 0; }
.nsp-nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 12px; font-weight: 500; letter-spacing: .1em;
  text-transform: uppercase; text-decoration: none;
  color: #53606b; padding: 18px 24px;
  border-bottom: 2px solid transparent;
  transition: all .3s;
}
.nsp-nav-link:hover, .nsp-nav-link.active {
  color: var(--nestia-green);
  border-bottom-color: var(--nestia-rust);
}

/* About section */
.nsp-about { background: #fff; padding: 70px 0 80px; }
.nsp-about-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 70px; align-items: start;
}
.nsp-about-desc { margin-bottom: 36px; }
.nsp-about-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 17px; line-height: 1.9;
  color: var(--nestia-green);
  font-weight: 500; margin-bottom: 20px;
}
.nsp-about-desc p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px; line-height: 2; color: #53606b; margin-bottom: 16px;
}

/* Key features grid */
.nsp-features-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px 24px; margin-bottom: 40px;
  padding: 28px 0; border-top: 1px solid rgba(47,62,78,.08);
  border-bottom: 1px solid rgba(47,62,78,.08);
}
.nsp-feature-item {
  display: flex; align-items: center; gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px; color: #53606b;
}
.nsp-feature-item svg { color: var(--nestia-rust); flex-shrink: 0; }

/* Accordion */
.nsp-accordion { border-top: 1px solid rgba(47,62,78,.1); }
.nsp-acc-item { border-bottom: 1px solid rgba(47,62,78,.1); }
.nsp-acc-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 20px 0; background: none; border: none; cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 13px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--nestia-green); text-align: left;
  transition: color .3s;
}
.nsp-acc-trigger:hover { color: var(--nestia-rust); }
.nsp-acc-trigger svg { transition: transform .3s; flex-shrink: 0; }
.nsp-acc-item.open .nsp-acc-trigger svg { transform: rotate(180deg); }
.nsp-acc-body { display: none !important; padding: 0 0 24px; }
.nsp-acc-item.open .nsp-acc-body { display: block !important; }
.nsp-acc-body p { font-family: "Montserrat", sans-serif; font-size: 14px; line-height: 1.9; color: #53606b; }
.nsp-amenities-list {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px 24px; list-style: none; padding: 0; margin: 0;
}
.nsp-amenities-list li {
  font-family: "Montserrat", sans-serif; font-size: 13px; color: #53606b;
  padding-left: 18px; position: relative;
}
.nsp-amenities-list li::before { content: "✓"; position: absolute; left: 0; color: var(--nestia-rust); font-weight: 700; }

/* Booking panel */
.nsp-about-right { position: sticky; top: 64px; }
.nsp-booking-panel {
  background: #F3EEE7; padding: 36px 32px;
  border: 1px solid rgba(47,62,78,.08);
}
.nsp-booking-price {
  font-family: "Playfair Display", serif;
  font-size: 30px; font-weight: 400; color: var(--nestia-green); margin-bottom: 4px;
}
.nsp-booking-price span { font-family: "Montserrat", sans-serif; font-size: 14px; color: #53606b; }
.nsp-booking-min { font-family: "Montserrat", sans-serif; font-size: 12px; color: #53606b; margin-bottom: 20px; }
.nsp-booking-body { margin-bottom: 20px; }
.nsp-booking-tags { padding-top: 16px; border-top: 1px solid rgba(47,62,78,.1); display: flex; flex-wrap: wrap; gap: 8px; }
.nsp-booking-tags span {
  font-family: "Montserrat", sans-serif; font-size: 10px;
  letter-spacing: .1em; text-transform: uppercase;
  background: #fff; color: var(--nestia-green);
  padding: 5px 10px; border: 1px solid rgba(47,62,78,.15);
}
.nsp-bestfor { width: 100%; font-family: "Montserrat", sans-serif; font-size: 12px; color: #53606b; margin-top: 6px; }
.nsp-bestfor strong { color: var(--nestia-green); }

/* Gallery */
.nsp-gallery { background: #fff; padding: 0 0 70px; }
.nsp-gallery-header {
  padding: 40px 0 24px;
  border-top: 1px solid rgba(47,62,78,.08);
}
.nsp-gallery-header .nestia-container { display: flex; align-items: center; justify-content: space-between; }
.nsp-gallery-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 28px; font-weight: 400; color: var(--nestia-green); margin: 0;
}
.nsp-gallery-count { font-family: "Montserrat", sans-serif; font-size: 13px; color: #53606b; }
.nsp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  max-width: 1440px;
  width: 92%;
  margin: 0 auto;
}
.nsp-gal-item {
  display: block;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
}
.nsp-gal-item--large {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 4 / 3;
}
.nsp-gal-item:hover img { transform: scale(1.05); }
.nsp-gal-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform .8s ease;
}

/* Lightbox */
#nsp-lb {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.94); z-index: 999998;
  align-items: center; justify-content: center;
}
.nsp-lb-wrap { position: relative; display: flex; align-items: center; gap: 16px; max-width: 90vw; }
.nsp-lb-wrap img { max-width: 80vw; max-height: 85vh; object-fit: contain; display: block; }
.nsp-lb-x { position: fixed; top: 24px; right: 24px; background: #fff; color: #314B3B; border: none; height: 44px; padding: 0 20px; font-family: "Montserrat", sans-serif; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 8px; z-index: 999999; box-shadow: 0 2px 12px rgba(0,0,0,.3); }
.nsp-lb-p, .nsp-lb-n { background: rgba(255,255,255,.15); color: #fff; border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 24px; cursor: pointer; flex-shrink: 0; }
.nsp-lb-x:hover, .nsp-lb-p:hover, .nsp-lb-n:hover { background: rgba(255,255,255,.3); }
.nsp-lb-count { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); font-family: "Montserrat", sans-serif; font-size: 13px; color: rgba(255,255,255,.7); }

/* Pull quote */
.nsp-quote { background: #F3EEE7; padding: 60px 0; }
.nsp-quote blockquote {
  font-family: "Playfair Display", serif;
  font-size: clamp(18px, 2.5vw, 28px); font-style: italic;
  color: var(--nestia-green); text-align: center;
  max-width: 720px; margin: 0 auto; line-height: 1.6;
  border: none; padding: 0;
}

/* Location */
.nsp-location { background: #fff; padding: 80px 0; }
.nsp-section-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--nestia-rust); margin-bottom: 12px;
}
.nsp-location-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.nsp-location h2 { font-family: "Playfair Display", serif; font-size: clamp(26px, 3vw, 40px); font-weight: 400; color: var(--nestia-green); margin-bottom: 30px; }
.nsp-nearby-list { list-style: none; padding: 0; margin: 0; }
.nsp-nearby-list li {
  font-family: "Montserrat", sans-serif; font-size: 14px; color: #53606b;
  padding: 10px 0 10px 16px; border-bottom: 1px solid rgba(47,62,78,.07); position: relative;
}
.nsp-nearby-list li::before { content: "→"; position: absolute; left: 0; color: var(--nestia-gold); }
.nsp-location-map iframe { display: block; width: 100%; height: 380px; border: 0; }

/* Related */
.nsp-related { background: #F3EEE7; padding: 80px 0; }
.nsp-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 36px; }
.nsp-related-card { background: #fff; text-decoration: none; display: block; transition: transform .4s, box-shadow .4s; }
.nsp-related-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.1); }
.nsp-related-img { height: 200px; overflow: hidden; }
.nsp-related-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s; }
.nsp-related-card:hover .nsp-related-img img { transform: scale(1.05); }
.nsp-related-body { padding: 20px 22px 24px; }
.nsp-related-loc { font-family: "Montserrat", sans-serif; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--nestia-rust); margin-bottom: 6px; }
.nsp-related-body h3 { font-family: "Playfair Display", serif; font-size: 18px; font-weight: 400; color: var(--nestia-green); margin-bottom: 8px; }
.nsp-related-meta { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.nsp-related-meta span { font-family: "Montserrat", sans-serif; font-size: 10px; text-transform: uppercase; background: #F3EEE7; color: var(--nestia-green); padding: 3px 8px; }
.nsp-related-price { font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 600; color: var(--nestia-green); }

/* Back */
.nsp-back { padding: 36px 0; background: #fff; border-top: 1px solid rgba(47,62,78,.08); }
.nsp-back-link { font-family: "Montserrat", sans-serif; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--nestia-green); text-decoration: none; transition: color .3s; }
.nsp-back-link:hover { color: var(--nestia-rust); }

@media (max-width: 980px) {

  .grid { grid-template-columns: 1fr; }
  .grid-large { min-height: 500px; }
  .grid-small { min-height: 280px; }
  .grid-content { padding: 36px; }
  .grid-content h3 { font-size: 36px; }

  .et_pb_row_27.et_pb_row {
    flex-direction: column !important;
    min-height: unset !important;
    width: 92% !important;
  }

  .et_pb_row_27 .et_flex_column_3_5,
  .et_pb_row_27 .et_flex_column_16_24_tablet {
    width: 100% !important; min-height: 400px !important;
  }

  .et_pb_row_27 .et_flex_column_2_5,
  .et_pb_row_27 .et_flex_column_8_24_tablet { width: 100% !important; }

  .nestia-feature-content-col { padding: 50px 40px !important; }

  .et_pb_row.nestia-cards > .et_pb_column:hover { transform: none; }

  .nestia-prop-grid { grid-template-columns: repeat(2, 1fr); }
  .nestia-single-inner { grid-template-columns: 1fr; }
  .nestia-single-booking { position: static; }

}

@media (max-width: 767px) {

  .grid-large { min-height: 420px; }
  .grid-small { min-height: 240px; }
  .grid-content { padding: 28px; }
  .grid-content h3 { font-size: 30px; }
  .grid-small .grid-content h3 { font-size: 26px; }
  .grid-small .grid-content { padding: 24px 28px; }

  .et_pb_row_27.et_pb_row { width: 100% !important; }
  .nestia-feature-img-col { min-height: 300px !important; }
  .nestia-feature-content-col { padding: 40px 30px !important; }

  .nestia-prop-grid { grid-template-columns: 1fr; }
  .nestia-prop-archive-hero { padding: 140px 0 80px; }
  .nestia-single-details-grid { grid-template-columns: 1fr; }

}

/* ══════════════════════════════════════════
   SINGLE PROPERTY v2 — single-property.php
   ══════════════════════════════════════════ */

/* ── Hero ── */
.nsp-hero {
  position: relative;
  height: 75vh;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.nsp-hero-img {
  position: absolute;
  inset: 0;
}

.nsp-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nsp-hero-overlay {
  position: absolute;
  inset: 0;
  /* Dual gradient: top-down dark so the fixed transparent header
     remains legible over the photo; bottom-up dark for the content
     area at the foot of the hero. */
  background:
    linear-gradient(to bottom, rgba(20,30,40,.65) 0%, rgba(20,30,40,.2) 25%, transparent 50%),
    linear-gradient(to top,    rgba(20,30,40,.88) 0%, rgba(20,30,40,.4) 50%, transparent 100%);
}

.nsp-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 60px;
}

.nsp-hero-breadcrumb {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 16px;
}

.nsp-hero-breadcrumb a {
  color: var(--nestia-gold);
  text-decoration: none;
}

.nsp-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
  max-width: 900px;
}

.nsp-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nsp-hero-stats span {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  padding: 8px 16px;
}

.nsp-dog-badge {
  background: rgba(201,161,92,.25) !important;
  border-color: var(--nestia-gold) !important;
  color: var(--nestia-gold) !important;
}

/* ── Main layout ── */
.nsp-main {
  background: #fff;
  padding: 60px 0 60px;
}

.nsp-main-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: start;
}

/* ── Description ── */
.nsp-description {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(47,62,78,.08);
}

.nsp-description p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #53606b;
  margin-bottom: 20px;
}

/* ── Accordion ── */
.nsp-accordion {
  border-top: 1px solid rgba(47,62,78,.1);
}

.nsp-accordion-item {
  border-bottom: 1px solid rgba(47,62,78,.1);
}

.nsp-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #314B3B;
  text-align: left;
  transition: color .3s;
}

.nsp-accordion-trigger:hover { color: var(--nestia-rust); }

.nsp-accordion-trigger svg {
  flex-shrink: 0;
  transition: transform .3s;
  color: #314B3B;
}

.nsp-accordion-item.open .nsp-accordion-trigger svg {
  transform: rotate(180deg);
}

.nsp-accordion-body {
  display: none !important;
  padding: 0 0 28px;
}

.nsp-accordion-item.open .nsp-accordion-body {
  display: block !important;
}

.nsp-accordion-body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #53606b;
  margin-bottom: 12px;
}

.nsp-amenities-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  list-style: none;
  padding: 0; margin: 0;
}

.nsp-amenities-list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #53606b;
  padding-left: 20px;
  position: relative;
}

.nsp-amenities-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--nestia-rust);
  font-weight: 700;
}

.nsp-nearby-list {
  list-style: none;
  padding: 0; margin: 0;
}

.nsp-nearby-list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #53606b;
  padding: 8px 0;
  border-bottom: 1px solid rgba(47,62,78,.06);
  padding-left: 16px;
  position: relative;
}

.nsp-nearby-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--nestia-gold);
}

/* ── Booking Panel ── */
.nsp-right {
  position: sticky;
  top: 100px;
}

.nsp-booking-panel {
  background: #F3EEE7;
  padding: 40px 36px;
  border: 1px solid rgba(47,62,78,.08);
}

.nsp-booking-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(47,62,78,.1);
}

.nsp-booking-price {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 400;
  color: #314B3B;
  margin-bottom: 4px;
}

.nsp-booking-min {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #53606b;
  letter-spacing: .08em;
}

.nsp-booking-widget {
  margin-bottom: 24px;
}

.nsp-booking-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #53606b;
  margin-bottom: 20px;
}

.nsp-booking-meta {
  padding-top: 20px;
  border-top: 1px solid rgba(47,62,78,.1);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nsp-booking-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #fff;
  color: #314B3B;
  padding: 6px 12px;
  border: 1px solid rgba(47,62,78,.15);
}

.nsp-booking-bestfor {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #53606b;
  margin-top: 8px;
}

.nsp-booking-bestfor span {
  font-weight: 600;
  color: #314B3B;
}

}

.nsp-lb-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  gap: 20px;
}

.nsp-lb-inner img {
  max-width: 80vw;
  max-height: 85vh;
  object-fit: contain;
  display: block;
}

.nsp-lb-close {
  position: fixed;
  top: 24px; right: 24px;
  background: rgba(255,255,255,.15);
  color: #fff;
  border: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: background .3s;
}

.nsp-lb-close:hover { background: rgba(255,255,255,.3); }

.nsp-lb-prev,
.nsp-lb-next {
  background: rgba(255,255,255,.15);
  color: #fff;
  border: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .3s;
}

.nsp-lb-prev:hover,
.nsp-lb-next:hover { background: rgba(255,255,255,.3); }

/* ── Pull Quote ── */
.nsp-quote {
  background: #F3EEE7;
  padding: 60px 0;
}

.nsp-quote blockquote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 400;
  font-style: italic;
  color: #314B3B;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.6;
  border: none;
  padding: 0;
}

/* ── On The Doorstep ── */
.nsp-doorstep {
  padding: 80px 0;
  background: #fff;
}

.nsp-doorstep-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--nestia-rust);
  margin-bottom: 12px;
}

.nsp-doorstep h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  color: #314B3B;
  margin-bottom: 40px;
}

.nsp-doorstep-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  list-style: none;
  padding: 0; margin: 0;
  border-top: 1px solid rgba(47,62,78,.1);
}

.nsp-doorstep-list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #53606b;
  padding: 16px 0;
  border-bottom: 1px solid rgba(47,62,78,.08);
  padding-left: 20px;
  position: relative;
}

.nsp-doorstep-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--nestia-gold);
}

/* ── Map ── */
.nsp-map {
  background: #fff;
  padding-bottom: 80px;
}

.nsp-map-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--nestia-rust);
  margin-bottom: 8px;
}

.nsp-map-location {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #314B3B;
  margin-bottom: 24px;
}

.nsp-map-embed {
  margin-top: 24px;
  width: 100%;
}

.nsp-map-embed iframe {
  display: block;
  width: 100% !important;
  height: 480px;
  border: 0;
  max-width: 100% !important;
}

/* ── Related Properties ── */
.nsp-related {
  background: #F3EEE7;
  padding: 80px 0;
}

.nsp-related-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--nestia-rust);
  margin-bottom: 12px;
}

.nsp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.nsp-related-card {
  background: #fff;
  text-decoration: none;
  display: block;
  transition: transform .4s, box-shadow .4s;
}

.nsp-related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,.1);
}

.nsp-related-img {
  height: 220px;
  overflow: hidden;
}

.nsp-related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s;
}

.nsp-related-card:hover .nsp-related-img img {
  transform: scale(1.05);
}

.nsp-related-body {
  padding: 24px 26px 28px;
}

.nsp-related-location {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--nestia-rust);
  margin-bottom: 8px;
}

.nsp-related-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  color: #314B3B;
  margin-bottom: 10px;
  line-height: 1.2;
}

.nsp-related-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.nsp-related-meta span {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #F3EEE7;
  color: #314B3B;
  padding: 4px 10px;
}

.nsp-related-body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #53606b;
  margin-bottom: 12px;
}

.nsp-related-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #314B3B;
}

/* ── Back link ── */
.nsp-back {
  padding: 40px 0;
  background: #fff;
  border-top: 1px solid rgba(47,62,78,.08);
}

.nsp-back-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #314B3B;
  text-decoration: none;
  transition: color .3s;
}

.nsp-back-link:hover { color: var(--nestia-rust); }

/* ── Responsive ── */
@media (max-width: 1080px) {
  .nsp-main-inner { grid-template-columns: 1fr 320px; gap: 50px; }
  .nsp-gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .nsp-main-inner { grid-template-columns: 1fr; }
  .nsp-right { position: static; }
  .nsp-booking-panel { margin-top: 50px; }
  .nsp-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .nsp-related-grid { grid-template-columns: 1fr 1fr; }
  .nsp-doorstep-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .nsp-hero { height: 60vh; min-height: 420px; }
  .nsp-main { padding: 50px 0 60px; }
  .nsp-gallery-grid { grid-template-columns: 1fr 1fr; }
  .nsp-gallery-item { height: 160px; }
  .nsp-related-grid { grid-template-columns: 1fr; }
  .nsp-doorstep-list { grid-template-columns: 1fr; }
  .nsp-amenities-list { grid-template-columns: 1fr; }
}

/* Single property responsive */
@media (max-width: 1080px) {
  .nsp-about-inner { grid-template-columns: 1fr 340px; gap: 50px; }
  .nsp-gallery-grid { grid-template-columns: repeat(3,1fr); }
  .nsp-gal-item--large { grid-column: span 2; }
}

@media (max-width: 980px) {
  .nsp-about-inner { grid-template-columns: 1fr; }
  .nsp-about-right { position: static; }
  .nsp-booking-panel { margin-top: 40px; }
  .nsp-gallery-grid { grid-template-columns: repeat(2,1fr); }
  .nsp-gal-item--large { grid-column: span 2; }
  .nsp-location-inner { grid-template-columns: 1fr; gap: 40px; }
  .nsp-related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  /* Increase min-height so the bottom-aligned hero content sits
     well clear of the fixed header (~80px) at the top, and add
     horizontal padding so text/buttons don't run to screen edges. */
  .nsp-hero { height: 100svh; min-height: 640px; }
  .nsp-hero-content { padding-bottom: 40px; padding-left: 20px; padding-right: 20px; }
  .nsp-hero-actions { flex-direction: column; }
  .nsp-hero-btn { justify-content: center; }
  .nsp-nav-link { padding: 14px 14px; font-size: 10px; }
  .nsp-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .nsp-gal-item--large { grid-column: span 2; }
  .nsp-features-grid { grid-template-columns: 1fr; }
  .nsp-amenities-list { grid-template-columns: 1fr; }
  .nsp-related-grid { grid-template-columns: 1fr; }
  .nsp-about { padding: 50px 0; }
}

/* ── Property Reviews ── */
.nsp-reviews {
  background: #314B3B;
  padding: 80px 0;
}

.nsp-reviews .nsp-section-label {
  color: var(--nestia-gold);
}

.nsp-reviews h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
}

.nsp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.nsp-review-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  padding: 36px 32px;
}

.nsp-review-stars {
  color: var(--nestia-gold);
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.nsp-review-text {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
  color: rgba(255,255,255,.85);
  margin-bottom: 24px;
}

.nsp-review-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.nsp-review-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .04em;
}

.nsp-review-source {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: var(--nestia-gold);
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .nsp-reviews-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .nsp-reviews { padding: 60px 0; }
  .nsp-review-card { padding: 28px 24px; }
}

/* ══════════════════════════════════════════
   PROPERTY FILTER FORM
   ══════════════════════════════════════════ */

.nsp-filter-section {
  background: #F3EEE7;
  padding: 50px 0;
  border-bottom: 1px solid rgba(47,62,78,.1);
}

/* Homepage variant sits inside a true full-width Divi flex row with
   no gutter (et_flex_column_24_24 at every breakpoint), unlike the
   archive page's filter bar which sits inside a row that already has
   its own horizontal padding. Add explicit side padding here so the
   form content doesn't run flush to the screen edges. */
.nsp-filter-section--homepage {
  padding: 50px 24px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .nsp-filter-section--homepage {
    padding: 40px 20px;
  }
}

.nsp-search-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #B7644E;
  margin-bottom: 20px;
}

.nsp-guesty-wrap {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(47,62,78,.1);
}

.nsp-search-divider {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.nsp-search-divider::before {
  content: '';
  position: absolute;
  top: 50%; left: 0; right: 0;
  height: 1px;
  background: rgba(47,62,78,.1);
}

.nsp-search-divider span {
  position: relative;
  background: #F3EEE7;
  padding: 0 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #53606b;
}

.nsp-filter-form { width: 100%; }

.nsp-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

.nsp-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 120px;
}

@media (max-width: 980px) {
  .nsp-filter-group {
    /* Flex items default to min-width:auto, which means they won't
       shrink below their content's intrinsic width (e.g. a <select>
       sized to fit "Saltburn-by-the-Sea") even when flex-basis says
       50%/100%. This is what was causing the search bar to overflow
       on mobile despite the flex-basis rules below. */
    min-width: 0;
  }
}

.nsp-filter-group label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #53606b;
  font-weight: 500;
}

.nsp-filter-group select {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #314B3B;
  background: #fff;
  border: 1px solid rgba(47,62,78,.2);
  padding: 11px 14px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232F3E4E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
  transition: border-color .3s;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.nsp-filter-group select:focus {
  border-color: #314B3B;
  outline: none;
}

.nsp-filter-group--check {
  justify-content: flex-end;
  min-width: auto;
}

.nsp-filter-check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 11px 0;
  white-space: nowrap;
}

.nsp-filter-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #B7644E;
  cursor: pointer;
}

.nsp-filter-check span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #314B3B;
}

.nsp-filter-group--submit {
  flex: 0 0 auto;
  min-width: auto;
}

.nsp-filter-group--submit button {
  white-space: nowrap;
  padding: 12px 28px !important;
}

.nsp-filter-clear {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #53606b;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 12px 0;
  transition: color .3s;
  white-space: nowrap;
  align-self: flex-end;
}

.nsp-filter-clear:hover { color: #B7644E; }

.nsp-filter-results {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #53606b;
  margin-bottom: 30px;
}

.nsp-filter-results a {
  color: #B7644E;
  text-decoration: none;
}

@media (max-width: 980px) {
  .nsp-filter-row { gap: 10px; }
  .nsp-filter-group { min-width: calc(50% - 10px); flex: 0 0 calc(50% - 10px); }
  .nsp-filter-group--submit { flex: 0 0 100%; }
}

@media (max-width: 600px) {
  .nsp-filter-group { min-width: 100%; flex: 0 0 100%; }
}

/* Guesty widget on cream background */
.nsp-guesty-wrap .nestia-search-widget,
.nsp-guesty-wrap [class*="guesty"],
.nsp-guesty-wrap input,
.nsp-guesty-wrap select,
.nsp-guesty-wrap button:not([type="submit"]) {
  background: #fff !important;
  border-color: rgba(47,62,78,.2) !important;
}

/* ══════════════════════════════════════════
   HOLIDAY STAYS PAGE
   ══════════════════════════════════════════ */

/* Hero */
.nestia-holiday-hero-inner {
  padding: 60px 0 20px;
}

.nestia-holiday-hero-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--nestia-gold);
  margin-bottom: 24px;
}

.nestia-holiday-hero-inner h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 400; color: #fff;
  line-height: 1.15; margin-bottom: 28px;
  max-width: 800px;
}

.nestia-holiday-hero-inner p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px; line-height: 1.9;
  color: rgba(255,255,255,.75);
  max-width: 620px; margin-bottom: 40px;
}

/* Body section */
.nestia-holiday-body {
  padding: 20px 40px 20px 0;
}

.nestia-holiday-body-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--nestia-rust);
  margin-bottom: 20px;
}

.nestia-holiday-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 400; color: var(--nestia-green);
  line-height: 1.2; margin-bottom: 28px;
}

.nestia-holiday-body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px; line-height: 2;
  color: #53606b; margin-bottom: 20px;
}

.nestia-holiday-img-wrap {
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  border-radius: 0;
}

.nestia-holiday-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

/* Suitable for grid */
.nestia-holiday-suitable-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--nestia-rust);
  margin-bottom: 16px;
}

.nestia-container > h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 400; color: var(--nestia-green);
  margin-bottom: 50px;
}

.nestia-suitable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(47,62,78,.1);
  box-sizing: border-box;
  max-width: 100%;
}

.nestia-suitable-item {
  display: flex;
  gap: 20px;
  padding: 36px 32px 36px 0;
  border-bottom: 1px solid rgba(47,62,78,.1);
  min-width: 0;
  box-sizing: border-box;
}

.nestia-suitable-item:nth-child(3n) {
  padding-right: 0;
}

.nestia-suitable-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  color: var(--nestia-rust);
}
.nestia-suitable-content {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.nestia-suitable-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 600;
  letter-spacing: .04em;
  color: var(--nestia-green);
  margin-bottom: 8px;
}

.nestia-suitable-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; line-height: 1.8;
  color: #53606b; margin: 0;
}

/* CTA section */
.nestia-holiday-cta {
  text-align: center;
  padding: 20px 0;
}

.nestia-holiday-cta-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--nestia-gold);
  margin-bottom: 20px;
}

.nestia-holiday-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 400; color: #fff;
  margin-bottom: 24px;
}

.nestia-holiday-cta p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; line-height: 1.9;
  color: rgba(255,255,255,.72);
  max-width: 560px; margin: 0 auto 40px;
}

.nestia-holiday-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Holiday stays — Divi image module in right column.
   IMPORTANT: this base/unconditional rule MUST appear before the
   @media overrides below in source order. Equal-specificity rules
   resolve by source order, not by which has a media query — if this
   rule appeared AFTER the mobile overrides (as it previously did,
   much further down the file), it would win at every viewport width
   regardless of screen size, which is exactly what was happening. */
.nestia-holiday-body-section .et_pb_column:last-child {
  padding: 0 !important;
  overflow: hidden;
}

.nestia-holiday-divi-img {
  margin: 0 !important;
  height: 100%;
  min-height: 480px;
}

.nestia-holiday-divi-img .et_pb_image_wrap {
  display: block;
  height: 100%;
  min-height: 480px;
}

.nestia-holiday-divi-img .et_pb_image_wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

@media (max-width: 980px) {
  .nestia-suitable-grid { grid-template-columns: 1fr 1fr; }
  .nestia-holiday-body { padding-right: 0; }
  .nestia-holiday-img-wrap { min-height: 360px; }

  /* !important added as insurance — confirmed via DevTools that the
     base rule above was winning despite equal specificity, due to
     source-order placement. !important + correct order now, so this
     should win even if source order is ever disturbed again. */
  .nestia-holiday-divi-img {
    min-height: 360px !important;
    height: auto !important;
  }
  .nestia-holiday-divi-img .et_pb_image_wrap {
    min-height: 360px !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .nestia-suitable-grid { grid-template-columns: 1fr; }
  .nestia-holiday-cta-btns { flex-direction: column; align-items: center; }

  /* Further reduce on phone — 360px is still tall relative to a
     narrow phone viewport width, so the image's actual rendered
     height (via object-fit: cover at 100% width) may not reach it.
     280px keeps a reasonable visual presence without the column
     outgrowing the image. */
  .nestia-holiday-divi-img {
    min-height: 280px !important;
    height: auto !important;
  }
  .nestia-holiday-divi-img .et_pb_image_wrap {
    min-height: 280px !important;
    height: auto !important;
  }
}

/* Holiday Stays — Section fixes */
.nestia-holiday-body-section.et_pb_section {
  padding: 100px 0 !important;
  background: #fff !important;
}

.nestia-holiday-body-section .et_pb_row {
  max-width: 1440px !important;
  width: 92% !important;
  margin: 0 auto !important;
  align-items: center !important;
}

.nestia-holiday-suitable-section.et_pb_section {
  padding: 100px 0 !important;
  background: #F3EEE7 !important;
}

.nestia-holiday-suitable-section .et_pb_row {
  max-width: 1440px !important;
  width: 92% !important;
  margin: 0 auto !important;
}

/* This previously had no media query, so the !important 3-column
   rule below beat the responsive 1fr/2fr breakpoints above at every
   screen width (since those don't use !important) — meaning the
   grid never actually collapsed on Holiday Stays mobile. Scoped to
   desktop only so mobile/tablet breakpoints can take over again. */
@media (min-width: 981px) {
  .nestia-holiday-suitable-section .nestia-suitable-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.nestia-holiday-cta-section.et_pb_section {
  padding: 100px 0 160px !important;
  background: #F3EEE7 !important;
}

.nestia-holiday-cta-section .et_pb_row {
  max-width: 800px !important;
  width: 92% !important;
  margin: 0 auto !important;
}

/* Holiday CTA on cream background */
.nestia-holiday-cta-section .nestia-holiday-cta-label {
  color: var(--nestia-rust) !important;
}

.nestia-holiday-cta-section .nestia-holiday-cta h2 {
  color: var(--nestia-green) !important;
}

.nestia-holiday-cta-section .nestia-holiday-cta p {
  color: #53606b !important;
}

/* Leaflet attribution — minimise but keep for licence compliance */
.leaflet-control-attribution {
  font-size: 9px !important;
  opacity: 0.4 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.leaflet-control-attribution a {
  color: #53606b !important;
}

/* Check in / out times */
.nsp-checkinout {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
  padding: 16px;
  background: #F3EEE7;
}

.nsp-checkinout-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nsp-checkinout-item span {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #53606b;
}

.nsp-checkinout-item strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #314B3B;
}

/* Bed types */
.nsp-bed-types {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(47,62,78,.08);
}

.nsp-bed-types p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: #53606b;
  margin-bottom: 6px;
}

/* Property card placeholder image */
.nestia-prop-card-image--placeholder {
  background: #F3EEE7;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nestia-prop-card-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #C8A25D;
  opacity: 0.6;
}

.nestia-prop-card-placeholder span {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #314B3B;
}

/* Properties intro -- full grid width */
.nestia-prop-intro--wide .nestia-container {
  max-width: 1440px !important;
  width: 92% !important;
}

/* Remove max-width constraint on properties intro paragraphs */
.nestia-prop-intro p {
  max-width: 100% !important;
}

/* ══════════════════════════════════════════
   FEATURED PROPERTIES -- Homepage shortcode
   Uses same nestia-prop-card styles as archive
   ══════════════════════════════════════════ */
.nestia-featured-grid {
  margin-top: 48px;
}

.nestia-featured-card {
  background: #fff;
  border: 1px solid #e8e3dc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.nestia-featured-card-img-link { display: block; overflow: hidden; }

.nestia-featured-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.nestia-featured-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

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

.nestia-featured-card-img--placeholder {
  background: #F3EEE7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8A25D;
  opacity: .5;
}

.nestia-featured-card-body {
  padding: 32px 36px 36px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.nestia-featured-card-meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #B7644E;
  margin-bottom: 14px;
}

.nestia-featured-card-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 400;
  color: #314B3B;
  line-height: 1.2;
  margin-bottom: 16px;
}

.nestia-featured-card-title a {
  color: inherit;
  text-decoration: none;
}

.nestia-featured-card-title a:hover { color: #B7644E; }

.nestia-featured-card-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #53606b;
  margin-bottom: 24px;
  flex: 1;
}

.nestia-featured-card-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B7644E;
  text-decoration: none;
  margin-top: auto;
}

.nestia-featured-card-link:hover { color: #314B3B; }

@media (max-width: 980px) {
  .nestia-featured-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .nestia-featured-grid { grid-template-columns: 1fr; }
}
/* ══════════════════════════════════════════
   BOOKING PANEL — Calendar overrides
   Targets: .nsp-booking-panel > .nsp-booking-body > .nestia-booking-form-wrap
   Panel is fixed 380px wide, padding 36px 32px = inner ~316px usable
   ══════════════════════════════════════════ */

/* Remove panel padding around the calendar so it fills edge to edge */
.nsp-booking-panel .nsp-booking-body {
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 0;
}

/* Calendar wrap fills full panel width */
.nsp-booking-panel .nestia-calendar-wrap {
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(49,75,59,.12);
}

/* Month header — forest green banner like the reference */
.nsp-booking-panel .nestia-calendar-grid {
  padding: 0;
}

.nsp-booking-panel .nestia-month {
  margin-bottom: 0;
  padding: 0 16px 16px;
}

.nsp-booking-panel .nestia-month-header {
  background: var(--nestia-green);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 16px;
  margin: 0 -16px 14px;
}

/* Day cells — slightly larger in the panel */
.nsp-booking-panel .nestia-day {
  font-size: 13px;
  min-height: 36px;
}

/* Navigation buttons — solid pill style matching reference */
.nsp-booking-panel .nestia-calendar-nav {
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid rgba(49,75,59,.12);
}

.nsp-booking-panel .nestia-month-prev,
.nsp-booking-panel .nestia-month-next {
  width: auto;
  height: 34px;
  padding: 0 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid rgba(49,75,59,.2);
  color: var(--nestia-green);
  background: #fff;
  white-space: nowrap;
}

.nsp-booking-panel .nestia-month-prev:hover:not(:disabled),
.nsp-booking-panel .nestia-month-next:hover:not(:disabled) {
  background: var(--nestia-green);
  color: #fff;
  border-color: var(--nestia-green);
}

.nsp-booking-panel .nestia-month-prev:disabled {
  opacity: .3;
  cursor: default;
}

.nsp-booking-panel .nestia-calendar-nav-label {
  font-size: 12px;
  font-weight: 600;
}

/* Legend — tighter in the panel */
.nsp-booking-panel .nestia-calendar-legend {
  padding: 8px 16px;
  gap: 10px;
  background: #fff;
  border-bottom: 1px solid rgba(49,75,59,.12);
}

.nsp-booking-panel .nestia-calendar-legend span {
  font-size: 9px;
}

/* Selection panel — blends into the booking panel */
.nsp-booking-panel .nestia-calendar-selection {
  margin: 0 -32px;
  padding: 16px 32px;
  background: #fff;
  border-top: 1px solid rgba(49,75,59,.12);
  border-bottom: 1px solid rgba(49,75,59,.12);
}

/* Three-column dates layout fits the panel width */
.nsp-booking-panel .nestia-selection-dates {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.nsp-booking-panel .nestia-selection-guests {
  grid-column: 1 / -1;
}

/* Get Price button — full width gold */
.nsp-booking-panel .nestia-get-quote {
  background: var(--nestia-gold);
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  transition: background .2s;
}

.nsp-booking-panel .nestia-get-quote:hover {
  background: var(--nestia-green);
}

/* Quote result inside the panel */
.nsp-booking-panel .nestia-quote-result {
  margin: 0 -32px;
  padding: 16px 32px;
}

/* Booking form step title — remove the h3 title inside the panel to save space */
.nsp-booking-panel .nestia-form-title {
  display: none;
}

/* Restore bottom margin on booking body after last element */
.nsp-booking-panel .nestia-booking-form-wrap {
  margin-bottom: 0;
}

/* Tags section — flush after calendar */
.nsp-booking-panel .nsp-booking-tags {
  margin-top: 16px;
}

/* ── Responsive: stack booking below content on tablet ── */
@media (max-width: 1080px) {
  .nsp-about-inner {
    grid-template-columns: 1fr 340px;
    gap: 48px;
  }
}

@media (max-width: 860px) {
  .nsp-about-inner {
    grid-template-columns: 1fr;
  }
  .nsp-about-right {
    position: static;
  }
  .nsp-booking-panel .nsp-booking-body {
    margin-left: -24px;
    margin-right: -24px;
  }
  .nsp-booking-panel .nestia-calendar-selection {
    margin: 0 -24px;
    padding: 16px 24px;
  }
  .nsp-booking-panel .nestia-quote-result {
    margin: 0 -24px;
    padding: 16px 24px;
  }
  .nsp-booking-panel {
    padding: 32px 24px;
  }
}
/* ══════════════════════════════════════════
   BOOKING FORM — Step 2 (Guest Details) styling
   Scoped to .nsp-booking-panel for specificity
   ══════════════════════════════════════════ */

/* ── Booking summary table ── */
.nsp-booking-panel .nestia-booking-summary {
    background: #fff;
    border: none;
    border-top: 1px solid rgba(49,75,59,.1);
    border-bottom: 1px solid rgba(49,75,59,.1);
    padding: 0;
    margin: 0 -32px 24px;
}

.nsp-booking-panel .nestia-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 11px 32px;
    border-bottom: 1px solid rgba(49,75,59,.07);
    font-size: 12px;
    margin: 0;
}

.nsp-booking-panel .nestia-summary-item:last-child {
    border-bottom: none;
    padding-bottom: 14px;
}

.nsp-booking-panel .nestia-summary-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 700;
    color: #888;
}

.nsp-booking-panel .nestia-summary-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--nestia-green);
}

.nsp-booking-panel .nestia-summary-total {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--nestia-rust) !important;
    line-height: 1;
}

/* ── Form fields ── */
.nsp-booking-panel .nestia-form-group {
    margin-bottom: 14px;
}

.nsp-booking-panel .nestia-form-group label,
.nsp-booking-panel .nestia-form-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 700;
    color: #888;
    margin-bottom: 6px;
}

.nsp-booking-panel .nestia-required {
    color: var(--nestia-rust);
    font-weight: 700;
}

.nsp-booking-panel .nestia-optional {
    color: #aaa;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: none;
}

.nsp-booking-panel .nestia-input,
.nsp-booking-panel input[type="text"].nestia-input,
.nsp-booking-panel input[type="email"].nestia-input,
.nsp-booking-panel input[type="tel"].nestia-input,
.nsp-booking-panel textarea.nestia-input {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(49,75,59,.18);
    border-radius: 0;
    color: var(--nestia-green);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 11px 14px;
    transition: border-color .2s;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.nsp-booking-panel .nestia-input:focus,
.nsp-booking-panel textarea.nestia-input:focus {
    outline: none;
    border-color: var(--nestia-gold);
    background: #fff;
}

.nsp-booking-panel .nestia-input::placeholder {
    color: #bbb;
    font-weight: 300;
}

.nsp-booking-panel textarea.nestia-input {
    resize: vertical;
    min-height: 80px;
    line-height: 1.6;
}

.nsp-booking-panel .nestia-form-row {
    display: grid;
    gap: 10px;
}

.nsp-booking-panel .nestia-form-row-half {
    grid-template-columns: 1fr 1fr;
}

/* ── Actions row (Back / Request Booking) ── */
.nsp-booking-panel .nestia-form-actions {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 8px;
    margin-top: 20px;
}

.nsp-booking-panel .nestia-form-actions .nestia-btn {
    width: 100%;
    flex: unset;
    padding: 15px 12px;
    font-size: 11px;
    letter-spacing: .12em;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.nsp-booking-panel .nestia-btn-secondary {
    background: transparent;
    color: var(--nestia-text, #53606b);
    border: 1px solid rgba(49,75,59,.2);
    font-family: 'Montserrat', sans-serif;
}

.nsp-booking-panel .nestia-btn-secondary:hover {
    border-color: var(--nestia-green);
    color: var(--nestia-green);
    background: transparent;
}

.nsp-booking-panel .nestia-btn-primary {
    background: var(--nestia-gold);
    color: #fff !important;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

.nsp-booking-panel .nestia-btn-primary:hover {
    background: var(--nestia-green);
}

/* ── Form note ── */
.nsp-booking-panel .nestia-form-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #aaa;
    margin-top: 10px;
    line-height: 1.6;
    text-align: center;
}

/* ── Error message ── */
.nsp-booking-panel .nestia-form-error {
    padding: 12px 14px;
    font-size: 12px;
    margin-top: 12px;
    border-left: 3px solid var(--nestia-rust);
    background: rgba(183,100,78,.06);
    color: var(--nestia-rust);
    font-family: 'Montserrat', sans-serif;
}

/* ── Step 3 — Confirmation ── */
.nsp-booking-panel .nestia-confirmation-wrap {
    text-align: center;
    padding: 32px 16px;
}

.nsp-booking-panel .nestia-confirmation-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--nestia-green);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.nsp-booking-panel .nestia-confirmation-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--nestia-green);
    margin-bottom: 10px;
}

.nsp-booking-panel .nestia-confirmation-message {
    font-size: 13px;
    color: #53606b;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
}

.nsp-booking-panel .nestia-confirmation-code {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: var(--nestia-rust);
    letter-spacing: .05em;
    margin: 4px 0;
}

.nsp-booking-panel .nestia-confirmation-note {
    font-size: 11px;
    color: #aaa;
    margin-top: 16px;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
}

/* ── Responsive ── */
@media (max-width: 860px) {
    .nsp-booking-panel .nestia-booking-summary {
        margin: 0 -24px 20px;
    }
    .nsp-booking-panel .nestia-summary-item {
        padding: 11px 24px;
    }
    .nsp-booking-panel .nestia-form-row-half {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 400px) {
    .nsp-booking-panel .nestia-form-actions {
        grid-template-columns: 1fr;
    }
}
/* ══════════════════════════════════════════
   NESTIA SEARCH WIDGET
   Styled to exactly match .nsp-filter-section on archive-property.php
   ══════════════════════════════════════════ */

.nestia-search-widget {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.nestia-search-form { width: 100%; }

.nestia-search-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
}

/* Individual field group — matches .nsp-filter-group */
.nestia-search-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 120px;
}

.nestia-search-group label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #53606b;
    font-weight: 500;
    margin: 0;
}

.nestia-search-label-hidden { display: none; }

/* Selects — matches .nsp-filter-group select exactly */
.nestia-search-select,
.nestia-search-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #314B3B;
    background: #fff;
    border: 1px solid rgba(47,62,78,.2);
    padding: 11px 14px;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color .3s;
    width: 100%;
    box-sizing: border-box;
}

.nestia-search-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232F3E4E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}

.nestia-search-select:focus,
.nestia-search-date:focus {
    border-color: #314B3B;
    outline: none;
}

/* Date inputs — match select height exactly */
.nestia-search-date {
    color-scheme: light;
    min-height: 44px;
}

/* Submit group — matches .nsp-filter-group--submit */
.nestia-search-group--submit {
    flex: 0 0 auto;
    min-width: auto;
}

/* Submit button — matches .nestia-btn-rust from archive */
.nestia-search-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 12px 28px;
    background: #B7644E;
    color: #fff;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s;
    line-height: 1;
    border-radius: 0;
}

.nestia-search-btn:hover { background: #314B3B; }

.nestia-search-btn svg { flex-shrink: 0; }

/* ── Responsive — matches archive breakpoints ── */
@media (max-width: 768px) {
    .nestia-search-group { min-width: calc(50% - 10px); flex: 0 0 calc(50% - 10px); }
    .nestia-search-group--submit { flex: 0 0 100%; }
    .nestia-search-btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
    .nestia-search-group { min-width: 100%; flex: 0 0 100%; }
}

/* Dog Friendly checkbox — matches .nsp-filter-check in archive */
.nestia-search-group--dog {
    flex: 0 0 auto;
    min-width: auto;
    justify-content: flex-end;
}

.nestia-search-check {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 11px 0;
    white-space: nowrap;
    margin: 0;
}

.nestia-search-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #B7644E;
    cursor: pointer;
    flex-shrink: 0;
}

.nestia-search-check span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #314B3B;
    font-weight: 400;
}

/* Inline filter bar inside [nestia_properties] shortcode */
.nsp-filter-section--inline {
    background: transparent;
    padding: 0 24px 32px;
    border-bottom: none;
    box-sizing: border-box;
}

@media (max-width: 600px) {
  .nsp-filter-section--inline {
    padding: 0 20px 32px;
  }
}
/* ── Load More Properties button (archive-property.php) ── */
.nestia-prop-load-more-wrap {
    text-align: center;
    margin-top: 50px;
}

.nestia-prop-load-more-wrap #nestia-load-more-properties {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
}

.nestia-prop-load-more-wrap #nestia-load-more-properties:disabled {
    opacity: .6;
    cursor: default;
}

.nestia-prop-load-more-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #53606b;
    margin-top: 14px;
    padding: 0;
}

@media (max-width: 767px) {
    .nestia-prop-load-more-wrap {
        margin-top: 36px;
    }
}
