.hero-08 {
  --hero08-gold: #e9ad2f;
  --hero08-gold-bright: #ffe78a;
  --hero08-white: #fffdf8;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px clamp(24px, 4vw, 72px) 34px;
  border-top: 1px solid rgba(226, 167, 44, 0.22);
  background:
    radial-gradient(ellipse at 17% 22%, rgba(193, 119, 14, 0.105), transparent 34%),
    radial-gradient(ellipse at 83% 34%, rgba(193, 119, 14, 0.075), transparent 32%),
    linear-gradient(180deg, #020100 0%, #000 60%, #020100 100%);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-08::before,
.hero-08::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.hero-08::before {
  top: 0;
  left: 12%;
  width: 76%;
  height: 190px;
  background: radial-gradient(ellipse at 50% 0%, rgba(245, 192, 65, 0.1), transparent 66%);
}

.hero-08::after {
  inset: 0;
  opacity: 0.28;
  background:
    linear-gradient(108deg, transparent 0 25%, rgba(255, 219, 120, 0.08) 25.12%, transparent 25.35%),
    linear-gradient(72deg, transparent 0 76%, rgba(255, 219, 120, 0.065) 76.12%, transparent 76.35%);
  mask-image: linear-gradient(180deg, #000, transparent 82%);
}

.hero-08__lightline {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1040px, 82vw);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  transform: translate(-50%, -50%);
}

.hero-08__lightline span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(236, 179, 55, 0.76));
}

.hero-08__lightline span:last-child {
  background: linear-gradient(90deg, rgba(236, 179, 55, 0.76), transparent);
}

.hero-08__lightline i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff2ae;
  box-shadow: 0 0 12px #ffdf71, 0 0 36px rgba(235, 169, 43, 0.76);
}

.hero-08__inner {
  width: min(1540px, 100%);
  display: grid;
  grid-template-columns: minmax(290px, 0.95fr) minmax(500px, 1.55fr) minmax(260px, 0.8fr);
  gap: clamp(42px, 5vw, 92px);
  align-items: center;
  margin: 0 auto;
}

.hero-08__brand,
.hero-08__nav,
.hero-08__signature { min-width: 0; }

.hero-08__eyebrow,
.hero-08__nav-title,
.hero-08__signature-label {
  margin: 0;
  color: var(--hero08-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  line-height: 1.5;
}

.hero-08__title {
  margin: 12px 0 0;
  color: var(--hero08-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 4.2vw, 4.9rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-shadow: 0 5px 28px rgba(255, 255, 255, 0.07);
}

.hero-08__title strong {
  color: var(--hero08-gold-bright);
  font-weight: 500;
  background: linear-gradient(180deg, #fff7c7 0%, #ffe481 42%, #d9961d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-08__description {
  max-width: 390px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.96rem;
  line-height: 1.65;
}

.hero-08__product-mark {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.hero-08__product-mark span,
.hero-08__product-mark strong { color: var(--hero08-gold-bright); }

.hero-08__nav {
  padding: 33px 36px 36px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.028), transparent 36%),
    rgba(255, 255, 255, 0.012);
  box-shadow:
    0 0 0 1px rgba(232, 172, 44, 0.035) inset,
    0 25px 60px rgba(0, 0, 0, 0.58);
}

.hero-08__nav-title { margin-bottom: 18px; }

.hero-08__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-08__link {
  position: relative;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  overflow: hidden;
  padding: 16px 18px 16px 21px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.09) inset,
    0 10px 24px rgba(0, 0, 0, 0.32);
  color: #fff;
  cursor: pointer;
  font-size: clamp(0.91rem, 1vw, 1.04rem);
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: left;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.hero-08__link::before {
  content: "";
  position: absolute;
  top: -125%;
  left: -38%;
  width: 22%;
  height: 360%;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 225, 137, 0.92), rgba(255, 255, 255, 0.9), transparent);
  filter: blur(0.3px);
  transition: left 680ms cubic-bezier(0.2, 0.72, 0.22, 1);
}

.hero-08__link::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 68%;
  bottom: 9px;
  height: 1px;
  background: linear-gradient(90deg, var(--hero08-gold-bright), transparent);
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: right 340ms ease, opacity 240ms ease, transform 340ms ease;
}

.hero-08__link span,
.hero-08__link svg { position: relative; z-index: 1; }

.hero-08__link svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 260ms ease, stroke 260ms ease;
}

.hero-08__link:hover,
.hero-08__link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 220, 120, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(210, 142, 20, 0.045));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 14px 32px rgba(0, 0, 0, 0.42),
    0 0 24px rgba(231, 169, 43, 0.13);
}

.hero-08__link:hover::before,
.hero-08__link:focus-visible::before { left: 118%; }

.hero-08__link:hover::after,
.hero-08__link:focus-visible::after {
  right: 20px;
  opacity: 1;
  transform: scaleX(1);
}

.hero-08__link:hover svg,
.hero-08__link:focus-visible svg {
  transform: translateX(4px);
  stroke: var(--hero08-gold-bright);
}

.hero-08__signature {
  position: relative;
  padding-left: 38px;
}

.hero-08__signature::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(230, 170, 43, 0.62), transparent);
}

.hero-08__signature > strong {
  display: block;
  width: fit-content;
  margin-top: 10px;
  color: var(--hero08-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3vw, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
}

.hero-08__signature-line {
  width: 96px;
  height: 1px;
  display: block;
  margin: 20px 0 17px;
  background: linear-gradient(90deg, var(--hero08-gold-bright), transparent);
  box-shadow: 0 0 12px rgba(235, 171, 44, 0.34);
}

.hero-08__signature p {
  max-width: 290px;
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.88rem;
  line-height: 1.55;
}

.hero-08__signature small {
  display: block;
  margin-top: 18px;
  color: var(--hero08-gold);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.hero-08__bottom {
  width: min(1540px, 100%);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 68px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.hero-08__bottom p { margin: 0; }

@media (max-width: 1180px) {
  .hero-08__inner {
    grid-template-columns: minmax(250px, 0.8fr) minmax(500px, 1.4fr);
  }

  .hero-08__signature {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }

  .hero-08__signature::before,
  .hero-08__signature-line { display: none; }
  .hero-08__signature > strong { margin: 0; font-size: 2.35rem; }
  .hero-08__signature small { margin: 0; }
}

@media (max-width: 820px) {
  .hero-08 { padding: 72px 20px 30px; }

  .hero-08__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-08__brand { text-align: center; }
  .hero-08__description { margin-inline: auto; }
  .hero-08__product-mark { justify-content: center; }

  .hero-08__signature {
    grid-column: auto;
    display: block;
    padding-top: 32px;
    text-align: center;
  }

  .hero-08__signature > strong,
  .hero-08__signature p { margin-inline: auto; }
  .hero-08__signature small { margin-top: 18px; }

  .hero-08__bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .hero-08 { padding-inline: 13px; }

  .hero-08__nav {
    padding: 27px 16px 19px;
    border-radius: 18px;
  }

  .hero-08__nav-title { text-align: center; }
  .hero-08__links { grid-template-columns: 1fr; }
  .hero-08__link { min-height: 60px; }
  .hero-08__bottom { padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-08__link,
  .hero-08__link::before,
  .hero-08__link::after,
  .hero-08__link svg { transition: none; }
}
