@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Great+Vibes&family=Libre+Baskerville:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #050505;
  color: white;
  font-family: "Cormorant Garamond", Georgia, serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > footer {
  margin-top: auto;
}

body::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(3.06);
  width: min(72vw, 760px);
  height: min(72vw, 760px);
  background: url("crown.png") no-repeat center center;
  background-size: contain;
  opacity: 0.11;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 18px rgba(255, 210, 90, 0.16));
  pointer-events: none;
  z-index: 0;
}

body > * {
  position: relative;
  z-index: 1;
}

header {
  position: relative;
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  background: #030303;
  border-bottom: none;
}

header nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

header .book-btn {
  order: unset;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

header .logo-wrap {
  order: unset;
  margin-left: unset;
  position: relative;
  z-index: 2;
}

header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(97, 63, 18, 0), rgba(157, 113, 42, 0.5), rgba(97, 63, 18, 0));
}

header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, rgba(110, 72, 21, 0.1), #a9752c 18%, #e1be76 50%, #a9752c 82%, rgba(110, 72, 21, 0.1));
  box-shadow: 0 0 14px rgba(169, 117, 44, 0.28);
}

.logo-wrap {
  display: flex;
  align-items: center;
}

.wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: #f1c66b;
}

.wordmark-main {
  font-family: "Cinzel", Georgia, serif;
  font-size: 52px;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(180deg, #f8e7b3 0%, #e6c277 24%, #bc8a34 56%, #7a4f14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(246, 226, 173, 0.18), 0 3px 12px rgba(92, 58, 15, 0.48);
}

.wordmark-sub {
  margin-left: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: 31px;
  letter-spacing: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f3ddb0 0%, #d9ad62 42%, #9f6e22 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(242, 220, 167, 0.16), 0 2px 9px rgba(92, 58, 15, 0.42);
}

.wordmark-sub::before,
.wordmark-sub::after {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(100, 62, 16, 0.2), #c79238, rgba(100, 62, 16, 0.2));
}

nav a {
  color: white;
  text-decoration: none;
  margin: 0 14px;
  font-size: 14px;
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 0.7px;
}

nav a:hover,
nav a.active {
  color: #f6b7d5;
}

.book-btn {
  border: 1px solid #a3722b;
  padding: 12px 25px;
  color: #f0d9a5;
  text-decoration: none;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(63, 41, 12, 0.65), rgba(26, 18, 7, 0.95));
  box-shadow: inset 0 1px 0 rgba(242, 222, 170, 0.2), 0 0 0 1px rgba(110, 72, 21, 0.32);
  letter-spacing: 0.8px;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 500;
  transition: border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.book-btn:hover {
  color: #f9e9c2;
  border-color: #c79238;
  box-shadow: inset 0 1px 0 rgba(248, 233, 194, 0.28), 0 0 12px rgba(169, 117, 44, 0.3);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: stretch;
  background: #030303;
  border-bottom: 3px solid #c99738;
  overflow: hidden;
}

.hero-content {
  padding: 30px 28px 26px;
  position: relative;
  background:
    radial-gradient(circle, rgba(241,198,107,.55) 1.5px, transparent 2px) 22px 18px / 92px 80px,
    radial-gradient(circle, rgba(255,228,138,.4) 1px, transparent 2px) 58px 44px / 75px 95px,
    radial-gradient(circle, rgba(201,151,56,.5) 1.5px, transparent 2px) 8px 65px / 105px 72px,
    radial-gradient(circle, rgba(241,198,107,.35) 1px, transparent 2px) 42px 8px / 85px 110px,
    radial-gradient(circle, rgba(255,240,155,.45) 1.5px, transparent 2px) 78px 32px / 95px 85px,
    radial-gradient(circle at 15% 30%, rgba(201,151,56,.3), transparent 42%),
    radial-gradient(circle at 68% 12%, rgba(226,191,124,.1), transparent 32%),
    radial-gradient(circle at 20% 85%, rgba(154,109,38,.22), transparent 28%),
    #030303;
  z-index: 2;
}

.hero-script {
  font-family: "Great Vibes", "Brush Script MT", cursive;
  color: #ffc2df;
  font-size: 46px;
  line-height: .9;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 0 rgba(255, 216, 234, 0.2), 0 0 14px rgba(246, 183, 213, 0.28);
}

.hero h1 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 62px;
  line-height: .95;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 4px;
  background: linear-gradient(180deg, #f8e7b3 0%, #e6c277 28%, #bc8a34 58%, #7a4f14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(246, 226, 173, 0.16), 0 3px 12px rgba(92, 58, 15, 0.44);
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 360px;
  margin: 10px 0;
}

.hero-divider span {
  height: 1px;
  background: linear-gradient(90deg, rgba(103, 65, 18, 0), #c79238, rgba(103, 65, 18, 0));
  flex: 1;
}

.hero-divider b {
  color: #ffc2df;
  font-size: 20px;
  text-shadow: 0 0 10px rgba(246, 183, 213, 0.45);
}

.hero h3 {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #f1dfb5;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  font-family: "Cinzel", Georgia, serif;
}

.scripture-box {
  width: fit-content;
  max-width: 420px;
  position: relative;
  border: 1px solid rgba(224, 170, 88, 0.92);
  padding: 14px 14px 10px;
  margin: 12px 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(246, 183, 213, 0.12), rgba(246, 183, 213, 0) 34%),
    linear-gradient(180deg, rgba(16, 12, 8, 0.94), rgba(6, 4, 2, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 232, 191, 0.26), 0 0 0 1px rgba(133, 90, 30, 0.64), 0 0 32px rgba(224, 170, 88, 0.34);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.scripture-box::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(235, 190, 110, 0.74);
  pointer-events: none;
}

.scripture-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(218, 174, 90, 0.09), rgba(218, 174, 90, 0));
  pointer-events: none;
}

