:root {
  --ink: #211834;
  --ink-soft: #5e526e;
  --night: #171022;
  --cream: #fffaf7;
  --lavender: #a98adf;
  --lavender-deep: #7048b7;
  --pink: #ef8fc5;
  --pink-deep: #c94b93;
  --green: #a9d86e;
  --green-deep: #4f7f2d;
  --blue: #3b82f6;
  --line: rgba(57, 35, 79, 0.14);
  --shadow: 0 24px 70px rgba(49, 29, 72, 0.15);
  --radius: 28px;
  --shell: min(1160px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image: radial-gradient(rgba(112, 72, 183, 0.18) 0.7px, transparent 0.7px);
  background-size: 15px 15px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", ui-rounded, sans-serif;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
}

h3 {
  margin-bottom: 14px;
  font-size: 1.65rem;
}

.site-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-shell--article {
  width: min(820px, calc(100vw - 40px));
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 999;
  padding: 12px 18px;
  color: #fff;
  background: var(--night);
  border-radius: 10px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--lavender-deep);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  color: var(--ink);
  font-size: 0.93rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--small {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 0.84rem;
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--lavender-deep), var(--pink-deep));
  box-shadow: 0 14px 32px rgba(112, 72, 183, 0.28);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 0 18px 38px rgba(112, 72, 183, 0.38);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line);
  backdrop-filter: blur(12px);
}

.button--facebook {
  color: #fff;
  background: #1877f2;
  box-shadow: 0 12px 28px rgba(24, 119, 242, 0.22);
}

.button--facebook > span:first-child {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  font-family: Arial, sans-serif;
  font-weight: 900;
  background: #fff;
  color: #1877f2;
  border-radius: 50%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--lavender-deep);
  font-weight: 900;
  text-decoration: none;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 247, 0.84);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 12px 30px rgba(47, 31, 63, 0.07);
}

.site-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-lockup__mark {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  flex: 0 0 auto;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(64, 39, 83, 0.2);
}

.brand-lockup__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-lockup__name {
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", ui-rounded, sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.05;
}

.brand-lockup__name strong {
  display: block;
  color: var(--lavender-deep);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav__list a {
  font-size: 0.89rem;
  font-weight: 800;
  text-decoration: none;
}

.site-nav__list a:hover,
.site-nav__list a:focus-visible {
  color: var(--pink-deep);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.nav-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(255, 250, 247, 0.98) 0%, rgba(248, 239, 252, 0.96) 48%, rgba(237, 225, 247, 0.95) 100%);
}

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

.hero::before {
  inset: 0;
  opacity: 0.38;
  background-image:
    radial-gradient(circle at 12% 24%, rgba(239, 143, 197, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 16%, rgba(112, 72, 183, 0.75) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 84%, rgba(169, 216, 110, 0.8) 0 2px, transparent 3px);
  background-size: 120px 120px, 160px 160px, 145px 145px;
}

.hero::after {
  right: -110px;
  bottom: -200px;
  width: 520px;
  height: 520px;
  border: 80px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 720px;
  align-items: center;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 80px;
  padding-block: 80px 92px;
}

.hero__copy h1 {
  margin-bottom: 25px;
  font-size: clamp(3.65rem, 7vw, 6.8rem);
  line-height: 0.91;
}

.hero__copy h1 span {
  position: relative;
  color: var(--pink-deep);
}

.hero__copy h1 span::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 9px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10'%3E%3Cpath d='M2 7c42-7 92-2 196-5' fill='none' stroke='%23a9d86e' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.hero__lead {
  max-width: 570px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hero__proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero__proof-faces {
  display: flex;
}

.hero__proof-faces i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-left: -7px;
  font-style: normal;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(43, 26, 62, 0.12);
}

.hero__proof-faces i:first-child {
  margin-left: 0;
}

.hero__art {
  position: relative;
  min-height: 510px;
}

.brand-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, 530px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.91);
  border: 8px solid rgba(255, 255, 255, 0.7);
  border-radius: 34px;
  box-shadow: 0 38px 90px rgba(77, 43, 103, 0.24);
  transform: translate(-50%, -50%) rotate(2.4deg);
}

.brand-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(83, 45, 105, 0.13);
  border-radius: 27px;
}

.brand-card__shine {
  position: absolute;
  z-index: 2;
  top: -160px;
  left: -180px;
  width: 230px;
  height: 700px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.22);
  transform: rotate(25deg);
}

