:root {
  --navy: #03131f;
  --navy-2: #0b2638;
  --cream: #f4ead3;
  --paper: #fbf7ed;
  --gold: #d0a33a;
  --gold-soft: #efd08f;
  --teal: #2e9a92;
  --line: rgba(244, 234, 211, 0.14);
  --muted: rgba(244, 234, 211, 0.64);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 86% 6%, rgba(46, 154, 146, 0.08), transparent 27rem),
    var(--navy);
  color: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}

::selection {
  background: var(--gold);
  color: var(--navy);
}

.noise {
  position: fixed;
  z-index: 90;
  inset: 0;
  pointer-events: none;
  opacity: 0.026;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  z-index: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(46, 154, 146, 0.11), transparent 68%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.section-shell {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 80px));
  margin-inline: auto;
}

.section-shell > * {
  min-width: 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  width: min(1380px, calc(100% - 80px));
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 14px;
  border: 1px solid transparent;
  border-radius: 22px;
  transform: translateX(-50%);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(3, 19, 31, 0.88);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-mark,
.footer-mark {
  position: relative;
  flex: 0 0 auto;
  width: 48px;
  aspect-ratio: 5184 / 5166;
}

.brand-mark img,
.footer-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.brand-copy strong {
  font: 400 21px Georgia, "Times New Roman", serif;
  letter-spacing: 0.13em;
}

.brand-copy small {
  margin-top: 7px;
  color: var(--gold);
  font-size: 7px;
  letter-spacing: 0.5em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}

.site-nav > a:not(.nav-cta) {
  opacity: 0.72;
  transition: opacity 0.2s;
}

.site-nav > a:hover {
  opacity: 1;
}

.nav-cta {
  padding: 12px 17px;
  border: 1px solid rgba(244, 234, 211, 0.25);
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

.nav-cta:hover {
  background: var(--cream);
  color: var(--navy);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 11px;
  width: 22px;
  height: 1px;
  background: currentColor;
  transition: transform 0.28s, top 0.28s;
}

.menu-toggle span:first-child {
  top: 17px;
}

.menu-toggle span:last-child {
  top: 26px;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  top: 22px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  top: 22px;
  transform: rotate(-45deg);
}

.hero {
  min-height: max(760px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(32px, 5vw, 88px);
  padding: 126px 0 74px;
}

.hero-content {
  max-width: 770px;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 830px;
  margin: 25px 0 32px;
  font: 400 clamp(64px, 7.2vw, 116px) / 0.88 Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hero-title span {
  display: block;
  color: var(--gold);
  font-style: italic;
}

.hero-lead {
  max-width: 710px;
  margin: 0;
  color: rgba(244, 234, 211, 0.72);
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 300;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.24s, box-shadow 0.24s;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy);
}

.button-primary:hover {
  box-shadow: 0 12px 34px rgba(208, 163, 58, 0.22);
}

.button-ghost {
  border-color: rgba(244, 234, 211, 0.24);
}

.button-light {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--cream);
}

.hero-visual {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.manifesto,
.capabilities,
.products,
.approach {
  padding: 96px 0;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(50px, 9vw, 140px);
}

.display-copy {
  margin: 0;
  font: 400 clamp(58px, 7vw, 104px) / 0.87 Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
}

.display-copy em {
  color: var(--teal);
  font-weight: 400;
}

.manifesto-copy p {
  margin: 0 0 20px;
  color: rgba(244, 234, 211, 0.7);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.67;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
  padding-top: 29px;
  border-top: 1px solid var(--line);
}

.stat-row div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.stat-row strong {
  color: var(--gold);
  font: 400 38px Georgia, "Times New Roman", serif;
}

.stat-row span {
  color: rgba(244, 234, 211, 0.46);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 46px;
}

.section-head h2 {
  margin: 18px 0 0;
  font: 400 clamp(45px, 5.2vw, 78px) / 0.97 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-head h2 em {
  color: var(--gold);
  font-weight: 400;
}

.section-head > p {
  max-width: 460px;
  margin: 0;
  color: rgba(244, 234, 211, 0.6);
  font-size: 16px;
  line-height: 1.65;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.capability-card {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  column-gap: 20px;
  padding: 31px 27px;
  border-right: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.004));
  transition: background 0.3s, transform 0.3s;
}

.capability-card:last-child {
  border-right: 0;
}

.capability-card:hover {
  z-index: 1;
  background: linear-gradient(145deg, rgba(208, 163, 58, 0.1), rgba(46, 154, 146, 0.035));
  transform: translateY(-4px);
}

.card-index {
  grid-column: 1;
  align-self: center;
  color: var(--gold);
  font: italic 13px Georgia, "Times New Roman", serif;
}

.icon-orbit {
  grid-column: 2;
  align-self: center;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-top: 0;
  border: 1px solid rgba(208, 163, 58, 0.42);
  border-radius: 50%;
  color: var(--gold);
  font-size: 25px;
}

.capability-card h3 {
  grid-column: 1 / -1;
  margin: 34px 0 17px;
  font: 400 28px / 1.06 Georgia, "Times New Roman", serif;
}

.capability-card p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(244, 234, 211, 0.56);
  font-size: 14px;
  line-height: 1.67;
}

.product-feature {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  overflow: hidden;
  border-radius: 34px;
  background: var(--paper);
  color: var(--navy);
}

.product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 72px);
}

