/* ── Portfolio Navigation Bar ───────────────── */
.pflio-bar {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 40px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: rgba(10, 10, 20, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  box-sizing: border-box;
}
.pflio-bar a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.pflio-bar a:hover { color: #ffffff; }
.pflio-bar a:focus-visible {
  outline: 2px solid rgba(255,255,255,0.5);
  outline-offset: 3px;
  border-radius: 3px;
}
.pflio-bar__back:hover .pflio-bar__arrow { margin-right: 4px; }
.pflio-bar__arrow { display: inline-block; transition: margin 0.2s ease; }
.pflio-bar__label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  letter-spacing: 0.02em;
  pointer-events: none;
}
.pflio-bar__diamond {
  color: rgba(255, 255, 255, 0.25);
  margin-right: 6px;
  font-size: 10px;
}
.pflio-bar__arrow-right {
  display: inline-block;
  transition: transform 0.2s ease;
  margin-left: 4px;
}
.pflio-bar__all:hover .pflio-bar__arrow-right { transform: translateX(3px); }
.pflio-bar__all-short { display: none; }

@media (max-width: 600px) {
  .pflio-bar { height: 44px; padding: 0 16px; }
  .pflio-bar__all-text { display: none; }
  .pflio-bar__all-short { display: inline; }
}
@media (max-width: 480px) {
  .pflio-bar__label { display: none; }
}
body { padding-top: 40px; }
@media (max-width: 600px) { body { padding-top: 44px; } }
/* ── End Portfolio Navigation Bar ───────────── */

/* ═══════════════════════════════════════════════
   CLARA WHITMORE COACHING — Landing Page
   Dusty Rose + Ivory + Charcoal · Playfair + Lato
═══════════════════════════════════════════════ */
:root {
  --rose:       #C9818A;
  --rose-lt:    #D9969E;
  --rose-dk:    #A86068;
  --rose-bg:    #FBF0F1;
  --ivory:      #FDF6EE;
  --charcoal:   #2C2C2C;
  --white:      #FFFFFF;
  --text:       #3A3A3A;
  --text-muted: #7A7A7A;
  --border:     rgba(201,129,138,.18);
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Lato', system-ui, sans-serif;
  --header-h:   70px;
  --radius-sm:  8px; --radius-md:18px; --radius-lg:32px;
  --shadow-sm:  0 2px 12px rgba(0,0,0,.07);
  --shadow-md:  0 10px 32px rgba(0,0,0,.1);
  --transition: 250ms ease;
  --sp-sm:1rem; --sp-md:1.5rem; --sp-lg:2.5rem; --sp-xl:4rem; --sp-2xl:6rem;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-sans);font-size:clamp(1rem,1.05vw,1.05rem);line-height:1.7;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font-family:inherit;cursor:pointer}
.skip-link{position:absolute;top:-100%;left:1rem;background:var(--rose);color:var(--white);padding:.5em 1em;font-weight:700;z-index:9999;border-radius:0 0 6px 6px}
.skip-link:focus{top:0}
:focus-visible{outline:2px solid var(--rose);outline-offset:3px}
.container{width:min(92%,1200px);margin-inline:auto}
.eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--rose);margin-bottom:.75rem;font-family:var(--font-sans)}
.section-title{font-family:var(--font-serif);font-size:clamp(1.75rem,3.5vw,2.6rem);font-weight:700;line-height:1.25;color:var(--charcoal);margin-bottom:var(--sp-md)}
.section-sub{font-size:1.05rem;color:var(--text-muted);margin-bottom:var(--sp-md);max-width:60ch;line-height:1.7}
.section{padding-block:var(--sp-2xl)}
.section--ivory{background:var(--ivory)}

/* HEADER */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);background:rgba(253,246,238,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,129,138,.2)}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}
.logo{display:flex;align-items:center;gap:.75rem}
.logo__initials{width:2.2rem;height:2.2rem;background:var(--rose);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:700;font-size:.85rem}
.logo__text{display:flex;flex-direction:column;line-height:1.2}
.logo__name{font-family:var(--font-serif);font-size:.95rem;font-weight:700;color:var(--charcoal)}
.logo__sub{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}
.btn--outline-sm{padding:.5em 1.25em;border:1.5px solid var(--rose);color:var(--rose);border-radius:var(--radius-sm);font-size:.82rem;font-weight:600;transition:all var(--transition)}
.btn--outline-sm:hover{background:var(--rose);color:var(--white)}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85em 2.25em;font-family:var(--font-sans);font-size:.97rem;font-weight:700;border:2px solid transparent;border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap;cursor:pointer}
.btn--primary{background:var(--rose);color:var(--white);border-color:var(--rose)}
.btn--primary:hover,.btn--primary:focus-visible{background:var(--rose-lt);border-color:var(--rose-lt);transform:translateY(-2px);box-shadow:0 6px 20px rgba(201,129,138,.4)}
.btn--outline{background:transparent;color:var(--rose);border-color:var(--rose)}
.btn--outline:hover,.btn--outline:focus-visible{background:var(--rose);color:var(--white)}
.btn--full{width:100%}
.btn--hero-cta{font-family:var(--font-serif);font-size:1.05rem;letter-spacing:.02em}
@keyframes pulse-btn{0%,100%{box-shadow:0 0 0 0 rgba(201,129,138,.4)}50%{box-shadow:0 0 0 10px rgba(201,129,138,0)}}
.btn--pulse{animation:pulse-btn 3s ease-in-out infinite}
.btn--pulse:hover{animation:none}

