:root {
  --bg: #f4f7f5;
  --ink: #101713;
  --muted: #51615b;
  --line: rgba(12, 22, 18, 0.14);
  --green: #1d9e75;
  --green-dark: #0f6e56;
  --green-bright: #1dff88;
  --amber: #c48010;
  --red: #c8323a;
  --blue: #2b7186;
  --mono: "Share Tech Mono", monospace;
  --font: "Exo 2", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  letter-spacing: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

main {
  max-width: 100vw;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-hero {
  min-height: 96svh;
  width: 100%;
  max-width: 100vw;
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: stretch;
  padding: 96px clamp(18px, 5vw, 72px) 72px;
  color: #f5fbf8;
  background:
    linear-gradient(90deg, rgba(6, 16, 14, 0.94) 0%, rgba(6, 16, 14, 0.72) 44%, rgba(6, 16, 14, 0.16) 100%),
    linear-gradient(180deg, rgba(6, 16, 14, 0.30), rgba(6, 16, 14, 0.72)),
    url("icons/landing-hero-wide.png") center / cover no-repeat;
  overflow: hidden;
}

.site-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background:
    linear-gradient(
      180deg,
      rgba(244,247,245,0) 0%,
      rgba(244,247,245,0.08) 28%,
      rgba(244,247,245,0.32) 55%,
      rgba(244,247,245,0.72) 78%,
      rgba(244,247,245,0.98) 100%
    );
  filter: blur(10px);
  transform: translateY(10px) scale(1.02);
  z-index: -1;
}

.site-nav {
  position: absolute;
  top: 16px;
  left: clamp(14px, 4vw, 42px);
  right: clamp(14px, 4vw, 42px);
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(9, 21, 18, 0.42);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border-radius: 8px;
  max-width: calc(100vw - 28px);
  overflow: hidden;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(29,158,117,0.2);
  border: 1px solid rgba(29,255,136,0.25);
}

.brand-rotor {
  transform-origin: 16px 16px;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-stack {
  display: none;
}

.brand-copy span {
  font-weight: 800;
  letter-spacing: 1.4px;
}

.brand-copy small {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(245,251,248,0.68);
  text-transform: uppercase;
}

.nav-links {
  justify-self: center;
  display: flex;
  gap: clamp(12px, 3vw, 32px);
  font-size: 13px;
  color: rgba(245,251,248,0.78);
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--green-bright);
}

.nav-launch,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-launch,
.btn-primary {
  background: var(--green);
  color: #06110e;
  box-shadow: 0 10px 28px rgba(29,158,117,0.30);
}

.btn-secondary {
  color: #f5fbf8;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.08);
}

.hero-copy {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(42vh, 1fr) auto;
  align-items: start;
  max-width: min(1040px, calc(100vw - clamp(36px, 10vw, 144px)));
  min-height: calc(96svh - 168px);
  padding-top: clamp(82px, 10vh, 118px);
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.5;
  color: var(--green-bright);
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  align-self: center;
  margin-bottom: 0;
  font-size: clamp(56px, 10vw, 138px);
  line-height: 0.86;
  letter-spacing: 0;
  font-weight: 800;
}

.hero-lower {
  padding-bottom: 0;
  transform: translateY(clamp(18px, 4vh, 48px));
}

.hero-line {
  margin-bottom: 12px;
  max-width: 100%;
  font-size: clamp(34px, 4.25vw, 58px);
  line-height: 1;
  font-weight: 700;
}

.hero-line span {
  display: block;
  white-space: nowrap;
}

.hero-text {
  max-width: 610px;
  margin-bottom: 28px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
  color: rgba(245,251,248,0.82);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-proof {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(245,251,248,0.76);
}

.hero-proof span {
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(9, 21, 18, 0.32);
}

.wip-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(100vw - clamp(36px, 10vw, 144px)), 1040px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 10px 14px;
  color: #101713;
  background:
    repeating-linear-gradient(
      135deg,
      #ffcf23 0 16px,
      #ffcf23 16px 24px,
      #111 24px 40px
    );
  border: 2px solid #111;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.34);
  font-family: var(--mono);
  font-size: clamp(13px, 1.65vw, 18px);
  line-height: 1.25;
  overflow: hidden;
}

.wip-banner span,
.wip-banner strong {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  background: rgba(255, 207, 35, 0.94);
  border: 1px solid rgba(17,17,17,0.72);
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(17,17,17,0.26);
}

.wip-banner strong {
  font-weight: 800;
}

.live-strip {
  min-height: 12svh;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: #0f6e56;
  color: #f5fbf8;
  font-family: var(--mono);
  font-size: 14px;
}

.live-strip small {
  margin-left: auto;
  color: rgba(245,251,248,0.64);
}

.live-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 0 7px rgba(29,255,136,0.18);
  flex: 0 0 auto;
}

