:root {
  --paper: #f7faf7;
  --surface: #ffffff;
  --surface-2: #eef5ef;
  --ink: #102018;
  --ink-2: #31483a;
  --muted: #5f7065;
  --green: #087a45;
  --green-dark: #074329;
  --signal: #20c875;
  --acid: #baf86d;
  --line: #a9baae;
  --line-soft: #d8e2da;
  --telegram: #238bd6;
  --font: "Geologica", Arial, sans-serif;
  --mono: "Martian Mono", ui-monospace, monospace;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  line-height: 1.55;
  overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: clamp(76px, 9vw, 132px) 0; }
.system-grid {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  opacity: .32;
  background-image: linear-gradient(to right, rgba(8,122,69,.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(8,122,69,.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 44%);
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line-soft);
  background: rgba(247,250,247,.94);
  backdrop-filter: blur(10px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-family: var(--mono); font-size: 13px; font-weight: 600; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 5px; font-size: 17px; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.nav a { position: relative; color: var(--ink-2); }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right 180ms ease; }
.nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: flex; padding: 2px; border: 1px solid var(--line-soft); border-radius: 6px; background: var(--surface); }
.lang-switch button { width: 37px; height: 30px; border: 0; border-radius: 4px; color: var(--muted); background: transparent; font-family: var(--mono); font-size: 10px; cursor: pointer; }
.lang-switch button.active { color: white; background: var(--green); }
.nav-cta { min-height: 38px; display: inline-flex; align-items: center; padding: 0 16px; border-radius: 5px; color: white; background: var(--green); font-size: 12px; font-weight: 700; }
.menu-button { display: none; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 5px; background: var(--surface); cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--green-dark); }

.hero { position: relative; min-height: calc(100svh - 70px); display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 112px) 0 48px; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; right: -200px; top: -120px; border: 1px solid rgba(8,122,69,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,122,69,.035), 0 0 0 140px rgba(8,122,69,.025); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); gap: clamp(44px, 7vw, 96px); align-items: center; }
.live-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--green); font-family: var(--mono); font-size: 11px; }
.live-label i, .console-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(32,200,117,.13); animation: pulse 2s ease-in-out infinite; }
.hero h1 { margin: 0; color: var(--ink); font-size: clamp(52px, 7vw, 92px); line-height: .98; letter-spacing: 0; font-weight: 700; }
.hero h1 span { color: var(--green); }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: var(--ink-2); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 1px solid var(--green); border-radius: 6px; font-weight: 700; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button.primary { color: white; background: var(--green); }
.button.secondary { color: var(--green); background: transparent; }
.button.light { color: var(--green-dark); border-color: white; background: white; }
.button.full { width: 100%; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; }
.hero-proof span { display: flex; align-items: center; gap: 9px; color: var(--ink-2); font-size: 12px; }
.hero-proof i { color: var(--green); font-family: var(--mono); font-style: normal; font-size: 9px; }