.brand-card__cover {
  width: 100%;
  aspect-ratio: 960 / 365;
  object-fit: cover;
}

.brand-card__footer {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

.brand-card__footer span:first-child {
  display: flex;
  flex-direction: column;
}

.brand-card__footer b {
  font-size: 0.68rem;
  letter-spacing: 0.17em;
}

.brand-card__footer small {
  color: var(--ink-soft);
  font-weight: 700;
}

.status-pulse {
  position: relative;
  width: 15px;
  height: 15px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(169, 216, 110, 0.18);
}

.status-pulse::after {
  position: absolute;
  inset: -7px;
  content: "";
  border: 1px solid var(--green-deep);
  border-radius: 50%;
  animation: pulse 2.2s infinite;
}

.floating-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 17px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(61, 34, 78, 0.11);
  border-radius: 999px;
  box-shadow: 0 16px 35px rgba(62, 35, 82, 0.16);
  backdrop-filter: blur(12px);
}

.floating-chip span {
  padding: 4px 8px;
  color: #fff;
  background: var(--pink-deep);
  border-radius: 999px;
}

.floating-chip--free {
  top: 36px;
  right: -12px;
  transform: rotate(-3deg);
}

.floating-chip--deal {
  bottom: 40px;
  left: -32px;
  transform: rotate(2deg);
}

.floating-chip--deal span {
  background: var(--green-deep);
}

.loot-orbit {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--lavender-deep);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(91, 51, 135, 0.24);
}

.loot-orbit--one {
  top: 35px;
  left: 12px;
  width: 48px;
  height: 48px;
  font-size: 1.3rem;
  transform: rotate(-14deg);
}

.loot-orbit--two {
  right: 32px;
  bottom: 6px;
  width: 54px;
  height: 54px;
  font-size: 1.2rem;
  background: var(--pink-deep);
  transform: rotate(12deg);
}

.hero__glow {
  position: absolute;
  filter: blur(2px);
  border-radius: 50%;
}

.hero__glow--one {
  top: 50px;
  right: 24%;
  width: 200px;
  height: 200px;
  background: rgba(239, 143, 197, 0.15);
}

.hero__glow--two {
  right: 3%;
  bottom: 20px;
  width: 300px;
  height: 300px;
  background: rgba(169, 216, 110, 0.12);
}

.section-heading {
  margin-bottom: 52px;
}

.section-heading > p:last-child {
  max-width: 630px;
  color: var(--ink-soft);
}

.section-heading--center {
  text-align: center;
}

.section-heading--center > p:last-child {
  margin-inline: auto;
}

.section-heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-heading--split h2 {
  margin-bottom: 0;
}

.loot-types {
  padding: 115px 0;
}

