/*
Theme Name:     PsalmKids Faith
Theme URI:
Description:    Kadence child theme — Wildflower botanical maximalist branding.
Author:         pinterest-farm
Author URI:
Template:       kadence
Version:        0.2.0
*/

/* ============================================================
   PSALM KIDS — Wildflower Maximalist Watercolor
   Palette + typography overrides for Kadence parent theme.
   ============================================================ */

:root {
  --pf-terracotta: #D4744E;
  --pf-terracotta-deep: #A85528;
  --pf-moss: #4A6B3E;
  --pf-moss-deep: #2F4A28;
  --pf-rose: #C9747B;
  --pf-rose-deep: #9A4148;
  --pf-peach: #F0BFA0;
  --pf-gold: #D4A574;
  --pf-cream: #FBF4E6;
  --pf-paper: #F7EDD8;
  --pf-ink: #2D2820;

  /* Override Kadence global-palette */
  --global-palette1: #D4744E;       /* primary terracotta */
  --global-palette2: #4A6B3E;       /* secondary moss */
  --global-palette3: #2F4A28;       /* heading deep moss */
  --global-palette4: #2D2820;       /* body */
  --global-palette5: #555;
  --global-palette6: #A85528;       /* accent */
  --global-palette7: #F0BFA0;       /* light accent */
  --global-palette8: #FBF4E6;       /* page bg */
  --global-palette9: #FFFFFF;
}

/* ---- Watercolor body wash ---- */
body,
.site {
  background-color: var(--pf-cream);
  background-image:
    radial-gradient(ellipse at top right, rgba(212,116,78,0.14), transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(74,107,62,0.12), transparent 55%),
    radial-gradient(circle at 50% 30%, rgba(201,116,123,0.09), transparent 50%),
    radial-gradient(circle at 30% 80%, rgba(240,191,160,0.14), transparent 50%);
  background-attachment: fixed;
  color: var(--pf-ink);
  font-family: 'Lora', Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6,
.entry-title,
.wp-block-heading {
  font-family: 'Yeseva One', Georgia, serif;
  font-weight: 400;
  color: var(--pf-moss-deep);
  letter-spacing: -0.005em;
  line-height: 1.1;
}

h1, .entry-title { font-size: clamp(2.4rem, 5vw, 4.2rem); margin-bottom: 0.5em; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); color: var(--pf-terracotta-deep); }
h4 { font-size: 1.25rem; color: var(--pf-moss-deep); }

p { line-height: 1.75; }

/* Italic accent for inline emphasis */
.pf-italic-accent,
em.pf-accent {
  font-style: italic;
  color: var(--pf-terracotta-deep);
  font-family: 'Lora', serif;
}

/* ---- Header / Navigation ---- */
.site-header-wrap,
.site-header,
#masthead {
  background: var(--pf-cream) !important;
  border-bottom: 2px solid var(--pf-moss);
}

.site-branding .site-title a,
.site-title a {
  font-family: 'Yeseva One', serif !important;
  font-weight: 400;
  font-size: 2rem;
  color: var(--pf-moss-deep) !important;
}

.main-navigation a,
.menu-item a {
  font-family: 'Lora', serif !important;
  font-weight: 500;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--pf-terracotta-deep) !important;
  letter-spacing: 0;
}
.main-navigation a:hover,
.menu-item a:hover { color: var(--pf-moss-deep) !important; }

/* Hand-drawn underline on active menu */
.current-menu-item > a,
.menu-item.current-menu-item > a {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8' preserveAspectRatio='none'><path d='M 2 6 Q 50 1 100 5 T 198 4' stroke='%23D4744E' stroke-width='3' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 7px;
  padding-bottom: 6px;
  font-weight: 600;
  font-style: normal;
  color: var(--pf-moss-deep) !important;
}

/* ---- Buttons: pill style ---- */
.wp-block-button__link,
.kb-button,
button[type="submit"],
input[type="submit"],
.btn-primary,
a.button {
  background: var(--pf-terracotta-deep) !important;
  color: var(--pf-cream) !important;
  font-family: 'Lora', serif !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.85rem 1.8rem !important;
  border: none !important;
  border-radius: 999px !important;
  text-decoration: none;
  display: inline-block;
  transition: all 0.18s ease;
  box-shadow: 0 4px 14px -3px rgba(168,85,40,0.35);
}