.hero-console { position: relative; overflow: hidden; border: 1px solid var(--green); border-radius: 10px; background: var(--surface); box-shadow: 10px 10px 0 rgba(8,122,69,.12); }
.console-bar { min-height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: var(--green-dark); border-bottom: 1px solid var(--line-soft); background: var(--surface-2); font-family: var(--mono); font-size: 9px; }
.console-bar b { display: flex; align-items: center; gap: 7px; color: var(--green); }
.console-bar b i { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); }
.console-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line-soft); }
.console-tabs button { min-height: 42px; border: 0; border-right: 1px solid var(--line-soft); color: var(--muted); background: white; font-family: var(--mono); font-size: 10px; cursor: pointer; }
.console-tabs button:last-child { border-right: 0; }
.console-tabs button.active { color: white; background: var(--green); }
.telegram-head { display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-bottom: 1px solid var(--line-soft); }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-family: var(--mono); }
.telegram-head strong, .telegram-head small { display: block; }
.telegram-head strong { font-size: 13px; }
.telegram-head small { color: var(--muted); font-size: 11px; }
.tg-mark { margin-left: auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--telegram); font-family: var(--mono); font-size: 9px; }
.chat { min-height: 326px; padding: 24px 18px; background: linear-gradient(145deg, #f3f8f4, #fff); }
.message { max-width: 88%; padding: 14px 16px; border: 1px solid var(--line-soft); border-radius: 9px; font-size: 13px; }
.message.user { width: fit-content; margin-left: auto; border-color: #a9d5bd; border-bottom-right-radius: 2px; background: #e0f5e8; }
.message.bot { margin-top: 14px; border-bottom-left-radius: 2px; background: white; }
.message.bot p { margin: 10px 0 13px; }
.memory-used { color: var(--green); font-family: var(--mono); font-size: 8px; }
.action-row { display: flex; flex-wrap: wrap; gap: 6px; }
.action-row span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 4px; color: var(--green-dark); background: var(--surface-2); font-size: 10px; }
.console-status { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-soft); }
.console-status span { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 7px; border-right: 1px solid var(--line-soft); color: var(--muted); font-family: var(--mono); font-size: 7px; }
.console-status span:last-child { border-right: 0; }
.console-status i { width: 5px; height: 5px; box-shadow: none; }
.hero-foot { width: var(--container); margin: auto auto 0; padding-top: 46px; display: flex; align-items: center; gap: 12px; color: var(--green); font-family: var(--mono); font-size: 9px; }
.hero-foot i { width: 80px; height: 1px; background: var(--green); position: relative; }
.hero-foot i::after { content: ""; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-right: 1px solid var(--green); border-bottom: 1px solid var(--green); transform: rotate(45deg); }

.section-code { margin: 0 0 20px; color: var(--green); font-family: var(--mono); font-size: 10px; }
.section-heading { max-width: 810px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .memory h2, .builder h2, .final-cta h2 { margin: 0; color: var(--ink); font-size: clamp(38px, 5vw, 66px); line-height: 1.05; letter-spacing: 0; }
.section-heading p, .memory-intro > p, .builder-copy > p { margin: 20px auto 0; color: var(--muted); font-size: 17px; max-width: 690px; }

.memory { background: var(--surface); border-bottom: 1px solid var(--line); }
.memory-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.memory-intro > p { margin-left: 0; }
.memory-count { margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); }
.memory-count strong, .memory-count span { display: block; }
.memory-count strong { color: var(--green); font-family: var(--mono); font-size: clamp(38px, 5vw, 58px); }
.memory-count span { color: var(--muted); font-size: 13px; }
.growth-console { border: 1px solid var(--green-dark); border-radius: 10px; overflow: hidden; background: var(--green-dark); }
.growth-track { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid rgba(255,255,255,.18); }
.growth-track button { position: relative; min-height: 72px; padding: 0; border: 0; border-right: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.56); background: transparent; font-family: var(--mono); font-size: 8px; cursor: pointer; }
.growth-track button:last-child { border-right: 0; }
.growth-track button i { position: absolute; left: 50%; bottom: 12px; width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 50%; transform: translateX(-50%); }
.growth-track button.active { color: var(--acid); background: rgba(255,255,255,.05); }
.growth-track button.active i { border-color: var(--acid); background: var(--acid); box-shadow: 0 0 0 5px rgba(186,248,109,.1); }
.growth-output { min-height: 380px; padding: clamp(28px,5vw,54px); color: white; }
.growth-meta { display: flex; justify-content: space-between; color: var(--acid); font-family: var(--mono); font-size: 9px; }
.growth-output h3 { margin: 50px 0 12px; max-width: 520px; font-size: clamp(28px,4vw,46px); line-height: 1.05; }
.growth-output p { max-width: 560px; color: #c7d5cc; font-size: 15px; }
.learned-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.learned-list span { padding: 7px 9px; border: 1px solid rgba(186,248,109,.35); border-radius: 4px; color: var(--acid); font-family: var(--mono); font-size: 8px; }
.progress { height: 3px; margin-top: 36px; background: rgba(255,255,255,.13); }
.progress i { display: block; width: 18%; height: 100%; background: var(--acid); transition: width 420ms cubic-bezier(.22,1,.36,1); }

.service { border-bottom: 1px solid var(--line); }
.service-map { display: grid; grid-template-columns: 1.15fr 1fr 1fr; border: 1px solid var(--line); background: var(--surface); }
.service-map > * { min-height: 230px; padding: 28px; border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.service-map > :nth-child(3), .service-map > :last-child { border-right: 0; }
.service-map > :nth-child(n+4) { border-bottom: 0; }
.service-core { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--green); }
.service-core span, .service-core small { font-family: var(--mono); font-size: 9px; }
.service-core strong { margin: 16px 0 4px; font-size: clamp(32px,4vw,52px); line-height: 1; }
.service-map article { transition: background 180ms ease; }
.service-map article:hover { background: var(--surface-2); }
.service-map article > b { color: var(--green); font-family: var(--mono); font-size: 10px; }
.service-map h3 { margin: 38px 0 10px; font-size: 20px; }
.service-map p { margin: 0; color: var(--muted); font-size: 14px; }
.honesty-strip { display: flex; align-items: center; gap: 18px; padding: 18px 22px; border: 1px solid var(--line); border-top: 0; background: var(--acid); }
.honesty-strip strong { white-space: nowrap; }
.honesty-strip span { font-size: 14px; }

.builder { background: var(--green-dark); color: white; }
.builder-layout { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(50px,8vw,110px); align-items: start; }
.builder .section-code { color: var(--acid); }
.builder h2 { color: white; }
.builder-copy > p { margin-left: 0; color: #c2d2c8; }
.builder-group { margin-top: 38px; }
.builder-group > label { display: block; margin-bottom: 12px; color: var(--acid); font-family: var(--mono); font-size: 9px; }
.segmented { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.24); border-radius: 6px; overflow: hidden; }
.segmented button { min-height: 46px; border: 0; border-right: 1px solid rgba(255,255,255,.18); color: #d5e0d9; background: transparent; font-size: 11px; cursor: pointer; }
.segmented button:last-child { border-right: 0; }
.segmented button.active { color: var(--green-dark); background: var(--acid); font-weight: 700; }
.tool-toggles { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.tool-toggles button { min-height: 52px; display: flex; align-items: center; gap: 11px; padding: 0 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; color: #d5e0d9; background: transparent; text-align: left; cursor: pointer; }
.tool-toggles button i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 4px; font-family: var(--mono); font-size: 7px; font-style: normal; }
.tool-toggles button.selected { color: var(--green-dark); border-color: var(--acid); background: var(--acid); font-weight: 700; }
.build-receipt { padding: 28px; border-radius: 10px; color: var(--ink); background: var(--surface); box-shadow: 10px 10px 0 rgba(186,248,109,.16); }
.receipt-head { display: flex; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px dashed var(--line); color: var(--green); font-family: var(--mono); font-size: 9px; }
.receipt-role { padding: 30px 0 24px; border-bottom: 1px solid var(--line-soft); }
.receipt-role small { color: var(--muted); }
.receipt-role h3 { margin: 5px 0 8px; color: var(--green); font-size: 28px; }
.receipt-role p { margin: 0; color: var(--muted); font-size: 13px; }
.build-receipt dl { margin: 18px 0; }
.build-receipt dl div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; font-size: 12px; }
.build-receipt dt { color: var(--muted); }
.build-receipt dd { margin: 0; text-align: right; font-weight: 700; }
.selected-tools { display: flex; flex-wrap: wrap; gap: 6px; padding: 16px 0; border-top: 1px dashed var(--line); }
.selected-tools span { padding: 5px 8px; border-radius: 4px; color: var(--green-dark); background: var(--surface-2); font-size: 10px; }
.recommendation { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 8px 0 20px; padding: 17px 0; border-block: 1px solid var(--line-soft); }
.recommendation span { color: var(--muted); font-size: 11px; }
.recommendation strong { color: var(--green); text-align: right; }

.pricing { background: var(--surface); border-bottom: 1px solid var(--line); }
.pricing-table { border: 1px solid var(--line); }
.pricing-table article { display: grid; grid-template-columns: 1fr .8fr 1.2fr auto; gap: 28px; align-items: center; min-height: 210px; padding: 30px; border-bottom: 1px solid var(--line-soft); }
.pricing-table article:last-child { border-bottom: 0; }
.pricing-table article.featured { color: white; background: var(--green); }
.pricing-table h3 { margin: 0; font-size: 26px; }
.pricing-table p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.pricing-table .featured p, .pricing-table .featured li { color: #dbe9df; }
.plan-tag { display: inline-block; margin-bottom: 8px; padding: 4px 7px; border-radius: 3px; color: var(--green-dark); background: var(--acid); font-family: var(--mono); font-size: 7px; }
.price strong, .price span { display: block; }
.price strong { color: var(--green); font-family: var(--mono); font-size: clamp(24px,3vw,36px); }
.featured .price strong { color: var(--acid); }
.price span { color: var(--muted); font-size: 11px; }
.featured .price span { color: #dbe9df; }
.pricing-table ul { margin: 0; padding: 0; list-style: none; }
.pricing-table li { position: relative; margin: 7px 0; padding-left: 18px; color: var(--muted); font-size: 12px; }
.pricing-table li::before { content: "+"; position: absolute; left: 0; color: var(--green); font-family: var(--mono); }
.featured li::before { color: var(--acid); }
.featured .button.primary { color: var(--green-dark); border-color: var(--acid); background: var(--acid); }
.pricing-note { display: flex; justify-content: space-between; gap: 28px; padding: 18px 22px; border: 1px solid var(--line); border-top: 0; color: var(--muted); font-size: 12px; }
.pricing-note b { color: var(--ink); }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px,8vw,100px); }
.faq .section-heading { margin: 0; text-align: left; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 6px; cursor: pointer; list-style: none; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--green); font-family: var(--mono); }
.faq details[open] summary::after { content: "-"; }
.faq details p { margin: 0; padding: 0 40px 24px 6px; color: var(--muted); font-size: 14px; }

.final-cta { padding: clamp(72px,9vw,120px) 0; color: white; background: var(--green); }
.cta-layout { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.cta-layout > div > span { color: var(--acid); font-family: var(--mono); font-size: 9px; }
.final-cta h2 { max-width: 790px; margin-top: 20px; color: white; }
.final-cta p { margin: 14px 0 0; color: #dcebe1; }
.footer { padding: 48px 0; background: var(--paper); }
.footer-layout { display: grid; grid-template-columns: 2fr 1fr 1fr auto; gap: 40px; align-items: start; }
.footer-layout > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; color: var(--muted); font-size: 13px; }
.footer-layout > div:first-child p { max-width: 320px; color: var(--muted); font-size: 13px; }
.copyright { margin: 0; color: var(--muted); font-family: var(--mono); font-size: 9px; }

.legal-page { min-height: 100svh; }
.legal-page .brand { margin-bottom: 32px; }
.legal-card { max-width: 760px; padding: clamp(26px, 5vw, 50px); border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.legal-card h1 { margin: 0 0 24px; font-size: clamp(32px, 5vw, 52px); line-height: 1.05; }
.legal-card p { color: var(--ink-2); }
.legal-card a { color: var(--green); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 600ms ease, transform 600ms cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 100ms; }
.chat.is-changing .message.bot { animation: messageSwap 320ms ease; }

@keyframes pulse { 50% { opacity: .45; transform: scale(.8); } }
@keyframes messageSwap { 0% { opacity: .2; transform: translateY(6px); } 100% { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .nav { display: none; position: absolute; top: 69px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); background: var(--surface); }
  .nav.open { display: flex; }
  .nav a { padding: 13px; }
  .nav a::after { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; }
  .hero-layout, .memory-layout, .builder-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero-console { width: min(100%, 600px); }
  .service-map { grid-template-columns: 1fr 1fr; }
  .service-core { grid-row: auto; grid-column: span 2; min-height: 200px; }
  .service-map > * { border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
  .service-map > :nth-child(odd) { border-right: 0; }
  .service-map > :last-child { border-bottom: 0; }
  .pricing-table article { grid-template-columns: 1fr 1fr; }
  .pricing-table article ul { grid-column: 1 / -1; }
  .pricing-table article .button { justify-self: end; grid-row: 1; grid-column: 2; }
  .faq .section-heading { max-width: 720px; margin: 0; }
  .footer-layout { grid-template-columns: 2fr 1fr 1fr; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1180px); }
  .header { min-height: 62px; padding-inline: 14px; }
  .brand { font-size: 11px; }
  .brand-mark { width: 32px; height: 32px; }
  .lang-switch { display: none; }
  .nav-cta { display: none; }
  .nav { top: 61px; left: 14px; right: 14px; }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-lede { font-size: 17px; }
  .hero-actions .button { flex: 1; min-width: 140px; }
  .hero-proof { gap: 12px 18px; }
  .hero-console { box-shadow: 6px 6px 0 rgba(8,122,69,.12); }
  .chat { min-height: 300px; padding: 18px 13px; }
  .console-status span { font-size: 6px; }
  .memory-layout { gap: 44px; }
  .growth-track button { min-height: 64px; }
  .growth-output { min-height: 360px; }
  .growth-output h3 { margin-top: 40px; }
  .service-map { grid-template-columns: 1fr; }
  .service-core { grid-column: auto; }
  .service-map > *, .service-map > :nth-child(odd) { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .service-map article h3 { margin-top: 26px; }
  .honesty-strip { align-items: flex-start; flex-direction: column; gap: 4px; }
  .segmented { grid-template-columns: repeat(2,1fr); }
  .segmented button:nth-child(2) { border-right: 0; }
  .segmented button:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .tool-toggles { grid-template-columns: 1fr; }
  .build-receipt { padding: 22px; box-shadow: 6px 6px 0 rgba(186,248,109,.16); }
  .pricing-table article { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .pricing-table article ul { grid-column: auto; }
  .pricing-table article .button { width: 100%; justify-self: stretch; grid-row: auto; grid-column: auto; }
  .pricing-note { flex-direction: column; }
  .cta-layout { align-items: flex-start; flex-direction: column; }
  .cta-layout .button { width: 100%; }
  .footer-layout { grid-template-columns: 1fr 1fr; }
  .footer-layout > div:first-child, .copyright { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
