:root {
  color-scheme: light;
  --ink: #f5fbff;
  --muted: rgba(229, 243, 250, 0.78);
  --blueprint: #0b73ad;
  --blueprint-dark: #075b8f;
  --blueprint-deep: #053f68;
  --blueprint-soft: #bfe8ff;
  --paper: #f6fbff;
  --line: rgba(245, 251, 255, 0.2);
  --line-soft: rgba(245, 251, 255, 0.1);
  --panel: rgba(245, 251, 255, 0.1);
  --panel-strong: rgba(245, 251, 255, 0.16);
  --panel-line: rgba(245, 251, 255, 0.32);
  --coral: #ff7a66;
  --yellow: #ffe082;
  --sand: #fff4d7;
  --shadow: 0 20px 52px rgba(3, 43, 72, 0.2);
  --plan-font: Bahnschrift, "DIN Alternate", "Arial Narrow", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-family:
    "Avenir Next", "Nunito", ui-rounded, Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(245, 251, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 251, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(245, 251, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 251, 255, 0.1) 1px, transparent 1px),
    linear-gradient(145deg, var(--blueprint) 0%, var(--blueprint-dark) 55%, var(--blueprint-deep) 100%);
  background-size: 12px 12px, 12px 12px, 60px 60px, 60px 60px, auto;
  color: var(--ink);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 10% 18%, transparent 0 82px, rgba(245, 251, 255, 0.22) 83px 84px, transparent 85px),
    radial-gradient(circle at 82% 16%, transparent 0 58px, rgba(245, 251, 255, 0.16) 59px 60px, transparent 61px),
    radial-gradient(circle at 76% 78%, transparent 0 114px, rgba(245, 251, 255, 0.18) 115px 116px, transparent 117px),
    linear-gradient(38deg, transparent 0 49%, rgba(245, 251, 255, 0.1) 50%, transparent 51%),
    linear-gradient(124deg, transparent 0 57%, rgba(245, 251, 255, 0.08) 58%, transparent 59%);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.wrap {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 63, 104, 0.9);
  padding: 0 clamp(18px, 4vw, 42px);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: var(--plan-font);
  font-size: 17px;
  font-weight: 660;
  letter-spacing: 0;
  text-transform: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    rgba(255, 255, 255, 0.08);
  background-size: 8px 8px;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(3, 43, 72, 0.18);
}

.brand-mark svg {
  width: 27px;
  height: 27px;
}

.topbar nav {
  display: flex;
  gap: 4px;
}

.topbar nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 8px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.topbar nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 112px);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 10px 10px, 10px 10px, 50px 50px, 50px 50px;
  mix-blend-mode: screen;
  opacity: 0.58;
  pointer-events: none;
}

.hero img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  opacity: 0.78;
  filter: contrast(1.02) saturate(0.92);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 63, 104, 0.92) 0%, rgba(7, 91, 143, 0.74) 39%, rgba(11, 115, 173, 0.2) 72%, rgba(11, 115, 173, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 63, 104, 0.08), rgba(5, 63, 104, 0.86));
}

.hero-copy {
  position: relative;
  width: min(690px, calc(100% - 36px));
  padding: clamp(62px, 10vw, 126px) 0 54px;
  margin-left: max(18px, calc((100vw - 1120px) / 2));
}

