:root {
  color-scheme: dark;
  --bg: #0b0d10;
  --panel: #11151b;
  --text: #f2f4f6;
  --muted: #adb4bf;
  --subtle: #929ba9;
  --line: #2a3039;
  --accent: #42d4e7;
  --gutter: clamp(20px, 5vw, 80px);
  --section: clamp(72px, 8.4vw, 120px);
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
::selection { background: #42d4e7; color: #0b0d10; }
button, a, video { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, .button { touch-action: manipulation; }
a, button { text-underline-offset: 5px; }
a:focus-visible, button:focus-visible, video:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
figure, p, h1, h2, h3, ul { margin: 0; }
h1, h2, h3 { font-weight: 600; }
h2 { font-size: clamp(32px, 3.15vw, 46px); line-height: 1.16; letter-spacing: -.035em; text-wrap: balance; }
h3 { font-size: 21px; line-height: 1.3; letter-spacing: -.02em; }
p { color: var(--muted); }
.container { width: min(100% - var(--gutter) * 2, 1280px); margin-inline: auto; }
.section { padding-block: var(--section); }
.accent { color: var(--accent); }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 650; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; margin-bottom: 20px; }
.skip-link { position: fixed; top: 12px; left: 16px; padding: 12px 20px; background: var(--accent); color: var(--bg); z-index: 20; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(11,13,16,.94); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); font-size: 17px; font-weight: 600; line-height: 1.35; white-space: nowrap; }
.brand img { flex: 0 0 auto; }
.header-inner nav { display: flex; align-items: center; gap: 34px; }
.header-inner nav > a:not(.button) { font-size: 14px; color: #c3c8d0; }
.header-inner nav > a:not(.button):hover, .site-footer nav a:hover { color: var(--accent); }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 13px 24px; border: 1px solid #48515e; border-radius: 7px; color: var(--text); font-size: 15px; line-height: 1.4; font-weight: 600; white-space: nowrap; transition: background .18s, border-color .18s, transform .18s; }
.button span { font-size: 20px; line-height: 1; font-weight: 400; }
.button:hover { background: #212833; border-color: #788493; transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: 14px; gap: 18px; }
.button-primary { color: #081015; background: var(--accent); border-color: var(--accent); }
.button-primary:hover { color: #081015; background: #88e8f3; border-color: #88e8f3; }
.badge-appstore { display: inline-flex; align-items: center; transition: transform .18s, opacity .18s; }
.badge-appstore img { display: block; height: 52px; width: auto; max-width: none; }
.badge-appstore:hover { transform: translateY(-1px); opacity: .88; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; line-height: 1.5; padding-block: 10px; }
.text-link:hover { color: var(--accent); }
.text-link span { font-size: 19px; font-weight: 400; }
.hero { padding-top: clamp(52px, 6.5vw, 94px); }
.hero-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 70px; margin-bottom: 58px; }
h1 { font-size: clamp(64px, 7.6vw, 110px); line-height: .98; letter-spacing: -.065em; }
.hero .eyebrow { margin-bottom: 25px; }
.hero-description { padding-bottom: 4px; max-width: 510px; }
.hero-description .intro { color: var(--text); font-size: clamp(19px, 1.7vw, 23px); line-height: 1.45; letter-spacing: -.018em; }
.hero-description > p + p { margin-top: 18px; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 27px; margin-top: 30px; }
.actions-links { margin-top: 20px; }
.hero-screen { position: relative; }
.hero-screen::before { content: ""; position: absolute; inset: 2% 15% 10%; background: #258b9a; opacity: .1; filter: blur(90px); pointer-events: none; }
.screenshot { display: block; position: relative; border: 1px solid #343b46; border-radius: 10px; overflow: hidden; background: #111419; }
.screenshot img { width: 100%; }
.hero-screen .screenshot { box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.image-hint { position: absolute; right: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 20px; padding: 7px 12px; border-radius: 5px; border: 1px solid #5d6572; background: rgba(13,17,22,.93); color: var(--text); font-size: 12px; opacity: 0; transition: opacity .18s; }
.screenshot:hover .image-hint, .screenshot:focus-visible .image-hint { opacity: 1; }
figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 15px; color: var(--subtle); font-size: 13px; line-height: 1.55; }
.product-facts { display: grid; grid-template-columns: repeat(3,1fr); padding-block: 34px; margin-top: 30px; border-block: 1px solid var(--line); }
.product-facts p { padding-inline: 32px; border-left: 1px solid var(--line); }
.product-facts p:first-child { padding-left: 0; border-left: 0; }
.product-facts strong { display: block; font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.product-facts span { font-size: 14px; }
.section-heading { display: grid; grid-template-columns: 1.15fr 1fr; align-items: end; gap: 80px; margin-bottom: 42px; }
.section-heading h2 { max-width: 580px; }
.section-heading > p { max-width: 460px; font-size: 17px; line-height: 1.7; padding-bottom: 3px; }
.text-grid { display: grid; gap: 42px; margin-top: 36px; }
.thirds { grid-template-columns: repeat(3, minmax(0,1fr)); }
.text-grid p { margin-top: 14px; }
.text-grid h3 { font-size: 20px; }
.showcase-band { background: #12171d; border-block: 1px solid var(--line); }
.film-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.film-player { background: #030405; border: 1px solid #343d49; border-radius: 9px; overflow: hidden; }
.film-player video { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; }
.film-heading { display: flex; align-items: baseline; flex-wrap: wrap; justify-content: space-between; gap: 8px 16px; margin-block: 23px 12px; }
.film-heading span { color: var(--subtle); font-size: 12px; white-space: nowrap; }
.film > p { max-width: 540px; }
.feature-pair { display: grid; grid-template-columns: minmax(0,.83fr) minmax(0,1.17fr); align-items: center; gap: clamp(40px, 5.5vw, 80px); }
.feature-pair.reverse { grid-template-columns: minmax(0,1.17fr) minmax(0,.83fr); }
.feature-pair.reverse > .feature-copy { grid-column: 2; grid-row: 1; }
.feature-pair.reverse > .feature-figure { grid-column: 1; grid-row: 1; }
.feature-copy h2 { margin-bottom: 26px; }
.feature-copy > p:not(.eyebrow) + p { margin-top: 18px; }
.feature-figure { min-width: 0; }
.feature-figure > img { width: 100%; border-radius: 9px; border: 1px solid var(--line); }
.feature-notes { list-style: none; padding: 0; border-top: 1px solid var(--line); margin-top: 26px; padding-top: 20px; display: grid; gap: 8px; }
.feature-notes li { font-size: 14px; color: #d0d6de; display: flex; align-items: baseline; gap: 13px; }
.feature-notes li::before { content: "+"; color: var(--accent); font-size: 16px; font-weight: 500; }
.container.section.feature-pair + .container.section.feature-pair { border-top: 1px solid var(--line); }
.editorial-image { padding: 22px; background: #151b22; border: 1px solid var(--line); border-radius: 11px; }
.editorial-image > img { border: 0; border-radius: 5px; }
.editorial-image figcaption { margin-top: 18px; }
.color-band { background: #11131c; border-block: 1px solid #2c2d3b; }
.creative-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; margin-top: 80px; }
.creative-grid > article { background: #13181f; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.creative-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #050608; }
.creative-copy { padding: 32px; }
.creative-copy .eyebrow { font-size: 11px; margin-bottom: 12px; }
.creative-copy h3 { font-size: 24px; margin-bottom: 16px; }
.workflow-band { background: #101419; border-block: 1px solid var(--line); }
.workflow-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px 48px; }
.workflow-grid article { border-top: 1px solid #3c4653; padding-top: 23px; }
.workflow-grid h3 { margin-bottom: 14px; }
.suite-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-block: 1px solid var(--line); }
.suite-grid article { padding: 38px 32px; border-left: 1px solid var(--line); }
.suite-grid article:first-child { padding-left: 0; border-left: 0; }
.suite-grid article:last-child { padding-right: 0; }
.app-abbreviation { font-size: 44px; font-weight: 500; line-height: 1; letter-spacing: -.05em; color: var(--accent); display: block; margin-bottom: 27px; }
.suite-grid h3 { margin-bottom: 16px; }
.suite-grid .text-link { margin-top: 18px; }
.availability { margin-top: 70px; padding: 40px; background: #17232b; border: 1px solid #344853; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.availability h3 { font-size: 28px; margin-bottom: 10px; }
.availability p { max-width: 650px; }
.availability .platforms { font-size: 14px; margin-top: 15px; color: #a7b9c4; }
.site-footer { border-top: 1px solid var(--line); padding-block: 38px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-footer .brand { font-size: 15px; }
.site-footer p { font-size: 12px; color: var(--subtle); margin-top: 16px; }
.site-footer nav { display: flex; gap: 28px; font-size: 14px; }
.image-dialog { width: min(96vw,1920px); max-width: none; max-height: 94dvh; padding: 18px; background: #11151b; color: var(--text); border: 1px solid #536071; border-radius: 10px; box-shadow: 0 24px 100px #0009; }
.image-dialog::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(10px); }
.dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.dialog-toolbar p { font-size: 14px; }
.dialog-close { background: #26313f; color: var(--text); border: 1px solid #546071; border-radius: 5px; min-height: 44px; padding: 7px 16px; cursor: pointer; }
.dialog-close:hover { background: #354456; }
.dialog-close span { margin-left: 16px; }
.image-dialog > img { width: 100%; max-height: calc(94dvh - 150px); object-fit: contain; background: #080a0d; }
.dialog-caption { font-size: 13px; margin-top: 16px; }
@media (min-width: 1600px) { .feature-figure .screenshot img { width: 100%; } }
@media (max-width: 1100px) {
  .hero-heading { gap: 42px; grid-template-columns: 1fr 1fr; }
  h1 { font-size: clamp(65px,8vw,86px); }
  .header-inner nav { gap: 24px; }
  .section-heading { gap: 40px; }
  .feature-pair, .feature-pair.reverse { grid-template-columns: 1fr 1fr; gap: 36px; }
  .text-grid, .workflow-grid { column-gap: 28px; }
  .suite-grid article { padding-inline: 24px; }
}
@media (max-width: 850px) {
  .header-inner nav { gap: 20px; }
  .header-inner nav > a:not(.button) { font-size: 13px; }
  .brand { font-size: 15px; gap: 9px; }
  .hero-heading { grid-template-columns: 1fr; gap: 30px; }
  h1 { font-size: clamp(64px,11vw,90px); }
  .hero-description { max-width: 640px; }
  .hero-description .intro { font-size: 23px; }
  .hero-heading { margin-bottom: 40px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 640px; }
  .feature-pair, .feature-pair.reverse { grid-template-columns: 1fr; gap: 34px; }
  .feature-pair.reverse > .feature-copy, .feature-pair.reverse > .feature-figure { grid-column: auto; grid-row: auto; }
  .feature-copy { max-width: 660px; }
  .feature-copy h2 br { display: none; }
  .thirds { grid-template-columns: 1fr; gap: 28px; }
  .thirds article { max-width: 680px; }
  .thirds article + article { border-top: 1px solid var(--line); padding-top: 25px; }
  .film-grid { gap: 24px; }
  .film-heading h3 { font-size: 19px; }
  .creative-copy { padding: 24px; }
  .creative-copy h3 { font-size: 22px; }
  .workflow-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .suite-grid h3 { font-size: 19px; }
  .availability { padding: 30px; flex-direction: column; align-items: flex-start; gap: 24px; }
}
@media (max-width: 680px) {
  :root { --gutter: 22px; --section: 68px; }
  html { scroll-padding-top: 90px; }
  .header-inner { min-height: 70px; flex-wrap: wrap; gap: 0; padding-block: 14px; }
  .header-inner nav { display: flex; flex-basis: 100%; justify-content: space-between; flex-wrap: wrap; gap: 12px 20px; padding-top: 18px; }
  .header-inner nav > a:not(.button) { font-size: 14px; }
  .js .menu-toggle { display: block; min-height: 42px; padding: 6px 13px; font-size: 14px; background: #1b232d; border: 1px solid #424e5d; border-radius: 5px; color: var(--text); }
  .js .header-inner nav { display: none; }
  .js .header-inner nav.is-open { display: flex; }
  .hero { padding-top: 46px; }
  .hero .eyebrow { margin-bottom: 20px; }
  h1 { font-size: clamp(58px,13.6vw,82px); }
  .hero-description .intro { font-size: 20px; }
  .hero-description > p + p { margin-top: 16px; }
  .actions { margin-top: 24px; gap: 12px 24px; }
  .badge-appstore img { height: 44px; }
  .button { padding-inline: 20px; }
  .hero-screen .screenshot, .wide-screen .screenshot { border-radius: 6px; }
  figcaption { font-size: 12px; margin-top: 12px; }
  .hero-screen figcaption > span:last-child { display: none; }
  .product-facts { grid-template-columns: 1fr; margin-top: 27px; padding-block: 20px; gap: 18px; }
  .product-facts p { border-left: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 3px 16px; }
  .product-facts strong { margin: 0; font-size: 14px; }
  .product-facts span { font-size: 13px; }
  .section-heading { margin-bottom: 30px; }
  .eyebrow { margin-bottom: 15px; }
  h2 { font-size: 33px; }
  .film-grid { grid-template-columns: 1fr; gap: 38px; }
  .film-heading { margin-top: 20px; }
  .film-heading h3 { font-size: 21px; }
  .feature-copy h2 { margin-bottom: 22px; }
  .editorial-image { padding: 14px; }
  .creative-grid { grid-template-columns: 1fr; margin-top: 46px; gap: 28px; }
  .creative-copy { padding: 26px; }
  .workflow-grid { grid-template-columns: 1fr; gap: 28px; }
  .suite-grid { grid-template-columns: 1fr; }
  .suite-grid article, .suite-grid article:first-child, .suite-grid article:last-child { padding: 30px 0; border-left: 0; }
  .suite-grid article + article { border-top: 1px solid var(--line); }
  .app-abbreviation { font-size: 34px; margin-bottom: 17px; }
  .suite-grid h3 { font-size: 22px; }
  .availability { margin-top: 40px; padding: 26px; }
  .availability h3 { font-size: 25px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .site-footer p { max-width: 310px; }
  .image-dialog { padding: 12px; }
  .dialog-caption { font-size: 12px; }
  .image-hint { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media (forced-colors: active) { .button, .screenshot { border: 1px solid ButtonText; } }


/* Free shareware page */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.free-hero { padding-bottom: clamp(48px, 6vw, 80px); }
/* One heading over the three cards, which is where the word Download now
   lives; it used to be repeated inside every card instead. */
.download-heading { font-size: clamp(22px, 2vw, 28px); letter-spacing: -.03em; margin: clamp(36px, 5vw, 56px) 0 18px; }
.download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.download-card { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); transition: border-color .18s, transform .18s, background .18s; }
.download-card:hover { border-color: #48515e; transform: translateY(-1px); background: #151a22; }
.download-card[aria-disabled="true"] { cursor: default; opacity: .92; }
.download-card[aria-disabled="true"]:hover { transform: none; }
/* Mark and platform name on one line, optically centred rather than baseline
   aligned: these are silhouettes, not letters, and a baseline sits them low.
   Small on purpose. They identify the build; they are not the card's art. */
/* Centred rather than baseline aligned, because these are
   silhouettes and a baseline hangs them below the cap height of
   the name beside them. */
.download-title { display: flex; align-items: center; gap: 12px; }
/* One knob for the mark size. The same number is on each svg element as a
   width and height attribute, because an svg with a viewBox and no
   intrinsic size is at the mercy of whether its rule arrived. */
:root { --download-mark: 24px; }
.download-mark { width: var(--download-mark); height: var(--download-mark); flex: none; opacity: .92; transition: opacity .18s; }
.download-card:hover .download-mark { opacity: 1; }
.download-card strong { color: var(--text); font-size: 22px; letter-spacing: -.02em; line-height: 1.15; }
.download-card .download-note { margin-top: 0; }
.download-note { color: var(--subtle); font-size: 14px; }
.download-footnote { margin-top: 18px; max-width: 46rem; }
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 640px; table-layout: fixed; }
.compare-table th, .compare-table td { width: 33.333%; }
.compare-table th, .compare-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table thead th { color: var(--text); font-size: 14px; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; background: #0f1319; }
.compare-table tbody th { color: var(--text); font-weight: 600; }
.compare-table tbody td { color: var(--muted); }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table .yes { color: #9cf0c0; }
.compare-table .no { color: #c9a0a8; }
@media (max-width: 860px) {
  .download-grid { grid-template-columns: 1fr; }
}

/* Running each build. A legend for the download cards above, not a second set
   of them: label and text on one hairline-separated row apiece, so the cards
   stay the objects on this part of the page. */
.platform-instructions { margin-top: clamp(24px, 3.5vw, 34px); border-top: 1px solid var(--line); }
.platform-instructions > div { display: grid; grid-template-columns: 7.5rem minmax(0, 1fr); gap: 8px 24px; align-items: baseline; padding: 16px 2px; border-bottom: 1px solid var(--line); }
.platform-instructions dt { color: var(--accent); font-size: 12px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.platform-instructions dd { margin: 0; color: var(--subtle); font-size: 15px; max-width: 62ch; }
.platform-instructions code { color: var(--text); font-size: .95em; }
@media (max-width: 640px) {
  .platform-instructions > div { grid-template-columns: 1fr; gap: 5px; padding: 14px 2px; }
}
