/* Full-site refinements. The public holding page has its own stylesheet. */
.plain-steps a { text-decoration: underline; text-underline-offset: 3px; color: var(--cyan-dark); }
.companion-steps { margin: 0; padding-left: 24px; color: var(--muted); }
.companion-steps li { margin-bottom: 22px; padding-left: 6px; font-size: 16px; line-height: 1.7; }
.companion-steps strong { color: var(--ink); }
.companion-steps li::marker { color: var(--cyan-dark); font-weight: 750; }
.checksum-command { font-size: 12px !important; line-height: 1.7; }
.table-scroll-hint { display: none; color: var(--muted); font-size: 13px; margin-bottom: 14px; }
html:not(.site-enhanced) [data-preview-info] { display: none; }
html.site-enhanced [data-theme-toggle][hidden] { display: inline-flex; visibility: hidden; }
.section-heading > div { min-width: 0; }
.section-heading h2 { overflow-wrap: anywhere; }
/* Keep section rhythm and screenshots consistent throughout the full preview. */
.section h2 { text-wrap: balance; }
.section > h2 + .benefit-grid { margin-top: 32px; }
.scene-hero > .container.narrow { max-width: var(--max); }
.report-screenshot { margin-top: 48px; }
.section-heading.data-summary { align-items: start; margin-bottom: 0; }
.feature-showcase { align-items: center; }
.home-library-shot { min-width: 0; }
/* Keep the short error page's footer at the bottom of taller viewports. */
body[data-page="not-found"] { min-height: 100svh; display: flex; flex-direction: column; }
body[data-page="not-found"] > main { flex: 1; }

