:root {
  --navy-950: #061426;
  --navy-900: #0b1f3a;
  --navy-800: #12365f;
  --blue-600: #1769aa;
  --blue-100: #dcecf7;
  --red-500: #dc342a;
  --red-100: #ffe7e1;
  --ink: #132238;
  --muted: #526173;
  --line: #d8e0e8;
  --paper: #ffffff;
  --mist: #f3f6f8;
  --warm: #fbfaf7;
  --content: 1180px;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(6, 20, 38, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--paper);
  background: var(--blue-600);
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  color: var(--navy-900);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 820px;
  margin-bottom: 1.4rem;
  color: var(--paper);
  font-size: clamp(2.55rem, 5vw, 4.8rem);
  font-weight: 720;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 700;
}

h3 {
  margin-bottom: 0.8rem;
  font-size: 1.25rem;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  color: var(--paper);
  background: var(--blue-600);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #f5ad30;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--navy-950);
}

.site-header {
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 72%, rgba(29, 110, 174, 0.3), transparent 30%),
    linear-gradient(140deg, var(--navy-950), var(--navy-900) 55%, #102e51);
}

.nav-shell {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 74px;
  padding: 0.85rem max(1.25rem, calc((100vw - var(--content)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 20, 38, 0.92);
  backdrop-filter: blur(16px);
}

.nav-menu {
  margin-left: auto;
}

.nav-menu > summary {
  display: none;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  color: var(--paper);
  text-decoration: none;
  white-space: nowrap;
}

.brand-name {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.brand-name::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 0.55rem;
  border-radius: 2px;
  background: var(--red-500);
  content: "";
  transform: rotate(45deg) translateY(-1px);
}

.brand-suffix {
  color: #bdd0df;
  font-size: 0.75rem;
  font-weight: 600;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem clamp(0.65rem, 2vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  display: inline-block;
  padding: 0.55rem 0;
  color: #e7eff5;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--paper);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  max-width: var(--content);
  min-height: min(720px, calc(100vh - 74px));
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 6.5rem) 1.25rem;
  overflow: hidden;
}

.hero::before,
.hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero::before {
  right: -12rem;
  bottom: -18rem;
  width: 42rem;
  height: 42rem;
}

.hero::after {
  right: 2rem;
  bottom: -12rem;
  width: 26rem;
  height: 26rem;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker,
.principle-label,
.availability-label {
  margin-bottom: 1rem;
  color: var(--blue-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  color: #9fc9e8;
}

.hero-intro {
  max-width: 730px;
  margin-bottom: 0.75rem;
  color: #d9e5ee;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.65;
}

.hero-delivery {
  max-width: 700px;
  margin-bottom: 2rem;
  color: #9fc9e8;
  font-weight: 700;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  color: var(--paper);
  background: var(--red-500);
  box-shadow: 0 10px 30px rgba(220, 52, 42, 0.24);
}

.button-primary:hover {
  background: #c92e24;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.46);
  color: var(--paper);
  background: rgba(255, 255, 255, 0.05);
}

.button-secondary:hover {
  border-color: var(--paper);
  background: rgba(255, 255, 255, 0.1);
}

.button-light {
  color: var(--navy-900);
  background: var(--paper);
}

.hero-visual {
  align-self: end;
  padding-bottom: 3vh;
}

.hero-visual video,
.hero-visual img {
  display: block;
  width: min(88%, 420px);
  height: auto;
  margin-left: auto;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.35));
}

.hero-visual video {
  aspect-ratio: 1376 / 928;
  border-radius: 0.75rem;
  background: #f8f8f8;
  object-fit: contain;
  opacity: 0.93;
}

.section {
  max-width: var(--content);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8rem) 1.25rem;
  scroll-margin-top: 6.5rem;
}

.section-tinted,
.section-contact,
.section-AIdea {
  position: relative;
  max-width: none;
}

.section-tinted {
  background: var(--mist);
}

.section-tinted > * {
  max-width: var(--content);
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section-heading-wide {
  max-width: 900px;
}

.section-heading > p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.1rem;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem);
}

.about-copy p,
.founder-copy p {
  color: var(--muted);
}

