.gift-page{padding:32px 0 72px;background:linear-gradient(180deg,#f7f7f7 0,#fff 420px)}
.gift-hero{padding-top:18px;padding-bottom:36px}
.gift-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 28px;font-size:13px;color:#777}
.gift-breadcrumbs a{color:inherit;text-decoration:none}
.gift-breadcrumbs a:hover{text-decoration:underline}
.gift-eyebrow,.gift-kicker{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#777}
.gift-hero h1{max-width:930px;margin:0;font-size:clamp(38px,6vw,74px);line-height:.98;letter-spacing:-.046em}
.gift-lead{max-width:790px;margin:22px 0 0;font-size:18px;line-height:1.55;color:#555}
.gift-facts{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.gift-facts span{display:inline-flex;padding:8px 12px;border:1px solid #ddd;border-radius:999px;background:#fff;font-size:13px;font-weight:700}
.gift-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.gift-section{padding-top:42px;padding-bottom:18px}
.gift-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}
.gift-section-heading h2,.gift-copy h2{margin:0;font-size:clamp(27px,4vw,42px);line-height:1.06;letter-spacing:-.03em}
.gift-section-heading>p{max-width:430px;margin:0;color:#777;font-size:14px;line-height:1.5;text-align:right}
.gift-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.gift-intent-card{display:flex;min-height:235px;flex-direction:column;padding:20px;border:1px solid #e8e8e8;border-radius:20px;background:#fff;color:#111;text-decoration:none}
.gift-intent-card:hover{transform:translateY(-2px);border-color:#ccc;box-shadow:0 10px 32px rgba(0,0,0,.05)}
.gift-intent-card small{color:#888;font-size:11px;text-transform:uppercase;letter-spacing:.09em}
.gift-intent-card strong{margin-top:26px;font-size:22px;line-height:1.12;letter-spacing:-.02em}
.gift-intent-card p{color:#666;font-size:13px;line-height:1.5}
.gift-intent-card b{margin-top:auto}
.gift-grid--compact .gift-intent-card{min-height:210px}

.gift-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.gift-product-card{overflow:hidden;border:1px solid #e8e8e8;border-radius:20px;background:#fff}
.gift-product-card__image{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;box-sizing:border-box;background:#fff}
.gift-product-card__image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;transition:transform .28s ease}
.gift-product-card:hover .gift-product-card__image img{transform:none}
.gift-product-card__body{display:flex;min-height:205px;flex-direction:column;padding:16px 17px 18px}
.gift-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px}
.gift-product-card__meta span{overflow:hidden;color:#777;font-size:11px;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}
.gift-product-card__meta b{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#111;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.gift-product-card h3{margin:22px 0 10px;font-size:18px;line-height:1.28}
.gift-product-card p{margin:0 0 18px;color:#666;font-size:13px;line-height:1.5}
.gift-product-card__link{margin-top:auto;color:#111;font-weight:700;text-decoration:none}
.gift-product-card__link:hover{text-decoration:underline}

.gift-copy{max-width:980px;padding-top:58px}
.gift-copy>p{font-size:16px;line-height:1.72;color:#555}
.gift-copy a{color:#111;font-weight:700}
.gift-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:34px}
.gift-guide>div{padding:20px;border:1px solid #e8e8e8;border-radius:18px}
.gift-guide span{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#111;color:#fff;font-weight:700}
.gift-guide h3{margin:18px 0 8px;font-size:18px}
.gift-guide p{margin:0;color:#666;font-size:13px;line-height:1.5}
.gift-faq{margin-top:46px}
.gift-faq h2{margin-bottom:16px}
.gift-faq details{padding:16px 0;border-top:1px solid #e8e8e8}
.gift-faq details:last-child{border-bottom:1px solid #e8e8e8}
.gift-faq summary{cursor:pointer;font-weight:700}
.gift-faq details p{max-width:760px;color:#666;line-height:1.6}

@media(max-width:980px){
  .gift-grid,.gift-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gift-section-heading{align-items:start;flex-direction:column}
  .gift-section-heading>p{text-align:left}
}
@media(max-width:680px){
  .gift-page{padding-top:14px}
  .gift-hero{padding-top:10px;padding-bottom:22px}
  .gift-breadcrumbs{margin-bottom:20px}
  .gift-hero h1{font-size:40px}
  .gift-lead{font-size:16px}
  .gift-grid,.gift-product-grid,.gift-guide{grid-template-columns:1fr}
  .gift-intent-card{min-height:200px}
  .gift-product-card__body{min-height:185px}
  .gift-section{padding-top:30px}
  .gift-copy{padding-top:40px}
}
