/* ═══════════════════════════════════════════════
   MEDIA STORE — FILTERS & LOCATION CARDS
   ═══════════════════════════════════════════════ */

/* ── FILTER BAR ── */
.filter-panel {
  margin-bottom: 28px;
}
.filter-panel > summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1.5px solid var(--gray-300);
  border-radius: var(--r);
  background: var(--gray-50);
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  margin: 0 0 10px;
}
.filter-panel > summary:hover {
  border-color: var(--gray-400);
  background: var(--white);
}
.filter-summary-count {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: var(--gray-200);
  color: var(--gray-500);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.filter-summary-clear {
  margin-left: auto;
  border: 0;
  background: none;
  color: var(--gray-500);
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.filter-summary-clear:hover { color: var(--black); background: var(--gray-100); }
.filter-panel > summary::-webkit-details-marker { display: none; }
.filter-panel > summary::before {
  content: '';
  width: 17px;
  height: 17px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 3H2l8 9.46V19l4 2v-8.54L22 3z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 3H2l8 9.46V19l4 2v-8.54L22 3z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.filter-panel > summary::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.filter-panel[open] > summary::after {
  transform: rotate(-135deg) translateY(-1px);
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  padding: 24px;
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r);
  margin-bottom: 0;
  box-shadow: var(--cards-shadow);
}
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 160px;
  flex: 1;
}
.filter-group label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--gray-600);
}
.filter-group label[data-lang="pt"] { display: none; }
body.lang-pt .filter-group label[data-lang="en"] { display: none; }
body.lang-pt .filter-group label[data-lang="pt"] { display: inline-flex; }
.filter-select-wrap {
  position: relative;
}
.filter-select-wrap::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: var(--gray-500);
  pointer-events: none;
  z-index: 1;
}
.filter-select-wrap.is-city::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}
.filter-select-wrap.is-screen::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 20h8'/%3E%3Cpath d='M12 16v4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 20h8'/%3E%3Cpath d='M12 16v4'/%3E%3C/svg%3E") center / contain no-repeat;
}
.filter-select-wrap.is-environment::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M6 21V7l6-4 6 4v14'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M6 21V7l6-4 6 4v14'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.filter-select-wrap.is-country::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.filter-select-wrap.is-region::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 2 7 12 12 22 7 12 2'/%3E%3Cpolyline points='2 17 12 22 22 17'/%3E%3Cpolyline points='2 12 12 17 22 12'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 2 7 12 12 22 7 12 2'/%3E%3Cpolyline points='2 17 12 22 22 17'/%3E%3Cpolyline points='2 12 12 17 22 12'/%3E%3C/svg%3E") center / contain no-repeat;
}
.filter-select-wrap.is-format::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") center / contain no-repeat;
}
.filter-group select {
  width: 100%;
  padding: 10px 14px 10px 40px;
  border: 1.5px solid var(--gray-200);
  border-radius: 8px;
  background: var(--white);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  transition: border-color .15s;
}
.filter-group select:hover { border-color: var(--gray-400); }
.filter-group select:focus { border-color: var(--black); outline: none; }
.filter-results-count {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray-500);
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  min-width: 60px;
}
.filter-reset {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
.filter-reset button {
  border: 0;
  background: var(--gray-100);
  color: var(--gray-600);
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: background .15s, color .15s;
}
.filter-reset button:hover {
  background: var(--gray-200);
  color: var(--black);
}

/* ── FEATURED NETWORK LOCATION CARDS ── */
.featured-location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}
.featured-location-cards {
  background: var(--white);
  border: 1.5px solid var(--cards-border);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--cards-shadow);
}
.featured-location-image {
  height: 200px;
  overflow: hidden;
}
.featured-location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.featured-location-body {
  padding: 24px;
}
.featured-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.featured-location-body h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 8px;
}
.featured-location-body p {
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.65;
  margin-bottom: 16px;
}
.map-toggle {
  border-top: 1px solid var(--gray-200);
}
.map-toggle-btns {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 24px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: none;
  border: none;
  text-align: left;
  color: inherit;
}
.map-toggle-btns:hover { background: var(--gray-50); }
.map-toggle-icon { font-size: 20px; line-height: 1; flex-shrink: 0; margin-left: 12px; }
.network-panel {
  border: 1.5px solid var(--cards-border);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--cards-shadow);
  margin-bottom: 8px;
  animation: slideDown 0.18s ease;
}
.network-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  background: var(--gray-50);
  border-bottom: 1px solid var(--cards-border);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.network-panel-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 2px 8px;
  color: var(--gray-500);
  border-radius: 4px;
}
.network-panel-close:hover { color: var(--black); background: var(--gray-200); }
.network-panel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
  padding: 16px 24px;
}
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.network-location-list {
  display: grid;
  gap: 8px;
  padding: 0 24px 24px;
  background: var(--white);
}
.network-location-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--gray-50);
}
.network-location-row strong {
  min-width: 0;
  font-size: 13px;
  font-weight: 900;
}
.network-location-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.network-location-row .btns {
  min-height: 32px;
  padding: 0 12px;
  font-size: 10px;
}
.embedded-map {
  position: relative;
  width: 100%;
  min-height: 260px;
  background: var(--gray-50);
  overflow: hidden;
}
.embedded-map::before {
  content: '';
  position: absolute;
  inset: 18px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 42px 42px;
}
.embedded-map::after {
  content: '';
  position: absolute;
  inset: 42px 68px;
  border: 2px solid rgba(0,0,0,0.12);
  border-radius: 48% 52% 45% 55%;
}
.embedded-map.rio::after {
  border-radius: 55% 45% 60% 40%;
  transform: rotate(-8deg);
}
.embedded-map-pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
.embedded-map-pin::before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--yellow);
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.embedded-map-pin span {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: var(--black);
  background: var(--white);
  padding: 2px 7px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
  white-space: nowrap;
}

