:root{
  --pw-wine:#6d1f36;
  --pw-wine-dark:#4f1528;
  --pw-navy:#17243f;
  --pw-ink:#202737;
  --pw-muted:#60697b;
  --pw-blush:#f4e8eb;
  --pw-cream:#fbf8f5;
  --pw-gold:#bd8b3c;
  --pw-white:#fff;
  --pw-border:#e7dfe1;
  --pw-shadow:0 18px 55px rgba(23,36,63,.11);
}
*{box-sizing:border-box}
body.pw-theme{margin:0;color:var(--pw-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.7;background:#fff}
body.pw-theme main{overflow:hidden}
.pw-theme h1,.pw-theme h2,.pw-theme h3,.pw-theme h4{font-family:Georgia,"Times New Roman",serif;color:var(--pw-navy);font-weight:500;letter-spacing:-.025em;line-height:1.08}
.pw-theme h1{font-size:clamp(2.65rem,6vw,5rem);margin:.25em 0}
.pw-theme h2{font-size:clamp(2rem,4vw,3.35rem);margin:.25em 0 .45em}
.pw-theme h3{font-size:clamp(1.35rem,2.5vw,1.85rem);margin:.25em 0 .5em}
.pw-theme p,.pw-theme li,.pw-theme label,.pw-theme input,.pw-theme select,.pw-theme textarea,.pw-theme button{font-size:1rem}
.pw-theme a{transition:color .18s ease,background .18s ease,transform .18s ease}
.pw-theme img{max-width:100%;height:auto}
.pw-contact-bar{display:flex;justify-content:center;align-items:center;gap:1.25rem;min-height:42px;padding:.45rem 1.25rem;color:#fff;background:var(--pw-wine-dark);font-size:.875rem;text-align:center}
.pw-contact-bar a{color:#fff;font-weight:750;text-decoration:none;white-space:nowrap}
.pw-contact-bar a:hover{text-decoration:underline}
.pw-site-header{position:relative;z-index:20;border-bottom:1px solid var(--pw-border);background:rgba(255,255,255,.97)}
.pw-header-inner{min-height:88px;padding:1rem 1.25rem}
.pw-brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--pw-navy)!important;text-decoration:none!important}
.pw-brand-seal{display:grid;place-items:center;width:47px;height:47px;border:2px solid var(--pw-wine);border-radius:50%;color:var(--pw-wine);font-family:Georgia,serif;font-weight:700;letter-spacing:-.04em}
.pw-brand strong,.pw-brand small{display:block}.pw-brand strong{font-family:Georgia,serif;font-size:1.22rem;line-height:1.1}.pw-brand small{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}
.pw-primary-nav .wp-block-navigation-item__content{color:var(--pw-navy);font-size:.9rem;font-weight:700;text-decoration:none}
.pw-primary-nav .wp-block-navigation-item__content:hover{color:var(--pw-wine)}
.pw-hero,.pw-section,.pw-journal,.pw-single{padding-left:clamp(1.15rem,4vw,3rem);padding-right:clamp(1.15rem,4vw,3rem)}
.pw-hero{padding-top:clamp(3.75rem,8vw,7rem);padding-bottom:clamp(3.75rem,8vw,7rem);background:linear-gradient(125deg,var(--pw-cream),#fff 62%)}
.pw-hero-sap{background:linear-gradient(125deg,#fbf7f2,#f7edf0 68%,#fff)}
.pw-section{padding-top:clamp(4rem,8vw,7rem);padding-bottom:clamp(4rem,8vw,7rem)}
.pw-section-soft{background:var(--pw-cream)}
.pw-hero-columns,.pw-two-column{gap:clamp(2rem,6vw,5.5rem);align-items:center}
.pw-hero-columns>.wp-block-column:first-child{flex-basis:56%}.pw-hero-columns>.wp-block-column:last-child{flex-basis:44%}
.pw-hero-image img,.pw-rounded-image img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:28px;box-shadow:var(--pw-shadow)}
.pw-rounded-image img{aspect-ratio:4/3}
.pw-kicker{margin:0 0 .7rem;color:var(--pw-wine);font-size:.77rem!important;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.pw-lede{max-width:760px;color:#465066;font-size:clamp(1.1rem,2vw,1.35rem)!important;line-height:1.55}
.pw-credential-line{margin-top:1.6rem;padding-top:1.2rem;border-top:1px solid var(--pw-border);color:var(--pw-muted);font-size:.9rem!important}
.wp-element-button,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.78rem 1.35rem!important;border:2px solid var(--pw-wine)!important;border-radius:999px!important;background:var(--pw-wine)!important;color:#fff!important;font-weight:800;text-decoration:none!important;box-shadow:none!important}
.wp-element-button:hover,.wp-block-button__link:hover{background:var(--pw-wine-dark)!important;border-color:var(--pw-wine-dark)!important;transform:translateY(-1px)}
.is-style-outline .wp-block-button__link{background:transparent!important;color:var(--pw-wine)!important}
.pw-text-link{font-weight:800}.pw-centered{text-align:center}.pw-centered>*{margin-left:auto;margin-right:auto}.pw-centered .wp-block-buttons{justify-content:center}
.pw-check-list{margin:1.4rem 0 1.8rem;padding:0;list-style:none}.pw-check-list li{position:relative;margin:.75rem 0;padding-left:1.8rem}.pw-check-list li:before{content:"✓";position:absolute;left:0;color:var(--pw-wine);font-weight:900}
.pw-card-grid{gap:1.25rem}.pw-card{height:100%;padding:clamp(1.4rem,3vw,2.1rem);border:1px solid var(--pw-border);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(23,36,63,.05)}
.pw-card p:last-child{margin-bottom:0}.pw-text-link{color:var(--pw-wine)}
.pw-price-band{color:#fff;background:var(--pw-navy)}.pw-price-band h1,.pw-price-band h2,.pw-price-band h3,.pw-price-band p,.pw-price-band a{color:#fff}.pw-price-band .wp-element-button{background:#fff!important;border-color:#fff!important;color:var(--pw-navy)!important}
.pw-area-list{padding:1.2rem 1.4rem;border-left:4px solid var(--pw-gold);background:var(--pw-cream);font-weight:650}
.pw-partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem;text-align:left}.pw-partner{padding:1.35rem;border:1px solid var(--pw-border);border-radius:16px;background:#fff}.pw-partner strong,.pw-partner span{display:block}.pw-partner strong{color:var(--pw-navy);font-family:Georgia,serif;font-size:1.35rem}.pw-partner span{margin-top:.25rem;color:var(--pw-muted);font-size:.88rem}
.pw-logo-panel{max-width:1180px;margin:2rem auto 0;padding:1rem;border:1px solid var(--pw-border);border-radius:20px;background:#fff;overflow:hidden}.pw-logo-panel img{display:block;width:100%;height:auto;border-radius:12px}.pw-small{color:var(--pw-muted);font-size:.78rem!important;line-height:1.5}
.pw-video,.pw-video-placeholder{max-width:920px;margin:2rem auto 0;border-radius:24px;overflow:hidden;box-shadow:var(--pw-shadow)}.pw-video{position:relative;aspect-ratio:16/9;background:#101522}.pw-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.pw-video-placeholder{display:grid;place-items:center;min-height:360px;padding:2rem;background:linear-gradient(140deg,var(--pw-navy),#314263);color:#fff;text-align:center}.pw-video-placeholder span{display:grid;place-items:center;width:74px;height:74px;border:2px solid rgba(255,255,255,.65);border-radius:50%;font-size:1.6rem}.pw-video-placeholder strong{font-family:Georgia,serif;font-size:1.6rem}.pw-video-placeholder p{margin:0;color:#dfe4ed}
.pw-form-section>*{max-width:900px!important}.pw-consultation-form{padding:clamp(1.35rem,4vw,2.5rem);border:1px solid var(--pw-border);border-radius:22px;background:#fff;text-align:left;box-shadow:var(--pw-shadow)}.pw-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pw-consultation-form label{display:grid;gap:.4rem;margin-bottom:1rem;color:var(--pw-navy);font-weight:750}.pw-consultation-form input,.pw-consultation-form select,.pw-consultation-form textarea{width:100%;min-height:48px;padding:.7rem .85rem;border:1px solid #bbc2cf;border-radius:10px;background:#fff;color:var(--pw-ink);font:inherit}.pw-consultation-form textarea{min-height:130px;resize:vertical}.pw-consultation-form :focus{outline:3px solid rgba(109,31,54,.2);outline-offset:1px;border-color:var(--pw-wine)}.pw-form-note{color:var(--pw-muted);font-size:.82rem!important}
.pw-map{position:relative;min-height:440px;margin-top:1.5rem;border-radius:22px;overflow:hidden;box-shadow:var(--pw-shadow)}.pw-map iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.pw-site-footer{padding:4.5rem clamp(1.15rem,4vw,3rem) 1.25rem;color:#dfe4ed;background:var(--pw-navy)}.pw-site-footer h3,.pw-site-footer a,.pw-site-footer strong{color:#fff}.pw-site-footer a{text-decoration:none}.pw-site-footer a:hover{text-decoration:underline}.pw-brand-footer{margin-bottom:1rem}.pw-brand-footer .pw-brand-seal{border-color:#fff;color:#fff}.pw-footer-grid{gap:2.5rem}.pw-footer-grid>.wp-block-column:first-child{flex-basis:50%}.pw-footer-bottom{margin-top:2.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.18);font-size:.78rem}.pw-footer-bottom p{margin:0}
.pw-journal{padding-top:4rem;padding-bottom:6rem;background:var(--pw-cream)}.pw-journal-hero{padding:2rem 0 3rem}.pw-post-grid{gap:1.5rem}.pw-article-card{height:100%;padding:1.15rem;border:1px solid var(--pw-border);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(23,36,63,.05)}.pw-article-card .wp-block-post-featured-image{margin:-1.15rem -1.15rem 1rem}.pw-article-card .wp-block-post-featured-image img{border-radius:20px 20px 0 0}.pw-article-card .wp-block-post-title a{text-decoration:none}.wp-block-post-terms a{font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}
.pw-single{padding-bottom:6rem}.pw-article-header{max-width:900px!important;padding-top:4.5rem;padding-bottom:2rem;text-align:center}.pw-single>.wp-block-post-featured-image{max-width:1100px!important}.pw-single>.wp-block-post-content{padding-top:2rem}.pw-single>.wp-block-post-content>h2{margin-top:2.2em}.pw-single>.wp-block-post-content>h3{margin-top:1.8em}.pw-author-box{display:flex;align-items:center;gap:1.25rem;margin-top:4rem;padding:1.5rem;border:1px solid var(--pw-border);border-radius:20px;background:var(--pw-cream)}.pw-author-box figure{flex:0 0 auto;margin:0}.pw-author-box img{border-radius:50%}
@media (max-width:900px){.pw-contact-bar{flex-wrap:wrap;gap:.25rem 1rem;padding:.55rem 1rem}.pw-contact-bar span{flex-basis:100%}.pw-primary-nav{order:3}.pw-partner-grid{grid-template-columns:1fr}.pw-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pw-hero-columns,.pw-two-column{flex-wrap:wrap!important}.pw-hero-columns>.wp-block-column,.pw-two-column>.wp-block-column{flex-basis:100%!important}.pw-hero-image img{max-height:620px;aspect-ratio:5/4}.pw-footer-grid{flex-wrap:wrap!important}.pw-footer-grid>.wp-block-column{flex-basis:45%!important}.pw-footer-grid>.wp-block-column:first-child{flex-basis:100%!important}}
@media (max-width:600px){.pw-theme h1{font-size:clamp(2.35rem,13vw,3.4rem)}.pw-theme h2{font-size:clamp(1.8rem,10vw,2.55rem)}.pw-header-inner{min-height:72px}.pw-brand strong{font-size:1.05rem}.pw-brand-seal{width:42px;height:42px}.pw-contact-bar{font-size:.78rem}.pw-contact-bar a{padding:.2rem .4rem}.pw-form-grid{grid-template-columns:1fr}.pw-post-grid{grid-template-columns:1fr!important}.pw-video-placeholder{min-height:240px}.pw-logo-panel{padding:.45rem}.pw-author-box{align-items:flex-start;flex-direction:column}.pw-footer-grid>.wp-block-column{flex-basis:100%!important}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