.product-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--teal) !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(46, 154, 146, 0.1);
}

.product-copy h3 {
  margin: 39px 0 13px;
  font: 400 clamp(68px, 7.6vw, 104px) / 0.9 Georgia, "Times New Roman", serif;
  letter-spacing: -0.05em;
}

.product-copy p {
  max-width: 560px;
  margin: 0 0 13px;
  color: #65717e;
  font-size: 16px;
  line-height: 1.7;
}

.product-copy .product-tagline {
  margin-bottom: 18px;
  color: #586878;
  font: italic 24px / 1.25 Georgia, "Times New Roman", serif;
}

.product-copy .button {
  align-self: flex-start;
  margin-top: 20px;
}

.product-art {
  position: relative;
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 45%, #214a5e 0, #0a2238 46%, #06182a 100%);
}

.product-window {
  position: relative;
  z-index: 3;
  width: min(64%, 330px);
  aspect-ratio: 0.78;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(251, 247, 237, 0.98);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.5);
  transform: rotate(4deg);
  animation: productFloat 5.4s ease-in-out infinite;
}

.window-top {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 18px;
  border-bottom: 1px solid #e8e0d0;
}

.window-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9c0af;
}

.window-body {
  padding: 29px;
}

.mini-logo {
  width: 54px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--navy);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.mini-logo span {
  color: var(--gold);
}

.skeleton {
  height: 8px;
  margin-top: 24px;
  border-radius: 10px;
  background: #ded8cc;
}

.skeleton.wide {
  width: 80%;
}

.skeleton.medium {
  width: 56%;
  margin-top: 10px;
}

.skeleton.short {
  width: 34%;
}

.invoice-card {
  display: grid;
  gap: 11px;
  margin-top: 36px;
  padding: 21px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 14px 34px rgba(22, 42, 57, 0.11);
}

.invoice-card b {
  color: #8c948f;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.invoice-card span {
  color: var(--navy);
  font: 400 30px Georgia, "Times New Roman", serif;
}

.invoice-card small {
  color: var(--teal);
  font-weight: 700;
}

.product-pulse {
  position: absolute;
  border: 1px solid rgba(46, 154, 146, 0.34);
  border-radius: 50%;
}

.pulse-a {
  width: 460px;
  height: 460px;
  animation: pulse 4s infinite;
}

.pulse-b {
  width: 620px;
  height: 620px;
  animation: pulse 4s 1.5s infinite;
}

.approach-stage {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(244, 234, 211, 0.035), rgba(46, 154, 146, 0.035));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.15);
}

.approach-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(rgba(244, 234, 211, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 234, 211, 0.032) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(208, 163, 58, 0.12), transparent 58%);
  background-size: 44px 44px, 44px 44px, auto;
}

