:root {
  --ink: #0a1422;
  --navy: #071323;
  --navy-2: #0b1d33;
  --navy-3: #102945;
  --text: #182437;
  --muted: #637187;
  --line: #dce4ee;
  --line-dark: rgba(255,255,255,.12);
  --surface: #f5f8fc;
  --surface-2: #edf3f9;
  --white: #fff;
  --blue: #2a66f0;
  --blue-2: #5d8cff;
  --cyan: #4fc9d7;
  --green: #41c985;
  --orange: #f4aa47;
  --shadow: 0 24px 70px rgba(7, 19, 35, .14);
  --shadow-soft: 0 12px 34px rgba(7, 19, 35, .08);
  --radius: 18px;
  --radius-lg: 28px;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 84px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
:where(a, button):focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; box-shadow: 0 0 0 2px var(--white); }
::selection { background: #c8d8ff; color: #071323; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--white);
  color: var(--navy);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(7,19,35,.78);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(7,19,35,.94); box-shadow: 0 10px 35px rgba(0,0,0,.18); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 210px; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.04; }
.brand-copy strong { color: #fff; font-size: 18px; letter-spacing: -.025em; }
.brand-copy small { color: #91a3ba; margin-top: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #bac7d7; font-size: 13px; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.header-cta {
  color: #dce8ff;
  border: 1px solid rgba(105,147,255,.3);
  background: rgba(42,102,240,.12);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800;
}
.menu-button { display: none; border: 0; padding: 9px; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }
.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 18%, rgba(42,102,240,.28), transparent 28%),
    radial-gradient(circle at 55% 62%, rgba(79,201,215,.10), transparent 27%),
    linear-gradient(145deg, #071323 0%, #0a1a2e 54%, #0a1930 100%);
  color: #fff;
  padding: 130px 0 72px;
}
.hero::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -280px;
  bottom: -290px;
  border: 1px solid rgba(93,140,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(93,140,255,.025), 0 0 0 180px rgba(93,140,255,.018);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.35fr; grid-template-areas: "copy visual" "proof visual"; column-gap: 54px; row-gap: 0; align-items: start; }
