:root {
  --ink: #11110f;
  --muted: #686861;
  --paper: #ffffff;
  --soft-paper: #f7f7f3;
  --line: rgba(17, 17, 15, 0.14);
  --blue: #3769ee;
  --pink: #f45f79;
  --green: #54bd98;
  --violet: #775bdd;
  --radius: 32px;
  --container: 1240px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); }
a, button { font: inherit; }
a { color: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }

:focus-visible { outline: 3px solid #ffb000; outline-offset: 4px; }

.site-header { position: relative; z-index: 10; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(17, 17, 15, .06); }
.site-header__inner { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--ink);
  text-decoration: none;
}
.brand img { width: auto; height: 50px; object-fit: contain; }
.site-nav { display: flex; gap: 28px; }
.site-nav a { font-size: 14px; text-decoration: none; }
.site-nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-header__tools { justify-self: end; display: flex; align-items: center; gap: 18px; }
.domain { color: var(--muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.language-switcher { display: flex; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--soft-paper); }
.language-switcher__button { min-width: 36px; min-height: 30px; padding: 0 8px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.language-switcher__button:hover { background: rgba(17, 17, 15, .08); }
.language-switcher__button.is-active { background: var(--ink); color: #fff; }

.orbit-hero { position: relative; min-height: 690px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid rgba(17, 17, 15, .06); text-align: center; }
.orbit-ring { position: absolute; left: 50%; top: 49%; border: 1px solid rgba(33, 60, 126, .1); border-radius: 50%; transform: translate(-50%, -50%); }
/*.orbit-ring::after { content: ""; position: absolute; width: 34px; height: 2px; top: 50%; right: -1px; background: var(--blue); opacity: .78; transform: translateY(-50%); }*/
.orbit-ring--1 { width: 510px; height: 510px; }
.orbit-ring--2 { width: 760px; height: 760px; }
.orbit-ring--3 { width: 1030px; height: 1030px; }
.orbit-ring--4 { width: 1310px; height: 1310px; }
.orbit-node span {
    display: none;
}
.orbit-hero__content { position: relative; z-index: 10; width: min(790px, calc(100% - 40px)); padding: 76px 0; }
.eyebrow, .section-label { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.orbit-hero .eyebrow { color: var(--blue); }
.orbit-hero h1 { max-width: 820px; margin: 28px auto 22px; font-size: clamp(50px, 6.1vw, 92px); line-height: .96; letter-spacing: -.065em; font-weight: 420; }
.hero-lead { max-width: 700px; margin: 0 auto; color: #575751; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--dark { background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(17, 17, 15, .16); }
.button--light { border-color: var(--line); background: rgba(255, 255, 255, .74); }
.orbit-node { position: absolute; z-index: 4; width: 76px; height: 76px; display: grid; place-items: center; border: 8px solid #fff; border-radius: 50%; color: #fff; text-decoration: none; font-size: 17px; font-weight: 900; letter-spacing: -.04em; box-shadow: 0 18px 40px rgba(26, 34, 49, .17); transition: transform .2s ease; }
.orbit-node:hover { transform: scale(1.08); }
.orbit-node--mojahr { left: 8%; top: 35%; background: var(--blue); }
.orbit-node--touchplay { right: 9%; top: 24%; background: var(--pink); }
.orbit-node--verbs { left: 16%; bottom: 12%; background: var(--green); }
.orbit-node--migronimo { right: 16%; bottom: 8%; background: var(--violet); }

.products-section { padding: 34px 0 120px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-intro__meta { margin: 0 0 8px; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.section-intro h2 { margin: 13px 0 0; font-size: clamp(44px, 5vw, 72px); line-height: .95; letter-spacing: -.055em; font-weight: 500; }
.product-list { display: grid; gap: 18px; }
.product-row { min-height: 500px; display: grid; grid-template-columns: 43% 57%; overflow: hidden; border: 1px solid rgba(17, 17, 15, .08); border-radius: var(--radius); background: #f5f5f1; box-shadow: 0 18px 55px rgba(20, 25, 30, .06); }
.product-row.is-visual-left { grid-template-columns: 57% 43%; }
.product-row.is-visual-left .product-row__visual { order: 1; }
.product-row.is-visual-left .product-row__copy { order: 2; }
.product-row__copy { min-width: 0; padding: 42px 44px; display: flex; flex-direction: column; background: #f8f8f5; }
.product-row__meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.product-type { color: #777872; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.status { width: fit-content; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(17, 17, 15, .1); border-radius: 999px; background: rgba(255, 255, 255, .76); font-size: 11px; font-weight: 700; white-space: nowrap; }
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status--live { color: #267d58; }
.status--experiment { color: #c54965; }
.status--tool { color: #197c61; }
.status--building { color: #6950bf; }
.product-row h3 { margin: auto 0 20px; font-size: clamp(48px, 5vw, 78px); line-height: .92; letter-spacing: -.065em; font-weight: 500; }
.product-row__copy p { max-width: 470px; margin: 0; color: #62635d; font-size: 16px; line-height: 1.7; }
.product-link { margin-top: 30px; display: inline-flex; align-items: center; gap: 9px; width: fit-content; font-size: 14px; font-weight: 800; text-decoration: none; }
.product-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-row__visual { min-width: 0; min-height: 500px; height: 100%; }

/* Product previews are inline SVG artwork, so the page stays sharp at every card width. */
.preview { position: relative; width: 100%; height: 100%; min-height: 500px; overflow: hidden; isolation: isolate; }
.preview::after { content: ""; position: absolute; inset: 0; z-index: 20; pointer-events: none; background: linear-gradient(135deg, rgba(255, 255, 255, .26), transparent 44%); }
.preview-svg { display: block; width: 100%; height: 100%; min-height: inherit; }
.preview-svg text { font-family: "Winky Sans", sans-serif; }
.preview-svg__fixed { display: block; overflow: visible; }
.preview-svg__art { position: relative; width: 100%; height: 100%; min-height: 0; overflow: hidden; isolation: isolate; }
.preview-svg--moja > *:not(.preview-svg__fixed), .preview-svg--touch > *:not(.preview-svg__fixed), .preview-svg--verbs > *:not(.preview-svg__fixed), .preview-svg--gil > *:not(.preview-svg__fixed) { display: none; }

.preview-moja, .preview-svg__art--moja { background: var(--blue); color: #111; }
.preview-svg__art--moja::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; right: -20%; top: -28%; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255, 255, 255, .035), 0 0 0 180px rgba(255, 255, 255, .025); }
.moja-tablet { position: absolute; width: min(70%, 560px); height: 68%; left: 7%; bottom: 8%; display: grid; grid-template-columns: 29% 1fr; overflow: hidden; border: 9px solid #171719; border-radius: 27px; background: #f7f8fb; box-shadow: 0 36px 70px rgba(14, 25, 76, .34); transform: rotate(-2.5deg); }
.moja-tablet__side { padding: 26px 16px; background: #eef2ff; border-right: 1px solid #dce3fb; }
.moja-logo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 900; }
.moja-nav-line { height: 9px; margin-top: 16px; border-radius: 999px; background: #d8def2; }
.moja-nav-line:nth-of-type(2) { width: 74%; }
.moja-nav-line:nth-of-type(3) { width: 88%; }
.moja-nav-line:nth-of-type(4) { width: 62%; }
.moja-tablet__main { padding: 25px; }
.moja-tablet__top { display: flex; justify-content: space-between; gap: 10px; color: #6b7181; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.moja-tablet__title { margin-top: 28px; font-size: 26px; line-height: 1.02; font-weight: 850; letter-spacing: -.045em; }
.moja-tablet__cards { display: grid; grid-template-columns: 1.2fr .8fr; gap: 11px; margin-top: 22px; }
.moja-ui-card { min-height: 92px; padding: 15px; border-radius: 17px; background: #fff; box-shadow: 0 10px 24px rgba(43, 59, 112, .09); }
.moja-ui-card strong, .moja-ui-card span { display: block; }
.moja-ui-card strong { font-size: 11px; }
.moja-ui-card span { margin-top: 8px; color: #707789; font-size: 8px; line-height: 1.45; }
.moja-ui-progress { height: 7px; margin-top: 15px; overflow: hidden; border-radius: 99px; background: #e6ebf8; }
.moja-ui-progress::before { content: ""; display: block; width: 68%; height: 100%; border-radius: inherit; background: var(--blue); }
.moja-phone { position: absolute; width: min(30%, 190px); height: 74%; right: 8%; bottom: 3%; padding: 13px 10px 10px; border: 8px solid #151517; border-radius: 32px; background: #fafafa; box-shadow: 0 32px 55px rgba(13, 22, 65, .42); transform: rotate(4deg); }
.moja-phone::before { content: ""; position: absolute; top: 6px; left: 50%; width: 48px; height: 12px; border-radius: 999px; background: #151517; transform: translateX(-50%); }
.moja-phone__head { margin-top: 20px; padding: 12px 10px; border-radius: 14px; background: #eef2ff; }
.moja-phone__head strong, .moja-phone__head span { display: block; }
.moja-phone__head strong { font-size: 12px; }
.moja-phone__head span { margin-top: 5px; color: #6c7590; font-size: 8px; }
.moja-question { margin-top: 12px; padding: 12px 10px; border: 1px solid #e0e3eb; border-radius: 14px; }
.moja-question small { color: #7d818c; font-size: 7px; text-transform: uppercase; }
.moja-question strong { display: block; margin-top: 7px; font-size: 14px; }
.moja-choice { margin-top: 7px; padding: 8px; border-radius: 9px; background: #f2f3f6; font-size: 8px; }
.moja-choice.is-active { background: var(--blue); color: #fff; }
.moja-float { position: absolute; z-index: 12; padding: 11px 14px; border-radius: 14px; background: #fff; box-shadow: 0 15px 34px rgba(15, 25, 70, .24); font-size: 9px; }
.moja-float strong, .moja-float span { display: block; }
.moja-float strong { font-size: 12px; }
.moja-float span { margin-top: 3px; }
.moja-float--progress { left: 4%; top: 11%; }
.moja-float--lesson { right: 5%; top: 11%; }

.preview-touch, .preview-svg__art--touch { background: var(--pink); color: #35141c; }
.preview-svg__art--touch::before { content: ""; position: absolute; width: 72%; height: 72%; left: 14%; top: 14%; border-radius: 50%; background: rgba(255, 245, 247, .18); box-shadow: 0 0 0 54px rgba(255, 255, 255, .055), 0 0 0 108px rgba(255, 255, 255, .035); }
.touch-deck { position: absolute; inset: 0; display: grid; place-items: center; }
.touch-card { position: absolute; width: min(42%, 250px); aspect-ratio: .76; padding: 24px; display: flex; flex-direction: column; border: 1px solid rgba(66, 13, 26, .1); border-radius: 30px; background: #fff8fa; box-shadow: 0 26px 55px rgba(105, 13, 38, .27); }
.touch-card--one { transform: translateX(-34%) rotate(-10deg); opacity: .72; background: #ffd5dd; }
.touch-card--two { transform: translateX(36%) rotate(10deg); opacity: .86; background: #ffe8ed; }
.touch-card--main { transform: translateY(-2%); }
.touch-card__top { display: flex; justify-content: space-between; color: #9a5364; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.touch-card__glyph { width: 78px; height: 78px; margin: auto; display: grid; place-items: center; border-radius: 24px; background: var(--pink); color: #fff; font-size: 38px; font-weight: 700; box-shadow: 0 15px 30px rgba(244, 95, 121, .28); }
.touch-card h4 { margin: 0; font-size: 20px; line-height: 1.05; text-align: center; letter-spacing: -.035em; }
.touch-card p { margin: 9px 0 0; color: #8c5964; font-size: 10px; line-height: 1.45; text-align: center; }
.touch-card__action { margin-top: 18px; padding: 10px 12px; border-radius: 999px; background: #35141c; color: #fff; font-size: 9px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .07em; }

.preview-verbs, .preview-svg__art--verbs { background: var(--green); color: #113b30; }
.preview-svg__art--verbs::before { content: ""; position: absolute; inset: 12% 8%; border: 1px solid rgba(255, 255, 255, .28); border-radius: 36px; transform: rotate(-3deg); }
.verbs-laptop { position: absolute; width: 84%; height: 70%; left: 8%; top: 10%; }
.verbs-screen { height: 88%; padding: 7px; border-radius: 23px 23px 11px 11px; background: #17221f; box-shadow: 0 32px 60px rgba(13, 70, 53, .31); }
.verbs-app { height: 100%; overflow: hidden; border-radius: 17px 17px 7px 7px; background: #f7fbf9; }
.verbs-app__bar { height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #dce8e3; }
.verbs-app__brand { font-size: 11px; font-weight: 900; }
.verbs-app__counter { padding: 6px 9px; border-radius: 999px; background: #ddf5ec; font-size: 8px; font-weight: 800; }
.verbs-app__body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; padding: 15px; }
.verbs-table { overflow: hidden; border: 1px solid #dde7e3; border-radius: 13px; background: #fff; }
.verbs-table__row { display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 10px 11px; border-bottom: 1px solid #edf2ef; font-size: 8px; }
.verbs-table__row:last-child { border-bottom: 0; }
.verbs-table__row.is-head { background: #f0f6f3; color: #708078; font-size: 7px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.verbs-table__row.is-active { background: #e2f5ee; }
.verbs-exercise { padding: 14px; border-radius: 13px; background: #153f34; color: #fff; }
.verbs-exercise small { color: #a8d4c5; font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }
.verbs-exercise h4 { margin: 12px 0 4px; font-size: 19px; }
.verbs-input { margin-top: 13px; padding: 10px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 9px; background: rgba(255, 255, 255, .1); font-size: 9px; }
.verbs-correct { margin-top: 8px; padding: 8px 9px; border-radius: 8px; background: #57c89e; color: #0b3227; font-size: 8px; font-weight: 800; }
.verbs-base { position: relative; width: 108%; height: 12%; left: -4%; border-radius: 3px 3px 18px 18px; background: linear-gradient(#d9dedc, #aeb7b3); box-shadow: 0 12px 20px rgba(20, 60, 48, .2); }
.verbs-base::after { content: ""; position: absolute; left: 42%; top: 0; width: 16%; height: 4px; border-radius: 0 0 6px 6px; background: #8c9692; }
.verbs-mobile { position: absolute; right: 4%; bottom: 5%; width: 20%; height: 43%; padding: 6px; border: 5px solid #17221f; border-radius: 20px; background: #f7fbf9; box-shadow: 0 18px 35px rgba(13, 70, 53, .28); transform: rotate(5deg); }
.verbs-mobile__card { margin-top: 14px; padding: 9px 7px; border-radius: 10px; background: #e2f5ee; font-size: 7px; }
.verbs-mobile__word { margin-top: 10px; font-size: 18px; font-weight: 900; }

.preview-gil, .preview-svg__art--gil { background: linear-gradient(145deg, #e8eff1 0%, #f5f0e9 50%, #d5e5ec 100%); color: #111; }
.preview-svg__art--gil { display: grid; place-items: center; }
.gil-preview-image { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }

@media (max-width: 420px) {
  .product-row__visual, .product-row.is-visual-left .product-row__visual { height: auto; min-height: 0; aspect-ratio: 700 / 500; }
  .preview { min-height: 0; aspect-ratio: 700 / 500; }
}

.preview-migro { background: var(--violet); color: #201a35; }
.preview-migro::before { content: ""; position: absolute; width: 48%; aspect-ratio: 1; right: -8%; top: -18%; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255, 255, 255, .035); }
.migro-browser { position: absolute; width: 88%; height: 78%; left: 6%; top: 11%; overflow: hidden; border-radius: 22px; background: #f7f6fb; box-shadow: 0 35px 70px rgba(36, 21, 96, .35); }
.migro-browser__bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid #e4e0ee; background: #eeecf4; }
.migro-browser__bar i { width: 8px; height: 8px; border-radius: 50%; background: #c5c0cf; }
.migro-browser__address { width: 42%; height: 20px; margin-inline: auto; border-radius: 999px; background: #fff; }
.migro-app { height: calc(100% - 42px); display: grid; grid-template-columns: 34% 1fr; }
.migro-sidebar { padding: 15px; border-right: 1px solid #e7e3ed; background: #fff; }
.migro-sidebar__title { font-size: 11px; font-weight: 900; }
.migro-search { height: 27px; margin-top: 12px; border-radius: 8px; background: #f0eef4; }
.migro-city { margin-top: 9px; padding: 10px; border: 1px solid #ebe8f0; border-radius: 10px; }
.migro-city.is-active { border-color: var(--violet); background: #f1edff; }
.migro-city strong, .migro-city span { display: block; }
.migro-city strong { font-size: 9px; }
.migro-city span { margin-top: 4px; color: #80798d; font-size: 7px; }
.migro-map { position: relative; overflow: hidden; background: #e8e9e4; }
.migro-road { position: absolute; height: 6px; border-radius: 99px; background: #fff; box-shadow: 0 0 0 1px rgba(70, 65, 79, .05); transform-origin: left; }
.migro-road.r1 { width: 78%; left: 4%; top: 27%; transform: rotate(13deg); }
.migro-road.r2 { width: 64%; left: 24%; top: 72%; transform: rotate(-22deg); }
.migro-road.r3 { width: 48%; left: 50%; top: 11%; transform: rotate(58deg); }
.migro-block { position: absolute; border-radius: 10px; background: #d8ddd5; }
.migro-block.b1 { width: 22%; height: 22%; left: 12%; top: 43%; }
.migro-block.b2 { width: 18%; height: 18%; right: 12%; top: 17%; }
.migro-block.b3 { width: 25%; height: 20%; right: 12%; bottom: 10%; }
.migro-pin { position: absolute; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: var(--violet); box-shadow: 0 8px 16px rgba(48, 29, 111, .28); transform: rotate(-45deg); }
.migro-pin::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.migro-pin.p1 { left: 42%; top: 31%; }
.migro-pin.p2 { right: 19%; top: 50%; transform: rotate(-45deg) scale(.78); }
.migro-fact { position: absolute; left: 7%; right: 7%; bottom: 6%; padding: 12px 14px; border-radius: 13px; background: rgba(255, 255, 255, .95); box-shadow: 0 14px 28px rgba(44, 40, 56, .16); }
.migro-fact__top { display: flex; justify-content: space-between; gap: 10px; }
.migro-fact strong { font-size: 10px; }
.migro-fact__top span { padding: 4px 7px; border-radius: 999px; background: #e5f6eb; color: #34704b; font-size: 7px; font-weight: 800; white-space: nowrap; }
.migro-fact p { margin: 6px 0 0; color: #777180; font-size: 7px; line-height: 1.4; }

.about-section { padding: 110px 0; background: var(--ink); color: #fff; }
.about-section__layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; align-items: start; }
.about-section__mark { color: #252521; font-size: clamp(140px, 18vw, 280px); font-weight: 800; line-height: .78; letter-spacing: -.09em; }
.about-section__content h2 { max-width: 760px; margin: 22px 0 0; font-size: clamp(40px, 5.4vw, 78px); line-height: 1.02; letter-spacing: -.055em; font-weight: 500; }
.about-section__body { max-width: 660px; margin: 32px 0 0; color: #bebeb5; font-size: 18px; line-height: 1.75; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 54px; }
.principle { padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .25); }
.principle strong, .principle span { display: block; }
.principle strong { font-size: 15px; }
.principle span { margin-top: 9px; color: #91918a; font-size: 13px; line-height: 1.5; }
.site-footer { padding: 50px 0 70px; }
.site-footer__row { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

@media (max-width: 1100px) {
  .orbit-node--mojahr { left: 4%; }
  .orbit-node--touchplay { right: 4%; }
  .about-section__layout { gap: 45px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header__inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .site-header__tools { gap: 10px; }
  .domain { display: none; }
  .orbit-hero { min-height: 620px; }
  .orbit-node { width: 58px; height: 58px; border-width: 5px; font-size: 13px; user-select: none }
  /*.orbit-node--mojahr { left: 2%; top: 22%; }*/
  /*.orbit-node--touchplay { right: 2%; top: 18%; }*/
  .orbit-node--touchplay { right: -4%; top: 11%; }
  .orbit-node--mojahr { left: -4%; top: 33%; }
  .orbit-node--verbs { left: 7%; bottom: 9%; }
  .orbit-node--migronimo { right: 7%; bottom: 7%; }
  .orbit-hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-lead { font-size: 16px; }
  .section-intro { display: block; }
  .section-intro__meta { margin-top: 20px; }
  .product-row, .product-row.is-visual-left { min-height: 0; display: grid; grid-template-columns: 1fr; }
  .product-row__copy, .product-row.is-visual-left .product-row__copy { order: 1; min-height: 390px; padding: 30px 24px; }
  .product-row__visual, .product-row.is-visual-left .product-row__visual { order: 2; min-height: 390px; height: 390px; }
  .product-row h3 { font-size: clamp(48px, 14vw, 72px); }
  .preview { min-height: 390px; }
  .migro-sidebar { padding: 9px; }
  .migro-city { padding: 7px; }
  .migro-fact { padding: 9px; }
  .about-section { padding-block: 75px; }
  .about-section__layout { grid-template-columns: 1fr; gap: 40px; }
  .about-section__mark { font-size: 130px; }
  .about-section__content h2 { margin-top: 20px; }
  .principles { grid-template-columns: 1fr; }
  .site-footer__row { flex-direction: column; }

  .orbit-node {
      opacity: 0.3;
  }
}

@media (max-width: 420px) {
  .product-row__meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .product-type { text-align: left; }
  .product-row__visual, .product-row.is-visual-left .product-row__visual { height: auto; min-height: 0; aspect-ratio: 700 / 500; }
  .preview { min-height: 0; aspect-ratio: 700 / 500; }
  .migro-browser { width: 94%; left: 3%; }
  .brand img { height: 46px; }
}

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