:root {
  --pink: #f38db3;
  --pink-hot: #ef3f94;
  --blue: #134a8d;
  --aqua: #11beec;
  --taupe: #826864;
  --ink: #171316;
  --black: #08070a;
  --gold: #d8a94d;
  --gold-soft: #f7df9b;
  --cream: #fbf6f1;
  --paper: #ffffff;
  --muted: #51494a;
  --line: rgba(17, 16, 21, 0.12);
  --shadow: 0 28px 90px rgba(17, 16, 21, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8f1eb;
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  font-size: 18px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  overflow: hidden;
}

.hero {
  background:
    linear-gradient(90deg, rgba(8, 7, 10, 0.97), rgba(8, 7, 10, 0.74) 50%, rgba(8, 7, 10, 0.28)),
    radial-gradient(circle at 18% 14%, rgba(243, 141, 179, 0.16), transparent 30%),
    url("assets/bayou-queen-theme.png");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 20px clamp(18px, 4vw, 58px) 78px;
}

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto 54px;
  max-width: 1240px;
  padding: 4px 0;
}

.brand img {
  width: clamp(190px, 22vw, 278px);
}

.navLinks {
  align-items: center;
  display: flex;
  gap: 22px;
  font-size: 1.02rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
}

.navCta,
.primaryButton,
.secondaryButton {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  font-size: 1.02rem;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
}

.navCta,
.primaryButton {
  background: linear-gradient(135deg, var(--pink-hot), var(--pink));
  box-shadow: 0 16px 34px rgba(239, 63, 148, 0.25);
  color: #fff;
}

.secondaryButton {
  border: 1px solid rgba(247, 223, 155, 0.58);
  color: var(--gold-soft);
}

.heroGrid {
  align-items: center;
  display: grid;
  gap: clamp(32px, 5vw, 78px);
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.82fr);
  margin: 0 auto;
  max-width: 1240px;
}

.heroGridCentered {
  grid-template-columns: minmax(0, 1fr);
}

.heroGridCentered .heroCopy {
  max-width: 850px;
}

.heroCopy {
  max-width: 740px;
}

.heroCopy .eyebrow {
  color: var(--pink);
  font-size: 1.18rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}

.eyebrow {
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.75rem, 7vw, 7.6rem);
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 22px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4vw, 4.3rem);
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 0;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.1;
  margin-bottom: 12px;
}

.tagline {
  color: #f4d989;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 900;
  line-height: 1.35;
}

.lede,
.introText p,
.storyCopy p,
.photoSplit p,
.bookingCopy p,
.faq p,
footer p {
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.72;
}

.lede {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.32rem;
  line-height: 1.65;
  max-width: 610px;
}

.notice {
  background: rgba(255, 255, 255, 0.08);
  border-left: 5px solid var(--gold);
  border-right: 1px solid rgba(216, 169, 77, 0.32);
  border-top: 1px solid rgba(216, 169, 77, 0.32);
  border-bottom: 1px solid rgba(216, 169, 77, 0.32);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 1.08rem;
  font-weight: 950;
  margin: 16px 0 0;
  padding: 13px 16px;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.queenFrame {
  background: rgba(8, 7, 10, 0.32);
  border: 1px solid rgba(247, 223, 155, 0.32);
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
  transform: none;
  backdrop-filter: blur(2px);
}

.queenFrame img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.94;
  width: 100%;
}

