@font-face {
  font-family: "Unbounded";
  src: url("../fonts/unbounded-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8A, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: "Unbounded";
  src: url("../fonts/unbounded-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF;
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/golos-text-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8A, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/golos-text-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrains-mono-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8A, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrains-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF;
}

:root {
  font-family: "Golos Text", Arial, sans-serif;
  color-scheme: light;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
}

body {
  background: #f4f0e6;
}

.icon {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  overflow: visible;
  vertical-align: -0.12em;
}

button,
input,
select {
  color: inherit;
  font: inherit;
}

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

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

button {
  border: 0;
}

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

::selection {
  background: #f5b700;
  color: #08050e;
}

.site-shell {
  --ink: #08050e;
  --muted: #5b544c;
  --page: #f4f0e6;
  --surface: #fff9ef;
  --surface-soft: #eae4d8;
  --line: #bbae9b;
  --red: #da2c38;
  --blue: #21409a;
  --yellow: #f5b700;
  --aqua: #0f7b6c;
  --on-color: #ffffff;
  --control-shadow: #08050e;
  --card-shadow: #08050e;
  --link-yellow: #21409a;
  --link-underline: #21409a;
  --button-gap: var(--page);
  --button-shadow: #08050e;
  --focus-ring: #21409a;
  --link-idle: #183782;
  --link-hover: #da2c38;
  --header-bg: rgb(244 240 230 / 94%);
  --hero-red: #da2c38;
  --hero-line: #08050e;
  --hero-text: #fff9ef;
  --final-bg: #21409a;
  --final-text: #fff9ef;
  --footer-bg: #fff9ef;
  --footer-text: #08050e;
  --footer-heading: #08050e;
  --footer-link: #183782;
  --footer-hover: #da2c38;
  --footer-line: #bbae9b;
  --footer-muted: #5b544c;
  min-height: 100vh;
  overflow: clip;
  background: var(--page);
  color: var(--ink);
  transition: background-color 240ms ease, color 240ms ease;
}

.site-shell[data-theme="night"] {
  --ink: #f7f4ec;
  --muted: #d2cec5;
  --page: #171a2e;
  --surface: #20243b;
  --surface-soft: #292e49;
  --line: #4a5276;
  --red: #ff4d57;
  --blue: #21409a;
  --yellow: #ffd02a;
  --aqua: #63d8c5;
  --on-color: #08050e;
  --control-shadow: #f7f4ec;
  --card-shadow: #f7f4ec;
  --link-yellow: #ffd02a;
  --link-underline: #ffd02a;
  --button-shadow: #f7f4ec;
  --focus-ring: #ffd02a;
  --link-idle: #ffd02a;
  --link-hover: #63d8c5;
  --header-bg: rgb(23 26 46 / 94%);
  --hero-red: #ff4d57;
  --hero-line: #08050e;
  --hero-text: #08050e;
  --final-bg: #ff4d57;
  --final-text: #08050e;
  --footer-bg: #171a2e;
  --footer-text: #f2efe9;
  --footer-heading: #f2efe9;
  --footer-link: #c9c4d0;
  --footer-hover: #ffd02a;
  --footer-line: #3c4264;
  --footer-muted: #aaa7ad;
  color-scheme: dark;
}

.site-shell h1,
.site-shell h2,
.site-shell h3,
.site-shell p {
  margin-top: 0;
  text-wrap: pretty;
}

.site-shell h1,
.site-shell h2,
.site-shell h3 {
  font-family: "Unbounded", sans-serif;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.site-shell h1 {
  font-size: clamp(3rem, 7.3vw, 8.6rem);
  font-weight: 750;
  line-height: 0.93;
}

.site-shell h2 {
  font-size: clamp(2.15rem, 4.2vw, 5.2rem);
  font-weight: 680;
  line-height: 1.01;
}

.site-shell h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.7rem);
  font-weight: 650;
  line-height: 1.08;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--aqua);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 86px;
  padding: 10px clamp(18px, 3vw, 58px);
  border-bottom: 1px solid var(--line);
  background: var(--header-bg);
  backdrop-filter: blur(18px);
}

.logo-link {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
}