.approach-number {
  position: relative;
  z-index: 3;
  width: 158px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--gold), var(--gold-soft));
  box-shadow: 0 24px 70px rgba(208, 163, 58, 0.18);
  color: var(--navy);
  font: 400 clamp(62px, 7vw, 92px) / 1 Georgia, "Times New Roman", serif;
}

.approach-word {
  position: absolute;
  z-index: 3;
  top: calc(50% + 106px);
  left: 50%;
  color: rgba(244, 234, 211, 0.52);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.35em;
  transform: translateX(-50%);
}

.approach-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 55px 56px 36px;
}

.approach-slides {
  display: grid;
  align-content: start;
  min-height: 330px;
}

.approach-slide {
  animation: slideIn 0.58s cubic-bezier(0.2, 0.72, 0.2, 1);
}

.approach-slide[hidden] {
  display: none;
}

.approach-slide > span {
  display: block;
  margin-bottom: 27px;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.approach-slide h3 {
  margin: 0 0 23px;
  font: 400 clamp(52px, 6vw, 86px) / 0.95 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

.approach-slide p {
  max-width: 650px;
  margin: 0;
  color: rgba(244, 234, 211, 0.62);
  font-size: 17px;
  line-height: 1.72;
}

.approach-controls {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  gap: 15px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.approach-arrow {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(244, 234, 211, 0.18);
  border-radius: 50%;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.approach-arrow:hover {
  background: var(--cream);
  color: var(--navy);
}

.approach-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.approach-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(244, 234, 211, 0.15);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.approach-dots button.active {
  background: var(--gold);
  transform: scale(1.25);
}

.founder-led {
  padding: 20px 0 96px;
}

.founder-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(40px, 8vw, 120px);
  padding: clamp(38px, 5vw, 66px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(208, 163, 58, 0.06), rgba(46, 154, 146, 0.06));
}

.founder-panel h2 {
  margin: 16px 0 0;
  font: 400 clamp(42px, 4.8vw, 66px) / 0.98 Georgia, "Times New Roman", serif;
  letter-spacing: -0.04em;
}

.founder-panel > p {
  margin: 0;
  color: rgba(244, 234, 211, 0.64);
  font-size: 17px;
  line-height: 1.72;
}

.contact {
  padding-bottom: 38px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(40px, 7vw, 90px);
  padding: clamp(42px, 5.5vw, 76px);
  border-radius: 34px;
  background: var(--gold);
  color: var(--navy);
}

.contact-kicker {
  color: rgba(3, 19, 31, 0.66);
}

.contact-panel h2 {
  margin: 16px 0 22px;
  font: 400 clamp(50px, 6vw, 86px) / 0.93 Georgia, "Times New Roman", serif;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.contact-intro {
  max-width: 580px;
  margin: 0;
  opacity: 0.72;
  line-height: 1.66;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.contact-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.contact-form label > span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.68;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 13px 15px;
  border: 1px solid rgba(3, 19, 31, 0.23);
  border-radius: 15px;
  outline: 0;
  background: rgba(255, 255, 255, 0.18);
  color: var(--navy);
  font-size: 16px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(3, 19, 31, 0.52);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(3, 19, 31, 0.72);
  box-shadow: 0 0 0 3px rgba(3, 19, 31, 0.08);
}

.contact-form textarea {
  min-height: 116px;
  resize: vertical;
}

.contact-form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.contact-form-actions small {
  max-width: 220px;
  line-height: 1.45;
  opacity: 0.62;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 46px 0 28px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-mark {
  width: 50px;
}

.footer-brand > div {
  display: grid;
}

.footer-brand strong {
  font: 400 22px Georgia, "Times New Roman", serif;
  letter-spacing: 0.14em;
}

.footer-brand > div span {
  margin-top: 5px;
  color: var(--gold);
  font-size: 7px;
  letter-spacing: 0.48em;
}

.footer > p {
  margin: 0;
  color: rgba(244, 234, 211, 0.52);
  font: italic 15px Georgia, "Times New Roman", serif;
  text-align: center;
}

.footer-meta {
  display: flex;
  gap: 14px;
  color: rgba(244, 234, 211, 0.44);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer small {
  grid-column: 1 / -1;
  margin-top: 24px;
  color: rgba(244, 234, 211, 0.32);
  font-size: 9px;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes productFloat {
  50% {
    transform: rotate(4deg) translateY(-13px);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.55;
    transform: scale(0.76);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .section-shell,
  .site-header {
    width: min(100% - 44px, 1380px);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
  }

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

  .capability-card:nth-child(2) {
    border-right: 0;
  }

  .capability-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .product-feature {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  }
}

@media (max-width: 800px) {
  html {
    scroll-padding-top: 86px;
  }

  .section-shell,
  .site-header {
    width: calc(100% - 24px);
    max-width: 100%;
  }

  .site-header {
    top: 10px;
    height: 66px;
    padding: 0 12px;
  }

  .menu-toggle {
    z-index: 4;
    display: block;
  }

  .site-nav {
    position: fixed;
    z-index: 3;
    inset: -10px -12px auto;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 112px 27px 40px;
    background: rgba(3, 19, 31, 0.985);
    transform: translateY(-110%);
    transition: transform 0.42s cubic-bezier(0.22, 0.76, 0.2, 1);
  }

  .site-nav.open {
    transform: none;
  }

  .site-nav > a {
    padding: 17px 2px;
    border-bottom: 1px solid var(--line);
    font: 400 34px / 1 Georgia, "Times New Roman", serif;
  }

  .site-nav .nav-cta {
    margin-top: 28px;
    padding: 16px;
    font: 700 13px Inter, sans-serif;
    text-align: center;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    padding: 132px 0 74px;
  }

  .hero-title {
    font-size: clamp(50px, 14.2vw, 72px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-visual {
    width: 100%;
  }

  .manifesto,
  .capabilities,
  .products,
  .approach {
    padding: 66px 0;
  }

  .manifesto-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 43px;
  }

  .display-copy {
    font-size: clamp(52px, 15vw, 74px);
  }

  .section-head {
    display: grid;
    gap: 26px;
    margin-bottom: 34px;
  }

  .section-head > p {
    max-width: 620px;
  }

  .product-feature {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .product-copy {
    padding: 43px 25px 48px;
  }

  .product-copy h3 {
    font-size: 68px;
  }

  .product-art {
    min-height: 430px;
  }

  .product-window {
    width: min(64vw, 300px);
  }

  .approach-stage {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    border-radius: 26px;
  }

  .approach-visual {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .approach-number {
    width: 128px;
    border-radius: 24px;
    font-size: 66px;
  }

  .approach-word {
    top: calc(50% + 87px);
  }

  .approach-content {
    padding: 33px 22px 22px;
  }

  .approach-slides {
    min-height: 308px;
  }

  .approach-slide h3 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .approach-slide p {
    font-size: 15px;
    line-height: 1.66;
  }

  .approach-controls {
    grid-template-columns: 42px 1fr 42px;
    gap: 8px;
  }

  .approach-arrow {
    width: 42px;
    height: 42px;
  }

  .founder-led {
    padding: 18px 0 66px;
  }

  .founder-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding: 36px 25px;
  }

  .contact-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding: 41px 23px;
    border-radius: 27px;
  }

  .contact-form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
  }

  .footer > p {
    display: none;
  }

  .footer-meta {
    justify-content: center;
    flex-wrap: wrap;
  }

  .cursor-glow {
    display: none;
  }
}

@media (max-width: 480px) {
  .section-shell,
  .site-header {
    width: calc(100% - 20px);
  }

  .brand-mark {
    width: 44px;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .hero-title {
    font-size: clamp(47px, 14.5vw, 61px);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 34px;
    padding-top: 20px;
  }

  .stat-row strong {
    font-size: 30px;
  }

  .stat-row span {
    font-size: 7px;
    line-height: 1.35;
    letter-spacing: 0.05em;
    overflow-wrap: anywhere;
  }

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

  .capability-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .capability-card:last-child {
    border-bottom: 0;
  }

  .icon-orbit {
    margin-top: 0;
  }

  .product-art {
    min-height: 390px;
  }

  .approach-slides {
    min-height: 334px;
  }

  .contact-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-form-actions small {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .cursor-glow {
    display: none;
  }
}
