@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/font-8.ttf) format('truetype');
}

:root{--paper:#fffdf8;--navy:#081b50;--blue:#0868fa;--blue-dark:#0754c5;--muted:#53668e;--line:#d5deed;--cyan:#d9f7ff;--yellow:#fff0ac;--lilac:#eee2ff;--mint:#daf9ea;--radius:24px;--shadow:0 16px 45px #0d246b0a;font-family:'DM Sans',sans-serif;color:var(--navy);background:var(--paper);font-synthesis:none;scroll-behavior:smooth}
*{box-sizing:border-box}body{margin:0}img{max-width:100%;height:auto;display:block}a{color:inherit}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}a,button{touch-action:manipulation}p{line-height:1.65;color:var(--muted);margin:0 0 1.2rem}h1,h2,h3,h4{font-family:Manrope,sans-serif;margin:0;color:var(--navy);line-height:1.13;letter-spacing:-.045em}h1{font-size:clamp(2.8rem,5.15vw,5rem);font-weight:800}h2{font-size:clamp(2rem,3.1vw,3rem);font-weight:800}h3{font-size:1.22rem;letter-spacing:-.03em}::selection{background:#bcefff}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #9d49f6;outline-offset:5px}input:focus,textarea:focus,select:focus{outline:3px solid #a9d9ff;outline-offset:2px;border-color:var(--blue)}[hidden]{display:none!important}.wrap{width:min(1280px,calc(100% - 80px));margin-inline:auto}.icon{height:24px;width:24px;flex:none;vertical-align:middle}.skip-link{position:fixed;top:-100px;left:20px;background:var(--navy);color:white;padding:14px;z-index:2000}.skip-link:focus{top:10px}.site-header{display:flex;align-items:center;gap:30px;min-height:116px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;flex-shrink:0}.brand img{width:58px;height:58px;border-radius:50%}.brand b{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.055em;line-height:1.1;display:block}.brand small{font-size:.75rem;display:block;margin-top:4px;color:var(--muted)}#navigation{display:flex;align-items:center;gap:28px;margin-left:auto}#navigation a{text-decoration:none;font-size:.95rem;font-weight:600;padding:10px 0;border-bottom:2px solid transparent}#navigation a:hover,#navigation a[aria-current]{color:var(--blue);border-color:var(--blue)}.button{display:inline-flex;gap:16px;align-items:center;justify-content:center;text-decoration:none;background:var(--blue);color:white;border:1px solid var(--blue);border-radius:12px;padding:17px 25px;font-weight:700;line-height:1.2;min-height:52px;transition:background .2s,transform .2s,box-shadow .2s}.button:hover{background:var(--blue-dark);box-shadow:0 8px 24px #0868fa20;transform:translateY(-2px)}.button-white{background:white;color:var(--blue);border-color:white}.button-white:hover{background:#edf8ff;color:var(--blue-dark)}.button-outline{background:transparent;color:var(--blue);border-color:#bbd2ed}.button-outline:hover{background:#e9f3ff}.header-cta{padding:14px 22px;margin-left:8px}.menu-toggle{display:none}.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-weight:700;text-decoration:none;line-height:1.5}.text-link:hover{text-decoration:underline}.text-link .icon{transition:transform .2s}.text-link:hover .icon{transform:translateX(4px)}.eyebrow{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--blue);margin-bottom:22px}.lead{font-size:clamp(1.1rem,1.6vw,1.4rem);line-height:1.6;margin-top:26px;max-width:620px}.large-copy{font-size:1.25rem;line-height:1.55}.underline{position:relative;display:inline-block;isolation:isolate}.underline:after{content:'';position:absolute;bottom:-6px;left:0;width:100%;height:10px;border-top:5px solid #ffd957;border-radius:50%;z-index:-1;transform:rotate(-2deg)}.home-hero{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:center;padding:64px 0 100px}.hero-copy{position:relative;z-index:1}.hero-copy h1{font-size:clamp(2.8rem,4.6vw,4.4rem)}.hero-copy .lead{max-width:460px}.button-row{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin:32px 0}.location-pill{display:inline-flex;gap:8px;align-items:center;background:#eaf6ff;border-radius:30px;padding:11px 16px;font-size:.85rem;text-decoration:none;color:#244773}.location-pill .icon{color:var(--blue);width:19px;height:19px}.hero-art{position:relative}.hero-image{width:100%;aspect-ratio:1.05;object-fit:cover;border-radius:100px 24px 100px 24px}.sticker{display:inline-block;padding:18px 22px;border:3px solid white;box-shadow:0 6px 14px #081b5014;font-family:Manrope,sans-serif;font-weight:800;line-height:1.3;font-size:.95rem;transform:rotate(-8deg);border-radius:15px}.sticker-yellow{background:var(--yellow)}.hero-art .sticker{position:absolute;left:-24px;bottom:24px;animation:bob 5s ease-in-out infinite}.doodle{font-family:'Segoe Print','Comic Sans MS',cursive;font-size:1.05rem;line-height:1.35;color:#134494;transform:rotate(-10deg)}.hero-doodle{position:absolute;right:10px;top:-34px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:36px}.section-heading .eyebrow{margin-bottom:14px}.section-heading h2{max-width:700px}.center{text-align:center}.section-heading.center{display:block}.center .lead{margin-inline:auto}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-tile{display:flex;flex-direction:column;padding:30px;border-radius:var(--radius);text-decoration:none;min-height:340px;transition:transform .25s,box-shadow .25s}.service-tile:hover{transform:translateY(-7px) rotate(-.4deg);box-shadow:var(--shadow)}.cyan{background:var(--cyan)}.yellow{background:var(--yellow)}.lilac{background:var(--lilac)}.mint{background:var(--mint)}.tile-top{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:700;margin-bottom:35px}.tile-top .icon{width:32px;height:32px;color:var(--blue)}.service-tile h3{font-size:2rem;margin-bottom:20px}.service-tile p{font-size:1rem;color:#35496f}.tile-link{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-top:auto;padding-top:20px}.about-band{margin:110px 0 80px;padding:65px 0;display:grid;grid-template-columns:1fr 1fr;gap:70px;position:relative;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-band h2{line-height:1.2}.about-doodle{position:absolute;left:25%;bottom:24px;font-size:.85rem}.local-band{display:flex;align-items:center;gap:26px;padding:32px;background:#edfaff;border-radius:20px}.local-band h2{font-size:1.55rem}.local-band p{margin:10px 0 0;max-width:620px}.local-band .button{margin-left:auto;white-space:nowrap}.round-icon{width:68px;height:68px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}.round-icon .icon{width:32px;height:32px}.steps-section{padding:85px 0}.steps{list-style:none;padding:0;margin:40px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.steps li{display:flex;gap:18px}.steps h3{font-size:1.05rem;margin:8px 0}.steps p{font-size:.95rem;line-height:1.6;margin:0}.steps .round-icon{width:58px;height:58px}.cta-band{background:var(--blue);padding:38px 40px;border-radius:23px;display:flex;align-items:center;gap:28px;color:white;margin-bottom:35px;position:relative;overflow:hidden}.cta-band h2{color:white;font-size:1.8rem;letter-spacing:-.035em}.cta-band p{color:#e5efff;margin:9px 0 0}.cta-band .button{margin-left:auto;white-space:nowrap}.cta-spark{font-size:4rem;color:var(--yellow);line-height:1}.site-footer{padding:38px 0 24px}.site-footer>.brand{display:inline-flex}.site-footer .brand img{width:44px;height:44px}.site-footer .brand b{font-size:1.6rem}.site-footer nav{display:flex;gap:25px;flex-wrap:wrap;float:right;padding-top:17px;font-size:.9rem}.site-footer nav a{text-decoration:none}.site-footer nav a:hover{color:var(--blue)}.footer-bottom{clear:both;border-top:1px solid var(--line);margin-top:28px;padding-top:22px;display:flex;align-items:center;gap:22px;font-size:.8rem;color:var(--muted)}.footer-bottom a{text-decoration:none}.motion-toggle{margin-left:auto;border:0;background:transparent;color:var(--muted);padding:8px}.page-hero{padding:62px 0 58px;position:relative}.page-hero h1{max-width:1000px}.page-hero.center h1{margin:auto}.page-hero .location-pill{margin-top:4px}.page-doodle{position:absolute;right:10%;top:35%}.service-feature{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding:35px 0 65px;scroll-margin-top:30px}.service-feature figure{margin:0}.service-feature figure img{border-radius:24px;aspect-ratio:1;object-fit:cover}.service-feature figcaption{font-size:.75rem;text-align:right;margin-top:8px;color:var(--muted)}.service-feature.reverse figure{order:2}.number{display:inline-flex;width:50px;height:50px;border-radius:50%;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;margin-bottom:20px}.service-feature h2{margin-bottom:20px}.offerings{list-style:none;padding:0;margin:28px 0}.offerings li{display:flex;gap:16px;margin:20px 0}.offerings .icon{color:var(--blue);margin-top:2px}.offerings h3{font-size:1.08rem}.offerings p{font-size:.95rem;margin:6px 0 0}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:start}.contact-aside h2{margin:12px 0 28px}.email-feature{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--blue);font-size:clamp(1rem,1.65vw,1.45rem);font-weight:700}.email-feature small{display:block;color:var(--muted);font-size:.9rem;font-weight:400;margin-top:6px}.contact-art{position:relative;margin:36px 0}.contact-art img{border-radius:24px;aspect-ratio:1.3;object-fit:cover}.contact-art .sticker{position:absolute;bottom:15px;right:-15px}.area-note{display:flex;gap:16px;padding:24px;border-radius:18px}.area-note>span{color:var(--blue)}.area-note p{margin:10px 0}.form-panel{background:white;border:1px solid #bad7f5;border-radius:22px;padding:32px;box-shadow:var(--shadow)}.form-panel h2{font-size:1.9rem;margin-bottom:28px;line-height:1.2}.form-panel label{display:block;font-size:.9rem;font-weight:600;margin-bottom:22px}.form-panel label>span{color:#bb2340}.form-panel label small{font-weight:400;font-size:.85rem}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:18px}input,textarea,select{width:100%;padding:13px 14px;background:#fff;border:1px solid #bccae1;border-radius:8px;margin-top:9px;color:var(--navy);font-size:1rem;min-width:0}textarea{resize:vertical;min-height:135px}input::placeholder,textarea::placeholder{color:#6c7d9e}.form-submit{width:100%}.small{font-size:.8rem}.form-note{font-size:.85rem;text-align:center;margin:16px 0 12px}.form-panel .small a{color:var(--blue)}#form-status:not(:empty){padding:18px;border-radius:10px;background:var(--cyan);line-height:1.55;margin:20px 0}#email-fallback{border-top:1px solid var(--line);padding-top:20px}#email-fallback .text-link{margin:16px 0 0 10px;font-size:.9rem}.map-section{border:1px solid #c5dff5;border-radius:22px;background:white;padding:16px}.map-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:5px 8px 20px}.map-toolbar label{font-size:.85rem;font-weight:700;min-width:260px}.map-toolbar select{margin-top:6px}#service-map{height:620px;border-radius:14px;overflow:hidden;background:#dbeef5;z-index:0}.map-loading{padding:35px}.map-caption{display:flex;gap:8px;align-items:center;justify-content:center;font-size:.8rem;margin:16px 0 4px}.map-caption .icon{width:17px;height:17px;color:var(--blue)}#map-status{margin:10px 8px 0}.regions-section{padding:70px 0 55px}.region-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.region-card{padding:23px 20px;border:1px solid var(--line);border-radius:16px;background:white}.region-card .icon{color:var(--blue);margin-bottom:17px}.region-card h3{font-size:1.1rem;min-height:44px}.region-card ul{padding:0;list-style:none;line-height:1.8;margin:14px 0 0;font-size:.9rem;color:var(--muted)}.region-card a{text-decoration:none}.region-card a:hover{color:var(--blue);text-decoration:underline}.neighborhoods{border:1px solid var(--line);border-radius:16px;padding:24px;margin-top:20px;background:#f7fbff}.neighborhoods summary{cursor:pointer;font-weight:700;font-size:1.1rem}.neighborhoods summary span{display:inline-flex;gap:15px;align-items:center;font-weight:400;font-size:.9rem;float:right}.neighborhoods p{margin:25px 0 15px}.privacy-copy{max-width:780px;margin-bottom:70px}.privacy-copy h2{font-size:1.5rem;margin:32px 0 15px}.privacy-copy a{color:var(--blue)}.map-pin{background:var(--blue);border:3px solid white;border-radius:50% 50% 50% 0;transform:rotate(-45deg);width:22px;height:22px;box-shadow:0 2px 6px #081b5040}.map-pin:after{content:'';position:absolute;width:6px;height:6px;border-radius:50%;background:white;left:5px;top:5px}.leaflet-popup-content{font-family:'DM Sans',sans-serif!important;line-height:1.5!important;font-size:14px!important}.leaflet-popup-content strong{font-size:19px;color:var(--navy)}.leaflet-popup-content a{display:inline-block;margin-top:9px;color:var(--blue);font-weight:700}.leaflet-tooltip{font-family:'DM Sans',sans-serif!important;font-weight:600;color:var(--navy)!important}.leaflet-control-attribution{font-size:12px!important}.reveal.arrive{animation:arrive .65s ease both}@keyframes arrive{from{opacity:.5;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes bob{0%,100%{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-9px) rotate(-5deg)}}.motion-paused *, .page-idle *{animation-play-state:paused!important}.motion-paused{scroll-behavior:auto}
@media(min-width:1450px){.home-hero{gap:60px;padding-top:80px}.hero-copy h1{font-size:4.8rem}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.site-header{gap:20px}#navigation{gap:18px}.brand b{font-size:1.7rem}.brand img{width:48px;height:48px}.header-cta{padding:14px}.header-cta .icon{display:none}.home-hero{gap:25px}.hero-copy h1{font-size:3.5rem}.service-tile{padding:25px}.service-tile h3{font-size:1.65rem}.contact-layout{gap:35px}.region-grid{grid-template-columns:repeat(3,1fr)}.service-feature{gap:35px}.about-band{gap:35px}.local-band{flex-wrap:wrap}.local-band .button{margin-left:94px}.site-footer nav{gap:18px}.steps{gap:20px}.steps li{gap:12px}.steps .round-icon{width:44px;height:44px}.steps .round-icon .icon{width:25px;height:25px}}
@media(max-width:800px){.site-header{min-height:94px;flex-wrap:wrap;position:relative;padding-block:16px}.menu-toggle{display:flex;align-items:center;gap:12px;margin-left:auto;padding:12px 15px;border:1px solid var(--line);border-radius:10px;color:var(--navy);background:white;font-weight:700}.header-cta{display:none}#navigation{display:none;flex-basis:100%;margin:0;padding:12px 0;gap:25px;flex-wrap:wrap}#navigation.is-open{display:flex}.home-hero{grid-template-columns:1fr;padding-top:35px;gap:50px;padding-bottom:65px}.hero-copy{max-width:620px}.hero-copy h1{font-size:clamp(2.8rem,7.7vw,4.4rem)}.hero-image{aspect-ratio:1.65;border-radius:60px 20px 60px 20px}.hero-art .sticker{left:20px;bottom:10px}.hero-doodle{top:-36px}.section-heading{align-items:start;flex-direction:column}.service-grid{grid-template-columns:1fr}.service-tile{min-height:270px}.service-tile h3{font-size:2rem}.tile-top{margin-bottom:20px}.service-tile h3 br{display:none}.about-band{grid-template-columns:1fr;margin:65px 0 45px;padding:40px 0;gap:25px}.about-doodle{display:none}.local-band{gap:18px;padding:25px}.local-band>div{flex:1;min-width:200px}.local-band .button{margin-left:0}.steps{grid-template-columns:1fr;gap:28px}.steps li{gap:20px}.steps .round-icon{width:60px;height:60px}.steps h3{font-size:1.2rem}.steps-section{padding:60px 0}.cta-band{flex-wrap:wrap;padding:28px;gap:15px}.cta-spark{display:none}.cta-band .button{margin:10px 0 0}.cta-band h2{font-size:1.7rem}.site-footer nav{float:none;padding-top:30px}.footer-bottom{flex-wrap:wrap}.page-hero{padding:35px 0 40px}.page-hero h1{font-size:clamp(2.5rem,6.7vw,3.8rem)}.page-doodle{display:none}.service-feature{grid-template-columns:1fr;gap:30px;padding:15px 0 55px}.service-feature figure img{aspect-ratio:1.5}.service-feature.reverse figure{order:0}.contact-layout{grid-template-columns:1fr;gap:35px}.contact-aside{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-aside h2,.contact-aside .email-feature{grid-column:1/-1;margin:0}.contact-art{margin:10px 0}.contact-art .sticker{display:none}.contact-art img{height:100%;object-fit:cover}.area-note{margin:10px 0;align-items:center}.email-feature{font-size:1.4rem}.form-panel{padding:28px}.region-grid{grid-template-columns:repeat(2,1fr)}#service-map{height:530px}.neighborhoods summary span{float:none;display:flex;margin-top:10px}.map-toolbar label{min-width:0;flex:1}.map-toolbar .button{padding:14px}.map-caption{align-items:start}.page-hero.center .lead{font-size:1.05rem}}
@media(max-width:480px){.wrap{width:calc(100% - 32px)}.brand b{font-size:1.5rem}.brand small{font-size:.7rem}.brand img{width:44px;height:44px}.brand{gap:8px}.menu-toggle{font-size:.85rem;padding:11px}.site-header{gap:10px}#navigation{gap:20px;font-size:.85rem}.home-hero{padding-top:24px}.hero-copy h1{font-size:2.8rem}.eyebrow{font-size:.72rem;letter-spacing:.09em}.button-row{gap:20px}.hero-image{aspect-ratio:1.2}.hero-doodle{font-size:.85rem}.sticker{font-size:.8rem;padding:12px}.contact-aside{display:block}.contact-aside h2{margin-bottom:20px}.email-feature{font-size:1.1rem}.email-feature .round-icon{width:50px;height:50px}.contact-art{margin:25px 0}.contact-art img{aspect-ratio:1.55}.area-note{margin-top:25px}.form-panel{padding:22px 18px}.form-panel h2{font-size:1.6rem}.form-two{grid-template-columns:1fr;gap:0}.region-grid{grid-template-columns:1fr}.region-card h3{min-height:0}.region-card ul{columns:2}.map-section{padding:10px}.map-toolbar{flex-wrap:wrap;gap:10px;padding:5px 2px 14px}.map-toolbar label{flex-basis:100%}.map-toolbar .button{min-height:42px;padding:10px 14px;font-size:.85rem}#service-map{height:490px}.footer-bottom{gap:14px}.motion-toggle{margin-left:0}.site-footer nav{gap:18px}.cta-band h2{font-size:1.55rem}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.breadcrumbs{display:flex;gap:12px;flex-wrap:wrap;font-size:.85rem;color:var(--muted);padding:25px 0}.breadcrumbs a{color:var(--blue);text-decoration:none}.product-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:42px;align-items:start}.product-photo{background:linear-gradient(135deg,#d9f7ff,#a6dff1);border-radius:22px;padding:35px;position:relative;display:flex;justify-content:center;min-height:600px;align-items:center}.product-photo img{width:min(100%,390px);border-radius:16px;box-shadow:0 18px 40px #17395925}.product-doodle{position:absolute;bottom:18px;right:20px;font-size:.85rem;background:var(--yellow);padding:12px;border-radius:12px}.product-info h1{font-size:clamp(2.4rem,4vw,3.8rem)}.product-info .eyebrow{margin:8px 0 20px}.product-info .lead{font-size:1.25rem}.product-price{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;background:var(--cyan);border:1px solid #bce8fa;padding:20px 26px;border-radius:16px;margin:24px 0 18px}.product-price>div{display:flex;align-items:center;gap:24px}.product-price del{font-size:2rem;color:var(--muted);text-decoration-color:#ee603e}.product-price strong{font-size:4rem;line-height:1;font-weight:800;letter-spacing:-.04em}.product-price p{flex-basis:100%;margin:12px 0 0;text-align:center;font-weight:600}.sale-sticker{background:#ffdf48;border-radius:50%;padding:16px 12px;font-size:1.5rem;font-weight:800;transform:rotate(9deg);line-height:1}.sale-sticker small{display:block;font-size:.9rem;text-align:center;margin-top:4px}.product-inquiry{width:100%}.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);list-style:none;padding:0;gap:12px;text-align:center;font-size:.9rem}.product-benefits .round-icon{display:flex;margin:0 auto 13px}.product-steps{margin-top:45px;border-block:1px solid var(--line);padding:48px 0}.product-steps .section-heading p,.product-details .section-heading p{margin:15px 0 0}.product-details{padding:50px 0}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.product-detail-grid article{padding:30px;border-radius:20px}.product-detail-grid h3{font-size:1.55rem;display:flex;align-items:center;gap:12px}.product-detail-grid ul{padding-left:22px;color:var(--muted);line-height:1.7}.product-detail-grid li{margin:12px 0}.featured-product{padding-top:70px}.featured-product-card{display:grid;grid-template-columns:.7fr 1fr;gap:45px;border:1px solid var(--line);border-radius:24px;overflow:hidden;text-decoration:none;align-items:center;background:white}.featured-product-card>div:last-child{padding:30px 40px 30px 0}.featured-product-image{padding:22px;display:flex;justify-content:center}.featured-product-image img{height:280px;width:auto;border-radius:12px}.featured-product-card h3{font-size:2rem;margin-bottom:20px}.featured-price{font-size:1.5rem;display:flex;gap:15px;align-items:center}.featured-price strong{font-size:2.2rem;color:var(--navy)}.featured-price del{color:var(--muted)}.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}
@media(min-width:801px) and (max-width:1100px){#navigation{gap:12px}.site-header{gap:14px}.brand b{font-size:1.5rem}.header-cta{font-size:.85rem}.product-photo{min-height:530px;padding:25px}.product-price{padding:18px}.product-price strong{font-size:3.4rem}.sale-sticker{font-size:1.2rem}.product-hero{gap:28px}}
@media(max-width:800px){.product-hero{grid-template-columns:1fr;gap:30px}.product-photo{min-height:0;padding:28px}.product-photo img{max-height:460px;width:auto;max-width:100%}.product-info h1{font-size:2.9rem}.product-detail-grid{grid-template-columns:1fr}.featured-product-card{grid-template-columns:1fr;gap:0}.featured-product-card>div:last-child{padding:25px}.product-price strong{font-size:3.5rem}.product-benefits{font-size:.85rem}.product-details{padding:40px 0}.product-detail-grid article{padding:23px}.product-benefits .round-icon{width:55px;height:55px}.product-info .lead{font-size:1.1rem}}
/* Approved Products & Services artwork is framed from the approved concept;
   all page text, prices, navigation and controls remain accessible HTML. */
.approved-art{background-image:url('assets/approved-art.png');background-repeat:no-repeat;overflow:hidden;width:100%;border-radius:20px}
.art-card{aspect-ratio:491/392;background-size:193.08% 423.21%;background-position:7.44% 38.91%}
.art-hero{aspect-ratio:480/340;background-size:197.5% 487.94%;background-position:100% 4.17%;border-radius:0}
.art-web{aspect-ratio:486/228;background-size:195.06% 727.63%;background-position:7.36% 69.39%}
.art-signs{aspect-ratio:488/224;background-size:194.26% 740.63%;background-position:7.39% 85.71%}
.catalog-hero{display:grid;grid-template-columns:1fr 1.03fr;align-items:center;position:relative;padding:10px 0 28px;gap:0}.catalog-hero h1{font-size:clamp(2.6rem,4.5vw,4.6rem);letter-spacing:-.055em;position:relative;z-index:1}.catalog-hero p{font-size:clamp(1.05rem,1.8vw,1.65rem);color:#526bea;line-height:1.4;margin:24px 0}.catalog-hero .button-row{gap:14px;margin:24px 0}.catalog-hero .button{border-radius:40px;padding:15px 23px;font-size:1rem}.catalog-secondary{background:#eee0ff;border-color:#eee0ff;color:#2400ef}.catalog-hero .art-hero{transform:scale(1.05);transform-origin:right center}
.catalog-heading{border-top:1px solid #a6b5ff;text-align:center;padding:12px 0 24px}.catalog-heading>span{display:inline-block;text-transform:uppercase;color:#506cff;background:var(--paper);font-size:1rem;padding:0 20px;margin-bottom:8px}.catalog-heading h2{font-size:clamp(1.9rem,3.1vw,3rem);letter-spacing:-.055em}.catalog-heading i{color:#ffd229;font-style:normal;margin-left:12px}.catalog-product{display:grid;grid-template-columns:1.26fr 1fr;background:linear-gradient(115deg,#fff,#dff8ff);border-radius:20px;overflow:hidden;margin-bottom:30px}.catalog-product-copy{padding:20px 25px;display:flex;flex-direction:column;justify-content:center}.catalog-product h3{font-size:clamp(1.7rem,3vw,2.8rem);line-height:1.05}.catalog-product i,.catalog-web i{color:#a900ff;font-style:normal}.catalog-product p,.catalog-service p{font-size:1.14rem;line-height:1.4;color:#506bea;margin:10px 0}.catalog-product .product-price{padding:14px 18px;margin:4px 0 12px;gap:4px}.catalog-product .product-price>div{gap:18px}.catalog-product .product-price strong{font-size:clamp(3rem,5vw,5rem)}.catalog-product .product-price p{margin:5px 0 0;font-size:1rem}.catalog-product .sale-sticker{border-radius:0;clip-path:polygon(50% 0%,60% 8%,72% 3%,78% 16%,92% 14%,92% 29%,100% 38%,93% 50%,100% 63%,89% 71%,90% 86%,76% 87%,69% 99%,57% 93%,45% 100%,36% 90%,21% 96%,18% 81%,5% 77%,10% 62%,0% 52%,9% 41%,3% 27%,18% 23%,20% 9%,35% 12%);padding:23px 17px;transform:rotate(6deg)}.catalog-benefits{display:flex;justify-content:space-between;gap:12px;margin:4px 0 20px;color:#183aff}.catalog-benefits>span{display:flex;align-items:center;gap:10px;font-size:2rem}.catalog-benefits b{font-size:.87rem;font-weight:500}.catalog-product .button{padding:15px}.catalog-service{display:grid;grid-template-columns:1.25fr 1fr;overflow:hidden;border-radius:20px;margin-bottom:14px}.catalog-web{background:#f3ebff}.catalog-signs{background:#fff5d9}.catalog-service>div:last-child{padding:24px 28px;display:flex;flex-direction:column;justify-content:center}.catalog-service h3{font-size:clamp(1.6rem,2.5vw,2.4rem)}.catalog-service ul{display:flex;list-style:none;padding:0;gap:12px;justify-content:space-between;text-align:center;color:#506bea;margin:8px 0 20px;font-size:.95rem}.catalog-service li{flex:1}.catalog-service li span{display:block;margin:0 auto 6px;border-radius:50%;background:#e7d4ff;width:50px;height:50px;line-height:50px;font-size:2rem;color:#2500ee}.catalog-signs i{font-style:normal;color:#ffc300}.catalog-cta{background:#0868ff;color:white;border-radius:16px;padding:28px 32px;display:flex;align-items:center;gap:26px;margin:18px 0 10px}.catalog-cta h2{font-size:1.8rem;color:white}.catalog-cta p{color:white;font-size:1.2rem;margin:4px 0 0}.catalog-cta>div{margin-right:auto}.catalog-cta>a:last-child{font-size:.95rem;text-decoration:none}.catalog-cta .button{border-radius:40px;white-space:nowrap}.product-photo:has(.approved-art){padding:0;min-height:0;overflow:hidden}.product-photo .approved-art{min-height:0}.product-doodle{display:none}.featured-product-image:has(.approved-art){padding:0}.featured-product-image .approved-art{border-radius:0}.site-header{min-height:96px}.site-footer{padding-top:25px}.catalog-product,.catalog-service{scroll-margin-top:24px}
@media(max-width:1000px){.catalog-cta{flex-wrap:wrap}.catalog-service>div:last-child{padding:18px}.catalog-product-copy{padding:18px}.catalog-product .product-price{padding:10px}.catalog-product .product-price del{font-size:1.5rem}.catalog-product .sale-sticker{font-size:1.2rem;padding:20px 12px}.catalog-product .product-price>div{gap:10px}.catalog-benefits{margin-bottom:12px}.catalog-hero .button{font-size:.85rem;padding:13px 18px}.catalog-service p{font-size:1rem}}
@media(max-width:700px){.catalog-hero{grid-template-columns:1fr;padding-top:28px}.catalog-hero h1{font-size:clamp(2.5rem,9vw,3.7rem)}.catalog-hero p{font-size:1.15rem}.catalog-hero .art-hero{transform:none;margin-top:-5px}.catalog-hero .button-row{gap:8px}.catalog-hero .button{padding:13px 15px}.catalog-product,.catalog-service{grid-template-columns:1fr}.catalog-product-copy{padding:24px}.catalog-product h3{font-size:2.2rem}.catalog-product .product-price strong{font-size:4rem}.catalog-product .product-price{padding:15px}.catalog-service>div:last-child{padding:24px}.catalog-service h3{font-size:1.9rem}.catalog-heading h2{font-size:1.8rem}.catalog-cta{padding:25px;gap:20px}.catalog-cta h2{font-size:1.6rem}.catalog-cta p{font-size:1rem}.catalog-cta>div{width:100%}.catalog-service ul{font-size:.85rem}.catalog-benefits b{font-size:.85rem}.catalog-product .art-card{border-radius:20px}.catalog-service .approved-art{border-radius:20px}}
.art-hero{aspect-ratio:448/340;background-size:211.61% 487.94%;background-position:100% 4.17%}.art-card{aspect-ratio:491/352;background-size:193.08% 471.31%;background-position:7.44% 40.70%}.catalog-product>.approved-art,.catalog-service>.approved-art{align-self:center}.catalog-product .product-price strong{font-size:clamp(3.6rem,6vw,5.3rem)}
@media(max-width:700px){.catalog-hero h1 .underline{display:inline}.catalog-hero h1{font-size:clamp(2.25rem,8.7vw,3.7rem)}}