.brand-logo,
.brand-logo img {
  width: 205px;
  max-width: 100%;
  aspect-ratio: 205 / 62;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 1.6vw, 26px);
  padding-inline: 20px;
  font-size: 0.88rem;
  font-weight: 650;
}

.desktop-nav > a,
.nav-group > summary {
  position: relative;
  padding: 12px 2px;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.nav-group > summary::-webkit-details-marker {
  display: none;
}

.nav-group > summary::after {
  display: inline-block;
  margin-left: 6px;
  color: var(--red);
  content: "+";
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9em;
  transition: transform 180ms ease;
}

.nav-group[open] > summary::after {
  transform: rotate(45deg);
}

.desktop-nav > a::before,
.nav-group > summary::before {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  background: var(--aqua);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav > a:hover::before,
.desktop-nav > a:focus-visible::before,
.nav-group[open] > summary::before,
.nav-group > summary:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-group {
  position: relative;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: -18px;
  display: grid;
  min-width: 210px;
  gap: 5px;
  padding: 12px;
  border: 1px solid var(--ink);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 8px 8px 0 var(--control-shadow);
}

.nav-group-wide .nav-menu {
  min-width: 240px;
}

.nav-menu a,
.nav-menu button {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: inherit;
  text-align: left;
}

.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-menu button:hover,
.nav-menu button:focus-visible {
  background: var(--surface-soft);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.theme-toggle,
.account-button,
.mobile-nav > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
}

.theme-toggle {
  width: 46px;
  flex: 0 0 46px;
  padding: 0;
  font-size: 0;
}

.theme-toggle .icon {
  width: 22px;
  height: 22px;
  color: var(--yellow);
}

.theme-toggle:hover,
.account-button:hover,
.mobile-nav > summary:hover {
  border-color: var(--ink);
}

.header-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 2px solid #08050e;
  border-radius: 14px;
  background: var(--red);
  box-shadow: none;
  color: var(--on-color);
  font-size: 0.84rem;
  font-weight: 750;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  box-shadow: 4px 4px 0 var(--control-shadow);
  transform: translate(-2px, -2px);
}

.header-cta:active {
  box-shadow: none;
  transform: none;
}

.mobile-nav {
  position: relative;
  display: none;
  justify-self: center;
}

.mobile-nav > summary {
  list-style: none;
}

.mobile-nav > summary::-webkit-details-marker {
  display: none;
}

.mobile-nav nav {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  display: grid;
  min-width: min(310px, calc(100vw - 32px));
  max-height: calc(100vh - 106px);
  gap: 3px;
  overflow-y: auto;
  padding: 16px;
  border: 1px solid var(--ink);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 8px 8px 0 var(--control-shadow);
  transform: translateX(-50%);
}

.mobile-nav nav strong {
  padding: 10px 8px 4px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-nav nav a,
.mobile-nav nav button {
  width: 100%;
  padding: 9px 8px;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.mobile-nav nav a:hover,
.mobile-nav nav a:focus-visible,
.mobile-nav nav button:hover,
.mobile-nav nav button:focus-visible {
  background: var(--surface-soft);
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: calc(100svh - 86px);
  align-items: center;
  overflow: hidden;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 5vw, 80px);
  background: var(--hero-red);
  color: var(--hero-text);
  --button-gap: var(--hero-red);
  --button-shadow: var(--hero-line);
}

.hero::before {
  content: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(900px, 61%);
}

.hero .eyebrow {
  color: var(--hero-text);
}

.hero h1 {
  max-width: 930px;
  margin-bottom: clamp(26px, 4vw, 46px);
}

.hero h1 em {
  display: block;
  color: var(--hero-line);
  font-style: normal;
}

.hero-character-word {
  display: inline-flex;
  min-width: 9.4ch;
  align-items: baseline;
}

.hero-character-word i {
  display: inline-block;
  width: 0.08em;
  height: 0.78em;
  margin-left: 0.08em;
  background: currentColor;
  animation: typing-caret 720ms steps(1, end) infinite;
}

@keyframes typing-caret {
  50% { opacity: 0; }
}

.site-shell[data-theme="night"] .hero h1 em {
  color: #fff9ef;
}

.hero :focus-visible {
  outline-color: var(--hero-line);
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 36px;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.48;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 750;
  transition: box-shadow 160ms ease, transform 160ms ease,
    background-color 160ms ease;
}

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

.button:active {
  transform: none;
}

.button-primary {
  border-color: #08050e;
  background: var(--red);
  box-shadow: none;
  color: var(--on-color);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 4px 4px 0 var(--button-shadow);
}

.button-primary:active {
  box-shadow: none;
}

.button-light {
  border-color: #08050e;
  background: #f2efe9;
  box-shadow: none;
  color: #08050e;
}

.button-light:hover,
.button-light:focus-visible {
  box-shadow: 4px 4px 0 var(--button-shadow);
}

.button-light:active {
  box-shadow: none;
}

.button-ghost {
  border-color: currentColor;
  background: transparent;
  box-shadow: none;
  color: inherit;
}

.button-ghost:hover,
.button-ghost:focus-visible {
  box-shadow: 4px 4px 0 var(--button-shadow);
}

.button-ghost:active {
  box-shadow: none;
}

.button-surface {
  border-color: #08050e;
  background: var(--surface);
  box-shadow: none;
  color: var(--ink);
}

.button-surface:hover,
.button-surface:focus-visible {
  box-shadow: 4px 4px 0 var(--button-shadow);
}

.hero-volume {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  color: var(--hero-line);
  pointer-events: none;
}

.hero-volume span {
  position: absolute;
  top: calc(var(--i) * 84px - 75px);
  right: calc(var(--i) * 54px - 130px);
  width: 420px;
  height: 210px;
  border: 3px solid currentColor;
  border-radius: 50%;
  transform: rotate(calc(var(--i) * 12deg));
  animation: original-ellipse-field 4s ease-in-out infinite;
}

.hero-volume span:nth-child(1) { --i: 1; }
.hero-volume span:nth-child(2) { --i: 2; animation-delay: -0.6s; }
.hero-volume span:nth-child(3) { --i: 3; animation-delay: -1.2s; }
.hero-volume span:nth-child(4) { --i: 4; animation-delay: -1.8s; }
.hero-volume span:nth-child(5) { --i: 5; animation-delay: -2.4s; }

@keyframes original-ellipse-field {
  0%, 100% { transform: translateX(0) rotate(calc(var(--i) * 12deg)); }
  50% { transform: translateX(-26px) rotate(calc(var(--i) * 12deg)); }
}

.section-shell {
  width: min(1680px, 100%);
  margin-inline: auto;
  padding: clamp(56px, 6vw, 80px) clamp(20px, 5vw, 80px);
  scroll-margin-top: 86px;
}

.plans-section {
  padding-bottom: clamp(58px, 6vw, 88px);
}

.first-site-section {
  width: 100%;
  max-width: none;
  padding: clamp(56px, 6vw, 80px)
    max(clamp(20px, 5vw, 80px), calc((100vw - 1504px) / 2));
  background: var(--blue);
  color: #fff9ef;
  --button-gap: var(--blue);
  --button-shadow: #f7f4ec;
  --card-shadow: #f7f4ec;
}

.first-site-section .eyebrow {
  color: var(--yellow);
}

.first-site-section .section-lead {
  color: #fff9ef;
}

.first-site-section .four-beat-stitch i:nth-child(4) {
  background: #fff9ef;
}

.site-shell[data-theme="night"] .first-site-section { color: #fff9ef; }
.site-shell[data-theme="night"] .first-site-section .eyebrow { color: var(--yellow); }
.site-shell[data-theme="night"] .first-site-section .section-lead { color: #fff9ef; }
.site-shell[data-theme="night"] .first-site-section .four-beat-stitch i:nth-child(4) { background: #fff9ef; }

.section-heading {
  max-width: 1040px;
  margin-bottom: clamp(46px, 6vw, 76px);
}

.section-heading h2 {
  margin-bottom: 26px;
}

.section-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.4vw, 1.28rem);
  line-height: 1.55;
}

.section-heading-wide {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 60px;
}

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

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 2.2vw, 36px);
}

.plan-card {
  --accent: var(--aqua);
  --accent-text: #fff9ef;
  position: relative;
  display: flex;
  min-height: 480px;
  flex-direction: column;
  padding: clamp(24px, 2.2vw, 34px);
  border: 2px solid var(--ink);
  border-radius: 25px;
  background: var(--surface);
  box-shadow: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.plan-card:hover,
.plan-card:focus-within {
  box-shadow: 12px 12px 0 var(--accent);
  transform: translate(-4px, -4px);
}

.tone-yellow {
  --accent: var(--yellow);
  --accent-text: #08050e;
}

.tone-red {
  --accent: var(--red);
}

.tone-blue {
  --accent: var(--blue);
}

.site-shell[data-theme="night"] .plan-card {
  --accent-text: #08050e;
}

.site-shell[data-theme="night"] .plan-card.tone-blue:hover,
.site-shell[data-theme="night"] .plan-card.tone-blue:focus-within {
  box-shadow: 12px 12px 0 var(--yellow);
}

.plan-title h3 {
  margin-bottom: 18px;
}

.plan-title p {
  min-height: 88px;
  margin-bottom: 34px;
  color: var(--muted);
  line-height: 1.45;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 30px;
  font-family: "JetBrains Mono", monospace;
}

.plan-price strong {
  font-size: clamp(2.3rem, 3.4vw, 3.7rem);
  letter-spacing: -0.08em;
  line-height: 1;
}

.plan-price span {
  color: var(--muted);
  font-size: 0.78rem;
}

.plan-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 18px;
}

.plan-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.plan-card li:last-child::before {
  background: var(--aqua);
}

.plan-button {
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 0 17px;
  border: 2px solid #08050e;
  border-radius: 14px;
  background: var(--accent);
  box-shadow: none;
  color: var(--accent-text);
  cursor: pointer;
  font-weight: 750;
  text-align: left;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.plan-button:hover,
.plan-button:focus-visible {
  box-shadow: 4px 4px 0 var(--button-shadow);
  transform: translate(-2px, -2px);
}

.plan-button:active {
  box-shadow: none;
  transform: none;
}

.plan-standard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 58px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.plan-standard p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--link-idle);
  font-size: 1.1875rem;
  font-weight: 750;
  text-decoration: none;
}

