/* =========================================================================
   Grand Palms Resort & Casino — design system
   Deep navy base + brass/gold accent + a restrained gulf-coast teal for
   spa/pool moments. System-font serif + sans pairing (no web fonts, no
   CDN): a classic high-contrast display serif for headings, a clean
   system sans for body copy. Art-deco resort signage cues: hairline gold
   rules, corner brackets, diamond dividers. Hand-written, no framework.
   ========================================================================= */

:root {
  --gpr-navy-950: #050b14;
  --gpr-navy-900: #0a1626;
  --gpr-navy-800: #0f2036;
  --gpr-navy-700: #16304d;
  --gpr-navy-600: #1f3f63;
  --gpr-line: rgba(230, 200, 118, 0.10);
  --gpr-line-strong: rgba(230, 200, 118, 0.22);
  --gpr-gold: #c9a24b;
  --gpr-gold-light: #e6c876;
  --gpr-gold-dark: #9c7a2f;
  --gpr-teal: #2f9e94;
  --gpr-teal-light: #57c2b8;
  --gpr-white: #ffffff;
  --gpr-ivory: #f5efe1;
  --gpr-stone-100: #e9e4d8;
  --gpr-stone-300: #c6c1b2;
  --gpr-stone-500: #938d7d;
  --gpr-stone-600: #6f6a5c;

  --gpr-font-display: Didot, 'Bodoni MT', 'Big Caslon', 'Times New Roman', Georgia, serif;
  --gpr-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;

  --gpr-wrap-w: 1220px;
  --gpr-radius: 4px;
  --gpr-radius-sm: 2px;
  --gpr-shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.4);
  --gpr-shadow-md: 0 18px 40px rgba(0, 0, 0, 0.5);
  --gpr-shadow-glow: 0 20px 44px rgba(201, 162, 75, 0.18);
  --gpr-ease: 240ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.gpr-body {
  margin: 0;
  font-family: var(--gpr-font-body);
  color: var(--gpr-stone-300);
  background: var(--gpr-navy-900);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; }
h1, h2, h3, h4 {
  font-family: var(--gpr-font-display);
  color: var(--gpr-ivory);
  line-height: 1.16;
  margin: 0 0 0.5em;
  font-weight: 700;
  letter-spacing: 0.002em;
}
p { margin: 0 0 1em; color: var(--gpr-stone-300); }
address { font-style: normal; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

.gpr-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gpr-gold);
  color: var(--gpr-navy-950);
  padding: 0.75em 1.25em;
  z-index: 1000;
  font-weight: 700;
}
.gpr-skip:focus { left: 1em; top: 1em; }

.gpr-wrap {
  width: 100%;
  max-width: var(--gpr-wrap-w);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Rule / divider ornament ---------- */
.gpr-rule {
  display: block;
  width: 64px;
  height: 1px;
  margin: 14px 0 18px;
  background: linear-gradient(90deg, var(--gpr-gold) 0%, transparent 100%);
  position: relative;
}
.gpr-rule::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: var(--gpr-gold);
}
.gpr-section__head .gpr-rule,
.gpr-page-header .gpr-rule { margin-left: auto; margin-right: auto; }
.gpr-section__head.gpr-left .gpr-rule { margin-left: 0; margin-right: 0; }

/* ---------- Buttons ---------- */
.gpr-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.9em 1.9em;
  border-radius: var(--gpr-radius-sm);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform var(--gpr-ease), box-shadow var(--gpr-ease), background var(--gpr-ease), color var(--gpr-ease), border-color var(--gpr-ease);
  border: 1px solid transparent;
  cursor: pointer;
}
.gpr-btn--primary {
  background: linear-gradient(135deg, var(--gpr-gold-light), var(--gpr-gold));
  color: var(--gpr-navy-950);
}
.gpr-btn--primary:hover { background: var(--gpr-gold-light); transform: translateY(-2px); box-shadow: var(--gpr-shadow-glow); }
.gpr-btn--ghost {
  background: transparent;
  border-color: var(--gpr-line-strong);
  color: var(--gpr-stone-100);
}
.gpr-btn--ghost:hover { border-color: var(--gpr-gold); color: var(--gpr-gold-light); transform: translateY(-2px); }
.gpr-btn--panel {
  background: var(--gpr-navy-700);
  color: var(--gpr-stone-100);
  border-color: var(--gpr-line);
}
.gpr-btn--panel:hover { border-color: var(--gpr-gold); transform: translateY(-2px); }
.gpr-btn--block { display: flex; justify-content: center; width: 100%; }