.wp-block-button__link:hover,
.kb-button:hover,
button[type="submit"]:hover,
.btn-primary:hover,
a.button:hover {
  background: var(--pf-rose-deep) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px -3px rgba(154,65,72,0.4);
}

/* Outline button (secondary moss) */
.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline a {
  background: transparent !important;
  color: var(--pf-moss-deep) !important;
  border: 2.5px solid var(--pf-moss-deep) !important;
  box-shadow: none;
}
.is-style-outline .wp-block-button__link:hover {
  background: var(--pf-moss-deep) !important;
  color: var(--pf-cream) !important;
}

/* ---- Links in body ---- */
.entry-content a:not(.wp-block-button__link):not(.kb-button) {
  color: var(--pf-terracotta-deep);
  text-decoration: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8' preserveAspectRatio='none'><path d='M 2 6 Q 50 1 100 5 T 198 4' stroke='%23D4744E' stroke-width='2.5' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 6px;
  padding-bottom: 4px;
}
.entry-content a:hover { color: var(--pf-rose-deep); }

/* ---- Categories / meta ---- */
.entry-meta,
.cat-links,
.post-categories,
.entry-meta a {
  font-family: 'Lora', serif !important;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--pf-moss-deep) !important;
}
.entry-meta a {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 500;
}

/* ---- Article cards / loop ---- */
.post-loop-wrap article,
.loop-entry,
article.post {
  background: var(--pf-cream);
  border: 2.5px solid var(--pf-moss);
  border-radius: 16px;
  padding: 1.75rem;
  margin-bottom: 2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.post-loop-wrap article:hover,
.loop-entry:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -10px rgba(74,107,62,0.25);
}

/* ---- Custom utility classes ---- */
.pf-pill {
  border-radius: 999px;
  padding: 0.7rem 1.5rem;
  display: inline-block;
}
.pf-botanical-card {
  border: 2.5px solid var(--pf-moss);
  border-radius: 16px;
  padding: 1.5rem;
  background: var(--pf-cream);
}
.pf-hand {
  font-family: 'Caveat', cursive;
  font-weight: 500;
  color: var(--pf-rose-deep);
  font-size: 1.6em;
}
.pf-watercolor-rose {
  background:
    radial-gradient(ellipse at top, rgba(201,116,123,0.18), transparent 65%),
    radial-gradient(ellipse at bottom, rgba(240,191,160,0.22), transparent 60%),
    var(--pf-paper);
}
.pf-watercolor-moss {
  background:
    radial-gradient(ellipse at top left, rgba(74,107,62,0.30), transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(212,116,78,0.22), transparent 60%),
    var(--pf-moss-deep);
  color: var(--pf-cream);
}
.pf-watercolor-moss h1,
.pf-watercolor-moss h2,
.pf-watercolor-moss h3 { color: var(--pf-cream); }
.pf-watercolor-moss .pf-hand { color: var(--pf-peach); }

.pf-rose-bg { background: var(--pf-rose); color: var(--pf-cream); }
.pf-terracotta-bg { background: var(--pf-terracotta); color: var(--pf-cream); }
.pf-moss-bg { background: var(--pf-moss); color: var(--pf-cream); }
.pf-peach-bg { background: var(--pf-peach); }
.pf-gold-bg { background: var(--pf-gold); }

/* ---- FTC disclosure banner ---- */
.entry-content > p:first-of-type em:only-child {
  display: block;
  background: var(--pf-paper);
  border: 1.5px dashed var(--pf-terracotta-deep);
  border-radius: 8px;
  padding: 0.9rem 1.4rem;
  font-style: italic;
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  color: var(--pf-ink);
  margin: 1.5rem 0 2.5rem;
}

/* ---- Footer ---- */
.site-footer,
#colophon {
  background: var(--pf-paper);
  border-top: 2px solid var(--pf-moss);
  color: var(--pf-ink);
  font-family: 'Lora', serif;
}
.site-footer h2, .site-footer h3, .site-footer h4 { color: var(--pf-moss-deep); }
.site-footer a {
  color: var(--pf-terracotta-deep) !important;
  font-style: italic;
  text-decoration: none;
}
.site-footer a:hover { color: var(--pf-rose-deep) !important; }

/* ---- Forms ---- */
input[type="text"],
input[type="email"],
input[type="search"],
textarea {
  border: 2px solid var(--pf-moss) !important;
  background: var(--pf-cream) !important;
  border-radius: 999px !important;
  padding: 0.7rem 1.2rem !important;
  font-family: 'Lora', serif !important;
  font-style: italic;
}
textarea { border-radius: 16px !important; }