/* A single product-family composition, retaining the original screenshot pixels. */
body[data-page="home"] { --family-overlap: clamp(40px, 6vw, 88px); }
.home-hero .hero-location { bottom: calc(var(--family-overlap) + 16px); }
.product-family-section { position: relative; z-index: 1; margin-top: calc(-1 * var(--family-overlap)); padding-top: 0; padding-bottom: 0; }
.product-family-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px 32px; flex-wrap: wrap; margin-top: 32px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.product-family-summary h2 { font-size: clamp(22px, 2.3vw, 28px); letter-spacing: -.025em; }
.product-family { position: relative; isolation: isolate; aspect-ratio: 2 / 1; }
.product-family > figure { position: absolute; margin: 0; filter: drop-shadow(0 12px 18px #00000024); }
[data-theme="dark"] .product-family > figure { filter: drop-shadow(0 16px 20px #00000040); }
.product-family-logbook { top: 0; left: 13%; width: 82%; z-index: 1; }
.product-family-plugin { bottom: 0; left: 0; width: 30%; z-index: 2; }
.product-family-companion { right: 0; bottom: -3.4%; width: 17%; z-index: 3; }
.product-family .site-shot { box-shadow: 0 0 0 1px #8196aa40; }
.product-family .site-shot[data-phone-frame] { box-shadow: none; }
.product-family-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-family-links a { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 4px; min-height: 56px; padding-block: 6px; color: var(--cyan-dark); font-size: 16px; }
.product-family-links strong { font-weight: 650; text-decoration: underline; text-underline-offset: 5px; }
.product-family-links span { color: var(--muted); font-size: 14px; }
@media (max-width: 650px) {
  .product-family-summary { margin-top: 28px; gap: 8px; }
  .product-family { aspect-ratio: 1.15 / 1; }
  .product-family-logbook { left: 0; width: 100%; }
  .product-family-plugin { left: 3%; width: 43%; }
  .product-family-companion { right: 3%; bottom: -2%; width: 25%; }
  .product-family > figure { filter: drop-shadow(0 6px 8px #00000024); }
  [data-theme="dark"] .product-family > figure { filter: drop-shadow(0 8px 8px #00000038); }
  .product-family-links { width: 100%; gap: 12px; }
  .product-family-links a { font-size: 14px; }
  .product-family-links span { font-size: 13px; }
}
/* One overview below the family, with plain linked rows and no repeated library image. */
.home-logbook { padding-block: 64px; }
.home-logbook-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); align-items: center; gap: 40px; }
.home-logbook-grid figure { margin: 0; min-width: 0; }
.home-logbook-details a { display: block; padding-block: 20px; border-bottom: 1px solid var(--line); }
.home-logbook-details a:first-child { padding-top: 0; }
.home-logbook-details a:last-child { border-bottom: 0; padding-bottom: 0; }
.home-logbook-details h3 { font-size: 23px; letter-spacing: -.025em; margin-bottom: 8px; }
.home-logbook-details p { font-size: 15px; }
.home-logbook-details a:hover h3 { color: var(--cyan-dark); }
@media (max-width: 850px) {
  .home-logbook-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-logbook-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .home-logbook-details a { padding: 0; border: 0; }
  .home-logbook-details h3 { font-size: 21px; }
}
@media (max-width: 600px) {
  .home-logbook { padding-block: 40px; }
  .home-logbook .section-heading { align-items: start; flex-direction: column; gap: 16px; margin-bottom: 28px; }
  .home-logbook-details { grid-template-columns: 1fr; gap: 0; }
  .home-logbook-details a { padding-block: 18px; border-bottom: 1px solid var(--line); }
}
.feature-showcase .feature-stack { gap: 16px; }
.feature-showcase .feature-note { padding: 22px 26px; }
.feature-showcase .feature-note h3 { font-size: 26px; margin-bottom: 8px; }
.feature-showcase .feature-note .text-link { margin-top: 12px; }
.support-band { background: var(--soft); color: var(--ink); border-block: 1px solid var(--line); }
.support-band-inner { padding-block: 48px; }
.support-band .eyebrow { color: var(--cyan-dark); }
.support-band p:not(.eyebrow) { color: var(--muted); margin-top: 14px; }
.support-band h2 { font-size: clamp(30px, 3vw, 40px); }
.scene-hero .hero-action-note { font-size: 14px; color: #d5e3ed; margin-top: 18px; }
.editorial-card .editorial-art { height: auto; aspect-ratio: 16 / 9; background: transparent; display: grid; place-items: center; }
.editorial-card .editorial-art .site-shot { width: 100%; height: 100%; }
.editorial-card .editorial-art img { width: 100%; height: 100%; object-fit: contain; padding: 0; }
.editorial-card:hover img { transform: none; }
.editorial-story { display: block; }
.editorial-story:hover h3 { color: var(--cyan-dark); }
.catalog-sidebar a[aria-current="location"] { color: var(--cyan-dark); background: var(--accent-panel); border-radius: 4px; box-shadow: inset 3px 0 var(--cyan-dark); padding-inline: 12px; }
@media (max-width: 650px) {
  .report-screenshot { margin-top: 32px; }
  .support-band-inner { padding-block: 36px; }
}
@media (max-width: 700px) { .table-scroll-hint { display: block; } }
/* Static feature catalogues and the sourced product comparison. */
.catalog-heading { padding-block: 46px 48px; }
.product-breadcrumb { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 34px; font-size: 14px; color: var(--muted); }
.product-breadcrumb a { color: var(--cyan-dark); text-decoration: underline; text-underline-offset: 4px; }
.catalog-heading h1 { max-width: 920px; font-size: clamp(40px, 5vw, 68px); line-height: 1.08; letter-spacing: -.035em; margin: 12px 0 24px; }
.catalog-heading .lead { max-width: 760px; color: var(--muted); }
.catalog-heading .button-row { margin-top: 28px; }
.feature-page-heading { padding-block: 32px 32px; }
.feature-page-heading .product-breadcrumb { margin-bottom: 22px; }
.feature-page-heading h1 { font-size: clamp(38px, 4.5vw, 56px); margin-block: 8px 18px; }
.feature-page-heading .button-row { margin-top: 22px; }
.feature-page-heading .catalog-status { margin-top: 26px; padding: 16px 20px; }
.catalog-secondary { border: 1px solid var(--line); color: var(--ink); background: var(--page); }
.catalog-secondary:hover { background: var(--soft); }
.catalog-status { margin-top: 36px; padding: 20px 24px; border-left: 3px solid var(--cyan-dark); background: var(--soft); }
.catalog-status strong { font-size: 15px; color: var(--ink); }
.catalog-status p { max-width: 930px; margin-top: 8px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.catalog-layout { display: grid; grid-template-columns: 225px minmax(0,1fr); gap: 32px; align-items: start; padding-bottom: 64px; }
.catalog-sidebar { position: sticky; top: 108px; max-height: calc(100dvh - 132px); overflow-y: auto; padding-right: 14px; scrollbar-width: thin; }
.catalog-nav-title { font-weight: 750; margin-bottom: 10px; color: var(--ink); }
.catalog-sidebar a { display: block; min-height: 44px; padding: 10px 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.5; }
.catalog-sidebar a:hover { color: var(--cyan-dark); }
.catalog-mobile-nav { display: none; }
.catalog-main { min-width: 0; }
.catalog-search { margin-bottom: 24px; }
.catalog-search[hidden], .feature-group[hidden], .catalog-items > [hidden] { display: none; }
.catalog-search label { display: block; margin-bottom: 10px; font-size: 16px; font-weight: 700; color: var(--ink); }
.catalog-search-controls { display: flex; gap: 12px; }
.catalog-search input { flex: 1; min-width: 0; width: 100%; min-height: 48px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 5px; background: var(--input); color: var(--ink); font: inherit; font-size: 16px; }
.catalog-search input::placeholder { color: var(--muted); opacity: 1; }
.catalog-search .button { min-height: 48px; padding: 10px 18px; }
.catalog-search button:disabled { color: var(--muted); background: var(--soft); cursor: default; }
.catalog-search-status { margin-top: 10px; font-size: 14px; color: var(--muted); }
.feature-group { padding: 24px; margin-bottom: 20px; border: 1px solid var(--line); border-radius: 8px; scroll-margin-top: 0; }
.feature-group:nth-child(odd) { background: var(--soft); }
.feature-group:target { border-color: var(--cyan-dark); }
.feature-group > header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.feature-group h2 { font-size: 25px; line-height: 1.25; letter-spacing: -.02em; }
.catalog-number { color: var(--cyan-dark); font-size: 13px; font-weight: 750; }
.catalog-items { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 30px; padding: 0; margin: 0; list-style: none; }
.catalog-items li { padding: 0; margin: 0; min-width: 0; }
.catalog-items h3 { font-size: 16px; line-height: 1.45; font-weight: 700; letter-spacing: 0; color: var(--ink); margin: 0 0 5px; }
.catalog-items p { font-size: 15px; line-height: 1.65; color: var(--muted); margin: 0; }
.catalog-items li:last-child:nth-child(odd) { grid-column: 1/-1; }
.practical-notes { padding-left: 20px; margin: 24px 0; }
.practical-notes li { padding-left: 4px; margin: 0 0 18px; font-size: 15px; line-height: 1.75; color: var(--muted); }
.practical-notes strong { color: var(--ink); }
.catalog-notes .text-link { text-decoration: underline; text-underline-offset: 4px; }
.comparison-heading { padding-bottom: 60px; }
.comparison-date { margin-top: 28px; color: var(--muted); font-size: 13px; }
.reason-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px 52px; margin-top: 34px; }
.reason-grid h3, .limitation-list h3 { font-size: 21px; line-height: 1.35; margin-bottom: 10px; }
.reason-grid p, .limitation-list p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.comparison-footnote { color: var(--muted); font-size: 14px; line-height: 1.8; margin-top: 30px; max-width: 980px; }
.comparison-footnote a, .tool-comparison a { text-decoration: underline; text-underline-offset: 3px; }
.tool-comparison-wrap { max-width: 100%; overflow-x: auto; }
.tool-comparison { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; }
.tool-comparison caption { text-align: left; caption-side: bottom; padding-top: 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.tool-comparison :is(th,td) { padding: 24px; border: 1px solid var(--line); vertical-align: top; font-size: 15px; line-height: 1.8; }
.tool-comparison thead { background: var(--soft); }
.tool-comparison th { font-weight: 750; color: var(--ink); }
.tool-comparison td { color: var(--muted); width: 40%; }
.tool-comparison tbody tr:nth-child(even) { background: var(--soft); }
.limitation-list { margin-top: 34px; }
.limitation-list article { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.6fr); gap: 36px; padding-block: 24px; border-top: 1px solid var(--line); }
.comparison-next .button-row { margin-top: 30px; }
.product-detail-links { display: flex; flex-wrap: wrap; gap: 14px 30px; padding-block: 18px 32px; }
.product-detail-links a { color: var(--cyan-dark); text-decoration: underline; text-underline-offset: 4px; font-weight: 700; }
.product-availability { margin-top: 22px; font-size: 14px; color: var(--muted); }
.section-nav > .container { align-items: center; padding-block: 8px; gap: 28px; }
.section-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.section-nav .section-nav-primary { color: var(--cyan-dark); padding-right: 28px; border-right: 1px solid var(--line); }
.feature-toolbar { border-block: 1px solid var(--line); background: var(--soft); }
.feature-toolbar > .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 28px; padding-block: 16px; }
.feature-product-nav { display: flex; flex-wrap: wrap; gap: 4px; }
.feature-product-nav a { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 650; color: var(--muted); }
.feature-product-nav a:hover { color: var(--ink); background: var(--page); }
.feature-product-nav a[aria-current="page"] { color: var(--cyan-dark); background: var(--page); border-color: var(--line); box-shadow: 0 2px 4px #00000008; }
.feature-toolbar p { font-size: 13px; line-height: 1.6; color: var(--muted); }
.feature-toolbar + .catalog-layout { padding-top: 36px; }
@media (max-width: 650px) {
  .section-nav > .container { gap: 20px; }
  .section-nav .section-nav-primary { padding-right: 20px; }
  .feature-product-nav { width: 100%; }
  .feature-product-nav a { flex: 1; padding-inline: 8px; font-size: 13px; }
  .feature-toolbar + .catalog-layout { padding-top: 24px; }
}
/* The document's scroll padding already clears the sticky header. */
#limitations, #alternatives, #compare, .download-card, .guide-card, .development-article { scroll-margin-top: 0; }
@media (max-width: 900px) {
  .catalog-layout { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .catalog-sidebar { position: static; max-height: none; padding: 0; background: var(--soft); border: 1px solid var(--line); border-radius: 6px; }
  .catalog-desktop-nav { display: none; }
  .catalog-mobile-nav { display: block; }
  .catalog-mobile-nav summary { padding: 16px 20px; cursor: pointer; font-weight: 750; color: var(--ink); }
  .catalog-mobile-nav nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 20px; padding: 0 20px 16px; }
}
@media (max-width: 550px) {
  .catalog-heading { padding-top: 28px; }
  .catalog-heading .lead { font-size: 18px; }
  .catalog-heading .button-row > .button { width: 100%; }
  .catalog-status { padding: 18px; }
  .catalog-items, .reason-grid, .limitation-list article { grid-template-columns: minmax(0,1fr); }
  .catalog-items { gap: 16px; }
  .feature-group { padding: 18px; }
  .feature-group h2 { font-size: 23px; }
  .feature-group > header { gap: 12px; }
  .catalog-sidebar nav { column-gap: 16px; }
  .catalog-sidebar a { font-size: 14px; }
  .reason-grid { gap: 28px; }
  .limitation-list article { gap: 4px; }
  .tool-comparison :is(th,td) { padding: 16px; }
}
:root { --cyan-dark: #086c98; }
:root[data-theme="light"] { --muted: #34465a; --soft: #e6edf3; --line: #b9c8d5; }
[data-theme="light"] :is(.three-notes p, .outline-list p, .wide-product-image figcaption, .image-caption, .article-meta, .small-note, .download-preview-note) { color: #34465a; }
.benefit-grid .line-icon { width: 36px; height: 36px; padding: 0; display: flex; align-items: center; justify-content: flex-start; background: none; border: 0; border-radius: 0; color: var(--cyan-dark); }
.benefit-grid .line-icon svg { width: 32px; height: 32px; }
[data-theme="dark"] .benefit-grid .line-icon { background: none; border: 0; }
.home-hero .hero-airport { object-position: 60% 35%; }
@media (min-width: 1600px) { .home-hero .hero-airport { object-position: center 35%; } }
@media (max-width: 900px) { .home-hero .hero-airport { object-position: 65% 35%; } }
.feature-number, .article-meta { color: var(--muted); }
.feature-note-blue .feature-number, .outline-list > div > span { color: var(--cyan-dark); }
.product-hero .button-outline { color: #edf3f9; border-color: #72879b; }
.product-hero .phone-preview figcaption { color: #b8cadd; }
.site-header { height: 84px; }
.site-header .brand img { width: 60px; height: 60px; }
.nav-wrap { gap: 20px; padding-inline: 30px; }
#main-nav { gap: 21px; }
.discord-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 5px; font-size: 13px; font-weight: 650; }
.discord-link:hover { background: var(--raised); }
.theme-toggle, .dialog-close { min-width: 44px; min-height: 44px; }
.lead + p, .split-content p + p { margin-top: 20px; }
.availability-note { font-size: 14px; padding-block: 24px; line-height: 1.7; }
.site-shot { display: block; position: relative; border-radius: 8px; background: transparent; overflow: hidden; cursor: zoom-in; }
.site-shot img { display: block; width: 100%; height: auto; min-height: 0; max-height: none; object-fit: contain; }
.scene-hero { position: relative; isolation: isolate; overflow: hidden; background: #061629; color: #fff; }
.scene-hero--compact { min-height: clamp(520px, 28vw, 720px); display: grid; align-items: center; }
.scene-hero--compact > .container { padding-block: 40px; }
.scene-hero .hero-airport { object-position: center 52%; }
.scene-hero--gate .hero-airport { object-position: center 35%; }
.scene-hero--apron .hero-airport { object-position: center 35%; }
.scene-hero .hero-shade { background: linear-gradient(90deg, #061629ef 0%, #061629c4 40%, #0616294d 72%, #06162919), linear-gradient(0deg, #06162966, transparent 60%); }
.scene-hero--dusk .hero-shade { background: linear-gradient(90deg, #061629a6, #06162933), linear-gradient(0deg, #06162980, transparent 60%); }
.scene-hero h1 { max-width: 1050px; color: #fff; font-size: clamp(40px, 4.5vw, 64px); line-height: 1.08; letter-spacing: -.045em; }
.scene-hero h1 span { color: #a5dff5; }
.scene-hero .eyebrow { color: #98e2ff; }
.scene-hero .lead { max-width: 680px; color: #d5e3ed; }
.scene-hero .hero-description { max-width: 680px; color: #d5e3ed; }
.scene-hero .button-outline { color: #fff; border-color: #d2e6f580; }
.scene-hero .text-link { color: #edf3f9; margin-top: 16px; text-decoration: underline; text-underline-offset: 4px; }
.scene-hero .product-breadcrumb, .scene-hero .product-breadcrumb a { color: #d5e3ed; }
.scene-hero .catalog-secondary { background: #0616297a; border-color: #d2e6f580; color: #fff; }
.scene-hero .catalog-secondary:hover { background: #061629c4; }
.scene-status { padding-block: 24px 32px; }
.scene-status .catalog-status { margin: 0; }
.scene-hero + :is(.guide-grid, .download-grid, .article-list, .policy-copy) { margin-top: 40px; }
.banner-meta { padding-block: 22px; }
.banner-meta .comparison-date { margin: 0; }
.donation-panel { max-width: 680px; padding-block: 48px 0; }
.companion-features-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 320px); align-items: start; gap: 64px; }
.companion-features-grid .benefit-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
.companion-features-grid .phone-preview { width: min(100%, 300px); }
@media (max-width: 900px) {
  .scene-hero--compact { min-height: 440px; }
  .scene-hero .hero-airport { object-position: 65% center; }
  .scene-hero .hero-shade { background: linear-gradient(90deg, #061629de, #06162999), linear-gradient(0deg, #06162980, transparent 65%); }
  .scene-hero--compact > .container { padding-block: 32px; }
}
@media (max-width: 650px) {
  .companion-features-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
}
/* Give the aircraft its own space and blend the clouds into the active page colour. */
.scene-hero--clouds { background: var(--page); color: var(--ink); }
.scene-hero--clouds .hero-airport {
  left: 35%; width: 80%; object-position: center 52%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #0002 12%, #000a 32%, #000 50%);
  mask-image: linear-gradient(90deg, transparent, #0002 12%, #000a 32%, #000 50%);
}
.scene-hero--clouds .hero-shade { background: none; }
.scene-hero--clouds > .container > * { max-width: min(42vw, 560px); }
.scene-hero--clouds h1 { color: var(--ink); text-wrap: balance; }
.scene-hero--clouds h1 span, .scene-hero--clouds .eyebrow { color: var(--cyan-dark); }
.scene-hero--clouds :is(.lead, .product-breadcrumb, .product-breadcrumb a) { color: var(--muted); }
.scene-hero--clouds .catalog-secondary { color: var(--ink); background: var(--page); border-color: var(--line); }
.scene-hero--clouds .catalog-secondary:hover { background: var(--raised); }
@media (max-width: 900px) {
  .scene-hero--clouds .hero-airport {
    left: 0; width: 100%; object-position: 65% center;
    -webkit-mask-image: linear-gradient(90deg, transparent, #0004 60%, #0008);
    mask-image: linear-gradient(90deg, transparent, #0004 60%, #0008);
  }
  .scene-hero--clouds > .container > * { max-width: 560px; }
}
.site-shot[data-phone-frame] { background: transparent; border-radius: 0; overflow: visible; }
.phone-screenshot { -webkit-mask: url("assets/companion-phone-outline.svg") center / 100% 100% no-repeat; mask: url("assets/companion-phone-outline.svg") center / 100% 100% no-repeat; }
.phone-screenshot--live { -webkit-mask: none; mask: none; border-radius: 6% / 2.8%; outline: 2px solid #737b80; outline-offset: 4px; box-shadow: 0 0 0 5px #171b1e, 0 0 0 7px #30373c; }
figure { margin: 0; }
.actual-product-shot, .plugin-preview, .phone-preview { min-width: 0; }
.actual-product-shot figcaption, .plugin-preview figcaption, .phone-preview figcaption { color: var(--muted); font-size: 12px; line-height: 1.6; margin-top: 14px; }
.phone-preview { width: min(100%, 340px); margin-inline: auto; }
.home-companion { padding-block: 48px; }
.home-companion .phone-preview { width: min(100%, 260px); }
@media (max-width: 650px) {
  .home-companion { padding-block: 36px; }
  .home-companion .phone-preview { width: min(100%, 230px); }
}
.plugin-preview { width: min(100%, 510px); margin-inline: auto; }
.aircraft-support-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr); gap: 56px; align-items: center; }
.aircraft-support-copy { min-width: 0; }
.aircraft-support-copy > p { margin-top: 20px; }
@media (max-width: 900px) {
  .aircraft-support-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
}
.product-map-frame { transform: none; }
.product-map-frame img, .wide-product-image img { height: auto; min-height: 0; object-fit: contain; }
.stats-image { margin-bottom: 34px; }
.download-art { aspect-ratio: 6/5; padding: clamp(16px, 2.2vw, 28px); display: grid; place-items: center; background: transparent; }
.download-art .site-shot { width: 100%; height: auto; max-height: 100%; border-radius: 6px; }
.download-art .site-shot img { height: auto; width: 100%; object-fit: contain; }
.download-content > :is(.button, .release-unavailable) { margin-top: 22px; }
.download-content > .download-specs { margin-bottom: 0; }
.download-card { display: flex; flex-direction: column; }
.download-intro { padding-bottom: 12px; }
.download-intro > :is(.button, .release-unavailable) { min-height: 52px; }
.download-details { padding-top: 12px; }
.download-details > .download-specs { margin-top: 0; }
.plugin-download-art .site-shot { width: auto; height: 100%; max-width: 100%; aspect-ratio: 1150 / 1368; }
.plugin-download-art .site-shot img { height: 100%; width: auto; max-width: 100%; padding: 0; }
.release-unavailable { display: block; padding: 14px; text-align: center; border: 1px solid var(--line); border-radius: 5px; font-weight: 650; color: var(--muted); background: var(--soft); min-height: 50px !important; }
.checksum { margin-top: 20px; font-size: 12px; }
.checksum summary { cursor: pointer; padding-block: 10px; font-weight: 650; }
.checksum code { display: block; overflow-wrap: anywhere; padding: 12px; background: var(--soft); border-radius: 4px; font-size: 11px; }
.checksum p { margin: 8px 0; }
.donation-card > h2 { font-size: 34px; line-height: 1.15; margin: 12px 0 20px; }
.donation-intro { font-size: 17px; }
.donation-emblem { display: grid; place-items: center; height: 145px; color: var(--cyan-dark); font-size: 90px; }
.donation-card > .button { width: 100%; }
.donation-card .checkout-note { color: var(--muted) !important; }
.support-hero-grid { align-items: center; }
.policy-copy p a, .faq-list p a { text-decoration: underline; text-underline-offset: 3px; }
.article-visual:has(.site-shot) { height: auto; background: transparent; }
.article-visual .site-shot img { width: 100%; height: auto; }
.editorial-art.plugin-art { background: #101820; }
.editorial-art:has(.site-shot) { background: transparent; }
.editorial-art.plugin-art img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.article-visual.plugin-art { height: auto; max-width: 400px; margin-inline: auto; }
.development-article { align-items: center; }
.development-article .article-copy { max-width: 520px; }
.footer-grid { grid-template-columns: 1.35fr repeat(4, 1fr); gap: 32px; }
.footer-grid h2 { margin-bottom: 12px; }
.footer-grid > div > a:not(.brand) { display: flex; align-items: center; min-height: 40px; margin: 0; }
.footer-bottom { flex-wrap: wrap; }
.footer-bottom > a { display: inline-flex; align-items: center; min-height: 32px; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-intro { grid-column: 1/-1; }
}
@media (max-width: 650px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
  .footer-grid > div:last-child { grid-column: auto; }
}
.plugin-hero .hero-airport { object-position: 60% 35%; }
.screenshot-open { overflow: hidden; }
/* Outrank the dark theme's generic dialog panel background. */
dialog#screenshot-dialog { inset: 0; width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; overflow: hidden; color: white; }
.screenshot-dialog[open] { display: grid; place-items: center; }
.screenshot-stage { min-width: 0; width: fit-content; filter: drop-shadow(0 20px 28px #0009) drop-shadow(0 2px 7px #0006); }
.screenshot-dialog img { display: block; width: auto; height: auto; max-width: calc(100vw - 32px); max-height: calc(100dvh - 136px); object-fit: contain; margin: 0; }
.screenshot-dialog--phone img { width: min(calc((100dvh - 136px) / 2), calc(100vw - 32px)); height: auto; max-width: none; max-height: none; margin: 0; }
.screenshot-dialog--phone img.phone-screenshot--live { width: min(calc((100dvh - 152px) * 1125 / 2436), calc(100vw - 48px)); }
.screenshot-dialog #screenshot-caption { position: absolute; width: 1px; height: 1px; padding: 0; margin: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.screenshot-dialog .viewer-close { top: 16px; left: 50%; right: auto; transform: translateX(-50%); z-index: 1; padding: 0; line-height: 1; background: #102332cc; border: 1px solid #ffffff33; box-shadow: 0 4px 16px #0003; }
.screenshot-dialog::backdrop { background: #0309108c; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.screenshot-dialog[open]::backdrop { animation: screenshot-backdrop-in 320ms ease both; }
@keyframes screenshot-backdrop-in { from { background: #03091000; backdrop-filter: blur(0); } to { background: #0309108c; backdrop-filter: blur(4px); } }
@media (prefers-reduced-motion: reduce) { .screenshot-dialog[open]::backdrop { animation: none; } }
.viewer-close { position: absolute; top: 4px; right: 8px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 5px; background: #203348; color: white; font-size: 28px; }
dialog::backdrop { background: #000c; }
@media (max-width: 1250px) and (min-width: 1101px) { .nav-wrap { gap: 14px; padding-inline: 20px; } #main-nav { gap: 14px; } #main-nav > a { font-size: 13px; } .site-header .brand { font-size: 23px; } }
@media (max-width: 1100px) {
  .site-header { height: 76px; }
  .site-header .brand img { width: 52px; height: 52px; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: flex; min-height: 44px; }
  #main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; height: auto; margin: 0; padding: 18px 24px; background: var(--page); border-bottom: 1px solid var(--line); box-shadow: 0 14px 22px #0002; flex-direction: column; align-items: stretch; gap: 8px; max-height: calc(100dvh - 80px); overflow-y: auto; }
  #main-nav.is-open { display: flex; }
  #main-nav > a { padding: 10px; min-height: 44px; }
  html:not(.site-enhanced) .site-header { height: auto; position: relative; }
  html:not(.site-enhanced) .nav-wrap { flex-wrap: wrap; }
  html:not(.site-enhanced) #main-nav { display: flex; position: static; order: 3; flex-basis: 100%; box-shadow: none; max-height: none; }
  html:not(.site-enhanced) .menu-toggle { display: none; }
}
@media (max-width: 650px) { .nav-wrap { padding-inline: 14px; gap: 8px; } .site-header .brand { font-size: 21px; gap: 6px; } .site-header .brand img { width: 46px; height: 46px; } .discord-link { padding-inline: 8px; font-size: 12px; } .header-actions { gap: 6px; } .phone-preview { width: min(100%, 300px); } .donation-card > h2 { font-size: 29px; } .download-specs > div { gap: 12px; } .download-specs dd { max-width: 62%; } }
@media (max-width: 430px) { .site-header .brand { font-size: 19px; } .site-header .brand img { width: 42px; height: 42px; } .menu-toggle { width: 44px; padding: 0; justify-content: center; } .menu-toggle > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); } }
@media (max-width: 360px) { .nav-wrap { padding-inline: 10px; } .site-header .brand { font-size: 17px; } .site-header .brand img { width: 36px; height: 36px; } .discord-link { font-size: 11px; padding-inline: 5px; } .header-actions { gap: 4px; } }

/* The product privacy notice is retained inside the full website. */
.privacy-detail { margin-top: 24px; border-block: 1px solid var(--line); }
.privacy-detail summary { padding-block: 18px; cursor: pointer; color: var(--ink); font-weight: 650; }
.privacy-detail > div { padding-bottom: 24px; }
.privacy-detail h3 { font-size: 22px; margin: 28px 0 14px; }
.privacy-detail code { overflow-wrap: anywhere; }
