/* assets/css/styles.css (prettified, modern tokens, better contrast, cleaner components) */
:root{
  --bg: #fff7fb;
  --surface: rgba(255,255,255,.78);
  --surface2: rgba(255,255,255,.92);
  --ink: #101114;
  --muted: rgba(16,17,20,.72);
  --muted2: rgba(16,17,20,.58);
  --line: rgba(16,17,20,.12);

  --brand: #b33b7b;
  --brand2:#7f2a58;
  --accent: #ffd6ea;

  --shadow: 0 20px 50px rgba(16,17,20,.12);
  --shadow2: 0 12px 30px rgba(16,17,20,.10);

  --r12: 12px;
  --r16: 16px;
  --r20: 20px;
  --r28: 28px;

  --wrap: 1100px;

  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  --focus: 0 0 0 4px rgba(179,59,123,.22);

  --h1: clamp(2.05rem, 3.6vw, 3.25rem);
  --h2: clamp(1.55rem, 2.4vw, 2.15rem);
  --h3: clamp(1.05rem, 1.2vw, 1.2rem);
  --lead: clamp(1.05rem, 1.2vw, 1.2rem);
  --p: 0.98rem;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *{ animation:none !important; transition:none !important; }
}

body{
  margin:0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 700px at 20% 0%, rgba(255,214,234,.60), transparent 60%),
    radial-gradient(900px 600px at 90% 20%, rgba(255,214,234,.40), transparent 55%),
    var(--bg);
  line-height:1.5;
}

img{ max-width:100%; display:block; }
a{ color: inherit; text-underline-offset: 3px; }
a:hover{ text-decoration-thickness: 2px; }

.wrap{
  width: min(var(--wrap), calc(100% - 2rem));
  margin: 0 auto;
}

.skip{
  position:absolute; left:-9999px; top:auto;
  width:1px; height:1px; overflow:hidden;
}
.skip:focus{
  position:fixed; left:1rem; top:1rem;
  width:auto; height:auto;
  padding:.75rem 1rem;
  background: var(--surface2);
  border:1px solid var(--line);
  border-radius: var(--r12);
  box-shadow: var(--shadow2);
  z-index:9999;
}

.srOnly{
  position:absolute;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; border:0;
}

.siteHeader{
  position: sticky;
  top:0;
  z-index: 1000;
  background: rgba(255,247,251,.60);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(16,17,20,.08);
}

.headerInner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 1rem;
  padding: .85rem 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:.65rem;
  text-decoration:none;
}
.brand img{
  height: 38px;
  width:auto;
}

.nav{
  display:flex;
  align-items:center;
  gap: 1rem;
}
.nav a{
  font-size:.95rem;
  color: rgba(16,17,20,.78);
  text-decoration:none;
  padding:.45rem .55rem;
  border-radius: 10px;
}
.nav a:hover{
  background: rgba(255,214,234,.55);
  color: rgba(16,17,20,.92);
}

.headerActions{
  display:flex;
  align-items:center;
  gap:.55rem;
}

.btn{
  appearance:none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .65rem 1rem;
  font-weight: 650;
  font-size: .95rem;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}
.btn:focus-visible{ outline:none; box-shadow: var(--focus); }
.btn:active{ transform: translateY(1px); }

.btnPrimary{
  background: linear-gradient(180deg, rgba(179,59,123,1), rgba(127,42,88,1));
  color: white;
  box-shadow: 0 14px 28px rgba(127,42,88,.20);
}
.btnPrimary:hover{ transform: translateY(-1px); }

.btnGhost{
  background: rgba(255,255,255,.65);
  border-color: rgba(16,17,20,.12);
  color: rgba(16,17,20,.86);
}
.btnGhost:hover{
  background: rgba(255,255,255,.90);
  border-color: rgba(16,17,20,.16);
}

.btnSecondary{
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(16,17,20,.14);
  color: rgba(16,17,20,.88);
  text-decoration:none;
}
.btnSecondary:hover{
  background: rgba(255,255,255,.92);
}

.btnSoft{
  background: rgba(255,214,234,.55);
  border: 1px solid rgba(179,59,123,.18);
  color: rgba(16,17,20,.86);
}
.btnSoft:hover{ background: rgba(255,214,234,.72); }

.hero{
  position:relative;
  min-height: 78vh;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-bottom: 1px solid rgba(16,17,20,.08);
}

.heroMedia{
  position:absolute;
  inset:0;
  z-index:0;
}
.heroMedia img{
  width:100%;
  height:100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.02);
}
.heroOverlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(800px 520px at 35% 25%, rgba(0,0,0,.42), rgba(0,0,0,.12) 60%, rgba(0,0,0,.28)),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.52));
}
.heroGrain{
  position:absolute;
  inset:-20%;
  opacity:.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.heroContent{ position:relative; z-index:1; padding: 5.5rem 0 4.5rem; }
.heroCenter{
  width: min(760px, 100%);
  margin: 0 auto;
  text-align:center;
  color: #fff;
}

.kicker{
  display:inline-block;
  margin: 0 0 1rem;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,.92);
  font-size: .95rem;
}

