:root{
  --espresso:#241A16;
  --coffee:#3B2A22;
  --cocoa:#6B4A33;
  --rust:#8F4B2B;
  --amber:#B97A2E;
  --paper:#F2E7D6;
  --paper2:#FFF7EA;
  --sage:#6A7B5C;

  --shadow: 0 18px 50px rgba(0,0,0,.28);
  --shadowSoft: 0 10px 28px rgba(0,0,0,.18);
  --max: 1120px;
}

*{box-sizing:border-box}
html,body{height:100%}

body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(1200px 700px at 20% 0%, rgba(210,166,74,.18), transparent 55%),
    radial-gradient(900px 600px at 90% 10%, rgba(106,123,92,.14), transparent 55%),
    linear-gradient(180deg, #241a16 0%, #1a1310 100%);
}

a{color:inherit; text-decoration:none}
.wrap{max-width:var(--max); margin:0 auto; padding:0 22px}

.grain{
  position:fixed; inset:0;
  pointer-events:none;
  opacity:.24;
  background-image:url("/assets/css/img/background1.webp");
  background-size:cover;
  background-position:center;
  mix-blend-mode:overlay;
  filter:saturate(.95) contrast(1.05);
}

/* Header */
header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(242,231,214,.78);
  border-bottom:1px solid rgba(59,42,34,.10);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  gap:18px;
  padding:14px 0;
}
.brand{display:flex; align-items:center; gap:10px}
.brandMark{width:20px; height:20px; object-fit:contain}
.brandText{
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  letter-spacing:.4px;
  font-size:22px;
  color:var(--espresso);
  line-height:1;
}
.navLinks{display:flex; align-items:center; gap:18px; flex-wrap:wrap}
.navLinks a{
  font-size:14px;
  padding:10px 10px;
  border-radius:999px;
  color:rgba(36,26,22,.86);
}
.navLinks a:hover{background:rgba(36,26,22,.06)}
.btnTop{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background: linear-gradient(180deg, var(--amber), var(--rust));
  color:var(--paper2);
  font-weight:700;
  border:1px solid rgba(255,247,234,.55);
  box-shadow: 0 12px 24px rgba(143,75,43,.18);
  white-space:nowrap;
}

/* Page shell */
.page{padding:26px 0 56px}
.shell{
  background: rgba(242,231,214,.86);
  border:1px solid rgba(59,42,34,.12);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow:hidden;
}

/* HERO (more parchmenty) */
.hero{
  padding:34px 28px 0;
  position:relative;

  /* parchment background image */
  background-image:
    linear-gradient(
      180deg,
      rgba(255,247,234,.85),
      rgba(242,231,214,.92)
    ),
    url("/assets/css/img/parchment-bg.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(900px 420px at 20% 25%, rgba(210,166,74,.18), transparent 60%),
    radial-gradient(700px 420px at 90% 10%, rgba(106,123,92,.12), transparent 60%);
  pointer-events:none;
  opacity:.95;
}
.heroGrid{
  position:relative;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:28px;
  align-items:center;
  padding-bottom:18px;
}

h1{
  margin:0 0 10px;
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  letter-spacing:.3px;
  font-size: clamp(40px, 4vw, 58px);
  color:var(--espresso);
  line-height:1.02;
}
.heroSub{
  margin:0 0 18px;
  font-size:16px;
  line-height:1.6;
  color:rgba(36,26,22,.80);
  max-width:52ch;
}

.ctaRow{display:flex; gap:12px; flex-wrap:wrap; margin:12px 0 14px}
.btnMain{
  padding:12px 18px;
  border-radius:10px;
  background: linear-gradient(180deg, var(--amber), var(--rust));
  color:var(--paper2);
  font-weight:800;
  border:1px solid rgba(255,247,234,.55);
  box-shadow: 0 12px 26px rgba(143,75,43,.22);
  display:inline-flex; align-items:center; justify-content:center;
}
.btnGhost{
  padding:12px 18px;
  border-radius:10px;
  background: rgba(255,247,234,.70);
  color: rgba(36,26,22,.85);
  border:1px solid rgba(59,42,34,.16);
  font-weight:650;
  display:inline-flex; align-items:center; justify-content:center;
}

.trust{
  display:flex; flex-wrap:wrap; gap:18px 22px;
  margin:12px 0 0; padding:0; list-style:none;
  color:rgba(36,26,22,.78);
  font-size:14px;
}
.trust li{display:flex; align-items:center; gap:10px}
.check{
  width:16px; height:16px;
  border-radius:99px;
  background: rgba(106,123,92,.18);
  border:1px solid rgba(106,123,92,.35);
  display:inline-flex; align-items:center; justify-content:center;
  font-weight:900;
  color: var(--sage);
  line-height:1;
}

/* Hero right */
.heroRight{display:flex; justify-content:flex-end}
.bookFrame{
  width:min(340px, 100%);
  border-radius: 12px;
  background: rgba(255,247,234,.60);
  border:1px solid rgba(59,42,34,.14);
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  padding:14px;
}
.bookImg{
  width:100%;
  height:auto;
  border-radius:10px;
  display:block;
  border:1px solid rgba(59,42,34,.16);
}
.bookCap{
  margin:10px 2px 0;
  font-size:12px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:rgba(36,26,22,.65);
  text-align:center;
}

/* Decorative dividers */
.dividerRow{
  display:flex;
  justify-content:center;
  padding:10px 0 16px;
  position:relative;
}
.dividerRow::before,
.dividerRow::after{
  content:"";
  height:1px;
  background: rgba(59,42,34,.16);
  flex:1;
  align-self:center;
}
.dividerRow::before{margin-right:14px}
.dividerRow::after{margin-left:14px}

.dividerSwirl{
  width:140px;
  height:auto;
  opacity:.85;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.08));
}
.dividerBrush{
  width:160px;
  height:auto;
  opacity:.80;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.08));
}

