/* ============================================================
   THERAPIST WEBSITE — style.css  (Playful Edition)
   ============================================================
   PERSONALIZE YOUR COLORS:
   Change the values in :root below — everything updates!
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,500;0,9..144,700;1,9..144,300;1,9..144,500&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

/* ── PERSONALIZE YOUR COLORS HERE ───────────────────────── */
:root {
  --coral:     #FF6B6B;
  --mint:      #4ECDC4;
  --yellow:    #FFE66D;
  --lavender:  #C9B8FF;
  --peach:     #FFB347;
  --bg:        #FFFBF7;
  --bg-cream:  #FFF5EC;
  --text:      #2D2D2D;
  --text-muted:#7A7370;
  --white:     #FFFFFF;
  --border:    #EDE5DC;

  --font-heading: 'Fraunces', Georgia, serif;
  --font-body:    'Plus Jakarta Sans', system-ui, sans-serif;

  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  32px;
  --max-width:  1100px;
  --nav-h:      72px;
}

/* ── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size:1rem; line-height:1.75; color:var(--text); background:var(--bg); }
img  { display:block; max-width:100%; }
a    { color:var(--coral); text-decoration:none; transition:color .2s; }
a:hover { color:var(--mint); }
h1,h2,h3,h4 { font-family:var(--font-heading); font-weight:500; line-height:1.2; }

/* ── NAV ─────────────────────────────────────────────────── */
.nav {
  position:fixed; top:0; left:0; right:0; height:var(--nav-h);
  background:rgba(255,251,247,.94); backdrop-filter:blur(12px);
  border-bottom:2px solid var(--border); z-index:200;
  display:flex; align-items:center; padding:0 2rem;
}
.nav-inner { max-width:var(--max-width); width:100%; margin:0 auto; display:flex; justify-content:space-between; align-items:center; }
.nav-logo  { font-family:var(--font-heading); font-size:1.4rem; font-style:italic; color:var(--text); font-weight:500; }
.nav-logo span { color:var(--coral); font-style:normal; }
.nav-logo:hover { color:var(--coral); }
.nav-links { display:flex; gap:1.75rem; list-style:none; }
.nav-links a { font-size:.87rem; font-weight:500; letter-spacing:.04em; text-transform:uppercase; color:var(--text-muted); padding:.3rem 0; border-bottom:2px solid transparent; transition:all .2s; }
.nav-links a:hover, .nav-links a.active { color:var(--coral); border-bottom-color:var(--coral); }
.nav-toggle { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:4px; }
.nav-toggle span { width:24px; height:2px; background:var(--text); border-radius:2px; }
@media (max-width:700px) {
  .nav-toggle { display:flex; }
  .nav-links { display:none; position:fixed; top:var(--nav-h); left:0; right:0; background:var(--bg); flex-direction:column; align-items:center; padding:2rem; gap:1.5rem; border-bottom:2px solid var(--border); }
  .nav-links.open { display:flex; }
}

