.Navigation-module__eB08ka__nav{width:100%;height:var(--header-height);z-index:1000;transition:all .4s var(--ease-apple);background:0 0;position:fixed;top:0;left:0}.Navigation-module__eB08ka__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid #0000000d}.Navigation-module__eB08ka__container{justify-content:space-between;align-items:center;max-width:100%;height:100%;margin:0 auto;padding:0 40px;display:flex}.Navigation-module__eB08ka__logo{color:var(--color-text);z-index:1002;cursor:pointer;letter-spacing:-.01em;font-size:20px;font-weight:700}.Navigation-module__eB08ka__links{display:flex}.Navigation-module__eB08ka__links button{color:#e8e8ed;cursor:pointer;letter-spacing:-.01em;opacity:.8;background:0 0;border:none;font-family:inherit;font-size:12px;font-weight:400;transition:color .3s}.Navigation-module__eB08ka__links button:hover{color:#fff;opacity:1}.Navigation-module__eB08ka__hamburger{cursor:pointer;z-index:10000;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:24px;height:24px;padding:0;display:none}.Navigation-module__eB08ka__hamburger span{background:var(--color-text);border-radius:2px;width:100%;height:1.5px;transition:all .3s ease-in-out}.Navigation-module__eB08ka__hamburger.Navigation-module__eB08ka__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navigation-module__eB08ka__hamburger.Navigation-module__eB08ka__active span:nth-child(2){opacity:0}.Navigation-module__eB08ka__hamburger.Navigation-module__eB08ka__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navigation-module__eB08ka__mobileMenu{z-index:9998;background:#fff;flex-direction:column;align-items:flex-start;width:100%;height:calc(100vh - 52px);padding:48px 40px;display:flex;position:fixed;top:52px;left:0;overflow-y:auto}.Navigation-module__eB08ka__mobileLinks{flex-direction:column;gap:24px;width:100%;display:flex}.Navigation-module__eB08ka__mobileLinks button{color:var(--color-text);text-align:left;cursor:pointer;opacity:.8;background:0 0;border:none;border-bottom:1px solid #0000000d;width:100%;padding-bottom:16px;font-family:inherit;font-size:28px;font-weight:600;transition:color .2s}.Navigation-module__eB08ka__mobileLinks button:hover{color:var(--color-primary);opacity:1}@media (max-width:768px){.Navigation-module__eB08ka__links{display:none}.Navigation-module__eB08ka__hamburger{display:flex}}
.HeroSection-module__sBkrQG__section{background:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__hero:before{content:"";z-index:0;background:radial-gradient(circle,#0066cc0d 0%,#fff0 60%);width:140%;height:140%;position:absolute;top:-20%;left:-20%}.HeroSection-module__sBkrQG__content{z-index:10;text-align:center;max-width:800px;padding:0 24px;position:relative}.HeroSection-module__sBkrQG__title{color:var(--color-text);letter-spacing:-.015em;margin-bottom:24px;font-size:80px;font-weight:700;line-height:1.05}.HeroSection-module__sBkrQG__subtitle{color:var(--color-text-secondary);margin-bottom:48px;font-size:24px;font-weight:500;line-height:1.5}.HeroSection-module__sBkrQG__ctaGroup{justify-content:center;gap:16px;display:flex}.HeroSection-module__sBkrQG__btnPrimary{background:var(--color-text);color:#fff;border-radius:980px;justify-content:center;align-items:center;padding:14px 32px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,1,.5,1);display:inline-flex}.HeroSection-module__sBkrQG__btnPrimary:hover{transform:scale(1.05);box-shadow:0 10px 20px #0000001a}.HeroSection-module__sBkrQG__btnSecondary{color:var(--color-text);background:0 0;border:1px solid #d2d2d7;border-radius:980px;justify-content:center;align-items:center;padding:14px 32px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,1,.5,1);display:inline-flex}.HeroSection-module__sBkrQG__btnSecondary:hover{background:#f5f5f7;border-color:#86868b}@media (max-width:768px){.HeroSection-module__sBkrQG__title{font-size:48px}.HeroSection-module__sBkrQG__subtitle{font-size:19px}.HeroSection-module__sBkrQG__ctaGroup{flex-direction:column;gap:12px}.HeroSection-module__sBkrQG__btnPrimary,.HeroSection-module__sBkrQG__btnSecondary{width:100%}}
.BrandSection-module__N_Dr2W__section{padding:var(--section-padding);background:var(--color-bg-secondary)}.BrandSection-module__N_Dr2W__category{color:var(--color-text);text-align:center;letter-spacing:-.01em;margin-bottom:60px;font-size:40px;font-weight:700}.BrandSection-module__N_Dr2W__bentoGrid{max-width:var(--container-width);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin:0 auto;display:grid}.BrandSection-module__N_Dr2W__card{cursor:pointer;background:#fff;border-radius:24px;height:480px;transition:transform .4s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.BrandSection-module__N_Dr2W__card:hover{z-index:5;transform:scale(1.02);box-shadow:0 30px 60px #0000001f}.BrandSection-module__N_Dr2W__cardBg{width:100%;height:100%;position:absolute;top:0;left:0}.BrandSection-module__N_Dr2W__cardBg img,.BrandSection-module__N_Dr2W__cardBg video{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1)}.BrandSection-module__N_Dr2W__card:hover .BrandSection-module__N_Dr2W__cardBg img,.BrandSection-module__N_Dr2W__card:hover .BrandSection-module__N_Dr2W__cardBg video{transform:scale(1.05)}.BrandSection-module__N_Dr2W__cardContent{color:#fff;opacity:0;-webkit-backdrop-filter:blur(2px);background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);width:100%;padding:32px;transition:all .4s cubic-bezier(.25,1,.5,1);position:absolute;bottom:0;left:0;transform:translateY(20px)}.BrandSection-module__N_Dr2W__card:hover .BrandSection-module__N_Dr2W__cardContent{opacity:1;transform:translateY(0)}.BrandSection-module__N_Dr2W__cardContent h3{text-shadow:0 2px 10px #0000004d;color:#fff;margin-bottom:8px;font-size:24px;font-weight:700}.BrandSection-module__N_Dr2W__cardContent p{color:#fffffff2;font-size:16px;font-weight:500;line-height:1.5}@media (max-width:1024px){.BrandSection-module__N_Dr2W__grid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.BrandSection-module__N_Dr2W__card{aspect-ratio:4/5;height:auto}}@media (max-width:768px){.BrandSection-module__N_Dr2W__category{text-align:left;margin-bottom:40px;font-size:32px}.BrandSection-module__N_Dr2W__grid{grid-template-columns:1fr}.BrandSection-module__N_Dr2W__card{aspect-ratio:16/9;padding:24px}.BrandSection-module__N_Dr2W__card h3{font-size:24px}.BrandSection-module__N_Dr2W__card p{font-size:15px}}
.BrandDetailModal-module__wsu0wW__overlay{z-index:10000;-webkit-backdrop-filter:blur(20px);background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s cubic-bezier(.25,1,.5,1) BrandDetailModal-module__wsu0wW__fadeIn;display:flex;position:fixed;top:0;left:0}.BrandDetailModal-module__wsu0wW__modal{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;width:90%;max-width:1000px;height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) BrandDetailModal-module__wsu0wW__scaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #0003}.BrandDetailModal-module__wsu0wW__closeButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:100;color:#1d1d1f;background:#ffffffe6;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex;position:absolute;top:24px;right:24px}.BrandDetailModal-module__wsu0wW__closeButton:hover{background:#fff;transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.BrandDetailModal-module__wsu0wW__content{scrollbar-width:thin;scrollbar-color:#0003 transparent;height:100%;overflow-y:auto}.BrandDetailModal-module__wsu0wW__header{align-items:flex-end;height:500px;padding:60px;display:flex;position:relative}.BrandDetailModal-module__wsu0wW__headerBg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.BrandDetailModal-module__wsu0wW__headerOverlay{z-index:1;background:linear-gradient(#0000 0%,#fffc 80%,#fff 100%);width:100%;height:100%;position:absolute;top:0;left:0}.BrandDetailModal-module__wsu0wW__headerInfo{z-index:2;color:var(--color-text);max-width:700px;position:relative}.BrandDetailModal-module__wsu0wW__title{letter-spacing:-.01em;margin-bottom:16px;font-size:48px;font-weight:700}.BrandDetailModal-module__wsu0wW__description{opacity:1;color:var(--color-text-secondary);font-size:19px;line-height:1.5}.BrandDetailModal-module__wsu0wW__gallerySection{background:#fff;padding:60px}.BrandDetailModal-module__wsu0wW__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.BrandDetailModal-module__wsu0wW__galleryItem{cursor:pointer;background:#f5f5f7;border-radius:12px;height:300px;position:relative;overflow:hidden}.BrandDetailModal-module__wsu0wW__galleryImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.BrandDetailModal-module__wsu0wW__galleryItem:hover .BrandDetailModal-module__wsu0wW__galleryImage{transform:scale(1.03)}@keyframes BrandDetailModal-module__wsu0wW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes BrandDetailModal-module__wsu0wW__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.BrandDetailModal-module__wsu0wW__modal{border-radius:0;width:100%;height:100%}.BrandDetailModal-module__wsu0wW__header{height:350px;padding:30px}.BrandDetailModal-module__wsu0wW__title{font-size:32px}.BrandDetailModal-module__wsu0wW__description{font-size:16px}.BrandDetailModal-module__wsu0wW__gallerySection{padding:24px}.BrandDetailModal-module__wsu0wW__galleryGrid{grid-template-columns:1fr}}
.SpaceSection-module__5SSMQG__section{padding:var(--section-padding);background:#fff}.SpaceSection-module__5SSMQG__category{color:var(--color-text);text-align:center;letter-spacing:-.01em;margin-bottom:80px;font-size:40px;font-weight:700}.SpaceSection-module__5SSMQG__showcase{max-width:var(--container-width);flex-direction:column;gap:80px;margin:0 auto;display:flex}.SpaceSection-module__5SSMQG__featureItem{align-items:center;gap:60px;padding:0 20px;display:flex}.SpaceSection-module__5SSMQG__featureItem:nth-child(2n){flex-direction:row-reverse}.SpaceSection-module__5SSMQG__featureInfo{flex-direction:column;flex:1;justify-content:center;display:flex}.SpaceSection-module__5SSMQG__featureInfo h3{color:var(--color-text);letter-spacing:-.01em;margin-bottom:16px;font-size:32px;font-weight:700}.SpaceSection-module__5SSMQG__desc{color:var(--color-text-secondary);word-break:keep-all;margin-bottom:24px;font-size:19px;line-height:1.5}.SpaceSection-module__5SSMQG__featureVisual{height:500px;box-shadow:var(--shadow-lg);border-radius:24px;flex:1.2;position:relative;overflow:hidden}.SpaceSection-module__5SSMQG__buildingImage{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1)}.SpaceSection-module__5SSMQG__featureItem:hover .SpaceSection-module__5SSMQG__buildingImage{transform:scale(1.03)}.SpaceSection-module__5SSMQG__features{margin-bottom:32px;list-style:none}.SpaceSection-module__5SSMQG__features li{color:var(--color-text);align-items:center;margin-bottom:12px;font-size:17px;display:flex}.SpaceSection-module__5SSMQG__features li:before{content:"";background:var(--color-primary);border-radius:50%;width:6px;height:6px;margin-right:12px;display:block}.SpaceSection-module__5SSMQG__link{background:var(--color-bg-secondary);color:var(--color-primary);border-radius:980px;align-items:center;width:fit-content;padding:12px 24px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.SpaceSection-module__5SSMQG__link:hover{background:#e5e5ea;transform:translate(5px)}@media (max-width:900px){.SpaceSection-module__5SSMQG__featureItem,.SpaceSection-module__5SSMQG__featureItem:nth-child(2n){text-align:center;flex-direction:column;gap:32px}.SpaceSection-module__5SSMQG__featureInfo{align-items:center}.SpaceSection-module__5SSMQG__featureVisual{width:100%;height:350px}.SpaceSection-module__5SSMQG__category{margin-bottom:40px;font-size:32px}}
.ImageCarousel-module__JTA4Ma__carousel{border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden}.ImageCarousel-module__JTA4Ma__image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.ImageCarousel-module__JTA4Ma__active{opacity:1}.ImageCarousel-module__JTA4Ma__dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.ImageCarousel-module__JTA4Ma__dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.ImageCarousel-module__JTA4Ma__dotActive{background:#fff;transform:scale(1.2)}
.TechSection-module__M33NLa__section{padding:var(--section-padding);background:var(--color-bg-secondary)}.TechSection-module__M33NLa__category{color:var(--color-text);text-align:center;letter-spacing:-.01em;margin-bottom:80px;font-size:40px;font-weight:700}.TechSection-module__M33NLa__grid{max-width:var(--container-width);grid-template-columns:repeat(2,1fr);gap:40px;margin:0 auto;display:grid}.TechSection-module__M33NLa__card{background:var(--color-surface);transition:transform .4s var(--ease-apple),box-shadow .4s var(--ease-apple);text-align:center;box-shadow:var(--shadow-sm);border:1px solid #0000000d;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;padding:60px 48px;display:flex;position:relative;overflow:hidden}.TechSection-module__M33NLa__card:hover{z-index:10;transform:scale(1.02);box-shadow:0 30px 60px #0000001f}.TechSection-module__M33NLa__content h3{color:var(--color-text);letter-spacing:-.01em;margin-bottom:12px;font-size:36px;font-weight:700}.TechSection-module__M33NLa__role{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;background:#0066cc1a;border-radius:980px;margin-bottom:24px;padding:6px 16px;font-size:15px;font-weight:600;display:inline-block}.TechSection-module__M33NLa__agency .TechSection-module__M33NLa__role{color:#a855f7;background:#a855f71a}.TechSection-module__M33NLa__desc{color:var(--color-text-secondary);word-break:keep-all;max-width:360px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:19px;line-height:1.6}.TechSection-module__M33NLa__link{color:var(--color-primary);background:#f5f5f7;border-radius:980px;align-items:center;padding:12px 28px;font-size:17px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.TechSection-module__M33NLa__agency .TechSection-module__M33NLa__link{color:#a855f7}.TechSection-module__M33NLa__link:hover{background:#e5e5ea;transform:scale(1.03)}@media (max-width:900px){.TechSection-module__M33NLa__grid{grid-template-columns:1fr}.TechSection-module__M33NLa__category{margin-bottom:40px;font-size:32px}.TechSection-module__M33NLa__card{padding:40px 24px}}
.Footer-module__S6Hkya__footer{color:var(--color-text-secondary);background:#f5f5f7;border-top:1px solid #d2d2d7;padding:80px 0 40px;font-size:13px}.Footer-module__S6Hkya__grid{border-bottom:1px solid #d2d2d7;justify-content:space-between;margin-bottom:60px;padding-bottom:40px;display:flex}.Footer-module__S6Hkya__logo{color:var(--color-text);margin-bottom:8px;font-size:19px;font-weight:700}.Footer-module__S6Hkya__slogan{color:var(--color-text-tertiary);margin-bottom:24px;font-size:14px;font-weight:400}.Footer-module__S6Hkya__address{color:var(--color-text-tertiary);font-style:normal;line-height:1.6}.Footer-module__S6Hkya__email{margin-top:12px}.Footer-module__S6Hkya__label{color:var(--color-text-secondary);margin-right:4px;font-weight:600}.Footer-module__S6Hkya__copyright{color:var(--color-text-tertiary);font-size:12px}@media (max-width:768px){.Footer-module__S6Hkya__grid{flex-direction:column;gap:40px}}
.page-module___8aEwW__main{flex-direction:column;min-height:100vh;display:flex}