.loot-types__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.loot-type {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 45px rgba(50, 30, 68, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.loot-type:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.loot-type::after {
  position: absolute;
  right: -35px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  content: "";
  border: 28px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
}

.loot-type--purple {
  background: linear-gradient(145deg, #f0e9ff, #e6dcf8);
}

.loot-type--pink {
  background: linear-gradient(145deg, #ffeaf6, #f8dceb);
}

.loot-type--green {
  background: linear-gradient(145deg, #eff8e4, #e1f0cf);
}

.loot-type__icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin-bottom: 62px;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  box-shadow: 0 12px 25px rgba(47, 28, 65, 0.08);
}

.loot-type__number {
  position: absolute;
  top: 30px;
  right: 32px;
  color: rgba(33, 24, 52, 0.2);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.loot-type p:last-child {
  position: relative;
  z-index: 2;
  color: var(--ink-soft);
}

.latest-loot {
  padding: 110px 0 120px;
  background: #fff;
  border-block: 1px solid var(--line);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.loot-card {
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 14px 42px rgba(48, 31, 62, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.loot-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.loot-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(140deg, #e9dcfb, #fbddec);
}

.loot-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.loot-card:hover .loot-card__media img {
  transform: scale(1.025);
}

.loot-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(112, 72, 183, 0.72);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: 5rem;
}

.loot-card__body {
  padding: 26px 27px 30px;
}

.loot-card__meta,
.article__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.loot-card__meta span:first-child,
.article__meta span:first-child {
  padding: 5px 10px;
  color: var(--lavender-deep);
  background: rgba(169, 138, 223, 0.14);
  border-radius: 999px;
}

.loot-card h2,
.loot-card h3 {
  font-size: 1.55rem;
}

.loot-card h2 a,
.loot-card h3 a {
  text-decoration: none;
}

.loot-card__body > p {
  color: var(--ink-soft);
}

.about {
  padding: 130px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(239, 143, 197, 0.13), transparent 30%),
    radial-gradient(circle at 90% 85%, rgba(169, 216, 110, 0.13), transparent 26%);
}

.about__grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}

.about__art {
  position: relative;
  min-height: 510px;
}

.about__portrait {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, 430px);
  overflow: hidden;
  aspect-ratio: 1;
  background: #eadff5;
  border: 12px solid #fff;
  border-radius: 42% 58% 55% 45% / 51% 42% 58% 49%;
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%) rotate(-2deg);
}

.about__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__badge {
  position: absolute;
  z-index: 3;
  right: -3px;
  bottom: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font-size: 0.83rem;
  font-weight: 900;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(55, 34, 74, 0.15);
}

.about__badge span {
  color: var(--pink-deep);
}

.about__spark {
  position: absolute;
  color: var(--pink-deep);
  font-size: 3rem;
}

.about__spark--one {
  top: 20px;
  left: 5px;
}

.about__spark--two {
  right: 20px;
  top: 68px;
  color: var(--green-deep);
  font-size: 2rem;
}

.about__lead {
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 750;
}

.about__copy > p:not(.eyebrow):not(.about__lead) {
  color: var(--ink-soft);
}

.about blockquote {
  padding: 5px 0 5px 22px;
  margin: 28px 0 34px;
  color: var(--pink-deep);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
  border-left: 5px solid var(--green);
}

.site-footer {
  padding: 92px 0 34px;
  color: #f9f4ff;
  background:
    radial-gradient(circle at 85% 15%, rgba(239, 143, 197, 0.18), transparent 30%),
    var(--night);
}

.site-footer__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 45px 50px;
  margin-bottom: 55px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
}

.site-footer__card h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.site-footer__card p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(249, 244, 255, 0.7);
}

.site-footer .eyebrow {
  color: var(--green);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 30px;
  color: rgba(249, 244, 255, 0.55);
  font-size: 0.82rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-lockup--footer {
  color: #fff;
}

.brand-lockup--footer .brand-lockup__name strong {
  color: var(--pink);
}

.site-footer__bottom p {
  margin-bottom: 0;
}

.archive-main,
.article-main,
.error-page {
  min-height: 62vh;
  padding: 100px 0 120px;
}

.archive-header {
  max-width: 760px;
  margin-bottom: 55px;
}

.archive-header h1,
.article__header h1,
.error-page h1 {
  margin-bottom: 25px;
  font-size: clamp(3rem, 7vw, 6rem);
}

.archive-header > p:last-child,
.article__dek,
.error-page p {
  color: var(--ink-soft);
  font-size: 1.2rem;
}

.article__header {
  margin-bottom: 42px;
}

.article__hero {
  overflow: hidden;
  margin: 0 0 45px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.article__content {
  font-size: 1.1rem;
}

.article__content h2,
.article__content h3 {
  margin-top: 2em;
}

.article__content a {
  color: var(--lavender-deep);
  font-weight: 800;
}

.article__content img {
  border-radius: 18px;
}

.article__content blockquote {
  padding-left: 22px;
  margin: 34px 0;
  color: var(--ink-soft);
  border-left: 5px solid var(--pink);
}

.bio-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(229, 202, 255, 0.42), transparent 30%),
    radial-gradient(circle at 92% 42%, rgba(255, 188, 221, 0.3), transparent 28%),
    var(--cream);
}

.bio-hero {
  position: relative;
  padding: 95px 0 115px;
}

.bio-hero::after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 340px;
  height: 340px;
  content: "";
  background: rgba(195, 244, 187, 0.32);
  border-radius: 50%;
  filter: blur(2px);
}

.bio-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: clamp(55px, 8vw, 110px);
}

.bio-hero__copy {
  max-width: 680px;
}

.bio-hero__copy h1 {
  margin: 15px 0 26px;
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.bio-hero__copy h1 span {
  display: block;
  color: var(--lavender-deep);
}

.bio-hero__lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  line-height: 1.65;
}

.bio-hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.bio-portrait-wrap {
  position: relative;
  min-height: 640px;
}