.text-link-button {
  padding: 0;
  background: transparent;
  color: var(--link-idle);
  cursor: pointer;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--link-hover);
}

.text-link .icon {
  transition: transform 160ms ease;
}

.text-link:hover .icon,
.text-link:focus-visible .icon {
  transform: translate(2px, -2px);
}

.four-beat-stitch {
  display: grid;
  width: min(300px, calc(100% - 40px));
  grid-template-columns: 42px 64px 50px 78px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 34px;
}

.four-beat-stitch i {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: var(--aqua);
  opacity: 0.45;
  transform: scaleX(0.58);
  transform-origin: left center;
}

.four-beat-stitch i:nth-child(2) {
  background: var(--yellow);
}

.four-beat-stitch i:nth-child(3) {
  background: var(--red);
}

.four-beat-stitch i:nth-child(4) {
  background: var(--blue);
}

.first-site-section[data-motion="in-view"] .four-beat-stitch i {
  animation: four-beat-activate 180ms ease-out both;
}

.first-site-section[data-motion="in-view"] .four-beat-stitch i:nth-child(2) { animation-delay: 70ms; }
.first-site-section[data-motion="in-view"] .four-beat-stitch i:nth-child(3) { animation-delay: 140ms; }
.first-site-section[data-motion="in-view"] .four-beat-stitch i:nth-child(4) { animation-delay: 210ms; }

