/*
Theme Name: BeamGrid 2026
Theme URI: https://www.beamgrid.co.uk/
Author: BeamGrid Technologies Ltd
Description: A high-performance, ultra-modern WordPress theme for BeamGrid's three RF technology verticals.
Version: 1.3.2
Text Domain: beamgrid-2026
*/

:root {
  --bg: #020711;
  --bg-2: #06111f;
  --panel: rgba(8, 24, 42, .76);
  --panel-solid: #08182a;
  --line: rgba(91, 221, 255, .18);
  --line-hot: rgba(91, 221, 255, .58);
  --cyan: #55e6ff;
  --blue: #3389ff;
  --violet: #8d7cff;
  --white: #f5fbff;
  --muted: #a8becf;
  --dim: #718a9e;
  --radius: 24px;
  --max: 1200px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 6%, rgba(43, 134, 255, .14), transparent 34rem),
    radial-gradient(circle at 10% 42%, rgba(85, 230, 255, .08), transparent 28rem),
    linear-gradient(180deg, #020711 0%, #05111f 48%, #020711 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .36;
  background-image:
    linear-gradient(rgba(95, 210, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 210, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

/* Retire the legacy 10Web global header/footer while this theme is active. */
body > .elementor-311,
body > .elementor-309 { display: none !important; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { color: var(--white); line-height: 1.08; letter-spacing: -.035em; }
p { color: var(--muted); }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -80px; padding: 10px 16px; background: #fff; color: #000; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  border-bottom: 1px solid rgba(85, 230, 255, .12);
  background: rgba(2, 7, 17, .76);
  backdrop-filter: blur(20px);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.brand-logo { width: 48px; height: 48px; flex: 0 0 auto; border-radius: 14px; object-fit: contain; box-shadow: 0 0 24px rgba(28, 213, 255, .16); }
.brand-name { color: var(--white); font-size: 1.02rem; }
.brand-tm { position: relative; top: -.48em; margin-left: .12em; color: var(--cyan); font-size: .48em; line-height: 0; text-shadow: 0 0 10px rgba(85, 230, 255, .72); }
.footer-brand .brand-logo { width: 76px; height: 76px; border-radius: 20px; }
.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-hot);
  border-radius: 11px;
  position: relative;
  box-shadow: inset 0 0 22px rgba(85, 230, 255, .12), 0 0 24px rgba(85, 230, 255, .12);
}
.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  border: 1px solid var(--cyan);
  border-radius: 50%;
}
.brand-mark::before { inset: 9px; }
.brand-mark::after { inset: 15px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.main-menu { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.main-menu a { color: #d8e8f2; font-size: .92rem; transition: .2s ease; }
.main-menu a:hover, .main-menu .current-menu-item > a { color: var(--cyan); }
.nav-cta, .button {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--line-hot);
  border-radius: 11px;
  color: var(--cyan);
  background: rgba(10, 36, 58, .62);
  font-weight: 780;
  transition: .22s ease;
}
.nav-cta:hover, .button:hover {
  transform: translateY(-2px);
  border-color: var(--cyan);
  background: rgba(85, 230, 255, .11);
  box-shadow: 0 15px 42px rgba(19, 176, 255, .14);
}
.button.primary { color: #00121c; border-color: transparent; background: linear-gradient(135deg, var(--cyan), #80edff); }
.menu-toggle { display: none; border: 0; color: var(--white); background: transparent; font: inherit; }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  padding: 92px 0 70px;
  overflow: clip;
}
.hero::after {
  position: absolute;
  z-index: -1;
  width: 720px;
  height: 720px;
  right: -210px;
  top: -180px;
  content: "";
  border: 1px solid rgba(85, 230, 255, .11);
  border-radius: 50%;
  box-shadow:
    0 0 0 84px rgba(85, 230, 255, .026),
    0 0 0 168px rgba(85, 230, 255, .018),
    0 0 0 252px rgba(85, 230, 255, .011);
}
.hero-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 72px; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--cyan);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { width: 30px; height: 1px; content: ""; background: var(--cyan); display: none; }
.hero h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3.4rem, 7vw, 6.7rem); font-weight: 800; }
.hero h1, .page-hero h1, .founder-hero h1, .section h2, .section h3 { color: var(--white) !important; }
.gradient-text {
  color: transparent !important;
  background: linear-gradient(105deg, #f7fcff 5%, var(--cyan) 54%, #4a98ff 96%);
  -webkit-background-clip: text;
  background-clip: text;
}
.lead { max-width: 760px; color: #d1e0e9; font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.signal-orbit {
  width: min(100%, 440px);
  aspect-ratio: 1;
  position: relative;
  margin-left: auto;
  border: 1px solid rgba(85, 230, 255, .15);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(85, 230, 255, .15), rgba(3, 14, 27, .74) 38%, transparent 39%);
  box-shadow: inset 0 0 90px rgba(19, 153, 255, .08);
}
.signal-orbit::before, .signal-orbit::after {
  position: absolute;
  inset: 12%;
  content: "";
  border: 1px solid rgba(85, 230, 255, .25);
  border-radius: 50%;
  transform: rotate(55deg) scaleY(.44);
}
.signal-orbit::after { inset: 24%; transform: rotate(-24deg) scaleY(.54); border-color: rgba(141, 124, 255, .34); }
.signal-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--line-hot);
  border-radius: 20px;
  background: rgba(7, 26, 44, .9);
  box-shadow: 0 0 55px rgba(85, 230, 255, .25);
}
.signal-core::before, .signal-core::after { position: absolute; content: ""; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.signal-core::before { width: 26px; height: 2px; left: 23px; top: 36px; }
.signal-core::after { width: 2px; height: 26px; left: 36px; top: 23px; }
.orbit-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.orbit-dot.one { left: 15%; top: 28%; }
.orbit-dot.two { right: 8%; top: 46%; background: var(--blue); }
.orbit-dot.three { left: 42%; bottom: 5%; background: var(--violet); }

.section { padding: 82px 0; }
.section-head { max-width: 780px; margin-bottom: 36px; }
.section-head h2 { margin-bottom: 14px; font-size: clamp(2.2rem, 4.4vw, 4rem); }
.section-head p { font-size: 1.08rem; }
.kicker { margin-bottom: 13px; color: var(--cyan); font-size: .74rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.tech-grid, .feature-grid, .metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tech-card, .feature-card, .glass, .content-panel, .contact-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0, rgba(85, 230, 255, .11), transparent 42%),
    linear-gradient(145deg, rgba(8, 26, 45, .94), rgba(4, 13, 24, .84));
  box-shadow: var(--shadow);
}
.tech-card { min-height: 385px; display: flex; flex-direction: column; }
.tech-card::after { position: absolute; right: -45px; bottom: -45px; width: 140px; height: 140px; content: ""; border: 1px solid var(--line); border-radius: 50%; }
.card-index { color: var(--cyan); font: 750 .78rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.tech-icon { width: 58px; height: 58px; margin: 26px 0; padding: 13px; border: 1px solid var(--line-hot); border-radius: 16px; color: var(--cyan); background: rgba(85, 230, 255, .055); }
.tech-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.tech-card h3 { margin-bottom: 13px; font-size: 1.55rem; }
.tech-card p { margin-bottom: 26px; }
.text-link { margin-top: auto; color: var(--cyan); font-weight: 760; }
.text-link::after { padding-left: 8px; content: "→"; }
.feature-card h3 { margin-bottom: 12px; font-size: 1.28rem; }
.feature-card p:last-child { margin-bottom: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.list { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.list li { position: relative; padding-left: 25px; color: var(--muted); }
.list li::before { position: absolute; width: 8px; height: 8px; left: 0; top: .66em; content: ""; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px rgba(85, 230, 255, .7); }
.metric { padding: 26px; border-top: 1px solid var(--line-hot); background: rgba(7, 22, 38, .7); }
.metric strong { display: block; color: var(--white); font-size: 1.28rem; }
.metric span { color: var(--dim); font-size: .85rem; }

.page-hero { padding: 100px 0 54px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 58px; align-items: center; }
.page-hero h1 { max-width: 940px; margin-bottom: 22px; font-size: clamp(3rem, 6.4vw, 6rem); }
.page-hero .lead { max-width: 820px; }
.hero-media, .tech-image { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(136, 226, 255, .18); border-radius: 28px; background: #081529; box-shadow: 0 30px 80px rgba(0,0,0,.38); }
.hero-media::after, .tech-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 70px rgba(8,21,41,.24); }
.hero-media img { width: 100%; height: clamp(360px, 44vw, 590px); object-fit: cover; }
.hero-video { position: relative; overflow: hidden; margin: 0; aspect-ratio: 16 / 9; border: 1px solid rgba(136, 226, 255, .18); border-radius: 30px; background: #020711; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.hero-video::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 70px rgba(8,21,41,.18); }
.hero-showreel { display: block; width: 100%; height: 100%; object-fit: cover; }
.profile-grid { align-items: stretch; }
.profile-card { display: flex; align-items: center; gap: 18px; min-height: 118px; }
.profile-card h3 { margin: 0; }
.profile-icon { display: inline-flex; flex: 0 0 54px; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 15px; color: #fff; background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 12px 28px rgba(0,0,0,.2); }
.profile-icon svg { width: 31px; height: 31px; fill: currentColor; }
.profile-icon-letter { font: 800 1.3rem/1 var(--sans); letter-spacing: -.05em; }
.profile-icon-letter small { font-size: .62em; vertical-align: super; }
.profile-orcid .profile-icon { background: #a6ce39; }
.profile-scholar .profile-icon { background: #4285f4; }
.profile-linkedin .profile-icon { background: #0a66c2; }
.profile-researchgate .profile-icon { color: #053b38; background: #00ccbb; }
.profile-dblp .profile-icon { gap: 3px; background: #fff; }
.profile-icon-bars i { display: block; width: 6px; border-radius: 3px; }
.profile-icon-bars i:nth-child(1) { height: 18px; background: #f7931e; }
.profile-icon-bars i:nth-child(2) { height: 30px; background: #ed1c24; }
.profile-icon-bars i:nth-child(3) { height: 24px; background: #7ac943; }
.profile-icon-bars i:nth-child(4) { height: 35px; background: #29abe2; }
.profile-companies-house .profile-icon { background: #5b2c83; }
.visual-band { padding: 14px 0 56px; }
.visual-triptych { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.tech-image { min-height: 360px; }
.tech-image img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; transition: transform .7s ease; }
.tech-image:hover img { transform: scale(1.035); }
.tech-image figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: flex; gap: 10px; align-items: center; color: var(--white); font-weight: 700; text-shadow: 0 2px 18px #000; }
.tech-image figcaption span { color: var(--cyan); font: 600 .72rem/1 var(--mono); letter-spacing: .12em; }
.film-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; align-items: center; }
.film-grid .section-head { margin: 0; }
.film-frame { position: relative; overflow: hidden; border: 1px solid rgba(136, 226, 255, .22); border-radius: 30px; background: #020711; box-shadow: 0 34px 90px rgba(0,0,0,.42); text-align: center; }
.film-frame::before { position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 70px rgba(31, 176, 255, .08); }
.film-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #020711; object-fit: cover; }
.video-fallback { display: block; width: 100%; padding: 24px; color: var(--cyan); text-align: center; font-weight: 750; }
.breadcrumb { display: flex; gap: 8px; color: var(--dim); font-size: .82rem; }
.breadcrumb a { color: var(--cyan); }
.legacy-content { padding: 44px 0 88px; }
.legacy-content > .wrap > article { padding: clamp(24px, 5vw, 58px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(6, 20, 35, .76); }
.legacy-content .elementor { color: var(--white); }
.legacy-content .elementor h1, .legacy-content .elementor h2, .legacy-content .elementor h3, .legacy-content .elementor h4 { color: var(--white) !important; }
.legacy-content .elementor p, .legacy-content .elementor li { color: var(--muted) !important; }
.legacy-content .elementor a { color: var(--cyan); }
.legacy-content .elementor-section, .legacy-content .e-con { border-radius: 20px; }
.page-id-170 .legacy-content .elementor h1,
.page-id-170 .legacy-content .elementor h2,
.page-id-170 .legacy-content .elementor h3,
.page-id-170 .legacy-content .elementor h4,
.page-id-170 .legacy-content .elementor h5,
.page-id-170 .legacy-content .elementor h6,
.page-id-170 .legacy-content .elementor h1 span,
.page-id-170 .legacy-content .elementor h2 span,
.page-id-170 .legacy-content .elementor h3 span,
.page-id-170 .legacy-content .elementor h4 span,
.page-id-170 .legacy-content .elementor h5 span,
.page-id-170 .legacy-content .elementor h6 span { color: #fff !important; }
.page-id-170 .legacy-content .elementor p,
.page-id-170 .legacy-content .elementor p span,
.page-id-170 .legacy-content .elementor li,
.page-id-170 .legacy-content .elementor li span,
.page-id-170 .legacy-content .elementor .elementor-widget-text-editor { color: #dce9f1 !important; }
.page-id-170 .legacy-content .elementor a,
.page-id-170 .legacy-content .elementor a span { color: var(--cyan) !important; }

.about-page, .about-page p, .about-page li { color: #dce9f1; }
.about-page h1, .about-page h2, .about-page h3 { color: #fff !important; }
.about-hero { padding: 100px 0 84px; background: radial-gradient(circle at 82% 18%, rgba(34, 139, 255, .16), transparent 34%), linear-gradient(180deg, rgba(7, 21, 38, .52), rgba(2, 8, 17, 0)); }
.about-hero-grid { display: grid; grid-template-columns: minmax(0, 980px); justify-content: center; align-items: center; }
.about-hero-copy { max-width: 980px; }
.about-hero h1 { max-width: 980px; margin: 20px 0 24px; font-size: clamp(3.1rem, 6.1vw, 6.1rem); line-height: .98; }
.about-hero .lead { max-width: 840px; color: #e3eef5; }
.about-origin { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 900px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.about-origin span { display: flex; min-height: 52px; align-items: center; padding: 11px 14px; border: 1px solid rgba(85, 230, 255, .15); border-radius: 14px; color: #cde0ea; background: rgba(7, 21, 38, .58); font: 700 .74rem/1.35 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.about-principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-principles div { display: flex; gap: 14px; align-items: center; padding: 24px; border-right: 1px solid var(--line); color: #fff; }
.about-principles div:last-child { border-right: 0; }
.about-principles span { color: var(--cyan); font: 700 .76rem/1 var(--mono); }
.team-section { padding: 20px 0 92px; }
.team-stack { display: grid; gap: 30px; }
.expert-profile { display: grid; grid-template-columns: minmax(300px, .84fr) minmax(0, 1.16fr); overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(9, 27, 47, .96), rgba(3, 12, 24, .98)); box-shadow: 0 22px 70px rgba(0,0,0,.28); }
.expert-profile-reverse { grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr); }
.expert-profile-reverse .expert-visual { order: 2; }
.expert-profile-reverse .expert-copy { order: 1; }
.expert-visual { min-height: 100%; background: #0b1a2c; }
.expert-visual img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center top; }
.expert-square img { object-position: center; }
.expert-portrait img { object-position: center 18%; }
.expert-copy { padding: clamp(34px, 5vw, 68px); }
.expert-index { display: block; margin-bottom: 20px; color: var(--cyan); font: 700 .76rem/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.expert-copy h2 { margin-bottom: 8px; font-size: clamp(2rem, 4vw, 3.8rem); }
.expert-role { margin-bottom: 26px; color: #8ddfff; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.expert-copy p { color: #d7e5ee; line-height: 1.78; }
.profile-link { display: inline-flex; margin-top: 15px; color: var(--cyan); font-weight: 800; }
.profile-link:hover { color: #fff; }
.join-panel { display: flex; justify-content: space-between; gap: 36px; align-items: center; padding: clamp(34px, 6vw, 72px); border: 1px solid var(--line-hot); border-radius: 30px; background: radial-gradient(circle at 88% 50%, rgba(85, 230, 255, .15), transparent 28%), #071629; }
.join-panel h2 { max-width: 820px; margin: 10px 0 0; color: #fff !important; font-size: clamp(2rem, 4vw, 3.7rem); }

.founder-hero { padding: 78px 0 48px; }
.founder-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 68px; align-items: center; }
.founder-hero h1 { margin-bottom: 14px; font-size: clamp(3.1rem, 6vw, 5.8rem); }
.role { margin-bottom: 24px; color: var(--cyan); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.portrait-wrap { position: relative; width: min(100%, 490px); margin-left: auto; }
.portrait { position: relative; z-index: 2; width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center top; border: 1px solid rgba(141, 233, 255, .24); border-radius: 44% 44% 20px 20px; box-shadow: var(--shadow); mask-image: linear-gradient(to bottom, #000 86%, transparent 100%); }
.portrait-wrap::before { position: absolute; inset: 4% -5% -5% 10%; content: ""; border: 1px solid var(--line); border-radius: 44% 44% 20px 20px; background: radial-gradient(circle at 40% 30%, rgba(85, 230, 255, .25), transparent 42%); transform: rotate(2deg); }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); }
.milestone { position: relative; padding: 62px 13px 0; text-align: center; }
.milestone::before { position: absolute; z-index: 2; top: 23px; left: 50%; width: 16px; height: 16px; content: ""; border: 2px solid var(--cyan); border-radius: 50%; background: var(--bg-2); box-shadow: 0 0 18px rgba(85, 230, 255, .58); transform: translateX(-50%); }
.milestone::after { position: absolute; top: 31px; left: 0; width: 100%; height: 1px; content: ""; background: rgba(85, 230, 255, .34); }
.milestone:first-child::after { left: 50%; width: 50%; }
.milestone:last-child::after { width: 50%; }
.milestone b { display: block; margin-bottom: 5px; font-size: .9rem; }
.milestone span { color: var(--dim); font-size: .78rem; line-height: 1.4; }

.contact-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 22px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #dbeaf3; font-size: .85rem; font-weight: 700; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: 0;
  color: var(--white);
  background: rgba(2, 11, 21, .72);
  font: inherit;
}
.field textarea { min-height: 155px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(85, 230, 255, .08); }
.hp-field { position: absolute; left: -9999px; }
.notice { margin-bottom: 20px; padding: 14px 17px; border: 1px solid var(--line-hot); border-radius: 11px; color: #dffbff; background: rgba(85, 230, 255, .08); }
.notice.error { border-color: rgba(255, 116, 116, .55); background: rgba(255, 75, 75, .09); }

.site-footer { padding: 64px 0 30px; border-top: 1px solid var(--line); background: rgba(1, 6, 14, .64); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 34px; }
.footer-title { margin-bottom: 12px; font-size: 1.1rem; }
.footer-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: var(--muted); }
.footer-links a:hover { color: var(--cyan); }
.copyright { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(85, 230, 255, .1); color: var(--dim); font-size: .82rem; }

@media (max-width: 1120px) {
  .main-menu { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); padding: 20px; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 18px; background: #06111f; box-shadow: var(--shadow); }
  .main-menu.open { display: flex; }
  .menu-toggle { display: inline-flex; }
  .nav > .nav-cta { display: none; }
  .hero-grid, .founder-grid, .contact-wrap, .page-hero-grid, .film-grid, .about-hero-grid, .expert-profile, .expert-profile-reverse { grid-template-columns: 1fr; }
  .expert-profile-reverse .expert-visual, .expert-profile-reverse .expert-copy { order: initial; }
  .visual-triptych { grid-template-columns: 1fr 1fr; }
  .tech-image-wide { grid-column: 1 / -1; }
  .signal-orbit, .portrait-wrap { margin: 20px auto 0; }
  .tech-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: auto; }
}
@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .hero, .page-hero { padding-top: 72px; }
  .hero h1, .page-hero h1, .founder-hero h1 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  .tech-grid, .feature-grid, .metrics, .split, .footer-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; gap: 16px; }
  .milestone { padding: 0 0 0 35px; text-align: left; }
  .milestone::before { left: 8px; top: 5px; transform: none; }
  .milestone::after { left: 16px !important; top: 18px; width: 1px !important; height: calc(100% + 18px); }
  .milestone:last-child::after { display: none; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .section { padding: 62px 0; }
  .visual-triptych { grid-template-columns: 1fr; }
  .tech-image-wide { grid-column: auto; }
  .tech-image, .tech-image img { min-height: 300px; }
  .hero-media img { height: 340px; }
  .hero-video { width: 100%; margin-top: 12px; border-radius: 22px; }
  .about-origin, .about-principles { grid-template-columns: 1fr; }
  .about-principles div { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-principles div:last-child { border-bottom: 0; }
  .expert-visual img { min-height: 390px; }
  .expert-copy { padding: 28px 22px 34px; }
  .join-panel { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: no-preference) {
  .orbit-dot.one { animation: pulse 2.8s ease-in-out infinite; }
  .orbit-dot.two { animation: pulse 3.3s ease-in-out infinite .5s; }
  .orbit-dot.three { animation: pulse 3.8s ease-in-out infinite 1s; }
  @keyframes pulse { 50% { opacity: .35; transform: scale(.72); } }
}

/* Homepage evidence-led redesign · July 2026 */
.home h1,
.home h2,
.home h3 {
  text-wrap: balance;
}

.home p {
  text-wrap: pretty;
}

.home-hero {
  padding-bottom: 54px;
}

.home-hero .hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: clamp(38px, 6vw, 78px);
}

.home-hero h1 {
  max-width: 880px;
  font-size: clamp(3.35rem, 6.5vw, 6.45rem);
}

.home-hero .lead {
  max-width: 770px;
}

.hero-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-status li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a8becf;
  font-size: .8rem;
}

.hero-status strong {
  color: #eefaff;
}

.status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  box-shadow: 0 0 14px currentColor;
}

.status-dot-ready {
  color: #55e6ff;
  background: currentColor;
}

.status-dot-active {
  color: #7d9cff;
  background: currentColor;
}

.status-dot-research {
  color: #b892ff;
  background: currentColor;
}

.home-evidence {
  position: relative;
  padding: 34px 0 74px;
}

.home-evidence::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(85, 230, 255, .06), transparent),
    linear-gradient(180deg, rgba(6, 20, 35, .25), transparent);
}

.home-evidence-head {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 25px;
}

.home-evidence-head h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
}

.home-evidence-head > p {
  margin: 0;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(85, 230, 255, .22);
  border-radius: 24px;
  background: rgba(5, 17, 31, .72);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.evidence-item {
  min-width: 0;
  padding: clamp(24px, 3vw, 36px);
  border-right: 1px solid rgba(85, 230, 255, .16);
}

.evidence-item:last-child {
  border-right: 0;
}

.evidence-label,
.partner-type {
  display: block;
  margin-bottom: 14px;
  color: #55e6ff;
  font: 750 .71rem/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.evidence-item strong {
  display: block;
  margin-bottom: 12px;
  color: #f5fbff;
  font-size: clamp(1.14rem, 1.6vw, 1.38rem);
  line-height: 1.3;
}

.evidence-item p {
  margin: 0;
  font-size: .94rem;
}

.home-portfolio {
  position: relative;
}

.home-tech-grid {
  align-items: stretch;
}

.home-tech-card {
  min-height: 590px;
  padding: clamp(25px, 2.7vw, 34px);
  border-color: rgba(85, 230, 255, .21);
}

.home-tech-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #55e6ff, #3389ff 56%, transparent);
  opacity: .68;
}

.card-topline {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.stage-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #dff7ff;
  background: rgba(255, 255, 255, .045);
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .03em;
}

.stage-ready {
  border-color: rgba(85, 230, 255, .34);
  background: rgba(85, 230, 255, .09);
}

.stage-active {
  border-color: rgba(92, 130, 255, .4);
  background: rgba(92, 130, 255, .1);
}

.stage-research {
  border-color: rgba(175, 126, 255, .38);
  background: rgba(175, 126, 255, .09);
}

.home-tech-card .tech-icon {
  margin: 28px 0 24px;
}

.home-tech-card > p {
  min-height: 112px;
}

.readiness-list {
  display: grid;
  gap: 0;
  margin: 4px 0 26px;
}

.readiness-list > div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid rgba(85, 230, 255, .12);
}

.readiness-list > div:last-child {
  border-bottom: 1px solid rgba(85, 230, 255, .12);
}

.readiness-list dt {
  color: #55e6ff;
  font: 700 .69rem/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.readiness-list dd {
  margin: 0;
  color: #c5d7e4;
  font-size: .85rem;
  line-height: 1.45;
}

.home-core-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 7vw, 86px);
  align-items: start;
}

.home-core .section-head {
  position: sticky;
  top: 118px;
  margin: 0;
}

.home-core .section-head .button {
  margin-top: 14px;
}

.core-capabilities {
  display: grid;
  border-top: 1px solid rgba(85, 230, 255, .24);
}

.core-capabilities article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(85, 230, 255, .16);
}

.core-capabilities article > span {
  color: #55e6ff;
  font: 750 .72rem/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .12em;
}

.core-capabilities h3 {
  margin-bottom: 8px;
  font-size: clamp(1.24rem, 2vw, 1.7rem);
}

.core-capabilities p {
  margin: 0;
}

.partner-paths {
  position: relative;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.partner-grid article {
  position: relative;
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: clamp(25px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(85, 230, 255, .18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(85, 230, 255, .1), transparent 42%),
    rgba(5, 18, 33, .8);
}

.partner-grid article::after {
  position: absolute;
  right: -62px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  content: "";
  border: 1px solid rgba(85, 230, 255, .12);
  border-radius: 50%;
}

.partner-grid h3 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
}

.partner-grid .text-link {
  position: relative;
  z-index: 1;
}

.home-collaborate {
  scroll-margin-top: 100px;
}

.home-contact-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 0, rgba(85, 230, 255, .16), transparent 40%),
    linear-gradient(145deg, rgba(8, 26, 45, .96), rgba(4, 13, 24, .88));
}

.home-contact-intro h2 {
  font-size: clamp(2rem, 3.7vw, 3.5rem);
}

.contact-proof {
  display: grid;
  gap: 9px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(85, 230, 255, .18);
}

.contact-proof span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b9cdda;
  font-size: .88rem;
}

.contact-proof span::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #55e6ff;
  box-shadow: 0 0 11px rgba(85, 230, 255, .7);
}

.contact-proof a {
  color: #55e6ff;
}

@supports (border-color: color-mix(in srgb, white 10%, transparent)) {
  .evidence-grid,
  .home-tech-card,
  .partner-grid article {
    border-color: color-mix(in srgb, #55e6ff 22%, transparent);
  }
}

@media (max-width: 1120px) {
  .home-hero .hero-grid,
  .home-core-grid {
    grid-template-columns: 1fr;
  }

  .home-hero .hero-video {
    width: min(100%, 780px);
  }

  .home-evidence-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .evidence-grid,
  .partner-grid {
    grid-template-columns: 1fr 1fr;
  }

  .evidence-item:nth-child(2) {
    border-right: 0;
  }

  .evidence-item:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(85, 230, 255, .16);
  }

  .home-tech-card {
    min-height: 560px;
  }

  .home-core .section-head {
    position: static;
  }
}

@media (max-width: 720px) {
  .home-hero {
    padding-bottom: 42px;
  }

  .home-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.45rem);
  }

  .home-hero .hero-grid {
    gap: 42px;
  }

  .hero-status {
    display: grid;
  }

  .home-evidence {
    padding: 20px 0 54px;
  }

  .evidence-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .evidence-item {
    border-right: 0;
    border-bottom: 1px solid rgba(85, 230, 255, .16);
  }

  .evidence-item:last-child {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .home-tech-card {
    min-height: 0;
  }

  .home-tech-card > p {
    min-height: 0;
  }

  .card-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .core-capabilities article {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .partner-grid article {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .home-reveal {
      animation: home-reveal linear both;
      animation-timeline: view();
      animation-range: entry 8% cover 30%;
    }

    @keyframes home-reveal {
      from {
        opacity: .35;
        transform: translateY(24px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }
}
\n
/* Evidence and maturity system for technology pages · July 2026 */
.maturity-page h1,
.maturity-page h2,
.maturity-page h3 {
  text-wrap: balance;
}

.maturity-page p,
.maturity-page li {
  text-wrap: pretty;
}

.maturity-hero {
  padding-bottom: 66px;
}

.maturity-hero .page-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
}

.maturity-hero h1 {
  font-size: clamp(3rem, 5.8vw, 5.75rem);
}

.maturity-hero-media {
  isolation: isolate;
}

.maturity-hero-media::before {
  position: absolute;
  z-index: 1;
  inset: auto 18px 18px;
  height: 94px;
  content: "";
  border-radius: 17px;
  background: linear-gradient(180deg, transparent, rgba(2, 7, 17, .72));
  pointer-events: none;
}

.maturity-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 4px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  color: #f5fbff;
  background: rgba(2, 9, 19, .78);
  backdrop-filter: blur(14px);
}

.maturity-hero-media figcaption span {
  color: #55e6ff;
  font: 700 .67rem/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.maturity-hero-media figcaption strong {
  font-size: .92rem;
}

.programme-evidence {
  padding: 12px 0 72px;
}

.evidence-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(85, 230, 255, .24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(85, 230, 255, .09), transparent 32%),
    rgba(5, 17, 31, .78);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.evidence-rail article {
  min-width: 0;
  padding: clamp(24px, 3vw, 35px);
  border-right: 1px solid rgba(85, 230, 255, .16);
}

.evidence-rail article:last-child {
  border-right: 0;
}

.evidence-rail article > span,
.application-grid article > span {
  display: block;
  margin-bottom: 13px;
  color: #55e6ff;
  font: 750 .69rem/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.evidence-rail strong {
  display: block;
  margin-bottom: 10px;
  color: #f5fbff;
  font-size: clamp(1.12rem, 1.7vw, 1.38rem);
  line-height: 1.28;
}

.evidence-rail p {
  margin: 0;
  font-size: .92rem;
}

.explainer-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: start;
}

.technology-explainer .section-head {
  position: sticky;
  top: 118px;
  margin: 0;
}

.principle-stack {
  display: grid;
  border-top: 1px solid rgba(85, 230, 255, .25);
}

.principle-stack article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 29px 0;
  border-bottom: 1px solid rgba(85, 230, 255, .16);
}

.principle-stack article > span {
  color: #55e6ff;
  font: 750 .72rem/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .11em;
}

.principle-stack h3 {
  margin-bottom: 8px;
  font-size: clamp(1.3rem, 2vw, 1.72rem);
}

.principle-stack p {
  margin: 0;
}

.maturity-section {
  position: relative;
}

.maturity-section::before {
  position: absolute;
  z-index: -1;
  inset: 4% 0;
  content: "";
  background:
    radial-gradient(circle at 12% 40%, rgba(85, 230, 255, .07), transparent 30%),
    radial-gradient(circle at 88% 54%, rgba(92, 130, 255, .07), transparent 30%);
}

.maturity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.maturity-card {
  position: relative;
  min-height: 410px;
  padding: clamp(26px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(85, 230, 255, .2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(85, 230, 255, .09), transparent 42%),
    linear-gradient(145deg, rgba(8, 26, 45, .94), rgba(4, 13, 24, .86));
  box-shadow: 0 26px 75px rgba(0, 0, 0, .28);
}

.maturity-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #55e6ff, #3389ff 60%, transparent);
}

.maturity-current::before {
  background: linear-gradient(90deg, #7d9cff, #55e6ff 60%, transparent);
}

.maturity-next::before {
  background: linear-gradient(90deg, #b892ff, #7d9cff 60%, transparent);
}

.maturity-label {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  margin-bottom: 24px;
  padding: 5px 10px;
  border: 1px solid rgba(85, 230, 255, .28);
  border-radius: 999px;
  color: #dffbff;
  background: rgba(85, 230, 255, .08);
  font-size: .69rem;
  font-weight: 780;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.maturity-card h3 {
  margin-bottom: 20px;
  font-size: clamp(1.38rem, 2.1vw, 1.8rem);
}

.maturity-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.maturity-card li {
  position: relative;
  padding-left: 22px;
  color: #b8ccda;
  font-size: .92rem;
}

.maturity-card li::before {
  position: absolute;
  top: .66em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #55e6ff;
  box-shadow: 0 0 12px rgba(85, 230, 255, .6);
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.application-grid article {
  position: relative;
  min-height: 285px;
  padding: clamp(25px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(85, 230, 255, .18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(85, 230, 255, .09), transparent 42%),
    rgba(5, 18, 33, .8);
}

.application-grid article::after {
  position: absolute;
  right: -62px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  content: "";
  border: 1px solid rgba(85, 230, 255, .12);
  border-radius: 50%;
}

.application-grid h3 {
  margin-bottom: 13px;
  font-size: clamp(1.3rem, 2vw, 1.68rem);
}

.partner-brief-section {
  padding-top: 28px;
}

.partner-brief {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
  padding: clamp(32px, 5vw, 62px);
  border: 1px solid rgba(85, 230, 255, .26);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 50%, rgba(85, 230, 255, .12), transparent 32%),
    linear-gradient(145deg, rgba(8, 26, 45, .92), rgba(4, 13, 24, .9));
}

.partner-brief h2 {
  margin: 0;
  font-size: clamp(2rem, 3.7vw, 3.45rem);
}

.partner-brief-list {
  display: grid;
  gap: 11px;
}

.partner-brief-list span {
  position: relative;
  padding: 13px 15px 13px 39px;
  border: 1px solid rgba(85, 230, 255, .13);
  border-radius: 12px;
  color: #c6d9e5;
  background: rgba(2, 12, 23, .48);
  font-size: .9rem;
}

.partner-brief-list span::before {
  position: absolute;
  top: 50%;
  left: 17px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #55e6ff;
  box-shadow: 0 0 12px rgba(85, 230, 255, .65);
  transform: translateY(-50%);
}

.maturity-page [id^="maturity"],
.maturity-page [id^="collaborate"],
.maturity-page #pilot {
  scroll-margin-top: 100px;
}

@supports (border-color: color-mix(in srgb, white 10%, transparent)) {
  .evidence-rail,
  .maturity-card,
  .application-grid article,
  .partner-brief {
    border-color: color-mix(in srgb, #55e6ff 22%, transparent);
  }
}

@media (max-width: 1120px) {
  .maturity-hero .page-hero-grid,
  .explainer-grid,
  .partner-brief {
    grid-template-columns: 1fr;
  }

  .technology-explainer .section-head {
    position: static;
  }

  .evidence-rail,
  .maturity-grid,
  .application-grid {
    grid-template-columns: 1fr 1fr;
  }

  .evidence-rail article:nth-child(2) {
    border-right: 0;
  }

  .evidence-rail article:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(85, 230, 255, .16);
  }

  .maturity-card,
  .application-grid article {
    min-height: 0;
  }

  .maturity-card:last-child,
  .application-grid article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .maturity-hero {
    padding-bottom: 46px;
  }

  .programme-evidence {
    padding-bottom: 54px;
  }

  .evidence-rail,
  .maturity-grid,
  .application-grid {
    grid-template-columns: 1fr;
  }

  .evidence-rail article {
    border-right: 0;
    border-bottom: 1px solid rgba(85, 230, 255, .16);
  }

  .evidence-rail article:last-child {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .maturity-card:last-child,
  .application-grid article:last-child {
    grid-column: auto;
  }

  .principle-stack article {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .partner-brief {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .maturity-page .maturity-card,
    .maturity-page .application-grid article {
      animation: maturity-card-reveal linear both;
      animation-timeline: view();
      animation-range: entry 8% cover 30%;
    }

    @keyframes maturity-card-reveal {
      from {
        opacity: .42;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }
}
