@font-face { font-family: 'DM Sans'; src: url('/assets/dm-sans.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('/assets/dm-sans-medium.ttf') format('truetype'); font-style: normal; font-weight: 500 800; font-display: swap; }

:root { --paper: #f6f4ee; --ink: #252921; --muted: #64685e; --accent: #ad472d; --line: #d4d5c8; --olive: #31412e; --serif: Georgia, 'Times New Roman', serif; --sans: 'DM Sans', Arial, sans-serif; color-scheme: light; scroll-behavior: smooth; scroll-padding-top: 24px; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.65 var(--sans); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
a:hover { color: var(--accent); }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(46px, 5.65vw, 82px); line-height: 1.08; letter-spacing: -.05em; }
h2 { font-size: clamp(34px, 3.6vw, 52px); line-height: 1.14; letter-spacing: -.045em; }
h3 { font-size: 29px; line-height: 1.2; letter-spacing: -.03em; }
em { font-weight: 400; color: var(--accent); }
p { text-wrap: pretty; }
[hidden] { display: none !important; }
.wrap { width: min(88%, 1280px); margin-inline: auto; }
.section-pad { padding-block: 100px; }
.eyebrow, .section-label, .edition, .image-index, .project-kind, .editorial-footnote, .media-credit, .mission-status { font: 400 12px/1.65 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.eyebrow { color: var(--muted); }
.section-label { display: flex; gap: 22px; margin-bottom: 30px; color: var(--muted); }
.section-label > span:first-child { color: var(--accent); }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 70px; }
.section-heading > p { max-width: 450px; color: var(--muted); font-size: 15px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 600; }
.text-link > span { font-size: 21px; line-height: 1; }
.lead { font-size: 20px; line-height: 1.65; color: var(--muted); }
.skip-link { position: fixed; left: 15px; top: -100px; padding: 12px 22px; z-index: 100; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 15px; }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 108px; position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { font-size: 49px; line-height: 1; font-weight: 600; letter-spacing: -.13em; color: #384637; }
.brand-mark > span { color: var(--accent); }
.brand-name { font-size: 12px; line-height: 1.5; letter-spacing: .16em; font-weight: 600; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 14px; margin-left: auto; }
.site-header nav a[aria-current] { color: var(--accent); }
.nav-contact { border-bottom: 1px solid var(--ink); padding-block: 8px; white-space: nowrap; }
.nav-contact span { margin-left: 15px; }
.language-switch { display: flex; align-items: center; gap: 5px; font-size: 13px; }
.language-switch > span { color: #989c8f; }
.language-switch a { color: var(--muted); padding: 10px 4px; }
.language-switch a[aria-current] { color: var(--ink); font-weight: 600; text-decoration: underline; text-decoration-color: var(--accent); }
.menu-toggle { display: none; }
.hero { padding-top: 25px; }
.editorial-heading { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 22px; }
.editorial-intro { display: grid; grid-template-columns: 1.7fr 1fr; gap: 35px; margin: 44px 0; align-items: end; }
.editorial-intro > div { max-width: 370px; padding-bottom: 6px; }
.editorial-intro p { font-size: 14px; line-height: 1.8; color: var(--muted); }
.editorial-intro .text-link { margin-top: 12px; }
.editorial-mosaic { display: grid; grid-template-columns: 1.65fr 1fr; gap: 18px; }
.mosaic-story { display: block; position: relative; min-height: 410px; overflow: hidden; color: #fff; }
.mosaic-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.mosaic-story:hover > img { transform: scale(1.035); }
.mosaic-story::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, #17201adb 100%); }
.photo-caption { position: absolute; z-index: 1; inset: auto 30px 26px; display: flex; flex-direction: column; gap: 15px; color: #fff; }
.photo-caption .eyebrow { color: #ecefe3; }
.photo-caption strong { font: 400 clamp(24px, 2.8vw, 38px)/1.14 var(--serif); letter-spacing: -.025em; }
.photo-caption > span:last-child { display: flex; justify-content: space-between; font-size: 14px; }
.mosaic-satellite { position: relative; background: #080d18 url('/assets/starfield.svg') center / cover; color: #f3f5fa; padding: 24px; display: flex; flex-direction: column; overflow: hidden; }
.mosaic-satellite:hover { color: #fff; }
.mosaic-satellite .eyebrow { color: #c5d3e7; position: relative; z-index: 1; }
.mosaic-satellite > img { width: 61%; height: 230px; object-fit: contain; align-self: end; margin: -4px -5px -18px 0; transform: rotate(-12deg); filter: drop-shadow(0 12px 10px #25292120); transition: transform .6s; }
.mosaic-satellite:hover > img { transform: rotate(-8deg) translateY(-5px); }
.mosaic-title { position: relative; font: 400 30px/1.15 var(--serif); letter-spacing: -.035em; }
.mosaic-title em { color: #b5cbe9; }
.mosaic-bottom { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; font-size: 14px; }
.editorial-footnote { display: flex; justify-content: space-between; gap: 25px; padding-block: 22px 30px; color: var(--muted); font-size: 12px; }
.connection-strip { border-block: 1px solid var(--line); }
.connection-strip > div { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 27px; }
.connection-strip a { font: 400 25px var(--serif); color: var(--muted); }
.connection-strip a:first-child { font-family: var(--sans); font-weight: 600; }
.connection-strip a:last-child { font: 400 15px var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 50px; }
.principles > div { padding-top: 20px; border-top: 1px solid #a8af9a; }
.principles > div > span { color: var(--accent); font-size: 13px; }
.principles h3 { margin-block: 20px 12px; }
.principles p { color: var(--muted); font-size: 14px; }

.projects { background: #eeeee5; border-block: 1px solid var(--line); }
.filters { display: flex; gap: 30px; border-bottom: 1px solid var(--line); margin-block: 32px; }
.filters button { padding: 12px 0; border: none; border-bottom: 2px solid transparent; background: transparent; font-size: 14px; color: var(--muted); }
.filters button[aria-pressed='true'] { border-bottom-color: var(--accent); color: var(--ink); }
.filters sup { font-size: 12px; margin-left: 5px; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 34px; }
.project-card { min-width: 0; }
.project-card:nth-child(even) { margin-top: 58px; }
.project-image { position: relative; display: block; height: 325px; background: var(--image-bg); overflow: hidden; }
.project-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.project-image:hover > img:not(.app-icon) { transform: scale(1.04); }
.image-c3s > img { object-fit: contain; padding: 20px; }
.image-oregano-prime > img { object-fit: contain; padding-top: 18px; }
.project-image > img.app-icon { position: absolute; left: 20px; bottom: 20px; width: 48px; height: 48px; padding: 0; border-radius: 11px; box-shadow: 0 4px 12px #0002; }
.image-index { position: absolute; top: 16px; left: 16px; background: #f6f4eef0; padding: 5px 9px; font-size: 12px; }
.image-arrow { position: absolute; bottom: 15px; right: 15px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); font-size: 20px; }
.project-body { display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px 22px; padding-top: 20px; }
.project-kind { grid-column: 1/-1; color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.project-body h3 { font-size: 31px; }
.project-body p { color: var(--muted); font-size: 15px; }
.project-tags { grid-column: 2; display: flex; gap: 12px; flex-wrap: wrap; font-size: 12px; color: var(--muted); }
.project-tags span + span::before { content: '·'; padding-right: 12px; }
.sensor-visual { height: 100%; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(ellipse at center, #eff1e6, #c7d7bf); }
.sensor-orbit { position: absolute; width: 230px; height: 230px; border: 1px solid #6d826945; border-radius: 50%; }
.orbit-b { width: 360px; height: 360px; border-style: dashed; }
.orbit-c { width: 480px; height: 480px; }
.sensor-box { position: relative; width: 100px; height: 150px; background: #f0f1e9; border: 1px solid #89997c; border-radius: 13px; box-shadow: 15px 24px 30px #3c583b30, inset -6px 0 #d7dccf; transform: rotate(-14deg); display: flex; flex-direction: column; align-items: center; padding: 13px; }
.sensor-panel { width: 72px; height: 87px; border-radius: 3px; background-color: #354747; background-image: repeating-linear-gradient(0deg, transparent 0 20px, #bbcebb66 20px 21px), repeating-linear-gradient(90deg, transparent 0 23px, #bbcebb66 23px 24px); }
.sensor-light { width: 5px; height: 5px; background: #6d9753; border-radius: 50%; margin: 13px 0 8px; }
.sensor-box > span { font-size: 12px; letter-spacing: .12em; }
.sensor-coordinate, .sensor-label { position: absolute; bottom: 25px; font-size: 12px; letter-spacing: .09em; color: #485f40; }
.sensor-coordinate { left: 25px; }
.sensor-label { right: 25px; }
.feature-story { position: relative; display: block; background-image: linear-gradient(90deg, #091722f2, #09172233), var(--feature-image); background-size: cover; background-position: center; padding-block: 100px; color: #f2f2e9; }
.feature-story:hover { color: #fff; }
.feature-story h2 { max-width: 750px; margin: 30px 0 18px; }
.feature-story em { color: #d5dcbd; }
.feature-story .eyebrow { color: #d5dcbd; }
.feature-story .text-link { border-color: #d5dcbd77; }
.founder-preview { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.founder-photo { height: 485px; border-radius: 48% 48% 0 0; overflow: hidden; background: #e6e7dd; }
.founder-photo img { height: 100%; width: 100%; object-fit: cover; object-position: 65% center; filter: saturate(.65); }
.founder-preview h3 { margin: 28px 0 14px; }
.founder-preview p:not(.section-label) { max-width: 530px; font-size: 14px; color: var(--muted); }
.role-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.role-tags > span { font-size: 12px; padding: 6px 9px; border: 1px solid var(--line); }
.contact { background: #e4e7d9; color: #313d2c; padding-block: 80px; }
.contact-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.contact h2 { margin: 25px 0 18px; }
.contact em, .contact .eyebrow { color: #566345; }
.contact p:not(.eyebrow) { color: #566345; font-size: 14px; }
.contact-arrow { font-size: 65px; width: 118px; height: 118px; border: 1px solid #98a589; border-radius: 50%; display: grid; place-items: center; }
.contact-arrow:hover { background: #31412e; color: #f6f4ee; }
.contact-email { font-size: 20px; grid-column: 1/-1; text-decoration: underline; text-decoration-color: #98a589; }
.site-footer { padding-block: 55px 25px; font-size: 14px; color: var(--muted); }
.footer-sitemap { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.1fr; gap: 35px; }
.footer-sitemap h2 { font: 600 14px var(--sans); letter-spacing: 0; margin: 4px 0 17px; color: var(--ink); }
.footer-sitemap ul { list-style: none; margin: 0; padding: 0; }
.footer-sitemap li + li { margin-top: 8px; }
.footer-sitemap a:not(.brand) { display: inline-block; padding-block: 3px; }
.footer-identity p { margin: 20px 0 5px; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 38px; padding-top: 20px; display: flex; gap: 25px; flex-wrap: wrap; font-size: 13px; }
.footer-bottom > div { margin-left: auto; display: flex; gap: 20px; }

.exit-story { background: #eae6dc; margin-top: 50px; }
.exit-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; margin: 28px 0 40px; align-items: end; }
.exit-heading > div { border-left: 1px solid #c9c3b7; padding-left: 35px; }
.exit-year { display: block; font: 400 clamp(70px, 8vw, 110px)/1 var(--serif); letter-spacing: -.06em; color: var(--accent); margin-bottom: 12px; }
.exit-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; padding-block: 30px; border-block: 1px solid #c9c3b7; }
.exit-facts strong { display: block; font: 400 44px var(--serif); margin-bottom: 10px; }
.exit-facts span, .exit-timeline p, .archive-links, .norbit-segments p, .toll-story p { font-size: 15px; color: var(--muted); }
.exit-timeline { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-block: 50px; }
.exit-timeline time { font-size: 14px; color: var(--accent); }
.exit-timeline h3 { margin: 15px 0; }
.exit-timeline .text-link, .norbit-story .text-link { margin-top: 18px; }
.archive-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; border-top: 1px solid #c9c3b7; padding-top: 28px; }
.archive-links p { margin-top: 10px; }
.archive-links a { display: block; padding: 8px 0; text-decoration: underline; text-underline-offset: 4px; }
.norbit-story .section-heading .eyebrow { margin-bottom: 20px; }
.norbit-segments { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-block: 50px 80px; }
.norbit-segments article { border-top: 1px solid var(--line); padding-top: 20px; }
.norbit-segments h3 { margin: 20px 0 15px; font-size: 28px; }
.toll-story { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: start; }
.toll-story h2 { margin-block: 25px; }
.toll-story p + p { margin-top: 18px; }
.founder-account { border-left: 3px solid var(--accent); padding: 5px 0 5px 30px; }
.founder-account .exit-year { margin-top: 25px; }
.founder-account h3 { margin-bottom: 20px; }
.betablue-note { margin-top: 45px; padding-top: 28px; border-top: 1px solid var(--line); max-width: 820px; }
.betablue-note h3 { margin-bottom: 15px; }
.betablue-note > p { font-size: 15px; color: var(--muted); }

.page-heading { border-top: 1px solid var(--line); padding-block: 52px 65px; }
.page-heading .eyebrow { margin-bottom: 24px; }
.page-heading .lead { max-width: 750px; margin-top: 30px; }
.page-heading + .projects { padding-top: 12px; }
.back-link { font-size: 14px; color: var(--muted); display: inline-block; margin-bottom: 30px; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr); gap: 65px; padding-bottom: 100px; align-items: start; }
.about-main { min-width: 0; }
.about-portrait > img { width: 100%; height: auto; filter: saturate(.65); }
figcaption { font-size: 12px; color: var(--muted); }
.about-portrait figcaption { display: flex; justify-content: space-between; padding-top: 12px; }
.biography { margin-top: 50px; }
.founder-background { margin-top: 45px; }
.founder-background > div { margin-top: 25px; }
.founder-background article { padding: 22px 0; border-top: 1px solid var(--line); }
.founder-background h3 { margin: 12px 0; font-size: 29px; }
.founder-background p { color: var(--muted); font-size: 15px; }
.biography h2 { margin-bottom: 28px; }
.biography .eyebrow { margin-bottom: 14px; }
.biography p + p { margin-top: 22px; }
.biography > p:not(.eyebrow):not(.lead) { color: var(--muted); font-size: 15px; }
.credential-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-block: 40px; }
.credential-grid article { padding: 25px; background: #e9eade; border-top: 2px solid #7c876c; }
.credential-grid h3 { margin: 22px 0 18px; font-size: 30px; }
.credential-grid p:not(.eyebrow) { font-size: 15px; color: var(--muted); }
.credential-grid a { font-size: 13px; margin-top: 15px; }
.award-photo img { width: 100%; max-height: 410px; object-fit: cover; }
.award-photo figcaption { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; }
.why-panel { padding: 28px; border: 1px solid #c9cfbb; background: #e9ecdf; }
.why-mark { font: italic 90px/1 var(--serif); color: #637252; display: block; border-bottom: 1px solid #c9cfbb; padding-bottom: 20px; margin-bottom: 25px; }
.why-panel h2 { margin-block: 14px 22px; }
.why-panel > p { font-size: 15px; color: #56634b; }
.why-panel > p.eyebrow { font-size: 12px; }
.why-panel > p.why-intro { font-size: 17px; color: #31412e; margin-bottom: 18px; }
.why-examples { margin-top: 25px; }
.why-examples details { border-top: 1px solid #c9cfbb; }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.why-examples summary { display: flex; align-items: baseline; gap: 10px; padding-block: 18px; font-size: 14px; line-height: 1.5; }
.why-examples summary > span { font-size: 12px; color: #5d6f4d; }
.why-examples summary > b { margin-left: auto; font-size: 17px; font-weight: 400; }
.why-examples details[open] summary > b { transform: rotate(45deg); }
.why-examples details p { font-size: 14px; color: #56634b; padding-bottom: 12px; }
.why-examples details a { display: inline-block; font-size: 13px; margin-bottom: 18px; text-decoration: underline; }
.connection-links { display: flex; flex-wrap: wrap; gap: 14px 25px; margin-top: 25px; font-size: 15px; }
.connection-links a { border-bottom: 1px solid var(--line); padding-bottom: 4px; }
.source-links { border-top: 1px solid var(--line); margin-block: 45px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--muted); }
.source-links .eyebrow { width: 100%; margin-bottom: 6px; }
.source-links a { font-size: 13px; text-decoration: underline; }

.project-heading { border-top: 1px solid var(--line); padding: 32px 0 48px; }
.project-heading-top { display: flex; justify-content: space-between; align-items: start; gap: 30px; margin-bottom: 27px; }
.relationship { font-size: 13px; color: var(--muted); border-left: 2px solid var(--accent); padding-left: 12px; }
.project-heading .lead { margin-top: 24px; max-width: 700px; }
.project-heading .text-link { margin-top: 18px; }
.project-hero-media > div { position: relative; height: 490px; background: var(--image-bg); overflow: hidden; }
.project-hero-media > div > img { width: 100%; height: 100%; object-fit: cover; }
.project-hero-media .image-c3s > img, .project-hero-media .image-oregano-prime > img { object-fit: contain; padding: 24px; }
.project-hero-media > div > img.app-icon { position: absolute; width: 75px; height: 75px; padding: 0; left: 35px; bottom: 30px; border-radius: 16px; }
.project-hero-media .image-mesegep > img { object-fit: contain; }
.media-credit { margin-top: 10px; color: var(--muted); font-size: 12px; }
.project-hero-media .sensor-box { transform: rotate(-14deg) scale(1.6); }
.project-hero-media .sensor-orbit { transform: scale(1.4); }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; border-bottom: 1px solid var(--line); padding-block: 42px; }
.stats > div { display: flex; flex-direction: column; border-left: 1px solid var(--line); padding-left: 25px; }
.stats > div:first-child { border-left: none; padding-left: 0; }
.stats strong { font: 400 clamp(28px, 3.6vw, 48px)/1.2 var(--serif); letter-spacing: -.04em; }
.stats span { margin-top: 10px; font-size: 14px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; padding-bottom: 20px; }
.feature-grid article { border-top: 1px solid var(--line); padding-top: 18px; }
.feature-grid .eyebrow { color: var(--accent); }
.feature-grid h3 { margin: 20px 0 16px; font-size: 28px; }
.feature-grid p { font-size: 14px; color: var(--muted); }
.project-story { display: grid; grid-template-columns: 1fr 1.25fr; gap: 110px; padding-block: 80px; }
.story-lead { font: 400 32px/1.35 var(--serif); letter-spacing: -.025em; color: #4f5b43; }
.project-story article + article { margin-top: 38px; }
.project-story h2 { font-size: 31px; margin-bottom: 16px; }
.project-story article p { font-size: 15px; color: var(--muted); }
.related { padding-top: 30px; }
.related > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.related a { padding-top: 18px; border-top: 1px solid var(--line); }
.related h3 { display: flex; justify-content: space-between; gap: 10px; margin-top: 15px; }
.related h3 > span { font: 400 25px var(--sans); }
.humanize { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; border-block: 1px solid var(--line); padding-block: 65px; margin-top: 70px; }
.humanize h2 { font-size: clamp(62px, 7.2vw, 104px); margin-top: 30px; line-height: .99; }
.humanize > div:last-child { align-self: center; max-width: 430px; }
.humanize-symbol { font: 400 36px var(--serif); color: var(--accent); display: block; margin-bottom: 30px; }
.humanize h3 { font-size: 34px; margin-bottom: 20px; }
.humanize p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.humanize .text-link { margin-top: 20px; }
.opportunity { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: center; padding-block: 80px 25px; }
.opportunity > div > strong { display: block; font: 400 clamp(90px, 12vw, 175px)/1.1 var(--serif); letter-spacing: -.07em; color: var(--accent); margin-top: 25px; white-space: nowrap; }
.opportunity strong > span { font-size: .47em; margin-left: 8px; }
.opportunity p:not(.eyebrow) { margin: 22px 0 15px; color: var(--muted); }
.opportunity small { display: block; font-size: 13px; color: var(--muted); line-height: 1.6; }
.opportunity .text-link { margin-top: 10px; }
.mission-section { padding-bottom: 55px; }
.section-note { font-size: 14px; color: var(--muted); max-width: 850px; margin-block: 20px 35px; }
.mission-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px 28px; }
.mission-card { min-width: 0; }
.mission-image { position: relative; display: block; aspect-ratio: 1.35; background: #e4e7df; overflow: hidden; }
.mission-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.mission-image:hover img { transform: scale(1.035); }
.mission-status { position: absolute; bottom: 12px; left: 12px; right: 12px; padding: 5px 8px; width: fit-content; background: #f6f4eef5; font-size: 12px; }
.mission-card h3 { margin: 20px 0 14px; font-size: 29px; }
.mission-card p { color: var(--muted); font-size: 15px; }
.mission-card .text-link { font-size: 13px; margin-top: 8px; }
.mission-preview { padding-top: 20px; border-bottom: 1px solid var(--line); }
.mission-preview .section-heading { margin-bottom: 35px; }
.mission-preview .section-heading > a { justify-self: end; }

.solar-lab { background: #253624; color: #f2f0e3; padding-block: 85px; }
.solar-lab .section-label { display: flex; justify-content: space-between; }
.solar-lab .section-label > span, .solar-lab .eyebrow { color: #c4ccb7; }
.solar-lab em { color: #e7aa72; }
.solar-lab .section-heading p { color: #c4ccb7; }
.solar-lab a:hover { color: #efb989; }
.solar-lab :focus-visible { outline-color: #e7aa72; }
.calculation { display: grid; grid-template-columns: 1fr 1.3fr; gap: 65px; margin-top: 55px; padding: 42px 0; border-block: 1px solid #526149; }
.calculation-inputs { display: flex; flex-direction: column; gap: 35px; }
.baseline > strong { display: block; font: 400 62px/1.2 var(--serif); letter-spacing: -.05em; margin-top: 12px; }
.baseline > strong > small { font-size: 25px; }
.baseline > span:last-child { font-size: 14px; color: #c4ccb7; }
.rate-control { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; }
.rate-control label { font-size: 15px; }
.rate-control output { font-size: 24px; color: #e7aa72; }
.rate-control input { grid-column: 1/-1; width: 100%; margin: 0; cursor: pointer; accent-color: #e7aa72; }
.range-labels { grid-column: 1/-1; display: flex; justify-content: space-between; font-size: 12px; color: #c4ccb7; }
.calculation-results { border-left: 1px solid #526149; padding-left: 50px; align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; }
.result-primary > div { display: flex; align-items: baseline; flex-wrap: wrap; gap: 15px; margin-block: 15px 0; }
.result-primary > div > strong { font: 400 clamp(68px, 8vw, 110px)/1 var(--serif); letter-spacing: -.065em; color: #e7aa72; }
.result-primary > div > span { font-size: 18px; }
.result-primary > p { font: 400 25px/1.5 var(--serif); margin-top: 16px; }
.result-primary > p > strong { font-weight: 400; }
.result-energy { margin-top: 24px; border-top: 1px solid #526149; padding-top: 18px; }
.result-energy > span { font-size: 17px; }
.result-energy > span > strong { font-weight: 400; }
.result-energy > p { font-size: 12px; color: #c4ccb7; margin-top: 6px; }
.model-note { color: #b8c2ac; font-size: 13px; max-width: 950px; margin-top: 18px; }
.price-story { display: grid; grid-template-columns: 1fr 1.45fr; gap: 65px; align-items: center; margin-top: 75px; }
.price-story h3 { font-size: 34px; margin-block: 20px; }
.price-story p:not(.eyebrow) { color: #c4ccb7; font-size: 15px; }
.price-comparison { display: flex; gap: 25px; margin-top: 25px; }
.price-comparison > div { border-left: 1px solid #69765e; padding-left: 15px; flex: 1; }
.price-comparison strong { display: block; font: 400 32px var(--serif); margin-bottom: 8px; }
.price-comparison > div:last-child strong { color: #e7aa72; }
.price-comparison span { display: block; font-size: 12px; color: #c4ccb7; }
.price-chart { min-width: 0; }
.price-chart figcaption { display: flex; justify-content: space-between; color: #e5e8d7; font-size: 14px; margin-bottom: 20px; gap: 20px; }
.price-chart figcaption > span { color: #b8c2ac; font-size: 12px; }
.chart-scroll { overflow-x: auto; scrollbar-color: #7c8c70 #253624; }
.price-chart svg { display: block; width: 100%; min-width: 650px; }
.price-chart svg text { fill: #c4ccb7; font: 15px var(--sans); }
.chart-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; font-size: 12px; color: #c4ccb7; }
.chart-legend i { display: inline-block; width: 9px; height: 9px; background: #687b61; margin-right: 7px; }
.chart-legend > span:last-child i { background: #e7aa72; }
.midday-note { display: flex; align-items: center; gap: 25px; padding: 25px; background: #31432d; margin-block: 40px; }
.sun-symbol { font-size: 40px; color: #e7aa72; }
.midday-note p { font-size: 14px; color: #d3dac6; }
.midday-note strong { color: #efd1ab; font-weight: 400; }
.table-scroll { overflow-x: auto; scrollbar-color: #7c8c70 #253624; }
table { border-collapse: collapse; width: 100%; min-width: 650px; text-align: right; font-size: 14px; font-variant-numeric: tabular-nums; }
caption { text-align: left; padding-bottom: 24px; font: 400 29px var(--serif); letter-spacing: -.025em; }
caption > small { display: block; font: 400 12px var(--sans); letter-spacing: .03em; color: #c4ccb7; margin-top: 10px; }
th, td { padding: 13px 16px; border-bottom: 1px solid #46573c; white-space: nowrap; }
th { font-weight: 400; }
thead th { font-size: 13px; color: #c4ccb7; border-top: 1px solid #69765e; }
thead small { display: block; font-size: 12px; color: #a8b59b; margin-top: 4px; }
tr > :first-child { text-align: left; padding-left: 0; }
tr > :last-child { padding-right: 0; }
tbody tr:hover { background: #31432d; }
.capture-cell { color: #e7aa72; }
tfoot th, tfoot td { color: #e7aa72; border-bottom: 1px solid #8f9b80; font-size: 15px; padding-block: 17px; }
.methodology { border-block: 1px solid #526149; margin-top: 40px; }
.methodology summary { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; font-size: 15px; }
.methodology summary > span { color: #e7aa72; }
.methodology[open] summary > span { transform: rotate(45deg); }
.methodology-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; padding-bottom: 30px; }
.methodology h4 { font-weight: 400; font-size: 15px; margin-bottom: 12px; }
.methodology p { color: #c4ccb7; font-size: 13px; }
.methodology p + p { margin-top: 12px; }
.methodology p.formula { color: #e7aa72; font-size: 14px; }
.solar-sources { display: flex; gap: 10px 22px; flex-wrap: wrap; font-size: 12px; color: #c4ccb7; margin-top: 25px; }
.solar-sources p { width: 100%; }
.solar-sources a { text-decoration: underline; }
.privacy-copy { max-width: 780px; padding-bottom: 100px; }
.privacy-copy h2 { margin: 35px 0 20px; font-size: 32px; }
.privacy-copy p { color: var(--muted); font-size: 15px; }
.privacy-copy p + p { margin-top: 20px; }
.privacy-copy a { text-decoration: underline; }

@media (min-width: 1500px) { .hero h1 { font-size: 84px; } }
@media (max-width: 1100px) {
  .wrap { width: 90%; }
  .site-header { gap: 20px; }
  .site-header nav { gap: 17px; font-size: 13px; }
  .brand-name { font-size: 12px; }
  .section-heading { gap: 45px; }
  .editorial-intro { grid-template-columns: 1.5fr 1fr; }
  .editorial-intro h1 { font-size: 62px; }
  .mosaic-story { min-height: 370px; }
  .mosaic-satellite > img { height: 200px; }
  .mosaic-title { font-size: 27px; }
  .project-image { height: 280px; }
  .project-body { grid-template-columns: 1fr; }
  .project-tags { grid-column: 1; }
  .founder-preview { gap: 50px; }
  .founder-photo { height: 450px; }
  .about-layout { gap: 35px; }
  .credential-grid { gap: 12px; }
  .credential-grid article { padding: 20px; }
  .credential-grid h3 { font-size: 27px; }
  .why-panel { padding: 22px; }
  .project-story { gap: 60px; }
  .feature-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .mission-grid { gap: 35px 20px; }
  .humanize { gap: 50px; }
  .price-story { gap: 35px; }
  .calculation { gap: 35px; }
  .calculation-results { padding-left: 35px; }
}
@media (max-width: 850px) {
  .site-header { min-height: 92px; flex-wrap: wrap; }
  .menu-toggle { display: flex; align-items: center; gap: 15px; margin-left: auto; border: none; background: transparent; font-size: 14px; padding: 15px 0; color: var(--ink); }
  .menu-toggle span { font-size: 20px; }
  .menu-toggle[aria-expanded='true'] span { transform: rotate(45deg); }
  .site-header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-block: 1px solid var(--line); box-shadow: 0 15px 20px #25292112; padding: 20px; font-size: 15px; }
  .site-header nav.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .site-header nav a { padding-block: 8px; }
  .editorial-intro { grid-template-columns: 1fr; gap: 25px; }
  .editorial-intro > div { max-width: 530px; }
  .editorial-intro h1 { font-size: 70px; }
  .section-pad { padding-block: 75px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 600px; }
  .principles { gap: 22px; }
  .principles h3 { font-size: 25px; }
  .connection-strip a { font-size: 20px; }
  .connection-strip a:last-child { font-size: 14px; }
  .mosaic-satellite { padding: 20px; }
  .mosaic-satellite > img { width: 87%; height: 180px; margin-top: 10px; }
  .mosaic-title { font-size: 25px; margin-top: 22px; }
  .project-grid { column-gap: 23px; }
  .founder-preview { gap: 30px; }
  .founder-photo { height: 425px; }
  .founder-preview h2 { font-size: 34px; }
  .about-layout { grid-template-columns: 1fr; gap: 50px; }
  .why-panel { padding: 35px; }
  .why-mark { font-size: 70px; }
  .why-panel > p { font-size: 15px; }
  .why-panel > p.why-intro { font-size: 19px; }
  .why-examples summary { font-size: 15px; }
  .why-examples details p { font-size: 14px; }
  .mission-grid { grid-template-columns: 1fr 1fr; }
  .project-story { gap: 40px; grid-template-columns: 1fr 1.3fr; }
  .story-lead { font-size: 27px; }
  .project-hero-media > div { height: 400px; }
  .humanize { gap: 35px; }
  .humanize h3 { font-size: 28px; }
  .opportunity { gap: 30px; }
  .opportunity > div > strong { font-size: 100px; }
  .solar-lab .section-heading { grid-template-columns: 1fr; }
  .price-story { grid-template-columns: 1fr; }
  .price-chart { max-width: 720px; }
  .price-story > div { max-width: 600px; }
  .methodology-grid { grid-template-columns: 1fr; gap: 25px; }
  .methodology p { font-size: 14px; }
  .calculation { gap: 25px; }
  .calculation-results { padding-left: 25px; }
  .result-primary > div > strong { font-size: 80px; }
  .related > div { gap: 20px; }
  .related h3 { font-size: 25px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 40px); }
  body { font-size: 15px; }
  h1 { font-size: clamp(40px, 10.9vw, 62px); }
  h2 { font-size: 35px; }
  h3 { font-size: 27px; }
  .section-pad { padding-block: 60px; }
  .section-label { font-size: 12px; margin-bottom: 25px; }
  .site-header { gap: 17px; min-height: 88px; }
  .brand-mark { font-size: 42px; }
  .brand-name { font-size: 12px; }
  .brand { gap: 10px; }
  .menu-toggle { gap: 6px; font-size: 13px; }
  .language-switch { font-size: 12px; gap: 2px; }
  .hero { padding-top: 10px; }
  .editorial-heading { padding-top: 16px; gap: 20px; }
  .editorial-heading .eyebrow { font-size: 12px; }
  .editorial-intro { margin-block: 30px; }
  .editorial-intro h1 { font-size: clamp(40px, 10.9vw, 62px); }
  .editorial-intro p { font-size: 14px; }
  .text-link { font-size: 14px; gap: 15px; }
  .editorial-mosaic { grid-template-columns: 1fr; gap: 14px; }
  .mosaic-story { min-height: 340px; }
  .mosaic-story > img { object-position: 60% center; }
  .photo-caption { inset: auto 22px 22px; }
  .photo-caption strong { font-size: 31px; }
  .mosaic-satellite { min-height: 250px; }
  .mosaic-satellite > img { position: absolute; right: 8px; top: 22px; height: 190px; width: 56%; margin: 0; }
  .mosaic-title { margin-top: 70px; font-size: 29px; z-index: 1; max-width: 260px; text-shadow: 0 2px 15px #080d18; }
  .mosaic-bottom { position: relative; z-index: 1; }
  .editorial-footnote { font-size: 12px; }
  .editorial-footnote > span { max-width: 230px; }
  .editorial-footnote > a { white-space: nowrap; }
  .connection-strip > div { display: grid; grid-template-columns: repeat(3, 1fr); justify-items: center; gap: 25px 15px; }
  .connection-strip a { font-size: 21px; white-space: nowrap; }
  .connection-strip a[href*='oregano-prime'] { font-size: 18px; }
  .connection-strip a:last-child { grid-column: 1/-1; }
  .section-heading > p { font-size: 14px; }
  .principles { grid-template-columns: 1fr; gap: 28px; margin-top: 35px; }
  .principles h3 { margin-top: 12px; }
  .filters { gap: 19px; margin-block: 25px; flex-wrap: wrap; }
  .filters button { font-size: 13px; padding-block: 10px; }
  .filters sup { font-size: 12px; margin-left: 3px; }
  .project-grid { grid-template-columns: 1fr; gap: 35px; }
  .project-card:nth-child(even) { margin-top: 0; }
  .project-image { height: 310px; }
  .project-body { gap: 11px; padding-top: 16px; }
  .project-body h3 { font-size: 32px; }
  .project-body p { font-size: 14px; }
  .feature-story { padding-block: 65px; background-position: 65% center; }
  .feature-story h2 { font-size: 36px; }
  .founder-preview { grid-template-columns: 1fr; gap: 40px; }
  .founder-photo { height: 420px; max-width: 370px; }
  .founder-preview h2 { font-size: 35px; }
  .contact { padding-block: 55px; }
  .contact-grid { grid-template-columns: 1fr auto; gap: 20px 10px; }
  .contact-grid > div { grid-column: 1/-1; }
  .contact-arrow { width: 65px; height: 65px; font-size: 35px; grid-column: 2; grid-row: 2; }
  .contact-email { grid-column: 1; grid-row: 2; font-size: 20px; }
  .site-footer { padding-top: 38px; }
  .footer-sitemap { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-identity { grid-column: 1/-1; }
  .footer-bottom { gap: 15px; }
  .footer-bottom > div { margin-left: 0; }
  .exit-heading, .exit-facts, .exit-timeline, .archive-links, .norbit-segments, .toll-story { grid-template-columns: 1fr; gap: 28px; }
  .exit-heading > div { border-left: 0; padding-left: 0; }
  .exit-facts > div + div { border-top: 1px solid #c9c3b7; padding-top: 20px; }
  .exit-facts strong { font-size: 40px; }
  .norbit-segments { margin-bottom: 45px; }
  .founder-account { padding-left: 20px; }
  .page-heading { padding-block: 35px 45px; }
  .page-heading .lead, .project-heading .lead { font-size: 17px; margin-top: 22px; }
  .page-heading h1 br, .project-heading h1 br { display: none; }
  .about-layout { padding-bottom: 60px; }
  .about-portrait figcaption { font-size: 12px; gap: 15px; }
  .biography { margin-top: 35px; }
  .biography .lead { font-size: 20px; }
  .credential-grid { grid-template-columns: 1fr; gap: 18px; }
  .credential-grid article { padding: 25px; }
  .credential-grid h3 { font-size: 33px; }
  .credential-grid h3 br { display: none; }
  .why-panel { padding: 25px; }
  .why-panel h2 { font-size: 43px; }
  .project-heading { padding-top: 25px; }
  .project-heading-top { flex-direction: column; gap: 14px; }
  .project-heading-top .eyebrow { font-size: 12px; }
  .relationship { font-size: 12px; }
  .project-hero-media > div { height: 340px; }
  .project-hero-media .image-mesegep { height: auto; aspect-ratio: 4 / 3; }
  .project-hero-media .sensor-box { transform: rotate(-14deg) scale(1.15); }
  .project-hero-media .sensor-orbit { transform: scale(1); }
  .sensor-coordinate { left: 15px; bottom: 38px; font-size: 12px; }
  .sensor-label { left: 15px; right: auto; bottom: 16px; font-size: 12px; }
  .stats { gap: 15px; padding-block: 28px; }
  .stats > div { padding-left: 12px; }
  .stats strong { font-size: 24px; overflow-wrap: anywhere; }
  .stats span { font-size: 12px; }
  .feature-grid { grid-template-columns: 1fr; gap: 30px; padding-bottom: 0; }
  .feature-grid h3 { font-size: 31px; margin-top: 12px; }
  .project-story { grid-template-columns: 1fr; gap: 35px; padding-block: 55px; }
  .story-lead { font-size: 29px; }
  .project-story h2 { font-size: 29px; }
  .related > div { grid-template-columns: 1fr; gap: 25px; }
  .related h3 { font-size: 30px; }
  .humanize { grid-template-columns: 1fr; gap: 35px; padding-block: 40px; margin-top: 40px; }
  .humanize h2 { font-size: clamp(62px, 17vw, 90px); }
  .humanize h3 { font-size: 33px; }
  .humanize-symbol { margin-bottom: 15px; }
  .opportunity { grid-template-columns: 1fr; padding-block: 50px 0; gap: 30px; }
  .opportunity > div > strong { font-size: 128px; margin-top: 18px; }
  .mission-grid { grid-template-columns: 1fr; gap: 40px; }
  .mission-card h3 { font-size: 33px; }
  .mission-card p { font-size: 14px; }
  .mission-preview .section-heading > a { justify-self: start; }
  .solar-lab { padding-block: 55px; }
  .solar-lab .section-label { gap: 20px; font-size: 12px; }
  .calculation { grid-template-columns: 1fr; margin-top: 35px; padding-block: 25px; gap: 30px; }
  .calculation-inputs { gap: 22px; }
  .baseline > strong { font-size: 63px; }
  .calculation-results { border-left: none; border-top: 1px solid #526149; padding-left: 0; padding-top: 25px; }
  .result-primary > div > strong { font-size: 87px; }
  .result-primary > div > span { font-size: 17px; }
  .result-primary > p { font-size: 25px; }
  .price-story { margin-top: 45px; gap: 30px; }
  .price-story h3 { font-size: 33px; }
  .price-chart figcaption { font-size: 13px; }
  .midday-note { align-items: start; gap: 15px; padding: 20px; margin-block: 30px; }
  .sun-symbol { font-size: 27px; }
  .midday-note p { font-size: 13px; }
  caption { font-size: 26px; }
  .methodology summary { font-size: 15px; }
  .methodology-grid { gap: 22px; }
  .privacy-copy { padding-bottom: 65px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .page-heading h1 { font-size: 36px; }
  .site-header { gap: 10px; }
  .brand-name { font-size: 12px; }
  .brand-mark { font-size: 38px; }
  .editorial-footnote { font-size: 12px; }
  .connection-strip a { font-size: 18px; }
  .connection-strip a[href*='oregano-prime'] { font-size: 16px; }
  .project-image { height: 270px; }
  .filters { gap: 8px 15px; }
  .filters button { font-size: 12px; }
  .contact-email { font-size: 17px; }
  .opportunity > div > strong { font-size: 110px; }
  .stats strong { font-size: 21px; }
  .result-primary > div > strong { font-size: 78px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  .site-header nav, .menu-toggle, .language-switch, .filters, .contact, .site-footer, .related { display: none; }
  .wrap { width: 100%; }
  .section-pad { padding-block: 30px; }
  .table-scroll { overflow: visible; }
  table { min-width: 0; }
  .solar-lab { print-color-adjust: exact; }
}
