:root {
  color-scheme: dark;
  --bg: #090713;
  --surface: rgba(255, 255, 255, 0.055);
  --surface-strong: rgba(255, 255, 255, 0.095);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f8f6ff;
  --muted: #aaa4ba;
  --purple: #8c52ff;
  --purple-light: #ba92ff;
  --pink: #ff4db8;
  --lime: #c8ff5c;
  --cyan: #55d8ff;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(122, 65, 226, 0.18), transparent 25rem),
    radial-gradient(circle at 10% 55%, rgba(255, 77, 184, 0.09), transparent 28rem),
    var(--bg);
  color: var(--text);
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  border-radius: 10px;
  background: #fff;
  color: #111;
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.ambient {
  position: fixed;
  z-index: -2;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.2;
  pointer-events: none;
}

.ambient-one {
  top: 14%;
  right: -180px;
  background: var(--purple);
}

.ambient-two {
  bottom: 8%;
  left: -220px;
  background: var(--pink);
}

.noise {
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header,
.hero,
.section,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  margin-top: 16px;
  padding: 10px 12px 10px 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(11, 8, 23, 0.77);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 14px;
  background: linear-gradient(145deg, var(--purple), #4c25ae 58%, #1a1039);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 8px 22px rgba(102, 49, 206, 0.34);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: Georgia, serif;
  font-size: 19px;
  font-style: italic;
}

.brand-copy span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.desktop-nav a,
.header-cta,
.button,
.about-copy a {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--text);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(200, 255, 92, 0.25);
  border-radius: 14px;
  background: rgba(200, 255, 92, 0.07);
  padding: 13px 16px;
  color: #eaffe0;
  font-size: 13px;
  font-weight: 750;
}

.header-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 255, 92, 0.5);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(200, 255, 92, 0.1), 0 0 16px rgba(200, 255, 92, 0.8);
}

.hero {
  display: grid;
  min-height: calc(100vh - 110px);
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 64px;
  padding-block: 88px 72px;
}

.eyebrow,
.section-kicker {
  color: var(--purple-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  display: inline-grid;
  width: 35px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.responsible-section h2,
.age-dialog h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.hero h1 {
  margin-top: 23px;
  font-size: clamp(56px, 6.4vw, 92px);
  line-height: 0.94;
}

.hero h1 em {
  background: linear-gradient(100deg, #fff 5%, var(--purple-light) 49%, var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 400;
}

.hero-intro {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 19px;
  cursor: pointer;
  font-weight: 760;
}

.button-primary {
  background: linear-gradient(135deg, #9d65ff, #6332ca);
  box-shadow: 0 12px 30px rgba(112, 55, 213, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #fff;
}

.button-primary:hover,
.button-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(112, 55, 213, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.075);
}

.copy-feedback {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--lime);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 580px;
  place-items: center;
}

.profile-card {
  position: relative;
  z-index: 3;
  width: min(405px, 88%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 34px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(19, 14, 37, 0.86);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  padding: 22px;
  text-align: center;
  backdrop-filter: blur(18px);
}

.profile-card::before {
  position: absolute;
  top: -140px;
  left: 50%;
  width: 330px;
  height: 270px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(140, 82, 255, 0.34);
  content: "";
  filter: blur(45px);
}

.profile-topline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(200, 255, 92, 0.18);
  border-radius: 999px;
  padding: 7px 9px;
  color: #e9ffd0;
  letter-spacing: 0.07em;
}

.live-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 10px rgba(200, 255, 92, 0.8);
}

.avatar-shell {
  position: relative;
  display: grid;
  width: 156px;
  height: 156px;
  margin: 48px auto 28px;
  place-items: center;
}

.avatar-ring,
.avatar-ring::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.avatar-ring {
  inset: 0;
  background: conic-gradient(from 25deg, var(--purple), var(--pink), #ffc15c, var(--purple));
  animation: slow-spin 12s linear infinite;
}

.avatar-ring::after {
  inset: 5px;
  background: #17102c;
}

.avatar {
  position: relative;
  z-index: 1;
  display: grid;
  width: 136px;
  height: 136px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.23), transparent 15%),
    linear-gradient(145deg, #8c52ff, #3f1d8a 57%, #150c2c);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 82px;
  font-style: italic;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.profile-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.profile-name h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 500;
}

.brand-badge {
  display: inline-grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.profile-card > p {
  margin: 8px 0 30px;
  color: var(--muted);
  font-size: 13px;
}

.profile-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.035);
}

.profile-stats div {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 12px 7px;
}

.profile-stats div + div {
  border-left: 1px solid var(--line);
}

.profile-stats strong {
  font-size: 14px;
}

.profile-stats span {
  color: var(--muted);
  font-size: 10px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 520px;
  height: 520px;
  transform: rotate(21deg);
  border-top-color: rgba(186, 146, 255, 0.52);
}

.orbit-two {
  width: 395px;
  height: 395px;
  transform: rotate(-38deg);
  border-right-color: rgba(255, 77, 184, 0.46);
}

.spark {
  position: absolute;
  z-index: 4;
  color: var(--purple-light);
  filter: drop-shadow(0 0 12px rgba(186, 146, 255, 0.7));
}

.spark-one {
  top: 70px;
  right: 20px;
  font-size: 34px;
}

.spark-two {
  bottom: 75px;
  left: 28px;
  color: var(--pink);
  font-size: 22px;
}

.mini-card {
  position: absolute;
  z-index: 5;
  display: flex;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(20, 15, 38, 0.88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(15px);
}

.mini-card-left {
  bottom: 68px;
  left: -8px;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  padding: 15px 18px;
  animation: float 6s ease-in-out infinite;
}

.mini-card-left span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mini-card-left strong {
  font-size: 13px;
}

.mini-card-right {
  top: 130px;
  right: -12px;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  font-size: 12px;
  animation: float 6s 1.2s ease-in-out infinite;
}

.mini-icon {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 77, 184, 0.14);
  color: var(--pink);
}

.section {
  padding-block: 94px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 37px;
}

.section-kicker {
  margin: 0 0 14px;
}

.section-heading h2,
.about-copy h2,
.responsible-section h2 {
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.02;
}

.section-heading > p {
  max-width: 390px;
  margin: 0 0 5px;
  color: var(--muted);
  line-height: 1.65;
}

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

.platform-card {
  position: relative;
  display: flex;
  min-height: 230px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  padding: 24px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.platform-card::before {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--platform-color, var(--purple));
  content: "";
  filter: blur(55px);
  opacity: 0.16;
  transition: opacity 220ms ease;
}

.platform-card:hover,
.platform-card:focus-visible {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, 0.27);
  background: var(--surface-strong);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.27);
}