.hero-copy::before,
.hero-copy::after {
  position: absolute;
  left: 0;
  width: min(520px, 82vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
  content: "";
}

.hero-copy::before {
  top: clamp(40px, 8vw, 96px);
}

.hero-copy::after {
  bottom: 28px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--yellow);
  font-family: var(--plan-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  position: relative;
  color: transparent;
  font-family: var(--plan-font);
  font-weight: 640;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.4px rgba(255, 255, 255, 0.96);
  background:
    repeating-linear-gradient(-17deg, rgba(255, 255, 255, 0.96) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.62) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(-23deg, rgba(255, 255, 255, 0.42) 0 1px, transparent 1px 11px),
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 12px 32px rgba(3, 43, 72, 0.18);
}

h2 {
  position: relative;
  color: #ffffff;
  font-family: var(--plan-font);
  font-weight: 680;
  letter-spacing: 0;
  text-shadow: 0 12px 32px rgba(3, 43, 72, 0.16);
}

h1::before {
  position: absolute;
  inset: 0;
  content: attr(data-text);
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.7px rgba(255, 255, 255, 0.55);
  transform: translate(2px, -1px);
  pointer-events: none;
}

h1::after {
  position: absolute;
  left: 0.02em;
  top: 100%;
  width: min(7.8em, 72vw);
  height: 18px;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) left 8px / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) left 2px / 1px 13px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) right 2px / 1px 13px no-repeat;
  opacity: 0.7;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(58px, 10vw, 128px);
  line-height: 0.92;
}

.tagline {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 680;
  letter-spacing: 0;
  line-height: 1.14;
}

.intro {
  max-width: 585px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.68;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 21px;
  font-family: var(--plan-font);
  font-weight: 700;
  line-height: 1;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  border-color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.92);
  color: var(--blueprint-deep);
  box-shadow: 0 16px 30px rgba(3, 43, 72, 0.22);
}

.button.primary:hover {
  background: #ffffff;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.section {
  position: relative;
  padding: clamp(58px, 8vw, 104px) 0;
}

.section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}

.section > .wrap {
  position: relative;
}

.intro-band,
.feel {
  background: rgba(7, 95, 155, 0.58);
}

.about-hero {
  padding-top: clamp(72px, 10vw, 132px);
}

.about-hero .intro {
  max-width: 700px;
}

.two-column,
.notes-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}

h2 {
  margin-bottom: 0;
  max-width: 860px;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.06;
}

.two-column p,
.section-head p,
.notes-inner p {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.68;
}

.section-head {
  display: flex;
  max-width: 790px;
  flex-direction: column;
  margin-bottom: 34px;
}

.section-head.compact {
  max-width: 740px;
}

.tools {
  background: rgba(13, 120, 189, 0.38);
}

.stem {
  background: rgba(13, 120, 189, 0.32);
}

.founder {
  background: rgba(7, 95, 155, 0.64);
}

.story {
  background: rgba(6, 79, 131, 0.72);
}

.store-hero {
  padding-top: clamp(72px, 10vw, 132px);
}

.store-hero-grid,
.founder-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.82fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.store-note,
.store-sidebar,
.project-detail,
.installer-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--panel-line);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--panel-strong), var(--panel));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.store-note::before,
.store-sidebar::before,
.project-detail::before,
.installer-panel::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.store-note {
  padding: 30px;
}

.store-note p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.stem-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.64fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.stem-copy {
  max-width: 760px;
}

.stem-copy p {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.68;
}