.goldBand {
  background: var(--black);
  color: var(--gold-soft);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.goldBand p {
  background:
    linear-gradient(180deg, rgba(216, 169, 77, 0.18), rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, rgba(239, 63, 148, 0.12), transparent);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 950;
  margin: 0;
  min-height: 120px;
  padding: 32px;
}

.section {
  margin: 0 auto;
  max-width: 1240px;
  padding: 92px clamp(18px, 4vw, 58px);
}

.intro,
.process,
.faq,
.booking {
  display: grid;
  gap: clamp(30px, 5vw, 74px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.coverageGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 0;
}

.coverageCard {
  background: var(--paper);
  border: 1px solid rgba(216, 169, 77, 0.28);
  border-radius: 8px;
  min-height: 340px;
  padding: 28px;
  position: relative;
}

.coverageCard span {
  background: linear-gradient(135deg, var(--gold), var(--pink), var(--aqua));
  border-radius: 999px;
  display: block;
  height: 10px;
  margin-bottom: 32px;
  width: 74px;
}

.coverageCard p {
  color: var(--muted);
  font-size: 1.13rem;
  line-height: 1.68;
}

.story {
  align-items: stretch;
  background:
    radial-gradient(circle at 70% 20%, rgba(216, 169, 77, 0.14), transparent 28%),
    var(--black);
  color: #fff;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
}

.storyImage img {
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.storyCopy {
  padding: clamp(46px, 8vw, 100px);
}

.storyCopy .eyebrow {
  color: var(--gold-soft);
}

.storyCopy p {
  color: rgba(255, 255, 255, 0.86);
}

.storyCopy .signature {
  color: var(--gold-soft);
  font-size: 1.55rem;
  font-weight: 900;
}

.audience {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: 0.92fr 1.08fr;
}

.panelDark {
  background:
    linear-gradient(rgba(8, 7, 10, 0.52), rgba(8, 7, 10, 0.92)),
    url("assets/kristi-family-porch.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
  padding: clamp(34px, 5vw, 62px);
}

.panelDark .eyebrow {
  color: var(--gold-soft);
}

.audienceLead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.55;
  margin: 18px 0 0;
}

.goldButton {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: var(--black);
  margin-top: 28px;
}

.audience ul {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.audience li,
.process li {
  border-bottom: 1px solid var(--line);
  color: #30292a;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.45;
  padding: 23px 28px;
}

.audience li:last-child,
.process li:last-child {
  border-bottom: 0;
}

.photoSplit {
  align-items: center;
  display: grid;
  gap: clamp(32px, 5vw, 74px);
  grid-template-columns: 1fr 1fr;
}

.featurePhoto img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 620px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.featureList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.featureList span {
  background: var(--black);
  border: 1px solid rgba(216, 169, 77, 0.4);
  border-radius: 999px;
  color: #fff3c5;
  font-weight: 900;
  font-size: 1.02rem;
  padding: 10px 14px;
}

.process ol {
  background: #fff;
  border: 1px solid rgba(216, 169, 77, 0.28);
  border-radius: 8px;
  counter-reset: steps;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.process li {
  counter-increment: steps;
  padding-left: 86px;
  position: relative;
}

.process li::before {
  align-items: center;
  background: linear-gradient(135deg, var(--black), #39240d);
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-soft);
  content: counter(steps);
  display: inline-flex;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  left: 24px;
  position: absolute;
  top: 18px;
  width: 42px;
}

.prayer {
  align-items: center;
  background:
    linear-gradient(110deg, rgba(8, 7, 10, 0.82), rgba(19, 74, 141, 0.72)),
    url("assets/kristi-family-tree.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  display: grid;
  gap: clamp(26px, 5vw, 76px);
  grid-template-columns: 0.9fr 1.1fr;
  padding: 88px clamp(18px, 8vw, 120px);
}

.prayer .eyebrow {
  color: #fff;
}

.prayer p:last-child {
  color: #fff;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  font-weight: 800;
  line-height: 1.55;
  margin: 0;
}

.faqList {
  display: grid;
  gap: 14px;
}

.faq article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.bbbBand {
  align-items: center;
  background:
    linear-gradient(110deg, rgba(8, 7, 10, 0.96), rgba(25, 18, 24, 0.94)),
    var(--black);
  border-top: 1px solid rgba(216, 169, 77, 0.28);
  color: #fff;
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 58px clamp(18px, 8vw, 120px);
}

.bbbBand .eyebrow {
  color: var(--gold-soft);
}

.bbbBand h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.bbbBand p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.65;
  margin: 16px 0 0;
  max-width: 720px;
}

.bbbSeal {
  background: #fff;
  border-radius: 8px;
  display: block;
  padding: 14px;
}

.bbbSeal img {
  height: auto;
  width: 280px;
}

.booking {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 7, 10, 0.94), rgba(19, 74, 141, 0.78)),
    url("assets/kristi-portrait-wide.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  max-width: none;
  padding: 92px clamp(18px, 8vw, 120px);
}

.bookingCopy {
  max-width: 560px;
}

.bookingActions,
.footerLinks {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bookingCopy .eyebrow,
.bookingCopy h2,
.bookingCopy p {
  color: #fff;
}

.contactCardLink {
  border: 1px solid rgba(247, 223, 155, 0.58);
  border-radius: 999px;
  color: var(--gold-soft);
  display: inline-flex;
  font-size: 1.02rem;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
}

.calendlyPanel {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 720px;
  overflow: hidden;
}

.calendlyPanel iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

footer {
  align-items: center;
  background: var(--black);
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 34px clamp(18px, 5vw, 72px);
}

footer img {
  width: 220px;
}

footer p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 620px;
  font-size: 1.05rem;
}

footer a {
  color: var(--gold-soft);
  font-weight: 950;
  font-size: 1.05rem;
}

.footerLinks {
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .navLinks {
    overflow-x: auto;
    padding-bottom: 5px;
    width: 100%;
  }

  .heroGrid,
  .intro,
  .story,
  .audience,
  .photoSplit,
  .process,
  .prayer,
  .faq,
  .bbbBand,
  .booking {
    grid-template-columns: 1fr;
  }

  .coverageGrid,
  .goldBand {
    grid-template-columns: repeat(2, 1fr);
  }

  .storyImage img {
    min-height: 520px;
  }

  .featurePhoto img {
    height: 420px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 16px;
  }

  .brand img {
    width: 210px;
  }

  .navLinks {
    gap: 15px;
    font-size: 0.98rem;
  }

  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .heroActions {
    align-items: stretch;
    flex-direction: column;
  }

  .primaryButton,
  .secondaryButton {
    width: 100%;
  }

  .goldBand,
  .coverageGrid,
  .goldBand p {
    min-height: auto;
  }

  .section,
  .booking {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .storyCopy {
    padding: 38px 22px;
  }

  .featurePhoto img {
    height: 380px;
  }

  .calendlyPanel {
    height: 680px;
  }
}