/* Steps */
.steps{
  padding:18px 28px 18px;
  background: rgba(255,247,234,.60);
  border-top:1px solid rgba(59,42,34,.10);
}
.stepsTitle{
  margin:0 0 14px;
  text-align:center;
  font-family:"Cormorant Garamond", serif;
  font-size:28px;
  color:var(--espresso);
}
.stepsGrid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.stepCard{
  background: rgba(242,231,214,.72);
  border:1px solid rgba(59,42,34,.12);
  border-radius: 12px;
  padding:16px;
  box-shadow: var(--shadowSoft);
  min-height: 160px;
}
.stepTop{display:flex; align-items:center; gap:12px; margin-bottom:10px}
.stepIcon{width:26px; height:26px; object-fit:contain}
.stepNum{font-weight:900; color:rgba(36,26,22,.76); font-size:14px}
.stepCard h3{
  margin:0 0 6px;
  font-family:"Cormorant Garamond", serif;
  font-size:20px;
  color:var(--espresso);
}
.stepCard p{margin:0; color:rgba(36,26,22,.75); font-size:14px; line-height:1.55}

/* Mission band */
.mission{
  padding:20px 28px;
  background: rgba(36,26,22,.92);
  color: rgba(255,247,234,.92);
  text-align:center;
  border-top:1px solid rgba(255,247,234,.10);
  border-bottom:1px solid rgba(255,247,234,.10);
}
.mission p{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-size:26px;
}

/* Offerings */
.offers{
  padding:24px 28px 22px;
  background: rgba(255,247,234,.62);
}
.offerGrid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.offer{
  background: rgba(242,231,214,.72);
  border:1px solid rgba(59,42,34,.12);
  border-radius: 12px;
  box-shadow: var(--shadowSoft);
  overflow:hidden;
  display:flex; flex-direction:column;
  min-height: 220px;
}
.offerHead{
  padding:16px 16px 10px;
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.offerHead h3{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-size:22px;
  color:var(--espresso);
}
.offerMark{width:28px; height:28px; object-fit:contain; opacity:.9}
.offerBody{
  padding:0 16px 14px;
  color:rgba(36,26,22,.74);
  font-size:14px;
  line-height:1.55;
  flex:1;
}
.offerFoot{
  padding:14px 16px 16px;
  border-top:1px solid rgba(59,42,34,.10);
}
.offerBtn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:10px;
  background: linear-gradient(180deg, var(--amber), var(--rust));
  color:var(--paper2);
  font-weight:900;
  border:1px solid rgba(255,247,234,.55);
}

/* Subscribe band */
.subscribe{
  padding:22px 28px;
  background: linear-gradient(180deg, rgba(36,26,22,.92), rgba(27,19,16,.95));
  color: rgba(255,247,234,.92);
}
.subscribeGrid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:18px;
  align-items:center;
}
.subscribe h2{
  margin:0 0 6px;
  font-family:"Cormorant Garamond", serif;
  font-size:30px;
}
.subscribe p{
  margin:0;
  color: rgba(255,247,234,.80);
  line-height:1.55;
  font-size:14px;
  max-width: 60ch;
}
form{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.input{
  flex:1;
  min-width:220px;
  padding:12px 14px;
  border-radius:10px;
  border:1px solid rgba(242,231,214,.25);
  background: rgba(255,247,234,.10);
  color: rgba(255,247,234,.92);
  outline:none;
}
.input::placeholder{color: rgba(255,247,234,.65)}
.subBtn{
  padding:12px 16px;
  border-radius:10px;
  border:1px solid rgba(255,247,234,.55);
  background: linear-gradient(180deg, var(--amber), var(--rust));
  color: var(--paper2);
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}

/* Footer */
footer{
  padding:18px 28px;
  background: rgba(242,231,214,.86);
  border-top:1px solid rgba(59,42,34,.12);
}
.footerRow{
  display:flex; gap:14px; align-items:center; justify-content:space-between;
  flex-wrap:wrap;
  color: rgba(36,26,22,.70);
  font-size:13px;
}
.footerBrand{display:flex; align-items:center; gap:10px}
.footerTitle{
  font-family:"Cormorant Garamond", serif;
  font-size:18px;
  color:var(--espresso);
}
.footerLinks{display:flex; gap:14px; flex-wrap:wrap}
.footerLinks a{padding:8px 8px; border-radius:999px}
.footerLinks a:hover{background:rgba(36,26,22,.06)}

/* Responsive */
@media (max-width: 980px){
  .heroGrid{grid-template-columns:1fr}
  .heroRight{justify-content:flex-start}
  .stepsGrid{grid-template-columns:1fr}
  .offerGrid{grid-template-columns:1fr}
  .subscribeGrid{grid-template-columns:1fr}
  form{justify-content:flex-start}
}
