@import url("/assets/design/tokens.css");
@import url("/assets/design/components.css");

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/inter-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 5rem; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.55;
  padding-inline: env(safe-area-inset-left) env(safe-area-inset-right);
  -webkit-tap-highlight-color: transparent;
}

a, button, summary { touch-action: manipulation; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.cta-band :focus-visible,
.site-footer :focus-visible { outline-color: var(--on-dark); }

::selection { background: var(--primary); color: #fff; }

img { max-width: 100%; }

.skip {
  position: absolute;
  inset-inline-start: 0.75rem;
  top: -4rem;
  background: var(--surface);
  color: var(--text);
  padding: 0.5rem 0.75rem;
  z-index: 10;
}
.skip:focus { top: 0.5rem; }

.wrap {
  width: min(72rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding-top: env(safe-area-inset-top);
}

.header-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 4rem;
}

.logo {
  color: var(--text);
  font-weight: 650;
  letter-spacing: -0.03em;
  text-decoration: none;
  font-size: 1rem;
}
.logo:hover { text-decoration: underline; text-underline-offset: 0.15em; }

.header-tools {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.primary { position: static; }

.nav-list,
.lang ul,
.footer-grid ul,
.sitemap-list,
.stack,
.sheet,
.chips,
.weeks,
.lights,
.logo-row,
.dir-list,
.plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a,
.btn,
summary,
.lang a,
.footer-grid a {
  min-height: 44px;
}

.cta-band .btn-primary:hover { background: var(--on-dark); color: var(--text); }

summary {
  display: inline-flex;
  align-items: center;
  padding-inline: 0.7rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
  cursor: pointer;
  font-weight: 600;
}
summary::-webkit-details-marker { display: none; }

.nav-details[open] > .nav-panel {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 0.25rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.nav-list { display: flex; flex-direction: column; }
ul.nav-desktop { display: none; }
.nav-list a {
  display: flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}
.nav-list a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--text); }
.mobile-tools { display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; }
.desktop-tools,
.desktop-login { display: none; }

.lang ul {
  position: absolute;
  z-index: 6;
  background: var(--surface);
  border: 1px solid var(--border);
  min-width: 14rem;
  padding: 0.25rem 0;
}
.lang li { padding: 0; }
.lang a,
.lang span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.8rem;
  color: var(--text);
  text-decoration: none;
}
.lang a[aria-current="true"] { font-weight: 650; }
.soon { color: var(--muted); font-size: 0.875rem; }

.page-intro { padding-block: 2.25rem 0.5rem; }
.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--muted);
  font-size: 0.9375rem;
  font-weight: 600;
}
h1, h2, h3 { scroll-margin-top: 5rem; }
h1 {
  margin: 0;
  max-width: 18em;
  font-size: clamp(2rem, 1.2rem + 2.4vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 640;
  text-wrap: balance;
}
.support {
  max-width: 38rem;
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.45;
  text-wrap: pretty;
}
.software-only {
  max-width: 40rem;
  margin: 0.8rem 0 0;
  font-size: 0.9375rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.1rem 0 0; }
.cta-band .hero-cta .btn-ghost { border-color: var(--on-dark); color: var(--on-dark); background: transparent; }

.crumbs { margin-top: 1.25rem; }
.crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.875rem;
}
.crumbs a { color: var(--text); }

