.mako-page {
  background: #050608;
}

.demo-ribbon {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(5, 6, 8, .82);
  color: rgba(255, 255, 255, .76);
  font-family: var(--ff-display);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  pointer-events: none;
}

.t-hero--mako .t-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.t-hero--mako .t-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.t-hero--mako .t-hero__visual > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 54% center;
}

.t-hero--mako .t-hero__role {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  background: rgba(5, 6, 8, .58);
  font-size: clamp(13px, 1.6vw, 17px);
  font-weight: 800;
  letter-spacing: .12em;
}

.mako-next-jump {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 11px 20px;
  border: 1px solid rgba(214, 220, 224, .48);
  background: linear-gradient(90deg, rgba(201, 21, 42, .92), rgba(201, 21, 42, .68));
  color: #fff;
  font-family: var(--ff-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.mako-next-jump::after {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, .78);
}

.mako-next-jump--visual {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  display: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .38);
}

.mako-fight-panel {
  position: relative;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(5, 6, 8, .62);
  overflow: hidden;
}

.mako-fight-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(214, 220, 224, .42);
  pointer-events: none;
}

.mako-fight-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 248, 250, .86), transparent);
  opacity: .82;
  animation: makoSilverLine 5.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes makoSilverLine {
  0%, 42% {
    transform: translateX(0);
    opacity: 0;
  }

  52% {
    opacity: .74;
  }

  72% {
    transform: translateX(395%);
    opacity: 0;
  }

  100% {
    transform: translateX(395%);
    opacity: 0;
  }
}

.mako-fight-panel__label {
  margin: 0 0 10px;
  font-family: var(--ff-display);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.mako-fight-panel__main {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  letter-spacing: .08em;
  color: #fff;
}

.mako-fight-panel__meta,
.mako-fight-panel__sub {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.8;
  font-size: 13px;
}

.mako-fight-panel .mako-button {
  margin-top: 18px;
}

.mako-fight-panel .mako-next-card {
  margin-top: 18px;
}

.mako-button--compact {
  min-height: 44px;
  padding: 12px 22px;
  font-size: 12px;
}

.mako-sponsor-popup-trigger,
.mako-sponsor-popup-trigger:visited,
.mako-sponsor-popup-trigger:hover,
.mako-sponsor-popup-trigger:focus-visible {
  border: 1px solid rgba(255, 255, 255, .58);
  background:
    linear-gradient(115deg, rgba(89, 92, 92, .98) 0%, rgba(238, 239, 236, .98) 28%, rgba(166, 168, 166, .98) 50%, rgba(255, 255, 255, .98) 66%, rgba(83, 86, 86, .98) 100%);
  color: #08090a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .78),
    inset 0 -1px 0 rgba(0, 0, 0, .34),
    0 16px 38px rgba(0, 0, 0, .34);
}

.mako-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #050608;
}

.mako-hero::before,
.mako-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mako-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, .94) 0%, rgba(5, 6, 8, .64) 42%, rgba(5, 6, 8, .22) 72%, rgba(5, 6, 8, .72) 100%),
    linear-gradient(180deg, rgba(5, 6, 8, .18) 0%, rgba(5, 6, 8, .9) 100%);
}

.mako-hero::after {
  z-index: 2;
  background: radial-gradient(ellipse at 78% 42%, rgba(201, 21, 42, .28), transparent 48%);
}

.mako-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mako-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: brightness(.82) contrast(1.08) saturate(.96);
}

.mako-hero__inner {
  position: relative;
  z-index: 3;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 140px var(--gutter) 72px;
}

.mako-hero__content {
  max-width: 760px;
}