.section {
  padding: clamp(56px, 8vw, 100px) clamp(18px, 5vw, 72px);
}

.section-tight {
  padding-top: clamp(48px, 6vw, 72px);
}

.section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-head h2,
.product-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  font-weight: 800;
}

.section-head p:not(.eyebrow),
.product-copy p:not(.eyebrow),
.coverage-copy {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
}

.feature-grid,
.install-grid,
.source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.install-grid,
.source-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.map-glass-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(244,247,245,0.24), rgba(244,247,245,0.16)),
    url("icons/landing-map-frost.png") center / cover no-repeat;
}

.map-glass-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,0.12), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(255,255,255,0.08), transparent 28%),
    linear-gradient(90deg, rgba(91,159,166,0.14), rgba(255,255,255,0.02), rgba(106,116,81,0.12));
  backdrop-filter: blur(1px) saturate(1.08);
  -webkit-backdrop-filter: blur(1px) saturate(1.08);
}

.map-glass-section,
.map-glass-section .eyebrow,
.map-glass-section .section-head h2,
.map-glass-section .feature-card h3,
.map-glass-section .feature-card p,
.map-glass-section .feature-card small {
  color: #101713;
}

.feature-card,
.install-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.34);
  border-radius: 8px;
  padding: 24px;
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(29,158,117,0.12);
  position: relative;
}

.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.feature-icon::after {
  inset: 18px;
  background: var(--green);
}

.feature-icon.brief::before {
  border-radius: 8px;
}

.feature-icon.brief::after {
  inset: 12px 15px;
  border-radius: 2px;
}

.feature-card h3,
.install-card h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.feature-card p,
.install-card p {
  color: var(--muted);
  line-height: 1.55;
}

.feature-card small {
  display: block;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  color: var(--green-dark);
}

.decision-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #071411;
}

