:root {
  --paper:#f3f0e7;
  --ink:#202b25;
  --muted:#667067;
  --orange:#f6a23b;
  --line:#ced0c4;
  --pad:clamp(22px,5vw,80px);
  --nav-height:82px;
  color-scheme:light
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:150px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'DM Sans',sans-serif;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
img {
  display:block;
  max-width:100%;
  object-fit:cover
}
a,button,summary {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid #bd5b00;
  outline-offset:6px
}
::selection {
  background:#f6a23b;
  color:#202b25
}
.wrap {
  width:min(1440px,100%);
  padding-inline:var(--pad);
  margin-inline:auto
}
.skip {
  position:fixed;
  top:8px;
  left:16px;
  transform:translateY(-150%);
  z-index:100;
  background:var(--paper);
  padding:12px
}
.skip:focus {
  transform:none
}
.nav {
  height:var(--nav-height);
  padding:0 var(--pad);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border-bottom:1px solid var(--line);
  background:rgba(243,240,231,.95);
  backdrop-filter:blur(18px);
  position:sticky;
  top:0;
  z-index:20
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:9px;
  font:800 31px/1 'Manrope',sans-serif;
  letter-spacing:-1.7px
}
.brand img {
  object-fit:contain
}
.brand-dot {
  font-size:10px;
  color:#c65b17;
  margin-left:-4px;
  align-self:flex-end;
  margin-bottom:5px
}
.nav nav,.nav-actions,.languages {
  display:flex;
  align-items:center
}
.nav nav {
  gap:30px;
  font-size:13px
}
.nav nav a {
  padding-block:12px
}
.nav nav a:hover,.quiet-link:hover {
  opacity:.65
}
.nav-actions {
  gap:25px
}
.languages {
  gap:4px
}
.languages button {
  font-size:10px;
  background:none;
  border:0;
  color:var(--muted);
  padding:8px 5px;
  cursor:pointer
}
.languages button[aria-pressed=true] {
  color:var(--ink);
  text-decoration:underline;
  text-underline-offset:5px
}
.button {
  display:inline-flex;
  justify-content:space-between;
  align-items:center;
  gap:35px;
  padding:17px 26px;
  border-radius:50px;
  font-size:13px;
  font-weight:600;
  transition:transform .25s,background .25s
}
.button:hover {
  transform:translateY(-3px)
}
.dark {
  background:var(--ink);
  color:var(--paper)
}
.cream {
  background:var(--paper);
  color:var(--ink)
}
.eyebrow {
  font-size:10px;
  letter-spacing:.16em;
  font-weight:600;
  line-height:1.7;
  margin:0 0 26px;
  text-transform:uppercase
}
.hero {
  padding-top:67px
}
.hero-top {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  padding-bottom:48px;
  gap:30px
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  font-family:'Manrope',sans-serif;
  font-weight:500;
  letter-spacing:-.065em
}
h1 {
  font-size:clamp(70px,8.7vw,142px);
  line-height:.99;
  margin-bottom:0
}
em {
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  letter-spacing:-.065em
}
h1 em {
  color:#9a4928
}
.hero-aside {
  width:280px;
  padding-bottom:10px
}
.hero-aside p {
  font-size:17px;
  line-height:1.55
}
.text-link {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  padding:12px 0;
  border-bottom:1px solid currentColor;
  font-size:13px
}
.hero-image {
  position:relative;
  margin:0 22px;
  height:clamp(380px,48vw,690px);
  overflow:hidden;
  border-radius:4px
}
.hero-image>img {
  width:100%;
  height:100%;
  object-position:50% 47%
}
.hero-image::after {
  content:'';
  position:absolute;
  inset:50% 0 0;
  background:linear-gradient(transparent,rgba(15,24,18,.65));
  pointer-events:none
}
.image-note {
  position:absolute;
  bottom:32px;
  left:calc(var(--pad) - 22px);
  display:flex;
  align-items:center;
  gap:12px;
  z-index:1;
  color:#fff5e3;
  font-size:12px
}
.status-dot {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f6a23b;
  box-shadow:0 0 18px #f6a23b
}
.photo-index {
  position:absolute;
  right:40px;
  bottom:32px;
  color:#fff5e3;
  font-size:10px;
  letter-spacing:.15em;
  z-index:1
}
.hero-foot {
  display:flex;
  justify-content:space-between;
  padding-block:25px;
  font-size:10px;
  color:var(--muted);
  border-bottom:1px solid var(--line)
}
.section-intro {
  padding:140px 0 60px
}
h2 {
  font-size:clamp(46px,5.5vw,85px);
  line-height:1.08;
  margin-bottom:25px
}
.chapter-nav {
  display:flex;
  gap:0;
  position:sticky;
  top:var(--nav-height);
  z-index:10;
  background:var(--paper);
  border-bottom:1px solid var(--line)
}
.chapter-nav a {
  flex:1;
  padding:22px 0;
  font-size:12px;
  border-bottom:2px solid transparent;
  display:flex;
  gap:20px;
  color:var(--muted);
  transition:color .3s,border-color .3s
}
.chapter-nav a>span:first-child {
  font-size:9px;
  line-height:18px;
  opacity:.65
}
.chapter-nav a[aria-current] {
  color:var(--ink);
  border-color:#b85b26
}
.story-layout {
  display:grid;
  grid-template-columns:1fr 1.13fr;
  gap:8%
}
.chapter {
  min-height:85vh;
  min-height:85svh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:90px 0;
  scroll-margin-top:0
}
.chapter-number {
  font-size:10px;
  color:#8c4627;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:30px
}
.chapter h3 {
  font-size:clamp(40px,4.3vw,66px);
  line-height:1.1;
  margin-bottom:25px
}
.chapter>p:not(.chapter-number) {
  font-size:17px;
  line-height:1.7;
  color:var(--muted);
  max-width:355px
}
.chapter-caption {
  margin-top:22px;
  font-size:11px;
  border-left:2px solid var(--orange);
  padding:5px 0 5px 16px;
  line-height:1.6
}
.story-stage {
  position:sticky;
  top:175px;
  height:calc(100svh - 205px);
  max-height:760px;
  min-height:360px;
  margin-top:45px;
  margin-bottom:65px;
  align-self:start
}
.scene-frame {
  position:relative;
  height:calc(100% - 54px);
  border-radius:160px 160px 5px 5px;
  overflow:hidden;
  background:#2c3025
}
.scene {
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform:scale(1.045);
  transition:opacity .65s ease,transform 1.1s ease
}
.scene.is-active {
  opacity:1;
  transform:scale(1)
}
.scene-shade {
  position:absolute;
  inset:60% 0 0;
  background:linear-gradient(transparent,#14251ce0)
}
.scene-caption {
  position:absolute;
  bottom:32px;
  left:30px;
  right:30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#fff4df
}
.scene-count {
  font-size:10px;
  letter-spacing:.15em
}
.scene-word {
  font:italic 32px Georgia,serif
}
.connection {
  height:54px;
  display:flex;
  align-items:center;
  gap:6px
}
.connection-dot {
  width:8px;
  height:8px;
  border:1px solid #9c542e;
  border-radius:50%
}
.connection-line {
  width:20px;
  height:1px;
  background:#afae9b
}
.connection>span:last-child {
  margin-left:auto;
  font-size:10px;
  color:var(--muted)
}
.mobile-scene {
  display:none
}
.real-life {
  background:#e4e7db;
  padding:110px 0
}
.life-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:45px
}
.life-heading>p {
  font-size:15px;
  line-height:1.7;
  color:var(--muted);
  margin-bottom:30px
}
.life-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.life-grid article {
  border-bottom:1px solid #bfc4b5
}
.life-grid img {
  width:100%;
  height:auto;
  aspect-ratio:1.35;
  filter:saturate(.85);
  border-radius:3px
}
.life-card {
  padding:26px 0 32px
}
.life-card>span {
  font-size:10px;
  color:#6b7469
}
.life-card h3 {
  font-size:24px;
  letter-spacing:-.04em;
  margin:12px 0
}
.life-card p {
  font-size:12px;
  color:var(--muted);
  line-height:1.6;
  margin:0
}
.trust {
  padding-block:145px;
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:9%
}
.trust h2 {
  font-size:clamp(45px,4.6vw,70px)
}
.trust-intro {
  font-size:15px;
  line-height:1.7;
  max-width:350px;
  color:var(--muted)
}
.trust-list {
  align-self:center
}
.trust details {
  border-top:1px solid var(--line);
  padding:24px 0
}
.trust details:last-child {
  border-bottom:1px solid var(--line)
}
.trust summary {
  font-size:17px;
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:20px
}
.trust summary::after {
  content:'+';
  font-size:20px;
  color:#ac5528
}
.trust details[open] summary::after {
  content:'−'
}
.trust summary::-webkit-details-marker {
  display:none
}
.trust details p {
  font-size:14px;
  line-height:1.8;
  color:var(--muted);
  padding-right:20px;
  margin:20px 0 0
}
.trust details a {
  text-decoration:underline;
  text-underline-offset:4px
}
.invitation {
  position:relative;
  background:#233c2f;
  color:#f6f0dc;
  overflow:hidden;
  padding:130px 0
}
.invitation .wrap {
  position:relative;
  z-index:1
}
.invitation h2 {
  font-size:clamp(48px,6.4vw,98px)
}
.invitation em {
  color:#eab477
}
.invitation p:not(.eyebrow) {
  font-size:16px;
  line-height:1.7;
  color:#d3dbcc;
  margin-bottom:30px
}
.quiet-link {
  display:block;
  font-size:11px;
  margin-top:25px;
  width:fit-content
}
.circle-art {
  position:absolute;
  width:500px;
  height:500px;
  right:-210px;
  top:40px;
  border:1px solid #718e6860;
  border-radius:50%;
  z-index:-1;
  box-shadow:0 0 0 60px #718e680b,0 0 0 120px #718e6808
}
.circle-art i {
  position:absolute;
  width:34px;
  height:34px;
  background:#d5b37a;
  border:10px solid #233c2f;
  outline:1px solid #738c66;
  border-radius:50%;
  left:50%;
  top:50%;
  transform:rotate(calc(var(--i)*60deg)) translateY(-250px)
}
.circle-art i:nth-of-type(1) {
  --i:0
}
.circle-art i:nth-of-type(2) {
  --i:1
}
.circle-art i:nth-of-type(3) {
  --i:2
}
.circle-art i:nth-of-type(4) {
  --i:3
}
.circle-art i:nth-of-type(5) {
  --i:4
}
.circle-art i:nth-of-type(6) {
  --i:5
}
.community {
  padding-block:100px
}
.community-card {
  display:flex;
  justify-content:space-between;
  gap:60px;
  align-items:center
}
.community-copy {
  max-width:600px
}
.community h2 {
  font-size:56px
}
.community-copy>p {
  font-size:14px;
  line-height:1.7;
  color:var(--muted);
  max-width:430px
}
.room-links {
  display:flex;
  gap:20px
}
.ghost {
  padding:12px 0;
  border-bottom:1px solid var(--line);
  border-radius:0;
  font-size:12px
}
.fedi-qr {
  font-size:10px;
  text-align:center;
  display:grid;
  gap:12px
}
.qr-frame {
  position:relative;
  padding:12px;
  background:white;
  border-radius:8px
}
.qr-code {
  width:140px;
  height:140px
}
.qr-mark {
  position:absolute;
  width:32px;
  height:32px;
  background:white;
  padding:3px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%)
}
footer {
  border-top:1px solid var(--line);
  padding-block:60px
}
.footer-shell {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10%
}
.footer-brand .brand {
  margin-bottom:35px
}
.ethos {
  display:flex;
  flex-direction:column;
  gap:10px;
  max-width:330px
}
.ethos small,.chama-public-title {
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:9px;
  color:var(--muted)
}
.ethos strong {
  font-size:16px;
  font-weight:500
}
.ethos>span {
  font-size:12px;
  line-height:1.7;
  color:var(--muted)
}
.chama-public-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:28px
}
.chama-public-link {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:11px
}
.chama-public-icon svg,.chama-public-icon img {
  width:19px;
  height:19px;
  object-fit:contain
}
.chama-public-link small {
  display:block;
  font-size:9px;
  margin-bottom:4px;
  color:var(--muted)
}
.chama-footer-links {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  font-size:10px;
  margin-top:35px
}
.reveal {
  opacity:1
}
@media(min-width:1700px) {
  .hero-image {
    max-width:1600px;
    margin-inline:auto
  }
  .hero-top {
    padding-top:20px
  }
  .story-stage {
    max-height:700px
  }
}
@media(max-width:950px) {
  .nav nav {
    display:none
  }
  .hero {
    padding-top:48px
  }
  .hero-aside {
    width:230px
  }
  .hero-aside p {
    font-size:14px
  }
  .story-layout {
    gap:6%;
    grid-template-columns:1fr 1fr
  }
  .scene-frame {
    border-radius:100px 100px 4px 4px
  }
  .chapter h3 {
    font-size:39px
  }
  .chapter>p:not(.chapter-number) {
    font-size:15px
  }
  .trust {
    gap:6%
  }
  .life-grid {
    gap:15px
  }
  .life-card h3 {
    font-size:21px
  }
}
@media(max-width:650px) {
  :root {
    --nav-height:70px
  }
  .nav {
    gap:10px
  }
  .brand {
    font-size:26px
  }
  .brand img {
    width:29px;
    height:29px
  }
  .brand-dot {
    display:none
  }
  .nav-actions {
    gap:12px
  }
  .nav-enter {
    padding:12px 15px;
    font-size:10px
  }
  .languages {
    gap:0
  }
  .languages button {
    padding:9px 4px;
    font-size:9px
  }
  .hero-top {
    display:block;
    padding-bottom:28px
  }
  .hero h1 {
    font-size:clamp(64px,13vw,90px)
  }
  .hero .eyebrow {
    font-size:8px;
    letter-spacing:.12em;
    margin-bottom:24px
  }
  .hero-aside {
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    gap:15px;
    padding-top:30px;
    padding-bottom:0
  }
  .hero-aside p {
    font-size:12px;
    margin:0
  }
  .hero-aside .text-link {
    font-size:10px;
    gap:15px
  }
  .hero-image {
    height:365px;
    margin:0 12px
  }
  .hero-image>img {
    object-position:50% 50%
  }
  .image-note {
    bottom:20px;
    left:16px;
    right:16px;
    font-size:9px;
    line-height:1.6;
    gap:8px
  }
  .status-dot {
    flex:0 0 6px
  }
  .photo-index {
    display:none
  }
  .hero-foot {
    font-size:9px;
    gap:25px;
    line-height:1.6;
    padding-block:20px
  }
  .hero-foot>span {
    max-width:46%
  }
  .hero-foot>span:last-child {
    text-align:right
  }
  .section-intro {
    padding:80px 0 32px
  }
  h2 {
    font-size:43px
  }
  .eyebrow {
    font-size:8px;
    letter-spacing:.13em;
    margin-bottom:20px
  }
  .chapter-nav a {
    padding:18px 0;
    font-size:10px;
    gap:9px
  }
  .chapter-nav a>span:first-child {
    font-size:8px;
    line-height:14px
  }
  .story-layout {
    display:block
  }
  .story-stage {
    display:none
  }
  .chapter {
    min-height:0;
    padding:60px 0 40px;
    scroll-margin-top:0
  }
  .chapter-number {
    font-size:9px;
    margin-bottom:20px
  }
  .chapter h3 {
    font-size:43px
  }
  .chapter>p:not(.chapter-number) {
    font-size:15px;
    max-width:100%
  }
  .chapter-caption {
    margin-top:6px
  }
  .mobile-scene {
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:1.25;
    margin-top:30px;
    border-radius:3px
  }
  .real-life {
    padding:65px 0;
    margin-top:25px
  }
  .life-heading {
    display:block;
    margin-bottom:30px
  }
  .life-heading>p {
    font-size:13px;
    margin:0
  }
  .life-heading h2 {
    font-size:39px
  }
  .life-grid {
    grid-template-columns:1fr;
    gap:25px
  }
  .life-grid article {
    display:grid;
    grid-template-columns:120px 1fr;
    gap:22px;
    padding-bottom:20px
  }
  .life-grid img {
    height:125px;
    aspect-ratio:auto
  }
  .life-card {
    padding:0
  }
  .life-card h3 {
    font-size:20px;
    margin:10px 0
  }
  .life-card p {
    font-size:11px
  }
  .trust {
    grid-template-columns:1fr;
    padding-block:75px;
    gap:40px
  }
  .trust h2 {
    font-size:44px
  }
  .trust summary {
    font-size:15px
  }
  .invitation {
    padding:75px 0
  }
  .invitation h2 {
    font-size:46px
  }
  .invitation p:not(.eyebrow) {
    font-size:14px
  }
  .circle-art {
    width:300px;
    height:300px;
    right:-260px;
    top:45px;
    opacity:.6
  }
  .community {
    padding-block:65px
  }
  .community-card {
    gap:32px;
    align-items:flex-start;
    flex-direction:column
  }
  .community h2 {
    font-size:43px
  }
  .community-copy>p {
    font-size:13px
  }
  .fedi-qr {
    align-self:center
  }
  .footer-shell {
    grid-template-columns:1fr;
    gap:45px
  }
  .chama-public-grid {
    gap:25px 12px
  }
  .chama-public-link {
    font-size:10px
  }
  footer {
    padding-block:45px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important
  }
  .button:hover {
    transform:none
  }
}
.life-aside {
  padding-bottom:20px
}
.life-aside p {
  font-size:14px;
  line-height:1.7;
  color:var(--muted)
}
.life-aside .text-link {
  font-size:11px
}
@media(max-width:650px) {
  html {
    scroll-padding-top:125px
  }
  .life-aside {
    padding-bottom:0
  }
  .hero-top h1 {
    overflow-wrap:normal
  }
  .hero-top>div:first-child {
    min-width:0
  }
}
@media(max-width:650px) {
  .hero-image {
    height:auto;
    aspect-ratio:3/2
  }
  .hero-image>img {
    height:100%
  }
  .image-note {
    font-size:8px;
    bottom:12px
  }
  .hero-image::after {
    inset:65% 0 0
  }
}
@media(max-width:380px) {
  .nav {
    padding-inline:16px;
    gap:12px
  }
  .nav .brand {
    font-size:23px;
    gap:6px;
    flex-shrink:0
  }
  .nav .brand img {
    width:24px;
    height:24px
  }
  .nav-actions {
    gap:8px
  }
  .nav-enter {
    padding:10px 12px;
    max-width:105px
  }
  .languages button {
    padding-inline:3px
  }
}
@media(min-width:651px) {
  .story-stage {
    height:auto;
    min-height:0;
    max-height:none
  }
  .scene-frame {
    height:auto;
    aspect-ratio:1.05;
    max-height:calc(100svh - 240px)
  }
  .chapter {
    min-height:min(85svh,780px)
  }
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 47%;
  opacity: 0;
  transition: opacity .8s ease;
}
.hero-video.is-playing { opacity: 1; }
.motion-toggle {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 25px;
  background: rgba(20, 32, 24, .8);
  color: #fff5e3;
  border: 1px solid rgba(255, 245, 227, .35);
  border-radius: 30px;
  padding: 10px 16px;
  font: 10px 'DM Sans', sans-serif;
  cursor: pointer;
}
[hidden] { display: none !important; }
@media (min-width: 651px) { .scene-frame { aspect-ratio: 3 / 2; } }
@media (max-width: 650px) {
  .motion-toggle { bottom: auto; top: 12px; right: 12px; padding: 8px 12px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { .hero-video, .motion-toggle { display: none !important; } }