/* FORMS */
.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem}
.form-label{font-size:.82rem;font-weight:400;color:var(--text-muted)}
.form-label__optional{font-size:.75rem;opacity:.7}
.form-input{padding:.8em 1em;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:.97rem;color:var(--text);background:var(--white);transition:border-color var(--transition),box-shadow var(--transition)}
.form-input::placeholder{color:#BBAAAA}
.form-input:focus{border-color:var(--rose);outline:none;box-shadow:0 0 0 3px rgba(201,129,138,.18)}
.form-input[aria-invalid="true"]{border-color:#D32F2F}
.form-textarea{resize:vertical;min-height:100px}
.form-error{font-size:.78rem;font-weight:600;color:#C62828;min-height:1em;display:block}
.form-note{font-size:.78rem;color:var(--text-muted);text-align:center;margin-top:.5rem}
.form-success{width:100%}
.success-card{display:flex;align-items:flex-start;gap:1rem;background:var(--rose-bg);border:1.5px solid rgba(201,129,138,.3);border-radius:var(--radius-md);padding:1.5rem}
.success-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;background:var(--rose);color:var(--white);border-radius:50%;font-size:.9rem;font-weight:900;font-family:var(--font-serif)}
.success-card strong{font-family:var(--font-serif);font-size:1rem;color:var(--charcoal);display:block;margin-bottom:.25rem}
.success-card p{font-size:.88rem;color:var(--text-muted);line-height:1.6}

/* HERO */
.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;padding-top:var(--header-h)}
.hero__bg{position:absolute;inset:0;z-index:0}
.hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(253,246,238,.98) 0%,rgba(253,246,238,.88) 50%,rgba(253,246,238,.2) 100%)}
.hero__inner{position:relative;z-index:1;padding-block:var(--sp-2xl)}
.hero__card{max-width:600px;background:rgba(253,246,238,.88);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(201,129,138,.25);border-radius:var(--radius-lg);padding:clamp(2rem,5vw,3.5rem)}
.hero__card .eyebrow{font-size:.65rem}
.hero__headline{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.2;color:var(--charcoal);margin-bottom:var(--sp-md)}
.hero__headline em{color:var(--rose);font-style:italic;display:block}
.hero__sub{font-size:1.05rem;color:var(--text-muted);margin-bottom:var(--sp-lg);line-height:1.7;max-width:46ch}
.hero__note{font-size:.8rem;color:var(--text-muted);margin-top:.75rem;text-align:center}

/* PAIN POINTS */
.pain__statements{display:flex;flex-direction:column;gap:1.5rem;margin-top:var(--sp-lg);max-width:680px}
.pain__statement{font-family:var(--font-serif);font-size:clamp(1.05rem,2vw,1.2rem);font-style:italic;color:var(--text-muted);padding:1.25rem 1.5rem;border-left:3px solid var(--rose);background:var(--ivory);border-radius:0 var(--radius-sm) var(--radius-sm) 0;line-height:1.6}

/* ABOUT */
.about__inner{display:grid;gap:var(--sp-2xl);align-items:center}
@media(min-width:900px){.about__inner{grid-template-columns:1fr 1fr}}
.about__img{width:100%;height:520px;object-fit:cover;object-position:top;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}
.about__credentials{margin-top:1.25rem;display:flex;flex-direction:column;gap:.5rem}
.cred-item{display:flex;align-items:center;gap:.6rem;font-size:.88rem;font-weight:600;color:var(--rose-dk)}
.about__copy p{color:var(--text-muted);margin-bottom:var(--sp-sm);line-height:1.75;font-size:.97rem}
.about__copy .btn{margin-top:var(--sp-sm)}

