@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}}


/* September 2026: responsive artwork, navigation and project gallery. */
@font-face{font-family:Oswald;src:url("../fonts/Oswald.ffe9883ec811.ttf") format('truetype');font-display:swap;font-weight:200 700}
.social-links{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.social-link,.phone-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;color:var(--blue);flex-shrink:0}.social-link svg,.phone-icon svg{width:20px;height:20px}.social-link:hover,.phone-icon:hover{background:var(--pale)}.header-contact .social-links{margin-top:6px;gap:6px}.header-contact .social-link{width:26px;height:26px}.header-contact .social-link svg{width:16px;height:16px}.mobile-actions,.mobile-contact-strip{display:none}.footer .social-links{margin-top:20px}.footer .social-link{color:white;border-color:#ffffff35}.footer .social-link:hover{background:#ffffff12}.footer-group summary{font-weight:700;font-size:18px;margin:12px 0 24px;list-style:none}.footer-group summary::-webkit-details-marker{display:none}.footer-links{display:flex;flex-direction:column;gap:14px;font-size:14px}.footer-group:not([open])>.footer-links{display:flex}.footer-group summary{pointer-events:none}.footer-group{min-width:0}
.idea-faithful{grid-template-columns:32% 30% 38%;padding:32px 2%;gap:0}.idea-character img{width:100%;height:auto;object-fit:contain}.idea-copy h2{font-family:Oswald,Arial,sans-serif;font-size:clamp(26px,3vw,44px);line-height:1.12;letter-spacing:-.035em;width:auto;font-weight:700}.idea-copy .eyebrow{white-space:normal;font-size:10px}.idea-copy p{font-size:clamp(14px,1.15vw,17px);line-height:1.55}.idea-scene{clip-path:none}.idea-scene img{width:100%;height:auto;object-fit:contain}.consult .mouse-art{max-width:440px;width:100%;margin:22px auto 0}.mouse-art img{width:100%;height:auto;object-fit:contain}.consult-intro{display:flex;flex-direction:column;align-items:flex-start}.consult-intro .mouse-art{margin-top:auto}.detail-prose{max-width:none;font-size:1.1rem;padding-bottom:40px}.detail-prose p{max-width:920px;line-height:1.8}.faq{max-width:none}.faq details>div{max-width:100%}
.cta-faithful{isolation:isolate;aspect-ratio:auto;min-height:350px;background:#0c2949}.cta-character{inset:0;position:absolute;width:100%;height:100%;z-index:-1;display:block}.cta-character img{width:100%;height:100%;object-fit:contain;object-position:right center}.cta-character:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0c2949 0%,#0c2949 32%,#0c2949dd 45%,transparent 64%)}.cta-copy{width:68%;padding:42px 4%;background:none}.cta-copy h2{font-size:clamp(32px,3.4vw,48px);line-height:1.08}.cta-copy .eyebrow{font-size:11px}.cta-bottom{flex-wrap:wrap;gap:20px}.cta-bottom p{font-size:15px}.cta-bottom .button{font-size:14px;min-height:46px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.project-gallery{margin-block:55px}.gallery-grid a{display:block;position:relative;border-radius:16px;overflow:hidden;background:var(--pale)}.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:0;transition:transform .2s}.gallery-grid a:hover img{transform:scale(1.025)}.gallery-zoom{position:absolute;bottom:12px;right:12px;background:#fff;color:var(--blue);width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.gallery-dialog{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:60px 70px 25px;background:#081424f5;border-radius:0;color:white;overflow:hidden}.gallery-dialog[open]{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:18px}.gallery-dialog figure{height:100%;min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.gallery-dialog figure img{width:100%;height:calc(100% - 50px);object-fit:contain;border-radius:0;min-height:0}.gallery-dialog figcaption{color:white;text-align:center;margin:0;font-size:14px;max-width:100%;overflow-wrap:anywhere}.gallery-dialog button{border:1px solid #ffffff55;background:#ffffff15;color:white;border-radius:50%;width:44px;height:44px;font-size:24px}.gallery-close{position:absolute;right:22px;top:16px}.body-dialog-open,body:has(.gallery-dialog[open]),body:has(#lead-dialog[open]){overflow:hidden}
.mobile-menu-dialog{padding:24px;background:white;color:var(--ink);border:0}.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.menu-close{width:44px;height:44px;font-size:32px;border:0;background:var(--pale);border-radius:50%;color:var(--ink)}.mobile-menu-contacts{padding:20px 0 25px;border-bottom:1px solid var(--line)}.mobile-menu-phone{font-size:25px;font-weight:700;letter-spacing:-.03em}.mobile-menu-contacts p{margin:8px 0;font-size:14px}.mobile-menu-contacts .social-links{margin-top:18px}.mobile-menu-dialog nav{margin:16px 0 24px}.mobile-menu-dialog nav>a,.mobile-menu-dialog nav>details>summary{display:block;padding:16px 0;font-weight:700;font-size:20px;border-bottom:1px solid var(--line)}.mobile-menu-dialog summary{cursor:pointer;list-style:none;display:flex!important;justify-content:space-between;gap:18px}.mobile-menu-dialog summary::-webkit-details-marker{display:none}.mobile-menu-dialog details[open]>summary>span{transform:rotate(45deg)}.mobile-menu-dialog details a{display:block;padding:10px 0;color:var(--muted)}.mobile-menu-dialog .mobile-category{margin:0 0 0 12px;border-bottom:1px solid var(--line)}.mobile-category summary{padding:14px 0;font-weight:700;font-size:16px}.mobile-category>a{padding-left:12px!important}
@media(max-width:1100px){.nav-row{gap:16px}.idea-copy h2{font-size:30px}.cta-copy{width:64%}.cta-copy h2{font-size:36px}.cta-faithful{min-height:330px}}
@media(max-width:780px){.header #navigation{display:none!important}.nav-row{min-height:72px;gap:10px;flex-wrap:nowrap}.header .brand:has(img){width:140px;height:65px}.header .brand-art{width:140px}.mobile-actions{display:flex;align-items:center;gap:8px;margin-left:auto;order:3}.menu-toggle{margin:0;width:40px;height:40px;display:grid;place-items:center;padding:8px}.header>.nav-row>.button{margin-left:auto;font-size:11px!important;padding:9px 11px!important}.mobile-actions{margin-left:0}.phone-icon{width:40px;height:40px}.mobile-contact-strip:has(.social-links){display:flex;justify-content:flex-end;width:calc(100% - 36px);margin:0 auto;padding-bottom:8px}.mobile-contact-strip .social-links{gap:10px}.mobile-contact-strip .social-link{width:30px;height:30px}.mobile-contact-strip .social-link svg{width:17px;height:17px}.mobile-menu-dialog{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;border-radius:0;overscroll-behavior:contain}.mobile-menu-dialog::backdrop{background:#fff}.footer{padding-top:30px}.footer-grid{display:flex;flex-direction:column;gap:0}.footer-brand{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin-bottom:24px}.footer-brand .brand{grid-column:1/-1;margin:0!important;height:60px!important;justify-content:flex-start}.footer-brand p{margin:0;font-size:12px;max-width:none}.footer-grid>.footer-brand>a:not(.brand){margin:0;font-size:13px;overflow-wrap:anywhere}.footer-brand .social-links{grid-column:1/-1;margin-top:10px}.footer-group{border-top:1px solid #ffffff25}.footer-group:last-child{border-bottom:1px solid #ffffff25}.footer-group summary{pointer-events:auto;cursor:pointer;margin:0;padding:18px 0;font-size:16px;display:flex;justify-content:space-between}.footer-group summary:after{content:'+';font-size:20px;line-height:1}.footer-group[open] summary:after{content:'−'}.footer-group:not([open])>.footer-links{display:none}.footer-links{padding:0 0 20px;gap:12px}.footer-bottom{margin-top:22px;padding-top:0;border:0;gap:4px}.idea-faithful{grid-template-columns:40% 60%;padding:28px 18px}.idea-copy h2{font-size:clamp(26px,4.6vw,36px)}.idea-copy p{font-size:14px}.idea-copy .eyebrow{font-size:9px}.idea-scene{grid-column:1/-1;width:min(460px,85%);margin:14px auto 0}.home-design .steps{grid-template-columns:1fr;gap:24px}.home-design .steps>div{display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:14px;align-items:start}.step-track{grid-row:1/3;margin:0;align-self:start}.step-track .step-number,.step-line{display:none}.step-icon{width:42px;height:42px}.step-icon svg{width:25px;height:25px}.home-design .steps h3{font-size:18px;margin:0 0 6px}.home-design .steps p{font-size:14px}.consult .mouse-art{width:210px;max-width:45%;margin:0;grid-column:2;grid-row:1/4;align-self:center}.consult-intro{display:grid;grid-template-columns:1fr auto;column-gap:10px}.consult-intro h2{font-size:30px;grid-column:1;margin-bottom:15px}.consult-intro .eyebrow{grid-column:1;font-size:10px}.consult-intro p{grid-column:1;font-size:14px;margin:0}.consult .mouse-art{max-width:none;width:150px}.cta-faithful{min-height:560px;align-items:flex-start;margin-inline:18px;border-radius:22px}.cta-copy{width:100%;padding:30px 26px 0}.cta-copy h2{font-size:34px;max-width:500px}.cta-copy .eyebrow{font-size:10px}.cta-bottom p{font-size:14px;max-width:none}.cta-bottom p br{display:none}.cta-bottom{display:block}.cta-bottom .button{margin-top:18px;font-size:14px}.cta-character{inset:auto 0 0;height:300px;width:100%}.cta-character img{object-fit:contain;object-position:right bottom}.cta-character:after{background:linear-gradient(#0c2949 0%,transparent 35%)}.detail-prose{padding-bottom:24px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gallery-dialog{padding:66px 12px 25px}.gallery-dialog[open]{grid-template-columns:36px minmax(0,1fr) 36px;gap:5px}.gallery-dialog button{width:36px;height:36px}.gallery-dialog figure img{height:calc(100% - 75px)}}
@media(max-width:430px){.header .brand:has(img){width:117px}.header .brand-art{width:120px}.nav-row{gap:6px}.mobile-actions{gap:6px}.header>.nav-row>.button{font-size:10px!important;padding:8px!important}.idea-faithful{grid-template-columns:1fr;gap:15px}.idea-character{width:68%;max-width:270px;margin:auto}.idea-copy{text-align:left;padding-inline:8px}.idea-copy h2{font-size:34px}.idea-copy p{font-size:15px}.idea-copy .button{font-size:13px;padding:12px 18px}.idea-scene{width:100%;grid-column:auto}.consult{padding:22px}.consult-intro{grid-template-columns:1fr 100px}.consult .mouse-art{width:115px}.consult-intro h2{font-size:28px}.consult-intro p{font-size:13px}.cta-copy{padding:28px 22px 0}.cta-copy h2{font-size:30px}.cta-faithful{min-height:560px}.cta-character{height:270px}.gallery-grid{grid-template-columns:1fr 1fr}.footer-brand{column-gap:12px}}

.cta-character{left:auto;width:46%;display:flex;align-items:center}.cta-art{display:block;width:100%;height:auto;overflow:hidden}.cta-character:after{background:linear-gradient(90deg,#0c2949,transparent 20%)}
@media(max-width:780px){.cta-character{width:100%;height:260px;align-items:flex-end}.cta-character:after{background:linear-gradient(180deg,#0c2949,transparent 14%)}.cta-art{height:auto;width:100%}.cta-faithful{min-height:540px}}

.cta-backdrop{position:absolute;inset:0;width:100%;height:100%;z-index:-2;filter:blur(8px);opacity:.45;overflow:hidden}.cta-faithful:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0c2949f5,#0c2949d9 48%,#0c294940);z-index:-1;pointer-events:none}.cta-character{z-index:0}.cta-art{mask-image:linear-gradient(180deg,transparent,#000 5%,#000 96%,transparent)}
@media(max-width:780px){.cta-faithful:before{background:linear-gradient(#0c2949f0 0%,#0c2949d9 48%,#0c294940)}.cta-character{height:auto;bottom:0;align-items:end}.cta-character:after{display:none}.cta-art{mask-image:linear-gradient(180deg,transparent,#000 5%)}.cta-faithful{min-height:500px}}

@media(max-width:360px){.header>.nav-row>.button{display:none}.mobile-actions{margin-left:auto}.cta-copy h2{font-size:27px}.consult-intro{grid-template-columns:1fr}.consult .mouse-art{grid-column:1;grid-row:auto;width:180px;margin:14px auto 0}}

/* Editable vector icons and independent CTA artwork. */
.social-link img{display:block;width:20px;height:20px;object-fit:contain}.header-contact .social-link img{width:16px;height:16px}.benefit-icon{object-fit:contain}
.brand:has(img){width:205px;height:78px;overflow:visible;justify-content:flex-start}.brand img{transform:none;width:100%;height:100%;object-fit:contain}.footer .brand:has(img){height:70px}.section.pale{border-radius:30px;overflow:hidden}
.cta-faithful{background:linear-gradient(90deg,#081c35e8 0%,#081c35bf 48%,#081c3526 100%),url("../img/cta-night-background.0f7aa72e19b4.png") center 62%/cover no-repeat;min-height:350px;isolation:isolate}.cta-faithful:before{display:none}.cta-character{position:absolute;inset:14px 2% 0 auto;width:38%;height:auto;display:flex;align-items:flex-end;justify-content:center;z-index:0}.cta-character:after{display:none}.cta-cutout{width:100%;height:100%;max-height:360px;object-fit:contain;object-position:center bottom}.cta-copy{width:65%;z-index:1;background:none}
@media(max-width:1100px){.brand:has(img){width:170px;height:68px}.cta-character{width:40%}}
@media(max-width:780px){.mobile-contact-strip,.mobile-contact-strip:has(.social-links){display:none}.header .brand:has(img){width:135px;height:60px}.nav-row{min-height:72px}.mobile-menu-top .brand:has(img){width:190px;height:72px}.footer-brand .brand:has(img){width:160px;height:60px!important}.cta-faithful{min-height:570px;background-position:65% center;background-image:linear-gradient(180deg,#081c35e8,#081c35b3 45%,#081c3526),url("../img/cta-night-background.0f7aa72e19b4.png")}.cta-copy{width:100%;padding:28px 24px}.cta-character{inset:auto 5% 0 auto;width:82%;height:270px}.cta-cutout{max-height:270px}.section.pale{border-radius:30px}html{scroll-padding-top:85px}}
@media(max-width:430px){.header .brand:has(img){width:112px;height:56px}.header .brand-art{width:112px}.header>.nav-row>.button{display:inline-flex;font-size:10px!important;letter-spacing:-.02em;padding:7px!important}.nav-row{gap:5px}.mobile-actions{gap:5px}.phone-icon,.menu-toggle{width:34px;height:36px}.cta-faithful{min-height:570px}.cta-copy h2{font-size:29px}}
@media(max-width:360px){.header .brand:has(img),.header .brand-art{width:94px}.nav-row{width:calc(100% - 20px)}.header>.nav-row>.button{font-size:9px!important}.mobile-actions{margin-left:0}.cta-copy{padding-inline:20px}}

/* September 17: larger aligned branding and service call to action. */
.header .brand:has(img),.footer .brand:has(img){width:230px;height:90px;position:relative;overflow:hidden}
.brand img{object-position:left center}
.brand img[src$="/branding/logo-site.png"]{position:absolute;left:-8.25%;width:116%;max-width:none;height:100%;object-fit:cover;object-position:center 43%}
.header-contact>a[href^="tel:"]{font-size:21px;font-weight:800;letter-spacing:-.025em}
.footer-brand>a[href^="tel:"]{font-size:20px!important;font-weight:800}
.nav-row{gap:22px}.header nav{gap:18px}
.solution-cta{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(200px,1fr);align-items:center;gap:35px;margin-block:42px 70px;padding:48px;border-radius:30px;background:linear-gradient(120deg,#eaf4ff,#f8fbff);border:1px solid #e0ebfa}
.solution-copy h2{margin-bottom:22px}.solution-copy p{font-size:17px;line-height:1.7}.solution-copy .button{margin-top:10px}.solution-cta>img{width:100%;object-fit:contain;mix-blend-mode:multiply}
.cta-character:has(.cta-reference){inset:0 0 0 auto;width:43%;height:100%;align-items:center;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 20%)}
.cta-reference{width:100%;height:auto;display:block}
@media(max-width:1100px){.header .brand:has(img){width:190px;height:80px}.header-contact>a[href^="tel:"]{font-size:18px}.nav-row{gap:14px}.header nav{gap:12px}}
@media(max-width:780px){.header .brand:has(img){width:145px;height:62px}.footer-brand .brand:has(img){width:220px;height:84px!important}.solution-cta{grid-template-columns:1fr;padding:28px;gap:10px;margin-block:30px 45px}.solution-cta>img{width:min(280px,85%);margin:auto}.solution-copy p{font-size:15px}.cta-character:has(.cta-reference){inset:auto 0 0;width:100%;height:auto;mask-image:linear-gradient(180deg,transparent,#000 15%)}.cta-reference{max-height:300px}.cta-faithful{min-height:590px}.cta-copy{padding-bottom:300px}}
@media(max-width:430px){.header .brand:has(img){width:128px;height:56px}.header>.nav-row>.button{font-size:9px!important;gap:6px}.nav-row{gap:5px}.solution-cta{padding:24px}.solution-copy h2{font-size:30px}}
@media(max-width:360px){.header .brand:has(img){width:110px;height:50px}}

@media(min-width:781px){.cta-character:has(.cta-reference){align-items:flex-end}.cta-reference{mask-image:linear-gradient(180deg,transparent,#000 5%)}}

/* Live hero lettering stays sharp at every screen density. */
@font-face{font-family:RobotoCondensed;src:url("../fonts/RobotoCondensed.938869f81aeb.ttf") format('truetype');font-weight:100 900;font-display:swap}
.hero-fixed h1.hero-title-live{width:100%;font-family:RobotoCondensed,Arial,sans-serif;font-size:5.55cqw;font-weight:900;letter-spacing:-.025em;line-height:.99;text-transform:uppercase;transform:rotate(-2deg);transform-origin:left center;margin:0 0 5%}
.hero-title-live span{display:block;white-space:nowrap}.hero-title-live em{display:block}
.header .brand:has(img){width:212px;height:80px;margin-block:7px}.footer .brand:has(img){width:212px;height:80px}
.brand img[src$="/branding/logo-site.png"]{object-position:center 38%}
.cookie-notice[hidden]{display:none}.cookie-notice{position:fixed;bottom:20px;left:24px;z-index:60;width:min(620px,calc(100% - 48px));display:flex;gap:22px;align-items:center;padding:20px 24px;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:0 8px 40px #102b4b24}
.cookie-notice strong{font-size:16px}.cookie-notice p{font-size:13px;line-height:1.5;margin:6px 0 0}.cookie-notice a{color:var(--blue);text-decoration:underline}.cookie-dismiss{font-size:13px;min-height:42px;padding:10px 18px;flex-shrink:0}
@media(max-width:1100px){.header .brand:has(img){width:180px;height:70px}}
@media(max-width:780px){.header .brand:has(img){width:132px;height:50px;margin-block:10px}.footer-brand .brand:has(img){width:200px;height:76px!important}.cookie-notice{left:12px;bottom:12px;width:calc(100% - 24px);padding:16px;gap:12px}.cookie-notice p{font-size:12px}.cookie-dismiss{padding:10px 13px}}
@media(max-width:560px){.hero-fixed h1.hero-title-live{font-size:clamp(42px,11.6vw,64px);width:100%;max-width:none;line-height:1;margin-bottom:22px}}
@media(max-width:430px){.header .brand:has(img){width:118px;height:46px}.cookie-notice{align-items:flex-start;flex-wrap:wrap}.cookie-dismiss{margin-left:auto}}
@media(max-width:360px){.header .brand:has(img){width:103px;height:42px}}

.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.blog-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.blog-card img{width:100%;aspect-ratio:1.7;object-fit:cover}.blog-card-copy{padding:25px}.blog-card small,.article-page>time{color:var(--muted);font-size:13px}.blog-card h3{margin:15px 0;font-size:25px}.blog-card p{font-size:15px}.blog-cover-placeholder{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--pale);aspect-ratio:1.7;font-size:28px;font-weight:800}.blog-filters{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.blog-filters a{padding:8px 17px;background:var(--pale);border-radius:30px}.blog-filters a[aria-current]{background:var(--blue);color:white}.blog-empty{padding:50px;border-radius:30px;background:var(--pale)}.pagination{display:flex;justify-content:center;gap:25px;margin:35px 0}.pagination a{color:var(--blue)}.article-page{padding-bottom:40px}.article-page h1{max-width:1050px;margin-top:22px}.article-cover{width:100%;max-height:650px;object-fit:contain;background:var(--pale);border-radius:24px;margin:35px 0}.article-body{max-width:900px;overflow-wrap:anywhere;margin-bottom:40px}.article-body p{color:var(--ink)}
@media(max-width:1100px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header nav{gap:10px}.header nav a{font-size:13px}}
@media(max-width:780px){.blog-grid{grid-template-columns:1fr}.blog-empty{padding:28px}.article-page h1{font-size:36px}.cta-character:has(.cta-cutout){width:82%;height:270px;inset:auto 5% 0 auto}.cta-copy{padding-bottom:280px}}

/* Mobile menu: contain the padded logo and center compact controls. */
.mobile-menu-top .brand:has(img){position:relative;overflow:hidden;width:190px;height:72px;flex:0 0 auto;margin:0}
.mobile-menu-phone{display:inline-block;white-space:nowrap;font-size:clamp(21px,6.5vw,28px);line-height:1.3;letter-spacing:-.025em;max-width:100%}
.mobile-menu-top{align-items:center}.menu-close{flex:0 0 44px;padding:0;display:grid;place-items:center;line-height:1}
@media(max-width:780px){.mobile-actions{align-items:center}.menu-toggle{display:flex;align-items:center;justify-content:center;padding:0;width:36px;height:36px;flex:0 0 36px;line-height:1}.menu-toggle svg{display:block;width:22px;height:22px;flex:none}.phone-icon{width:36px;height:36px;flex:0 0 36px}.mobile-menu-top .brand:has(img){width:190px;height:72px}}
@media(max-width:360px){.mobile-menu-dialog{padding:20px}.mobile-menu-top .brand:has(img){width:175px;height:66px}}
