@charset "UTF-8";
:root{--blue:#0055ff;--ink:#09172f;--muted:#62728b;--pale:#eff6ff;--line:#dce7f7;--navy:#102b4b;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:40px}body{margin:0;background:white;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block;object-fit:cover}svg.art{display:block;width:100%;height:auto;overflow:hidden}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08;letter-spacing:-.045em}h1{font-size:clamp(2.7rem,4.8vw,4.9rem);margin-bottom:24px;font-weight:800}h2{font-size:clamp(2rem,3vw,3.1rem);margin-bottom:30px}h3{font-size:1.4rem;margin-bottom:12px;letter-spacing:-.025em}p{color:var(--muted);margin-bottom:20px}em{font-style:normal;color:var(--blue)}.blue{color:var(--blue)}.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}.section{padding-top:88px;padding-bottom:88px}.section+.section.container{padding-top:24px}.pale{background:linear-gradient(130deg,#f4f9ff,#eaf3ff)}.eyebrow{display:block;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:#617ca3;font-weight:700;margin-bottom:20px}.lead{font-size:1.2rem;max-width:740px}.header{background:#fff}.nav-row{display:flex;align-items:center;gap:28px;min-height:108px}.brand{display:flex;align-items:center;gap:9px;font-weight:900;line-height:.85;font-size:1.5rem;letter-spacing:-.06em;flex-shrink:0}.brand b{color:var(--blue)}.brand img{width:170px;height:60px;object-fit:contain}.brand-mark{display:grid;place-items:center;width:44px;height:46px;border:3px solid var(--blue);color:var(--blue);border-radius:4px;transform:skewY(-8deg);font-size:1.7rem}.header nav{display:flex;justify-content:center;gap:23px;flex:1;flex-wrap:wrap}.header nav a{font-size:.9rem;white-space:nowrap}.header nav a:hover,.footer a:hover{color:var(--blue)}.header-contact{font-size:.85rem;line-height:1.4;white-space:nowrap}.header-contact small{display:block;color:var(--muted);font-size:.7rem}.button{background:var(--blue);border:1px solid var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:52px;padding:14px 25px;border-radius:12px;font-weight:700;font-size:.93rem;transition:background .15s,transform .15s}.button:hover{background:#0045d0;transform:translateY(-1px)}.button.small{font-size:.8rem;padding:12px 18px;min-height:46px;white-space:nowrap}.button.outline{background:white;border-color:#b6c3d6;color:var(--ink)}.button.outline:hover{background:var(--pale)}.button:disabled{opacity:.6;cursor:wait}.button-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.text-link{color:var(--blue);font-size:.95rem;font-weight:700;white-space:nowrap}.text-link:hover{text-decoration:underline}.text-link span{margin-left:22px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;min-height:610px;gap:20px;padding-block:35px 50px}.hero h1{text-transform:uppercase;max-width:650px;font-stretch:condensed;letter-spacing:-.055em;font-size:clamp(3rem,5.2vw,5.25rem);line-height:.98}.hero h1 em{display:block}.hero-copy>p{font-size:1.07rem;max-width:500px;margin-block:28px}.hero-art{width:calc(100% + 40px);margin-right:-40px}.hero-art img{border-radius:var(--radius)}.benefits{display:flex;gap:40px;justify-content:space-between;padding:16px 0 45px;font-size:.9rem}.benefits span{display:flex;gap:14px;align-items:center}.benefits b{color:var(--blue);font-size:1.2rem}.section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px}.section-head h2{margin:0}.section-head .eyebrow{margin-bottom:15px}.section-head>p{max-width:360px;font-size:.9rem;margin:0}.grid{display:grid;gap:28px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 5px 25px #12345b04}.card-photo{display:block;overflow:hidden;aspect-ratio:2.4}.card-photo img{width:100%;height:100%;transition:transform .3s}.card-photo:hover img{transform:scale(1.03)}.card-photo .art{width:100%;height:100%}.card-body{padding:28px 30px 32px}.card-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.card-title h3{margin:0}.round-arrow{display:grid;place-items:center;color:var(--blue);width:42px;height:42px;border-radius:50%;background:var(--pale);flex-shrink:0}.card-body p{margin-top:14px;max-width:440px;font-size:.95rem}.sub-links{display:flex;flex-direction:column;gap:8px;color:var(--blue);font-size:.92rem}.sub-links a:hover{text-decoration:underline}.sub-links span{margin-left:10px}.idea{display:grid;grid-template-columns:.8fr 1.25fr 1fr;gap:32px;align-items:center}.idea h2{text-transform:uppercase}.idea-mouse{align-self:end}.idea-building{align-self:center}.project-photo{border-radius:18px;overflow:hidden;aspect-ratio:1.85;background:var(--pale)}.project-photo>img,.project-photo>.art{width:100%;height:100%;object-fit:cover}.card-caption{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:18px 0 6px}.card-caption h3{font-size:1.14rem;margin:0;letter-spacing:-.025em}.card-caption>span{color:var(--blue)}.muted{color:var(--muted)}small.muted{font-size:.82rem}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:35px;margin-top:45px}.step-number{display:inline-grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;width:48px;height:48px;margin-bottom:22px;font-size:1rem;font-weight:700}.steps h3{font-size:1.15rem}.steps p{font-size:.92rem}.cta{padding:55px 64px;background:radial-gradient(at 90% 30%,#134a86,transparent),var(--navy);border-radius:28px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{max-width:650px;margin-bottom:25px}.cta .eyebrow{color:#bad1ec}.cta-mark{font-size:9rem;color:#2b77e0;line-height:1}.consult{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;padding:55px;background:linear-gradient(135deg,#f8fbff,var(--pale));border-radius:28px}.consult-intro h2{max-width:400px}.consult-intro p{max-width:370px}.mouse-art{max-width:255px;margin:25px auto -30px}.lead-form{display:flex;flex-direction:column;gap:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full{grid-column:1/-1}.lead-form label:not(.consent){display:block;font-size:.85rem;font-weight:700;margin-bottom:7px}.lead-form input:not([type=checkbox]),.lead-form textarea,.lead-form select{width:100%;border:1px solid #c4d5ed;border-radius:9px;padding:12px 13px;min-height:47px;background:#fff;color:var(--ink)}.lead-form textarea{resize:vertical;min-height:105px}.lead-form small{display:block;font-size:.76rem;color:var(--muted);margin-top:6px}.consent{display:flex;gap:10px;font-size:.76rem;color:var(--muted);line-height:1.5;align-items:flex-start}.consent input{width:18px;height:18px;flex-shrink:0;accent-color:var(--blue);margin:2px 0}.consent a{color:var(--blue);text-decoration:underline}.trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden}.errorlist,.form-errors{list-style:none;padding:0;color:#b82335;font-size:.85rem;margin:7px 0}.lead-form .errorlist+input{border-color:#b82335}.lead-form button{width:100%}.footer{background:var(--navy);color:#fff;margin-top:30px;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1.2fr;gap:50px}.footer .brand{margin-bottom:25px}.footer .brand b{color:#fff}.footer .brand-mark{color:#85b5ff;border-color:#85b5ff}.footer p{font-size:.85rem;color:#b9cae0;max-width:300px}.footer-grid>div>a:not(.brand){display:block;font-size:.85rem;margin-bottom:12px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;color:#8fa8c8;font-size:.75rem;border-top:1px solid #ffffff20;margin-top:40px;padding-top:22px}.breadcrumbs{font-size:.8rem;color:var(--muted);padding:25px 0 35px}.breadcrumbs a{color:var(--blue)}.page-top{padding-block:10px 35px}.page-top h1{max-width:950px}.detail-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding-bottom:65px}.detail-hero h1{font-size:clamp(2.5rem,4.1vw,4rem)}.detail-photo{border-radius:22px;overflow:hidden}.detail-photo img{width:100%;aspect-ratio:1.5}.detail-photo .art{min-height:230px}.service-card{display:flex;gap:28px;padding:35px;background:white;border-radius:18px;align-items:flex-start}.service-number{font-size:2.8rem;font-weight:bold;color:var(--blue);line-height:1}.service-card p{font-size:.9rem}.option{padding:32px;background:white;border-radius:18px}.option img{border-radius:12px;margin-bottom:22px}.option p{font-size:.94rem;margin-bottom:0}.prose{font-size:1.1rem;max-width:900px}.prose p{line-height:1.8}.price-table{border:1px solid var(--line);border-radius:18px;overflow:hidden}.price-row{display:grid;grid-template-columns:1.6fr 1fr auto;gap:24px;align-items:center;padding:24px 30px;border-bottom:1px solid var(--line)}.price-row:last-child{border-bottom:0}.price-row small{display:block;font-size:.8rem;color:var(--muted);margin-top:5px}.price-header{background:var(--pale);font-size:.82rem;color:var(--muted);padding-block:16px}.price-value{font-size:1.1rem;font-weight:bold}.price-empty{padding:35px;color:var(--muted)}.faq{max-width:1050px}.faq details{border:1px solid var(--line);border-radius:12px;margin-bottom:14px;background:#fff}.faq summary{list-style:none;cursor:pointer;padding:22px 25px;display:flex;justify-content:space-between;gap:20px;font-weight:700}.faq summary::-webkit-details-marker{display:none}.faq summary span{color:var(--blue);font-size:1.2rem}.faq details[open]{background:var(--pale)}.faq details[open] summary span{transform:rotate(45deg)}.faq details>div{padding:0 25px 5px;max-width:850px}.tabs{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0 0}.tabs a{padding:10px 20px;border:1px solid var(--line);border-radius:30px;color:var(--blue);font-size:.9rem}.tabs a.active{color:#fff;background:var(--blue);border-color:var(--blue)}.wide-photo{border-radius:22px;overflow:hidden;margin-block:30px}.wide-photo img{width:100%;max-height:650px}.wide-photo .art{max-height:550px}.pill{background:var(--pale);color:var(--blue);border-radius:30px;display:inline-block;padding:7px 16px;font-size:.85rem}.project-description{margin-block:50px}.project-description>div{background:var(--pale);padding:32px;border-radius:18px}.project-description h2{font-size:2rem}figure{margin:0}figure img{border-radius:18px;width:100%}figcaption{margin-block:10px;font-size:.9rem;color:var(--muted)}.contacts-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:30px;margin-top:40px}.contact-card,.map-card{padding:40px;background:var(--pale);border-radius:22px}dt{font-size:.8rem;color:var(--muted);margin-top:20px}dd{margin:5px 0;font-weight:700}.map-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.map-card>span{font-size:5rem;line-height:1;color:var(--blue);margin-bottom:20px}.success{padding-block:100px 150px;text-align:center}.success-icon{display:inline-grid;place-items:center;border:2px solid var(--blue);color:var(--blue);width:80px;height:80px;border-radius:50%;font-size:2.5rem;margin-bottom:30px}.success p{font-size:1.15rem;margin-bottom:32px}.empty{padding:40px 0}dialog{width:min(520px,calc(100% - 32px));border:0;border-radius:22px;padding:40px;box-shadow:0 30px 100px #0003;color:var(--ink);max-height:90vh;overflow:auto}dialog::backdrop{background:#07152899;backdrop-filter:blur(5px)}dialog h2{font-size:2.2rem}.dialog-close{position:absolute;right:17px;top:10px;border:0;background:transparent;font-size:2rem;color:var(--muted)}.skip{position:fixed;top:-100px;background:var(--blue);color:#fff;padding:10px;z-index:100}.skip:focus{top:5px}:focus-visible{outline:3px solid #85b5ff;outline-offset:4px}
@media(min-width:1500px){.hero-art{width:calc(100% + 80px);margin-right:-80px}}
@media(max-width:1100px){.container{width:calc(100% - 56px)}.header-contact{display:none}.nav-row{gap:20px}.header nav{gap:14px}.hero{min-height:540px}.hero h1{font-size:3.7rem}.hero-art{margin:0;width:100%}.consult{gap:35px;padding:35px}.idea{grid-template-columns:.7fr 1.2fr}.idea-building{display:none}.footer-grid{gap:25px}.steps{gap:20px}.price-row{padding:20px}.section{padding-block:65px}}
@media(max-width:780px){.container{width:calc(100% - 36px)}.header nav{display:none;position:absolute;left:0;right:0;top:84px;background:white;padding:20px;box-shadow:0 16px 25px #0001;z-index:10}.header nav.open{display:flex;flex-direction:column;gap:20px}.nav-row{min-height:84px;gap:12px}.brand{font-size:1.2rem}.brand-mark{width:36px;height:39px;font-size:1.3rem}.brand img{width:125px}.menu-toggle{display:block;border:0;background:var(--pale);border-radius:8px;padding:9px;color:var(--blue);font-size:.83rem;margin-left:auto}.header .button.small{font-size:.75rem;padding:9px;min-height:38px}.header .button.small span{display:none}.hero{display:flex;flex-direction:column;align-items:stretch;padding-top:28px;gap:25px}.hero h1{font-size:clamp(2.8rem,9vw,4.4rem);max-width:600px}.hero-copy>p{margin-block:24px}.hero-art{max-width:650px}.benefits{gap:16px;flex-wrap:wrap;padding-bottom:30px}.benefits span{flex:1 1 180px;font-size:.8rem}.section{padding-block:48px}.section-head{align-items:flex-start;flex-direction:column;gap:18px}.section-head>p{font-size:.85rem}.grid.two,.grid.three{grid-template-columns:1fr;gap:22px}.card-body{padding:22px}.idea{grid-template-columns:.7fr 1fr;gap:18px}.idea h2{font-size:1.8rem}.idea p{font-size:.88rem}.steps{grid-template-columns:1fr 1fr;gap:25px}.steps>div:last-child{grid-column:1/-1}.cta{padding:32px}.cta-mark{display:none}.consult{grid-template-columns:1fr;padding:28px;gap:25px}.consult-intro h2{max-width:none}.mouse-art{display:none}.form-grid{gap:16px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-bottom{flex-direction:column;gap:10px}.detail-hero{grid-template-columns:1fr;gap:25px;padding-bottom:40px}.detail-hero h1{font-size:2.8rem}.service-card{padding:25px}.price-row{grid-template-columns:1.3fr 1fr;gap:12px;padding:18px}.price-row>.text-link{grid-column:1/-1;font-size:.82rem}.price-header span:last-child{display:none}.price-row strong{font-size:.9rem}.price-value{font-size:1rem}.contacts-grid{grid-template-columns:1fr}.faq summary{font-size:.95rem;padding:18px}.faq details>div{padding-inline:18px}.page-top h1{font-size:2.7rem}.prose{font-size:1rem}.success{padding-block:60px 90px}dialog{padding:30px}}
@media(max-width:430px){.form-grid{grid-template-columns:1fr}.idea{grid-template-columns:1fr}.idea-mouse{display:none}.brand{font-size:1.05rem}.header .button.small{font-size:.65rem}.header nav a{font-size:1rem}.button-row .button{width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Approved home composition. Only decorative artwork uses the reference sheet. */
.design-art{display:block;width:100%;height:auto;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.brand img{width:220px;height:76px;object-fit:contain}.brand-art{width:210px}.nav-row{min-height:88px}.home-design{max-width:1440px;margin:auto}.home-design .container{width:89.5%}.home-design .section{padding-block:38px}.home-design .section-head{margin-bottom:20px}.home-design h2{font-size:clamp(28px,4vw,54px);letter-spacing:-.055em}.home-design .eyebrow{margin-bottom:10px}.home-design .section-head p{font-size:14px}.home-design .grid{gap:24px}.home-design .category-card{border-radius:14px}.home-design .card-body{padding:16px 28px}.home-design .card-body p{margin:5px 0;font-size:15px}.home-design .card-body h3{font-size:20px}.home-design .sub-links{display:none}.home-design .card-photo{aspect-ratio:2.53}.hero-fixed{position:relative;aspect-ratio:793/327;container-type:inline-size}.hero-fixed-copy{position:absolute;left:4.8%;top:8%;width:42%;z-index:1}.hero-fixed h1{width:82%;margin:0 0 3%}.hero-fixed p{font-size:1.5cqw;line-height:1.2;color:var(--ink);margin:0 0 4%}.hero-fixed .button{font-size:1.25cqw;padding:1.15cqw 1.5cqw;min-height:0;border-radius:9px;gap:8px}.hero-fixed .button-row{gap:1.3cqw;flex-wrap:nowrap}.hero-fixed-art{position:absolute;right:0;top:0;width:60.65%}.hero-benefits{position:absolute;left:4.55%;bottom:5%;width:65.6%}.idea-faithful{display:grid;grid-template-columns:35% 25% 40%;align-items:center;padding:15px 0;gap:0}.idea-copy{z-index:1}.idea-copy .eyebrow{font-size:9px;letter-spacing:.04em;white-space:nowrap}.idea-copy h2{margin:12px 0;width:92%}.idea-copy p{font-size:clamp(11px,1.15vw,16px);line-height:1.35;color:var(--ink);margin:15px 0}.idea-copy .button{font-size:14px;padding:12px 22px;min-height:44px}.projects-section.pale{background:linear-gradient(110deg,#eef8ff,#eaf5ff)}.home-design .project-photo{aspect-ratio:1.98;border-radius:14px;border:1px solid white}.project-photo .design-art{width:100%;height:100%}.home-design .card-caption{margin:10px 0 3px}.home-design .card-caption>span{display:none}.home-design .steps{gap:26px;margin-top:25px}.step-track{display:flex;align-items:center;gap:12px;margin-bottom:14px}.step-icon{display:grid;place-items:center;border-radius:50%;width:52px;height:52px;background:var(--blue);color:white;flex-shrink:0;box-shadow:0 0 0 5px #f0f6ff}.step-icon svg{width:30px;height:30px}.step-track .step-number{background:none;color:var(--blue);margin:0;width:auto;height:auto;font-size:18px}.step-line{height:2px;flex:1;background:#80aaff;position:relative}.step-line:after{content:'';position:absolute;right:0;top:-3px;width:7px;height:7px;border-top:2px solid #80aaff;border-right:2px solid #80aaff;transform:rotate(45deg)}.home-design .steps h3{margin-bottom:8px}.home-design .steps p{font-size:15px;margin:0}.cta-faithful{margin:0 1.6% 25px;border-radius:25px;background:#0c2949;position:relative;overflow:hidden;min-height:285px;display:flex;align-items:center;container-type:inline-size}.cta-character{position:absolute;right:0;top:0;bottom:0;width:43%;display:flex;align-items:end}.cta-character .design-art{height:100%;object-fit:cover}.cta-copy{position:relative;z-index:1;padding:32px 4%;width:67%;color:white;background:linear-gradient(90deg,#0c2949 70%,transparent)}.cta-copy .eyebrow{color:white;font-size:11px}.cta-copy h2{font-size:clamp(30px,4vw,52px);margin:0 0 20px;line-height:1}.cta-copy h2 em{color:#399bed}.cta-bottom{display:flex;align-items:center;gap:25px}.cta-bottom p{font-size:14px;color:white;margin:0}.cta-bottom .button{white-space:nowrap;font-size:14px;min-height:44px;padding:12px 18px}.consult-intro{overflow:visible}.mouse-art{max-width:360px;margin:20px auto 0;background:white;border-radius:20px;overflow:hidden}.consult{background:#f1f8ff}.footer{background:linear-gradient(110deg,#0c2949,#102e50)}
@media(max-width:1100px){.brand img{width:190px;height:65px}.brand-art{width:170px}.idea-faithful .button{font-size:11px;padding:9px 15px;min-height:35px}.cta-bottom{flex-wrap:wrap;gap:12px}.home-design .steps{gap:16px}.step-track{gap:8px}.step-icon{width:42px;height:42px}.home-design .steps p{font-size:13px}}
@media(max-width:780px){.brand img{width:165px;height:58px}.home-design .grid.two{grid-template-columns:1fr 1fr;gap:16px}.home-design .card-body{padding:15px}.home-design .card-body h3{font-size:17px}.home-design .card-body p{font-size:13px}.home-design .section-head{gap:12px}.home-design .idea-copy .eyebrow{white-space:normal;font-size:8px}.idea-copy p{font-size:10px}.home-design .steps{grid-template-columns:repeat(5,1fr);gap:10px}.home-design .steps>div:last-child{grid-column:auto}.step-icon{width:30px;height:30px}.step-icon svg{width:22px;height:22px}.step-track{gap:5px}.step-track .step-number{font-size:13px}.home-design .steps h3{font-size:13px}.home-design .steps p{font-size:11px}.cta-faithful{min-height:230px}.cta-copy h2{font-size:30px}.cta-copy{width:70%;padding:25px}.cta-bottom p{font-size:12px}.mouse-art{display:block;max-width:260px}.home-design .project-photo{aspect-ratio:1.98}}
@media(max-width:560px){.hero-fixed{aspect-ratio:auto;display:flex;flex-direction:column;padding-top:25px}.hero-fixed-copy{position:relative;width:90%;left:auto;top:auto;margin:auto}.hero-fixed h1{width:85%;max-width:360px}.hero-fixed p{font-size:15px;margin:22px 0}.hero-fixed .button{font-size:12px;padding:12px}.hero-fixed .button-row{flex-wrap:wrap;gap:10px}.hero-fixed .button-row .button{width:auto}.hero-fixed-art{position:relative;width:100%;margin-top:20px}.hero-benefits{position:relative;width:94%;left:auto;bottom:auto;margin:15px auto 22px}.home-design .grid.two{grid-template-columns:1fr}.idea-faithful{grid-template-columns:42% 58%;padding:30px 16px}.idea-copy p{font-size:13px}.idea-copy .eyebrow{font-size:9px}.idea-scene{grid-column:1/-1;width:85%;margin:auto}.idea-copy h2{width:90%}.home-design .steps{grid-template-columns:1fr;gap:20px}.home-design .steps>div{display:grid;grid-template-columns:90px 1fr;column-gap:15px}.step-track{grid-row:1/3;margin:0}.home-design .steps h3{font-size:18px}.home-design .steps p{font-size:14px}.step-icon{width:42px;height:42px}.step-line{display:none}.cta-faithful{min-height:390px;align-items:start}.cta-copy{width:100%;padding:26px;background:linear-gradient(#0c2949 80%,transparent)}.cta-copy h2{font-size:32px}.cta-character{top:auto;bottom:0;height:190px;width:65%}.cta-bottom{display:block}.cta-bottom .button{margin-top:16px}.cta-bottom p{max-width:200px}.cta-copy .eyebrow{font-size:9px}}

.hero-fixed-art{clip-path:polygon(0 0,100% 0,100% 100%,8% 100%,8% 82%,0 82%)}.hero-benefits{display:flex;align-items:center;justify-content:space-between;width:66%;gap:12px;font-size:1.1cqw;line-height:1.25;background:white}.hero-benefits>span{display:flex;align-items:center;gap:12px}.hero-benefits b{font-size:2.8cqw;font-weight:400}.idea-scene{clip-path:polygon(15% 0,100% 0,100% 100%,0 100%,0 76%,15% 66%)}.brand:has(img){width:205px;height:78px;overflow:hidden;justify-content:center}.brand img{transform:scale(1.8);flex-shrink:0}.consult{background:white;border:1px solid var(--line)}.mouse-art{border-radius:0;background:none;clip-path:polygon(0 0,76% 0,77% 20%,91% 34%,100% 53%,100% 100%,0 100%)}
@media(max-width:1100px){.brand:has(img){width:170px;height:70px}}@media(max-width:560px){.brand:has(img){width:145px;height:66px}.hero-benefits{width:94%;font-size:9px;gap:8px;display:grid;grid-template-columns:1fr 1fr}.hero-benefits b{font-size:26px}.hero-benefits>span{gap:10px}.hero-fixed-art{clip-path:polygon(0 0,100% 0,100% 100%,8% 100%,8% 82%,0 82%)}}

.benefit-icon{width:28px;height:28px;flex-shrink:0}.cta-faithful{min-height:0;aspect-ratio:768/171}.cta-character{width:39%}.cta-copy{width:66%;padding:22px 4%}.cta-copy h2{font-size:4cqw;margin-bottom:18px}.cta-copy .eyebrow{font-size:1cqw}.cta-bottom{gap:18px;flex-wrap:nowrap}.cta-bottom p{font-size:1.3cqw}.cta-bottom .button{font-size:1.2cqw;padding:10px 16px;min-height:36px}.cta-character .design-art{width:100%;height:100%}.mouse-art{clip-path:polygon(0 0,70% 0,70% 19%,83% 28%,83% 44%,100% 57%,100% 100%,0 100%)}
@media(max-width:560px){.cta-faithful{aspect-ratio:auto;min-height:400px}.cta-copy{width:100%;padding:26px}.cta-copy h2{font-size:32px}.cta-copy .eyebrow{font-size:10px}.cta-bottom{display:block}.cta-bottom p{font-size:13px}.cta-bottom .button{font-size:13px}.cta-character{width:65%;height:190px}.benefit-icon{width:24px;height:24px}}

.mouse-art{clip-path:none}

.header{position:relative;z-index:20}.services-menu{position:static}.services-menu summary{cursor:pointer;list-style:none;font-size:.9rem;white-space:nowrap;display:flex;gap:7px;align-items:center}.services-menu summary::-webkit-details-marker{display:none}.services-menu[open] summary{color:var(--blue)}.services-menu[open] summary span{transform:rotate(180deg)}.services-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:min(1100px,calc(100% - 48px));padding:28px;background:white;box-shadow:0 18px 40px #102b4b26;border:1px solid var(--line);border-radius:0 0 18px 18px}.services-all{display:inline-block;color:var(--blue);font-weight:700;margin-bottom:22px}.services-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.header nav .services-dropdown a{white-space:normal;display:block;line-height:1.4}.services-category{font-weight:700;font-size:1rem!important;margin-bottom:14px}.services-child{font-size:.87rem!important;color:var(--muted);margin-top:10px}.services-dropdown a:hover{color:var(--blue);text-decoration:underline}.footer-grid{grid-template-columns:1.15fr 1fr 1fr;gap:70px}.footer-heading{font-size:18px;letter-spacing:0;margin:12px 0 24px;color:white}.footer-brand .brand{margin-bottom:15px}.footer-grid>div>a:not(.brand){margin-bottom:16px;line-height:1.4}.footer a:hover{color:#86bdff}.consult{gap:48px;padding:40px}.consult .lead-form>.button{align-self:flex-start;width:auto;min-width:210px;min-height:46px;padding:12px 22px;font-size:14px;border-radius:9px}.consult .lead-form textarea{min-height:90px}.consult .mouse-art{max-width:300px}.consult-intro h2{margin-bottom:20px}

/* Keep the approved bounded composition; navigation spans the viewport. */
.header{position:sticky;top:0;z-index:50;box-shadow:0 1px 0 #dce7f7}html{scroll-padding-top:110px}
.services-menu summary{gap:9px}.services-menu summary .menu-chevron{width:12px;height:12px;transition:transform .18s}.services-menu[open] .menu-chevron{transform:rotate(180deg)}
.services-dropdown{left:0;right:0;transform:none;width:100%;border-radius:0 0 18px 18px;padding:30px max(48px,calc((100% - 1280px)/2));max-height:calc(100dvh - 110px);overflow:auto;box-shadow:0 20px 35px #102b4b20}.services-menu-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px}.services-all{margin-bottom:24px}.services-category{margin-bottom:16px}.services-child{padding-block:3px}
.footer .brand img{filter:brightness(0) invert(1)}
@media(max-width:780px){html{scroll-padding-top:90px}.services-menu summary{font-size:1rem}.header nav.open{max-height:calc(100dvh - 84px);overflow:auto}.services-dropdown{position:static;width:100%;transform:none;box-shadow:none;border-radius:12px;padding:20px;margin-top:15px;max-height:none;overflow:visible}.services-menu-grid{grid-template-columns:1fr 1fr;gap:22px}.footer-grid{grid-template-columns:1.1fr 1fr 1fr;gap:24px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:auto}.consult{padding:28px;gap:25px}}
@media(max-width:560px){.services-menu-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-grid>.footer-brand{grid-column:1/-1}.footer-heading{font-size:16px}.consult .lead-form>.button{width:auto;min-width:0;max-width:100%;align-self:flex-start}.footer-grid>div>a:not(.brand){font-size:13px;overflow-wrap:anywhere}}