.mako-kicker,
.mako-section__kicker {
  margin: 0 0 16px;
  font-family: var(--ff-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .42em;
  color: var(--gold);
  text-transform: uppercase;
}

.mako-hero__name {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 1;
}

.mako-hero__name-en {
  font-family: var(--ff-display);
  font-size: clamp(50px, 9vw, 118px);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mako-hero__name-ja {
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 700;
  letter-spacing: .28em;
}

.mako-hero__fight {
  width: min(620px, 100%);
  margin: clamp(34px, 5vw, 56px) 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.mako-hero__fight-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  font-family: var(--ff-display);
  color: #fff;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mako-hero__fight-label::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--red);
}

.mako-hero__fight-main {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
  letter-spacing: .1em;
}

.mako-hero__fight-sub {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.9;
}

.mako-hero__actions,
.mako-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.mako-next-card {
  width: min(520px, 100%);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #08090c;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
}

.mako-next-card img {
  width: 100%;
  display: block;
}

.mako-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 28px;
  background: var(--red);
  color: #fff;
  border: 1px solid var(--red);
  font-family: var(--ff-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.mako-button--ghost {
  background: rgba(255, 255, 255, .02);
  border-color: rgba(255, 255, 255, .34);
}

.mako-sponsor-popup[hidden] {
  display: none;
}

.mako-sponsor-popup {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
  background: rgba(0, 0, 0, .88);
}

.mako-sponsor-popup__panel {
  position: relative;
  width: min(100%, 980px);
  max-height: 94vh;
}

.mako-sponsor-popup__panel img {
  display: block;
  width: 100%;
  max-height: 94vh;
  object-fit: contain;
  border: 1px solid rgba(224, 226, 226, .5);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .65);
}

.mako-sponsor-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .58);
  background: linear-gradient(115deg, #777a7a 0%, #e9e9e7 42%, #626565 100%);
  color: #08090a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.mako-section {
  padding: clamp(64px, 8vw, 112px) var(--gutter);
  background: #050608;
}

.mako-section--muted {
  background: #0a0c10;
}

.mako-section__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.mako-section__head {
  max-width: 780px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.mako-section__title {
  margin: 0 0 18px;
  font-family: var(--ff-display);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.18;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mako-section__lead {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 2;
}

.mako-profile {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.mako-profile__aside {
  position: sticky;
  top: 96px;
}

.mako-profile__portrait {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #090a0d;
}

.mako-profile__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.mako-title-card {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: linear-gradient(135deg, rgba(201, 21, 42, .16), rgba(12, 13, 17, .96) 42%);
}

.mako-title-card__label {
  margin: 0 0 8px;
  font-family: var(--ff-display);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.mako-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .12);
}

.mako-stat {
  padding: 22px;
  background: #0c0d11;
}

.mako-stat dt {
  margin: 0 0 8px;
  font-family: var(--ff-display);
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.mako-stat dd {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.mako-title-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mako-title-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  padding: 15px 0 15px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: .04em;
}

.mako-title-list li:last-child {
  border-bottom: 0;
}

.mako-title-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 10px;
  height: 2px;
  background: var(--red);
}

.mako-title-list span {
  display: inline-block;
}

.mako-section--web-sponsor {
  background:
    linear-gradient(135deg, rgba(201, 21, 42, .12), transparent 42%),
    #07080b;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mako-web-sponsor-demo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .56fr);
  gap: 16px;
  align-items: stretch;
}

.mako-web-ad {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 116px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background:
    linear-gradient(90deg, rgba(5, 6, 8, .9), rgba(5, 6, 8, .54)),
    url("../img/fighters/mako/mako_punch_01.jpg") center / cover;
  color: #fff;
}

.mako-web-ad::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(200, 160, 98, .28);
  pointer-events: none;
}

.mako-web-ad__label {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-family: var(--ff-display);
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.mako-web-ad__logo {
  position: relative;
  z-index: 1;
  font-family: var(--ff-display);
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: .1em;
}

.mako-web-ad__text {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.7;
}

.mako-web-ad--small {
  min-height: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, .92), rgba(5, 6, 8, .68)),
    url("../img/fighters/mako/mako_wraps_01.jpg") center / cover;
}

.mako-web-ad-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mako-web-ad--small .mako-web-ad__logo {
  font-size: clamp(18px, 2.5vw, 28px);
}

.mako-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mako-gallery figure {
  position: relative;
}

.mako-gallery figure {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #090a0d;
}

.mako-gallery figure:nth-child(1),
.mako-gallery figure:nth-child(4) {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}

.mako-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.mako-sponsor-hero {
  position: relative;
  min-height: 84vh;
  display: grid;
  align-items: center;
  padding: 140px var(--gutter) 78px;
  overflow: hidden;
  background: #050608;
}

.mako-sponsor-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mako-sponsor-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .64;
  filter: brightness(.62) contrast(1.08);
}

.mako-sponsor-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, .96) 0%, rgba(5, 6, 8, .75) 46%, rgba(5, 6, 8, .36) 100%),
    linear-gradient(180deg, rgba(5, 6, 8, .4), rgba(5, 6, 8, .96));
}

.mako-sponsor-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  max-width: 780px;
}

.mako-sponsor-hero__title {
  margin: 0 0 22px;
  font-family: var(--ff-display);
  font-size: clamp(38px, 7vw, 86px);
  line-height: 1.05;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mako-sponsor-hero__lead {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, .82);
  line-height: 2;
}