/* ---------- Topbar ---------- */
.gpr-topbar { background: var(--gpr-navy-950); border-bottom: 1px solid var(--gpr-line); }
.gpr-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  font-size: 0.78rem;
  color: var(--gpr-stone-500);
}
.gpr-topbar__info { display: flex; align-items: center; gap: 10px; }
.gpr-topbar__info a { color: var(--gpr-stone-300); font-weight: 600; }
.gpr-topbar__info a:hover { color: var(--gpr-gold-light); }
.gpr-topbar__dot { color: var(--gpr-gold-dark); font-size: 0.6rem; }
.gpr-topbar__cta { color: var(--gpr-gold-light); font-weight: 700; letter-spacing: 0.03em; }
.gpr-topbar__cta:hover { color: var(--gpr-gold); }
@media (max-width: 720px) { .gpr-topbar { display: none; } }

/* ---------- Header ---------- */
.gpr-header {
  background: rgba(10, 22, 38, 0.94);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--gpr-line);
  position: sticky;
  top: 0;
  z-index: 200;
}
.gpr-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.gpr-brand { display: flex; align-items: center; gap: 14px; }
.gpr-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--gpr-gold);
  color: var(--gpr-gold-light);
  font-family: var(--gpr-font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  background: rgba(201, 162, 75, 0.07);
}
.gpr-brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.gpr-brand__name { color: var(--gpr-ivory); font-family: var(--gpr-font-display); font-size: 1.28rem; font-weight: 700; }
.gpr-brand__tag { color: var(--gpr-gold-dark); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; }

.gpr-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 260;
}
.gpr-nav-toggle span {
  display: block;
  height: 1px;
  background: var(--gpr-stone-100);
  transition: transform var(--gpr-ease), opacity var(--gpr-ease);
}
.gpr-nav-toggle.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.gpr-nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.gpr-nav-toggle.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.gpr-nav { display: flex; align-items: center; gap: 30px; }
.gpr-nav__list { display: flex; align-items: center; gap: 22px; }
.gpr-nav__item > a {
  color: var(--gpr-stone-300);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 8px 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: border-color var(--gpr-ease), color var(--gpr-ease);
}
.gpr-nav__item > a:hover,
.gpr-nav__item.is-active > a { border-color: var(--gpr-gold); color: var(--gpr-white); }
.gpr-nav__cta { padding: 0.62em 1.4em; font-size: 0.78rem; }

@media (max-width: 980px) {
  .gpr-nav-toggle { display: flex; }
  .gpr-nav {
    position: fixed;
    inset: 0;
    left: 30%;
    background: var(--gpr-navy-950);
    border-left: 1px solid var(--gpr-line);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 40px;
    transform: translateX(100%);
    transition: transform var(--gpr-ease);
    z-index: 250;
  }
  .gpr-nav.is-open { transform: translateX(0); }
  .gpr-nav__list { flex-direction: column; align-items: flex-start; gap: 4px; width: 100%; }
  .gpr-nav__item { width: 100%; border-bottom: 1px solid var(--gpr-line); }
  .gpr-nav__item > a { display: block; padding: 16px 0; font-size: 1.02rem; }
  .gpr-nav__cta { margin-top: 24px; width: 100%; justify-content: center; }
}
@media (max-width: 460px) { .gpr-nav { left: 0; padding: 32px 24px; } }

