.page-ads { background: #090402; }

.ads-hero {
  position: relative;
  min-height: 840px;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
  color: var(--paper);
  background: #080402;
}

.ads-hero__mosaic {
  position: absolute;
  z-index: -3;
  inset: 0;
  display: grid;
  grid-template-columns: 1.05fr .82fr 1.25fr;
  gap: 8px;
  opacity: .5;
  transform: scale(1.035);
}

.ads-hero__mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.08);
}

.ads-hero__mosaic img:nth-child(2) { object-position: center 25%; }

.ads-hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,3,2,.98) 0 35%, rgba(6,3,2,.78) 58%, rgba(6,3,2,.36)),
    linear-gradient(0deg, #090402 0, transparent 33%),
    radial-gradient(circle at 63% 42%, transparent, rgba(6,3,2,.54) 72%);
}

.ads-hero::after {
  position: absolute;
  z-index: 1;
  inset: 5.5rem 2.2rem 2.2rem;
  border: 1px solid rgba(239,185,88,.32);
  content: "";
  pointer-events: none;
}

.ads-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 9rem;
  padding-bottom: 7rem;
}

.ads-hero__index {
  margin: 0 0 2rem;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .22em;
}

.ads-hero__index span {
  display: inline-block;
  margin-right: 1rem;
  padding: .42rem .7rem;
  color: var(--paper);
  background: var(--red);
  letter-spacing: .12em;
}

.ads-hero h1,
.ads-intro h2,
.ads-gallery__head h2,
.ads-final h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 900;
  letter-spacing: -.065em;
}

.ads-hero h1 {
  max-width: 780px;
  font-size: clamp(4rem, 8.7vw, 8.5rem);
  line-height: .94;
  text-shadow: 0 8px 30px rgba(0,0,0,.9);
}

.ads-hero h1 em,
.ads-intro h2 em,
.ads-gallery__head h2 em,
.ads-final h2 em {
  color: var(--red-bright);
  font-style: normal;
}

.ads-hero__content > p:not(.ads-hero__index) {
  max-width: 610px;
  margin: 2.2rem 0 0;
  color: rgba(255,244,224,.8);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}

.ads-hero__jump {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  margin-top: 2.4rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--gold);
  color: var(--paper);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.ads-hero__jump i { color: var(--gold); font-style: normal; font-size: 1.2rem; }

.ads-hero__count {
  position: absolute;
  z-index: 2;
  right: max(4vw, 3rem);
  bottom: 4rem;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin: 0;
}

.ads-hero__count b {
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(6rem, 11vw, 11rem);
  line-height: .7;
  -webkit-text-stroke: 1px rgba(239,185,88,.7);
}

.ads-hero__count span {
  color: var(--gold);
  font-size: .66rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: .18em;
}

.ads-intro {
  color: var(--paper);
  background: radial-gradient(circle at 18% 30%, rgba(159,42,18,.18), transparent 31rem), #0b0503;
}

.ads-intro__grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.ads-intro h2,
.ads-gallery__head h2 {
  margin-top: 1rem;
  font-size: clamp(2.9rem, 5.3vw, 5.7rem);
  line-height: .99;
}

.ads-intro__copy > p {
  margin: 0;
  color: rgba(242,234,216,.68);
  font-size: 1rem;
  line-height: 2.05;
}

.ads-intro__copy dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 3rem 0 0;
  border-top: 1px solid rgba(239,185,88,.26);
  border-bottom: 1px solid rgba(239,185,88,.26);
}

.ads-intro__copy dl div {
  padding: 1.2rem 1rem;
  border-right: 1px solid rgba(239,185,88,.2);
}

.ads-intro__copy dl div:last-child { border-right: 0; }
.ads-intro__copy dt { color: var(--gold); font-size: .62rem; font-weight: 900; letter-spacing: .16em; }
.ads-intro__copy dd { margin: .45rem 0 0; color: var(--paper); font-size: .83rem; font-weight: 900; }

.ads-gallery {
  color: var(--paper);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    #140905;
  background-size: 42px 42px;
}

.ads-gallery__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: end;
  margin-bottom: 5rem;
}

.ads-gallery__head > p {
  max-width: 330px;
  margin: 0 0 .7rem;
  color: rgba(242,234,216,.68);
  font-size: .86rem;
  line-height: 1.85;
}

.ads-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
}

.ad-entry { grid-column: span 4; min-width: 0; }
.ad-entry--wide { grid-column: span 8; }
.ad-entry:last-child { grid-column: 1 / -1; }
.ad-entry a { display: block; color: inherit; }