.sponsor-hero-facts {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .14);
}

.sponsor-hero-facts div {
  padding: 16px;
  background: rgba(5, 6, 8, .74);
}

.sponsor-hero-facts dt {
  margin: 0 0 6px;
  font-family: var(--ff-display);
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.sponsor-hero-facts dd {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.sponsor-hero-card {
  width: min(520px, 100%);
  margin: 24px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #08090c;
}

.sponsor-hero-card img {
  width: 100%;
  display: block;
}

.mako-section--proof {
  background: linear-gradient(180deg, #050608 0%, #0a0c10 100%);
}

.sponsor-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}

.sponsor-proof__list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.sponsor-proof__list li {
  position: relative;
  padding: 14px 0 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .88);
  line-height: 1.8;
}

.sponsor-proof__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 9px;
  height: 2px;
  background: var(--red);
}

.sponsor-promise {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(200, 160, 98, .32);
  background: rgba(200, 160, 98, .08);
}

.sponsor-promise__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 160, 98, .55);
  border-radius: 50%;
}

.sponsor-promise__icon::before {
  content: "";
  width: 17px;
  height: 10px;
  border-left: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  transform: rotate(-45deg) translate(1px, -1px);
}

.sponsor-promise__title {
  margin: 0 0 8px;
  color: #fff;
  font-weight: 800;
  letter-spacing: .08em;
}

.sponsor-promise__text {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.9;
}

.sponsor-proof__card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #08090c;
}

.sponsor-proof__card img {
  width: 100%;
  display: block;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sponsor-grid--fight {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
}

.sponsor-grid--web {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 680px;
}

.mako-section--poster {
  background: #07080b;
}

.sponsor-poster-showcase {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  justify-items: center;
}

.sponsor-poster-showcase .mako-section__head {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.sponsor-poster {
  position: relative;
  margin: 0;
  width: min(980px, 100%);
  aspect-ratio: 2000 / 2834;
  overflow: hidden;
  border: 1px solid rgba(200, 160, 98, .46);
  background: #050608;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

.sponsor-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sponsor-visual {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.sponsor-visual__image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #07080b;
}

.sponsor-visual__image img {
  display: block;
  width: 100%;
}

.sponsor-visual__image figcaption {
  padding: 14px 18px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.8;
}

.sponsor-visual__copy {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(135deg, rgba(201, 21, 42, .12), rgba(255, 255, 255, .03));
}

.sponsor-visual__copy h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.45;
}

.sponsor-visual__copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sponsor-visual__copy li {
  position: relative;
  padding: 13px 0 13px 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .84);
  line-height: 1.75;
}

.sponsor-visual__copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 9px;
  height: 2px;
  background: var(--red);
}

.web-sponsor-preview {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  margin-bottom: 34px;
}

.web-sponsor-preview__phone {
  width: min(360px, 100%);
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #07080b;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
}

.web-sponsor-preview__bar {
  height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03));
}

.web-sponsor-preview__hero {
  height: 170px;
  background:
    linear-gradient(180deg, transparent, rgba(5, 6, 8, .86)),
    url("../img/fighters/mako/mako_champion_belts_01.jpg") 56% center / cover;
}

.web-sponsor-preview__content {
  padding: 14px 0 0;
}

.web-sponsor-preview__name {
  margin: 0 0 12px;
  font-family: var(--ff-display);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .12em;
}

.web-sponsor-preview__section {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.web-sponsor-preview__ad {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(200, 160, 98, .35);
  background: linear-gradient(135deg, rgba(201, 21, 42, .18), rgba(255, 255, 255, .04));
}

.web-sponsor-preview__ad span {
  font-family: var(--ff-display);
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.web-sponsor-preview__ad strong {
  color: #fff;
  font-family: var(--ff-display);
  font-size: 20px;
  letter-spacing: .09em;
}

.web-sponsor-preview__ad small {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.5;
}

.web-sponsor-preview__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.web-sponsor-preview__ad--small {
  padding: 12px;
}

.web-sponsor-preview__ad--small strong {
  font-size: 14px;
}

.web-sponsor-preview__ad--small span {
  letter-spacing: .14em;
}

.web-sponsor-preview__title {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
}

.web-sponsor-preview__copy p:not(.mako-section__kicker) {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.95;
}

.sponsor-plan {
  position: relative;
  padding: 28px;
  background: #0c0d11;
  border: 1px solid rgba(255, 255, 255, .13);
}

.sponsor-plan--featured {
  border-color: rgba(244, 248, 250, .62);
  background:
    linear-gradient(135deg, rgba(201, 21, 42, .15), rgba(255, 255, 255, .025)),
    #0c0d11;
  box-shadow:
    0 0 0 1px rgba(200, 160, 98, .34) inset,
    0 0 34px rgba(244, 248, 250, .16),
    0 0 70px rgba(201, 21, 42, .18);
  overflow: hidden;
}

.sponsor-plan--featured::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .24);
  pointer-events: none;
}

