:root{--ink:#292c28;--muted:#5b665d;--paper:#fbf8f2;--cream:#f2f0e8;--sage:#deebdc;--gold:#83a46d;--clay:#e7a27f;--clay-soft:#f7dfd1;--sun:#efd987;--line:#dadbd3;--white:#fff;--forest:#3b7448;--danger:#8d3f38;--shadow:0 20px 60px rgba(38,55,38,.1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
*{box-sizing:border-box}body{margin:0}a{color:inherit}button,input,select,textarea{font:inherit}.skip{position:fixed;top:-5rem;left:1rem;background:var(--ink);color:white;padding:.7rem 1rem;z-index:99}.skip:focus{top:1rem}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,5vw,5rem);position:sticky;top:0;background:rgba(251,250,246,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);z-index:20}.brand{display:flex;gap:.7rem;align-items:center;text-decoration:none;font-family:Georgia,serif;font-weight:700;letter-spacing:.02em}.brand small{display:block;font:500 .68rem/1.2 Inter,sans-serif;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:white;background:var(--ink);font-size:1.35rem}.site-header nav{display:flex;align-items:center;gap:1.4rem}.site-header nav a{text-decoration:none;font-size:.92rem;font-weight:650}.menu{display:none;background:none;border:1px solid var(--line);padding:.45rem .7rem;border-radius:.4rem}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:white;text-decoration:none;border:2px solid var(--ink);border-radius:999px;padding:.8rem 1.25rem;font-weight:750;cursor:pointer}.button:hover{background:#244b43}.button.secondary{background:transparent;color:var(--ink)}.button.small{padding:.55rem .9rem}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:800;color:#56776e}.hero{padding:clamp(4rem,8vw,8rem) clamp(1rem,7vw,7rem);background:radial-gradient(circle at 80% 10%,#dbe7e1 0,transparent 28%),linear-gradient(135deg,var(--paper),var(--cream));display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:clamp(2rem,7vw,7rem);align-items:center}.hero h1,.page-head h1{font:500 clamp(2.7rem,6vw,5.3rem)/.98 Georgia,serif;letter-spacing:-.045em;margin:.35rem 0 1.2rem}.hero p{font-size:1.13rem;max-width:62ch;color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.7rem 0}.hero-card{background:var(--white);padding:2rem;border-radius:1.2rem;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.8)}.hero-card h2{font:500 1.6rem Georgia,serif}.path{display:block;padding:1rem 0;border-top:1px solid var(--line);text-decoration:none;font-weight:750}.path span{display:block;color:var(--muted);font-weight:400;font-size:.9rem}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.trust-strip div{padding:1.5rem clamp(1rem,4vw,4rem);background:var(--white)}.trust-strip strong{display:block}.trust-strip span{font-size:.9rem;color:var(--muted)}.section{padding:clamp(3.5rem,7vw,7rem) clamp(1rem,7vw,7rem);max-width:1500px;margin:auto}.section.tint{max-width:none;background:var(--cream)}.section h2{font:500 clamp(2rem,4vw,3.3rem)/1.1 Georgia,serif;margin:.3rem 0 1rem}.intro{font-size:1.05rem;color:var(--muted);max-width:70ch}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-top:2rem}.card{background:white;border:1px solid var(--line);padding:1.5rem;border-radius:.9rem;box-shadow:0 8px 25px rgba(20,50,44,.04)}.card h3{font:600 1.3rem Georgia,serif;margin:.65rem 0}.card p{color:var(--muted)}.card a{font-weight:750}.badge{display:inline-flex;border-radius:99px;padding:.25rem .65rem;font-size:.72rem;font-weight:800;background:var(--sage);color:var(--ink)}.badge.soon{background:#efe0c8}.badge.referral{background:#e2e0ef}.badge.waitlist{background:#e1ebf2}.badge.off{background:#ececea;color:#555}.notice{border-left:4px solid var(--gold);background:#fff9ef;padding:1rem 1.2rem;margin:1.5rem 0}.page-head{padding:clamp(3.5rem,7vw,6rem) clamp(1rem,7vw,7rem);background:var(--cream)}.page-head h1{font-size:clamp(2.6rem,5vw,4.5rem)}.breadcrumbs{font-size:.85rem;color:var(--muted)}.checklist{padding:0;list-style:none}.checklist li{padding:.55rem 0 .55rem 1.7rem;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:#397466;font-weight:900}.price{font:500 2rem Georgia,serif}.fine,.helper{font-size:.82rem;color:var(--muted)}form{max-width:920px}.field{margin:1rem 0}label,legend{font-weight:750;display:block;margin-bottom:.35rem}input,select,textarea{width:100%;border:1px solid #9eaaa6;background:white;border-radius:.45rem;padding:.75rem;color:var(--ink)}textarea{min-height:120px}.row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}fieldset{border:0;padding:0;margin:1.7rem 0}.radio{display:flex;gap:.7rem;align-items:flex-start;padding:.6rem 0}.radio input{width:auto;margin-top:.35rem}.warning{background:#fff3e6;border:1px solid #e6c18f;padding:1rem;border-radius:.5rem}.result{background:var(--sage);padding:1.2rem;border-radius:.6rem;margin-top:1rem}.hidden{display:none!important}.status-table{width:100%;border-collapse:collapse}.status-table th,.status-table td{text-align:left;padding:.8rem;border-bottom:1px solid var(--line);vertical-align:top}.faq details{border-top:1px solid var(--line);padding:1rem 0}.faq summary{font-weight:750;cursor:pointer}.cta{background:var(--ink);color:white;border-radius:1rem;padding:clamp(1.5rem,4vw,3.5rem);display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta h2{color:white}.cta .button{background:white;color:var(--ink);border-color:white}footer{padding:3rem clamp(1rem,7vw,7rem) 6rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;background:#102824;color:#f5f1e8}footer h2{font:600 1rem Inter,sans-serif}footer a{display:block;margin:.4rem 0;color:#d7e3df}.fine{grid-column:1/-1;color:#aec0bb}.mobile-actions{display:none}
@media(max-width:850px){.menu{display:block}.site-header nav{display:none;position:absolute;top:81px;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--paper);padding:1.2rem;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.hero{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.mobile-actions{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;bottom:0;left:0;right:0;background:var(--ink);z-index:30}.mobile-actions a{padding:.8rem;text-align:center;color:white;text-decoration:none;font-weight:800;border-right:1px solid #31564f}footer{grid-template-columns:1fr 1fr;padding-bottom:6rem}}
@media(max-width:560px){.grid,.trust-strip,.row{grid-template-columns:1fr}.hero h1{font-size:2.75rem}.site-header{height:72px}.site-header nav{top:71px}.brand{font-size:.9rem}.status-table{display:block;overflow-x:auto}.cta{align-items:flex-start;flex-direction:column}footer{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media print{.site-header,.mobile-actions,.actions{display:none}.hero,.page-head,.section{padding:1rem}footer{background:white;color:black}}
.simple-hero{grid-template-columns:minmax(0,760px);min-height:68vh;align-content:center}.simple-hero h1{max-width:820px}.simple-hero p{max-width:680px}.steps .card{box-shadow:none;padding:1.8rem}.step-number{display:grid;place-items:center;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--ink);color:white;font-weight:800}.compact-choice{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:clamp(3rem,5vw,5rem);padding-bottom:clamp(3rem,5vw,5rem)}.quiet-links{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(1.5rem,5vw,4rem)}.quiet-links a{font-weight:750;text-underline-offset:.3rem}
@media(max-width:850px){.compact-choice{align-items:flex-start;flex-direction:column}}
.essentials{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:clamp(2rem,7vw,7rem)}.essential-list{border-top:1px solid var(--line)}.essential-list article{display:grid;grid-template-columns:minmax(130px,.45fr) minmax(0,1fr);gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--line)}.essential-list h3,.essential-list p{margin:0}.essential-list h3{font:600 1.1rem Georgia,serif}.essential-list p{color:var(--muted)}.home-faq{max-width:900px}.home-faq details{border-top:1px solid var(--line);padding:1.2rem 0}.home-faq summary{font-weight:750;cursor:pointer}.home-faq details p{color:var(--muted)}.text-link{display:inline-block;margin-top:1rem;font-weight:750}.contact-band{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--sage);max-width:none}.contact-band h2{margin-bottom:.4rem}.contact-band p{margin:0}.contact-band p a{text-underline-offset:.25rem}
@media(max-width:700px){.essentials{grid-template-columns:1fr}.essential-list article{grid-template-columns:1fr;gap:.25rem}.contact-band{align-items:flex-start;flex-direction:column}}
.brand img{display:block;width:min(390px,42vw);height:58px;object-fit:contain;object-position:left center}.button{background:var(--forest);border-color:var(--forest)}.button:hover{background:#0f4f40}.step-number{background:var(--forest)}
@media(max-width:560px){.brand img{width:min(270px,68vw);height:48px}}
.hero{padding:clamp(3.5rem,6vw,6rem) clamp(1.25rem,5vw,4rem)}
.simple-hero{grid-template-columns:minmax(0,1080px);min-height:58vh;justify-content:center}
.simple-hero>div{width:100%;max-width:1080px}
.simple-hero h1{font-size:clamp(2.8rem,4.6vw,4.25rem);line-height:1.02;max-width:760px}
.simple-hero p{font-size:clamp(1rem,1.35vw,1.12rem)}
.section{max-width:1180px;padding-left:clamp(1.25rem,4vw,3.5rem);padding-right:clamp(1.25rem,4vw,3.5rem)}
.section.tint,.contact-band{max-width:1180px}
@media(max-width:560px){.hero{padding:3.25rem 1.25rem}.simple-hero{min-height:auto}.simple-hero h1{font-size:2.55rem}.section{padding-left:1.25rem;padding-right:1.25rem}}
.guided-request{max-width:980px}.guided-request form{margin:auto;background:white;border:1px solid var(--line);border-radius:1.25rem;padding:clamp(1.25rem,4vw,3rem);box-shadow:var(--shadow)}.wizard-progress{margin-bottom:2rem;color:var(--muted);font-size:.86rem;font-weight:750}.wizard-progress>div{height:5px;margin-top:.65rem;background:var(--cream);border-radius:99px;overflow:hidden}.wizard-progress i{display:block;height:100%;background:var(--ink);border-radius:99px;transition:width .25s ease}.wizard-step{margin:0}.wizard-step legend{font:500 clamp(1.7rem,4vw,2.5rem)/1.1 Georgia,serif;margin-bottom:1.5rem}.wizard-controls{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.wizard-step[hidden]{display:none}.guided-request input,.guided-request select,.guided-request textarea{min-height:52px;border-radius:.75rem}.guided-request input:focus,.guided-request select:focus,.guided-request textarea:focus{outline:3px solid rgba(57,116,102,.2);border-color:#397466}
.cta,.mobile-actions{background:var(--forest)}
footer{background:#2f622f}
.eyebrow{color:#5e8a48}
.simple-hero{grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);width:100%;max-width:none;min-height:620px;padding-left:max(2rem,calc((100vw - 1320px)/2));padding-right:max(2rem,calc((100vw - 1320px)/2));gap:clamp(3rem,6vw,6rem)}
.simple-hero>div{max-width:720px}
.next-panel{background:rgba(255,255,255,.88);border:1px solid rgba(23,98,79,.14);border-radius:1.4rem;padding:clamp(1.6rem,3vw,2.5rem);box-shadow:var(--shadow);max-width:520px}
.next-panel h2{font:500 clamp(1.8rem,2.5vw,2.5rem)/1.08 Georgia,serif;margin:.35rem 0 1.5rem}
.next-panel ol{list-style:none;margin:0;padding:0}
.next-panel li{display:flex;gap:1rem;padding:1rem 0;border-top:1px solid var(--line)}
.next-panel li>span{display:grid;place-items:center;flex:0 0 2rem;width:2rem;height:2rem;border-radius:50%;background:var(--sage);color:var(--forest);font-weight:850}
.next-panel strong,.next-panel small{display:block}.next-panel small{color:var(--muted);line-height:1.45;margin-top:.15rem}.next-panel>a{display:inline-block;margin-top:1.2rem;color:var(--forest);font-weight:800;text-underline-offset:.25rem}
@media(max-width:900px){.simple-hero{grid-template-columns:1fr;min-height:auto;padding:3.5rem 1.5rem;gap:2.5rem}.next-panel{max-width:none}}
.home-hero{min-height:700px;padding:clamp(4rem,7vw,7rem) max(1.5rem,calc((100vw - 1320px)/2));display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);align-items:center;gap:clamp(3rem,7vw,7rem);background:radial-gradient(circle at 82% 18%,rgba(157,200,113,.3),transparent 25%),linear-gradient(135deg,#faf8f2 0%,#f1f5e9 100%);overflow:hidden}
.hero-copy h1{font:500 clamp(3.4rem,5.7vw,6rem)/.94 Georgia,serif;letter-spacing:-.055em;margin:.6rem 0 1.5rem;max-width:820px}.hero-copy h1 em{color:var(--forest);font-weight:500}.hero-lede{font-size:clamp(1.08rem,1.45vw,1.28rem);line-height:1.65;color:var(--muted);max-width:650px}.home-primary{gap:1rem;padding:1rem 1.45rem}.home-primary span{font-size:1.2rem}.quiet-action{align-self:center;color:var(--forest);font-weight:750;text-underline-offset:.3rem}.launch-note{display:flex;align-items:center;gap:.6rem;margin-top:2rem;color:var(--muted);font-size:.84rem}.launch-note span{width:.55rem;height:.55rem;border-radius:50%;background:#73a892;box-shadow:0 0 0 5px rgba(115,168,146,.15)}
.concierge-card{background:#fff;border:1px solid rgba(23,98,79,.13);border-radius:1.5rem;box-shadow:0 28px 80px rgba(23,63,53,.14);overflow:hidden;transform:rotate(1deg)}.concierge-top{display:flex;align-items:center;gap:.55rem;padding:1rem 1.25rem;border-bottom:1px solid var(--line);font-size:.82rem;font-weight:800}.concierge-top small{margin-left:auto;color:var(--muted);font-weight:600}.pulse{width:.55rem;height:.55rem;border-radius:50%;background:#60a98e}.concierge-body{padding:clamp(1.4rem,3vw,2.2rem)}.concierge-body h2{font:500 clamp(1.75rem,2.6vw,2.35rem)/1.08 Georgia,serif;margin:.35rem 0 1.5rem}.choice{display:flex;align-items:center;gap:.85rem;border:1px solid var(--line);border-radius:.8rem;padding:.85rem;margin:.65rem 0}.choice.selected{border-color:#70a996;background:#f1f8f5;box-shadow:0 0 0 2px rgba(23,98,79,.08)}.choice-icon{display:grid;place-items:center;width:2rem;height:2rem;border-radius:.55rem;background:var(--cream);color:var(--forest);font-weight:850}.choice div{flex:1}.choice strong,.choice small{display:block}.choice small{color:var(--muted);font-size:.76rem}.choice b{color:var(--forest)}.mini-next{display:flex;justify-content:space-between;background:var(--forest);color:white;border-radius:.8rem;padding:.85rem 1rem;margin-top:1rem;text-decoration:none;font-weight:800}.concierge-foot{text-align:center;color:var(--muted);font-size:.75rem;margin:.8rem}
.confidence-bar{display:grid;grid-template-columns:repeat(4,1fr);max-width:1320px;margin:-1.5rem auto 0;background:#fff;border:1px solid var(--line);border-radius:1rem;box-shadow:0 14px 45px rgba(25,50,42,.08);position:relative;z-index:2}.confidence-bar div{padding:1.3rem 1.5rem;border-right:1px solid var(--line)}.confidence-bar div:last-child{border:0}.confidence-bar strong,.confidence-bar span{display:block}.confidence-bar strong{font-size:.88rem}.confidence-bar span{color:var(--muted);font-size:.76rem}
.home-section{max-width:1320px;margin:auto;padding:clamp(5rem,8vw,8rem) clamp(1.5rem,3vw,2.5rem)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:2.5rem}.section-heading h2,.price-copy h2{font:500 clamp(2.6rem,4.2vw,4.4rem)/1 Georgia,serif;letter-spacing:-.045em;margin:.35rem 0}.section-heading>p{max-width:480px;color:var(--muted)}
.service-bento{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:1rem}.bento{position:relative;display:block;border:1px solid var(--line);border-radius:1.25rem;padding:clamp(1.5rem,3vw,2.5rem);text-decoration:none;overflow:hidden;background:#fff;min-height:250px}.bento-main{grid-row:1/3;min-height:520px;background:linear-gradient(145deg,#eef5f1,#dceae3)}.bento-secondary{background:#fff}.bento-dark{background:var(--forest);color:white;border-color:var(--forest)}.bento h3{font:500 clamp(1.8rem,3vw,3rem)/1 Georgia,serif;margin:1rem 0}.bento p{max-width:460px;color:var(--muted)}.bento-dark p{color:#d4e5df}.bento strong{position:absolute;left:clamp(1.5rem,3vw,2.5rem);bottom:2rem}.bento-number{position:absolute;right:1.5rem;top:1.3rem;color:rgba(23,63,53,.38);font:600 .8rem Inter,sans-serif}.bento-dark .bento-number{color:#a8c7bd}.route-art{position:absolute;left:2rem;right:2rem;bottom:5rem;height:170px}.route-art svg{width:100%;height:100%}.route-art path{fill:none;stroke:#79a995;stroke-width:3;stroke-dasharray:6 7}.route-art circle{fill:var(--forest)}
.done-for-you{max-width:none;background:#f0f3ee;padding-left:max(1.5rem,calc((100vw - 1320px)/2));padding-right:max(1.5rem,calc((100vw - 1320px)/2))}.feature-stage{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);gap:clamp(3rem,8vw,8rem);align-items:center}.checklist-phone{background:white;border:1px solid var(--line);border-radius:1.4rem;padding:1.4rem;box-shadow:0 24px 70px rgba(20,55,45,.12);max-width:520px}.phone-head{display:flex;align-items:center;gap:.8rem}.phone-head>span{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:.75rem;background:var(--forest);color:white;font:700 1rem Georgia,serif}.phone-head div{flex:1}.phone-head small,.phone-head strong{display:block}.phone-head small{color:var(--muted);font-size:.72rem}.phone-head b{font-size:.75rem;color:var(--forest)}.progress{height:5px;background:var(--cream);border-radius:9px;margin:1.3rem 0}.progress i{display:block;width:75%;height:100%;background:#6da48f;border-radius:9px}.checklist-phone ul{list-style:none;padding:0;margin:0}.checklist-phone li{display:flex;align-items:center;gap:1rem;padding:1rem .25rem;border-top:1px solid var(--line)}.checklist-phone li>span{display:grid;place-items:center;width:1.8rem;height:1.8rem;border:1px solid var(--line);border-radius:50%;color:var(--muted);font-weight:800;font-size:.8rem}.checklist-phone li.complete>span{background:var(--sage);border-color:var(--sage);color:var(--forest)}.checklist-phone li strong,.checklist-phone li small{display:block}.checklist-phone li small{color:var(--muted);font-size:.74rem}.feature-copy article{display:flex;gap:1.5rem;padding:1.7rem 0;border-top:1px solid #cbd7d1}.feature-copy article>span{color:#57917e;font-weight:850}.feature-copy h3{font:600 clamp(1.3rem,2vw,1.7rem) Georgia,serif;margin:0 0 .5rem}.feature-copy p{color:var(--muted);margin:0;max-width:600px}
.price-preview{display:grid;grid-template-columns:1fr minmax(360px,.75fr);gap:clamp(4rem,10vw,10rem);align-items:center}.price-copy>p:not(.eyebrow){color:var(--muted);max-width:560px;margin-bottom:1.8rem}.estimate-card{background:#fff;border:1px solid var(--line);border-radius:1.2rem;padding:clamp(1.4rem,3vw,2.2rem);box-shadow:var(--shadow)}.estimate-title{display:flex;justify-content:space-between;align-items:start;padding-bottom:1.2rem}.estimate-title small,.estimate-title strong{display:block}.estimate-title small{color:var(--muted)}.estimate-title>span{background:var(--sage);color:var(--forest);font-size:.7rem;font-weight:800;padding:.25rem .6rem;border-radius:20px}.estimate-card dl{margin:0}.estimate-card dl div{display:flex;justify-content:space-between;padding:.85rem 0;border-top:1px solid var(--line)}.estimate-card dd{font-weight:800}.estimate-total{display:flex;justify-content:space-between;align-items:end;border-top:2px solid var(--ink);padding-top:1.2rem;margin-top:.5rem}.estimate-total strong{font:500 2.4rem Georgia,serif}.estimate-card>p{font-size:.7rem;color:var(--muted);margin-bottom:0}
.quick-faq{padding-top:4rem}.section-heading>a{color:var(--forest);font-weight:800}.faq-columns{display:grid;grid-template-columns:1fr 1fr;column-gap:3rem}.faq-columns details{border-top:1px solid var(--line);padding:1.25rem 0}.faq-columns summary{font-weight:800;cursor:pointer}.faq-columns p{color:var(--muted);padding-right:1rem}.home-final{max-width:1320px;margin:0 auto 6rem;padding:clamp(2rem,5vw,4rem);border-radius:1.4rem;background:var(--forest);color:white;display:flex;align-items:center;justify-content:space-between;gap:3rem}.home-final .eyebrow{color:#a9d4c5}.home-final h2{font:500 clamp(2.5rem,4vw,4rem)/1 Georgia,serif;margin:.35rem 0}.home-final .button{background:white;color:var(--forest);border-color:white}
@media(max-width:950px){.home-hero{grid-template-columns:1fr;min-height:auto}.concierge-card{max-width:620px;transform:none}.confidence-bar{grid-template-columns:1fr 1fr;margin:0;border-radius:0}.confidence-bar div:nth-child(2){border-right:0}.service-bento,.feature-stage,.price-preview{grid-template-columns:1fr}.bento-main{grid-row:auto}.route-art{opacity:.55}.feature-copy{order:-1}.home-final{margin:0 1.5rem 5rem}}
@media(max-width:600px){.home-hero{padding:3.5rem 1.25rem}.hero-copy h1{font-size:3rem}.confidence-bar{grid-template-columns:1fr 1fr}.confidence-bar div{padding:1rem}.section-heading{align-items:start;flex-direction:column;gap:.5rem}.service-bento{display:block}.bento{margin-bottom:1rem}.bento-main{min-height:430px}.faq-columns{grid-template-columns:1fr}.home-final{align-items:flex-start;flex-direction:column}.home-section{padding-top:4rem;padding-bottom:4rem}.feature-stage{display:block}.checklist-phone{margin-top:2rem}.price-preview{display:block}.estimate-card{margin-top:2.5rem}}
.home-final .eyebrow{color:#c5ddb9}
.launch-note span,.pulse{background:#7fa66f}
.choice.selected{border-color:#8bab79;background:#f3f8ef}
.route-art path{stroke:#91ad7e}.feature-copy article>span{color:#6f955f}
.button:hover{background:#326d30}.concierge-card{border-color:rgba(63,125,58,.17);box-shadow:0 28px 80px rgba(45,85,38,.14)}
.launch-note span,.pulse{background:#82ad5e}.choice.selected{border-color:#91b56f;background:#f4faee;box-shadow:0 0 0 2px rgba(63,125,58,.08)}
.bento-main{background:linear-gradient(145deg,#f1f8eb,#dcedd0)}.route-art path{stroke:#86ad68}.feature-copy article>span{color:#6f9a51}
.done-for-you{background:#f2f6ec}.checklist-phone{box-shadow:0 24px 70px rgba(46,82,37,.12)}.progress i{background:#82aa63}
.home-final .eyebrow{color:#d3e9c4}.confidence-bar{border-top:3px solid var(--forest)}
/* Alma-inspired editorial direction: organic composition, warm accents, quiet technology. */
.site-header{background:rgba(251,248,242,.94);border-bottom-color:rgba(59,116,72,.15)}
.home-hero{position:relative;isolation:isolate;background:var(--paper);min-height:760px}
.home-hero:before{content:"";position:absolute;z-index:-2;width:min(58vw,780px);height:min(58vw,780px);right:-8%;top:-18%;border-radius:44% 56% 63% 37%/52% 39% 61% 48%;background:linear-gradient(145deg,#cfe3ce,#e8f0de)}
.home-hero:after{content:"";position:absolute;z-index:-1;width:150px;height:150px;right:43%;bottom:10%;border-radius:50%;background:var(--clay-soft);opacity:.8}
.hero-copy,.concierge-card{position:relative;z-index:1}.hero-copy h1{font-size:clamp(3.6rem,6.2vw,6.6rem);line-height:.91;max-width:900px}.hero-copy h1 em{color:var(--forest);text-decoration:none}.hero-lede{max-width:610px}.home-primary{border-radius:.8rem;background:var(--forest);box-shadow:0 9px 0 #285936;transition:transform .18s ease,box-shadow .18s ease}.home-primary:hover{transform:translateY(3px);box-shadow:0 6px 0 #285936}
.concierge-card{border:0;border-radius:2.5rem 2.5rem 2.5rem .7rem;box-shadow:0 30px 90px rgba(45,72,47,.16);transform:rotate(1.5deg)}.concierge-top{background:#f7f4ed}.choice{border-radius:1rem}.choice.selected{background:#edf6ea;border-color:#94b88e}.mini-next{border-radius:.9rem}
.confidence-bar{max-width:1240px;border:0;border-top:0;border-radius:999px;background:var(--ink);color:white;overflow:hidden;box-shadow:none;margin-top:-2.2rem}.confidence-bar div{border-color:rgba(255,255,255,.14);padding:1.1rem 1.5rem}.confidence-bar span{color:#cbd4cc}
.path-section{position:relative}.path-section:before{content:"GF";position:absolute;right:3%;top:3rem;font:700 clamp(5rem,11vw,10rem)/1 Georgia,serif;color:rgba(59,116,72,.055);letter-spacing:-.08em}.section-heading h2,.price-copy h2{letter-spacing:-.055em}.section-heading>p{font-size:1.05rem}
.service-bento{gap:1.25rem}.bento{border:0;box-shadow:0 12px 38px rgba(38,55,38,.07);transition:transform .22s ease}.bento:hover{transform:translateY(-5px)}.bento-main{border-radius:3.2rem .9rem 3.2rem 3.2rem;background:#dbe9d8}.bento-secondary{border-radius:.9rem 3rem 3rem 3rem;background:var(--clay-soft)}.bento-dark{border-radius:3rem 3rem .9rem 3rem}.bento-secondary .badge.soon{background:rgba(255,255,255,.62)}.route-art path{stroke:#709b70}
.done-for-you{position:relative;border-radius:5rem 5rem 0 0;background:#e9efe4;margin-top:3rem;overflow:hidden}.done-for-you:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-80px;top:90px;background:var(--sun);opacity:.55}.feature-stage,.done-for-you .section-heading{position:relative;z-index:1}.checklist-phone{border:0;border-radius:2rem .8rem 2rem 2rem;transform:rotate(-1deg)}.feature-copy article{border-color:#cbd7c4}.feature-copy article>span{display:grid;place-items:center;width:2.1rem;height:2.1rem;flex:0 0 2.1rem;border-radius:50%;background:white;color:var(--forest)}
.price-preview{max-width:1240px;margin-top:6rem;margin-bottom:6rem;padding:clamp(3rem,6vw,6rem);border-radius:4rem 1rem 4rem 4rem;background:var(--clay-soft)}.price-copy .button.secondary{background:var(--paper);border-color:var(--ink)}.estimate-card{border:0;border-radius:2rem;transform:rotate(1deg);box-shadow:0 25px 70px rgba(79,63,48,.12)}
.quick-faq{padding-top:2rem}.faq-columns details{padding:1.5rem 0}.faq-columns details[open] summary{color:var(--forest)}
.home-final{position:relative;overflow:hidden;border-radius:1rem 4rem 4rem 4rem;padding:clamp(3rem,6vw,5.5rem)}.home-final:after{content:"";position:absolute;width:260px;height:260px;border:2px solid rgba(255,255,255,.13);border-radius:50%;right:22%;bottom:-180px}.home-final>*{position:relative;z-index:1}
@media(max-width:950px){.home-hero:before{width:720px;height:720px;right:-45%;top:15%}.home-hero:after{display:none}.confidence-bar{border-radius:0}.concierge-card,.checklist-phone,.estimate-card{transform:none}.done-for-you{border-radius:3rem 3rem 0 0}.price-preview{margin-left:1.25rem;margin-right:1.25rem;border-radius:2.5rem .8rem 2.5rem 2.5rem}}
@media(max-width:600px){.home-hero{min-height:auto}.home-hero:before{width:520px;height:520px;right:-80%;top:34%}.hero-copy h1{font-size:3.15rem}.confidence-bar{grid-template-columns:1fr}.confidence-bar div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.bento-main,.bento-secondary,.bento-dark{border-radius:2rem .75rem 2rem 2rem}.done-for-you{border-radius:2.5rem 2.5rem 0 0}.price-preview{padding:2rem;margin-top:3rem;margin-bottom:3rem}.home-final{border-radius:.8rem 2.5rem 2.5rem 2.5rem}}
.home-hero{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);min-height:760px;background:var(--paper)}
.home-hero:before{width:210px;height:210px;right:42%;top:8%;background:var(--clay-soft);opacity:.7}
.home-hero:after{width:110px;height:110px;right:3%;bottom:6%;background:var(--sun);opacity:.75}
.concierge-card{min-height:600px;transform:none;border-radius:4rem .8rem 4rem 4rem;background:url('hero-editorial.png') center center/cover no-repeat;box-shadow:0 28px 80px rgba(41,53,42,.16)}
.concierge-card>*{display:none}.concierge-card:after{content:"GOOD FORM  /  COLUMBIA, MISSOURI";position:absolute;left:1.4rem;bottom:1.4rem;background:rgba(251,248,242,.92);color:var(--ink);padding:.65rem .85rem;font-size:.63rem;font-weight:850;letter-spacing:.13em;border-radius:.3rem}
@media(max-width:950px){.home-hero{grid-template-columns:1fr}.concierge-card{width:100%;max-width:none;min-height:520px}.home-hero:before{right:-4%;top:34%}}
@media(max-width:600px){.concierge-card{min-height:390px;border-radius:2.5rem .65rem 2.5rem 2.5rem;background-position:60% center}.home-hero:before{width:150px;height:150px;right:-10%;top:42%}}
.hero-copy h1{font-size:clamp(3rem,4.7vw,5rem);line-height:.96;max-width:760px}
.section-heading h2,.price-copy h2{font-size:clamp(2.25rem,3.4vw,3.6rem);line-height:1.04}
.section h2{font-size:clamp(1.9rem,3vw,2.9rem)}
.page-head h1{font-size:clamp(2.4rem,4vw,3.8rem);line-height:1}
.home-section{max-width:1440px}.confidence-bar{max-width:1380px}.price-preview{max-width:1360px}.home-final{max-width:1380px}
.section{max-width:1380px}.home-hero{grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);gap:clamp(2.5rem,5vw,5rem);padding-left:max(2rem,calc((100vw - 1440px)/2));padding-right:max(2rem,calc((100vw - 1440px)/2))}
@media(max-width:950px){.home-hero{grid-template-columns:1fr;padding-left:1.5rem;padding-right:1.5rem}.hero-copy h1{font-size:clamp(3rem,8vw,4.5rem)}}
@media(max-width:600px){.hero-copy h1{font-size:2.85rem}.section-heading h2,.price-copy h2{font-size:2.4rem}.page-head h1{font-size:2.5rem}}
.bento-main .route-art{height:245px;left:1.5rem;right:1.5rem;bottom:4.5rem;border-radius:1.6rem .45rem 1.6rem 1.6rem;background:url('mobile-editorial.png') center 58%/cover no-repeat;box-shadow:0 12px 35px rgba(40,55,38,.1)}
.bento-main .route-art svg,.bento-main .route-art i{display:none}
.checklist-phone{max-width:none;min-height:570px;background:url('checklist-editorial.png') center/cover no-repeat;border-radius:2.5rem .7rem 2.5rem 2.5rem;transform:none}
.checklist-phone>*{display:none}
@media(max-width:600px){.bento-main .route-art{height:200px;bottom:4.25rem}.checklist-phone{min-height:390px;background-position:center}}
.bento-main .route-art{height:170px;left:2rem;right:2rem;bottom:5rem;border-radius:0;background:none;box-shadow:none}
.bento-main .route-art svg{display:block}.bento-main .route-art i{display:none}
@media(max-width:600px){.bento-main .route-art{height:150px;bottom:4.75rem}}
.checklist-phone{max-width:520px;min-height:0;background:#fff;border:0;border-radius:2rem .8rem 2rem 2rem;padding:1.4rem;box-shadow:0 24px 70px rgba(46,82,37,.12);transform:none}
.checklist-phone>*{display:block}
.checklist-phone .phone-head{display:flex}
.checklist-phone .progress{display:block}
.checklist-phone ul{display:block}
@media(max-width:600px){.checklist-phone{min-height:0;background:#fff}}
.checklist-phone{max-width:none;min-height:600px;background:url('editorial-digital-checklist.png') center 47%/cover no-repeat;border-radius:2.5rem .7rem 2.5rem 2.5rem;padding:0;box-shadow:0 24px 70px rgba(46,82,37,.12)}
.checklist-phone>*{display:none!important}
.editorial-intro,.prep-visual{display:grid;grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr);align-items:center;gap:clamp(2.5rem,7vw,7rem)}
.editorial-intro{padding-top:4.5rem;padding-bottom:4.5rem}
.editorial-intro figure,.prep-visual figure{margin:0;overflow:hidden;background:var(--cream);box-shadow:0 22px 65px rgba(46,62,43,.11)}
.editorial-intro figure{max-width:520px;border-radius:3.2rem .8rem 3.2rem 3.2rem}
.prep-visual{margin-top:5rem;padding:clamp(1.5rem,4vw,3.5rem);background:#edf2e9;border-radius:3.5rem .9rem 3.5rem 3.5rem}
.prep-visual figure{border-radius:.8rem 2.8rem 2.8rem 2.8rem}
.editorial-intro img,.prep-visual img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}
.editorial-intro h2,.prep-visual h2{font:500 clamp(2.3rem,4vw,4rem)/1.02 Georgia,serif;letter-spacing:-.045em;margin:.4rem 0 1.2rem}
.service-catalog{padding-top:2rem}
@media(max-width:900px){.editorial-intro,.prep-visual{grid-template-columns:1fr}.editorial-intro figure{max-width:620px}.prep-visual{margin-top:3rem}}
@media(max-width:600px){.checklist-phone{min-height:460px;background-position:center}.editorial-intro{padding-top:2rem}.prep-visual{padding:1rem;border-radius:2rem .7rem 2rem 2rem}.editorial-intro h2,.prep-visual h2{font-size:2.35rem}}
.bento-main .route-art{height:170px;left:2rem;right:2rem;bottom:5rem;border-radius:0;background:none;box-shadow:none}
.bento-main .route-art svg{display:block}
.bento-main .route-art i{display:none}
@media(max-width:600px){.bento-main .route-art{height:150px;bottom:4.75rem}}
