:root {
  --page: #ffffff;
  --ink: #050507;
  --muted: #5f6670;
  --soft: #7b828c;
  --line: #e1e5e8;
  --line-strong: #cbd2d8;
  --surface: #ffffff;
  --surface-alt: #f6f8f9;
  --surface-strong: #eef2f4;
  --accent: #008a78;
  --accent-2: #d45640;
  --accent-3: #3d63c8;
  --radius: 8px;
  --shadow: 0 22px 56px rgba(5, 5, 7, .12);
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  background: var(--page);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--page);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}

body, button, input, textarea, select { font-family: inherit; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
img, svg { display: block; }
[hidden] { display: none !important; }

.wrap,
.topbar,
.collection-inner,
.product-inner,
.doc-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(225, 229, 232, .92);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}

.topbar {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  background: var(--ink);
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.primary-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.primary-nav a[aria-current="page"],
.primary-nav a:hover {
  background: var(--surface-alt);
  color: var(--ink);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.lang-switch button {
  appearance: none;
  min-width: 36px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

.lang-switch button:hover,
.lang-switch button[aria-pressed="true"] {
  background: var(--ink);
  color: #fff;
}

.collection-hero {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #fff 0%, #fff 66%, var(--surface-alt) 100%);
}

.collection-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .76fr);
  gap: 64px;
  align-items: center;
  padding: 68px 0 52px;
}

.collection-h1 {
  max-width: 780px;
  margin: 0;
  font-size: 84px;
  line-height: 1.02;
  font-weight: 900;
}

.collection-intro {
  max-width: 720px;
  margin: 24px 0 0;
  color: #303842;
  font-size: 21px;
  line-height: 1.48;
  font-weight: 650;
}

.collection-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.collection-stat {
  min-height: 92px;
  padding: 18px 18px 16px 0;
  border-right: 1px solid var(--line);
}

.collection-stat:last-child { border-right: 0; }
.collection-stat strong {
  display: block;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.collection-stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.icon-wall {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.icon-wall::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .74;
}

.icon-stack {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 78px);
  gap: 18px;
  justify-content: center;
  padding: 38px 20px;
}

.icon-stack img {
  width: 78px;
  height: 78px;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(5, 5, 7, .14);
}

.icon-stack img:nth-child(3n+2) { transform: translateY(22px); }
.icon-stack img:nth-child(4n) { transform: translateY(42px); }

.collection-shell {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 44px;
  padding: 38px 0 78px;
}

.collection-rail {
  position: sticky;
  top: 92px;
  align-self: start;
}

.rail-title {
  margin: 0 0 12px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.filter-list {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--line);
}

.collection-filter {
  appearance: none;
  position: relative;
  min-height: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}

.collection-filter em {
  color: var(--soft);
  font-style: normal;
  font-size: 13px;
  font-weight: 850;
}

.collection-filter:hover,
.collection-filter[aria-pressed="true"] {
  color: var(--ink);
}

.collection-filter[aria-pressed="true"]::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 4px;
  height: 24px;
  border-radius: 4px;
  background: var(--accent);
  transform: translateY(-50%);
}

.directory-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--ink);
}

.directory-head h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 900;
}

