:root {
  color-scheme: light;
  --background: #fff;
  --ink: #17212c;
  --muted: #586371;
  --accent: #1263d8;
  --line: #d6dbe1;
  --surface: #f3f4f6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--background);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 20px; line-height: 1.55; }
a { color: var(--accent); text-underline-offset: 5px; }
a:hover { text-decoration: underline; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; border-radius: 4px; }
.container { width: min(1296px, calc(100% - 144px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: -100px; left: 24px; padding: 12px 20px; background: white; }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 16px; color: var(--ink); font-size: 30px; font-weight: 650; letter-spacing: -1px; text-decoration: none; }
nav { display: flex; align-items: center; gap: 48px; }
nav a { font-size: 20px; text-decoration: none; }
.site-header nav a { color: var(--ink); }
.hero { padding-top: 76px; }
h1, h2, h3 { margin: 0; font-weight: 650; line-height: 1.15; letter-spacing: -1.6px; }
h1 { font-size: clamp(38px, 4.85vw, 70px); line-height: 1.23; }
h1 span { color: #5a626e; }
.intro { font-size: 23px; line-height: 1.42; margin: 30px 0; color: #3d4856; }
.hero-actions { display: flex; align-items: center; gap: 50px; }
.button { padding: 14px 30px; display: inline-block; background: var(--accent); color: white; font-size: 20px; font-weight: 600; border-radius: 12px; text-decoration: none; }
.button:hover { background: #0b52b8; text-decoration: none; }
.text-action { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.text-action svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.caption { font-size: 16px; color: var(--muted); margin-block: 16px 0; }
.menu-illustration { margin: 32px 0 0; min-height: 285px; }
.illustrated-bar { display: flex; align-items: center; min-height: 60px; padding: 8px 24px; border: 1px solid #cbd0d7; border-radius: 17px; box-shadow: 0 5px 10px #17212c0a; }
.visible-symbols { display: flex; margin-left: auto; gap: 38px; align-items: center; padding-right: 24px; }
.visible-symbols svg, .illustrated-shelf svg { width: 28px; height: 28px; stroke: #202428; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.shelf-demo { position: relative; border-left: 1px solid var(--line); padding-left: 20px; }
.shelf-demo summary { width: 64px; height: 38px; border-radius: 16px; background: #eceef0; display: flex; align-items: center; justify-content: center; cursor: pointer; list-style: none; }
.shelf-demo summary::-webkit-details-marker { display: none; }
.shelf-demo summary svg { height: 24px; width: 36px; fill: #252b33; }
.illustrated-shelf { position: absolute; right: 0; top: 60px; width: 352px; display: flex; justify-content: space-between; gap: 12px; padding: 24px 20px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 6px 14px #17212c14; }
.illustrated-shelf > span { display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); }
.section-rule { border-top: 1px solid var(--line); }
h2 { font-size: clamp(30px, 3vw, 44px); }
h3 { font-size: 25px; letter-spacing: -.65px; }
p { color: var(--muted); margin-block: 18px; }
.features { padding-block: 42px 68px; }
.feature-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 60px; margin-top: 50px; }
.feature-columns p { margin-bottom: 0; }
.two-columns { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; padding-block: 62px; }
.support h2 { font-size: clamp(34px, 3.1vw, 44px); }
.support-promise { font-size: 25px; line-height: 1.65; margin-bottom: 0; margin-top: 28px; }
.support a { display: inline-block; margin-top: 12px; text-decoration: none; }
.release { padding-block: 48px; }
.release p:last-child { margin-bottom: 0; }
.site-footer { padding-block: 24px 38px; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.site-footer .caption a { color: inherit; }
section[id], #release { scroll-margin-top: 30px; }
.prose { max-width: 800px; padding-block: 64px; }
.prose h1 { font-size: 50px; }
.prose h2 { font-size: 28px; margin-top: 36px; }
.prose li { margin-block: 10px; color: var(--muted); }
@media (max-width: 1000px) {
  .container { width: calc(100% - 80px); }
  .feature-columns { gap: 28px; }
  .two-columns { gap: 50px; }
  h3 { font-size: 22px; }
  body { font-size: 18px; }
  .intro { font-size: 21px; }
}
@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; gap: 16px; }
  .brand { font-size: 24px; gap: 9px; }
  .brand img { width: 32px; height: 32px; }
  nav { gap: 20px; }
  nav a { font-size: 15px; }
  .hero { padding-top: 48px; }
  h1 { font-size: clamp(34px, 7.8vw, 48px); line-height: 1.18; letter-spacing: -1.4px; }
  h1 span { display: inline-block; margin-top: 12px; }
  .intro { font-size: 19px; }
  .intro br { display: none; }
  .hero-actions { gap: 22px; flex-wrap: wrap; }
  .button, .text-action { font-size: 17px; }
  .button { padding: 13px 20px; }
  .caption { font-size: 14px; }
  .menu-illustration { min-height: 235px; }
  .illustrated-bar { padding: 10px 14px; }
  .visible-symbols { gap: 18px; padding-right: 15px; }
  .visible-symbols svg { width: 23px; height: 23px; }
  .shelf-demo { padding-left: 12px; }
  .shelf-demo summary { width: 48px; }
  .illustrated-shelf { width: min(310px, calc(100vw - 68px)); padding: 22px 16px; gap: 8px; }
  .illustrated-shelf > span { font-size: 11px; }
  .features { padding-block: 34px 42px; }
  .feature-columns, .two-columns { grid-template-columns: 1fr; gap: 32px; }
  .feature-columns { margin-top: 32px; }
  .two-columns { padding-block: 42px; }
  .support h2 br { display: none; }
  .support-promise { font-size: 21px; }
  .footer-row { align-items: flex-start; flex-wrap: wrap; }
  .prose { padding-block: 42px; }
  .prose h1 { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
