@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --navy-950: #030916;
  --navy-900: #07162f;
  --navy-800: #0b2349;
  --navy-700: #123a73;
  --gold: #d9bd73;
  --gold-light: #f2dfa3;
  --cream: #fffaf0;
  --white: #ffffff;
  --ink: #121a27;
  --muted: #5a6575;
  --line: rgba(217, 189, 115, 0.55);
  --shadow: 0 24px 70px rgba(2, 12, 30, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f5f6f8;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

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

.hero {
  min-height: 760px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(rgba(3, 9, 22, 0.18), rgba(3, 9, 22, 0.67)),
    url("assets/blue-silk.webp") center / cover no-repeat;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 28%, rgba(33, 88, 166, 0.2), transparent 42%);
}

.hero-inner {
  width: min(1040px, calc(100% - 48px));
  padding: 140px 0;
}

.frame {
  position: absolute;
  pointer-events: none;
  border: 2px solid var(--gold);
  opacity: 0.92;
}

.frame-one {
  inset: 36px 8%;
  transform: skewX(-2deg);
}

.frame-two {
  inset: 70px 5%;
}

.eyebrow,
.sub-eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.eyebrow {
  font-size: clamp(1.15rem, 2.2vw, 1.9rem);
  font-weight: 600;
}

.sub-eyebrow {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.8rem, 1.5vw, 1.05rem);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 38px 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(4.1rem, 10vw, 8.4rem);
  line-height: 0.78;
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

h1 span {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 0.57em;
  line-height: 1;
}

.hero-date {
  margin: 0;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  font-weight: 600;
}

.hero-place {
  margin: 8px 0 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font: inherit;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  color: var(--navy-950);
  background: var(--gold);
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.button-ghost:hover {
  color: var(--navy-950);
  background: var(--white);
}

.button-ghost-dark {
  color: var(--gold-light);
  border-color: var(--gold);
  background: transparent;
}

.button-ghost-dark:hover {
  color: var(--navy-950);
  background: var(--gold);
}

.full-width {
  width: 100%;
}

.section,
.section-narrow {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 92px 0;
}

.section-narrow {
  width: min(900px, calc(100% - 40px));
  padding: 78px 0;
  text-align: center;
}

.intro {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
}

.lead {
  margin-top: 0;
  color: var(--navy-800);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.15;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  color: var(--white);
  background: var(--navy-900);
  box-shadow: var(--shadow);
}

.quick-facts article {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.quick-facts article:last-child {
  border-right: 0;
}

.fact-label {
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading > span,
.card-kicker,
.course-label {
  color: #8a6d2e;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-heading h2,
.payment-panel h2 {
  margin: 7px 0 12px;
  color: var(--navy-900);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 1;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.booking-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(9, 36, 78, 0.1);
  box-shadow: var(--shadow);
}

.card-copy {
  padding: clamp(28px, 5vw, 48px);
}

.booking-card h3,
.menu-course h3 {
  margin: 5px 0 12px;
  color: var(--navy-900);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.15rem;
  line-height: 1.06;
}

.price {
  margin: 5px 0 25px;
  color: #8a6d2e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.price small {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
}

.deadline {
  margin: 25px 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  background: #f7f3e8;
}

.invite-preview {
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--white);
  background: var(--navy-900);
  cursor: zoom-in;
}

.invite-preview img {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
  object-position: top;
}

.invite-preview span {
  display: block;
  padding: 14px;
  font-weight: 700;
}

.payment-section {
  padding-top: 10px;
}

.payment-panel {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 34px 56px;
  align-items: start;
  padding: clamp(30px, 6vw, 70px);
  color: var(--white);
  background:
    linear-gradient(rgba(3, 9, 22, 0.74), rgba(3, 9, 22, 0.9)),
    url("assets/blue-silk.webp") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.payment-panel h2 {
  color: var(--white);
}

.bank-details {
  margin: 0;
}

.bank-details > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(217, 189, 115, 0.34);
}

.bank-details dt {
  color: var(--gold);
  font-weight: 700;
}

.bank-details dd {
  margin: 0;
}

.copy-message {
  min-height: 1.5em;
  margin: 0;
  color: var(--gold-light);
}

.menu-section {
  padding-top: 70px;
}

.menu-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  gap: 22px;
  align-items: stretch;
}

.menu-course {
  padding: 38px 30px;
  border-top: 4px solid var(--gold);
  background: var(--white);
  box-shadow: 0 12px 38px rgba(2, 12, 30, 0.09);
  text-align: center;
}

.main-course {
  color: var(--white);
  background: var(--navy-900);
}

.main-course h3 {
  color: var(--white);
}

.dietary {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 9px;
  color: var(--navy-900);
  border-radius: 2px;
  background: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.or {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.or::before,
.or::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}

.menu-note {
  margin: 30px auto 0;
  color: var(--muted);
  text-align: center;
}

.closing {
  padding-top: 30px;
}

.closing-line {
  margin: 0;
  color: var(--navy-900);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
}

footer {
  padding: 30px 20px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy-950);
  text-align: center;
  font-size: 0.85rem;
}

dialog {
  width: min(900px, calc(100% - 30px));
  max-height: 92vh;
  padding: 0;
  border: 1px solid var(--gold);
  background: var(--navy-950);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

dialog img {
  max-height: 90vh;
  margin: auto;
  object-fit: contain;
}

.dialog-close {
  position: fixed;
  z-index: 2;
  top: 16px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--white);
  background: var(--navy-950);
  font-size: 2rem;
  cursor: pointer;
}

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

  .frame-one {
    inset: 24px 7%;
  }

  .frame-two {
    inset: 54px 4%;
  }

  .quick-facts,
  .booking-grid,
  .menu-grid,
  .payment-panel {
    grid-template-columns: 1fr;
  }

  .quick-facts article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-facts article:last-child {
    border-bottom: 0;
  }

  .payment-panel {
    gap: 24px;
  }
}

@media (max-width: 520px) {
  .hero-inner {
    width: min(100% - 34px, 1040px);
    padding: 115px 0;
  }

  h1 {
    font-size: clamp(3.3rem, 18vw, 5.2rem);
  }

  .hero-date {
    font-size: 1.7rem;
  }

  .section,
  .section-narrow,
  .quick-facts {
    width: min(100% - 24px, 1180px);
  }

  .section {
    padding: 64px 0;
  }

  .section-narrow {
    padding: 60px 0;
  }

  .bank-details > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