.directory-head p {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.app-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.app-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.app-row:hover { background: #fbfcfc; }

.row-main {
  min-width: 0;
  min-height: 104px;
  display: grid;
  grid-template-columns: 48px 66px minmax(0, 1fr) 112px;
  gap: 16px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.row-index {
  color: var(--soft);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 800;
}

.row-icon {
  width: 66px;
  height: 66px;
  border-radius: 15px;
  box-shadow: 0 12px 24px rgba(5, 5, 7, .12);
}

.row-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.row-copy strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.16;
  font-weight: 900;
}

.row-copy span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.row-category {
  justify-self: start;
  color: var(--row-accent, var(--accent));
  font-size: 13px;
  font-weight: 900;
}

.row-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.row-button,
.store-button,
.action-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--ink);
  padding: 9px 12px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.row-button.detail {
  border-color: var(--line-strong);
  background: #fff;
  color: var(--ink);
}

.store-button:hover,
.action-button:hover,
.row-button:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.action-button.secondary {
  border-color: var(--line-strong);
  background: #fff;
  color: var(--ink);
}

.action-button.live {
  min-height: 50px;
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.product-page {
  background: #fff;
}

.product-copy {
  min-width: 0;
}

.product-hero {
  border-bottom: 1px solid var(--line);
}

.product-inner {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
  gap: 58px;
  align-items: center;
  padding: 54px 0 38px;
}

.product-lockup {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.product-icon-large {
  width: 118px;
  height: 118px;
  border-radius: 27px;
  box-shadow: 0 18px 38px rgba(5, 5, 7, .16);
}

.category-label {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.product-name {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 78px;
  line-height: 1.02;
  font-weight: 900;
}

.product-tagline {
  max-width: 760px;
  margin: 28px 0 0;
  color: #1e252d;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 820;
}

.product-copy-body {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  min-width: 0;
}

.product-actions .store-actions {
  width: 100%;
}

.device-stage {
  position: relative;
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent 0%, #fff 82%),
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
}

.stage-icon {
  position: absolute;
  left: 50px;
  top: 54px;
  width: 104px;
  height: 104px;
  border-radius: 24px;
  box-shadow: 0 22px 46px rgba(5, 5, 7, .18);
}

.metric-ribbon {
  position: absolute;
  left: 42px;
  bottom: 74px;
  width: 220px;
  border-top: 2px solid var(--ink);
  padding-top: 14px;
}

.metric-ribbon strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.metric-ribbon span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.phone-frame {
  position: absolute;
  right: 40px;
  top: 28px;
  width: 308px;
  height: 596px;
  border: 12px solid var(--ink);
  border-radius: 42px;
  background: var(--ink);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.phone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
}

.screen-head {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.screen-head img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.screen-head strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.1;
}

.screen-head span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.screen-map {
  position: relative;
  height: 268px;
  background:
    linear-gradient(rgba(0, 138, 120, .14), rgba(0, 138, 120, .04)),
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
}

.screen-route {
  position: absolute;
  inset: 54px 38px 46px;
  border: 9px solid var(--accent);
  border-left-color: var(--accent-2);
  border-radius: 45% 56% 42% 58%;
}

.screen-pin {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 8px 20px rgba(5, 5, 7, .18);
}

.screen-pin.one { left: 68px; top: 74px; }
.screen-pin.two { right: 72px; top: 112px; }
.screen-pin.three { left: 136px; bottom: 58px; }

.screen-list {
  display: grid;
  gap: 0;
  padding: 0 18px;
}

.screen-row {
  display: grid;
  grid-template-columns: 34px 1fr 40px;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
}

.screen-dot {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--accent);
}

.screen-row:nth-child(2) .screen-dot { background: var(--accent-2); }
.screen-row:nth-child(3) .screen-dot { background: var(--accent-3); }
.screen-line {
  height: 9px;
  border-radius: 5px;
  background: var(--surface-strong);
}
.screen-value {
  height: 9px;
  border-radius: 5px;
  background: #cbd2d8;
}

.product-meta-strip {
  border-bottom: 1px solid var(--line);
  background: var(--surface-alt);
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.meta-item {
  min-height: 96px;
  padding: 22px 26px 20px 0;
  border-right: 1px solid var(--line);
}

.meta-item:last-child { border-right: 0; }
.meta-item span {
  display: block;
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.meta-item strong,
.meta-item a {
  display: inline-block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.28;
  font-weight: 850;
}

.plotta-live-panel {
  padding: 42px 0 0;
}

.plotta-map-link {
  position: relative;
  display: grid;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background: var(--ink);
}

.plotta-map-link img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.plotta-map-copy {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 520px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(5, 5, 7, .82);
  backdrop-filter: blur(16px);
}

.plotta-map-copy strong {
  display: block;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 900;
}

.plotta-map-copy span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  font-weight: 800;
}

.feature-strip,
.legal-link-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 42px 0;
}

.feature-column,
.legal-link {
  min-height: 210px;
  padding: 22px 26px 22px 0;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.feature-column:last-child,
.legal-link:last-child { border-right: 0; }

.feature-index {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 900;
}

.feature-column h2,
.legal-link h2 {
  margin: 22px 0 10px;
  font-size: 26px;
  line-height: 1.14;
  font-weight: 900;
}

.feature-column p,
.legal-link p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.legal-link {
  color: inherit;
  text-decoration: none;
}

.legal-link .link-arrow {
  display: inline-flex;
  margin-top: 16px;
  color: var(--accent);
  font-weight: 900;
}

.page-footer {
  border-top: 1px solid var(--line);
  padding: 22px 0 34px;
  color: var(--soft);
  font-size: 13px;
}

.doc-head {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.doc-head .doc-inner {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 38px 0 28px;
}

.doc-head img {
  width: 108px;
  height: 108px;
  border-radius: 25px;
  box-shadow: 0 18px 36px rgba(5, 5, 7, .14);
}

.doc-head h1 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 54px;
  line-height: 1.04;
  font-weight: 900;
}

.doc-head p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
}

.doc-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--line);
}

.doc-tabs a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  padding: 0 28px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.doc-tabs a[aria-current="page"] {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 17px;
}

.doc-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 56px;
  padding: 32px 0 78px;
}

