/* Remembrit — brand colours, quiet surfaces, generous typography. */
:root {
  color-scheme:light;
  --ink:#29254f;
  --muted:#646278;
  --purple:#7561c9;
  --purple-dark:#6250b5;
  --lavender:#eeebfa;
  --line:#e4e1ee;
  --paper:#fcfbff;
  --white:#fff;
  --radius:20px;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  font-synthesis:none;
  line-height:1.6;
  color:var(--ink);
  background:var(--paper)
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0
}
button,a,video {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit
}
button {
  font:inherit
}
img,video {
  max-width:100%;
  display:block
}
svg {
  display:block;
  width:24px;
  height:24px;
  flex:none
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-weight:600;
  line-height:1.12
}
h1,h2 {
  letter-spacing:-.055em
}
a {
  text-underline-offset:4px
}
button:focus-visible,a:focus-visible,summary:focus-visible,video:focus-visible {
  outline:3px solid #967dea;
  outline-offset:5px
}
::selection {
  background:#dcd2fb;
  color:var(--ink)
}
[hidden] {
  display:none!important
}
.shell {
  width:min(1216px,calc(100% - 112px));
  margin-inline:auto
}
.section-space {
  padding-block:110px
}
.skip-link {
  position:fixed;
  left:16px;
  top:-100px;
  z-index:20;
  padding:12px 20px;
  background:var(--ink);
  color:white;
  border-radius:8px
}
.skip-link:focus {
  top:12px
}
.site-header {
  border-bottom:1px solid rgba(228,225,238,.8);
  background:rgba(252,251,255,.96)
}
.nav-wrap {
  min-height:100px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:36px
}
.brand {
  display:block;
  flex:none;
  width:196px
}
.brand img {
  width:100%;
  height:auto
}
.nav-wrap nav {
  display:flex;
  align-items:center;
  gap:34px;
  margin-left:auto
}
.nav-wrap nav a {
  font-size:0.875rem;
  font-weight:500;
  text-decoration:none;
  padding-block:14px;
  color:#57546d;
  transition:color .2s
}
.nav-wrap nav a:hover {
  color:var(--purple-dark)
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:13px;
  min-height:56px;
  padding:15px 25px;
  border-radius:9px;
  text-decoration:none;
  font-weight:600;
  font-size:1rem;
  line-height:1.4;
  border:1px solid transparent;
  transition:background .2s,transform .2s,border-color .2s;
  cursor:pointer
}
.button svg {
  width:19px;
  height:19px
}
.button:hover {
  transform:translateY(-2px)
}
.button-primary {
  color:var(--white);
  background:var(--purple-dark);
  box-shadow:0 5px 14px #5b49931c
}
.button-primary:hover {
  background:#5341a1
}
.button-small {
  font-size:0.875rem;
  min-height:44px;
  padding:11px 19px
}
.button-outline {
  border-color:#b9b3ce;
  background:transparent
}
.button-outline:hover {
  border-color:var(--purple);
  background:var(--lavender)
}
.button-duration {
  font-size:0.8125rem;
  font-weight:400;
  opacity:.78;
  padding-left:12px;
  border-left:1px solid #ffffff40
}
.hero {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
  gap:74px;
  padding-block:90px 75px;
  align-items:center
}
.eyebrow {
  font-size:0.75rem;
  font-weight:600;
  letter-spacing:.1em;
  line-height:1.6;
  margin-bottom:27px;
  display:flex;
  align-items:center;
  gap:10px
}
.eyebrow-line {
  width:23px;
  height:1px;
  background:var(--purple);
  flex:none
}
.hero h1 {
  font-size:clamp(3.75rem,6.6vw,5.5rem);
  line-height:1.05;
  margin-bottom:30px;
  font-weight:550
}
.hero h1 span {
  color:var(--purple)
}
.hero-description {
  font-size:1.25rem;
  line-height:1.6;
  max-width:470px
}
.hero-description-secondary {
  font-size:1.0625rem;
  color:var(--muted);
  margin-top:13px;
  margin-bottom:29px;
  max-width:435px
}
.development-note {
  font-size:0.8125rem;
  color:var(--muted);
  margin-top:16px
}
.hero-story {
  position:relative;
  background:var(--white);
  padding:26px 28px 17px;
  border:1px solid #dfdbea;
  border-radius:var(--radius);
  box-shadow:0 24px 65px -28px #34305629;
  transform:rotate(1deg)
}
.story-topline {
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  font-size:0.75rem;
  letter-spacing:.075em;
  font-weight:600;
  padding-bottom:24px;
  color:#696277
}
.story-topline svg {
  width:16px;
  height:16px;
  color:var(--purple)
}
.story-thread {
  position:relative
}
.story-thread:before {
  content:"";
  position:absolute;
  top:32px;
  bottom:37px;
  width:1px;
  left:16px;
  background:#e5e1ef
}
.story-message {
  display:flex;
  gap:15px;
  position:relative;
  padding-bottom:22px
}
.story-message:last-child {
  padding-bottom:16px
}
.story-app {
  position:relative;
  z-index:1;
  width:33px;
  height:33px;
  flex:none;
  display:grid;
  place-items:center;
  border-radius:8px;
  font-size:1rem;
  font-weight:650;
  margin-top:1px;
  border:3px solid white;
  box-sizing:content-box;
  margin-left:-3px
}
.app-whatsapp {
  color:#247760;
  background:#e5f2ed
}
.app-teams {
  color:#6a59a7;
  background:#ebe6f7
}
.app-outlook {
  color:#3477a2;
  background:#e6eff7
}
.story-message-content {
  flex:1;
  min-width:0
}
.message-meta {
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  color:#514d65;
  font-size:0.75rem;
  margin-bottom:8px
}
.message-meta span:first-child {
  font-weight:600
}
.message-meta span:last-child {
  color:#716980;
  font-size:0.75rem
}
.story-message p {
  font-size:1rem;
  line-height:1.45;
  letter-spacing:-.015em;
  padding-right:5px
}
.status {
  display:inline-flex;
  gap:4px;
  align-items:center;
  margin-top:10px;
  padding:3px 9px;
  border-radius:5px;
  font-size:0.75rem;
  line-height:1.5;
  font-weight:500
}
.status-conditional {
  color:#86681e;
  background:#f9f3e1
}
.status-owe {
  background:#f0ecfb;
  color:#6c58af
}
.status-ready {
  background:#eaf4ef;
  color:#36745c
}
.status-ready svg {
  width:12px;
  height:12px
}
.story-outcome {
  display:flex;
  gap:12px;
  align-items:center;
  background:#eeebfa;
  border:1px solid #e5dff7;
  padding:16px 14px;
  border-radius:9px
}
.outcome-icon {
  color:#7462bd
}
.outcome-icon svg {
  width:23px;
  height:23px
}
.outcome-label {
  font-size:0.75rem;
  letter-spacing:.09em;
  color:#6f608f;
  font-weight:600
}
.story-outcome p {
  font-size:0.8125rem;
  line-height:1.5;
  font-weight:600;
  margin-top:3px
}
.outcome-arrow {
  margin-left:auto;
  color:var(--purple);
  font-size:1.375rem
}
.concept-caption {
  font-size:0.75rem;
  text-align:center;
  color:#767086;
  margin-top:15px
}
.principles-strip {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:26px 20px 28px;
  border-top:1px solid var(--line);
  margin-bottom:40px
}
.principles-strip p {
  display:flex;
  align-items:center;
  gap:11px;
  font-size:0.875rem;
  color:#696477
}
.principles-strip svg {
  width:21px;
  height:21px;
  color:var(--purple)
}
.vision-section {
  background:#f0eef8
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:40px
}
.section-heading .eyebrow {
  color:var(--purple-dark);
  margin-bottom:16px
}
.section-heading h2 {
  font-size:3.1875rem
}
.section-heading>p {
  font-size:1rem;
  color:var(--muted);
  max-width:390px;
  padding-bottom:2px
}
.video-frame {
  border-radius:15px;
  overflow:hidden;
  border:1px solid #d8d3e7;
  box-shadow:0 20px 55px -30px #29254f50;
  background:#fbfaff
}
.video-frame video {
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:contain
}
.video-caption {
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  margin-top:17px;
  font-size:0.75rem;
  color:#686077
}
.video-caption a {
  display:flex;
  gap:10px;
  white-space:nowrap;
  text-decoration:none;
  font-size:0.8125rem;
  color:#625582
}
.video-caption a:hover {
  text-decoration:underline
}
.video-transcript {
  margin-top:27px;
  border-top:1px solid #dcd6ec;
  padding-top:18px;
  font-size:1rem
}
.video-transcript summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  max-width:220px;
  font-weight:500;
  color:#625582;
  min-height:32px
}
.video-transcript summary::-webkit-details-marker {
  display:none
}
.video-transcript summary span {
  font-size:1.4375rem;
  font-weight:300;
  transition:transform .2s
}
.video-transcript[open] summary span {
  transform:rotate(45deg)
}
.video-transcript>div {
  max-width:870px;
  color:var(--muted);
  padding-top:12px
}
.video-transcript p+p {
  margin-top:12px
}
.how-layout {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:100px
}
.how-intro .eyebrow {
  color:var(--purple-dark);
  margin-bottom:24px
}
.how-intro h2 {
  font-size:3.3125rem;
  line-height:1.1;
  margin-bottom:26px
}
.how-intro h2 span {
  color:var(--purple)
}
.how-intro>p:not(.eyebrow) {
  font-size:1.0625rem;
  max-width:405px;
  color:var(--muted)
}
.how-intro .scope-note {
  border-left:2px solid #c7bce9;
  padding-left:18px;
  margin-top:29px;
  font-size:0.875rem!important;
  line-height:1.7
}
.steps {
  padding-top:8px
}
.step {
  display:flex;
  gap:21px;
  padding:26px 0;
  border-top:1px solid var(--line)
}
.step:first-child {
  padding-top:0;
  border-top:0
}
.step:last-child {
  padding-bottom:0
}
.step-number {
  font-size:0.75rem;
  font-variant-numeric:tabular-nums;
  color:var(--purple);
  padding-top:6px;
  flex:none
}
.step h3 {
  font-size:1.375rem;
  letter-spacing:-.025em;
  line-height:1.35;
  margin-bottom:9px
}
.step p {
  font-size:1rem;
  line-height:1.7;
  color:var(--muted)
}
.states {
  margin-top:65px;
  padding-top:32px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px
}
.state-label {
  display:inline-block;
  font-weight:600;
  font-size:0.875rem;
  color:#68608c
}
.states p {
  font-size:0.8125rem;
  color:#6e677c;
  margin-top:5px
}
.states>div:last-child .state-label {
  color:#477561
}
.privacy-section {
  background:var(--ink);
  color:#f8f6ff
}
.privacy-layout {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:100px
}
.privacy-intro .eyebrow {
  color:#bab1d9
}
.privacy-intro h2 {
  font-size:4.125rem;
  line-height:1.1;
  margin-bottom:24px
}
.privacy-intro h2 span {
  color:#b6a4ee
}
.privacy-intro>p:not(.eyebrow) {
  font-size:1.0625rem;
  max-width:330px;
  color:#c2bed4
}
.privacy-badge {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:28px;
  border:1px solid #655c86;
  border-radius:6px;
  padding:9px 14px;
  color:#d8cff0;
  font-size:0.8125rem
}
.privacy-badge svg {
  width:18px;
  height:18px
}
.privacy-principles {
  padding-top:4px
}
.privacy-principles article {
  display:flex;
  gap:21px;
  border-top:1px solid #4b4568;
  padding:25px 0
}
.privacy-principles article:first-child {
  border-top:0;
  padding-top:0
}
.privacy-principles article:last-child {
  padding-bottom:0
}
.privacy-index {
  color:#a697d4;
  font-size:0.75rem;
  padding-top:5px;
  flex:none
}
.privacy-principles h3 {
  font-size:1.3125rem;
  letter-spacing:-.02em;
  margin-bottom:10px;
  line-height:1.3
}
.privacy-principles p {
  font-size:1rem;
  line-height:1.7;
  color:#c2bed4
}
.contact-section {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:100px;
  align-items:center;
  padding-block:110px 105px
}
.contact-copy .eyebrow {
  color:var(--purple-dark);
  margin-bottom:22px
}
.contact-copy h2 {
  font-size:3.125rem;
  line-height:1.12;
  margin-bottom:23px
}
.contact-copy>p:not(.eyebrow) {
  font-size:1.0625rem;
  color:var(--muted);
  max-width:535px
}
.contact-actions {
  text-align:center;
  justify-self:center;
  padding-top:32px
}
/* The portrait stays centred above the founder contact button. */
.founder-photo {
  width:144px;
  height:144px;
  object-fit:cover;
  object-position:center;
  border-radius:50%;
  margin:0 auto 24px;
  border:4px solid var(--white);
  box-shadow:0 0 0 1px var(--line), 0 12px 28px -16px rgba(41,37,79,.3)
}
.contact-actions>.button {
  min-width:240px
}
.contact-email {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:19px;
  font-size:0.9375rem
}
.contact-email a {
  text-decoration:none
}
.contact-email a:hover {
  text-decoration:underline
}
.copy-button {
  border:0;
  background:transparent;
  color:#817497;
  padding:10px;
  display:grid;
  place-items:center;
  cursor:pointer;
  border-radius:5px
}
.copy-button:hover {
  background:var(--lavender);
  color:var(--purple-dark)
}
.copy-button svg {
  width:17px;
  height:17px
}
.founder-line {
  font-size:0.8125rem;
  color:#716980;
  margin-top:18px;
  text-align:center;
  line-height:1.85
}
.copy-status {
  font-size:0.75rem;
  color:var(--purple-dark);
  text-align:center;
  min-height:20px;
  margin-top:8px
}
.site-footer {
  border-top:1px solid var(--line)
}
.footer-wrap {
  min-height:114px;
  display:flex;
  align-items:center;
  gap:35px;
  color:#71697f;
  font-size:0.75rem
}
.footer-brand {
  width:155px;
  margin-right:auto
}
.footer-wrap>span {
  margin-left:auto
}
@media(min-width:1450px) {
  .hero {
    padding-block:105px 90px
  }
  .hero h1 {
    font-size:5.625rem
  }
}
@media(max-width:1120px) {
  .shell {
    width:calc(100% - 72px)
  }
  .hero {
    gap:40px;
    padding-block:75px 60px
  }
  .hero h1 {
    font-size:4.375rem
  }
  .hero-description {
    font-size:1.1875rem
  }
  .hero-description-secondary {
    font-size:1rem
  }
  .hero-story {
    padding:22px 20px 15px
  }
  .story-message {
    gap:12px
  }
  .story-message p {
    font-size:0.9375rem
  }
  .message-meta span:last-child {
    font-size:0.75rem
  }
  .how-layout,.privacy-layout {
    gap:65px
  }
  .how-intro h2 {
    font-size:2.875rem
  }
  .privacy-intro h2 {
    font-size:3.75rem
  }
  .contact-section {
    gap:45px
  }
  .contact-copy h2 {
    font-size:2.8125rem
  }
  .nav-wrap nav {
    gap:25px
  }
  .section-heading h2 {
    font-size:2.875rem
  }
}
@media(max-width:900px) {
  .nav-wrap {
    gap:25px
  }
  .brand {
    width:175px
  }
  .nav-wrap nav {
    gap:20px
  }
  .nav-wrap nav a {
    font-size:0.8125rem
  }
  .hero {
    grid-template-columns:1fr 1fr;
    gap:30px
  }
  .hero h1 {
    font-size:3.6875rem
  }
  .eyebrow {
    font-size:0.75rem;
    letter-spacing:.07em
  }
  .hero-description {
    font-size:1.0625rem
  }
  .hero-description-secondary {
    font-size:1rem
  }
  .story-topline {
    font-size:0.75rem;
    padding-bottom:20px
  }
  .story-topline svg {
    display:none
  }
  .story-message p {
    font-size:0.875rem
  }
  .message-meta {
    flex-wrap:wrap;
    gap:0 10px
  }
  .message-meta span:last-child {
    display:none
  }
  .story-outcome {
    padding:12px 10px;
    gap:9px
  }
  .story-outcome p {
    font-size:0.75rem
  }
  .outcome-arrow {
    display:none
  }
  .concept-caption {
    font-size:0.75rem
  }
  .principles-strip {
    padding-inline:0
  }
  .principles-strip p {
    font-size:0.75rem
  }
  .principles-strip svg {
    width:19px;
    height:19px
  }
  .section-heading {
    align-items:flex-start;
    gap:22px
  }
  .section-heading>p {
    max-width:300px;
    font-size:0.9375rem
  }
  .section-heading h2 {
    font-size:2.5rem
  }
  .how-layout,.privacy-layout {
    gap:45px
  }
  .how-intro h2 {
    font-size:2.5rem
  }
  .step h3 {
    font-size:1.25rem
  }
  .step p {
    font-size:1rem
  }
  .how-intro>p:not(.eyebrow) {
    font-size:1rem
  }
  .privacy-intro h2 {
    font-size:3.4375rem
  }
  .privacy-principles h3 {
    font-size:1.25rem
  }
  .privacy-principles p {
    font-size:1rem
  }
  .states {
    gap:12px
  }
  .states p {
    font-size:0.75rem
  }
  .contact-section {
    gap:35px
  }
  .contact-copy h2 {
    font-size:2.375rem
  }
  .contact-copy>p:not(.eyebrow) {
    font-size:1rem
  }
  .contact-actions>.button {
    min-width:220px
  }
  .section-space {
    padding-block:85px
  }
}
@media(max-width:860px) and (min-width:721px) {
  .hero {
    grid-template-columns:1fr;
    gap:48px
  }
  .hero-copy {
    max-width:620px
  }
  .hero h1 {
    font-size:5rem
  }
  .hero-description {
    font-size:1.25rem
  }
  .hero-description-secondary {
    font-size:1.0625rem;
    max-width:540px
  }
  .hero-story {
    width:100%;
    max-width:540px;
    justify-self:center
  }
  .story-message p {
    font-size:1rem
  }
  .story-topline {
    font-size:.75rem
  }
  .message-meta span:last-child {
    display:block;
    font-size:.75rem
  }
  .story-outcome p {
    font-size:.875rem
  }
}
@media(max-width:720px) {
  html {
    scroll-padding-top:24px
  }
  .shell {
    width:calc(100% - 44px)
  }
  .nav-wrap {
    min-height:83px;
    gap:16px
  }
  .brand {
    width:160px
  }
  .nav-wrap nav {
    display:none
  }
  .button-small {
    min-height:42px;
    padding:10px 15px
  }
  .hero {
    grid-template-columns:1fr;
    gap:48px;
    padding-block:58px 45px
  }
  .hero-copy {
    max-width:530px
  }
  .eyebrow {
    font-size:0.75rem;
    letter-spacing:.07em;
    margin-bottom:22px
  }
  .hero h1 {
    font-size:clamp(3rem,10.7vw,5.25rem);
    margin-bottom:23px
  }
  .hero-description {
    font-size:1.1875rem;
    max-width:410px
  }
  .hero-description-secondary {
    font-size:1.0625rem;
    max-width:460px;
    margin-top:12px;
    margin-bottom:25px
  }
  .hero-story {
    transform:none;
    width:100%;
    max-width:510px;
    justify-self:center;
    padding:25px 25px 17px
  }
  .story-topline {
    font-size:0.75rem;
    padding-bottom:26px
  }
  .story-topline svg {
    display:block
  }
  .story-app {
    width:34px;
    height:34px;
    font-size:1.0625rem
  }
  .story-message {
    gap:17px;
    padding-bottom:22px
  }
  .story-message p {
    font-size:1rem
  }
  .message-meta {
    font-size:0.75rem;
    margin-bottom:7px;
    display:flex;
    justify-content:space-between
  }
  .message-meta span:last-child {
    display:block;
    font-size:0.75rem
  }
  .status {
    font-size:0.75rem
  }
  .story-outcome {
    padding:15px;
    gap:12px
  }
  .outcome-label {
    font-size:0.75rem
  }
  .story-outcome p {
    font-size:0.8125rem
  }
  .outcome-arrow {
    display:block
  }
  .concept-caption {
    font-size:0.75rem
  }
  .principles-strip {
    flex-wrap:wrap;
    justify-content:center;
    gap:16px 27px;
    margin-bottom:10px;
    padding-block:24px
  }
  .principles-strip p {
    font-size:0.75rem;
    gap:8px
  }
  .principles-strip svg {
    width:18px;
    height:18px
  }
  .section-space {
    padding-block:64px
  }
  .section-heading {
    display:block;
    margin-bottom:28px
  }
  .section-heading h2 {
    font-size:2.5rem
  }
  .section-heading>p {
    max-width:none;
    margin-top:20px;
    font-size:1rem
  }
  .vision-heading .eyebrow {
    font-size:0.75rem
  }
  .video-frame {
    border-radius:10px
  }
  .video-caption {
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    font-size:0.75rem;
    margin-top:14px
  }
  .video-caption a {
    font-size:0.8125rem
  }
  .video-transcript {
    font-size:1rem;
    margin-top:24px
  }
  .how-layout,.privacy-layout {
    grid-template-columns:1fr;
    gap:39px
  }
  .how-intro h2 {
    font-size:2.9375rem
  }
  .how-intro>p:not(.eyebrow) {
    max-width:490px;
    font-size:1.0625rem
  }
  .how-intro .scope-note {
    font-size:0.875rem!important;
    max-width:450px
  }
  .steps {
    padding-top:6px
  }
  .step h3 {
    font-size:1.375rem
  }
  .step p {
    font-size:1rem
  }
  .step {
    padding-block:24px
  }
  .states {
    grid-template-columns:repeat(2,1fr);
    margin-top:37px;
    gap:24px 18px;
    padding-top:29px
  }
  .states p {
    font-size:0.8125rem
  }
  .states>div:last-child {
    grid-column:1/-1
  }
  .privacy-intro h2 {
    font-size:3.8125rem
  }
  .privacy-intro>p:not(.eyebrow) {
    max-width:440px;
    font-size:1.0625rem
  }
  .privacy-principles h3 {
    font-size:1.375rem
  }
  .privacy-principles p {
    font-size:1rem
  }
  .privacy-principles article {
    padding-block:24px
  }
  .contact-section {
    grid-template-columns:1fr;
    gap:20px
  }
  .contact-copy h2 {
    font-size:2.625rem
  }
  .contact-copy>p:not(.eyebrow) {
    font-size:1.0625rem
  }
  .contact-actions {
    justify-self:center;
    width:100%;
    max-width:360px;
    padding-top:8px;
    min-width:0
  }
  .contact-actions>.button {
    min-width:240px
  }
  .footer-wrap {
    padding-block:28px;
    min-height:0;
    flex-wrap:wrap;
    gap:22px 20px;
    justify-content:space-between
  }
  .footer-brand {
    width:145px;
    margin:0
  }
  .footer-wrap>p {
    margin-left:auto
  }
  .footer-wrap>span {
    width:100%;
    margin:0;
    font-size:0.75rem
  }
}
@media(max-width:380px) {
  .shell {
    width:calc(100% - 36px)
  }
  .brand {
    width:145px
  }
  .button-small {
    font-size:0.8125rem;
    padding-inline:12px
  }
  .hero h1 {
    font-size:2.75rem
  }
  .hero .eyebrow {
    font-size:0.75rem
  }
  .hero-story {
    padding:20px 17px 14px
  }
  .story-topline {
    font-size:0.75rem
  }
  .story-message {
    gap:11px
  }
  .story-message p {
    font-size:0.9375rem
  }
  .message-meta span:last-child {
    font-size:0.75rem
  }
  .story-outcome {
    padding:12px
  }
  .story-outcome p {
    font-size:0.75rem
  }
  .outcome-arrow {
    display:none
  }
  .contact-copy h2,.section-heading h2 {
    font-size:2.25rem
  }
  .how-intro h2 {
    font-size:2.625rem
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
  .button:hover {
    transform:none
  }
}
@media(prefers-contrast:more) {
  :root {
    --muted:#47425b;
    --line:#b5abc7
  }
  .eyebrow,.development-note,.states p,.concept-caption,.message-meta span:last-child,.video-caption,.footer-wrap {
    color:#514660
  }
  .privacy-section .eyebrow,.privacy-section p {
    color:#eee7ff
  }
}
@media print {
  .site-header nav,.button,[data-copy-email],.video-frame,.video-caption,.video-transcript,.skip-link {
    display:none!important
  }
  .shell {
    width:100%
  }
  .section-space,.hero {
    padding-block:30px
  }
  .hero {
    gap:30px
  }
  .hero-story {
    transform:none;
    box-shadow:none
  }
  .privacy-section {
    background:#fff;
    color:var(--ink)
  }
  .privacy-section p,.privacy-section .eyebrow {
    color:var(--muted)
  }
  .privacy-intro h2 span {
    color:var(--purple)
  }
  .privacy-principles article {
    border-color:var(--line)
  }
  .contact-section {
    gap:30px
  }
  .site-footer {
    page-break-inside:avoid
  }
  a[href^="mailto:"] {
    text-decoration:none
  }
}
/* Allow content to reflow when the reader increases text size. */
.hero-copy,.hero-story,.how-intro,.steps,.privacy-intro,.privacy-principles,.contact-copy,.contact-actions {
  min-width:0
}
h1,h2,h3 {
  overflow-wrap:break-word
}
.contact-email {
  flex-wrap:wrap
}
.button {
  max-width:100%
}

/* Original line icons add visual cues without third-party image dependencies. */
.feature-icon,
.privacy-icon,
.state-icon,
.investor-icon {
  display:grid;
  place-items:center;
  flex:none;
  width:44px;
  height:44px;
  border-radius:12px;
  background:#ede8fa;
  color:#7561bd;
}
.feature-icon svg,
.privacy-icon svg,
.state-icon svg,
.investor-icon svg {
  width:24px;
  height:24px;
}
.feature-icon {
  margin-top:1px;
}
.step:nth-child(2) .feature-icon {
  background:#e8edf8;
  color:#606fab;
}
.step:nth-child(3) .feature-icon {
  background:#f3edf8;
  color:#9265a3;
}
.step:nth-child(4) .feature-icon {
  background:#e7f0ee;
  color:#517a70;
}
.states {
  padding-top:0;
  border-top:0;
  gap:14px;
}
.state-card {
  background:var(--white);
  border:1px solid var(--line);
  border-radius:14px;
  padding:23px 19px;
}
.state-icon {
  width:38px;
  height:38px;
  margin-bottom:16px;
  border-radius:10px;
}
.state-icon svg {
  width:21px;
  height:21px;
}
.state-card:nth-child(3) .state-icon {
  background:#f6e9ed;
  color:#9f6074;
}
.state-card:nth-child(4) .state-icon {
  background:#f7f1e3;
  color:#967b3e;
}
.state-card:last-child .state-icon {
  background:#e7f1ec;
  color:#477561;
}
.states p {
  font-size:.875rem;
  line-height:1.6;
}
.privacy-layout {
  align-items:center;
  gap:78px;
}
.privacy-intro h2 {
  font-size:3.5rem;
}
.privacy-icon {
  background:#3d365f;
  color:#c8b7f3;
  border:1px solid #575073;
  margin-top:1px;
}
.privacy-art {
  margin:20px 0 0;
  max-width:355px;
}
.privacy-art img {
  width:100%;
  height:auto;
  aspect-ratio:3 / 2;
  object-fit:contain;
  border-radius:16px;
}
.privacy-art figcaption {
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:center;
  margin-top:4px;
  color:#d8cff0;
  font-size:.875rem;
}
.privacy-art figcaption svg {
  width:17px;
  height:17px;
}
.investor-section {
  padding-top:72px;
}
.investor-panel {
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(260px,.9fr);
  gap:45px;
  align-items:center;
  background:#efebfa;
  border:1px solid #e0d9f1;
  border-radius:20px;
  padding:42px 45px;
}
.investor-copy .eyebrow {
  color:#6b579e;
  margin-bottom:21px;
  gap:13px;
}
.investor-icon {
  background:#e0d8f4;
}
.investor-copy h2 {
  font-size:2.25rem;
  line-height:1.2;
  letter-spacing:-.035em;
  margin-bottom:18px;
}
.investor-copy>p:not(.eyebrow) {
  color:#666077;
  font-size:1rem;
  max-width:570px;
}
.investor-action {
  text-align:center;
}
.investor-action .button {
  font-size:.9375rem;
  padding-inline:21px;
}
.investor-action>p {
  color:#756b89;
  font-size:.8125rem;
  margin-top:14px;
}
@media(max-width:1120px) {
  .privacy-layout {
    gap:55px;
  }
  .state-card {
    padding:20px 15px;
  }
  .investor-panel {
    gap:30px;
    padding:35px;
  }
  .investor-copy h2 {
    font-size:2rem;
  }
}
@media(max-width:860px) {
  .nav-wrap nav {
    display:none;
  }
  .investor-panel {
    grid-template-columns:1fr;
    gap:26px;
  }
  .investor-action {
    justify-self:start;
    text-align:left;
  }
  .states {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:720px) {
  .step,
  .privacy-principles article {
    gap:16px;
  }
  .feature-icon,
  .privacy-icon {
    width:38px;
    height:38px;
    border-radius:10px;
  }
  .feature-icon svg,
  .privacy-icon svg {
    width:22px;
    height:22px;
  }
  .states {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    padding-top:0;
  }
  .states>div:last-child {
    grid-column:auto;
  }
  .privacy-layout {
    gap:42px;
  }
  .privacy-intro h2 {
    font-size:3rem;
  }
  .privacy-art {
    max-width:330px;
    margin:18px auto 0;
  }
  .investor-section {
    padding-top:44px;
  }
  .investor-panel {
    border-radius:16px;
    padding:27px 24px;
    gap:25px;
  }
  .investor-copy h2 {
    font-size:1.875rem;
  }
  .investor-copy h2 br {
    display:none;
  }
  .investor-action {
    width:100%;
  }
  .investor-action .button {
    width:100%;
  }
  .investor-action>p {
    text-align:center;
  }
}
@media print {
  .privacy-art {
    display:none;
  }
  .investor-panel {
    background:white;
    padding:24px;
    break-inside:avoid;
  }
}

/* A founder invitation framed by original bookmark shapes. */
.contact-section.shell {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  margin-top:64px;
  padding-block:88px;
  padding-inline:max(56px, calc((100% - 1216px) / 2));
  grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr);
  gap:clamp(48px,6vw,100px);
  color:#fff;
  background:
    radial-gradient(ellipse at 8% 0%, #9270df52, transparent 60%),
    radial-gradient(ellipse at 95% 100%, #7957c645, transparent 55%),
    linear-gradient(120deg,#514086 0%,#3d2e68 56%,#2c234e 100%);
}
.contact-section::before,
.contact-section::after {
  content:"";
  position:absolute;
  z-index:0;
  pointer-events:none;
  border-radius:36px 36px 0 0;
  clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%);
}
.contact-section::before {
  width:440px;
  height:640px;
  top:-190px;
  right:calc(50% - 660px);
  transform:rotate(-23deg);
  background:linear-gradient(155deg,#bca2ff22,#bca2ff08);
}
.contact-section::after {
  width:250px;
  height:400px;
  left:calc(50% - 805px);
  bottom:-240px;
  transform:rotate(22deg);
  background:linear-gradient(160deg,#c8b5ff1c,#c8b5ff05);
}
.contact-section>.contact-copy,
.contact-section>.contact-actions {
  position:relative;
  z-index:1;
}
.contact-copy .eyebrow {
  color:#e5d9ff;
  font-size:.6875rem;
  letter-spacing:.13em;
  margin-bottom:28px;
}
.contact-copy .eyebrow::before {
  content:"";
  flex:none;
  width:24px;
  height:2px;
  background:#c7afff;
}
.contact-copy h2 {
  max-width:640px;
  font-size:clamp(2.75rem,4vw,3.625rem);
  letter-spacing:-.05em;
  line-height:1.12;
  margin-bottom:26px;
  text-wrap:balance;
}
.contact-copy>p:not(.eyebrow) {
  max-width:500px;
  color:#e8e1f3;
  font-size:1.0625rem;
  line-height:1.8;
}
.contact-actions {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-self:center;
  width:100%;
  max-width:384px;
  min-width:0;
  padding:36px 32px 28px;
  border:1px solid #ffffffb3;
  border-radius:28px;
  color:var(--ink);
  background:
    radial-gradient(ellipse at 50% -10%,#e4daf6,transparent 57%),
    #fcfbff;
  box-shadow:0 24px 64px -22px #130a38a6,0 1px 0 #ffffff inset;
}
.contact-actions::before {
  content:"";
  position:absolute;
  top:-1px;
  right:28px;
  width:22px;
  height:40px;
  background:linear-gradient(#b8a0e9,#8e73cb);
  clip-path:polygon(0 0,100% 0,100% 100%,50% 79%,0 100%);
}
.contact-actions .founder-photo {
  order:0;
  width:140px;
  height:140px;
  margin:0 auto 18px;
  border:5px solid #fff;
  box-shadow:0 0 0 1px #daceec,0 12px 24px -12px #4e36784d;
}
.contact-actions .founder-line {
  order:1;
  margin:0 0 24px;
  font-size:.875rem;
  line-height:1.9;
  color:#746880;
}
.contact-actions .founder-line::first-line {
  color:#342951;
  font-size:1.0625rem;
  font-weight:600;
}
.contact-actions>.button {
  order:2;
  width:100%;
  min-width:0;
  min-height:56px;
  border-radius:12px;
  background:#6250b5;
  box-shadow:0 6px 16px -8px #4a358d66;
}
.contact-actions>.button:hover {
  background:#514099;
}
.contact-actions .contact-email {
  order:3;
  width:100%;
  gap:4px;
  margin-top:10px;
  font-size:.875rem;
  color:#5b4b78;
}
.contact-actions .contact-email>a {
  padding-block:10px;
}
.contact-actions .copy-button {
  min-width:44px;
  min-height:44px;
  border-radius:8px;
}
.contact-actions .copy-status {
  order:4;
  min-height:0;
  margin-top:0;
}
.contact-actions .copy-status:not(:empty) {
  margin-top:8px;
}
.contact-section :focus-visible {
  outline-color:#bca7ff;
}
.contact-actions :focus-visible {
  outline-color:#6250b5;
}
@media(max-width:1120px) {
  .contact-section.shell {
    padding-inline:36px;
  }
}
@media(max-width:900px) {
  .contact-section.shell {
    grid-template-columns:minmax(0,1fr);
    gap:42px;
    padding-block:72px;
  }
  .contact-copy {
    width:100%;
    max-width:610px;
    justify-self:center;
    text-align:center;
  }
  .contact-copy .eyebrow {
    justify-content:center;
    margin-bottom:22px;
  }
  .contact-copy h2 {
    font-size:3.125rem;
    margin-inline:auto;
  }
  .contact-copy>p:not(.eyebrow) {
    margin-inline:auto;
  }
  .contact-section::before {
    top:-140px;
    right:-250px;
  }
  .contact-section::after {
    left:-110px;
    bottom:-130px;
  }
}
@media(max-width:720px) {
  .contact-section.shell {
    margin-top:48px;
    padding-inline:22px;
  }
  .contact-copy h2 {
    font-size:clamp(2.25rem,7.7vw,3.125rem);
    margin-bottom:22px;
  }
  .contact-copy>p:not(.eyebrow) {
    font-size:1rem;
    line-height:1.75;
  }
  .contact-actions {
    max-width:360px;
    padding:30px 26px 22px;
    border-radius:24px;
  }
  .contact-actions .founder-photo {
    width:132px;
    height:132px;
  }
}
@media(max-width:380px) {
  .contact-section.shell {
    padding-inline:18px;
  }
  .contact-copy .eyebrow {
    font-size:.625rem;
    letter-spacing:.08em;
    gap:8px;
  }
  .contact-copy .eyebrow::before {
    width:16px;
  }
  .contact-actions {
    padding-inline:20px;
  }
}
@media(prefers-contrast:more) {
  .contact-copy .eyebrow,
  .contact-copy>p:not(.eyebrow) {
    color:#fff;
  }
  .contact-actions .founder-line,
  .contact-actions .contact-email {
    color:var(--ink);
  }
}
@media print {
  .contact-section.shell {
    background:white;
    color:var(--ink);
    padding:30px 0;
    margin-top:0;
    grid-template-columns:1fr 1fr;
    gap:30px;
  }
  .contact-section::before,
  .contact-section::after,
  .contact-copy .eyebrow::before,
  .contact-actions::before {
    display:none;
  }
  .contact-copy .eyebrow,
  .contact-copy>p:not(.eyebrow) {
    color:var(--muted);
  }
  .contact-copy h2 {
    font-size:2rem;
  }
  .contact-actions {
    background:white;
    border-color:var(--line);
    box-shadow:none;
    break-inside:avoid;
  }
}
