.header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--hds-border);box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:88px}.logo{display:flex;align-items:center}.logo-img{height:56px;width:auto;display:block;object-fit:contain;object-position:left center}@media (min-width: 640px){.logo-img{height:68px}}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none;border-radius:var(--radius)}.menu-toggle span{display:block;height:2px;background:var(--hds-navy);border-radius:1px;transition:transform .2s,opacity .2s}.nav-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-open .menu-toggle span:nth-child(2){opacity:0}.nav-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (min-width: 768px){.menu-toggle{display:none}}.nav{position:fixed;top:72px;left:0;right:0;bottom:0;background:var(--hds-white);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.nav-open .nav{transform:translate(0)}@media (min-width: 768px){.nav{position:static;flex-direction:row;align-items:center;padding:0;background:none;transform:none;gap:2rem}}.nav-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}@media (min-width: 768px){.nav-list{flex-direction:row;gap:.25rem}}.nav-link{display:block;padding:.75rem 1rem;font-weight:500;color:var(--hds-text-muted);border-radius:var(--radius);transition:color .2s,background .2s}.nav-link:hover,.nav-link.active{color:var(--hds-navy);background:var(--hds-bg)}.header-cart-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-weight:500;color:var(--hds-text-muted);border-radius:var(--radius);transition:color .2s,background .2s;position:relative}.header-cart-link:hover{color:var(--hds-navy);background:var(--hds-bg)}.header-cart-icon{font-size:1.25rem}.header-cart-count{min-width:1.25rem;height:1.25rem;padding:0 .35rem;font-size:.75rem;font-weight:700;color:#fff;background:var(--hds-navy);border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.header-cta{margin-top:auto}@media (min-width: 768px){.header-cta{margin-top:0;margin-left:auto}.header-cart-link{margin-top:0}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:.9375rem;border-radius:var(--radius);border:none;transition:transform .2s,box-shadow .2s}.btn:focus-visible{outline:2px solid var(--hds-navy);outline-offset:2px}.btn-primary{background:var(--hds-navy);color:#fff}.btn-primary:hover{background:var(--hds-royal);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--hds-white);color:var(--hds-navy);border:2px solid var(--hds-navy)}.btn-secondary:hover{background:var(--hds-bg)}.footer{background:var(--hds-navy);color:var(--hds-white);padding:3rem 0 1.5rem;margin-top:auto}.footer-contact{padding-bottom:2.5rem;margin-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-contact-title{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:400;color:var(--hds-white);text-align:center;margin-bottom:.5rem}.footer-contact-subtitle{font-size:.9375rem;color:var(--hds-white);text-align:center;margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto}.footer-contact-grid{display:grid;gap:1rem;grid-template-columns:1fr;max-width:960px;margin:0 auto}@media (min-width: 640px){.footer-contact-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.footer-contact-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.footer-contact-card{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:1.25rem;text-align:center}.footer-contact-icon{font-size:1.5rem;display:block;margin-bottom:.5rem}.footer-contact-card-title{font-size:.875rem;font-weight:600;color:var(--hds-white);margin-bottom:.375rem}.footer-contact-card-text{font-size:.875rem;color:#ffffffe6;line-height:1.5;margin:0}.footer-contact-card-text a{color:var(--hds-white);text-decoration:none}.footer-contact-card-text a:hover{text-decoration:underline;color:#fffffff2}.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:1.5fr 1fr 1.5fr;gap:3rem}}.footer-brand .footer-logo{display:block;margin-bottom:1rem}.footer-logo-img{height:52px;width:auto;display:block;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);opacity:.95}.footer-tagline{font-size:.9375rem;color:#fffc;line-height:1.6;max-width:320px}.footer-links h4,.footer-services h4{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--hds-steel);margin-bottom:1rem}.footer-links ul,.footer-services ul{list-style:none}.footer-links li,.footer-services li{margin-bottom:.5rem}.footer-links a{color:#ffffffe6;transition:color .2s}.footer-links a:hover{color:#fff}.footer-services li{color:#ffffffd9;font-size:.9375rem}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{font-size:.875rem;color:#fff9}.home{display:flex;flex-direction:column}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;padding:4rem 0;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#213570d9,#21357099 40%,#21357066);pointer-events:none}.hero-inner{position:relative;z-index:1;text-align:center;max-width:720px}.hero-title{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:400;line-height:1.15;color:var(--hds-white);margin-bottom:1.25rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-title-line{display:block}.hero-title-line.accent{color:#fffffff2}.hero-subtitle{font-size:1.0625rem;color:#ffffffe6;line-height:1.65;margin-bottom:2rem;text-shadow:0 1px 10px rgba(0,0,0,.2)}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-actions .btn-primary{background:var(--hds-white);color:var(--hds-navy)}.hero-actions .btn-primary:hover{background:var(--hds-bg);color:var(--hds-navy)}.hero-actions .btn-secondary{background:transparent;color:var(--hds-white);border-color:#ffffffb3}.hero-actions .btn-secondary:hover{background:#ffffff26;border-color:var(--hds-white);color:var(--hds-white)}.btn-lg{padding:1rem 1.75rem;font-size:1rem}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;color:#fffc;letter-spacing:.1em;text-transform:uppercase}.hero-scroll-line{width:1px;height:32px;background:linear-gradient(to bottom,rgba(255,255,255,.9),transparent);border-radius:1px;animation:scroll-pulse 2s ease-in-out infinite}@keyframes scroll-pulse{0%,to{opacity:.4;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}.section{padding:4rem 0}.section-header{text-align:center;max-width:560px;margin:0 auto 2.5rem}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;color:var(--hds-text);margin-bottom:.75rem}.section-subtitle{font-size:1rem;color:var(--hds-text-muted);line-height:1.6}.services{background:var(--hds-white);box-shadow:var(--shadow-sm)}.services-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.service-card{background:var(--hds-bg-warm);border:1px solid var(--hds-border);border-radius:var(--radius-lg);padding:1.75rem;transition:border-color .2s,box-shadow .2s}.service-card-inner{display:block;color:inherit}.service-card-inner:hover{color:inherit}.service-card-link{display:inline-block;margin-top:.75rem;font-size:.875rem;font-weight:600;color:var(--hds-navy)}.service-card:hover{border-color:var(--hds-blue-light);box-shadow:var(--shadow-md)}.service-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--hds-navy);color:#fff;font-size:1.25rem;border-radius:var(--radius);margin-bottom:1rem}.service-title{font-size:1.125rem;font-weight:600;color:var(--hds-text);margin-bottom:.5rem}.service-desc{font-size:.9375rem;color:var(--hds-text-muted);line-height:1.6}.products-home{background:var(--hds-bg)}.featured-static-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:2.5rem}@media (min-width: 640px){.featured-static-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.featured-static-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem}}.featured-static-card{background:var(--hds-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--hds-border);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s}.featured-static-card:hover{box-shadow:var(--shadow-md);border-color:var(--hds-blue-light)}.featured-static-card-image-wrap{aspect-ratio:4 / 3;background:var(--hds-bg-warm);overflow:hidden}.featured-static-card-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:.75rem}.featured-static-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.featured-static-card-title{font-size:1.0625rem;font-weight:600;color:var(--hds-text);margin-bottom:.5rem;line-height:1.35}.featured-static-card-desc{font-size:.8125rem;color:var(--hds-text-muted);line-height:1.5;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-static-card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.featured-static-btn-view{padding:.5rem .75rem;font-size:.875rem;background:var(--hds-navy);color:var(--hds-white);border:none;border-radius:var(--radius)}.featured-static-btn-view:hover{background:var(--hds-royal);color:var(--hds-white)}.featured-static-btn-cta{padding:.5rem .75rem;font-size:.875rem;background:var(--hds-royal);color:var(--hds-white);border:none;border-radius:var(--radius)}.featured-static-btn-cta:hover{background:var(--hds-navy);color:var(--hds-white)}.showcase-marquee{position:relative;overflow:hidden;padding:.5rem 0;border-radius:var(--radius-lg)}.showcase-marquee:before,.showcase-marquee:after{content:"";position:absolute;top:0;bottom:0;width:64px;z-index:2;pointer-events:none}.showcase-marquee:before{left:0;background:linear-gradient(to right,var(--hds-bg),rgba(245,246,248,0))}.showcase-marquee:after{right:0;background:linear-gradient(to left,var(--hds-bg),rgba(245,246,248,0))}.showcase-track{display:flex;gap:1rem;width:max-content;padding:.25rem 0;animation:showcase-marquee var(--showcase-duration, 55s) linear infinite;will-change:transform}.showcase-marquee:hover .showcase-track{animation-play-state:paused}@keyframes showcase-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.showcase-slide{flex:0 0 auto;width:clamp(220px,30vw,340px);aspect-ratio:4 / 3;border-radius:var(--radius);overflow:hidden;background:var(--hds-bg-warm);border:1px solid var(--hds-border);box-shadow:var(--shadow-sm);transform:translateZ(0)}.showcase-slide:hover{border-color:var(--hds-blue-light);box-shadow:var(--shadow-md)}.showcase-slide-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.about{background:linear-gradient(180deg,var(--hds-bg) 0%,var(--hds-bg-warm) 100%)}.about-inner{display:grid;gap:2rem;align-items:center}@media (min-width: 768px){.about-inner{grid-template-columns:1fr 1fr;gap:3rem}}.about-content .section-title{text-align:left;margin-bottom:1rem}.about-lead{font-size:1.0625rem;font-weight:500;color:var(--hds-text);margin-bottom:1rem;line-height:1.6}.about-text{font-size:.9375rem;color:var(--hds-text-muted);margin-bottom:1.5rem;line-height:1.65}.about-visual{min-height:240px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--hds-border);box-shadow:var(--shadow-md)}.about-visual-image{width:100%;height:100%;min-height:240px;object-fit:cover;object-position:center;display:block}.cta{background:var(--hds-navy);color:var(--hds-white);padding:4rem 0}.cta-inner{text-align:center;max-width:640px;margin:0 auto}.cta-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin-bottom:.75rem}.cta-text{font-size:1rem;color:#ffffffd9;margin-bottom:1.5rem;line-height:1.6}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta .btn-primary{background:#fff;color:var(--hds-navy)}.cta .btn-primary:hover{background:var(--hds-bg)}.cta .btn-secondary{background:transparent;color:#fff;border-color:#ffffff80}.cta .btn-secondary:hover{border-color:#fff;background:#ffffff1a}.product-card{background:var(--hds-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--hds-border);transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{border-color:var(--hds-steel);box-shadow:var(--shadow-md)}.product-card-image-wrap{position:relative;aspect-ratio:3 / 2;background:var(--hds-bg);overflow:hidden;display:block;text-decoration:none;color:inherit}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-category{position:absolute;top:.75rem;left:.75rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--hds-navy);background:#fffffff2;padding:.35rem .6rem;border-radius:6px}.product-card-quick-add{position:absolute;bottom:.75rem;left:.75rem;right:.75rem;padding:.6rem 1rem;font-size:.875rem;font-weight:600;background:var(--hds-navy);color:#fff;border:none;border-radius:var(--radius);opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s;display:block;text-align:center;text-decoration:none}.product-card:hover .product-card-quick-add{opacity:1;transform:translateY(0)}.product-card-quick-add:hover{background:var(--hds-royal)}.product-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-card-name-link{text-decoration:none;color:inherit}.product-card-name-link:hover .product-card-name{color:var(--hds-navy)}.product-card-name{font-size:1.0625rem;font-weight:600;color:var(--hds-text);margin-bottom:.35rem;line-height:1.35}.product-card-desc{font-size:.875rem;color:var(--hds-text-muted);line-height:1.5;margin-bottom:1rem;flex:1}.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;flex-wrap:wrap}.product-card-actions{display:flex;align-items:center;gap:.5rem}.product-card-price{font-size:1.25rem;font-weight:700;color:var(--hds-navy)}.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.shop{min-height:100vh;display:flex;flex-direction:column}.shop-hero{background:linear-gradient(135deg,var(--hds-navy) 0%,var(--hds-royal) 100%);color:var(--hds-white);padding:3rem 0;text-align:center}.shop-hero-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;margin-bottom:.5rem}.shop-hero-subtitle{font-size:1rem;color:#ffffffe0;max-width:520px;margin:0 auto;line-height:1.55}.shop-content{flex:1;padding:2rem 0 4rem}.shop-toolbar{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 768px){.shop-toolbar{flex-direction:row;align-items:center;justify-content:space-between}}.shop-count{font-size:.9375rem;color:var(--hds-text-muted);font-weight:500}.shop-filters{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--hds-text-muted);background:var(--hds-white);border:1px solid var(--hds-border);border-radius:var(--radius);transition:color .2s,background .2s,border-color .2s}.filter-btn:hover{color:var(--hds-navy);border-color:var(--hds-steel)}.filter-btn.active{color:#fff;background:var(--hds-navy);border-color:var(--hds-navy)}.shop-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 640px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.shop-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.fabrication-page{min-height:100vh;display:flex;flex-direction:column}.fabrication-hero{background:linear-gradient(135deg,var(--hds-navy) 0%,var(--hds-royal) 100%);color:var(--hds-white);padding:3rem 0;text-align:center}.fabrication-hero-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;margin-bottom:.75rem}.fabrication-hero-subtitle{font-size:1.0625rem;color:#ffffffe6;max-width:640px;margin:0 auto;line-height:1.6}.fabrication-intro{background:var(--hds-white)}.fabrication-intro-text{font-size:1.0625rem;color:var(--hds-text-muted);text-align:center;max-width:720px;margin:0 auto;line-height:1.7}.fabrication-gallery{background:var(--hds-bg)}.fabrication-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 640px){.fabrication-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.fabrication-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.fabrication-card{background:var(--hds-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--hds-border);box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.fabrication-card:hover{box-shadow:var(--shadow-md);border-color:var(--hds-steel)}.fabrication-card-image-wrap{aspect-ratio:4 / 3;background:var(--hds-bg-warm);overflow:hidden}.fabrication-card-image{width:100%;height:100%;object-fit:contain;object-position:center;padding:1rem}.fabrication-card-body{padding:1.5rem}.fabrication-card-title{font-size:1.25rem;font-weight:600;color:var(--hds-text);margin-bottom:.5rem}.fabrication-card-desc{font-size:.9375rem;color:var(--hds-text-muted);line-height:1.6}.fabrication-cta{background:var(--hds-white);text-align:center}.fabrication-cta-text{font-size:1rem;color:var(--hds-text-muted);margin-bottom:1.5rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}.fabrication-cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.elevator-page{min-height:100vh;display:flex;flex-direction:column}.elevator-hero{background:linear-gradient(135deg,var(--hds-navy) 0%,var(--hds-royal) 100%);color:var(--hds-white);padding:3rem 0;text-align:center}.elevator-hero-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;margin-bottom:.75rem}.elevator-hero-subtitle{font-size:1.0625rem;color:#ffffffe6;max-width:640px;margin:0 auto;line-height:1.6}.elevator-intro{background:var(--hds-white)}.elevator-intro-text{font-size:1.0625rem;color:var(--hds-text-muted);text-align:center;max-width:720px;margin:0 auto;line-height:1.7}.elevator-gallery{background:var(--hds-bg)}.elevator-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 640px){.elevator-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.elevator-grid{gap:2.5rem}}.elevator-card{background:var(--hds-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--hds-border);box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.elevator-card:hover{box-shadow:var(--shadow-md);border-color:var(--hds-steel)}.elevator-card-image-wrap{aspect-ratio:4 / 3;background:var(--hds-bg-warm);overflow:hidden}.elevator-card-image{width:100%;height:100%;object-fit:contain;object-position:center;padding:1rem}.elevator-card-body{padding:1.5rem}.elevator-card-title{font-size:1.25rem;font-weight:600;color:var(--hds-text);margin-bottom:.5rem}.elevator-card-desc{font-size:.9375rem;color:var(--hds-text-muted);line-height:1.6}.elevator-cta{background:var(--hds-white);text-align:center}.elevator-cta-text{font-size:1rem;color:var(--hds-text-muted);margin-bottom:1.5rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}.railing-page{min-height:100vh;display:flex;flex-direction:column}.railing-hero{background:linear-gradient(135deg,var(--hds-navy) 0%,var(--hds-royal) 100%);color:var(--hds-white);padding:3rem 0;text-align:center}.railing-hero-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;margin-bottom:.75rem}.railing-hero-subtitle{font-size:1.0625rem;color:#ffffffe6;max-width:640px;margin:0 auto;line-height:1.6}.railing-intro{background:var(--hds-white)}.railing-intro-text{font-size:1.0625rem;color:var(--hds-text-muted);text-align:center;max-width:720px;margin:0 auto;line-height:1.7}.railing-gallery{background:var(--hds-bg)}.railing-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 640px){.railing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.railing-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.railing-card{background:var(--hds-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--hds-border);box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.railing-card:hover{box-shadow:var(--shadow-md);border-color:var(--hds-steel)}.railing-card-image-wrap{aspect-ratio:4 / 3;background:var(--hds-bg-warm);overflow:hidden}.railing-card-image{width:100%;height:100%;object-fit:contain;object-position:center;padding:1rem}.railing-card-body{padding:1.5rem}.railing-card-title{font-size:1.25rem;font-weight:600;color:var(--hds-text);margin-bottom:.5rem}.railing-card-desc{font-size:.9375rem;color:var(--hds-text-muted);line-height:1.6}.railing-cta{background:var(--hds-white);text-align:center}.railing-cta-text{font-size:1rem;color:var(--hds-text-muted);margin-bottom:1.5rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}.railing-cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.inquiry-page{min-height:100vh;display:flex;flex-direction:column}.inquiry-hero{background:linear-gradient(135deg,var(--hds-navy) 0%,var(--hds-royal) 100%);color:var(--hds-white);padding:3rem 0;text-align:center}.inquiry-hero-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;margin-bottom:.75rem}.inquiry-hero-subtitle{font-size:1.0625rem;color:#ffffffe6;max-width:560px;margin:0 auto 1.5rem;line-height:1.6}.inquiry-hero .btn{margin-top:.5rem}.inquiry-form-section{background:var(--hds-bg)}.container-narrow{max-width:560px;margin:0 auto}.inquiry-form{background:var(--hds-white);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--hds-border);box-shadow:var(--shadow-sm)}.form-row{margin-bottom:1.25rem}.form-row label{display:block;font-size:.875rem;font-weight:600;color:var(--hds-text);margin-bottom:.35rem}.form-row input,.form-row select,.form-row textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--hds-text);background:var(--hds-white);border:1px solid var(--hds-border);border-radius:var(--radius);transition:border-color .2s}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:var(--hds-navy);box-shadow:0 0 0 3px #21357026}.form-row input::placeholder,.form-row textarea::placeholder{color:var(--hds-steel)}.form-row textarea{resize:vertical;min-height:120px}.form-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--hds-border)}.form-actions .btn-primary{min-width:160px}.careers-page{min-height:100vh;display:flex;flex-direction:column}.careers-hero{background:linear-gradient(135deg,var(--hds-navy) 0%,var(--hds-royal) 100%);color:var(--hds-white);padding:3rem 0;text-align:center}.careers-hero-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;margin-bottom:.75rem}.careers-hero-subtitle{font-size:1.0625rem;color:#ffffffe6;max-width:560px;margin:0 auto;line-height:1.6}.careers-vacancies{background:var(--hds-white)}.careers-section-title{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:400;color:var(--hds-text);text-align:center;margin-bottom:2rem}.careers-vacancy-card{max-width:900px;margin:0 auto;display:grid;gap:2rem;align-items:start}@media (min-width: 768px){.careers-vacancy-card{grid-template-columns:1fr 1fr}}.careers-vacancy-poster{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--hds-border);box-shadow:var(--shadow-md)}.careers-vacancy-image{width:100%;height:auto;display:block;vertical-align:top}.careers-vacancy-details{padding:0 .25rem}.careers-vacancy-title{font-size:1.5rem;font-weight:600;color:var(--hds-navy);margin-bottom:1rem}.careers-vacancy-meta{list-style:none;padding:0;margin:0 0 1.25rem;font-size:.9375rem;color:var(--hds-text-muted)}.careers-vacancy-meta li{margin-bottom:.25rem}.careers-vacancy-heading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--hds-text);margin-bottom:.5rem;margin-top:1rem}.careers-vacancy-list{margin:0 0 0 1.25rem;padding:0;font-size:.9375rem;color:var(--hds-text-muted);line-height:1.6}.careers-vacancy-list li{margin-bottom:.25rem}.careers-vacancy-apply{margin-top:1.5rem;padding:1.25rem;background:var(--hds-bg-warm);border-radius:var(--radius);border:1px solid var(--hds-border)}.careers-vacancy-apply-title{font-weight:600;color:var(--hds-text);margin-bottom:.5rem}.careers-vacancy-apply p{margin:.25rem 0;font-size:.9375rem;color:var(--hds-text)}.careers-vacancy-apply a{color:var(--hds-navy);text-decoration:none}.careers-vacancy-apply a:hover{text-decoration:underline}.careers-content{background:var(--hds-bg)}.careers-content .container-narrow{max-width:560px;margin:0 auto}.careers-intro{font-size:1.0625rem;color:var(--hds-text-muted);line-height:1.7;margin-bottom:1rem}.careers-contact{font-size:1rem;color:var(--hds-text);margin-bottom:1.5rem}.careers-contact a{color:var(--hds-navy);text-decoration:none}.careers-contact a:hover{text-decoration:underline}.product-page{min-height:100vh;padding:2rem 0 4rem}.product-not-found{text-align:center;padding:4rem 1rem}.product-not-found h1{font-size:1.5rem;margin-bottom:.5rem;color:var(--hds-text)}.product-not-found p{color:var(--hds-text-muted);margin-bottom:1.5rem}.product-breadcrumb{font-size:.875rem;color:var(--hds-text-muted);margin-bottom:1.5rem}.product-breadcrumb a{color:var(--hds-navy);text-decoration:none}.product-breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{margin:0 .5rem;color:var(--hds-steel)}.product-detail{display:grid;gap:2rem;align-items:start}@media (min-width: 768px){.product-detail{grid-template-columns:1fr 1fr;gap:3rem}}.product-detail-image-wrap{background:var(--hds-bg-warm);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--hds-border);aspect-ratio:1}.product-detail-image{width:100%;height:100%;object-fit:contain;object-position:center;padding:1.5rem}.product-detail-info{display:flex;flex-direction:column;gap:1rem}.product-detail-category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--hds-navy)}.product-detail-name{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--hds-text);line-height:1.25}.product-detail-price{font-size:1.5rem;font-weight:700;color:var(--hds-navy)}.product-detail-desc{font-size:1rem;color:var(--hds-text-muted);line-height:1.65}.product-detail-desc-short{margin-bottom:0}.product-delivery{padding:1rem;background:var(--hds-bg-warm);border-radius:var(--radius);border:1px solid var(--hds-border)}.product-delivery-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--hds-navy);display:block;margin-bottom:.35rem}.product-delivery-text{font-size:.9375rem;color:var(--hds-text-muted);line-height:1.5;margin:0}.product-detail-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.btn-buy-now{min-width:140px}.product-tabs{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--hds-border)}.product-section{margin-bottom:2.5rem}.product-section:last-of-type{margin-bottom:0}.product-section-title{font-size:1.25rem;font-weight:600;color:var(--hds-text);margin-bottom:1rem}.product-description .product-detail-desc{max-width:720px}.product-spec-table{width:100%;max-width:480px;border-collapse:collapse;font-size:.9375rem}.product-spec-table th,.product-spec-table td{padding:.65rem 1rem;text-align:left;border-bottom:1px solid var(--hds-border)}.product-spec-table th{font-weight:600;color:var(--hds-text);width:40%}.product-spec-table td{color:var(--hds-text-muted)}.product-spec-table tr:last-child th,.product-spec-table tr:last-child td{border-bottom:none}.product-related{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--hds-border)}.product-related-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 640px){.product-related-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.product-related-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.login-page{min-height:calc(100vh - 120px);display:grid;place-items:center;padding:2rem 1rem}.login-card{width:100%;max-width:520px;background:var(--hds-white);border:1px solid var(--hds-border);box-shadow:var(--shadow-md);border-radius:var(--radius);padding:1.5rem}.login-title{margin:0 0 .5rem;color:var(--hds-text)}.login-subtitle{margin:0 0 1.25rem;color:var(--hds-text-muted)}.login-btn{width:100%;justify-content:center}.login-btn-secondary{width:100%;justify-content:center;background:var(--hds-bg);color:var(--hds-text);border:1px solid var(--hds-border)}.login-user{margin:.75rem 0 .5rem;color:var(--hds-text)}.login-warning{margin:.75rem 0;padding:.75rem;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;font-size:.95rem}.login-footer{margin-top:1rem;text-align:center}.cart-page{padding:2rem 0 4rem}.cart-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--hds-text);margin-bottom:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem;background:var(--hds-bg-warm);border-radius:var(--radius-lg);border:1px solid var(--hds-border)}.cart-empty p{color:var(--hds-text-muted);margin-bottom:1.5rem}.cart-layout{display:grid;gap:2rem;align-items:start}@media (min-width: 900px){.cart-layout{grid-template-columns:1fr 380px}}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-row{display:grid;grid-template-columns:100px 1fr auto;gap:1.25rem;align-items:center;padding:1.25rem;background:var(--hds-white);border-radius:var(--radius-lg);border:1px solid var(--hds-border)}.cart-row-image-wrap{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;background:var(--hds-bg)}.cart-row-image{width:100%;height:100%;object-fit:cover}.cart-row-details{min-width:0}.cart-row-name{font-weight:600;color:var(--hds-text);display:block;margin-bottom:.25rem}.cart-row-name:hover{color:var(--hds-navy)}.cart-row-price{font-size:.9375rem;color:var(--hds-text-muted);margin-bottom:.75rem}.cart-row-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.qty-controls{display:inline-flex;align-items:center;border:1px solid var(--hds-border);border-radius:var(--radius);overflow:hidden}.qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--hds-bg-warm);border:none;font-size:1.125rem;font-weight:600;color:var(--hds-navy);transition:background .2s}.qty-btn:hover{background:var(--hds-border)}.qty-value{min-width:2.5rem;text-align:center;font-weight:600;font-size:.9375rem}.cart-remove{font-size:.875rem;color:var(--hds-text-muted);background:none;border:none;text-decoration:underline;padding:0}.cart-remove:hover{color:var(--hds-navy)}.cart-row-total{font-weight:700;font-size:1.125rem;color:var(--hds-navy);white-space:nowrap}.cart-summary{position:sticky;top:6rem;padding:1.5rem;background:var(--hds-white);border-radius:var(--radius-lg);border:1px solid var(--hds-border);box-shadow:var(--shadow-sm)}.cart-summary-title{font-size:1.25rem;font-weight:600;color:var(--hds-text);margin-bottom:1.25rem}.cart-summary-rows{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.cart-summary-row{display:flex;justify-content:space-between;font-size:.9375rem;color:var(--hds-text-muted)}.cart-summary-discount{color:var(--hds-navy);font-weight:500}.cart-promo{margin-bottom:1rem;padding-top:1rem;border-top:1px solid var(--hds-border)}.cart-promo-label{display:block;font-size:.8125rem;font-weight:600;color:var(--hds-text);margin-bottom:.5rem}.cart-promo-input-wrap{display:flex;gap:.5rem}.cart-promo-input{flex:1;padding:.5rem .75rem;font-size:.9375rem;border:1px solid var(--hds-border);border-radius:var(--radius);font-family:inherit}.cart-promo-input:focus{outline:none;border-color:var(--hds-navy);box-shadow:0 0 0 2px #21357033}.cart-promo-applied{font-size:.875rem;color:var(--hds-navy);margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.cart-promo-remove{background:none;border:none;font-size:.8125rem;text-decoration:underline;color:var(--hds-text-muted);padding:0}.cart-promo-remove:hover{color:var(--hds-navy)}.cart-promo-error{font-size:.8125rem;color:#b91c1c;margin-top:.35rem}.cart-summary-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;color:var(--hds-text);margin-bottom:1.25rem;padding-top:1rem;border-top:1px solid var(--hds-border)}.cart-checkout-btn{width:100%;justify-content:center}.checkout-page{padding:2rem 0 4rem}.checkout-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--hds-text);margin-bottom:1.5rem}.checkout-form{display:grid;gap:2rem;align-items:start}@media (min-width: 900px){.checkout-form{grid-template-columns:1fr 380px}}.checkout-main{display:flex;flex-direction:column;gap:1.5rem}.checkout-section{padding:1.5rem;background:var(--hds-white);border-radius:var(--radius-lg);border:1px solid var(--hds-border)}.checkout-section-title{font-size:1.125rem;font-weight:600;color:var(--hds-text);margin-bottom:1rem}.checkout-type-toggle{display:flex;flex-wrap:wrap;gap:1rem}.checkout-radio{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9375rem;color:var(--hds-text)}.checkout-radio input{width:1.125rem;height:1.125rem;accent-color:var(--hds-navy)}.checkout-fields{display:flex;flex-direction:column;gap:1rem}.checkout-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-field label{display:block;font-size:.8125rem;font-weight:600;color:var(--hds-text);margin-bottom:.35rem}.checkout-field input,.checkout-field select{width:100%;padding:.6rem .75rem;font-size:.9375rem;font-family:inherit;border:1px solid var(--hds-border);border-radius:var(--radius)}.checkout-field input:focus,.checkout-field select:focus{outline:none;border-color:var(--hds-navy);box-shadow:0 0 0 2px #21357033}.checkout-address-select{margin-bottom:1rem}.checkout-address-select label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.35rem}.checkout-address-select select{width:100%;padding:.6rem .75rem;font-size:.9375rem;border:1px solid var(--hds-border);border-radius:var(--radius);margin-bottom:.5rem}.checkout-remove-addr{font-size:.8125rem;color:var(--hds-text-muted);background:none;border:none;text-decoration:underline;padding:0;cursor:pointer}.checkout-remove-addr:hover{color:var(--hds-navy)}.checkout-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9375rem;color:var(--hds-text);cursor:pointer}.checkout-checkbox input{width:1.125rem;height:1.125rem;accent-color:var(--hds-navy)}.checkout-summary{position:sticky;top:6rem;padding:1.5rem;background:var(--hds-white);border-radius:var(--radius-lg);border:1px solid var(--hds-border);box-shadow:var(--shadow-sm)}.checkout-summary-title{font-size:1.25rem;font-weight:600;color:var(--hds-text);margin-bottom:1rem}.checkout-summary-items{max-height:200px;overflow-y:auto;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--hds-border)}.checkout-summary-row{display:flex;justify-content:space-between;font-size:.9375rem;color:var(--hds-text-muted);margin-bottom:.5rem}.checkout-summary-name{flex:1;margin-right:.75rem}.checkout-summary-rows{margin-bottom:1rem}.checkout-summary-discount{color:var(--hds-navy);font-weight:500}.checkout-promo{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.checkout-promo-input{flex:1;min-width:120px;padding:.5rem .75rem;font-size:.9375rem;border:1px solid var(--hds-border);border-radius:var(--radius);font-family:inherit}.checkout-promo-applied{font-size:.875rem;color:var(--hds-navy);width:100%}.checkout-promo-remove{background:none;border:none;font-size:.8125rem;text-decoration:underline;color:var(--hds-text-muted);padding:0;cursor:pointer}.checkout-promo-remove:hover{color:var(--hds-navy)}.checkout-promo-error{font-size:.8125rem;color:#b91c1c;width:100%;margin:0}.checkout-summary-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;color:var(--hds-text);margin-bottom:1.25rem;padding-top:1rem;border-top:1px solid var(--hds-border)}.checkout-submit{width:100%;justify-content:center}.checkout-submit:disabled{opacity:.7;cursor:not-allowed}.confirmation-page{padding:2rem 0 4rem;min-height:80vh;display:flex;align-items:center}.confirmation-card{max-width:560px;margin:0 auto;padding:2rem;background:var(--hds-white);border-radius:var(--radius-lg);border:1px solid var(--hds-border);box-shadow:var(--shadow-md);text-align:center}.confirmation-not-found{padding:3rem}.confirmation-not-found h1{font-size:1.5rem;margin-bottom:.5rem;color:var(--hds-text)}.confirmation-not-found p{color:var(--hds-text-muted);margin-bottom:1.5rem}.confirmation-success{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;background:var(--hds-navy);border-radius:50%}.confirmation-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.75rem);font-weight:400;color:var(--hds-text);margin-bottom:.5rem}.confirmation-id{font-size:1rem;color:var(--hds-text-muted);margin-bottom:.25rem}.confirmation-email{font-size:.9375rem;color:var(--hds-text-muted);margin-bottom:1.5rem}.confirmation-details,.confirmation-shipping{text-align:left;margin-bottom:1.5rem;padding:1rem;background:var(--hds-bg-warm);border-radius:var(--radius);border:1px solid var(--hds-border)}.confirmation-details h2,.confirmation-shipping h2{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--hds-navy);margin-bottom:.75rem}.confirmation-items{list-style:none;margin-bottom:.75rem}.confirmation-items li{display:flex;justify-content:space-between;font-size:.9375rem;color:var(--hds-text-muted);padding:.35rem 0}.confirmation-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.0625rem;color:var(--hds-text);padding-top:.75rem;border-top:1px solid var(--hds-border)}.confirmation-shipping p{font-size:.9375rem;color:var(--hds-text-muted);line-height:1.6;margin:0}.confirmation-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.btn-outline{background:transparent;color:var(--hds-text-muted);border:1px solid var(--hds-border)}.btn-outline:hover{background:var(--hds-bg);color:var(--hds-navy);border-color:var(--hds-steel)}.app{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;display:flex;flex-direction:column}:root{--hds-navy: #213570;--hds-royal: #2d4a9e;--hds-blue-light: #4a6bc2;--hds-text: #1a1a2e;--hds-text-muted: #333333;--hds-bg: #f0f3f7;--hds-bg-warm: #f8f9fc;--hds-white: #ffffff;--hds-steel: #94a3b8;--hds-border: #e2e8f0;--hds-accent: #f59e0b;--shadow-sm: 0 1px 2px rgba(33, 53, 112, .06);--shadow-md: 0 4px 12px rgba(33, 53, 112, .08);--shadow-lg: 0 12px 40px rgba(33, 53, 112, .12);--radius: 12px;--radius-lg: 20px;--font-sans: "Outfit", system-ui, sans-serif;--font-display: "DM Serif Display", Georgia, serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--hds-bg);color:var(--hds-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.container{padding:0 2rem}}.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}
