:root {
  --gold: #F6CD0C;      /* sampled from book cover background */
  --orange: #FAA82F;    /* sampled from book cover swirl/card */
  --terracotta: #B4591C; /* deepened accent for contrast/text */
  --cream: #FFFBEF;     /* sampled near sun-white, warmed slightly */
  --ink: #2E241B;
  --radius: 18px;
  color-scheme: light;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Lora', serif;
  margin: 0 0 0.4em;
  line-height: 1.15;
}

p { margin: 0 0 1em; }

a { color: inherit; text-decoration: none; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--terracotta);
  margin-bottom: 0.6em;
}
.eyebrow--light { color: var(--ink); opacity: 0.75; }
.eyebrow--hero { font-size: 1.35rem; letter-spacing: 0.08em; margin-bottom: 0.3em; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.light { color: var(--cream); }
.lead { max-width: 640px; font-size: 1.05rem; opacity: 0.9; }

/* ---------- Sun icon ---------- */
.sun-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: var(--orange);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  margin-right: 6px;
  vertical-align: middle;
}

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  background: rgba(255, 251, 239, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(46, 36, 27, 0.08);
}
.nav__brand {
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 1.2rem;
  display: flex;
  align-items: flex-start;
  margin-right: 32px;
}
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav__brand-by {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--terracotta);
  margin-top: 3px;
}
.nav__links { display: flex; align-items: center; gap: 28px; font-weight: 500; font-size: 0.95rem; }
.nav__links a:hover { color: var(--terracotta); }

/* ---------- Buttons — solid ink pill, per Ligdamys design system ---------- */
.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--ink); color: var(--cream); box-shadow: 0 8px 22px rgba(46, 36, 27, 0.28); }
.btn--primary:hover { background: #241b13; }
.btn--ghost { background: transparent; border: 2px solid var(--ink); color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); }
.btn--cream { background: var(--ink); color: var(--cream); box-shadow: 0 8px 22px rgba(0,0,0,0.25); }
.btn--small { background: var(--ink); color: var(--cream); padding: 10px 20px; font-size: 0.85rem; }
.btn--full { width: 100%; text-align: center; }
.btn--disabled { opacity: 0.45; cursor: not-allowed; background: rgba(46,36,27,0.3); }
.btn--disabled:hover { transform: none; }

/* ---------- Hero / top consult ---------- */
.hero {
  padding: 90px 6vw 70px;
  background: var(--gold);
  text-align: center;
}
.hero__content { max-width: 640px; margin: 0 auto; }
.hero h1 { font-size: clamp(2.4rem, 5.5vw, 3.6rem); color: var(--ink); }
.hero__sub {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--terracotta);
  max-width: 520px;
  margin: 0 auto 34px;
}

.booking-embed {
  max-width: 720px;
  margin: 34px auto 0;
  background: var(--cream);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 20px 50px rgba(46,36,27,0.15);
}

/* ---------- Sections ---------- */
.section { padding: 90px 6vw; }
.section--cream { background: var(--cream); }
.section--ink { background: var(--ink); }
.section__inner { max-width: 1080px; margin: 0 auto; }

.about { display: flex; align-items: center; gap: 60px; }
.about__text { flex: 1.2; }
.about__image { flex: 1; display: flex; justify-content: center; }
.polaroid {
  background: white;
  padding: 10px;
  border-radius: var(--radius);
  box-shadow: 0 20px 40px rgba(46,36,27,0.18);
}
.polaroid__photo {
  width: 300px;
  height: 360px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* ---------- Intro pull-quote — standalone gold card ---------- */
.intro-quote {
  max-width: 900px;
  margin: 0 auto;
  background: var(--gold);
  border-radius: var(--radius);
  padding: 40px 46px;
}
.intro-quote blockquote {
  margin: 0 0 14px;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--ink);
  line-height: 1.4;
}
.intro-quote .eyebrow { margin-bottom: 0; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 50px; }
.card {
  background: white;
  border-radius: var(--radius);
  padding: 34px 28px;
  box-shadow: 0 10px 30px rgba(46,36,27,0.08);
  text-align: center;
}
.card__price { font-family: 'Lora', serif; font-size: 2rem; margin: 6px 0 14px; color: var(--terracotta); }
.card__price span { font-size: 0.9rem; font-family: 'Poppins', sans-serif; opacity: 0.7; color: var(--ink); }

.note { font-size: 0.85rem; opacity: 0.65; margin-top: 18px; }
.note--light { color: var(--cream); opacity: 0.75; }

/* ---------- Book / ebook shop — 3-card grid, each with its own cover ---------- */
.book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 50px; }
.book-card {
  background: white;
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(46,36,27,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.book-card__cover {
  width: 100%;
  max-width: 220px;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(46,36,27,0.2);
  margin-bottom: 18px;
}
.book-card h3 { margin-bottom: 4px; }
.book-card__price { font-family: 'Lora', serif; font-size: 1.4rem; color: var(--terracotta); margin: 4px 0 16px; }
.book-card--soon { opacity: 0.75; }

.merch .note { max-width: 420px; margin-left: auto; margin-right: auto; }

/* ---------- Footer — dark ink block, centered tagline ---------- */
.footer {
  text-align: center;
  padding: 70px 6vw 50px;
  background: var(--ink);
  color: var(--cream);
}
.footer__tagline {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.footer__copyright { font-size: 0.85rem; opacity: 0.6; margin-bottom: 22px; }
.footer__links a { opacity: 0.75; font-size: 0.9rem; }
.footer__links a:hover { opacity: 1; text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .nav__links { gap: 14px; font-size: 0.85rem; }
  .about { flex-direction: column; text-align: center; }
  .cards { grid-template-columns: 1fr; }
  .book-grid { grid-template-columns: 1fr; }
  .intro-quote { padding: 30px 26px; }
}
@media (max-width: 560px) {
  .nav__links a:not(.btn) { display: none; }
}