.cloud-section {
  color: #f5fbf8;
  min-height: 560px;
  display: grid;
  align-content: center;
  background:
    linear-gradient(90deg, #071411 0%, rgba(7,20,17,0.92) 44%, rgba(7,20,17,0.10) 58%, rgba(7,20,17,0) 100%),
    url("icons/landing-europe-clouds.png") right center / auto 100% no-repeat,
    #071411;
}

.cloud-section::before {
  content: none;
}

.cloud-section .section-head h2 {
  color: #f5fbf8;
  text-shadow: 0 2px 18px rgba(0,0,0,0.62);
}

.cloud-section .eyebrow {
  text-shadow: 0 1px 12px rgba(0,0,0,0.72);
}

.cloud-section .section-head,
.cloud-section .decision-band {
  width: min(760px, 42vw);
  margin-left: 0;
}

.decision-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.decision {
  min-height: 112px;
  padding: 20px;
  border-radius: 8px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid;
}

.decision strong {
  font-family: var(--mono);
  font-size: 22px;
  text-transform: uppercase;
}

.decision span {
  color: currentColor;
  opacity: .82;
}

.decision.ready { background: #e0f3e8; color: var(--green-dark); border-color: #a8d8b8; }
.decision.caution { background: #fef4e0; color: var(--amber); border-color: #f0c970; }
.decision.hold { background: #fde8ea; color: var(--red); border-color: #f0a0a5; }

.brief-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(24px, 6vw, 78px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(230, 244, 240, 0.96), rgba(246, 249, 247, 0.88)),
    url("icons/landing-layer-waves-clean.png") center / cover no-repeat;
}

.brief-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
}

.brief-copy p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.brief-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.brief-points span {
  padding: 9px 11px;
  border: 1px solid rgba(15,110,86,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.58);
  color: #0f2a24;
  font-family: var(--mono);
  font-size: 13px;
}

.brief-demo {
  padding: 20px;
  border: 1px solid rgba(15,110,86,0.2);
  border-radius: 8px;
  background: rgba(8, 20, 18, 0.88);
  color: #f5fbf8;
  box-shadow: 0 24px 70px rgba(8, 20, 18, 0.22);
}

.brief-demo-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  font-family: var(--mono);
}

.brief-demo-top span {
  color: var(--green-bright);
}

.brief-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.brief-demo-grid div {
  min-height: 92px;
  display: grid;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}

.brief-demo-grid strong {
  font-family: var(--mono);
  font-size: 30px;
}

.brief-demo-grid span {
  margin-top: 8px;
  color: rgba(245,251,248,0.66);
  font-family: var(--mono);
  text-transform: uppercase;
}

.brief-demo-strip {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.brief-demo-strip span {
  flex: 1;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  text-align: center;
  font-family: var(--mono);
  color: rgba(245,251,248,0.74);
}

.brief-demo-strip .active {
  background: rgba(29,255,136,0.18);
  color: var(--green-bright);
}

.product-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(24px, 6vw, 82px);
  align-items: center;
  background: #0b1514;
  color: #f5fbf8;
}

.product-copy p:not(.eyebrow) {
  color: rgba(245,251,248,0.72);
}

.guidance-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.guidance-points span {
  padding: 8px 10px;
  border: 1px solid rgba(29,255,136,0.24);
  border-radius: 8px;
  background: rgba(29,158,117,0.12);
  color: rgba(245,251,248,0.82);
  font-family: var(--mono);
  font-size: 12px;
}

.guidance-shot {
  margin: 0;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 28px 82px rgba(0,0,0,0.42);
}

.guidance-shot img {
  display: block;
  width: 100%;
  height: min(720px, 78vh);
  object-fit: cover;
  object-position: center 42%;
}

.mini-ui {
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(135deg, rgba(88,154,161,0.78), rgba(92,102,75,0.66));
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.36);
}

.mini-top,
.mini-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--mono);
}

.mini-top b {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(245,251,248,0.84);
  color: var(--green-dark);
  font-size: 12px;
  text-transform: uppercase;
}

.mini-aircraft {
  display: grid;
  grid-template-columns: 120px minmax(0,1fr);
  align-items: center;
  gap: 14px;
  margin: 18px 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.12);
}

.mini-aircraft img {
  width: 100%;
  display: block;
}

.mini-aircraft strong,
.mini-aircraft span {
  display: block;
}

.mini-aircraft strong {
  font-size: 24px;
}

.mini-aircraft span {
  font-family: var(--mono);
  color: rgba(245,251,248,0.68);
}

.mini-route i {
  flex: 1;
  height: 2px;
  background: rgba(245,251,248,0.54);
}

.mini-progress {
  height: 7px;
  margin: 16px 0 12px;
  border-radius: 999px;
  background: rgba(8,16,13,0.24);
  overflow: hidden;
}

.mini-progress span {
  display: block;
  height: 100%;
  background: var(--green-bright);
}

.mini-ui p {
  margin: 0;
  color: rgba(8,16,13,0.78);
  line-height: 1.5;
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 28px;
  align-items: center;
}

.aircraft-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 16, 14, 0.86) 0%, rgba(6, 16, 14, 0.58) 46%, rgba(6, 16, 14, 0.20) 100%),
    linear-gradient(180deg, rgba(6, 16, 14, 0.18), rgba(6, 16, 14, 0.66)),
    url("icons/landing-stormy-sea-hero.jpg") center / cover no-repeat;
  color: #f5fbf8;
}

.aircraft-section .section-head h2 {
  color: #f5fbf8;
  text-shadow: 0 2px 18px rgba(0,0,0,0.48);
}

.aircraft-section .section-head p:not(.eyebrow) {
  color: rgba(245,251,248,0.78);
}

