:root{
  --bg: #fbf7f1;
  --bg2:#f6efe5;
  --text:#2b241d;
  --muted:#6c6055;
  --card:#ffffffcc;
  --stroke:#e6d9cb;
  --shadow: 0 18px 45px rgba(43,36,29,.10);
  --radius: 18px;
  --radius2: 26px;
  --max: 1120px;
  --serif: "Fraunces", ui-serif, Georgia, "Times New Roman", serif;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:var(--sans);
  background:
    radial-gradient(1200px 500px at 20% 10%, rgba(255,255,255,.9), rgba(255,255,255,0)),
    url("assets/images/paper-texture.webp"),
    linear-gradient(180deg, var(--bg), var(--bg2));
  background-repeat:no-repeat, repeat, no-repeat;
  background-size: auto, 700px, auto;
}

img{max-width:100%; height:auto; display:block}
a{color:inherit; text-decoration:none}
p{line-height:1.6}
h1,h2,h3{font-family:var(--serif); letter-spacing:-.02em; margin:0 0 .4rem 0}
h1{font-size:clamp(2.1rem, 4.6vw, 3.5rem); line-height:1.05}
h2{font-size:clamp(1.6rem, 2.6vw, 2.25rem)}
h3{font-size:1.25rem}
.muted{color:var(--muted)}
.small{font-size:.92rem}

.container{max-width:var(--max); margin:0 auto; padding:0 20px}
.section{padding:84px 0}
.section-alt{background:linear-gradient(180deg, rgba(255,255,255,.0), rgba(255,255,255,.55), rgba(255,255,255,.0))}
.section-head{margin-bottom:28px}
.section-head p{margin:0}

.skip{
  position:absolute; left:-999px; top:10px;
  background:#fff; padding:10px 12px; border:1px solid var(--stroke); border-radius:12px;
}
.skip:focus{left:12px; z-index:1000}

.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(160%) blur(10px);
  background:rgba(251,247,241,.72);
  border-bottom:1px solid rgba(230,217,203,.75);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  height:70px;
}
.brand{display:flex; align-items:center; gap:10px; font-weight:600}
.brand-mark{
  width:28px; height:28px; border-radius:999px;
  border:2px solid rgba(43,36,29,.55);
  position:relative;
}
.brand-mark::after{
  content:""; position:absolute; inset:9px;
  border-radius:999px; background:rgba(43,36,29,.55);
}
.brand-text{font-family:var(--serif); font-weight:500}
.nav{display:flex; gap:18px; align-items:center}
.nav a{padding:10px 10px; border-radius:12px; color:var(--muted)}
.nav a:hover{background:rgba(255,255,255,.6); color:var(--text)}

.nav-toggle{
  display:none;
  width:42px; height:42px; border-radius:14px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.55);
  box-shadow:0 10px 25px rgba(43,36,29,.08);
}
.nav-toggle span{
  display:block; height:2px; width:18px; background:rgba(43,36,29,.75);
  margin:4px auto;
}

.mobile-nav{
  border-bottom:1px solid rgba(230,217,203,.75);
  background:rgba(251,247,241,.92);
}
.mobile-nav-inner{
  display:grid; gap:8px; padding:14px 20px 18px;
}
.mobile-nav a{padding:12px 12px; border-radius:14px; color:var(--muted)}
.mobile-nav a:hover{background:rgba(255,255,255,.7); color:var(--text)}

.hero{position:relative; padding:86px 0 34px}
.hero-bg{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(251,247,241,.8), rgba(251,247,241,1) 70%),
    url("assets/images/hero-bg-1920.webp");
  background-size:cover;
  background-position:center;
  filter:saturate(95%);
  opacity:.88;
  pointer-events:none;
}
.hero-inner{
  position:relative;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:30px;
  align-items:center;
}
.kicker{
  margin:0 0 12px;
  font-size:.98rem;
  color:var(--muted);
  letter-spacing:.08em;
  text-transform:uppercase;
}
.subhead{font-size:1.05rem; max-width:52ch; margin:0 0 18px}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.social-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:18px}
.pill{
  padding:10px 12px;
  border:1px solid rgba(230,217,203,.9);
  border-radius:999px;
  background:rgba(255,255,255,.55);
  color:var(--muted);
}
.pill:hover{background:rgba(255,255,255,.75); color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(230,217,203,.9);
  background:rgba(255,255,255,.62);
  color:var(--text);
  font-weight:600;
  box-shadow:0 12px 30px rgba(43,36,29,.08);
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn-primary{
  background:rgba(43,36,29,.92);
  color:#fff;
  border-color:rgba(43,36,29,.92);
}
.btn-primary:hover{background:rgba(43,36,29,1)}
.btn-ghost{background:rgba(255,255,255,.55); color:var(--text)}

.hero-card{
  background:rgba(255,255,255,.62);
  border:1px solid rgba(230,217,203,.9);
  border-radius:var(--radius2);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-card img{width:100%; height:auto}
.hero-card-caption{padding:16px 18px}
.hero-card-caption p{margin:0}
.hero-card-caption .muted{margin-top:4px}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}
.card{
  background:rgba(255,255,255,.62);
  border:1px solid rgba(230,217,203,.9);
  border-radius:var(--radius);
  padding:18px 18px 16px;
  box-shadow:0 14px 35px rgba(43,36,29,.07);
}
.card p{margin:.4rem 0 0}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:26px;
  align-items:start;
}
.mini-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

