.yaffet-product {
  grid-column: 1 / -1;
  min-height: 560px;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 1fr;
  background: #120e08;
  color: #fff9e9;
}

.yaffet-product .yaffet-visual {
  min-height: 560px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 221, 120, .18), transparent 32%),
    radial-gradient(circle at 12% 14%, rgba(194, 125, 16, .28), transparent 24%),
    linear-gradient(145deg, #080705, #1d160a 70%, #8c5600);
}

.yaffet-orbit {
  position: absolute;
  border: 1px solid rgba(255, 220, 120, .3);
  border-radius: 50%;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.yaffet-orbit-one { width: 360px; height: 360px; }
.yaffet-orbit-two { width: 480px; height: 480px; opacity: .55; }

.yaffet-mark {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  width: 230px !important;
  height: 230px !important;
  object-fit: contain !important;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, .4));
}

.yaffet-product:hover .yaffet-mark {
  transform: translate(-50%, -50%) scale(1.035) !important;
}

.yaffet-data {
  position: absolute;
  z-index: 3;
  min-width: 150px;
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 238, 181, .28);
  background: rgba(20, 15, 7, .74);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .25);
  backdrop-filter: blur(14px);
}

.yaffet-data span {
  color: #ffd96a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.yaffet-data b { font-size: 13px; }
.yaffet-data-live { top: 12%; left: 8%; }
.yaffet-data-portfolio { right: 7%; bottom: 11%; }

.yaffet-copy {
  padding: clamp(42px, 5vw, 76px);
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .025), transparent),
    #120e08;
}

.yaffet-copy > p { color: #ffd96a; }
.yaffet-copy h3 {
  color: #fff;
  font-size: clamp(46px, 5vw, 74px);
}

.yaffet-copy > span {
  color: #d9cfb5;
  font-size: 17px;
  line-height: 1.75;
}

.yaffet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.yaffet-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid rgba(255, 227, 143, .35);
  color: #fff7df;
  font-size: 13px;
  font-weight: 850;
  transition: transform .2s, background .2s, color .2s;
}

.yaffet-link-primary {
  border-color: #ffd96a;
  background: #ffd96a;
  color: #1b1204;
}

.yaffet-link:hover {
  transform: translateY(-3px);
  background: #fff7df;
  color: #1b1204;
}

@media (max-width: 1020px) {
  .yaffet-product {
    grid-template-columns: 1fr;
    grid-template-rows: 1.1fr .9fr;
  }
  .yaffet-product .yaffet-visual { min-height: 480px; }
}

@media (max-width: 720px) {
  .yaffet-product {
    grid-column: auto;
    min-height: 700px;
    grid-template-rows: 380px auto;
  }
  .yaffet-product .yaffet-visual { min-height: 380px; }
  .yaffet-mark { width: 165px !important; height: 165px !important; }
  .yaffet-orbit-one { width: 250px; height: 250px; }
  .yaffet-orbit-two { width: 330px; height: 330px; }
  .yaffet-data { min-width: 122px; padding: 12px; }
  .yaffet-copy { padding: 32px 28px 38px; }
  .yaffet-actions { margin-top: 30px; }
  .yaffet-link { flex: 1 1 145px; }
}

[dir="rtl"] .yaffet-actions { justify-content: flex-start; }