/* ---------- Hero ---------- */
.gpr-hero {
  position: relative;
  background:
    radial-gradient(circle at 88% 6%, rgba(201, 162, 75, 0.16), transparent 40%),
    radial-gradient(circle at 4% 90%, rgba(47, 158, 148, 0.14), transparent 44%),
    var(--gpr-navy-900);
  padding: 92px 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--gpr-line);
}
.gpr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(115deg, rgba(230, 200, 118, 0.05) 0, rgba(230, 200, 118, 0.05) 1px, transparent 1px, transparent 64px);
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.85), transparent 72%);
  pointer-events: none;
}
.gpr-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
  padding-bottom: 68px;
}
.gpr-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gpr-gold-light);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.gpr-hero__eyebrow::before { content: ""; width: 7px; height: 7px; transform: rotate(45deg); background: var(--gpr-gold); }
.gpr-hero h1 { font-size: clamp(2.15rem, 4.1vw, 3.35rem); max-width: 16ch; }
.gpr-hero__lede { color: var(--gpr-stone-300); font-size: 1.08rem; max-width: 50ch; }
.gpr-hero__actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.gpr-hero__panel {
  position: relative;
  background: var(--gpr-navy-800);
  border: 1px solid var(--gpr-line-strong);
  border-radius: var(--gpr-radius);
  padding: 28px;
  box-shadow: var(--gpr-shadow-md);
}
.gpr-hero__panel::before, .gpr-hero__panel::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gpr-gold);
}
.gpr-hero__panel::before { top: -1px; left: -1px; border-right: none; border-bottom: none; }
.gpr-hero__panel::after { bottom: -1px; right: -1px; border-left: none; border-top: none; }
.gpr-hero__panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gpr-stone-500);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.gpr-hero__panel-title .gpr-live-dot { display: inline-flex; align-items: center; gap: 6px; color: var(--gpr-gold-light); }
.gpr-live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gpr-teal-light); animation: gpr-pulse 1.8s infinite; }
@keyframes gpr-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

.gpr-quickbook { display: flex; flex-direction: column; gap: 14px; margin-bottom: 8px; }
.gpr-quickbook__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gpr-quickbook label { display: block; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gpr-stone-500); margin-bottom: 6px; }
.gpr-quickbook input, .gpr-quickbook select {
  width: 100%;
  font-family: var(--gpr-font-body);
  font-size: 0.88rem;
  padding: 10px 12px;
  border: 1px solid var(--gpr-line-strong);
  border-radius: var(--gpr-radius-sm);
  background: var(--gpr-navy-900);
  color: var(--gpr-stone-100);
}
.gpr-quickbook input:focus, .gpr-quickbook select:focus { outline: none; border-color: var(--gpr-gold); }

.gpr-metric-row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px dashed var(--gpr-line); }
.gpr-metric-row:last-child { border-bottom: none; }
.gpr-metric-row span:first-child { color: var(--gpr-stone-500); font-size: 0.86rem; }
.gpr-metric-row span:last-child { color: var(--gpr-ivory); font-weight: 700; }

@media (max-width: 900px) {
  .gpr-hero__grid { grid-template-columns: 1fr; padding-bottom: 44px; }
}