/* PROCESS */
.process__grid{display:grid;gap:2rem;margin-top:var(--sp-lg);text-align:center}
@media(min-width:768px){.process__grid{grid-template-columns:1fr auto 1fr auto 1fr};align-items:start}
.process__phase{display:flex;flex-direction:column;align-items:center}
.phase-icon{font-size:2.5rem;color:var(--rose);margin-bottom:var(--sp-sm);line-height:1}
.phase__title{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;color:var(--charcoal);margin-bottom:.5rem}
.process__phase p{font-size:.9rem;color:var(--text-muted);max-width:22ch;line-height:1.65}
.process__arrow{display:none;align-self:start;padding-top:1.8rem;color:var(--rose);opacity:.5;font-size:1.5rem}
@media(min-width:768px){.process__arrow{display:block}}

/* TESTIMONIALS */
.tgrid{display:grid;gap:1.5rem;margin-top:var(--sp-lg)}
@media(min-width:768px){.tgrid{grid-template-columns:repeat(3,1fr)}}
.tcard{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:2rem;display:flex;flex-direction:column;transition:transform var(--transition),box-shadow var(--transition)}
.tcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.tcard__quote{font-family:var(--font-serif);font-size:.93rem;font-style:italic;line-height:1.75;color:var(--text);flex:1;margin-bottom:1.5rem}
.tcard__footer{border-top:1px solid var(--border);padding-top:1rem}
.tcard__footer strong{display:block;font-size:.9rem;color:var(--charcoal)}
.tcard__footer span{font-size:.78rem;color:var(--text-muted)}

/* PACKAGES */
.packages__grid{display:grid;gap:1.5rem;margin-top:var(--sp-lg)}
@media(min-width:768px){.packages__grid{grid-template-columns:repeat(3,1fr)}}
.pkg-card{border:1.5px solid var(--border);border-radius:var(--radius-md);padding:2rem;background:var(--white);position:relative;display:flex;flex-direction:column;transition:transform var(--transition),box-shadow var(--transition)}
.pkg-card--featured{border-color:var(--rose);box-shadow:var(--shadow-md);transform:translateY(-4px)}
.pkg-card__badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background:var(--rose);color:var(--white);font-size:.65rem;font-weight:700;padding:.3em 1em;border-radius:0 0 8px 8px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.pkg-card__name{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--charcoal);margin-bottom:.25rem;margin-top:.5rem}
.pkg-card__price{font-family:var(--font-serif);font-size:1.8rem;font-weight:700;color:var(--rose);margin-bottom:.75rem}
.pkg-card__price span{font-size:.85rem;font-weight:400;color:var(--text-muted)}
.pkg-card__desc{font-size:.88rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem}
.pkg-card__features{display:flex;flex-direction:column;gap:.4rem;margin-bottom:var(--sp-md);flex:1}
.pkg-card__features li{font-size:.85rem;color:var(--text-muted)}
.packages__note{margin-top:var(--sp-lg);text-align:center;font-size:.9rem;color:var(--text-muted)}
.packages__note a{color:var(--rose);border-bottom:1px solid rgba(201,129,138,.4)}

/* FEATURED IN */
.featured-in{background:var(--white);padding-block:var(--sp-lg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.featured-in__inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem}
@media(min-width:640px){.featured-in__inner{flex-direction:row;justify-content:center;gap:3rem}}
.featured-in__label{font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}
.media-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}
.media-logo{font-family:var(--font-sans);font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#BBBBBB}
.media-logo--serif{font-family:var(--font-serif);text-transform:none;letter-spacing:.05em;font-size:1rem}

/* BOOKING */
.booking__inner{display:grid;gap:var(--sp-2xl);align-items:start}
@media(min-width:900px){.booking__inner{grid-template-columns:1fr 1fr}}
.booking__assurances{display:flex;flex-direction:column;gap:.6rem;margin-top:var(--sp-md)}
.booking__assurances p{font-family:var(--font-serif);font-size:.92rem;font-style:italic;color:var(--text-muted)}
.booking__form-wrap{background:var(--white);border-radius:var(--radius-md);padding:2.5rem 2rem;border:1.5px solid var(--border);box-shadow:var(--shadow-sm)}

/* FOOTER */
.site-footer{background:var(--charcoal);padding-block:var(--sp-lg);text-align:center}
.site-footer__inner p{font-size:.82rem;color:rgba(255,255,255,.4)}
.site-footer a{color:rgba(255,255,255,.6);transition:color var(--transition)}
.site-footer a:hover{color:var(--rose)}

/* REVEAL */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.reveal.revealed{opacity:1;transform:none}
.pain__statements .reveal:nth-child(2){transition-delay:.08s}
.pain__statements .reveal:nth-child(3){transition-delay:.16s}
.pain__statements .reveal:nth-child(4){transition-delay:.24s}
.tgrid .reveal:nth-child(2){transition-delay:.1s}
.tgrid .reveal:nth-child(3){transition-delay:.2s}
.packages__grid .reveal:nth-child(2){transition-delay:.1s}
.packages__grid .reveal:nth-child(3){transition-delay:.2s}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.btn--pulse{animation:none}html{scroll-behavior:auto}}