.scripture-box p {
  position: relative;
  z-index: 1;
  color: #fff4da;
  line-height: 1.35;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 15px;
  font-style: italic;
  max-width: 300px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.scripture-verse {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  color: #ffd998;
  letter-spacing: 1.2px;
  font-size: 17px;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 600;
  text-align: right;
  align-self: flex-end;
  text-shadow: 0 1px 0 rgba(255, 245, 215, 0.24), 0 0 10px rgba(224, 170, 88, 0.32);
}

.hero-contact p {
  font-size: 14px;
  margin: 6px 0;
  line-height: 1.25;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.hero-image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  background-image: url("home.png");
  background-size: cover;
  background-position: center center;
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, #030303 0%, rgba(3,3,3,.75) 14%, rgba(3,3,3,.18) 42%, rgba(3,3,3,.05) 100%);
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  position: absolute;
  inset: 0;
  opacity: 1;
}

.info-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: min(94%, 1280px);
  margin: 32px auto 0;
  padding: 0 0 36px;
  position: relative;
}

.info-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 32px 28px 28px;
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      rgba(255,46,146,.08),
      rgba(201,151,56,.08)
    ),
    linear-gradient(145deg, rgba(30,22,10,.92) 0%, rgba(10,8,4,.96) 100%);
  border: 1px solid rgba(201,151,56,.45);
  box-shadow:
    0 0 0 1px rgba(201,151,56,.1) inset,
    0 4px 28px rgba(0,0,0,.55),
    0 0 18px rgba(201,151,56,.08);
  backdrop-filter: blur(6px);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: default;
}

.info-box::before {
  content: "✦";
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 9px;
  color: rgba(241,198,107,.35);
  pointer-events: none;
}

.info-box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, rgba(201,151,56,.14) 0%, transparent 70%);
  pointer-events: none;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow:
    0 0 0 1px rgba(201,151,56,.3) inset,
    0 12px 40px rgba(0,0,0,.65),
    0 0 32px rgba(201,151,56,.22);
}

