:root{
  --cream:#f7efe3;
  --paper:#fcf7ef;
  --paper2:#efe2d1;
  --green:#163f36;
  --green2:#0d302a;
  --green3:#214f44;
  --terracotta:#ba6446;
  --terracotta2:#a6533a;
  --gold:#c9a56a;
  --ink:#173831;
  --muted:#677871;
  --line:rgba(23,56,49,.14);
  --white:#fffdf8;
  --shadow:0 22px 70px rgba(35,29,20,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"DM Sans",system-ui,sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
button{font:inherit}
.wrap{width:min(1120px,calc(100% - 32px));margin:auto}
h1,h2,h3{font-family:"Fraunces",serif;margin:0;color:var(--green)}
h1{font-size:clamp(58px,8vw,98px);line-height:.88;letter-spacing:-.05em}
h2{font-size:clamp(42px,6vw,70px);line-height:.96;letter-spacing:-.035em}
h3{font-size:38px;line-height:1}
p{line-height:1.65}
.kicker{
  display:inline-block;
  font-size:10px;
  font-weight:800;
  letter-spacing:.19em;
  text-transform:uppercase;
  color:var(--terracotta);
}
.kicker.pale{color:#f0c5b3}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 20px;
  border-radius:14px;
  font-weight:800;
  font-size:13px;
}
.primary{background:var(--green);color:white}
.light{background:rgba(255,255,255,.6);border:1px solid var(--line)}
.terracotta{background:var(--terracotta);color:white}

/* header */
.top{
  position:sticky;
  top:10px;
  z-index:50;
  width:min(1160px,calc(100% - 22px));
  margin:10px auto 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 14px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(252,247,239,.91);
  backdrop-filter:blur(18px);
  box-shadow:0 10px 35px rgba(0,0,0,.06);
}
.brand{display:flex;align-items:center;gap:10px}
.sigil{
  width:36px;height:36px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--green);color:white
}
.brand strong{display:block;font-family:"Fraunces",serif;font-size:24px;line-height:1}
.brand small{
  display:block;margin-top:3px;
  font-size:8px;letter-spacing:.11em;text-transform:uppercase
}
.top-whats{
  padding:10px 14px;border-radius:999px;background:white;
  border:1px solid var(--line);font-weight:800;font-size:12px
}

/* hero */
.hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:62px;
  align-items:center;
  padding:76px 0 72px;
}
.hero-copy h1{margin:15px 0 24px}
.hero-copy>p{
  max-width:650px;
  color:#566b64;
  font-size:18px;
  margin:0;
}
.hero-buttons{display:flex;flex-wrap:wrap;gap:11px;margin:28px 0}
.tiny-row{display:flex;gap:16px;flex-wrap:wrap;font-size:11px;color:#70817b}
.portrait-wrap{position:relative;min-height:500px;display:grid;place-items:center}
.portrait-wrap img{
  width:min(430px,88%);
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center top;
  position:relative;z-index:2;
  border:7px solid rgba(255,255,255,.78);
  border-radius:34px;
  box-shadow:var(--shadow);
}
.orbit{
  position:absolute;
  width:400px;height:400px;border-radius:50%;
  background:
    radial-gradient(circle at center,transparent 0 35%,rgba(201,165,106,.50) 35.3% 35.8%,transparent 36.2% 49%,rgba(201,165,106,.42) 49.3% 49.8%,transparent 50.2%),
    repeating-conic-gradient(from 0deg,rgba(201,165,106,.38) 0 1deg,transparent 1deg 30deg),
    var(--green);
  box-shadow:0 0 0 20px rgba(201,165,106,.12),0 0 0 44px rgba(22,63,54,.04);
}
.live-bubble{
  position:absolute;right:0;bottom:36px;z-index:3;
  background:white;border:1px solid var(--line);
  padding:14px 18px;border-radius:18px;box-shadow:var(--shadow)
}
.live-bubble b{display:block;color:var(--terracotta);font-size:11px}
.live-bubble span{font-size:13px;font-weight:800}

/* live */
.live{
  background:var(--green);
  color:white;
  padding:76px 0;
  position:relative;
  overflow:hidden;
}
.live:after{
  content:"✦";
  position:absolute;right:3%;top:-25px;
  font-size:230px;color:rgba(255,255,255,.035)
}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:32px}
.inverse h2{color:white}
.inverse p{max-width:520px;color:rgba(255,255,255,.72)}
.prices{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:14px;margin-top:32px
}
.price{
  appearance:none;
  color:white;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;padding:23px;cursor:pointer;
  position:relative
}
.price span{font-weight:800;font-size:15px}
.price strong{
  display:block;margin-top:13px;
  font-family:"Fraunces",serif;
  font-size:65px;line-height:1
}
.price strong small{font-size:17px}
.price.featured{background:var(--cream);color:var(--green);transform:translateY(-5px)}
.price i{
  position:absolute;top:-11px;left:50%;transform:translateX(-50%);
  font-style:normal;background:var(--terracotta);color:white;
  font-size:9px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;
  padding:6px 9px;border-radius:999px
}
.price.active{outline:3px solid var(--gold);outline-offset:3px}
.payment-box{
  display:grid;grid-template-columns:.8fr 1fr 1fr;
  gap:11px;margin-top:22px
}
.selected{
  display:flex;align-items:center;padding:16px;
  border-radius:14px;border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.8);font-size:12px
}
.pay-btn,.paid-btn{
  border:0;border-radius:14px;padding:15px 18px;
  display:flex;flex-direction:column;align-items:flex-start;justify-content:center;
  cursor:pointer
}
.pay-btn{background:white;color:var(--green)}
.paid-btn{background:var(--terracotta);color:white}
.pay-btn b,.paid-btn b{font-size:13px}
.pay-btn span,.paid-btn span{font-size:11px;opacity:.75;margin-top:3px}
.live-note{font-size:11px;color:rgba(255,255,255,.62);margin-top:18px}

