@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --rp-emerald: #0b3d2e;
  --rp-emerald-deep: #062820;
  --rp-emerald-soft: #1a5c47;
  --rp-gold: #c9a227;
  --rp-gold-soft: #e0c56a;
  --rp-ivory: #f7f4ef;
  --rp-pearl: #fffdf9;
  --rp-charcoal: #1c1c1c;
  --rp-slate: #3d4540;
  --rp-mist: #e8efe9;
  --rp-shadow: rgba(11, 61, 46, 0.18);
  --rp-radius: 1.25rem;
  --rp-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--rp-charcoal);
  background: var(--rp-ivory);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
}

body.rp-locked {
  overflow: hidden;
}

#siteMain {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--rp-emerald-deep);
}

a {
  color: var(--rp-emerald-soft);
  text-decoration: none;
  transition: color var(--rp-transition);
}

a:hover {
  color: var(--rp-gold);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.rp-topbar {
  background: linear-gradient(90deg, var(--rp-emerald-deep), var(--rp-emerald));
  color: var(--rp-ivory);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.55rem 0.75rem;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rp-topbar i {
  color: var(--rp-gold-soft);
  margin-right: 0.4rem;
}

.rp-navbar {
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid rgba(11, 61, 46, 0.08);
  padding: 0.85rem 0;
}

.rp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--rp-emerald-deep);
  text-decoration: none;
  min-width: 0;
  max-width: calc(100% - 3.25rem);
}

.rp-brand:hover {
  color: var(--rp-emerald);
}

.rp-brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--rp-emerald), var(--rp-emerald-deep));
  display: grid;
  place-items: center;
  color: var(--rp-gold);
  font-size: 1.1rem;
  box-shadow: 0 8px 20px var(--rp-shadow);
}

.rp-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}

.rp-brand-text strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.rp-brand-text span {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--rp-slate);
}

.rp-nav .nav-link {
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--rp-slate);
  padding: 0.45rem 0.85rem;
  position: relative;
}

.rp-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.15rem;
  height: 2px;
  background: var(--rp-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--rp-transition);
}

.rp-nav .nav-link:hover,
.rp-nav .nav-link:focus {
  color: var(--rp-emerald);
}

.rp-nav .nav-link:hover::after {
  transform: scaleX(1);
}

.rp-toggler {
  border: 1px solid rgba(11, 61, 46, 0.2);
  border-radius: 0.65rem;
  padding: 0.45rem 0.65rem;
  background: transparent;
  color: var(--rp-emerald);
}

.rp-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 39, 0.25);
}

.rp-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(6, 40, 32, 0.82) 0%, rgba(11, 61, 46, 0.55) 48%, rgba(6, 40, 32, 0.35) 100%),
    url('../images/hero-banner.jpg') center / cover no-repeat;
  color: var(--rp-pearl);
  overflow: hidden;
}

.rp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(201, 162, 39, 0.18), transparent 55%);
  pointer-events: none;
  animation: rpGlow 8s ease-in-out infinite alternate;
}

.rp-hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 5rem 0 4rem;
}

.rp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rp-gold-soft);
  margin-bottom: 1rem;
}

.rp-hero h1 {
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  color: var(--rp-pearl);
  line-height: 1.05;
  margin-bottom: 1.1rem;
}

.rp-hero p {
  font-size: 1.1rem;
  font-weight: 300;
  max-width: 34rem;
  color: rgba(247, 244, 239, 0.9);
  margin-bottom: 2rem;
}

.rp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  transition: transform var(--rp-transition), box-shadow var(--rp-transition), background var(--rp-transition), color var(--rp-transition);
}