.sponsor-plan--featured::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .9), transparent);
  animation: sponsorFeaturedShine 4.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes sponsorFeaturedShine {
  0%, 38% {
    transform: translateX(0);
    opacity: 0;
  }

  52% {
    opacity: .9;
  }

  78%, 100% {
    transform: translateX(350%);
    opacity: 0;
  }
}

.sponsor-plan__type {
  margin: 0 0 14px;
  font-family: var(--ff-display);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.sponsor-plan__name {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.6;
}

.sponsor-plan__price {
  margin: 0 0 14px;
  font-family: var(--ff-display);
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: .05em;
}

.sponsor-plan__price small {
  font-size: 14px;
  color: rgba(255, 255, 255, .68);
  letter-spacing: .08em;
}

.sponsor-plan__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sponsor-plan__items li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .84);
  line-height: 1.7;
}

.sponsor-plan-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .12);
}

.sponsor-plan-details article {
  padding: 24px;
  background: #08090c;
}

.sponsor-plan-details h3 {
  margin: 0 0 10px;
  font-family: var(--ff-display);
  color: var(--gold);
  font-size: clamp(21px, 2.4vw, 30px);
  letter-spacing: .08em;
}

.sponsor-plan-details p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.9;
}

.sponsor-grid--web .sponsor-plan {
  padding: 22px;
}

.sponsor-grid--web .sponsor-plan__price {
  font-size: clamp(27px, 3.4vw, 36px);
}

