/*
 * /accomodation2/ + /ro/cazare2/ — page-specific styles.
 *
 * ALL selectors must live under `#saharna-acc2-root` so this file cannot
 * leak into the parent theme or other pages. Same scoping rule applied to
 * booking-modal.css. (See design-style-guide.md §9.)
 *
 * Spec: docs/superpowers/specs/2026-05-08-accomodation2-page-design.md
 */

#saharna-acc2-root {
  /* Tokens */
  --acc2-paper:  #FAF7F2;
  --acc2-ink:    #262626;
  --acc2-line:   #2D2A24;
  --acc2-mute:   #8a857c;
  --acc2-soft:   #ECE7DD;
  --acc2-rose:   #e56b8a;
  --acc2-sage:   #83b89b;
  --acc2-yellow: #fcbd22;
  --acc2-cream:  #f7f7f7;

  /* Base */
  display: block;
  background: var(--acc2-paper);
  color: var(--acc2-ink);
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  /* Cap layout width to match legacy /ro/cazare/ (.container = 1200px). */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Match body bg to the page so wide viewports don't show parent-theme color
   on the sides of the centered #saharna-acc2-root. */
body.page-template-page-accomodation2 {
  background: #FAF7F2;
}

#saharna-acc2-root *,
#saharna-acc2-root *::before,
#saharna-acc2-root *::after {
  box-sizing: border-box;
}

/* Suppress any leaking parent-theme page hero. */
#saharna-acc2-root + .page-hero,
.page-template-page-accomodation2 .page-hero,
.page-template-page-accomodation2 .featured-image-hero {
  display: none !important;
}

/* ---- Stubs (visible during phase B only) ---------------------- */
#saharna-acc2-root .acc2-stub,
#saharna-acc2-root .acc2-cottage-stub {
  min-height: 240px;
  padding: 60px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed rgba(45,42,36,0.2);
}
#saharna-acc2-root .acc2-stub-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--acc2-mute);
}

/* ---- Intro polosa ---------------------------------------------- */
#saharna-acc2-root .acc2-intro {
  text-align: center;
  padding: 22px 16px 22px;
  background: var(--acc2-paper);
}
#saharna-acc2-root .acc2-intro-eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--acc2-mute);
  text-transform: uppercase;
}
#saharna-acc2-root .acc2-intro-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: clamp(38px, 4.4vw, 62px);
  letter-spacing: -0.015em;
  margin: 6px 0 14px;
  color: var(--acc2-ink);
  line-height: 1.04;
}
#saharna-acc2-root .acc2-intro-sub {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.015em;
  color: var(--acc2-mute);
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-intro {
    padding: 40px 16px;
  }
}

/* ---- Cottage section frame ------------------------------------- */
#saharna-acc2-root .acc2-cottage {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--acc2-paper);
  scroll-margin-top: 80px; /* rough WP-header offset for anchor jumps */
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-cottage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

/* ---- Gallery wrapper position --------------------------------- */
#saharna-acc2-root .acc2-cottage-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
}
@media (min-width: 600px) and (max-width: 1023px) {
  #saharna-acc2-root .acc2-cottage-gallery {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-cottage-gallery {
    border-right: 1.25px solid var(--acc2-line);
  }
}

/* ---- Info column ---------------------------------------------- */
#saharna-acc2-root .acc2-cottage-info {
  padding: 28px 22px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--acc2-ink);
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-cottage-info {
    padding: 56px 56px 56px;
    gap: 12px;
    justify-content: flex-start;
  }
}

#saharna-acc2-root .acc2-cottage-divider {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
  user-select: none;
  pointer-events: none;
}
#saharna-acc2-root .acc2-cottage-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.005em;
  margin: 0 0 6px;
  color: var(--acc2-ink);
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-cottage-title { font-size: 38px; }
}

#saharna-acc2-root .acc2-specs-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--acc2-ink);
  margin: 0 0 6px;
}
#saharna-acc2-root .acc2-specs-row .acc2-spec { display: inline-flex; align-items: center; gap: 6px; }
#saharna-acc2-root .acc2-specs-row .ico { color: var(--acc2-mute); font-size: 13px; }