.platform-card:hover::before {
  opacity: 0.35;
}

.instagram { --platform-color: #ff0069; --logo-color: #ff5aa6; }
.x-social { --platform-color: #ffffff; --logo-color: #ffffff; }
.youtube { --platform-color: #ff0000; --logo-color: #ff4545; }
.telegram { --platform-color: #26a5e4; --logo-color: #49bded; }
.facebook { --platform-color: #0866ff; --logo-color: #438dff; }
.threads { --platform-color: #bf8aff; --logo-color: #ffffff; }

.platform-number {
  position: absolute;
  top: 20px;
  left: 22px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.platform-icon {
  position: absolute;
  top: 21px;
  right: 22px;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 21px;
  font-weight: 800;
}

.platform-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--logo-color, #fff);
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--logo-color, #fff) 38%, transparent));
}

.telegram .platform-icon svg {
  width: 24px;
  height: 24px;
  transform: translate(-1px, 1px);
}

.platform-name {
  font-family: Georgia, serif;
  font-size: 29px;
}

.platform-handle {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.platform-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 20px;
  transition: color 180ms ease, transform 180ms ease;
}

.platform-card:hover .platform-arrow {
  transform: translate(3px, -3px);
  color: #fff;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 14px;
}

.content-card {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  padding: 27px;
}

.content-card::after {
  position: absolute;
  right: -45px;
  bottom: -85px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 32px rgba(255, 255, 255, 0.018), 0 0 0 68px rgba(255, 255, 255, 0.012);
}

.content-featured {
  background:
    radial-gradient(circle at 74% 66%, rgba(255, 77, 184, 0.28), transparent 11rem),
    linear-gradient(145deg, rgba(140, 82, 255, 0.34), rgba(255, 255, 255, 0.035));
}

.content-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.content-symbol {
  position: absolute;
  top: 78px;
  right: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Georgia, serif;
  font-size: 84px;
  line-height: 1;
  text-shadow: 0 0 40px rgba(140, 82, 255, 0.5);
}

.content-card h3 {
  position: absolute;
  z-index: 1;
  right: 27px;
  bottom: 72px;
  left: 27px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 500;
}

.content-card > p {
  position: absolute;
  z-index: 1;
  right: 27px;
  bottom: 25px;
  left: 27px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.about-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 0.72fr 1.28fr;
  border: 1px solid var(--line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 15% 50%, rgba(140, 82, 255, 0.3), transparent 22rem),
    rgba(255, 255, 255, 0.04);
}

.about-monogram {
  display: grid;
  min-height: 480px;
  place-items: center;
  border-right: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.08);
  font-family: Georgia, serif;
  font-size: clamp(120px, 16vw, 225px);
  font-style: italic;
  letter-spacing: -0.12em;
  text-shadow: 0 0 70px rgba(140, 82, 255, 0.18);
}

.about-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 64px;
}

.about-copy h2 {
  max-width: 690px;
}

.about-copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 25px 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.about-copy a {
  color: var(--purple-light);
  font-weight: 750;
}

.about-copy a:hover {
  color: #fff;
}

.responsible-section {
  display: grid;
  grid-template-columns: auto 0.9fr 1.1fr;
  align-items: center;
  gap: 36px;
  margin-block: 12px 90px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 48px;
}

.responsible-badge {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  font-family: Georgia, serif;
  font-size: 27px;
}

.responsible-section h2 {
  font-size: clamp(33px, 3.5vw, 49px);
}

.responsible-section > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-block: 35px 50px;
  color: var(--muted);
  font-size: 11px;
}

.footer-brand {
  justify-self: start;
}

.footer-brand .brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-size: 21px;
}

.site-footer > p {
  margin: 0;
  text-align: center;
}

.footer-note {
  max-width: 255px;
  justify-self: end;
  text-align: right !important;
}

.age-gate {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(5, 3, 10, 0.89);
  padding: 20px;
  backdrop-filter: blur(18px);
}

.age-gate[hidden] {
  display: none;
}

.age-dialog {
  width: min(490px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(140, 82, 255, 0.25), transparent 18rem),
    #120d22;
  box-shadow: var(--shadow);
  padding: 38px;
  text-align: center;
}

.age-mark {
  display: grid;
  width: 86px;
  height: 86px;
  margin: 0 auto 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  font-family: Georgia, serif;
  font-size: 29px;
}

.age-dialog h2 {
  font-size: clamp(34px, 7vw, 48px);
  line-height: 1.02;
}

.age-dialog > p:not(.section-kicker) {
  margin: 20px auto 26px;
  color: var(--muted);
  line-height: 1.65;
}

.age-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: 120ms;
}

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 90px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    min-height: 610px;
  }

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

  .content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-featured {
    grid-column: 1 / -1;
  }

  .about-panel {
    grid-template-columns: 1fr;
  }

  .about-monogram {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .responsible-section {
    grid-template-columns: auto 1fr;
  }

  .responsible-section > p {
    grid-column: 1 / -1;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer > p:not(.footer-note) {
    text-align: right;
  }

  .footer-note {
    grid-column: 1 / -1;
    max-width: none;
    justify-self: start;
    text-align: left !important;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .section,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    top: 9px;
    min-height: 64px;
    margin-top: 9px;
    border-radius: 18px;
    padding: 8px 9px 8px 10px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
    border-radius: 12px;
    font-size: 22px;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .brand-copy span {
    font-size: 8px;
  }

  .header-cta {
    min-width: 42px;
    min-height: 42px;
    justify-content: center;
    border-radius: 12px;
    padding: 0;
    font-size: 0;
  }

  .hero {
    padding-block: 75px 45px;
  }

  .hero h1 {
    font-size: clamp(49px, 16vw, 70px);
  }

  .hero-intro {
    margin-top: 23px;
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 500px;
  }

  .profile-card {
    width: calc(100% - 10px);
    border-radius: 27px;
    padding: 17px;
  }

  .profile-topline {
    font-size: 9px;
  }

  .avatar-shell {
    width: 132px;
    height: 132px;
    margin-top: 37px;
  }

  .avatar {
    width: 114px;
    height: 114px;
    font-size: 68px;
  }

  .profile-name h2 {
    font-size: 25px;
  }

  .profile-stats div {
    min-height: 72px;
  }

  .profile-stats strong {
    font-size: 12px;
  }

  .profile-stats span {
    font-size: 9px;
  }

  .orbit-one {
    width: 420px;
    height: 420px;
  }

  .orbit-two {
    width: 340px;
    height: 340px;
  }

  .mini-card-left {
    bottom: 18px;
    left: -3px;
  }

  .mini-card-right {
    top: 88px;
    right: -4px;
  }

  .section {
    padding-block: 65px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 27px;
  }

  .section-heading h2,
  .about-copy h2 {
    font-size: 39px;
  }

  .platform-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .platform-card {
    min-height: 190px;
  }

  .content-featured {
    grid-column: auto;
  }

  .content-card {
    min-height: 320px;
    border-radius: 24px;
  }

  .about-panel {
    border-radius: 27px;
  }

  .about-monogram {
    min-height: 190px;
  }

  .about-copy {
    padding: 35px 25px 38px;
  }

  .about-copy > p:not(.section-kicker) {
    font-size: 15px;
  }

  .responsible-section {
    align-items: start;
    gap: 22px;
    margin-bottom: 60px;
    padding-block: 35px;
  }

  .responsible-badge {
    width: 64px;
    height: 64px;
    font-size: 22px;
  }

  .responsible-section h2 {
    font-size: 33px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer > p:not(.footer-note),
  .footer-note {
    justify-self: start;
    text-align: left !important;
  }

  .age-dialog {
    border-radius: 25px;
    padding: 29px 20px 22px;
  }

  .age-actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
