@import "https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap";
.Layout-module__YDn9fa__topBar{background:#fff;border-bottom:1px solid #ebebeb;align-items:center;gap:32px;padding:12px 48px;font-family:Barlow,sans-serif;display:flex}.Layout-module__YDn9fa__brand{flex-direction:column;align-items:flex-start;gap:2px;margin-right:auto;display:flex}.Layout-module__YDn9fa__taglineTop{letter-spacing:.14em;text-transform:uppercase;color:#c0392b;font-size:10px;font-weight:700}.Layout-module__YDn9fa__taglineBottom{letter-spacing:.18em;text-transform:uppercase;color:#999;font-size:10px;font-weight:600}.Layout-module__YDn9fa__contactItem{align-items:center;gap:12px;display:flex}.Layout-module__YDn9fa__iconImg{object-fit:contain;width:60px;height:60px}.Layout-module__YDn9fa__contactText{flex-direction:column;gap:2px;display:flex}.Layout-module__YDn9fa__contactText strong{color:#1a1a1a;font-size:14px;font-weight:700;line-height:1.2}.Layout-module__YDn9fa__contactText span{color:#888;font-size:12px}.Layout-module__YDn9fa__divider{background:#e5e5e5;flex-shrink:0;width:1px;height:38px}.Layout-module__YDn9fa__ctaLink{letter-spacing:.12em;text-transform:uppercase;color:#1a1a1a;white-space:nowrap;font-size:12px;font-weight:700;text-decoration:none;transition:color .2s}.Layout-module__YDn9fa__ctaLink:hover{color:#c0392b}.Layout-module__YDn9fa__navBar{background:#fff;border-bottom:2px solid #ebebeb;align-items:center;padding:0 48px;font-family:Barlow,sans-serif;display:flex}.Layout-module__YDn9fa__navList{flex:1;margin:0;padding:0;list-style:none;display:flex}.Layout-module__YDn9fa__navItem{position:relative}.Layout-module__YDn9fa__navItem+.Layout-module__YDn9fa__navItem:before{content:"";background:#ddd;width:1px;height:16px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Layout-module__YDn9fa__navLink{color:#1a1a1a;white-space:nowrap;cursor:pointer;align-items:center;gap:5px;padding:18px 22px;font-size:13.5px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.Layout-module__YDn9fa__navLink:hover{color:#c0392b}.Layout-module__YDn9fa__navArrow{object-fit:contain;width:12px;height:12px;transition:transform .2s}.Layout-module__YDn9fa__navItem:hover .Layout-module__YDn9fa__navArrow{transform:rotate(180deg)}.Layout-module__YDn9fa__dropdown{z-index:100;background:#fff;border-top:3px solid #c0392b;min-width:210px;margin:0;padding:0;list-style:none;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 30px #0000001a}.Layout-module__YDn9fa__navItem:hover .Layout-module__YDn9fa__dropdown{display:block}.Layout-module__YDn9fa__dropdownLink{color:#333;padding:11px 20px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.Layout-module__YDn9fa__dropdownLink:hover{color:#c0392b;background:#fdf2f1}.Layout-module__YDn9fa__searchWrap{align-items:center;margin-left:auto;display:flex}.Layout-module__YDn9fa__searchInput{color:#555;border:none;outline:none;width:140px;padding:6px 10px;font-family:Barlow,sans-serif;font-size:13px}.Layout-module__YDn9fa__searchInput::placeholder{color:#aaa}.Layout-module__YDn9fa__searchBtn{cursor:pointer;background:#c0392b;border:none;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex}.Layout-module__YDn9fa__searchBtn:hover{background:#a93226}.Layout-module__YDn9fa__searchIcon{object-fit:contain;width:18px;height:18px}.Layout-module__YDn9fa__footer{background:#ef1000;font-family:Barlow,sans-serif}.Layout-module__YDn9fa__footerMain{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;padding:56px 48px;display:grid}.Layout-module__YDn9fa__footerBrand{flex-direction:column;gap:20px;display:flex}.Layout-module__YDn9fa__footerLogo{object-fit:contain;max-width:180px;height:auto}.Layout-module__YDn9fa__footerDesc{color:#ffffffbf;font-size:13px;line-height:1.7}.Layout-module__YDn9fa__footerCol{flex-direction:column;gap:16px;display:flex}.Layout-module__YDn9fa__footerHeading{letter-spacing:.14em;color:#fff;text-transform:uppercase;border-bottom:1px solid #ffffff40;padding-bottom:10px;font-size:13px;font-weight:700}.Layout-module__YDn9fa__footerLinks{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Layout-module__YDn9fa__footerLinks a{color:#fffc;font-size:13.5px;text-decoration:none;transition:color .2s}.Layout-module__YDn9fa__footerLinks a:hover{color:#fff}.Layout-module__YDn9fa__footerText{color:#fffc;font-size:13.5px;line-height:1.9}.Layout-module__YDn9fa__footerBottom{background:#0003;justify-content:space-between;align-items:center;gap:16px;padding:18px 48px;display:flex}.Layout-module__YDn9fa__footerBottom p{color:#ffffffa6;font-size:12px}.Layout-module__YDn9fa__footerSocials{gap:10px;display:flex}.Layout-module__YDn9fa__socialIcon{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s;display:flex}.Layout-module__YDn9fa__socialIcon:hover{background:#ffffff4d}.Layout-module__YDn9fa__socialIcon img{object-fit:contain;width:16px;height:16px}@media (max-width:900px){.Layout-module__YDn9fa__topBar{flex-wrap:wrap;gap:16px;padding:12px 20px}.Layout-module__YDn9fa__divider{display:none}.Layout-module__YDn9fa__navBar{flex-wrap:wrap;padding:0 20px}.Layout-module__YDn9fa__navList{flex-direction:column;width:100%}.Layout-module__YDn9fa__navItem:before{display:none}.Layout-module__YDn9fa__navLink{border-bottom:1px solid #f0f0f0;padding:14px 16px}.Layout-module__YDn9fa__dropdown{box-shadow:none;border-top:none;border-left:3px solid #c0392b;position:static}.Layout-module__YDn9fa__searchWrap{border-top:1px solid #ebebeb;width:100%;margin:0}.Layout-module__YDn9fa__searchInput{flex:1}.Layout-module__YDn9fa__footerMain{grid-template-columns:1fr 1fr;gap:32px;padding:40px 24px}.Layout-module__YDn9fa__footerBottom{text-align:center;flex-direction:column;gap:12px;padding:18px 24px}}@media (max-width:480px){.Layout-module__YDn9fa__footerMain{grid-template-columns:1fr}}
.inner-module__4K35KW__pageHeader{text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#3a3a3a 100%);padding:64px 48px;font-family:Barlow,sans-serif}.inner-module__4K35KW__pageHeader h1{color:#fff;margin-bottom:12px;font-size:clamp(28px,4vw,48px);font-weight:800}.inner-module__4K35KW__breadcrumb{justify-content:center;align-items:center;gap:8px;margin-top:8px;display:flex}.inner-module__4K35KW__breadcrumb span{color:#ffffff8c;font-size:13px}.inner-module__4K35KW__breadcrumb a{color:#ffffff8c;font-size:13px;text-decoration:none}.inner-module__4K35KW__breadcrumb a:hover{color:#fff}.inner-module__4K35KW__sep{color:#ffffff4d}.inner-module__4K35KW__current{color:#c0392b;font-weight:600}.inner-module__4K35KW__section{max-width:1200px;margin:0 auto;padding:72px 48px;font-family:Barlow,sans-serif}.inner-module__4K35KW__redLine{background:#c0392b;width:48px;height:4px;margin-bottom:12px}.inner-module__4K35KW__sectionTitle{color:#1a1a1a;margin-bottom:8px;font-size:clamp(22px,3vw,36px);font-weight:800}.inner-module__4K35KW__sectionSub{color:#777;max-width:560px;margin-bottom:40px;font-size:15px;line-height:1.7}.inner-module__4K35KW__ctaBanner{background:#3a3a3a;justify-content:space-between;align-items:center;gap:24px;padding:28px 48px;font-family:Barlow,sans-serif;display:flex}.inner-module__4K35KW__ctaBannerText{color:#fff;font-size:clamp(16px,2vw,22px);font-weight:700}.inner-module__4K35KW__ctaBannerBtn{color:#fff;letter-spacing:.1em;white-space:nowrap;border:2px solid #fff;padding:14px 36px;font-family:Barlow,sans-serif;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s,color .2s}.inner-module__4K35KW__ctaBannerBtn:hover{color:#3a3a3a;background:#fff}.inner-module__4K35KW__card{background:#f7f7f7;border-top:4px solid #c0392b;padding:32px 28px}.inner-module__4K35KW__card h3{margin-bottom:12px;font-size:18px;font-weight:700}.inner-module__4K35KW__card p{color:#666;font-size:14px;line-height:1.7}.inner-module__4K35KW__cardIcon{background:#c0392b;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}.inner-module__4K35KW__cardIcon svg{fill:#fff;width:20px;height:20px}@media (max-width:768px){.inner-module__4K35KW__pageHeader{padding:48px 24px}.inner-module__4K35KW__section{padding:48px 20px}.inner-module__4K35KW__ctaBanner{text-align:center;flex-direction:column;padding:24px 20px}}
.page-module__rpHNCa__contactGrid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.page-module__rpHNCa__contactInfo h2{color:#1a1a1a;margin-bottom:16px;font-size:28px;font-weight:800}.page-module__rpHNCa__contactInfo>p{color:#555;margin-bottom:32px;font-size:15px;line-height:1.8}.page-module__rpHNCa__contactDetail{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.page-module__rpHNCa__detailIcon{background:#c0392b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__rpHNCa__detailIcon svg{width:22px;height:22px}.page-module__rpHNCa__detailText h4{color:#1a1a1a;margin-bottom:4px;font-size:15px;font-weight:700}.page-module__rpHNCa__detailText p{color:#555;font-size:14px;line-height:1.6}.page-module__rpHNCa__detailText a{color:#c0392b;text-decoration:none}.page-module__rpHNCa__detailText a:hover{text-decoration:underline}.page-module__rpHNCa__detailText small{color:#999;margin-top:2px;font-size:12px;display:block}.page-module__rpHNCa__scheduleBox{background:#f7f7f7;flex-direction:column;gap:24px;padding:40px;display:flex}.page-module__rpHNCa__scheduleBox h3{color:#1a1a1a;font-size:20px;font-weight:700}.page-module__rpHNCa__scheduleRows{flex-direction:column;gap:0;display:flex}.page-module__rpHNCa__scheduleRow{color:#555;border-bottom:1px solid #e5e5e5;justify-content:space-between;padding:12px 0;font-size:14px;display:flex}.page-module__rpHNCa__scheduleRow span:first-child{color:#1a1a1a;font-weight:600}.page-module__rpHNCa__available{color:#c0392b;font-weight:700}.page-module__rpHNCa__scheduleCta{background:#c0392b;margin-top:8px;padding:28px 24px}.page-module__rpHNCa__scheduleCta h4{color:#fff;margin-bottom:8px;font-size:16px;font-weight:700}.page-module__rpHNCa__scheduleCta p{color:#ffffffd9;margin-bottom:16px;font-size:14px;line-height:1.7}.page-module__rpHNCa__scheduleCtaBtn{color:#c0392b;letter-spacing:.1em;text-transform:uppercase;background:#fff;padding:12px 24px;font-size:13px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.page-module__rpHNCa__scheduleCtaBtn:hover{opacity:.9}@media (max-width:900px){.page-module__rpHNCa__contactGrid{grid-template-columns:1fr;gap:32px}}
.page-module__xVABrG__brandsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px;display:grid}.page-module__xVABrG__brandCard{text-align:center;border:1px solid #ebebeb;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;font-family:Barlow,sans-serif;transition:box-shadow .2s,border-color .2s;display:flex}.page-module__xVABrG__brandCard:hover{border-color:#c0392b;box-shadow:0 8px 30px #00000014}.page-module__xVABrG__brandLogo{background:#c0392b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.page-module__xVABrG__brandLogo svg{width:36px;height:36px}.page-module__xVABrG__brandCard h3{color:#1a1a1a;font-size:16px;font-weight:700}.page-module__xVABrG__brandCard p{color:#777;font-size:13px;line-height:1.6}@media (max-width:480px){.page-module__xVABrG__brandsGrid{grid-template-columns:1fr 1fr}}
.page-module__DRwaWa__content{color:#fff;max-width:800px;margin:0 auto;font-family:Barlow,sans-serif}.page-module__DRwaWa__date{color:#cfcfcf;margin-bottom:24px;font-size:14px}.page-module__DRwaWa__highlight{color:#555;background:#fdf2f1;border-left:4px solid #c0392b;margin-bottom:40px;padding:20px 24px;font-size:15px;line-height:1.8}.page-module__DRwaWa__content h2{color:#f10317;border-bottom:1px solid #ebebeb;margin:40px 0 12px;padding-bottom:8px;font-size:20px;font-weight:700}.page-module__DRwaWa__content p{color:#555;margin-bottom:16px;font-size:15px;line-height:1.9}.page-module__DRwaWa__content ul{margin-bottom:16px;padding-left:24px}.page-module__DRwaWa__content li{color:#555;margin-bottom:8px;font-size:15px;line-height:1.9}.page-module__DRwaWa__content a{color:#c0392b;text-decoration:none}.page-module__DRwaWa__content a:hover{text-decoration:underline}
.page-module__30eVjG__tabs{border-bottom:2px solid #ebebeb;gap:0;margin-bottom:40px;font-family:Barlow,sans-serif;display:flex;overflow-x:auto}.page-module__30eVjG__tab{color:#777;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:14px 24px;font-family:Barlow,sans-serif;font-size:13.5px;font-weight:600;transition:color .2s}.page-module__30eVjG__tab:hover{color:#c0392b}.page-module__30eVjG__activeTab{color:#c0392b;border-bottom-color:#c0392b}.page-module__30eVjG__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px;display:grid}.page-module__30eVjG__productCard{background:#fff;border:1px solid #ebebeb;transition:box-shadow .2s,transform .2s;overflow:hidden}.page-module__30eVjG__productCard:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.page-module__30eVjG__productCardImg{justify-content:center;align-items:center;width:100%;height:200px;display:flex}.page-module__30eVjG__productCardBody{padding:24px;font-family:Barlow,sans-serif}.page-module__30eVjG__productCardBody h3{color:#1a1a1a;margin-bottom:8px;font-size:18px;font-weight:700}.page-module__30eVjG__productCardBody p{color:#666;font-size:13.5px;line-height:1.7}.page-module__30eVjG__productCardBtn{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#c0392b;margin-top:16px;padding:10px 20px;font-family:Barlow,sans-serif;font-size:12px;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.page-module__30eVjG__productCardBtn:hover{background:#a93226}@media (max-width:600px){.page-module__30eVjG__tabs{flex-wrap:nowrap}.page-module__30eVjG__tab{padding:12px 16px;font-size:12px}}
.page-module__GwlGeG__tabs{border-bottom:2px solid #ebebeb;gap:0;margin-bottom:40px;font-family:Barlow,sans-serif;display:flex;overflow-x:auto}.page-module__GwlGeG__tab{color:#777;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:14px 24px;font-family:Barlow,sans-serif;font-size:13.5px;font-weight:600;transition:color .2s}.page-module__GwlGeG__tab:hover{color:#c0392b}.page-module__GwlGeG__activeTab{color:#c0392b;border-bottom-color:#c0392b}.page-module__GwlGeG__projectGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px;display:grid}.page-module__GwlGeG__projectCard{height:260px;position:relative;overflow:hidden}.page-module__GwlGeG__projectCardBg{transition:transform .4s;position:absolute;inset:0}.page-module__GwlGeG__projectCard:hover .page-module__GwlGeG__projectCardBg{transform:scale(1.06)}.page-module__GwlGeG__projectCardOverlay{background:linear-gradient(#0000 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:24px;font-family:Barlow,sans-serif;display:flex;position:absolute;inset:0}.page-module__GwlGeG__projectCardOverlay h3{color:#fff;margin-bottom:4px;font-size:18px;font-weight:700}.page-module__GwlGeG__projectCardOverlay span{color:#ffffffa6;font-size:12px}.page-module__GwlGeG__galleryGrid{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.page-module__GwlGeG__galleryItem{cursor:zoom-in;height:200px;overflow:hidden}.page-module__GwlGeG__galleryItemBg{width:100%;height:100%;transition:transform .4s}.page-module__GwlGeG__galleryItem:hover .page-module__GwlGeG__galleryItemBg{transform:scale(1.08)}@media (max-width:768px){.page-module__GwlGeG__galleryGrid{grid-template-columns:repeat(2,1fr)}.page-module__GwlGeG__projectGrid{grid-template-columns:1fr}}
.page-module__e_1lmq__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;margin-bottom:40px;display:grid}.page-module__e_1lmq__aboutImgPlaceholder{background:linear-gradient(135deg,#1a1a2e,#0f3460);border-radius:4px;width:100%;height:320px}.page-module__e_1lmq__aboutImg{height:150px}.page-module__e_1lmq__aboutText p{color:#555;margin-bottom:16px;font-size:15px;line-height:1.8}.page-module__e_1lmq__valuesGrid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:24px;display:grid}.page-module__e_1lmq__statsGrid{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:72px;display:grid}.page-module__e_1lmq__stat{flex-direction:column;gap:8px;display:flex}.page-module__e_1lmq__statNum{color:#c0392b;font-size:48px;font-weight:800;line-height:1}.page-module__e_1lmq__statLabel{color:#666;font-size:14px}@media (max-width:900px){.page-module__e_1lmq__aboutGrid{grid-template-columns:1fr;gap:32px}.page-module__e_1lmq__valuesGrid{grid-template-columns:1fr}.page-module__e_1lmq__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.page-module__e_1lmq__statsGrid{grid-template-columns:1fr 1fr}}