.hero-copy { grid-area: copy; padding-top: 4px; align-self: end; }
.eyebrow, .kicker { color: #8fb2ff; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 10px; border: 1px solid rgba(142,178,255,.2); background: rgba(32,83,181,.12); border-radius: 999px; }
.status-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(65,201,133,.12); }
.hero h1 { margin: 25px 0 22px; color: #fff; font-size: clamp(48px, 5.2vw, 76px); line-height: .99; letter-spacing: -.055em; font-weight: 750; }
.hero h1 span { color: #91afff; }
.hero-lede { max-width: 620px; color: #b4c1d2; font-size: 18px; line-height: 1.65; }
.hero-audience { max-width: 610px; margin: 15px 0 0; color: #8fa1b8; font-size: 13px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 18px; border-radius: 11px; font-weight: 760; font-size: 13px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 30px rgba(42,102,240,.28); }
.button-secondary { background: rgba(255,255,255,.06); color: #e7edf7; border: 1px solid rgba(255,255,255,.16); }
.hero-proof { grid-area: proof; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; align-self: start; }
.hero-proof div { display: flex; flex-direction: column; gap: 3px; padding-right: 18px; }
.hero-proof strong { font-size: 13px; color: #fff; }
.hero-proof span { color: #7f90a7; font-size: 11px; }

.hero-visual { grid-area: visual; position: relative; min-width: 0; align-self: center; }
.window-card { overflow: hidden; background: #eef2f8; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; box-shadow: 0 40px 90px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.03); }
.hero-window { transform: perspective(1500px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.window-bar { height: 39px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 0 13px; background: #0a1626; border-bottom: 1px solid rgba(255,255,255,.08); color: #8190a4; font-size: 10px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #304158; }
.window-dots i:first-child { background: #6987b4; }
.window-state { justify-self: end; display: inline-flex; align-items: center; gap: 6px; color: #8aa0bb; }
.window-state i { width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.image-button { display: block; width: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; position: relative; }
.image-button img { width: 100%; height: auto; }
.floating-card { position: absolute; padding: 12px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(7,19,35,.92); backdrop-filter: blur(12px); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 3px; }
.floating-card span { color: #6f9cff; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.floating-card strong { color: #fff; font-size: 12px; }
.floating-card-a { left: -26px; bottom: -24px; }
.floating-card-b { right: -20px; top: 54px; }

.signal-strip { background: #091728; color: #8596ac; border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.06); }
.signal-items { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 12px; overflow: hidden; white-space: nowrap; }
.signal-items span { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.signal-items i { width: 4px; height: 4px; background: #2a66f0; border-radius: 50%; flex: none; }

.section { padding: 104px 0; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading .kicker { color: #2d64df; }
.section-heading h2 { margin: 10px 0 16px; color: var(--ink); font-size: clamp(35px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.light h2 { color: #fff; }
.section-heading.light p { color: #91a0b5; }
.section-heading.light .kicker { color: #79a1ff; }

.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.module-card { position: relative; min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg,#fff,#f9fbfe); box-shadow: 0 1px 0 rgba(6,20,35,.02); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.module-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); border-color: #cbd8ea; }
.module-index { position: absolute; right: 22px; top: 20px; color: #a7b3c3; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.module-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: #ecf2ff; color: #245de2; font-size: 20px; font-weight: 800; }
.module-card h3 { margin: 22px 0 9px; font-size: 20px; letter-spacing: -.025em; }
.module-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.module-status { display: inline-flex; padding: 5px 8px; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.module-status.established { color: #14744d; background: #e9f8f1; }
.module-status.active { color: #2256c5; background: #eaf0ff; }
.module-status.exploratory { color: #94601a; background: #fff4e1; }

.section-dark { background: #071323; color: #fff; overflow: hidden; padding-top: 92px; }
.feature-row { display: grid; grid-template-columns: .62fr 1.38fr; gap: 58px; align-items: center; padding: 64px 0; border-top: 1px solid rgba(255,255,255,.09); }
.feature-row.reverse { grid-template-columns: 1.38fr .62fr; }
.feature-row.reverse .feature-copy { order: 2; }
.feature-row.reverse > :not(.feature-copy) { order: 1; }
.feature-number { color: #6f9cff; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.feature-copy h3 { margin: 13px 0 15px; font-size: clamp(30px,3.1vw,43px); line-height: 1.1; letter-spacing: -.04em; }
.feature-copy p { color: #96a5b8; font-size: 15px; line-height: 1.72; }
.feature-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 10px; }
.feature-list li { position: relative; padding-left: 21px; color: #d0d9e5; font-size: 13px; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .63em; width: 7px; height: 7px; border: 2px solid #5d8cff; border-radius: 50%; }
.screenshot-card { position: relative; overflow: hidden; border-radius: 16px; border: 1px solid rgba(255,255,255,.13); background: #eaf0f7; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.screenshot-card img { transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.screenshot-card:hover img { transform: scale(1.012); }
.zoom-label { position: absolute; right: 12px; bottom: 12px; padding: 7px 9px; border-radius: 8px; color: #fff; background: rgba(7,19,35,.82); backdrop-filter: blur(7px); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; opacity: 0; transform: translateY(4px); transition: .2s ease; }
.screenshot-card:hover .zoom-label { opacity: 1; transform: none; }
.screenshot-stack { position: relative; min-height: 410px; }
.screenshot-card.small { position: absolute; width: 86%; left: 0; top: 0; }
.screenshot-card.small.offset { left: 14%; top: 116px; box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.portrait-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; transform: scale(1.035); transform-origin: center; }
.screenshot-card.portrait:nth-child(2) { margin-top: 32px; }

.progress-section { background: #f5f8fc; }
.progress-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.sticky-heading { position: sticky; top: 120px; margin-bottom: 0; }
.progress-list { display: grid; gap: 14px; }
.progress-card { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 2px 0 rgba(7,19,35,.02); }
.progress-marker { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; font-size: 11px; font-weight: 900; }
.progress-marker.complete { color: #14744d; background: #e7f8ef; border: 1px solid #c5eed9; }
.progress-marker.active { color: #245ddc; background: #e9f0ff; border: 1px solid #cbd9ff; }
.progress-marker.next { color: #81551c; background: #fff3df; border: 1px solid #f4ddba; }
.progress-meta { display: flex; justify-content: space-between; gap: 14px; align-items: center; color: #7c899a; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.progress-meta strong { color: #2e67e4; }
.progress-card h3 { margin: 10px 0 8px; font-size: 20px; letter-spacing: -.025em; }
.progress-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.gallery-section { padding: 96px 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.gallery-card { position: relative; overflow: hidden; min-height: 315px; padding: 0; border: 1px solid var(--line); border-radius: 16px; background: #edf2f8; cursor: zoom-in; box-shadow: var(--shadow-soft); }
.gallery-card.wide { grid-column: 1 / -1; min-height: 480px; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.gallery-card:hover img { transform: scale(1.018); }
.gallery-card::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(to top,rgba(6,18,33,.82),transparent); pointer-events: none; }
.gallery-card > span { position: absolute; left: 22px; bottom: 18px; z-index: 2; display: flex; flex-direction: column; text-align: left; }
.gallery-card strong { color: #fff; font-size: 17px; }
.gallery-card small { color: #aab8ca; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; margin-top: 2px; }

.engineering-section { background: linear-gradient(150deg,#0a1728,#0a2037); color: #fff; }
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; overflow: hidden; }
.principle { min-height: 230px; padding: 28px; background: #0a1a2e; }
.principle span { color: #6687bb; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.principle h3 { margin: 34px 0 10px; font-size: 19px; }
.principle p { margin: 0; color: #8798ae; font-size: 13px; line-height: 1.65; }

.closing-section { position: relative; overflow: hidden; background: #06101d; color: #fff; padding: 84px 0; }
.closing-glow { position: absolute; width: 560px; height: 560px; left: 18%; top: -360px; background: radial-gradient(circle,rgba(42,102,240,.35),transparent 68%); }
.closing-inner { position: relative; display: grid; grid-template-columns: 72px 1fr auto; gap: 24px; align-items: center; }
.closing-inner img { width: 60px; height: 60px; }
.closing-inner h2 { margin: 8px 0; max-width: 720px; font-size: clamp(28px,3vw,42px); line-height: 1.12; letter-spacing: -.04em; }
.closing-inner p { margin: 0; color: #8495aa; font-size: 13px; }

.site-footer { background: #040b13; color: #73839a; border-top: 1px solid rgba(255,255,255,.07); padding: 32px 0; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 31px; height: 31px; }
.footer-brand span { display: flex; flex-direction: column; line-height: 1.1; }
.footer-brand strong { color: #dbe4ef; font-size: 13px; }
.footer-brand small { margin-top: 4px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer p { margin: 0; text-align: center; font-size: 10px; line-height: 1.5; }
.copyright { font-size: 10px; white-space: nowrap; }

.lightbox { width: min(95vw, 1700px); max-width: 1700px; border: 0; padding: 0; margin: auto; background: transparent; color: #fff; overflow: visible; }
.lightbox::backdrop { background: rgba(1,7,14,.92); backdrop-filter: blur(8px); }
.lightbox-frame { overflow: hidden; border-radius: 14px; border: 1px solid rgba(255,255,255,.16); background: #0b1420; box-shadow: 0 40px 100px rgba(0,0,0,.55); }
.lightbox-frame img { width: 100%; height: auto; max-height: 82vh; object-fit: contain; }
.lightbox p { margin: 12px 45px 0 0; color: #b8c5d5; font-size: 12px; }
.lightbox-close { position: absolute; right: 0; top: -47px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: rgba(10,24,42,.8); font-size: 24px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .desktop-nav { gap: 18px; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: .88fr 1.12fr; column-gap: 30px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(44px, 5vw, 56px); }
  .hero-lede { font-size: 16px; }
  .hero-window { transform: none; }
  .floating-card { display: none; }
  .module-grid { grid-template-columns: repeat(2,1fr); }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 32px; }
  .feature-row.reverse .feature-copy, .feature-row.reverse > :not(.feature-copy) { order: initial; }
  .portrait-pair { transform: none; }
  .feature-copy { max-width: 720px; }
  .screenshot-stack { min-height: 480px; }
  .progress-layout { grid-template-columns: 1fr; gap: 40px; }
  .sticky-heading { position: static; }
  .principles-grid { grid-template-columns: repeat(2,1fr); }
}


@media (max-width: 1040px) and (max-height: 600px) and (min-width: 901px) {
  .hero { padding: 108px 0 52px; }
  .hero h1 { margin: 20px 0 16px; font-size: clamp(40px, 4.4vw, 48px); }
  .hero-lede { font-size: 15px; line-height: 1.5; }
  .hero-actions { margin-top: 20px; }
  .hero-proof { margin-top: 28px; padding-top: 16px; }
}


@media (max-width: 900px) {
  .hero { padding: 116px 0 68px; }
  .hero-layout { grid-template-columns: 1fr; grid-template-areas: "copy" "visual" "proof"; gap: 30px; }
  .hero-copy { align-self: auto; }
  .hero-visual { margin-top: 0; }
  .hero-proof { margin-top: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .header-inner { height: 68px; }
  .brand { min-width: 0; }
  .brand img { width: 36px; height: 36px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { display: none; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .mobile-nav { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; overflow: hidden; border-top: 1px solid transparent; }
  .mobile-nav::before { content: ""; min-height: 0; }
  .mobile-nav.open { grid-template-rows: none; padding: 8px 15px 17px; border-top-color: rgba(255,255,255,.08); }
  .mobile-nav a { display: none; padding: 11px 5px; color: #c8d3e0; font-size: 13px; font-weight: 700; }
  .mobile-nav.open a { display: block; }
  .hero { padding: 96px 0 58px; }
  .hero-layout { gap: 24px; }
  .hero h1 { margin: 20px 0 17px; font-size: clamp(40px, 10vw, 52px); line-height: .98; }
  .hero-lede { font-size: 16px; line-height: 1.58; }
  .hero-audience { margin-top: 12px; font-size: 12px; }
  .hero-actions { margin-top: 24px; }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; padding-top: 18px; }
  .hero-proof div { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .floating-card { display: none; }
  .window-bar { grid-template-columns: 1fr auto; }
  .window-bar > span:nth-child(2) { display: none; }
  .signal-items { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .signal-items::-webkit-scrollbar { display: none; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading p { font-size: 15px; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 0; }
  .feature-row { padding: 48px 0; }
  .screenshot-stack { min-height: 330px; }
  .screenshot-card.small { width: 91%; }
  .screenshot-card.small.offset { left: 9%; top: 82px; }
  .portrait-pair { grid-template-columns: 1fr; }
  .screenshot-card.portrait:nth-child(2) { margin-top: 0; }
  .progress-card { grid-template-columns: 44px 1fr; padding: 20px; gap: 14px; }
  .progress-marker { width: 40px; height: 40px; }
  .progress-meta { align-items: flex-start; flex-direction: column; gap: 3px; }
  .gallery-section { padding: 80px 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card.wide { grid-column: auto; min-height: 260px; }
  .gallery-card { min-height: 250px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle { min-height: 190px; }
  .closing-inner { grid-template-columns: 52px 1fr; }
  .closing-inner img { width: 48px; height: 48px; }
  .closing-inner .button { grid-column: 1 / -1; }
  .footer-inner { grid-template-columns: 1fr; text-align: left; }
  .site-footer p { text-align: left; }
}

@media (max-width: 480px) {
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero h1 { font-size: clamp(39px, 10vw, 44px); }
  .eyebrow { font-size: 9px; }
  .window-card { border-radius: 12px; }
  .window-bar { height: 34px; }
  .screenshot-stack { min-height: 280px; }
}
.module-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 760px) {
  .hero-visual { margin-top: 0; }
}
