:root{
  --navy:#14324A;
  --navy-2:#1D3557;
  --blush:#EBC2CB;
  --soft-blush:#F7E8EB;
  --terracotta:#B85C4B;
  --gold:#C8A15A;
  --ivory:#F8F5F2;
  --sand:#EFE8E1;
  --ink:#182632;
  --muted:#60707A;
  --white:#FFFFFF;
  --shadow:0 24px 70px rgba(20,50,74,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, Avenir, Arial, sans-serif;
  color:var(--ink);
  background:var(--ivory);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
p{margin:0 0 1rem}
h1,h2,h3{
  font-family:"Cormorant Garamond", Georgia, serif;
  color:var(--navy);
  line-height:1.05;
  font-weight:550;
  margin:0 0 1rem;
}
h1{font-size:clamp(3rem,7vw,6rem);letter-spacing:-.04em}
h2{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.03em}
h3{font-size:1.75rem}
.skip-link{position:absolute;top:-100px;left:1rem;background:#fff;padding:.75rem 1rem;z-index:999}
.skip-link:focus{top:1rem}
.topbar{
  background:var(--navy);
  color:white;
  display:flex;
  justify-content:space-between;
  gap:1rem;
  padding:.65rem 5vw;
  font-size:.78rem;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.site-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.25rem;
  padding:1.05rem 5vw;
  background:rgba(248,245,242,.97);
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid rgba(20,50,74,.08);
  backdrop-filter:blur(12px);
}
.brand{display:flex;align-items:center;gap:.8rem;min-width:200px}
.brand img{width:64px;height:64px;object-fit:contain;border-radius:50%}
.brand span{font-family:"Cormorant Garamond", Georgia, serif;font-size:1.9rem;color:#D87991;line-height:1}
.main-nav{display:flex;align-items:center;gap:1.3rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--navy)}
.main-nav a{padding:.5rem 0;border-bottom:1px solid transparent}
.main-nav a:hover,.main-nav a.active{border-bottom-color:var(--gold)}
.menu-toggle{display:none;background:transparent;border:1px solid rgba(20,50,74,.25);padding:.65rem .9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--navy)}
.header-cta,.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:46px;
  padding:.85rem 1.2rem;
  border:1px solid var(--navy);
  background:var(--navy);
  color:white;
  font-size:.75rem;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:700;
  transition:.2s ease;
}
.header-cta:hover,.btn.primary:hover{background:var(--navy-2);transform:translateY(-1px)}
.btn.ghost{background:transparent;color:var(--navy)}
.btn.light{background:white;color:var(--navy);border-color:white}
.btn.light-outline{background:transparent;color:white;border-color:rgba(255,255,255,.65)}
.button-row{display:flex;gap:.9rem;flex-wrap:wrap;align-items:center;margin-top:1.4rem}
.centered{justify-content:center}
.eyebrow{
  display:block;
  color:var(--terracotta);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.78rem;
  font-weight:800;
  margin-bottom:.9rem;
}
.lead{font-size:1.25rem;color:#42535F;max-width:650px}
.hero{
  min-height:720px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:center;
  gap:5vw;
  padding:6rem 5vw;
  background:
    radial-gradient(circle at 90% 20%, rgba(235,194,203,.65), transparent 30%),
    radial-gradient(circle at 5% 80%, rgba(200,161,90,.30), transparent 35%),
    linear-gradient(135deg, var(--ivory), #fff 55%, var(--soft-blush));
}
.hero-content{max-width:800px}
.hero-card{
  background:white;
  box-shadow:var(--shadow);
  border:1px solid rgba(20,50,74,.08);
  padding:3rem 2rem;
  text-align:center;
  position:relative;
}
.hero-card:before{
  content:"";
  position:absolute;
  inset:1rem;
  border:1px solid rgba(200,161,90,.35);
  pointer-events:none;
}
.hero-card img{width:min(300px,80%);margin-bottom:1rem}
.hero-card p{font-family:"Cormorant Garamond", Georgia, serif;font-size:2rem;line-height:1.1;color:var(--navy);margin:0 auto;max-width:340px}
.section{padding:6rem 5vw}
.section-heading{text-align:center;max-width:820px;margin:0 auto 3rem}
.navy-section{background:var(--navy);color:white}
.navy-section h2{color:white;font-size:1.65rem}
.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.pillars article{border-left:1px solid rgba(255,255,255,.2);padding-left:1.5rem}
.pillars span{color:var(--gold);font-weight:800;letter-spacing:.16em;font-size:.8rem}
.pillars p{color:rgba(255,255,255,.78)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:center}
.reverse>div:first-child{order:2}
.credential-card,.bio-card,.notice-card,.form-card,.post-card,.service-card,.condition-grid article{
  background:white;
  border:1px solid rgba(20,50,74,.09);
  box-shadow:0 18px 45px rgba(20,50,74,.06);
  padding:2rem;
}
.notice-card.small{margin-top:2rem}
.check-list{list-style:none;margin:0;padding:0}
.check-list li{padding:.65rem 0 .65rem 1.8rem;border-bottom:1px solid rgba(20,50,74,.08);position:relative}
.check-list li:last-child{border-bottom:0}
.check-list li:before{content:"✦";position:absolute;left:0;color:var(--gold)}
.soft-section{background:linear-gradient(135deg,var(--soft-blush),#fff)}
.service-cards,.condition-grid,.post-grid,.mini-posts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.4rem;
}
.service-card,.post-card,.mini-posts a{transition:.2s ease}
.service-card:hover,.post-card:hover,.mini-posts a:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.service-card h3,.condition-grid h3,.post-card h2{font-size:2rem}
.quote-panel{
  min-height:380px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--navy),#254761);
  padding:3rem;
  position:relative;
  overflow:hidden;
}
.quote-panel:after{
  content:"";
  position:absolute;
  width:360px;height:360px;border-radius:50%;
  background:rgba(235,194,203,.12);
  right:-90px;bottom:-90px;
}
.quote-panel p{
  font-family:"Cormorant Garamond", Georgia, serif;
  color:white;
  font-size:clamp(2.4rem,4vw,4rem);
  line-height:1.05;
  margin:0;
  position:relative;
  z-index:1;
}
.blog-teaser{background:white}
.mini-posts a{background:var(--ivory);padding:1.8rem;border:1px solid rgba(20,50,74,.08)}
.mini-posts span,.post-card span{display:block;color:var(--terracotta);text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:800;margin-bottom:.7rem}
.mini-posts strong{display:block;font-family:"Cormorant Garamond", Georgia, serif;color:var(--navy);font-size:1.8rem;line-height:1.1;margin-bottom:.7rem}
.mini-posts em{font-style:normal;color:var(--muted)}
.cta-band{
  background:linear-gradient(135deg,var(--navy),#213F58);
  color:white;
  text-align:center;
  padding:5rem 5vw;
}
.cta-band h2{color:white}
.page-hero,.article-hero{
  padding:6.5rem 5vw 5rem;
  text-align:center;
  background:
    radial-gradient(circle at 80% 30%, rgba(235,194,203,.6), transparent 32%),
    linear-gradient(135deg,var(--ivory),#fff);
}
.page-hero p,.article-hero p{max-width:820px;margin-left:auto;margin-right:auto;font-size:1.15rem;color:#465761}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.timeline article{background:white;padding:1.7rem;border:1px solid rgba(20,50,74,.08)}
.timeline span{display:inline-block;color:var(--terracotta);font-weight:800;margin-bottom:.6rem}
.publication-list{max-width:900px;margin:0 auto;background:white;padding:2rem;border:1px solid rgba(20,50,74,.08)}
.process{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.process article{background:white;padding:2rem;border-top:4px solid var(--gold);box-shadow:0 18px 45px rgba(20,50,74,.06)}
.process span{font-weight:800;color:var(--terracotta);letter-spacing:.12em}
.contact-list p{margin-bottom:1.4rem}
.form-card label{display:block;font-weight:700;color:var(--navy);font-size:.9rem;margin:1rem 0}
.form-card input,.form-card select,.form-card textarea{
  width:100%;
  display:block;
  margin-top:.35rem;
  border:1px solid rgba(20,50,74,.25);
  background:var(--ivory);
  min-height:48px;
  padding:.8rem;
  font:inherit;
}
.form-card textarea{resize:vertical}
.checkbox{display:flex!important;gap:.7rem;align-items:flex-start;color:var(--ink)!important;font-weight:500!important}
.checkbox input{width:auto;min-height:auto;margin-top:.3rem}
.hidden{display:none!important}
.article{max-width:860px;margin:0 auto}
.article h2{font-size:2.5rem;margin-top:2.5rem}
.article-note{
  background:var(--soft-blush);
  border-left:4px solid var(--gold);
  padding:1rem 1.2rem;
  color:var(--navy);
}
.article-cta{margin-top:3rem;padding:2rem;background:var(--ivory);border:1px solid rgba(20,50,74,.08)}
.legal{max-width:960px;margin:0 auto;background:white}
.legal h2{font-size:2.1rem;margin-top:2rem}
.centered-text{text-align:center}
.site-footer{
  background:var(--navy);
  color:white;
  padding:4rem 5vw 2rem;
}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}
.footer-logo{width:120px;background:white;border-radius:50%;padding:.3rem;margin-bottom:1rem}
.site-footer h3{color:white;font-family:Inter, Arial, sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.14em}
.site-footer p,.site-footer a{color:rgba(255,255,255,.78)}
.footer-bottom{display:flex;justify-content:space-between;gap:2rem;border-top:1px solid rgba(255,255,255,.15);padding-top:1.4rem;margin-top:2rem;font-size:.82rem;color:rgba(255,255,255,.62)}
.text-link{color:var(--terracotta);font-weight:800;border-bottom:1px solid rgba(184,92,75,.35)}
@media(max-width:1050px){
  .header-cta{display:none}
  .main-nav{gap:.8rem;font-size:.72rem}
  .pillars,.service-cards,.condition-grid,.post-grid,.mini-posts,.timeline,.process,.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  h1{font-size:3.5rem}
  .hero,.split{grid-template-columns:1fr}
  .reverse>div:first-child{order:0}
  .main-nav{
    display:none;position:absolute;left:0;right:0;top:100%;background:var(--ivory);
    padding:1rem 5vw 1.5rem;border-bottom:1px solid rgba(20,50,74,.1);
    flex-direction:column;align-items:flex-start;
  }
  .main-nav.open{display:flex}
  .menu-toggle{display:block}
  .topbar{font-size:.68rem;flex-direction:column;gap:.2rem;text-align:center}
  .brand span{font-size:1.55rem}
  .brand img{width:54px;height:54px}
  .section{padding:4.2rem 5vw}
  .pillars,.service-cards,.condition-grid,.post-grid,.mini-posts,.timeline,.process,.footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}
@media(max-width:520px){
  .button-row{flex-direction:column;align-items:stretch}
  .btn,.header-cta{width:100%}
  .hero{padding-top:4rem;min-height:auto}
  .site-header{padding:1rem 4vw}
}


/* Premium visual enhancements */
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-2;
  background:
    radial-gradient(circle at 8% 10%, rgba(235,194,203,.22), transparent 25%),
    radial-gradient(circle at 90% 6%, rgba(200,161,90,.14), transparent 22%),
    linear-gradient(180deg,#fbf8f5 0%,#f8f5f2 100%);
}
.site-header{
  box-shadow:0 16px 50px rgba(20,50,74,.055);
}
.hero-luxe{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(235,194,203,.85), transparent 25%),
    radial-gradient(circle at 62% 80%, rgba(200,161,90,.25), transparent 30%),
    linear-gradient(135deg,#fffaf8 0%,#f8f5f2 47%,#f6e4e8 100%);
}
.hero-luxe:before{
  content:"";
  position:absolute;
  inset:7%;
  border:1px solid rgba(20,50,74,.08);
  pointer-events:none;
}
.hero-visual{
  min-height:480px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.orb{
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
  opacity:.9;
}
.orb-one{
  width:280px;height:280px;background:linear-gradient(135deg,var(--blush),rgba(255,255,255,.2));
  right:5%;top:8%;
}
.orb-two{
  width:190px;height:190px;background:linear-gradient(135deg,rgba(200,161,90,.55),rgba(255,255,255,.1));
  left:4%;bottom:8%;
}
.portrait-shell{
  width:min(430px,88vw);
  min-height:520px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 38px 100px rgba(20,50,74,.16);
  backdrop-filter:blur(18px);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:3rem;
  position:relative;
}
.portrait-shell:after{
  content:"";
  position:absolute;
  inset:1rem;
  border:1px solid rgba(200,161,90,.38);
}
.portrait-shell img{width:280px;position:relative;z-index:1;filter:drop-shadow(0 18px 30px rgba(20,50,74,.10))}
.portrait-caption{
  margin-top:1.5rem;
  text-align:center;
  position:relative;
  z-index:1;
}
.portrait-caption strong{
  display:block;
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:2rem;
  color:var(--navy);
}
.portrait-caption span{
  color:var(--terracotta);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:.72rem;
  font-weight:800;
}
.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:var(--navy);
  color:white;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
}
.trust-strip div{
  padding:1.5rem 5vw;
  border-right:1px solid rgba(255,255,255,.14);
}
.trust-strip strong{
  display:block;
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:2rem;
  line-height:1;
  color:white;
}
.trust-strip span{
  display:block;
  margin-top:.45rem;
  color:rgba(255,255,255,.72);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.editorial-section{background:#fff}
.editorial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.4rem;
}
.editorial-grid article{
  background:linear-gradient(180deg,#fff,var(--ivory));
  border:1px solid rgba(20,50,74,.08);
  padding:2rem;
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:.25s ease;
}
.editorial-grid article:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow);
}
.editorial-grid span,.card-kicker{
  color:var(--terracotta);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.72rem;
  margin-bottom:.8rem;
  display:block;
}
.luxe-hero-mini{
  position:relative;
  overflow:hidden;
}
.luxe-hero-mini:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-130px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(235,194,203,.5);
  z-index:0;
}
.luxe-hero-mini>*{position:relative;z-index:1}
.about-intro{background:#fff}
.feature-card{
  background:linear-gradient(135deg,#fff 0%,var(--soft-blush) 100%);
}
.credential-wall{
  background:linear-gradient(135deg,var(--navy),#213F58);
  color:white;
}
.credential-wall h2{color:white}
.credential-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.16);
}
.credential-grid article{
  background:rgba(255,255,255,.06);
  padding:2rem;
  min-height:175px;
}
.credential-grid strong{
  display:block;
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:2rem;
  color:white;
  line-height:1.05;
}
.credential-grid span{
  display:block;
  margin-top:.75rem;
  color:rgba(255,255,255,.72);
}
.publication-section{background:#fff}
.schedule-card{
  background:
    radial-gradient(circle at 100% 0%, rgba(235,194,203,.55), transparent 38%),
    linear-gradient(135deg,#fff,var(--ivory));
}
.schedule-options{
  display:grid;
  gap:.9rem;
  margin:1.3rem 0;
}
.schedule-options article{
  border:1px solid rgba(20,50,74,.08);
  padding:1rem;
  background:rgba(255,255,255,.65);
}
.schedule-options strong{
  display:block;
  color:var(--navy);
  margin-bottom:.2rem;
}
.schedule-options span{
  display:block;
  color:var(--muted);
  font-size:.92rem;
}
.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}
@media(max-width:1050px){
  .trust-strip,.editorial-grid,.credential-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .hero-visual{min-height:360px}
  .portrait-shell{min-height:380px;padding:2rem}
  .portrait-shell img{width:210px}
  .trust-strip,.editorial-grid,.credential-grid{grid-template-columns:1fr}
  .trust-strip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
}