.rp-btn-primary {
  background: linear-gradient(135deg, var(--rp-gold), #b8911d);
  color: var(--rp-emerald-deep);
  box-shadow: 0 12px 28px rgba(201, 162, 39, 0.35);
}

.rp-btn-primary:hover {
  color: var(--rp-emerald-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(201, 162, 39, 0.45);
}

.rp-btn-ghost {
  background: transparent;
  color: var(--rp-pearl);
  border: 1px solid rgba(255, 253, 249, 0.45);
}

.rp-btn-ghost:hover {
  background: rgba(255, 253, 249, 0.1);
  color: var(--rp-pearl);
  transform: translateY(-2px);
}

.rp-btn-outline {
  background: transparent;
  color: var(--rp-emerald);
  border: 1.5px solid var(--rp-emerald);
}

.rp-btn-outline:hover {
  background: var(--rp-emerald);
  color: var(--rp-pearl);
}

.rp-section {
  padding: 5.5rem 0;
  position: relative;
}

.rp-section-alt {
  background:
    linear-gradient(180deg, rgba(232, 239, 233, 0.65), rgba(247, 244, 239, 0.9)),
    radial-gradient(circle at 10% 20%, rgba(201, 162, 39, 0.08), transparent 40%);
}

.rp-section-dark {
  background:
    linear-gradient(145deg, var(--rp-emerald-deep) 0%, var(--rp-emerald) 100%);
  color: var(--rp-ivory);
}

.rp-section-dark h2,
.rp-section-dark h3,
.rp-section-dark .rp-section-lead {
  color: var(--rp-pearl);
}

.rp-section-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rp-gold);
  margin-bottom: 0.75rem;
}

.rp-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

.rp-section-lead {
  font-size: 1.05rem;
  color: var(--rp-slate);
  max-width: 38rem;
}

.rp-media {
  border-radius: var(--rp-radius);
  overflow: hidden;
  box-shadow: 0 24px 50px var(--rp-shadow);
  position: relative;
}

.rp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.rp-media:hover img {
  transform: scale(1.04);
}

.rp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.rp-feature {
  padding: 1.75rem 1.5rem;
  border-radius: var(--rp-radius);
  background: var(--rp-pearl);
  border: 1px solid rgba(11, 61, 46, 0.08);
  transition: transform var(--rp-transition), box-shadow var(--rp-transition);
}

.rp-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px var(--rp-shadow);
}

.rp-feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--rp-mist), #fff);
  color: var(--rp-emerald);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.rp-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.rp-menu-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.2rem 0;
  border-bottom: 1px dashed rgba(11, 61, 46, 0.18);
}

.rp-menu-item:last-child {
  border-bottom: none;
}

.rp-menu-item h4 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.rp-menu-item p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--rp-slate);
}

.rp-menu-tag {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rp-emerald);
  background: var(--rp-mist);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

.rp-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.rp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.rp-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.12);
  border: 1px solid rgba(255, 253, 249, 0.2);
  color: var(--rp-pearl);
  font-size: 0.85rem;
  font-weight: 500;
}

.rp-events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.rp-event {
  position: relative;
  overflow: hidden;
  border-radius: var(--rp-radius);
  min-height: 280px;
  background-size: cover;
  background-position: center;
  color: var(--rp-pearl);
}

.rp-event::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 40, 32, 0.15), rgba(6, 40, 32, 0.88));
}

.rp-event-body {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem;
}

.rp-event h3 {
  color: var(--rp-pearl);
  font-size: 1.55rem;
  margin-bottom: 0.4rem;
}

.rp-event p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(247, 244, 239, 0.88);
}

.rp-contact-panel {
  border-radius: var(--rp-radius);
  padding: 2.5rem;
  background:
    linear-gradient(160deg, rgba(255, 253, 249, 0.95), rgba(232, 239, 233, 0.9));
  border: 1px solid rgba(11, 61, 46, 0.1);
  box-shadow: 0 20px 45px var(--rp-shadow);
}

.rp-contact-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.rp-contact-list li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(11, 61, 46, 0.08);
}

.rp-contact-list li:last-child {
  border-bottom: none;
}

.rp-contact-list i {
  color: var(--rp-gold);
  margin-top: 0.25rem;
}

.rp-disclaimer {
  background: var(--rp-mist);
  border-left: 4px solid var(--rp-gold);
  border-radius: 0 var(--rp-radius) var(--rp-radius) 0;
  padding: 1.75rem 1.5rem;
}

.rp-footer {
  background: var(--rp-emerald-deep);
  color: rgba(247, 244, 239, 0.82);
  padding: 4rem 0 2rem;
}

.rp-footer h3,
.rp-footer h4 {
  color: var(--rp-pearl);
}

.rp-footer a {
  color: rgba(247, 244, 239, 0.78);
}

