:root{--paper:#fafaf6;--ink:#23272a;--muted:#5a5f63;--orange:#e0862f;--line:#d9dcd5;--white:#fff;--soft:#f0f1ea}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin:0}p{color:var(--muted)}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #ad5510;outline-offset:6px}a:hover{text-decoration:underline;text-underline-offset:5px}.wrap{width:calc(100% - 112px);max-width:1376px;margin-inline:auto}.header{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand img{width:190px;height:64px;-o-object-fit:contain;object-fit:contain}.header nav{display:flex;align-items:center;gap:36px;font-size:15px}.nav-contact{border-bottom:1px solid var(--ink);padding-block:12px}.nav-contact span{margin-left:28px}.menu-toggle{display:none}.skip{position:absolute;left:24px;top:-80px;padding:14px;background:#fff;z-index:5}.skip:focus{top:12px}.hero{padding-top:35px}.hero-top,.section-top{display:flex;justify-content:space-between;align-items:center;gap:24px}.eyebrow,.hero-index,.plane-label,.plane-note,.small{font-size:13px;letter-spacing:.08em;font-weight:600}.eyebrow{display:inline-flex;gap:12px;align-items:center}.eyebrow:before{content:"";width:23px;height:2px;background:var(--orange)}.hero-index{color:var(--muted)}.hero-layout{display:grid;grid-template-columns:1.35fr 1fr;gap:54px;align-items:center;margin-top:36px}.hero-copy h1{font-size:clamp(48px,5.75vw,84px);line-height:1.01;letter-spacing:-.055em;font-weight:600}.hero-copy h1>span{color:var(--muted)}.promise{font-size:18px;max-width:480px;line-height:1.55;margin-top:28px}.actions{display:flex;gap:28px;flex-wrap:wrap;margin-top:30px}.actions,.button{align-items:center}.button{display:inline-flex;gap:32px;justify-content:space-between;background:var(--ink);color:#fff;padding:17px 24px;font-size:15px;font-weight:600;min-height:56px}.button:hover{background:#3f4447;text-decoration:none}.button span{color:#ffad61;font-size:22px;line-height:1}.text-link{font-size:15px;font-weight:600;display:inline-flex;gap:20px}.brand-plane{position:relative;aspect-ratio:.96;display:flex;align-items:center;justify-content:center;background-color:#f2f3ed;background-image:linear-gradient(#e3e5db 1px,transparent 0),linear-gradient(90deg,#e3e5db 1px,transparent 0);background-size:64px 64px;border:1px solid #dfe2d7}.brand-plane:after,.brand-plane:before{content:"";position:absolute;background:var(--orange);opacity:.6}.brand-plane:before{height:1px;width:calc(100% + 40px);top:27%;left:-20px}.brand-plane:after{width:1px;height:calc(100% + 40px);right:18%;top:-20px}.brand-plane img{position:relative;width:70%;height:auto;z-index:1}.plane-label{top:22px}.plane-label,.plane-note{position:absolute;left:24px;font-size:12px}.plane-note{bottom:22px}.hero-bottom{display:flex;justify-content:space-between;gap:45px;align-items:center;border-top:1px solid var(--line);margin-top:45px;padding:25px 0}.hero-bottom p{max-width:600px;font-size:15px}.hero-bottom>a{white-space:nowrap;font-size:18px;position:relative;padding-right:32px}.hero-bottom>a span{font-size:13px;color:var(--muted);display:block}.hero-bottom b{position:absolute;right:0;top:13px;font-weight:400}.section{padding-block:100px}.section-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin:30px 0 52px}h2{font-size:clamp(34px,3.8vw,56px);letter-spacing:-.045em;line-height:1.1;font-weight:500}.section-intro p{max-width:440px;margin-left:auto;font-size:17px}.service-list,.services{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;display:grid;grid-template-columns:60px 1fr 44px;gap:24px;align-items:center;padding:28px 8px;cursor:pointer}summary::-webkit-details-marker{display:none}summary:hover{background:var(--soft)}summary h3{font-size:24px;font-weight:400;letter-spacing:-.025em;line-height:1.35}.number{font-size:14px;color:var(--muted)}.plus{width:40px;height:40px;border:1px solid #cbd0c6;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:400;transition:transform .2s}details[open] .plus{transform:rotate(45deg);background:var(--ink);color:var(--paper)}.service-aside{color:var(--muted);font-size:19px}.service-body{padding:0 80px 30px 92px;display:flex;justify-content:space-between;gap:36px;align-items:end}.service-body p{max-width:650px}.service-body a{white-space:nowrap}.request{padding:44px 48px;background:#f0e9de;display:flex;justify-content:space-between;gap:60px;align-items:center;border-left:3px solid var(--orange)}.request h2{font-size:34px;max-width:750px;margin-top:22px}.request .button{flex-shrink:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;padding:0;margin:0;gap:32px}.steps li{border-top:1px solid var(--line);padding-top:24px}.step-number{display:block;font-size:48px;line-height:1;color:var(--orange);letter-spacing:-.05em;margin-bottom:26px}.steps h3,.why h3{font-size:22px;line-height:1.25;font-weight:500;letter-spacing:-.025em;margin-bottom:16px}.steps p{font-size:16px}.why{background:var(--paper);color:var(--ink);border-bottom:1px solid var(--line)}.why>.section{padding-block:64px}.why h2{font-size:clamp(32px,3vw,44px);margin:24px 0 34px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.why-grid article{border-top:1px solid var(--line);padding-top:22px}.why p{color:var(--muted);font-size:16px}.check{display:block;color:#b56520;font-size:24px;line-height:1;margin-bottom:18px}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;margin-top:32px}.about-copy p+p{margin-top:22px}.since{font-size:36px;color:var(--ink);margin-top:42px;letter-spacing:-.04em}.since span{display:block;font-size:14px;letter-spacing:0;color:var(--muted)}.contacts{background:#eceee7}.contacts h2{font-size:clamp(60px,8vw,108px);margin:28px 0 60px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact-grid article{border-top:1px solid #bfc5b9;padding-top:25px}.contact-grid h3{font-size:34px;font-weight:400;letter-spacing:-.03em;margin:22px 0}.contact-grid a{display:block;width:-moz-fit-content;width:fit-content;overflow-wrap:anywhere}.contact-grid .phone{font-size:clamp(22px,2.5vw,34px);line-height:1.3;margin-bottom:12px;letter-spacing:-.025em}.phone span{font-size:25px;margin-left:25px}footer{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:130px;font-size:14px}footer img{-o-object-fit:contain;object-fit:contain}@media(min-width:1600px){.hero-copy h1{font-size:90px}.hero-layout{gap:90px}}@media(max-width:1050px){.wrap{width:calc(100% - 64px)}.hero-layout{gap:32px;grid-template-columns:1.25fr 1fr}.hero-copy h1{font-size:60px}.section{padding-block:76px}.small{max-width:230px;text-align:right}.service-body{display:block}.service-body a{margin-top:20px}.request{gap:30px;padding:34px}.request h2{font-size:29px}.steps{grid-template-columns:repeat(2,1fr);gap:40px}.why-grid{gap:32px}.about-grid,.contact-grid{gap:40px}.hero-bottom p{max-width:480px}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header{height:88px;position:relative}.brand img{width:154px;height:54px}.menu-toggle{display:flex;align-items:center;gap:16px;background:none;border:0;padding:12px 0;font-size:15px}.header nav{display:none;position:absolute;top:87px;left:-20px;right:-20px;z-index:4;background:var(--paper);padding:24px;box-shadow:0 12px 15px #23272a12;align-items:stretch;gap:8px;border-bottom:1px solid var(--line)}.header nav.is-open{display:flex;flex-direction:column}.header nav a{padding:12px}.hero{padding-top:26px}.hero-index{display:none}.eyebrow{font-size:12px}.hero-layout{display:flex;flex-direction:column;gap:40px;margin-top:32px;align-items:stretch}.hero-copy h1{font-size:clamp(40px,10.8vw,72px)}.promise{font-size:17px;max-width:520px}.actions{gap:24px}.brand-plane{aspect-ratio:1.45;width:100%;margin-top:5px}.brand-plane img{width:48%;max-height:80%;-o-object-fit:contain;object-fit:contain}.brand-plane:before{width:calc(100% + 16px);left:-8px}.brand-plane:after{height:calc(100% + 16px);top:-8px}.hero-bottom{margin-top:32px;display:block;padding:24px 0 32px}.hero-bottom>a{display:inline-block;margin-top:24px}.section{padding-block:62px}.section-top .small{display:none}.section-intro{display:block;margin:26px 0 36px}.section-intro p{margin:24px 0 0;font-size:16px;max-width:none}h2{font-size:38px}summary{grid-template-columns:24px 1fr 32px;gap:12px;padding:23px 0}summary h3{font-size:20px}.plus{width:30px;height:30px;font-size:22px}.service-aside{font-size:17px}.service-body{padding:0 8px 24px 36px}.service-body a{white-space:normal}.request{display:block;padding:30px 24px}.request h2{font-size:28px}.request .button{margin-top:28px}.steps{gap:32px 24px}.steps h3{font-size:21px}.why-grid{grid-template-columns:1fr;gap:32px}.why>.section{padding-block:48px}.why-grid article{border-top:1px solid var(--line);padding-top:20px}.check{margin-bottom:14px}.why h2{margin-bottom:32px}.about-grid{display:block;margin-top:26px}.about-copy{margin-top:36px}.since{margin-top:28px}.contacts h2{margin-bottom:40px}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-grid .small{max-width:none;text-align:left}.contact-grid .phone{font-size:30px}.contact-grid h3{font-size:32px;margin:18px 0}footer{padding-block:28px;flex-wrap:wrap;justify-content:flex-start;-moz-column-gap:32px;column-gap:32px}footer>a:first-child{flex-basis:100%}footer img{width:135px}.plane-label,.plane-note{font-size:11px}}@media(max-width:380px){.steps{grid-template-columns:1fr}.actions{gap:20px}.hero-copy h1{font-size:39px}.contact-grid .phone{font-size:25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.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}.split-panels{display:grid;grid-template-columns:1.25fr 1fr;margin-top:36px;margin-bottom:50px;min-height:520px}.split-construction{padding:42px 44px 46px 0;display:flex;flex-direction:column;align-items:start}.split-construction h2{font-size:clamp(48px,5.8vw,84px);font-weight:600;line-height:1.04;margin-top:35px;letter-spacing:-.05em}.split-construction .promise{max-width:465px;margin-top:28px}.split-construction .actions{margin-top:auto;padding-top:30px}.split-planning{position:relative;padding:42px 42px 40px;background-color:#f0f2eb;background-image:linear-gradient(#e4e7dd 1px,transparent 0),linear-gradient(90deg,#e4e7dd 1px,transparent 0);background-size:72px 72px;border-left:2px solid var(--orange);display:flex;flex-direction:column;align-items:start;overflow:hidden}.split-planning h2{font-size:clamp(40px,4.4vw,64px);line-height:1.06;font-weight:500;margin-top:35px}.split-planning p{max-width:330px;margin:28px 0 32px;position:relative;z-index:1}.split-planning>.text-link{margin-top:auto;position:relative;z-index:1}.split-planning img{position:absolute;width:110px;height:110px;right:18px;bottom:14px;opacity:.14}.split-hero .small{text-align:left}.request p{margin-top:18px;max-width:670px}.planning-section{background:#f0f2eb;border-top:1px solid #dfe3d7;border-bottom:1px solid #dfe3d7}.planning-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-top:32px}.planning-content>div>p{max-width:510px;margin:28px 0}.planning-content .button{margin-top:4px}.planning-detail>h3{font-size:23px;line-height:1.25;font-weight:500;margin-top:36px}.planning-detail>p{margin-top:18px!important}.planning-detail summary{grid-template-columns:26px 1fr 32px;gap:12px;padding-block:24px}.planning-detail summary h3{font-size:23px}.planning-detail .plus{width:30px;height:30px}.planning-detail .service-body{display:block;padding:0 0 24px 38px}.planning-detail .service-body a{margin-top:18px}.contact-scope{max-width:450px;margin-bottom:26px}.contact-grid h3{line-height:1.15}@media(max-width:1050px){.split-construction{padding-right:28px}.split-planning{padding-inline:28px}.split-construction h2{font-size:62px}.split-planning h2{font-size:48px}.planning-content{gap:40px}}@media(max-width:760px){.split-panels{grid-template-columns:1fr;min-height:0;margin-top:26px;margin-bottom:32px}.split-construction{padding:20px 0 36px}.split-construction h2{font-size:clamp(40px,11.2vw,64px);margin-top:22px}.split-construction .actions{margin-top:0}.split-planning{padding:28px 24px 32px}.split-planning h2{font-size:42px;margin-top:22px}.split-planning p{margin:22px 0 28px;max-width:440px}.split-planning img{width:90px;height:90px}.planning-content{grid-template-columns:1fr;gap:36px}.planning-detail summary h3{font-size:21px}.planning-detail>h3{margin-top:28px}.planning-detail>p{margin-bottom:0!important}}.split-construction{position:relative;isolation:isolate}.split-planning{isolation:isolate}.split-construction>:not(.hero-sketch),.split-planning>:not(.hero-sketch){position:relative;z-index:1}.split-construction .hero-sketch,.split-planning .hero-sketch{position:absolute;-o-object-fit:contain;object-fit:contain;width:400px;height:270px;max-width:90%;right:4px;bottom:64px;opacity:.23;z-index:0;pointer-events:none;mix-blend-mode:multiply}.split-planning .hero-sketch{width:420px;height:280px;right:0;bottom:48px;opacity:.25}@media(max-width:1050px){.split-construction .hero-sketch{width:310px;height:215px;right:0;bottom:72px}.split-planning .hero-sketch{width:320px;height:220px;bottom:55px}}@media(max-width:760px){.split-construction .hero-sketch{width:250px;height:170px;right:0;bottom:85px;opacity:.18}.split-planning .hero-sketch{width:260px;height:175px;right:0;bottom:48px;opacity:.19}}.request-actions{display:flex;flex-direction:column;align-items:flex-start;gap:20px;flex-shrink:0}.request-actions .button{margin-top:0}.request-actions .text-link{padding-block:6px}.step-number{color:#ad5b16}@media(max-width:760px){.request-actions{margin-top:28px}}@media(max-width:600px){.steps{grid-template-columns:1fr;gap:28px}.steps li{display:grid;grid-template-columns:48px minmax(0,1fr);gap:0 18px}.step-number{grid-row:1/3;font-size:36px;margin-bottom:0}.steps h3{margin-bottom:12px}.steps p{grid-column:2}.request-actions .button{max-width:100%;gap:20px}}.contact-grid .small{text-transform:uppercase}summary h3{min-width:0;overflow-wrap:anywhere}@media(max-width:760px){.contacts h2{font-size:clamp(44px,14vw,60px)}summary{grid-template-columns:24px minmax(0,1fr) 32px}}.footer-legal{display:grid;gap:4px;font-size:12px;color:var(--muted);max-width:540px}.footer-legal span:first-child{font-size:14px;color:var(--ink)}footer.wrap{flex-wrap:wrap;padding-bottom:72px}.privacy-page{max-width:900px;padding-top:70px;padding-bottom:90px}.privacy-page h1{font-size:clamp(40px,5vw,64px);line-height:1.08;letter-spacing:-.045em;margin:24px 0}.privacy-intro{font-size:21px;max-width:660px}.privacy-review{font-size:14px;border-left:2px solid var(--orange);padding:12px 18px;background:#f0e9de;margin-top:24px}.privacy-toc{display:flex;flex-wrap:wrap;gap:12px 24px;margin:32px 0;border-block:1px solid var(--line);padding-block:20px}.privacy-page section{margin-top:46px;scroll-margin-top:30px}.privacy-page h2{font-size:28px;line-height:1.2;letter-spacing:-.025em;margin-bottom:20px}.privacy-page p+p{margin-top:16px}.privacy-page a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.privacy-periods{margin:0}.privacy-periods>div{display:grid;grid-template-columns:210px 1fr;gap:24px;padding:18px 0;border-top:1px solid var(--line)}.privacy-periods dt{font-weight:600}.privacy-periods dd{margin:0;color:var(--muted)}@media(max-width:760px){.privacy-page{padding-top:40px}.privacy-periods>div{grid-template-columns:1fr;gap:8px}.privacy-page h2{font-size:25px}.privacy-toc{font-size:14px}.privacy-intro{font-size:19px}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:100 900;src:url(../fonts/inter-latin-ext-wght-normal.woff2) format("woff2-variations"),url(../fonts/inter-latin-ext-wght-normal.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:100 900;src:url(../fonts/inter-latin-wght-normal.woff2) format("woff2-variations"),url(../fonts/inter-latin-wght-normal.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}html{scroll-padding-top:100px}body.vg-light-home{font-family:Inter,Arial,Helvetica,sans-serif;font-size:17px;-webkit-font-smoothing:antialiased}.vg-light-home h2{letter-spacing:-.03em}.vg-light-home .step-number{color:#ad5510}.header-bar{position:sticky;top:0;z-index:20;background:hsla(60,29%,97%,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.admin-bar .header-bar{top:32px}.header-bar .header{height:84px;border-bottom:0;gap:28px;position:relative}.header-bar .brand img{width:156px;height:52px}.header-bar .header nav{gap:30px;margin-left:auto}.header-bar .header nav a:hover{text-decoration:underline}.head-cta{display:flex;align-items:center;gap:22px}.head-phone{font-weight:600;font-size:16px;white-space:nowrap;line-height:1.35}.head-phone small{display:block;font-size:11px;letter-spacing:.06em;color:var(--muted);font-weight:600;text-transform:uppercase}.head-button{min-height:46px;padding:12px 18px;gap:22px}.head-button:hover,.head-phone:hover{text-decoration:none}@media(max-width:1100px){.header-bar .header nav{display:none;position:absolute;top:84px;left:-32px;right:-32px;z-index:4;background:var(--paper);padding:20px 32px;box-shadow:0 12px 15px #23272a12;align-items:stretch;gap:4px;border-bottom:1px solid var(--line);margin:0}.header-bar .header nav.is-open{display:flex;flex-direction:column}.header-bar .header nav a{padding:12px 0}.header-bar .menu-toggle{display:flex;align-items:center;gap:12px;background:none;border:1px solid var(--line);padding:10px 14px;font-size:15px;cursor:pointer}}@media(max-width:760px){.header-bar .header{height:68px}.header-bar .brand img{width:124px;height:42px}.header-bar .header nav{top:68px;left:-20px;right:-20px;padding:16px 20px}.head-button,.head-phone{display:none}}.split-hero{padding-top:44px}.split-hero .split-panels{margin-top:0;margin-bottom:0;grid-template-columns:1.3fr 1fr;min-height:540px}.split-hero .split-construction{padding:36px 48px 40px 0}.hero-title{font-size:clamp(42px,4.8vw,72px);font-weight:600;line-height:1.05;letter-spacing:-.035em;margin-top:26px;max-width:720px}.split-construction .promise{font-size:19px;max-width:500px;margin-top:26px}.split-construction .actions{margin-top:32px;padding-top:0}.trust{list-style:none;padding:26px 0 0;margin:auto 0 0;display:grid;grid-template-columns:repeat(3,auto);gap:34px;border-top:1px solid var(--line);width:100%}.split-construction>.trust{margin-top:auto}.trust li{font-size:14px;color:var(--muted);line-height:1.35}.trust b{display:block;color:var(--ink);font-size:17px;font-weight:600;margin-bottom:2px}.split-construction .hero-sketch{width:330px;height:220px;right:-10px;bottom:118px;opacity:.22}.split-hero .split-planning{padding:36px 40px 40px}.split-planning h2{font-size:clamp(36px,3.8vw,56px);margin-top:26px}@media(max-width:1050px){.split-construction .hero-sketch{width:280px;height:187px;bottom:128px}}@media(max-width:760px){.split-hero{padding-top:28px}.split-hero .split-panels{grid-template-columns:1fr;min-height:0}.split-hero .split-construction{padding:0 0 32px}.hero-title{font-size:clamp(38px,10.4vw,56px);margin-top:18px}.split-construction .promise{font-size:17px}.split-construction>.trust,.trust{grid-template-columns:1fr;gap:14px;margin-top:32px}.split-construction .hero-sketch{width:230px;height:153px;right:-10px;bottom:210px;opacity:.14}.split-hero .split-planning{padding:26px 22px}.split-planning h2{font-size:34px;margin-top:14px}.split-planning p{margin:14px 0 18px}}.situations{border-top:1px solid var(--line)}.sit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.sit{position:relative;display:flex;flex-direction:column;gap:16px;padding:24px 0 8px;border-top:1px solid var(--line);min-height:230px}.sit:hover{text-decoration:none}.sit:before{content:"";position:absolute;left:0;top:-1px;height:2px;width:0;background:var(--orange);transition:width .3s ease}.sit:focus-visible:before,.sit:hover:before{width:100%}.sit-no{font-size:13px;letter-spacing:.08em;font-weight:600;color:var(--muted)}.sit-q{font-size:21px;line-height:1.3;letter-spacing:-.02em;color:var(--ink);font-weight:500}.sit-p{font-size:15px;color:var(--muted)}.sit .text-link{margin-top:auto;color:var(--ink)}.sit .text-link b{color:var(--orange);font-weight:600;transition:transform .2s}.sit:hover .text-link b{transform:translateX(4px)}@media(max-width:1100px){.sit-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.sit-grid{grid-template-columns:1fr}.sit{min-height:0;padding-bottom:20px}}.services{border-top:0;padding-top:0}.service-aside{display:block;font-size:15px;letter-spacing:0;margin-top:2px}.request.request-direct{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;padding:48px}.request-direct h2{font-size:clamp(28px,2.6vw,36px);margin-top:20px}.request-list{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:10px}.request-list li{display:flex;gap:12px;color:var(--muted);font-size:16px}.request-list li:before{content:"";flex:0 0 8px;height:8px;margin-top:9px;background:var(--orange)}.direct{background:#fff;padding:30px;border:1px solid #e3dccf}.direct .small{color:var(--muted);text-transform:uppercase}.direct-name{font-size:22px;font-weight:500;margin:10px 0 18px;color:var(--ink)}.direct-tel{display:block;font-size:30px;letter-spacing:-.02em;font-weight:500;margin-bottom:6px}.direct-mail{display:block;margin-bottom:22px;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}.direct .button{width:100%}@media(max-width:900px){.request.request-direct{grid-template-columns:1fr;gap:28px;padding:30px 24px}}.planning-detail>h3{margin-top:0}.why-merged>.section{padding-block:96px}.why-merged h2{margin:24px 0 40px}.about-note{margin-top:56px;display:grid;grid-template-columns:auto 1fr;gap:48px;align-items:center;padding-top:30px;border-top:1px solid var(--line)}.why .about-note .since{font-size:40px;letter-spacing:-.04em;font-weight:500;color:var(--ink);line-height:1;margin:0}.why .about-note .since span{display:block;font-size:14px;letter-spacing:0;color:var(--muted);font-weight:400;margin-top:8px}@media(max-width:760px){.why-merged>.section{padding-block:62px}.about-note{grid-template-columns:1fr;gap:16px;margin-top:40px}}.mbar{display:none}@media(max-width:600px){body.vg-light-home{padding-bottom:60px}.mbar{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:30;background:var(--ink)}.mbar a{display:flex;align-items:center;justify-content:center;gap:10px;min-height:60px;color:#fff;font-weight:600;font-size:15px}.mbar a:hover{text-decoration:none}.mbar a+a{border-left:1px solid #3f4447}.mbar span{color:#ffad61}body .vg-cookie-reopen{bottom:70px}}.guide{position:fixed;right:28px;bottom:28px;z-index:45;display:flex;align-items:flex-end;gap:14px;pointer-events:none}.guide>*{pointer-events:auto}.guide-btn{width:84px;height:84px;padding:0;border:0;background:none;cursor:pointer;filter:drop-shadow(0 8px 14px rgba(35,39,42,.18));animation:vg-guide-bob 4.5s ease-in-out 2.6s infinite}.guide-btn svg{width:100%;height:100%;overflow:visible;display:block}.guide-btn .g-house{fill:#fafaf6;stroke:#23272a;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:560;stroke-dashoffset:560;animation:vg-draw 1.1s ease-out .2s forwards}.guide-btn .g-tick{fill:none;stroke:#e0862f;stroke-width:18;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:140;stroke-dashoffset:140;animation:vg-draw .5s ease-out 1.3s forwards}.guide-btn:hover .g-tick{animation:vg-redraw .6s ease-out forwards}.guide-btn .g-eyes{transform-origin:120px 112px;transform-box:view-box;animation:vg-fade .3s ease-out 1.8s both,vg-blink 5s 3s infinite}.guide-btn .g-eyes circle{fill:#23272a;transition:transform .15s}.guide-bubble{position:relative;max-width:230px;background:#fff;border:1px solid var(--line);padding:14px 30px 14px 16px;font-size:14px;line-height:1.4;color:var(--ink);box-shadow:0 10px 30px rgba(35,39,42,.12);opacity:0;transform:translateY(8px);animation:vg-rise .4s ease-out 2.4s forwards;margin-bottom:22px}.guide-bubble:after{content:"";position:absolute;right:-7px;bottom:18px;width:12px;height:12px;background:#fff;border-right:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}.guide-bubble b{display:block;margin-bottom:2px}.guide-bubble button{position:absolute;top:4px;right:6px;border:0;background:none;color:var(--muted);cursor:pointer;font-size:18px;line-height:1;padding:2px 4px}.guide-panel{position:fixed;right:28px;bottom:128px;z-index:46;width:340px;background:#fff;border:1px solid var(--line);border-top:3px solid var(--orange);box-shadow:0 18px 50px rgba(35,39,42,.18);padding:22px}.guide-panel[hidden]{display:none}.guide-panel:not([hidden]){animation:vg-rise .25s ease-out both}.guide-panel .small{color:var(--muted);text-transform:uppercase}.guide-panel h2{font-size:19px;font-weight:600;letter-spacing:-.01em;margin:6px 0 16px}.guide-panel a{display:block;position:relative;padding:13px 30px 13px 0;border-top:1px solid var(--line);font-weight:600;font-size:15px;line-height:1.35}.guide-panel a:hover{text-decoration:none;background:var(--soft)}.guide-panel a span{position:absolute;right:4px;top:50%;transform:translateY(-50%);color:var(--orange);font-size:18px}.guide-panel small{display:block;font-weight:400;color:var(--muted);font-size:13px;margin-top:2px}@keyframes vg-draw{to{stroke-dashoffset:0}}@keyframes vg-redraw{0%{stroke-dashoffset:140}to{stroke-dashoffset:0}}@keyframes vg-fade{0%{opacity:0}to{opacity:1}}@keyframes vg-blink{0%,94%,to{transform:scaleY(1)}97%{transform:scaleY(.1)}}@keyframes vg-guide-bob{0%,to{transform:translateY(0) rotate(0)}8%{transform:translateY(-6px) rotate(-4deg)}16%{transform:translateY(0) rotate(0)}22%{transform:translateY(-3px) rotate(3deg)}28%{transform:translateY(0) rotate(0)}}@keyframes vg-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:600px){.guide{right:12px;bottom:72px}.guide-btn{width:62px;height:62px}.guide-bubble{display:none}.guide-panel{left:12px;right:12px;width:auto;bottom:146px}}@media(prefers-reduced-motion:reduce){.guide-btn,.guide-btn *,.guide-bubble,.guide-panel{animation:none!important}.guide-btn .g-house,.guide-btn .g-tick{stroke-dashoffset:0}.guide-bubble{opacity:1;transform:none}}@media print{.header-bar{position:static}.guide,.guide-panel,.mbar{display:none!important}}.vg-light-home .privacy-page h1{letter-spacing:-.035em}.direct{background:none;border:0;border-left:1px solid #d8cfbf;padding:6px 0 6px 48px}.direct-tel{white-space:nowrap;font-size:clamp(24px,2.4vw,30px)}.direct-mail{overflow-wrap:normal}.contact-grid .phone,.direct .button,.direct-mail,.head-button{white-space:nowrap}@media(max-width:900px){.direct{border-left:0;border-top:1px solid #d8cfbf;padding:24px 0 0}}@media(max-width:600px){.request.request-direct{padding:28px 20px;border-left-width:3px}.direct-tel{font-size:26px}.direct-mail{font-size:16px}.direct .button{width:auto;min-width:0;gap:18px}.contact-grid .phone{font-size:26px}body .vg-cookie-reopen{display:none}}.sit-grid{grid-template-columns:repeat(5,1fr);gap:28px}@media(max-width:1420px){.sit-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.sit-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.sit-grid{grid-template-columns:1fr}}.vg-light-home .privacy-updated{font-size:14px;color:var(--muted);margin-top:18px}.vg-icon{display:inline-block;width:1em;height:1em;vertical-align:-.14em;flex:none;overflow:visible}.button span .vg-icon,.head-button span .vg-icon{width:18px;height:18px;vertical-align:middle}.text-link .vg-icon{width:15px;height:15px}.sit .text-link b .vg-icon{width:16px;height:16px;vertical-align:-.2em}.service-body .text-link .vg-icon{margin-left:2px}.check .vg-icon{width:22px;height:22px}.phone .vg-icon{width:.7em;height:.7em;vertical-align:.02em}.guide-panel a span .vg-icon{width:18px;height:18px;vertical-align:middle}.menu-toggle span .vg-icon{width:14px;height:14px;vertical-align:-.1em}.mbar span .vg-icon{width:18px;height:18px;vertical-align:-.2em}