/* ── LOCATION RESULTS LIST ── */
.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}
.location-cards {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: var(--white);
  border: 1.5px solid var(--cards-border);
  border-radius: 12px;
  box-shadow: var(--cards-shadow);
  overflow: hidden;
  transition: border-color .15s, background .15s;
  cursor: default;
}
.location-cards:hover {
  border-color: var(--gray-400);
  background: var(--gray-50);
}
.location-cards-image {
  position: relative;
  height: 108px;
  background: var(--gray-100);
}
.location-cards-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.location-cards-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.18));
}
.location-cards-info {
  display: flex;
  flex-direction: column;
  min-height: 132px;
  padding: 13px;
}
.location-cards-info h4 {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 5px;
}
.location-cards-info p {
  font-size: 11px;
  color: var(--gray-500);
  font-weight: 700;
  margin-bottom: 11px;
}
.location-cards-info .btns {
  margin-top: auto;
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  font-size: 10px;
}
.location-load-more {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
.location-load-more[hidden] {
  display: none;
}

/* ── RESERVATION MODAL ── */
.reservation-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,0.62);
  z-index: 2000;
}
.reservation-modal.is-open {
  display: flex;
}
.reservation-dialog {
  width: min(920px, 100%);
  max-height: min(90vh, 920px);
  overflow: auto;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.35);
}
.reservation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 32px;
  border-bottom: 1px solid var(--gray-200);
}
.reservation-header h3 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.15;
}
.reservation-close {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--gray-700);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}
.reservation-content {
  padding: 32px;
}
.reservation-section-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 18px;
}
.reservation-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 34px;
}
.reservation-option {
  position: relative;
  display: block;
}
.reservation-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.reservation-option-cards {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 8px;
  padding: 22px 14px;
  border: 1.5px solid var(--gray-200);
  border-radius: 8px;
  background: var(--gray-50);
  cursor: pointer;
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.reservation-option input:checked + .reservation-option-cards {
  border-color: var(--black);
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--black);
}
.reservation-option-cards::before {
  content: '';
  width: 28px;
  height: 28px;
  border: 2px solid var(--gray-400);
  border-radius: 50%;
}
.reservation-option input:checked + .reservation-option-cards::before {
  border-color: var(--black);
  background: radial-gradient(circle, var(--black) 0 38%, transparent 42%);
}
.reservation-option strong {
  font-size: 21px;
  font-weight: 800;
}
.reservation-option span {
  color: var(--gray-600);
  font-size: 15px;
  line-height: 1.35;
}
.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
}
.reservation-price {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 16px;
  margin: 4px 0 16px;
  font-size: 28px;
  font-weight: 900;
}
.reservation-note {
  text-align: right;
  color: var(--gray-600);
  margin-bottom: 24px;
}
.reservation-submit {
  width: 100%;
  min-height: 62px;
  border-radius: 8px;
}

