@font-face{font-family:Manrope;src:url('/assets/manrope-400.ttf');font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url('/assets/manrope-500.ttf');font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url('/assets/manrope-600.ttf');font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url('/assets/manrope-700.ttf');font-weight:700;font-display:swap}
:root{--paper:#f8f9f7;--ink:#102841;--muted:#4c5b66;--line:#d0d6d7;--gold:#ad8941;--wash:#edf0ee;--button:#102841;--button-text:#f8f9f7;color-scheme:light dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-underline-offset:5px}button,input,textarea{font:inherit}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--gold);outline-offset:5px}button,a.button{cursor:pointer}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.12;font-weight:500}h1,h2{letter-spacing:-.055em}p{color:var(--muted)}.wrap{max-width:1320px;margin:auto;padding-inline:56px}.site-header{height:102px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand img{width:218px;height:auto;display:block}.site-header nav{display:flex;align-items:center;gap:32px}.site-header nav a{text-decoration:none;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--gold)}.nav-cta{padding:12px 0 12px 22px;border-left:1px solid var(--line)}.nav-cta span{margin-left:18px}.menu-toggle{display:none}.hero{padding-top:30px}.hero-top{display:flex;justify-content:space-between;margin-bottom:30px}.eyebrow,.location{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:600}.location{color:var(--muted)}.hero-layout{display:grid;grid-template-columns: .86fr 1.14fr;gap:70px;align-items:center}.founder-photo{position:relative}.founder-photo img{display:block;width:100%;height:440px;object-fit:cover;object-position:center 37%}.portrait-pending{height:440px;background:var(--wash);padding:40px;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--line)}.portrait-pending strong{font-size:54px;line-height:1.1;margin:22px 0}.portrait-pending p{font-size:13px}.founder-photo figcaption{display:flex;justify-content:space-between;gap:12px;font-size:12px;line-height:1.5;margin-top:14px}.founder-photo figcaption span{color:var(--muted)}.hero-copy{padding-bottom:28px}.hero h1{font-size:clamp(42px,4.5vw,64px);line-height:1.06}.hero em{font-weight:400;font-family:inherit;font-style:normal;color:var(--muted)}.hero-copy>p{max-width:405px;margin:28px 0;font-size:17px;line-height:1.8}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:17px 22px;background:var(--button);color:var(--button-text);text-decoration:none;border:1px solid var(--button);font-size:14px;font-weight:600;transition:transform .18s,background .18s}.button:hover{background:#25425e}.button:active{transform:translateY(1px)}.hero-foot{display:flex;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;margin-top:42px;font-size:13px;color:var(--muted)}footer{margin-top:90px!important;padding-top:38px!important;border-top:1px solid var(--line)}.footer-top{display:flex;justify-content:space-between;gap:30px;align-items:center;padding-bottom:36px}.footer-name{font-size:28px;letter-spacing:-.05em;text-decoration:none;line-height:1.2}.footer-name span{display:block;font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin-top:8px}.footer-top p{font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-size:11px;border-top:1px solid var(--line);padding:22px 0}.footer-bottom nav{display:flex;gap:18px}.skip{position:absolute;top:-100px;left:20px;padding:10px;background:var(--paper);z-index:5}.skip:focus{top:10px}
@media(prefers-color-scheme:dark){:root{--paper:#111e2c;--ink:#f0f3f4;--muted:#bdc8cf;--line:#3b4a56;--wash:#1a2a3a;--button:#e8e2d5;--button-text:#102841}.button:hover{background:#d8cfbc}}
@media(max-width:1000px){.wrap{padding-inline:32px}.hero-layout{gap:36px}.site-header nav{gap:22px}.brand img{width:185px}.founder-photo img,.portrait-pending{height:400px}.hero h1{font-size:49px}.hero-copy>p{font-size:16px}.founder-photo figcaption{flex-direction:column;gap:2px}}
@media(max-width:700px){.wrap{padding-inline:22px}.site-header{height:80px;position:relative}.brand img{width:166px}.menu-toggle{display:flex;gap:15px;align-items:center;border:0;background:none;color:var(--ink);padding:12px 0;font-size:14px}.site-header nav{display:none;position:absolute;top:79px;left:0;right:0;padding:24px;background:var(--paper);border-bottom:1px solid var(--line);z-index:3}.site-header nav.open{display:flex;flex-direction:column;align-items:stretch;gap:8px}.site-header nav a{padding:12px}.nav-cta{border-left:0}.hero{padding-top:24px}.hero-top{margin-bottom:24px}.eyebrow{font-size:10px;letter-spacing:.1em}.location{display:none}.hero-layout{grid-template-columns:1fr;gap:26px}.hero-copy{grid-row:1;padding-bottom:0}.hero h1{font-size:45px;line-height:1.09;max-width:430px}.hero h1 br:nth-of-type(2){display:none}.hero-copy>p{margin:20px 0;max-width:360px}.button{gap:20px;padding:16px 18px}.founder-photo img,.portrait-pending{height:340px;width:100%}.founder-photo figcaption{flex-direction:row;font-size:11px}.hero-foot{margin-top:28px;gap:12px;flex-wrap:wrap;justify-content:flex-start;padding:18px 0;font-size:11px}.hero-foot span:not(:last-child){padding-right:12px;border-right:1px solid var(--line)}footer{margin-top:55px!important}.footer-top{align-items:flex-start;flex-direction:column;gap:20px}.footer-bottom{flex-direction:column;gap:14px}.footer-bottom nav{flex-wrap:wrap;font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
h2{font-size:clamp(32px,3.4vw,47px)}.recognition{padding-block:104px 92px;display:grid;grid-template-columns:1fr 1fr;gap:22px 70px}.recognition .eyebrow{grid-column:1/-1}.recognition-body p+p{margin-top:18px}.recognition-body{max-width:480px}.services{padding-block:20px 84px}.section-intro{margin-top:18px;max-width:680px}.service-list{border-top:1px solid var(--line);margin-top:38px}.service-list details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:1fr 1.3fr 22px;gap:25px;padding:27px 0;align-items:center}summary::-webkit-details-marker{display:none}.service-name{font-size:20px;font-weight:600;letter-spacing:-.03em}.service-outcome{font-size:14px;color:var(--muted)}.plus{font-size:25px;line-height:1;transition:transform .2s}details[open] .plus{transform:rotate(45deg)}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:55px;padding:0 46px 28px 0}.service-detail p{font-size:15px;max-width:470px}.service-detail ul{padding:0;margin:0;list-style:none;columns:2;font-size:12px;color:var(--muted)}.service-detail li{margin:0 0 12px;break-inside:avoid}.service-detail li:before{content:'+';color:var(--gold);margin-right:9px}.founder-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-block:70px;background:var(--wash)}.founder-title h2{margin-top:23px}.intro-line{font-size:25px;line-height:1.45;margin-top:24px;letter-spacing:-.035em}.text-link{display:inline-block;font-size:14px;margin-top:28px;font-weight:600}.founder-story>p+p{margin-top:20px}.trust-note{border-top:1px solid var(--line);margin-top:32px;padding-top:23px}.trust-note>span{font-weight:600;font-size:14px}.trust-note p{font-size:14px;margin-top:8px}.trust-note a{font-size:12px}.testimonial{padding-block:95px 70px;max-width:1110px}blockquote{margin:24px 0 28px;font-size:clamp(24px,2.6vw,36px);line-height:1.5;letter-spacing:-.035em}.quote-credit{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.quote-credit strong,.quote-credit span{display:block;font-size:13px}.quote-credit span{color:var(--muted);font-size:12px;margin-top:5px}.quote-credit>a{font-size:12px;white-space:nowrap}.process{padding-block:65px 90px;border-top:1px solid var(--line)}.process ol{padding:0;margin:45px 0 0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;counter-reset:steps}.process li{border-top:2px solid var(--gold);padding-top:22px;counter-increment:steps}.process li:before{content:counter(steps) '.';display:block;font-size:14px;color:var(--muted);margin-bottom:20px}.process h3{font-size:20px;letter-spacing:-.035em}.process p{margin-top:16px;font-size:14px}.pricing{padding-block:50px 80px}.pricing h2{margin-top:20px}.price-table{margin-top:42px}.price-labels,.price-row{display:grid;grid-template-columns:1fr 1.55fr .65fr 1fr;gap:22px;align-items:center}.price-labels{font-size:11px;color:var(--muted);padding-bottom:14px}.price-row{text-decoration:none;border-top:1px solid var(--line);padding:29px 0;transition:background .2s}.price-row:last-child{border-bottom:1px solid var(--line)}.price-row:hover{background:var(--wash)}.price-row h3{font-size:24px;letter-spacing:-.04em}.price-row p{font-size:14px;max-width:255px}.price-row strong{font-size:26px;font-weight:500;white-space:nowrap;letter-spacing:-.04em}.price-row strong small{font-size:11px;letter-spacing:0}.hours{font-size:21px}.hours small{display:block;font-size:10px;color:var(--muted)}.price-notes{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:25px}.price-notes p{font-size:12px}.price-notes strong{color:var(--ink)}.journal{padding-block:45px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.journal>span{font-size:12px;color:var(--muted)}.journal>a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;margin-top:20px}.journal h2{font-size:35px}.journal>a>span{font-size:40px}.journal p{margin-top:20px;font-size:14px}.closing{padding-block:100px 30px}.closing>p{font-size:18px}.closing h2{font-size:clamp(48px,6vw,80px);margin:16px 0 32px}.phone-link{display:block;font-size:12px;margin-top:20px}.page-intro{padding-block:70px 50px}.page-intro h1{font-size:clamp(40px,5.5vw,72px);margin:22px 0 26px;line-height:1.09}.page-intro>p:last-child{max-width:630px;font-size:18px}.services-full{padding-bottom:25px}.services-full .service-detail{padding-bottom:35px}.unsure{background:var(--wash);padding:42px;margin-top:55px}.unsure h2{font-size:32px;margin:0}.unsure p{max-width:680px;margin:20px 0 28px}.review-page{max-width:1120px}.review-page article{padding:35px 0 50px;border-top:1px solid var(--line)}.review-service{font-size:12px;display:flex;justify-content:space-between}.review-page blockquote{font-size:25px;line-height:1.7}.review-page h2{font-size:20px;letter-spacing:-.02em}.review-page article>p:last-child{font-size:13px;margin-top:8px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-top:15px}.contact-layout h2{font-size:28px}.contact-layout p{margin-top:24px}.contact-email{font-size:15px;overflow-wrap:anywhere;display:block;margin-top:32px}.contact-tel{font-size:28px;display:block;margin-top:12px;letter-spacing:-.025em}.contact-note{max-width:370px;font-size:14px}.contact-layout form label{display:block;font-size:13px;font-weight:600;margin-bottom:20px}.contact-layout label span{color:var(--muted);font-weight:400}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}input,textarea{width:100%;border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:12px;font-size:16px;margin-top:8px;border-radius:0}textarea{resize:vertical}input{min-height:48px}::placeholder{color:var(--muted);opacity:1}.contact-layout .form-small{font-size:11px;margin:0 0 22px}.contact-layout #form-status{font-size:13px}.article{max-width:900px;padding-bottom:35px}.article p{margin-bottom:18px}.article h2{font-size:27px;margin:42px 0 20px;letter-spacing:-.03em;line-height:1.3}.article .byline{font-size:12px;padding-bottom:25px;border-bottom:1px solid var(--line);margin-bottom:32px}.legal p{margin-bottom:8px}.gallery-note img{max-width:100%;height:auto;display:block;margin-bottom:30px}
@media(max-width:1000px){.price-row strong{font-size:22px}.price-labels,.price-row{gap:14px;grid-template-columns:1fr 1.2fr .6fr 1fr}.price-row strong small{display:block}.contact-layout{gap:40px}.service-detail ul{columns:1}.process ol{gap:24px}.founder-section{gap:40px}}
@media(max-width:700px){h2{font-size:34px}.recognition{padding-block:58px;grid-template-columns:1fr;gap:24px}.recognition .eyebrow{grid-column:auto}.recognition-body{margin-left:28px}.services{padding-bottom:55px}.section-intro{font-size:15px}.service-list{margin-top:28px}summary{grid-template-columns:1fr 24px;gap:8px;padding:23px 0}.service-name{font-size:20px}.service-outcome{grid-column:1;font-size:12px}.plus{grid-column:2;grid-row:1/3}.service-detail{grid-template-columns:1fr;gap:22px;padding-right:25px}.service-detail ul{columns:1;font-size:13px}.founder-section{grid-template-columns:1fr;padding-block:42px;gap:30px}.intro-line{font-size:22px;margin-top:20px}.founder-title .text-link{margin-top:20px}.founder-story{font-size:15px}.testimonial{padding-block:58px}.testimonial blockquote{font-size:26px}.quote-credit{align-items:flex-start;flex-direction:column;gap:22px}.process{padding-block:50px}.process h2 br{display:none}.process ol{grid-template-columns:1fr;gap:28px;margin-top:30px}.process li{display:grid;grid-template-columns:25px 1fr;gap:0 12px;padding-top:20px}.process li:before{grid-row:1/3;margin:0}.process li p{grid-column:2;margin-top:10px}.pricing{padding-block:25px 55px}.price-labels{display:none}.price-table{margin-top:28px}.price-row{grid-template-columns:1fr 1fr;gap:12px 20px;padding:23px 0}.price-row h3{font-size:25px}.price-row p{grid-row:2;grid-column:1/3;font-size:13px;max-width:100%}.price-row .hours{font-size:13px;grid-row:3;grid-column:1/3;color:var(--muted)}.hours small{display:inline;font-size:12px}.price-row strong{grid-row:1;grid-column:2;text-align:right;font-size:26px}.price-row strong small{display:inline;font-size:10px}.price-row strong>span{display:none}.price-notes{grid-template-columns:1fr;gap:18px;margin-top:22px}.price-notes p{font-size:13px}.journal{padding-block:30px}.journal h2{font-size:29px}.journal h2 br{display:none}.journal>a{gap:20px}.closing{padding-block:60px 5px}.closing>p{font-size:15px}.closing h2{font-size:50px}.page-intro{padding-block:44px 30px}.page-intro h1{font-size:43px}.page-intro>p:last-child{font-size:16px}.page-intro h1 br{display:none}.unsure{padding:26px 22px;margin-top:32px}.unsure h2{font-size:27px}.unsure p{font-size:14px}.review-page blockquote{font-size:20px}.review-service{flex-direction:column;gap:6px}.contact-layout{grid-template-columns:1fr;gap:35px}.contact-note{margin-bottom:0}.contact-layout h2{font-size:26px}.contact-tel{font-size:24px}.article h2{font-size:25px}.article p{font-size:16px}.form-row{gap:12px}}
.gallery-portrait{max-width:560px!important;width:100%;height:auto}.site-header{height:80px}.hero-copy>p{max-width:420px}.hero h1{font-size:clamp(42px,4.35vw,62px)}
@media(max-width:700px){.hero h1{font-size:44px}.founder-photo img{height:350px;object-position:center 38%}}

/* Tabler outline arrow: vector geometry, never an emoji glyph. */
.arrow-icon{display:inline-block;width:1.15em;height:1.15em;vertical-align:-.18em;flex-shrink:0;pointer-events:none}.button .arrow-icon{width:18px;height:18px}.journal>a>span .arrow-icon{width:32px;height:32px}
/* Personal editorial direction: original navy identity, warm paper, Lora's open, conversational serif. */
@font-face{font-family:Lora;src:url('/assets/lora-normal-400.ttf');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lora;src:url('/assets/lora-normal-500.ttf');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Lora;src:url('/assets/lora-italic-400.ttf');font-weight:400;font-style:italic;font-display:swap}
:root{--paper:#fcf8ef;--ink:#203449;--muted:#5d605c;--line:#d8d0bd;--gold:#947033;--wash:#f1e8d1;--button:#203449;--button-text:#fcf8ef}
h1,h2,blockquote{font-family:Lora,Georgia,serif;font-weight:400;letter-spacing:-.04em}h2{line-height:1.2}.eyebrow,.location{text-transform:none;letter-spacing:0;font-weight:500;font-size:14px}.site-header{border-bottom:0;height:94px}.brand img{width:203px}.site-header nav a{font-weight:500}.nav-cta{border:0;border-bottom:1px solid var(--gold);padding:8px 0}.hero{padding-top:20px;padding-bottom:58px}.hero-top{margin-bottom:24px}.hero h1{font-size:clamp(44px,5.6vw,76px);line-height:1.15;max-width:1150px;margin-bottom:42px}.hero h1 em{font-family:inherit;font-style:italic;color:var(--ink);font-weight:400}.hero-layout{grid-template-columns:.9fr 1fr;gap:100px;max-width:1050px;margin-left:auto;align-items:center}.founder-photo{transform:rotate(-1.3deg);padding:12px 12px 0;background:var(--wash)}.founder-photo img{height:350px;object-position:center 36%}.founder-photo figcaption{display:block;padding:14px 7px 17px;margin:0}.founder-photo figcaption strong{display:block;font-family:Lora,Georgia,serif;font-size:24px;font-weight:400}.founder-photo figcaption span{display:block;font-size:12px;margin-top:5px}.hero-copy{padding:0}.hero-copy .personal-intro{font-family:Lora,Georgia,serif;font-size:31px;line-height:1.25;color:var(--ink);margin:0 0 20px;letter-spacing:-.025em}.hero-copy>p{font-size:16px;line-height:1.85;margin:0 0 25px}.hero-copy .hero-aside{font-size:12px;line-height:1.6;margin:18px 0 0}.button{border-radius:3px;font-weight:500}.recognition{padding-block:62px;background:var(--wash);margin-block:25px 85px}.recognition h2{font-size:43px}.recognition-body p{font-size:16px}.recognition .eyebrow{font-family:Lora,Georgia,serif;font-style:italic;font-size:19px}.service-list{border-top:0}.service-list details{border-color:var(--line)}.service-name{font-weight:500}.services h2,.pricing h2{max-width:800px}.founder-section{background:none;border-top:1px solid var(--line);padding-block:85px;grid-template-columns:.8fr 1.2fr;gap:100px}.founder-title{padding-top:0}.founder-title .intro-line{font-size:18px;letter-spacing:0}.founder-title .eyebrow{color:var(--muted)}.founder-story{max-width:620px}.founder-story .signoff{font-family:Lora,Georgia,serif;font-style:italic;font-size:34px;color:var(--ink);margin-top:25px}.testimonial{background:var(--wash);padding:50px 60px 45px;max-width:1100px;margin-bottom:90px}.testimonial blockquote{font-size:32px;line-height:1.55;letter-spacing:-.025em}.process{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;border-top:0;padding-top:0}.process h2{font-size:49px}.process ol{display:block;margin:0}.process li{border-top:0;border-bottom:1px solid var(--line);padding:0 0 25px;margin-bottom:25px;display:grid;grid-template-columns:28px 1fr;gap:10px 16px}.process li:before{font-family:Lora,Georgia,serif;font-size:24px;grid-row:1/3;margin:0}.process li h3{font-size:19px;font-weight:500;line-height:1.4}.process li p{grid-column:2;margin:0;max-width:520px}.pricing{padding-top:0}.price-row h3{font-family:Lora,Georgia,serif;font-weight:400}.price-row strong{font-family:Lora,Georgia,serif}.journal{background:var(--wash);border:0;padding-block:40px}.journal h2{font-size:37px}.closing{padding-block:85px 10px}.closing h2{font-size:clamp(42px,5.5vw,72px)}.closing>p{font-size:16px}.contact-layout h2,.unsure h2{line-height:1.3}.footer-name{font-family:Lora,Georgia,serif}.footer-name span{font-family:Manrope,Arial,sans-serif}
@media(prefers-color-scheme:dark){:root{--paper:#252a2b;--ink:#f4eddf;--muted:#c9c5bb;--line:#575b56;--gold:#d4b578;--wash:#343a38;--button:#e8d7ae;--button-text:#203449}.button:hover{background:#d8c398}}
@media(max-width:1000px){.hero-layout{gap:55px}.hero h1{font-size:60px}.hero-copy .personal-intro{font-size:28px}.founder-photo img{height:330px}.founder-section,.process{gap:50px}.testimonial{margin-inline:32px}.recognition h2{font-size:36px}}
@media(max-width:700px){.site-header{height:80px}.brand img{width:170px}.hero{padding-top:19px;padding-bottom:30px}.hero-top{margin-bottom:20px}.hero-top .eyebrow{font-size:12px}.hero h1{font-size:clamp(35px,9vw,48px);line-height:1.16;margin-bottom:28px}.hero h1 br{display:none}.hero-layout{grid-template-columns:1fr;gap:30px;max-width:none}.hero-copy{grid-row:auto}.founder-photo{margin-inline:10px;transform:rotate(-1deg);padding:9px 9px 0}.founder-photo img{height:290px;object-position:center 35%}.founder-photo figcaption{padding:12px 7px}.founder-photo figcaption strong{font-size:23px}.founder-photo figcaption span{font-size:12px}.hero-copy .personal-intro{font-size:28px;max-width:none}.hero-copy>p{max-width:none;margin-bottom:23px}.hero-copy .hero-aside{margin-top:15px}.hero-copy .hero-aside br{display:none}.recognition{margin-block:18px 50px;padding-block:35px;gap:20px}.recognition h2{font-size:33px}.recognition-body{margin-left:0}.recognition-body p{font-size:15px}.founder-section{padding-block:45px;grid-template-columns:1fr;gap:28px}.founder-title h2{margin-top:15px}.founder-title h2 br{display:none}.founder-title .intro-line br{display:none}.founder-title .intro-line{margin-top:16px}.founder-title .text-link{margin-top:15px}.testimonial{margin:15px 15px 55px;padding:30px 23px}.testimonial blockquote{font-size:26px;line-height:1.5;margin-top:18px}.process{grid-template-columns:1fr;gap:28px;padding-bottom:35px}.process h2{font-size:37px}.process li{gap:8px 12px;padding-bottom:22px;margin-bottom:22px}.process li p{margin:0}.pricing h2{font-size:35px}.journal h2{font-size:30px}.closing{padding-top:52px}.closing h2{font-size:43px}.page-intro h1{line-height:1.18;font-size:40px}}

.hero-credibility{margin-top:26px;padding-top:19px;border-top:1px solid var(--line);max-width:440px}.hero-credibility .credibility-label{font-family:Lora,Georgia,serif;font-size:19px;color:var(--ink);line-height:1.4;margin:0 0 7px}.hero-credibility p{font-size:14px;line-height:1.65;margin:0}.hero-credibility a{display:inline-block;font-size:12px;margin-top:10px}.hero-copy .hero-credibility{margin-bottom:0}
/* Keep the descriptive service/location heading readable at each width. */
.hero h1{font-size:clamp(42px,5.1vw,69px)}h3.service-name{font-family:Manrope,Arial,sans-serif;line-height:1.4}.services-full>h2{font-size:30px}.services h2 br,.pricing h2 br{display:block}
@media(max-width:700px){.hero h1{font-size:clamp(34px,8.7vw,46px)}.services-full>h2{font-size:26px}}
/* Blog content shares the founder-led editorial typography. */
.blog-list{max-width:1060px}.blog-entry{padding:35px 0 42px;border-top:1px solid var(--line)}.blog-entry time{font-size:13px;color:var(--muted)}.blog-entry h2{font-size:35px;max-width:850px;margin:12px 0 20px}.blog-entry h2 a{text-decoration:none}.blog-entry h2 a:hover{text-decoration:underline;text-decoration-thickness:1px}.blog-entry>p{max-width:680px}.article .byline{display:flex;gap:20px;flex-wrap:wrap}.article img{max-width:100%;height:auto;display:block;margin:28px auto}.blog-cover{margin:0 0 35px}.article h3{font-size:23px;margin:30px 0 16px;line-height:1.4}.article h4{font-size:19px;margin:24px 0 12px}.article li{margin-bottom:9px;color:var(--muted)}.article blockquote{font-size:24px;border-left:2px solid var(--gold);padding-left:24px}.article pre{overflow-x:auto;padding:20px;background:var(--wash)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:700px){.blog-entry h2{font-size:28px}.blog-entry{padding-block:24px 32px}}

/* Put practical support and the next steps ahead of the portrait on every screen. */
.hero h1{margin-bottom:24px}
.hero-summary{max-width:860px;margin-bottom:44px}
.hero-summary>p{font-size:18px;line-height:1.75;max-width:780px}
.hero-routes{display:flex;align-items:center;gap:18px 30px;flex-wrap:wrap;margin-top:22px}
.hero-routes>a:not(.button){font-size:14px;padding-block:12px}
.hero-help-title{font-size:30px;line-height:1.25;margin-bottom:22px}
.hero-examples{margin:0 0 25px}
.hero-examples>div+div{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}
.hero-examples dt{font-size:17px;font-weight:600;line-height:1.5}
.hero-examples dd{margin:9px 0 0;font-size:15px;line-height:1.75;color:var(--muted)}
@media(max-width:700px){.hero-summary{margin-bottom:30px}.hero-summary>p{font-size:16px;line-height:1.7}.hero-routes{display:flex;align-items:flex-start;flex-direction:column;gap:4px;margin-top:18px}.hero-routes .button{min-height:48px}.hero-help-title{font-size:28px}.hero-examples dt{font-size:16px}.hero-layout{gap:32px}}

.cookie-settings{border:0;padding:0;background:none;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:5px;cursor:pointer}
.cookie-banner{position:fixed;z-index:10;bottom:20px;left:20px;right:20px;max-width:1060px;margin:auto;padding:24px 28px;background:var(--paper);color:var(--ink);border:1px solid var(--line);box-shadow:0 5px 30px #10284120;display:flex;align-items:center;gap:28px}
.cookie-banner[hidden],.cookie-settings[hidden]{display:none}
.cookie-banner h2{font-size:24px;letter-spacing:-.025em;margin-bottom:8px}
.cookie-banner p{font-size:13px;line-height:1.6;max-width:660px}
.cookie-banner .button{flex-shrink:0;min-height:48px}
@media(max-width:700px){.cookie-banner{bottom:10px;left:10px;right:10px;padding:18px 20px;display:block;max-height:70dvh;overflow:auto}.cookie-banner h2{font-size:22px}.cookie-banner .button{margin-top:14px;width:100%;justify-content:center}.cookie-settings{min-height:44px;text-align:left}.footer-bottom nav{align-items:center}}