.bio-portrait {
  position: absolute;
  top: 26px;
  left: 50%;
  width: min(calc(100% - 48px), 520px);
  aspect-ratio: 1;
  overflow: visible;
  margin: 0;
  background: transparent;
  transform: translateX(-50%) rotate(1.5deg);
}

.bio-portrait::before {
  display: none;
}

.bio-portrait > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050307;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0 30px 80px rgba(59, 37, 79, 0.24);
}

.bio-portrait figcaption {
  position: absolute;
  top: calc(100% + 18px);
  right: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  text-align: center;
}

.bio-portrait figcaption strong {
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
}

.bio-portrait figcaption span {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.bio-portrait-wrap__badge {
  position: absolute;
  right: auto;
  bottom: 16px;
  left: -8px;
  z-index: 3;
  padding: 13px 18px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--green);
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.bio-portrait-wrap__badge span {
  color: var(--pink-deep);
}

.bio-portrait-wrap__spark {
  position: absolute;
  z-index: 3;
  color: var(--pink-deep);
  font-size: 3.6rem;
}

.bio-portrait-wrap__spark--one {
  top: 0;
  left: -8px;
}

.bio-portrait-wrap__spark--two {
  top: 80px;
  right: -6px;
  color: var(--lavender-deep);
  font-size: 2.5rem;
}

.bio-story,
.bio-origin {
  padding: 110px 0;
}

.bio-story {
  background: rgba(255, 255, 255, 0.7);
  border-block: 1px solid var(--line);
}

.bio-section-heading {
  max-width: 800px;
  margin-bottom: 55px;
}

.bio-section-heading h2,
.bio-origin h2 {
  margin-top: 12px;
  font-size: clamp(2.8rem, 5.4vw, 5rem);
}

.bio-story__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  gap: clamp(50px, 8vw, 105px);
}

.bio-story__narrative {
  color: var(--ink-soft);
  font-size: 1.14rem;
  line-height: 1.85;
}

.bio-story__narrative strong {
  color: var(--ink);
}

.bio-dropcap::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--lavender-deep);
  font-family: var(--font-display);
  font-size: 5.2rem;
  line-height: 0.74;
}

.bio-games {
  padding: 34px;
  background: var(--ink);
  border-radius: 24px;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.bio-games__label {
  margin-bottom: 22px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.bio-games ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bio-games li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bio-games li span {
  color: var(--pink);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 900;
}

.bio-timeline {
  padding: 105px 0 120px;
  color: #fff;
  background: var(--ink);
}

.bio-timeline .eyebrow {
  color: var(--green);
}

.bio-timeline__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.bio-timeline__track::before {
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--pink), var(--lavender), var(--green));
}

.bio-timeline__track article {
  position: relative;
  padding: 55px 22px 25px 0;
}

.bio-timeline__track article::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--pink);
  border: 4px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--pink);
}

.bio-timeline__track article:nth-child(2)::before {
  background: var(--lavender);
  box-shadow: 0 0 0 2px var(--lavender);
}

.bio-timeline__track article:nth-child(3)::before,
.bio-timeline__track article:nth-child(4)::before {
  background: var(--green);
  box-shadow: 0 0 0 2px var(--green);
}

.bio-timeline__year {
  color: var(--pink);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.bio-timeline__track h3 {
  margin: 12px 0;
  color: #fff;
  font-size: 1.75rem;
}

.bio-timeline__track p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
}

.bio-origin__grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 30px;
}

.bio-origin__card,
.bio-origin__welcome {
  padding: clamp(34px, 5vw, 65px);
  border-radius: 28px;
}

.bio-origin__card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.bio-origin__card > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.bio-origin__card blockquote {
  padding: 24px 28px;
  margin: 34px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1.35;
  background: var(--pink-soft);
  border-left: 6px solid var(--pink-deep);
  border-radius: 0 18px 18px 0;
}

.bio-origin__welcome {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: linear-gradient(145deg, var(--lavender-deep), #6b3e8d);
  box-shadow: var(--shadow);
}

.bio-origin__welcome > span {
  font-size: 3rem;
}

.bio-origin__welcome h3 {
  margin: 20px 0;
  color: #fff;
  font-size: 2.6rem;
}

.bio-origin__welcome p {
  color: rgba(255, 255, 255, 0.75);
}

.bio-signoff {
  padding: 35px 0 115px;
}

.bio-signoff__inner {
  padding-top: 55px;
  text-align: center;
  border-top: 1px solid var(--line);
}

.bio-signoff__inner > p {
  max-width: 790px;
  margin: 0 auto 28px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.25;
}

.bio-signature {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--ink-soft);
}

