:root{--ink:#183946;--muted:#536670;--plum:#075171;--plum-dark:#093b50;--wine:#ad4829;--lilac:#e4bd9f;--blush:#f1e8dd;--paper:#fcfaf6;--white:#fff;--line:#dddcd4;--mint:#e1ece9;--shadow:0 24px 60px #093b5017;--radius:1.5rem;--serif:"Iowan Old Style", "Palatino Linotype", Georgia, serif;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.65}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:var(--plum);text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{color:var(--wine)}button,input,select,textarea{font:inherit}h1,h2,h3{color:var(--plum-dark);font-family:var(--serif);text-wrap:balance;margin:0 0 .75rem;font-weight:400;line-height:1.12}h1{letter-spacing:-.035em;font-size:clamp(2.7rem,7vw,5.9rem)}h2{letter-spacing:-.025em;font-size:clamp(2rem,4.2vw,3.65rem)}h3{font-size:clamp(1.35rem,2vw,1.7rem)}p{margin:0 0 1rem}.skip-link{z-index:100;background:var(--plum);color:#fff;border-radius:.5rem;padding:.75rem 1rem;position:fixed;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:50;backdrop-filter:blur(18px);background:#fcfaf6f7;border-bottom:1px solid #dddcd4cc;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;width:min(1500px,100% - 3rem);min-height:88px;margin:auto;display:flex}.brand{flex:none}.brand img{width:210px;height:auto}.site-header nav{align-items:center;gap:clamp(.7rem,1.4vw,1.4rem);display:flex}.site-header nav>a:not(.button){color:var(--ink);white-space:nowrap;font-size:.91rem;font-weight:600;text-decoration:none}.site-header nav>a:not(.button):hover,.site-header nav>a[aria-current=page]{color:var(--wine)}.menu-toggle{background:0 0;border:0;width:46px;height:46px;padding:.7rem;display:none}.menu-toggle span{background:var(--plum);height:2px;margin:5px 0;transition:all .2s;display:block}.button{border:1px solid var(--plum);background:var(--plum);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:.85rem 1.25rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.button:hover{background:var(--wine);color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px #0751712e}.button-secondary{color:var(--plum);background:0 0}.button-secondary:hover{color:#fff}.button-small{min-height:42px;padding:.55rem 1rem;font-size:.88rem}.button-light{color:var(--plum);background:#fff;border-color:#fff}.button-light:hover{background:var(--blush);color:var(--plum-dark)}.eyebrow{color:var(--wine);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.8rem;font-size:.76rem;font-weight:800}.lead{max-width:750px;color:var(--muted);font-size:clamp(1.08rem,2vw,1.35rem);line-height:1.55}.section{padding:clamp(4rem,8vw,7.5rem) 1.5rem}.section-inner{width:min(1180px,100%);margin:auto}.section-header{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem;display:flex}.section-header p{max-width:560px;color:var(--muted)}.home-hero{background:radial-gradient(circle at 77% 15%, #dcb48f2b, transparent 25rem), radial-gradient(circle at 12% 95%, #d3613c0f, transparent 28rem), var(--paper);align-items:center;min-height:min(800px,100svh - 88px);padding:clamp(3.5rem,7vw,7rem) 1.5rem;display:grid;position:relative;overflow:hidden}.home-hero:after{content:"";border:1px solid #0751712e;border-radius:50%;width:38rem;height:38rem;position:absolute;bottom:-18rem;right:-14rem;box-shadow:inset 0 0 0 5rem #fff3}.hero-grid{z-index:1;grid-template-columns:1.18fr .82fr;align-items:center;gap:clamp(2.5rem,6vw,6rem);width:min(1280px,100%);margin:auto;display:grid;position:relative}.home-hero h1{max-width:880px}.home-hero h1 em{color:var(--wine);font-style:italic;font-weight:500}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.hero-note{color:var(--muted);margin-top:1.5rem;font-size:.92rem}.hero-portrait-wrap{max-width:510px;margin-inline:auto;position:relative}.hero-portrait{aspect-ratio:4/5;object-fit:cover;object-position:50% 35%;width:100%;box-shadow:var(--shadow);filter:saturate(.9);border-radius:45% 45% 1.5rem 1.5rem}.hero-badge{border:1px solid var(--line);background:#fffffff0;border-radius:1.1rem;max-width:240px;padding:1rem 1.1rem;font-size:.9rem;position:absolute;bottom:2rem;left:-2rem;box-shadow:0 16px 45px #093b501f}.hero-badge strong{color:var(--plum);font-size:1rem;display:block}.path-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.path-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;flex-direction:column;min-height:360px;padding:2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.path-card:before{content:attr(data-index);background:var(--blush);width:2.25rem;height:2.25rem;color:var(--wine);border-radius:50%;place-items:center;margin-bottom:auto;font-weight:800;display:grid}.path-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.path-card p{color:var(--muted)}.path-card span{color:var(--plum);margin-top:1rem;font-weight:800}.path-card:nth-child(2){background:var(--plum);border-color:var(--plum)}.path-card:nth-child(2) h3,.path-card:nth-child(2) p,.path-card:nth-child(2) span{color:#fff}.split{grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(2.5rem,7vw,7rem);display:grid}.split-image{aspect-ratio:4/4.7;object-fit:cover;width:100%;box-shadow:var(--shadow);border-radius:2rem}.check-list{grid-template-columns:repeat(2,1fr);gap:.75rem 1.5rem;margin:1.5rem 0 2rem;padding:0;list-style:none;display:grid}.check-list li{padding-left:1.7rem;position:relative}.check-list li:before{content:"✓";color:var(--wine);font-weight:900;position:absolute;left:0}.trust-strip{background:var(--plum-dark);color:#fff;padding:2rem 1.5rem}.trust-inner{grid-template-columns:repeat(4,1fr);gap:1.5rem;width:min(1180px,100%);margin:auto;display:grid}.trust-item{border-left:1px solid #ffffff40;padding-left:1rem}.trust-item strong{font-family:var(--serif);font-size:1.35rem;display:block}.trust-item span{color:#d4e3e6;font-size:.9rem}.reviews{background:#fff}.review-scroller{scroll-snap-type:x mandatory;grid-auto-columns:minmax(310px,390px);grid-auto-flow:column;gap:1rem;padding:.5rem 0 1.25rem;display:grid;overflow-x:auto}.review-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);scroll-snap-align:start;min-height:320px;padding:1.8rem}.review-card .stars{color:#b57617;letter-spacing:.15em}.review-card blockquote{font-family:var(--serif);margin:1.2rem 0;font-size:1.18rem;line-height:1.55}.review-card footer{color:var(--muted);font-size:.9rem}.review-disclosure{max-width:860px;color:var(--muted);margin:1rem 0 0;font-size:.82rem}.page-hero{background:linear-gradient(145deg, var(--blush), var(--paper) 55%);padding:clamp(4rem,8vw,8rem) 1.5rem;overflow:hidden}.page-hero-inner{grid-template-columns:1fr;align-items:center;gap:3rem;width:min(1180px,100%);margin:auto;display:grid}.page-hero.has-image .page-hero-inner{grid-template-columns:1.05fr .95fr}.page-hero-image{aspect-ratio:4/3;object-fit:cover;width:100%;max-height:520px;box-shadow:var(--shadow);border-radius:2rem}.content-section{padding:clamp(3.5rem,7vw,6.5rem) 1.5rem}.content-inner{width:min(850px,100%);margin:auto}.content-inner.wide{width:min(1180px,100%)}.prose p,.prose li{color:#344e59}.prose h2{margin-top:2.8rem;font-size:clamp(1.8rem,3vw,2.6rem)}.prose h3{margin-top:2rem}.prose ul{padding-left:1.25rem}.prose li{margin-bottom:.55rem}.feature-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.feature-card{border:1px solid var(--line);background:#fff;border-radius:1.2rem;padding:1.5rem}.feature-card h3{font-family:var(--sans);font-size:1.02rem}.cta-band{background:var(--plum);color:#fff;border-radius:2rem;justify-content:space-between;align-items:center;gap:2rem;width:min(1180px,100% - 3rem);margin:0 auto clamp(4rem,8vw,7rem);padding:clamp(2rem,5vw,4rem);display:flex}.cta-band h2,.cta-band .eyebrow{color:#fff}.cta-band p{color:#d9e5e7;margin-bottom:0}.price-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.price-card{border:1px solid var(--line);background:#fff;border-radius:1.35rem;padding:1.7rem}.price-head{justify-content:space-between;align-items:start;gap:1rem;display:flex}.price-head strong{color:var(--wine);font-family:var(--serif);white-space:nowrap;font-size:1.6rem}.price-card .duration{color:var(--muted);font-size:.9rem}.gallery{grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0;display:grid}.gallery img{aspect-ratio:4/3;object-fit:cover;border-radius:1.25rem;width:100%}.contact-grid{grid-template-columns:.9fr 1.1fr;gap:1.25rem;display:grid}.contact-card{border:1px solid var(--line);background:#fff;border-radius:1.35rem;padding:1.6rem}.contact-card a{font-weight:700}.map-card{background:linear-gradient(140deg, #eee5d8, var(--mint));border-radius:1.35rem;min-height:440px;position:relative;overflow:hidden}.map-card:before,.map-card:after{content:"";border:2px solid #0751712e;border-radius:50%;position:absolute}.map-card:before{width:450px;height:450px;top:-130px;left:-140px}.map-card:after{width:340px;height:340px;bottom:-130px;right:-150px}.map-info{z-index:1;box-shadow:var(--shadow);background:#ffffffeb;border-radius:1rem;padding:1.5rem;position:absolute;inset:auto 1.5rem 1.5rem}.notice{border-left:4px solid var(--wine);background:var(--blush);border-radius:.4rem 1rem 1rem .4rem;padding:1.2rem 1.3rem}.notice strong{color:var(--plum-dark)}.form-shell{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:1.5rem;padding:clamp(1.3rem,4vw,3rem)}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.field{gap:.45rem;margin-bottom:1rem;display:grid}.field.full{grid-column:1/-1}.field label,fieldset legend{font-weight:700}.field input,.field select,.field textarea{width:100%;min-height:48px;color:var(--ink);background:#fff;border:1px solid #869aa1;border-radius:.7rem;padding:.7rem .85rem}.field textarea{resize:vertical;min-height:130px}fieldset{border:1px solid var(--line);border-radius:1rem;margin:1rem 0;padding:1rem}.choices{gap:.55rem;margin-top:.75rem;display:grid}.choice{border:1px solid var(--line);border-radius:.7rem;align-items:start;gap:.65rem;padding:.65rem .8rem;display:flex}.choice input{margin-top:.28rem}.questionnaire-shell{width:min(1050px,100% - 3rem);margin:clamp(2rem,5vw,5rem) auto}.questionnaire-header{margin-bottom:2rem}.progress-wrap{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.progress{background:var(--blush);border-radius:999px;flex:1;height:.7rem;overflow:hidden}.progress>span{background:var(--wine);width:0;height:100%;transition:width .2s;display:block}.axis{border:1px solid var(--line);background:#fff;border-radius:1.3rem;margin:1.25rem 0;padding:1.4rem}.axis-head{justify-content:space-between;gap:1rem;margin-bottom:1rem;display:flex}.axis-tag{background:var(--blush);height:fit-content;color:var(--wine);border-radius:999px;padding:.3rem .7rem;font-size:.78rem;font-weight:800}.question{border-top:1px solid var(--line);padding:1.1rem 0}.question:first-of-type{border-top:0}.question p{font-weight:700}.scale{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.scale label{border:1px solid var(--line);text-align:center;cursor:pointer;border-radius:.7rem;place-items:center;gap:.2rem;min-height:60px;padding:.45rem .25rem;font-size:.74rem;display:grid}.scale label:has(input:checked){border-color:var(--wine);background:var(--blush);color:var(--plum)}.result-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;margin:1rem 0;display:grid}.result-card{background:var(--blush);border-radius:1rem;padding:1rem}.result-card strong{color:var(--plum);font-size:1.4rem;display:block}.report{white-space:pre-wrap;min-height:180px}.action-row{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.tool-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.tool-card{border:1px solid var(--line);background:#fff;border-radius:1.3rem;min-height:250px;padding:1.7rem;text-decoration:none}.tool-card>span{background:var(--blush);width:2.3rem;height:2.3rem;color:var(--wine);border-radius:50%;place-items:center;margin-bottom:2rem;font-weight:800;display:inline-grid}.tool-card h2{font-size:clamp(1.55rem,3vw,2.2rem)}.tool-card p,.source-note{color:var(--muted)}.source-note{margin-top:1.5rem;font-size:.82rem}.report-large{min-height:330px!important}.crisis-card{background:#fff8e6;border:1px solid #d5b56d;border-radius:1rem;margin-top:2rem;padding:1.25rem}.crisis-card strong{color:#714d00}.crisis-card p{margin:.35rem 0 0}.site-footer{color:#f9f7f0;background:#093b50;padding:4rem 1.5rem 1.5rem}.footer-inner{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;width:min(1180px,100%);margin:auto;display:grid}.footer-intro img{background:#fff;border-radius:.5rem;width:210px;padding:.5rem}.footer-intro p{color:#d3e1e3;max-width:390px;margin-top:1.25rem}.site-footer h2{color:#fff;font-family:var(--sans);text-transform:uppercase;letter-spacing:.1em;font-size:.95rem}.site-footer a{color:#e0e9e8;margin:.55rem 0;text-decoration:none;display:block}.site-footer a:hover{color:#fff}.footer-bottom{color:#c3d3d7;border-top:1px solid #ffffff24;justify-content:space-between;gap:1rem;width:min(1180px,100%);margin:3rem auto 0;padding-top:1.25rem;font-size:.85rem;display:flex}@media (width<=1200px){.js .site-header nav{background:var(--paper);flex-direction:column;align-items:stretch;gap:0;padding:2rem 1.5rem;display:none;position:fixed;inset:88px 0 0;overflow-y:auto}.js .site-header nav[data-open]{display:flex}.site-header nav>a:not(.button){border-bottom:1px solid var(--line);padding:.9rem 0;font-size:1.05rem}.nav-booking{margin-top:1.5rem}.js .menu-toggle{display:block}}@media (width<=850px){.header-inner{width:min(100% - 2rem,1500px);min-height:78px}.site-header nav{inset-block-start:78px}.brand img{width:175px}.hero-grid,.page-hero.has-image .page-hero-inner,.split,.contact-grid{grid-template-columns:1fr}.home-hero{min-height:auto}.hero-portrait-wrap{width:min(85%,470px)}.hero-badge{left:-1rem}.path-grid{grid-template-columns:1fr}.path-card{min-height:280px}.trust-inner{grid-template-columns:1fr 1fr}.section-header,.cta-band{flex-direction:column;align-items:start}.footer-inner{grid-template-columns:1fr 1fr}.footer-intro{grid-column:1/-1}.result-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){h1{font-size:2.7rem}.section,.content-section,.page-hero,.home-hero{padding-inline:1rem}.hero-actions .button{width:100%}.hero-badge{margin:-2rem auto 0;position:relative;bottom:auto;left:0}.check-list,.feature-grid,.price-grid,.gallery,.form-grid,.tool-grid,.trust-inner{grid-template-columns:1fr}.review-scroller{grid-auto-columns:88%}.cta-band{width:calc(100% - 2rem)}.footer-inner{grid-template-columns:1fr}.footer-intro{grid-column:auto}.footer-bottom{flex-direction:column}.scale{grid-template-columns:1fr}.scale label{justify-content:start;min-height:auto;padding:.7rem;display:flex}.result-grid{grid-template-columns:1fr}}@media print{.site-header,.site-footer,.page-hero,.notice,.progress-wrap,form,.action-row,.source-note{display:none!important}body{background:#fff}.questionnaire-shell,.content-inner{width:100%;margin:0}.axis,.result-panel{box-shadow:none;border:0}.report,.report-large{overflow:visible;border:0!important;min-height:520px!important}[hidden]{display:none!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}:root{--copper:#d3613c;--copper-dark:#ad4829;--blue:#075171}*{min-width:0}[hidden]{display:none!important}[id]{scroll-margin-top:110px}:focus-visible{outline:3px solid var(--copper-dark);outline-offset:5px}main:focus{outline:none}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.button{border-radius:5px;gap:.8rem;font-size:.93rem}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button:hover{background:var(--plum-dark)}.eyebrow{letter-spacing:.15em;font-size:.72rem;line-height:1.7}.eyebrow:before{content:"";vertical-align:middle;background:var(--copper);width:23px;height:2px;margin-right:.75rem;display:inline-block}h2 em{font-weight:400}.header-inner{gap:1.25rem;max-width:1360px}.brand img{width:245px}.site-header nav{gap:clamp(.6rem,1.1vw,1.1rem)}.site-header nav>a:not(.button){font-size:.81rem}.home-hero{min-height:auto;padding-block:clamp(3rem,6vw,6rem)}.home-hero h1{font-size:clamp(2.8rem,4.6vw,4.8rem)}.home-hero h1 em{color:var(--plum)}.hero-grid{grid-template-columns:1.1fr .9fr;gap:4rem;max-width:1180px}.hero-visual{padding-bottom:3rem;position:relative}.hero-room{aspect-ratio:4/4.6;object-fit:cover;width:100%;box-shadow:var(--shadow);border-radius:48% 48% 8px 8px}.hero-signature{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow);border-radius:7px;align-items:center;gap:1rem;margin:-3rem -1.5rem 0 1.5rem;padding:1.1rem;display:flex;position:relative}.hero-signature img{object-fit:cover;border-radius:50%;width:65px;height:65px}.hero-signature strong,.hero-signature span{font-size:.88rem;display:block}.hero-signature a{font-size:.78rem}.hero-leaf{width:95px;height:auto;position:absolute;top:-1rem;right:-1rem;transform:rotate(18deg)}.hero-note{font-size:.8rem}.trust-strip{padding-block:1.5rem}.trust-item strong{font-weight:400}.section{padding-block:clamp(3.5rem,7vw,6rem)}.path-card{border-radius:8px;min-height:340px;padding:2rem}.path-card:before{width:2.6rem;height:2.6rem;margin-bottom:2rem;font-size:.85rem}.path-card h3{font-size:1.85rem}.path-card p{font-size:.96rem}.path-card span{margin-top:auto;padding-top:1.3rem;font-size:.83rem}.path-card:nth-child(2){border-color:var(--line);background:#fff}.path-card:nth-child(2) h3,.path-card:nth-child(2) span{color:var(--plum)}.path-card:nth-child(2) p{color:var(--muted)}.path-card:nth-child(3){background:var(--plum);border-color:var(--plum)}.path-card:nth-child(3) h3,.path-card:nth-child(3) p,.path-card:nth-child(3) span{color:#fff}.editorial-section{background:#f1eee7}.quote-panel{background:var(--paper);border:1px solid var(--line);border-radius:8px 90px 8px 8px;padding:3rem;position:relative}.quote-panel blockquote{color:var(--plum);font-family:var(--serif);margin:1.5rem 0;font-size:clamp(1.7rem,3vw,2.5rem);font-style:italic;line-height:1.3}.quote-panel p{font-size:.8rem}.text-link{border-bottom:1px solid var(--copper);padding-bottom:.3rem;font-weight:700;text-decoration:none}.practical-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:2.5rem}hr{border:0;border-top:1px solid var(--line);margin:1.5rem 0}.page-hero{background:linear-gradient(120deg,#f1e8dd,var(--paper) 70%);padding-block:clamp(3rem,6vw,6rem)}.page-hero h1{font-size:clamp(2.5rem,5vw,4.25rem)}.page-hero-image,.split-image{border-radius:8px 70px 8px 8px}.cta-band{border-radius:8px 55px 8px 8px}.cta-band h2{font-size:clamp(2rem,3.2vw,3rem)}.cta-band .button{flex:none}.feature-card,.price-card,.contact-card,.tool-card{border-radius:8px}.footer-intro img{border-radius:4px;width:290px;padding:.7rem}.site-footer h2:after{content:"";background:var(--copper);width:20px;height:2px;margin-top:.8rem;display:block}.business-hero{background:linear-gradient(110deg,#f1e8dd 0%,#fcfaf6 60%);padding:clamp(3.5rem,7vw,7rem) 1.5rem 3rem;position:relative;overflow:hidden}.business-hero:after{content:"";pointer-events:none;border:1px solid #d5b197;border-radius:80% 20%;width:30rem;height:40rem;position:absolute;top:0;right:-9rem;transform:rotate(25deg)}.business-hero .section-inner{z-index:1;position:relative}.business-hero h1{font-size:clamp(2.8rem,5.5vw,5.1rem)}.business-hero h1 em{font-weight:400}.business-hero .lead{max-width:720px}.business-hero .hero-actions{align-items:center;gap:1.5rem}.business-tags{flex-wrap:wrap;gap:.7rem;margin-top:3rem;display:flex}.business-tags span{background:#fcfaf6;border:1px solid #bac6c8;border-radius:3px;padding:.5rem 1rem;font-size:.8rem}.dual-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.approach-card{border-top:1px solid var(--line);padding:2rem}.approach-card+.approach-card{border-left:1px solid var(--line)}.number{background:var(--copper-dark);color:#fff;border-radius:50%;place-items:center;width:45px;height:45px;margin-bottom:1.5rem;display:inline-grid}.number.blue{background:var(--blue)}.inline-list{color:var(--plum);flex-wrap:wrap;gap:.6rem 1.2rem;padding:0;font-size:.85rem;font-weight:600;list-style:none;display:flex}.confidential-band{border-left:3px solid var(--plum);background:#eaf0f0;margin-top:2rem;padding:1.7rem 2rem}.confidential-band strong{color:var(--plum)}.confidential-band p{margin:.5rem 0 0;font-size:.93rem}.offers-section{background:#f1eee7}.offer-intro{max-width:850px;margin:1.5rem 0 2.5rem}.offer-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.offer-card{background:var(--paper);border:1px solid #d6d8d1;border-top:3px solid var(--copper);border-radius:7px;flex-direction:column;padding:2rem 1.6rem;display:flex}.offer-card.featured{border-top-color:var(--plum);box-shadow:0 8px 25px #093b5010}.offer-number{color:var(--copper-dark);letter-spacing:.15em;margin-bottom:1.2rem;font-size:.75rem}.offer-card h3{min-height:2.25em;font-size:1.9rem}.offer-lead{color:var(--muted);min-height:3.4em;font-size:.9rem}.offer-price{color:var(--plum);margin:1.3rem 0 2rem}.offer-price strong{font-family:var(--serif);font-size:2.45rem;font-weight:400}.offer-price span{font-size:.9rem;display:block}.includes{text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:700}.offer-card ul{margin:0 0 1.5rem;padding:0;list-style:none}.offer-card li{margin-bottom:.65rem;padding-left:1.1rem;font-size:.88rem;position:relative}.offer-card li:before{content:"✓";color:var(--copper-dark);position:absolute;left:0}.offer-note{background:#eeeee7;margin-top:auto;padding:1rem;font-size:.8rem}.offer-card .button{text-align:center;font-size:.8rem}.extras-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.extra-price{color:var(--plum);font-size:1.5rem}.extra-price span{font-size:.85rem}.process-list{counter-reset:process;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:3rem;padding:0;list-style:none;display:grid}.process-list li{counter-increment:process;border-top:1px solid #c6cdcb;padding-top:1.5rem}.process-list li:before{content:counter(process,decimal-leading-zero);color:var(--copper-dark);margin-bottom:1.4rem;font-size:.8rem;font-weight:700;display:block}.process-list h3{font-family:var(--sans);font-size:1rem;line-height:1.4}.process-list p{font-size:.88rem}.print-report{display:none}.copy-status{min-height:1.6em;margin-top:.6rem;font-size:.85rem}.notice p:last-child{margin-bottom:0}.error-page{min-height:55vh}.error-code{font-family:var(--serif);color:var(--copper-dark);font-size:6rem;line-height:1}@media (width<=1200px){.site-header nav{flex-wrap:wrap;justify-content:center}.header-inner{flex-wrap:wrap;padding-block:.6rem}.js .header-inner{flex-wrap:nowrap;padding-block:0}.js .site-header nav{flex-wrap:nowrap;justify-content:flex-start;height:calc(100dvh - 88px)}.hero-grid{gap:2rem}.process-list{grid-template-columns:repeat(3,1fr)}.brand img{width:230px}}@media (width<=850px){.hero-grid{grid-template-columns:1fr}.hero-visual{width:100%;max-width:470px;margin:1rem auto 0}.hero-room{aspect-ratio:5/4}.hero-signature{margin-right:0}.hero-leaf{right:0}.js .site-header nav{height:calc(100dvh - 78px)}.offer-grid,.extras-grid{grid-template-columns:1fr}.offer-card h3,.offer-lead{min-height:auto}.offer-card{padding:2rem}.offer-price span{display:inline}.dual-grid{gap:1rem}.approach-card{padding:1.2rem}}@media (width<=560px){.brand img{width:225px}.header-inner{gap:.5rem}.business-hero{padding-inline:1rem}.business-tags{gap:.5rem;margin-top:2rem}.business-tags span{padding:.4rem .6rem;font-size:.75rem}.dual-grid,.process-list{grid-template-columns:1fr}.approach-card+.approach-card{border-left:0}.process-list li{padding-top:1rem}.process-list li:before{margin-bottom:.5rem}.quote-panel,.practical-card{padding:1.5rem}.cta-band .button{width:100%}.questionnaire-shell{width:calc(100% - 2rem)}.axis{padding:1rem}.progress-wrap{flex-wrap:wrap}.progress{min-width:90px}.price-head{flex-wrap:wrap}.contact-card a{overflow-wrap:anywhere}.business-hero:after{opacity:.35}.hero-signature{margin-left:.5rem;padding:.85rem}}@media print{body{color:#000;background:#fff;font-size:11pt}.print-report{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;display:block}.field:has([data-report]),.field:has([data-notes]),.copy-status,.result-grid{display:none!important}.axis,.result-panel{break-inside:auto;padding:0}.questionnaire-header .lead{display:none}a{color:inherit}[data-answers],[data-intake],noscript{display:none!important}}