/* ---- Tables / spec lists ---- */
table { border-collapse: separate; border-spacing: 0; border-radius: 12px; overflow: hidden; border: 2px solid var(--pf-moss); }
table th, table td { padding: 0.7rem 1.2rem; border-bottom: 1px solid rgba(74,107,62,0.2); }
table th { background: var(--pf-moss); color: var(--pf-cream); font-family: 'Yeseva One', serif; font-weight: 400; }
table tr:last-child td { border-bottom: none; }

/* ---- Quotes / verse pullquotes ---- */
blockquote,
.wp-block-quote {
  border-left: 4px solid var(--pf-rose);
  padding: 0.8rem 1.5rem;
  margin: 2rem 0;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--pf-moss-deep);
  background: var(--pf-paper);
  border-radius: 0 12px 12px 0;
}

/* ---- Misc Kadence tweaks ---- */
.entry-hero-container-inner,
.kadence-hero-section { background: transparent !important; }
.entry-hero h1 { color: var(--pf-moss-deep) !important; }

/* Read more link */
.more-link,
a.more-link {
  font-family: 'Lora', serif !important;
  font-style: italic;
  color: var(--pf-terracotta-deep) !important;
  font-weight: 600;
}
.more-link::after { content: ' →'; }

/* ============================================================
   HOMEPAGE — full-width botanical-maximalist Kadence overrides
   Triggers only on body.home.
   ============================================================ */

body.home .entry-header,
body.home .single-content-padding > .entry-header { display: none !important; }