.trio {
  display: grid;
  gap: 1rem;
  padding-block: 1.5rem 0.5rem;
}
.block {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 1rem;
  min-width: 0;
}
.block h2,
.prose h2,
.proof h2,
.plan h2 {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.kicker {
  margin: 0;
  color: var(--muted);
  font-size: 0.8125rem;
  font-weight: 650;
}
.tag-export { background: var(--green); color: var(--text); }
.tag-import { background: var(--primary); color: #fff; }
.tag-logistics { background: var(--accent); color: var(--text); }

.text-link { color: var(--primary); font-weight: 600; }
.journey .text-link { color: var(--on-dark); text-decoration: underline; text-underline-offset: 0.15em; }
.prose a,
.sitemap-list a { color: var(--primary); }

.prose { padding-block: 0.4rem 0.2rem; }
.prose p,
.block p { margin: 0.55rem 0; }
.prose { max-width: 68ch; }

.screen {
  margin: 0.8rem 0 0;
  border: 1px solid var(--border);
  background: var(--bg);
  padding: 0.75rem;
}
.screen-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 650;
  margin-bottom: 0.6rem;
}
.iface { color: var(--muted); font-weight: 500; }
.photo-slot {
  display: grid;
  place-items: center;
  height: 4.5rem;
  margin-bottom: 0.6rem;
  background: var(--border);
  color: var(--text);
  font-size: 0.875rem;
}
.fields { margin: 0; }
.fields div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.3rem;
  border-bottom: 1px solid var(--border);
}
.fields dt { color: var(--muted); }
.fields dd { margin: 0; text-align: end; font-variant-numeric: tabular-nums; }
.fields.plain { margin-top: 1rem; }
.langs, .prompt, .hit, .lock, .mini-line { margin: 0.45rem 0 0; }
.hit { font-weight: 650; }
.lock { color: var(--muted); }
.chip, .chips li, .weeks li {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  margin: 0.2rem 0.35rem 0 0;
  padding: 0.1rem 0.45rem;
  border: 1px solid var(--border);
  background: var(--surface);
  font-size: 0.8125rem;
}
.sheet li, .stack li, .lights li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.8rem;
  justify-content: space-between;
  padding-block: 0.35rem;
  border-bottom: 1px solid var(--border);
  font-variant-numeric: tabular-nums;
}
.route {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
  font-size: 0.8125rem;
  font-weight: 650;
}
.route-line { flex: 1; height: 1px; background: var(--text); }

.dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  display: inline-block;
  margin-inline-end: 0.4rem;
}
.dot-green { background: var(--green); }
.dot-yellow { background: var(--status-yellow); }
.dot-red { background: var(--status-red); }

.wrap-banner { margin: 1rem auto; width: min(72rem, calc(100% - 2.5rem)); }
.currency-switch { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 0.5rem 0 1rem; }
.currency-switch a[aria-current="true"] { font-weight: 700; }

.proof { padding-block: 1.5rem; }
.logo-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.logo-row li {
  border: 1px dashed var(--border);
  min-height: 3rem;
  display: flex;
  align-items: center;
  padding-inline: 0.75rem;
  color: var(--muted);
  background: var(--surface);
}

.cta-band {
  background: var(--dark);
  color: var(--on-dark);
  padding-block: 2.5rem;
  margin-top: 1.5rem;
}
.cta-band h2 { margin: 0 0 0.5rem; letter-spacing: -0.02em; }
.cta-band p { max-width: 40rem; color: var(--border); }

.share {
  width: min(72rem, calc(100% - 2.5rem));
  margin: 1.25rem auto 2rem;
  padding-top: 0.5rem;
}
.share > p { margin: 0 0 0.4rem; font-weight: 650; }
.share ul { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; }
.share a { color: var(--primary); font-weight: 600; }
.share-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: end;
  margin-top: 0.6rem;
}
.share-copy label { display: grid; gap: 0.25rem; font-size: 0.875rem; color: var(--muted); flex: 1 1 16rem; }
.share-copy input {
  min-height: 44px;
  width: 100%;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font: inherit;
  padding-inline: 0.6rem;
}
.copy-status { min-height: 1.25rem; margin: 0; flex-basis: 100%; }

.search { display: grid; gap: 0.7rem; margin: 0.6rem 0 0.8rem; }
.search label { display: grid; gap: 0.25rem; font-weight: 600; }
.search input {
  min-height: 44px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font: inherit;
  padding-inline: 0.6rem;
}
.dir-list { display: grid; gap: 0.75rem; }
.dir-list h3 { margin: 0.3rem 0; font-size: 1.05rem; }
.dir-list a { color: var(--text); }