.info-box:hover .info-box-icon {
  transform: scale(1.15);
  text-shadow: 0 0 18px rgba(246,183,213,.7), 0 0 32px rgba(201,151,56,.5);
}

.info-box-icon {
  font-size: 40px;
  color: #f1c66b;
  line-height: 1;
  transition: transform .3s ease, text-shadow .3s ease;
  text-shadow: 0 0 10px rgba(201,151,56,.4);
  margin-bottom: 4px;
}

.info-box h3 {
  font-family: "Cinzel", Georgia, serif;
  color: #f1c66b;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1.3;
}

.info-box p {
  color: #e8d9b8;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
}

.info-accent {
  color: #ffc2df;
  font-style: italic;
}

.info-closed {
  color: rgba(232,189,97,.55);
  font-size: 13px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Cinzel", Georgia, serif !important;
}

.info-cta {
  display: inline-block;
  margin-top: 6px;
  padding: 7px 18px;
  font-family: "Cinzel", Georgia, serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #f1c66b;
  border: 1px solid rgba(201,151,56,.55);
  border-radius: 4px;
  text-decoration: none;
  transition: background .25s, color .25s;
}

.info-cta:hover {
  background: rgba(201,151,56,.15);
  color: #fff4da;
}

.section-title {
  text-align: center;
  color: #f1c66b;
  font-family: Georgia, serif;
  font-size: 34px;
  letter-spacing: 6px;
  margin: 25px 0;
}

