.giftCardPage {
  min-height: 100vh;
  background: var(--bg-dark);
  color: var(--secondary);
}

.giftCardHero {
  position: relative;
  padding: clamp(88px, 11vw, 136px) 20px clamp(68px, 8vw, 96px);
  text-align: center;
  background: linear-gradient(rgba(11, 12, 12, .68), rgba(11, 12, 12, .88)), url("../images/background-316b13515c.jpg") center / cover;
  border-bottom: 1px solid rgba(210, 193, 175, .22);
}

.giftCardPage .FloatingBooking_floatingBooking__J___P { top: 50%; bottom: auto; transform: translateY(-50%); }

.giftCardHero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: min(180px, 42vw);
  height: 2px;
  transform: translateX(-50%);
  background: var(--primary);
}

.giftCardHeroInner {
  width: min(760px, 100%);
  margin: 0 auto;
}

.giftCardEyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font: 600 13px/1.2 var(--font-secondary);
  letter-spacing: .25em;
  text-transform: uppercase;
}

.giftCardHero h1,
.giftCardTitle {
  margin: 0;
  color: var(--primary);
  font: 400 clamp(42px, 7vw, 72px)/1.08 var(--font-primary);
}

.giftCardHero p {
  max-width: 560px;
  margin: 20px auto 0;
  color: var(--text-faded);
  font: 400 17px/1.7 var(--font-secondary);
}

.giftCardMain {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(26px, 3.5vw, 52px) 0 96px;
}

.giftCardLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 52px;
  align-items: start;
}

.giftCardIntro h2 {
  margin: 0 0 18px;
  color: var(--secondary);
  font: 400 clamp(32px, 4vw, 48px)/1.1 var(--font-primary);
}

.giftCardIntro > p {
  max-width: 520px;
  margin: 0;
  color: var(--text-faded);
  font: 400 16px/1.75 var(--font-secondary);
}

.giftCardPromise {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  color: var(--primary);
  font: 700 11px/1.3 var(--font-secondary);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.giftCardPromise span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.giftCardPromise span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
}