.placement {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(280px, .58fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.placement__visual {
  margin: 0;
  background: #090a0d;
  border: 1px solid rgba(255, 255, 255, .14);
}

.placement__label {
  margin: 0;
  padding: 12px 16px 0;
  font-family: var(--ff-display);
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.placement__visual img {
  width: 100%;
  display: block;
  background: #090a0d;
}

.placement__visual figcaption {
  padding: 14px 18px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.8;
}

.placement__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.placement__list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .86);
}

.placement__num {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1c531;
  color: #050608;
  font-family: var(--ff-display);
  font-weight: 700;
}

.placement-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.placement-card {
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #08090c;
}

.placement-card img {
  display: block;
  width: 100%;
  background: #050608;
}

.placement-card figcaption {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.placement-card strong {
  color: #fff;
  font-size: 17px;
  letter-spacing: .08em;
}

.placement-card span {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.85;
}

.sponsor-note {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.9;
}

.mako-footer-cta {
  padding: clamp(54px, 7vw, 86px) var(--gutter);
  text-align: center;
  background: linear-gradient(135deg, rgba(201, 21, 42, .2), rgba(5, 6, 8, 1) 58%);
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.mako-footer-cta__title {
  margin: 0 0 12px;
  font-family: var(--ff-display);
  font-size: clamp(26px, 4vw, 48px);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mako-footer-cta__lead {
  margin: 0 auto;
  max-width: 620px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.9;
}

@media (hover: hover) and (pointer: fine) {
  .mako-button:hover {
    background: #fff;
    border-color: #fff;
    color: #050608;
  }

  .mako-button--ghost:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
  }

  .mako-gallery figure:hover img {
    transform: scale(1.04);
  }
}

@media (max-width: 940px) {
  .mako-profile,
  .placement,
  .sponsor-proof,
  .placement-cards {
    grid-template-columns: 1fr;
  }

  .mako-profile__aside {
    position: relative;
    top: auto;
    max-width: 520px;
  }

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

  .sponsor-plan-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .demo-ribbon {
    display: none;
  }

  .t-hero--mako .t-hero__visual {
    gap: 14px;
  }

  .t-hero--mako .t-hero__visual > img {
    aspect-ratio: 4 / 5;
    object-position: 54% 28%;
  }

  .mako-next-jump--visual {
    display: inline-flex;
  }

  .mako-fight-panel {
    margin-top: 24px;
    padding: 18px;
  }

  .mako-next-card {
    width: 100%;
  }

  .mako-hero {
    min-height: auto;
  }

  .mako-hero__media {
    position: relative;
    height: 58vh;
    min-height: 430px;
  }

  .mako-hero::before {
    background: linear-gradient(180deg, rgba(5, 6, 8, .06) 0%, #050608 92%);
  }

  .mako-hero__inner {
    padding-top: 26px;
  }

  .mako-hero__name-en {
    font-size: clamp(42px, 15vw, 68px);
  }

  .t-hero--mako .t-hero__role {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: .06em;
  }

  .mako-section {
    padding: 56px var(--gutter);
  }

  .mako-section__head {
    margin-bottom: 28px;
  }

  .mako-section__title {
    font-size: clamp(28px, 8.2vw, 36px);
    letter-spacing: .08em;
  }

  .mako-section__lead {
    line-height: 1.9;
  }

  .mako-hero__actions,
  .mako-cta-row {
    flex-direction: column;
  }

  .mako-button {
    width: 100%;
  }

  .mako-stats,
  .sponsor-grid,
  .sponsor-hero-facts,
  .sponsor-plan-details {
    grid-template-columns: 1fr;
  }

  .mako-stat {
    padding: 18px 20px;
  }

  .mako-title-card {
    padding: 18px 20px;
  }

  .mako-title-list li {
    font-size: 14px;
    line-height: 1.75;
  }

  .mako-web-sponsor-demo,
  .sponsor-visual,
  .web-sponsor-preview {
    grid-template-columns: 1fr;
  }

  .sponsor-visual__copy {
    padding: 20px;
  }

  .mako-web-ad {
    min-height: 108px;
    padding: 20px;
  }

  .mako-web-ad-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .mako-web-ad--small {
    min-height: 108px;
  }

  .mako-web-ad__logo {
    font-size: 25px;
    line-height: 1.25;
  }

  .mako-web-ad--small .mako-web-ad__logo {
    font-size: 20px;
  }

  .web-sponsor-preview {
    gap: 22px;
    margin-bottom: 28px;
  }

  .web-sponsor-preview__phone {
    width: 100%;
  }

  .web-sponsor-preview__row {
    grid-template-columns: 1fr;
  }

  .web-sponsor-preview__title {
    font-size: 24px;
  }

  .mako-gallery {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78%, 1fr);
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    padding: 0 0 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .mako-gallery figure,
  .mako-gallery figure:nth-child(1),
  .mako-gallery figure:nth-child(4) {
    grid-column: auto;
    aspect-ratio: 4 / 5;
    scroll-snap-align: start;
  }

  .mako-sponsor-hero {
    min-height: 76vh;
    padding-top: 112px;
  }

  .mako-sponsor-hero__bg img {
    object-position: 58% center;
    opacity: .72;
  }

  .sponsor-plan {
    padding: 22px;
  }

  .sponsor-promise {
    grid-template-columns: 1fr;
  }

  .placement__label {
    padding-top: 10px;
  }
}

.mako-page .mako-next-jump,
.mako-page .mako-next-jump:visited,
.mako-page .mako-next-jump:hover,
.mako-page .mako-next-jump:focus-visible,
.mako-page .mako-button,
.mako-page .mako-button:visited,
.mako-page .mako-button:hover,
.mako-page .mako-button:focus-visible {
  border-color: rgba(255, 255, 255, .58);
  background:
    linear-gradient(115deg, rgba(89, 92, 92, .98) 0%, rgba(238, 239, 236, .98) 28%, rgba(166, 168, 166, .98) 50%, rgba(255, 255, 255, .98) 66%, rgba(83, 86, 86, .98) 100%);
  color: #08090a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .78),
    inset 0 -1px 0 rgba(0, 0, 0, .34),
    0 16px 38px rgba(0, 0, 0, .34);
}

.mako-page .mako-next-jump::after,
.mako-page .mako-next-jump:hover::after {
  background: rgba(8, 9, 10, .72);
}

.mako-page .mako-hero::after {
  background: radial-gradient(ellipse at 78% 42%, rgba(210, 214, 214, .18), transparent 48%);
}

.mako-page .mako-hero__fight-label::before,
.mako-page .mako-title-list li::before {
  background:
    linear-gradient(115deg, rgba(114, 117, 117, .95) 0%, rgba(245, 245, 242, .98) 48%, rgba(92, 95, 95, .95) 100%);
}

.mako-page .mako-title-card {
  background: linear-gradient(135deg, rgba(186, 190, 190, .13), rgba(12, 13, 17, .96) 42%);
}
