:root {
  --ink: #111827;
  --muted: #5f646d;
  --line: #e8e0df;
  --soft: #faf5f4;
  --accent: #ff6464;
  --accent-dark: #df5050;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(17, 24, 39, .08);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 920px; }
.section { padding: 92px 0; }
.section-soft { background: var(--soft); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 5vw, 70px);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.04);
}
.logo img { width: 54px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.main-nav a:not(.btn) { color: #252934; }
.main-nav a:hover { color: var(--accent); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 38px; color: var(--accent); cursor: pointer; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(255,100,100,.22);
}
.btn:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-small { min-height: 38px; padding-inline: 18px; }
.text-link { color: var(--accent); border-bottom: 1px solid var(--accent); font-size: 13px; font-weight: 600; }

h1, h2, h3 { margin: 0; font-family: var(--serif); line-height: .98; text-transform: uppercase; letter-spacing: .015em; }
h1 { font-size: clamp(42px, 5.3vw, 78px); max-width: 610px; }
h2 { font-size: clamp(30px, 3.2vw, 48px); }
h3 { font-size: 19px; }
p { margin: 0; color: var(--muted); }

.hero { padding: 66px 0 70px; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.35fr; gap: 52px; align-items: center; }
.hero-copy p { max-width: 440px; margin: 28px 0 24px; }
.hero-images { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: end; }
.image-card { border-radius: 14px; object-fit: cover; box-shadow: var(--shadow); }
.image-tall { width: 100%; height: 310px; }
.intro-note { padding-top: 58px; }
.intro-note p { max-width: 650px; font-size: 14px; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; }
.align-center { align-items: center; }
.about-image { width: 100%; height: 520px; }
.copy-block p { margin: 24px 0 22px; max-width: 580px; }
.eyebrow { display: block; width: 58px; height: 2px; margin-bottom: 22px; background: var(--accent); }
.centered { text-align: center; max-width: 620px; margin: 0 auto 58px; }
.centered-line { margin-inline: auto; }

.service-list { background: var(--soft); border-radius: 14px; padding: 26px 44px; }
.service-item { display: grid; grid-template-columns: 64px 1fr 180px; gap: 32px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-item:last-child { border-bottom: 0; }
.service-number { color: var(--accent); font-family: var(--serif); font-size: 27px; }
.service-item p { margin-top: 8px; font-size: 14px; }
.service-item img { width: 180px; height: 96px; object-fit: cover; border-radius: 10px; }

.banner { position: relative; color: #fff; background-size: cover; background-position: center; }
.banner::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.banner-play { background-image: url('https://mayaguezresortsportscomplex.com/home/wp-content/uploads/2026/03/pexels-photo-5274802-5274802-1024x684.jpg'); }
.banner-final { background-image: url('https://mayaguezresortsportscomplex.com/home/wp-content/uploads/2026/03/unnamed-5-1024x768.jpg'); }
.banner-inner, .center-banner { position: relative; z-index: 1; min-height: 235px; display: grid; align-items: center; }
.banner-inner { grid-template-columns: .8fr 1.1fr auto; gap: 40px; }
.banner h2, .banner p { color: #fff; }
.banner p { opacity: .9; }
.center-banner { text-align: center; justify-items: center; padding: 70px 0; }
.center-banner p { margin: 14px 0 24px; max-width: 680px; }

.feature-row { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.feature-row h3 { font-family: var(--sans); text-transform: none; letter-spacing: 0; font-size: 18px; line-height: 1.25; }
.feature-row p { font-size: 14px; }
.why-image { width: 100%; height: 520px; }

.review-image-wrap { position: relative; }
.review-image-wrap img { height: 390px; width: 100%; object-fit: cover; }
.quote-mark { position: absolute; z-index: 2; top: -28px; left: 0; color: var(--accent); font-family: var(--serif); font-size: 92px; line-height: 1; }
blockquote { margin: 28px 0 18px; color: #383d45; font-size: 15px; }
.review-author { color: var(--ink); font-weight: 600; }
.review-author span { color: var(--muted); font-weight: 400; margin-left: 4px; }

.gallery { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.25fr; grid-auto-rows: 190px; gap: 16px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.gallery .span-2 { grid-row: span 2; }

.site-footer { padding: 28px 24px 56px; text-align: center; font-size: 12px; }
.site-footer p { color: #343943; }

@media (max-width: 850px) {
  .site-header { height: 66px; }
  .main-nav {
    position: absolute;
    inset: 66px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px; }
  .menu-toggle { display: block; }
  .container { width: min(100% - 28px, 680px); }
  .section { padding: 64px 0; }
  .hero { padding-top: 38px; }
  .hero-grid, .two-col, .banner-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-images { grid-template-columns: 1fr; gap: 18px; }
  .image-tall, .about-image, .why-image, .review-image-wrap img { height: auto; aspect-ratio: 1.45 / 1; }
  h1 { font-size: clamp(36px, 11vw, 54px); }
  h2 { font-size: clamp(27px, 8vw, 38px); }
  .intro-note { padding-top: 28px; }
  .service-list { padding: 18px; }
  .service-item { grid-template-columns: 1fr; gap: 14px; padding: 28px 0; }
  .service-item img { width: 100%; height: auto; aspect-ratio: 1.15 / 1; }
  .feature-row { grid-template-columns: 1fr; gap: 8px; }
  .banner-inner { padding: 46px 0; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery img, .gallery .span-2 { height: auto; aspect-ratio: 1.28 / 1; grid-row: auto; }
}