/* ── LAYOUT ──────────────────────────────────────────────── */
.container { max-width:var(--max-width); margin:0 auto; padding:0 2rem; }
section    { padding:90px 0; position:relative; }
.bg-cream  { background:var(--bg-cream); }
.bg-mint   { background:#E8FAF9; }
.bg-lav    { background:#F3EFFF; }

/* ── BLOBS ───────────────────────────────────────────────── */
.blob { position:absolute; border-radius:50%; pointer-events:none; }
.blob-coral  { background:var(--coral); }
.blob-mint   { background:var(--mint); }
.blob-yellow { background:var(--yellow); }
.blob-lav    { background:var(--lavender); }

/* ── PILL LABEL ──────────────────────────────────────────── */
.pill-label { display:inline-block; background:var(--yellow); color:var(--text); font-size:.77rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; padding:.35rem .9rem; border-radius:50px; margin-bottom:1rem; }
.pill-label.mint  { background:var(--mint); color:#fff; }
.pill-label.coral { background:var(--coral); color:#fff; }
.pill-label.lav   { background:var(--lavender); }

/* ── HERO ────────────────────────────────────────────────── */
.hero { min-height:96vh; padding-top:calc(var(--nav-h) + 40px); display:flex; align-items:center; overflow:hidden; position:relative; }
.hero-blob-1 { width:500px; height:500px; top:-100px; right:-80px; background:var(--lavender); border-radius:73% 27% 63% 37% / 54% 40% 60% 46%; opacity:.35; }
.hero-blob-2 { width:260px; height:260px; bottom:80px; right:300px; background:var(--yellow); border-radius:40% 60% 55% 45% / 60% 40% 60% 40%; opacity:.6; }
.hero-blob-3 { width:160px; height:160px; top:180px; left:-50px; background:var(--mint); border-radius:60% 40% 50% 50%; opacity:.3; }
.hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; position:relative; z-index:1; }
@media (max-width:780px) { .hero-grid { grid-template-columns:1fr; gap:2.5rem; } }
.hero-eyebrow { font-size:.82rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--coral); margin-bottom:1rem; opacity:0; animation:fadeUp .6s ease forwards; }
.hero h1 { font-size:clamp(2.5rem,5.5vw,4.5rem); font-weight:500; margin-bottom:1.25rem; opacity:0; animation:fadeUp .6s ease .12s forwards; }
.hero h1 em { font-style:italic; color:var(--coral); }
.hero-sub { font-size:1.05rem; color:var(--text-muted); max-width:480px; margin-bottom:2.5rem; opacity:0; animation:fadeUp .6s ease .24s forwards; }
.hero-btns { display:flex; gap:1rem; flex-wrap:wrap; opacity:0; animation:fadeUp .6s ease .36s forwards; }

/* ── HERO PHOTO ──────────────────────────────────────────── */
.hero-photo-wrap { position:relative; opacity:0; animation:fadeUp .7s ease .2s forwards; }
.hero-photo-wrap::before { content:''; position:absolute; inset:-14px; background:var(--coral); border-radius:60% 40% 52% 48% / 44% 56% 44% 56%; z-index:0; opacity:.18; }
.hero-photo-wrap::after  { content:''; position:absolute; bottom:-18px; right:-18px; width:110px; height:110px; background:var(--yellow); border-radius:40% 60% 55% 45%; z-index:0; opacity:.75; }
.hero-photo-inner { position:relative; z-index:1; border-radius:55% 45% 50% 50% / 45% 50% 50% 55%; overflow:hidden; aspect-ratio:4/5; border:4px solid var(--white); box-shadow:0 20px 60px rgba(0,0,0,.12); }
.hero-photo-inner img { width:100%; height:100%; object-fit:cover; }
.photo-placeholder-hero { width:100%; height:100%; min-height:380px; background:linear-gradient(135deg,var(--bg-cream),var(--lavender) 80%); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.5rem; color:var(--text-muted); font-size:.88rem; text-align:center; padding:1.5rem; }
.photo-placeholder-hero .ph-icon { font-size:3rem; }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn { display:inline-flex; align-items:center; gap:.5rem; padding:.85rem 1.8rem; border-radius:50px; font-family:var(--font-body); font-size:.92rem; font-weight:600; cursor:pointer; transition:all .22s; border:2.5px solid transparent; }
.btn-coral { background:var(--coral); color:#fff; border-color:var(--coral); }
.btn-coral:hover { background:#e85555; color:#fff; transform:translateY(-2px); box-shadow:0 8px 24px rgba(255,107,107,.35); }
.btn-outline { background:transparent; color:var(--coral); border-color:var(--coral); }
.btn-outline:hover { background:var(--coral); color:#fff; transform:translateY(-2px); }
.btn-mint { background:var(--mint); color:#fff; border-color:var(--mint); }
.btn-mint:hover { background:#3ab8b0; color:#fff; transform:translateY(-2px); box-shadow:0 8px 24px rgba(78,205,196,.35); }

/* ── CARDS ───────────────────────────────────────────────── */
.card-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:1.5rem; }
.card { background:var(--white); border:2px solid var(--border); border-radius:var(--radius-md); padding:1.75rem; transition:transform .2s, box-shadow .2s; }
.card:hover { transform:translateY(-4px); box-shadow:0 12px 40px rgba(0,0,0,.09); }
.card.coral-top  { border-top:5px solid var(--coral); }
.card.mint-top   { border-top:5px solid var(--mint); }
.card.yellow-top { border-top:5px solid var(--yellow); }
.card.lav-top    { border-top:5px solid var(--lavender); }
.card-emoji { font-size:2rem; margin-bottom:.75rem; }
.card h3 { font-size:1.25rem; margin-bottom:.4rem; }
.card p  { color:var(--text-muted); font-size:.93rem; }

/* ── TWO COL ─────────────────────────────────────────────── */
.two-col { display:grid; grid-template-columns:1fr 1fr; gap:4.5rem; align-items:center; }
@media (max-width:720px) { .two-col { grid-template-columns:1fr; gap:2rem; } }

/* ── SECTION TEXT ─────────────────────────────────────────── */
.section-title { font-size:clamp(1.9rem,4vw,2.9rem); margin-bottom:1rem; }
.section-intro { font-size:1.05rem; color:var(--text-muted); max-width:580px; margin-bottom:2.5rem; }
.divider-dot { color:var(--coral); font-size:1.5rem; letter-spacing:.3em; margin-bottom:.75rem; display:block; }

/* ── PHOTO GRID ──────────────────────────────────────────── */
.photo-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:1.25rem; }
.photo-slot { border-radius:var(--radius-md); overflow:hidden; aspect-ratio:1; position:relative; }
.photo-slot img { width:100%; height:100%; object-fit:cover; transition:transform .3s; }
.photo-slot:hover img { transform:scale(1.05); }
.photo-slot.tall { aspect-ratio:3/4; }
.photo-slot.wide { grid-column:span 2; aspect-ratio:16/9; }
.photo-slot-placeholder { width:100%; height:100%; min-height:200px; background:var(--bg-cream); border:2.5px dashed var(--border); border-radius:var(--radius-md); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.4rem; color:var(--text-muted); font-size:.84rem; text-align:center; padding:1rem; }
.photo-slot-placeholder .ph-icon { font-size:2rem; }

/* ── STEP CARDS ──────────────────────────────────────────── */
.step-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:1.5rem; }
.step-card { background:var(--white); border:2px solid var(--border); border-radius:var(--radius-md); padding:1.75rem; }
.step-num { width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:var(--font-heading); font-size:1.2rem; font-weight:700; margin-bottom:1rem; }
.step-num.coral  { background:var(--coral); color:#fff; }
.step-num.mint   { background:var(--mint); color:#fff; }
.step-num.yellow { background:var(--yellow); color:var(--text); }
.step-num.lav    { background:var(--lavender); color:#fff; }
.step-card h3 { font-size:1.15rem; margin-bottom:.4rem; }
.step-card p  { color:var(--text-muted); font-size:.92rem; }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-item { border-bottom:2px solid var(--border); padding:1.25rem 0; }
.faq-q { font-family:var(--font-heading); font-size:1.2rem; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:1rem; user-select:none; }
.faq-q::after { content:'＋'; font-size:1.3rem; color:var(--coral); transition:transform .2s; flex-shrink:0; }
.faq-item.open .faq-q::after { transform:rotate(45deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height .3s ease, padding .3s; color:var(--text-muted); font-size:.96rem; }
.faq-item.open .faq-a { max-height:400px; padding-top:.85rem; }

/* ── RATES ───────────────────────────────────────────────── */
.rate-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:1rem; margin-bottom:2.5rem; }
.rate-card { background:var(--white); border:2px solid var(--border); border-radius:var(--radius-md); padding:1.5rem; text-align:center; }
.rate-card .amount { font-family:var(--font-heading); font-size:2.4rem; color:var(--coral); }
.rate-card .type   { font-size:.81rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; color:var(--text-muted); }
.rate-card .detail { font-size:.82rem; color:var(--text-muted); margin-top:.4rem; }

/* ── CALENDLY BOX ────────────────────────────────────────── */
.calendly-box { background:var(--bg-cream); border:3px dashed var(--border); border-radius:var(--radius-lg); padding:5rem 2rem; text-align:center; color:var(--text-muted); }
.calendly-box .big-emoji { font-size:3.5rem; margin-bottom:1rem; }
.calendly-box h3 { font-family:var(--font-heading); font-size:1.8rem; color:var(--text); margin-bottom:.6rem; }

/* ── BLOG ────────────────────────────────────────────────── */
.blog-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:2rem; }
.blog-card { background:var(--white); border:2px solid var(--border); border-radius:var(--radius-md); overflow:hidden; transition:transform .2s, box-shadow .2s; }
.blog-card:hover { transform:translateY(-4px); box-shadow:0 12px 40px rgba(0,0,0,.09); }
.blog-card-img { aspect-ratio:16/9; overflow:hidden; }
.blog-card-img img { width:100%; height:100%; object-fit:cover; transition:transform .3s; }
.blog-card:hover .blog-card-img img { transform:scale(1.05); }
.blog-img-placeholder { width:100%; height:100%; min-height:180px; background:linear-gradient(135deg,var(--bg-cream),var(--lavender) 80%); display:flex; align-items:center; justify-content:center; font-size:3rem; }
.blog-card-body { padding:1.5rem; }
.blog-tag { display:inline-block; font-size:.72rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; padding:.28rem .65rem; border-radius:50px; margin-bottom:.75rem; }
.blog-tag.coral  { background:rgba(255,107,107,.12); color:var(--coral); }
.blog-tag.mint   { background:rgba(78,205,196,.15); color:#2eada4; }
.blog-tag.yellow { background:rgba(255,230,109,.4); color:#7a6200; }
.blog-card h3 { font-size:1.28rem; margin-bottom:.4rem; }
.blog-card p  { font-size:.92rem; color:var(--text-muted); margin-bottom:.85rem; }
.blog-meta    { font-size:.78rem; color:var(--text-muted); }

/* ── CONTACT ─────────────────────────────────────────────── */
.form-group { display:flex; flex-direction:column; gap:.35rem; margin-bottom:1.2rem; }
label { font-size:.84rem; font-weight:600; letter-spacing:.03em; }
input, textarea, select { font-family:var(--font-body); font-size:1rem; padding:.75rem 1.1rem; border:2px solid var(--border); border-radius:var(--radius-sm); background:var(--white); color:var(--text); width:100%; transition:border-color .2s; }
input:focus, textarea:focus, select:focus { outline:none; border-color:var(--coral); }
textarea { min-height:140px; resize:vertical; }

/* ── INFO STRIP ──────────────────────────────────────────── */
.info-strip { display:flex; flex-wrap:wrap; gap:2rem; }
.info-item  { display:flex; align-items:flex-start; gap:.75rem; }
.info-icon  { font-size:1.6rem; flex-shrink:0; }
.info-item strong { display:block; font-size:.82rem; font-weight:600; text-transform:uppercase; letter-spacing:.05em; margin-bottom:.2rem; }
.info-item p { font-size:.93rem; color:var(--text-muted); }

/* ── FOOTER ──────────────────────────────────────────────── */
footer { background:var(--text); color:rgba(255,255,255,.6); padding:3.5rem 2rem 2rem; position:relative; overflow:hidden; }
footer::before { content:''; position:absolute; top:-80px; right:-80px; width:300px; height:300px; background:var(--coral); border-radius:50%; opacity:.08; }
footer::after  { content:''; position:absolute; bottom:-60px; left:-60px; width:200px; height:200px; background:var(--mint); border-radius:50%; opacity:.08; }
.footer-inner { max-width:var(--max-width); margin:0 auto; display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:2rem; position:relative; z-index:1; }
.footer-brand { font-family:var(--font-heading); font-style:italic; font-size:1.5rem; color:#fff; margin-bottom:.3rem; }
.footer-links { display:flex; flex-direction:column; gap:.4rem; }
.footer-links a { color:rgba(255,255,255,.6); font-size:.9rem; }
.footer-links a:hover { color:#fff; }
.footer-copy { max-width:var(--max-width); margin:2rem auto 0; padding-top:1.5rem; border-top:1px solid rgba(255,255,255,.1); font-size:.8rem; text-align:center; position:relative; z-index:1; }

/* ── ANIMATIONS ──────────────────────────────────────────── */
@keyframes fadeUp { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:none; } }
.fade-in { opacity:0; transform:translateY(20px); transition:opacity .65s ease, transform .65s ease; }
.fade-in.visible { opacity:1; transform:none; }

/* ── MARQUEE RIBBON (optional) ───────────────────────────────
   A scrolling ticker strip. Off by default.

   TO ENABLE:
     1. Remove the opening slash-asterisk and closing asterisk-slash
        that wrap this entire block (the lines that say just "/*" and "*\/")
     2. In index.html, find the MARQUEE RIBBON comment block and
        remove its <!-- and --> tags to make the HTML visible.

   PERSONALIZE:
     • background / color    — swap to any of your CSS variables
                               e.g. var(--mint) with color:var(--text)
     • border-color          — var(--border) or var(--coral) etc.
     • font-size / spacing   — adjust .marquee-track span
     • scroll speed          — change the 30s in animation: marquee-scroll 30s
                               (lower = faster, higher = slower)
   ─────────────────────────────────────────────────────────── */


.marquee-strip {
  background: var(--coral);
  color: var(--white);
  overflow: hidden;
  padding: .55rem 0;
  border-top: 2px solid rgba(0,0,0,.08);
  border-bottom: 2px solid rgba(0,0,0,.08);
  position: relative;
  z-index: 10;
}
.marquee-track {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee-scroll 30s linear infinite;
}
.marquee-strip:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 0 1.75rem;
}
.marquee-sep {
  opacity: .5;
  padding: 0 .25rem !important;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}



/* ── BLOG POST PAGE ──────────────────────────────────────── */
.post-hero {
  padding-top: calc(var(--nav-h) + 60px);
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.post-back {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .85rem; font-weight: 600; color: var(--text-muted);
  margin-bottom: 2rem; transition: color .2s;
}
.post-back:hover { color: var(--coral); }
.post-meta-line {
  display: flex; align-items: center; gap: 1rem;
  flex-wrap: wrap; margin-bottom: 1.5rem;
}
.post-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-family: var(--font-heading);
  font-weight: 500; line-height: 1.15;
  color: var(--text); margin-bottom: 1.25rem;
}
.post-subtitle {
  font-size: 1.15rem; color: var(--text-muted);
  max-width: 620px; margin-bottom: 2.5rem;
}
.post-cover {
  width: 100%; max-height: 480px;
  object-fit: cover; border-radius: var(--radius-lg);
  margin-bottom: 3rem;
}
.post-cover-placeholder {
  width: 100%; height: 340px;
  background: linear-gradient(135deg, var(--bg-cream), var(--lavender) 80%);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem; margin-bottom: 3rem;
  border: 2.5px dashed var(--border);
}

/* Article body typography */
.post-body {
  max-width: 680px; margin: 0 auto;
}
.post-body p {
  font-size: 1.06rem; color: var(--text-muted);
  margin-bottom: 1.5rem; line-height: 1.85;
}
.post-body h2 {
  font-family: var(--font-heading); font-size: 1.9rem;
  color: var(--text); margin: 2.5rem 0 1rem;
}
.post-body h3 {
  font-family: var(--font-heading); font-size: 1.4rem;
  color: var(--text); margin: 2rem 0 .75rem;
}
.post-body ul, .post-body ol {
  padding-left: 1.5rem; margin-bottom: 1.5rem;
}
.post-body li {
  font-size: 1.06rem; color: var(--text-muted);
  margin-bottom: .5rem; line-height: 1.75;
}
.post-body blockquote {
  border-left: 4px solid var(--coral);
  padding: 1rem 1.5rem; margin: 2rem 0;
  background: var(--bg-cream); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-family: var(--font-heading); font-style: italic;
  font-size: 1.25rem; color: var(--text);
}
.post-body strong { color: var(--text); font-weight: 600; }
.post-body a { color: var(--coral); text-decoration: underline; text-underline-offset: 3px; }

/* Post footer CTA */
.post-cta {
  background: var(--bg-cream);
  border-radius: var(--radius-lg);
  padding: 2.5rem; text-align: center;
  margin: 4rem 0;
}
.post-cta h3 {
  font-family: var(--font-heading); font-size: 1.8rem;
  color: var(--text); margin-bottom: .75rem;
}
.post-cta p { color: var(--text-muted); margin-bottom: 1.75rem; font-size: 1rem; }

/* Related posts strip */
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
