/* FlightNovo — shared visual system. Self-hosted fonts and assets only. */
@font-face { font-family: Inter; font-style: normal; font-weight: 400; font-display: swap; src: url('assets/fonts/inter-regular.woff2') format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 500; font-display: swap; src: url('assets/fonts/inter-medium.woff2') format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 700; font-display: swap; src: url('assets/fonts/inter-bold.woff2') format('woff2'); }
:root {
  --bg: #080b10;
  --surface: #101720;
  --surface2: #17222e;
  --text: #f3f6fa;
  --muted: #a7b5c6;
  --line: #263442;
  --accent: #50d7ed;
  --cyan: #8ee8f5;
  --radius: 12px;
  --max: 1216px;
  color-scheme: dark;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { touch-action: manipulation; }
button { cursor: pointer; }
img, video { max-width: 100%; display: block; }
img { height: auto; }
svg { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.1; font-weight: 550; letter-spacing: -.045em; }
h1 { font-size: clamp(48px, 5.8vw, 78px); }
h2 { font-size: clamp(35px, 4.1vw, 53px); }
h3 { font-size: 26px; }
p { color: var(--muted); }
.container { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: #50d7ed44; color: white; }
.skip { position: absolute; left: 20px; top: -100px; z-index: 30; background: var(--accent); color: var(--bg); padding: 12px 18px; }
.skip:focus { top: 12px; }
.header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: #080b10f5; }
.nav { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-symbol { width: 37px; height: 37px; flex-shrink: 0; }
.wordmark { display: block; font-size: 25px; font-weight: 700; letter-spacing: -.035em; line-height: 1; color: var(--text); }
.wordmark span { color: var(--accent); }
.brand small { display: block; font-size: 8px; letter-spacing: .21em; margin-top: 8px; color: var(--muted); }
.brand small[data-descriptor] { max-width: 245px; letter-spacing: .06em; font-size: 9px; }
.navlinks { display: flex; gap: 26px; align-items: center; font-size: 12px; }
.navlinks a { white-space: nowrap; transition: color .15s; }
.navlinks a[aria-current=page] { color: var(--accent); }
.nav-contact { padding: 11px 17px; border: 1px solid #435969; border-radius: 5px; }
.nav-contact:hover { border-color: var(--accent); }
.menu-toggle { display: none; background: none; color: var(--text); border: 1px solid var(--line); border-radius: 5px; padding: 9px 13px; align-items: center; gap: 12px; }
.eyebrow { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: var(--accent); display: flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; display: inline-block; box-shadow: 0 0 14px #50d7ed80; flex-shrink: 0; }
.hero { display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 50px; padding: 82px 0 73px; }
.hero > div { min-width: 0; }
.hero .lead { max-width: 465px; margin-top: 26px; font-size: 16px; line-height: 1.9; }
.hero h1 em { font-style: normal; color: var(--accent); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; background: var(--accent); border: 1px solid var(--accent); color: #061117; padding: 13px 21px; border-radius: 5px; font-size: 12px; font-weight: 650; min-height: 48px; transition: background .15s, transform .15s, border-color .15s; }
.button:hover { color: #061117; background: #9aedfa; border-color: #9aedfa; transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--text); border-color: #3a4b5c; }
.button.secondary:hover { border-color: var(--accent); color: var(--accent); }
.text-link { font-size: 12px; color: var(--text); display: inline-flex; align-items: center; gap: 20px; }
.text-link span { color: var(--accent); }
.hero-foot { margin-top: 39px; display: flex; flex-wrap: wrap; gap: 10px 20px; font-family: ui-monospace, monospace; font-size: 9px; color: var(--muted); letter-spacing: .035em; }
.hero-foot span::before { content: '+'; margin-right: 7px; color: var(--accent); }
.instrument-stage { position: relative; min-height: 480px; display: grid; grid-template-columns: minmax(0, 1fr); place-items: center; background: radial-gradient(ellipse at center, #163444 0%, #0b151e 45%, transparent 73%); }
.stage-grid { position: absolute; inset: 0; background-image: linear-gradient(#50d7ed11 1px, transparent 1px), linear-gradient(90deg, #50d7ed11 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(ellipse, black, transparent 73%); }
.instrument { position: relative; width: min(100%, 415px); max-width: calc(100% - 22px); padding: 29px 25px 13px; border-radius: 23px; background: linear-gradient(125deg, #38414a, #161d25 35%, #202a34 80%, #34404d); border: 1px solid #5e6c78; box-shadow: 0 35px 55px #0009, inset 0 0 0 5px #151c24, inset 0 0 0 6px #3e4c59; transform: rotate(-3deg); }
.instrument::before, .instrument::after { content: '+'; position: absolute; top: 10px; font: 12px monospace; color: #8998a5; }
.instrument::before { left: 14px; }
.instrument::after { right: 14px; }
.screen { background: #000; border: 5px solid #080c11; box-shadow: 0 0 0 1px #586773; border-radius: 4px; aspect-ratio: 4 / 3; overflow: hidden; }
.screen img, .screen video { width: 100%; height: 100%; object-fit: contain; }
.instrument-bottom { height: 63px; display: flex; align-items: center; justify-content: space-between; padding: 9px 5px 0; }
.power-art { border: 1px solid #566573; border-radius: 6px; width: 22px; height: 18px; background: #101720; }
.device-label { font: 10px ui-monospace, monospace; letter-spacing: .19em; color: #a8b7c4; margin-right: auto; margin-left: 17px; }
.knob-art { width: 43px; height: 43px; border-radius: 50%; background: repeating-conic-gradient(#26303a 0 5deg, #4b5865 5deg 8deg); border: 2px solid #62717d; box-shadow: 2px 4px 6px #000; }
.knob-art::after { content: ''; display: block; margin: 7px; width: 25px; height: 25px; border-radius: 50%; background: linear-gradient(130deg, #617282, #1d2833); border: 1px solid #6a7e8e; }
.stage-tag { position: absolute; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .12em; color: var(--muted); }
.stage-tag.top { top: 0; left: 8px; }
.stage-tag.top::before { content: ''; display: inline-block; width: 22px; height: 1px; background: var(--accent); margin-right: 8px; vertical-align: middle; }
.stage-tag.right { right: 0; bottom: 40px; }
.stage-tag.bottom { bottom: 0; left: 8px; }
.stage-tag b { color: var(--cyan); font-weight: 500; }
.compat { border-block: 1px solid var(--line); display: flex; align-items: center; gap: 31px; padding: 21px 0; font-size: 12px; }
.compat-label { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; margin-right: auto; }
.compat span:not(.compat-label) { color: #d6e1ec; }
.compat .small { font-size: 10px; color: var(--muted) !important; }
.section { padding: 91px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-head p { max-width: 370px; font-size: 14px; }
.section-head .eyebrow { margin-bottom: 17px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: linear-gradient(140deg, #111b27, #0e151e); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.card-visual { height: 240px; background: radial-gradient(ellipse at center, #183549, #0d1925 70%); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.card-visual .mini-display { width: 199px; border: 12px solid #2c3946; border-radius: 9px; transform: rotate(-6deg); box-shadow: 10px 20px 25px #0008; margin-top: 12px; }
.card-visual .avitab { width: 227px; transform: rotate(7deg); margin-top: 8px; }
.card-copy { padding: 29px; display: flex; flex: 1; flex-direction: column; }
.card-meta { font: 9px ui-monospace, monospace; letter-spacing: .1em; color: var(--accent); margin-bottom: 16px; }
.card-copy h3 { font-size: 28px; line-height: 1.18; }
.card-copy p { font-size: 13px; margin-top: 16px; margin-bottom: 24px; }
.card-copy .card-meta { margin-top: 0; font-size: 9px; }
.card-copy .text-link { margin-top: auto; }
.tag { position: absolute; z-index: 1; left: 18px; top: 16px; font: 8px ui-monospace, monospace; letter-spacing: .08em; border: 1px solid #456578; background: #0e1c29de; color: #bcdfec; padding: 5px 8px; border-radius: 3px; }
.cockpit-art { width: 260px; position: relative; height: 160px; perspective: 300px; display: flex; gap: 5px; padding-top: 20px; }
.cockpit-screen { height: 95px; flex: 1; border: 4px solid #4d6376; background: linear-gradient(0deg, #1f3a46 0 39%, #a1d9e4 40%, #547780 42%, #2a4960 46%, #162937); border-radius: 5px; transform: rotateY(17deg); box-shadow: 0 0 22px #50d7ed0b; }
.cockpit-screen:nth-child(2) { transform: none; width: 96px; flex: 1.3; }
.cockpit-screen:nth-child(3) { transform: rotateY(-17deg); }
.cockpit-desk { position: absolute; width: 270px; height: 12px; background: #506879; top: 115px; left: -5px; transform: perspective(300px) rotateX(30deg); border-bottom: 5px solid #1b2a38; }
.cockpit-stand { position: absolute; left: 85px; width: 85px; height: 45px; top: 128px; border-inline: 5px solid #3d5568; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.feature { border-top: 1px solid var(--line); padding: 24px 0; display: grid; grid-template-columns: 40px 1fr; gap: 10px; }
.feature .number { font: 11px ui-monospace, monospace; color: var(--accent); padding-top: 5px; }
.feature h3 { font-size: 21px; letter-spacing: -.025em; }
.feature p { font-size: 13px; margin-top: 11px; max-width: 385px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #15202c, var(--surface)); padding: 34px; }
.rental-band { display: grid; grid-template-columns: 1fr 1.1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.rental-copy { padding: 51px; }
.rental-copy p { font-size: 14px; margin-top: 22px; max-width: 390px; }
.rental-copy .eyebrow { margin-top: 0; font-size: 10px; }
.rental-art { min-height: 350px; position: relative; display: grid; place-items: center; background: radial-gradient(ellipse at center, #123547, #0b1621); overflow: hidden; }
.rental-art svg { width: 92%; color: #7ccadf; opacity: .92; }
.concept-caption { position: absolute; bottom: 22px; font: 8px ui-monospace, monospace; letter-spacing: .09em; color: #93bfd0; }
.cta { padding: 70px 0; display: flex; justify-content: space-between; align-items: center; gap: 34px; border-top: 1px solid var(--line); }
.cta h2 { font-size: clamp(31px, 3vw, 43px); }
.cta p { margin-top: 15px; font-size: 14px; }
.footer { padding: 47px 0 26px; border-top: 1px solid var(--line); background: #070a0f; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.footer-note { font-size: 12px; margin-top: 22px; max-width: 340px; }
.footer-email { display: inline-block; font-size: 12px; color: var(--accent); margin-top: 14px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; font-size: 12px; padding-top: 4px; }
.fineprint { display: flex; justify-content: space-between; align-items: flex-start; gap: 36px; padding-top: 25px; margin-top: 40px; border-top: 1px solid var(--line); font-size: 10px; color: #8ca1b3; }
.fineprint p { max-width: 670px; }
.fineprint > span { white-space: nowrap; }
.page-intro { padding: 74px 0 49px; }
.page-intro h1 { font-size: clamp(46px, 6vw, 73px); }
.page-intro .lead { font-size: 17px; margin-top: 27px; max-width: 650px; }
.breadcrumb { font: 10px ui-monospace, monospace; color: var(--muted); margin-bottom: 32px; }
.breadcrumb a:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-hero { padding-top: 47px; }
.product-hero h1 { font-size: clamp(44px, 5vw, 67px); }
.product-hero .instrument-stage { min-height: 455px; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); padding: 27px 0; gap: 20px; }
.spec-grid > div + div { padding-left: 27px; border-left: 1px solid var(--line); }
.spec-grid strong { display: block; font-size: 22px; font-weight: 450; letter-spacing: -.035em; }
.spec-grid span { display: block; font: 9px ui-monospace, monospace; margin-top: 9px; color: var(--muted); letter-spacing: .035em; }
.display-tabs { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.display-tabs button { background: var(--surface); color: #b7c6d3; border: 1px solid var(--line); border-radius: 4px; padding: 10px 19px; min-height: 40px; font-size: 11px; }
.display-tabs button[aria-pressed=true] { background: var(--accent); border-color: var(--accent); color: var(--bg); }
.media-caption { font-size: 10px; text-align: center; max-width: 440px; margin: 20px auto 0; }
.large-icon { width: 100%; max-width: 410px; margin: auto; position: relative; filter: drop-shadow(0 30px 30px #0008); }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { padding: 23px 0; border-top: 1px solid var(--line); display: flex; gap: 22px; font-size: 14px; color: var(--muted); }
.steps .step-no { font: 12px ui-monospace, monospace; color: var(--accent); padding-top: 4px; }
.steps strong { color: var(--text); display: block; font-size: 17px; font-weight: 500; margin-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(140deg, #121d29, #101720); }
.service-card p { font-size: 14px; margin-top: 17px; }
.service-card .eyebrow { margin: 0 0 24px; font-size: 10px; }
.service-card h3 { font-size: 27px; }
.service-card ul { padding-left: 19px; margin-top: 24px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.service-card li::marker { color: var(--accent); }
.service-card .text-link { margin-top: 18px; }
.download-group { margin-bottom: 50px; }
.download-group h2 { font-size: 30px; margin-bottom: 26px; }
.download-row { display: grid; grid-template-columns: 1fr auto; gap: 25px; border-top: 1px solid var(--line); padding: 27px 0; align-items: center; }
.download-row h3 { font-size: 19px; letter-spacing: -.015em; }
.download-row p { font-size: 13px; margin-top: 7px; }
.download-status { font: 9px ui-monospace, monospace; letter-spacing: .06em; border: 1px solid var(--line); padding: 11px 14px; border-radius: 4px; color: #b0c0cf; max-width: 280px; overflow-wrap: anywhere; }
.release-hash { font-size: 10px; display: block; max-width: 360px; overflow-wrap: anywhere; }
.notice { border-left: 2px solid var(--accent); padding: 17px 21px; color: var(--muted); background: var(--surface); font-size: 13px; margin: 27px 0; }
.notice a, .legal-copy a, .page-privacy .lead a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 78px; }
.contact-detail { padding: 26px 0; border-top: 1px solid var(--line); }
.contact-detail small { display: block; font: 10px ui-monospace, monospace; color: var(--accent); letter-spacing: .1em; margin-bottom: 11px; }
.contact-detail p { font-size: 14px; }
.contact-detail:first-child p { font-size: 24px; color: var(--text); letter-spacing: -.025em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: 12px; color: #b8c5d1; }
.field.full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { padding: 12px 14px; border: 1px solid #3a4d5d; border-radius: 4px; color: var(--text); background: #0a121b; width: 100%; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.field textarea::placeholder { color: #8397a9; }
.form-note { font-size: 12px; margin-top: 18px; }
.form-result { margin-top: 20px; border: 1px solid var(--line); padding: 18px; border-radius: 5px; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 13px; color: var(--text); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.legal-copy { padding-bottom: 83px; }
.legal-copy h2 { font-size: 28px; margin: 36px 0 17px; }
.legal-copy p { max-width: 760px; font-size: 14px; margin: 15px 0; }
.socials:empty { display: none; }
.proof-note { font-size: 11px; color: var(--muted); margin-top: 25px; }
@media (min-width: 1450px) {
  .hero { gap: 70px; padding-block: 105px 89px; }
  .instrument-stage { min-height: 490px; }
  .instrument { width: 430px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 48px); }
  .nav { gap: 20px; }
  .navlinks { gap: 17px; font-size: 11px; }
  .hero { gap: 27px; }
  .hero h1 { font-size: 59px; }
  .product-hero h1 { font-size: 51px; }
  .instrument-stage { min-height: 410px; }
  .instrument { width: 355px; padding: 26px 20px 11px; }
  .stage-tag.right { bottom: 30px; }
  .cards { gap: 14px; }
  .card-copy { padding: 23px; }
  .card-copy h3 { font-size: 25px; }
  .card-visual { height: 220px; }
  .cockpit-art { width: 215px; }
  .cockpit-desk { width: 225px; }
  .cockpit-stand { left: 65px; }
  .split { gap: 43px; }
  .rental-copy { padding: 36px; }
  .contact-grid { gap: 40px; }
}
@media (max-width: 850px) {
  .nav { min-height: 80px; }
  .menu-toggle { display: flex; font-size: 12px; }
  .navlinks { display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 15; background: #0b121b; padding: 16px 24px 23px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; font-size: 13px; box-shadow: 0 20px 30px #0005; }
  .navlinks.open { display: flex; }
  .navlinks a { padding: 13px 12px; }
  .nav-contact { margin-top: 7px; }
  .hero h1 { font-size: 50px; }
  .product-hero h1 { font-size: 44px; }
  .hero .lead { font-size: 15px; }
  .hero .actions { gap: 9px; }
  .hero .button { padding-inline: 14px; font-size: 11px; }
  .instrument-stage { min-height: 360px; }
  .compat { gap: 20px; }
  .compat .small { display: none; }
  .card-copy { padding: 20px; }
  .card-copy h3 { font-size: 23px; }
  .card-visual .mini-display { width: 175px; }
  .tag { left: 11px; top: 12px; font-size: 7px; }
  .cockpit-art { width: 175px; }
  .cockpit-desk { width: 185px; }
  .cockpit-stand { left: 50px; width: 70px; }
  .spec-grid strong { font-size: 20px; }
  .spec-grid > div + div { padding-left: 16px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 36px); }
  .nav { min-height: 77px; }
  .brand-symbol { width: 31px; height: 31px; }
  .wordmark { font-size: 23px; }
  .brand small { font-size: 7px; }
  .hero { grid-template-columns: 1fr; padding: 45px 0 35px; gap: 40px; }
  .hero h1 { font-size: clamp(43px, 11vw, 65px); }
  .hero .lead { font-size: 15px; max-width: 510px; margin-top: 23px; line-height: 1.8; }
  .hero .button { padding-inline: 19px; font-size: 12px; }
  .hero-foot { margin-top: 29px; gap: 10px 17px; font-size: 8px; }
  .eyebrow { font-size: 9px; margin-bottom: 22px; }
  .instrument-stage { min-height: 420px; }
  .instrument { width: 365px; }
  .stage-tag { font-size: 7px; }
  .stage-tag.right { bottom: 33px; }
  .compat { flex-wrap: wrap; gap: 10px 27px; padding: 19px 0; }
  .compat-label { width: 100%; }
  .compat .small { display: inline; width: 100%; }
  .section { padding: 61px 0; }
  .section-head { display: block; margin-bottom: 29px; }
  .section-head p { margin-top: 20px; }
  .section-head .eyebrow { margin-top: 0; }
  .cards { grid-template-columns: 1fr; gap: 22px; }
  .card-visual { height: 253px; }
  .card-visual .mini-display { width: 220px; }
  .card-visual .avitab { width: 258px; }
  .card-copy { padding: 27px; }
  .card-copy h3 { font-size: 31px; }
  .card-copy p { font-size: 14px; }
  .card-copy .card-meta { font-size: 9px; }
  .tag { left: 18px; top: 17px; font-size: 8px; }
  .cockpit-art { width: 265px; }
  .cockpit-desk { width: 275px; }
  .cockpit-stand { left: 90px; width: 85px; }
  .split { grid-template-columns: 1fr; gap: 37px; }
  .rental-band { grid-template-columns: 1fr; }
  .rental-copy { padding: 31px; }
  .rental-art { min-height: 270px; }
  .cta { display: block; padding: 47px 0; }
  .cta .button { margin-top: 25px; }
  .footer-top { display: block; }
  .footer-links { margin-top: 32px; gap: 13px 24px; }
  .fineprint { display: block; margin-top: 31px; }
  .fineprint p { margin-bottom: 17px; }
  .spec-grid { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .spec-grid > div + div { padding-left: 0; border-left: 0; }
  .product-hero .instrument-stage { min-height: 405px; }
  .product-hero { padding-top: 32px; }
  .product-hero h1 { font-size: clamp(39px, 10.3vw, 62px); }
  .page-intro { padding: 43px 0 35px; }
  .page-intro h1 { font-size: clamp(41px, 10.8vw, 65px); }
  .page-intro .lead { font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 28px; }
  .service-card h3 { font-size: 26px; }
  .download-row { grid-template-columns: 1fr; gap: 15px; }
  .download-row .button, .download-status { justify-self: start; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .field { grid-column: 1; }
  .panel { padding: 25px; }
  .large-icon { width: 88%; }
  .field input, .field select, .field textarea { font-size: 16px; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 28px); }
  .hero h1 { font-size: 40px; }
  .hero .button { padding-inline: 13px; font-size: 11px; }
  .hero-foot { gap: 9px 12px; }
  .instrument-stage, .product-hero .instrument-stage { min-height: 365px; }
  .display-tabs { gap: 6px; }
  .display-tabs button { padding-inline: 14px; }
  .panel { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