body.home .content-container,
body.home .content-container .entry-content,
body.home .site-container,
body.home .site-main,
body.home .content-area {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.home .entry-content > * { margin-left: 0 !important; margin-right: 0 !important; }
body.home article.page > .entry-content { padding: 0 !important; }
body.home .entry-content-wrap { padding: 0 !important; }

.pf-container { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.pf-section { position: relative; }

/* ---- Hero ---- */
.pf-hero {
  position: relative; overflow: hidden;
  padding: 5rem 0 6rem;
}
.pf-hero-grid { position: relative; z-index: 2; max-width: 52rem; }
.pf-hero-eyebrow {
  font-family: 'Caveat', cursive; font-size: 1.6rem;
  color: var(--pf-terracotta); display: inline-block;
  margin-bottom: 1rem;
}
.pf-hero h1.pf-hero-title {
  font-family: 'Yeseva One', serif; font-weight: 400;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.95;
  color: var(--pf-moss-deep);
  margin: 0 0 1rem;
  letter-spacing: -0.005em;
}
.pf-hero-title .pf-terr { color: var(--pf-terracotta-deep); }
.pf-hero-title .pf-it   { font-style: italic; }
.pf-hero-title .pf-swirl {
  font-family: 'Caveat', cursive; color: var(--pf-rose-deep);
  display: inline-block; transform: rotate(-3deg);
  font-size: 0.7em; line-height: 1;
}
.pf-hero-lede {
  font-family: 'Lora', serif; font-style: italic;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.55; color: var(--pf-terracotta-deep);
  max-width: 36rem; margin: 0 0 0.5rem;
}
.pf-hero-sub-hand {
  font-family: 'Caveat', cursive; color: var(--pf-rose-deep);
  font-size: 2rem; display: inline-block; transform: rotate(-1deg);
  margin: 0.4rem 0 2rem;
}
.pf-hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.pf-hero-ctas a {
  font-family: 'Lora', serif; font-weight: 600; font-size: 1rem;
  padding: 0.9rem 1.8rem; border-radius: 999px;
  text-decoration: none !important; display: inline-flex; align-items: center; gap: 0.5rem;
  transition: all 0.18s ease;
}
.pf-hero-ctas a.pf-cta-primary {
  background: var(--pf-terracotta-deep); color: var(--pf-cream) !important;
  box-shadow: 0 4px 14px -3px rgba(168,85,40,0.35);
  border: 0;
}
.pf-hero-ctas a.pf-cta-primary:hover {
  background: var(--pf-rose-deep);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px -3px rgba(154,65,72,0.4);
}
.pf-hero-ctas a.pf-cta-outline {
  background: transparent; color: var(--pf-moss-deep) !important;
  border: 2.5px solid var(--pf-moss-deep);
}
.pf-hero-ctas a.pf-cta-outline:hover {
  background: var(--pf-moss-deep); color: var(--pf-cream) !important;
}
.pf-hero-proof { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; font-family: 'Lora', serif; font-style: italic; font-size: 1rem; color: var(--pf-ink); opacity: 0.75; }
.pf-hero-proof .pf-avatars { display: flex; }
.pf-hero-proof .pf-avatars > div {
  width: 2.8rem; height: 2.8rem; border-radius: 50%;
  border: 2px solid var(--pf-cream);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Yeseva One', serif; font-weight: 400; font-size: 1rem;
  margin-left: -0.7rem;
}
.pf-hero-proof .pf-avatars > div:first-child { margin-left: 0; }
.pf-hero-proof strong { color: var(--pf-terracotta-deep); font-style: normal; font-weight: 600; }

/* Wreath SVG floating top-right */
.pf-hero-wreath {
  position: absolute; top: -3rem; right: -3rem;
  width: 38rem; height: 38rem; opacity: 0.34;
  pointer-events: none; z-index: 1;
}
@media (max-width: 880px) { .pf-hero-wreath { width: 22rem; height: 22rem; opacity: 0.22; } }

/* Scripture pullquote (rotated bottom-right) */
.pf-scripture {
  position: absolute; bottom: 2rem; right: 2rem;
  max-width: 19rem; padding: 1.4rem 1.5rem;
  background: var(--pf-cream);
  border: 2.5px solid var(--pf-moss); border-radius: 14px;
  transform: rotate(2deg); z-index: 3;
}
@media (max-width: 980px) { .pf-scripture { display: none; } }
.pf-scripture .pf-scripture-head { font-family: 'Caveat', cursive; color: var(--pf-rose-deep); font-size: 1.4rem; margin-bottom: 0.4rem; }
.pf-scripture .pf-scripture-text { font-family: 'Lora', serif; font-style: italic; font-size: 1.05rem; line-height: 1.4; color: var(--pf-moss-deep); margin: 0; }
.pf-scripture .pf-scripture-cite { font-family: 'Lora', serif; font-weight: 600; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--pf-terracotta); margin-top: 0.7rem; display: block; }

/* ---- Category drawers ---- */
.pf-drawers-section {
  position: relative; padding: 5rem 0;
  background:
    radial-gradient(ellipse at top, rgba(201,116,123,0.22), transparent 65%),
    radial-gradient(ellipse at bottom, rgba(240,191,160,0.28), transparent 60%),
    var(--pf-paper);
}
.pf-drawers-header { text-align: center; margin-bottom: 3rem; }
.pf-drawers-header .pf-eyebrow-hand { font-family: 'Caveat', cursive; font-size: 2rem; color: var(--pf-rose-deep); margin-bottom: 0.4rem; display: block; }
.pf-drawers-header h2 {
  font-family: 'Yeseva One', serif; font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1; margin: 0;
  color: var(--pf-moss-deep);
}
.pf-drawers-header h2 .pf-it { color: var(--pf-terracotta-deep); font-style: italic; }

.pf-drawers-grid {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 760px) { .pf-drawers-grid { grid-template-columns: repeat(4, 1fr); } }
.pf-drawer-card {
  position: relative;
  background: var(--pf-cream);
  border: 2.5px solid var(--pf-moss);
  border-radius: 14px;
  padding: 1.6rem 1.2rem;
  text-align: center; text-decoration: none !important;
  display: flex; flex-direction: column; align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: var(--pf-moss-deep);
}
.pf-drawer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px -10px rgba(74,107,62,0.25);
}
.pf-drawer-card.pf-border-rose       { border-color: var(--pf-rose); }
.pf-drawer-card.pf-border-terracotta { border-color: var(--pf-terracotta); }
.pf-drawer-card.pf-border-moss       { border-color: var(--pf-moss); }
.pf-drawer-card.pf-border-gold       { border-color: var(--pf-gold); }
.pf-drawer-card .pf-drawer-num {
  position: absolute; top: 0.5rem; right: 0.8rem;
  font-family: 'Caveat', cursive; font-size: 1.15rem;
  color: var(--pf-rose-deep); transform: rotate(-10deg);
}
.pf-drawer-card svg { width: 5.6rem; height: 5.6rem; margin-bottom: 0.6rem; }
.pf-drawer-card h3 {
  font-family: 'Yeseva One', serif; font-weight: 400; font-size: 1.4rem;
  line-height: 1.1; margin: 0 0 0.3rem; color: var(--pf-moss-deep);
}
.pf-drawer-card p {
  font-family: 'Lora', serif; font-style: italic; font-size: 0.92rem;
  margin: 0 0 0.8rem; color: var(--pf-terracotta-deep); opacity: 0.85;
}
.pf-drawer-card .pf-browse-hand { font-family: 'Caveat', cursive; font-size: 1.3rem; color: var(--pf-rose-deep); }