#saharna-acc2-root .acc2-price-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--acc2-ink);
  margin: 8px 0 6px;
  padding-top: 14px;
  border-top: 1px solid #ebebeb;
}

/* ---- Amenity groups (compact) --------------------------------- */
#saharna-acc2-root .acc2-group { margin-top: 4px; }
#saharna-acc2-root .acc2-group-eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  color: var(--acc2-mute);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 6px 0 4px;
}
/* ---- Description, note, CTA ----------------------------------- */
#saharna-acc2-root .acc2-cottage-desc {
  font-size: 13px;
  line-height: 1.55;
  margin: 10px 0 4px;
  color: var(--acc2-ink);
  padding-top: 10px;
  border-top: 1px solid #ebebeb;
}
#saharna-acc2-root .acc2-cottage-note {
  font-size: 11px;
  font-style: italic;
  color: var(--acc2-mute);
  margin: 6px 0 4px;
}
#saharna-acc2-root .acc2-cta {
  display: block;
  background: var(--acc2-rose);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 13px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  transition: background .12s;
}
#saharna-acc2-root .acc2-cta:hover { background: #c4587a; color: #fff; }
#saharna-acc2-root .acc2-cta:focus { outline: 3px solid rgba(229,107,138,0.3); outline-offset: 2px; }

/* ---- Gallery -------------------------------------------------- */
#saharna-acc2-root .acc2-gallery {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ECE7DD 0%, #d8d2c4 100%);
  overflow: hidden;
}

/* Track is a horizontal scroll-snap container */
#saharna-acc2-root .acc2-gallery-track {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
#saharna-acc2-root .acc2-gallery-track::-webkit-scrollbar { display: none; }

#saharna-acc2-root .acc2-gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  background: #ECE7DD;
}
#saharna-acc2-root .acc2-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#saharna-acc2-root .acc2-gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--acc2-mute);
  background: repeating-linear-gradient(135deg, #ECE7DD 0 12px, #d8d2c4 12px 13px);
}

/* Counter (top-right pill) */
#saharna-acc2-root .acc2-gallery-counter {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255,255,255,0.92);
  padding: 4px 10px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  border-radius: 4px;
  pointer-events: none;
  color: var(--acc2-ink);
}

/* Prev / next arrows */
#saharna-acc2-root .acc2-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: var(--acc2-ink);
  border: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
  transition: background .12s;
}
#saharna-acc2-root .acc2-gallery-arrow:hover { background: #fff; }
#saharna-acc2-root .acc2-gallery-prev { left: 14px; }
#saharna-acc2-root .acc2-gallery-next { right: 14px; }

/* Mobile (under 1024) — slightly smaller */
@media (max-width: 1023px) {
  #saharna-acc2-root .acc2-gallery-arrow {
    width: 32px; height: 32px;
    background: rgba(255,255,255,0.85);
    font-size: 16px;
  }
}

/* Dots */
#saharna-acc2-root .acc2-gallery-dots {
  position: absolute;
  bottom: 18px;
  left: 0; right: 0;
  display: flex;
  gap: 6px;
  justify-content: center;
  z-index: 2;
}
#saharna-acc2-root .acc2-gallery-dot {
  width: 8px; height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,0.85);
  border: none;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(45,42,36,0.25);
  transition: width .15s, background .15s;
}
#saharna-acc2-root .acc2-gallery-dot.active {
  width: 22px;
  background: var(--acc2-rose);
  box-shadow: 0 0 0 1px transparent;
}

/* Single-photo gallery — hide all controls */
#saharna-acc2-root .acc2-gallery-single .acc2-gallery-counter,
#saharna-acc2-root .acc2-gallery-single .acc2-gallery-arrow,
#saharna-acc2-root .acc2-gallery-single .acc2-gallery-dots {
  display: none;
}

/* Sauna title kept on the regular ink color (was sage; user requested
   parity with cottage titles). */

