*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0D1520;
  --deep: #111B31;
  --bg: #1A2340;
  --surface: #1E2A4A;
  --surface-soft: rgba(30,42,74,0.72);
  --border: #2A3A5C;
  --blue: #3B6FD8;
  --teal: #2BA7A0;
  --sage: #7FAF8A;
  --cream: #F0EDE6;
  --white: #FFFFFF;
  --sub: #8B9CC0;
  --muted: rgba(240,237,230,0.66);
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Figtree', sans-serif;
  background: var(--bg);
  color: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; }
.mono, .eyebrow, .s-label, .card-num, .stamp, .fine, .footer-tag, .footer-legal, .nav-links a { font-family: 'Roboto Mono', monospace; text-transform: uppercase; letter-spacing: 0.12em; }
.phonetic span { font-family: 'Roboto Mono', monospace; text-transform: uppercase; letter-spacing: 0.12em; }
nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1rem 3rem; background: rgba(13,21,32,0.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-copy { display: flex; flex-direction: column; gap: 1px; }
.name { font-weight: 600; font-size: 22px; color: var(--white); letter-spacing: -0.35px; line-height: 1.05; }
.brand-pronunciation { font-family: 'Figtree', sans-serif; font-size: 12px; font-weight: 600; color: rgba(139,156,192,.78); letter-spacing: .02em; }
.acesa-mark { 
  --mark-size: 46px;
  position: relative; 
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  flex-shrink: 0; 
  width: var(--mark-size);
  height: var(--mark-size);
  transition: filter .3s ease, transform .3s ease; 
}
.acesa-mark-nav { --mark-size: 46px; }
.acesa-mark-footer { --mark-size: 34px; margin-top: 1px; }
.acesa-plus { 
  position: absolute; 
  inset: 0; 
  display: block; 
}
.acesa-plus::before, .acesa-plus::after { 
  content: ''; 
  position: absolute; 
  background: var(--white); 
  border-radius: calc(var(--mark-size) * 0.045); 
}
.acesa-plus::before { 
  width: 70%; 
  height: 22%; 
  left: 15%; 
  top: 39%; 
}
.acesa-plus::after { 
  width: 22%; 
  height: 70%; 
  left: 39%; 
  top: 15%; 
}
.acesa-dot { 
  position: absolute; 
  width: 14%; 
  height: 14%; 
  border-radius: 999px; 
  background: var(--teal); 
  right: 8%; 
  top: 8%; 
}
.logo:hover .acesa-mark { filter: drop-shadow(0 0 8px rgba(59,111,216,.25)); transform: translateY(-1px); }
.nav-links { display: flex; align-items: center; gap: 1.35rem; list-style: none; }
.nav-links a { font-size: 10px; color: var(--sub); text-decoration: none; transition: color .15s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { background: var(--blue); color: var(--white) !important; padding: .55rem 1rem; border-radius: 10px; }
.hero { min-height: 92vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 6rem 2rem 5rem; text-align: center; background: var(--navy); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 30%, rgba(43,167,160,.09) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 80% 70%, rgba(59,111,216,.08) 0%, transparent 70%); pointer-events: none; animation: gradientMove 20s ease-in-out infinite; }
.hero > * { position: relative; z-index: 1; }
@keyframes gradientMove { 0% { transform: translateY(0) scale(1); } 50% { transform: translateY(-8px) scale(1.02); } 100% { transform: translateY(0) scale(1); } }
@keyframes acesaDotPulse { 0%, 100% { opacity: 1; } 50% { opacity: .72; } }
@media (prefers-reduced-motion: reduce) { .hero::before, .acesa-dot { animation: none; } }
50% { transform: translateY(-6px); } 100% { transform: translateY(0); } }
.eyebrow { font-size: 11px; color: var(--teal); margin-bottom: 1rem; }
.phonetic { font-family: 'Figtree', sans-serif; font-size: 13px; font-weight: 600; color: rgba(139,156,192,.78); margin-bottom: 1.5rem; }
.phonetic span { font-size: 10px; color: rgba(139,156,192,.68); margin-right: .35rem; }
.hero-kicker { font-family: 'Figtree', sans-serif; font-size: 17px; font-weight: 600; color: var(--teal); margin: 1.9rem auto 1.35rem; text-align: center; }
.hero h1 { font-weight: 600; font-size: clamp(2.65rem, 7vw, 5.35rem); line-height: 1.06; letter-spacing: -1.6px; color: var(--white); max-width: 900px; margin-bottom: 1.25rem; }
.hero-sub { font-size: clamp(1rem, 2vw, 1.2rem); font-weight: 400; color: var(--muted); max-width: 620px; margin: 0 auto 2.75rem; line-height: 1.75; }
.btns { display: flex; gap: .875rem; flex-wrap: wrap; justify-content: center; }
.btn { border: 0; cursor: pointer; background: var(--blue); color: var(--white); padding: .9rem 2rem; border-radius: 12px; font-weight: 700; font-size: 15px; text-decoration: none; transition: opacity .15s, transform .15s; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; }
.btn:hover { opacity: .9; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(59,111,216,.2); }
.btn-ghost { background: transparent; color: var(--cream); border: 1px solid var(--border); }
.stamp { margin-top: 3.5rem; font-size: 10px; color: rgba(139,156,192,.45); }
section { scroll-margin-top: 90px; }
.s-label { font-size: 10px; font-weight: 500; color: var(--blue); margin-bottom: .75rem; text-align: center; }
.s-div { width: 36px; height: 1px; background: var(--teal); margin: 0 auto 2rem; opacity: .5; }
.sec-h { font-weight: 600; font-size: clamp(1.9rem, 4vw, 2.8rem); color: var(--white); text-align: center; max-width: 720px; margin: 0 auto 1rem; line-height: 1.12; letter-spacing: -.6px; }
.sec-sub { text-align: center; font-size: 15px; color: var(--sub); max-width: 520px; margin: 0 auto 4rem; }
.truth, .founder, .page-content { padding: 7rem 2rem; background: var(--bg); text-align: center; }
.truth h2 { font-weight: 800; font-size: clamp(1.9rem, 4.5vw, 3.2rem); color: var(--white); max-width: 740px; margin: 0 auto 2rem; line-height: 1.12; letter-spacing: -.7px; }
.truth-body { font-size: 16px; color: var(--muted); max-width: 590px; margin: 0 auto 1.25rem; line-height: 1.85; }
.truth-kicker { font-size: 1.2rem; font-weight: 700; color: var(--teal); margin-top: 2.5rem; font-style: italic; }
.does, .who, .cta-sec { padding: 7rem 2rem; background: var(--navy); }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 1.25rem; max-width: 1000px; margin: 0 auto; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; transition: border-color .2s; }
.card:hover { border-color: rgba(59,111,216,.3); }
.card-num { font-size: 10px; color: var(--teal); margin-bottom: .75rem; }
.card-title { font-weight: 800; font-size: 1.15rem; color: var(--white); margin-bottom: .6rem; line-height: 1.2; }
.card-body { font-size: 14px; color: var(--sub); line-height: 1.75; }
.intel { padding: 7rem 2rem; background: var(--bg); }
.intel-big, .who-big { font-weight: 800; font-size: clamp(2rem,5vw,3.5rem); color: var(--white); max-width: 820px; line-height: 1.08; letter-spacing: -.9px; margin: 0 auto 1rem; text-align: center; }
.who-big { font-size: clamp(1.9rem,4.5vw,3.2rem); }
.intel-italic, .who-italic { font-size: 1rem; font-style: italic; color: var(--sage); margin: 0 auto 3.5rem; max-width: 620px; text-align: center; }
.who-italic { color: var(--teal); }
.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; max-width: 900px; margin: 0 auto; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.cell { padding: 2rem 2.25rem; background: var(--surface); border-bottom: 1px solid var(--border); }
.cell:nth-last-child(-n+2) { border-bottom: none; }
.cell-title { font-weight: 800; font-size: 1rem; color: var(--sage); margin-bottom: .6rem; }
.cell-body { font-size: 14px; color: var(--sub); line-height: 1.7; }
.who-cell { display: flex; gap: 1rem; align-items: flex-start; }
.who-dot { width: 8px; height: 8px; background: var(--teal); border-radius: 50%; margin-top: 6px; flex-shrink: 0; }
.founder-quote { font-weight: 700; font-size: clamp(1.4rem,3vw,2.15rem); font-style: italic; color: var(--white); max-width: 820px; margin: 0 auto 2.5rem; line-height: 1.35; letter-spacing: -.4px; }
.founder-attr { font-size: 11px; color: var(--sub); }
.founder-attr strong { color: var(--cream); }
.founder-body { font-size: 15px; color: var(--sub); max-width: 580px; margin: 2rem auto 0; line-height: 1.8; }
.privacy { padding: 7rem 2rem; background: var(--bg); }
.privacy-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.privacy h2 { font-weight: 800; font-size: clamp(1.9rem,3.5vw,2.6rem); color: var(--white); line-height: 1.12; letter-spacing: -.5px; margin-bottom: 1.25rem; }
.privacy p { font-size: 14px; color: var(--sub); line-height: 1.8; margin-bottom: 1.5rem; }
.privacy-link { font-weight: 700; font-size: 13px; color: var(--blue); text-decoration: none; }
.pills { display: flex; flex-direction: column; gap: .875rem; }
.pill { display: flex; align-items: flex-start; gap: .875rem; padding: 1.25rem 1.5rem; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; }
.pill-dot { width: 7px; height: 7px; background: var(--teal); border-radius: 50%; margin-top: 5px; flex-shrink: 0; }
.pill-label { font-weight: 700; font-size: 14px; color: var(--white); margin-bottom: 3px; }
.pill-desc { font-size: 13px; color: var(--sub); line-height: 1.6; }
.cta-box { background: var(--surface); border: 1px solid rgba(59,111,216,.2); border-radius: 20px; padding: 4rem 3rem; max-width: 720px; margin: 0 auto; text-align: center; }
.cta-h { font-weight: 800; font-size: clamp(1.8rem,3.5vw,2.5rem); color: var(--white); margin-bottom: 1rem; line-height: 1.12; }
.cta-sub { font-size: 15px; color: var(--sub); margin-bottom: 2.5rem; line-height: 1.8; }
.beta-form { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; max-width: 560px; margin: 0 auto; }
.beta-form input, .beta-form select, .beta-form textarea { width: 100%; background: rgba(255,255,255,.05); border: 1px solid var(--border); border-radius: 10px; padding: .9rem 1.1rem; color: var(--cream); font-family: 'Figtree', sans-serif; font-size: 14px; outline: none; }
.beta-form input::placeholder, .beta-form textarea::placeholder { color: var(--sub); }
.beta-form select { color: var(--sub); }
.beta-form .full { grid-column: 1 / -1; }
.beta-form button { grid-column: 1 / -1; justify-self: center; min-width: 220px; }
.fine { font-size: 10px; color: rgba(139,156,192,.4); margin-top: 2rem; line-height: 1.6; }
footer { border-top: 1px solid var(--border); padding: 3rem 2.5rem; background: var(--navy); display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; flex-wrap: wrap; }
.footer-brand-wrap { display: flex; align-items: flex-start; gap: 10px; }
.footer-brand { font-weight: 600; font-size: 17px; color: var(--white); line-height: 1.1; }
.footer-pronunciation { font-size: 12px; font-weight: 600; color: rgba(139,156,192,.72); margin-left: 6px; }
.footer-tag { font-size: 10px; color: var(--sub); margin-top: 5px; }
.footer-links { display: flex; gap: 1.5rem; list-style: none; flex-wrap: wrap; }
.footer-links a { font-size: 13px; color: var(--sub); text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-legal { width: 100%; border-top: 1px solid var(--border); padding-top: 1.5rem; margin-top: .5rem; font-size: 10px; color: rgba(139,156,192,.35); text-align: center; }
.page-hero { min-height: 50vh; padding: 7rem 2rem 5rem; }
.doc { max-width: 780px; margin: 0 auto; text-align: left; }
.doc h1 { color: var(--white); font-size: clamp(2.3rem,5vw,4rem); line-height: 1.05; letter-spacing: -1px; margin-bottom: 1rem; text-align: center; }
.doc .intro { color: var(--muted); text-align: center; max-width: 620px; margin: 0 auto 4rem; }
.doc h2 { color: var(--white); font-size: 1.35rem; margin-top: 2.4rem; margin-bottom: .7rem; }
.doc p, .doc li { color: var(--muted); font-size: 15px; line-height: 1.85; margin-bottom: 1rem; }
.doc ul { padding-left: 1.2rem; }
.story { max-width: 820px; margin: 0 auto; padding: 6.5rem 2rem; }
.story-section { padding: 4.25rem 0; border-bottom: 1px solid rgba(42,58,92,.75); }
.story-section:first-child { padding-top: 0; }
.story-section:last-child { border-bottom: none; }
.story h2 { font-weight: 800; font-size: clamp(1.7rem,3vw,2.35rem); color: var(--white); line-height: 1.18; letter-spacing: -.5px; margin-bottom: 1.5rem; }
.story p { font-size: 1.03rem; color: var(--muted); margin-bottom: 1.1rem; }
.short-line { margin-bottom: .45rem; font-style: italic; color: rgba(240,237,230,.56) !important; }
.emphasis { color: var(--white) !important; font-weight: 600; }
.quote-block { margin: 2.25rem 0; padding: 2rem; background: var(--surface-soft); border: 1px solid var(--border); border-radius: 18px; }
.quote-block p { color: var(--cream); font-size: clamp(1.25rem,2.4vw,1.65rem); line-height: 1.45; margin: 0; font-weight: 600; }
.root-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; }
.root-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 1.5rem; }
.root-card strong { display: block; color: var(--white); font-size: 1.1rem; margin-bottom: .35rem; }
.root-card span { color: var(--sub); font-size: .94rem; }
.closing { text-align: center; padding: 6rem 2rem 7rem; background: var(--navy); }
.closing h2 { max-width: 680px; margin: 0 auto 1.25rem; color: var(--white); font-size: clamp(1.8rem,3.5vw,2.7rem); line-height: 1.12; }
.closing p { max-width: 560px; margin: 0 auto 2rem; color: var(--muted); }
@media (max-width: 720px) {
  nav {
    padding: 1rem 1.25rem 0.85rem;
    flex-wrap: wrap;
    gap: 0.85rem;
  }

  .logo {
    width: 100%;
    justify-content: center;
  }

  .name { font-size: 20px; }
  .brand-pronunciation { font-size: 11px; }
  .acesa-mark-nav { width: 42px; height: 42px; }

  .nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.25rem 0 0.1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar { display: none; }

  .nav-links li { flex: 0 0 auto; }

  .nav-links a {
    font-size: 9px;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .nav-links a[href="index.html#does"],
  .nav-links a[href="index.html#voice"] {
    display: none;
  }

  .nav-cta {
    padding: 0.45rem 0.75rem;
    border-radius: 9px;
  }

  .hero { padding-top: 5.5rem; }
  .grid, .privacy-inner, .root-list { grid-template-columns: 1fr; }
  .cell:nth-last-child(-n+2) { border-bottom: 1px solid var(--border); }
  .cell:last-child { border-bottom: none; }
  .beta-form { grid-template-columns: 1fr; }
  .story { padding: 5rem 1.5rem; }
  .story-section { padding: 3.5rem 0; }
  footer { flex-direction: column; }
  .cta-box { padding: 3rem 1.4rem; }
}



/* Final brand lock */
.hero-kicker { color: var(--teal); font-weight: 500; }

.name-origin {
  padding: 7rem 2rem 7.8rem;
  background:
    radial-gradient(ellipse 70% 45% at 50% 8%, rgba(59,111,216,.055) 0%, transparent 68%),
    var(--bg);
  text-align: center;
  position: relative;
}
.name-origin::before {
  content: '';
  display: block;
  width: min(760px, 86vw);
  height: 1px;
  margin: 0 auto 5.5rem;
  background: linear-gradient(90deg, transparent, rgba(139,156,192,.22), transparent);
}
.origin-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(2.2rem, 4vw, 3.4rem);
  border: 1px solid rgba(139,156,192,.18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(30,42,74,.48), rgba(13,21,32,.22));
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}
.name-origin h2 {
  font-weight: 600;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -1px;
  color: var(--white);
  margin: 0 auto 1rem;
}
.origin-pronunciation {
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  color: rgba(240,237,230,.66);
  margin: 0 auto 2.2rem;
}
.origin-pronunciation strong { color: var(--cream); font-weight: 600; }
.origin-intro {
  max-width: 680px;
  margin: 0 auto 2.6rem;
  color: rgba(240,237,230,.64);
  font-size: clamp(1.02rem, 1.85vw, 1.2rem);
  line-height: 1.75;
}
.origin-roots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1rem;
  margin: 0 auto 1.25rem;
}
.origin-root-card {
  text-align: left;
  padding: 1.45rem 1.55rem;
  border: 1px solid rgba(139,156,192,.16);
  border-radius: 18px;
  background: rgba(13,21,32,.28);
}
.origin-root-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--white);
  margin: 0 0 .3rem;
}
.origin-root-card p:not(.origin-root-title) {
  margin: 0;
  color: rgba(240,237,230,.64);
  line-height: 1.65;
}
.origin-quote {
  margin: 1.15rem auto 2rem;
  padding: 1.35rem 1.5rem;
  border-top: 1px solid rgba(43,167,160,.26);
  border-bottom: 1px solid rgba(43,167,160,.18);
  color: rgba(240,237,230,.82);
}
.origin-quote p {
  margin: .15rem 0;
  font-size: clamp(1.08rem, 1.9vw, 1.28rem);
  line-height: 1.55;
}
.origin-closing {
  max-width: 620px;
  margin: 0 auto .45rem;
  color: rgba(240,237,230,.66);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.65;
}
.origin-final { color: rgba(240,237,230,.78); }
.origin-link {
  display: inline-block;
  margin-top: 2rem;
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
.origin-link:hover { color: var(--white); }

.story h2, .doc h1, .doc h2, .closing h2 { font-weight: 600; }
.root-card strong { font-weight: 600; }
.footer-tag { text-transform: none; letter-spacing: .02em; font-family: 'Figtree', sans-serif; font-size: 13px; color: rgba(240,237,230,.62); }
.footer-brand { font-weight: 600; }

@media (max-width: 720px) {
  .logo { width: auto; justify-content: flex-start; }
  .nav-links { justify-content: flex-start; }
  .name-origin { padding: 5rem 1.1rem 5.8rem; }
  .name-origin::before { margin-bottom: 4rem; }
  .origin-shell { padding: 2rem 1.15rem; border-radius: 20px; }
  .origin-roots { grid-template-columns: 1fr; }
  .origin-root-card { text-align: center; }
}
