/* Sherri Thomas — sherrithomas.com */
@font-face { font-family: 'Kalam'; src: url('../fonts/kalam-latin-700-normal.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Kalam'; src: url('../fonts/kalam-latin-400-normal.woff2') format('woff2'); font-weight: 400; font-display: swap; }

:root {
  --blush: #F4E2DB;
  --blush-soft: #F9EFEA;
  --cream: #FBF7F3;
  --brown: #7E574C;
  --muted: #AC8579;
  --blue: #3A7CA5;
  --ink: #4A322A;
  --body: #5A4038;
  --serif: Georgia, 'Times New Roman', serif;
  --hand: 'Kalam', cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--serif); color: var(--body); background: var(--cream); line-height: 1.7; font-size: 17px; }
img { max-width: 100%; display: block; }
a { color: var(--blue); }
h1,h2,h3 { color: var(--ink); line-height: 1.25; font-weight: 700; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* nav */
header { background: var(--blush); border-bottom: 1px solid rgba(126,87,76,.14); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; flex-wrap: wrap; gap: 10px; }
.nav .logo { font-family: var(--hand); font-weight: 700; font-size: 1.5rem; color: var(--brown); text-decoration: none; }
.nav ul { list-style: none; display: flex; gap: 26px; flex-wrap: wrap; }
.nav a.link { text-decoration: none; color: var(--ink); font-size: .98rem; }
.nav a.link:hover, .nav a.link.active { color: var(--brown); border-bottom: 2px solid var(--muted); padding-bottom: 3px; }

/* buttons */
.btn { display: inline-block; padding: 14px 30px; border-radius: 40px; text-decoration: none; font-size: 1.02rem; font-family: var(--serif); transition: transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(74,50,42,.18); }
.btn-primary { background: var(--brown); color: #fff; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-ghost { background: transparent; color: var(--brown); border: 2px solid var(--muted); }

/* hero */
.hero { background: var(--blush); padding: 56px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero h1 { font-size: 2.9rem; letter-spacing: .04em; }
.hero .tagline { font-family: var(--hand); font-weight: 700; color: var(--brown); font-size: 1.7rem; line-height: 1.45; margin: 18px 0 20px; }
.hero p.intro { font-size: 1.08rem; max-width: 46ch; }
.hero .cta { margin-top: 28px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero-photo img { border-radius: 18px; box-shadow: 0 18px 50px rgba(74,50,42,.22); }

/* sections */
section { padding: 64px 0; }
section.blush { background: var(--blush-soft); }
.kicker { font-family: var(--hand); font-weight: 700; color: var(--muted); font-size: 1.15rem; letter-spacing: .02em; }
h2.title { font-size: 2rem; margin: 6px 0 20px; }
.lead { font-size: 1.12rem; max-width: 62ch; }

/* book device — wavy strike */
.strike { position: relative; color: var(--muted); white-space: nowrap; }
.strike svg { position: absolute; left: -4%; top: 52%; width: 108%; height: .38em; overflow: visible; }
.strike svg path { stroke: var(--blue); stroke-width: 5.5; fill: none; stroke-linecap: round; }

/* cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.card { background: #fff; border-radius: 16px; padding: 28px 26px; box-shadow: 0 6px 24px rgba(74,50,42,.08); }
.card h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--brown); }
.card p { font-size: .98rem; }
.card .sig { font-family: var(--hand); color: var(--brown); font-size: 1.1rem; }

/* book page */
.book-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; align-items: start; }
.book-cover img { border-radius: 6px; box-shadow: 0 24px 60px rgba(74,50,42,.28); }
.pull { font-family: var(--serif); font-weight: 700; color: var(--blue); font-size: 1.35rem; margin: 22px 0; }
.buybox { background: #fff; border-radius: 16px; padding: 28px; margin-top: 26px; box-shadow: 0 6px 24px rgba(74,50,42,.1); }
.buybox .row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--blush); gap: 12px; flex-wrap: wrap; }
.buybox .row:last-child { border-bottom: none; }
.price { font-size: 1.25rem; color: var(--ink); font-weight: 700; }
.note { font-size: .9rem; color: var(--muted); }

/* about */
.about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.about-photo img { border-radius: 18px; box-shadow: 0 14px 44px rgba(74,50,42,.2); }
.story p { margin-bottom: 16px; }
.story .quote { font-family: var(--hand); font-weight: 700; font-size: 1.35rem; color: var(--brown); margin: 26px 0; line-height: 1.5; }
.creds { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.cred { background: var(--blush); color: var(--ink); border-radius: 30px; padding: 8px 18px; font-size: .92rem; }

/* video placeholder */
.video-slot { background: var(--ink); color: var(--blush); border-radius: 18px; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; max-width: 760px; margin: 30px auto 0; }
.video-slot span { font-family: var(--hand); font-size: 1.3rem; }

/* forms */
form { display: grid; gap: 16px; max-width: 560px; }
input, textarea, select { font-family: var(--serif); font-size: 1rem; padding: 13px 16px; border: 1.5px solid var(--muted); border-radius: 10px; background: #fff; color: var(--ink); width: 100%; }
textarea { min-height: 140px; }
label { font-size: .95rem; color: var(--ink); font-weight: 700; }

/* footer */
footer { background: var(--blush); margin-top: 40px; padding: 44px 0 34px; }
footer .sig { font-family: var(--hand); font-weight: 700; color: var(--brown); font-size: 1.25rem; margin-bottom: 14px; }
footer .fine { font-size: .88rem; color: var(--muted); margin-top: 18px; }
footer nav a { margin-right: 18px; font-size: .95rem; }

@media (max-width: 820px) {
  .hero-grid, .book-grid, .about-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.2rem; }
  .hero-photo { order: -1; max-width: 420px; }
  section { padding: 46px 0; }
}

/* Path of Connection pillars */
.framework { margin-top: 34px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar { background: #fff; border-radius: 14px 14px 0 0; padding: 26px 22px 22px;
  box-shadow: 0 6px 20px rgba(74,50,42,.08); }
.pillar .num { font-family: 'Kalam', cursive; font-weight: 700; color: var(--muted); font-size: 1.4rem; }
.pillar h3 { color: var(--brown); font-size: 1.25rem; margin: 4px 0 10px; }
.pillar p { font-size: .96rem; }
.foundation { background: var(--brown); color: var(--blush); border-radius: 0 0 14px 14px;
  padding: 24px 28px; text-align: center; }
.foundation .fh { font-family: 'Kalam', cursive; font-weight: 700; letter-spacing: .12em; font-size: 1.3rem; }
.foundation .fs { font-size: .98rem; opacity: .95; margin-top: 6px; }
.foundation .fp { font-size: .92rem; opacity: .85; margin-top: 8px; max-width: 62ch; margin-left: auto; margin-right: auto; }
@media (max-width: 820px) { .pillars { grid-template-columns: 1fr; } .pillar { border-radius: 14px; } }
