.tgv-discovery-page .tgv-discovery-main{
  background:
    radial-gradient(circle at 14% 4%,rgba(114,42,55,.25),transparent 28%),
    linear-gradient(180deg,#160d10 0%,#100a0c 62%,#1c0f13 100%);
}

.tgv-discovery-page .tgv-full-hero{
  min-height:650px;
  padding:132px max(24px,calc((100vw - 1180px)/2)) 92px;
  align-items:center;
}

.tgv-discovery-page .tgv-full-hero::before{
  background:
    linear-gradient(90deg,rgba(15,8,10,.96) 0%,rgba(26,11,15,.83) 42%,rgba(20,9,12,.26) 72%,rgba(20,9,12,.12) 100%),
    linear-gradient(180deg,rgba(14,8,9,.04),rgba(14,8,9,.62)),
    url('/assets/entdecken-full/hero-entdecken-jp-vintage.webp') center/cover no-repeat;
  opacity:1;
}

.tgv-discovery-page .tgv-full-hero::after{
  position:absolute;
  inset:28px;
  content:"";
  border:1px solid rgba(224,190,113,.2);
  border-radius:2px;
  pointer-events:none;
}

.tgv-full-hero-inner{
  width:min(760px,100%);
}

.tgv-discovery-page .tgv-full-hero h1{
  max-width:720px;
  color:#fff8ed!important;
  font-size:clamp(48px,6.2vw,84px);
  text-wrap:balance;
}

.tgv-discovery-page .tgv-full-hero p{
  max-width:720px;
  color:#e2d7cf!important;
  font-size:clamp(17px,1.55vw,20px);
  line-height:1.7;
}

.tgv-full-actions{
  display:flex;
  margin-top:30px;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.tgv-full-button{
  display:inline-flex;
  min-height:48px;
  padding:0 22px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(225,193,116,.52);
  border-radius:999px;
  color:#fff8ed;
  background:rgba(29,15,18,.64);
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
  text-decoration:none;
  text-transform:uppercase;
  transition:transform 520ms ease,border-color 520ms ease,background 520ms ease;
}

.tgv-full-button.primary{
  border-color:#e1bf70;
  color:#331910;
  background:linear-gradient(135deg,#f2d890,#cda45d);
}

.tgv-full-button:hover,.tgv-full-button:focus-visible{
  border-color:#f1d58c;
  outline:none;
  transform:translateY(-2px);
}

.tgv-full-button.secondary:hover,.tgv-full-button.secondary:focus-visible{
  background:rgba(73,31,41,.82);
}

.tgv-discovery-page .tgv-full-intro{
  max-width:1380px;
  padding-top:104px;
  padding-bottom:34px;
  scroll-margin-top:118px;
}

.tgv-full-intro .tgv-section-head{
  margin-bottom:0;
}

.tgv-full-intro .tgv-section-head p{
  max-width:620px;
  color:#c8bbb3;
  font-size:16px;
  line-height:1.75;
}

.tgv-discovery-page .tgv-collection-section{
  max-width:1380px;
  padding-top:20px;
  padding-bottom:116px;
}

.tgv-discovery-page .tgv-collection-grid{
  gap:20px;
}

.tgv-discovery-page .tgv-collection-card{
  min-height:470px;
  border-color:rgba(212,176,106,.32);
  border-radius:22px;
  background:#211317;
  box-shadow:0 22px 55px rgba(4,2,3,.3);
}

.tgv-discovery-page .tgv-collection-card::after{
  background:
    linear-gradient(180deg,rgba(17,8,10,.05) 8%,rgba(17,8,10,.24) 38%,rgba(17,8,10,.93) 76%,#13090c 100%),
    repeating-linear-gradient(135deg,transparent 0 42px,rgba(231,202,132,.028) 43px 44px);
}

.tgv-discovery-page .tgv-collection-content{
  padding:38px 30px 31px;
}

.tgv-discovery-page .tgv-collection-content h3{
  color:#fff8ed!important;
  font-size:clamp(28px,2.15vw,37px);
}

.tgv-discovery-page .tgv-collection-content p{
  color:#ded3cc!important;
}

.tgv-collection-originals .tgv-collection-image,
.tgv-collection-buy .tgv-collection-image{
  background-image:url('/assets/entdecken-full/tile-ankauf-originalkarten.webp');
}

.tgv-collection-originals .tgv-collection-image{background-position:68% center}
.tgv-collection-buy .tgv-collection-image{background-position:42% center;transform:scale(1.035)}
.tgv-collection-merch .tgv-collection-image{background-image:url('/assets/entdecken-full/tile-merchandise.webp');background-position:62% center}
.tgv-collection-care .tgv-collection-image{background-image:url('/assets/entdecken-full/tile-sammeln-schuetzen.webp');background-position:64% center}
.tgv-collection-sealed .tgv-collection-image{background-image:url('/assets/entdecken-full/tile-sammlerwelt.webp');background-position:66% center}
.tgv-collection-drops .tgv-collection-image{background-image:url('/assets/entdecken-full/tile-vault-drops.webp');background-position:58% center}
.tgv-collection-guides .tgv-collection-image{background-image:url('/assets/entdecken-full/tile-wissen-guides.webp');background-position:61% center}
.tgv-collection-custom .tgv-collection-image{background-image:url('/assets/entdecken-full/custom-cards-clean-v2.png');filter:saturate(.88) contrast(1.03);background-position:68% center}

.tgv-discovery-page .tgv-collection-card:hover .tgv-collection-image,
.tgv-discovery-page .tgv-collection-card:focus-visible .tgv-collection-image{
  transform:scale(1.025);
  filter:saturate(1.02);
}

.tgv-discovery-page .tgv-collection-buy:hover .tgv-collection-image,
.tgv-discovery-page .tgv-collection-buy:focus-visible .tgv-collection-image{
  transform:scale(1.055);
}

.tgv-full-support{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(rgba(245,233,213,.96),rgba(245,233,213,.96)),
    repeating-linear-gradient(135deg,transparent 0 36px,rgba(100,49,57,.04) 37px 38px);
  color:#341c1e;
}

.tgv-full-support::before{
  position:absolute;
  inset:0;
  content:"";
  background:radial-gradient(circle at 90% 0,rgba(126,58,68,.12),transparent 30%);
  pointer-events:none;
}

.tgv-full-support-inner{
  position:relative;
  max-width:1332px;
  margin:0 auto;
  padding:96px 24px 102px;
}

.tgv-full-support .tgv-collection-kicker{color:#8a4a43}
.tgv-full-support h2{
  max-width:700px;
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4.4vw,56px);
  font-weight:500;
  letter-spacing:-.03em;
  line-height:1.05;
}

.tgv-full-support-grid{
  display:grid;
  margin-top:38px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.tgv-full-support-card{
  min-height:218px;
  padding:29px;
  border:1px solid rgba(104,53,58,.17);
  border-radius:18px;
  background:rgba(255,250,241,.74);
  box-shadow:0 14px 35px rgba(70,29,37,.07);
}

.tgv-full-support-card span{
  color:#9a594e;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
}

.tgv-full-support-card h3{
  margin:24px 0 10px;
  color:#351d20!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  font-weight:600;
  line-height:1.15;
}

.tgv-full-support-card p{
  margin:0;
  color:#664d49!important;
  line-height:1.65;
}

.tgv-full-support-card a{
  color:#7b3d3f;
  font-weight:800;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.tgv-full-trust{
  border-top:1px solid rgba(212,176,106,.18);
  border-bottom:1px solid rgba(212,176,106,.18);
  background:#160c0f;
}

.tgv-full-trust-inner{
  display:grid;
  max-width:1180px;
  margin:0 auto;
  padding:34px 24px;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.tgv-full-trust-item{
  display:flex;
  min-height:56px;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#eaded4;
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
  text-align:center;
  text-transform:uppercase;
}

.tgv-full-trust-item+ .tgv-full-trust-item{border-left:1px solid rgba(212,176,106,.2)}
.tgv-full-trust-mark{color:#d4b06a;font-family:Georgia,serif;font-size:23px}

@media(max-width:1100px){
  .tgv-discovery-page .tgv-full-hero{min-height:610px}
  .tgv-discovery-page .tgv-collection-card{min-height:490px}
  .tgv-full-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tgv-full-support-card:last-child{grid-column:1/-1;min-height:190px}
}

@media(max-width:720px){
  .tgv-discovery-page .tgv-full-hero{min-height:610px;padding:112px 20px 72px;align-items:end}
  .tgv-discovery-page .tgv-full-hero::before{
    background:
      linear-gradient(180deg,rgba(15,8,10,.34) 0%,rgba(15,8,10,.72) 48%,rgba(15,8,10,.97) 100%),
      url('/assets/entdecken-full/hero-entdecken-jp-vintage.webp') 68% center/cover no-repeat;
  }
  .tgv-discovery-page .tgv-full-hero::after{inset:12px}
  .tgv-discovery-page .tgv-full-hero h1{font-size:clamp(43px,13vw,62px)}
  .tgv-discovery-page .tgv-full-hero p{font-size:16px;line-height:1.62}
  .tgv-full-actions{align-items:stretch;flex-direction:column}
  .tgv-full-button{width:100%}
  .tgv-discovery-page .tgv-full-intro{padding:70px 18px 26px}
  .tgv-discovery-page .tgv-collection-section{padding:10px 16px 78px}
  .tgv-discovery-page .tgv-collection-card{min-height:455px}
  .tgv-discovery-page .tgv-collection-content{padding:32px 24px 27px}
  .tgv-full-support-inner{padding:72px 16px 76px}
  .tgv-full-support-grid{grid-template-columns:1fr}
  .tgv-full-support-card:last-child{grid-column:auto;min-height:218px}
  .tgv-full-trust-inner{grid-template-columns:1fr;padding:18px 20px}
  .tgv-full-trust-item{min-height:60px}
  .tgv-full-trust-item+ .tgv-full-trust-item{border-top:1px solid rgba(212,176,106,.18);border-left:0}
}

@media(prefers-reduced-motion:reduce){
  .tgv-full-button{transition:none}
  .tgv-full-button:hover,.tgv-full-button:focus-visible{transform:none}
}
