:root{--bg:#f5f1e8;--surface:#fffaf3;--ink:#1b2a2f;--muted:#55656c;--line:#1b2a2f1f;--brand:#0c6b58;--brand-strong:#073f34;--gold:#d7aa3f;--clay:#c96b4e;--blue:#426f8f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:radial-gradient(circle at 0 0,#0c6b5821,#0000 28%),linear-gradient(#f7f3eb 0%,#efe8db 100%);margin:0;font-family:Georgia,Times New Roman,serif;line-height:1.6}a{color:inherit;text-decoration-color:#0c6b5859}img{max-width:100%;display:block}.shell{width:min(1120px,100% - 2rem);margin:0 auto}.site-header{z-index:20;backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#f7f3ebe6;position:sticky;top:0}.site-header__inner,.site-footer__grid,.hero__actions,.section-heading,.cta-strip{justify-content:space-between;align-items:center;gap:1rem;display:flex}.site-header__inner{padding:1rem 0}.brand{align-items:center;gap:.9rem;text-decoration:none;display:flex}.brand strong,h1,h2,h3{letter-spacing:-.03em;font-family:Trebuchet MS,Gill Sans,sans-serif}.brand small{color:var(--muted);max-width:28ch;font-size:.8rem;display:block}.brand__mark{background:var(--brand-strong);color:#fff;border-radius:.7rem;place-items:center;width:2.4rem;height:2.4rem;font-weight:700;display:grid}.nav{flex-wrap:wrap;gap:1rem;display:flex}.nav a{color:var(--muted);font-family:Trebuchet MS,Gill Sans,sans-serif;text-decoration:none}.hero{padding:5rem 0 2rem}.hero__grid,.topic-grid,.article-grid,.service-grid,.proof-grid{gap:1.25rem;display:grid}.hero__grid{grid-template-columns:1fr minmax(420px,1.08fr);align-items:center}.hero h1{max-width:11ch;margin:.3rem 0 1rem;font-size:clamp(2.5rem,6vw,4.8rem);line-height:.95}.hero__lede,.page-intro{color:var(--muted);max-width:66ch;font-size:1.15rem}.button{background:var(--brand-strong);color:#fff;text-align:center;white-space:normal;border:0;border-radius:999px;justify-content:center;align-items:center;max-width:100%;min-height:3rem;padding:.8rem 1.2rem;font-family:Trebuchet MS,Gill Sans,sans-serif;text-decoration:none;display:inline-flex}.button--secondary{color:var(--brand-strong);border:1px solid var(--brand-strong);background:0 0}.card{border:1px solid var(--line);background:#fffaf3eb;border-radius:1.4rem;padding:1.25rem;box-shadow:0 18px 45px #1b2a2f0f}.hero-panel{transform:rotate(-1.2deg)}.hero-image{border-radius:2rem;overflow:hidden;box-shadow:0 22px 60px #073f3429}.hero-image img{width:100%;height:100%;min-height:100%}.checklist,.faq-list,.site-footer ul{padding-left:1.2rem}.section{padding:2.5rem 0}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-family:Trebuchet MS,Gill Sans,sans-serif;font-size:.76rem}.section-heading{align-items:end;margin-bottom:1rem}.topic-grid,.service-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.proof-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:stretch;gap:1rem;display:grid}.article-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.service-card{text-decoration:none;position:relative;overflow:hidden}.service-card img,.article-card img{border-radius:1rem;margin-bottom:1rem}.article-card h3,.service-card h3,.topic-card h3,.topic-card h2{margin-top:.25rem;margin-bottom:.6rem}.article-card__meta,.article-meta{color:var(--muted);margin:.35rem 0 0;font-size:.92rem}.tag-row{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tag-row span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:.3rem .65rem;font-size:.8rem}.cta-strip{background:var(--brand-strong);color:#fff;margin:1rem auto 4rem}.cta-strip .eyebrow,.cta-strip p{color:#d8eee8}.site-footer{border-top:1px solid var(--line);margin-top:3rem;padding:2rem 0 3rem}.site-footer__grid{align-items:start}.article-shell{max-width:760px}.article-shell p,.article-shell li{color:#2d3d43}.article-shell h2,.article-shell h3{margin-top:2rem}.article-shell a{color:var(--brand-strong)}.research-card ul{margin-top:.4rem}.booking-frame{padding:.75rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-grid label{gap:.35rem;font-family:Trebuchet MS,Gill Sans,sans-serif;display:grid}.form-grid input,.form-grid textarea,.form-grid select{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:.9rem;padding:.85rem}.form-grid .full{grid-column:1/-1}.form-grid--compact{box-shadow:none;background:0 0;border:0;grid-template-columns:1fr;margin-top:.8rem;padding:0}.form-grid--compact .full{grid-column:1}.form-grid--compact label{font-size:.9rem}.form-grid--compact input,.form-grid--compact textarea,.form-grid--compact select{padding:.7rem}.lead-honeypot{display:none!important}.form-error{color:#8a1f11;margin:0;font-family:Trebuchet MS,Gill Sans,sans-serif}.button:disabled{opacity:.65;cursor:wait}.booking-pop{background:var(--surface);border:1px solid var(--line);z-index:40;border-radius:1.3rem;width:min(340px,100vw - 2rem);padding:1rem;transition:transform .35s;position:fixed;bottom:1rem;right:1rem;transform:translateY(130%);box-shadow:0 22px 65px #073f342e}.booking-pop.is-visible{transform:translateY(0)}.booking-pop button[aria-label]{cursor:pointer;background:0 0;border:0;font-size:1.6rem;position:absolute;top:.5rem;right:.7rem}.scroll-progress{transform-origin:0;background:var(--gold);z-index:60;width:100%;height:4px;animation:linear progress scroll();position:fixed;inset:0 auto auto 0;scale:0 1}@keyframes progress{to{scale:1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.booking-pop{transition:none}.scroll-progress{display:none}}@media (width<=800px){.site-header__inner,.site-footer__grid,.section-heading,.cta-strip{display:block}.nav{margin-top:1rem}.hero__grid{grid-template-columns:1fr}.hero h1{max-width:none}.form-grid{grid-template-columns:1fr}}.hero--tall{padding:5.5rem 0 3rem}.hero--compact{padding:4rem 0 2rem}.hero-photo-card{border-radius:2rem;position:relative;overflow:visible}.hero-photo-card>img{aspect-ratio:16/11;object-fit:cover;object-position:center;border-radius:2rem;width:100%;box-shadow:0 22px 60px #073f3429}.floating-note{width:min(300px,88%);position:absolute;bottom:1rem;left:-1rem}.mini-proof{flex-wrap:wrap;gap:.55rem;margin-top:1.25rem;display:flex}.mini-proof span,.text-link{border:1px solid var(--line);color:var(--brand-strong);background:#fffaf3b3;border-radius:999px;padding:.35rem .7rem;font-family:Trebuchet MS,Gill Sans,sans-serif;font-size:.88rem;display:inline-flex}.split-section{grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);align-items:center;gap:1.5rem;display:grid}.split-section--reverse{grid-template-columns:minmax(280px,.9fr) minmax(0,1fr)}.checklist-card li{margin-bottom:.55rem}.checklist li::marker{color:var(--brand)}.process-band{border-block:1px solid var(--line);background:#fffaf373}.process-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.process-card span{background:var(--gold);width:2.5rem;height:2.5rem;color:var(--brand-strong);border-radius:999px;place-items:center;font-weight:800;display:grid}.pricing-card{flex-direction:column;gap:.8rem;display:flex;position:relative}.pricing-card h2,.pricing-card p{margin:0}.pricing-card .button{margin-top:auto}.pricing-card--featured{border-color:#0c6b5873;box-shadow:0 22px 65px #0c6b5824}.pricing-badge{background:var(--gold);color:var(--brand-strong);border-radius:999px;align-self:flex-start;padding:.25rem .65rem;font-family:Trebuchet MS,Gill Sans,sans-serif;font-size:.82rem}.pricing-rate{color:var(--muted)}.pricing-rate span{color:var(--brand-strong);font-family:Trebuchet MS,Gill Sans,sans-serif;font-size:clamp(2.3rem,5vw,3.6rem);font-weight:800;line-height:1}.proof-grid--tight{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:1rem}.faq-section{grid-template-columns:.85fr 1.15fr;align-items:start;gap:1.5rem;display:grid}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-brand img{width:2.3rem;height:2.3rem}.brand__mark{object-fit:contain;background:0 0;padding:0}.rich-card p{max-width:78ch}.inline-links{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.article-grid--wide{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.blog-index-hero h1{max-width:900px;font-size:clamp(2.3rem,5vw,4.4rem);line-height:1}.article-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:1.5rem;display:grid}.article-sidebar{gap:1rem;display:grid;position:sticky;top:6rem}.sidebar-card ul{padding-left:1.1rem}.rich-article{max-width:none}.rich-article p,.rich-article li{color:#2d3d43}.rich-article h2,.rich-article h3{margin-top:2rem}.rich-article a{color:var(--brand-strong)}.toc{border:1px solid var(--line);background:#0c6b580d;border-radius:1rem;margin-bottom:1.5rem;padding:1rem}.toc ol{margin:0;padding-left:1.2rem}.article-data-block table{border-collapse:collapse;border-radius:1rem;width:100%;margin-top:1rem;overflow:hidden}.article-data-block th,.article-data-block td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:.8rem}.article-data-block th{background:#0c6b581a}.article-thumb img{aspect-ratio:16/9;object-fit:cover;width:100%}.next-step-card{margin-top:1rem}.topic-card{text-decoration:none}.booking-frame iframe{background:#fff;border-radius:1rem}@media (width<=900px){.split-section,.split-section--reverse,.faq-section,.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.floating-note{width:auto;margin-top:1rem;position:static}}.cta-strip{flex-wrap:wrap;gap:1rem 2rem;overflow:hidden}.cta-strip>div{flex:24rem;min-width:min(100%,22rem)}.cta-strip .button{flex:0 auto;min-width:min(100%,13rem)}.cta-strip--wide{align-items:center;gap:2rem;width:min(1220px,100% - 1rem);padding:clamp(1.4rem,4vw,2.5rem)}.cta-strip--wide>div{min-width:0;max-width:760px}.stats-strip{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;display:grid}.stat-card strong{color:var(--brand-strong);font-family:Trebuchet MS,Gill Sans,sans-serif;font-size:clamp(1.5rem,3vw,2.4rem);line-height:1;display:block}.stat-card span{color:var(--brand);font-family:Trebuchet MS,Gill Sans,sans-serif;display:block}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.testimonial-card{margin:0}.testimonial-card blockquote,.mini-testimonials blockquote{color:#25373d;margin:0 0 1rem;font-size:1.05rem}.testimonial-card figcaption,.mini-testimonials figcaption{color:var(--muted);gap:.15rem;font-size:.92rem;display:grid}.mini-testimonials{gap:1rem;display:grid}.mini-testimonials figure{border-bottom:1px solid var(--line);margin:0;padding-bottom:.9rem}.mini-testimonials figure:last-child{border-bottom:0;padding-bottom:0}.service-card img,.research-topic-card img{aspect-ratio:16/10;object-fit:cover;width:100%}.blog-index-image{max-width:820px;margin-top:1.5rem}.blog-index-image img{aspect-ratio:16/7;object-fit:cover;width:100%}.research-stat-grid{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.research-article .article-thumb{margin:1.5rem 0}.hero-image img,.hero-photo-card>img{object-fit:cover}@media (width<=800px){.cta-strip--wide{width:min(100% - 1rem,1120px)}}
