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

.giftCardHero {
  padding: 112px 20px 76px;
  text-align: center;
  background: linear-gradient(rgba(11, 12, 12, .68), rgba(11, 12, 12, .88)), url("../images/background-316b13515c.jpg") center / cover;
}

.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(1100px, 92%);
  margin: 0 auto;
  padding: 64px 0 100px;
}

.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(28px, 4vw, 42px)/1.15 var(--font-primary);
}

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

.giftCardFormCard {
  padding: clamp(24px, 4vw, 38px);
  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);
}

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

.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;
}

.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 {
  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 { outline: 2px solid var(--primary); outline-offset: 2px; }
.giftCardField { margin-bottom: 18px; }
.giftCardTrust { margin: 18px 0 0; color: var(--text-faded); font: 400 13px var(--font-secondary); }

.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; }
.giftCardMessage { min-height: 22px; margin: 14px 0 0; color: #f2c2b7; font: 400 14px/1.5 var(--font-secondary); }

.giftCardReady {
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 20px;
}

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

.giftCardVisual {
  padding: clamp(28px, 6vw, 58px) clamp(22px, 6vw, 64px);
  border: 1px solid rgba(11, 12, 12, .22);
  background: var(--primary);
  color: var(--bg-dark);
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.giftCardVisual .giftCardEyebrow { color: rgba(11, 12, 12, .62); }
.giftCardVisual .giftCardTitle { color: var(--bg-dark); font-size: clamp(38px, 8vw, 66px); }
.giftCardAmountValue { margin: 22px 0 26px; font: 700 clamp(44px, 9vw, 76px)/1 var(--font-secondary); letter-spacing: -.03em; }
.giftCardRecipient { margin: 0; font: 600 17px/1.4 var(--font-secondary); }
.giftCardMessageText { margin: 8px auto 0; max-width: 360px; font: italic 16px/1.5 var(--font-secondary); }
.giftCardQr { display: block; width: min(250px, 72vw); height: auto; margin: 30px auto 16px; padding: 12px; background: #fff; }
.giftCardQrHint { margin: 0; font: 600 12px/1.4 var(--font-secondary); letter-spacing: .08em; text-transform: uppercase; }
.giftCardCodeLabel { margin: 28px 0 6px; font: 600 12px var(--font-secondary); letter-spacing: .12em; text-transform: uppercase; }
.giftCardCode { margin: 0; font: 700 clamp(17px, 4vw, 24px) var(--font-secondary); letter-spacing: .12em; word-break: break-word; }
.giftCardActions { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }
.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); }

@media (max-width: 760px) {
  .giftCardHero { padding: 72px 18px 54px; }
  .giftCardMain { padding: 42px 0 70px; }
  .giftCardLayout { grid-template-columns: 1fr; gap: 34px; }
  .giftCardIntro { text-align: center; }
  .giftCardIntro > p { margin-inline: auto; }
}

@media (max-width: 420px) {
  .giftCardAmounts { grid-template-columns: repeat(2, 1fr); }
  .giftCardActions { flex-direction: column; }
}