.lead {
  color: var(--ink) !important;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.5;
}

.vision-callout {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--red-500);
  border-radius: 0 10px 10px 0;
  color: var(--ink) !important;
  background: var(--mist);
  font-weight: 650;
}

.principle-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-top: 5px solid var(--red-500);
  border-radius: var(--radius);
  background: var(--navy-900);
  box-shadow: var(--shadow);
}

.principle-card .principle-label {
  color: #9fc9e8;
}

.principle-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.principle-card li {
  display: flex;
  gap: 0.85rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--paper);
  font-weight: 650;
}

.principle-card li span {
  color: #8dbbdc;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.service-card {
  position: relative;
  min-height: 100%;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 8px 28px rgba(6, 20, 38, 0.05);
}

.card-number {
  display: block;
  margin-bottom: 2.3rem;
  color: var(--red-500);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-card p {
  color: var(--muted);
}

.service-card ul,
.capability-list,
.bio-highlights {
  margin-bottom: 0;
  padding-left: 1.15rem;
}

.service-card li,
.capability-list li,
.bio-highlights li {
  margin-bottom: 0.55rem;
}

.service-card li::marker,
.capability-list li::marker,
.bio-highlights li::marker {
  color: var(--red-500);
}

.service-note {
  margin: 1.5rem 0 0;
  padding: 1rem;
  border-left: 4px solid var(--blue-600);
  border-radius: 0 8px 8px 0;
  color: var(--ink) !important;
  background: var(--blue-100);
  font-size: 0.9rem;
}

.section-AIdea {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  color: #e7eef4;
  background:
    linear-gradient(115deg, rgba(23, 105, 170, 0.18), transparent 48%),
    var(--navy-950);
}

.AIdea-shell {
  max-width: var(--content);
  margin: 0 auto;
}

.section-kicker-light {
  color: #8ec5eb;
}

.AIdea-heading {
  max-width: 900px;
}

.AIdea-heading h2,
.availability-card h3,
.AIdea-content > div > h3,
.section-contact h2 {
  color: var(--paper);
}

.AIdea-heading h2 span {
  color: #ff7368;
}

.AIdea-lead {
  color: var(--paper);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
}

.AIdea-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.AIdea-flow span {
  position: relative;
  padding: 1.4rem 0.5rem 0 0;
  color: #c7d9e7;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.AIdea-flow span::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--navy-950);
  border-radius: 50%;
  background: var(--red-500);
  content: "";
}

.AIdea-content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
}

.AIdea-content > div > p {
  color: #c7d9e7;
}

.AIdea-workflow-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.AIdea-workflow-list li {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  color: #e1ecf3;
  background: rgba(255, 255, 255, 0.05);
}

