:root{--red:#e3010f;--red-deep:#b8000c;--navy:#006;--navy-soft:#0a0a4a;--cream:#fff7e5;--cream-deep:#f3e8cf;--ink:#12121a;--ink-muted:#4a4a58;--paper:#fffcf5;--line:#12121a1f;--line-strong:#12121a38;--c:#00aeef;--m:#ec008c;--y:#fff200;--k:#1a1a1a;--font-display:Georgia, "Times New Roman", Times, serif;--font-body:Arial, Helvetica, "Century Gothic", CenturyGothic, sans-serif;--font-accent:"Century Gothic", CenturyGothic, AppleGothic, Arial, sans-serif;--space:clamp(1rem, 2vw, 1.5rem);--section:clamp(4.5rem, 10vw, 8rem);--max:1280px;--gutter:clamp(1.75rem, 5.5vw, 3rem);--nav-h:68px;--ease:cubic-bezier(.32, .72, 0, 1);--radius:0}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-body);color:var(--navy);background:var(--cream);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.55}#root{text-align:left;border:none;width:100%;min-height:100dvh;margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}h1,h2,h3,p{margin:0}.container{width:min(100% - (var(--gutter) * 2), var(--max));margin-inline:auto}.section{padding-block:var(--section)}.section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--navy);max-width:16ch;font-size:clamp(2rem,4.8vw,3.4rem);font-style:italic;font-weight:400;line-height:1.1}.section-title em{color:var(--red);font-style:italic;font-weight:400}.section-sub{max-width:42ch;color:var(--ink-muted);margin-top:1rem;font-size:1.05rem}.btn{border-radius:var(--radius);letter-spacing:.01em;cursor:pointer;transition:transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);border:1px solid #0000;align-items:center;gap:.65rem;padding:.85rem 1.35rem;font-weight:650;display:inline-flex}.btn:active{transform:translateY(1px)scale(.98)}.btn:hover{transform:translateY(-1px)}.btn--solid{background:var(--red);color:#fff}.btn--solid:hover{background:var(--red-deep)}.btn--ghost{border-color:var(--line-strong);color:var(--ink);background:0 0}.btn--ghost:hover{border-color:var(--navy);color:var(--navy)}.btn__icon{width:1.75rem;height:1.75rem;transition:transform .35s var(--ease);background:#ffffff2e;place-items:center;display:grid}.btn--solid:hover .btn__icon{transform:translate(3px)}.nav{z-index:100;height:var(--nav-h);background:var(--cream);transition:border-color .35s var(--ease), background .35s var(--ease);border-bottom:1px solid #0000;position:sticky;top:0}@media (width>=960px){.nav{-webkit-backdrop-filter:blur(14px)saturate(140%);background:#fff7e5eb}}.nav--scrolled{border-bottom-color:var(--line);background:var(--cream)}.nav--menu-open{background:var(--cream);border-bottom-color:var(--line);z-index:120}.nav__inner{z-index:2;width:min(100% - (var(--gutter) * 2), var(--max));align-items:center;gap:1.5rem;height:100%;margin-inline:auto;display:flex;position:relative}.nav__brand{align-items:center;gap:.75rem;margin-right:auto;display:flex}.nav__mark{background:var(--red);color:#fff;min-width:2.6rem;height:2.6rem;font-family:var(--font-accent);letter-spacing:.06em;place-items:center;padding-inline:.4rem;font-size:.85rem;font-weight:700;display:grid}.nav__name{font-family:var(--font-accent);letter-spacing:.02em;color:var(--navy);font-size:.95rem;font-weight:700}.nav__links{align-items:center;gap:.35rem;display:none}.nav__links>a,.nav__dropdown>a{color:var(--ink-muted);transition:color .25s var(--ease);align-items:center;gap:.3rem;padding:.45rem .65rem;font-size:.88rem;font-weight:600;display:inline-flex}.nav__links>a:hover,.nav__dropdown>a:hover,.nav__links>a.is-active,.nav__dropdown>a.is-active{color:var(--red)}.nav__dropdown{position:relative}.nav__submenu{background:var(--paper);border:1px solid var(--line-strong);z-index:50;flex-direction:column;min-width:220px;padding:.35rem 0;display:none;position:absolute;top:100%;left:0}.nav__dropdown.is-open .nav__submenu,.nav__dropdown:hover .nav__submenu{display:flex}.nav__submenu a{color:var(--navy);padding:.55rem .9rem;font-size:.86rem;font-weight:550}.nav__submenu a:hover{background:var(--cream);color:var(--red)}.nav__cta{padding:.65rem 1rem;font-size:.88rem;display:none}.nav__aside{align-items:center;gap:.85rem;display:none}.nav__social a{color:var(--navy)}.nav__social a:hover{color:var(--red)}.nav__burger{border:1px solid var(--line-strong);background:var(--paper);width:2.75rem;height:2.75rem;color:var(--ink);cursor:pointer;z-index:3;flex-shrink:0;place-items:center;display:grid}.nav__drawer{top:var(--nav-h);z-index:110;box-sizing:border-box;padding:1.25rem max(var(--gutter), env(safe-area-inset-right,0px)) calc(1.5rem + env(safe-area-inset-bottom,0px)) max(var(--gutter), env(safe-area-inset-left,0px));border-top:3px solid var(--red);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;visibility:hidden;pointer-events:none;transition:transform .35s var(--ease), visibility .35s var(--ease);background:#fff7e5;flex-direction:column;gap:.35rem;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(-8px)}.nav__drawer.is-open{visibility:visible;pointer-events:auto;transform:translate(0,0)}.nav__drawer[hidden]{display:none!important}.nav__drawer-nav{flex-direction:column;flex:1;gap:.15rem;display:flex}.nav__drawer-group{border-bottom:1px solid var(--line);flex-direction:column;margin-bottom:.35rem;padding-bottom:.35rem;display:flex}.nav__drawer a{color:var(--navy);align-items:center;min-height:44px;padding:.7rem 0;font-size:1.25rem;font-weight:700;display:flex}.nav__drawer-sub{color:var(--ink-muted)!important;border:0!important;padding:.45rem 0 .45rem .85rem!important;font-size:.98rem!important;font-weight:550!important}.nav__drawer-cta{justify-content:center;width:100%;margin-top:.5rem}html.nav-menu-open .hero__stage-3d,html.nav-menu-open .hero-canvas{visibility:hidden}@media (width>=960px){.nav__links,.nav__aside{display:flex}.nav__cta{display:inline-flex}.nav__burger,.nav__drawer{display:none!important}}.hero__copy [data-intro]{opacity:0}@media (prefers-reduced-motion:reduce){.hero__copy [data-intro]{opacity:1}}.hero{min-height:calc(100dvh - var(--nav-h));border-bottom:1px solid var(--line);background:var(--cream);flex-direction:column;display:flex;position:relative;overflow:hidden}.hero__stage-3d,.hero__canvas{z-index:0;background:var(--cream);flex-shrink:0;width:100%;height:min(48dvh,380px);min-height:260px;position:relative}.hero__scrim{display:none}.hero__inner{z-index:2;box-sizing:border-box;width:100%;max-width:var(--max);padding-top:1.75rem;padding-bottom:2.25rem;padding-left:max(var(--gutter), env(safe-area-inset-left,0px));padding-right:max(var(--gutter), env(safe-area-inset-right,0px));background:var(--cream);flex-direction:column;flex:1;justify-content:flex-start;gap:1.25rem;margin-inline:auto;display:flex;position:relative}.hero__inner a,.hero__inner .social-links{pointer-events:auto}.hero__copy{z-index:2;box-sizing:border-box;width:100%;max-width:min(32rem,100%);position:relative}@media (width>=900px){.hero{flex-direction:row;align-items:center}.hero__stage-3d,.hero__canvas{height:auto;min-height:0;position:absolute;inset:0}.hero__scrim{z-index:1;pointer-events:none;background:linear-gradient(105deg,#fff7e5f5 0%,#fff7e5e0 28%,#fff7e573 48%,#fff7e51f 68%,#fff7e50d 100%),linear-gradient(#0000 58%,#fff7e58c 100%);display:block;position:absolute;inset:0}.hero__inner{padding-top:clamp(2.5rem,8vh,5rem);padding-bottom:clamp(2.5rem,8vh,5rem);padding-left:max(var(--gutter), env(safe-area-inset-left,0px));padding-right:max(var(--gutter), env(safe-area-inset-right,0px));pointer-events:none;background:0 0;justify-content:center}.hero__copy{max-width:min(30rem,100%)}}.hero__since{font-family:var(--font-accent);letter-spacing:.14em;text-transform:uppercase;color:var(--navy);margin-bottom:.85rem;font-size:.72rem}.hero__title{flex-direction:column;gap:.3rem;display:flex}.hero__brand{font-family:var(--font-accent);letter-spacing:.02em;color:var(--navy);overflow-wrap:anywhere;font-size:clamp(1.85rem,8vw,3.75rem);font-weight:700;line-height:.98}.hero__line{font-family:var(--font-display);letter-spacing:-.01em;color:var(--navy);max-width:18ch;padding-bottom:.15rem;font-size:clamp(1.25rem,4.5vw,2.15rem);font-style:italic;font-weight:400;line-height:1.2}.hero__line em{color:var(--red);font-style:italic}.hero__sub{max-width:36ch;color:var(--ink-muted);margin-top:.95rem;font-size:.95rem}.hero__actions{flex-wrap:wrap;gap:.65rem;margin-top:1.35rem;display:flex}.hero__actions .btn{min-height:44px}.hero-canvas,.product-canvas{width:100%;height:100%;position:absolute;inset:0}.hero__stage-3d .hero-canvas{position:absolute;inset:0}.hero-canvas canvas,.product-canvas canvas{display:block;width:100%!important;height:100%!important}.product-canvas{min-height:100%;position:relative}.product-canvas--placeholder{background:radial-gradient(circle at 50% 40%, #00aeef1f, transparent 45%), var(--paper)}.hero-canvas--placeholder{background:radial-gradient(circle at 68% 48%, #00aeef1f, transparent 38%), radial-gradient(circle at 78% 58%, #ec008c1a, transparent 32%), var(--cream)}.hero-canvas--static{place-items:center;display:grid;position:absolute;inset:0}.cmyk-static{grid-template-columns:repeat(4,3.5rem);gap:.5rem;display:grid}.cmyk-static span{width:3.5rem;height:3.5rem}.hero__cmyk{z-index:3;width:100%;height:5px;display:flex;position:absolute;bottom:0;left:0}.hero__cmyk i{flex:1}.hero__social{margin-top:1.15rem}.hero-canvas__fallback-img{object-fit:cover;opacity:.4;width:100%;height:100%;position:absolute;inset:0}.scroll-cue{font-family:var(--font-accent);letter-spacing:.16em;text-transform:uppercase;color:var(--navy);opacity:.7;align-self:flex-start;align-items:center;gap:.4rem;margin-top:auto;padding:.35rem 0;font-size:.68rem;display:inline-flex}@media (width>=900px){.scroll-cue{pointer-events:auto;margin-top:1.5rem}}.social-links{align-items:center;gap:.55rem;display:flex}.social-links a{border:1px solid var(--line-strong);background:var(--paper);width:2.25rem;height:2.25rem;color:var(--navy);transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);place-items:center;display:grid}.social-links a:hover{background:var(--red);border-color:var(--red);color:#fff}.footer .social-links a{color:#fff;background:0 0;border-color:#ffffff38}.footer .social-links a:hover{background:var(--red);border-color:var(--red)}.nav__drawer-social{margin:1rem 0}.home-banner{border-bottom:1px solid var(--line);display:grid}@media (width>=960px){.home-banner{grid-template-columns:1.15fr .95fr;min-height:min(62vh,520px)}}.home-banner__media{background:var(--navy);min-height:240px;position:relative;overflow:hidden}.home-banner__media.parallax,.home-banner__media .parallax__inner{height:100%;min-height:240px}.home-banner__media img{object-fit:cover;filter:contrast(1.05)saturate(.92);width:100%;height:100%;min-height:240px}@media (width>=960px){.home-banner__media.parallax,.home-banner__media .parallax__inner,.home-banner__media img{height:100%;min-height:100%}}.home-banner__copy{background:var(--paper);flex-direction:column;justify-content:center;gap:1rem;padding:clamp(1.75rem,4vw,3rem);display:flex}.home-banner__copy p:not(.page-hero__eyebrow){max-width:40ch;color:var(--ink-muted)}.home-services{background:var(--cream)}.home-services__split{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}.home-services__stage{top:calc(var(--nav-h) + .5rem);z-index:2;border:1px solid var(--line);background:radial-gradient(circle at 50% 30%, #e3010f14, transparent 55%), var(--paper);order:-1;height:min(42dvh,320px);min-height:240px;position:sticky;overflow:hidden}@media (width>=980px){.home-services__split{grid-template-columns:1.15fr .95fr;align-items:start;gap:2.25rem;margin-top:2.5rem}.home-services__stage{top:calc(var(--nav-h) + 1.1rem);order:0;grid-area:1/2;height:min(64vh,540px);min-height:360px}.home-services__list{grid-area:1/1}}.home-service-row{border-bottom:1px solid var(--line);opacity:.42;transition:opacity .35s var(--ease);cursor:pointer;-webkit-tap-highlight-color:transparent;grid-template-columns:8px 1fr;gap:1rem;padding:1.1rem 0;display:grid}.home-service-row.is-active{opacity:1}.home-service-row__swatch{align-self:stretch;width:8px}.home-service-row h3{font-family:var(--font-accent);color:var(--navy);margin-bottom:.35rem;font-size:1.2rem;font-weight:700}.home-service-row p{color:var(--ink-muted);max-width:48ch;margin-bottom:.55rem;font-size:.96rem}.home-services__stage .product-canvas{position:absolute;inset:0}.home-services__label{z-index:2;font-family:var(--font-accent);letter-spacing:.12em;text-transform:uppercase;color:var(--navy);background:#fff7e5d9;padding:.25rem .45rem;font-size:.68rem;position:absolute;bottom:.85rem;left:.85rem}.showcase-tile--rich .showcase-tile__cover{aspect-ratio:4/3;background:#1a1a22;margin-bottom:1rem;position:relative;overflow:hidden}.showcase-tile__cover>img:first-child{object-fit:cover;opacity:.55;width:100%;height:100%;transition:transform .55s var(--ease), opacity .35s var(--ease)}.showcase-tile__product{object-fit:contain;filter:drop-shadow(0 12px 24px #00000059);max-width:58%;max-height:68%;transition:transform .55s var(--ease);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.showcase-tile--rich:hover .showcase-tile__cover>img:first-child{opacity:.7;transform:scale(1.05)}.showcase-tile--rich:hover .showcase-tile__product{transform:translate(-50%,-52%)scale(1.04)}.home-cta{background:var(--navy);color:#f5f5ff}.home-cta .section-title{color:#fff}.home-cta .section-title em{color:#ffb3b8}.home-cta .section-sub{color:#f5f5ffb3}.home-cta__inner{align-items:end;gap:2rem;display:grid}@media (width>=860px){.home-cta__inner{grid-template-columns:1.2fr .8fr}}.home-cta__actions{flex-direction:column;align-items:stretch;gap:.75rem;display:flex}.home-cta .social-links{margin-top:1.25rem}.home-cta .social-links a{color:#fff;background:0 0;border-color:#ffffff40}.home-cta .social-links a:hover{background:var(--red);border-color:var(--red)}.home-cta .btn--ghost{color:#fff;border-color:#ffffff59}.contact__social-block{margin-top:1.75rem}.footer__social{margin-top:1rem}.home-3d{background:var(--paper);border-bottom:1px solid var(--line)}.home-3d__layout{gap:1.5rem;margin-top:2rem;display:grid}@media (width>=900px){.home-3d__layout{grid-template-columns:1.2fr .8fr;align-items:stretch}}.home-3d__stage{border:1px solid var(--line);background:var(--cream);height:min(52vh,440px);min-height:320px;position:relative;overflow:hidden}.home-3d__stage .product-canvas{position:absolute;inset:0}.home-3d__label{z-index:2;font-family:var(--font-accent);letter-spacing:.14em;text-transform:uppercase;color:var(--navy);font-size:.72rem;position:absolute;bottom:1rem;left:1rem}.home-3d__list{border-top:1px solid var(--line);flex-direction:column;display:flex}.home-3d__item{border:none;border-bottom:1px solid var(--line);width:100%;font:inherit;text-align:left;cursor:pointer;color:var(--ink-muted);opacity:.55;transition:opacity .3s var(--ease), color .3s var(--ease);background:0 0;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;display:flex}.home-3d__item.is-active{opacity:1;color:var(--navy)}.home-3d__item span{font-family:var(--font-accent);font-size:1.05rem;font-weight:700}.home-3d__item a{color:var(--red);text-underline-offset:3px;font-size:.85rem;font-weight:650;text-decoration:underline}.about{background:var(--paper);border-bottom:1px solid var(--line)}.about__layout{flex-direction:column;gap:2.5rem;display:flex}.about__head{gap:1.75rem;display:grid}@media (width>=900px){.about__head{grid-template-columns:1fr 1.1fr;align-items:end;gap:2.5rem}}.about__photo{border:1px solid var(--line);background:var(--cream);overflow:hidden}.about__photo img{object-fit:cover;filter:contrast(1.05);width:100%;height:100%;min-height:180px}.about__grid{gap:1.75rem;display:grid}@media (width>=860px){.about__grid{grid-template-columns:1.1fr 1fr;gap:3rem}}.lead{font-family:var(--font-display);letter-spacing:-.01em;color:var(--navy);margin-bottom:1rem;font-size:clamp(1.25rem,2.4vw,1.55rem);font-style:italic;font-weight:400;line-height:1.35}.about__lead p+p,.about__more p+p{margin-top:1rem}.about__more,.about__lead p:not(.lead){color:var(--ink-muted)}.certs{border-top:1px solid var(--line);padding-top:1.5rem}.certs__label{font-family:var(--font-accent);letter-spacing:.16em;text-transform:uppercase;color:var(--navy);margin-bottom:.85rem;font-size:.72rem}.certs__row{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.certs__row img{border:1px solid var(--line);background:#fff;width:auto;height:88px;padding:.25rem}.certs__list{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.certs__list li{border:1px solid var(--line-strong);background:var(--cream);padding:.55rem .85rem;font-size:.88rem;font-weight:550}.departments{background:var(--navy);color:#f5f5ff}.departments .section-title{color:#fff}.departments .section-title em{color:#ffb3b8}.departments .section-sub{color:#f5f5ffb3}.dept-list{border-top:1px solid #ffffff29;margin-top:2.5rem}.dept-row{border-bottom:1px solid #ffffff29;align-items:center;gap:1rem;padding:1.35rem 0;display:grid}@media (width>=800px){.dept-row{grid-template-columns:1fr auto}}.dept-row h3{font-family:var(--font-accent);letter-spacing:.01em;margin-bottom:.35rem;font-size:1.15rem;font-weight:700}.dept-row p{color:#f5f5ffa6;font-size:.95rem}.dept-row__phone{font-family:var(--font-accent);letter-spacing:.04em;color:#fff;background:var(--red);transition:background .3s var(--ease);white-space:nowrap;align-items:center;gap:.55rem;padding:.7rem 1rem;font-size:1.25rem;font-weight:700;display:inline-flex}.dept-row__phone:hover{background:var(--red-deep)}.showcase{background:var(--paper);border-bottom:1px solid var(--line)}.showcase__grid{background:var(--line);border:1px solid var(--line);gap:1px;margin-top:2.5rem;display:grid}@media (width>=640px){.showcase__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.showcase__grid{grid-template-columns:repeat(3,1fr)}}.showcase-tile{background:var(--cream);transition:background .35s var(--ease);padding:1.25rem}.showcase-tile:hover{background:#fff}.showcase-tile__media{aspect-ratio:4/3;background:radial-gradient(circle at 50% 40%,#ffffffb3,#0000 60%),#efe6d2;place-items:center;margin-bottom:1rem;display:grid;overflow:hidden}.showcase-tile__media img{object-fit:contain;max-width:85%;max-height:85%;transition:transform .5s var(--ease)}.showcase-tile:hover img{transform:scale(1.04)}.showcase-tile h3{font-family:var(--font-accent);color:var(--navy);font-size:1rem;font-weight:700}.services{background:var(--cream)}.services__split{gap:2rem;margin-top:3rem;display:grid}@media (width>=980px){.services__split{grid-template-columns:1.2fr .9fr;align-items:start;gap:2.5rem}}.service-row{border-bottom:1px solid var(--line);cursor:default;transition:opacity .35s var(--ease);opacity:.45;grid-template-columns:8px 1fr;gap:1rem;padding:1.35rem 0;display:grid}.service-row.is-active{opacity:1}.service-row__swatch{align-self:stretch;width:8px}.service-row h3{letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.25rem;font-weight:750}.service-row p{color:var(--ink-muted);max-width:52ch;font-size:.98rem}.sticky-stage{border:1px solid var(--line);background:radial-gradient(circle at 50% 30%, #e3010f14, transparent 55%), var(--paper);height:min(52vh,440px);min-height:320px;position:relative;overflow:hidden}.sticky-stage .product-canvas{width:100%;height:100%;position:absolute;inset:0}@media (width>=980px){.sticky-stage{top:calc(var(--nav-h) + 1.25rem);height:min(62vh,520px);position:sticky}}.services__stage-label{font-family:var(--font-accent);letter-spacing:.14em;text-transform:uppercase;color:var(--navy);font-size:.72rem;position:absolute;bottom:1rem;left:1rem}.products{background:var(--navy);color:#f5f5ff}.products .section-title{color:#fff;max-width:18ch}.products .section-sub{color:#f5f5ffb8}.products__grid{border-top:1px solid #ffffff24;gap:0;margin-top:2.75rem;display:grid}@media (width>=720px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.products__grid{grid-template-columns:repeat(3,1fr)}}.product-tile{transition:background .35s var(--ease);border-bottom:1px solid #ffffff24;border-right:1px solid #ffffff24;padding:1.5rem 1.25rem 1.75rem}.product-tile:hover{background:#e3010f2e}.product-tile h3{letter-spacing:-.02em;margin-bottom:.55rem;font-size:1.15rem;font-weight:700}.product-tile p{color:#f5f5ffb3;font-size:.94rem;line-height:1.5}.why{background:var(--paper);border-bottom:1px solid var(--line)}.why__story{max-width:62ch;color:var(--ink-muted);margin-top:2rem}.why__story p{font-size:1.05rem;line-height:1.6}.why__highlights{gap:.5rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.why__highlights li{border-bottom:1px solid var(--line);font-family:var(--font-accent);color:var(--navy);padding:.75rem 0;font-size:.95rem;font-weight:700}.why__values{gap:1.25rem;margin-top:2.75rem;display:grid}@media (width>=860px){.why__values{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.value-block{border:1px solid var(--line);background:var(--cream);min-height:100%;padding:1.5rem}.value-block h3{color:var(--navy);margin-bottom:.6rem;font-size:1.2rem;font-weight:750}.value-block p{color:var(--ink-muted);font-size:.98rem}.quote{border-top:3px solid var(--red);margin-top:3rem;padding:2rem 0 0}.quote blockquote p{letter-spacing:-.02em;max-width:50ch;font-size:clamp(1.15rem,2.4vw,1.55rem);font-weight:550;line-height:1.4}.quote footer{flex-direction:column;gap:.15rem;margin-top:1.25rem;display:flex}.quote cite{font-style:normal;font-weight:700}.quote span{color:var(--ink-muted);font-size:.92rem}.contact{background:var(--cream)}.contact__grid{gap:2.5rem;margin-top:2.5rem;display:grid}@media (width>=900px){.contact__grid{grid-template-columns:.9fr 1.1fr;gap:3rem}}.contact-line{border-bottom:1px solid var(--line);transition:color .25s var(--ease);grid-template-columns:1.75rem 1fr;align-items:start;gap:.85rem;padding:1rem 0;display:grid}.contact-line:hover{color:var(--red)}.contact-line span{flex-direction:column;gap:.2rem;font-weight:550;display:flex}.contact-line small{color:var(--ink-muted);font-size:.82rem;font-weight:450}.contact__channels{gap:.85rem;margin-top:1.5rem;display:grid}.contact__channels p{flex-direction:column;gap:.2rem;font-size:.95rem;display:flex}.contact__channels a{color:var(--navy);font-weight:650}.contact-form{border:1px solid var(--line-strong);background:var(--paper);gap:1rem;padding:1.5rem;display:grid}.contact-form label{gap:.4rem;font-size:.88rem;font-weight:600;display:grid}.contact-form input,.contact-form textarea{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--cream);width:100%;color:var(--ink);transition:border-color .25s var(--ease);outline:none;padding:.85rem .9rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#8a8a98}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--navy)}.contact-form .btn{justify-content:center;margin-top:.35rem}.footer{background:var(--ink);color:#ffffffc7;padding-block:3rem 2rem}.footer__top{border-bottom:1px solid #ffffff1f;gap:2rem;padding-bottom:2rem;display:grid}@media (width>=860px){.footer__top{grid-template-columns:1.2fr 1fr 1fr}}.footer__brand{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.footer__brand p{max-width:28ch;font-size:.95rem}.footer__nav{flex-direction:column;gap:.55rem;display:flex}.footer__nav a:hover,.footer__meta a:hover{color:#fff}.footer__bottom{flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:1.25rem;font-size:.85rem;display:flex}.footer__motto{color:var(--red);font-weight:600}:focus-visible{outline:2px solid var(--red);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.page-hero{background:linear-gradient(180deg, #0000660a, transparent), var(--cream);border-bottom:1px solid var(--line);padding:2.75rem 0 2.5rem;position:relative}.page-hero__eyebrow{font-family:var(--font-accent);letter-spacing:.16em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem;font-size:.72rem}.page-hero [data-hero]{opacity:0}@media (prefers-reduced-motion:reduce){.page-hero [data-hero]{opacity:1}}.page-hero__title{font-family:var(--font-display);color:var(--navy);letter-spacing:-.02em;max-width:16ch;font-size:clamp(2.1rem,5vw,3.5rem);font-style:italic;font-weight:400;line-height:1.1}.page-hero__lead{max-width:48ch;color:var(--ink-muted);margin-top:1rem;font-size:1.05rem}.page-hero__cta{margin-top:1.5rem}.page-hero__cmyk{height:6px;margin-top:2rem;display:flex}.page-hero__cmyk i{flex:1}.hub-grid{background:var(--line);border:1px solid var(--line);gap:1px;margin-top:2rem;display:grid}@media (width>=720px){.hub-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.hub-grid{grid-template-columns:repeat(3,1fr)}}.hub-card{background:var(--paper)}.hub-card a{height:100%;transition:background .3s var(--ease);padding:1.5rem 1.25rem 1.75rem;display:block}.hub-card a:hover{background:var(--cream)}.hub-card h2{font-family:var(--font-accent);color:var(--navy);margin-bottom:.5rem;font-size:1.15rem}.hub-card p{color:var(--ink-muted);margin-bottom:1rem;font-size:.95rem}.hub-card span{color:var(--red);align-items:center;gap:.35rem;font-size:.88rem;font-weight:700;display:inline-flex}.hub-card--media a{padding:0 0 1.5rem}.hub-card__media{aspect-ratio:16/10;background:var(--cream);margin-bottom:1.1rem;overflow:hidden}.hub-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .55s var(--ease)}.hub-card--media a:hover .hub-card__media img{transform:scale(1.04)}.hub-card--media h2,.hub-card--media p,.hub-card--media span{padding-left:1.25rem;padding-right:1.25rem}.gallery-grid{grid-template-columns:1fr;gap:1rem;margin:2rem 0 3rem;display:grid}@media (width>=700px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.gallery-grid{grid-template-columns:repeat(4,1fr)}.gallery-item:nth-child(5n+1){grid-column:span 2}}.gallery-item figure{background:var(--paper);height:100%;margin:0}.gallery-item img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .5s var(--ease);display:block}.gallery-item:hover img{transform:scale(1.03)}.gallery-item figcaption{flex-direction:column;gap:.2rem;padding:.85rem 1rem 1.1rem;display:flex}.gallery-item figcaption span{letter-spacing:.08em;text-transform:uppercase;color:var(--red);font-size:.72rem;font-weight:700}.gallery-item figcaption strong{font-family:var(--font-accent);color:var(--navy);font-size:1rem;font-weight:600}.equipment-grid{grid-template-columns:1fr;gap:1rem;margin:2rem 0;display:grid}@media (width>=800px){.equipment-grid{grid-template-columns:repeat(3,1fr)}}.equipment-card{background:var(--paper)}.equipment-card img{aspect-ratio:16/11;object-fit:cover;width:100%;display:block}.equipment-card>div{padding:1rem 1.1rem 1.25rem}.equipment-card h3{font-family:var(--font-accent);color:var(--navy);margin-bottom:.25rem;font-size:1.05rem}.equipment-card p{color:var(--ink-muted);font-size:.9rem}.products-banner{margin-bottom:2rem}.products-banner img{object-fit:cover;width:100%;max-height:280px;display:block}.section-title--spaced{margin-top:1.5rem}.detail__visuals{flex-direction:column;gap:1rem;display:flex}.detail__photo-wrap{background:var(--paper)}.hub-links{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:2.5rem;display:flex}.hub-links__title{width:100%;font-family:var(--font-accent);color:var(--navy);margin-bottom:.25rem;font-size:1rem}.hub-links__row{flex-wrap:wrap;gap:.65rem;display:flex}.prose-block{margin-bottom:.5rem}.home-strip{background:var(--paper);border-bottom:1px solid var(--line)}.home-strip__grid{background:var(--line);border:1px solid var(--line);gap:1px;display:grid}@media (width>=860px){.home-strip__grid{grid-template-columns:repeat(3,1fr)}}.home-strip__card{background:var(--cream);height:100%;transition:background .3s var(--ease);padding:1.5rem 1.25rem;display:block}.home-strip__card:hover{background:#fff}.home-strip__card h2{font-family:var(--font-accent);color:var(--navy);margin-bottom:.45rem;font-size:1.1rem}.home-strip__card p{color:var(--ink-muted);margin-bottom:.85rem;font-size:.94rem}.home-strip__card span{color:var(--red);align-items:center;gap:.3rem;font-size:.86rem;font-weight:700;display:inline-flex}.home-more{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;display:flex}.text-link{color:var(--navy);text-underline-offset:3px;font-weight:650;text-decoration:underline}.detail__grid{gap:2rem;display:grid}@media (width>=960px){.detail__grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:2.5rem}}.detail__copy p{color:var(--ink-muted);max-width:58ch;margin-bottom:1rem;line-height:1.65}.detail__bullets ul{border-top:1px solid var(--line);margin:1.5rem 0 0;padding:0;list-style:none}.detail__bullets li{border-bottom:1px solid var(--line);font-family:var(--font-accent);color:var(--navy);padding:.75rem 0;font-size:.95rem;font-weight:700}.detail__related{flex-wrap:wrap;gap:.65rem;margin-top:1.75rem;display:flex}.detail__visual,.detail__visuals{gap:1rem;display:grid}.detail__photo-wrap{border:1px solid var(--line);background:var(--paper);overflow:hidden}.detail__photo{border:1px solid var(--line);background:var(--cream);object-fit:contain;width:100%;max-height:320px;padding:1rem;display:block}.detail__photo-wrap .detail__photo{object-fit:cover;border:0;max-height:360px;padding:0}.detail__stage{border:1px solid var(--line);background:var(--paper);height:min(48vh,400px);position:relative;overflow:hidden}.detail__stage .product-canvas{position:absolute;inset:0}.product-cards{background:var(--line);border:1px solid var(--line);gap:1px;display:grid}@media (width>=720px){.product-cards{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.product-cards{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--paper)}.product-card a{height:100%;transition:background .35s var(--ease);padding:1.25rem 1.25rem 1.5rem;display:block}.product-card a:hover{background:var(--cream)}.product-card__media{aspect-ratio:4/3;background:#efe6d2;place-items:center;margin-bottom:1rem;display:grid;overflow:hidden}.product-card__media img{object-fit:contain;max-width:80%;max-height:80%;transition:transform .55s var(--ease)}.product-card a:hover .product-card__media img{transform:scale(1.06)}.product-card__media--empty{background:linear-gradient(135deg, var(--cream-deep), var(--paper))}.product-card h2{font-family:var(--font-accent);color:var(--navy);margin-bottom:.4rem;font-size:1.1rem}.product-card p{color:var(--ink-muted);margin-bottom:.75rem;font-size:.92rem}.product-card span{color:var(--red);align-items:center;gap:.3rem;font-size:.86rem;font-weight:700;display:inline-flex}.product-groups{gap:1.5rem;margin-top:3rem;display:grid}@media (width>=860px){.product-groups{grid-template-columns:repeat(3,1fr)}}.product-group{border:1px solid var(--line);background:var(--paper);padding:1.25rem}.product-group h3{font-family:var(--font-accent);color:var(--navy);margin-bottom:.85rem;font-size:1rem}.product-group ul{margin:0;padding:0;list-style:none}.product-group li{border-bottom:1px solid var(--line);color:var(--ink-muted);padding:.45rem 0;font-size:.92rem}.product-group li:last-child{border-bottom:none}.scroll-progress{top:var(--nav-h);z-index:60;pointer-events:none;background:0 0;height:3px;position:fixed;left:0;right:0}.scroll-progress__bar{transform-origin:0;background:linear-gradient(90deg,#00aeef,#ec008c,#fff200,#e3010f);width:100%;height:100%;transform:scaleX(0)}.page-transition{min-height:40vh}.parallax{overflow:hidden}.parallax__inner{will-change:transform;height:100%}.dept-row,.hub-card,.gallery-item,.showcase-tile,.product-card{will-change:transform, opacity}.text-link{transition:color .25s var(--ease)}.text-link:hover{color:var(--red)}.img-reveal{width:100%;height:100%;display:block;overflow:hidden}.img-reveal img{object-fit:cover;width:100%;height:100%;display:block}.showcase-tile__cover .img-reveal{position:absolute;inset:0}.showcase-tile__cover .img-reveal img{opacity:.55}.home-banner__media .img-reveal,.home-banner__media .img-reveal img{height:100%;min-height:220px}@supports (padding:env(safe-area-inset-bottom)){.nav__drawer{padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))}.hero__inner{padding-bottom:max(2rem, calc(1.5rem + env(safe-area-inset-bottom)))}}@media (width<=899px){:root{--nav-h:60px;--section:clamp(3.25rem, 12vw, 5rem);--gutter:clamp(1.75rem, 7vw, 2.5rem)}.container{width:min(100% - (var(--gutter) * 2), var(--max))}.hero__inner{padding-left:max(var(--gutter), env(safe-area-inset-left,0px));padding-right:max(var(--gutter), env(safe-area-inset-right,0px));padding-top:1.75rem;padding-bottom:2.25rem}.section{padding-block:var(--section)}.section-title{font-size:clamp(1.75rem,8vw,2.6rem)}.nav__name{white-space:nowrap;text-overflow:ellipsis;max-width:11rem;font-size:.82rem;overflow:hidden}.nav__drawer{padding-inline:1.25rem}.nav__drawer a{align-items:center;min-height:44px;display:flex}.dept-row{grid-template-columns:1fr;gap:.65rem;padding-block:1.1rem}.dept-row__phone{align-items:center;min-height:44px;font-size:1.05rem;display:inline-flex}.home-cta__inner{grid-template-columns:1fr;gap:1.5rem}.home-cta__actions{flex-direction:column;align-items:stretch}.home-cta__actions .btn{justify-content:center;width:100%}.home-more{flex-direction:column;align-items:flex-start}.detail__grid{grid-template-columns:1fr}.detail__stage{height:min(42dvh,320px)}.page-hero{padding:2rem 0 1.75rem}.page-hero__title{font-size:clamp(1.85rem,8vw,2.8rem)}.gallery-grid{gap:.75rem}.gallery-item figcaption{padding:.7rem .85rem .9rem}.hub-card--media a{padding-bottom:1.25rem}.product-card a{padding:1rem}.btn{padding:.8rem 1.15rem}.scroll-progress{top:var(--nav-h)}.footer__top{gap:1.75rem}}@media (width<=480px){.hero__stage-3d,.hero__canvas{height:min(44dvh,320px);min-height:220px}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .btn{justify-content:center;width:100%}.social-links a{width:2.5rem;height:2.5rem}}