@keyframes four-beat-activate {
  0% { opacity: 0.45; transform: scaleX(0.58); }
  66% { opacity: 1; transform: scaleX(1.14); }
  100% { opacity: 1; transform: scaleX(1); }
}

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

.publish-step {
  --step-index: 0;
  --step-shadow: var(--aqua);
  position: relative;
  min-height: 300px;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 25px;
  background: var(--surface);
  box-shadow: none;
  color: var(--ink);
  opacity: 0;
  translate: 0 0;
  transform: translateY(12px);
  transition: box-shadow 160ms ease, translate 160ms ease;
}

.publish-step:hover {
  box-shadow: 12px 12px 0 var(--step-shadow);
  translate: -4px -4px;
}

.publish-step:nth-child(2) { --step-shadow: var(--yellow); }
.publish-step:nth-child(3) { --step-shadow: var(--red); }
.publish-step:nth-child(4) { --step-shadow: #f7f4ec; }

.first-site-section[data-motion="in-view"] .publish-step {
  animation: publish-settle 320ms ease-out both;
  animation-delay: calc(var(--step-index) * 65ms + 120ms);
}

.publish-step-final {
  border-color: var(--aqua);
}

.step-number {
  display: inline-flex;
  width: 46px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 750;
}

.publish-step h3 {
  margin-bottom: 16px;
}

.publish-step p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.step-check {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--aqua);
  color: var(--on-color);
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  opacity: 0;
  transform: scale(0.5);
}

