/* gifts.css (apenas página de presentes) */

/* ===== BASE DA PÁGINA gifts.html ===== */

.gifts-page .gift-list{
  background: #e3e8f1;
  padding: clamp(80px, 9vw, 120px) 24px clamp(70px, 8vw, 110px);
}

.gifts-page .gift-container{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.gifts-page .gifts-illustration{
  width: min(300px, 48vw);
  height: auto;
  display: block;
  margin: 0 auto 18px;
}

.gifts-page .list-title{
  font-family: "Themysion", "Madelyn", serif;
  font-size: clamp(42px, 4.6vw, 62px);
  font-weight: 400;
  color: #9b7263;
  margin: 0 0 28px;
  line-height: 1.05;
}

.gifts-page .list-subtitle{
  font-family: "Core Bandi Face", sans-serif;
  color: #9b7263;
  letter-spacing: 0.06em;
  font-size: 18px;
  margin: 0 0 6px;
}

/* ===== GRID BASE ===== */

.gifts-page .gift-grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: start !important;
}

.gifts-page .gift-card{
  position: relative;
  background: rgba(239, 239, 239, 0.55);
  border-radius: 16px;
  padding: 18px 18px 16px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden;
  min-width: 0;
  width: auto;
}

.gifts-page .gift-photo{
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 12px;
  display: block;
  margin: 0 auto 12px;
}

.gifts-page .gift-name{
  font-family: "Core Bandi Face", sans-serif;
  color: #6f7b8b;
  letter-spacing: 0.06em;
  font-size: 14px;
  margin: 0 0 6px;
}

.gifts-page .gift-desc{
  font-family: "Core Bandi Face", sans-serif;
  color: #6f7b8b;
  letter-spacing: 0.05em;
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 14px;
}

.gifts-page .gift-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gifts-page .gift-price{
  font-family: "Core Bandi Face", sans-serif;
  color: #9b7263;
  letter-spacing: 0.08em;
  font-size: 14px;
  white-space: nowrap;
}

.gifts-page .gift-btn{
  font-family: "Core Bandi Face", sans-serif;
  letter-spacing: 0.12em;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 0;
  background: #9b7263;
  color: #fff;
  cursor: pointer;
  transition: transform 0.12s ease, opacity 0.12s ease;
}

.gifts-page .gift-btn:hover{
  transform: translateY(-1px);
}

.gifts-page .gift-btn:active{
  transform: translateY(0px);
  opacity: 0.9;
}

.gifts-page .gift-directpay{
  background: rgba(155,114,99,0.10);
  border: 1px solid rgba(155,114,99,0.25);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 16px;
  text-align: left;
}

.gifts-page .gift-directpay__title{
  font-family: "Core Bandi Face", sans-serif;
  color: #9b7263;
  letter-spacing: 0.08em;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.gifts-page .gift-directpay__line{
  font-family: "Core Bandi Face", sans-serif;
  color: #6f7b8b;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 1.5;
}

.gifts-page .gift-directpay__line strong{
  color: #9b7263;
  font-weight: 600;
}

.gifts-page .gift-success{
  font-family: "Core Bandi Face", sans-serif;
  color: #4f9664;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1.4;
}

/* ===== RESET DE CONFLITOS GLOBAIS ===== */

.gifts-page .gift-list label{
  display: block;
  font-weight: normal;
}

.gifts-page .gift-list input,
.gifts-page .gift-list textarea{
  font-size: 14px;
}

/* ===== PAINEL EXPANDIDO ===== */

.gifts-page .gift-panel[hidden]{
  display: none !important;
}

.gifts-page .gift-panel{
  margin-top: 14px;
  padding: 44px 14px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.35);
  border: 1px solid rgba(155,114,99,0.22);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden;
}

.gifts-page .gift-panel__close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(111,123,139,0.22);
  background: rgba(255,255,255,0.75);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #6f7b8b;
}

.gifts-page .gift-panel__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.gifts-page .gift-panel__grid--formOnly{
  display: block;
}

.gifts-page .gift-panel__right--full{
  width: 100%;
}

.gifts-page .gift-panel__photo{
  width: 100%;
  height: 260px;
  object-fit: contain;
  border-radius: 14px;
  display: block;
  background: rgba(255,255,255,0.55);
  padding: 10px;
}

.gifts-page .gift-panel__meta{
  text-align: left;
}

.gifts-page .gift-panel__title{
  font-family: "Core Bandi Face", sans-serif;
  color: #6f7b8b;
  letter-spacing: 0.06em;
  font-size: 14px;
  margin: 0 0 6px;
}

.gifts-page .gift-panel__price{
  font-family: "Core Bandi Face", sans-serif;
  color: #9b7263;
  letter-spacing: 0.08em;
  font-size: 14px;
  margin: 0;
}

.gifts-page .gift-panel__desc{
  font-family: "Core Bandi Face", sans-serif;
  color: #6f7b8b;
  letter-spacing: 0.05em;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6px;
  opacity: 0.95;
}

/* ===== FORM ===== */

.gifts-page .gift-field{
  display: block;
  font-family: "Core Bandi Face", sans-serif;
  letter-spacing: 0.06em;
  color: #6f7b8b;
  font-size: 13px;
  margin: 0;
}

.gifts-page .gift-field + .gift-field{
  margin-top: 12px;
}

.gifts-page .gift-input,
.gifts-page .gift-textarea{
  width: 100%;
  margin-top: 8px;
  border-radius: 12px;
  border: 1px solid rgba(111,123,139,0.22);
  padding: 12px 12px;
  font-family: "Core Bandi Face", sans-serif;
  letter-spacing: 0.04em;
  color: #6f7b8b;
  background: rgba(255,255,255,0.75);
  outline: none;
  box-sizing: border-box;
}

.gifts-page .gift-textarea{
  min-height: 160px;
  resize: vertical;
}

/* ===== BOTÕES / PAGAMENTO ===== */

.gifts-page .gift-pay{
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.gifts-page .gift-paybtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Core Bandi Face", sans-serif;
  letter-spacing: 0.10em;
  font-size: 12px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #9b7263;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
}

.gifts-page .gift-paybtn--sheet{
  background: #9b7263;
  color: #fff;
  border: 0;
}

.gifts-page .gift-payhint{
  font-family: "Core Bandi Face", sans-serif;
  letter-spacing: 0.05em;
  font-size: 11px;
  line-height: 1.35;
  color: #6f7b8b;
  opacity: 0.95;
}

/* ===== CARD ABERTO ===== */

.gifts-page .gift-card.is-open{
  outline: 2px solid rgba(155,114,99,0.25);
}

/* ===== RESPONSIVO ===== */

@media (max-width: 980px){
  .gifts-page .gift-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gifts-page .gift-panel__grid{
    grid-template-columns: 1fr;
  }

  .gifts-page .gift-panel__photo{
    height: 260px;
  }

  .gifts-page .gift-pay{
    align-items: stretch;
  }

  .gifts-page .gift-paybtn{
    min-width: 0;
    width: 100%;
  }

  .gifts-page .gift-payhint{
    text-align: left;
    max-width: none;
  }
}

@media (max-width: 640px){
  .gifts-page .gift-list{
    padding-left: 16px;
    padding-right: 16px;
  }

  .gifts-page .gift-grid{
    grid-template-columns: 1fr !important;
  }

  .gifts-page .gift-photo{
    height: 180px;
  }

  .gifts-page .gift-panel__photo{
    height: 220px;
  }
}