.teachings{
  display:grid;
  gap:12px;
}
.teaching{
  background:rgba(255,255,255,.55);
  border:1px solid rgba(230,217,203,.9);
  border-radius:var(--radius);
  padding:14px 16px;
}
.teaching p{margin:.2rem 0 0; color:var(--muted)}

.media-card{
  overflow:hidden;
  border-radius:var(--radius2);
  border:1px solid rgba(230,217,203,.9);
  background:rgba(255,255,255,.62);
  box-shadow:0 18px 45px rgba(43,36,29,.08);
}
.media-thumb{position:relative}
.media-thumb img{width:100%; aspect-ratio:3/2; object-fit:cover}
.play{
  position:absolute; left:14px; bottom:14px;
  width:44px; height:44px; border-radius:999px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(43,36,29,.86); color:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}
.media-body{padding:16px 16px 18px}
.media-body p{margin:.2rem 0 .6rem}
.link{color:rgba(43,36,29,.92); font-weight:600}
.link:hover{text-decoration:underline}

.note{margin-top:16px; padding-top:6px}

.section-cta{padding:72px 0 92px}
.cta-box{
  display:flex; align-items:flex-start; justify-content:space-between;
  gap:22px;
  padding:22px;
  border-radius:var(--radius2);
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.55));
  border:1px solid rgba(230,217,203,.9);
  box-shadow:var(--shadow);
}
.cta-form{display:grid; gap:10px; min-width:min(480px, 100%)}
.cta-form input{
  width:100%;
  padding:13px 14px;
  border-radius:999px;
  border:1px solid rgba(230,217,203,.95);
  background:rgba(255,255,255,.75);
  font-size:1rem;
}

/* ---- DISABLED FORM STATE (Work in progress) ---- */

.cta-form input:disabled {
  background: #e2ddd6;           /* noticeably greyer */
  color: #9a8f82;
  cursor: not-allowed;
  border-color: rgba(200, 190, 178, 0.9);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03); /* flattens the look */
}

/* remove focus glow so it doesn't look active */
.cta-form input:disabled:focus {
  outline: none;
}

.cta-form button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none; 
}

/* keep button stable */
.cta-form button:disabled:hover {
  transform: none;
}

.form-hint{margin:0; font-size:.92rem}

.faq details{
  background:rgba(255,255,255,.62);
  border:1px solid rgba(230,217,203,.9);
  border-radius:var(--radius);
  padding:14px 16px;
  margin-bottom:10px;
}
.faq summary{
  cursor:pointer;
  font-weight:600;
  list-style:none;
}
.faq summary::-webkit-details-marker{display:none}
.faq details p{margin:.5rem 0 0; color:var(--muted)}

.footer{
  padding:54px 0 40px;
  border-top:1px solid rgba(230,217,203,.9);
  background:rgba(251,247,241,.82);
}
.footer-inner{
  display:flex; align-items:flex-start; justify-content:space-between; gap:20px;
}
.footer-brand{font-family:var(--serif); font-size:1.2rem; margin:0 0 6px}
.footer-links{display:flex; gap:14px; flex-wrap:wrap; color:var(--muted)}
.footer-links a:hover{color:var(--text)}
.footer-bottom{
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  margin-top:22px;
  padding-top:14px;
  border-top:1px solid rgba(230,217,203,.8);
}
.footer-bottom p{margin:0}

.sr-only{
  position:absolute;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; border:0;
}

/* Responsive */
@media (max-width: 980px){
  .hero-inner{grid-template-columns:1fr; gap:18px}
  .hero{padding-top:70px}
  .grid-3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .cta-box{flex-direction:column}
  .cta-form{min-width:unset}
  .nav{display:none}
  .nav-toggle{display:inline-flex; align-items:center; justify-content:center}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .btn:hover{transform:none}
}
