:root {
  --brand-muted: #4b6863;
  --brand-border: #c5e2dc;
  --brand-surface: #eafaf7;
  --shadow-faint: #3a3a3a04;
  --shadow-soft: #3a3a3a10;
  --line-soft: #3a3a3a12;
  --accent-halo: #4b686313;
  --header-glass: #fffffff5;

  --brand-mint: #d1fdf6;
  --brand-charcoal: #3a3a3a;
  --brand-copy: #4b4f58;
  --brand-white: #ffffff;
  --brand-accent: #22675f;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;color:var(--brand-charcoal);background:var(--brand-white);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:inherit;text-underline-offset:5px}
button,input,textarea,select{font:inherit}
button,a,input,textarea{touch-action:manipulation}
button{cursor:pointer}
img{height:auto;max-width:100%}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-weight:500;line-height:1.12;letter-spacing:-.045em}
p{color:var(--brand-muted)}
h1{font-size:clamp(48px,5.35vw,78px)}
h2{font-size:clamp(38px,4vw,58px)}
h3{font-size:25px;letter-spacing:-.025em}
h1 em,h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400}
strong{font-weight:600}
::selection{color:var(--brand-charcoal);background:var(--brand-border)}
:focus-visible{outline:3px solid var(--brand-muted);outline-offset:5px}
section[id],div[id]{scroll-margin-top:100px}
.wrap,.section-inner{max-width:1240px;width:calc(100% - 96px);margin-inline:auto}
.group{box-sizing:border-box}
.group>:first-child{margin-top:0}
.group>:last-child{margin-bottom:0}
.columns{display:flex;gap:36px;margin:0}
.column{flex:1;min-width:0}
.buttons{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.button-link,.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:15px 25px;border-radius:100px;border:1px solid transparent;background:var(--brand-charcoal);color:var(--brand-white);text-decoration:none;font-size:14px;line-height:1.45;font-weight:550;transition:background .2s,transform .2s}
.button-link:hover,.button:hover{background:var(--brand-muted);transform:translateY(-2px)}
.button-item.is-style-outline .button-link{background:transparent;color:var(--brand-charcoal);border:1px solid var(--brand-border)}
.button-item.is-style-outline .button-link:hover{background:var(--brand-surface)}
.button span,.button-link span{font-size:21px;line-height:1}
.skip-link{position:fixed;left:20px;top:-100px;z-index:999999;background:var(--brand-white);padding:15px}
.skip-link:focus{top:20px}
.site-header{position:sticky;top:0;background:var(--header-glass);backdrop-filter:blur(16px);z-index:100;border-bottom:1px solid var(--line-soft)}