/* Reguli de utilizare ▸ link — small rose text link */
#saharna-acc2-root .acc2-rules-link {
  display: inline-block;
  margin: 6px 0 0;
  padding: 0;
  color: #e56b8a;
  font-size: 12.5px;
  text-decoration: none;
  border-bottom: 1px dashed rgba(229, 107, 138, 0.5);
  align-self: flex-start;
  cursor: pointer;
  transition: color .12s, border-color .12s;
}
#saharna-acc2-root .acc2-rules-link:hover {
  color: #c95176;
  border-bottom-color: rgba(229, 107, 138, 0.8);
}

/* ---- Reguli popup --------------------------------------------- */
#saharna-acc2-rules-root.acc2-rules-overlay {
  position: fixed;
  inset: 0;
  background: rgba(38, 41, 50, 0.6);
  backdrop-filter: blur(2px);
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-family: 'Poppins', system-ui, sans-serif;
}
#saharna-acc2-rules-root[hidden] { display: none; }

#saharna-acc2-rules-root .acc2-rules-modal {
  position: relative;
  max-width: 460px;
  width: 100%;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  padding: 32px 28px 24px;
  color: #262626;
}

@media (max-width: 479px) {
  #saharna-acc2-rules-root.acc2-rules-overlay {
    padding: 0;
  }
  #saharna-acc2-rules-root .acc2-rules-modal {
    border-radius: 0;
    max-width: none;
    max-height: 100vh;
    height: 100vh;
    padding: 24px 20px 20px;
  }
}

#saharna-acc2-rules-root .acc2-rules-close {
  position: absolute;
  top: 12px; right: 12px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: #6b6b6b;
}
#saharna-acc2-rules-root .acc2-rules-close:hover {
  background: #ebebeb;
}

#saharna-acc2-rules-root .acc2-rules-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 22px;
  color: #83b89b;
  margin: 0 0 18px;
  padding-right: 36px;
  line-height: 1.15;
}

#saharna-acc2-rules-root .acc2-rules-section {
  margin-bottom: 14px;
}
#saharna-acc2-rules-root .acc2-rules-lead {
  font-size: 13px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 6px;
}
#saharna-acc2-rules-root .acc2-rules-glyph {
  display: inline-block;
  margin-right: 4px;
}
#saharna-acc2-rules-root .acc2-rules-list {
  margin: 0 0 0 4px;
  padding: 0 0 0 20px;
  font-size: 13px;
  line-height: 1.55;
  color: #262626;
}
#saharna-acc2-rules-root .acc2-rules-list li {
  margin-bottom: 2px;
}
#saharna-acc2-rules-root .acc2-rules-forbidden li::marker {
  color: #b42318;
  content: '⊘  ';
}

#saharna-acc2-rules-root .acc2-rules-closing {
  font-size: 12.5px;
  font-style: italic;
  color: #6b6b6b;
  margin: 14px 0 18px;
  line-height: 1.5;
}

#saharna-acc2-rules-root .acc2-rules-confirm {
  display: block;
  width: 100%;
  background: transparent;
  color: #83b89b;
  border: 1.5px solid #83b89b;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .12s, color .12s;
  font-family: 'Poppins', system-ui, sans-serif;
}
#saharna-acc2-rules-root .acc2-rules-confirm:hover {
  background: #83b89b;
  color: #fff;
}

/* ---- Inter-cottage blocks (intro paragraph + amenities grid) -- */
#saharna-acc2-root .acc2-intro-block,
#saharna-acc2-root .acc2-amenities-block {
  background: var(--acc2-paper);
  padding: 56px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-intro-block,
  #saharna-acc2-root .acc2-amenities-block {
    padding: 88px 40px;
  }
}

#saharna-acc2-root .acc2-block-divider {
  width: 220px;
  height: auto;
  opacity: 0.65;
  margin-bottom: 4px;
}

/* --- intro block paragraph --- */
#saharna-acc2-root .acc2-intro-block-text {
  max-width: 720px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--acc2-ink);
  margin: 0;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-intro-block-text {
    font-size: 17px;
    line-height: 1.75;
  }
}

