/* ==========================================================================
   Kulturenvy — shared stylesheet (v2)
   Cream / ink / gold editorial system — soft cards, real spacing, no
   hairline grid. Used by: index, about, book-club, book-club-notes,
   services, contact, 404.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=DM+Sans:wght@400;500;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --cream: #f7f4ef;
  --cream-alt: #efebe1;
  --footer-bg: #f1ede3;
  --card-bg: #fffefb;
  --ink: #1c1916;
  --warm-mid: #4a4540;
  --gold: #8a6a3a;
  --gold-soft: #f0e7d5;
  --muted: #a4998a;
  --line: #e7dfcf;
  --lobster-blue: #1b4d8c;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, sans-serif;
  --maxw: 1280px;
  --r-lg: 22px;
  --r-md: 14px;
  --r-sm: 9px;
  --r-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(28,22,15,.05), 0 6px 18px rgba(28,22,15,.05);
  --shadow-md: 0 4px 10px rgba(28,22,15,.06), 0 20px 40px rgba(28,22,15,.09);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.7;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.eyebrow {
  display: flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.quote-band.center .eyebrow, .process-band .eyebrow { color: #cba86e; }
.quote-band.center .eyebrow::before, .process-band .eyebrow::before { background: #cba86e; }

/* ── NAV ── */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 56px;
  background: rgba(247,244,239,.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-logo {
  display: block; height: 34px; width: auto;
}
.nav-logo img { display: block; height: 100%; width: auto; }
.nav-links { display: flex; gap: 34px; list-style: none; flex-wrap: wrap; }
.nav-links a {
  position: relative;
  font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; color: var(--warm-mid); transition: color 0.15s;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a[aria-current="page"]::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--gold); border-radius: 2px;
}

