.section { padding: 78px 0; }

.section-inner {
  width: min(1100px, 88vw);
  margin: 0 auto;
}

.section-head { margin-bottom: 28px; }

.section-title {
  font-family: "Cardo", serif;
  font-size: 38px;
  margin: 0 0 8px;
}

.section-subtitle {
  margin: 0;
  color: rgba(255,255,255,0.72);
}

/* HERO */
.hero { padding: 52px 0 32px; }

.hero-inner{
  width: min(1200px, 90vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 38px;
  align-items: center;
}

.hero-kicker{
  margin: 0 0 10px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.14em;
  font-size: 12px;
}

.hero-name{
  font-family: "Cardo", serif;
  font-size: 76px;
  line-height: 0.95;
  margin: 0 0 10px;
}

.hero-title{
  margin: 0 0 14px;
  font-size: 54px;
  color: rgba(255,255,255,0.28);
  font-weight: 700;
}

.hero-blurb{
  max-width: 620px;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  margin: 0 0 18px;
}

.hero-cta{
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.hero-orb{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  background: rgba(255,255,255,0.02);
  overflow: hidden;
}

.hero-orb canvas{
  width: 100%;
  height: 100%;
  display: block;
}

.chip-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.chip{
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.03);
}

/* Used by JS-generated day cards */
.timeline-card{
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 18px 18px;
  background: rgba(255,255,255,0.03);
}

/* responsive */
@media (max-width: 900px){
  .hero-inner{ grid-template-columns: 1fr; }
  .hero-name{ font-size: 60px; }
  .hero-title{ font-size: 40px; }
}


/* tighter spacing + type on small screens */
@media (max-width: 520px){
  .section{ padding: 46px 0; }
  .section-inner{ width: min(1100px, 92vw); }
  .section-title{ font-size: 32px; }
  .hero{ padding: 38px 0 20px; }
  .hero-name{ font-size: 48px; }
  .hero-title{ font-size: 30px; }
  .hero-cta{ flex-direction: column; align-items: stretch; }
  .hero-cta .btn{ width: 100%; }
}