/* ---------- Stats strip ---------- */
.gpr-stats-strip { background: var(--gpr-navy-800); border-bottom: 1px solid var(--gpr-line); }
.gpr-stats-strip__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 32px 0;
}
.gpr-stat { text-align: center; border-left: 1px solid var(--gpr-line); padding: 4px 12px; }
.gpr-stat:first-child { border-left: none; }
.gpr-stat__num { display: block; font-family: var(--gpr-font-display); font-size: 1.8rem; font-weight: 700; color: var(--gpr-gold-light); }
.gpr-stat__label { font-size: 0.74rem; color: var(--gpr-stone-500); text-transform: uppercase; letter-spacing: 0.08em; }
@media (max-width: 780px) {
  .gpr-stats-strip__row { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .gpr-stat:nth-child(3) { border-left: none; }
}

/* ---------- Page header (non-home) ---------- */
.gpr-page-header {
  position: relative;
  background: radial-gradient(circle at 92% 0%, rgba(201,162,75,0.14), transparent 46%), var(--gpr-navy-800);
  padding: 60px 0 68px;
  border-bottom: 1px solid var(--gpr-line);
}
.gpr-breadcrumb { color: var(--gpr-gold-light); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; font-weight: 700; display: block; }
.gpr-page-header h1 { font-size: clamp(1.85rem, 3.5vw, 2.6rem); max-width: 24ch; }
.gpr-page-header .gpr-lede { color: var(--gpr-stone-300); max-width: 62ch; font-size: 1.03rem; margin: 0; }

/* ---------- Sections ---------- */
.gpr-section { padding: 84px 0; }
.gpr-section--alt { background: var(--gpr-navy-800); border-top: 1px solid var(--gpr-line); border-bottom: 1px solid var(--gpr-line); }
.gpr-section--tight { padding: 58px 0; }
.gpr-section__head { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.gpr-section__head.gpr-left { margin: 0 0 40px; text-align: left; }
.gpr-eyebrow {
  display: inline-block;
  color: var(--gpr-gold-light);
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.gpr-section__head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.gpr-section__head p { font-size: 1.02rem; }

/* ---------- Grid / cards ---------- */
.gpr-grid { display: grid; gap: 26px; }
.gpr-grid--2 { grid-template-columns: repeat(2, 1fr); }
.gpr-grid--3 { grid-template-columns: repeat(3, 1fr); }
.gpr-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) { .gpr-grid--3, .gpr-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .gpr-grid--2, .gpr-grid--3, .gpr-grid--4 { grid-template-columns: 1fr; } }

.gpr-card {
  background: var(--gpr-navy-800);
  border: 1px solid var(--gpr-line);
  border-radius: var(--gpr-radius);
  padding: 30px 26px;
  transition: transform var(--gpr-ease), box-shadow var(--gpr-ease), border-color var(--gpr-ease);
}
.gpr-card:hover { transform: translateY(-4px); box-shadow: var(--gpr-shadow-md); border-color: var(--gpr-gold); }
.gpr-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(201, 162, 75, 0.08);
  color: var(--gpr-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--gpr-font-display);
  font-weight: 700;
  margin-bottom: 18px;
  border: 1px solid rgba(201, 162, 75, 0.35);
}
.gpr-card h3 { font-size: 1.18rem; }
.gpr-card p:last-child { margin-bottom: 0; }
.gpr-card__link { display: inline-block; margin-top: 10px; color: var(--gpr-gold-light); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.03em; text-transform: uppercase; border-bottom: 1px solid transparent; transition: border-color var(--gpr-ease); }
.gpr-card__link:hover { border-color: var(--gpr-gold-light); }

/* ---------- Bar charts (satisfaction / occupancy visuals) ---------- */
.gpr-bars { display: flex; flex-direction: column; gap: 20px; }
.gpr-bar-row__label { display: flex; justify-content: space-between; font-size: 0.86rem; color: var(--gpr-stone-300); margin-bottom: 7px; }
.gpr-bar-row__label strong { color: var(--gpr-ivory); }
.gpr-bar-track { height: 8px; background: var(--gpr-navy-700); border-radius: 20px; overflow: hidden; }
.gpr-bar-fill { height: 100%; border-radius: 20px; background: linear-gradient(90deg, var(--gpr-gold-dark), var(--gpr-gold-light)); }
.gpr-bar-fill--teal { background: linear-gradient(90deg, var(--gpr-teal), var(--gpr-teal-light)); }
.gpr-bar-fill--muted { background: var(--gpr-stone-600); }

/* ---------- Timeline (booking / process steps) ---------- */
.gpr-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: gprstep; }
.gpr-timeline::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--gpr-line-strong);
  z-index: 0;
}
@media (max-width: 900px) { .gpr-timeline { grid-template-columns: repeat(2, 1fr); } .gpr-timeline::before { display: none; } }
@media (max-width: 560px) { .gpr-timeline { grid-template-columns: 1fr; } }
.gpr-timeline__item { position: relative; z-index: 1; }
.gpr-timeline__num {
  counter-increment: gprstep;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gpr-navy-900);
  border: 1px solid var(--gpr-gold);
  color: var(--gpr-gold-light);
  font-family: var(--gpr-font-display);
  font-weight: 700;
  margin-bottom: 16px;
}
.gpr-timeline__num::before { content: counter(gprstep); }
.gpr-timeline__item h3 { font-size: 1.05rem; }

/* ---------- Table (rates / spec sheets) ---------- */
.gpr-table-wrap { overflow-x: auto; border: 1px solid var(--gpr-line); border-radius: var(--gpr-radius); }
.gpr-table { width: 100%; border-collapse: collapse; background: var(--gpr-navy-800); min-width: 560px; }
.gpr-table th, .gpr-table td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--gpr-line); font-size: 0.92rem; }
.gpr-table thead th { background: var(--gpr-navy-950); color: var(--gpr-gold-light); font-weight: 700; text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.08em; }
.gpr-table tbody tr:hover { background: var(--gpr-navy-700); }
.gpr-table tbody tr:last-child td { border-bottom: none; }