/* ── CONTACT MODAL ── */
.contact-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,0.62);
  z-index: 2100;
}
.contact-modal.is-open { display: flex; }
.contact-dialog {
  width: min(520px, 100%);
  max-height: min(92vh, 720px);
  overflow: auto;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.35);
}
.contact-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 28px 18px;
  border-bottom: 1px solid var(--gray-200);
}
.contact-modal-header h3 { font-size: 22px; font-weight: 900; line-height: 1.2; }
.contact-modal-header p { font-size: 13px; color: var(--gray-500); margin-top: 4px; }
.contact-modal-close {
  width: 40px; height: 40px; flex-shrink: 0;
  border: 0; background: transparent;
  color: var(--gray-600); font-size: 30px; line-height: 1; cursor: pointer;
}
.contact-modal-body { padding: 24px 28px 28px; }
.contact-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.contact-field label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.6px;
  text-transform: uppercase; color: var(--gray-600);
}
.contact-field input,
.contact-field textarea,
.contact-field select {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--gray-200);
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  color: var(--black);
  background: var(--white);
  transition: border-color .15s;
}
.contact-field input:focus,
.contact-field textarea:focus,
.contact-field select:focus { border-color: var(--black); outline: none; }
.contact-field textarea { resize: vertical; min-height: 90px; }
.contact-submit-btns {
  width: 100%; min-height: 54px; border-radius: 8px; margin-top: 6px;
  font-size: 15px;
}

/* ── RESERVATION FORMAT GRID ── */
.res-format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}
.res-format-cards {
  min-height: 170px;
  height: 100%;
  gap: 6px;
}
.res-format-name {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
}
.res-format-name em { font-style: normal; font-weight: 600; font-size: 11px; display: block; }
.res-format-price {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.res-format-price sup { font-size: 14px; vertical-align: sub; }
.res-discount {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.3px;
}
.res-format-stats {
  font-size: 10px;
  color: var(--gray-500);
  text-align: center;
  line-height: 1.5;
}
/* ── OPTIONAL SERVICES ── */
.res-optionals { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.res-optional-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1.5px solid var(--gray-200);
  border-radius: 8px;
  background: var(--gray-50);
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.res-optional-item:hover { border-color: var(--gray-400); background: var(--white); }
.res-optional-item input[type="checkbox"] {
  width: 18px; height: 18px; flex-shrink: 0;
  accent-color: var(--black); cursor: pointer;
}
.res-optional-body { display: flex; justify-content: space-between; align-items: center; flex: 1; gap: 8px; }
.res-optional-name { font-size: 13px; font-weight: 700; }
.res-optional-price { font-size: 13px; color: var(--gray-600); white-space: nowrap; }
.res-optional-price del { color: var(--gray-400); margin-right: 4px; }
.res-optional-price strong { color: var(--black); }
/* ── CUSTOM REQUEST TEXTAREA ── */
.res-textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px 14px;
  border: 1.5px solid var(--gray-200);
  border-radius: 8px;
  font-family: inherit;
  font-size: 13px;
  color: var(--black);
  resize: vertical;
  margin-bottom: 24px;
  transition: border-color .15s;
}
.res-textarea:focus { border-color: var(--black); outline: none; }
.res-textarea::placeholder { color: var(--gray-400); }

/* ── RESPONSIVE ── */
@media (max-width: 1023px) {
  .filter-group { min-width: 140px; }
  .featured-location-grid { grid-template-columns: 1fr; }
  .reservation-options { grid-template-columns: repeat(2, 1fr); }
  .res-format-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .filter-bar { flex-direction: column; gap: 12px; padding: 16px; }
  .filter-group { min-width: 100%; }
  .filter-reset { width: 100%; padding-bottom: 0; }
  .filter-reset button { width: 100%; justify-content: center; }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-location-body { padding: 20px; }
  .embedded-map { min-height: 220px; }
  .network-location-list { padding: 0 16px 18px; }
  .network-location-row { grid-template-columns: minmax(0, 1fr) auto; }
  .network-location-row .btns { grid-column: 1 / -1; width: 100%; }
  .reservation-modal { padding: 12px; }
  .reservation-header,
  .reservation-content { padding: 22px 18px; }
  .reservation-options { grid-template-columns: 1fr; }
  .reservation-note,
  .reservation-price { text-align: left; justify-content: flex-start; }
  .res-format-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-modal { padding: 12px; }
  .contact-modal-header,
  .contact-modal-body { padding: 18px; }
}