.AIdea-proof {
  margin: clamp(3rem, 7vw, 6rem) 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.AIdea-proof-heading {
  max-width: 720px;
}

.AIdea-proof h3 {
  color: var(--paper);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 1.25rem;
}

.proof-grid div {
  padding: clamp(1rem, 3vw, 1.6rem);
  border-top: 3px solid var(--red-500);
  border-radius: 10px;
  background: rgba(6, 20, 38, 0.56);
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--paper);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.proof-grid span {
  margin-top: 0.45rem;
  color: #bcd1df;
  font-weight: 700;
}

.proof-qualification {
  max-width: 900px;
  color: #b7cad8;
  font-size: 0.9rem;
}

.proof-mechanisms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.proof-mechanisms li {
  display: grid;
  grid-template-columns: minmax(130px, 0.4fr) minmax(0, 1fr);
  gap: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-mechanisms strong {
  color: var(--paper);
}

.proof-mechanisms span {
  color: #bfd2df;
}

.AIdea-gallery {
  display: grid;
  gap: 1.25rem;
  margin-top: clamp(3rem, 7vw, 6rem);
}

.AIdea-gallery-supporting {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.AIdea-screenshot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.AIdea-screenshot a {
  display: block;
  overflow: hidden;
  background: #eef2f5;
}

.AIdea-screenshot a:focus-visible {
  outline-offset: -5px;
  box-shadow: inset 0 0 0 6px var(--navy-950);
}

.AIdea-screenshot img {
  width: 100%;
  transition: transform 180ms ease;
}

.AIdea-screenshot a:hover img {
  transform: scale(1.012);
}

.AIdea-screenshot figcaption {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1rem 1rem;
  color: var(--navy-900);
}

.AIdea-screenshot figcaption strong {
  font-size: 0.95rem;
}

.AIdea-screenshot figcaption span {
  color: var(--muted);
  font-size: 0.86rem;
}

.AIdea-gallery-note {
  margin: 0.15rem 0 0;
  color: #aebfcd;
  font-size: 0.85rem;
}

.capability-list {
  color: #d8e5ee;
}

.availability-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.availability-card .availability-label {
  color: #ff8d84;
}

.availability-card .button {
  width: 100%;
  margin-top: 0.75rem;
}

.engagement-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.engagement-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  padding: 1.75rem 1.5rem 1.75rem 0;
  border-bottom: 1px solid var(--line);
}

.engagement-list li:nth-child(odd) {
  margin-right: 2rem;
}

.engagement-number,
.process-number {
  color: var(--blue-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.engagement-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.engagement-summary {
  max-width: 860px;
  margin: 2.5rem 0 0;
  padding-left: 1.25rem;
  border-left: 4px solid var(--red-500);
  font-weight: 650;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  list-style: none;
  background: var(--line);
}

.process-grid li {
  min-height: 300px;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--paper);
}

.process-number {
  display: block;
  margin-bottom: 4rem;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.founder-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 6rem);
}

.founder-image-wrap {
  position: relative;
}

.founder-image-wrap::after {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  z-index: -1;
  width: 70%;
  height: 48%;
  border-radius: var(--radius);
  background: var(--blue-100);
  content: "";
}

.founder-photo {
  width: 100%;
  max-height: 610px;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center 20%;
  box-shadow: var(--shadow);
}

.bio-highlights {
  color: var(--ink);
}

.bio-highlights li {
  padding-left: 0.35rem;
}

.section-contact {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  color: #dfe9f1;
  background: var(--navy-800);
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 6rem);
  max-width: var(--content);
  margin: 0 auto;
}

.contact-intro > p {
  max-width: 700px;
  font-size: 1.1rem;
}

.contact-details {
  margin-top: 2.5rem;
  padding: 0;
  font-style: normal;
}

.contact-details p {
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-details span {
  display: block;
  margin-bottom: 0.15rem;
  color: #9fc9e8;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-details a {
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: clamp(1.35rem, 4vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 22px 60px rgba(6, 20, 38, 0.3);
}

.form-heading h3 {
  margin-bottom: 0.35rem;
  font-size: 1.45rem;
}

.form-heading p {
  margin-bottom: 0.5rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form label:not(.consent-check),
.newsletter-form > label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.86rem;
  font-weight: 750;
}

.contact-form small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.newsletter-form input {
  width: 100%;
  border: 1px solid #b9c6d1;
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.contact-form input,
.contact-form select,
.newsletter-form input {
  min-height: 48px;
  padding: 0.68rem 0.8rem;
}

.contact-form textarea {
  min-height: 150px;
  padding: 0.7rem 0.8rem;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.newsletter-form input:focus {
  border-color: var(--blue-600);
  outline: 3px solid rgba(23, 105, 170, 0.22);
  outline-offset: 1px;
}

.consent-check {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.consent-check input {
  width: 18px;
  min-height: 18px;
  margin: 0.15rem 0 0;
}

.consent-check a,
.newsletter-form a,
.footer-links a {
  text-underline-offset: 3px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .button {
  justify-self: start;
  min-width: 170px;
  color: var(--paper);
  background: var(--blue-600);
}

.contact-form .button:hover {
  background: #11598f;
}

.button:disabled {
  color: #6f7b86;
  background: #d9e0e5;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.form-status {
  min-height: 1.35rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

footer {
  color: #aebdca;
  background: var(--navy-950);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.15fr) auto;
  align-items: end;
  gap: clamp(2rem, 5vw, 4rem);
  max-width: var(--content);
  margin: 0 auto;
  padding: 2.2rem 1.25rem;
}

.footer-shell p {
  margin-bottom: 0;
}

.footer-shell strong {
  color: var(--paper);
}

.footer-identity {
  display: grid;
  gap: 0.85rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.82rem;
}

.footer-link-button {
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: transparent;
  cursor: pointer;
}

.newsletter-form {
  display: grid;
  gap: 0.45rem;
}

.newsletter-form > label {
  color: var(--paper);
  font-size: 0.9rem;
}

.newsletter-controls {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 0.6rem;
}

.newsletter-form input {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
}

.newsletter-form input::placeholder {
  color: #9dafbd;
}

.newsletter-form .button {
  min-height: 48px;
}

.newsletter-form > p {
  font-size: 0.76rem;
}

.newsletter-form > .newsletter-intro {
  max-width: 520px;
  color: #c4d2dc;
  font-size: 0.84rem;
  line-height: 1.45;
}

.consent-banner {
  position: fixed;
  z-index: 1000;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  width: min(760px, calc(100% - 2rem));
  padding: 1.35rem 3.1rem 1.35rem 1.35rem;
  border: 1px solid rgba(14, 40, 67, 0.16);
  border-radius: 14px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 48px rgba(2, 17, 32, 0.22);
  backdrop-filter: blur(12px);
}

.consent-close {
  position: absolute;
  top: 0.55rem;
  right: 0.65rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--navy-700);
  background: transparent;
  font: inherit;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  place-items: center;
}

.consent-close:hover {
  color: var(--navy-950);
  background: var(--mist);
}

.consent-close:focus-visible {
  outline: 3px solid rgba(27, 117, 187, 0.38);
  outline-offset: 2px;
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
}

.consent-banner a {
  color: var(--navy-700);
  text-underline-offset: 3px;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.consent-actions .button {
  white-space: nowrap;
}

.privacy-back-link {
  color: var(--paper);
  font-size: 0.9rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

.privacy-page {
  background: var(--mist);
}

.privacy-shell {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 1.25rem;
}

.privacy-shell > header {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.privacy-shell h1 {
  max-width: none;
  margin-bottom: 0.75rem;
  color: var(--navy-900);
}

.privacy-updated {
  color: var(--muted);
}

.privacy-shell section {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}

.privacy-shell section h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.privacy-shell section p {
  color: var(--muted);
}

.privacy-shell section p:last-child {
  margin-bottom: 0;
}

.privacy-shell a {
  color: var(--blue-600);
  text-underline-offset: 3px;
}

.footer-shell-simple {
  grid-template-columns: 1fr auto auto;
}

.footer-shell-simple a {
  color: var(--paper);
  text-underline-offset: 3px;
}

.error-page {
  min-height: 100vh;
  color: #dfe9f1;
  background:
    radial-gradient(circle at 78% 72%, rgba(29, 110, 174, 0.3), transparent 30%),
    linear-gradient(140deg, var(--navy-950), var(--navy-900) 55%, #102e51);
}

.error-shell {
  display: grid;
  min-height: 100vh;
  place-content: center;
  justify-items: start;
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 1.25rem;
}

.error-shell .brand {
  margin-bottom: 5rem;
}

.error-shell h1 {
  max-width: 700px;
}

.error-shell > p:not(.section-kicker) {
  max-width: 560px;
  margin-bottom: 2rem;
  font-size: 1.15rem;
}

.AIdea-heading > p:not(.section-kicker) {
  color: #c7d9e7;
}

.AIdea-workflow {
  margin: clamp(3rem, 7vw, 6rem) 0;
}

.workflow-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.workflow-heading h3,
.deployment-heading h3 {
  color: var(--paper);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.iteration-cue {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: #bcd1df;
}

.iteration-cue span {
  color: #ff8d84;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.workflow-phases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-phase {
  position: relative;
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.workflow-phase:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -1.65rem;
  color: #ff7368;
  content: "→";
  font-size: 1.5rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.phase-heading {
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.14);
}

.phase-heading span {
  display: block;
  margin-bottom: 0.25rem;
  color: #8ec5eb;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.phase-heading h4,
.deployment-option h4 {
  margin: 0;
  color: var(--paper);
  font-size: 1.02rem;
  line-height: 1.3;
}

.workflow-phase ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-phase ol li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #e1ecf3;
}

.workflow-phase ol li:last-child {
  border-bottom: 0;
}

.workflow-phase ol span {
  color: #ff8d84;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.governance-bar {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1.15rem 1.25rem;
  border-left: 4px solid var(--red-500);
  border-radius: 0 12px 12px 0;
  color: #c7d9e7;
  background: rgba(23, 105, 170, 0.22);
}

.governance-bar strong {
  color: var(--paper);
}

.AIdea-device {
  position: relative;
  margin: 0;
  padding: 1.55rem 1.4rem 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px 18px 12px 12px;
  background: #16283d;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.34);
}

.AIdea-device::after {
  position: absolute;
  right: -2.5%;
  bottom: -0.6rem;
  left: -2.5%;
  height: 0.8rem;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #8795a3, #44515e);
  content: "";
}

.device-camera {
  position: absolute;
  top: 0.55rem;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7f92a4;
  transform: translateX(-50%);
}

.AIdea-device a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #eef2f5;
}

.AIdea-device a:focus-visible {
  outline-offset: -5px;
  box-shadow: inset 0 0 0 6px var(--navy-950);
}

.AIdea-device img {
  width: 100%;
  transition: transform 180ms ease;
}

.AIdea-device a:hover img {
  transform: scale(1.012);
}

.deployment-section {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.deployment-heading {
  max-width: 860px;
  margin-bottom: 2rem;
}

.deployment-heading > p:last-child {
  color: #c7d9e7;
}

.deployment-diagram {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(420px, 1.8fr) minmax(190px, 0.8fr);
  grid-template-rows: repeat(2, minmax(205px, auto));
  gap: 2rem clamp(2.5rem, 5vw, 5rem);
  align-items: stretch;
  margin: 0 0 1.5rem;
}

.deployment-option {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 105px auto;
  min-width: 0;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 12px 28px rgba(0, 8, 18, 0.14);
}

.deployment-option::before,
.deployment-option::after {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: clamp(2.5rem, 5vw, 5rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(126, 197, 238, 0.25), rgba(126, 197, 238, 0.85));
  content: "";
}

.deployment-option-compact::after,
.deployment-option-workstation::after {
  left: 100%;
}

.deployment-option-cloud::before,
.deployment-option-server::before {
  right: 100%;
  background: linear-gradient(90deg, rgba(126, 197, 238, 0.85), rgba(126, 197, 238, 0.25));
}

.deployment-option-compact {
  grid-column: 1;
  grid-row: 1;
}

.deployment-option-cloud {
  grid-column: 3;
  grid-row: 1;
}

.deployment-option-workstation {
  grid-column: 1;
  grid-row: 2;
}

.deployment-option-server {
  grid-column: 3;
  grid-row: 2;
}

.deployment-option > img {
  align-self: center;
  justify-self: center;
  width: auto;
  max-width: 160px;
  height: 100px;
  object-fit: contain;
}

.deployment-option-cloud > img {
  width: 142px;
}

.deployment-option h4 {
  margin: 0;
}

.deployment-option p {
  margin: 0.45rem 0 0;
  color: #bfd2df;
  font-size: 0.84rem;
  line-height: 1.45;
}

.deployment-monitor {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  text-align: center;
}

.deployment-monitor-frame {
  position: relative;
  padding: 12px 12px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 15px;
  background: #071421;
  box-shadow: 0 24px 54px rgba(0, 5, 13, 0.38);
}

.deployment-monitor-frame::before {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  content: "";
}

.deployment-monitor-frame img {
  width: 100%;
  border-radius: 5px;
}

.deployment-monitor-stand {
  position: relative;
  display: block;
  width: 96px;
  height: 34px;
  margin: 0 auto 1.1rem;
  border-bottom: 7px solid #284158;
}

.deployment-monitor-stand::before {
  position: absolute;
  top: 0;
  left: 42px;
  width: 12px;
  height: 31px;
  background: linear-gradient(90deg, #1b3043, #4b657a, #1b3043);
  content: "";
}

.deployment-monitor > strong,
.deployment-monitor > span:last-child {
  display: block;
}

.deployment-monitor > strong {
  font-size: 1.1rem;
}

.deployment-monitor > span:last-child {
  margin-top: 0.25rem;
  color: #a9c4d6;
  font-size: 0.86rem;
}

.deployment-support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.deployment-support p {
  min-width: 0;
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

.deployment-support strong,
.deployment-support span {
  display: block;
}

.deployment-support span {
  margin-top: 0.35rem;
  color: #bfd2df;
  font-size: 0.86rem;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  html {
    scroll-padding-top: 10rem;
  }

  .nav-shell {
    align-items: flex-start;
    gap: 1rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .deployment-diagram {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 1rem;
  }

  .deployment-monitor {
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(680px, 100%);
    margin: 0 auto 1rem;
  }

  .deployment-option {
    grid-column: auto;
    grid-row: auto;
  }

  .deployment-option-compact,
  .deployment-option-cloud {
    grid-row: 2;
  }

  .deployment-option-workstation,
  .deployment-option-server {
    grid-row: 3;
  }

  .deployment-option::before,
  .deployment-option::after {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    position: absolute;
    right: -9rem;
    bottom: -3rem;
    width: 520px;
    opacity: 0.18;
  }

  .hero-copy {
    max-width: 820px;
  }

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

  .footer-shell {
    grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr);
  }

  .footer-shell > p:last-child {
    grid-column: 1 / -1;
  }

  .footer-shell-simple {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 6rem;
  }

  .nav-shell {
    position: sticky;
    align-items: center;
    gap: 0.75rem;
    min-height: 64px;
    padding: 0.75rem 1rem;
  }

  .nav-menu {
    position: relative;
  }

  .nav-menu > summary {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 8px;
    color: var(--paper);
    font-size: 0.88rem;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
  }

  .nav-menu > summary::-webkit-details-marker {
    display: none;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    display: grid;
    width: min(280px, calc(100vw - 2rem));
    gap: 0;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(6, 20, 38, 0.98);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  }

  .nav-links a {
    display: block;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-links li:last-child a {
    border-bottom: 0;
  }

  .hero {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .about-layout,
  .AIdea-content,
  .founder-layout,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .workflow-phases {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .workflow-phase:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -1.35rem;
    content: "↓";
    transform: translateX(50%);
  }

  .governance-bar {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .engagement-list {
    grid-template-columns: 1fr;
  }

  .engagement-list li:nth-child(odd) {
    margin-right: 0;
  }

  .AIdea-flow {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }

  .AIdea-flow span {
    padding: 0 0 1rem 1.25rem;
  }

  .AIdea-flow span::before {
    top: 0.35rem;
    left: -5px;
  }

  .proof-grid,
  .proof-mechanisms {
    grid-template-columns: 1fr;
  }

  .proof-mechanisms li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .founder-image-wrap {
    max-width: 420px;
  }

  .founder-photo {
    max-height: 520px;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-shell > p:last-child {
    grid-column: auto;
  }

  .footer-shell-simple {
    grid-template-columns: 1fr;
  }

  .consent-banner {
    left: 1rem;
    right: 1rem;
    grid-template-columns: 1fr;
    width: auto;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 0.98rem;
  }

  .brand-name {
    font-size: 1rem;
  }

  .nav-links a {
    font-size: 0.88rem;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .button-row,
  .button {
    width: 100%;
  }

  .form-grid,
  .newsletter-controls {
    grid-template-columns: 1fr;
  }

  .contact-form .button {
    width: 100%;
  }

  .hero-visual {
    right: -11rem;
    width: 460px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .deployment-diagram,
  .deployment-support {
    grid-template-columns: 1fr;
  }

  .deployment-option-compact,
  .deployment-option-cloud,
  .deployment-option-workstation,
  .deployment-option-server {
    grid-column: 1;
    grid-row: auto;
  }

  .AIdea-device {
    padding: 1.2rem 0.7rem 1.35rem;
  }

  .process-grid li {
    min-height: auto;
  }

  .process-number {
    margin-bottom: 2rem;
  }

  .engagement-list li {
    grid-template-columns: 38px 1fr;
    padding-right: 0;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