/* --- amenities block heading + lead --- */
#saharna-acc2-root .acc2-amenities-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--acc2-ink);
  margin: 0;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-amenities-title {
    font-size: 36px;
  }
}
#saharna-acc2-root .acc2-amenities-lead {
  max-width: 720px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--acc2-ink);
  margin: 0 0 18px;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-amenities-lead {
    font-size: 17px;
    line-height: 1.75;
  }
}

/* --- amenities grid (4 × 2) --- */
#saharna-acc2-root .acc2-amenities-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px 10px;
  width: 100%;
  max-width: 880px;
  justify-items: center;
}
@media (max-width: 767px) {
  #saharna-acc2-root .acc2-amenities-grid {
    gap: 14px 4px;
    max-width: 100%;
  }
}

#saharna-acc2-root .acc2-amenity-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 90px;
}
#saharna-acc2-root .acc2-amenity-tile > img { border-radius: 10px; }
#saharna-acc2-root .acc2-amenity-icon {
  width: 28px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  #saharna-acc2-root .acc2-amenity-icon { width: 24px; }
}
@media (max-width: 1023.98px) {
  #saharna-acc2-root .acc2-amenity-tile .acc2-amenity-text { display: none; }
}
#saharna-acc2-root .acc2-amenity-tile .acc2-amenity-text {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: var(--acc2-ink);
  text-align: center;
}
#saharna-acc2-root .acc2-amenity-label {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: var(--acc2-ink);
  text-align: center;
}

/* ---- Despre + Photos ------------------------------------------ */
#saharna-acc2-root .acc2-despre {
  background: var(--acc2-paper);
  border-bottom: 1.25px solid var(--acc2-line);
  padding: 56px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-despre {
    padding: 88px 40px;
  }
}
#saharna-acc2-root .acc2-despre-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--acc2-ink);
  margin: 0;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-despre-title { font-size: 36px; }
}
#saharna-acc2-root .acc2-despre-text {
  max-width: 720px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--acc2-ink);
  margin: 0 0 18px;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-despre-text {
    font-size: 16px;
    line-height: 1.75;
  }
}
#saharna-acc2-root .acc2-despre-photos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 479px) {
  #saharna-acc2-root .acc2-despre-photos { gap: 6px; }
}
#saharna-acc2-root .acc2-despre-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #ECE7DD;
  overflow: hidden;
  border-radius: 6px;
}
#saharna-acc2-root .acc2-despre-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- Reviews -------------------------------------------------- */
#saharna-acc2-root .acc2-reviews {
  background: var(--acc2-paper);
  border-bottom: 1.25px solid var(--acc2-line);
  padding: 56px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-reviews {
    padding: 88px 40px;
  }
}
#saharna-acc2-root .acc2-reviews-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--acc2-ink);
  margin: 0;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-reviews-title { font-size: 36px; }
}
#saharna-acc2-root .acc2-reviews-attribution {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--acc2-mute);
  text-transform: uppercase;
  margin-bottom: 18px;
}

#saharna-acc2-root .acc2-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  max-width: 1080px;
}
@media (min-width: 768px) {
  #saharna-acc2-root .acc2-reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

#saharna-acc2-root .acc2-review-card {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 18px 18px 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
}

#saharna-acc2-root .acc2-review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#saharna-acc2-root .acc2-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #ebebeb;
}
#saharna-acc2-root .acc2-review-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
#saharna-acc2-root .acc2-review-author {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--acc2-ink);
  line-height: 1.2;
}
#saharna-acc2-root .acc2-review-stars {
  font-size: 13px;
  color: #f59e0b;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 2px;
}
#saharna-acc2-root .acc2-review-date {
  color: var(--acc2-mute);
  font-size: 11px;
  letter-spacing: 0;
  margin-left: 2px;
}
#saharna-acc2-root .acc2-review-text {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: var(--acc2-ink);
  margin: 0 0 14px;
  flex: 1 0 auto;
}
#saharna-acc2-root .acc2-review-photo {
  margin: 0 -18px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ECE7DD;
}
#saharna-acc2-root .acc2-review-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#saharna-acc2-root .acc2-reviews-link {
  display: inline-block;
  margin-top: 22px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--acc2-rose);
  text-decoration: none;
  border-bottom: 1px solid var(--acc2-rose);
  padding-bottom: 2px;
}
#saharna-acc2-root .acc2-reviews-link:hover {
  color: #c4587a;
  border-bottom-color: #c4587a;
}