.rp-footer a:hover {
  color: var(--rp-gold-soft);
}

.rp-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rp-footer-links li {
  margin-bottom: 0.55rem;
}

.rp-footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 253, 249, 0.12);
  font-size: 0.88rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}

.rp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 40, 32, 0.78);
  backdrop-filter: blur(6px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.rp-overlay.is-visible {
  display: flex;
}

.rp-modal {
  width: min(460px, 100%);
  background: var(--rp-pearl);
  border-radius: var(--rp-radius);
  padding: 2rem 1.75rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  text-align: center;
  animation: rpRise 0.45s ease;
}

.rp-modal-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--rp-mist);
  color: var(--rp-emerald);
  font-size: 1.4rem;
}

.rp-modal h2 {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

.rp-modal p {
  color: var(--rp-slate);
  margin-bottom: 1.5rem;
}

.rp-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.rp-restricted {
  display: none;
  min-height: 70vh;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(201, 162, 39, 0.12), transparent 55%),
    var(--rp-ivory);
}

.rp-restricted.is-visible {
  display: flex;
}

.rp-restricted-card {
  max-width: 520px;
  background: var(--rp-pearl);
  border-radius: var(--rp-radius);
  padding: 2.5rem 2rem;
  box-shadow: 0 20px 50px var(--rp-shadow);
}

.rp-cookie {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 1900;
  display: none;
  width: calc(100% - 1.5rem);
  max-width: 720px;
  box-sizing: border-box;
  background: var(--rp-pearl);
  border: 1px solid rgba(11, 61, 46, 0.12);
  border-radius: var(--rp-radius);
  box-shadow: 0 18px 45px var(--rp-shadow);
  padding: 1.25rem 1.35rem;
  animation: rpCookieIn 0.4s ease;
}

.rp-cookie.is-visible {
  display: block;
}

.rp-cookie p {
  margin: 0 0 1rem;
  color: var(--rp-slate);
  font-size: 0.92rem;
}

.rp-policy-hero {
  background:
    linear-gradient(120deg, rgba(6, 40, 32, 0.92), rgba(11, 61, 46, 0.85)),
    url('../images/hero-banner.jpg') center / cover no-repeat;
  color: var(--rp-pearl);
  padding: 4.5rem 0 3.5rem;
}

.rp-policy-hero h1 {
  color: var(--rp-pearl);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.rp-policy-content {
  padding: 3.5rem 0 5rem;
}

.rp-policy-content h2 {
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.rp-policy-content p,
.rp-policy-content li {
  color: var(--rp-slate);
}

.rp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.rp-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rpGlow {
  from { opacity: 0.55; }
  to { opacity: 1; }
}

@keyframes rpRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rpCookieIn {
  from {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 991.98px) {
  .rp-feature-grid,
  .rp-events,
  .rp-split,
  .rp-menu-grid {
    grid-template-columns: 1fr;
  }

  .rp-nav {
    padding: 1rem 0 0.5rem;
  }

  .rp-nav .nav-link {
    padding: 0.7rem 0;
  }

  .rp-nav .nav-link::after {
    display: none;
  }

  .rp-hero {
    min-height: 78vh;
  }

  .rp-section {
    padding: 4rem 0;
  }

  .rp-navbar .container {
    flex-wrap: nowrap;
  }

  .rp-contact-panel,
  .rp-disclaimer {
    padding: 1.5rem 1.15rem;
  }
}

@media (max-width: 575.98px) {
  .rp-topbar {
    font-size: 0.75rem;
    line-height: 1.45;
    padding: 0.5rem 0.65rem;
  }

  .rp-brand-mark {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.95rem;
    flex-shrink: 0;
  }

  .rp-brand-text strong {
    font-size: 1.2rem;
  }

  .rp-brand-text span {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .rp-hero-content {
    padding: 3.5rem 0 3rem;
  }

  .rp-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .rp-modal {
    padding: 1.5rem 1.15rem;
  }

  .rp-modal-actions,
  .rp-cookie .rp-modal-actions {
    flex-direction: column;
  }

  .rp-hero .rp-btn,
  .rp-modal .rp-btn,
  .rp-cookie .rp-btn,
  .rp-restricted .rp-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .rp-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .rp-menu-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
