:root {
  color-scheme: dark;
  --page: #03070d;
  --page-raised: #07111b;
  --panel: #091522;
  --panel-soft: #0d1b28;
  --line: rgba(129, 165, 191, .2);
  --line-strong: rgba(145, 184, 213, .34);
  --text: #f4f3ee;
  --muted: #a6b2bc;
  --quiet: #73818c;
  --blue: #66a9f5;
  --green: #8ece78;
  --purple: #a779f3;
  --orange: #ef805c;
  --gold: #e8ca72;
  --max: 1240px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 70% 36% at 72% -5%, rgba(66, 96, 124, .14), transparent 70%),
    var(--page);
  color: var(--text);
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 9px 13px; border-radius: 8px; background: white; color: black; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  width: min(calc(100% - 40px), var(--max));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; text-decoration: none; font-family: "Avenir Next", "SF Pro Display", sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -.025em; }
.brand img { width: 38px; height: 38px; border-radius: 9px; }
.site-header nav { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 14px; }
.site-header nav a, .footer-links a { text-decoration: none; transition: color .16s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible, .footer-links a:hover, .footer-links a:focus-visible { color: white; }
.header-download { justify-self: end; padding: 8px 15px; border: 1px solid var(--line-strong); border-radius: 999px; color: #d9e9f6; text-decoration: none; font-size: 14px; font-weight: 650; background: rgba(17, 39, 56, .55); }
.header-download:hover, .header-download:focus-visible { background: rgba(35, 64, 85, .72); border-color: rgba(164, 204, 233, .52); }

main { overflow: clip; }
.hero {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: clamp(42px, 4vw, 60px) 0 clamp(34px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  column-gap: clamp(30px, 4vw, 62px);
  row-gap: clamp(62px, 7vw, 96px);
}
.hero-copy { position: relative; z-index: 2; max-width: 610px; }
.eyebrow { margin: 0 0 17px; color: #8ebee1; font-size: 12px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, blockquote { font-family: "Avenir Next", "SF Pro Display", sans-serif; text-wrap: balance; }
h1 { max-width: 620px; margin: 0; font-size: clamp(48px, 5.5vw, 78px); line-height: .99; font-weight: 530; letter-spacing: -.052em; }
.hero-lede { max-width: 600px; margin: 27px 0 0; color: #b9c4cc; font-size: clamp(18px, 1.65vw, 21px); line-height: 1.55; }
.hero-flexibility { max-width: 740px; margin: 24px 0 0; color: #d7dde1; font-size: 16px; line-height: 1.65; }
.hero-free { max-width: 740px; margin: 12px 0 0; color: #8fa3b2; font-size: 14px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-size: 15px; font-weight: 700; transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .header-download:focus-visible, .text-link:focus-visible { outline: 2px solid #91c8ef; outline-offset: 3px; }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #f8fbfd; background: linear-gradient(180deg, #416d8f, #294a65); border-color: rgba(164, 205, 234, .3); box-shadow: 0 9px 28px rgba(18, 48, 70, .33), inset 0 1px rgba(255,255,255,.14); }
.button-primary:hover { background: linear-gradient(180deg, #4c7b9e, #30546f); box-shadow: 0 12px 34px rgba(18, 48, 70, .44), inset 0 1px rgba(255,255,255,.16); }
.button-secondary { color: #c7d1d8; border-color: var(--line); background: rgba(9, 20, 30, .5); }
.button-secondary:hover { border-color: var(--line-strong); background: rgba(15, 31, 45, .72); }
.hero-note { margin: 16px 0 0; color: var(--quiet); font-size: 12px; }

.hero-atmosphere {
  position: relative;
  width: min(820px, 62vw);
  margin: -22px -8vw -18px -22%;
  justify-self: end;
  isolation: isolate;
  pointer-events: none;
}
.hero-atmosphere::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 9% 8% 4% 24%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 63% 58%, rgba(214, 132, 76, .12), transparent 62%);
  filter: blur(28px);
}
.hero-atmosphere::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -1px;
  background:
    linear-gradient(90deg, var(--page) 0%, rgba(3,7,13,.94) 7%, rgba(3,7,13,.48) 18%, transparent 34%, transparent 88%, rgba(3,7,13,.44) 96%, var(--page) 100%),
    linear-gradient(180deg, var(--page) 0%, rgba(3,7,13,.42) 10%, transparent 25%, transparent 72%, rgba(3,7,13,.48) 88%, var(--page) 100%);
}
.hero-atmosphere img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 52% center;
  opacity: .94;
  -webkit-mask-image: radial-gradient(ellipse 86% 78% at 56% 50%, #000 50%, rgba(0,0,0,.86) 70%, transparent 100%);
  mask-image: radial-gradient(ellipse 86% 78% at 56% 50%, #000 50%, rgba(0,0,0,.86) 70%, transparent 100%);
  filter: saturate(.9) contrast(1.02);
}

.interactive-preview { grid-column: 1 / -1; min-width: 0; }
.interactive-preview-heading { display: grid; grid-template-columns: 1fr minmax(320px, .75fr); gap: 60px; align-items: end; margin-bottom: 24px; }
.interactive-preview-heading .eyebrow { margin-bottom: 8px; }
.interactive-preview-heading h2 { margin: 0; font-size: clamp(30px, 3vw, 44px); line-height: 1.05; font-weight: 540; letter-spacing: -.035em; }
.interactive-preview-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; }
.interactive-preview-frame { position: relative; overflow: hidden; aspect-ratio: 2.08; border: 1px solid rgba(118,158,190,.36); border-radius: 20px; background: #01060c; box-shadow: 0 34px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.025) inset; }
.interactive-preview-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.05); pointer-events: none; }
.interactive-preview-frame iframe { display: block; width: 100%; height: 100%; border: 0; background: #01060c; }
.interactive-preview-note { margin: 12px 2px 0; color: var(--quiet); font-size: 12px; text-align: right; }

.cycle-window {
  display: none;
  position: relative;
  width: 112%;
  margin: 0 -6% 0 0;
  overflow: hidden;
  border: 1px solid rgba(118, 158, 190, .32);
  border-radius: 20px;
  background: #040a12;
  box-shadow: 0 38px 100px rgba(0, 0, 0, .62), 0 0 0 1px rgba(255,255,255,.025) inset;
  transform: perspective(1500px) rotateY(-2.5deg) rotateX(1.1deg);
  transform-origin: center left;
}
.cycle-window::before { content: ""; position: absolute; z-index: 4; inset: 54px 0 0; pointer-events: none; background: linear-gradient(180deg, rgba(3,8,14,.2), transparent 22%, transparent 73%, rgba(1,6,12,.72)); }
.cycle-topbar { position: relative; z-index: 6; height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; background: rgba(2,8,14,.95); border-bottom: 1px solid rgba(137,173,199,.14); color: #cdd7df; font-size: 11px; }
.traffic { display: flex; gap: 7px; }
.traffic i { width: 10px; height: 10px; border-radius: 50%; }
.traffic i:nth-child(1) { background: #ef6657; }.traffic i:nth-child(2) { background: #eeba54; }.traffic i:nth-child(3) { background: #6db56b; }
.mini-brand { display: inline-flex; align-items: center; gap: 7px; font-weight: 650; }
.mini-arc { position: relative; width: 25px; height: 13px; border: 2px solid #dce7ef; border-bottom: 0; border-radius: 30px 30px 0 0; opacity: .86; }
.mini-arc::after { content: ""; position: absolute; left: -4px; right: -4px; bottom: -3px; height: 1px; background: linear-gradient(90deg, #7eb5ea, #efc574, #ef7650); }
.privacy-pill { justify-self: end; padding: 5px 9px; border: 1px solid rgba(137,173,199,.2); border-radius: 999px; color: #9eaeb9; }
.cycle-scene { display: block; width: 100%; height: auto; }
.cycle-scene .celestial text { fill: rgba(231,236,239,.64); font: 12px -apple-system, BlinkMacSystemFont, sans-serif; text-anchor: middle; }
.cycle-scene .curves .glow { stroke-width: 16; opacity: .28; filter: url(#lineGlow); }
.cycle-scene .curves .core { stroke-width: 3.6; opacity: .96; }
.cycle-scene .curves .cortisol { stroke: var(--green); }.cycle-scene .curves .melatonin { stroke: var(--purple); }.cycle-scene .curves .warmth { stroke: var(--orange); }.cycle-scene .curves .dimming { stroke: var(--blue); }
.cycle-scene .timeline path { fill: none; stroke: rgba(210,222,230,.44); stroke-width: 1.5; }
.cycle-scene .timeline circle { r: 3; fill: #84939e; }
.cycle-scene .timeline text { fill: #9eabb5; font: 15px -apple-system, BlinkMacSystemFont, sans-serif; text-anchor: middle; }
.cycle-window figcaption { position: absolute; z-index: 8; left: 0; right: 0; bottom: 12px; display: flex; justify-content: center; gap: 19px; color: #aeb9c1; font-size: 11px; }
.cycle-window figcaption span { display: inline-flex; align-items: center; gap: 6px; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 9px currentColor; background: currentColor; }
.dot.cortisol { color: var(--green); }.dot.melatonin { color: var(--purple); }.dot.warmth { color: var(--orange); }.dot.dimming { color: var(--blue); }

.feature-rail { width: 100%; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 16px; }
.feature-rail article { min-height: 128px; padding: 20px 22px; }
.feature-rail article + article { border-left: 1px solid var(--line); }
.feature-rail article:nth-child(3) { border-left: 0; }
.feature-rail article:nth-child(n + 3) { border-top: 1px solid var(--line); }
.feature-rail span { color: #65829a; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.feature-rail h2 { margin: 11px 0 6px; font-size: 19px; line-height: 1.2; font-weight: 620; letter-spacing: -.02em; }
.feature-rail p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.product-view, .detail-grid, .download-section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: clamp(96px, 12vw, 164px) 0 0; }
.section-heading { max-width: 720px; }
.section-heading h2, .detail-copy h2, .download-section h2 { margin: 0; font-size: clamp(38px, 4.7vw, 62px); line-height: 1.06; font-weight: 520; letter-spacing: -.045em; }
.section-heading > p:last-child, .detail-copy > p, .download-section > div:first-child > p:last-child { margin: 23px 0 0; color: var(--muted); font-size: 18px; }
.real-app-frame { margin: 54px 0 0; padding: 9px; border: 1px solid var(--line-strong); border-radius: 22px; background: #070d14; box-shadow: 0 36px 90px rgba(0,0,0,.46); }
.real-app-frame img { width: 100%; border-radius: 14px; }

.detail-grid { display: grid; grid-template-columns: .85fr 1.4fr; gap: clamp(60px, 9vw, 130px); align-items: center; padding-top: clamp(42px, 4.5vw, 58px); }
.detail-visuals { display: grid; gap: 18px; min-width: 0; }
.detail-copy ul { margin: 28px 0 30px; padding: 0; list-style: none; color: #c2ccd3; }
.detail-copy li { position: relative; margin: 11px 0; padding-left: 23px; }
.detail-copy li::before { content: ""; position: absolute; left: 0; top: .68em; width: 7px; height: 7px; border-radius: 50%; background: #77a9cf; box-shadow: 0 0 10px rgba(101,168,218,.5); }
.text-link { color: #99c7e8; font-weight: 650; text-underline-offset: 5px; text-decoration-color: rgba(153,199,232,.35); }
.detail-images { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.detail-images figure { min-width: 0; margin: 0; padding: 7px; border: 1px solid var(--line); border-radius: 16px; background: #09111a; box-shadow: 0 28px 65px rgba(0,0,0,.52); }
.detail-images img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 10px; }
.detail-images figcaption { padding: 9px 7px 4px; color: #95a4ae; font-size: 12px; }

.story-strip { width: min(calc(100% - 40px), var(--max)); margin: clamp(106px, 13vw, 180px) auto 0; padding: clamp(58px, 7vw, 88px) 0; display: grid; grid-template-columns: 1.7fr .6fr; gap: 50px; align-items: end; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-strip blockquote { margin: 0; max-width: 850px; font-size: clamp(28px, 3vw, 42px); line-height: 1.22; font-weight: 430; letter-spacing: -.035em; color: #dbe1e4; }
.story-strip a { justify-self: end; color: #9cc7e6; text-underline-offset: 5px; }

.download-section { padding-bottom: clamp(100px, 12vw, 160px); display: grid; grid-template-columns: 1fr .85fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.download-card { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 28px; border: 1px solid var(--line-strong); border-radius: 20px; background: linear-gradient(145deg, rgba(14,31,45,.92), rgba(5,13,22,.95)); box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.download-card > img { width: 70px; height: 70px; border-radius: 17px; }
.download-card strong, .download-card span { display: block; }
.download-card strong { font-family: "Avenir Next", sans-serif; font-size: 20px; }
.download-card span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.download-card .button { grid-column: 1 / -1; }
.checksum { grid-column: 1 / -1; justify-self: center; color: var(--quiet); font-size: 12px; text-underline-offset: 4px; }

footer { width: min(calc(100% - 40px), var(--max)); min-height: 110px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--quiet); font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: #c4cdd3; font-family: "Avenir Next", sans-serif; font-size: 15px; }
.footer-brand img { width: 28px; height: 28px; border-radius: 7px; }
.footer-links { display: flex; gap: 20px; }
footer > p { justify-self: end; }
.company-brand img { display: block; width: 220px; max-width: 100%; height: auto; }

/* Documentation pages reuse the approved site language without changing the home page. */
.doc-main { width: min(calc(100% - 40px), 1120px); margin: 0 auto; padding: clamp(54px, 7vw, 92px) 0 clamp(90px, 11vw, 140px); overflow: visible; }
.doc-hero { max-width: 820px; margin-bottom: clamp(48px, 7vw, 78px); }
.doc-hero h1 { max-width: 820px; font-size: clamp(44px, 6vw, 72px); }
.doc-hero .doc-lede { max-width: 760px; margin: 25px 0 0; color: #bac5cd; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.doc-meta { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 22px 0 0; color: var(--quiet); font-size: 13px; }
.doc-meta span + span::before { content: "·"; margin-right: 16px; color: #53636f; }
.doc-layout { display: grid; grid-template-columns: minmax(190px, 240px) minmax(0, 1fr); gap: clamp(46px, 7vw, 88px); align-items: start; }
.doc-toc { position: sticky; top: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7, 17, 27, .72); }
.doc-toc strong { display: block; margin-bottom: 10px; color: #dce4e9; font-size: 13px; }
.doc-toc a { display: block; padding: 5px 0; color: #91a4b2; text-decoration: none; font-size: 13px; line-height: 1.35; }
.doc-toc a:hover, .doc-toc a:focus-visible { color: white; }
.prose { min-width: 0; color: #d1d8dd; font-size: 16px; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 2.6em 0 .75em; padding-top: .35em; color: #f1f2ee; font-size: clamp(28px, 3vw, 39px); line-height: 1.12; font-weight: 560; letter-spacing: -.035em; scroll-margin-top: 24px; }
.prose h3 { margin: 2em 0 .65em; color: #e5e9eb; font-size: 20px; line-height: 1.3; scroll-margin-top: 24px; }
.prose p, .prose li { max-width: 760px; }
.prose p { margin: 0 0 1.15em; }
.prose ul, .prose ol { margin: 0 0 1.5em; padding-left: 1.35em; }
.prose li { margin: .48em 0; }
.prose a { color: #9ac7e7; text-underline-offset: 4px; text-decoration-color: rgba(154,199,231,.38); }
.prose strong { color: #f0f2f3; }
.prose blockquote { max-width: 780px; margin: 2em 0; padding: 0 0 0 22px; border-left: 2px solid #6ca7d1; color: #c9d4dc; font-size: 20px; line-height: 1.5; }
.prose hr { height: 1px; margin: 3em 0; border: 0; background: var(--line); }
.prose code { padding: .12em .38em; border: 1px solid var(--line); border-radius: 5px; background: #09131d; color: #e4ebef; font: .9em ui-monospace, SFMono-Regular, Menlo, monospace; }
.doc-shot { margin: 28px 0 38px; padding: 7px; border: 1px solid var(--line); border-radius: 17px; background: #071019; box-shadow: 0 24px 65px rgba(0,0,0,.34); }
.doc-shot img { width: 100%; height: auto; border-radius: 11px; }
.doc-shot--compact { width: min(100%, 496px); }
.doc-shot--menu { width: min(100%, 320px); margin-left: auto; margin-right: auto; }
.doc-shot-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 260px)); justify-content: center; gap: 20px; align-items: start; }
.doc-shot-pair .doc-shot { width: 100%; margin-top: 10px; }
.doc-note { max-width: 760px; margin: 1.6em 0; padding: 16px 18px; border: 1px solid rgba(118,158,190,.25); border-radius: 11px; background: rgba(14,31,45,.58); color: #c8d4dc; }
.doc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.doc-back { display: inline-flex; margin-bottom: 28px; color: #92bddd; text-decoration: none; font-size: 14px; }
.doc-back:hover, .doc-back:focus-visible { color: white; }
.release-list h3 { margin-bottom: .45em; color: #f0f2f3; }

@media (prefers-reduced-motion: no-preference) {
  .cycle-scene .celestial-glow { animation: breathe 6s ease-in-out infinite alternate; }
  .cycle-scene .curves .glow { animation: line-breathe 7s ease-in-out infinite alternate; }
  .cycle-scene .stars { animation: stars 8s ease-in-out infinite alternate; }
  @keyframes breathe { to { opacity: .58; transform: scale(1.08); transform-origin: center; } }
  @keyframes line-breathe { to { opacity: .4; } }
  @keyframes stars { to { opacity: .7; } }
}

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-atmosphere { width: min(820px, 100%); margin: -18px auto -6px; justify-self: center; }
  .cycle-window { width: 100%; margin: 0; transform: none; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-copy { max-width: 720px; }
  .detail-images { max-width: 900px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; }
  .site-header nav { display: none; }
  .brand { font-size: 18px; }
  .brand img { width: 34px; height: 34px; }
  .hero { padding-top: 62px; }
  .hero-atmosphere { width: calc(100% + 18px); margin-left: -9px; margin-right: -9px; }
  h1 { font-size: clamp(45px, 14vw, 66px); }
  .interactive-preview-heading { grid-template-columns: 1fr; gap: 12px; }
  .interactive-preview-frame { overflow-x: auto; aspect-ratio: auto; }
  .interactive-preview-frame iframe { width: 900px; height: 433px; }
  .interactive-preview-note { text-align: left; }
  .cycle-window { overflow: visible; border-radius: 14px; }
  .cycle-window::before { top: 44px; }
  .cycle-topbar { height: 44px; padding: 0 11px; }
  .privacy-pill { display: none; }
  .cycle-topbar { grid-template-columns: 1fr auto 1fr; }
  .cycle-scene { min-height: 340px; object-fit: cover; }
  .cycle-window figcaption { bottom: 8px; gap: 10px; font-size: 9px; }
  .feature-rail { grid-template-columns: 1fr; }
  .feature-rail article { min-height: 0; padding: 20px 22px; }
  .feature-rail article + article { border-left: 0; border-top: 1px solid var(--line); }
  .feature-rail article:first-child { border-top: 0; }
  .feature-rail h2 { margin-top: 12px; }
  .detail-images { grid-template-columns: 1fr; max-width: 680px; }
  .story-strip { grid-template-columns: 1fr; }
  .story-strip a { justify-self: start; }
  .download-section { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding: 35px 0; gap: 18px; }
  .footer-links { flex-wrap: wrap; gap: 12px 18px; }
  footer > p { justify-self: start; margin: 0; }
  .doc-layout { grid-template-columns: 1fr; gap: 34px; }
  .doc-shot-pair { grid-template-columns: 1fr; }
  .doc-toc { position: static; columns: 2; }
  .doc-toc strong { column-span: all; }
}

@media (max-width: 480px) {
  .site-header, .hero, .product-view, .detail-grid, .story-strip, .download-section, footer { width: min(calc(100% - 28px), var(--max)); }
  .doc-main { width: min(calc(100% - 28px), 1120px); }
  .doc-toc { columns: 1; }
  .header-download { padding: 7px 11px; }
  .hero-actions .button { width: 100%; }
  .cycle-window figcaption span:nth-child(-n+2) { display: none; }
  .download-card { padding: 20px; }
}
