/*
Theme Name: Bloom Theory
Theme URI: https://bloomtheory.com
Author: Gianna
Author URI: https://bloomtheory.com
Description: Bloom Theory by Gianna — a warm, depth-informed mental health space rooted in Jungian psychology, holistic practice, sacred feminine energy, art, and community. Featuring rose, sage, and butter tones with Cormorant and DM Serif Display typography.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bloom-theory
Tags: mental-health, wellness, blog, custom-colors, custom-typography, featured-images, full-width-template, post-formats, theme-options
*/

/* =============================================
   BLOOM THEORY — DESIGN SYSTEM
   By Gianna
============================================= */

:root {
  --cream: #FDFAF4;
  --cream2: #F9F4EA;
  --cream3: #F2EBD9;
  --sage: #7A9E7E;
  --sage-light: #A8C5AB;
  --sage-pale: #EAF2EB;
  --sage-mid: #C8DEC9;
  --rose: #D4828A;
  --rose-light: #E8ADAF;
  --rose-pale: #FCF0F0;
  --rose-mid: #F2CECE;
  --butter: #E8C96A;
  --butter-light: #F5E19C;
  --butter-pale: #FDF8E8;
  --butter-mid: #F5E4A8;
  --mauve: #B8849A;
  --mauve-pale: #F5EAF0;
  --ink: #2C2416;
  --text: #3D3028;
  --text2: #7A6A5A;
  --text3: #A89880;
  --border: rgba(122,158,126,0.2);
  --border2: rgba(212,130,138,0.2);
  --white: #FFFFFE;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 30% at 10% 20%, rgba(212,130,138,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 30% 40% at 90% 60%, rgba(122,158,126,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 25% 25% at 50% 90%, rgba(232,201,106,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
}

p { color: var(--text2); line-height: 1.75; }

a { color: var(--rose); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--sage); }

img { max-width: 100%; height: auto; display: block; }

/* LAYOUT */
.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  z-index: 1;
}

.section-pad { padding: 5.5rem 0; }

/* NAVIGATION */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  background: rgba(253,250,244,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid rgba(122,158,126,0.15);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 3rem;
}

.site-branding { text-decoration: none; cursor: pointer; }

.logo-main {
  font-family: 'DM Serif Display', serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
}

.logo-sub {
  font-family: 'Pinyon Script', cursive;
  font-size: 0.95rem;
  color: var(--rose);
  line-height: 1.1;
  margin-top: -0.1rem;
  margin-left: 0.15rem;
  display: block;
}

.main-navigation ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.main-navigation a {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text2);
  text-decoration: none;
  transition: color 0.3s;
}

.main-navigation a:hover { color: var(--sage); }