.header-inner{max-width:1440px;width:calc(100% - 96px);margin:auto;min-height:102px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.wordmark{display:inline-flex;align-items:center;gap:13px;font-size:26px;font-weight:600;letter-spacing:-1px;text-decoration:none;line-height:1.2}
.brand-subtitle{display:block;font-size:7px;letter-spacing:1.25px;margin-top:6px;font-weight:650}
.brand-symbol{position:relative;border:1px solid var(--brand-charcoal);width:45px;height:45px;display:flex;align-items:center;justify-content:center;font-family:Georgia,serif;font-style:italic;font-size:28px;border-radius:50%;letter-spacing:-6px;padding-right:7px}
.brand-symbol span{transform:translateY(3px)}
.brand-symbol i{width:8px;height:8px;background:var(--brand-muted);position:absolute;right:1px;bottom:2px;border:2px solid var(--brand-white);border-radius:50%}
.site-nav{display:flex;align-items:center;gap:40px}
.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:30px}
.nav-links a{text-decoration:none;font-size:13px;font-weight:500}
.nav-links a:hover{text-decoration:underline}
.nav-cta{padding:12px 22px}
.menu-toggle{display:none}
.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:10px;font-weight:650;line-height:1.5;color:var(--brand-muted)}
.hero{padding:78px 0 76px;overflow:hidden}
.hero-layout{align-items:center;gap:54px}
.hero-copy{flex:1.13}
.hero-copy .eyebrow{display:flex;gap:10px;align-items:center;margin-bottom:23px}
.hero-copy .eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand-muted);box-shadow:0 0 0 5px var(--accent-halo)}
.hero h1{max-width:690px;line-height:1.075}
.hero h1 em{color:var(--brand-muted)}
.hero-intro{font-size:17px;max-width:465px;line-height:1.75;margin:27px 0 30px}
.hero-note{font-size:11px;margin-top:18px;letter-spacing:.2px}
.hero-note:before{content:"✓";margin-right:8px;color:var(--brand-muted)}
.hero-visual{position:relative;flex:.98;margin:0}
.hero-visual img{width:100%;display:block}
.trust-strip{border-top:1px solid var(--brand-surface);border-bottom:1px solid var(--brand-surface);padding:24px 0;background:var(--brand-surface)}
.trust-strip .columns{align-items:center;gap:28px}
.trust-item{display:flex;align-items:center;gap:14px;justify-content:center}
.trust-item h3{font-family:Georgia,serif;font-size:31px;letter-spacing:-1px;white-space:nowrap}
.trust-item p{font-size:11px;line-height:1.5;max-width:132px}
.trust-item+.trust-item{border-left:1px solid var(--brand-surface)}
.section{padding:104px 0}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:46px}
.section-heading .eyebrow{margin-bottom:17px}
.section-heading h2{max-width:580px}
.section-heading>.group:last-child>p{max-width:310px;font-size:14px;line-height:1.8}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{background:var(--brand-surface);padding:30px 30px 32px;border:1px solid var(--brand-surface);border-radius:5px;position:relative;min-height:247px;transition:transform .2s,background .2s}
.service-card:hover{transform:translateY(-4px);background:var(--brand-surface)}
.service-card:nth-child(2),.service-card:nth-child(6){background:var(--brand-surface)}
.service-card:nth-child(3){background:var(--brand-surface)}
.service-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--brand-border);border-radius:50%;font-size:20px;color:var(--brand-muted);margin-bottom:27px}
.service-card h3{font-size:22px;margin-bottom:12px}
.service-card p:not(.service-icon){font-size:13px;line-height:1.8;max-width:300px}
.section-end{margin-top:28px;font-size:13px}
.section-end a{font-weight:600;margin-left:6px}
.about-band{background:var(--brand-charcoal);color:var(--brand-surface);position:relative;overflow:hidden}
.about-layout{gap:85px;align-items:center}
.about-art{flex:.88;position:relative}
.about-art img{width:100%;display:block}
.about-copy{flex:1.12}
.about-copy .eyebrow{color:var(--brand-border);margin-bottom:20px}
.about-copy h2{font-size:clamp(40px,4vw,58px);margin-bottom:28px}
.about-copy h2 em{color:var(--brand-border)}
.about-copy p{color:var(--brand-surface);font-size:14px;line-height:1.9;margin-top:17px;max-width:530px}
.about-copy .signature{font-family:Georgia,serif;font-style:italic;color:var(--brand-border);font-size:30px;margin:24px 0 0;line-height:1.2}
.about-copy .signature-label{font-size:10px;letter-spacing:1px;margin:9px 0 0;text-transform:uppercase;color:var(--brand-border)}
.about-copy .buttons{margin-top:26px}
.about-copy .button-link{background:var(--brand-surface);color:var(--brand-charcoal)}
.about-copy .button-link:hover{background:var(--brand-surface)}
.process-section{background:var(--brand-white)}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;border-top:1px solid var(--brand-border);padding-top:38px}
.process-step .step-number{font-size:11px;letter-spacing:1px;color:var(--brand-muted);margin-bottom:20px;display:flex;align-items:center;gap:15px}
.step-number:after{content:"";height:1px;width:40px;background:var(--brand-border)}
.process-step h3{margin-bottom:16px;font-size:24px}
.process-step>p:last-child{font-size:14px;line-height:1.8}
.working-note{background:var(--brand-surface);display:flex;align-items:center;justify-content:space-between;gap:30px;padding:25px 32px;margin-top:50px;border-radius:4px}
.working-note p{font-size:13px;color:var(--brand-muted)}
.working-note strong{display:block;font-size:16px;color:var(--brand-charcoal)}
.working-note a{font-size:13px;white-space:nowrap;font-weight:600}
.faq-section{background:var(--brand-white);border-top:1px solid var(--brand-surface)}
.faq-layout{gap:95px}
.faq-intro{flex:.85}
.faq-intro .eyebrow{margin-bottom:18px}
.faq-intro h2{margin-bottom:25px;font-size:48px}
.faq-intro p:not(.eyebrow){max-width:310px;font-size:14px}
.faq-intro a{display:inline-block;margin-top:24px;font-size:14px;font-weight:600}
.faq-list{flex:1.15}
.faq-item{border-bottom:1px solid var(--brand-border);padding:22px 0}
.faq-item:first-child{border-top:1px solid var(--brand-border)}
.faq-item summary{list-style:none;cursor:pointer;font-size:15px;font-weight:550;position:relative;padding-right:32px;line-height:1.5}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";position:absolute;right:2px;top:-3px;font-size:24px;font-weight:300}
.faq-item[open] summary:after{content:"−"}
.faq-item p{font-size:13px;line-height:1.85;margin:16px 25px 3px 0}
.final-cta{background:var(--brand-surface);padding:74px 0;text-align:center;position:relative;overflow:hidden}
.final-cta .eyebrow{margin-bottom:20px}
.final-cta h2{font-size:clamp(43px,4.5vw,66px);max-width:740px;margin:auto}
.final-cta p:not(.eyebrow){max-width:470px;margin:22px auto 27px;font-size:14px}
.final-cta .buttons{justify-content:center}
.final-cta:before,.final-cta:after{content:"";position:absolute;pointer-events:none;width:320px;height:320px;border:1px solid var(--brand-border);border-radius:50%;top:20px;left:-230px}
.final-cta:after{width:420px;height:420px;left:auto;right:-340px;top:-30px}
.site-footer{background:var(--brand-white);padding:47px 0 22px}
.footer-top{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-bottom:40px}
.footer-top .wordmark{font-size:30px;gap:0}
.wordmark-dot{color:var(--brand-muted)}
.footer-top>p{font-family:Georgia,serif;font-size:19px;font-style:italic}
.footer-mail{font-size:13px;text-decoration:none}
.footer-mail span{margin-left:15px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--brand-surface);padding-top:22px;font-size:10px;color:var(--brand-muted)}
.footer-bottom div{display:flex;gap:23px}
.footer-bottom a{text-decoration:none}
.footer-bottom a:hover{text-decoration:underline}
.contact-hero{padding:68px 0 54px}
.breadcrumb{font-size:11px;margin-bottom:28px}
.breadcrumb a{text-decoration:none}
.contact-hero h1{font-size:clamp(46px,5vw,70px);max-width:750px;margin-top:18px}
.contact-intro{max-width:520px;margin-top:22px;font-size:16px}
.contact-layout{gap:75px;padding-bottom:90px;align-items:flex-start}
.contact-info{flex:.8}
.contact-form-column{flex:1.2}
.contact-info h2{font-size:32px;margin:0 0 26px}
.contact-info p{font-size:14px}
.contact-detail{padding:24px 0;border-bottom:1px solid var(--brand-surface)}
.contact-detail .eyebrow{font-size:9px;margin-bottom:7px}
.contact-detail a{font-size:19px;text-decoration:none;overflow-wrap:anywhere}
.contact-detail a:hover{text-decoration:underline}
.contact-promise{background:var(--brand-surface);border-radius:4px;margin-top:30px;padding:25px}
.contact-promise h3{font-size:21px;margin-bottom:10px}
.contact-promise p{font-size:13px}
.vg-form-wrap{padding:36px;background:var(--brand-white);border:1px solid var(--brand-surface);border-radius:7px;box-shadow:0 12px 45px var(--shadow-faint)}
.vg-contact-form{display:grid;gap:21px}
.vg-contact-form label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:550;color:var(--brand-muted)}
.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.optional{font-weight:400;color:var(--brand-muted);display:contents}
.vg-contact-form input:not([type="checkbox"]),.vg-contact-form textarea{border:1px solid var(--brand-border);background:var(--brand-white);border-radius:4px;padding:13px 14px;width:100%;font-size:13px;color:var(--brand-charcoal)}
.vg-contact-form input::placeholder,.vg-contact-form textarea::placeholder{color:var(--brand-muted);opacity:1}
.vg-contact-form textarea{resize:vertical;min-height:130px}
.vg-contact-form .consent{flex-direction:row;align-items:flex-start;gap:10px;font-size:11px;line-height:1.7;font-weight:400}
.consent input{margin-top:4px;width:16px;height:16px;accent-color:var(--brand-charcoal);flex:none}
.vg-contact-form button{justify-self:start}
.vg-contact-form .form-small{font-size:10px;line-height:1.7}
.vg-honey{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-notice{margin-bottom:25px;background:var(--brand-surface);border-left:3px solid var(--brand-muted);padding:18px;font-size:13px}
.form-notice.error{background:var(--brand-surface);border-color:var(--brand-muted)}
.simple-page{max-width:850px;padding-block:75px 100px;min-height:65vh}
.simple-page h1{font-size:58px;margin:20px 0 30px}
.simple-page h2{font-size:27px;margin:35px 0 15px}
.simple-page p{margin-bottom:16px;font-size:15px}
.simple-page ul{padding-left:22px;color:var(--brand-muted);font-size:15px}
.article-heading{padding-top:65px}
main:focus{outline:none}

.columns.section-inner,.columns.wrap{margin-inline:auto}

@media(min-width:1500px){.hero{padding-block:94px}
.header-inner{min-height:110px}
}

@media(max-width:1100px){.header-inner,.wrap,.section-inner{width:calc(100% - 64px)}
.site-nav{gap:25px}
.nav-links{gap:20px}
.hero-layout{gap:28px}
.hero{padding:62px 0}
.hero h1{font-size:60px}
.hero-intro{font-size:15px}
.about-layout,.faq-layout{gap:50px}
.section{padding:80px 0}
.service-card{padding:25px}
.brand-subtitle{font-size:6px;letter-spacing:1px}
.nav-links a{font-size:12px}
}

@media(max-width:900px){.header-inner{min-height:84px}
.site-nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--brand-white);padding:24px 32px 30px;border-bottom:1px solid var(--brand-surface);box-shadow:0 20px 30px var(--shadow-soft);align-items:stretch}
.site-nav.is-open{display:flex;flex-direction:column;gap:22px}
.nav-links{flex-direction:column;gap:0}
.nav-links a{display:block;padding:12px 0;font-size:17px}
.nav-cta{align-self:start}
.menu-toggle{display:flex;align-items:center;gap:13px;border:1px solid var(--brand-border);background:transparent;padding:9px 15px;border-radius:30px;font-size:12px}
.hero-layout{gap:20px}
.hero h1{font-size:48px}
.hero .buttons{gap:11px}
.hero .button-link{font-size:12px;padding:13px 18px}
.hero .eyebrow{font-size:8px}
.hero-note{font-size:10px}
.trust-item{gap:10px}
.trust-item h3{font-size:25px}
.trust-item p{font-size:10px}
.service-grid{grid-template-columns:repeat(2,1fr)}
.about-layout{gap:40px}
.about-copy h2{font-size:42px}
.about-art{flex:.8}
.about-copy p{font-size:13px}
.section-heading h2{font-size:44px}
.section-heading{gap:30px}
.process-grid{gap:30px}
.faq-layout{gap:50px}
.faq-intro h2{font-size:40px}
.footer-top{flex-wrap:wrap}
.footer-top>p{display:none}
.contact-layout{gap:35px}
.vg-form-wrap{padding:25px}
.field-pair{grid-template-columns:1fr}
}

