:root{--yellow:#ffbf00;--yellow-dark:#e9a900;--ink:#0d0f10;--muted:#555a5f;--line:#e7e7e7;--footer:#101315;--radius:8px;--shadow:0 12px 32px rgb(11 14 16 / 8%)}
*{box-sizing:border-box}
html{min-height:100%;scroll-behavior:smooth;scroll-padding-top:80px}
body{min-height:100%;margin:0;overflow-x:hidden;background:#fff;color:var(--ink);font-family:"Inter","Segoe UI Variable","Segoe UI",Roboto,system-ui,sans-serif;font-size:16px;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,summary{font:inherit}
button,a,summary{-webkit-tap-highlight-color:transparent}
.container{width:min(1160px,calc(100% - 64px));margin-inline:auto}
.site-header{position:relative;z-index:20;height:80px;background:#fff}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:24px}
.brand{flex:0 0 184px;height:70px}
.brand-image{width:184px;height:70px;object-fit:contain}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(22px,2.5vw,38px);margin-left:auto;font-size:16px;font-weight:700}
.desktop-nav a,.nav-products-link,.footer-menu a,.text-link{transition:color 180ms ease}
.desktop-nav a:hover,.desktop-nav a:focus-visible,.nav-products-link:hover,.nav-products-link:focus-visible,.desktop-nav .active,.footer-menu a:hover,.footer-menu a:focus-visible{color:var(--yellow-dark)}
.nav-dropdown{position:relative}
.nav-products-link{display:flex;align-items:center;gap:6px}
.menu-chevron{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;line-height:1;transition:transform 180ms ease}
.menu-chevron svg{width:14px;height:14px}
.nav-dropdown:hover .menu-chevron,.nav-dropdown:focus-within .menu-chevron,.mobile-products[open] > summary .menu-chevron{transform:rotate(180deg)}
.submenu{position:absolute;top:calc(100% + 18px);left:50%;z-index:30;display:grid;min-width:264px;padding:8px;border:1px solid #ededed;border-radius:8px;background:#fff;box-shadow:0 16px 40px rgb(0 0 0 / 14%);opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity 180ms ease,transform 180ms ease}
.submenu::before{position:absolute;top:-18px;left:0;width:100%;height:18px;content:""}
.nav-dropdown:hover .submenu,.nav-dropdown:focus-within .submenu{opacity:1;pointer-events:auto;transform:translate(-50%,0)}
.submenu a{padding:12px 14px;border-radius:6px;color:var(--ink);font-size:16px;white-space:nowrap}
.submenu a:hover,.submenu a:focus-visible{background:#fff7d7}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;gap:10px;border:0;border-radius:var(--radius);background:var(--yellow);color:#090a0a;font-size:16px;font-weight:700;letter-spacing:.2px;line-height:1.2;text-transform:uppercase;transition:transform 180ms ease,filter 180ms ease}
.button-icon{width:18px;height:18px;flex:0 0 auto}
.button:hover,.button:focus-visible{filter:brightness(.96);transform:translateY(-1px)}
.header-button{flex:0 0 auto;min-width:224px;padding-inline:18px}
.header-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}
.header-social{display:grid;width:44px;height:44px;place-items:center;border:2px solid var(--yellow);border-radius:50%;background:#fff;color:var(--ink);transition:background-color 180ms ease,color 180ms ease,transform 180ms ease}
.header-social:hover,.header-social:focus-visible{background:var(--yellow);color:#090a0a;transform:translateY(-1px)}
.header-social svg{width:20px;height:20px}
.mobile-menu{display:none}
.hero{position:relative;min-height:500px;overflow:hidden;background:#171a1c;color:#fff;isolation:isolate}
.hero-image,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}
.hero-image{z-index:-2;object-fit:cover;object-position:center;background:#171a1c}
.hero-overlay{z-index:-1;background:linear-gradient(90deg,rgb(7 10 11 / 98%) 0%,rgb(7 10 11 / 92%) 36%,rgb(7 10 11 / 38%) 66%,rgb(7 10 11 / 5%) 100%)}
.hero-content{padding-block:78px 64px}
.hero h1,.products h2,.about h2,.modular h2,.product-card h3,.contact-strip strong{margin:0;font-weight:900}
.hero h1{max-width:660px;font-size:36px;line-height:1.08;letter-spacing:-1px;text-transform:uppercase}
.hero h1 span{display:block;color:var(--yellow)}
.title-line,.section-line,.heading-line{display:block;height:4px;background:var(--yellow)}
.title-line{width:62px;margin-block:22px 20px}
.hero-content > p{max-width:520px;margin:0;color:#f3f3f3;font-size:16px;line-height:1.55}
.hero-actions{display:flex;gap:22px;margin-top:28px}
.hero-actions .button{min-width:190px}
.button-dark{border:1px solid rgb(255 255 255 / 74%);background:rgb(12 15 16 / 46%);color:#fff}
.round-mark{display:inline-grid;width:18px;height:18px;place-items:center;border:2px solid currentColor;border-radius:50%;font-size:16px;line-height:1}
.section-space{padding-block:56px}
.eyebrow{margin:0 0 10px;color:var(--yellow-dark);font-size:16px;font-weight:900;line-height:1.2;text-transform:uppercase}
.products-heading{position:relative;padding-bottom:26px}
.products h2,.about h2,.modular h2{font-size:28px;line-height:1.12;letter-spacing:-.6px}
.products .heading-line{position:absolute;left:0%;bottom:0;width:38px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}
.product-card{display:flex;min-height:438px;overflow:hidden;flex-direction:column;border:1px solid #f0f0f0;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}
.card-media{position:relative;height:184px;flex:0 0 auto;overflow:hidden;background:#d9dcde}
.product-carousel{position:absolute;inset:0;overflow:hidden;touch-action:pan-y}
.carousel-track{display:flex;width:100%;height:100%;transition:transform 420ms cubic-bezier(.22,.61,.36,1);will-change:transform}
.carousel-slide{width:100%;height:100%;flex:0 0 100%;background:#d9dcde}
.carousel-slide img{width:100%;height:100%;object-fit:cover}
.carousel-arrow{position:absolute;top:50%;z-index:3;display:grid;width:38px;height:38px;padding:0;place-items:center;border:0;border-radius:50%;background:rgb(12 15 16 / 68%);box-shadow:0 5px 16px rgb(0 0 0 / 16%);color:#fff;cursor:pointer;font-size:28px;line-height:1;transform:translateY(-50%);transition:background-color 180ms ease,color 180ms ease,box-shadow 180ms ease}
.carousel-arrow:hover,.carousel-arrow:focus-visible{background:rgb(255 191 0 / 92%);box-shadow:0 7px 18px rgb(0 0 0 / 20%);color:#101214}
.carousel-arrow svg{width:18px;height:18px}
.carousel-arrow.previous{left:14px}
.carousel-arrow.next{right:14px}
.card-number{position:absolute;bottom:0;left:16px;z-index:3;padding:6px 9px;border-radius:6px 6px 0 0;background:var(--yellow);font-size:16px;font-weight:900}
.card-body{display:flex;padding:18px 18px 20px;flex:1;flex-direction:column}
.product-card h3{min-height:58px;margin-bottom:10px;font-size:16px;line-height:1.2}
.product-card p{margin:0;color:#2a2d30;font-size:16px;line-height:1.46}
.text-link{display:inline-flex;align-items:center;align-self:flex-start;gap:14px;margin-top:auto;padding-top:20px;color:var(--yellow-dark);font-size:16px;font-weight:800}
.text-link:hover,.text-link:focus-visible{color:#b88400}
.about{padding-top:34px;padding-bottom:64px}
.about-grid{display:grid;grid-template-columns:.94fr 1.06fr;align-items:center;gap:64px}
.about-copy{padding-block:8px}
.about h2{font-size:30px}
.section-line{width:50px;margin-block:20px 22px}
.about-copy > p:not(.eyebrow){max-width:520px;margin:0 0 18px;font-size:16px;line-height:1.55}
.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:30px}
.value-item{text-align:center}
.value-item > span:last-child{display:block;font-size:16px;font-weight:700;line-height:1.28}
.value-icon{display:grid;width:46px;height:46px;margin:0 auto 10px;place-items:center;border:0;border-radius:50%;background:linear-gradient(135deg,var(--yellow),#ffd861);box-shadow:0 8px 20px rgb(255 191 0 / 22%);color:#111}
.value-icon svg{width:22px;height:22px}
.about-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.about-gallery img{width:100%;height:248px;border-radius:var(--radius);background:#d9dcde;object-fit:cover}
.modular{padding-bottom:28px}
.modular-grid{display:grid;grid-template-columns:1fr 1.16fr;align-items:center;gap:56px}
.modular-media{position:relative;overflow:hidden;background:#d9dcde}
.modular-media img{width:100%;height:100%;object-fit:cover}
.diagonal-cut{position:absolute;top:-40px;right:-42px;width:100px;height:290px;background:#fff;transform:rotate(-16deg)}
.modular-copy{padding-block:8px}
.modular h2{font-size:30px}
.modular-details{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.modular ul{padding:0;list-style:none}
.modular ul{display:grid;gap:6px;margin:14px 0 0}
.modular li{position:relative;min-height:22px;padding-left:32px;font-size:16px}
.modular li::before{position:absolute;top:1px;left:0;display:grid;width:22px;height:22px;place-items:center;border:0;border-radius:50%;background:var(--yellow);box-shadow:0 3px 8px rgb(255 191 0 / 22%);color:#111;content:"✓";font-size:16px;font-weight:800;line-height:1}
.button-outline-yellow{min-width:218px;border:2px solid var(--yellow);background:#fff;color:var(--yellow-dark)}
.contact-strip{margin-bottom:22px;padding:20px 0 10px}
.contact-strip-inner{position:relative;display:flex;min-height:116px;padding:24px 30px 24px 108px;align-items:center;overflow:hidden;border:1px solid rgb(255 255 255 / 8%);border-radius:14px;background:linear-gradient(135deg,#101416 0%,#1c2226 65%,#101315 100%);box-shadow:0 18px 45px rgb(8 10 12 / 16%);color:#fff}
.contact-strip-inner::before{position:absolute;top:-90px;right:180px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgb(255 191 0 / 17%),transparent 68%);content:"";pointer-events:none}
.contact-strip-inner > *{position:relative;z-index:1}
.support-icon{position:absolute;left:28px;display:grid;width:60px;height:60px;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--yellow),#ffd85a);box-shadow:0 10px 24px rgb(255 191 0 / 25%);color:#111}
.support-icon svg{width:30px;height:30px}
.contact-strip strong{display:block;font-size:26px;line-height:1.1}
.contact-strip p{margin:6px 0 0;color:#f2f2f2;font-size:16px;line-height:1.3}
.contact-strip .button{min-height:48px;margin-left:auto;padding:14px 22px}
.site-footer{padding:52px 0 18px;background:#111416;color:#fff}
.footer-main{display:grid;grid-template-columns: 1.35fr 0.75fr 1fr 1.25fr;align-items:start;gap:clamp(42px,5vw,72px)}
.footer-logo{display:inline-flex}
.footer-brand{width:176px;height:66px;object-fit:contain}
.footer-intro{max-width:300px;margin:14px 0 0;color:#aeb4b8;font-size:16px;line-height:1.55}
.footer-socials{display:flex;align-items:center;gap:10px;margin-top:20px}
.footer-socials a{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgb(255 255 255 / 18%);border-radius:50%;color:#fff;transition:background-color 180ms ease,border-color 180ms ease,color 180ms ease,transform 180ms ease}
.footer-socials a:hover,.footer-socials a:focus-visible{border-color:var(--yellow);background:var(--yellow);color:#111;transform:translateY(-1px)}
.footer-socials svg{width:18px;height:18px}
.site-footer h2{margin:0 0 18px;color:#fff;font-size:16px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.footer-links{display:grid;gap:10px}
.footer-menu a{color:#cdd1d4;font-size:16px}
.footer-contact ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.footer-contact li{display:grid;grid-template-columns:22px 1fr;align-items:start;gap:10px;color:#cdd1d4;font-size:16px;line-height:1.45}
.footer-contact svg{width:18px;height:18px;margin-top:2px;color:var(--yellow)}
.footer-contact a{transition:color 180ms ease}
.footer-contact a:hover,.footer-contact a:focus-visible{color:var(--yellow)}
.footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid rgb(255 255 255 / 10%)}
.copyright{margin:0;color:#8f969b;font-size:16px;line-height:1.4;text-align:center}
:focus-visible{outline:3px solid #4b9fff;outline-offset:3px}
@media (max-width:1080px){
.container{width:min(940px,calc(100% - 44px))}
.desktop-nav{gap:18px}
.header-button{display:none}
.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.product-card{min-height:420px}
.about-grid{gap:40px}
.modular-details{align-items:flex-start;flex-direction:column}
}
@media (max-width:820px){
.desktop-nav{display:none}
.header-actions{display:none}
.mobile-menu{position:relative;display:block}
.mobile-menu > summary{display:grid;width:44px;height:44px;place-items:center;border-radius:6px;background:var(--yellow);cursor:pointer;font-size:24px;list-style:none}
.mobile-menu > summary::-webkit-details-marker{display:none}
.mobile-menu nav{position:absolute;top:54px;right:0;display:grid;width:min(340px,calc(100vw - 30px));padding:10px;border-radius:var(--radius);background:#fff;box-shadow:0 14px 40px rgb(0 0 0 / 18%)}
.mobile-menu nav a{padding:12px;border-radius:5px;font-size:16px;font-weight:700}
.mobile-menu nav a:hover,.mobile-menu nav a:focus-visible{background:#fff7d7;color:#9c7200}
.mobile-products{border-radius:5px}
.mobile-products > summary{display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;list-style:none}
.mobile-products > summary::-webkit-details-marker{display:none}
.mobile-products > summary:hover,.mobile-products > summary:focus-visible{background:#fff7d7;color:#9c7200}
.mobile-submenu{display:grid;padding:0 8px 8px 12px}
.mobile-submenu a{padding:10px 12px !important;border-left:2px solid var(--yellow);border-radius:0 !important;color:#4d5053}
.mobile-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px;padding-top:10px;border-top:1px solid #ececec}
.mobile-actions .mobile-cta{display:flex;width:100%;min-height:40px;padding:10px 12px;flex:0 0 100%;align-items:center;justify-content:center;gap:8px;background:var(--yellow);color:#090a0a;font-weight:700;letter-spacing:.2px;text-transform:uppercase}
.mobile-cta .button-icon{width:17px;height:17px}
.mobile-actions .mobile-social{display:grid;width:40px;height:40px;padding:0;place-items:center;border:2px solid var(--yellow);border-radius:50%;color:var(--ink)}
.mobile-social svg{width:18px;height:18px}
.about-grid,.modular-grid{grid-template-columns:1fr}
.about-copy > p:not(.eyebrow){max-width:none}
.about-gallery img{height:240px}
.modular-grid{gap:24px}
.modular-details{flex-direction:row;align-items:flex-end}
.footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 64px}
.footer-brand-block{grid-column:1 / -1}
}
@media (max-width:560px){
.container{width:calc(100% - 30px)}
.site-header{height:70px}
.brand,.brand-image{width:154px;height:60px}
.hero{min-height:560px}
.hero-overlay{background:linear-gradient(90deg,rgb(7 10 11 / 97%),rgb(7 10 11 / 70%))}
.hero-content{display:flex;min-height:560px;padding-block:48px;align-items:center;justify-content:center;flex-direction:column;text-align:center}
.hero h1{font-size:30px}
.hero-content > p{max-width:100%}
.hero-actions{width:100%;align-items:stretch;flex-direction:column;gap:12px}
.button,.hero-actions .button{width:100%}
.section-space{padding-block:44px}
.products h2,.about h2,.modular h2{font-size:26px}
.products .heading-line{right:auto;left:0}
.product-grid{grid-template-columns:1fr}
.product-card{min-height:0}
.card-media{height:232px}
.product-card h3{min-height:0}
.text-link{margin-top:18px}
.about{padding-top:18px}
.value-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.about-gallery{gap:8px}
.about-gallery img{height:170px}
.modular-media{height:186px}
.modular-details{align-items:flex-start;flex-direction:column}
.button-outline-yellow{width:100%}
.contact-strip-inner{min-height:0;padding:26px 20px 24px 86px;align-items:flex-start;flex-direction:column}
.support-icon{top:24px;left:20px;width:52px;height:52px}
.support-icon svg{width:26px;height:26px}
.contact-strip strong{font-size:20px}
.contact-strip .button{width:calc(100% + 66px);margin:20px 0 0 -66px}
.site-footer{padding-top:42px}
.footer-main{grid-template-columns:1fr;gap:32px}
.footer-brand-block{grid-column:auto}
.footer-bottom{margin-top:32px}
}
@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
*,*::before,*::after{scroll-behavior:auto !important;transition-duration:.01ms !important}
}