.doc-sidebar {
  align-self: start;
  position: sticky;
  top: 92px;
  border-right: 1px solid var(--line);
  padding-right: 28px;
}

.doc-meta {
  display: grid;
  gap: 0;
  margin: 0;
}

.doc-meta div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.doc-meta dt {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.doc-meta dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.38;
  font-weight: 720;
}

.doc-sidebar .store-actions {
  margin-top: 18px;
}

.doc-content {
  min-width: 0;
}

.doc-title {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
}

.doc-intro {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.doc-summary-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.doc-summary-item {
  min-height: 176px;
  padding: 20px 20px 20px 0;
  border-right: 1px solid var(--line);
}

.doc-summary-item:last-child { border-right: 0; }
.doc-summary-item h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 900;
}
.doc-summary-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.source-note {
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.source-note strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.legal-copy {
  max-width: 860px;
  color: #202730;
}

.legal-copy h1 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.12;
}

.legal-copy h2 {
  margin: 38px 0 12px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 24px;
  line-height: 1.22;
}

.legal-copy h3 {
  margin: 26px 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.legal-copy p,
.legal-copy li {
  color: #303842;
}

.legal-copy a { color: var(--accent); }
.meta {
  color: var(--soft);
  font-size: 14px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}

th, td {
  padding: 10px 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--surface-alt);
  color: var(--ink);
  font-weight: 850;
}

code,
.mono {
  font-family: var(--mono);
  font-size: 14px;
  background: var(--surface-strong);
  border-radius: 5px;
  padding: 1px 5px;
}

ul, ol { padding-left: 22px; }
li { margin: 5px 0; }

.support-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 2px solid var(--ink);
}

.support-cta h2 {
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.12;
}

.support-cta p {
  margin: 0;
  color: var(--muted);
}