.aircraft-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 0.75fr));
  grid-auto-rows: minmax(228px, auto);
  gap: 16px;
  align-items: stretch;
}

.aircraft-card {
  position: relative;
  min-height: 228px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #0b1514;
  box-shadow: 0 20px 48px rgba(15, 35, 31, 0.14);
}

.aircraft-card.large {
  grid-row: span 2;
}

.aircraft-card img {
  width: 100%;
  height: 100%;
  min-height: 228px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.03) contrast(1.02);
}

.aircraft-card::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(180deg, rgba(8, 17, 15, 0), rgba(8, 17, 15, 0.82));
}

.aircraft-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  display: grid;
  gap: 4px;
  color: #f5fbf8;
}

.aircraft-card strong {
  font-size: 20px;
  line-height: 1.05;
}

.aircraft-card span {
  max-width: 320px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.35;
  color: rgba(245,251,248,0.74);
}

.weather-showcase-section {
  background: #0b1514;
  color: #f5fbf8;
}

.weather-showcase-section .section-head p:not(.eyebrow) {
  color: rgba(245,251,248,0.72);
}

.weather-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.weather-shot {
  margin: 0;
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(88,154,161,0.52), rgba(92,102,75,0.44));
  box-shadow: 0 22px 58px rgba(0,0,0,0.32);
}

.weather-shot img {
  width: 100%;
  height: clamp(460px, 56vw, 660px);
  object-fit: cover;
  object-position: top center;
  display: block;
}

.weather-shot figcaption {
  min-height: 54px;
  padding: 14px 16px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.35;
  color: rgba(245,251,248,0.78);
}

.weather-rule-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.weather-rule-grid article {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}

.weather-rule-grid strong {
  font-family: var(--mono);
  color: var(--green-bright);
  text-transform: uppercase;
}

.weather-rule-grid span {
  color: rgba(245,251,248,0.72);
  line-height: 1.45;
}

.coverage-map svg {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(18,50,48,0.16);
}

.coverage-copy ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.coverage-copy li {
  margin-bottom: 9px;
}

.install-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f5fbf8;
  background:
    linear-gradient(90deg, rgba(5, 16, 14, 0.88) 0%, rgba(5, 16, 14, 0.70) 44%, rgba(5, 16, 14, 0.30) 100%),
    linear-gradient(180deg, rgba(5, 16, 14, 0.18), rgba(5, 16, 14, 0.46)),
    url("icons/landing-install-aberdeen-map.jpg") center / cover no-repeat;
}

.install-section .section-head p:not(.eyebrow) {
  color: rgba(245,251,248,0.78);
}

.install-commercial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 18px;
  align-items: start;
}

.install-commercial-layout .install-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  align-items: start;
}

.install-section .install-card {
  min-height: 0;
  padding: 18px;
  background: rgba(245,251,248,0.80);
  border-color: rgba(245,251,248,0.36);
  box-shadow: 0 14px 36px rgba(4, 14, 12, 0.18);
  backdrop-filter: blur(4px) saturate(1.08);
  -webkit-backdrop-filter: blur(4px) saturate(1.08);
}

.install-section .install-card h3 {
  margin-bottom: 6px;
  font-size: 19px;
  color: #0b1514;
}

.install-section .install-card p {
  font-size: 15px;
  line-height: 1.45;
  color: #26332f;
}

.commercial-card {
  display: grid;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(12, 22, 18, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(9, 21, 18, 0.94), rgba(14, 44, 36, 0.88)),
    #0b1514;
  color: #f5fbf8;
  box-shadow: 0 22px 58px rgba(20, 42, 35, 0.16);
}

.commercial-card h3 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.02;
}

.commercial-card p:not(.eyebrow) {
  margin: 0;
  color: rgba(245,251,248,0.72);
  line-height: 1.55;
}

.commercial-card small {
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.14);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.45;
  color: rgba(245,251,248,0.56);
}