.bio-signature strong {
  color: var(--lavender-deep);
  font-size: 1.15rem;
}

.error-page__inner {
  max-width: 850px;
  text-align: center;
}

.pagination {
  margin-top: 55px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav-links a,
.nav-links span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.nav-links .current {
  color: #fff;
  background: var(--lavender-deep);
}

@keyframes pulse {
  0% { opacity: 0.8; transform: scale(0.75); }
  75%, 100% { opacity: 0; transform: scale(1.5); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 50px;
    padding-block: 75px;
  }

  .hero__copy {
    max-width: 720px;
  }

  .hero__art {
    width: min(680px, 100%);
    min-height: 480px;
    margin-inline: auto;
  }

  .loot-types__grid,
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .loot-type:last-child,
  .loot-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .about__grid {
    gap: 55px;
  }

  .bio-hero__grid,
  .bio-story__grid,
  .bio-origin__grid {
    grid-template-columns: 1fr;
  }

  .bio-portrait-wrap {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .bio-timeline__track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 30px, 1160px);
  }

  body {
    font-size: 16px;
  }

  h2 {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .site-header__inner {
    min-height: 72px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 15px;
    left: 15px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    background: rgba(255, 250, 247, 0.98);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav__list {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

  .site-nav__list a {
    display: block;
    padding: 10px 4px;
  }

  .hero {
    min-height: 0;
  }

  .hero__grid {
    padding-top: 58px;
  }

  .hero__copy h1 {
    font-size: clamp(3.25rem, 17vw, 5.2rem);
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__art {
    min-height: 380px;
  }

  .brand-card {
    width: calc(100% - 16px);
    border-width: 5px;
    border-radius: 23px;
  }

  .brand-card::after {
    border-radius: 18px;
  }

  .brand-card__footer {
    min-height: 62px;
    padding: 12px 16px;
  }

  .floating-chip {
    padding: 9px 12px;
    font-size: 0.7rem;
  }

  .floating-chip--free {
    top: 21px;
    right: -4px;
  }

  .floating-chip--deal {
    bottom: 25px;
    left: -2px;
  }

  .loot-orbit--one {
    left: -2px;
  }

  .loot-orbit--two {
    right: 6px;
  }

  .loot-types,
  .latest-loot,
  .about {
    padding: 85px 0;
  }

  .loot-types__grid,
  .post-grid,
  .about__grid {
    grid-template-columns: 1fr;
  }

  .loot-type:last-child,
  .loot-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .loot-type {
    min-height: 300px;
  }

  .section-heading--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .about__grid {
    gap: 45px;
  }

  .about__art {
    min-height: 390px;
  }

  .about__badge {
    right: 4px;
    bottom: 30px;
  }

  .site-footer__card,
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__card {
    padding: 32px 26px;
  }

  .site-footer__card .button {
    width: 100%;
  }

  .archive-main,
  .article-main,
  .error-page {
    padding: 72px 0 85px;
  }

  .bio-hero,
  .bio-story,
  .bio-origin,
  .bio-timeline {
    padding: 78px 0;
  }

  .bio-hero__copy h1 {
    font-size: clamp(3.5rem, 17vw, 5rem);
  }

  .bio-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bio-hero__actions .button {
    width: 100%;
  }

  .bio-portrait-wrap {
    min-height: 470px;
  }

  .bio-portrait {
    top: 12px;
    width: min(calc(100% - 8px), 440px);
  }

  .bio-portrait-wrap__badge {
    display: none;
  }

  .bio-timeline__track {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bio-timeline__track::before {
    top: 0;
    bottom: 0;
    left: 8px;
    width: 2px;
    height: auto;
  }

  .bio-timeline__track article {
    padding: 8px 0 35px 46px;
  }

  .bio-timeline__track article::before {
    top: 10px;
  }

  .bio-origin__card,
  .bio-origin__welcome {
    padding: 34px 26px;
  }
}

@media (max-width: 420px) {
  .brand-lockup__name {
    font-size: 0.9rem;
  }

  .brand-lockup__mark {
    width: 43px;
    height: 43px;
  }

  .hero__proof {
    align-items: flex-start;
  }

  .about__portrait {
    width: calc(100% - 28px);
    border-width: 8px;
  }
}
