.gtg-gift-cards {
  --gtg-gift-ink: var(--gtg-shop-ink, #25201d);
  --gtg-gift-muted: var(--gtg-shop-muted, #62564d);
  --gtg-gift-card: var(--gtg-shop-card, #fffaf2);
  --gtg-gift-paper: var(--gtg-shop-paper, #fffdf8);
  --gtg-gift-accent: var(--gtg-shop-accent, #d25b43);
  --gtg-gift-yellow: var(--gtg-shop-yellow, #f6c53d);
  --gtg-gift-shadow: var(--gtg-shop-shadow, rgba(37, 32, 29, .95));
  gap: clamp(1rem, 2.5vw, 1.45rem);
}

.gtg-gift-cards,
.gtg-gift-cards * { box-sizing: border-box; }

.gtg-gift-cards__back {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  align-items: center;
}

.gtg-gift-cards__hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(280px, .58fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
}

.gtg-gift-cards__copy-card,
.gtg-gift-cards__image-card,
.gtg-gift-cards__panel {
  border: 2px solid var(--gtg-gift-ink);
  border-radius: 24px;
  background: var(--gtg-gift-card);
  box-shadow: 4px 4px 0 var(--gtg-gift-shadow);
}

.gtg-gift-cards__copy-card {
  display: grid;
  align-content: center;
  gap: .85rem;
  min-height: clamp(360px, 45vw, 520px);
  padding: clamp(1.1rem, 4vw, 2.4rem);
  position: relative;
  overflow: hidden;
}

.gtg-gift-cards__copy-card::after {
  content: none;
  display: none;
}

.gtg-gift-cards__copy-card > * { position: relative; z-index: 1; }

.gtg-gift-cards__eyebrow {
  margin: 0;
  color: var(--gtg-gift-accent);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gtg-gift-cards h1,
.gtg-gift-cards h2 {
  margin: 0;
  font-family: var(--gtg-font-heading, inherit);
  line-height: .98;
  letter-spacing: -.025em;
}

.gtg-gift-cards h1 {
  max-width: 12ch;
  font-size: clamp(2.6rem, 7vw, 5.75rem);
}

.gtg-gift-cards h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
}

.gtg-gift-cards__lede {
  max-width: 680px;
  margin: 0;
  color: var(--gtg-gift-muted);
  font-size: clamp(1rem, 1.65vw, 1.22rem);
  font-weight: 800;
  line-height: 1.35;
}

.gtg-gift-cards__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
  margin-top: .35rem;
}

.gtg-gift-cards__button,
.gtg-gift-cards__add,
.gtg-gift-cards__secondary-link,
.gtg-gift-cards__text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .72rem 1rem;
  border: 2px solid var(--gtg-gift-ink);
  border-radius: 14px;
  background: var(--gtg-gift-accent);
  color: #fff !important;
  box-shadow: 4px 4px 0 var(--gtg-gift-shadow);
  font: inherit;
  font-weight: 950;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.gtg-gift-cards__button:hover,
.gtg-gift-cards__add:hover,
.gtg-gift-cards__secondary-link:hover,
.gtg-gift-cards__text-link:hover,
.gtg-gift-cards__amount:hover {
  filter: brightness(1.03);
  transform: translate(1px, 1px);
  box-shadow: 3px 3px 0 var(--gtg-gift-shadow);
}

.gtg-gift-cards__button:active,
.gtg-gift-cards__add:active,
.gtg-gift-cards__secondary-link:active,
.gtg-gift-cards__text-link:active,
.gtg-gift-cards__amount:active {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 var(--gtg-gift-shadow);
}

.gtg-gift-cards__text-link,
.gtg-gift-cards__secondary-link {
  background: var(--gtg-gift-card);
  color: var(--gtg-gift-ink) !important;
}

.gtg-gift-cards__image-card {
  display: grid;
  place-items: stretch;
  min-height: clamp(280px, 42vw, 520px);
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.gtg-gift-cards__image-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 22px;
}

.gtg-gift-cards__purchase-grid,
.gtg-gift-cards__info-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
  gap: clamp(1rem, 2.5vw, 1.45rem);
  align-items: stretch;
}

.gtg-gift-cards__panel {
  display: grid;
  align-content: start;
  gap: .9rem;
  padding: clamp(1rem, 2.5vw, 1.45rem);
}

.gtg-gift-cards__panel-head {
  display: grid;
  gap: .45rem;
}

.gtg-gift-cards__price-range {
  margin: .15rem 0 0;
  color: var(--gtg-gift-accent);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 950;
  line-height: 1;
}

.gtg-gift-cards__form {
  display: grid;
  gap: .85rem;
}

.gtg-gift-cards__amounts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: .65rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.gtg-gift-cards__amounts legend,
.gtg-gift-cards__quantity {
  grid-column: 1 / -1;
  color: var(--gtg-gift-muted);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.gtg-gift-cards__amount {
  display: grid;
  gap: .2rem;
  min-height: 86px;
  padding: .8rem;
  border: 2px solid var(--gtg-gift-ink);
  border-radius: 16px;
  background: #fff;
  color: var(--gtg-gift-ink);
  box-shadow: 3px 3px 0 var(--gtg-gift-shadow);
  cursor: pointer;
  text-align: left;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.gtg-gift-cards__amount strong {
  color: var(--gtg-gift-accent);
  font-size: 1.38rem;
  font-weight: 950;
  line-height: 1;
}

.gtg-gift-cards__amount span {
  color: var(--gtg-gift-muted);
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.2;
}

.gtg-gift-cards__amount.is-selected {
  background: var(--gtg-gift-yellow);
  outline: 3px solid rgba(37, 32, 29, .14);
  outline-offset: 2px;
}

.gtg-gift-cards__amount.is-selected strong { color: var(--gtg-gift-ink); }

.gtg-gift-cards__quantity {
  display: grid;
  gap: .3rem;
  max-width: 120px;
}

.gtg-gift-cards__quantity input {
  width: 100%;
  min-height: 48px;
  padding: .65rem;
  border: 2px solid var(--gtg-gift-ink);
  border-radius: 12px;
  background: #fff;
  color: var(--gtg-gift-ink);
  font: inherit;
  font-weight: 850;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.gtg-gift-cards__quantity input::-webkit-outer-spin-button,
.gtg-gift-cards__quantity input::-webkit-inner-spin-button { margin: 0; }

.gtg-gift-cards__message {
  min-height: 1.25em;
  margin: 0;
  color: var(--gtg-gift-muted);
  font-weight: 900;
}

.gtg-gift-cards__message[data-type='error'] { color: #9d2d1c; }
.gtg-gift-cards__message[data-type='success'] { color: #2d6f2e; }

.gtg-gift-cards__add {
  width: 100%;
  min-height: 56px;
}

.gtg-gift-cards__add.is-loading,
.gtg-gift-cards__add[aria-disabled='true'] {
  cursor: wait;
  opacity: .76;
}

.gtg-gift-cards__add.is-added {
  background: var(--gtg-gift-yellow);
  color: var(--gtg-gift-ink) !important;
}

.gtg-gift-cards__after-add {
  display: grid;
  gap: .55rem;
  padding: .75rem;
  border: 2px solid var(--gtg-gift-ink);
  border-radius: 14px;
  background: #fff3cf;
}

.gtg-gift-cards__after-add div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
}

.gtg-gift-cards__notice {
  display: grid;
  gap: .35rem;
  padding: .85rem;
  border: 2px solid var(--gtg-gift-ink);
  border-radius: 16px;
  background: #fff3cf;
}

.gtg-gift-cards__notice p,
.gtg-gift-cards__panel p {
  margin: 0;
  color: var(--gtg-gift-muted);
  font-weight: 750;
  line-height: 1.45;
}

.gtg-gift-cards__tick-list {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gtg-gift-cards__tick-list li {
  position: relative;
  padding-left: 1.75rem;
  color: var(--gtg-gift-muted);
  font-weight: 850;
  line-height: 1.35;
}

.gtg-gift-cards__tick-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -.04rem;
  display: grid;
  place-items: center;
  width: 1.22rem;
  height: 1.22rem;
  border: 2px solid var(--gtg-gift-ink);
  border-radius: 999px;
  background: #d8efc4;
  color: var(--gtg-gift-ink);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
}

.gtg-gift-cards__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.gtg-gift-cards__chips span {
  display: inline-flex;
  padding: .36rem .62rem;
  border: 2px solid rgba(37, 32, 29, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--gtg-gift-muted);
  font-size: .86rem;
  font-weight: 900;
}

.gtg-gift-cards__faq {
  margin-bottom: clamp(1rem, 4vw, 2rem);
}

.gtg-gift-cards__faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.gtg-gift-cards__faq details {
  padding: .85rem;
  border: 2px solid rgba(37, 32, 29, .18);
  border-radius: 16px;
  background: #fff;
}

.gtg-gift-cards__faq summary {
  cursor: pointer;
  color: var(--gtg-gift-ink);
  font-weight: 950;
}

.gtg-gift-cards__faq details p {
  margin-top: .55rem;
}

@media (max-width: 980px) {
  .gtg-gift-cards__hero,
  .gtg-gift-cards__purchase-grid,
  .gtg-gift-cards__info-grid {
    grid-template-columns: 1fr;
  }

  .gtg-gift-cards__copy-card { min-height: auto; }
}

@media (max-width: 560px) {
  .gtg-gift-cards { width: min(100% - 1.2rem, var(--gtg-shell, 1200px)); }
  .gtg-gift-cards h1 { font-size: clamp(2.35rem, 13vw, 3.6rem); }
  .gtg-gift-cards__amounts { grid-template-columns: 1fr; }
  .gtg-gift-cards__after-add div,
  .gtg-gift-cards__faq-grid { grid-template-columns: 1fr; }
  .gtg-gift-cards__hero-actions > *,
  .gtg-gift-cards__after-add a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .gtg-gift-cards * { transition: none !important; animation: none !important; }
}