.logo-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.logo-pill.currys { color: #ffffff; background: #4b1a7f; }
.logo-pill.overclockers { color: #ffffff; background: #071713; border-color: rgba(29,255,136,0.36); }
.logo-pill.amazon { color: #111713; background: #ffbf2a; }
.logo-pill.ao { color: #ffffff; background: #0a7a4d; }
.logo-pill.autotrader { color: #111713; background: #f4de25; }
.logo-pill.halfords { color: #ffffff; background: #0a57a4; }
.logo-pill.qdos { color: #ffffff; background: #253246; }
.logo-pill.staysure { color: #ffffff; background: #1d6d75; }

.news-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 34, 38, 0.92), rgba(47, 112, 116, 0.78)),
    url("icons/landing-map-frost.png") center / cover no-repeat;
  color: #0b1514;
}

.news-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.46), rgba(255,255,255,0.14) 46%, rgba(20,95,86,0.2)),
    linear-gradient(180deg, rgba(132,186,185,0.32), rgba(99,118,80,0.28));
  backdrop-filter: blur(1px) saturate(1.08);
  -webkit-backdrop-filter: blur(1px) saturate(1.08);
}

.news-section .section-head {
  max-width: 860px;
}

.news-section .section-head p:not(.eyebrow) {
  color: rgba(11,21,20,0.74);
}

.news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-bottom: 18px;
  padding: 18px clamp(18px, 3vw, 28px);
  border: 1px solid rgba(245,251,248,0.32);
  border-radius: 8px;
  background: rgba(245,251,248,0.24);
  box-shadow: 0 18px 46px rgba(4, 14, 12, 0.16);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
}

.news-feature img {
  width: min(100%, 360px);
  max-height: 78px;
  object-fit: contain;
  justify-self: start;
}

.news-feature span {
  max-width: 320px;
  font-weight: 800;
  line-height: 1.35;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.news-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 13px;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(245,251,248,0.52);
  border-radius: 8px;
  background: rgba(245,251,248,0.38);
  box-shadow: 0 18px 42px rgba(4, 14, 12, 0.16);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
}

.news-card:hover {
  border-color: rgba(29,255,136,0.58);
  background: rgba(245,251,248,0.5);
  transform: translateY(-2px);
}

.news-tag {
  justify-self: start;
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(29,158,117,0.16);
  color: #0b1514;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-card small {
  justify-self: start;
  color: rgba(11,21,20,0.7);
  font-size: 14px;
}

.news-card strong {
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.08;
}

.news-card > span:not(.news-tag) {
  color: rgba(11,21,20,0.76);
  font-size: 16px;
  line-height: 1.5;
}

.news-card b {
  font-size: 16px;
}

@media (max-width: 1120px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.source-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sources-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f5fbf8;
  background:
    linear-gradient(90deg, rgba(5, 14, 13, 0.92) 0%, rgba(5, 14, 13, 0.68) 48%, rgba(5, 14, 13, 0.34) 100%),
    linear-gradient(180deg, rgba(5, 14, 13, 0.22), rgba(5, 14, 13, 0.54)),
    url("icons/landing-sources-wind-map.jpg") center / cover no-repeat;
}

.sources-section .section-head p:not(.eyebrow) {
  color: rgba(245,251,248,0.76);
}

.operator-thanks-card {
  margin-bottom: 18px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(29,255,136,0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(12, 106, 92, 0.96), rgba(31, 129, 136, 0.88)),
    rgba(14, 104, 91, 0.92);
  color: #f5fbf8;
  box-shadow: 0 18px 42px rgba(4, 14, 12, 0.22);
}

.operator-thanks-card .eyebrow {
  color: var(--green-bright);
}

.operator-thanks-card h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.05;
}

.operator-thanks-card p {
  max-width: 780px;
  margin-bottom: 10px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.45;
  color: rgba(245,251,248,0.86);
}

.operator-thanks-card small {
  display: block;
  max-width: 860px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(245,251,248,0.72);
}

.source-grid a {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(245,251,248,0.22);
  border-radius: 8px;
  background: rgba(245,251,248,0.84);
  color: #0b1514;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(4, 14, 12, 0.18);
  backdrop-filter: blur(4px) saturate(1.08);
  -webkit-backdrop-filter: blur(4px) saturate(1.08);
}

.source-grid span {
  font-family: var(--mono);
  font-size: 12px;
  color: #3f514b;
  font-weight: 400;
}