body.category-health { --accent: #008a78; --accent-2: #d45640; --accent-3: #3d63c8; }
body.category-mind { --accent: #d45640; --accent-2: #008a78; --accent-3: #7a6400; }
body.category-learn { --accent: #3d63c8; --accent-2: #d45640; --accent-3: #008a78; }
body.category-tools { --accent: #7a6400; --accent-2: #3d63c8; --accent-3: #008a78; }
body.category-games { --accent: #b52d46; --accent-2: #008a78; --accent-3: #3d63c8; }

body.plotta-page .product-tagline {
  font-size: 38px;
}

@media (max-width: 1080px) {
  .collection-inner,
  .product-inner,
  .doc-layout {
    grid-template-columns: 1fr;
  }
  .collection-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .collection-rail,
  .doc-sidebar {
    position: static;
    border-right: 0;
    padding-right: 0;
  }
  .filter-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 0;
    gap: 8px;
  }
  .collection-filter {
    min-height: 40px;
    display: inline-flex;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 11px;
  }
  .collection-filter[aria-pressed="true"]::before { display: none; }
  .icon-wall {
    min-height: 260px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .icon-stack {
    grid-template-columns: repeat(6, 64px);
    gap: 12px;
  }
  .icon-stack img {
    width: 64px;
    height: 64px;
    border-radius: 15px;
  }
  .device-stage {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .wrap,
  .topbar,
  .collection-inner,
  .product-inner,
  .doc-inner {
    width: min(100% - 28px, 1280px);
  }
  .topbar {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 13px 0;
  }
  .primary-nav {
    width: 100%;
    margin-left: 0;
  }
  .lang-switch {
    width: 100%;
    justify-content: space-between;
  }
  .lang-switch button {
    flex: 1;
    min-width: 0;
  }
  .collection-inner {
    gap: 24px;
    padding: 42px 0 34px;
  }
  .collection-h1 {
    font-size: 48px;
  }
  .collection-intro {
    font-size: 18px;
  }
  .collection-stats,
  .meta-grid,
  .feature-strip,
  .legal-link-strip,
  .doc-summary-list {
    grid-template-columns: 1fr;
  }
  .collection-stat,
  .meta-item,
  .feature-column,
  .legal-link,
  .doc-summary-item {
    border-right: 0;
  }
  .icon-stack {
    grid-template-columns: repeat(4, 56px);
  }
  .icon-stack img {
    width: 56px;
    height: 56px;
    border-radius: 13px;
  }
  .directory-head {
    display: grid;
    align-items: start;
  }
  .app-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
  }
  .row-main {
    min-height: 0;
    grid-template-columns: 34px 56px minmax(0, 1fr);
  }
  .row-category {
    grid-column: 3;
  }
  .row-icon {
    width: 56px;
    height: 56px;
    border-radius: 13px;
  }
  .row-copy strong {
    font-size: 18px;
  }
  .row-actions {
    justify-content: flex-start;
    padding-left: 90px;
  }
  .product-inner {
    min-height: 0;
    gap: 30px;
    padding: 38px 0 30px;
    overflow: hidden;
  }
  .product-copy,
  .product-tagline,
  .product-actions,
  .device-stage {
    max-width: calc(100vw - 28px);
  }
  .product-copy-body {
    max-width: 340px;
  }
  .product-lockup {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
  }
  .product-icon-large {
    width: 82px;
    height: 82px;
    border-radius: 19px;
  }
  .product-name {
    font-size: 44px;
  }
  .product-tagline,
  body.plotta-page .product-tagline {
    margin-top: 22px;
    font-size: 26px;
  }
  .product-actions .store-button,
  .product-actions .action-button {
    width: 100%;
  }
  .device-stage {
    min-height: 340px;
  }
  .phone-frame {
    right: 12px;
    top: 28px;
    width: 246px;
    max-width: calc(100% - 32px);
    height: 472px;
    border-width: 9px;
    border-radius: 34px;
  }
  .stage-icon {
    left: 12px;
    top: 32px;
    width: 74px;
    height: 74px;
    border-radius: 17px;
  }
  .metric-ribbon {
    left: 12px;
    bottom: 34px;
    width: 150px;
  }
  .screen-map { height: 204px; }
  .plotta-live-panel {
    padding-top: 26px;
  }
  .plotta-map-link,
  .plotta-map-link img {
    min-height: 300px;
  }
  .plotta-map-copy {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }
  .plotta-map-copy strong {
    font-size: 23px;
  }
  .doc-head .doc-inner {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    padding: 28px 0 22px;
  }
  .doc-head img {
    width: 76px;
    height: 76px;
    border-radius: 18px;
  }
  .doc-head h1 {
    font-size: 34px;
  }
  .doc-tabs {
    overflow-x: auto;
  }
  .doc-tabs a {
    min-width: max-content;
    padding-right: 22px;
  }
  .doc-layout {
    gap: 28px;
    padding: 26px 0 54px;
  }
  .doc-title {
    font-size: 31px;
  }
  .support-cta {
    grid-template-columns: 1fr;
  }
  .support-cta .store-button {
    width: 100%;
  }
}
