:root{--shell-orange:#F7941E;--shell-red:#E1251B;--shell-blue:#1976D2;--shell-ink:#1a1d21;--shell-soft:#5b6169;--shell-line:#e8e9ed;--shell-grad:linear-gradient(135deg,#F7941E,#E1251B)}
html,body{overflow-x:clip}
.wrap{width:100%;max-width:1160px;margin-inline:auto;padding-inline:24px}
[data-site-header],[data-site-footer]{display:block}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--shell-line)}
.site-header{font-family:'Prompt',sans-serif;line-height:1.5}
.site-header .nav{height:92px;display:flex;align-items:center;justify-content:flex-start;gap:26px}
.brand img{height:60px;display:block}
.nav-links{display:flex;align-items:center;gap:22px;margin-left:auto;color:var(--shell-soft);font-size:15px;font-weight:600}
.site-header .nav-links{margin-right:0}
.site-header .nav-links>a,.site-header .nav-products-toggle{font-weight:600}
.nav-links>a,.nav-products-toggle{position:relative;display:flex;align-items:center;gap:5px;min-height:44px;transition:color .2s}
.nav-links>a:hover,.nav-products-toggle:hover{color:var(--shell-blue)}
.nav-links>a.is-active,.nav-products.is-active>.nav-products-toggle{color:var(--shell-ink);font-weight:600}
.nav-links>a.is-active:after,.nav-products.is-active>.nav-products-toggle:after{content:"";position:absolute;left:2px;right:2px;bottom:1px;height:2px;border-radius:99px;background:var(--shell-grad)}
.nav-products{position:relative}
.nav-products-toggle{border:0;background:none;padding:0;color:inherit;font:inherit;font-weight:inherit;cursor:pointer}
.nav-products-toggle svg{width:15px;height:15px;stroke:currentColor;transition:transform .2s}
.nav-products.is-open .nav-products-toggle svg{transform:rotate(180deg)}
.products-dropdown{position:absolute;z-index:75;top:calc(100% + 14px);left:50%;width:360px;padding:10px;border:1px solid rgba(29,46,63,.1);border-radius:20px;background:rgba(255,255,255,.98);box-shadow:0 24px 60px rgba(31,46,61,.18);opacity:0;visibility:hidden;transform:translate(-50%,-8px);transition:opacity .2s,transform .2s,visibility .2s}
.nav-products.is-open .products-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}
.products-dropdown-item{display:block;padding:13px 14px;border-radius:13px;transition:background .2s,color .2s}
.products-dropdown-item:hover{background:#f6f8fb;color:var(--shell-blue)}
.products-dropdown-item strong{display:block;color:var(--shell-ink);font-size:15px;font-weight:700}
.products-dropdown-item span{display:block;margin-top:3px;color:#7a8088;font-size:12.5px;line-height:1.5}
.context-nav-shell{border-top:1px solid #f0f1f3;background:rgba(255,255,255,.96)}
.context-nav{display:flex;align-items:center;gap:24px;min-height:48px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}
.context-nav::-webkit-scrollbar{display:none}
.context-nav-label{padding-right:24px;border-right:1px solid var(--shell-line);color:var(--shell-ink);font-size:14px;font-weight:750}
.context-nav a{position:relative;color:#656b72;font-size:13.5px;font-weight:600;transition:none}
.context-nav a:hover{color:var(--shell-blue)}
.context-nav a.is-active{color:var(--shell-blue);font-weight:750}
.context-nav .context-parent{display:flex;align-items:center;gap:5px;color:var(--shell-blue)}
.context-nav .context-parent:before{content:"‹";font-size:22px;font-weight:400;line-height:1}
[data-header-variant="apparel-overview"] .context-nav-label,[data-header-variant="apparel-overview"] .context-nav a:hover,[data-header-variant="apparel-overview"] .context-nav a.is-active{color:#9f2f48}
[data-header-variant="premium-overview"] .context-nav-label,[data-header-variant="premium-overview"] .context-nav a:hover,[data-header-variant="premium-overview"] .context-nav a.is-active{color:#a86c0a}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 23px;border-radius:999px;font-weight:600;font-size:15px;transition:.25s}
.btn-primary{background:var(--shell-grad);color:#fff;box-shadow:0 9px 22px rgba(225,37,27,.23)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(225,37,27,.32)}
.site-header .header-cta{line-height:1.5}
.menu-toggle{display:none;align-items:center;justify-content:center;gap:7px;min-width:44px;height:44px;padding:0 12px;border:1px solid var(--shell-line);border-radius:14px;background:#fff;color:var(--shell-ink);font:inherit;font-size:14px;font-weight:600;cursor:pointer}
.menu-toggle svg,.mobile-menu-close svg{width:22px;height:22px;stroke:currentColor}
.mobile-menu-backdrop{position:fixed;inset:0;z-index:60;border:0;background:rgba(15,22,30,.38);opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;cursor:pointer}
.mobile-menu{position:fixed;inset:0 0 0 auto;z-index:70;width:min(390px,88vw);height:100dvh;padding:24px;background:#fff;box-shadow:-24px 0 60px rgba(21,35,50,.18);transform:translateX(105%);visibility:hidden;transition:transform .3s ease,visibility .3s;overflow-y:auto}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--shell-line);font-size:18px;font-weight:700;color:var(--shell-ink)}
.mobile-menu-close{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--shell-line);border-radius:13px;background:#fff;color:var(--shell-ink);cursor:pointer}
.mobile-nav{display:flex;flex-direction:column;padding:18px 0 22px}
.mobile-nav a{display:flex;align-items:center;gap:10px;min-height:52px;padding:12px 4px;border-bottom:1px solid #f0f1f3;color:var(--shell-ink);font-size:17px;font-weight:600}
.mobile-nav>a.is-active{color:var(--shell-blue)}
.mobile-products{margin-top:12px;padding:14px;border-radius:17px;background:#f7f8fa}
.mobile-products.is-active{background:#f0f5fb;box-shadow:inset 3px 0 0 var(--shell-blue)}
.mobile-products-title{margin-bottom:7px;color:#717780;font-size:13px;font-weight:750;letter-spacing:.02em}
.mobile-products a{min-height:46px;padding:10px 3px;border-bottom:1px solid #e7e9ed;font-size:15px}
.mobile-products a:last-child{border-bottom:0}
.mobile-menu-cta{width:100%;min-height:50px}
.mobile-menu-contact{display:flex;flex-direction:column;gap:7px;margin-top:24px;padding-top:20px;border-top:1px solid var(--shell-line);color:var(--shell-soft);font-size:14px}
.mobile-menu-open .mobile-menu-backdrop{opacity:1;visibility:visible}
.mobile-menu-open .mobile-menu{transform:translateX(0);visibility:visible}
body.mobile-menu-lock{overflow:hidden}

/* Main corporate banners share one exact desktop frame. */
@media(min-width:901px){body[data-page="home"]>.hero,body[data-page="about"] main>.about-hero{height:700px;min-height:700px;padding-top:68px;padding-bottom:112px}body[data-page="about"] main>.about-hero{align-items:flex-start}body[data-page="about"] main>.about-hero>.hero-inner{margin-top:0;margin-bottom:0}}

/* Shared hero foundation for IT overview and detail pages */
.it-page-hero{display:flex;align-items:center;min-height:560px;padding:54px 0 62px}
.it-page-hero .hero-inner{position:relative;z-index:1;width:100%}
.it-page-hero .hero-copy{position:relative;z-index:2;width:100%;max-width:700px}
.it-page-hero:after{content:"";position:absolute;z-index:1;right:max(-74px,-4vw);top:50%;width:min(650px,46vw);height:470px;transform:translateY(-50%);background:url('../digital-circuit-watermark.svg') center/contain no-repeat;opacity:.065;pointer-events:none}
.it-page-hero .lead{max-width:660px}
.it-page-hero .th-title{max-width:700px}
body[data-page="it-overview"] .it-page-hero{min-height:600px;padding:62px 0 70px;background:linear-gradient(90deg,rgba(247,251,255,.995) 0%,rgba(247,251,255,.98) 33%,rgba(241,248,255,.87) 46%,rgba(235,246,255,.42) 61%,rgba(229,242,253,.08) 78%,transparent 100%),linear-gradient(0deg,rgba(238,247,255,.18),rgba(238,247,255,.18)),url('../images/it-solutions-team-v3.png') 64% center/cover no-repeat;border-bottom:1px solid #DCEAF7}
body[data-page="it-overview"] .it-page-hero:after{content:none}
body[data-page="it-overview"] .it-page-hero .hero-copy{max-width:760px}
body[data-page="it-overview"] .it-page-hero h1{font-size:clamp(42px,5.35vw,68px);line-height:1.08}

/* Product-group overview banners share one exact desktop frame. */
@media(min-width:901px){body[data-page="it-overview"] main>.hero,body[data-page="apparel-overview"] main>.hero,body[data-page="premium-overview"] main>.hero{height:623px;min-height:623px;padding-top:62px;padding-bottom:70px;align-items:flex-start}body[data-page="it-overview"] main>.hero>.hero-inner,body[data-page="apparel-overview"] main>.hero>.hero-inner,body[data-page="premium-overview"] main>.hero>.hero-inner{margin-top:0;margin-bottom:0}body[data-page="apparel-overview"] main>.hero .hero-copy,body[data-page="premium-overview"] main>.hero .hero-copy{align-self:start}}

body[data-page="it-office-equipment"] .it-page-hero .hero-copy{max-width:1100px}
body[data-page="it-office-equipment"] .it-page-hero .th-title{max-width:none;white-space:nowrap;font-size:clamp(38px,3.8vw,50px)}
body[data-page="it-office-equipment"] .it-page-hero{min-height:455px;padding:36px 0 44px}
body[data-page="it-office-equipment"] .it-page-hero:after{width:min(560px,42vw);height:370px}

/* Master frame for product and solution detail pages. Page CSS should only add its theme and media. */
.product-page-hero{position:relative;display:flex;align-items:center;min-height:560px;padding:54px 0 62px;overflow:hidden}
.product-page-hero--subpage{min-height:455px;padding:36px 0 44px}
.product-page-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr);gap:44px;align-items:center;width:100%}
.product-page-hero-copy{position:relative;z-index:2;width:100%;max-width:680px}
.product-page-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:13px;font-weight:600}
.product-page-eyebrow{display:flex;align-items:center;gap:13px;margin-bottom:13px;font-size:14px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.product-page-eyebrow:before{content:"";width:36px;height:3px;border-radius:10px;background:currentColor}
.product-page-title{max-width:680px;font-size:clamp(40px,4.25vw,56px);font-weight:800;line-height:1.1;letter-spacing:-.65px}
.product-page-lead{max-width:650px;margin:21px 0 27px;font-size:16px;line-height:1.8}
.product-page-actions,.product-page-points{display:flex;align-items:center;flex-wrap:wrap}
.product-page-actions{gap:13px}
.product-page-points{gap:17px 23px;margin-top:27px;font-size:13px}
.product-page-visual{position:relative;width:100%;max-width:480px;margin-left:auto}

.city-footer-visual{position:relative;height:clamp(260px,25.2vw,500px);overflow:hidden;background:#f8fbff;line-height:0}
.city-footer-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center bottom}
.city-footer-visual:after{content:"";position:absolute;inset:auto 0 0;height:80px;background:linear-gradient(180deg,rgba(21,24,28,0),#15181c);pointer-events:none}
#contact{padding-bottom:36px}
footer{position:relative;isolation:isolate;overflow:hidden;background:#15181c;color:#aeb4bd;padding:56px 0 30px;font-size:14.5px}
footer>.wrap{position:relative;z-index:1}
.footer-infrastructure{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:radial-gradient(circle at 72% 108%,rgba(247,148,30,.1),transparent 31%),radial-gradient(circle at 14% 96%,rgba(67,137,200,.11),transparent 34%)}
.footer-infrastructure svg{display:block;width:100%;height:100%}
.footer-infrastructure .infra-flow{stroke-width:1.6;opacity:.34;vector-effect:non-scaling-stroke}
.footer-infrastructure .infra-dash{stroke-dasharray:5 12;opacity:.7}
.footer-infrastructure .infra-accent{stroke:#f7941e;opacity:.68}
.footer-infrastructure .infra-nodes,.footer-infrastructure .infra-blue-nodes{opacity:.3}
.foot-top{display:grid;gap:34px;padding-bottom:36px;border-bottom:1px solid #2a2e34}
.foot-top.main{grid-template-columns:1.4fr 1fr 1fr}.foot-top.it,.foot-top.apparel,.foot-top.premium{grid-template-columns:1.35fr .85fr 1.05fr .85fr}
.foot-brand img{height:40px;margin-bottom:16px;filter:brightness(0) invert(1)}
.foot-brand p{max-width:340px;line-height:1.7}
.footer-about-link{display:inline-flex;align-items:center;gap:8px;margin-top:14px;color:#fff;font-weight:600;transition:color .2s}.footer-about-link span{color:var(--shell-orange)}.footer-about-link:hover{color:var(--shell-orange)}
footer h4{color:#fff;font-size:15px;font-weight:600;margin-bottom:16px}
footer ul{list-style:none;display:flex;flex-direction:column;gap:10px}
footer ul a:hover{color:var(--shell-orange)}
.line-qr-link{display:block;line-height:0;border-radius:14px;transition:.2s}.line-qr-link:hover{transform:translateY(-2px)}.line-qr-link:hover .line-qr{border-color:#06C755;box-shadow:0 12px 26px rgba(6,199,85,.22)}.foot-social{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.foot-social a{display:grid;place-items:center;width:38px;height:38px;border:1px solid #2a2e34;border-radius:11px;color:var(--brand,#aeb4bd);transition:.2s}.foot-social a:hover{border-color:var(--brand,#f7941e);background:rgba(255,255,255,.07);transform:translateY(-2px)}.foot-social svg{width:18px;height:18px;display:block}.foot-bot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-top:24px;font-size:13.5px;color:#7d848d}
.foot-bot-right{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px 22px}
.foot-legal{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px}
.foot-legal a{color:#aeb4bd;transition:color .2s}
.foot-legal a:hover{color:var(--shell-orange)}

@media(max-width:1000px){.foot-top.it,.foot-top.apparel,.foot-top.premium{grid-template-columns:1.2fr 1fr 1fr}.foot-top.it .foot-brand,.foot-top.apparel .foot-brand,.foot-top.premium .foot-brand{grid-column:1/-1}.foot-top.it .foot-brand p,.foot-top.apparel .foot-brand p,.foot-top.premium .foot-brand p{max-width:600px}}
@media(max-width:1100px){body[data-page="it-office-equipment"] .it-page-hero .hero-copy{max-width:700px}body[data-page="it-office-equipment"] .it-page-hero .th-title{white-space:normal}}
@media(max-width:1040px){.nav{gap:14px}.nav-links{display:none}.nav>.header-cta{margin-left:auto}.menu-toggle{display:inline-flex}}
@media(max-width:900px){.it-page-hero{min-height:550px}.it-page-hero .hero-copy{max-width:680px;margin-left:auto;margin-right:auto}.it-page-hero:after{right:-190px;width:560px;height:430px;opacity:.045}body[data-page="it-overview"] .it-page-hero{min-height:580px;padding:54px 0 62px;background:linear-gradient(rgba(244,250,255,.9),rgba(237,247,255,.9)),url('../images/it-solutions-team-v3.png') 72% center/cover no-repeat}body[data-page="it-overview"] .it-page-hero:after{content:none}body[data-page="it-office-equipment"] .it-page-hero{min-height:auto;padding:42px 0 48px}}
@media(max-width:900px){.product-page-hero{min-height:0;padding:48px 0 58px}.product-page-hero--subpage{padding:42px 0 48px}.product-page-hero-grid{grid-template-columns:1fr;gap:34px}.product-page-hero-copy{max-width:680px;margin-inline:auto;text-align:center}.product-page-breadcrumb,.product-page-eyebrow,.product-page-actions,.product-page-points{justify-content:center}.product-page-title,.product-page-lead{margin-inline:auto}.product-page-visual{max-width:580px;margin-inline:auto}}
@media(max-width:760px){.foot-top.main,.foot-top.it,.foot-top.apparel,.foot-top.premium{grid-template-columns:1fr;gap:28px}.foot-top.it .foot-brand,.foot-top.apparel .foot-brand,.foot-top.premium .foot-brand{grid-column:auto}}
@media(max-width:600px){.nav{height:76px}.brand img{height:46px}.nav>.btn{font-size:13px;padding:10px 14px}.menu-toggle{width:44px;padding:0}.menu-toggle span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.context-nav{min-height:46px;gap:20px;padding-left:20px;padding-right:20px}.context-nav-label{display:none}.context-nav a{font-size:13px}.mobile-menu{width:min(360px,92vw);padding:20px}.it-page-hero{min-height:520px;padding:42px 0 50px}.it-page-hero:after{right:-285px;width:540px;height:420px;opacity:.035}body[data-page="it-overview"] .it-page-hero{min-height:560px;padding:46px 0 52px;background:linear-gradient(rgba(244,250,255,.94),rgba(237,247,255,.94)),url('../images/it-solutions-team-v3.png') 76% center/cover no-repeat}body[data-page="it-overview"] .it-page-hero:after{content:none}body[data-page="it-office-equipment"] .it-page-hero{min-height:auto;padding:34px 0 40px}.city-footer-visual{height:280px}.city-footer-visual img{object-position:52% bottom}.city-footer-visual:after{height:70px}.footer-infrastructure .infra-flow{opacity:.24}.footer-infrastructure .infra-nodes,.footer-infrastructure .infra-blue-nodes{opacity:.21}.foot-bot,.foot-bot-right{align-items:flex-start;flex-direction:column}.foot-legal{gap:8px 16px}}
@media(max-width:600px){.wrap{padding-inline:18px}.product-page-hero{padding:38px 0 46px}.product-page-hero--subpage{padding:34px 0 40px}.product-page-title{font-size:36px}.product-page-eyebrow{font-size:12px}.product-page-lead{font-size:15px}.product-page-visual{max-width:100%}}
@media(max-width:420px){.nav>.header-cta{display:none}.menu-toggle{margin-left:auto}}
@media(prefers-reduced-motion:reduce){.mobile-menu,.mobile-menu-backdrop{transition:none}}
