/* Repair pass: legal pages match the centered React legal template. */
.legal-page {
  padding: 128px 32px 80px !important;
}
.legal-page > .eyebrow,
.legal-page > h1,
.legal-page > .legal-content {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}
.legal-page > .eyebrow {
  margin-bottom: 24px;
}
.legal-page > h1 {
  font-size: clamp(32px, 4vw, 56px) !important;
  line-height: 1.1 !important;
  margin-bottom: 16px !important;
}
.legal-content {
  width: 100%;
  max-width: 896px !important;
  text-align: left;
}
.legal-content p,
.legal-content li {
  max-width: 100%;
  font-size: 15px;
}
.legal-content ul {
  padding-left: 24px;
}

/* Repair pass: complete Lifestyle page sections from the React source. */
.mall-intro {
  display: flex;
  gap: 64px;
  align-items: center;
  margin-bottom: 72px;
}
.mall-intro > div:first-child {
  width: 55%;
}
.mall-image {
  width: 45%;
  display: flex;
  justify-content: center;
}
.mall-image img {
  max-height: 560px;
  width: auto;
  object-fit: contain;
}
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 24px;
}
.tag-cloud span {
  font: 700 12px/1 var(--heading);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(36,29,25,.82);
}
.tag-cloud span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 10px;
  vertical-align: middle;
}
.mall-pillars,
.mall-manifesto,
.mall-signature,
.mall-premium,
.mall-contact,
.cowork-block {
  margin-top: 72px;
}
.mall-pillars h3,
.cowork-block h3 {
  font: 400 clamp(32px, 4vw, 56px)/1.1 var(--serif);
  margin: 0 0 44px;
}
.five-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
}
.five-grid article {
  background: var(--bg);
  padding: 28px;
}
.five-grid article > span,
.package-grid article > span,
.club-pillars span {
  font: 700 10px/1 var(--heading);
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--accent);
}
.five-grid h4 {
  font: 400 28px/1.15 var(--serif);
  margin: 18px 0;
}
.five-grid p {
  font-style: italic;
  font-size: 14px;
}
.mall-manifesto,
.mall-premium,
.private-workspace > p,
.creative-hub {
  max-width: 780px;
}
.mall-manifesto p {
  font: 400 clamp(20px, 2vw, 28px)/1.55 var(--serif);
  color: rgba(36,29,25,.9);
  margin: 16px 0;
}
.mall-manifesto p:nth-child(n+4) {
  color: var(--muted);
}
.mall-signature {
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 54px 0;
}
.mall-signature h3 {
  font: 400 clamp(34px, 4vw, 56px)/1.1 var(--serif);
  margin: 0 0 14px;
}
.mall-signature p {
  font: 700 14px/1.5 var(--heading);
  letter-spacing: .2em;
  text-transform: uppercase;
}
.mall-premium blockquote {
  font: italic clamp(24px, 3vw, 36px)/1.4 var(--serif);
  margin: 20px 0;
  color: rgba(36,29,25,.9);
}
.mall-contact {
  border-top: 1px solid var(--line);
  padding-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.mall-contact p {
  margin: 0 0 10px;
}
.cowork-section .venue-flex {
  align-items: center;
}
.feature-icons {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 24px;
  text-align: center;
}
.feature-icons article img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto 16px;
  filter: invert(1);
  mix-blend-mode: multiply;
}
.feature-icons b {
  font: 700 13px/1.25 var(--heading);
}
.package-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}
.package-grid article {
  background: var(--bg);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.package-grid h4 {
  font: 800 32px/1 var(--heading);
  margin: 18px 0 4px;
}
.package-grid h4 small {
  font: 400 12px/1 var(--body);
  color: var(--muted);
}
.package-grid em {
  font: italic 12px/1.4 var(--body);
  color: var(--muted);
  margin-bottom: 18px;
}
.package-grid ul {
  padding: 0;
  margin: auto 0 0;
  list-style: none;
}
.package-grid li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  position: relative;
  padding-left: 14px;
  margin: 8px 0;
}
.package-grid li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.private-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: 32px;
}
.private-grid article {
  background: var(--bg);
  color: var(--muted);
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 24px 28px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}
.private-grid article:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: .58em;
}
.lifestyle-bullets {
  margin-bottom: 30px !important;
}
.lifestyle-bullets li {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-left: 0 !important;
}
.lifestyle-bullets li:before {
  position: static !important;
  display: block;
  margin-top: .58em;
}
.lifestyle-club-section {
  text-align: center;
}
.centered-copy {
  max-width: 1040px;
  margin: 0 auto;
}
.club-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  text-align: left;
  margin-top: 48px;
}
.club-sign {
  font: 400 30px/1.2 var(--serif);
  color: var(--fg);
  margin-top: 58px;
}
.luxury-copy {
  max-width: 780px;
  margin: 96px auto 0;
  text-align: center;
}
.luxury-copy p {
  font-size: 18px;
}
.luxury-copy blockquote {
  font: italic clamp(26px, 3vw, 38px)/1.45 var(--serif);
  margin: 36px 0;
  color: var(--fg);
}
.luxury-copy > div {
  border-top: 1px solid var(--line);
  padding-top: 46px;
  margin-top: 46px;
}
.luxury-copy h3 {
  font: 400 clamp(28px, 3vw, 44px)/1.2 var(--serif);
}