@media(max-width:650px){html{scroll-padding-top:88px}

.header-inner,.wrap,.section-inner{width:calc(100% - 40px)}
.header-inner{min-height:78px}
.wordmark{font-size:23px;gap:10px}
.brand-symbol{width:37px;height:37px;font-size:25px}
.brand-subtitle{font-size:5px;letter-spacing:1px}
.hero{padding:44px 0 38px}
.hero-layout,.about-layout,.faq-layout,.contact-layout{flex-direction:column}
.hero-copy,.hero-visual{width:100%}
.hero .eyebrow{font-size:9px}
.hero h1{font-size:54px;max-width:470px}
.hero-intro{font-size:15px;max-width:410px;margin:22px 0 25px}
.hero .button-link{padding:14px 20px;font-size:13px}
.hero-visual{max-width:440px;align-self:center;margin-top:20px}
.hero-note{font-size:10px;margin-top:15px}
.trust-strip{padding:22px 0}
.trust-strip .columns{gap:14px;flex-wrap:wrap;justify-content:center}
.trust-item{flex:1 1 40%;justify-content:flex-start;gap:12px}
.trust-item+.trust-item{border:0}
.trust-item h3{font-size:27px}
.trust-item p{font-size:10px}
.trust-item:last-child{flex:0 1 65%;justify-content:center;margin-top:8px}
.section{padding:64px 0}
.section-heading{display:block;margin-bottom:30px}
.section-heading h2{font-size:42px}
.section-heading>.group:last-child>p{margin-top:20px;max-width:420px}
.service-grid{gap:12px}
.service-card{padding:22px 18px;min-height:238px}
.service-card h3{font-size:20px;line-height:1.2}
.service-card p:not(.service-icon){font-size:12px;line-height:1.75}
.service-icon{margin-bottom:23px;width:34px;height:34px;font-size:17px}
.section-end{font-size:12px;line-height:1.8}
.about-layout{gap:34px;flex-direction:column-reverse}
.about-copy h2{font-size:43px}
.about-copy p{font-size:14px}
.about-art{max-width:390px;width:100%;align-self:center}
.process-grid{grid-template-columns:1fr;gap:30px;padding-top:30px}
.process-step .step-number{margin-bottom:12px}
.process-step h3{font-size:25px;margin-bottom:12px}
.working-note{padding:24px;display:block;margin-top:34px}
.working-note a{display:inline-block;margin-top:16px}
.faq-layout{gap:35px}
.faq-intro,.faq-list{width:100%}
.faq-intro h2{font-size:43px}
.faq-intro p:not(.eyebrow){max-width:400px}
.faq-intro a{margin-top:15px}
.faq-item{padding:20px 0}
.faq-item summary{font-size:14px}
.final-cta{padding:62px 0}
.final-cta h2{font-size:43px}
.final-cta p:not(.eyebrow){font-size:13px}
.site-footer{padding:34px 0 25px}
.footer-top{display:block;padding-bottom:27px}
.footer-mail{display:block;margin-top:20px;font-size:12px}
.footer-bottom{display:block}
.footer-bottom div{margin-top:15px;gap:24px}
.contact-hero{padding:40px 0}
.contact-hero h1{font-size:48px}
.contact-intro{font-size:15px}
.contact-layout{gap:35px;padding-bottom:60px}
.contact-info,.contact-form-column{width:100%}
.contact-info h2{font-size:28px}
.contact-detail a{font-size:18px}
.vg-form-wrap{padding:24px 20px}
.simple-page{padding-block:50px 70px}
.simple-page h1{font-size:44px}
.simple-page h2{font-size:26px}
}