.nav-cta {
  background: var(--sage);
  color: white;
  border: none;
  padding: 0.55rem 1.4rem;
  border-radius: 2rem;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.nav-cta:hover { background: #6A8E6E; color: white; transform: translateY(-1px); }

/* BUTTONS */
.btn-rose {
  background: var(--rose);
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}

.btn-rose:hover { background: #C07278; color: white; transform: translateY(-1px); }

.btn-sage {
  background: transparent;
  color: var(--sage);
  border: 0.5px solid var(--sage);
  padding: 0.8rem 1.75rem;
  border-radius: 2rem;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}

.btn-sage:hover { background: var(--sage-pale); color: var(--sage); }

/* TAGS */
.tag {
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.9rem;
  border-radius: 2rem;
  font-weight: 400;
  display: inline-block;
}

.tag-sage { background: var(--sage-pale); color: var(--sage); border: 0.5px solid var(--sage-mid); }
.tag-rose { background: var(--rose-pale); color: var(--rose); border: 0.5px solid var(--rose-mid); }
.tag-butter { background: var(--butter-pale); color: #A88830; border: 0.5px solid var(--butter-mid); }

/* SECTION HEADERS */
.section-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.6rem;
  font-family: 'Jost', sans-serif;
}

.section-title {
  font-family: 'DM Serif Display', serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.section-title em { font-style: italic; color: var(--sage); }

.section-sub {
  font-size: 14px;
  font-weight: 300;
  color: var(--text2);
  max-width: 460px;
  line-height: 1.8;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.see-all {
  font-size: 12px;
  color: var(--sage);
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.06em;
  transition: color 0.2s;
  text-decoration: none;
}

.see-all:hover { color: var(--rose); }

/* POST CARDS */
.post-card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  border: 0.5px solid rgba(0,0,0,0.06);
  text-decoration: none;
  display: block;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(122,158,126,0.12);
  border-color: var(--border);
}

.post-thumb {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  position: relative;
  overflow: hidden;
}

.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-thumb.tall { height: 230px; }
.post-thumb.t1 { background: linear-gradient(135deg, #F9EEF0, #F5E4EA); }
.post-thumb.t2 { background: linear-gradient(135deg, #EAF2EB, #E0EDE1); }
.post-thumb.t3 { background: linear-gradient(135deg, #FDF8E8, #F8F0D0); }
.post-thumb.t4 { background: linear-gradient(135deg, #F5EAF0, #EEE0EA); }
.post-thumb.t5 { background: linear-gradient(135deg, #EAF2EB, #F9EEF0); }

.post-cat {
  position: absolute;
  bottom: 0.75rem;
  left: 1rem;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: white;
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  color: var(--text2);
  border: 0.5px solid rgba(0,0,0,0.08);
}

.post-body { padding: 1.4rem 1.6rem 1.75rem; }

.post-meta {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text3);
  margin-bottom: 0.5rem;
}

.post-title {
  font-family: 'Cormorant', serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.post-excerpt {
  font-size: 12px;
  font-weight: 300;
  color: var(--text2);
  line-height: 1.65;
}

/* GRIDS */
.blog-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* COPING CARDS */
.coping-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.coping-card {
  background: white;
  border-radius: 18px;
  padding: 1.75rem;
  cursor: pointer;
  transition: all 0.3s;
  border: 0.5px solid rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.coping-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
}

.coping-card.sage::before { background: linear-gradient(90deg, var(--sage-light), var(--sage)); }
.coping-card.rose::before { background: linear-gradient(90deg, var(--rose-light), var(--rose)); }
.coping-card.butter::before { background: linear-gradient(90deg, var(--butter-light), var(--butter)); }

.coping-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.07); }

.cop-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1.1rem;
}

.cop-icon.sage { background: var(--sage-pale); }
.cop-icon.rose { background: var(--rose-pale); }
.cop-icon.butter { background: var(--butter-pale); }
.cop-name { font-family: 'Cormorant', serif; font-size: 1.05rem; font-weight: 500; color: var(--ink); margin-bottom: 0.4rem; }
.cop-desc { font-size: 12px; font-weight: 300; color: var(--text2); line-height: 1.65; margin-bottom: 1rem; }
.cop-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.cop-tag { font-size: 10px; color: var(--text3); border: 0.5px solid rgba(0,0,0,0.1); padding: 0.2rem 0.55rem; border-radius: 20px; }

/* SHOP */
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.shop-card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  border: 0.5px solid rgba(0,0,0,0.06);
  text-decoration: none;
  display: block;
}

.shop-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(212,130,138,0.12); }

.shop-thumb {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.shop-thumb.s1 { background: linear-gradient(135deg, #F9EEF0, #FAEAEA); }
.shop-thumb.s2 { background: linear-gradient(135deg, #EAF2EB, #E2EEE3); }
.shop-thumb.s3 { background: linear-gradient(135deg, #FDF8E8, #FAF3D4); }
.shop-thumb.s4 { background: linear-gradient(135deg, #F5EAF0, #EDE0EA); }

.shop-body { padding: 1.25rem 1.5rem 1.5rem; }
.shop-type { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text3); margin-bottom: 0.3rem; }
.shop-name { font-family: 'Cormorant', serif; font-size: 1rem; font-weight: 500; color: var(--ink); margin-bottom: 0.5rem; line-height: 1.3; }
.shop-desc { font-size: 12px; color: var(--text3); margin-bottom: 0.75rem; font-weight: 300; line-height: 1.55; }
.shop-price { font-size: 13px; font-weight: 500; color: var(--rose); }

/* NEWSLETTER SECTION */
.nl-section {
  background: var(--ink);
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
}

.nl-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 20% 50%, rgba(212,130,138,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 80% 50%, rgba(122,158,126,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.nl-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.nl-card {
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  overflow: hidden;
}

.nl-card-header {
  padding: 1.75rem 2rem;
  border-bottom: 0.5px solid rgba(255,255,255,0.07);
  background: rgba(212,130,138,0.08);
}

.nl-kicker { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--rose-light); margin-bottom: 0.4rem; font-family: 'Jost', sans-serif; }
.nl-title { font-family: 'Cormorant', serif; font-size: 1.15rem; font-style: italic; color: rgba(253,250,244,0.9); line-height: 1.35; margin-bottom: 0.3rem; }
.nl-date { font-size: 11px; color: rgba(255,255,255,0.25); font-family: 'Jost', sans-serif; }
.nl-rows { padding: 1.25rem 2rem 1.75rem; }
.nl-row { padding: 0.65rem 0; border-bottom: 0.5px solid rgba(255,255,255,0.05); display: flex; gap: 0.75rem; }
.nl-row:last-child { border-bottom: none; }
.nl-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--rose-light); margin-top: 6px; flex-shrink: 0; opacity: 0.5; }
.nl-row-title { font-size: 12px; font-weight: 500; color: rgba(253,250,244,0.6); margin-bottom: 0.1rem; letter-spacing: 0.02em; font-family: 'Jost', sans-serif; }
.nl-row-desc { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.28); line-height: 1.5; font-family: 'Jost', sans-serif; }

.nl-text h2 { font-family: 'DM Serif Display', serif; font-size: 2rem; font-weight: 400; color: var(--cream); line-height: 1.2; margin-bottom: 0.85rem; }
.nl-text h2 em { font-style: italic; color: var(--rose-light); }
.nl-text p { font-size: 14px; font-weight: 300; color: rgba(253,250,244,0.55); line-height: 1.8; margin-bottom: 1.5rem; }
.nl-list { list-style: none; margin-bottom: 2rem; }
.nl-list li { font-size: 13px; font-weight: 300; color: rgba(253,250,244,0.5); padding: 0.35rem 0 0.35rem 1rem; position: relative; }
.nl-list li::before { content: '✦'; position: absolute; left: 0; color: var(--rose); font-size: 0.55rem; top: 0.55rem; }

.nl-form { display: flex; gap: 0.65rem; }
.nl-form input {
  flex: 1;
  padding: 0.7rem 1.1rem;
  background: rgba(255,255,255,0.07);
  border: 0.5px solid rgba(255,255,255,0.12);
  border-radius: 2rem;
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  outline: none;
  transition: border-color 0.3s;
}
.nl-form input:focus { border-color: rgba(212,130,138,0.5); }
.nl-form input::placeholder { color: rgba(255,255,255,0.25); }
.nl-note { font-size: 11px; color: rgba(253,250,244,0.3); margin-top: 0.75rem; letter-spacing: 0.04em; font-family: 'Jost', sans-serif; }

/* TICKER */
.ticker { overflow: hidden; border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); padding: 0.75rem 0; background: var(--cream3); }
.ticker-inner { display: inline-block; animation: ticker 30s linear infinite; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text3); white-space: nowrap; font-family: 'Jost', sans-serif; }
.ticker-inner .dot { color: var(--rose); margin: 0 1.25rem; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* VALUES STRIP */
.values-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border-bottom: 0.5px solid rgba(0,0,0,0.06); }
.value-item { padding: 2rem 1.75rem; border-right: 0.5px solid rgba(0,0,0,0.06); transition: background 0.3s; }
.value-item:last-child { border-right: none; }
.value-item:hover { background: var(--cream2); }
.value-icon { font-size: 1.4rem; margin-bottom: 0.6rem; }
.value-label { font-family: 'Cormorant', serif; font-size: 1rem; font-weight: 500; color: var(--ink); margin-bottom: 0.25rem; }
.value-desc { font-size: 12px; font-weight: 300; color: var(--text3); line-height: 1.55; }

/* SAFE BAND */
.safe-band { text-align: center; padding: 5rem 3rem; background: var(--cream2); border-top: 0.5px solid rgba(0,0,0,0.06); }
.safe-quote { font-family: 'Cormorant', serif; font-size: 1.6rem; font-style: italic; font-weight: 400; color: var(--text2); max-width: 600px; margin: 0 auto 0.75rem; line-height: 1.55; }
.safe-cite { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rose); font-family: 'Jost', sans-serif; }
.safe-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-top: 2.5rem; }
.safe-pill { font-size: 11px; color: var(--text3); border: 0.5px solid rgba(0,0,0,0.1); background: white; padding: 0.4rem 1rem; border-radius: 2rem; letter-spacing: 0.04em; font-family: 'Jost', sans-serif; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: center; }
.about-orb {
  width: 100%; aspect-ratio: 1; max-width: 320px;
  border-radius: 60% 40% 50% 50% / 50% 50% 40% 60%;
  background: linear-gradient(135deg, var(--rose-pale), var(--sage-pale), var(--butter-pale));
  border: 0.5px solid rgba(212,130,138,0.2);
  display: flex; align-items: center; justify-content: center; font-size: 5rem;
  animation: morph 8s ease-in-out infinite;
}
@keyframes morph {
  0%, 100% { border-radius: 60% 40% 50% 50% / 50% 50% 40% 60%; }
  25% { border-radius: 50% 50% 40% 60% / 60% 40% 50% 50%; }
  50% { border-radius: 40% 60% 60% 40% / 40% 60% 40% 60%; }
  75% { border-radius: 50% 50% 60% 40% / 50% 40% 60% 50%; }
}
.about-name { font-family: 'DM Serif Display', serif; font-size: 2rem; font-weight: 400; color: var(--ink); margin-bottom: 0.1rem; }
.about-name-script { font-family: 'Pinyon Script', cursive; font-size: 1.4rem; color: var(--rose); margin-bottom: 0.4rem; display: block; }
.about-role { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); margin-bottom: 2rem; font-family: 'Jost', sans-serif; }
.about-p { font-size: 14px; font-weight: 300; color: var(--text2); line-height: 1.85; margin-bottom: 1.25rem; }
.about-vals { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.75rem; }

/* SHOP SECTION BG */
.shop-section-bg { background: var(--cream2); border-top: 0.5px solid rgba(0,0,0,0.06); border-bottom: 0.5px solid rgba(0,0,0,0.06); }

/* HERO */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 9rem 3.5rem 5rem 3.5rem; position: relative; z-index: 2; }
.hero-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sage); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.75rem; font-family: 'Jost', sans-serif; }
.hero-eyebrow::before { content: ''; width: 28px; height: 0.5px; background: var(--sage); }
.hero-h1 { font-family: 'DM Serif Display', serif; font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 400; line-height: 1.1; color: var(--ink); margin-bottom: 0.5rem; }
.hero-h1 em { font-style: italic; color: var(--rose); }
.hero-script { font-family: 'Pinyon Script', cursive; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--sage); margin-bottom: 2rem; line-height: 1; }
.hero-p { font-size: 15px; font-weight: 300; color: var(--text2); max-width: 400px; line-height: 1.85; margin-bottom: 2.5rem; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2.5rem; }
.hero-actions { display: flex; gap: 1rem; align-items: center; }
.hero-right { position: relative; display: flex; align-items: center; justify-content: center; padding: 8rem 3rem 4rem; background: var(--cream2); overflow: hidden; }
.hero-right::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(212,130,138,0.12), rgba(122,158,126,0.08), transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* FLOATING PETALS */
.petal { position: absolute; border-radius: 50% 0 50% 0; opacity: 0.15; animation: float 6s ease-in-out infinite; }
.p1 { width: 80px; height: 80px; background: var(--rose); top: 15%; left: 10%; animation-delay: 0s; }
.p2 { width: 60px; height: 60px; background: var(--sage); top: 25%; right: 15%; animation-delay: 1s; border-radius: 0 50% 0 50%; }
.p3 { width: 100px; height: 100px; background: var(--butter); bottom: 20%; left: 20%; animation-delay: 2s; }
.p4 { width: 50px; height: 50px; background: var(--rose); bottom: 30%; right: 10%; animation-delay: 0.5s; border-radius: 0 50% 0 50%; }
.p5 { width: 70px; height: 70px; background: var(--sage); top: 60%; left: 5%; animation-delay: 1.5s; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-15px) rotate(5deg); } }

/* HERO CARD */
.hero-card { background: white; border-radius: 24px; padding: 2.5rem; max-width: 340px; width: 100%; position: relative; z-index: 2; box-shadow: 0 20px 60px rgba(122,158,126,0.12), 0 4px 16px rgba(212,130,138,0.08); }
.hero-card-tag { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--rose); margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem; font-family: 'Jost', sans-serif; }
.hero-card-tag::before { content: '✦'; font-size: 8px; }
.hero-card-title { font-family: 'Cormorant', serif; font-size: 1.4rem; font-weight: 500; color: var(--ink); line-height: 1.35; margin-bottom: 1rem; font-style: italic; }
.hero-card-items { list-style: none; margin-bottom: 1.5rem; }
.hero-card-items li { font-size: 13px; font-weight: 300; color: var(--text2); padding: 0.4rem 0; border-bottom: 0.5px solid rgba(0,0,0,0.05); display: flex; align-items: center; gap: 0.6rem; }
.hero-card-items li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--sage-light); flex-shrink: 0; }
.hero-card-items li:last-child { border-bottom: none; }
.hero-card-footer { background: var(--sage-pale); border-radius: 12px; padding: 0.75rem 1rem; font-size: 12px; color: var(--sage); letter-spacing: 0.04em; text-align: center; font-family: 'Jost', sans-serif; }

/* SINGLE POST */
.single-post { padding-top: 8rem; }
.single-post .container { max-width: 720px; }
.post-header { margin-bottom: 3rem; }
.post-header .post-cat-label { display: inline-block; margin-bottom: 1rem; }
.post-header h1 { font-family: 'DM Serif Display', serif; font-size: 2.8rem; font-weight: 400; color: var(--ink); line-height: 1.15; margin-bottom: 1rem; }
.post-header .post-meta { font-size: 12px; color: var(--text3); letter-spacing: 0.06em; }
.post-featured-image { border-radius: 18px; overflow: hidden; margin-bottom: 3rem; height: 400px; background: linear-gradient(135deg, #F9EEF0, #EAF2EB); display: flex; align-items: center; justify-content: center; font-size: 5rem; }
.post-content { font-size: 16px; line-height: 1.85; color: var(--text); }
.post-content p { margin-bottom: 1.5rem; }
.post-content h2 { font-family: 'DM Serif Display', serif; font-size: 1.75rem; color: var(--ink); margin: 2.5rem 0 1rem; }
.post-content h3 { font-family: 'Cormorant', serif; font-size: 1.35rem; color: var(--ink); margin: 2rem 0 0.75rem; }
.post-content blockquote { border-left: 2px solid var(--rose); padding-left: 1.5rem; margin: 2rem 0; font-family: 'Cormorant', serif; font-style: italic; font-size: 1.2rem; color: var(--text2); }

/* FOOTER */
.site-footer { background: var(--ink); color: rgba(253,250,244,0.35); padding: 2.5rem 3rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-logo-main { font-family: 'DM Serif Display', serif; font-size: 0.95rem; color: rgba(253,250,244,0.7); letter-spacing: 0.04em; display: block; }
.footer-logo-sub { font-family: 'Pinyon Script', cursive; font-size: 0.85rem; color: var(--rose-light); opacity: 0.7; line-height: 1; display: block; }
.footer-nav { display: flex; gap: 1.75rem; list-style: none; }
.footer-nav a { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(253,250,244,0.3); text-decoration: none; transition: color 0.2s; font-family: 'Jost', sans-serif; }
.footer-nav a:hover { color: var(--rose-light); }
.footer-copy { font-size: 11px; letter-spacing: 0.04em; color: rgba(253,250,244,0.25); font-family: 'Jost', sans-serif; }

/* PAGE TOP PADDING */
.page-top { padding-top: 7rem; }

/* WORDPRESS SPECIFIC */
.wp-block-image img { border-radius: 12px; }
.aligncenter { text-align: center; }
.alignleft { float: left; margin-right: 2rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 2rem; margin-bottom: 1rem; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-grid-3 { grid-template-columns: 1fr; }
  .coping-grid { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: 1fr; }
  .nl-inner { grid-template-columns: 1fr; gap: 3rem; }
  .about-grid { grid-template-columns: 1fr; }
  .values-strip { grid-template-columns: repeat(2, 1fr); }
  .nav-inner { padding: 1rem 1.5rem; }
  .main-navigation { display: none; }
  .container { padding: 0 1.5rem; }
  .section-pad { padding: 3.5rem 0; }
}
