:root{
  --cream:#FFF9F2;
  --paper:#FFFCF8;
  --lilac:#E5D7F3;
  --lilac-deep:#A48AC9;
  --butter:#F8EDB8;
  --olive:#DED3EE;
  --olive-deep:#927DB6;
  --wine:#B892B0;
  --ink:#766B84;
  --muted:#9A91A3;
  --line:rgba(164,138,201,.20);
  --shadow:0 20px 55px rgba(164,138,201,.15);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 44px));margin:0 auto}
.serif{font-family:Georgia,"Times New Roman",serif}
.eyebrow{font-size:.76rem;letter-spacing:.17em;text-transform:uppercase;color:var(--lilac-deep);font-weight:700}
.header{position:sticky;top:0;z-index:30;background:rgba(255,249,242,.90);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:220px}
.brand-logo{width:54px;height:54px;object-fit:contain}
.brand-name{font-family:Georgia,"Times New Roman",serif;font-size:1.16rem;line-height:1.1;color:var(--olive-deep)}
.brand-sub{display:block;font-family:Inter,sans-serif;font-size:.66rem;letter-spacing:.11em;text-transform:uppercase;color:var(--muted);margin-top:4px}
.nav{display:flex;align-items:center;gap:28px;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:650}
.nav a{position:relative;padding:8px 0}
.nav a:not(.ig):after{content:"";position:absolute;left:0;bottom:2px;width:0;height:1px;background:#C2ACDC;transition:.25s}
.nav a:hover:after{width:100%}
.ig{display:grid;place-items:center;width:35px;height:35px;border:1px solid var(--line);border-radius:50%;transition:.2s}
.ig:hover{background:#FFF4C8}
.ig svg{width:17px;height:17px}
.hero{padding:74px 0 78px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:68px}
.hero-copy{position:relative;z-index:2}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(3rem,5.7vw,6.2rem);line-height:.96;letter-spacing:-.045em;color:var(--olive-deep);margin:18px 0 24px;max-width:760px}
.hero p{font-size:1.09rem;color:#857A91;max-width:610px;margin:0 0 30px}
.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}
.pill{background:#EEE4F7;border:1px solid #D9C8EA;padding:8px 13px;border-radius:999px;font-size:.78rem;color:var(--olive-deep)}
.actions{display:flex;flex-wrap:wrap;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-size:.79rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;border:1px solid #C9B6E1;transition:.2s;color:#8E79AF}
.btn.primary{background:#E3D6F2;color:#806B9E;border-color:#C7B2DF}
.btn.primary:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(164,138,201,.18)}
.btn.secondary{background:#FFF5C9;border-color:#E9D98F}.btn.secondary:hover{background:#F9ECB6}
.hero-visual{position:relative;min-height:600px}
.hero-photo-wrap{position:absolute;right:0;top:12px;width:79%;height:540px;border-radius:42% 42% 8% 8% / 28% 28% 8% 8%;overflow:hidden;box-shadow:var(--shadow);z-index:2;background:#ddd}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:50% 42%}
.blob{position:absolute;border-radius:48% 52% 60% 40%;filter:saturate(.9)}
.blob.one{width:320px;height:330px;right:40%;top:85px;background:var(--lilac);opacity:.72}
.blob.two{width:260px;height:220px;right:-50px;bottom:42px;background:var(--butter);opacity:.72}
.psi-mark{position:absolute;right:4%;bottom:-16px;font-family:Georgia,serif;font-size:8.5rem;color:rgba(142,121,175,.22);z-index:3}
.section{padding:104px 0}
.section.alt{background:var(--paper)}
.section-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.4rem,4vw,4.5rem);font-weight:400;line-height:1.02;letter-spacing:-.035em;color:var(--olive-deep);margin:12px 0 26px}
.about-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:78px;align-items:start}
.about-aside{position:sticky;top:120px}
.about-aside .quote{font-family:Georgia,serif;font-size:1.52rem;line-height:1.35;color:var(--wine);margin-top:24px}
.about-text{font-size:1.11rem;color:#82778D}
.about-text p{margin:0 0 22px}
.thoughts{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:46px}
.thought{min-height:170px;border-radius:28px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--line)}
.thought:nth-child(1){background:#E9DDF5}.thought:nth-child(2){background:#F8EDB8}.thought:nth-child(3){background:#F0E7F8}.thought:nth-child(4){background:#FFF2C9}
.thought span{font-family:Georgia,serif;font-size:1.45rem;color:var(--olive-deep)}
.care-card{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;background:var(--olive-deep);color:white;border-radius:38px;padding:48px;align-items:center;overflow:hidden;position:relative}
.care-card:after{content:"Ψ";font-family:Georgia,serif;position:absolute;right:-10px;bottom:-70px;font-size:16rem;color:rgba(255,255,255,.06)}
.care-card h3{font-family:Georgia,serif;font-weight:400;font-size:clamp(2rem,3.3vw,3.7rem);line-height:1.05;margin:10px 0 20px}
.care-card p{max-width:650px;color:rgba(255,255,255,.78)}
.care-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative;z-index:2}
.care-meta div{padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.05)}
.care-meta strong{display:block;font-family:Georgia,serif;font-size:1.15rem;font-weight:400;margin-bottom:4px}
.blog-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}
.blog-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:20px}
.post-card{display:flex;flex-direction:column;min-height:360px;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:var(--paper);transition:.2s}
.post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.post-card.featured{min-height:520px}
.post-art{min-height:170px;background:linear-gradient(135deg,#E8DCF5,#FFF0B9);position:relative;overflow:hidden}
.featured .post-art{min-height:285px;background:linear-gradient(135deg,#E3D5F2,#F8EBB0)}
.post-art:before{content:"Ψ";position:absolute;font-family:Georgia,serif;font-size:9rem;right:22px;bottom:-42px;color:rgba(164,138,201,.18)}
.post-body{padding:24px;display:flex;flex-direction:column;flex:1}
.post-date{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.post-title{font-family:Georgia,serif;font-size:1.7rem;line-height:1.12;color:var(--olive-deep);margin:12px 0 14px}
.featured .post-title{font-size:2.35rem}
.post-excerpt{color:#8A8094;margin:0 0 22px}
.readmore{margin-top:auto;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:750;color:var(--lilac-deep)}
.contact{padding:92px 0 74px}
.contact-card{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:end;border-top:1px solid var(--line);padding-top:58px}
.contact h2{font-family:Georgia,serif;font-size:clamp(2.7rem,5vw,5.4rem);font-weight:400;line-height:.98;letter-spacing:-.04em;color:var(--olive-deep);margin:10px 0 22px;max-width:760px}
.contact-links{display:grid;gap:12px}
.contact-link{display:flex;justify-content:space-between;align-items:center;padding:17px 0;border-bottom:1px solid var(--line);font-size:.9rem}
.footer{padding:26px 0 38px;color:var(--muted);font-size:.78rem}
.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:22px}
.mobile-toggle{display:none;border:0;background:transparent;font-size:1.5rem;color:var(--olive-deep)}
/* Blog page */
.page-hero{padding:92px 0 50px}.page-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:1;margin:12px 0 18px;color:var(--olive-deep)}
.page-hero p{max-width:650px;color:var(--muted)}
.posts-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:100px}
.article{width:min(820px,calc(100% - 44px));margin:0 auto;padding:84px 0 110px}.article h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(2.7rem,6vw,5.3rem);line-height:1;letter-spacing:-.035em;color:var(--olive-deep);margin:14px 0 24px}.article-meta{color:var(--muted);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.article-cover{height:430px;border-radius:30px;background:linear-gradient(135deg,var(--lilac),var(--butter));margin:42px 0}.article-cover:before{content:"Ψ";display:grid;place-items:center;height:100%;font-family:Georgia,serif;font-size:10rem;color:rgba(164,138,201,.18)}.article-content{font-family:Georgia,serif;font-size:1.25rem;line-height:1.85;color:#80748B}.article-content p{margin:0 0 1.4em}.article-content blockquote{font-size:1.7rem;line-height:1.45;color:var(--wine);margin:2em 0;padding-left:24px;border-left:2px solid var(--lilac-deep)}
@media (max-width:900px){
 .nav{position:absolute;left:0;right:0;top:86px;background:var(--cream);padding:24px;display:none;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav.open{display:flex}.mobile-toggle{display:block}.brand{min-width:auto}.brand-sub{display:none}
 .hero{padding:46px 0 56px}.hero-grid{grid-template-columns:1fr;gap:36px}.hero-visual{min-height:520px}.hero-photo-wrap{width:82%;height:475px}.psi-mark{font-size:7rem}
 .about-grid,.care-card,.contact-card{grid-template-columns:1fr}.about-aside{position:static}.thoughts{grid-template-columns:1fr 1fr}.blog-grid{grid-template-columns:1fr 1fr}.blog-grid .featured{grid-column:1/-1}.posts-list{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
 .container{width:min(100% - 30px,1160px)}.header-inner{min-height:72px}.brand-logo{width:44px;height:44px}.brand-name{font-size:1rem}.nav{top:72px}
 .hero h1{font-size:3.55rem}.hero p{font-size:1rem}.hero-visual{min-height:430px}.hero-photo-wrap{height:395px;width:88%;border-radius:34% 34% 7% 7% / 22% 22% 7% 7%}.blob.one{width:230px;height:245px}.blob.two{width:180px;height:160px}.psi-mark{font-size:6rem}
 .section{padding:74px 0}.section-title{font-size:2.65rem}.about-text{font-size:1.02rem}.thoughts{grid-template-columns:1fr}.thought{min-height:125px}.care-card{padding:30px 24px;border-radius:28px}.care-meta{grid-template-columns:1fr}.blog-head{align-items:start;flex-direction:column}.blog-grid,.posts-list{grid-template-columns:1fr}.blog-grid .featured{grid-column:auto}.post-card.featured{min-height:430px}.featured .post-art{min-height:220px}.contact{padding-top:70px}.contact h2{font-size:3.3rem}.page-hero{padding-top:64px}.article{width:min(100% - 30px,820px);padding-top:58px}.article-cover{height:280px}.article-content{font-size:1.12rem}
}

/* V2 refinements */
.header-inner{min-height:102px}
.brand{gap:16px;min-width:290px}
.brand-logo{width:82px;height:82px}
.brand-name{font-size:1.32rem}
.brand-sub{font-size:.68rem}

/* Crop the source screenshot inside its frame so the thin white strip in the source is never visible. */
.hero-photo-wrap img{width:102%;height:102%;max-width:none;object-fit:cover;object-position:50% 41%;transform:translate(-1%,-1%)}

/* Lighter, pastel attention section */
.care-card{background:linear-gradient(135deg,#FCF8FF 0%,#FFF9DD 100%);color:var(--ink);border:1px solid var(--line);box-shadow:0 18px 50px rgba(164,138,201,.10);padding:54px;gap:46px}
.care-card:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(229,215,243,.62);left:-90px;top:-120px;pointer-events:none}
.care-card:after{right:14px;bottom:-80px;font-size:16rem;color:rgba(142,121,175,.07)}
.care-copy{position:relative;z-index:2}
.care-card .eyebrow{color:var(--lilac-deep)}
.care-card h3{color:var(--olive-deep);font-size:clamp(2.25rem,3.5vw,4rem)}
.care-card p{color:#887D92;margin-bottom:26px}
.care-meta{gap:16px}
.care-meta .care-tile{padding:25px 24px;border:1px solid rgba(164,138,201,.18);border-radius:24px;color:var(--olive-deep);min-height:126px;display:flex;flex-direction:column;justify-content:center}
.care-meta .care-tile.lilac{background:#E9DDF5}
.care-meta .care-tile.butter{background:#F9EEB9}
.care-meta strong{font-size:1.2rem}
.care-meta span{font-size:.96rem;color:#857A91}

@media (max-width:900px){
 .header-inner{min-height:92px}.nav{top:92px}.brand{min-width:auto}.brand-logo{width:72px;height:72px}
}
@media (max-width:620px){
 .header-inner{min-height:82px}.nav{top:82px}.brand-logo{width:62px;height:62px}.brand-name{font-size:1.06rem}
 .care-card{padding:34px 24px}.care-meta{grid-template-columns:1fr 1fr}
}
@media (max-width:430px){.care-meta{grid-template-columns:1fr}}

/* V4 color system: cream = canvas, butter = surfaces/buttons, violet = identity/type */
:root{
 --cream:#FFF9F2;--paper:#FFFCF8;--lilac:#E7DAF5;--lilac-deep:#9276BD;--butter:#FFF0B8;
 --olive:#E7DAF5;--olive-deep:#9276BD;--wine:#9276BD;--ink:#76698D;--muted:#9589A7;
 --line:rgba(146,118,189,.22);--shadow:0 20px 55px rgba(146,118,189,.12)
}
.hero h1,.section-title,.contact h2,.page-hero h1,.article h1,.post-title,.brand-name{color:var(--lilac-deep)}
.hero p,.about-text,.care-card p,.post-excerpt,.article-content{color:var(--ink)}
.pill,.btn,.btn.primary,.btn.secondary,.care-meta .care-tile,.ig:hover{background:var(--butter);color:var(--lilac-deep);border-color:rgba(211,187,88,.42)}
.btn.primary:hover,.btn.secondary:hover{background:#FBE9A3}
.about-aside .quote{color:var(--lilac-deep);background:var(--butter);border:1px solid rgba(211,187,88,.32);border-radius:22px;padding:22px 24px}
.care-card{background:linear-gradient(135deg,#FFFCF8 0%,#FFF9E5 100%);color:var(--ink)}
.care-card h3,.care-card .eyebrow,.care-meta strong,.care-meta span{color:var(--lilac-deep)}
.care-meta .care-tile.lilac,.care-meta .care-tile.butter{background:var(--butter);border-color:rgba(211,187,88,.34)}
.hero-meta .pill{background:var(--butter)}
.blog-intro{max-width:850px;text-align:center}.blog-intro .section-title{max-width:800px;margin-left:auto;margin-right:auto}.blog-intro p{max-width:690px;margin:0 auto 28px;color:var(--ink)}
.empty-blog{min-height:360px;margin-bottom:100px;border:1px solid var(--line);border-radius:34px;background:var(--butter);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;color:var(--lilac-deep)}
.empty-blog h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(2rem,4vw,3.5rem);margin:0 0 12px}.empty-blog p{margin:0;color:var(--ink)}.empty-psi{font-family:Georgia,serif;font-size:5rem;line-height:1;margin-bottom:18px;color:rgba(146,118,189,.45)}
/* BLOG */
.page-hero{
  padding-bottom:32px;
}

.empty-blog{
  background:transparent;
  border:0;
  padding:0;
}

.blog-post{
  max-width:900px;
  margin:0 auto 36px;
  background:#fffaf3;
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(164,138,201,.10);
}

.blog-post img{
  width:100%;
  max-height:460px;
  object-fit:contain;
  display:block;
  background:#fffaf3;
}

.blog-post-content{
    padding:42px 110px 48px;
}

.blog-post-date{
  display:block;
  margin-bottom:14px;
  color:var(--lilac-deep);
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.blog-post h2{
  margin:0 0 22px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.2rem,5vw,4rem);
  line-height:1;
  font-weight:400;
  color:var(--olive-deep);
}

.blog-post p{
  margin:0 0 22px;
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.7;
}

.blog-post-body{
  color:var(--ink);
  font-size:1.08rem;
  line-height:1.85;
  white-space:pre-line;
}

.blog-post-content a{
  display:inline-block;
  margin-top:26px;
  color:var(--lilac-deep);
  font-weight:700;
  text-decoration:none;
}

@media (max-width:700px){
  .blog-post{
    border-radius:22px;
    margin-bottom:26px;
  }

  .blog-post-content{
    padding:28px 24px 32px;
  }

  .blog-post h2{
    font-size:2.4rem;
  }
}
.blog-video{
  width:100%;
  margin-top:28px;
  border-radius:18px;
  overflow:hidden;
  aspect-ratio:16/9;
}

.blog-video iframe{
  width:100%;
  height:100%;
  display:block;
  border:0;
}