/* ---- FAQ ------------------------------------------------------ */
#saharna-acc2-root .acc2-faq {
  background: var(--acc2-paper);
  border-bottom: 1.25px solid var(--acc2-line);
  padding: 56px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-faq {
    padding: 88px 40px;
  }
}

#saharna-acc2-root .acc2-faq-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--acc2-ink);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (min-width: 1024px) {
  #saharna-acc2-root .acc2-faq-title {
    font-size: 36px;
  }
}

#saharna-acc2-root .acc2-faq-list {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
}

#saharna-acc2-root .acc2-faq-item {
  border-top: 1px solid #ebebeb;
}
#saharna-acc2-root .acc2-faq-item:last-child {
  border-bottom: 1px solid #ebebeb;
}

#saharna-acc2-root .acc2-faq-q {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--acc2-ink);
  cursor: pointer;
  padding: 18px 36px 18px 0;
  list-style: none;
  position: relative;
  user-select: none;
  line-height: 1.4;
}
#saharna-acc2-root .acc2-faq-q::-webkit-details-marker { display: none; }
#saharna-acc2-root .acc2-faq-q::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--acc2-mute);
  font-weight: 300;
  line-height: 1;
  transition: color .12s;
}
#saharna-acc2-root .acc2-faq-item[open] .acc2-faq-q::after {
  content: '−';
  color: var(--acc2-rose);
}
#saharna-acc2-root .acc2-faq-q:hover {
  color: var(--acc2-rose);
}

#saharna-acc2-root .acc2-faq-a {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: var(--acc2-ink);
  padding: 0 36px 18px 0;
}
#saharna-acc2-root .acc2-faq-a p {
  margin: 0 0 8px;
}
#saharna-acc2-root .acc2-faq-a p:last-child {
  margin-bottom: 0;
}
#saharna-acc2-root .acc2-faq-a ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#saharna-acc2-root .acc2-faq-a ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
}
#saharna-acc2-root .acc2-faq-a ul li::before {
  content: '·';
  position: absolute;
  left: 4px;
  color: var(--acc2-rose);
  font-weight: 700;
}
#saharna-acc2-root .acc2-faq-a a {
  color: var(--acc2-rose);
  text-decoration: underline;
  text-underline-offset: 2px;
}
#saharna-acc2-root .acc2-faq-a a:hover {
  color: #c4587a;
}

/* ─── Plan 4 — amenity chips with icons ─────────────────────────────── */

#saharna-acc2-root .acc2-amenity {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    line-height: 1.4;
    color: #262626;
}
#saharna-acc2-root .acc2-amenity-glyph {
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    color: #e56b8a;
}
#saharna-acc2-root .acc2-amenity-glyph svg {
    display: block;
    width: 16px;
    height: 16px;
}

/* Desktop ≥1024px — Layout C: eyebrow stripe left + chips wrap right */
@media (min-width: 1024px) {
    #saharna-acc2-root .acc2-group {
        display: grid;
        grid-template-columns: 92px 1fr;
        gap: 16px;
        align-items: baseline;
        padding-top: 10px;
        border-top: 1px solid rgba(38, 38, 38, 0.12);
    }
    #saharna-acc2-root .acc2-cottage-info .acc2-group:first-of-type {
        border-top: none;
        padding-top: 0;
    }
    #saharna-acc2-root .acc2-group-eyebrow {
        padding-top: 3px;
    }
    #saharna-acc2-root .acc2-group-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 14px;
    }
}

/* Tablet/phone <1024px — Layout B: eyebrow above, 2-col chip grid */
@media (max-width: 1023.98px) {
    #saharna-acc2-root .acc2-group-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 12px;
    }
}