/* Final polish: footer alignment, membership benefits and Gardens restaurant. */
.site-footer {
  padding-top: 58px;
}
.footer-grid {
  grid-template-columns: minmax(280px, 5fr) minmax(230px, 3fr) minmax(120px, 1.6fr) minmax(130px, 1.6fr) !important;
  column-gap: clamp(36px, 5vw, 72px) !important;
  row-gap: 40px;
  align-items: start;
}
.footer-grid > div {
  min-width: 0;
}
.footer-grid > div:first-child p {
  max-width: 390px;
}
.site-footer h4 {
  margin: 0 0 22px;
}
.site-footer p,
.site-footer a {
  font-size: 13px !important;
  line-height: 1.65 !important;
}
.footer-grid > div:nth-child(3) a,
.footer-grid > div:nth-child(4) a {
  margin-bottom: 9px;
}
.legal-links {
  align-items: center;
  gap: 10px 22px !important;
  margin-top: 40px !important;
}
.legal-links a {
  margin: 0 !important;
  line-height: 1.4 !important;
}
.copyright {
  display: block;
  margin-top: 18px;
}

.membership-section {
  align-items: stretch;
}
.membership-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefit {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  column-gap: 16px !important;
  align-items: start;
  padding: 18px 0 !important;
}
.benefit span {
  margin-top: 2px;
  width: 22px !important;
  height: 22px !important;
}
.benefit .padel-icon {
  width: 13px;
  height: 13px;
}
.benefit p {
  margin: 0 !important;
  line-height: 1.55;
}
.membership-right .btn {
  width: fit-content;
  margin-top: 44px;
}
.membership-right small {
  display: block;
  margin-top: 14px;
  color: rgba(36,29,25,.55);
  font-size: 11px;
}

.nav-weather {
  display: flex;
  align-items: stretch;
  gap: 0;
  color: var(--fg);
  margin-left: 4px;
}
.weather-location,
.weather-temp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  min-height: 40px;
}
.weather-location .padel-icon,
.weather-temp .padel-icon {
  width: 12px;
  height: 12px;
  color: var(--accent);
}
.weather-location span {
  font-family: var(--heading);
  font-size: 8px;
  letter-spacing: .15em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 3px;
}
.weather-temp strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--heading);
  font-size: 14px;
  line-height: 1;
}
.weather-temp > .padel-icon {
  display: inline-block;
}
.weather-temp small {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  font-family: var(--heading);
  font-size: 7px;
  line-height: 1;
  letter-spacing: .15em;
  color: #ef4444;
  text-transform: uppercase;
  font-weight: 700;
}
.weather-temp small i {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239,68,68,.16);
}

.venue-section[class*="venue-"] .venue-flex {
  align-items: flex-start;
}
.venue-section[class*="venue-"] .venue-copy > p {
  margin-bottom: 30px;
}
.venue-logo.logo-black {
  filter: none !important;
  mix-blend-mode: normal !important;
}
.restaurant-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.restaurant-hours li {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(210px, auto);
  gap: 20px;
  align-items: baseline;
  border-bottom: 1px solid rgba(217,208,196,.75);
  padding: 7px 0;
  font-size: 14px;
}
.restaurant-hours li span {
  color: var(--muted);
}
.restaurant-hours li strong {
  font-weight: 600;
  text-align: right;
}
.hours-note {
  margin-top: 12px !important;
  font-size: 12px !important;
  font-style: italic;
}
.restaurant-contact p,
.restaurant-contact a {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px !important;
  color: var(--muted);
}
.restaurant-contact a:hover {
  color: var(--fg);
}
.contact-icon {
  color: var(--accent);
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.contact-icon .padel-icon {
  width: 16px;
  height: 16px;
}

@media (max-width: 980px) {
  .legal-page {
    padding: 112px 24px 64px !important;
  }
  .mall-intro,
  .mall-contact {
    display: block;
  }
  .mall-intro > div:first-child,
  .mall-image {
    width: 100%;
  }
  .mall-image {
    margin-top: 36px;
  }
  .five-grid,
  .feature-icons,
  .package-grid,
  .private-grid,
  .club-pillars {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
  .legal-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px !important;
  }
  .nav-weather {
    display: none;
  }
  .membership-right {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .restaurant-hours li {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .restaurant-hours li strong {
    text-align: left;
  }
}