.first-site-section[data-motion="in-view"] .step-check {
  animation: check-pop 190ms cubic-bezier(0.2, 1.5, 0.4, 1) both;
  animation-delay: 580ms;
}

@keyframes publish-settle {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes check-pop {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.section-action {
  margin-top: 48px;
}

.migration-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(48px, 6vw, 80px);
}

.migration-copy h2,
.domain-copy h2 {
  margin-bottom: 28px;
}

.migration-copy,
.domain-copy,
.domain-ui {
  min-width: 0;
}

.migration-copy .section-lead,
.domain-copy .section-lead {
  margin-bottom: 38px;
}

.migration-visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 32px;
  background: var(--yellow);
  box-shadow: none;
}

.migration-visual::before,
.migration-visual::after {
  content: none;
}

.site-thumbnail {
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 50%;
  display: grid;
  width: min(66%, 400px);
  aspect-ratio: 1.48;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 17px;
  padding: 32px;
  border: 2px solid #08050e;
  border-radius: 22px;
  background: #f2efe9;
  box-shadow: 7px 7px 0 #08050e;
  transform: translate(calc(-50% - 11px), calc(-50% - 9px));
}

.site-thumbnail-copy {
  z-index: 2;
  transform: translate(calc(-50% + 20px), calc(-50% + 17px));
}

.site-thumbnail-label {
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  color: #08050e;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-thumbnail-copy .site-thumbnail-label {
  padding: 5px 8px;
  border-radius: 999px;
  background: #21409a;
  color: #fff9ef;
}

.migration-section[data-motion="in-view"] .site-thumbnail-copy {
  animation: migration-align 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 260ms;
}

.site-thumbnail-bar {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: #da2c38;
}

.site-thumbnail-title {
  width: 58%;
  height: 26px;
  margin-top: 22px;
  border-radius: 7px;
  background: #08050e;
}

.site-thumbnail-copyline {
  width: 86%;
  height: 10px;
  border-radius: 999px;
  background: #bdb6aa;
}

.site-thumbnail-copyline-short {
  width: 64%;
}

.site-thumbnail b {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #0f7b6c;
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  opacity: 0;
  transform: scale(0.5);
}

.migration-section[data-motion="in-view"] .site-thumbnail b {
  animation: migration-check 190ms cubic-bezier(0.2, 1.5, 0.4, 1) both;
  animation-delay: 1.18s;
}

.migration-states {
  position: absolute;
  z-index: 4;
  top: 22px;
  left: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.migration-rail {
  position: absolute;
  z-index: 4;
  top: 76px;
  left: 22px;
}

.migration-rail .four-beat-stitch {
  margin: 0;
  justify-content: start;
}

.migration-section[data-motion="in-view"] .migration-rail .four-beat-stitch i {
  animation: four-beat-activate 180ms ease-out both;
}

.migration-section[data-motion="in-view"] .migration-rail .four-beat-stitch i:nth-child(2) { animation-delay: 70ms; }
.migration-section[data-motion="in-view"] .migration-rail .four-beat-stitch i:nth-child(3) { animation-delay: 140ms; }
.migration-section[data-motion="in-view"] .migration-rail .four-beat-stitch i:nth-child(4) { animation-delay: 210ms; }

.site-shell:not([data-theme="night"]) .migration-rail .four-beat-stitch i:nth-child(2) {
  background: #08050e;
}

.migration-states span {
  padding: 8px 11px;
  border: 1px solid #08050e;
  border-radius: 999px;
  background: #fff8e7;
  color: #08050e;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.67rem;
  font-weight: 750;
  opacity: 0.45;
  transform: translateY(5px);
}

.migration-section[data-motion="in-view"] .migration-states span {
  animation: migration-state-ready 260ms ease-out both;
}

.migration-section[data-motion="in-view"] .migration-states span:nth-child(1) { animation-delay: 180ms; }
.migration-section[data-motion="in-view"] .migration-states span:nth-child(2) { animation-delay: 920ms; }
.migration-section[data-motion="in-view"] .migration-states span:nth-child(3) { animation-delay: 1.34s; }

.borzoi-explains {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: minmax(145px, 0.34fr) 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 2px solid #08050e;
  border-radius: 18px;
  background: #fff8e7;
  box-shadow: 5px 5px 0 #08050e;
  color: #08050e;
  opacity: 0;
  transform: translateY(10px);
}

.borzoi-explains strong {
  font-family: "Unbounded", sans-serif;
  font-size: 0.82rem;
  line-height: 1.25;
}

.borzoi-explains p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.42;
}