@media(max-width:380px){.hero h1{font-size:46px}
.service-grid{grid-template-columns:1fr}
.service-card{min-height:0}
.hero .button-link{font-size:12px;padding:13px 17px}
.brand-subtitle{display:none}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}
}


.site-header,.site-nav,.trust-strip,.final-cta{background:var(--brand-mint)}
body{color:var(--brand-charcoal)}
p{color:var(--brand-copy)}
.hero h1 em{color:var(--brand-accent)}
.about-band{background:var(--brand-charcoal)}
.about-copy h2 em,.about-copy .eyebrow{color:var(--brand-mint)}
.about-copy .button-link{background:var(--brand-mint);color:var(--brand-charcoal)}
.contact-detail .eyebrow{margin-top:0}
.contact-detail{margin-top:12px}
.form-small{margin:0}
.form-notice a{overflow-wrap:anywhere}
.contact-info,.contact-form-column{min-width:0}
.hero-visual img{aspect-ratio:590/620}
details>p{margin-top:16px}
.site-nav a[aria-current=page]{text-decoration:underline}
.no-js .menu-toggle{display:none}
@media(max-width:900px){.no-js .site-nav{display:flex;position:static;flex-direction:column}
.no-js .header-inner{flex-wrap:wrap}
.no-js .nav-links{flex-wrap:wrap;flex-direction:row;gap:16px}
.no-js .site-nav{width:100%;padding:8px 0 20px;box-shadow:none;border:0}
}



button:disabled{opacity:.55;cursor:not-allowed;transform:none}.contact-form-column .form-notice{line-height:1.6}