/* ---- Latest reviews ---- */
.pf-reviews-section { padding: 5rem 0; }
.pf-reviews-header { text-align: center; margin-bottom: 3rem; }
.pf-reviews-header .pf-eyebrow-hand { font-family: 'Caveat', cursive; font-size: 2rem; color: var(--pf-rose-deep); margin-bottom: 0.4rem; display: block; }
.pf-reviews-header h2 {
  font-family: 'Yeseva One', serif; font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.05; margin: 0;
  color: var(--pf-moss-deep);
}
.pf-reviews-header h2 .pf-it { color: var(--pf-terracotta-deep); font-style: italic; }

.pf-featured-review {
  display: grid; gap: 2.5rem; grid-template-columns: 1fr;
  margin-bottom: 3rem; padding-bottom: 3rem;
  border-bottom: 2px dashed var(--pf-rose);
}
@media (min-width: 880px) { .pf-featured-review { grid-template-columns: 1.4fr 1fr; gap: 3rem; } }
.pf-featured-img {
  position: relative; aspect-ratio: 4/3;
  background: var(--pf-paper);
  border: 2.5px solid var(--pf-terracotta); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.pf-featured-img .pf-featured-badge {
  position: absolute; top: 1rem; left: 1rem;
  padding: 0.4rem 1rem; background: var(--pf-terracotta); color: var(--pf-cream);
  border-radius: 999px; font-family: 'Caveat', cursive; font-size: 1.25rem; transform: rotate(-3deg);
}
.pf-featured-body .pf-feat-date { font-family: 'Caveat', cursive; font-size: 1.4rem; color: var(--pf-rose-deep); margin-bottom: 0.4rem; display: block; }
.pf-featured-body .pf-feat-meta { font-family: 'Lora', serif; font-weight: 600; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.22em; color: var(--pf-moss-deep); display: block; margin-bottom: 0.7rem; }
.pf-featured-body h3 {
  font-family: 'Yeseva One', serif; font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.1;
  color: var(--pf-moss-deep); margin: 0 0 1rem;
}
.pf-featured-body h3 .pf-it { color: var(--pf-terracotta-deep); font-style: italic; }
.pf-featured-body p { font-family: 'Lora', serif; font-style: italic; font-size: 1.05rem; line-height: 1.65; color: var(--pf-ink); opacity: 0.8; margin: 0 0 1.2rem; }
.pf-featured-read {
  font-family: 'Lora', serif; font-style: italic; font-size: 1.05rem; font-weight: 600;
  color: var(--pf-terracotta-deep) !important; text-decoration: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8' preserveAspectRatio='none'><path d='M 2 6 Q 50 1 100 5 T 198 4' stroke='%23D4744E' stroke-width='3' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat; background-position: 0 100%; background-size: 100% 7px;
  padding-bottom: 6px;
}

.pf-reviews-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .pf-reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.pf-review-card { text-decoration: none !important; color: inherit; display: block; }
.pf-review-card .pf-rc-img {
  aspect-ratio: 5/4; background: var(--pf-paper);
  border-radius: 14px; border: 2.5px solid var(--pf-rose);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; margin-bottom: 1rem;
}
.pf-review-card.pf-bd-moss .pf-rc-img { border-color: var(--pf-moss); }
.pf-review-card.pf-bd-gold .pf-rc-img { border-color: var(--pf-gold); }
.pf-review-card .pf-rc-img svg { width: 60%; height: 60%; }
.pf-review-card .pf-rc-date { font-family: 'Caveat', cursive; font-size: 1.3rem; color: var(--pf-rose-deep); display: block; margin-bottom: 0.3rem; }
.pf-review-card h4 {
  font-family: 'Yeseva One', serif; font-weight: 400; font-size: 1.4rem;
  line-height: 1.15; color: var(--pf-moss-deep); margin: 0 0 0.5rem;
}
.pf-review-card h4 .pf-it { color: var(--pf-terracotta-deep); font-style: italic; }
.pf-review-card p { font-family: 'Lora', serif; font-style: italic; font-size: 0.95rem; line-height: 1.6; color: var(--pf-ink); opacity: 0.75; margin: 0; }

/* ---- About letter (moss watercolor) ---- */
.pf-letter-section {
  position: relative; overflow: hidden;
  padding: 5rem 0;
  background:
    radial-gradient(ellipse at top left, rgba(74,107,62,0.32), transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(212,116,78,0.22), transparent 60%),
    var(--pf-moss-deep);
  color: var(--pf-cream);
}
.pf-letter-grid { display: grid; gap: 3rem; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 880px) { .pf-letter-grid { grid-template-columns: 1fr 1.4fr; gap: 4rem; } }
.pf-letter-portrait {
  position: relative; aspect-ratio: 4/5;
  background: var(--pf-cream);
  border: 2.5px solid var(--pf-gold); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 8rem;
}
.pf-letter-portrait .pf-portrait-tag {
  position: absolute; bottom: -1rem; right: -1rem;
  padding: 0.4rem 1.1rem; background: var(--pf-terracotta); color: var(--pf-cream);
  border-radius: 999px; border: 2px solid var(--pf-cream);
  font-family: 'Caveat', cursive; font-size: 1.4rem; transform: rotate(-3deg);
}
.pf-letter-section h2 {
  font-family: 'Yeseva One', serif; font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1;
  color: var(--pf-cream); margin: 0.4rem 0 1.5rem;
}
.pf-letter-section h2 .pf-peach { color: var(--pf-peach); font-style: italic; }
.pf-letter-eyebrow { font-family: 'Caveat', cursive; color: var(--pf-peach); font-size: 1.5rem; margin-bottom: 0.5rem; display: block; }
.pf-letter-section p { font-family: 'Lora', serif; font-style: italic; font-size: 1.15rem; line-height: 1.65; color: var(--pf-cream); opacity: 0.92; margin: 0 0 1rem; max-width: 36rem; }
.pf-letter-section p .pf-peach { color: var(--pf-peach); font-weight: 600; font-style: normal; }
.pf-letter-grace { font-family: 'Caveat', cursive; color: var(--pf-peach); font-size: 1.8rem; margin: 1.5rem 0 0.3rem; display: block; }
.pf-letter-sig { font-family: 'Caveat', cursive; color: var(--pf-cream); font-size: 4rem; line-height: 1; display: block; margin-bottom: 1rem; }
.pf-letter-read {
  display: inline-block; font-family: 'Lora', serif; font-style: italic;
  font-size: 1rem; font-weight: 600;
  color: var(--pf-peach) !important; text-decoration: none;
  border-bottom: 2px solid var(--pf-peach); padding-bottom: 0.2rem;
}

/* ---- Newsletter / footer ---- */
.pf-news-section {
  padding: 5rem 0 4rem; text-align: center;
  background:
    radial-gradient(ellipse at top right, rgba(212,116,78,0.16), transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(74,107,62,0.14), transparent 55%),
    var(--pf-cream);
  border-top: 2px solid var(--pf-moss);
}
.pf-news-section .pf-eyebrow-hand { font-family: 'Caveat', cursive; font-size: 1.8rem; color: var(--pf-rose-deep); margin-bottom: 0.4rem; display: block; }
.pf-news-section h2 {
  font-family: 'Yeseva One', serif; font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem); line-height: 1; margin: 0 0 1.5rem;
  color: var(--pf-moss-deep);
}
.pf-news-section h2 .pf-it { color: var(--pf-terracotta-deep); font-style: italic; }
.pf-news-form {
  display: flex; max-width: 28rem; margin: 0 auto;
  background: var(--pf-cream);
  border: 2px solid var(--pf-terracotta);
  border-radius: 999px; overflow: hidden;
}
.pf-news-form input {
  flex: 1; padding: 0.85rem 1.3rem; border: 0 !important;
  background: transparent !important;
  font-family: 'Lora', serif !important; font-style: italic; font-size: 1rem;
  box-shadow: none !important;
}
.pf-news-form input:focus { outline: none; }
.pf-news-form button {
  padding: 0 1.5rem; background: var(--pf-terracotta-deep); color: var(--pf-cream);
  font-family: 'Lora', serif; font-weight: 600; font-size: 0.95rem;
  border: 0; cursor: pointer; border-radius: 999px;
}