/* ---------- Pricing / rate cards ---------- */
.gpr-pricing-card { display: flex; flex-direction: column; }
.gpr-pricing-card .gpr-price { font-family: var(--gpr-font-display); font-size: 2.1rem; font-weight: 700; color: var(--gpr-ivory); margin: 10px 0 4px; }
.gpr-pricing-card .gpr-price span { font-family: var(--gpr-font-body); font-size: 0.86rem; color: var(--gpr-stone-500); font-weight: 500; }
.gpr-pricing-card ul { margin: 20px 0; display: flex; flex-direction: column; gap: 10px; }
.gpr-pricing-card li { padding-left: 22px; position: relative; font-size: 0.9rem; color: var(--gpr-stone-300); }
.gpr-pricing-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; transform: rotate(45deg); background: var(--gpr-gold); }
.gpr-pricing-card--featured { border-color: var(--gpr-gold); box-shadow: var(--gpr-shadow-glow); position: relative; }
.gpr-pricing-card--featured::before {
  content: "Guest Favorite";
  position: absolute;
  top: -14px;
  left: 26px;
  background: var(--gpr-gold);
  color: var(--gpr-navy-950);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}

/* ---------- Testimonials ---------- */
.gpr-testimonial {
  background: var(--gpr-navy-800);
  border: 1px solid var(--gpr-line);
  border-radius: var(--gpr-radius);
  padding: 30px 26px;
  position: relative;
}
.gpr-testimonial p { color: var(--gpr-stone-100); font-size: 0.98rem; font-style: italic; }
.gpr-testimonial__author { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.gpr-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(201, 162, 75, 0.1);
  border: 1px solid rgba(201, 162, 75, 0.35);
  color: var(--gpr-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--gpr-font-display);
  font-weight: 700;
}
.gpr-testimonial__author strong { display: block; color: var(--gpr-ivory); font-size: 0.94rem; font-style: normal; }
.gpr-testimonial__author span { font-size: 0.78rem; color: var(--gpr-stone-500); }
.gpr-stars { color: var(--gpr-gold); letter-spacing: 3px; font-size: 0.86rem; margin-bottom: 12px; display: block; }

/* ---------- CTA band ---------- */
.gpr-cta {
  background: linear-gradient(135deg, var(--gpr-navy-950), var(--gpr-navy-800));
  position: relative;
  text-align: center;
  padding: 72px 0;
  border-top: 1px solid var(--gpr-line);
  overflow: hidden;
}
.gpr-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(201,162,75,0.18), transparent 55%);
  pointer-events: none;
}
.gpr-cta::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gpr-gold), transparent);
}
.gpr-cta__inner { position: relative; }
.gpr-cta h2 { color: var(--gpr-ivory); }
.gpr-cta p { color: var(--gpr-stone-300); max-width: 56ch; margin: 0 auto 28px; }
.gpr-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Team ---------- */
.gpr-team-card { text-align: center; }
.gpr-team-photo {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: var(--gpr-navy-700);
  color: var(--gpr-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--gpr-font-display);
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid var(--gpr-gold);
}
.gpr-team-role { color: var(--gpr-gold-light); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; display: block; }

/* ---------- Amenity tiles ---------- */
.gpr-amenity-tile {
  border: 1px solid var(--gpr-line);
  border-radius: var(--gpr-radius);
  background: var(--gpr-navy-800);
  padding: 24px;
  transition: border-color var(--gpr-ease), transform var(--gpr-ease);
}
.gpr-amenity-tile:hover { border-color: var(--gpr-gold); transform: translateY(-3px); }
.gpr-amenity-tile__mark {
  font-family: var(--gpr-font-display);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--gpr-gold-light);
  border: 1px solid var(--gpr-line-strong);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.gpr-amenity-tile strong { display: block; color: var(--gpr-ivory); margin-bottom: 4px; }
.gpr-amenity-tile span { font-size: 0.82rem; color: var(--gpr-stone-500); }
.gpr-amenity-tile .gpr-bar-track { margin-top: 14px; }