h1{
  font-size: var(--h1);
  line-height:1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  text-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.lead{
  margin: 0 auto 1.4rem;
  font-size: var(--lead);
  color: rgba(255,255,255,.92);
  max-width: 60ch;
}

.ctaRow{
  display:flex;
  flex-wrap:wrap;
  gap: .75rem;
  align-items:center;
}
.ctaCenter{ justify-content:center; }

.signals{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1.4rem;
}
.signal{
  text-align:left;
  display:flex;
  gap:.75rem;
  padding: .85rem .95rem;
  border-radius: var(--r16);
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}
.signalIcon{ font-size: 1.2rem; line-height:1; margin-top:.1rem; }
.signalText strong{ display:block; font-weight: 750; }
.signalText span{ display:block; color: rgba(255,255,255,.88); font-size:.93rem; margin-top:.12rem; }

.microNote{
  margin-top: 1.1rem;
  color: rgba(255,255,255,.80);
  font-size: .92rem;
}

.section{ padding: 4.25rem 0; }
.sectionWash{
  background:
    radial-gradient(1200px 520px at 10% 10%, rgba(255,214,234,.42), transparent 60%),
    rgba(255,255,255,.52);
  border-top: 1px solid rgba(16,17,20,.06);
  border-bottom: 1px solid rgba(16,17,20,.06);
}

.sectionHead{
  margin-bottom: 1.8rem;
}
.sectionHeadCenter{
  text-align:center;
  max-width: 70ch;
  margin-left:auto;
  margin-right:auto;
}
h2{
  font-size: var(--h2);
  line-height:1.15;
  letter-spacing: -0.01em;
  margin: 0 0 .6rem;
}
.sectionHead p{
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.twoCol{
  display:grid;
  grid-template-columns: 1.35fr .75fr;
  gap: 2rem;
  align-items:start;
}

.story p{
  margin: 0 0 1rem;
  color: rgba(16,17,20,.86);
}
blockquote{
  margin: 1.2rem 0 1.4rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid rgba(179,59,123,.55);
  background: rgba(255,255,255,.70);
  border-radius: var(--r16);
  color: rgba(16,17,20,.86);
  box-shadow: var(--shadow2);
}
.noWrap{ white-space:nowrap; }

.founder{
  position:sticky;
  top: 92px;
  align-self:start;
  padding: 1.2rem;
  border-radius: var(--r20);
  background: var(--surface2);
  border: 1px solid rgba(16,17,20,.10);
  box-shadow: var(--shadow2);
}
.photoRing{
  border-radius: 999px;
  padding: 8px;
  background: radial-gradient(circle at 30% 30%, rgba(255,214,234,.95), rgba(179,59,123,.12));
}
.photoRing img{
  border-radius: 999px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.founderText{
  margin-top: .9rem;
}
.founderText strong{ display:block; font-size:1.05rem; }
.founderText span{ display:block; color: var(--muted); margin-top:.15rem; }

.choices{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.choice{
  text-align:left;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(16,17,20,.12);
  border-radius: var(--r20);
  padding: 1.1rem 1.1rem;
  box-shadow: var(--shadow2);
  cursor:pointer;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.choice:hover{
  transform: translateY(-2px);
  border-color: rgba(179,59,123,.20);
  box-shadow: var(--shadow);
}
.choice h3{ margin:0 0 .35rem; font-size: var(--h3); }
.choice p{ margin:0; color: rgba(16,17,20,.74); font-size: .98rem; }

.reveal{
  margin-top: 1rem;
  border-radius: var(--r20);
  border: 1px solid rgba(16,17,20,.12);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
.revealInner{ padding: 1.25rem; }
.revealInner h3{ margin:0 0 .85rem; }

.miniGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-bottom: 1rem;
}
.mini{
  padding: .95rem;
  border-radius: var(--r16);
  border: 1px solid rgba(16,17,20,.10);
  background: rgba(255,255,255,.92);
}
.mini strong{ display:block; margin-bottom:.25rem; }
.mini span{ color: rgba(16,17,20,.72); font-size:.95rem; display:block; }

.cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.card{
  padding: 1.15rem;
  border-radius: var(--r20);
  border: 1px solid rgba(16,17,20,.12);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow2);
}
.card h3{ margin:0 0 .4rem; }
.card p{ margin:0 0 .9rem; color: rgba(16,17,20,.74); }
.tag{
  display:inline-flex;
  align-items:center;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: rgba(255,214,234,.60);
  border: 1px solid rgba(179,59,123,.18);
  color: rgba(16,17,20,.80);
  font-size: .88rem;
  font-weight: 650;
}

.noteTool{
  margin-top: 1.35rem;
  padding: 1.25rem;
  border-radius: var(--r20);
  border: 1px solid rgba(16,17,20,.12);
  background: rgba(255,255,255,.90);
  box-shadow: var(--shadow2);
}
.noteTop{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap: 1rem;
  margin-bottom: .85rem;
}
.noteTop h3{ margin:0 0 .25rem; }
.noteTop p{ margin:0; color: rgba(16,17,20,.72); }
.noteBadge{
  white-space:nowrap;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: rgba(16,17,20,.06);
  border: 1px solid rgba(16,17,20,.10);
  color: rgba(16,17,20,.70);
  font-size: .85rem;
  font-weight: 650;
}
textarea{
  width:100%;
  border-radius: var(--r16);
  border: 1px solid rgba(16,17,20,.14);
  background: rgba(255,255,255,.92);
  padding: .9rem 1rem;
  font-size: 1rem;
  line-height:1.45;
  resize: vertical;
  min-height: 120px;
}
textarea:focus-visible{ outline:none; box-shadow: var(--focus); border-color: rgba(179,59,123,.24); }

.accordion{
  max-width: 760px;
  margin: 0 auto;
  display:grid;
  gap: .75rem;
}
details{
  border-radius: var(--r16);
  border: 1px solid rgba(16,17,20,.12);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
summary{
  cursor:pointer;
  list-style:none;
  padding: .95rem 1.05rem;
  font-weight: 750;
}
summary::-webkit-details-marker{ display:none; }
.detailsBody{
  padding: 0 1.05rem 1.05rem;
  color: rgba(16,17,20,.78);
}
.dot{ margin: 0 .4rem; color: rgba(16,17,20,.45); }

.siteFooter{
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(16,17,20,.10);
}
.footerInner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 1.25rem;
}
.footerBrand{
  display:flex;
  gap: .75rem;
  align-items:center;
}
.footerBrand img{ height: 40px; width:auto; }
.footerBrand strong{ display:block; }
.footerBrand span{ display:block; color: var(--muted); margin-top:.15rem; }

.footerMeta{
  text-align:right;
  color: rgba(16,17,20,.80);
}
.tiny{ font-size:.9rem; color: rgba(16,17,20,.66); }
.muted{ color: rgba(16,17,20,.60); }
.center{ text-align:center; }
.centerOnMobile{ }

.dev a{
  text-decoration:none;
  opacity:.78;
}
.dev a:hover{ opacity:1; text-decoration:underline; }

/* Modal */
.modal{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding: 1.25rem;
  background: rgba(16,17,20,.55);
  z-index: 2000;
}
.modal.isOpen{ display:flex; }
.dialog{
  width: min(720px, 100%);
  border-radius: var(--r28);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(16,17,20,.12);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.dialogHead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border-bottom: 1px solid rgba(16,17,20,.08);
  background: radial-gradient(800px 220px at 20% 0%, rgba(255,214,234,.65), transparent 60%);
}
.dialogHead h3{ margin:0 0 .2rem; }
.dialogHead p{ margin:0; color: rgba(16,17,20,.70); }

.dialogBody{ padding: 1.1rem 1.2rem 1.2rem; }
.pill{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 1rem;
  padding: 1rem 1rem;
  border-radius: var(--r20);
  border: 1px solid rgba(16,17,20,.12);
  background: rgba(255,255,255,.92);
  text-decoration:none;
  box-shadow: var(--shadow2);
  margin-bottom: .8rem;
}
.pill:hover{
  border-color: rgba(179,59,123,.22);
  box-shadow: var(--shadow);
}
.pill strong{ display:block; }
.pill span{ display:block; color: rgba(16,17,20,.70); margin-top:.15rem; }

.pillInline{
  display:flex;
  align-items:center;
}
.pillInline .btn{ margin-left: 1rem; }

/* Quiet Mode: reduce imagery + deepen reading contrast */
body.quiet .heroMedia img{ filter: grayscale(.25) blur(1px) brightness(.85); transform:none; }
body.quiet .heroGrain{ display:none; }
body.quiet .heroOverlay{
  background: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.72));
}
body.quiet .signal{ background: rgba(255,255,255,.10); }

@media (max-width: 980px){
  .nav{ display:none; }
  .signals{ grid-template-columns: 1fr; }
  .twoCol{ grid-template-columns: 1fr; }
  .founder{ position:relative; top:auto; }
  .choices, .cards, .miniGrid{ grid-template-columns: 1fr; }
  .footerInner{ flex-direction:column; }
  .footerMeta{ text-align:left; }
  .centerOnMobile{ justify-content:center; text-align:center; }
}
