:root{--c-bg:#F6F5FA;--c-surface-2:#ECEAF5;--c-text:#201E2B;--c-brand:#413781;--c-accent:#C26C47;--c-brand-ink:#F6F5FA;--c-muted:#646078;--c-border:#CCCAE0}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--c-bg);color:var(--c-text);line-height:1.65;min-height:100vh;padding-bottom:52px}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',Georgia,'Times New Roman',serif;line-height:1.2;color:var(--c-text)}
h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:600}
h2{font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:600}
h3{font-size:clamp(1.15rem,2.5vw,1.6rem);font-weight:600}
h4{font-size:1.1rem;font-weight:600}
p{margin-bottom:1rem}
p:last-child{margin-bottom:0}
a{color:var(--c-brand)}
a:hover{text-decoration:underline}
a:focus-visible{outline:2px solid var(--c-brand);outline-offset:3px;border-radius:2px}
img,svg{max-width:100%;display:block}
ul,ol{padding-left:1.25rem}
address{font-style:normal}
strong{font-weight:600}
em{font-style:italic}
.container{width:100%;max-width:1120px;margin-inline:auto;padding-inline:1.25rem}
.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;background:var(--c-brand);color:var(--c-brand-ink);padding:.5rem 1rem;border-radius:0 0 4px 4px;font-weight:600;transition:top .2s}
.skip-link:focus{top:0}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9000;background:var(--c-text);color:var(--c-brand-ink);padding:1rem 1.25rem;border-top:3px solid var(--c-brand)}
.cookie-banner[hidden]{display:none}
.cookie-inner{max-width:1120px;margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}
.cookie-inner p{margin:0;flex:1 1 260px;font-size:.9rem;color:#d0ddd9}
.cookie-inner a{color:var(--c-accent)}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.cookie-customise-panel{flex-direction:column;align-items:flex-start;gap:.75rem}
.cookie-custom-options{display:flex;flex-direction:column;gap:.5rem}
.cookie-option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;color:#d0ddd9}
.cookie-option input[type="checkbox"]{width:16px;height:16px;accent-color:var(--c-brand)}
.cookie-noscript{font-size:.8rem;color:#7a9a91;padding-top:.4rem}
.btn{display:inline-block;padding:.7rem 1.5rem;border-radius:4px;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background .2s,color .2s,border-color .2s;line-height:1.2;text-align:center;font-family:inherit}
.btn-primary{background:var(--c-brand);color:var(--c-brand-ink);border-color:var(--c-brand)}
.btn-primary:hover{background:#225241;border-color:#225241;text-decoration:none;color:var(--c-brand-ink)}
.btn-outline{background:transparent;color:var(--c-brand);border-color:var(--c-brand)}
.btn-outline:hover{background:var(--c-brand);color:var(--c-brand-ink);text-decoration:none}
.btn-ghost{background:transparent;color:var(--c-brand-ink);border-color:rgba(255,255,255,.4)}
.btn-ghost:hover{background:rgba(255,255,255,.1);text-decoration:none;color:var(--c-brand-ink)}
.btn-accent{background:var(--c-accent);color:#fff;border-color:var(--c-accent)}
.btn-accent:hover{background:#a8713e;border-color:#a8713e;text-decoration:none;color:#fff}
.btn-sm{padding:.4rem .9rem;font-size:.875rem}
.btn-nav{background:var(--c-brand)!important;color:var(--c-brand-ink)!important;padding:.45rem 1rem;font-size:.9rem;border:none;border-radius:4px}
.btn-nav:hover{background:#225241!important;text-decoration:none}
.site-header{background:var(--c-bg);border-bottom:1px solid var(--c-border);position:sticky;top:0;z-index:800}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:1rem}
.logo{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:600;color:var(--c-text);text-decoration:none;letter-spacing:-.02em;flex-shrink:0}
.logo:hover{color:var(--c-brand);text-decoration:none}
.nav-toggle-check{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.nav-toggle-label{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;border-radius:4px;z-index:810;position:relative}
.nav-toggle-label span{display:block;width:22px;height:2px;background:var(--c-text);border-radius:2px;transition:transform .25s,opacity .25s}
.site-nav ul{display:flex;align-items:center;gap:.15rem;list-style:none;padding:0;margin:0}
.site-nav a{color:var(--c-text);font-size:.92rem;padding:.45rem .6rem;border-radius:4px;text-decoration:none;display:inline-block}
.site-nav a:hover{color:var(--c-brand);background:var(--c-surface-2);text-decoration:none}
.site-nav a[aria-current="page"]{color:var(--c-brand);font-weight:600}
.hero{min-height:80vh;display:grid;place-items:center;padding:5rem 0 3rem}
.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}
.hero-panel-text{padding:2rem 0}
.hero-headline{line-height:1.08;margin-bottom:1.25rem}
.hero-headline em{font-style:italic;color:var(--c-brand)}
.hero-sub{font-size:1.15rem;color:var(--c-muted);max-width:42ch;margin-bottom:2rem;line-height:1.6}
.hero-cta-group{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}
.hero-panel-accent{display:none}
.hero-accent-top{height:3px;background:var(--c-accent);margin-bottom:2rem;border-radius:2px}
.hero-pull-quote{font-family:'Playfair Display',serif;font-size:1.25rem;font-style:italic;color:var(--c-text);line-height:1.5;margin-bottom:1.5rem}
.hero-sub-detail{font-size:.85rem;color:var(--c-muted);line-height:1.5}
.hero-sub-detail span{display:block;margin-bottom:.3rem}
.section{padding:4rem 0}
.section-alt{background:var(--c-surface-2)}
.section-dark{background:var(--c-text)}
.section-dark h2,.section-dark h3,.section-dark p{color:var(--c-brand-ink)}
.section-dark .section-label{color:var(--c-accent)}
.section-brand{background:var(--c-brand)}
.section-brand h2,.section-brand h3,.section-brand p{color:var(--c-brand-ink)}
.section-tight{padding:2.5rem 0}
.section-wide{padding:6rem 0}
.section-header{margin-bottom:2.5rem}
.section-label{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--c-accent);display:block;margin-bottom:.5rem}
.section-header h2{margin-bottom:.75rem}
.section-header p{color:var(--c-muted);max-width:52ch;line-height:1.6}
.service-cards{display:grid;grid-template-columns:1fr;gap:1.5rem}
.service-card{background:var(--c-bg);border:1px solid var(--c-border);border-radius:8px;padding:1.75rem;transition:box-shadow .2s,border-color .2s}
.service-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.07);border-color:var(--c-brand)}
.service-icon{width:44px;height:44px;background:var(--c-surface-2);border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.service-icon svg{width:22px;height:22px;stroke:var(--c-brand);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{margin-bottom:.5rem;font-size:1.2rem}
.service-card>p{color:var(--c-muted);font-size:.95rem;margin-bottom:1rem;line-height:1.6}
.service-card a.card-link{font-size:.9rem;font-weight:600;color:var(--c-brand);text-decoration:none}
.service-card a.card-link:hover{text-decoration:underline}
.about-teaser{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}
.about-teaser-text{display:flex;flex-direction:column;justify-content:center}
.about-teaser-text h2{margin-bottom:1rem}
.about-teaser-text p{color:var(--c-muted);margin-bottom:1rem;line-height:1.7}
.about-teaser-text .btn{align-self:flex-start}
.about-panel{background:var(--c-brand);padding:2.5rem;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between}
.about-panel-quote{font-family:'Playfair Display',serif;font-size:1.3rem;font-style:italic;color:var(--c-brand-ink);line-height:1.5;margin-bottom:1.5rem}
.about-panel-accent{height:3px;background:var(--c-accent);border-radius:2px}
.about-panel-detail{margin-top:1.5rem;font-size:.85rem;color:rgba(244,247,245,.7)}
.about-panel-detail span{display:block;margin-bottom:.25rem}
.process-steps{list-style:none;padding:0;margin:0;counter-reset:step;display:grid;grid-template-columns:1fr;gap:1.5rem}
.process-step{counter-increment:step;display:flex;gap:1.25rem;align-items:flex-start}
.step-num{min-width:44px;height:44px;background:var(--c-brand);color:var(--c-brand-ink);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0;font-family:inherit}
.step-content h3{margin-bottom:.4rem;font-size:1.05rem}
.step-content p{color:var(--c-muted);font-size:.95rem;margin:0;line-height:1.6}
.case-study{background:var(--c-bg);border-left:4px solid var(--c-brand);border-radius:0 8px 8px 0;padding:2rem;max-width:720px}
.case-meta{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--c-accent);margin-bottom:.75rem;font-weight:700}
.case-study blockquote{font-family:'Playfair Display',serif;font-size:1.05rem;line-height:1.75;color:var(--c-text);margin-bottom:0}
.case-disclaimer{font-size:.8rem;color:var(--c-muted);margin-top:1.25rem;padding-top:.75rem;border-top:1px solid var(--c-border);line-height:1.5}
.stats-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}
.stat-item{background:var(--c-bg);border-radius:8px;padding:1.5rem;text-align:center;border:1px solid var(--c-border)}
.stat-num{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:600;color:var(--c-brand);line-height:1;display:block;margin-bottom:.3rem}
.stat-label{font-size:.82rem;color:var(--c-muted);line-height:1.3}
.faq-list{max-width:720px}
.faq-item{border-bottom:1px solid var(--c-border)}
.faq-item:first-child{border-top:1px solid var(--c-border)}
.faq-item summary{padding:1.1rem 0;font-weight:600;font-size:1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--c-text);font-family:inherit}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'＋';font-size:1.1rem;color:var(--c-brand);flex-shrink:0;font-style:normal;font-weight:400;line-height:1}
.faq-item[open]>summary::after{content:'－'}
.faq-answer{padding:.15rem 0 1.25rem;color:var(--c-muted);line-height:1.75;font-size:.97rem}
.faq-answer p{margin-bottom:.65rem}
.faq-answer p:last-child{margin-bottom:0}
.lead-cta-section{padding:5rem 0;background:var(--c-surface-2)}
.lead-cta-inner{max-width:640px}
.lead-cta-inner h2{margin-bottom:.75rem}
.lead-cta-inner>p{color:var(--c-muted);margin-bottom:2rem;line-height:1.7;font-size:1.05rem}
.lead-form{text-align:left}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.35rem;color:var(--c-text)}
.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--c-border);border-radius:4px;background:var(--c-bg);color:var(--c-text);font-size:1rem;font-family:inherit;transition:border-color .2s}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--c-brand)}
.form-group input[aria-invalid="true"],.form-group textarea[aria-invalid="true"]{border-color:#c0392b}
.form-group textarea{min-height:130px;resize:vertical}
.form-error{font-size:.8rem;color:#c0392b;margin-top:.3rem;display:none}
.form-error.visible{display:block}
.form-phone-alt{font-size:.9rem;color:var(--c-muted);margin-top:1.25rem}
.form-phone-alt a{color:var(--c-brand);font-weight:600}
.site-footer{background:var(--c-text);color:var(--c-brand-ink);padding:3.5rem 0 0}
.footer-inner{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem}
.footer-logo{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--c-brand-ink);text-decoration:none;display:block;margin-bottom:1rem}
.footer-logo:hover{color:var(--c-accent);text-decoration:none}
.footer-address{line-height:1.9;font-size:.9rem;color:#b8c8c3}
.footer-address a{color:#b8c8c3;text-decoration:none}
.footer-address a:hover{color:var(--c-brand-ink)}
.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.footer-nav ul{list-style:none;padding:0;margin:0}
.footer-nav li{margin-bottom:.5rem}
.footer-nav a{color:#b8c8c3;font-size:.9rem;text-decoration:none}
.footer-nav a:hover{color:var(--c-brand-ink)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}
.footer-disclaimer{font-size:.78rem;color:#7a9a91;margin-bottom:.75rem;line-height:1.6;max-width:680px}
.footer-copyright{font-size:.8rem;color:#7a9a91}
.footer-copyright a{color:#7a9a91;text-decoration:none}
.footer-copyright a:hover{color:var(--c-brand-ink)}
.footer-pref-link{margin-top:.4rem}
.footer-pref-link a{font-size:.8rem;color:#7a9a91;text-decoration:none}
.footer-pref-link a:hover{color:var(--c-brand-ink)}
.mobile-cta-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:700;background:var(--c-text);border-top:1px solid rgba(255,255,255,.1)}
.mobile-cta-bar a{flex:1;min-height:52px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.88rem;text-decoration:none;color:var(--c-brand-ink);gap:.4rem}
.mobile-cta-bar .cta-call{border-right:1px solid rgba(255,255,255,.1)}
.mobile-cta-bar .cta-call:hover,.mobile-cta-bar .cta-book:hover{background:rgba(255,255,255,.05);text-decoration:none}
.mobile-cta-bar .cta-book{background:var(--c-brand);color:var(--c-brand-ink)}
.mobile-cta-bar .cta-book:hover{background:#225241}
.breadcrumbs{padding:.75rem 0;font-size:.83rem;color:var(--c-muted)}
.breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}
.breadcrumbs li+li::before{content:'/';margin-right:.35rem;color:var(--c-border)}
.breadcrumbs a{color:var(--c-muted);text-decoration:none}
.breadcrumbs a:hover{color:var(--c-brand)}
.breadcrumbs [aria-current]{color:var(--c-text)}
.page-intro{padding:3rem 0 2rem;background:var(--c-surface-2)}
.page-intro h1{margin-bottom:.75rem}
.page-intro .lead{font-size:1.1rem;color:var(--c-muted);max-width:54ch;line-height:1.6}
.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem 0}
.about-bio p{margin-bottom:1.3rem;line-height:1.8}
.about-bio p:last-child{margin-bottom:0}
.credentials-block{background:var(--c-surface-2);border-radius:8px;padding:2rem;margin-top:2rem}
.credentials-block h3{margin-bottom:1rem;font-size:1.05rem}
.credentials-list{list-style:none;padding:0;margin:0}
.credentials-list li{padding:.55rem 0;border-bottom:1px solid var(--c-border);font-size:.93rem;display:flex;align-items:center;gap:.65rem;color:var(--c-muted)}
.credentials-list li:last-child{border-bottom:none}
.credentials-list li::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--c-brand);flex-shrink:0}
.work-block{background:var(--c-brand);color:var(--c-brand-ink);border-radius:8px;padding:2rem;margin-top:2rem}
.work-block h3{color:var(--c-brand-ink);margin-bottom:.75rem;font-size:1.05rem}
.work-block p{color:rgba(244,247,245,.82);font-size:.93rem;line-height:1.6;margin-bottom:0}
.about-cta{padding:3rem 0;border-top:1px solid var(--c-border);display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}
.about-cta p{color:var(--c-muted);max-width:46ch}
.service-page-intro{display:grid;grid-template-columns:1fr;gap:2rem}
.service-page-text h2{margin:2rem 0 .75rem;font-size:1.15rem}
.service-page-text p{color:var(--c-muted);margin-bottom:1rem;line-height:1.7}
.service-page-text ul{color:var(--c-muted);margin-bottom:1rem}
.service-page-text ul li{margin-bottom:.4rem;font-size:.95rem}
.service-sidebar .sidebar-card{background:var(--c-surface-2);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}
.service-sidebar .sidebar-card h3{margin-bottom:.75rem;font-size:1rem}
.pricing-table{width:100%}
.pricing-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.65rem 0;border-bottom:1px solid var(--c-border);gap:1rem}
.pricing-row:last-child{border-bottom:none}
.pricing-label{font-size:.9rem;color:var(--c-muted)}
.pricing-amount{font-size:1rem;font-weight:700;color:var(--c-text);white-space:nowrap}
.pricing-note{font-size:.78rem;color:var(--c-muted)}
.sidebar-cta-block{background:var(--c-brand);border-radius:8px;padding:1.5rem;text-align:center}
.sidebar-cta-block p{color:rgba(244,247,245,.85);font-size:.9rem;margin-bottom:1rem;line-height:1.5}
.sidebar-cta-block .btn-outline{border-color:var(--c-brand-ink);color:var(--c-brand-ink)}
.sidebar-cta-block .btn-outline:hover{background:var(--c-brand-ink);color:var(--c-brand)}
.book-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start;padding:2.5rem 0}
.book-form-section h2{margin-bottom:1.5rem}
.book-expect{background:var(--c-surface-2);border-radius:8px;padding:1.75rem}
.book-expect h3{margin-bottom:.75rem;font-size:1.05rem}
.book-expect ul{list-style:none;padding:0;margin:0}
.book-expect li{padding:.5rem 0;border-bottom:1px solid var(--c-border);font-size:.93rem;color:var(--c-muted);display:flex;align-items:flex-start;gap:.6rem}
.book-expect li:last-child{border-bottom:none}
.book-expect li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--c-brand);flex-shrink:0;margin-top:.55rem}
.contact-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 0}
.contact-detail-item{display:flex;gap:.75rem;margin-bottom:1.1rem;align-items:flex-start}
.contact-detail-item svg{width:20px;height:20px;stroke:var(--c-brand);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:.15rem}
.contact-detail-item p{margin:0;font-size:.95rem;line-height:1.6}
.contact-detail-item a{color:var(--c-brand)}
.legal-body{max-width:720px;padding:2.5rem 0 4rem}
.legal-body h2{margin:2rem 0 .75rem;font-size:1.3rem}
.legal-body h3{margin:1.5rem 0 .5rem;font-size:1.05rem}
.legal-body p{color:var(--c-muted);margin-bottom:1rem;line-height:1.7}
.legal-body ul,.legal-body ol{margin-bottom:1rem;color:var(--c-muted);padding-left:1.35rem}
.legal-body li{margin-bottom:.45rem;line-height:1.6}
.legal-body a{color:var(--c-brand)}
.legal-body .last-updated{font-size:.83rem;color:var(--c-muted);margin-bottom:2rem}
.not-found-section{text-align:center;padding:7rem 0}
.not-found-section h1{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem)}
.not-found-section p{color:var(--c-muted);margin-bottom:2rem;max-width:40ch;margin-inline:auto;line-height:1.6}
.thank-you-section{text-align:center;padding:7rem 0}
.thank-you-section h1{margin-bottom:1rem}
.thank-you-section p{color:var(--c-muted);margin-bottom:1.5rem;max-width:42ch;margin-inline:auto}
.accent-rule{height:3px;background:var(--c-accent);border-radius:2px;width:40px}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:540px){.stats-strip{grid-template-columns:repeat(4,1fr)}}
@media(min-width:640px){.service-cards{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.footer-nav{grid-template-columns:1fr 1fr 1fr}}
@media(min-width:768px){
.service-cards{grid-template-columns:repeat(3,1fr)}
.hero-grid{grid-template-columns:3fr 2fr;gap:3rem}
.hero-panel-accent{display:flex;flex-direction:column;justify-content:center;background:var(--c-surface-2);border-radius:8px;padding:2.5rem}
.about-teaser{grid-template-columns:3fr 2fr}
.service-page-intro{grid-template-columns:3fr 2fr}
.book-grid{grid-template-columns:3fr 2fr}
.contact-grid{grid-template-columns:5fr 4fr}
.about-grid{grid-template-columns:3fr 2fr;gap:4rem;align-items:start}
.footer-inner{grid-template-columns:5fr 7fr}
.mobile-cta-bar{display:none}
body{padding-bottom:0}
.process-steps{grid-template-columns:1fr 1fr}
}
@media(min-width:1024px){
.container{padding-inline:2rem}
.hero{min-height:82vh;padding:6rem 0 4rem}
}
@media(max-width:767px){
.nav-toggle-label{display:flex}
.site-nav{position:fixed;top:64px;left:0;right:0;bottom:52px;background:var(--c-bg);z-index:799;padding:1.5rem 1.25rem;overflow-y:auto;transform:translateX(100%);transition:transform .25s}
.nav-toggle-check:checked~.site-nav{transform:translateX(0)}
.nav-toggle-check:checked~.nav-toggle-label span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle-check:checked~.nav-toggle-label span:nth-child(2){opacity:0}
.nav-toggle-check:checked~.nav-toggle-label span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.site-nav ul{flex-direction:column;align-items:flex-start;gap:.2rem}
.site-nav a{font-size:1.1rem;padding:.8rem .5rem;width:100%;display:block}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