.migration-section[data-motion="in-view"] .borzoi-explains {
  animation: borzoi-explains-in 320ms ease-out 1.52s both;
}

.site-shell[data-theme="night"] .migration-visual {
  border-color: var(--ink);
  background: var(--surface-soft);
  box-shadow: none;
}

@keyframes migration-align {
  from {
    transform: translate(calc(-50% + 20px), calc(-50% + 17px));
  }
  to {
    transform: translate(calc(-50% + 5px), calc(-50% + 5px));
  }
}

@keyframes migration-check {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes migration-state-ready {
  to {
    background: #0f7b6c;
    color: #ffffff;
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes borzoi-explains-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.domains-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 6vw, 80px);
}

.domain-ui {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--ink);
  border-radius: 32px;
  background: var(--surface);
  box-shadow: none;
}

.domain-search {
  position: relative;
  z-index: 2;
}

.domain-search label {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.domain-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px 148px;
  gap: 10px;
}

.domain-input-row:focus-within {
  border-color: transparent;
  box-shadow: none;
}

.domain-input-row input,
.domain-input-row select,
.domain-input-row button {
  min-width: 0;
  min-height: 56px;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: var(--surface);
}

.domain-input-row input {
  padding: 0 18px;
  outline: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(0.9rem, 1.3vw, 1.08rem);
}

.domain-input-row select {
  padding: 0 16px;
  outline: 0;
  font-family: "JetBrains Mono", monospace;
  font-weight: 750;
}

.domain-input-row button {
  padding: 0 20px;
  border-color: #08050e;
  background: var(--yellow);
  color: #08050e;
  cursor: pointer;
  font-weight: 750;
}

.domain-input-row input:focus,
.domain-input-row select:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--aqua) 24%, transparent);
}

.domain-input-row button:hover,
.domain-input-row button:focus-visible {
  box-shadow: 4px 4px 0 var(--button-shadow);
  transform: translate(-2px, -2px);
}

.domain-result {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 94px;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-soft);
}

.domain-result-unavailable {
  border-color: var(--yellow);
  background: var(--surface-soft);
}

.domain-status-mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
}

.domain-result-unavailable .domain-status-mark {
  border-color: var(--yellow);
  background: var(--yellow);
  color: #08050e;
}

.domain-result small,
.domain-result strong {
  display: block;
}

.domain-result small {
  margin-bottom: 4px;
  color: var(--muted);
}

.domain-result strong {
  font-family: "JetBrains Mono", monospace;
  overflow-wrap: anywhere;
}

.ai-coming {
  display: flex;
  width: min(1560px, calc(100% - 40px));
  min-height: 150px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 12px auto;
  padding: 28px clamp(24px, 4vw, 60px);
  border: 1px solid #08050e;
  border-radius: 28px;
  background: var(--yellow);
  box-shadow: 12px 12px 0 var(--control-shadow);
  color: #08050e;
}

.ai-coming span {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 3.2rem);
  font-weight: 680;
  letter-spacing: -0.04em;
}

.ai-coming strong {
  padding: 10px 16px;
  border: 1px solid #08050e;
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(48px, 6vw, 80px);
}