/* bridge */
.bridge{padding:74px 0;background:var(--cream)}
.bridge-inner{
  display:grid;grid-template-columns:160px 1fr;gap:44px;align-items:center
}
.bridge-symbol{
  width:145px;height:145px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--terracotta);
  color:#f9ddbd;font-family:"Fraunces",serif;font-size:72px;
  box-shadow:0 0 0 18px rgba(186,100,70,.08)
}
.bridge h2{font-size:clamp(38px,5vw,62px);margin:10px 0 18px}
.bridge p{max-width:780px;color:#66756f;font-size:17px}

/* ecosystem */
.ecosystem{padding:86px 0}
.section-title{max-width:760px}
.section-title h2{margin:10px 0 18px}
.section-title>p{color:#677871;font-size:17px}
.ecosystem-grid{
  margin-top:42px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px
}
.eco-card{
  min-height:410px;
  padding:28px;
  border-radius:26px;
  border:1px solid var(--line);
  background:#fff;
  display:flex;flex-direction:column;
  position:relative;overflow:hidden;
  transition:.2s
}
.eco-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.eco-number{
  position:absolute;right:22px;top:16px;
  font-family:"Fraunces",serif;font-size:56px;color:rgba(23,56,49,.055)
}
.eco-icon{
  width:52px;height:52px;border-radius:16px;
  display:grid;place-items:center;background:var(--green);color:white;
  margin-bottom:62px;font-size:20px
}
.eco-card small{
  font-size:9px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;
  color:var(--terracotta)
}
.eco-card h3{margin:8px 0 14px}
.eco-card p{color:#5e716a;margin:0}
.eco-card b{margin-top:auto;padding-top:22px;color:var(--terracotta);font-size:13px}
.map-card{background:var(--paper2)}
.method-card{
  background:var(--terracotta);
  color:white;border-color:rgba(255,255,255,.12)
}
.method-card h3,.method-card p{color:white}
.method-card small{color:#f9d7c9}
.method-card b{color:#fff}
.method-card .eco-icon{background:rgba(255,255,255,.13)}
.method-card .eco-number{color:rgba(255,255,255,.08)}

/* method */
.method-preview{
  padding:86px 0;
  background:var(--green2);
  color:white;
}
.method-grid{
  display:grid;grid-template-columns:.8fr 1.2fr;
  gap:70px;align-items:start
}
.method-copy h2{color:white;margin:10px 0 10px}
.method-sub{
  color:#f0c5b3;font-weight:800;font-size:14px;
  margin:0 0 28px
}
.method-copy>p{color:rgba(255,255,255,.72)}
.quantum-note{
  padding:16px 18px;
  border-left:3px solid var(--gold);
  background:rgba(255,255,255,.05);
  border-radius:0 12px 12px 0;
  font-size:12px
}
.method-copy .btn{margin-top:16px}
.method-steps{display:grid;gap:12px}
.method-steps article{
  display:grid;grid-template-columns:68px 1fr;gap:18px;
  padding:20px;border:1px solid rgba(255,255,255,.1);
  border-radius:18px;background:rgba(255,255,255,.045)
}
.method-steps article>span{
  width:52px;height:52px;border-radius:50%;
  display:grid;place-items:center;border:1px solid rgba(201,165,106,.7);
  color:#e7c58c;font-family:"Fraunces",serif;font-size:19px
}
.method-steps b{font-family:"Fraunces",serif;font-size:24px}
.method-steps p{margin:4px 0 0;color:rgba(255,255,255,.63);font-size:13px}

/* library */
.library{padding:90px 0}
.library-head{max-width:830px}
.books-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:18px;margin-top:42px
}
.book-card{
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;background:white
}
.book-cover{
  aspect-ratio:4/5;
  padding:30px;
  display:flex;flex-direction:column;
  position:relative;overflow:hidden
}
.book-cover:after{
  content:"";
  position:absolute;width:180px;height:180px;border-radius:50%;
  border:1px solid currentColor;opacity:.12;right:-50px;bottom:-50px
}
.book-cover span{
  font-size:9px;letter-spacing:.16em;text-transform:uppercase;font-weight:800
}
.book-cover strong{
  margin-top:auto;
  font-family:"Fraunces",serif;
  font-size:40px;line-height:.9;letter-spacing:-.04em
}
.book-cover em{font-style:normal;font-size:13px;margin-top:12px;font-weight:700}
.book-mark{
  position:absolute;right:22px;top:22px;
  width:42px;height:42px;border:1px solid currentColor;
  border-radius:50%;display:grid;place-items:center
}
.archetypes{background:var(--green);color:#e7c68e}
.conscience{background:#d7b985;color:#193a32}
.invisible{background:#2c2925;color:#ead8b5}
.book-info{padding:24px}
.book-info small{
  text-transform:uppercase;font-size:9px;letter-spacing:.14em;font-weight:800;color:var(--terracotta)
}
.book-info h3{font-size:29px;margin:7px 0 10px}
.book-info p{color:#65766f;font-size:13px;min-height:64px}
.book-info a{font-size:12px;font-weight:800;color:var(--terracotta)}
.soon{
  display:inline-flex;padding:8px 11px;border-radius:999px;
  background:var(--paper2);font-size:11px;font-weight:800
}

/* Sementes */
.seeds{
  background:var(--terracotta);
  color:white;
  padding:78px 0;
}
.seeds-grid{
  display:grid;grid-template-columns:240px 1fr;
  gap:50px;align-items:center
}
.seeds-symbol{
  width:220px;height:220px;border-radius:50%;
  display:grid;place-items:center;
  background:#f0dec6;
  font-size:86px;
  box-shadow:0 0 0 20px rgba(255,255,255,.06)
}
.seeds h2{color:white;margin:10px 0 16px}
.seeds p{max-width:720px;color:rgba(255,255,255,.8);font-size:17px}
.seed-btn{margin-top:12px;background:var(--green);color:white}

/* about */
.about{
  padding:90px 0;
  display:grid;grid-template-columns:.78fr 1.22fr;
  gap:64px;align-items:center
}
.about-photo img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;object-position:center top;
  border-radius:30px;
  box-shadow:var(--shadow)
}
.about-copy h2{margin:10px 0 20px}
.about-copy p{color:#62746d;font-size:16px}
.about-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.about-links a{
  padding:12px 15px;border-radius:999px;border:1px solid var(--line);
  font-size:12px;font-weight:800;background:white
}

/* footer */
footer{
  background:#082a24;color:white;
  padding:38px 0 95px
}
.foot{
  display:grid;grid-template-columns:1fr auto auto;
  gap:24px;align-items:center;font-size:12px
}
.foot strong{display:block;font-family:"Fraunces",serif;font-size:25px}
.foot div span{opacity:.58}
.foot-center{font-family:"Fraunces",serif;font-size:18px;color:#e2c18b}

.mobile-bar{display:none}
.toast{
  position:fixed;left:50%;bottom:25px;transform:translate(-50%,15px);
  opacity:0;pointer-events:none;background:#102e29;color:white;
  border-radius:12px;padding:13px 17px;z-index:60;transition:.25s;font-size:13px
}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:900px){
  .hero{grid-template-columns:1fr;gap:20px;padding:50px 0}
  .portrait-wrap{min-height:400px}
  .inverse{align-items:flex-start;flex-direction:column}
  .prices{grid-template-columns:1fr}
  .price.featured{transform:none}
  .payment-box{grid-template-columns:1fr}
  .bridge-inner{grid-template-columns:1fr}
  .bridge-symbol{width:105px;height:105px;font-size:52px}
  .ecosystem-grid{grid-template-columns:1fr}
  .eco-card{min-height:330px}
  .eco-icon{margin-bottom:42px}
  .method-grid{grid-template-columns:1fr}
  .books-grid{grid-template-columns:1fr}
  .book-card{display:grid;grid-template-columns:.8fr 1.2fr}
  .book-cover{aspect-ratio:auto;min-height:330px}
  .seeds-grid{grid-template-columns:1fr}
  .seeds-symbol{width:150px;height:150px;font-size:60px}
  .about{grid-template-columns:1fr}
  .about-photo{max-width:430px}
  .foot{grid-template-columns:1fr}
  .foot-center{order:3}
}

@media(max-width:560px){
  .wrap{width:min(100% - 24px,700px)}
  .top{top:6px;margin-top:6px}
  .brand strong{font-size:21px}
  .brand small{font-size:6.8px;max-width:180px}
  .top-whats{font-size:10px;padding:9px 11px}

  h1{font-size:54px}
  h2{font-size:42px}
  .hero-copy>p,.section-title>p,.bridge p,.seeds p{font-size:15px}
  .hero-buttons .btn{width:100%}
  .portrait-wrap{min-height:330px}
  .portrait-wrap img{width:84%;max-width:300px}
  .orbit{width:240px;height:240px}
  .live-bubble{right:0;bottom:16px;padding:11px 13px}

  .live{padding:58px 0}
  .price{padding:19px}
  .price strong{font-size:52px}

  .bridge{padding:58px 0}
  .bridge h2{font-size:38px}

  .ecosystem{padding:62px 0}
  .eco-card{padding:25px;min-height:340px}
  .eco-card h3{font-size:34px}

  .method-preview{padding:62px 0}
  .method-grid{gap:38px}
  .method-steps article{grid-template-columns:54px 1fr;padding:16px}
  .method-steps article>span{width:44px;height:44px;font-size:16px}
  .method-steps b{font-size:21px}

  .library{padding:62px 0}
  .book-card{grid-template-columns:1fr}
  .book-cover{min-height:370px}
  .book-info p{min-height:0}

  .seeds{padding:58px 0}
  .about{padding:62px 0;gap:32px}

  footer{padding-bottom:90px}
  .mobile-bar{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:6px;
    position:fixed;left:8px;right:8px;bottom:8px;z-index:45;
    padding:6px;
    border:1px solid var(--line);
    border-radius:16px;
    background:rgba(252,247,239,.94);
    backdrop-filter:blur(18px);
    box-shadow:var(--shadow)
  }
  .mobile-bar a{
    padding:11px 6px;border-radius:11px;
    text-align:center;font-size:10px;font-weight:800
  }
  .mobile-bar a:nth-child(1){background:var(--terracotta);color:white}
  .mobile-bar a:nth-child(2){background:#d7b985;color:var(--green)}
  .mobile-bar a:nth-child(3){background:var(--green);color:white}
}