.thanks-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.thanks-note-grid article {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid rgba(245,251,248,0.18);
  background: rgba(5, 14, 13, 0.54);
  color: #f5fbf8;
  backdrop-filter: blur(12px) saturate(1.12);
  -webkit-backdrop-filter: blur(12px) saturate(1.12);
}

.thanks-note-grid strong {
  font-size: 15px;
}

.thanks-note-grid span {
  color: rgba(245,251,248,0.72);
  line-height: 1.5;
  font-size: 13px;
}

.build-credit-link {
  justify-self: start;
  display: inline-flex;
  margin-top: 4px;
}

.overclockers-logo {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(29,255,136,0.36);
  background: #071713;
  color: #f5fbf8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.build-credit-link:hover .overclockers-logo {
  color: var(--green-bright);
  border-color: rgba(29,255,136,0.72);
}

.notice-section {
  display: flex;
  gap: 12px;
  padding: 20px clamp(18px, 5vw, 72px);
  background: #fef4e0;
  color: #8a5506;
  border-top: 1px solid #f0c970;
  line-height: 1.55;
}

.notice-section strong {
  flex: 0 0 auto;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 5vw, 72px);
  background: #0b1514;
  color: #f5fbf8;
}

.site-footer div:first-child {
  display: grid;
  gap: 4px;
}

.site-footer span {
  color: rgba(245,251,248,0.58);
  font-family: var(--mono);
  font-size: 12px;
}

.footer-links {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 14px;
}

@media (max-width: 920px) {
  .site-nav {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .feature-grid,
  .news-grid,
  .install-grid,
  .install-commercial-layout,
  .aircraft-grid,
  .decision-band,
  .product-section,
  .brief-section,
  .coverage-layout,
  .source-grid,
  .thanks-note-grid,
  .weather-showcase-grid,
  .weather-rule-grid {
    grid-template-columns: 1fr;
  }

  .news-feature {
    grid-template-columns: 1fr;
  }

  .news-feature span {
    max-width: none;
  }

  .install-commercial-layout .install-grid {
    grid-template-columns: 1fr;
  }

  .product-section {
    gap: 28px;
  }

  .aircraft-card.large {
    grid-row: auto;
  }

  .cloud-section {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(7,20,17,0.20) 0%, rgba(7,20,17,0.82) 54%, #071411 100%),
      url("icons/landing-europe-clouds.png") center top / 100% auto no-repeat,
      #071411;
  }

  .cloud-section .section-head,
  .cloud-section .decision-band {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .site-hero {
    min-height: 86svh;
    padding: 86px 18px 58px;
    background-position: 56% center;
  }

  .hero-copy {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    min-height: calc(86svh - 144px);
    padding-top: 0;
  }

  .site-nav {
    left: 10px;
    right: auto;
    top: 10px;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    padding: 8px;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .brand-copy {
    display: grid;
  }

  .brand-copy span {
    font-size: 13px;
    letter-spacing: 0.8px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .brand-stack {
    display: none;
  }

  .nav-launch {
    display: none;
  }

  h1 {
    align-self: start;
    margin-top: clamp(24px, 7vh, 58px);
    font-size: clamp(48px, 14vw, 62px);
    line-height: 0.92;
    max-width: 100%;
  }

  .hero-lower {
    padding-bottom: 0;
    transform: none;
  }

  .hero-line {
    font-size: clamp(25px, 7vw, 29px);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-line span {
    white-space: normal;
  }

  .wip-banner {
    position: static;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin: 0 0 14px;
    padding: 9px;
    font-size: 12px;
  }

  .wip-banner span,
  .wip-banner strong {
    justify-content: center;
    min-height: 30px;
    text-align: center;
  }

  .hero-text {
    font-size: 17px;
    max-width: min(100%, 340px);
    overflow-wrap: break-word;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .live-strip {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .live-strip small {
    grid-column: 2;
    margin-left: 0;
  }

  .section {
    padding: 52px 18px;
  }

  .mini-aircraft {
    grid-template-columns: 100px minmax(0,1fr);
  }

  .weather-shot img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .notice-section,
  .site-footer {
    display: grid;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}