/* ---------- Gallery (CSS-only scene tiles, no photography) ---------- */
.gpr-gallery-tile {
  position: relative;
  border-radius: var(--gpr-radius);
  border: 1px solid var(--gpr-line-strong);
  overflow: hidden;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  box-shadow: var(--gpr-shadow-sm);
}
.gpr-gallery-tile span {
  position: relative;
  color: var(--gpr-ivory);
  font-family: var(--gpr-font-display);
  font-size: 1.05rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
.gpr-gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(5, 11, 20, 0.75));
}
.gpr-gallery-tile--1 { background: radial-gradient(circle at 20% 20%, rgba(230,200,118,0.5), transparent 55%), linear-gradient(135deg, #0f2036, #1f3f63); }
.gpr-gallery-tile--2 { background: radial-gradient(circle at 80% 30%, rgba(87,194,184,0.45), transparent 55%), linear-gradient(135deg, #0a1626, #16304d); }
.gpr-gallery-tile--3 { background: radial-gradient(circle at 50% 80%, rgba(230,200,118,0.35), transparent 60%), linear-gradient(135deg, #050b14, #0f2036); }
.gpr-gallery-tile--4 { background: radial-gradient(circle at 30% 70%, rgba(47,158,148,0.4), transparent 55%), linear-gradient(135deg, #0f2036, #050b14); }
.gpr-gallery-tile--5 { background: radial-gradient(circle at 70% 20%, rgba(230,200,118,0.45), transparent 55%), linear-gradient(135deg, #16304d, #0a1626); }
.gpr-gallery-tile--6 { background: radial-gradient(circle at 40% 40%, rgba(87,194,184,0.35), transparent 55%), linear-gradient(135deg, #050b14, #16304d); }
.gpr-gallery-tile--7 { background: radial-gradient(circle at 60% 60%, rgba(230,200,118,0.4), transparent 55%), linear-gradient(135deg, #0a1626, #050b14); }
.gpr-gallery-tile--8 { background: radial-gradient(circle at 25% 55%, rgba(47,158,148,0.4), transparent 55%), linear-gradient(135deg, #0f2036, #16304d); }
.gpr-gallery-tile--9 { background: radial-gradient(circle at 75% 75%, rgba(230,200,118,0.4), transparent 55%), linear-gradient(135deg, #050b14, #0a1626); }

/* ---------- FAQ (details/summary, no JS) ---------- */
.gpr-faq-item {
  border-bottom: 1px solid var(--gpr-line);
  padding: 20px 0;
}
.gpr-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--gpr-ivory);
  font-size: 1.02rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.gpr-faq-item summary::-webkit-details-marker { display: none; }
.gpr-faq-item summary::after { content: "+"; font-size: 1.3rem; color: var(--gpr-gold); font-family: var(--gpr-font-display); }
.gpr-faq-item[open] summary::after { content: "\2212"; }
.gpr-faq-item p { margin-top: 12px; }

/* ---------- Forms ---------- */
.gpr-form-card {
  background: var(--gpr-navy-800);
  border: 1px solid var(--gpr-line);
  border-radius: var(--gpr-radius);
  padding: 36px;
  box-shadow: var(--gpr-shadow-sm);
}
.gpr-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
@media (max-width: 640px) { .gpr-form-row { grid-template-columns: 1fr; } }
.gpr-form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.gpr-form-field label { font-weight: 700; font-size: 0.86rem; color: var(--gpr-stone-100); }
.gpr-form-field input,
.gpr-form-field select,
.gpr-form-field textarea {
  font-family: var(--gpr-font-body);
  font-size: 0.94rem;
  padding: 12px 14px;
  border: 1px solid var(--gpr-line-strong);
  border-radius: var(--gpr-radius-sm);
  background: var(--gpr-navy-900);
  color: var(--gpr-stone-100);
  transition: border-color var(--gpr-ease), box-shadow var(--gpr-ease);
}
.gpr-form-field input:focus,
.gpr-form-field select:focus,
.gpr-form-field textarea:focus {
  outline: none;
  border-color: var(--gpr-gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 75, 0.18);
}
.gpr-form-note { font-size: 0.84rem; color: var(--gpr-stone-500); }

/* ---------- Locate panel (contact / booking) ---------- */
.gpr-locate {
  position: relative;
  height: 220px;
  border-radius: var(--gpr-radius);
  background: var(--gpr-navy-800);
  overflow: hidden;
  border: 1px solid var(--gpr-line-strong);
}
.gpr-locate--lg { height: 300px; }
.gpr-locate__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(230, 200, 118, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 200, 118, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
}
.gpr-locate__brackets::before, .gpr-locate__brackets::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid var(--gpr-gold);
}
.gpr-locate__brackets::before { top: 14px; left: 14px; border-right: none; border-bottom: none; }
.gpr-locate__brackets::after { bottom: 14px; right: 14px; border-left: none; border-top: none; }
.gpr-locate__pin {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: var(--gpr-gold);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 8px rgba(201, 162, 75, 0.16);
}
.gpr-locate__coords {
  position: absolute;
  bottom: 12px;
  left: 14px;
  color: var(--gpr-stone-500);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}
.gpr-locate__label {
  position: absolute;
  top: 12px;
  right: 16px;
  color: var(--gpr-gold-light);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ---------- Blog ---------- */
.gpr-post-card { display: flex; flex-direction: column; }
.gpr-post-meta { font-size: 0.76rem; color: var(--gpr-gold-light); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 10px; font-weight: 700; }
.gpr-post-card h3 { font-size: 1.14rem; }
.gpr-article { max-width: 740px; margin: 0 auto; }
.gpr-article h2 { margin-top: 1.6em; font-size: 1.5rem; }
.gpr-article h3 { margin-top: 1.3em; font-size: 1.18rem; }
.gpr-article ul, .gpr-article ol { margin: 0 0 1.2em; padding-left: 1.4em; color: var(--gpr-stone-300); }
.gpr-article li { margin-bottom: 0.5em; }
.gpr-article blockquote {
  border-left: 2px solid var(--gpr-gold);
  margin: 1.7em 0;
  padding: 0.4em 0 0.4em 1.5em;
  font-style: italic;
  color: var(--gpr-stone-100);
  font-size: 1.08rem;
}
.gpr-article-header { text-align: center; margin-bottom: 38px; }
.gpr-article-header .gpr-post-meta { margin-bottom: 14px; }

/* ---------- Footer ---------- */
.gpr-footer { background: var(--gpr-navy-950); color: var(--gpr-stone-500); padding: 68px 0 0; }
.gpr-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
  padding-bottom: 46px;
  border-bottom: 1px solid var(--gpr-line);
}
@media (max-width: 960px) { .gpr-footer__top { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gpr-footer__top { grid-template-columns: 1fr; } }
.gpr-footer__col h3 { color: var(--gpr-gold-light); font-family: var(--gpr-font-body); font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 18px; }
.gpr-footer__brand .gpr-brand__name { display: block; color: var(--gpr-ivory); font-family: var(--gpr-font-display); font-size: 1.3rem; margin-bottom: 14px; }
.gpr-footer__badges { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; }
.gpr-tag {
  border: 1px solid var(--gpr-line-strong);
  border-radius: 2px;
  padding: 6px 10px;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: var(--gpr-gold-light);
  display: inline-block;
  width: fit-content;
}
.gpr-footer address { font-size: 0.9rem; margin-bottom: 10px; }
.gpr-footer a:hover { color: var(--gpr-gold-light); }
.gpr-hours li { display: flex; justify-content: space-between; gap: 12px; font-size: 0.82rem; padding: 4px 0; }
.gpr-footer__links li { margin-bottom: 9px; font-size: 0.88rem; }
.gpr-footer__bottom { padding: 22px 0; }
.gpr-footer__bottom-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 0.76rem; }

/* ---------- 404 ---------- */
.gpr-error { text-align: center; padding: 114px 0; }
.gpr-error .gpr-error-code { font-family: var(--gpr-font-display); font-size: 5.8rem; font-weight: 700; color: var(--gpr-gold); line-height: 1; }
.gpr-error h1 { margin-top: 10px; }

/* ---------- Reveal on scroll ----------
   Gated behind html.js-on (set by an inline script in inc/header.php) so
   crawlers and no-JS visitors always see full content at opacity: 1. */
.gpr-reveal { opacity: 1; transform: none; }
html.js-on .gpr-reveal { opacity: 0; transform: translateY(18px); transition: opacity 560ms ease, transform 560ms ease; }
html.js-on .gpr-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Utility ---------- */
.gpr-text-center { text-align: center; }
.gpr-mt-0 { margin-top: 0; }
.gpr-mb-0 { margin-bottom: 0; }
.gpr-check-list li { padding-left: 26px; position: relative; margin-bottom: 10px; }
.gpr-check-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; transform: rotate(45deg); background: var(--gpr-gold); }
.gpr-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
@media (max-width: 800px) { .gpr-two-col { grid-template-columns: 1fr; } }
.gpr-tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
