/*
Theme Name: A Space for Her Healing
Theme URI: https://spaceforherhealing.com/
Author: Blackwell Web Works
Description: Editable custom WordPress theme for A Space for Her Healing. Video hero, wellness experiences, About Desiree, gatherings, booking CTA and social links.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: space-for-her-healing
*/

:root{
  --sfh-cream:#f6f0eb;
  --sfh-paper:#fffaf7;
  --sfh-ink:#382f33;
  --sfh-muted:#71656a;
  --sfh-mauve:#b98e9d;
  --sfh-mauve-soft:#d8bdc5;
  --sfh-plum:#493540;
  --sfh-line:rgba(56,47,51,.14);
  --sfh-max:1180px;
  --sfh-radius:26px;
  --sfh-shadow:0 22px 60px rgba(56,39,48,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--sfh-cream);color:var(--sfh-ink);font-family:'DM Sans',Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.sfh-container{width:min(calc(100% - 48px),var(--sfh-max));margin-inline:auto}
.sfh-kicker{text-transform:uppercase;letter-spacing:.19em;font-size:.69rem;font-weight:700;color:var(--sfh-mauve)}
.sfh-section{padding:94px 0}
.sfh-section-title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(2.55rem,4.8vw,4.75rem);line-height:1.02;letter-spacing:-.035em;font-weight:500;margin:.45rem 0 1.1rem}
.sfh-body{color:var(--sfh-muted);font-size:1rem;line-height:1.82}
.sfh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:13px 20px;border-radius:999px;background:var(--sfh-mauve);border:1px solid var(--sfh-mauve);color:white;font-size:.84rem;font-weight:700;letter-spacing:.015em;transition:.2s ease}
.sfh-btn:hover{transform:translateY(-2px);filter:brightness(.97)}
.sfh-btn--ghost{background:transparent;border-color:rgba(255,255,255,.5);color:#fff}

/* Header */
.site-header{position:relative;z-index:30;background:#d5b5be;color:#42343a;border-bottom:1px solid rgba(66,52,58,.12)}
.site-header .sfh-container{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.site-branding{display:flex;align-items:center;gap:11px;max-width:290px;font-family:'Playfair Display',Georgia,serif;font-size:1.08rem;font-weight:600;line-height:1.12}
.site-logo img{max-height:54px;width:auto}
.primary-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:29px;font-size:.82rem;font-weight:600}
.primary-menu a{color:#42343a;opacity:.94}
.primary-menu a:hover{opacity:.7}
.header-book{padding:9px 16px;border:1px solid rgba(66,52,58,.25);border-radius:999px;background:rgba(255,255,255,.25)}
.menu-toggle{display:none;border:1px solid rgba(66,52,58,.3);background:transparent;color:#42343a;border-radius:999px;padding:8px 13px}

/* Hero */
.sfh-hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;background:#5b4550;color:#fff}
.sfh-hero-media{position:absolute;inset:0;overflow:hidden;background:#5b4550}
.sfh-hero-media video,.sfh-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.sfh-hero-drive{position:absolute;inset:-11%;width:122%;height:122%;border:0;pointer-events:none;background:#5b4550}
.sfh-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,24,30,.72) 0%,rgba(35,24,30,.58) 40%,rgba(35,24,30,.28) 72%,rgba(35,24,30,.12) 100%)}
.sfh-hero-content{position:relative;z-index:3;width:100%;padding:82px 0 88px;display:flex;flex-direction:column;align-items:flex-start;text-align:left}
.sfh-hero .sfh-kicker{color:#f1dfe3}
.sfh-hero h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(3rem,5.15vw,4.65rem);line-height:1.03;letter-spacing:-.042em;font-weight:500;margin:13px 0 20px;max-width:760px;text-align:left}
.sfh-hero h1 .soft-line{color:#e7c8d1}
.sfh-hero p{max-width:590px;margin:0 0 27px;color:rgba(255,255,255,.92);font-size:1rem;line-height:1.7;text-align:left}
.sfh-hero-actions{display:flex;gap:11px;flex-wrap:wrap}
.sfh-hero .sfh-btn{background:#fff;color:#45343d;border-color:#fff}
.sfh-hero .sfh-btn--ghost{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.45);backdrop-filter:blur(7px)}
.sfh-pill-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:36px;font-size:.77rem}
.sfh-pill{padding:8px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.1);backdrop-filter:blur(7px)}

/* Mantra strip */
.sfh-mantra{padding:46px 0;background:#ead9de;border-bottom:1px solid var(--sfh-line)}
.sfh-mantra-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:26px;align-items:center}
.sfh-mantra-lead{font-family:'Playfair Display',Georgia,serif;font-size:1.45rem;line-height:1.36;color:#48363f}
.sfh-mantra-item{display:flex;align-items:center;gap:9px;color:#63545a;font-size:.88rem}
.sfh-spark{color:#9d6f80;font-size:1rem}

/* Experiences */
.sfh-experiences{background:var(--sfh-paper)}
.sfh-section-head{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:end;margin-bottom:48px}
.sfh-section-head .sfh-body{max-width:520px}
.sfh-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sfh-card{position:relative;padding:31px 30px 29px;border:1px solid var(--sfh-line);border-radius:var(--sfh-radius);background:rgba(255,255,255,.65);min-height:305px;display:flex;flex-direction:column;transition:.25s ease}
.sfh-card:hover{transform:translateY(-4px);box-shadow:var(--sfh-shadow)}
.sfh-card-num{font-size:.72rem;font-weight:700;letter-spacing:.17em;color:#a37284}
.sfh-card h3{font-family:'Playfair Display',Georgia,serif;font-size:1.85rem;line-height:1.08;font-weight:500;margin:auto 0 14px}
.sfh-card p{margin:0;color:var(--sfh-muted);font-size:.93rem;line-height:1.72}

/* Quote */
.sfh-quote{padding:102px 0;background:#4a3741;color:#fff;text-align:center}
.sfh-quote blockquote{font-family:'Playfair Display',Georgia,serif;font-size:clamp(2.6rem,5.5vw,5.4rem);line-height:1.01;letter-spacing:-.04em;font-weight:400;max-width:1000px;margin:0 auto}

/* About */
.sfh-about-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:72px;align-items:center}
.sfh-about-photo{position:relative;aspect-ratio:4/5;overflow:hidden;background:linear-gradient(145deg,#ead9de,#c9a9b4);border-radius:220px 220px 28px 28px;box-shadow:var(--sfh-shadow)}
.sfh-about-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.sfh-about-photo-empty{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:40px;color:rgba(74,55,65,.52);font-family:'Playfair Display',Georgia,serif;font-size:1.25rem}
.sfh-about-copy h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(2.8rem,5vw,5.25rem);line-height:.98;letter-spacing:-.04em;font-weight:500;margin:13px 0 25px}
.sfh-about-copy .sfh-body p{margin:0 0 1.15em}
.sfh-signature{font-family:'Playfair Display',Georgia,serif;font-size:1.9rem;font-style:italic;color:#9f7182;margin-top:23px}

/* Gatherings */
.sfh-gatherings{background:var(--sfh-paper)}
.sfh-gathering-list{display:grid;gap:0;margin-top:43px}
.sfh-gathering{display:grid;grid-template-columns:180px 1fr auto;gap:28px;align-items:center;padding:25px 0;border-top:1px solid var(--sfh-line)}
.sfh-gathering:last-child{border-bottom:1px solid var(--sfh-line)}
.sfh-gathering-date{font-size:.73rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#a37284}
.sfh-gathering h3{font-family:'Playfair Display',Georgia,serif;font-size:1.52rem;font-weight:500;margin:0 0 4px}
.sfh-gathering p{margin:0;color:var(--sfh-muted);font-size:.88rem}
.sfh-arrow{font-size:1.35rem}

/* CTA */
.sfh-cta{padding:108px 0;text-align:center}
.sfh-cta-inner{padding:76px 34px;background:#ead5d8;border-radius:38px}
.sfh-cta h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(2.7rem,5vw,5rem);line-height:1;letter-spacing:-.04em;font-weight:500;max-width:900px;margin:10px auto 21px}
.sfh-cta .sfh-body{max-width:690px;margin:0 auto 27px}
.sfh-cta .sfh-btn{background:#8f6575;border-color:#8f6575}

/* Footer */
.site-footer{background:#382a32;color:#fff;padding:52px 0 27px}
.sfh-footer-top{display:grid;grid-template-columns:1.25fr 1fr;gap:42px;align-items:end;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.14)}
.sfh-footer-brand{font-family:'Playfair Display',Georgia,serif;font-size:1.9rem;line-height:1.05}
.sfh-footer-copy{margin-top:10px;color:rgba(255,255,255,.68);font-size:.86rem}
.sfh-socials{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;font-size:.8rem}
.sfh-socials a{padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px}
.sfh-footer-bottom{display:flex;justify-content:space-between;gap:18px;padding-top:22px;color:rgba(255,255,255,.55);font-size:.75rem}

/* Content pages */
.entry-content,.page-content{width:min(calc(100% - 44px),850px);margin:0 auto;padding:90px 0}
.entry-title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1}

@media(max-width:900px){
  .sfh-section{padding:74px 0}
  .sfh-mantra-grid{grid-template-columns:1fr 1fr}
  .sfh-mantra-lead{grid-column:1/-1}
  .sfh-section-head,.sfh-about-grid{grid-template-columns:1fr}
  .sfh-cards{grid-template-columns:1fr}
  .sfh-card{min-height:245px}
  .sfh-gathering{grid-template-columns:125px 1fr auto}
  .primary-menu{display:none;position:absolute;top:100%;left:20px;right:20px;flex-direction:column;align-items:flex-start;gap:16px;background:#d5b5be;padding:20px;border-radius:0 0 18px 18px;box-shadow:0 16px 30px rgba(56,39,48,.14)}
  .primary-menu.is-open{display:flex}
  .menu-toggle{display:block}
  .sfh-footer-top{grid-template-columns:1fr}
  .sfh-socials{justify-content:flex-start}
  .sfh-about-photo{max-width:480px;margin:auto}
}
@media(max-width:600px){
  .sfh-container{width:min(calc(100% - 28px),var(--sfh-max))}
  .site-header .sfh-container{min-height:66px}
  .sfh-hero{min-height:565px}
  .sfh-hero-content{padding:66px 0 70px}
  .sfh-hero h1{font-size:clamp(2.7rem,12vw,3.7rem);max-width:520px}
  .sfh-hero p{font-size:.94rem;max-width:500px}
  .sfh-pill-row{margin-top:27px}
  .sfh-mantra-grid{grid-template-columns:1fr}
  .sfh-section-head{gap:14px}
  .sfh-about-grid{gap:39px}
  .sfh-gathering{grid-template-columns:1fr auto;gap:10px}
  .sfh-gathering-date{grid-column:1/-1}
  .sfh-cta-inner{padding:55px 20px}
  .sfh-footer-bottom{flex-direction:column}
}