.about-heading h2 {
  margin-bottom: 0;
}

.about-copy {
  align-self: end;
}

.about-copy p {
  margin-bottom: 32px;
  font-size: clamp(1.08rem, 1.65vw, 1.42rem);
  line-height: 1.55;
}

.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  padding-top: 40px;
}

.contact-panel,
.legal-panel {
  min-height: 430px;
  padding: clamp(30px, 4vw, 60px);
  border: 1px solid var(--ink);
  border-radius: 30px;
  background: var(--surface);
}

.contact-panel {
  box-shadow: 12px 12px 0 var(--red);
}

.legal-panel {
  box-shadow: 12px 12px 0 var(--aqua);
}

.contact-panel h2,
.legal-panel h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 3.2vw, 4rem);
}

.contact-panel > p:last-child,
.legal-panel > p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.52;
}

.legal-links {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.legal-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--link-idle);
  font-size: 1.1875rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-links a:hover,
.legal-links a:focus-visible {
  color: var(--link-hover);
}

.final-cta {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(56px, 6vw, 80px) clamp(20px, 5vw, 80px);
  background: var(--final-bg);
  color: var(--final-text);
  --button-gap: var(--final-bg);
  --button-shadow: #08050e;
}

.final-cta .eyebrow {
  color: var(--yellow);
}

.site-shell[data-theme="night"] .final-cta .eyebrow {
  color: var(--final-text);
}

.site-shell[data-theme="night"] .final-cta :focus-visible {
  outline-color: #08050e;
}

.final-cta h2 {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin-bottom: 26px;
}

.final-cta > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin-bottom: 36px;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.5;
}

.final-cta .button-row {
  position: relative;
  z-index: 2;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.6fr) repeat(6, minmax(110px, 1fr));
  gap: 28px 24px;
  padding: clamp(34px, 4vw, 52px) clamp(20px, 5vw, 80px) 28px;
  background: var(--footer-bg);
  color: var(--footer-text);
}

.footer-brand {
  max-width: 280px;
}

.footer-brand .brand-logo,
.footer-brand .brand-logo img {
  width: 172px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-column strong {
  margin-bottom: 4px;
  color: var(--footer-heading);
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column button {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--footer-link);
  cursor: pointer;
  font-size: 0.88rem;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-column button:hover,
.footer-column button:focus-visible {
  color: var(--footer-hover);
  text-decoration: none;
}

.footer-disclaimer {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--footer-line);
  color: var(--footer-muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.modal-backdrop {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  padding: 20px;
  background: rgb(8 5 14 / 72%);
  place-items: center;
}

.launch-modal {
  position: relative;
  width: min(540px, 100%);
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--ink);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: 12px 12px 0 var(--red);
  color: var(--ink);
}

.launch-modal h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.launch-modal > p:not(.eyebrow) {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface-soft);
  cursor: pointer;
  font-size: 1.6rem;
  place-items: center;
}

.modal-close:hover,
.modal-close:focus-visible {
  border-color: var(--ink);
  background: var(--yellow);
  color: #08050e;
}

.site-shell :focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 4px;
}

.site-shell[data-theme="night"] :focus-visible {
  outline-color: var(--focus-ring);
}

