/* Appsolutely Fabulous on the HTML5 UP Hyperspace foundation. */
@font-face { font-family: Inter; src: url('../fonts/Inter-400.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url('../fonts/Inter-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: 'Space Grotesk'; src: url('../fonts/SpaceGrotesk-500.woff2') format('woff2'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: 'Space Grotesk'; src: url('../fonts/SpaceGrotesk-700.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }

:root { --ink: #0e1019; --panel: #191a2b; --violet: #aa9fff; --pink: #ff95b7; --text: #e1dfea; --muted: #b9b6cc; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body, input, select, textarea { font-family: Inter, sans-serif; }
body { background: var(--ink); color: var(--text); line-height: 1.65; }
::selection { color: var(--ink); background: var(--pink); }
body, html { scrollbar-color: #62587c var(--ink); }
a { color: var(--pink); text-underline-offset: .2em; }
a:hover, a:focus { color: #fff; }
:focus-visible, #header a:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
h1, h2, h3, h4 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.025em; color: #fff; }
p { max-width: 70ch; }

#header { position: sticky; top: 0; z-index: 100; width: 100%; min-height: 5rem; padding: .8rem clamp(1.25rem, 4vw, 4rem); background: #11131e; border-bottom: 1px solid #302e43; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
#header > .title, #header .title { padding: 0; font: 700 1.05rem/1.2 'Space Grotesk', sans-serif; color: #fff; white-space: nowrap; }
.nav-title { display: inline-flex !important; align-items: center; gap: .65rem; }
.nav-title img { width: 2.5rem; height: auto; }
#header > nav { flex: initial; text-align: right; }
#header > nav > ul { display: flex; align-items: center; flex-wrap: wrap; gap: clamp(.8rem, 2vw, 2rem); }
#header > nav > ul > li, #header > nav > ul > li:first-child { display: block; margin: 0; }
#header > nav > ul > li a { display: inline-flex; align-items: center; min-height: 44px; height: auto; line-height: 1.3; padding: .5rem 0; font: 600 .87rem/1.3 Inter, sans-serif; letter-spacing: 0; text-transform: none; color: var(--muted); }
#header > nav > ul > li a:hover, #header > nav > ul > li a:focus, #header > nav > ul > li a.active { color: #fff; }
#header + #wrapper { background: var(--ink); }
.wrapper.style1, .wrapper.style1-alt { background: var(--ink); }
.wrapper.style2 { background: #191b2d; }
.wrapper.style3 { background: #222139; }
.wrapper > .inner, #header + #wrapper > .wrapper > .inner { width: min(100%, 1320px); max-width: none; margin-inline: auto; padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 5vw, 5rem); }
#footer { background: #0a0b12; }
#footer > .inner { width: min(100%, 1320px); padding: 2.5rem clamp(1.25rem, 5vw, 5rem); }
#footer > .inner .menu { color: var(--muted); font-size: .76rem; line-height: 2.1; }
#footer > .inner .menu a { color: var(--muted); text-decoration: none; }
#footer > .inner .menu a:hover { color: #fff; }

body .button, body button, body input[type="submit"] { height: auto; min-height: 3.25rem; line-height: 1.3; padding: .9rem 1.45rem; border: 1px solid #6c657f !important; border-radius: .55rem; font: 600 .86rem/1.3 Inter, sans-serif; letter-spacing: 0; text-transform: none; white-space: normal; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
body .button:hover, body .button:focus-visible { border-color: var(--pink) !important; background: #2a243d; }
body .button:after { display: none; }
body .button.primary, body input[type="submit"].primary { background: var(--pink); border-color: var(--pink) !important; color: #17111d !important; }
body .button.primary:hover, body .button.primary:focus-visible { background: #ffc0d3; border-color: #ffc0d3 !important; }
ul.actions { gap: .75rem; margin-top: 1.9rem; }
ul.actions li { padding: 0; }

/* First viewport: the identity and the apps arrive together. */
#intro { background: radial-gradient(circle at 74% 41%, #272044 0, #151522 38%, var(--ink) 72%); }
#intro:before { display: none; }
#intro > .hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(1rem, 4vw, 4rem); min-height: calc(100svh - 5rem); padding-top: 2rem; padding-bottom: 2rem; }
.hero-copy { position: relative; z-index: 2; }
.brand-mark { display: block; width: 6.5rem; height: auto; margin-bottom: 1rem; }
.brand-word { font-size: clamp(3.3rem, 6.2vw, 6rem); line-height: .99; font-weight: 700; letter-spacing: -.04em; margin: 0 0 1.6rem; }
.brand-word span { color: var(--pink); }
.hero-copy > p { color: var(--text); font-size: clamp(1rem, 1.28vw, 1.2rem); line-height: 1.65; max-width: 34rem; margin: 0; }
.hero-gallery { position: relative; width: 100%; height: min(43vw, 580px); min-height: 440px; }
.hero-shot { position: absolute; display: block; width: 34%; border: 0; border-radius: 1rem; overflow: hidden; box-shadow: 0 1.5rem 3rem rgba(0,0,0,.4); transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease; }
.hero-shot:hover, .hero-shot:focus-visible { transform: translateY(-.45rem); box-shadow: 0 2rem 3.5rem rgba(0,0,0,.52); }
.hero-shot img { display: block; width: 100%; height: auto; }
.hero-shot--darts { left: 4%; top: 2%; z-index: 2; }
.hero-shot--markdown { right: 10%; top: 0; z-index: 1; }
.hero-shot--named { left: 22%; top: 29%; width: 32%; z-index: 3; }
.hero-shot--solar { right: 0; top: 32%; width: 33%; z-index: 4; }

/* Four products, with a different reading rhythm from the old spotlight strips. */
.collection { width: min(100%, 1380px); margin: 0 auto; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 4vw, 4rem); }
.collection-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin: 0 0 2rem; }
.collection-heading h2 { font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: 1.05; max-width: 12ch; margin: 0; }
.collection-heading p { max-width: 23rem; color: var(--muted); margin: 0 0 .3rem; }
.app-feature { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 570px; overflow: hidden; margin-bottom: 1.5rem; border-radius: 1rem; background: #1d1c34; }
.app-feature__copy { align-self: center; position: relative; z-index: 1; padding: clamp(2rem, 5vw, 5rem); }
.app-feature h3 { font-size: clamp(2.5rem, 4.5vw, 4.8rem); line-height: 1.05; margin: 0 0 1.4rem; }
.app-feature p { font-size: 1.04rem; line-height: 1.7; max-width: 32rem; }
.app-feature__detail { color: #c8c0ed; font-size: .9rem !important; margin-bottom: 1.8rem; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; font-weight: 600; color: #fff; border-bottom: 1px solid var(--pink); text-decoration: none; padding-bottom: .25rem; }
.text-link:hover, .text-link:focus { color: var(--pink); }
.text-link span { font-size: 1.15em; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(.25rem); }
.app-feature__visual { position: relative; min-height: 100%; display: block; overflow: hidden; border: 0; background: #282640; }
.app-feature__visual img { display: block; position: absolute; height: auto; border-radius: .9rem; box-shadow: 0 1.5rem 3rem rgba(0,0,0,.42); transition: transform .25s cubic-bezier(.2,.8,.2,1); }
.app-feature__visual:hover img { transform: translateY(-.4rem); }
.darts-visual img:first-child { width: 42%; left: 10%; top: 11%; z-index: 2; }
.darts-visual img:last-child { width: 38%; right: 8%; top: 25%; }
.app-feature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.app-feature-pair .app-feature { display: flex; flex-direction: column; min-height: 760px; }
.app-feature-pair .app-feature__copy { align-self: auto; padding: clamp(2rem, 3.7vw, 3.4rem); }
.app-feature-pair .app-feature h3 { font-size: clamp(2.2rem, 3.4vw, 3.6rem); overflow-wrap: anywhere; }
.app-feature-pair .app-feature__visual { flex: 1; min-height: 360px; }
.app-feature-pair .app-feature__visual img { width: min(52%, 265px); left: 50%; top: -2rem; transform: translateX(-50%); }
.app-feature-pair .app-feature__visual:hover img { transform: translate(-50%, -.4rem); }
.app-feature--markdown { background: #1a253b; }
.app-feature--markdown h3 { font-size: clamp(2.2rem, 3vw, 3rem) !important; }
.app-feature--markdown .app-feature__visual { background: #26364e; }
.app-feature--named { background: #302238; }
.app-feature--named .app-feature__visual { background: #4a3146; }
.app-feature--solar { grid-template-areas: 'media copy'; grid-template-columns: 1.05fr .95fr; background: #1a2732; }
.app-feature--solar .app-feature__copy { grid-area: copy; }
.app-feature--solar .app-feature__visual { grid-area: media; background: #27404a; }
.solar-visual img:first-child { width: 39%; left: 10%; top: 9%; z-index: 2; }
.solar-visual img:last-child { width: 37%; right: 10%; top: 23%; }

.approach-section .inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); }
.approach-section h2 { font-size: clamp(2.6rem, 4vw, 4.3rem); line-height: 1.1; margin: 0; }
.approach-section p { max-width: 40rem; }
.contact-section .inner { padding-block: 5rem; }
.contact-section h2 { font-size: clamp(2.6rem, 4vw, 4.3rem); margin-bottom: 1rem; }
.contact-section p { color: var(--muted); }

/* Product, about and legal pages share the same shell. */
#main > .inner { width: min(100%, 1260px); }
.eyebrow { display: none; }
h1.major { font-size: clamp(3rem, 5vw, 5rem); line-height: 1.06; max-width: 16ch; margin-bottom: 1.6rem; }
h1.major:after { display: none; }
#main h2 { font-size: clamp(2rem, 3vw, 3.1rem); margin-top: 4.5rem; margin-bottom: 1.25rem; }
.product-intro { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 2rem; min-height: 590px; background: radial-gradient(circle at 78% 50%, #343052, #202036 52%, #1b1c2d 100%); border-radius: 1rem; padding: clamp(2rem, 4vw, 4rem); }
.product-intro > div { min-width: 0; }
.product-intro .intro-copy { max-width: 36rem; font-size: clamp(1.08rem, 1.5vw, 1.32rem); color: var(--text); }
.product-intro > img { display: block; width: min(100%, 18rem); height: auto; justify-self: center; border-radius: 1.15rem; box-shadow: 0 1.5rem 3rem rgba(0,0,0,.45); }
.feature-list { columns: 2; column-gap: 4rem; list-style: none; padding: 0; max-width: 64rem; }
.feature-list li { break-inside: avoid; margin: 0; padding: 1rem 0; border-bottom: 1px solid #373447; }
.screens { display: flex; flex-wrap: wrap; gap: 1.5rem; margin: 2rem 0 3rem; padding: 0; }
.screens figure { flex: 0 0 min(24%, 260px); min-width: 0; margin: 0; }
.screens figure a { border: 0; display: block; }
.screens img { display: block; width: 100%; height: auto; border-radius: 1rem; box-shadow: 0 1rem 2rem rgba(0,0,0,.32); }
.screens figcaption { color: var(--muted); font-size: .88rem; margin-top: .8rem; }
.notice { background: #28243b; border-left: 1px solid var(--pink); border-radius: .35rem; padding: 1.25rem 1.5rem; max-width: 67rem; }
.legal-copy { max-width: 55rem; }
.legal-copy h1.major { max-width: 18ch; }
.legal-copy h2 { margin-top: 3.25rem !important; }

/* Editorial and privacy pages keep the same brand voice as the app pages. */
.editorial-page, .policy-page { max-width: 1320px; }
.editorial-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(2rem, 5vw, 5rem); min-height: 560px; padding: clamp(2rem, 5vw, 5rem); border-radius: 1rem; overflow: hidden; background: radial-gradient(circle at 82% 33%, #343052, #211f37 48%, #1a1b2c 100%); }
.editorial-hero__copy { align-self: center; position: relative; z-index: 1; }
.editorial-hero h1, .policy-hero h1 { max-width: 12ch; margin: 0 0 1.5rem; font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: 1.03; letter-spacing: -.04em; }
.editorial-hero__copy > p:first-of-type { max-width: 39rem; font-size: clamp(1.08rem, 1.5vw, 1.3rem); color: var(--text); }
.editorial-hero .button { margin-top: .9rem; }
.about-mosaic { display: flex; justify-content: center; align-items: center; gap: .6rem; min-width: 0; }
.about-mosaic img { display: block; width: 22%; height: auto; max-height: 360px; object-fit: contain; border-radius: .55rem; box-shadow: 0 1.3rem 2.7rem rgba(0,0,0,.42); }
.about-mosaic img:nth-child(2) { transform: translateY(-1.6rem); }
.about-mosaic img:nth-child(3) { transform: translateY(1.7rem); }
.about-mosaic img:nth-child(4) { transform: translateY(-.7rem); }
.about-statement { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); padding: clamp(4rem, 8vw, 8rem) 0; border-bottom: 1px solid #353346; }
.about-statement h2, .about-roster h2, .policy-directory h2, .website-policy h2, .editorial-contact h2 { margin: 0 0 1.2rem !important; font-size: clamp(2.25rem, 4vw, 4rem) !important; line-height: 1.1; }
.about-statement p { max-width: 43rem; font-size: 1.08rem; }
.about-statement p + p { margin-top: 1.5rem; color: var(--muted); }
.about-roster { padding: clamp(4rem, 7vw, 7rem) 0; }
.about-roster > h2 { margin-bottom: 2.25rem !important; }
.about-roster__list article { display: grid; grid-template-columns: minmax(13rem, .75fr) minmax(18rem, 1.3fr) minmax(13rem, .8fr); align-items: baseline; gap: 2rem; padding: 2rem 0; border-top: 1px solid #39364c; }
.about-roster__list article:last-child { border-bottom: 1px solid #39364c; }
.about-roster__list h3 { margin: 0; font-size: clamp(1.5rem, 2vw, 2.15rem); }
.about-roster__list p { margin: 0; color: var(--muted); }
.about-roster__list article > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem 1.25rem; font-size: .9rem; font-weight: 600; }
.about-roster__list article > div a { text-decoration-thickness: 1px; }
.editorial-contact { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; margin: 1rem 0 2rem; padding: clamp(2rem, 4vw, 4rem); border-radius: 1rem; background: #29233f; }
.editorial-contact p { margin: 0; color: var(--muted); }
.editorial-contact .button { justify-self: end; }

.privacy-hero { min-height: 450px; grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .8fr); background: radial-gradient(circle at 82% 29%, #38233e, #222037 49%, #1a1b2c 100%); }
.privacy-hero__nav { align-self: end; display: flex; flex-direction: column; }
.privacy-hero__nav a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid #6a5d78; color: #fff; font-weight: 600; text-decoration: none; }
.privacy-hero__nav a:hover, .privacy-hero__nav a:focus-visible { color: var(--pink); }
.privacy-hero__nav a span { color: var(--pink); }
.policy-date { color: #c9c1d5 !important; font-size: .88rem !important; font-weight: 600; letter-spacing: .01em; }
.website-policy { display: grid; grid-template-columns: minmax(13rem, .65fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 7rem); padding: clamp(4rem, 8vw, 8rem) 0; border-bottom: 1px solid #39364c; }
.website-policy__heading p, .policy-directory__heading p { color: var(--muted); }
.website-policy__body { max-width: 67ch; }
.website-policy__body h3 { margin: 0 0 .8rem; font-size: 1.45rem; }
.website-policy__body h3:not(:first-child) { margin-top: 2.5rem; }
.website-policy__body p { margin-bottom: 1.3rem; }
.policy-directory { padding: clamp(4rem, 7vw, 7rem) 0; }
.policy-directory__heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.policy-directory__heading p { max-width: 24rem; }
.policy-directory__list a { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.65rem 0; border-top: 1px solid #39364c; color: #fff; text-decoration: none; }
.policy-directory__list a:last-child { border-bottom: 1px solid #39364c; }
.policy-directory__list a:hover strong, .policy-directory__list a:focus-visible strong { color: var(--pink); }
.policy-directory__list strong { display: block; font: 700 clamp(1.5rem, 2.5vw, 2.3rem)/1.18 'Space Grotesk', sans-serif; }
.policy-directory__list small { display: block; margin-top: .5rem; color: var(--muted); font-size: .93rem; }
.policy-directory__list a > span:last-child { color: var(--pink); font-size: 1.45rem; }

.policy-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(10rem, .36fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); min-height: 390px; overflow: hidden; padding: clamp(2rem, 4vw, 4rem); border-radius: 1rem; background: radial-gradient(circle at 88% 32%, #3c305b, #211f37 54%, #1a1b2c 100%); }
.policy-page--modernmarkdown .policy-hero { background: radial-gradient(circle at 88% 32%, #294158, #1c293d 54%, #1a1b2c 100%); }
.policy-page--simply-named .policy-hero { background: radial-gradient(circle at 88% 32%, #563044, #302139 54%, #1a1b2c 100%); }
.policy-page--indevolt-solar-scan .policy-hero { background: radial-gradient(circle at 88% 32%, #31535a, #1c303b 54%, #1a1b2c 100%); }
.policy-hero h1 { max-width: 15ch; font-size: clamp(2.75rem, 4.5vw, 4.8rem); }
.policy-hero p { max-width: 41rem; font-size: 1.08rem; }
.policy-hero img { display: block; width: min(100%, 13rem); max-height: 320px; height: auto; object-fit: contain; justify-self: center; border-radius: .7rem; box-shadow: 0 1.4rem 3rem rgba(0,0,0,.4); }
.policy-hero__links { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; margin-top: 1.4rem; font-size: .9rem; font-weight: 600; }
.policy-hero__links a { color: #fff; text-underline-offset: .3em; }
.policy-grid { display: grid; grid-template-columns: minmax(13rem, .26fr) minmax(0, 1fr); gap: clamp(2.5rem, 6vw, 6rem); padding-top: clamp(3rem, 6vw, 6rem); }
.policy-aside, .policy-body { min-width: 0; }
.policy-aside nav { position: sticky; top: 7rem; }
.policy-aside h2 { margin: 0 0 1rem !important; color: var(--muted); font: 600 .88rem/1.4 Inter, sans-serif !important; }
.policy-aside ol { list-style: none; padding: 0; margin: 0; }
.policy-aside li { padding: 0; margin: 0; }
.policy-aside a { display: block; padding: .55rem 0; color: var(--muted); font-size: .88rem; line-height: 1.35; text-decoration: none; }
.policy-aside a:hover, .policy-aside a:focus-visible { color: var(--pink); text-decoration: underline; }
.policy-body { max-width: 72ch; padding-bottom: 3rem; }
.policy-body section { scroll-margin-top: 7rem; padding-bottom: 2rem; margin-bottom: 2.1rem; border-bottom: 1px solid #39364c; }
.policy-body h2, .policy-body .policy-contact h2 { margin: 0 0 .9rem !important; font-size: clamp(1.6rem, 2.4vw, 2.15rem) !important; line-height: 1.2; }
.policy-body p { margin: 0 0 1.1rem; }
.policy-body p:last-child { margin-bottom: 0; }
.policy-body code { padding: .05rem .3rem; border-radius: .2rem; background: #29263d; color: #f3d5e2; overflow-wrap: anywhere; }
.policy-body strong { color: #fff; }
.policy-contact { padding: 2rem; border-radius: .8rem; background: #29233f; }

@media (max-width: 900px) {
  .editorial-hero { min-height: 0; }
  .about-mosaic { flex-wrap: wrap; }
  .about-mosaic img { width: 43%; max-height: 250px; }
  .about-mosaic img:nth-child(n) { transform: none; }
  .about-roster__list article { grid-template-columns: 1fr 1.2fr; }
  .about-roster__list article > div { grid-column: 2; justify-content: flex-start; }
  .policy-grid { grid-template-columns: 1fr; gap: 2rem; }
  .policy-aside nav { position: static; }
  .policy-aside ol { display: flex; gap: .6rem; overflow-x: auto; padding-bottom: .65rem; }
  .policy-aside li { flex: 0 0 auto; }
  .policy-aside a { min-height: 44px; display: inline-flex; align-items: center; padding: .5rem .85rem; border: 1px solid #57506c; border-radius: .4rem; white-space: nowrap; }
}
@media (max-width: 700px) {
  .editorial-hero, .privacy-hero, .policy-hero { grid-template-columns: 1fr; padding: 2rem; }
  .editorial-hero h1 { font-size: clamp(2.7rem, 10vw, 4rem); }
  .about-mosaic { max-width: 420px; margin: 1rem auto 0; }
  .about-mosaic img { width: 21%; }
  .about-statement, .website-policy { grid-template-columns: 1fr; gap: 1.5rem; }
  .about-roster__list article { grid-template-columns: 1fr; gap: .75rem; }
  .about-roster__list article > div { grid-column: 1; }
  .policy-directory__heading { display: block; }
  .editorial-contact { grid-template-columns: 1fr; }
  .editorial-contact .button { justify-self: start; }
  .policy-hero { grid-template-columns: minmax(0, 1fr) 7rem; }
  .policy-hero img { width: 7rem; max-height: 180px; }
}
@media (max-width: 480px) {
  .editorial-hero, .policy-hero { padding: 1.5rem; }
  .policy-hero { grid-template-columns: 1fr; }
  .policy-hero img { display: none; }
  .policy-directory__list a { align-items: flex-start; gap: 1rem; }
  .policy-directory__list strong { overflow-wrap: anywhere; }
  .policy-contact { padding: 1.5rem; }
}

@media (max-width: 900px) {
  #intro > .hero-layout { min-height: 0; padding-top: 4rem; padding-bottom: 4rem; }
  .hero-gallery { min-height: 360px; height: 48vw; }
  .app-feature { min-height: 500px; }
  .app-feature-pair .app-feature { min-height: 690px; }
  .product-intro { min-height: 0; }
}
@media (max-width: 700px) {
  #header { gap: .75rem; }
  #header > .title, #header .title { font-size: .9rem; }
  #header > nav > ul { gap: .75rem; }
  #header > nav > ul > li a { font-size: .76rem; }
  #intro > .hero-layout { grid-template-columns: 1fr; gap: 1rem; padding-top: 3.5rem; }
  .brand-word { font-size: clamp(3.15rem, 11vw, 5rem); }
  .hero-gallery { width: min(100%, 550px); height: 430px; min-height: 0; margin-inline: auto; }
  .collection-heading { display: block; }
  .collection-heading p { margin-top: 1rem; }
  .app-feature, .app-feature--solar { display: flex; flex-direction: column; min-height: 0; }
  .app-feature__copy { align-self: auto; padding: 2.25rem; }
  .app-feature__visual { min-height: 400px; }
  .app-feature-pair { grid-template-columns: 1fr; gap: 0; }
  .app-feature-pair .app-feature { min-height: 0; }
  .app-feature-pair .app-feature__visual { min-height: 400px; }
  .app-feature--solar .app-feature__copy { order: 0; }
  .app-feature--solar .app-feature__visual { order: 1; }
  .darts-visual img:first-child, .solar-visual img:first-child { width: min(42%, 220px); }
  .darts-visual img:last-child, .solar-visual img:last-child { width: min(38%, 200px); }
  .approach-section .inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-intro { grid-template-columns: 1fr; padding: 2rem; gap: 2rem; }
  .product-intro h1.major { font-size: clamp(2.25rem, 8vw, 3rem); overflow-wrap: anywhere; }
  .product-markdown .product-intro h1.major { font-size: 2rem; overflow-wrap: normal; }
  .product-intro > img { justify-self: center; width: min(80%, 17rem); }
  .feature-list { columns: 1; }
  .screens { flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; }
  .screens figure { flex: 0 0 min(75vw, 19rem); scroll-snap-align: start; }
}
@media (max-width: 480px) {
  html { scroll-padding-top: 7.5rem; }
  #header { display: flex; flex-direction: column; align-items: flex-start; padding: .75rem 1.25rem; }
  #header .title { padding: 0; }
  #header > nav { width: 100%; border: 0; text-align: left; }
  #header > nav > ul > li a { height: auto; line-height: 1.3; }
  .brand-mark { width: 5rem; }
  .hero-gallery { height: 355px; }
  .app-feature__copy { padding: 1.75rem; }
  .app-feature__visual, .app-feature-pair .app-feature__visual { min-height: 330px; }
  .app-feature h3 { font-size: 2.5rem; }
  .screens { gap: .8rem; }
  .screens figcaption { font-size: .76rem; }
  .product-intro { padding: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-shot, .app-feature__visual img, .text-link span, body .button { transition: none !important; } }