.billing {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  border: 1px solid var(--border);
  padding: 0.8rem 1rem;
  margin: 0 0 1rem;
}
.billing legend { padding-inline: 0.25rem; font-weight: 650; }
.billing label { display: inline-flex; align-items: center; gap: 0.4rem; min-height: 44px; font-weight: 600; }
.plan-grid { display: grid; gap: 1rem; }
.plan {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 1rem;
}
.num {
  display: block;
  font-size: clamp(2.4rem, 1.6rem + 2vw, 3.25rem);
  letter-spacing: -0.04em;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.plan ul li {
  padding-block: 0.3rem;
  border-bottom: 1px solid var(--border);
}
.pricing:not(:has(#bill-annual:checked)) form.price-a { display: none; }
.pricing:has(#bill-annual:checked) form.price-m { display: none; }
.role-switch { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.75rem 0 1rem; }
.role-switch a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.35rem 1rem;
  border: 2px solid var(--text);
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
}
.role-switch a[aria-current="true"] { background: var(--text); color: var(--bg); }
.service-line { max-width: 40rem; }
.doors {
  display: grid;
  gap: 0.75rem;
  padding-block: 0.25rem 2.5rem;
}
.door {
  display: flex;
  flex-direction: column;
  min-height: 5.75rem;
  border: 2px solid var(--text);
  background: var(--surface);
  color: var(--text);
  text-decoration: none;
  overflow: hidden;
  transition: background-color 160ms ease;
}
.door-still {
  display: block;
  width: 100%;
  height: 7.5rem;
  object-fit: cover;
}
.door-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  flex: 1;
  padding: 1rem 1.15rem 1.15rem;
  border-inline-start: 4px solid var(--text);
}
.door-producer .door-copy { border-inline-start-color: var(--green); }
.door-buyer .door-copy { border-inline-start-color: var(--primary); }
.door-transport .door-copy { border-inline-start-color: var(--accent); }
.door-ask { font-size: clamp(1.45rem, 1.1rem + 1.4vw, 2rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; text-wrap: balance; }
.door-hint { font-size: 1.05rem; font-weight: 500; color: var(--muted); }
@media (hover: hover) and (pointer: fine) {
  .door:hover { background: var(--bg); }
}

.sitemap-list { display: grid; gap: 0.15rem; }
.sitemap-list a { display: flex; align-items: center; min-height: 44px; }

.site-footer {
  background: var(--dark);
  color: var(--on-dark);
  padding-block: 2rem calc(1.5rem + env(safe-area-inset-bottom));
}
.footer-grid { display: grid; gap: 1.25rem; }
.footer-grid h2 { margin: 0 0 0.35rem; font-size: 0.9375rem; font-weight: 650; }
.footer-grid a { color: var(--on-dark); text-decoration: underline; text-underline-offset: 0.15em; display: flex; align-items: center; }
.footer-legal { margin-top: 1.5rem; }
.footer-legal p { margin: 0.15rem 0; max-width: 46rem; }
.footer-legal .entity { margin-top: 0.85rem; font-weight: 650; }
.footer-legal a { color: var(--on-dark); }
.footer-base { margin-top: 1.5rem; }
.footer-base p { max-width: 46rem; }
.fine { color: var(--muted); font-size: 0.875rem; }
.site-footer .fine { color: var(--border); }
.social-row { display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.social-row a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: var(--on-dark); }
.social-row svg { display: block; fill: currentColor; }
.consent {
  position: fixed;
  z-index: 6;
  inset-inline: 0;
  bottom: 0;
  display: grid;
  gap: 0.75rem;
  background: var(--surface);
  color: var(--text);
  border-top: 1px solid var(--border);
  padding: 0.9rem 1rem calc(0.9rem + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 24px rgba(15, 16, 23, 0.06);
}
.consent p { margin: 0; max-width: 46rem; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.consent-actions .btn { flex: 1 1 8rem; }
.credit { margin: 1rem 0 0; font-size: 0.75rem; line-height: 1.4; }
.credit a { color: var(--border); text-decoration: underline; text-underline-offset: 0.15em; }

[hidden] { display: none !important; }

.photo-hero {
  display: grid;
  background: var(--dark);
  color: var(--on-dark);
}
.photo-hero-copy { padding: 1.75rem 1.25rem 1.5rem; }
.photo-hero h1,
.photo-hero .support,
.photo-hero .software-only { max-width: 28rem; }
.photo-hero .support,
.photo-hero .software-only,
.photo-hero .eyebrow { color: var(--border); }
.photo-hero-figure {
  margin: 0;
  background: #0d1524;
  min-height: 14rem;
}
.photo-hero-figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 72% 50%;
  aspect-ratio: 16 / 9;
}
.media-figure { position: relative; overflow: hidden; }
.media-poster { object-position: center center; }
.media-figure video.loop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.media-figure video.loop.is-playing { opacity: 1; }
.media-figure video.loop-alt.is-playing { animation: loop-swap 14s linear infinite; }
@keyframes loop-swap {
  0%, 42% { opacity: 0; }
  50%, 92% { opacity: 1; }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .media-figure video { display: none !important; }
}
.media-strip {
  display: grid;
  gap: 0.75rem;
  margin-block: 1rem;
}
.media-strip .media-poster {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.band-photo { margin: 1.5rem auto; }
.band-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 68% 50%;
  aspect-ratio: 16 / 9;
}
.band-photo figcaption {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.9375rem;
}

.journey { background: var(--dark); color: var(--on-dark); }
.journey-pin { position: relative; }
.journey-stage canvas { display: block; width: 100%; height: 100%; }
.journey-overlay { padding: 1.25rem 1.25rem 1.5rem; }
.journey-note,
.journey-status,
.journey-line { color: var(--border); margin: 0.35rem 0 0; }
.journey-stops { list-style: none; margin: 0.8rem 0 0; padding: 0; display: grid; gap: 1.25rem; }
.journey-stops li { scroll-margin-top: 5rem; }
.journey-still { margin: 0 0 0.6rem; }
.journey-still img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 70% 50%;
  aspect-ratio: 16 / 9;
}
.journey-product {
  margin: 0;
  font-weight: 650;
  border-inline-start: 3px solid var(--accent);
  padding-inline-start: 0.55rem;
}
.journey-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.9rem; }
.journey-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 2.25rem;
  height: 2.25rem;
  margin: -1.125rem 0 0 -1.125rem;
  border: 2px solid var(--on-dark);
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: difference;
}
.journey.is-ready { height: 520vh; }
.journey.is-ready .journey-pin {
  position: sticky;
  top: 4rem;
  height: calc(100svh - 4rem);
  overflow: hidden;
  touch-action: pan-y;
}
.journey.is-ready .journey-stage { position: absolute; inset: 0; }
.journey.is-ready .journey-overlay {
  position: absolute;
  z-index: 2;
  inset-inline-start: 1rem;
  bottom: 1rem;
  width: min(32rem, calc(100% - 2rem));
  padding: 0.9rem 1rem 1rem;
  background: var(--dark);
  border: 1px solid #3a4456;
}
.journey.is-ready .journey-still { display: none; }
.journey.is-ready .journey-stops { margin-top: 0.45rem; }
.journey.is-ready .journey-stops li:not(.is-current) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (hover: hover) and (pointer: fine) {
  .journey.is-ready .journey-pin { cursor: none; }
  .journey.is-ready .journey-nav { cursor: auto; }
  .journey.is-ready .journey-nav .btn { cursor: pointer; }
}

@media (min-width: 60rem) {
  .photo-hero {
    grid-template-columns: minmax(18rem, 34%) 1fr;
    min-height: 34rem;
  }
  .photo-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2rem;
  }
  .photo-hero-figure img {
    min-height: 34rem;
    aspect-ratio: auto;
  }
  .media-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.camera-route { background: var(--dark); color: var(--on-dark); }
.route-sticky { position: relative; }
.route-stage canvas { display: block; width: 100%; height: 100%; }
.route-overlay { padding: 1.25rem 1.25rem 1.5rem; }
.route-chapters { display: grid; gap: 1.25rem; padding: 0 1.25rem 1.5rem; }
.route-chapter { scroll-margin-top: 5rem; }
.route-live { color: var(--border); margin: 0.35rem 0 0; font-weight: 650; }
.camera-route.is-ready .route-sticky {
  position: sticky;
  top: 4rem;
  height: calc(100svh - 4rem);
  overflow: hidden;
  touch-action: pan-y;
  z-index: 1;
}
.camera-route.is-ready .route-stage { position: absolute; inset: 0; }
.camera-route.is-ready .route-overlay {
  position: absolute;
  z-index: 2;
  inset-inline-start: 1rem;
  bottom: 1rem;
  width: min(32rem, calc(100% - 2rem));
  padding: 0.9rem 1rem 1rem;
  background: var(--dark);
  border: 1px solid #3a4456;
}
.camera-route.is-ready .route-chapter {
  min-height: 100vh;
  pointer-events: none;
}
.camera-route.is-ready .journey-still,
.camera-route.is-ready .route-chapter .journey-copy { visibility: hidden; }

.faq { padding-block: 0.5rem 2rem; }
.faq details { border-bottom: 1px solid var(--border); padding-block: 0.65rem; }
.faq summary { font-weight: 650; cursor: pointer; }
.faq details p { margin: 0.45rem 0 0; }

@media (hover: hover) and (pointer: fine) {
  .camera-route.is-ready .route-sticky { cursor: none; }
  .camera-route.is-ready .journey-nav { cursor: auto; }
  .camera-route.is-ready .journey-nav .btn { cursor: pointer; }
}

@media (prefers-reduced-motion: reduce) {
  .camera-route,
  .camera-route.is-ready { height: auto; }
  .camera-route.is-ready .route-sticky {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }
  .camera-route.is-ready .route-stage { display: none; }
  .camera-route.is-ready .route-chapter { min-height: 0; pointer-events: auto; }
  .camera-route.is-ready .journey-still,
  .camera-route.is-ready .route-chapter .journey-copy { visibility: visible; }
  .camera-route.is-ready .route-overlay { position: static; width: auto; border: 0; }
  .journey,
  .journey.is-ready { height: auto; }
  .journey.is-ready .journey-pin {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }
  .journey.is-ready .journey-stage { display: none; }
  .journey.is-ready .journey-still { display: block; }
  .journey.is-ready .journey-overlay { position: static; width: auto; border: 0; }
  .journey.is-ready .journey-stops li:not(.is-current) {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}

@media (max-width: 59.99rem) {
  .header-bar { flex-wrap: wrap; row-gap: 0.5rem; padding-block: 0.5rem; }
  .header-tools { flex: 1 0 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .header-tools .btn { width: 100%; }
  .nav-details > summary { min-width: 44px; justify-content: center; }
  .nav-list a { padding-block: 0.7rem; }
  .page-intro { padding-block: 1.35rem 0.35rem; }
  h1 { font-size: 2.15rem; }
  .support { font-size: 1.2rem; }
  .door-ask { font-size: 1.65rem; }
  .door-copy { padding: 1.15rem 1.15rem 1.2rem; }
}

@media (min-width: 40rem) {
  .logo-row { grid-template-columns: 1fr 1fr; }
  .plan-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 60rem) {
  .logo { font-size: 1.125rem; }
  .desktop-tools { display: block; }
  .desktop-login { display: inline-flex; }
  .mobile-tools { display: none; }
  ul.nav-desktop { display: flex; flex-direction: row; }
  .nav-details { display: none; }
  .nav-list { flex-direction: row; gap: 0.15rem; }
  .nav-list a { padding-inline: 0.55rem; }
  .primary { flex: 1; }
  .trio { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .doors { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .door { min-height: 8.5rem; }
  .door-still { height: 9rem; }
  .logo-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