.stem-copy .button {
  margin-top: 10px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.store-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.store-sidebar {
  top: 92px;
  padding: 24px;
}

.store-tabs {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.store-tabs button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  cursor: pointer;
  font-family: var(--plan-font);
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-inline: 14px;
}

.store-tabs button.active,
.store-tabs button:hover {
  background: rgba(255, 255, 255, 0.92);
  color: var(--blueprint-deep);
}

.licence-mini h3 {
  font-size: 18px;
}

.licence-mini p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.store-project-grid,
.commerce-grid {
  display: grid;
  gap: 18px;
}

.store-project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.commerce-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  border: 1px solid rgba(201, 222, 234, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(rgba(11, 115, 173, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 115, 173, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  background-size: 14px 14px, 14px 14px, auto;
  box-shadow: 0 24px 54px rgba(3, 43, 72, 0.22);
  padding: 24px;
  color: #10293d;
}

.store-card::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(11, 115, 173, 0.1);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.store-card:nth-child(3n + 1) {
  border-radius: 8px;
}

.store-card:nth-child(3n + 2) {
  border-radius: 8px;
}

.store-card:nth-child(3n) {
  border-radius: 8px;
}

.store-card.active {
  border-color: rgba(255, 201, 91, 0.95);
  box-shadow:
    0 24px 54px rgba(3, 43, 72, 0.22),
    0 0 0 2px rgba(255, 201, 91, 0.38);
}

.store-card h3 {
  color: #10293d;
}

.store-card p {
  color: #4d6576;
  font-size: 15px;
  line-height: 1.62;
}

.store-card .button {
  width: 100%;
}

.store-card .button.secondary {
  border-color: rgba(11, 115, 173, 0.22);
  background: #ffffff;
  color: var(--blueprint-deep);
}

.store-card .button.secondary:hover {
  background: #eef7fc;
}

.store-card .button.primary {
  border-color: var(--blueprint-dark);
  background: var(--blueprint-dark);
  color: #ffffff;
}

.store-card .button.primary:hover {
  background: var(--blueprint-deep);
}

.store-card-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.store-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.store-card-meta span {
  border: 1px solid rgba(11, 115, 173, 0.14);
  border-radius: 7px;
  background: rgba(11, 115, 173, 0.06);
  padding: 7px 10px;
  color: var(--blueprint-dark);
  font-family: var(--plan-font);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.store-card .status {
  border-color: rgba(11, 115, 173, 0.18);
  background: rgba(255, 224, 130, 0.34);
  color: #7f5a00;
}

.installer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.64fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.project-detail,
.installer-panel {
  padding: 30px;
}

.project-detail > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.package-grid article {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
}

.package-grid h3 {
  font-size: 17px;
}

.package-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.installer-panel > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.support-grid > div {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 14px;
}

.support-grid b {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-family: var(--plan-font);
  font-size: 13px;
  text-transform: uppercase;
}

.support-pill {
  display: inline-flex;
  border-radius: 7px;
  background: rgba(255, 224, 130, 0.18);
  padding: 6px 9px;
  color: var(--yellow);
  font-family: var(--plan-font);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.support-pill.ok {
  background: rgba(191, 232, 255, 0.2);
  color: #ffffff;
}

.support-pill.missing {
  background: rgba(255, 122, 102, 0.2);
  color: #ffd3ca;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.54;
  transform: none;
}

.esp-install-slot {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.installer-checklist {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.installer-checklist span {
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 8px 11px;
}

.device-log {
  min-height: 120px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(3, 43, 72, 0.36);
  padding: 14px;
  color: var(--blueprint-soft);
  font-size: 12px;
  line-height: 1.5;
  white-space: pre-wrap;
}

.stem-sites {
  display: grid;
  gap: 16px;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tool-card,
.story-card,
.founder-card,
.stem-site,
.principles > div {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--panel-line);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--panel-strong), var(--panel));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.tool-card::before,
.story-card::before,
.founder-card::before,
.stem-site::before,
.principles > div::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.founder-card {
  padding: 30px;
}

.founder-card .founder-name {
  margin-bottom: 18px;
  color: #ffffff;
  font-family: var(--plan-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.founder-card p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.founder-card p:last-child {
  margin-bottom: 0;
}

.stem-site {
  padding: 24px;
}

.stem-site:nth-child(1) {
  border-radius: 8px;
}

.stem-site:nth-child(2) {
  border-radius: 8px;
}

.stem-site:nth-child(3) {
  border-radius: 8px;
}

.stem-site .status {
  margin-bottom: 18px;
}

.stem-site h3 a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 224, 130, 0.58);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.story-card {
  min-height: 240px;
  padding: 28px;
}

.story-card:nth-child(1) {
  border-radius: 8px;
}

.story-card:nth-child(2) {
  border-radius: 8px;
}

.story-card:nth-child(3) {
  border-radius: 8px;
}

.tool-card {
  display: flex;
  min-height: 286px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.tool-card:nth-child(4n + 1) {
  border-radius: 8px;
}

.tool-card:nth-child(4n + 2) {
  border-radius: 8px;
}

.tool-card:nth-child(4n + 3) {
  border-radius: 8px;
}

.tool-card:nth-child(4n) {
  border-radius: 8px;
}

.status {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 11px;
  color: var(--yellow);
  font-family: var(--plan-font);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-family: var(--plan-font);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: none;
}

.tool-card p,
.story-card p,
.stem-site p,
.principles p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.principles > div {
  padding: 28px;
}

.principles > div:nth-child(1) {
  border-radius: 8px;
}

.principles > div:nth-child(2) {
  border-radius: 8px;
}

.principles > div:nth-child(3) {
  border-radius: 8px;
}

.dot {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  background:
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.85) 0 1px, transparent 1px 5px),
    rgba(255, 255, 255, 0.08);
}

.dot.coral {
  background:
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.8) 0 1px, transparent 1px 5px),
    rgba(255, 122, 102, 0.38);
}

.dot.yellow {
  background:
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.72) 0 1px, transparent 1px 5px),
    rgba(255, 224, 130, 0.48);
}

.notes {
  background: rgba(6, 79, 131, 0.9);
  color: #ffffff;
}

.notes .section-kicker {
  color: var(--yellow);
}

.notes h2 {
  color: #ffffff;
}

.notes p {
  color: var(--muted);
}

.project-page .section {
  padding: clamp(48px, 7vw, 90px) 0;
}

.project-hero {
  padding-top: clamp(72px, 10vw, 126px);
}

.project-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.project-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.project-pill {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 10px;
  color: var(--yellow);
  font-family: var(--plan-font);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-hero .intro {
  max-width: 720px;
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.project-summary-card,
.project-page-card,
.project-section-card {
  border: 1px solid rgba(201, 222, 234, 0.95);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(3, 43, 72, 0.18);
  color: #10293d;
}

.project-overview-rail {
  border: 1px solid rgba(201, 222, 234, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(rgba(11, 115, 173, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 115, 173, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: 12px 12px, 12px 12px, auto;
  box-shadow: 0 22px 48px rgba(3, 43, 72, 0.22);
  padding: 24px;
  color: #10293d;
}

.project-summary-card {
  padding: 26px;
}

.project-summary-card h2,
.project-page-card h2,
.project-section-card h2 {
  color: #10293d;
  text-shadow: none;
}

.project-summary-card p,
.project-page-card p,
.project-section-card p,
.project-section-card li {
  color: #4d6576;
}

.project-facts {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-facts li {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid #e3edf3;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 1.45;
}

.project-facts li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.project-facts b {
  color: #10293d;
  font-family: var(--plan-font);
  text-transform: uppercase;
}

.project-overview-rail .project-facts li {
  border-bottom-color: #e3edf3;
  color: #4d6576;
}

.project-overview-rail .project-facts b {
  color: #10293d;
}

.project-overview-rail .project-facts span {
  color: #4d6576;
}

.project-overview-rail .section-kicker {
  color: #7f5a00;
}

.flash-button {
  border-color: rgba(255, 224, 130, 0.96);
  background: var(--yellow);
  color: var(--blueprint-deep);
  box-shadow: 0 18px 34px rgba(3, 43, 72, 0.24);
}

.flash-button:hover {
  background: #fff0a8;
}

.parts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.parts-grid h3 {
  color: #10293d;
}

.project-section-card .button:disabled {
  width: 100%;
  border-color: #d9e7ef;
  background: #eef5f9;
  color: #6b8292;
}

@media (min-width: 1240px) {
  .project-page .wrap {
    width: min(900px, calc(100vw - 466px));
    margin-right: auto;
    margin-left: max(18px, calc((100vw - 1380px) / 2));
  }

  .project-overview-rail {
    position: fixed;
    top: 128px;
    right: max(18px, calc((100vw - 1380px) / 2));
    z-index: 12;
    width: 360px;
    max-height: calc(100vh - 154px);
    overflow: auto;
  }
}

.project-preview-band {
  background: rgba(245, 251, 255, 0.08);
}

.project-preview-grid,
.project-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.52fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.project-preview {
  border: 1px solid rgba(201, 222, 234, 0.95);
  border-radius: 8px;
  background: #f8fcff;
  box-shadow: 0 22px 48px rgba(3, 43, 72, 0.18);
  padding: clamp(18px, 3vw, 28px);
}

.device-frame {
  border: 12px solid #172837;
  border-radius: 18px;
  background: #111b25;
  box-shadow: 0 22px 44px rgba(3, 43, 72, 0.28);
  padding: 16px;
}

.screen-preview {
  min-height: 390px;
  border-radius: 8px;
  background: #111827;
  color: #ffffff;
  padding: 18px;
}

.preview-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
  color: #91a5b8;
  font-family: var(--plan-font);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.printer-grid-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.printer-tile {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #1f2937;
  padding: 14px;
}

.printer-tile strong,
.led-status-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: var(--plan-font);
}

.printer-tile span,
.led-status-card span {
  color: #91a5b8;
  font-size: 13px;
}

.progress-line {
  overflow: hidden;
  height: 8px;
  margin: 14px 0 8px;
  border-radius: 999px;
  background: #344256;
}

.progress-line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #00d26a;
}

.ams-dots {
  display: flex;
  gap: 5px;
  margin-top: 12px;
}

.ams-dots i {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--dot-color, #ffffff);
}

.led-strip-preview {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.led-strip {
  display: grid;
  grid-template-columns: repeat(18, minmax(0, 1fr));
  gap: 5px;
}

.led-strip i {
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--dot-color, #00d26a);
  box-shadow: 0 0 16px var(--dot-color, #00d26a);
}

.led-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.led-status-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #1f2937;
  padding: 14px;
}

.project-page-card,
.project-section-card {
  padding: 26px;
}

.project-card-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 18px;
  line-height: 1.55;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.project-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  color: #4d6576;
  font-size: 15px;
}

.project-table th,
.project-table td {
  border-bottom: 1px solid #e3edf3;
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
}

.project-table th {
  color: #10293d;
  font-family: var(--plan-font);
  text-transform: uppercase;
}

.repo-note {
  border-left: 3px solid var(--blueprint);
  margin-top: 24px;
  padding-left: 16px;
  color: #4d6576;
  font-size: 15px;
  line-height: 1.62;
}

.footer {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  background: rgba(3, 43, 72, 0.86);
  padding: 0 clamp(18px, 4vw, 42px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 660;
}

@media (max-width: 980px) {
  .topbar nav {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 79, 131, 0.96) 0%, rgba(13, 120, 189, 0.82) 52%, rgba(13, 120, 189, 0.28) 100%),
      linear-gradient(180deg, rgba(6, 79, 131, 0.08), rgba(6, 79, 131, 0.9));
  }

  .two-column,
  .store-hero-grid,
  .project-hero-grid,
  .project-preview-grid,
  .project-content-grid,
  .founder-layout,
  .stem-layout,
  .store-layout,
  .installer-layout,
  .notes-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-project-grid,
  .commerce-grid,
  .story-grid,
  .principles,
  .tier-grid,
  .parts-grid {
    grid-template-columns: 1fr;
  }

  .project-overview-rail {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }

  .store-sidebar {
    position: relative;
    top: auto;
  }

  .package-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .topbar {
    min-height: 64px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .hero {
    min-height: 720px;
  }

  .hero img {
    object-position: 60% center;
  }

  .hero-copy {
    width: min(100% - 28px, 650px);
    margin-inline: auto;
    padding-top: 48px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 76px);
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .project-actions,
  .store-card-actions {
    grid-template-columns: 1fr;
  }

  .printer-grid-preview,
  .led-status-grid {
    grid-template-columns: 1fr;
  }

  .tool-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 22px;
  }
}