@media (max-width: 1380px) {
  .desktop-nav {
    gap: 12px;
    font-size: 0.82rem;
  }

  .account-button {
    display: none;
  }

  .site-footer {
    grid-template-columns: minmax(230px, 1.5fr) repeat(3, minmax(140px, 1fr));
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

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

  .plan-card {
    min-height: 440px;
  }

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

  .migration-section,
  .domains-section {
    grid-template-columns: 1fr;
  }

  .migration-visual {
    min-height: 560px;
  }

  .domain-ui {
    min-height: 390px;
  }

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

  .about-copy {
    max-width: 760px;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 76px;
    padding-inline: 16px;
  }

  .brand-logo,
  .brand-logo img {
    width: 158px;
  }

  .theme-toggle {
    width: 46px;
    flex-basis: 46px;
    padding: 0;
  }

  .theme-toggle .icon {
    width: 22px;
    height: 22px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 13px;
    font-size: 0.78rem;
  }

  .hero {
    height: calc(100svh - 76px);
    min-height: 0;
    padding: 40px 20px;
  }

  .hero::before {
    content: none;
  }

  .hero-copy {
    width: min(680px, 92%);
  }

  .hero-volume {
    right: -18%;
    bottom: auto;
    top: 0;
    width: 65%;
    height: 100%;
    opacity: 0.35;
    transform: none;
  }

  .section-heading-wide {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
    gap: 8px;
  }

  .brand-logo,
  .brand-logo img {
    width: 130px;
  }

  .mobile-nav {
    justify-self: start;
  }

  .mobile-nav > summary {
    width: 46px;
    padding: 0;
  }

  .mobile-nav > summary > span {
    display: none;
  }

  .mobile-nav > summary .icon {
    width: 22px;
    height: 22px;
  }

  .mobile-nav nav {
    left: -140px;
    transform: none;
  }

  .header-actions {
    justify-self: end;
    gap: 7px;
  }

  .header-cta {
    max-width: 100px;
    line-height: 1.05;
    text-align: center;
  }

  .hero {
    padding-inline: 20px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 11vw, 3.6rem);
  }

  .hero-character-word {
    min-width: 0;
  }

  .hero-lead {
    max-width: 94%;
    font-size: 1rem;
  }

  .hero-actions,
  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .button-row .button,
  .domain-actions .button {
    width: 100%;
  }

  .hero-volume {
    right: -20%;
    bottom: auto;
    width: 65%;
    height: 100%;
    opacity: 0.35;
  }

  .section-shell {
    padding-block: 80px;
  }

  .plan-grid,
  .publish-steps {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: 400px;
  }

  .plan-title p {
    min-height: auto;
  }

  .plan-standard {
    align-items: flex-start;
    flex-direction: column;
  }

  .publish-step {
    min-height: 240px;
    padding: 24px;
  }

  .publish-steps {
    gap: 24px;
  }

  .step-number {
    margin-bottom: 38px;
  }

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

  .site-thumbnail {
    top: 42%;
    width: 80%;
    gap: 10px;
    padding: 18px;
  }

  .migration-states {
    top: 16px;
    right: 16px;
    left: 16px;
  }

  .migration-rail {
    top: 106px;
    left: 16px;
  }

  .migration-states span {
    padding: 7px 9px;
    font-size: 0.62rem;
  }

  .borzoi-explains {
    right: 16px;
    bottom: 16px;
    left: 16px;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 16px;
  }

  .domain-ui {
    min-height: 430px;
    padding: 24px;
  }

  .domains-section h2 {
    font-size: clamp(2rem, 9vw, 2.4rem);
  }

  .domain-input-row {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .domain-input-row input {
    grid-column: 1 / -1;
    min-height: 52px;
  }

  .domain-input-row select {
    grid-column: 1;
    min-height: 52px;
  }

  .domain-input-row button {
    grid-column: 2;
    min-height: 52px;
  }

  .ai-coming {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-panel,
  .legal-panel {
    min-height: 0;
  }

  .final-cta {
    min-height: 620px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
    padding-block: 32px 22px;
  }

  .footer-column {
    min-width: 0;
  }
}

@media (max-width: 390px) {
  .brand-logo,
  .brand-logo img {
    width: 112px;
  }

  .header-cta {
    max-width: 88px;
    padding-inline: 8px;
    font-size: 0.7rem;
  }

  .theme-toggle,
  .mobile-nav > summary {
    width: 42px;
    min-height: 42px;
  }

  .site-shell h2 {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .four-beat-stitch {
    grid-template-columns: 34px 48px 40px 58px;
    gap: 10px;
  }

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

  .footer-brand {
    grid-column: auto;
  }
}

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

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

  .hero-volume span {
    animation: none !important;
  }

  .publish-step,
  .step-check,
  .site-thumbnail-copy,
  .site-thumbnail b,
  .migration-states span,
  .borzoi-explains,
  .four-beat-stitch i {
    opacity: 1;
    transform: none;
  }

  .site-thumbnail {
    transform: translate(calc(-50% - 11px), calc(-50% - 9px));
  }

  .site-thumbnail-copy {
    transform: translate(calc(-50% + 5px), calc(-50% + 5px));
  }

}