.ad-entry figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(239,185,88,.3);
  background: #070302;
  box-shadow: 0 20px 45px rgba(0,0,0,.34);
}

.ad-entry figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.07), transparent 40%);
  content: "";
  pointer-events: none;
}

.ad-entry img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .55s var(--ease), filter .55s ease;
}

.ad-entry > a > div {
  position: relative;
  padding: 1.4rem 1.2rem 2.6rem;
  border-left: 1px solid rgba(239,185,88,.14);
}

.ad-entry > a > div::before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 3.5rem;
  height: 2px;
  background: var(--red);
  content: "";
  transition: width .45s var(--ease);
}

.ad-entry div p {
  display: flex;
  align-items: baseline;
  gap: .7rem;
  margin: 0;
  color: var(--gold);
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.ad-entry div p span {
  color: var(--paper);
  font: 900 1.35rem/1 var(--serif);
  letter-spacing: 0;
}

.ad-entry h3 {
  margin: .8rem 0 1.1rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.25;
  letter-spacing: -.04em;
}

.ad-entry div b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(242,234,216,.68);
  font-size: .72rem;
  letter-spacing: .04em;
}

.ad-entry div b i { color: var(--gold); font-style: normal; font-size: 1.05rem; }
.ad-entry a:hover img { transform: scale(1.025); filter: brightness(1.08); }
.ad-entry a:hover > div::before { width: calc(100% - 1.2rem); }
.ad-entry a:hover div b { color: var(--paper); }

.ads-final {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
  color: var(--paper);
  background: #080402;
}

.ads-final__art { position: absolute; z-index: -2; inset: 0; }
.ads-final__art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,3,2,.98), rgba(6,3,2,.76) 53%, rgba(6,3,2,.26)), linear-gradient(0deg, #080402, transparent 55%);
  content: "";
}

.ads-final__art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ads-final__content { padding-top: 7rem; padding-bottom: 7rem; }

.ads-final__content > p {
  margin: 0 0 1.3rem;
  color: var(--gold);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.ads-final h2 {
  max-width: 820px;
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  line-height: .96;
  text-shadow: 0 7px 25px rgba(0,0,0,.9);
}

.ads-final__content > div {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}

.ads-final__rules {
  padding: .8rem 0;
  border-bottom: 1px solid rgba(239,185,88,.7);
  color: var(--paper);
  font-size: .8rem;
  font-weight: 900;
}

.ads-final__rules span { margin-left: 2rem; color: var(--gold); }

@media (max-width: 1100px) {
  .ads-hero { min-height: 760px; }
  .ads-hero__mosaic { grid-template-columns: 1fr 1fr; }
  .ads-hero__mosaic img:nth-child(2) { display: none; }
  .ads-hero__count { opacity: .45; }
  .ad-entry,
  .ad-entry--wide { grid-column: span 6; }
}

@media (max-width: 720px) {
  .ads-hero { min-height: 700px; }
  .ads-hero::after { inset: 4.8rem .8rem .8rem; }
  .ads-hero__mosaic { grid-template-columns: 1fr; }
  .ads-hero__mosaic img:not(:first-child) { display: none; }
  .ads-hero__shade { background: linear-gradient(90deg, rgba(6,3,2,.98), rgba(6,3,2,.68)), linear-gradient(0deg, #090402, transparent 45%); }
  .ads-hero__content { padding-top: 8rem; padding-bottom: 5rem; }
  .ads-hero h1 {
    font-size: clamp(3rem, 13.2vw, 4.2rem);
    white-space: nowrap;
  }
  .ads-hero__count { right: 1.4rem; bottom: 2rem; }
  .ads-hero__count b { font-size: 6rem; }
  .ads-hero__count span { display: none; }
  .ads-intro__grid,
  .ads-gallery__head { grid-template-columns: 1fr; }
  .ads-intro h2,
  .ads-gallery__head h2 {
    font-size: clamp(2.5rem, 10.6vw, 3.45rem);
    white-space: nowrap;
  }
  .ads-intro__copy dl { grid-template-columns: 1fr; }
  .ads-intro__copy dl div { border-right: 0; border-bottom: 1px solid rgba(239,185,88,.2); }
  .ads-intro__copy dl div:last-child { border-bottom: 0; }
  .ads-gallery__head { margin-bottom: 3rem; }
  .ad-entry,
  .ad-entry--wide { grid-column: 1 / -1; }
  .ads-final { min-height: 640px; }
  .ads-final h2 {
    font-size: clamp(3rem, 12.2vw, 4rem);
    white-space: nowrap;
  }
  .ads-final__content > div { align-items: stretch; flex-direction: column; }
  .ads-final__rules { align-self: flex-start; }
}
