:root{--ink:#17130f;--paper:#f4efe4;--cream:#fffaf0;--gold:#c99a42;--gold-light:#f2d28b;--muted:#6d645a;--line:rgba(38,29,21,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,system-ui,sans-serif;line-height:1.65}img{display:block;max-width:100%}.container{width:min(1160px,calc(100% - 40px));margin:auto}h1,h2,h3{margin:0 0 18px;font-family:"Cormorant Garamond",Georgia,serif;line-height:1.04}h1{font-size:clamp(48px,7vw,88px);max-width:980px}h1 span{color:var(--gold-light)}h2{font-size:clamp(38px,5vw,62px)}h3{font-size:30px}p{margin:0 0 20px}.eyebrow{margin-bottom:20px;color:var(--gold-light);font-size:12px;font-weight:700;letter-spacing:.24em}.eyebrow.dark{color:#8f6828}.button{display:inline-flex;justify-content:center;align-items:center;min-height:58px;padding:15px 28px;border:0;border-radius:3px;text-decoration:none;font:700 13px/1 Inter,sans-serif;letter-spacing:.08em;cursor:pointer;transition:.2s}.button:hover{transform:translateY(-2px)}.button-gold{color:#1f160d;background:linear-gradient(135deg,#f2d28b,#c79032);box-shadow:0 14px 35px rgba(0,0,0,.23)}.button-dark{color:#fff;background:var(--ink)}.full{width:100%}.center{text-align:center}.hero{position:relative;min-height:860px;display:flex;align-items:center;color:#fff;background:url("../images/hero-library.png") center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,7,4,.94),rgba(10,7,4,.82) 52%,rgba(10,7,4,.2)),linear-gradient(0deg,rgba(10,7,4,.62),transparent 55%)}.hero-content{position:relative;padding:110px 0 90px;z-index:1}.hero-lead{max-width:740px;font-size:20px;color:rgba(255,255,255,.88)}.hero-proof{margin:25px 0;color:var(--gold-light)}.benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,360px));gap:10px 28px;margin:30px 0 38px}.benefit-grid div:before{content:"✓";color:var(--gold-light);margin-right:10px}.micro{margin-top:14px;font-size:12px;color:rgba(255,255,255,.62)}.section{padding:105px 0}.section-intro{max-width:820px;margin:0 auto 55px;text-align:center}.section-intro p,.invitation-layout p{color:var(--muted);font-size:18px}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:45px}.card{min-height:280px;padding:28px 22px;background:rgba(255,255,255,.55);border:1px solid var(--line)}.card .icon{color:#a6782d;font-weight:700;letter-spacing:.12em}.card h3{margin-top:35px;font-size:27px}.card p{color:var(--muted);font-size:14px}.book-section{position:relative;overflow:hidden;color:#fff;background:#17110c}.book-layout,.invitation-layout,.form-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.book-image-wrap img,.invitation-layout img{box-shadow:0 35px 90px rgba(0,0,0,.35)}.book-copy p{color:rgba(255,255,255,.75);font-size:17px}.invitation-section{background:var(--cream)}.registration{color:#fff;background:linear-gradient(90deg,rgba(10,7,4,.96),rgba(10,7,4,.83)),url("../images/book-library-wide.png") center/cover no-repeat}.form-shell{grid-template-columns:1fr 480px;gap:75px}.form-copy p,.form-copy li{color:rgba(255,255,255,.75)}.form-card{padding:34px;color:var(--ink);background:rgba(255,250,240,.97);box-shadow:0 30px 80px rgba(0,0,0,.38)}label{display:block;margin-bottom:8px;font-size:13px;font-weight:700}input{width:100%;height:54px;margin-bottom:18px;padding:0 15px;border:1px solid #cfc4b2;background:#fff;font:16px Inter,sans-serif}.honeypot{position:absolute;left:-10000px;opacity:0}.form-note{margin-top:14px;color:var(--muted);font-size:11px;text-align:center}.form-message{display:none;margin-top:16px;padding:13px;font-size:14px}.form-message.success{display:block;color:#174c2a;background:#e8f4eb}.form-message.error{display:block;color:#7b1f1f;background:#fae8e8}footer{padding:35px 0;color:rgba(255,255,255,.72);background:#0e0b08}.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-inner p{margin:5px 0 0;font-size:13px}.footer-small{font-size:12px}@media(max-width:980px){.cards{grid-template-columns:repeat(2,1fr)}.book-layout,.invitation-layout,.form-shell{grid-template-columns:1fr}.form-card{max-width:620px}}@media(max-width:640px){.container{width:min(100% - 28px,1160px)}.hero{min-height:auto}.hero-content{padding:85px 0 65px}h1{font-size:48px}.hero-lead{font-size:17px}.benefit-grid,.cards{grid-template-columns:1fr}.section{padding:75px 0}.card{min-height:auto}.form-card{padding:24px 18px}.footer-inner{align-items:flex-start;flex-direction:column}}


/* The Balance of Tora carousel */
.book-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}
.book-heading p {
  color: rgba(255,255,255,.72);
  font-size: 18px;
}
.tora-carousel {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.carousel-viewport {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.035);
  box-shadow: 0 35px 90px rgba(0,0,0,.42);
}
.carousel-track {
  display: flex;
  transition: transform .65s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.tora-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) 1.1fr;
  align-items: center;
  gap: 58px;
  padding: 48px;
}
.slide-visual {
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(223,181,91,.22), transparent 55%),
    #0e0a07;
}
.slide-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-cover-slide img {
  width: auto;
  max-width: 88%;
  height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.5));
}
.slide-copy {
  padding-right: 30px;
}
.slide-kicker {
  margin-bottom: 16px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
}
.slide-copy h3 {
  font-size: clamp(42px, 5vw, 66px);
  color: #fff;
}
.slide-copy p {
  max-width: 520px;
  color: rgba(255,255,255,.72);
  font-size: 18px;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #fff;
  background: rgba(15,10,7,.82);
  font: 300 38px/1 Georgia, serif;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.carousel-arrow:hover {
  background: rgba(201,154,66,.92);
  border-color: var(--gold-light);
}
.carousel-prev { left: -27px; }
.carousel-next { right: -27px; }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  cursor: pointer;
}
.carousel-dot.is-active {
  width: 28px;
  border-radius: 20px;
  background: var(--gold-light);
}
.book-cta {
  margin-top: 36px;
  text-align: center;
}

@media (max-width: 980px) {
  .tora-slide {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px;
  }
  .slide-visual { height: 500px; }
  .slide-copy { padding-right: 0; text-align: center; }
  .slide-copy p { margin-left: auto; margin-right: auto; }
  .carousel-prev { left: 12px; }
  .carousel-next { right: 12px; }
}
@media (max-width: 640px) {
  .tora-slide { padding: 18px; }
  .slide-visual { height: 420px; }
  .slide-copy h3 { font-size: 42px; }
  .slide-copy p { font-size: 16px; }
  .carousel-arrow {
    width: 44px;
    height: 44px;
    font-size: 32px;
  }
}
