/* DOIT GIFT Products V1 */
.products-hero {
  padding: 88px 0 72px;
  background:
    radial-gradient(circle at 85% 20%, rgba(227,27,35,.10), transparent 28%),
    linear-gradient(135deg, #ffffff, #f2f2f2);
}

.products-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}

.products-hero h1 {
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -.045em;
  margin: 18px 0 24px;
}

.products-hero h1 span {
  color: var(--accent);
}

.products-hero p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
}

.products-hero-card {
  min-height: 440px;
  border-radius: 28px;
  background: linear-gradient(145deg, #181818, #2e2e2e);
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,.16);
}

.products-hero-card::before,
.products-hero-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -90px;
}

.products-hero-card::after {
  width: 250px;
  height: 250px;
  right: 40px;
  top: 90px;
}

.hero-badge {
  position: absolute;
  top: 28px;
  left: 30px;
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(255,255,255,.65);
}

.hero-stack {
  position: absolute;
  inset: 70px 40px 80px;
}

.stack-piece {
  position: absolute;
  display: grid;
  place-items: center;
  color: #111;
  font-weight: 800;
  box-shadow: 0 22px 45px rgba(0,0,0,.28);
}

.stack-coin {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(145deg,#d9d9d9,#8a8a8a);
  left: 42px;
  top: 78px;
  font-size: 42px;
}

.stack-pin {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  background: linear-gradient(145deg,#ececec,#a7a7a7);
  right: 44px;
  top: 55px;
  font-size: 32px;
  transform: rotate(10deg);
}

.stack-badge {
  width: 152px;
  height: 82px;
  border-radius: 18px;
  background: linear-gradient(145deg,#f1f1f1,#9e9e9e);
  right: 25px;
  bottom: 65px;
  font-size: 14px;
  letter-spacing: .18em;
}

.stack-key {
  width: 128px;
  height: 66px;
  border-radius: 32px;
  background: linear-gradient(145deg,#dfdfdf,#8d8d8d);
  left: 20px;
  bottom: 50px;
  font-size: 15px;
  transform: rotate(-18deg);
}

.hero-caption {
  position: absolute;
  bottom: 28px;
  left: 30px;
  font-size: 13px;
  color: rgba(255,255,255,.68);
}

.category-strip {
  background: #111;
  color: #fff;
}

.category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.category-links a {
  flex: 1 1 16.66%;
  padding: 18px 14px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-right: 1px solid rgba(255,255,255,.08);
  transition: background .2s ease, color .2s ease;
}

.category-links a:hover {
  background: var(--accent);
  color: #fff;
}

.products-detail-grid {
  display: grid;
  gap: 24px;
}

.product-detail-card {
  display: grid;
  grid-template-columns: 310px 1fr;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  overflow: hidden;
  scroll-margin-top: 100px;
}

.detail-art {
  min-height: 300px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.detail-art::before,
.detail-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
}

.detail-art::before {
  width: 250px;
  height: 250px;
}

.detail-art::after {
  width: 180px;
  height: 180px;
}

.art-coin { background: linear-gradient(145deg, #202020, #4a4a4a); }
.art-coin span {
  width: 155px;
  height: 155px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg,#e1e1e1,#8f8f8f);
  color: #111;
  font-size: 32px;
  font-weight: 800;
  box-shadow: 0 20px 45px rgba(0,0,0,.25);
}

.art-pin { background: linear-gradient(145deg, #262626, #515151); }
.art-pin span {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(145deg,#f1f1f1,#aaa);
  color: #111;
  font-size: 46px;
  box-shadow: 0 20px 45px rgba(0,0,0,.25);
}

.art-badge { background: linear-gradient(145deg, #222, #484848); }
.art-badge span {
  padding: 28px 34px;
  border-radius: 16px;
  background: linear-gradient(145deg,#dedede,#909090);
  color: #111;
  font-size: 18px;
  letter-spacing: .18em;
  box-shadow: 0 20px 45px rgba(0,0,0,.25);
}

.art-key { background: linear-gradient(145deg, #222, #4b4b4b); }
.art-key span {
  width: 185px;
  height: 62px;
  border-radius: 34px;
  background: linear-gradient(145deg,#e5e5e5,#969696);
  box-shadow: 0 20px 45px rgba(0,0,0,.25);
}
.art-key span::after {
  content: "";
  width: 30px;
  height: 30px;
  border: 6px solid #555;
  border-radius: 50%;
  position: absolute;
  transform: translateX(80px);
}

.art-lanyard { background: linear-gradient(145deg, #1f1f1f, #494949); }
.art-lanyard span {
  padding: 12px 18px;
  background: #111;
  border-radius: 12px;
  color: #fff;
  letter-spacing: .2em;
  font-size: 12px;
  box-shadow: 0 20px 45px rgba(0,0,0,.25);
}

.art-wristband { background: linear-gradient(145deg, #202020, #4a4a4a); }
.art-wristband span {
  width: 210px;
  height: 82px;
  border: 18px solid #bdbdbd;
  border-radius: 60px;
  display: grid;
  place-items: center;
  color: #111;
  background: #f2f2f2;
  font-size: 10px;
  letter-spacing: .16em;
  font-weight: 800;
  box-shadow: 0 20px 45px rgba(0,0,0,.25);
}

.detail-body {
  padding: 36px 40px;
}

.detail-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #666;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 16px;
}

.detail-body h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: -.03em;
}

.detail-body p {
  max-width: 700px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 24px;
}

.tag-row span {
  padding: 8px 11px;
  border: 1px solid #dedede;
  border-radius: 999px;
  color: #555;
  font-size: 12px;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  color: #111;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease;
}

.text-link:hover {
  color: var(--accent);
}

.capability-section {
  background: #111;
  color: #fff;
}

.capability-section .section-head p {
  color: #aaa;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.capability-card {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
}

.capability-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(227,27,35,.13);
  color: #ff6b71;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 22px;
}

.capability-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.capability-card p {
  color: #aaa;
  line-height: 1.7;
  font-size: 14px;
}

.quote-band {
  background: #f0f0f0;
  padding: 64px 0;
}

.quote-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.quote-band h2 {
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -.04em;
  margin: 8px 0 10px;
}

.quote-band p {
  color: var(--muted);
  max-width: 720px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .products-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .products-hero-card {
    min-height: 360px;
  }

  .category-links a {
    flex-basis: 33.33%;
  }

  .product-detail-card {
    grid-template-columns: 1fr;
  }

  .detail-art {
    min-height: 250px;
  }

  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-band-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .products-hero {
    padding: 56px 0 44px;
  }

  .products-hero h1 {
    font-size: 44px;
  }

  .products-hero p {
    font-size: 16px;
  }

  .category-links a {
    flex-basis: 50%;
  }

  .product-detail-card {
    border-radius: 18px;
  }

  .detail-body {
    padding: 28px 22px 30px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }
}