/* ── FOOTER ── */
.site-footer {
  margin-top: 40px;
  background: var(--footer-bg);
  border-top: 1px solid var(--line);
  padding: 34px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.footer-logo {
  display: block; height: 22px; width: auto; opacity: 0.6; transition: opacity 0.15s;
}
.footer-logo:hover { opacity: 1; }
.footer-logo img { display: block; height: 100%; width: auto; }
.footer-links { display: flex; gap: 26px; list-style: none; flex-wrap: wrap; }
.footer-links a {
  font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; color: var(--muted); transition: color 0.15s;
}
.footer-links a:hover { color: var(--ink); }
.footer-copy { font-size: 12px; color: var(--muted); width: 100%; text-align: right; }

/* ── HERO (text | image, no divider — spaced + rounded photo) ── */
.hero {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  gap: 56px; padding: 76px 56px 88px;
}
.hero-text { display: flex; flex-direction: column; justify-content: center; }
.hero-text h1 {
  font-family: var(--serif); font-size: clamp(46px, 5.6vw, 80px); font-weight: 600;
  line-height: 0.96; color: var(--ink); margin-bottom: 24px;
}
.hero-text h1 em { font-style: italic; font-weight: 400; color: var(--gold); }
.hero-text p { font-size: 18px; color: var(--warm-mid); line-height: 1.75; max-width: 400px; }
.hero-image {
  overflow: hidden; border-radius: var(--r-lg); background: var(--cream-alt);
  box-shadow: var(--shadow-md); aspect-ratio: 4/5;
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: transform 0.6s ease; }
.hero-image:hover img { transform: scale(1.03); }

/* ── SECTION INTRO (small heading above a grid/list) ── */
.section-intro { max-width: var(--maxw); margin: 0 auto; padding: 0 56px 8px; }
.section-intro h2 {
  font-family: var(--serif); font-size: clamp(28px, 3.2vw, 42px); font-weight: 600; color: var(--ink); line-height: 1.15;
}
.section-intro h2 em { font-style: italic; font-weight: 400; color: var(--gold); }

/* ── TWO-COLUMN INTRO BAND ── */
.intro-band {
  max-width: var(--maxw); margin: 0 auto;
  padding: 40px 56px 88px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.intro-band h2 {
  font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 600; line-height: 1.05; color: var(--ink);
}
.intro-band h2 em { font-style: italic; font-weight: 400; color: var(--gold); }
.intro-band p { font-size: 19px; color: var(--ink); line-height: 1.9; margin-bottom: 16px; }
.intro-band p:last-child { margin-bottom: 0; }

/* ── CARD GRID (soft floating cards, no ruled lines) ── */
.cards-grid {
  max-width: var(--maxw); margin: 0 auto;
  padding: 24px 56px 88px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.cards-grid.cols-1 { grid-template-columns: 1fr; }
.card {
  background: var(--card-bg); border-radius: var(--r-md); box-shadow: var(--shadow-sm);
  padding: 40px; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-tag {
  font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.card h3 {
  font-family: var(--serif); font-size: clamp(26px, 2.6vw, 34px); font-weight: 600; line-height: 1.12; color: var(--ink); margin-bottom: 14px;
}
.card h3 em { font-style: italic; font-weight: 400; color: var(--gold); }
.card p { font-size: 16px; color: var(--warm-mid); line-height: 1.8; margin-bottom: 16px; }
.card-img { width: 100%; aspect-ratio: 16/10; overflow: hidden; margin-bottom: 22px; border-radius: var(--r-sm); background: var(--cream-alt); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.card:hover .card-img img { transform: scale(1.04); }
.card-link {
  display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; letter-spacing: 0.02em;
  text-decoration: none; color: var(--ink); border-bottom: 1.5px solid var(--gold); padding-bottom: 2px;
}
.card-link:hover { color: var(--gold); }

/* ── PROCESS BAND (numbered steps, full-bleed ink) ── */
.process-band { background: var(--ink); padding: 84px 56px; }
.process-band-in { max-width: var(--maxw); margin: 0 auto; }
.process-band h2 {
  font-family: var(--serif); font-size: clamp(32px, 4vw, 50px); font-weight: 600;
  font-style: italic; line-height: 1.1; color: var(--cream); margin-bottom: 52px; max-width: 620px;
}
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.step-number {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--gold);
  font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--gold); margin-bottom: 18px;
}
.step-title { font-size: 13px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream); margin-bottom: 10px; }
.step-desc { font-size: 16px; color: #c9c2b4; line-height: 1.8; }

/* ── QUOTE BAND ── */
.quote-band {
  max-width: var(--maxw); margin: 0 auto;
  padding: 76px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.quote-band.center { max-width: none; grid-template-columns: 1fr; text-align: left; background: var(--ink); padding: 84px 56px; }
.quote-band.center .quote-inner { max-width: var(--maxw); margin: 0 auto; }
.quote-band blockquote {
  font-family: var(--serif); font-size: clamp(30px, 3.4vw, 44px); font-weight: 400; font-style: italic; line-height: 1.2; color: var(--ink);
}
.quote-band.center blockquote { color: var(--cream); max-width: 820px; }
.quote-band cite {
  display: block; margin-top: 20px; font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; font-style: normal; color: var(--muted);
}
.quote-band.center cite { color: #9c9384; }
.quote-side { font-size: 18px; color: var(--warm-mid); line-height: 1.85; }
.quote-side p { margin-bottom: 14px; }
.quote-side p:last-child { margin-bottom: 0; }

/* ── CTA BAND (rounded callout card, gold-tinted) ── */
.cta-band {
  max-width: var(--maxw); margin: 40px auto 88px;
  background: var(--gold-soft); border-radius: var(--r-lg);
  padding: 68px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.cta-band.plain { background: none; border-radius: 0; padding: 24px 56px 88px; margin-top: 0; }
.cta-band h2 { font-family: var(--serif); font-size: clamp(32px, 3.6vw, 52px); font-weight: 600; line-height: 1.05; color: var(--ink); }
.cta-band h2 em { font-style: italic; font-weight: 400; color: var(--gold); }
.cta-side { display: flex; flex-direction: column; gap: 22px; }
.cta-side p { font-size: 17px; color: var(--warm-mid); line-height: 1.8; }
.cta-btn, .form-submit {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; color: var(--cream); background: var(--ink); border: none; border-radius: var(--r-pill);
  padding: 16px 32px; cursor: pointer; transition: background 0.15s, transform 0.15s;
  align-self: flex-start;
}
.cta-btn:hover, .form-submit:hover { background: var(--gold); transform: translateY(-1px); }

/* ── FORMS (contact + newsletter) ── */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.form-group:last-of-type { margin-bottom: 0; }
.form-group label { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.form-group input, .form-group textarea, .form-group select {
  font-family: var(--sans); font-size: 16px; color: var(--ink); background: #fff;
  border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 13px 16px; outline: none; width: 100%; -webkit-appearance: none;
  transition: border-color 0.15s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 20px; }
.form-success {
  display: none; padding: 18px 22px; margin-bottom: 20px; border-radius: var(--r-sm);
  background: #e1f5ee; border-left: 3px solid #0f6e56; font-size: 15px; color: #0f6e56;
}

.inline-form { display: flex; gap: 12px; flex-wrap: wrap; max-width: 460px; }
.inline-form input[type="email"] {
  flex: 1; min-width: 220px; font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 13px 16px; outline: none;
}
.inline-form input[type="email"]:focus { border-color: var(--gold); }
.inline-form button { white-space: nowrap; }

/* ── BOOK CLUB: flags + picks ── */
.flag {
  position: relative; display: block; width: 100%; box-sizing: border-box; text-align: center;
  background: #A62A99; color: #F2FD79;
  font-size: 11px; letter-spacing: 0.05em; font-weight: 600;
  padding: 10px 24px 10px 14px; margin-top: 12px;
  clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
}
.picks-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; padding: 20px 56px 88px; }
.pick { display: flex; flex-direction: column; align-items: center; text-align: center; }
.pick-img { width: 100%; margin-bottom: 14px; text-decoration: none; }
.pick-img img {
  width: 100%; aspect-ratio: 2/3; object-fit: cover; border-radius: var(--r-sm); box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.pick:hover .pick-img img { transform: translateY(-5px); box-shadow: var(--shadow-md); }

/* ── generic section padding helper ── */
.section { max-width: var(--maxw); margin: 0 auto; padding: 56px; }
.section h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 50px); font-weight: 600; margin-bottom: 20px; }
.section h2 em { font-style: italic; font-weight: 400; color: var(--gold); }

.contact-detail { margin-top: 36px; display: flex; flex-direction: column; gap: 16px; }
.contact-detail-item { display: flex; flex-direction: column; gap: 3px; }
.contact-detail-label { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.contact-detail-value { font-size: 16px; color: var(--ink); }

/* ── discussion notes (book club) ── */
.notes-entries { max-width: var(--maxw); margin: 0 auto; padding: 20px 56px 100px; display: flex; flex-direction: column; gap: 30px; }
.notes-entry {
  background: var(--card-bg); border-radius: var(--r-md); box-shadow: var(--shadow-sm);
  display: grid; grid-template-columns: 200px 1fr; gap: 40px; padding: 36px;
}
.notes-cover { width: 100%; }
.notes-cover img { width: 100%; aspect-ratio: 2/3; object-fit: cover; border-radius: var(--r-sm); box-shadow: var(--shadow-sm); }
.notes-title { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.notes-prompt {
  background: var(--gold-soft); border-radius: var(--r-sm); padding: 18px 22px; margin: 14px 0 20px;
}
.notes-prompt-label { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 6px; }
.notes-prompt p { font-size: 17px; color: var(--warm-mid); font-style: italic; line-height: 1.7; }
.notes-prompt p strong { display: block; font-style: normal; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.notes-q-label { font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.notes-q-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.notes-q-item { display: flex; gap: 14px; font-size: 16px; line-height: 1.7; color: var(--ink); }
.notes-q-num { font-family: var(--serif); font-size: 16px; font-weight: 600; color: var(--gold); flex-shrink: 0; min-width: 22px; }

/* ── 404 ── */
.notfound { max-width: var(--maxw); margin: 0 auto; padding: 130px 56px; text-align: center; }
.notfound h1 { font-family: var(--serif); font-size: clamp(60px,10vw,140px); color: var(--ink); }
.notfound p { font-size: 18px; color: var(--warm-mid); margin: 18px 0 32px; }

/* ── BLOG: post header ── */
.post-hero { max-width: 760px; margin: 0 auto; padding: 64px 56px 8px; }
.post-back { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--muted); text-decoration: none; margin-bottom: 28px; }
.post-back:hover { color: var(--ink); }
.post-hero h1 { font-family: var(--serif); font-size: clamp(32px, 4.4vw, 50px); font-weight: 600; line-height: 1.1; color: var(--ink); margin-bottom: 18px; }
.post-meta { font-size: 14px; color: var(--muted); }
.post-meta a { color: var(--gold); text-decoration: none; }
.post-hero-img { max-width: 760px; margin: 32px auto 0; padding: 0 56px; }
.post-hero-img img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow-md); aspect-ratio: 16/10; object-fit: cover; }
.post-hero-img figcaption { font-size: 13px; color: var(--muted); margin-top: 10px; text-align: center; }

/* ── BLOG: post body ── */
.post-body { max-width: 700px; margin: 0 auto; padding: 40px 56px 8px; font-size: 18px; line-height: 1.85; color: var(--ink); }
.post-body p { margin-bottom: 22px; }
.post-body h3 { font-family: var(--serif); font-size: 24px; font-weight: 600; margin: 36px 0 14px; color: var(--ink); }
.post-body blockquote { border-left: 3px solid var(--gold); padding: 4px 0 4px 22px; margin: 28px 0; font-family: var(--serif); font-style: italic; font-size: 21px; color: var(--warm-mid); }
.post-body blockquote cite { display: block; font-family: var(--sans); font-style: normal; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.post-body ul, .post-body ol { margin: 0 0 22px 22px; }
.post-body li { margin-bottom: 10px; }
.post-body a { color: var(--gold); text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 3px; }
.post-body a:hover { text-decoration-color: var(--gold); }
.post-body em { color: var(--warm-mid); }
.post-video { max-width: 700px; margin: 8px auto 28px; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 16/9; background: var(--cream-alt); }
.post-video iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ── BLOG: author card ── */
.author-card {
  max-width: 700px; margin: 48px auto 0; padding: 0 56px;
}
.author-card-in {
  background: var(--card-bg); border-radius: var(--r-md); box-shadow: var(--shadow-sm);
  padding: 28px 30px; display: flex; align-items: center; gap: 18px;
}
.author-avatar {
  width: 52px; height: 52px; border-radius: 50%; background: var(--gold-soft); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 19px; font-weight: 600;
  flex-shrink: 0;
}
.author-card-text p { font-size: 14px; color: var(--warm-mid); line-height: 1.6; margin-top: 3px; }
.author-card-text strong { font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--ink); }
.author-card-text a { color: var(--gold); text-decoration: none; }

/* ── BLOG: archive list ── */
.blog-list { max-width: var(--maxw); margin: 0 auto; padding: 20px 56px 100px; display: flex; flex-direction: column; gap: 8px; }
.blog-list-item { display: block; text-decoration: none; padding: 26px 30px; border-radius: var(--r-md); transition: background 0.15s; }
.blog-list-item:hover { background: var(--card-bg); }
.blog-list-date { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.blog-list-title { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--ink); margin-bottom: 8px; line-height: 1.25; }
.blog-list-item:hover .blog-list-title { color: var(--gold); }
.blog-list-excerpt { font-size: 15px; color: var(--warm-mid); line-height: 1.7; max-width: 640px; }

@media (max-width: 768px) {
  .post-hero { padding: 44px 24px 8px; }
  .post-hero-img { padding: 0 24px; }
  .post-body { padding: 32px 24px 8px; font-size: 17px; }
  .author-card { padding: 0 24px; }
  .author-card-in { flex-direction: column; align-items: flex-start; text-align: left; }
  .blog-list { padding: 16px 16px 56px; }
  .blog-list-item { padding: 20px; }
}

/* ── MOBILE ── */
@media (max-width: 900px) {
  .cards-grid { grid-template-columns: 1fr; }
  .picks-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .site-nav { padding: 16px 24px; flex-wrap: wrap; gap: 12px; }
  .nav-logo { height: 26px; }
  .nav-links { gap: 14px 18px; }
  .nav-links a { font-size: 11px; }

  .hero { grid-template-columns: 1fr; padding: 44px 24px 56px; gap: 32px; }
  .hero-image { aspect-ratio: 16/10; }

  .section-intro { padding: 0 24px 8px; }
  .intro-band { grid-template-columns: 1fr; padding: 24px 24px 56px; gap: 24px; }
  .cards-grid { padding: 16px 24px 56px; gap: 20px; }
  .card { padding: 28px; }

  .process-band { padding: 52px 24px; }

  .quote-band { grid-template-columns: 1fr; padding: 44px 24px; gap: 24px; }
  .quote-band.center { padding: 52px 24px; }

  .cta-band { grid-template-columns: 1fr; padding: 40px 28px; gap: 24px; margin: 24px 16px 56px; }
  .cta-band.plain { padding: 16px 24px 56px; margin: 0; }

  .form-row { grid-template-columns: 1fr; }

  .picks-grid { grid-template-columns: repeat(2, 1fr); padding: 16px 24px 56px; gap: 24px 16px; }

  .section { padding: 40px 24px; }

  .notes-entries { padding: 16px 20px 64px; gap: 20px; }
  .notes-entry { grid-template-columns: 1fr; padding: 24px; gap: 20px; }
  .notes-cover { max-width: 160px; }

  .site-footer { flex-direction: column; align-items: flex-start; padding: 24px; gap: 14px; }
  .footer-copy { text-align: left; }
}