.services {
  padding: 0 35px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card {
  border: 1px solid #c99738;
  border-radius: 6px;
  overflow: hidden;
  background: #111;
}

.service-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.service-card h3 {
  background: transparent;
  color: #f1c66b;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  border-top: 1px solid #c99738;
}

.rewards {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 20px;
  padding: 35px;
  border-top: 1px solid #c99738;
  border-bottom: 1px solid #c99738;
  background: #070707;
}

.rewards h2 {
  font-family: Georgia, serif;
  color: #f1c66b;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 15px;
}

.rewards p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.learn-btn {
  display: inline-block;
  background: linear-gradient(90deg, #b87920, #f1c66b);
  color: #111;
  padding: 13px 40px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
}

.reward-card {
  border: 2px solid #c99738;
  text-align: center;
  padding: 35px 20px;
  border-radius: 3px;
  background: transparent;
}

.reward-card .icon {
  font-size: 52px;
  color: #f1c66b;
  margin-bottom: 15px;
}

.reward-card h3 {
  color: #f1c66b;
  font-family: cursive;
  font-size: 28px;
  margin-bottom: 15px;
}

.reward-image {
  background: url("https://images.unsplash.com/photo-1596462502278-27bfdc403348?q=80&w=900&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  border: 1px solid #c99738;
  border-radius: 6px;
}

.testimonials {
  width: min(1180px, 92%);
  margin: 35px auto 0;
  padding: 30px 0 10px;
}

.testimonials h2 {
  text-align: center;
  color: #f1c66b;
  font-family: "Cinzel", Georgia, serif;
  font-size: 34px;
  letter-spacing: 4px;
  margin-bottom: 22px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.testimonial-card {
  border: 1px solid rgba(201,151,56,.75);
  background: linear-gradient(180deg, rgba(18,18,18,.98), rgba(7,7,7,.98));
  padding: 28px 26px;
  box-shadow: 0 0 18px rgba(201,151,56,.12);
}

.testimonial-card .stars {
  color: #f6b7d5;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.testimonial-card p {
  color: #f5ead0;
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.testimonial-card span {
  display: inline-block;
  color: #f1c66b;
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 1px;
}

footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr auto;
  gap: 25px;
  padding: 30px 45px;
  background: #030303;
}

footer h3 {
  color: #f1c66b;
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

footer p {
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-size: 18px;
}

.socials a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #c99738;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #f1c66b;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.socials a svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.socials a:hover {
  transform: translateY(-2px);
  border-color: #f1c66b;
  box-shadow: 0 0 14px rgba(201, 151, 56, 0.35);
}

.corner-logo {
  grid-column: 5;
  align-self: center;
  justify-self: end;
}

.corner-logo img {
  width: 110px;
  height: auto;
  opacity: 0.95;
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
  filter: drop-shadow(0 0 10px rgba(201, 151, 56, 0.28));
}

.corner-logo img:hover {
  opacity: 1;
  transform: translateY(-1px) scale(1.03);
}

.site-credit {
  text-align: center;
  padding: 12px 20px;
  border-top: 1px solid rgba(201,151,56,.15);
  background: #050505;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.launchpoint-logo {
  width: 100px;
  max-width: 80%;
  margin-bottom: 0;
  opacity: .95;
}

.site-credit p {
  color: #bdbdbd;
  font-size: 14px;
  margin: 0;
  letter-spacing: .5px;
  font-family: "Cinzel", Georgia, serif;
}

@media (max-width: 900px) {
  header {
    flex-direction: column;
    gap: 14px;
    padding: 25px;
    height: auto;
  }

  header .logo-wrap {
    margin: 0;
  }

  header .book-btn {
    margin: 4px 0 0;
  }

  .wordmark-main {
    font-size: 38px;
  }

  .wordmark-sub {
    margin-left: 0;
    font-size: 22px;
    letter-spacing: 4px;
  }

  .wordmark-sub::before,
  .wordmark-sub::after {
    width: 28px;
  }

  header nav {
    position: static;
    left: auto;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px 8px;
    flex-wrap: wrap;
    white-space: normal;
    width: 100%;
    text-align: center;
    margin: 2px 0;
  }

  header nav a {
    margin: 0 6px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-content {
    padding: 45px 25px;
  }

  .hero-image {
    aspect-ratio: 16 / 11;
    max-height: 260px;
    min-height: 0;
  }

  .scripture-box {
    width: 100%;
    max-width: 100%;
    padding: 22px 20px 16px;
  }

  .scripture-box p {
    max-width: 100%;
  }

  .info-bar,
  .services,
  .rewards,
  footer {
    grid-template-columns: 1fr;
  }

  footer {
    padding: 24px 20px;
    gap: 18px;
  }

  .corner-logo {
    grid-column: 1;
    justify-self: center;
  }

  .corner-logo img {
    width: 80px;
  }

  .info-bar {
    width: 92%;
    gap: 10px;
    padding-bottom: 16px;
    margin-top: 16px;
  }

  .info-box {
    padding: 18px 18px;
    gap: 6px;
  }

  .info-box-icon {
    font-size: 28px;
  }

  .service-card img {
    height: 240px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonials h2 {
    font-size: 28px;
  }
}

.site-logo {
  width: 250px;
  max-height: 100px;
  object-fit: contain;
  display: block;
}

.services-page-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.88)),
    url("service.png");
  background-size: cover;
  background-position: center;
  border-bottom: 3px solid #c99738;
  padding: 50px 20px;
}

.services-page-hero h1 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 70px;
  letter-spacing: 5px;
  background: linear-gradient(180deg, #f8e7b3, #bc8a34);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-page-hero p:last-child {
  font-size: 22px;
  color: #f1dfb5;
}

.service-detail-grid {
  width: min(1200px, 92%);
  margin: 45px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-detail-card {
  background: linear-gradient(180deg, #0d0d0d, #050505);
  border: 1px solid #c99738;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 18px rgba(201,151,56,.15);
  display: flex;
  flex-direction: column;
}

.service-detail-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.service-detail-card div {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-detail-card h2 {
  font-family: "Cinzel", Georgia, serif;
  color: #f1c66b;
  font-size: 28px;
  margin-bottom: 10px;
}

.service-detail-card p {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #f5ead0;
}

.service-detail-card .learn-btn {
  margin-top: auto;
}

@media (max-width: 1200px) {
  .service-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .services-page-hero h1 {
    font-size: 42px;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Loyalty Page ─────────────────────────────────────────── */

.loyalty-hero {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.9)),
    url("https://images.unsplash.com/photo-1604654894610-df63bc536371?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 60px 20px;
  border-bottom: 3px solid #c99738;
}

.loyalty-hero h1,
.loyalty-hero h2 {
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 5px;
  background: linear-gradient(180deg, #f8e7b3, #bc8a34);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.loyalty-hero h1 {
  font-size: 68px;
}

.loyalty-hero h2 {
  font-size: 46px;
}

.loyalty-hero p:last-child {
  font-size: 22px;
  color: #f1dfb5;
  margin-top: 15px;
}

.loyalty-intro {
  width: min(850px, 90%);
  margin: 55px auto;
  text-align: center;
}

.loyalty-intro h2,
.vip-perks h2,
.loyalty-cta h2 {
  font-family: "Cinzel", Georgia, serif;
  color: #f1c66b;
  letter-spacing: 4px;
  margin-bottom: 18px;
}

.loyalty-intro p {
  font-size: 22px;
  line-height: 1.6;
  color: #f5ead0;
}

.how-it-works {
  width: min(1150px, 92%);
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.loyalty-step {
  border: 1px solid #c99738;
  background: linear-gradient(180deg, #0d0d0d, #050505);
  padding: 35px 28px;
  text-align: center;
  box-shadow: 0 0 18px rgba(201,151,56,.12);
}

.loyalty-step span {
  display: inline-block;
  color: #f6b7d5;
  font-family: "Cinzel", Georgia, serif;
  font-size: 34px;
  margin-bottom: 15px;
}

.loyalty-step h3 {
  color: #f1c66b;
  font-family: "Cinzel", Georgia, serif;
  font-size: 22px;
  margin-bottom: 12px;
}

.loyalty-step p {
  color: #f5ead0;
  font-size: 18px;
  line-height: 1.45;
}

.vip-perks {
  width: min(1050px, 92%);
  margin: 60px auto;
  text-align: center;
}

.perk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.perk-grid div {
  border: 1px solid rgba(201,151,56,.75);
  background: #f2b2d2;
  color: #111;
  padding: 22px;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.loyalty-cta {
  width: min(850px, 90%);
  margin: 60px auto 70px;
  text-align: center;
  border: 1px solid #c99738;
  padding: 45px 30px;
  background:
    radial-gradient(circle at center, rgba(201,151,56,.16), transparent 50%),
    #070707;
}

.loyalty-cta p {
  font-size: 21px;
  color: #f5ead0;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .loyalty-hero h1 {
    font-size: 42px;
  }

  .loyalty-hero h2 {
    font-size: 30px;
  }

  .how-it-works,
  .perk-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Membership Page ─────────────────────────────────────── */

.membership-hero {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.9)),
    url("https://images.unsplash.com/photo-1610992015732-2449b76344bc?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 60px 20px;
  border-bottom: 3px solid #c99738;
}

.membership-hero h1,
.membership-hero h2 {
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 5px;
  background: linear-gradient(180deg, #f8e7b3, #bc8a34);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.membership-hero h1 {
  font-size: 70px;
}

.membership-hero h2 {
  font-size: 46px;
}

.membership-hero p:last-child {
  font-size: 22px;
  color: #f1dfb5;
  margin-top: 15px;
}

.membership-intro {
  width: min(900px, 90%);
  margin: 60px auto;
  text-align: center;
}

.membership-intro h2,
.membership-steps h2,
.membership-note h2,
.membership-cta h2 {
  font-family: "Cinzel", Georgia, serif;
  color: #f1c66b;
  letter-spacing: 4px;
  margin-bottom: 18px;
}

.membership-intro p {
  font-size: 22px;
  line-height: 1.6;
  color: #f5ead0;
}

.membership-benefits {
  width: min(1200px, 92%);
  margin: 45px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.benefit-card {
  border: 1px solid #c99738;
  background: linear-gradient(180deg, #0d0d0d, #050505);
  padding: 35px 24px;
  text-align: center;
  box-shadow: 0 0 18px rgba(201,151,56,.12);
}

.benefit-card span {
  display: block;
  color: #f6b7d5;
  font-size: 42px;
  margin-bottom: 15px;
}

.benefit-card h3 {
  color: #f1c66b;
  font-family: "Cinzel", Georgia, serif;
  font-size: 20px;
  margin-bottom: 12px;
}

.benefit-card p {
  color: #f5ead0;
  font-size: 18px;
  line-height: 1.45;
}

.membership-steps {
  width: min(1150px, 92%);
  margin: 70px auto;
  text-align: center;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.steps-grid div {
  padding: 30px 22px;
  border: 1px solid rgba(201,151,56,.7);
  background: #080808;
}

.steps-grid strong {
  display: block;
  color: #f6b7d5;
  font-family: "Cinzel", Georgia, serif;
  font-size: 32px;
  margin-bottom: 10px;
}

.steps-grid h3 {
  color: #f1c66b;
  font-family: "Cinzel", Georgia, serif;
  margin-bottom: 10px;
}

.steps-grid p {
  color: #f5ead0;
  font-size: 17px;
  line-height: 1.45;
}

.membership-note {
  width: min(1050px, 92%);
  margin: 60px auto;
  text-align: center;
}

.fine-print {
  margin-top: 25px;
  color: #f5ead0;
  font-size: 17px;
  line-height: 1.5;
  opacity: .85;
}

.membership-cta {
  width: min(850px, 90%);
  margin: 60px auto 70px;
  text-align: center;
  border: 1px solid #c99738;
  padding: 45px 30px;
  background:
    radial-gradient(circle at center, rgba(201,151,56,.16), transparent 50%),
    #070707;
}

.membership-cta p {
  font-size: 21px;
  color: #f5ead0;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .membership-hero h1 {
    font-size: 42px;
  }

  .membership-hero h2 {
    font-size: 30px;
  }

  .membership-benefits,
  .steps-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Team Page ───────────────────────────────────────────── */

.team-hero {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.9)),
    url("now hiring.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 60px 20px;
  border-bottom: 3px solid #c99738;
}

.team-hero h1 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 82px;
  letter-spacing: 5px;
  background: linear-gradient(180deg, #f8e7b3, #bc8a34);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.team-hero p:last-child {
  font-size: 24px;
  color: #f6b7d5;
  margin-top: 15px;
}

.team-photo-strip {
  width: min(1200px, 92%);
  margin: 55px auto 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.team-photo-strip div {
  border: 1px solid #c99738;
  border-radius: 8px;
  overflow: hidden;
  height: 250px;
  box-shadow: 0 0 18px rgba(201,151,56,.15);
}

.team-photo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* new image + info layout */
.team-split {
  width: min(1250px, 92%);
  margin: 35px auto 60px;
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 28px;
  align-items: stretch;
}

.team-image-panel {
  border: 1px solid #c99738;
  border-radius: 8px;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 0 0 24px rgba(201,151,56,.15);
}

.team-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* adjust existing grid inside the split */
.team-split .team-grid {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.team-card {
  border: 1px solid #c99738;
  background: linear-gradient(180deg, #0d0d0d, #050505);
  padding: 35px;
  box-shadow: 0 0 18px rgba(201,151,56,.12);
}

.team-card h2,
.team-hours h2,
.team-cta h2 {
  font-family: "Cinzel", Georgia, serif;
  color: #f1c66b;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.team-card h3 {
  color: #f6b7d5;
  font-family: "Cinzel", Georgia, serif;
  font-size: 46px;
  margin-bottom: 10px;
}

.team-card p,
.team-card li,
.team-hours p,
.team-cta p {
  color: #f5ead0;
  font-size: 20px;
  line-height: 1.55;
}

.team-card ul {
  list-style: none;
}

.team-card li {
  margin-bottom: 10px;
}

.team-card li::before {
  content: "♥ ";
  color: #f6b7d5;
}

.highlight-card {
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(246,183,213,.12), transparent 45%),
    linear-gradient(180deg, #0d0d0d, #050505);
}

.team-hours,
.team-cta {
  width: min(850px, 90%);
  margin: 55px auto;
  text-align: center;
  border: 1px solid #c99738;
  padding: 40px 30px;
  background: #070707;
}

.team-cta {
  margin-bottom: 75px;
  background:
    radial-gradient(circle at center, rgba(201,151,56,.16), transparent 50%),
    #070707;
}

@media (max-width: 900px) {
  .team-hero h1 {
    font-size: 48px;
  }

  .team-photo-strip,
  .team-split {
    grid-template-columns: 1fr;
  }

  .team-photo-strip div {
    height: 230px;
  }

  .team-split .team-grid {
    grid-template-columns: 1fr;
  }

  .team-image-panel {
    min-height: 320px;
  }
}

/* ── Booking Page ────────────────────────────────────────── */

.booking-hero {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.9)),
    url("https://images.unsplash.com/photo-1610992015732-2449b76344bc?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 55px 20px;
  border-bottom: 3px solid #c99738;
}

.booking-hero h1 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 56px;
  letter-spacing: 4px;
  background: linear-gradient(180deg, #f8e7b3, #bc8a34);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.booking-hero p:last-child {
  color: #f5ead0;
  font-size: 22px;
  margin-top: 12px;
}

.booking-section {
  width: min(1100px, 94%);
  margin: 55px auto 75px;
}

.booking-card {
  background: #fff;
  color: #111;
  border: 1px solid #c99738;
  border-radius: 10px;
  padding: 20px;
  min-height: 700px;
  box-shadow: 0 0 25px rgba(201,151,56,.18);
}

@media (max-width: 900px) {
  .booking-hero h1 {
    font-size: 36px;
  }

  .booking-card {
    padding: 10px;
  }
}

/* ── Contact Page ────────────────────────────────────────── */

.contact-hero {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.9)),
    url("contactus.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  border-bottom: 3px solid #c99738;
}

.contact-hero h1 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 72px;
  letter-spacing: 4px;
  background: linear-gradient(180deg,#f8e7b3,#bc8a34);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.contact-hero p:last-child {
  color:#f5ead0;
  font-size:22px;
}

.contact-container {
  width:min(1200px,92%);
  margin:70px auto;
  display:grid;
  grid-template-columns:400px 1fr;
  gap:40px;
}

.contact-card {
  border:1px solid #c99738;
  background:#080808;
  padding:25px;
  margin-bottom:20px;
}

.contact-card h3 {
  color:#f1c66b;
  margin-bottom:12px;
  font-family:"Cinzel", serif;
  letter-spacing: 1px;
}

.contact-card p {
  color:#f5ead0;
  font-family:"Cinzel", serif;
  letter-spacing: 0.4px;
  line-height:1.6;
}

.contact-form-wrapper {
  border:1px solid #c99738;
  padding:35px;
  background:#080808;
}

.form-row {
  margin-bottom:18px;
}

.form-row input,
.form-row textarea,
.form-row select {
  width:100%;
  padding:15px;
  background:#111;
  border:1px solid rgba(201,151,56,.4);
  color:white;
  font-size:16px;
}

.contact-submit {
  width:100%;
  padding:18px;
  border:none;
  cursor:pointer;
  font-family:"Cinzel", serif;
  font-size:18px;
  background:linear-gradient(180deg,#f8e7b3,#bc8a34);
  color:#111;
  font-weight:700;
}

.map-section {
  width:min(1200px,92%);
  margin:0 auto 70px;
}

.map-section iframe {
  width:100%;
  height:450px;
  border:1px solid #c99738;
}

@media (max-width:900px){

  .contact-container{
    grid-template-columns:1fr;
  }

  .contact-hero h1{
    font-size:42px;
  }
}