.giftCardFormCard {
  position: relative;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(210, 193, 175, .28);
  background: linear-gradient(145deg, rgba(210, 193, 175, .12), rgba(255, 255, 255, .035));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.giftCardFormHeader {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(210, 193, 175, .2);
}

.giftCardFormKicker {
  margin: 0 0 10px;
  color: var(--primary);
  font: 700 11px/1.2 var(--font-secondary);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.giftCardFormCard h2 {
  margin: 0 0 28px;
  color: var(--primary);
  font: 400 32px/1.15 var(--font-primary);
}

.giftCardFormHeader h2 { margin-bottom: 10px; }

.giftCardFormLead {
  margin: 0;
  color: var(--text-faded);
  font: 400 14px/1.55 var(--font-secondary);
}

.giftCardFieldset {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.giftCardFieldset legend,
.giftCardLabel {
  display: block;
  margin-bottom: 10px;
  color: var(--secondary);
  font: 600 13px/1.3 var(--font-secondary);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.giftCardFieldHint {
  margin: -2px 0 14px;
  color: var(--text-faded);
  font: 400 13px/1.45 var(--font-secondary);
}

.giftCardAmounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.giftCardAmount {
  min-height: 48px;
  border: 1px solid rgba(210, 193, 175, .42);
  background: transparent;
  color: var(--secondary);
  cursor: pointer;
  font: 600 15px var(--font-secondary);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.giftCardAmount:hover,
.giftCardAmount:focus-visible,
.giftCardAmount.is-selected,
.giftCardAmount[aria-pressed="true"] {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--bg-dark);
}

.giftCardInput {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 0;
  background: rgba(0, 0, 0, .18);
  color: var(--secondary);
  font: 400 16px var(--font-secondary);
}

.giftCardInput::placeholder { color: rgba(255, 255, 255, .52); }
.giftCardInput:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
.giftCardInput[aria-invalid="true"] { border-color: #f2c2b7; }
.giftCardFieldError { margin: 7px 0 0; color: #f2c2b7; font: 400 13px/1.4 var(--font-secondary); }
.giftCardField { margin-bottom: 18px; }
.giftCardDelivery { margin: 6px 0 22px; padding: 14px 0 0; border: 0; border-top: 1px solid rgba(210, 193, 175, .2); }
.giftCardDelivery legend { padding: 0; color: var(--secondary); font: 600 13px/1.3 var(--font-secondary); letter-spacing: .08em; text-transform: uppercase; }
.giftCardToggle { display: flex; align-items: center; gap: 10px; min-height: 44px; color: var(--secondary); font: 600 14px/1.4 var(--font-secondary); cursor: pointer; }
.giftCardToggle input { width: 20px; height: 20px; accent-color: var(--primary); }
.giftCardDelivery .giftCardFieldHint { margin: 4px 0 14px 30px; }
.giftCardTrust { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: var(--text-faded); font: 400 13px var(--font-secondary); }
.giftCardTrustMark { color: var(--primary); font-size: 15px; }

.giftCardSubmit {
  width: 100%;
  min-height: 54px;
  border: 0;
  background: var(--primary);
  color: var(--bg-dark);
  cursor: pointer;
  font: 700 14px var(--font-secondary);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.giftCardSubmit:hover,
.giftCardSubmit:focus-visible { background: #e7d8ca; }
.giftCardSubmit:disabled { cursor: wait; opacity: .65; }
.giftCardSubmit[data-state="loading"]::after { content: ""; display: inline-block; width: 12px; height: 12px; margin-left: 10px; border: 2px solid rgba(11, 12, 12, .35); border-top-color: var(--bg-dark); border-radius: 50%; vertical-align: -2px; animation: giftCardSpin .7s linear infinite; }
.giftCardMessage { min-height: 22px; margin: 14px 0 0; color: #f2c2b7; font: 400 14px/1.5 var(--font-secondary); }
.giftCardMessage:empty { min-height: 0; }

.giftCardReady {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 72px;
}

.giftCardExperience { display: grid; gap: 18px; width: min(1200px, 100%); margin: 0 auto; }

.giftCardStatus {
  text-align: center;
  color: #f4efe9;
  font: 400 16px/1.6 var(--font-secondary);
}

.giftCardVisual {
  container-type: inline-size;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1200 / 560;
  padding: 3.1% 4.6%;
  border: 1px solid rgba(210, 193, 175, .72);
  background: radial-gradient(circle at 92% 5%, rgba(210, 193, 175, .17), transparent 28%), linear-gradient(120deg, #151717, #080909 62%, #191612);
  color: var(--primary);
  text-align: left;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .08);
}

.giftCardVisual::before,
.giftCardVisual::after { content: ""; position: absolute; border: 1px solid rgba(11, 12, 12, .22); pointer-events: none; }
.giftCardVisual::before { width: 270px; height: 270px; right: -130px; top: -150px; border-color: rgba(210, 193, 175, .32); border-radius: 50%; }
.giftCardVisual::after { width: 190px; height: 190px; left: -110px; bottom: -115px; border-color: rgba(210, 193, 175, .24); border-radius: 50%; }
.giftCardCardTop,
.giftCardCardBody { position: relative; z-index: 1; }
.giftCardCardTop { display: flex; align-items: center; justify-content: space-between; gap: 2%; height: 20%; box-sizing: border-box; border-bottom: 1px solid rgba(210, 193, 175, .36); }
.giftCardBrand { display: flex; align-items: center; gap: 14px; }
.giftCardBrandLogo { display: block; width: clamp(56px, 11cqw, 104px); height: auto; max-height: 100%; object-fit: contain; }
.giftCardVisual .giftCardEyebrow { margin: 0; color: var(--primary); }
.giftCardCardLabel { margin: 0; color: rgba(210, 193, 175, .8); font: 600 clamp(7px, 1.05cqw, 10px)/1.2 var(--font-secondary); letter-spacing: .2em; text-transform: uppercase; }
.giftCardCardBody { display: grid; grid-template-columns: minmax(0, 1fr) 29%; grid-template-rows: minmax(0, 1fr); gap: 4%; align-items: center; height: 80%; min-height: 0; box-sizing: border-box; padding-top: 0; }
.giftCardCardDetails { display: flex; flex-direction: column; justify-content: center; height: 100%; min-width: 0; min-height: 0; overflow: visible; }
.giftCardVisual .giftCardTitle { color: var(--primary); font-size: clamp(22px, 4.8cqw, 46px); }
.giftCardAmountValue { margin: 2% 0 0; color: #f3ece4; font: 600 clamp(28px, 6.9cqw, 66px)/.94 var(--font-secondary); font-variant-numeric: tabular-nums; letter-spacing: -.055em; }
.giftCardRecipient { margin: 0; color: #f3ece4; font: 600 clamp(10px, 1.55cqw, 15px)/1.4 var(--font-secondary); }
.giftCardCodeLabel { margin: 8% 0 1.5%; color: rgba(210, 193, 175, .75); font: 600 clamp(7px, .95cqw, 9px) var(--font-secondary); letter-spacing: .18em; text-transform: uppercase; }
.giftCardCode { margin: 0; color: var(--primary); font: 600 clamp(11px, 2cqw, 19px)/1.05 var(--font-secondary); letter-spacing: .13em; overflow-wrap: anywhere; }
.giftCardQrArea { display: grid; grid-template-rows: minmax(0, 1fr) auto; align-content: center; justify-items: center; row-gap: 4%; align-self: stretch; box-sizing: border-box; min-width: 0; min-height: 0; max-height: 100%; overflow: hidden; padding: 1.25cqw; border: 1px solid rgba(210, 193, 175, .3); background: rgba(210, 193, 175, .07); text-align: center; }
.giftCardQrFrame { display: grid; place-items: center; box-sizing: border-box; width: auto; height: 100%; min-width: 0; max-width: 100%; max-height: 100%; aspect-ratio: 1; padding: .9cqw; background: #fff; box-shadow: 0 12px 28px rgba(0, 0, 0, .24); }
.giftCardQr { display: block; width: 100%; height: 100%; object-fit: contain; image-rendering: pixelated; }
.giftCardQrHint { margin: 4% 0 0; color: rgba(210, 193, 175, .9); font: 600 clamp(6px, .9cqw, 9px)/1.35 var(--font-secondary); letter-spacing: .13em; text-transform: uppercase; }
.giftCardQrFallback { margin: 0; color: rgba(11, 12, 12, .75); font: 400 12px/1.45 var(--font-secondary); }
.giftCardUtility { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 22px; width: max-content; max-width: 100%; margin: 0 auto; padding: 8px 10px; border: 1px solid rgba(210, 193, 175, .24); background: rgba(11, 12, 12, .94); box-shadow: 0 12px 36px rgba(0, 0, 0, .35); }
.giftCardDownloadAction,
.giftCardUtilityAction { min-height: 48px; padding: 12px 20px; cursor: pointer; font: 700 12px var(--font-secondary); letter-spacing: .1em; text-transform: uppercase; }
.giftCardDownloadAction { border: 1px solid var(--primary); background: var(--primary); color: var(--bg-dark); box-shadow: 0 8px 20px rgba(0, 0, 0, .22); }
.giftCardDownloadAction:hover,
.giftCardDownloadAction:focus-visible { background: #e7d8ca; }
.giftCardUtilityAction { min-height: auto; padding: 10px 2px; border: 0; border-bottom: 1px solid rgba(210, 193, 175, .55); background: transparent; color: var(--primary); }
.giftCardUtilityAction:hover,
.giftCardUtilityAction:focus-visible { border-color: var(--primary); background: rgba(210, 193, 175, .12); }
.giftCardErrorActions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.giftCardErrorActions .giftCardAction { border-color: var(--primary); color: var(--primary); }
.giftCardErrorActions .giftCardAction:hover,
.giftCardErrorActions .giftCardAction:focus-visible { background: var(--primary); color: var(--bg-dark); }
.giftCardAction { min-height: 44px; padding: 11px 18px; border: 1px solid var(--bg-dark); background: transparent; color: var(--bg-dark); cursor: pointer; font: 700 12px var(--font-secondary); letter-spacing: .08em; text-transform: uppercase; }
.giftCardAction:hover, .giftCardAction:focus-visible { background: var(--bg-dark); color: var(--primary); }

/* Gift Card pages use the site's header markup, including inline SVG menu icons. */
.Header_mobileMenuTrigger__oNR1j > span > svg { display: block; width: 1em; height: 1em; }

@media (max-width: 760px) {
  .giftCardHero { padding: 38px 18px 30px; }
  .giftCardHero p { margin-top: 10px; font-size: 15px; }
  .giftCardMain { width: min(620px, calc(100% - 30px)); padding: 28px 0 70px; }
  .giftCardLayout { grid-template-columns: 1fr; gap: 34px; }
  .giftCardFormCard { order: -1; }
  .giftCardIntro { text-align: center; }
  .giftCardIntro > p { margin-inline: auto; }
  .giftCardPromise { justify-content: center; }
  .giftCardVisual { padding: 3.1% 4.6%; }
  .giftCardPage .FloatingBooking_floatingBooking__J___P { display: none; }
}

@media (max-width: 560px) {
  .giftCardReady { width: 100%; }
  .giftCardVisual { padding: 3.1% 4.6%; }
}

@media (max-width: 360px) {
  .giftCardVisual { padding: 3.1% 4.6%; }
  #gift-card-visual .giftCardCode { font-size: 8px; letter-spacing: .08em; white-space: nowrap; }
  #gift-card-visual .giftCardCodeLabel { margin-top: 4%; }
}

@media (max-width: 420px) {
  .giftCardMain { width: calc(100% - 24px); }
  .giftCardFormCard { padding: 24px 20px; }
  .giftCardFormCard h2 { font-size: 30px; }
  .giftCardIntro h2 { font-size: 34px; }
  .giftCardAmounts { grid-template-columns: repeat(2, 1fr); }
  .giftCardActions { flex-direction: column; }
  .giftCardUtility { width: 100%; max-width: none; flex-direction: column; }
  .giftCardDownloadAction,
  .giftCardUtilityAction { width: 100%; }
  .giftCardErrorActions { flex-direction: column; align-items: stretch; }
  .giftCardAction { width: 100%; }
  .giftCardPromise { gap: 8px 12px; font-size: 10px; letter-spacing: .1em; }
}

@keyframes giftCardSpin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .giftCardAmount,
  .giftCardSubmit,
  .giftCardAction { transition: none; }
  .giftCardSubmit[data-state="loading"]::after { animation: none; }
}

/* The card is one protected, server-rendered asset. Preview and download therefore stay pixel-identical at every scale. */
.giftCardVisual { padding: 0; }
.giftCardServerImage { display: block; width: 100%; height: 100%; object-fit: contain; aspect-ratio: 1200 / 560; }
.giftCardVisual > .giftCardQrFallback { position: absolute; inset: auto 1rem 1rem; padding: .6rem; background: var(--primary); color: var(--bg-dark); text-align: center; }
.srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
