:root{--radius:12px;--font:"Segoe UI", system-ui, -apple-system, sans-serif;--font-serif:Georgia, "Times New Roman", serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);width:100%;margin:0;font-size:1rem;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}@keyframes imageFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}img[loading=lazy]{animation:.8s forwards imageFadeIn}a{color:var(--navy-light);text-decoration-thickness:1px}a:hover{color:var(--gold-dark)}.layout{flex-direction:column;display:flex}.main-content{flex:1}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.topheader-social-media{color:#fff;background:#5b5b5b;font-size:.68rem}.topheader-social-media__inner{justify-content:space-between;align-items:center;gap:.45rem .9rem;max-width:1320px;margin:0 auto;padding:.2rem 1rem;display:flex}.topheader-social-media__left{flex-wrap:wrap;align-items:center;gap:.2rem .7rem;display:flex}.topheader-social-media__text-link{color:inherit;opacity:.96;line-height:1.15;text-decoration:none}.topheader-social-media__text-link:hover{text-decoration:underline}.topheader-social-media__text-link:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #fff}.topheader-social-media__right{align-items:center;gap:.5rem;display:flex}.topheader-social-media__icon-link{color:#fff;opacity:.9;justify-content:center;align-items:center;width:.95rem;height:.95rem;text-decoration:none;transition:opacity .15s;display:inline-flex}.topheader-social-media__icon-link:hover{opacity:1}.topheader-social-media__icon-link:focus-visible{outline-offset:2px;outline:2px solid #fff}.topheader-social-media__icon{width:.8rem;height:.8rem}@media (width<=900px){.topheader-social-media__inner{text-align:center;flex-wrap:wrap;justify-content:center}.topheader-social-media__left{justify-content:center;gap:.3rem .8rem}}.quote-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d4af37,#b8860b);border:none;border-radius:1rem;margin-top:2rem;padding:1rem 2.4rem;font-size:1rem;font-weight:600;transition:all .3s}.quote-btn:hover{transform:translateY(-.2rem);box-shadow:0 1rem 2rem #d4af374d}.quote-modal-overlay{z-index:999;-webkit-backdrop-filter:blur(1rem);background:#ffffff59;justify-content:center;align-items:flex-start;margin-top:6.5rem;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.quote-modal{background:#fff;border-radius:2.5rem;width:100%;max-width:50rem;margin:auto 0;padding:2rem 3rem;animation:.35s modalShow;position:relative;box-shadow:0 2rem 5rem #00000026}@keyframes modalShow{0%{opacity:0;transform:translateY(2rem)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.close-btn{color:#777;cursor:pointer;background:0 0;border:none;font-size:2rem;transition:all .3s;position:absolute;top:1.2rem;right:1.5rem}.close-btn:hover{color:#111;transform:rotate(90deg)}.quote-modal h2{text-align:center;color:#222;margin-bottom:.5rem;font-size:2.4rem}.quote-modal p{text-align:center;color:#777;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.quote-form{flex-direction:column;gap:1rem;display:flex}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-grid input,.form-grid select,.quote-form textarea{color:#222;background:#f5f5f5;border:none;border-radius:1rem;outline:none;width:100%;padding:1rem;font-size:1rem;transition:all .3s}.form-grid input:focus,.form-grid select:focus,.quote-form textarea:focus{background:#fff;box-shadow:0 0 0 .12rem #d4af3780}.form-grid select{cursor:pointer}.quote-form textarea{resize:vertical;min-height:7rem}.upload-box{cursor:pointer;border:.12rem dashed #d0d0d0;border-radius:1.4rem;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1.5rem;transition:all .3s;display:flex}.upload-box:hover{background:#c9a2270d;border-color:#c9a227}.upload-box span{color:#999;margin-bottom:.5rem;font-size:1.8rem}.upload-box p{color:#777;margin:0;font-size:.95rem}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d4af37,#b8860b);border:none;border-radius:1rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-btn:hover{transform:translateY(-.15rem);box-shadow:0 1rem 2rem #d4af3740}.quote-form small{text-align:center;color:#777;margin-top:.2rem;font-size:.8rem}@media (width<=992px){.quote-modal{max-width:42rem;padding:2rem}.quote-modal h2{font-size:2.2rem}}@media (width<=768px){.quote-modal-overlay{align-items:flex-start;padding:1rem}.quote-modal{border-radius:1.8rem;margin-top:1rem;margin-bottom:1rem;padding:1.8rem 1.2rem}.quote-modal h2{font-size:1.9rem}.quote-modal p{margin-bottom:1.5rem;font-size:.9rem}.form-grid{grid-template-columns:1fr}.quote-form textarea{min-height:6rem}.upload-box{padding:1.2rem}.upload-box span{font-size:1.5rem}.submit-btn{padding:.95rem}}@media (width<=480px){.quote-modal{padding:1.5rem 1rem}.quote-modal h2{font-size:1.7rem}.close-btn{font-size:1.7rem;top:.8rem;right:1rem}.form-grid input,.form-grid select,.quote-form textarea{padding:.9rem;font-size:.95rem}.upload-box p{text-align:center;font-size:.85rem}.quote-form small{font-size:.75rem}}.quote-modal-overlay::-webkit-scrollbar{width:0;display:none}.quote-modal-overlay{scrollbar-width:none;-ms-overflow-style:none}.top-bar{color:#fff;background:#c8102e;padding:.5rem 0;overflow:hidden}.top-bar__inner{align-items:center;gap:.75rem;max-width:1320px;margin:0 auto;padding:0 1rem;display:flex}.top-bar__badge{white-space:nowrap;background:#10b981;border-radius:4px;padding:.25rem .6rem;font-size:.7rem;font-weight:700}.top-bar__ticker{flex:1;position:relative;overflow:hidden}.top-bar__ticker p{white-space:nowrap;margin:0;font-size:.8rem;animation:12s linear infinite scrollText;display:inline-block}.top-bar__link{color:#fff;white-space:nowrap;background:#10b981;border:none;border-radius:5px;padding:.3rem .7rem;font-size:.75rem;text-decoration:none}@keyframes scrollText{0%{transform:translate(100%)}to{transform:translate(-100%)}}@media (width<=600px){.top-bar__inner{gap:.5rem}.top-bar__badge{font-size:.65rem}.top-bar__link{padding:.25rem .5rem;font-size:.7rem}}.site-chrome{z-index:100;background:var(--white);position:sticky;top:0;box-shadow:0 2px 12px #0000000f}.site-header{background:var(--white);box-shadow:none}.site-header--menu-open{box-shadow:0 4px 16px #00000014}.site-header__bar{max-width:1320px;margin:0 auto;padding:.65rem 1rem}.site-header__top{justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.site-header__backdrop{display:none}.logo-block{color:inherit;text-align:left;align-items:center;gap:.75rem;min-width:0;text-decoration:none;display:flex}.logo-img{object-fit:contain;flex-shrink:0;width:56px;height:56px;display:block}.logo-mark{border:3px solid var(--brand-red);background:var(--white);width:56px;height:56px;color:var(--brand-red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.35rem;font-weight:800;display:flex}.logo-text{flex-direction:column;gap:.15rem;display:flex}.logo-text__name{font-family:var(--font-serif);letter-spacing:.02em;color:red;font-size:1.8rem;font-weight:700;line-height:1.2}.logo-text__subtitle{color:#00f;font-size:1.2rem;font-weight:600;line-height:1.2}.logo-text__tag{color:#000;font-size:.8rem;font-style:italic;font-weight:500}.header-utils{flex-direction:column;align-items:stretch;gap:.45rem;width:100%;min-width:0;display:flex}.header-utils__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem;display:flex}.header-utils__pill{letter-spacing:.03em;cursor:default;white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.38rem .75rem;font-size:.62rem;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.header-utils__pill--whatsapp{cursor:pointer;background:#25d366;transition:opacity .15s,filter .15s;color:#fff!important}.header-utils__pill--whatsapp:hover{opacity:.94;filter:brightness(1.03)}.header-utils__pill--whatsapp-icon-only{gap:0;padding:.42rem .48rem}.header-utils__wa-icon{flex-shrink:0;width:.95rem;height:.95rem}.header-utils__pill--hbse{background:var(--brand-red);text-align:center;max-width:140px;color:var(--white)!important}.header-contact{text-align:center;flex-direction:column;gap:.2rem;min-width:0;font-size:.72rem;line-height:1.35;display:flex}.header-contact a{color:var(--navy);word-break:break-word;text-decoration:none}.header-contact a:hover{text-decoration:underline}.header-contact__row{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:0 .15rem;display:flex}.header-contact__label{opacity:.85;flex-shrink:0}.header-contact__sep{opacity:.6}.header-contact__address{color:#444;margin:0;font-size:.68rem}.hbse-badge{justify-content:center;align-items:center;display:inline-flex}@media (width<=480px){.site-header__bar{gap:.5rem;padding:.5rem .75rem}.logo-img{width:44px;height:44px}.logo-mark{width:44px;height:44px;font-size:1.1rem}.logo-text__name{font-size:.65rem}.header-utils__pill{padding:.32rem .6rem;font-size:.55rem}.header-utils__pill--whatsapp-icon-only{padding:.36rem .42rem}.header-utils__pill--hbse{max-width:100px}}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-self:center;gap:5px;margin-left:auto;padding:.5rem;display:none}.nav-toggle span{background:#1a1a1a;width:24px;height:2px;display:block}.main-nav{border-top:1px solid var(--border);min-width:0;padding-top:.25rem}.main-nav__list{flex-wrap:wrap;justify-content:center;gap:.15rem .35rem;margin:0;padding:0;list-style:none;display:flex}.main-nav__item{position:relative}.main-nav__link,.main-nav__trigger{color:var(--nav-text);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.2rem;padding:.65rem;font-family:inherit;font-size:.88rem;font-weight:500;text-decoration:none;display:flex}.main-nav__trigger-label{display:inline-block}.main-nav__chevron{opacity:.85;font-size:.65rem;line-height:1}.main-nav__link:hover,.main-nav__trigger:hover{color:#1a1a1a}.main-nav__link--active,.main-nav__trigger--active{color:var(--nav-text);border-bottom-color:var(--nav-active)}.main-nav__trigger--open{color:#1a1a1a;border-bottom-color:var(--nav-active);font-weight:600}.main-nav__dropdown{background:var(--white);min-width:min(300px,100vw - 2rem);box-shadow:var(--shadow);border:1px solid var(--border);border-radius:var(--radius);opacity:0;visibility:hidden;z-index:50;margin:0;padding:.5rem 0;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:100%;left:0;transform:translateY(4px)}.main-nav__dropdown-link{color:var(--text);border-left:3px solid #0000;border-radius:0 6px 6px 0;margin:.08rem .35rem .08rem .25rem;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:block}.main-nav__dropdown-link:hover{background:var(--cream);color:var(--navy)}.main-nav__dropdown-link--active{color:var(--navy);border-left-color:var(--nav-active);background:#0d47a114;font-weight:600}.main-nav__dropdown-group{margin:0;padding:0;list-style:none}.main-nav__dropdown-group:not(:first-child){border-top:1px solid var(--border);margin-top:.4rem;padding-top:.45rem}.main-nav__dropdown-heading{letter-spacing:.02em;text-transform:none;color:var(--nav-active);padding:.35rem 1rem .4rem;font-size:.75rem;font-weight:700}.main-nav__dropdown-sublist{border-left:2px solid #0d47a133;border-radius:0 8px 8px 0;margin:0 .45rem .2rem .35rem;padding:.15rem 0 .35rem .65rem;list-style:none}.main-nav__dropdown-sublist>li{margin:0}.main-nav__dropdown-sublist .main-nav__dropdown-link{border-left:none;border-radius:6px;margin:.12rem 0;padding:.45rem .65rem .45rem 1.5rem;font-size:.8125rem;position:relative}.main-nav__dropdown-sublist .main-nav__dropdown-link:before{content:"›";color:#0d47a173;font-size:.95rem;font-weight:600;line-height:1;position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.main-nav__dropdown-sublist .main-nav__dropdown-link:hover{background:#f7f5f0f2}.main-nav__dropdown-sublist .main-nav__dropdown-link--active{box-shadow:inset 3px 0 0 var(--nav-active);background:#0d47a11a;border-left:none;font-weight:600}.main-nav__dropdown>li:not(.main-nav__dropdown-group)>.main-nav__dropdown-link{border-left:none;border-radius:6px;margin:.12rem .35rem .12rem .25rem;padding:.45rem .65rem .45rem 1.5rem;font-size:.8125rem;position:relative}.main-nav__dropdown>li:not(.main-nav__dropdown-group)>.main-nav__dropdown-link:before{content:"›";color:#0d47a173;font-size:.95rem;font-weight:600;line-height:1;position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.main-nav__dropdown>li:not(.main-nav__dropdown-group)>.main-nav__dropdown-link:hover{background:#f7f5f0f2}.main-nav__dropdown>li:not(.main-nav__dropdown-group)>.main-nav__dropdown-link--active{box-shadow:inset 3px 0 0 var(--nav-active);background:#0d47a11a;border-left:none;font-weight:600}.main-nav__item:hover .main-nav__dropdown,.main-nav__trigger--open+.main-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}@media (width>=961px){.site-header__bar{justify-content:space-between;align-items:center;gap:2rem;display:flex}.site-header__top{align-items:center;display:flex}.logo-block{flex-shrink:0}.site-header__drawer{flex:1;justify-content:flex-end;align-items:center;display:flex}.site-header__drawer-inner{align-items:center;gap:2rem;display:flex}.main-nav{border-top:none;padding-top:0}.main-nav__list{flex-wrap:nowrap;justify-content:flex-end}.header-utils{align-items:flex-end;width:auto}.nav-toggle{display:none!important}}@media (width<=960px){.nav-toggle{display:flex}.site-header__drawer:not(.site-header__drawer--open) .site-header__backdrop,.site-header__drawer:not(.site-header__drawer--open) .site-header__drawer-inner{display:none!important}.site-header__drawer--open .site-header__backdrop{bottom:0;left:0;right:0;top:var(--mobile-drawer-top,5.5rem);z-index:90;cursor:pointer;background:0 0;border:0;margin:0;padding:0;display:block;position:fixed}.site-header__drawer--open .site-header__drawer-inner{left:0;right:0;top:var(--mobile-drawer-top,5.5rem);z-index:95;width:100%;max-width:100%;max-height:min(85vh, calc(100dvh - var(--mobile-drawer-top,5.5rem)));-webkit-overflow-scrolling:touch;background:var(--white);box-sizing:border-box;border-radius:0 0 12px 12px;flex-direction:column;gap:0;padding:0 1rem 1.25rem;display:flex;position:fixed;overflow-y:auto;box-shadow:0 12px 40px #0000001f}.site-header__drawer-inner .header-utils{border-top:1px solid var(--border);order:0;padding-top:.35rem}.site-header__drawer-inner .main-nav{border-top:none;order:1;padding-top:.5rem;padding-bottom:1rem}.site-header--menu-open .header-contact{text-align:left}.site-header--menu-open .header-contact__row,.site-header--menu-open .header-utils__actions{justify-content:flex-start}.main-nav{border-top:1px solid var(--border)}.main-nav__list{flex-direction:column;align-items:stretch}.main-nav__link,.main-nav__trigger{justify-content:flex-start}.main-nav__dropdown{opacity:1;visibility:visible;box-shadow:none;border:none;border-left:2px solid #0d47a11f;border-radius:0 0 0 8px;min-width:0;margin-left:.25rem;padding:.25rem 0 .35rem .75rem;display:none;position:static;transform:none}.main-nav__dropdown-group:not(:first-child){margin-top:.5rem;padding-top:.5rem}.main-nav__dropdown-heading{padding-left:.35rem}.main-nav__dropdown-sublist{margin-left:.15rem;margin-right:0;padding-left:.6rem}.main-nav__dropdown-sublist .main-nav__dropdown-link{padding-left:1.45rem}.main-nav__trigger--open+.main-nav__dropdown{display:block}.main-nav__item:hover .main-nav__dropdown{display:none}.main-nav__item .main-nav__trigger--open+.main-nav__dropdown{display:block}}.hero-simple{background:#000;width:100%;min-height:85vh;display:flex;overflow:hidden}.hero-simple__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:85vh;padding:4rem 0;display:flex;position:relative}.hero-simple__overlay{background:#00000080;position:absolute;inset:0}.hero-simple__content{z-index:2;color:#fff;width:100%;max-width:55rem;padding-left:7vw;padding-right:5vw;position:relative}.hero-simple__tag{color:#f4c542;letter-spacing:.08rem;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);background:#ffffff1f;border-radius:999rem;justify-content:center;align-items:center;margin-bottom:1.2rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:600;display:inline-flex}.hero-simple__title{max-width:50rem;margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,5.5rem);font-weight:800;line-height:1.05}.hero-simple__subtitle{color:#ffffffe6;max-width:42rem;margin-bottom:2.5rem;font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.9}.hero-simple__buttons{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-simple__btn{cursor:pointer;border:none;border-radius:.8rem;padding:1rem 1.8rem;font-size:1rem;font-weight:600;transition:all .3s}.hero-simple__btn:hover{transform:translateY(-.2rem)}.hero-simple__btn--primary{color:#fff;background:#22c55e}.hero-simple__btn--primary:hover{color:#111;background:#ffe732}.hero-simple__btn--secondary{color:#111;background:#fff}.hero-simple__btn--secondary:hover{color:#111;background:#ffe732}.hero-simple__arrow{z-index:5;color:#111;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.hero-simple__arrow:hover{background:#ffe732;transform:translateY(-50%)scale(1.05)}.hero-simple__arrow:active{transform:translateY(-50%)scale(.95)}.hero-simple__arrow--left{left:1.5rem}.hero-simple__arrow--right{right:1.5rem}@media (width<=64rem){.hero-simple,.hero-simple__bg{min-height:90vh}.hero-simple__content{max-width:48rem}.hero-simple__title{font-size:clamp(2.5rem,6vw,4.5rem)}.hero-simple__arrow{width:2.8rem;height:2.8rem;font-size:1.4rem}.hero-simple__arrow--left{left:1rem}.hero-simple__arrow--right{right:1rem}}@media (width<=48rem){.hero-simple{min-height:80vh}.hero-simple__bg{align-items:center;min-height:80vh}.hero-simple__content{max-width:100%;padding-left:6vw;padding-right:6vw}.hero-simple__title{font-size:clamp(2.3rem,7vw,4rem);line-height:1.1}.hero-simple__subtitle{max-width:100%;font-size:1rem;line-height:1.8}.hero-simple__buttons{gap:.8rem}.hero-simple__btn{padding:.95rem 1.5rem;font-size:.95rem}.hero-simple__arrow{background:#fffffff2;width:2.5rem;height:2.5rem;font-size:1.3rem}.hero-simple__arrow--left{left:.75rem}.hero-simple__arrow--right{right:.75rem}}@media (width<=36rem){.hero-simple{min-height:100vh}.hero-simple__bg{align-items:center;min-height:100vh}.hero-simple__content{padding-left:6vw;padding-right:6vw}.hero-simple__tag{padding:.6rem 1rem;font-size:.78rem}.hero-simple__title{margin-bottom:1rem;font-size:clamp(2rem,9vw,3rem)}.hero-simple__subtitle{margin-bottom:2rem;font-size:.95rem;line-height:1.7}.hero-simple__buttons{flex-direction:column;align-items:flex-start;width:100%}.hero-simple__btn{justify-content:center;width:100%;padding:1rem 1.2rem}.hero-simple__arrow{background:#fffffffa;width:2.6rem;height:2.6rem;font-size:1.2rem;box-shadow:0 2px 8px #0003}.hero-simple__arrow:active{background:#ffe732}.hero-simple__arrow--left{left:.8rem}.hero-simple__arrow--right{right:.8rem}}@media (width<=24rem){.hero-simple__title{font-size:1.8rem}.hero-simple__subtitle,.hero-simple__btn{font-size:.9rem}}.welcome-section{background:var(--white)}.marquee{white-space:nowrap;position:relative;overflow:hidden}.marquee__inner{padding-left:100%;animation:12s linear infinite marquee;display:inline-block}@keyframes marquee{0%{transform:translate(0%)}to{transform:translate(-100%)}}.welcome-helpline{background:var(--brand-red);color:#ffffffeb;padding:.5rem 1.25rem;font-size:.88rem}.welcome-helpline__inner{text-align:right;max-width:1100px;margin:0 auto}.welcome-section__content{padding:2.5rem 1.25rem max(3rem, calc(3.5rem + env(safe-area-inset-bottom,0px)))}.welcome-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:2.5rem 2rem;display:grid}.welcome-title{font-family:var(--font);margin:0 0 1.25rem;font-size:clamp(1.35rem,3.2vw,2rem);font-weight:700;line-height:1.25}.welcome-title__black{color:#1a1a1a}.welcome-title__red{color:var(--gold)}.welcome-title__teal{color:var(--gold-dark)}.welcome-copy__text{color:#2d2d2d;margin:0 0 1rem;font-size:.98rem;line-height:1.65}.welcome-copy__text:last-child{margin-bottom:0}.welcome-blobs{grid-template-rows:minmax(280px,1fr);grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);align-items:stretch;gap:1rem 1.35rem;min-height:clamp(280px,36vw,400px);max-height:clamp(320px,42vw,440px);margin-bottom:.25rem;padding-right:min(4.5rem,12vw);display:grid}.welcome-blobs__right{flex-direction:column;grid-area:1/2;justify-content:center;gap:.85rem;min-height:0;padding:.65rem 0;display:flex}.welcome-blob{border-radius:999px;position:relative;overflow:hidden;box-shadow:0 8px 28px #0000001a}.welcome-blob img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1);display:block}.welcome-blob:hover img{transform:scale(1.05)}.welcome-blob--large{grid-area:1/1;align-self:stretch;min-height:0}.welcome-blob--small{flex:1 1 0;width:100%;max-width:100%;min-height:0}.welcome-blob--top{align-self:center;transform:translateY(4px)}.welcome-blob--bottom{align-self:center;transform:translateY(-4px)}@media (width<=960px){.welcome-grid{text-align:center;grid-template-columns:1fr}.welcome-copy{margin-bottom:2rem}.welcome-blobs{grid-template-rows:minmax(240px,1fr);grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:.85rem 1rem;max-width:520px;min-height:260px;max-height:none;margin:0 auto;padding-right:min(3.5rem,10vw)}.welcome-blobs__right{gap:.75rem;padding:.5rem 0}}@media (width<=520px){.welcome-helpline__inner{text-align:center;font-size:.8rem}.welcome-blobs{grid-template-rows:auto auto;grid-template-columns:1fr;gap:.85rem;max-width:340px;margin:0 auto;padding-bottom:.5rem;padding-right:0}.welcome-blob--large{grid-area:1/1;width:75%;max-width:260px;min-height:200px;max-height:240px;margin:0 auto}.welcome-blobs__right{flex-direction:row;grid-area:2/1;justify-content:center;align-items:stretch;gap:.65rem;padding:0}.welcome-blob--small{flex:1 1 0;max-width:none;min-height:140px;max-height:none}.welcome-blob--top,.welcome-blob--bottom{transform:none}}.admission-modal{z-index:400;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admission-modal__backdrop{cursor:pointer;appearance:none;background:#0f27448c;border:0;width:100%;height:100%;margin:0;padding:0;display:block;position:absolute;inset:0}.admission-modal__panel{z-index:1;background:var(--white);border-radius:var(--radius);width:min(960px,100%);max-height:min(90svh,900px);position:relative;overflow:auto;box-shadow:0 24px 64px #0f274447}.admission-modal__close{z-index:2;background:var(--nav-active);width:2.5rem;height:2.5rem;color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.35rem;font-weight:600;line-height:1;display:flex;position:absolute;top:.75rem;right:.75rem}.admission-modal__close:hover{background:var(--navy)}.admission-modal__grid{grid-template-columns:1fr 1fr;min-height:0;display:grid}@media (width<=800px){.admission-modal__grid{grid-template-columns:1fr}}.admission-modal__promo{background:linear-gradient(165deg, var(--navy) 0%, var(--navy-light) 45%, #0d3d66 100%);color:var(--white);flex-direction:column;gap:1rem;padding:1.75rem 1.5rem 1.5rem;display:flex}.admission-modal__brand{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.admission-modal__brand-text{letter-spacing:.04em;text-shadow:0 0 1px #0000004d;margin:0;font-size:clamp(.7rem,2vw,.85rem);font-weight:800;line-height:1.25}.admission-modal__brand-sub{letter-spacing:.06em;opacity:.92;margin-top:.25rem;font-size:.65em;font-weight:600;display:block}.admission-modal__headline{text-align:center;padding:.5rem 0}.admission-modal__headline-main{letter-spacing:.02em;color:#f5d547;text-shadow:2px 2px 0 var(--brand-red-dark), -1px -1px 0 #0003;margin:0;font-size:clamp(1.35rem,4vw,1.85rem);font-weight:900}.admission-modal__ribbon{background:var(--nav-active);border-radius:4px;margin-top:.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.admission-modal__photos{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.25rem;display:grid}.admission-modal__photos img{object-fit:cover;border:2px solid #ffffff40;border-radius:6px;width:100%;height:88px}.admission-modal__promo-foot{border-top:1px solid #fff3;margin-top:auto;padding-top:.75rem;font-size:.8rem;line-height:1.45}.admission-modal__promo-foot p{margin:0 0 .5rem}.admission-modal__promo-foot a{color:var(--white);text-underline-offset:2px;text-decoration:underline}.admission-modal__form-wrap{padding:2.75rem 1.5rem 1.75rem}@media (width>=801px){.admission-modal__form-wrap{padding-top:2rem}}.admission-modal__title{color:var(--text);margin:0 0 1.25rem;font-size:1.35rem;font-weight:700}.admission-modal__success{text-align:center;color:var(--text);padding:2rem 1rem}.admission-modal__success h2{color:var(--welcome-teal);margin:0 0 .5rem;font-size:1.25rem}.admission-modal__field{margin-bottom:1rem}.admission-modal__field label{color:var(--text-muted);margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.admission-modal__input-wrap{position:relative}.admission-modal__input-wrap input,.admission-modal__input-wrap textarea{width:100%;font:inherit;border:1px solid var(--border);background:var(--white);color:var(--text);border-radius:6px;padding:.65rem 2.25rem .65rem .75rem;font-size:.95rem}.admission-modal__input-wrap textarea{resize:vertical;min-height:100px;padding-bottom:2rem}.admission-modal__input-wrap input:focus,.admission-modal__input-wrap textarea:focus{outline:2px solid var(--nav-active);outline-offset:0;border-color:#0000}.admission-modal__input-icon{opacity:.45;pointer-events:none;width:1.15rem;height:1.15rem;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.admission-modal__input-wrap textarea+.admission-modal__input-icon{top:auto;bottom:.65rem;transform:none}.admission-modal__error{color:var(--brand-red);margin:.35rem 0 0;font-size:.8rem}.admission-modal__submit{width:100%;font:inherit;color:var(--white);cursor:pointer;background:#1e3a8a;border:none;border-radius:6px;margin-top:.5rem;padding:.85rem 1rem;font-size:1rem;font-weight:700}.admission-modal__submit:hover{background:#172554}.admission-modal__submit:disabled{opacity:.6;cursor:not-allowed}.section{padding:clamp(2rem,4vw,2.5rem) clamp(1rem,2vw,1.25rem)}.section--alt{background:var(--white)}.section__inner{width:90%;max-width:1100px;margin:0 auto}@media (width<=768px){.section__inner{width:95%}}.section__eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin:0 0 .5rem;font-size:1.2rem;font-weight:700}.section__title{color:var(--gold);margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.25;display:inline-block;position:relative}.section__title:after{content:"";background:var(--gold);border-radius:2px;width:100%;height:2px;transition:all .4s;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.section__title:hover:after{width:100%}.section__title--center{text-align:center}.section__intro{color:var(--text-muted);max-width:800px;margin:0 0 1.1rem}.AddressSection{border-radius:var(--radius);flex-direction:column;margin:auto;padding:2rem;display:flex}.AddressSection h2{color:#1a1a1a;margin-bottom:1.5rem}.AddressSection p{color:#333;margin-bottom:1.25rem;line-height:1.6}.AddressSection a{color:#06c;text-decoration:none;transition:color .2s}.AddressSection a:hover{color:#049;text-decoration:underline}.section__intro--center{text-align:center;margin-left:auto;margin-right:auto}.section__cta{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1rem;display:flex}.two-col{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.two-col--reverse{direction:rtl}.two-col--reverse>*{direction:ltr}@media (width>=700px){.AboutImage{width:100%;height:550px;margin:0 auto;position:relative}.AboutImage-1,.AboutImage-2{box-shadow:var(--shadow);border-radius:20px;position:absolute;overflow:hidden}.AboutImage-1 img,.AboutImage-2 img{object-fit:cover;width:100%;height:100%}.AboutImage-2{z-index:2;border:8px solid var(--white);width:60%;height:80%;bottom:0;right:0}}@media (width<=900px){.two-col{grid-template-columns:1fr}.AboutImage,.AboutImage-1,.AboutImage-2,.AboutImage-1 img,.AboutImage-2 img{display:none}.AboutImage-2{z-index:2;border:8px solid var(--white);width:100%;height:100%;bottom:0;right:0}}.vision-list{color:var(--text);margin:0 0 2rem;padding-left:1.25rem}.vision-list li{margin-bottom:.5rem}.vm-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=700px){.vm-grid{grid-template-columns:1fr}}.vm-card{border-radius:var(--radius);background:var(--cream);border:1px solid var(--border);padding:1.5rem}.vm-card h3{color:var(--navy);margin-top:0}.vm-card--gold{background:linear-gradient(135deg, #c9a22726, var(--white));border-color:#c9a22766}.academic-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3.25rem;display:grid}.academic-cards--fluid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media (width<=1100px){.academic-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.academic-cards{grid-template-columns:1fr}}a.academic-card-link{color:inherit;border-radius:16px;text-decoration:none;display:block}a.academic-card-link:focus-visible{outline:2px solid var(--nav-active);outline-offset:3px}.academic-card{aspect-ratio:16/10;cursor:pointer;border-radius:16px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.academic-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s;transform:scale(1)}.academic-card:hover img{transform:scale(1.08)}.academic-card:hover{box-shadow:0 14px 28px #00000029}.academic-overlay{color:#fff;background:linear-gradient(#0000,#0000004d,#000000bf);width:100%;padding:1rem;position:absolute;bottom:0}.academic-overlay h4{margin:0 0 .4rem;font-size:1.1rem}.academic-overlay p{opacity:.9;font-size:.9rem}.admissions-block{background:linear-gradient(180deg, var(--cream), var(--white))}.facility-list{margin:0;padding-left:1.25rem}.facility-list li{margin-bottom:.75rem}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.gallery-grid--compact{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.gallery-grid,.gallery-grid--compact{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.gallery-grid,.gallery-grid--compact{grid-template-columns:repeat(2,1fr)}}.gallery-grid__item{border-radius:var(--radius);aspect-ratio:4/3;box-shadow:var(--shadow);display:block;overflow:hidden}.gallery-grid__item img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.gallery-grid__item:hover img{transform:scale(1.04)}.gallery-grid__item--figure{margin:0}.home-gallery-grid .gallery-grid__item{aspect-ratio:auto;height:145px}.home-gallery-grid+.section__cta{margin-top:1.8rem}.testimonials{color:var(--white);background:#413f3f}.testimonials .section__eyebrow{color:var(--gold)}.testimonials .section__title{color:var(--white)}.testimonial-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=900px){.testimonial-grid{grid-template-columns:1fr}}.testimonial-slider{align-items:stretch;gap:.5rem;display:flex}.testimonial-slider__viewport{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:1rem;padding:.25rem 0 .5rem;display:flex;overflow-x:auto}.testimonial-slider__viewport::-webkit-scrollbar{display:none}.testimonial-slider__viewport .testimonial-card{scroll-snap-align:start;flex:0 0 min(320px,82vw)}.testimonial-slider__btn{width:2.25rem;height:2.5rem;color:var(--white);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff59;border-radius:6px;flex-shrink:0;align-self:center;font-size:1.25rem;line-height:1;transition:background .2s}.testimonial-slider__btn:hover{background:#ffffff2e}@media (width<=600px){.testimonial-slider__btn{display:none}}.testimonial-card{border-radius:var(--radius);background:#ffffff14;border:1px solid #ffffff1f;margin:0;padding:1.5rem}.testimonial-card__quote{margin:0 0 1rem;font-style:italic;line-height:1.65}.testimonial-card footer{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.9rem;display:flex}.testimonial-card .stars{color:var(--gold);letter-spacing:2px}.instagram-strip,.home-leadership{background:var(--white)}.home-leadership__visual img{object-fit:cover;width:100%;max-width:320px;box-shadow:var(--shadow);border-radius:18px;margin:0 auto}.about-highlights{flex-wrap:wrap;gap:.65rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}@media (width<=600px){.about-highlights{gap:.5rem}.about-highlights__item{min-width:calc(50% - .25rem)}}.about-highlights__item{background:var(--white);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.15rem;min-width:7rem;padding:.55rem .85rem;display:flex}.section--alt .about-highlights__item{background:#ffffffa6}.about-highlights__label{text-transform:uppercase;letter-spacing:.04em;color:var(--text);font-size:1rem;font-weight:700}.about-highlights__value{color:var(--text-muted);font-size:.85rem;font-weight:700}.home-news .news-list{margin:0;padding:0;list-style:none}.news-list__item{border-bottom:1px solid var(--border);grid-template-columns:6.5rem 1fr;gap:1rem;padding:1rem 0;display:grid}@media (width<=600px){.news-list__item{grid-template-columns:1fr;gap:.5rem}.news-list__date{margin-bottom:.25rem}}.news-list__item:last-child{border-bottom:none}.news-list__date{color:var(--brand-red);font-size:.85rem;font-weight:600}.news-list__title{color:var(--navy);margin-bottom:.25rem;display:block}.news-list__detail{color:var(--text-muted);margin:0;font-size:.95rem}.downloads-list{margin:1.25rem 0 0;padding:0;list-style:none}.downloads-list__item{border-bottom:1px solid var(--border);flex-direction:column;gap:.25rem;padding:.85rem 0;display:flex}.downloads-list__link{font-weight:600}.downloads-list__hint{color:var(--text-muted);font-size:.85rem}.downloads-list__muted{color:var(--text-muted);font-weight:600}.disclosure-section{margin-top:1.75rem}.disclosure-section__heading{color:var(--navy);margin:0 0 .75rem;font-size:1.15rem}.enquiry-fab{z-index:350;cursor:pointer;color:var(--white);background:linear-gradient(180deg, var(--gold), var(--gold-dark));border:none;border-radius:999px;padding:.55rem 1rem;font-family:inherit;font-size:.9rem;font-weight:700;position:fixed;bottom:1rem;right:1rem;box-shadow:0 6px 20px #0f274440}.enquiry-fab:hover{filter:brightness(1.05)}.festival-popup{z-index:390;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.festival-popup__backdrop{cursor:pointer;background:#0f274473;border:0;margin:0;padding:0;position:absolute;inset:0}.festival-popup__panel{z-index:1;background:var(--white);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow);padding:1.5rem;position:relative}.festival-popup__close{background:var(--cream);cursor:pointer;border:none;border-radius:50%;width:2rem;height:2rem;font-size:1.2rem;line-height:1;position:absolute;top:.5rem;right:.5rem}.festival-popup__img{border-radius:8px;width:100%;margin-bottom:1rem}.ig-placeholder{border-radius:var(--radius);border:2px dashed var(--border);background:repeating-linear-gradient(-45deg, var(--cream), var(--cream) 10px, var(--white) 10px, var(--white) 20px);height:120px}.btn{cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:clamp(.5rem,1.5vw,.65rem) clamp(1rem,2vw,1.35rem);font-family:inherit;font-size:clamp(.85rem,1.5vw,.95rem);font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn--gold{background:linear-gradient(180deg, var(--gold), var(--gold-dark));color:var(--navy);border-color:var(--gold-dark)}.btn--gold:hover{filter:brightness(1.05);color:var(--navy)}.btn--outline{color:var(--navy);border-color:var(--navy);background:0 0}.btn--outline:hover{background:var(--navy);color:var(--white)}.btn--block{width:100%}.btn--sm{padding:clamp(.35rem,1vw,.45rem) clamp(.75rem,1.5vw,.95rem);font-size:clamp(.75rem,1.2vw,.8125rem)}.contact-form{border-radius:var(--radius);background:#fff;border:1px solid #e5e5e5;padding:clamp(1.5rem,3vw,2rem);box-shadow:0 2px 8px #00000014}.contact-form--narrow{max-width:480px}.contact-form__row{text-align:left;margin-bottom:1rem}.contact-form__row label{color:var(--navy);margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.contact-form input,.contact-form textarea{width:100%;font:inherit;border:1px solid #6f6f6f;border-radius:8px;padding:.6rem .75rem}.contact-form textarea{resize:vertical}.form-status{border-radius:8px;margin:0 0 1rem;padding:.65rem .85rem;font-size:.9rem}.form-status--success{color:#1b5e20;background:#e8f5e9;border:1px solid #a5d6a7}.form-status--error{color:#b71c1c;background:#ffebee;border:1px solid #ef9a9a}.footer-form{text-align:left;margin-top:1rem}.footer-form__input{width:100%;max-width:320px;color:inherit;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;margin-bottom:.75rem;padding:.5rem .75rem}.page-hero{background:linear-gradient(180deg, var(--white), var(--cream));text-align:center;padding:clamp(1.2rem,3vw,1.5rem) clamp(1rem,2vw,1.25rem) clamp(1rem,2vw,1.2rem)}.page-hero__eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin:0;font-size:.8rem;font-weight:700}.page-hero__title{color:var(--gold);margin:.35rem 0 .2rem;font-size:clamp(1.75rem,4vw,2.25rem)}.page-hero__subtitle{margin:0}.article-page__body,.gallery-page .section__inner{margin:0 auto;padding:clamp(1rem,2vw,1.35rem) clamp(1rem,2vw,1.25rem) clamp(1.8rem,3vw,2.25rem)}.article-page__body p{color:var(--text);margin:0 0 1rem}.article-page__body--with-visual{border:1px solid var(--border);text-align:left;background:linear-gradient(#fff,#f7faff);border-radius:1rem;width:100%;max-width:100%;padding:clamp(1rem,2.4vw,1.35rem);box-shadow:0 12px 30px #0f274414}.article-page__body--with-visual p{color:#1e293b;width:auto;max-width:74ch;margin:0 0 .9rem;font-size:clamp(.95rem,1.12vw,1rem);line-height:1.64}.facility-visual{margin:0 0 1rem}.facility-visual__figure{background:#fff;border:1px solid #0f274429;border-radius:.85rem;width:min(760px,100%);margin:0 auto;overflow:hidden;box-shadow:0 10px 24px #0f27441f}.facility-visual__image{aspect-ratio:17/10;object-fit:cover;width:100%;display:block}.facility-visual__caption{color:#334155;text-align:center;background:linear-gradient(#fff,#f8fbff);margin:0;padding:.5rem .7rem .58rem;font-size:.83rem;line-height:1.45}.facility-article{gap:1rem;display:grid}.facility-article__intro{color:#0f2e52;max-width:74ch;margin:0;font-size:clamp(1rem,1.2vw,1.06rem);font-weight:500;line-height:1.72}.facility-article__sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}@media (width<=700px){.facility-article__sections{grid-template-columns:1fr}}.facility-article__card{background:linear-gradient(165deg,#fff 0%,#f8fbff 100%);border:1px solid #122f5624;border-radius:.9rem;padding:.95rem 1rem;box-shadow:0 8px 20px #0f274414}.facility-article__card-title{color:#0f2e52;margin:0;font-size:1.03rem;line-height:1.3}.facility-article__card-list{gap:.45rem;margin:.7rem 0 0;padding-left:1.1rem;display:grid}.facility-article__card-list li{color:#223246;line-height:1.58}.facility-article__highlights{flex-wrap:wrap;gap:.55rem;display:flex}.facility-article__highlight-chip{color:#12345c;background:linear-gradient(#f3f8ff,#e9f2ff);border:1px solid #122f5626;border-radius:999px;align-items:center;padding:.42rem .78rem;font-size:.85rem;font-weight:600;line-height:1.3;display:inline-flex}.facility-article__callout{background:linear-gradient(135deg,#c9a22726,#fffffff2);border:1px solid #c9a22780;border-radius:.95rem;padding:.9rem 1rem}.facility-article__callout-title{color:#4a3407;margin:0;font-size:1rem;line-height:1.3}.facility-article__callout-text{color:#3b4048;margin:.45rem 0 0;line-height:1.6}.affiliation-page__body{margin:0 auto;padding:1.35rem 1.25rem 2.25rem}.affiliation-page__layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:1.5rem;display:grid}@media (width<=900px){.affiliation-page__layout{grid-template-columns:1fr}}.affiliation-page__main{border:1px solid var(--border);background:#fff;border-radius:1rem;padding:1.25rem}.affiliation-page__main p{color:var(--text);margin:0 0 1rem}.affiliation-page__highlight{color:var(--navy);font-size:1.05rem;font-weight:600;line-height:1.65}.affiliation-page__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.25rem 0;padding:0;list-style:none;display:grid}@media (width<=600px){.affiliation-page__facts{grid-template-columns:1fr}}.affiliation-page__fact-item{border:1px solid var(--border);background:#f8fafc;border-radius:.75rem;padding:.75rem}.affiliation-page__fact-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;display:block}.affiliation-page__fact-value{color:var(--navy);margin-top:.25rem;font-weight:700;display:block}.affiliation-page__section h2,.affiliation-page__panel h2{color:var(--navy);margin:0 0 .9rem;font-size:1.15rem}.affiliation-page__list{gap:.6rem;margin:0;padding-left:1.2rem;display:grid}.affiliation-page__list li{color:var(--text)}.affiliation-page__support{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.affiliation-page__cta{justify-items:start;gap:.6rem;margin-top:1.25rem;display:grid}.affiliation-page__cta p{color:var(--text-muted);margin:0;font-size:.94rem}.affiliation-page__panel{border:1px solid var(--border);background:#fff;border-radius:1rem;padding:1rem;position:sticky;top:1rem}.affiliation-page__details{margin:0}.affiliation-page__details-row{border:1px solid var(--border);border-radius:.5rem;grid-template-columns:1.2fr 1fr;display:grid;overflow:hidden}@media (width<=600px){.affiliation-page__details-row{grid-template-columns:1fr}.affiliation-page__details dt{border-right:none;border-bottom:1px solid var(--border)}}.affiliation-page__details-row+.affiliation-page__details-row{margin-top:.5rem}.affiliation-page__details dt,.affiliation-page__details dd{margin:0;padding:.55rem .65rem;font-size:.9rem}.affiliation-page__details dt{color:#1f6f36;border-right:1px solid var(--border);background:#edf7ef;font-weight:600}.affiliation-page__details dd{color:var(--text);word-break:break-word;background:#fff}.faculty-page__body{margin:0 auto;padding:1.35rem 1.25rem 2.25rem}.faculty-page__content{border:1px solid var(--border);background:#fff;border-radius:1rem;padding:1.25rem}.faculty-page__content p{color:var(--text);margin:0 0 1rem}.faculty-page__highlight{color:var(--navy);font-size:1.04rem;font-weight:600;line-height:1.65}.faculty-page__table-section{margin-top:1.2rem}.faculty-page__table-section h2,.faculty-page__support h2{color:var(--navy);margin:0 0 .85rem;font-size:1.15rem}.faculty-page__table-wrap{border:1px solid var(--border);border-radius:.75rem;overflow-x:auto}.faculty-page__table{border-collapse:collapse;width:100%;min-width:640px}.faculty-page__table th,.faculty-page__table td{color:var(--text);text-align:left;border:1px solid #cfcfcf;padding:.65rem .75rem}.faculty-page__table thead th{color:#111827;text-transform:uppercase;letter-spacing:.02em;background:#efefef;font-size:.92rem}.faculty-page__table tbody tr:nth-child(odd) td{background:#f4f4f4}.faculty-page__table tbody tr:nth-child(2n) td{background:#fff}.faculty-page__support{margin-top:1.25rem}.faculty-page__support ul{gap:.55rem;margin:0;padding-left:1.2rem;display:grid}.faculty-page__support li{color:var(--text)}.faculty-page__cta{justify-items:start;gap:.6rem;margin-top:1.3rem;display:grid}.faculty-page__cta p{color:var(--text-muted);margin:0;font-size:.94rem}@media (width<=900px){.section{padding:2.1rem 1rem}.page-hero{padding:1.2rem 1rem 1rem}.article-page__body,.gallery-page .section__inner{padding:1.1rem 1rem 1.9rem}.article-page__body--with-visual{padding:.95rem}.affiliation-page__layout{grid-template-columns:1fr}.affiliation-page__panel{position:static}}@media (width<=640px){.section{padding:1.8rem .9rem}.section__intro{margin:0 0 .9rem}.section__cta{margin-top:.85rem}.page-hero{padding:1rem .9rem .85rem}.article-page__body,.gallery-page .section__inner{padding:.95rem .9rem 1.6rem}.article-page__body--with-visual{border-radius:.8rem;padding:.8rem}.article-page__body--with-visual p{max-width:68ch;font-size:.94rem;line-height:1.6}.facility-visual__figure{width:min(640px,100%)}.facility-visual__caption{font-size:.79rem}.facility-article{gap:.85rem}.facility-article__intro{font-size:.96rem;line-height:1.65}.facility-article__sections{grid-template-columns:1fr;gap:.75rem}.facility-article__card{border-radius:.8rem;padding:.82rem .85rem}.facility-article__card-title{font-size:.98rem}.facility-article__card-list{gap:.38rem}.facility-article__highlight-chip{padding:.38rem .68rem;font-size:.81rem}.facility-article__callout{border-radius:.82rem;padding:.78rem .85rem}.facility-article__callout-title{font-size:.94rem}.facility-article__callout-text{font-size:.92rem}.affiliation-page__body,.faculty-page__body{padding:.95rem .9rem 1.8rem}.affiliation-page__facts,.affiliation-page__details-row{grid-template-columns:1fr}.affiliation-page__details dt{border-right:0;border-bottom:1px solid var(--border)}}.gallery-page .gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;max-width:1180px;margin:0 auto;padding:0 .75rem 3rem}.gallery-page .gallery-photo-card{border:1px solid var(--border);background:var(--white);border-radius:10px;overflow:hidden}.gallery-page .gallery-photo-card img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .5s,filter .3s;display:block}.gallery-page .gallery-photo-card:hover img{filter:brightness(1.05);transform:scale(1.08)}@media (width<=900px){.gallery-page .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=600px){.gallery-page .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.video-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto;padding:0 1.25rem 2rem;display:grid}@media (width>=1000px){.video-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1180px}}@media (width<=700px){.video-grid{grid-template-columns:1fr}}.video-card__frame{aspect-ratio:16/9;border-radius:var(--radius);background:var(--navy);box-shadow:var(--shadow);position:relative;overflow:hidden}.video-card__frame--placeholder{aspect-ratio:16/9;background:linear-gradient(135deg, var(--navy-light), var(--navy));justify-content:center;align-items:center;padding:1.25rem;display:flex}.video-card__placeholder-inner{text-align:center;flex-direction:column;align-items:center;gap:.45rem;max-width:26ch;display:flex}.video-card__placeholder-title{color:#fffffff5;font-size:1rem;font-weight:700;line-height:1.35}.video-card__placeholder-hint{color:#ffffffb8;font-size:.8rem;line-height:1.4}.video-card__link{color:inherit;text-decoration:none;display:block;position:absolute;inset:0}.video-card__thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .28s,filter .28s;display:block}.video-card__link:hover .video-card__thumbnail{filter:brightness(.92);transform:scale(1.04)}.video-card__play-icon{color:#fff;background:#0000009e;border-radius:999px;place-items:center;width:3rem;height:3rem;font-size:1.18rem;line-height:1;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 18px #00000040}.video-card__link:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}.video-gallery__lead{color:var(--text);margin-top:0;margin-bottom:0;padding-bottom:1.5rem;line-height:1.65}.video-gallery__lead strong{color:var(--navy);font-weight:700}.video-gallery__support{color:var(--text-muted);margin-top:.65rem;font-size:.98rem;font-weight:400;display:block}@media (width>=700px){.video-gallery__support{margin-top:0;display:inline}.video-gallery__support:before{content:" "}}.video-card__frame iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.video-card__caption{color:var(--navy);margin:.5rem 0 0;font-weight:600}.pay-placeholder{text-align:center;border:2px dashed var(--border);border-radius:var(--radius);color:var(--text-muted);background:var(--white);margin-top:1.5rem;padding:3rem}.paynow{gap:1.5rem;display:grid}.paynow__heading{color:var(--navy);background:#d6edf2;border-radius:.5rem;margin:0;padding:.9rem 1rem}.paynow__section{border-bottom:2px solid var(--border);grid-template-columns:minmax(0,1fr) 220px;align-items:start;gap:1.25rem;padding:1.25rem 0;display:grid}.paynow__section--single{grid-template-columns:minmax(0,1fr)}.paynow__details{gap:.9rem;display:grid}.paynow__number{color:var(--navy);margin:0;font-size:2.25rem;font-weight:800;line-height:1}.paynow__list{gap:.6rem;margin:0;display:grid}.paynow__row{grid-template-columns:200px minmax(0,1fr);gap:.75rem;display:grid}.paynow__row dt{color:var(--text);margin:0;font-weight:700}.paynow__row dd{color:var(--text);word-break:break-word;margin:0;font-weight:600}.paynow__qr{aspect-ratio:1;object-fit:contain;border:1px solid var(--border);background:var(--white);border-radius:.5rem;width:100%;max-width:220px}@media (width<=720px){.paynow__section{grid-template-columns:minmax(0,1fr)}.paynow__qr{max-width:260px}.paynow__row{grid-template-columns:minmax(0,1fr);gap:.2rem}}.career-page{padding-top:1.5rem;padding-bottom:.5rem}.career-page__intro{border:1px solid var(--border);background:linear-gradient(#fff,#f7f9fc);border-radius:.9rem;max-width:980px;margin-bottom:1rem;padding:1.1rem 1.2rem}.career-page__intro p:last-child{margin-bottom:0}.career-page__intro a{color:var(--navy);font-weight:600;text-decoration-thickness:2px}.career-page__content{grid-template-columns:minmax(0,560px) minmax(260px,1fr);align-items:center;gap:1.5rem;display:grid}.career-page__form-panel{margin-top:1rem}.career-page__form-title{color:var(--navy);margin:0 0 .35rem;font-size:1.2rem}.career-page__form-text{color:var(--text-muted);margin:0 0 .9rem}.career-page__form{border-radius:.95rem;max-width:560px;margin-top:0;padding:1.25rem;box-shadow:0 8px 24px #112b4d14}.career-page__logo-wrap{place-items:center;min-height:0;margin-top:6rem;padding:0;display:grid}.career-page__logo{object-fit:contain;width:min(100%,460px);height:auto;max-height:420px;display:block}.career-page__form .contact-form__row label{letter-spacing:.01em;font-size:.82rem}.career-page__form input,.career-page__form textarea{background:#fff;border-color:#d8dee8}.career-page__form input:focus,.career-page__form textarea:focus{border-color:#8aa3c9;outline:none;box-shadow:0 0 0 3px #6885b529}@media (width<=720px){.career-page__content{grid-template-columns:minmax(0,1fr);gap:1rem}.career-page__intro,.career-page__form{padding:1rem}.career-page__form-panel{margin-top:.25rem}.career-page__logo-wrap{margin-top:.25rem;padding:0}.career-page__logo{width:min(100%,360px);max-height:320px}}.contact-page{background:#fff;min-height:100vh}.contact-page .two-col{align-items:start;gap:3rem;padding-bottom:3rem}.h3{color:var(--navy);margin-top:0;font-size:1.25rem}.site-footer{background:var(--navy);color:#000;margin-top:auto;padding:3rem 1.25rem 1.5rem}.site-footer a{color:var(--gold)}.site-footer a:hover{color:#e4c85c}.site-footer__grid{grid-template-columns:2fr 1fr 1fr;gap:2rem;max-width:1100px;margin:0 auto;display:grid}@media (width<=900px){.site-footer__grid{grid-template-columns:1fr}.site-footer__map-wrap{max-width:100%}.site-footer__map{min-height:220px}}.site-footer__heading{color:var(--white);margin:0 0 1rem;font-size:1rem}.site-footer__lead{margin:0 0 1rem;line-height:1.55}.site-footer__heading--social{margin-top:1.75rem}.site-footer__social{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.site-footer__social a,.site-footer__social a:hover{color:#fff}.site-footer__social-link{border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;text-decoration:none;transition:transform .15s,box-shadow .15s,filter .15s;display:inline-flex;box-shadow:0 1px 3px #00000040}.site-footer__social-link:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.site-footer__social-link:hover{filter:brightness(1.08);transform:translateY(-2px)}.site-footer__social-svg{flex-shrink:0;width:1.15rem;height:1.15rem}.site-footer__social-link--facebook{background:#1877f2}.site-footer__social-link--instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}.site-footer__social-link--x{background:#000}.site-footer__social-link--youtube{background:red}.site-footer__social-link--whatsapp{background:#25d366}.site-footer__social-link--telegram{background:#08c}.site-footer__social-link--pill{border-radius:999px;gap:.4rem;width:auto;min-height:2.5rem;padding:0 .85rem}.site-footer__social-label{white-space:nowrap;font-size:.8rem;font-weight:600}.site-footer__links{margin:0;padding:0;list-style:none}.site-footer__links li{margin-bottom:.4rem}.site-footer__links a{text-decoration:none}.site-footer__map-wrap{border-radius:10px;width:100%;max-width:360px;overflow:hidden;box-shadow:0 8px 22px #00000040}.site-footer__map{aspect-ratio:6/5;border:0;width:100%;min-height:240px;display:block}@media (width<=520px){.site-footer__map{min-height:200px}}.site-footer__searches{border-top:1px solid #ffffff26;max-width:1100px;margin:2rem auto 0;padding-top:1.5rem}.site-footer__sub{color:#ffffffb3;margin:0 0 .5rem;font-size:.85rem}.site-footer__seo{color:#ffffff8c;margin:0;font-size:.75rem;line-height:1.5}.site-footer__bottom{text-align:center;border-top:1px solid #ffffff26;max-width:1100px;margin:2rem auto 0;padding-top:1rem;font-size:.85rem}.site-footer__bottom p{margin:.35rem 0}.message-page{background:var(--white);border-bottom:1px solid var(--border)}.message-page__inner{grid-template-columns:minmax(200px,260px) minmax(0,1fr);gap:0;min-height:50vh;margin:0 auto;display:grid}.message-page__sidebar{border-right:1px solid var(--border);background:var(--white);padding:2rem 0 2rem 1.25rem}.message-page__nav-sections{flex-direction:column;gap:0;display:flex}.message-page__nav-section:not(:first-child){border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.message-page__nav-section-title{letter-spacing:.02em;text-transform:none;color:var(--nav-active);margin:0 0 .5rem;padding:0 1rem;font-size:.75rem;font-weight:700}.message-page__nav-list{margin:0;padding:0;list-style:none}.message-page__nav-list li{margin:0}.message-page__nav-link{color:var(--text-muted);border-radius:8px 0 0 8px;padding:.75rem 1rem .75rem 1.65rem;font-size:.9rem;text-decoration:none;transition:background .2s,color .2s;display:block;position:relative}.message-page__nav-link:before{content:"›";color:#0d47a166;font-size:.95rem;font-weight:600;line-height:1;position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.message-page__nav-link:hover{color:var(--navy);background:#0f27440d}.message-page__nav-link--active{background:var(--message-sky);color:var(--navy);box-shadow:inset 3px 0 0 var(--nav-active);font-weight:700}.message-page__nav-link--active:before{color:var(--nav-active)}.message-page__panel{padding:2rem 1.25rem 3rem 2rem}.message-page__hero-row{grid-template-columns:minmax(200px,280px) minmax(0,1fr);align-items:start;gap:2rem;display:grid}.message-page__portrait-wrap{position:relative}.message-page__portrait{aspect-ratio:3/4;object-fit:cover;width:100%;max-width:280px;box-shadow:var(--shadow);border-radius:20px;margin:0 auto}.message-page__title{text-transform:uppercase;letter-spacing:.04em;margin:0 0 1rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;line-height:1.2}.message-page__title-lead{color:var(--message-brick)}.message-page__title-rest{color:var(--welcome-teal)}.message-page__salutation{color:var(--text);margin:0 0 .5rem}.message-page__salutation:last-of-type,.message-page__text{margin-bottom:1rem}.message-page__text p,.message-page__excerpt{color:var(--text);margin:0 0 1rem}.message-page__toggle{font:inherit;color:var(--white);background:var(--message-brick);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.55rem 1.35rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .15s;display:inline-flex}.message-page__toggle:hover{background:var(--brand-red-dark)}.message-page__toggle:focus-visible{outline:2px solid var(--welcome-teal);outline-offset:2px}.message-page__signature{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem}.message-page__closing{color:var(--text);margin:0 0 .75rem}.message-page__sign-name{color:var(--text);margin:0 0 .25rem;font-style:italic}.message-page__sign-role{color:var(--text);margin:0 0 .25rem}.message-page__sign-qual{text-underline-offset:3px;color:var(--text);margin:0 0 .75rem;font-style:italic;text-decoration:underline}.message-page__sign-school{color:var(--message-brick);margin:0;font-weight:600}@media (width<=900px){.message-page__inner{grid-template-columns:1fr}.message-page__sidebar{border-right:none;border-bottom:1px solid var(--border);padding:1rem 1.25rem}.message-page__nav-section:not(:first-child){margin-top:1rem;padding-top:1rem}.message-page__nav-section-title{margin-bottom:.4rem;padding:0 .35rem}.message-page__nav-list{flex-wrap:wrap;gap:.35rem;display:flex}.message-page__nav-link{border-radius:8px;padding:.5rem .65rem .5rem 1.35rem;font-size:.85rem}.message-page__nav-link:before{font-size:.85rem;left:.45rem}.message-page__nav-link--active{box-shadow:inset 0 0 0 1px #0f27441a, inset 3px 0 0 var(--nav-active)}.message-page__panel{padding:1.5rem 1.25rem 2.5rem}.message-page__hero-row{text-align:center;grid-template-columns:1fr}.message-page__portrait{margin-left:auto;margin-right:auto}.message-page__intro{text-align:left}}.about-school-page__intro-grid,.about-school-page__about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:2.25rem;display:grid}.about-school-page__main-title,.about-school-page__section-title{color:#101828;margin:0 0 1rem;line-height:1.1}.about-school-page__main-title{gap:.4rem;font-size:clamp(2rem,5vw,4rem);display:grid}.about-school-page__section-title{gap:.35rem;font-size:clamp(1.9rem,4vw,3.5rem);display:grid}.about-school-page__brand-line{line-height:1}.about-school-page__brand-word{font-weight:800}.about-school-page__brand-word--red{color:#c7232b}.about-school-page__brand-word--green{color:#10847a}.about-school-page__paragraph{color:var(--text);max-width:58ch;margin:0 0 1rem}.about-school-page__hero-image img{object-fit:cover;width:100%;min-height:320px;box-shadow:var(--shadow);border-radius:18px}.about-school-page__team-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.about-school-page__team-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);text-align:center;border-radius:12px;padding:1rem .9rem}.about-school-page__team-card img{object-fit:cover;border-radius:50%;width:88px;height:88px;margin:0 auto .65rem}.about-school-page__team-card h3{color:var(--navy);margin:0;font-size:1rem}.about-school-page__team-card p{color:var(--text-muted);margin:.2rem 0;font-weight:600}.about-school-page__team-card small{color:var(--text-muted)}.about-school-page__testimonial{padding-top:2.4rem}.about-school-page__testimonial-grid{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;grid-template-columns:1.1fr 1fr;display:grid;overflow:hidden}.about-school-page__testimonial-grid img{object-fit:cover;width:100%;height:100%;min-height:280px}.about-school-page__testimonial-card{color:#f4fbf9;text-align:center;background:#0f7f78;flex-direction:column;justify-content:center;gap:.65rem;padding:clamp(1.2rem,2.5vw,2rem);display:flex}.about-school-page__rating{letter-spacing:.18em;margin:0}.about-school-page__testimonial-card blockquote{margin:0;font-size:1rem;line-height:1.7}.about-school-page__testimonial-card cite{font-size:.9rem;font-style:normal;font-weight:700}@media (width<=1024px){.about-school-page__team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.about-school-page__intro-grid,.about-school-page__about-grid,.about-school-page__testimonial-grid{grid-template-columns:1fr}}@media (width<=640px){.about-school-page__team-grid{grid-template-columns:1fr}.about-school-page__main-title,.about-school-page__section-title{line-height:1.2}}.pre-primary-page{background:radial-gradient(circle at 8% 12%,#ffbf4933,#0000 32%),radial-gradient(circle at 86% 0,#0ca5782e,#0000 28%),linear-gradient(#f8fbff 0%,#f7fafc 52%,#eef4fb 100%);padding:clamp(1.25rem,3vw,2.5rem) 0 clamp(2.5rem,4.5vw,4rem)}.pre-primary-page__container{width:min(1120px,100% - 2rem);margin:0 auto}.pre-primary-page__hero{background:linear-gradient(135deg,#fff 0%,#f2f7ff 100%);border:1px solid #122f561a;border-radius:20px;margin-bottom:clamp(1.2rem,3vw,2rem);padding:clamp(1.1rem,3vw,2rem);position:relative;overflow:hidden;box-shadow:0 14px 40px #122f561c}.pre-primary-page__hero:before{content:"";pointer-events:none;background:linear-gradient(#c9a22733,#c9a22705);border-radius:999px;width:210px;height:210px;position:absolute;inset:auto -70px -95px auto}.pre-primary-page__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#0f7f78;margin:0 0 .45rem;font-size:.78rem;font-weight:700}.pre-primary-page__title{color:#112645;max-width:20ch;margin:0;font-size:clamp(1.55rem,3.5vw,2.3rem);line-height:1.18}.pre-primary-page__intro{color:#334155;max-width:66ch;margin:.8rem 0 0;line-height:1.65}.pre-primary-page__highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.pre-primary-page__highlight-item{background:linear-gradient(#ffffffeb,#ffffffb8);border:1px solid #122f5621;border-radius:14px;padding:.72rem .82rem;box-shadow:0 4px 14px #0f172a12}.pre-primary-page__highlight-label{letter-spacing:.05em;text-transform:uppercase;color:#64748b;font-size:.73rem;font-weight:700;display:block}.pre-primary-page__highlight-value{color:#122f56;margin-top:.18rem;font-size:.95rem;font-weight:700;display:block}.pre-primary-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.pre-primary-page__card{background:linear-gradient(160deg,#fff 0%,#f7fbff 100%);border:1px solid #122f5624;border-radius:16px;padding:1.1rem 1rem 1.2rem;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 8px 24px #0f172a14}.pre-primary-page__card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a1c}.pre-primary-page__card h2{color:#0f2e52;margin:0 0 .72rem;font-size:1.14rem;line-height:1.3}.pre-primary-page__card ul{gap:.4rem;margin:0;padding-left:1.1rem;display:grid}.pre-primary-page__card li{color:#223246;line-height:1.58}.pre-primary-page__gallery-wrap{background:linear-gradient(135deg,#0f2e52 0%,#173f6d 100%);border-radius:20px;margin-top:1.35rem;padding:clamp(1rem,2.4vw,1.5rem);box-shadow:0 16px 36px #0f27443d}.pre-primary-page__gallery-title{color:#fff;margin:0;font-size:clamp(1.2rem,2.2vw,1.55rem)}.pre-primary-page__gallery-intro{color:#ffffffe6;max-width:74ch;margin:.55rem 0 0;line-height:1.6}.pre-primary-page__gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:1rem;display:grid}.pre-primary-page__gallery-item{background:#ffffff14;border:1px solid #ffffff59;border-radius:14px;margin:0;overflow:hidden;box-shadow:0 10px 22px #0713273d}.pre-primary-page__gallery img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .28s}.pre-primary-page__gallery-item:hover img{transform:scale(1.04)}.pre-primary-page__gallery-item figcaption{color:#fffffff5;padding:.55rem .62rem .65rem;font-size:.84rem;line-height:1.35}@media (width<=900px){.pre-primary-page__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.pre-primary-page__grid{grid-template-columns:1fr}}@media (width<=640px){.pre-primary-page__container{width:min(1100px,100% - 1rem)}.pre-primary-page__hero{border-radius:16px;padding:1rem .85rem 1.05rem}.pre-primary-page__title,.pre-primary-page__gallery-title{line-height:1.22}.pre-primary-page__highlights{grid-template-columns:1fr;gap:.55rem}.pre-primary-page__card{padding:1rem .85rem 1.1rem}.pre-primary-page__card h2{font-size:1.05rem}.pre-primary-page__gallery-wrap{border-radius:16px;padding:.9rem .8rem 1rem}.pre-primary-page__gallery{grid-template-columns:1fr;gap:.72rem}}.secondary-wing-page{background:radial-gradient(circle at 8% 12%,#ffbf492b,#0000 30%),radial-gradient(circle at 90% 4%,#0ca57824,#0000 30%),linear-gradient(#f8fbff 0%,#f6faff 54%,#eef4fb 100%);padding:clamp(1.25rem,3vw,2.5rem) 0 clamp(2.5rem,4.5vw,4rem)}.secondary-wing-page__container{width:min(1120px,100% - 2rem);margin:0 auto}.secondary-wing-page__hero{background:linear-gradient(135deg,#fff 0%,#f2f7ff 100%);border:1px solid #122f561a;border-radius:20px;margin-bottom:clamp(1.2rem,3vw,2rem);padding:clamp(1.1rem,3vw,2rem);position:relative;overflow:hidden;box-shadow:0 14px 40px #122f561c}.secondary-wing-page__hero:before{content:"";pointer-events:none;background:linear-gradient(#c9a22733,#c9a22705);border-radius:999px;width:220px;height:220px;position:absolute;inset:auto -75px -105px auto}.secondary-wing-page__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#0f7f78;margin:0 0 .45rem;font-size:.78rem;font-weight:700}.secondary-wing-page__title{color:#112645;max-width:22ch;margin:0;font-size:clamp(1.55rem,3.4vw,2.25rem);line-height:1.18}.secondary-wing-page__intro{color:#334155;max-width:72ch;margin:.8rem 0 0;line-height:1.65}.secondary-wing-page__highlights{grid-template-columns:repeat(4,minmax(0,1fr));gap:.68rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.secondary-wing-page__highlight-item{background:linear-gradient(#ffffffeb,#ffffffb8);border:1px solid #122f5621;border-radius:14px;padding:.72rem .82rem;box-shadow:0 4px 14px #0f172a12}.secondary-wing-page__highlight-label{letter-spacing:.05em;text-transform:uppercase;color:#64748b;font-size:.73rem;font-weight:700;display:block}.secondary-wing-page__highlight-value{color:#122f56;margin-top:.18rem;font-size:.94rem;font-weight:700;display:block}.secondary-wing-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.secondary-wing-page__card{background:linear-gradient(160deg,#fff 0%,#f7fbff 100%);border:1px solid #122f5624;border-radius:16px;padding:1.1rem 1rem 1.2rem;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 8px 24px #0f172a14}.secondary-wing-page__card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a1c}.secondary-wing-page__card h2{color:#0f2e52;margin:0 0 .72rem;font-size:1.14rem;line-height:1.3}.secondary-wing-page__card>p{color:#223246;margin:0 0 .8rem;line-height:1.58}.secondary-wing-page__card>ul{gap:.4rem;margin:0;padding-left:1.1rem;display:grid}.secondary-wing-page__card li{color:#223246;line-height:1.58}.secondary-wing-page__card li>ul{gap:.22rem;margin:.25rem 0 0;padding-left:1.15rem;list-style-type:circle;display:grid}.secondary-wing-page__gallery-wrap{background:linear-gradient(135deg,#0f2e52 0%,#173f6d 100%);border-radius:20px;margin-top:1.35rem;padding:clamp(1rem,2.4vw,1.5rem);box-shadow:0 16px 36px #0f27443d}.secondary-wing-page__gallery-title{color:#fff;margin:0;font-size:clamp(1.2rem,2.2vw,1.52rem)}.secondary-wing-page__gallery-intro{color:#ffffffe6;max-width:74ch;margin:.55rem 0 0;line-height:1.6}.secondary-wing-page__gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:1rem;display:grid}.secondary-wing-page__gallery-item{background:#ffffff14;border:1px solid #ffffff59;border-radius:14px;margin:0;overflow:hidden;box-shadow:0 10px 22px #0713273d}.secondary-wing-page__gallery img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .28s}.secondary-wing-page__gallery-item:hover img{transform:scale(1.04)}.secondary-wing-page__gallery-item figcaption{color:#fffffff5;padding:.55rem .62rem .65rem;font-size:.84rem;line-height:1.35}@media (width<=900px){.secondary-wing-page__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.secondary-wing-page__grid{grid-template-columns:1fr}}@media (width<=640px){.secondary-wing-page__container{width:min(1120px,100% - 1rem)}.secondary-wing-page__hero{border-radius:16px;padding:1rem .85rem 1.05rem}.secondary-wing-page__title,.secondary-wing-page__gallery-title{line-height:1.22}.secondary-wing-page__highlights{grid-template-columns:1fr;gap:.55rem}.secondary-wing-page__card{padding:1rem .85rem 1.1rem}.secondary-wing-page__card h2{font-size:1.05rem}.secondary-wing-page__gallery-wrap{border-radius:16px;padding:.9rem .8rem 1rem}.secondary-wing-page__gallery{grid-template-columns:1fr;gap:.72rem}}.px-footer-wrapper{color:#fff;background:radial-gradient(circle at 100% 0,#00d4ff14,#0000 28%),radial-gradient(circle at 0 100%,#2563eb14,#0000 30%),#413f3f;padding:4rem 0 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.px-footer-wrapper:before{content:"";opacity:.18;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.px-footer-overlay{pointer-events:none;background:linear-gradient(#ffffff05,#0000);position:absolute;inset:0}.px-footer-container{z-index:2;grid-template-columns:1.4fr 1fr;gap:3rem;width:min(1400px,92%);margin:auto;padding-bottom:3rem;display:grid;position:relative}.px-footer-column-large{flex-direction:column;gap:1.5rem;display:flex}.px-footer-logo-box{flex-direction:column;width:fit-content;display:inline-flex}.px-footer-logo-main{letter-spacing:3px;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#d7f79f 45%,#ffe100 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:900;line-height:.95}.px-footer-logo-sub{letter-spacing:.8rem;color:#00d4ff;margin-top:.45rem;font-size:.95rem;font-weight:700}.px-footer-description{color:#ffffffb8;max-width:700px;margin:0;font-size:1rem;line-height:1.9}.px-footer-contact-list{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.px-footer-contact-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:1.25rem;transition:transform .35s,border-color .35s,background .35s;position:relative}.px-footer-contact-card:before{content:"";opacity:0;background:linear-gradient(135deg,#00d4ff14,#0000 40%);transition:all .35s;position:absolute;inset:0}.px-footer-contact-card:hover{background:#ffffff0f;border-color:#00d4ff59;transform:translateY(-6px)}.px-footer-contact-card:hover:before{opacity:1}.px-footer-contact-title{color:#fff;margin:0 0 1rem;font-size:1.05rem;font-weight:700;position:relative}.px-footer-contact-text{color:#ffffffb8;margin:0;font-size:.86rem;line-height:1.8;position:relative}.px-footer-contact-link{color:#00d4ff;width:fit-content;margin-bottom:.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:block;position:relative}.px-footer-contact-link:hover{color:#fff}.px-footer-contact-small{color:#ffffff8c;margin-top:.3rem;font-size:.9rem;display:inline-block;position:relative}.px-footer-form-box{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff14;border-radius:30px;width:80%;padding:1.5rem}.px-footer-form-heading{margin:0 0 .6rem;font-size:1.5rem;font-weight:800}.px-footer-form-text{color:#ffffffad;margin:0 0 1.5rem;line-height:1.5}.px-footer-form{flex-direction:column;gap:1rem;display:flex}.px-footer-form-row{align-items:center;gap:.75rem;display:flex}.px-footer-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;outline:none;flex:1;height:3rem;padding:0 1rem;font-size:1rem;transition:all .3s}.px-footer-input::placeholder{color:#ffffff6b}.px-footer-input:focus{background:#ffffff14;border-color:#00d4ff73;box-shadow:0 0 0 4px #00d4ff1f}.px-footer-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00d4ff,#2563eb);border:none;border-radius:1rem;min-width:10rem;height:3rem;font-size:1rem;font-weight:700;transition:all .35s}.px-footer-submit-btn:hover{transform:translateY(-4px);box-shadow:0 14px 30px #00d4ff38}.px-footer-submit-btn:disabled{opacity:.7;cursor:not-allowed}.px-footer-alert{box-sizing:border-box;border-radius:1rem;width:100%;padding:.95rem 1rem;font-size:.95rem;font-weight:500;line-height:1.5;animation:.35s footerFade}.px-footer-alert-success{color:#86efac;background:#22c55e24;border:1px solid #22c55e47}.px-footer-alert-error{color:#fca5a5;background:#ef444424;border:1px solid #ef444447}@keyframes footerFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.px-footer-social-section{justify-content:space-between;align-items:center;gap:1.5rem;padding-top:.5rem;display:flex}.px-footer-social-heading{margin:0;font-size:1.25rem;font-weight:700}.px-footer-social-row{flex-wrap:wrap;gap:1rem;display:flex}.px-footer-social-btn{color:#fff;background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .35s;display:flex}.px-footer-social-btn:hover{background:linear-gradient(135deg,#00d4ff,#2563eb);border-color:#0000;transform:translateY(-5px);box-shadow:0 14px 24px #00d4ff33}.px-footer-social-icon{width:22px;height:22px}.px-footer-column{padding-top:.5rem}.px-footer-menu-heading{margin:0 0 1.5rem;font-size:1.5rem;font-weight:800;position:relative}.px-footer-menu-heading:after{content:"";background:linear-gradient(90deg,#00d4ff,#2563eb);border-radius:999px;width:65px;height:4px;position:absolute;bottom:-.8rem;left:0}.px-footer-menu-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.px-footer-menu-link{color:#ffffffb8;width:fit-content;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.px-footer-menu-link:before{content:"";background:#00d4ff;width:0;height:2px;transition:all .3s;position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}.px-footer-menu-link:hover{color:#fff;padding-left:.8rem}.px-footer-menu-link:hover:before{width:10px}.px-footer-bottom-bar{z-index:2;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:min(1400px,92%);margin:auto;padding:1.8rem 0;display:flex;position:relative}.px-footer-copyright{color:#ffffff94;margin:0;font-size:.95rem}.px-footer-powered{color:#00d4ff;font-weight:600;text-decoration:none;transition:all .3s}.px-footer-powered:hover{color:#fff}@media (width<=1200px){.px-footer-container{grid-template-columns:1fr;gap:4rem}.px-footer-contact-list{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.px-footer-wrapper{padding-top:4rem}.px-footer-container{gap:3rem;width:90%}.px-footer-contact-list{grid-template-columns:1fr}.px-footer-form-box{width:100%}.px-footer-form-row{flex-direction:column;align-items:stretch}.px-footer-submit-btn{width:100%}.px-footer-social-section{flex-direction:column;align-items:flex-start}.px-footer-bottom-bar{text-align:center;flex-direction:column}.px-footer-logo-main{font-size:2.7rem}}@media (width<=480px){.px-footer-container{width:92%}.px-footer-logo-main{font-size:2.2rem}.px-footer-logo-sub{letter-spacing:.45rem}.px-footer-form-box{padding:1.2rem}.px-footer-menu-heading{font-size:1.3rem}}:root{--gold:#c8a96b;--white:#fff;--black:#111}.technology-section{background:var(--white);width:100%;padding:1rem 4%;font-family:Arial,sans-serif}.technology-container{max-width:64.375rem;margin:auto}.technology-heading{text-align:center;color:var(--gold);letter-spacing:.0625rem;font-size:1.75rem;font-weight:700}.technology-lineWrapper{justify-content:center;align-items:center;gap:1.125rem;margin-top:.4375rem;margin-bottom:4.375rem;display:flex}.technology-line{background:var(--gold);width:8.75rem;height:.0625rem}.technology-star{border:.0625rem solid var(--gold);width:2.625rem;height:2.625rem;color:var(--gold);background:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.technology-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.technology-card{aspect-ratio:1;cursor:pointer;background:#ddd;border-radius:.5rem;width:100%;position:relative;overflow:hidden}.technology-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s;display:block}.technology-card:hover .technology-image{transform:scale(1.1)}.technology-overlay{-webkit-backdrop-filter:blur(.3125rem);backdrop-filter:blur(.3125rem);background:#00000073;width:100%;padding:1.875rem 1.5625rem;transition:all .5s;position:absolute;bottom:-7.5rem;left:0}.technology-overlay h3{color:var(--white);opacity:0;font-size:3rem;font-weight:400;line-height:1.1;transition:all .5s;transform:translateY(1.25rem)}.technology-card:hover .technology-overlay{bottom:0}.technology-card:hover .technology-overlay h3{opacity:1;transform:translateY(0)}@media (width<=75rem){.technology-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=48rem){.technology-section{padding:4rem 5%}.technology-heading{font-size:1.875rem}.technology-grid{grid-template-columns:repeat(2,1fr)}.technology-overlay h3{font-size:2.125rem}.technology-line{width:5rem}}.material-section{background:#fff;padding:4rem 5%;font-family:Arial,sans-serif}.material-container{max-width:75rem;margin:auto}.material-title1{text-align:center;color:var(--text-muted);font-size:1rem;font-weight:700}.material-title2{text-align:center;color:var(--gold);font-size:2.5rem;font-weight:700}.material-subtitle{text-align:center;color:#3d3d3d;margin-top:.1rem;font-size:1rem}.material-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.material-card{border:2px solid var(--lightGray);border-radius:.75rem;width:100%;height:15rem;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 .5rem 1rem #00000014,0 .25rem .75rem #0000000d}.material-card:hover{transform:translateY(-.5rem);box-shadow:0 1rem 2rem #0000001f}.material-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:all .35s;display:block}.material-card:hover .material-image{transform:scale(1.1)}.material-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;background:#0000008c;flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:all .35s;display:flex;position:absolute;inset:0}.material-overlay h3{color:#fff;margin-bottom:.3rem;font-size:1.8rem}.material-overlay p{color:#ddd;font-size:.9rem}.material-card:hover .material-overlay{opacity:1}@media (width<=64rem){.material-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=48rem){.material-grid{grid-template-columns:1fr}}.insight{background:var(--white);width:100%;padding:5rem 1.2rem}.insight__container{max-width:1200px;margin:0 auto}.insight__header{text-align:center;margin-bottom:4rem}.insight__eyebrow{letter-spacing:.25em;color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;font-weight:700}.insight__title{color:var(--gold);font-size:3rem;font-weight:700;line-height:1.2}.insight__grid{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.insight__card{background:#fff;border-radius:20px;transition:all .35s;overflow:hidden;box-shadow:inset 0 0 0 .08rem #e2e8f0}.insight__card:hover{transform:translateY(-8px)}.insight__imageWrap{position:relative;overflow:hidden}.insight__imageWrap img{object-fit:cover;width:100%;height:180px;transition:all .4s;display:block}.insight__card:hover img{transform:scale(1.05)}.insight__date{background:var(--gold);color:#fff;border-radius:10px;padding:.4rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.insight__content{padding:1.2rem}.insight__category{color:red;letter-spacing:.18em;margin-bottom:1rem;font-size:.9rem;font-weight:700}.insight__cardTitle{color:#111827;margin-bottom:.5rem;font-size:1.2rem;font-weight:700;line-height:1.4}.insight__desc{color:#6b7280;margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.insight__btn{color:#111827;cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;font-weight:700;transition:all .3s}.insight__btn:hover{color:red}@media (width<=992px){.insight__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.insight{padding:4rem 1rem}.insight__header{margin-bottom:3rem}.insight__grid{grid-template-columns:1fr}.insight__cardTitle{font-size:1.5rem}.insight__imageWrap img{height:230px}}.srv2-wrapper{box-sizing:border-box;background:linear-gradient(#fff 0%,#f8fafc 100%);width:100%;margin-bottom:0;padding:3rem 2rem;overflow:hidden}.srv2-container{justify-content:space-between;align-items:center;gap:5rem;max-width:1280px;margin:auto;display:flex}.srv2-image-section{flex-direction:column;flex:1;gap:1.5rem;min-width:200px;display:flex}.srv2-main-image-box{border-radius:32px;width:100%;max-width:500px;position:relative;overflow:hidden}.srv2-main-image{object-fit:cover;will-change:transform;border-radius:32px;width:100%;height:28rem;transition:transform .5s,box-shadow .5s;display:block;box-shadow:0 25px 60px #00000026}.srv2-main-image:hover{transform:scale(1.05);box-shadow:0 35px 80px #0003}.srv2-floating-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffffa 0%,#f8fafcfa 100%);border:1px solid #fffc;border-radius:24px;padding:1.2rem 1.5rem;animation:3s ease-in-out infinite float;position:absolute;bottom:30px;right:30px;box-shadow:0 15px 40px #00000026}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.srv2-floating-number{color:#0f172a;letter-spacing:.5px;margin:0;font-size:1.1rem;font-weight:800}.srv2-floating-text{color:#475569;font-size:.25rem}.srv2-small-cards{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.srv2-card{text-align:center;background:#fff;border:1px solid #0000000a;border-radius:24px;padding:1.2rem 1rem;transition:all .3s;box-shadow:0 10px 30px #0000000f}.srv2-card:hover{border-color:var(--gold);transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.srv2-icon{filter:drop-shadow(0 2px 8px #0000001a);margin-bottom:.8rem;font-size:2rem}.srv2-card h5{color:#0f172a;margin:0;font-size:.95rem;font-weight:600;line-height:1.4}.srv2-content-section{flex:1;min-width:320px}.srv2-tag{color:#2563eb;letter-spacing:1px;background:#dbeafe;border-radius:999px;margin-bottom:1.5rem;padding:.55rem 1rem;font-size:.9rem;font-weight:700;display:inline-block}.srv2-heading{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.2rem;font-weight:800;line-height:1.2}.srv2-heading div{color:var(--gold);background:linear-gradient(135deg, var(--gold) 0%, #f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.srv2-description{color:#475569;margin-bottom:2.5rem;font-size:1.05rem;font-weight:400;line-height:1.8}.srv2-feature-list{flex-direction:column;gap:1.3rem;margin-bottom:2%;display:flex}.srv2-feature-item{will-change:transform;background:#fff;border:1px solid #00000008;border-radius:20px;align-items:flex-start;gap:1rem;padding:1.2rem;transition:all .4s cubic-bezier(.22,1,.36,1);display:flex;box-shadow:0 8px 25px #0000000d}.srv2-feature-item:hover{border-color:var(--gold);transform:translateY(-7px);box-shadow:0 15px 40px #0000001a}.srv2-feature-check{background:linear-gradient(135deg, var(--gold) 0%, #f59e0b 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:36px;height:36px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 4px 15px #f59e0b66}.srv2-feature-item h4{color:#0f172a;margin:0;font-size:1.05rem;font-weight:600}.srv2-feature-item p{color:#64748b;margin:.4rem 0 0;font-size:.95rem;line-height:1.6}.srv2-btn{background:linear-gradient(to right, var(--gold), #1d4ed8);color:#fff;cursor:pointer;border:none;border-radius:999px;outline:none;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s}.srv2-btn:hover{transform:translateY(-3px)}@media (width<=1200px){.srv2-container{gap:3rem}.srv2-main-image{height:26rem}}@media (width<=1024px){.srv2-container{gap:2.5rem}.srv2-main-image{height:24rem}.srv2-heading{font-size:2rem}.srv2-heading div{font-size:2.2rem}}@media (width<=900px){.srv2-container{flex-direction:column;gap:3rem}.srv2-content-section{order:2;width:100%}.srv2-image-section{order:1;width:100%}.srv2-main-image-box{max-width:100%}.srv2-main-image{height:22rem}.srv2-small-cards{gap:.8rem}}@media (width<=768px){.srv2-wrapper{padding:4rem 1.5rem}.srv2-heading{font-size:1.8rem}.srv2-heading div{font-size:2rem}.srv2-description{font-size:1rem}.srv2-main-image{height:20rem}.srv2-floating-card{padding:1rem 1.2rem;bottom:20px;right:20px}.srv2-floating-number{font-size:1rem}}@media (width<=600px){.srv2-wrapper{padding:3rem 1rem}.srv2-main-image{border-radius:24px;height:18rem}.srv2-small-cards{grid-template-columns:1fr}.srv2-heading{font-size:1.6rem}.srv2-heading div{font-size:1.8rem}.srv2-description{font-size:.95rem;line-height:1.7}.srv2-floating-card{padding:.8rem 1rem;bottom:15px;right:15px}.srv2-floating-number{font-size:.9rem}.srv2-feature-item{padding:1rem}.srv2-feature-check{min-width:32px;height:32px;font-size:1rem}.srv2-feature-item h4{font-size:1rem}.srv2-feature-item p{font-size:.9rem}}@media (width<=480px){.srv2-wrapper{padding:2.5rem .8rem}.srv2-heading{font-size:1.4rem}.srv2-heading div{font-size:1.6rem}.srv2-main-image{height:16rem}.srv2-card{padding:1rem}.srv2-icon{font-size:1.8rem}}.printing-page{background:radial-gradient(circle at 0 0,#2563eb14,#0000 30%),radial-gradient(circle at 100% 100%,#10b98114,#0000 30%),#f8fafc;min-height:100vh;padding:2rem 5rem 7rem}.printing-container{max-width:1280px;margin:auto}.printing-header{text-align:center;margin-bottom:70px}.printing-badge{color:#2563eb;letter-spacing:1px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:10px;margin-bottom:24px;padding:10px 18px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 10px 30px #0000000a}.printing-title{color:#0f172a;letter-spacing:-2px;margin-bottom:22px;font-size:2rem;line-height:1.1}.printing-title span{background:linear-gradient(90deg,#006aff,#ffbf00);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.printing-subtitle{color:#64748b;max-width:760px;margin:auto;font-size:1.05rem;line-height:1.9}.cards-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:34px;flex-direction:column;min-height:650px;padding:24px;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #0f172a0a}.service-card:hover{border:3px solid var(--gold);transform:translateY(-10px);box-shadow:0 30px 70px #0f172a1f}.service-card.featured{border:1px solid #000;transform:scale(1.02)}.service-card.featured:hover{transform:scale(1.02)translateY(-10px)}.card-glow{filter:blur(20px);z-index:0;border-radius:50%;width:220px;height:220px;position:absolute;top:-100px;right:-100px}.card-content{z-index:2;flex-direction:column;height:100%;display:flex;position:relative}.top-row{justify-content:space-between;align-items:center;margin-bottom:60px;display:flex}.card-badge{color:#fff;letter-spacing:1px;border-radius:12px;padding:10px 18px;font-size:9px;font-weight:700}.icon-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.card-title{color:#2a0f0f;margin-bottom:20px;font-size:1.5rem;font-weight:700;line-height:1}.card-description{color:#64748b;margin-bottom:36px;font-size:1rem;line-height:1.9}.specs{flex-direction:column;gap:18px;margin-bottom:34px;display:flex}.spec-row{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:14px;padding-bottom:10px;display:flex}.spec-label{color:#64748b;font-weight:600}.spec-value{color:#0f172a;text-align:right;font-weight:700}.tags{flex-wrap:wrap;gap:10px;margin-bottom:40px;display:flex}.tag{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:700}.quote-btn{color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;height:48px;margin-top:auto;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.quote-btn:hover{transform:translateY(-2px)scale(1.01)}@media (width<=1100px){.cards-grid{grid-template-columns:1fr;max-width:720px;margin:auto}.service-card,.service-card.featured{transform:none}.service-card.featured:hover{transform:translateY(-10px)}}@media (width<=768px){.printing-page{padding:70px 16px}.printing-header{margin-bottom:50px}.service-card{border-radius:28px;padding:28px}.card-title{font-size:1.7rem}.top-row{margin-bottom:40px}}.proto-page{background:radial-gradient(circle at 0 0,#2563eb14,#0000 30%),radial-gradient(circle at 100% 100%,#eab30814,#0000 30%),#f8fafc;min-height:100vh;padding:6rem 5vw}.proto-container{width:100%;max-width:82rem;margin:auto}.proto-hero{grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem;margin-bottom:7rem;display:grid}.proto-badge{color:#2563eb;background:#fff;border:.08rem solid #e2e8f0;border-radius:999rem;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;padding:.5rem 1.2rem;font-size:.88rem;font-weight:600;display:flex}.proto-title{color:#0f172a;margin-bottom:1.5rem;font-size:1.8vw;line-height:1.05}.proto-title span{background:linear-gradient(90deg,#676767,#ffbf00);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:3vw}.proto-description{color:#64748b;max-width:42rem;margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.proto-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.proto-btn{cursor:pointer;border:none;border-radius:1rem;height:3rem;padding:0 1.5rem;font-size:1rem;font-weight:700;transition:all .3s}.proto-btn-primary{color:#fff;background:linear-gradient(90deg,#3860ff,#0cf)}.proto-btn-primary:hover{background:linear-gradient(90deg,#03f,#0078d4);transform:translateY(-.2rem)}.proto-security{color:#475569;align-items:center;gap:.6rem;font-size:.95rem;font-weight:600;display:flex}.proto-right{justify-content:center;display:flex}.precision-card{text-align:center;background:#fff;border:.08rem solid #e2e8f0;border-radius:2rem;width:100%;max-width:24rem;padding:2rem;box-shadow:0 1.5rem 4rem #0f172a14}.precision-label{color:var(--gold);font-size:.95rem;font-weight:700}.precision-card h2{color:#0f172a;margin:1rem 0;font-size:3rem;line-height:1}.precision-card p{color:#64748b;font-size:1rem}.proto-section-head{margin-bottom:3rem}.proto-section-head span{color:var(--text-muted);letter-spacing:.08rem;text-transform:uppercase;font-size:.95rem;font-weight:700}.proto-section-head h2{max-width:50rem;color:var(--gold);margin-top:1rem;font-size:2rem;line-height:1.2}.workflow-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:7rem;display:grid}.workflow-card{background:#fff;border:.08rem solid #e2e8f0;border-radius:2rem;padding:2rem;transition:all .35s}.workflow-card:hover{transform:translateY(-.5rem);box-shadow:0 1.5rem 4rem #0f172a14}.workflow-top{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.workflow-icon{color:#2563eb;background:#eff6ff;border-radius:1rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.workflow-top span{color:#94a3b8;font-size:1rem;font-weight:700}.workflow-card h3{color:#0f172a;margin-bottom:1rem;font-size:1.5rem}.workflow-card p{color:#64748b;line-height:1.9}.compare-wrapper{margin-bottom:7rem}.compare-table{background:#fff;border:.08rem solid #e2e8f0;border-radius:2rem;overflow:hidden}.compare-head,.compare-row{grid-template-columns:1fr 1fr 1fr;display:grid}.compare-head{color:#0f172a;background:#eff6ff;font-weight:700}.compare-head div,.compare-row div{border-bottom:.08rem solid #e2e8f0;padding:1.5rem}.compare-row div{color:#475569;line-height:1.7}.extra-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.extra-card{background:#fff;border:.08rem solid #e2e8f0;border-radius:2rem;padding:2rem;transition:all .3s}.extra-card:hover{transform:translateY(-.5rem);box-shadow:0 1.5rem 4rem #0f172a14}.extra-card h3{color:#0f172a;margin-bottom:1rem;font-size:1.5rem}.extra-card p{color:#64748b;margin-bottom:2rem;line-height:1.9}.extra-card button{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}@media (width<=64rem){.proto-hero,.workflow-grid,.extra-grid{grid-template-columns:1fr}.proto-right{justify-content:flex-start}}@media (width<=48rem){.proto-page{padding:5rem 1.2rem}.proto-title{font-size:2.7rem}.compare-head,.compare-row{min-width:42rem}.compare-table{overflow-x:auto}.proto-actions{flex-direction:column;align-items:flex-start}.proto-btn{width:100%}}@media (width<=36rem){.workflow-card,.extra-card,.precision-card{padding:1.5rem}.proto-title{font-size:2.2rem}.proto-section-head h2{font-size:1.8rem}}*{box-sizing:border-box}.cad-page{background:radial-gradient(circle at 0 0,#2563eb14,#0000 30%),radial-gradient(circle at 100% 100%,#f59e0b14,#0000 30%),#f8fafc;min-height:100vh;padding:6rem 5vw}.cad-container{width:100%;max-width:82rem;margin:auto}.cad-hero{text-align:center;margin-bottom:7rem}.cad-badge{color:#2563eb;background:#fff;border:.08rem solid #e2e8f0;border-radius:999rem;align-items:center;gap:.7rem;width:fit-content;margin-bottom:1.8rem;padding:.8rem 1.3rem;font-size:.9rem;font-weight:700;display:inline-flex}.cad-title{color:#0f172a;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,5rem);line-height:1.05}.cad-title span{background:linear-gradient(90deg,#006aff,#ffbf00);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.cad-description{color:#64748b;max-width:46rem;margin:auto auto 2.5rem;font-size:1.08rem;line-height:2}.cad-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#006aff,#0ea5e9);border:none;border-radius:1rem;align-items:center;gap:.7rem;height:3.5rem;padding:0 1.8rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.cad-btn:hover{transform:translateY(-.2rem)}.cad-section-head{margin-bottom:3rem}.cad-section-head span{color:var(--text-muted);letter-spacing:.08rem;text-transform:uppercase;font-size:.95rem;font-weight:700}.cad-section-head h2{color:var(--gold);max-width:45rem;margin-top:1rem;font-size:clamp(2rem,3vw,3rem);line-height:1.2}.cad-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:7rem;display:grid}.cad-card{background:#fff;border:.08rem solid #e2e8f0;border-radius:2rem;padding:2rem;transition:all .35s}.cad-card:hover{transform:translateY(-.5rem);box-shadow:0 1.5rem 4rem #0f172a14}.cad-icon{color:#2563eb;background:#eff6ff;border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.5rem;display:flex}.cad-card h3{color:#0f172a;margin-bottom:1rem;font-size:1.5rem}.cad-card p{color:#64748b;font-size:1rem;line-height:1.9}.software-wrapper{margin-top:2rem}.software-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.software-card{text-align:center;color:#0f172a;background:#fff;border:.08rem solid #e2e8f0;border-radius:1.5rem;justify-content:center;align-items:center;min-height:7rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.software-card:hover{color:#2563eb;border-color:#2563eb;transform:translateY(-.3rem);box-shadow:0 1rem 3rem #0f172a0f}@media (width<=64rem){.cad-grid,.software-grid{grid-template-columns:1fr 1fr}}@media (width<=48rem){.cad-page{padding:5rem 1.2rem}.cad-grid,.software-grid{grid-template-columns:1fr}.cad-title{font-size:2.7rem}.cad-description{font-size:1rem}.cad-btn{justify-content:center;width:100%}}@media (width<=36rem){.cad-card,.software-card{padding:1.5rem}.cad-title{font-size:2.2rem}.cad-section-head h2{font-size:1.8rem}}.reverse{color:#111;background:#fff;width:100%;overflow:hidden}.reverse-hero{background:#fff;align-items:center;width:100%;padding:3rem 6vw;display:flex;position:relative;overflow:hidden}.reverse-hero:before{content:"";filter:blur(4rem);background:#d4a01714;border-radius:50%;width:28rem;height:28rem;position:absolute;top:-10rem;right:-10rem}.reverse-hero:after{content:"";filter:blur(4rem);background:#d4a01714;border-radius:50%;width:22rem;height:22rem;position:absolute;bottom:-8rem;left:-8rem}.reverse-overlay{display:none}.reverse-hero-content{z-index:2;max-width:55rem;position:relative}.reverse-tag{color:#c79611;background:#fff8e8;border-radius:10rem;align-items:center;gap:.7rem;margin-bottom:1.5rem;padding:.8rem 1.4rem;font-size:.9rem;font-weight:600;display:inline-flex}.reverse-hero h1{color:#111;max-width:48rem;font-size:3rem;font-weight:700;line-height:1.1}.reverse-hero h1 span{color:#d4a017;font-size:3rem}.reverse-hero p{color:#555;max-width:40rem;margin-top:1.2rem;font-size:1rem;line-height:1.8}.reverse-btns{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.reverse-btns button,.reverse-cta button{cursor:pointer;color:#fff;background:#d4a017;border:none;border-radius:1rem;padding:.95rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s}.reverse-btns button:hover,.reverse-cta button:hover{transform:translateY(-.25rem)}.outline-btn{color:#d4a017!important;background:0 0!important;border:.1rem solid #d4a017!important}.reverse-section,.reverse-services,.reverse-process,.reverse-cta{background:#fff;padding:4rem 6vw;position:relative}.reverse-grid{grid-template-columns:repeat(auto-fit,minmax(26rem,1fr));align-items:center;gap:3rem;display:grid}.reverse-image{position:relative}.reverse-image img{z-index:2;object-fit:cover;border-radius:2rem;width:100%;position:relative}.small-title,.section-head span{color:#d4a017;letter-spacing:.12rem;text-transform:uppercase;font-size:.9rem;font-weight:700}.reverse-text h2,.section-head h2,.reverse-cta h2{color:#111;margin-top:.8rem;font-size:3rem;font-weight:800;line-height:1.2}.reverse-text h2 span{color:#d4a017}.reverse-text p{color:#555;margin-top:1.3rem;font-size:1rem;line-height:1.8}.reverse-features{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem;margin-top:2rem;display:grid}.reverse-features div{background:#fffdf7;border:.1rem solid #f3e1a3;border-radius:1.3rem;align-items:center;gap:.9rem;padding:1.2rem;transition:all .3s;display:flex}.reverse-features div:hover{transform:translateY(-.3rem)}.reverse-features svg{color:#d4a017;font-size:1.2rem}.reverse-features span{color:#111;font-size:.92rem;font-weight:600}.section-head{text-align:center;margin-bottom:2.5rem}.reverse-cards,.process-wrapper{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.5rem;display:grid}.reverse-card,.process-card{background:#fff;border:.1rem solid #f0e1b2;border-radius:1.8rem;padding:1.7rem;transition:all .3s;position:relative;overflow:hidden}.reverse-card:before,.process-card:before{content:"";background:#d4a017;width:100%;height:.3rem;position:absolute;top:0;left:0}.reverse-card:hover,.process-card:hover{transform:translateY(-.4rem);box-shadow:0 1rem 2rem #0000000f}.reverse-icon{color:#d4a017;background:#fff7df;border-radius:1rem;place-items:center;width:3.8rem;height:3.8rem;margin-bottom:1.2rem;font-size:1.3rem;display:grid}.reverse-card h3,.process-card h3{color:#111;font-size:1.25rem}.reverse-card p,.process-card p{color:#666;margin-top:.9rem;font-size:.95rem;line-height:1.7}.process-number{color:#d4a01733;margin-bottom:.5rem;font-size:2.8rem;font-weight:800}.cta-content{text-align:center;background:linear-gradient(135deg,#fff8e8 0%,#fff 100%);border:.1rem solid #f0dfaa;border-radius:2.5rem;padding:4rem 2rem;position:relative;overflow:hidden}.cta-content:before{content:"";background:#d4a01714;border-radius:50%;width:16rem;height:16rem;position:absolute;top:-5rem;right:-5rem}.cta-content p{color:#666;max-width:42rem;margin:1.5rem auto;font-size:.98rem;line-height:1.8}@media (width<=992px){.reverse-hero{padding:2.5rem 5vw}.reverse-section,.reverse-services,.reverse-process,.reverse-cta{padding:3.5rem 5vw}.reverse-grid{gap:2rem}.reverse-hero h1,.reverse-hero h1 span,.reverse-text h2,.section-head h2,.reverse-cta h2{font-size:2.5rem}}@media (width<=768px){.reverse-hero{padding:2rem 1.2rem}.reverse-section,.reverse-services,.reverse-process,.reverse-cta{padding:3rem 1.2rem}.reverse-grid{grid-template-columns:1fr;gap:1.8rem}.reverse-cards,.process-wrapper{gap:1rem}.section-head{margin-bottom:2rem}.reverse-hero h1,.reverse-hero h1 span,.reverse-text h2,.section-head h2,.reverse-cta h2{font-size:2rem;line-height:1.2}.reverse-hero p,.reverse-text p,.reverse-card p,.process-card p,.cta-content p{font-size:.93rem;line-height:1.7}.reverse-features{gap:.8rem;margin-top:1.5rem}.reverse-features div{border-radius:1rem;padding:1rem}.reverse-card,.process-card{border-radius:1.4rem;padding:1.3rem}.process-number{font-size:2.2rem}.cta-content{border-radius:2rem;padding:3rem 1.2rem}.reverse-btns{gap:.8rem}.reverse-btns button{width:100%}}@media (width<=480px){.reverse-hero h1,.reverse-hero h1 span,.reverse-text h2,.section-head h2,.reverse-cta h2{font-size:1.7rem}.reverse-hero p,.reverse-text p{font-size:.9rem}.reverse-card h3,.process-card h3{font-size:1.05rem}.reverse-icon{width:3.2rem;height:3.2rem;font-size:1rem}}.about-page{color:#000;background:#fff;width:100%;overflow:hidden}.about-hero{isolation:isolate;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;min-height:80vh;padding:120px 7%;display:flex;position:relative;overflow:hidden}.about-hero:before{content:"";z-index:-2;background:radial-gradient(circle at 0 0,#bd810014,#0000 28%),radial-gradient(circle at 100% 100%,#0000000a,#0000 32%);position:absolute;inset:0}.about-hero:after{content:"";z-index:-1;background:radial-gradient(circle at 0 0,#ffb30f14,#0000 28%),radial-gradient(circle at 100% 100%,#0000000d,#0000 32%);position:absolute;inset:0}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;width:100%;display:grid}.hero-left{z-index:2;position:relative}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;letter-spacing:1px;background:#0000000a;border:1px solid #00000014;border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:12px 22px;font-size:13px;font-weight:700;display:inline-flex}.hero-title{letter-spacing:-3px;color:#000;margin-bottom:28px;font-size:2rem;font-weight:500;line-height:.98}.hero-title span{color:var(--gold);margin-top:12px;font-size:5rem;font-weight:700;display:block}.hero-description{color:#000000b8;max-width:720px;margin-bottom:42px;font-size:1.1rem;line-height:2}.hero-buttons{flex-wrap:wrap;gap:18px;display:flex}.primary-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#000,#ffb30f);border:none;border-radius:18px;align-items:center;gap:12px;height:60px;padding:0 28px;font-size:1rem;font-weight:700;transition:all .35s;display:flex;box-shadow:0 15px 40px #00000026}.primary-btn:hover{transform:translateY(-4px)}.secondary-btn{color:#000;cursor:pointer;background:0 0;border:1px solid #000;border-radius:18px;height:60px;padding:0 28px;font-size:1rem;font-weight:700;transition:all .35s}.secondary-btn:hover{background:#0000000d}.hero-right{justify-content:center;align-items:center;display:flex;position:relative}.glass-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#00000008;border:2px solid #00000014;border-radius:34px;width:100%;max-width:520px;padding:34px;box-shadow:0 25px 60px #00000014}.glass-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.glass-top h3{color:#000;font-size:1rem;font-weight:600}.stats-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.stat-box{background:#00000008;border:2px solid #00000014;border-radius:22px;padding:10px}.stat-box h2{color:#000;margin-bottom:5px;font-size:1.5rem}.stat-box p{color:#000000b3;font-size:.95rem;line-height:1.7}.features-section{background:#fff;padding:120px 7%}.section-heading{text-align:center;margin-bottom:70px}.section-heading h2{color:#000;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.section-heading h2 span{color:var(--gold)}.section-heading p{color:#475569;max-width:760px;margin:auto;font-size:1.05rem;line-height:2}.features-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-card{background:#fff;border:1px solid #00000014;border-radius:28px;padding:32px;transition:all .35s;box-shadow:0 10px 30px #0000000d}.feature-card:hover{border-color:#00000040;transform:translateY(-10px)}.feature-icon{color:#000;background:#0000000f;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:26px;display:flex}.feature-card h3{color:#000;margin-bottom:14px;font-size:1.35rem}.feature-card p{color:#475569;line-height:1.9}@media (width<=1100px){.hero-grid{grid-template-columns:1fr}.hero-right{justify-content:flex-start}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-hero{padding:100px 20px}.hero-title{letter-spacing:-1px}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.primary-btn,.secondary-btn{justify-content:center;width:100%}.glass-card{padding:24px}.stats-grid{grid-template-columns:1fr}.features-section{padding:90px 20px}.features-grid{grid-template-columns:1fr}.feature-card{padding:28px}}.industrial{background:#fff;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex;overflow:hidden}.industrial-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;width:100%;display:flex}.industrial-card{background:#fff;border:.08rem solid #d4af3733;border-radius:2.5rem;width:50rem;padding:4rem;transition:all .4s;box-shadow:0 1rem 3rem #00000014}.industrial-card:hover{transform:translateY(-.5rem);box-shadow:0 1.5rem 4rem #d4af3726}.industrial-card h1{color:#111;margin-bottom:2rem;font-size:3rem;font-weight:700;line-height:1.25}.industrial-card h1 span{color:#c9a227}.industrial-card p{color:#555;margin-bottom:2rem;font-size:1.1rem}.industrial-card strong{color:#111}.industrial-features{flex-wrap:wrap;gap:2rem;margin-top:3rem;display:flex}.feature{flex:1;align-items:flex-start;gap:1rem;min-width:14rem;display:flex}.icon{color:#c9a227;flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.2rem}.feature h3{color:#111;margin-bottom:.5rem;font-size:1.4rem}.feature span{color:#666;font-size:1rem;line-height:1.7}.stats-card{background:linear-gradient(135deg,#d4af37,#b8860b);border-radius:1.8rem;flex-direction:column;justify-content:center;width:15rem;height:8rem;padding-left:2rem;transition:all .4s;display:flex;box-shadow:0 1rem 3rem #d4af3766}.stats-card:hover{background:linear-gradient(135deg,#b8860b,#d4af37);transform:translateY(-.5rem);box-shadow:0 1.5rem 4rem #d4af3799}.stats-card h2{color:#fff;margin-bottom:.5rem;font-size:2.5rem}.stats-card span{letter-spacing:.08rem;color:#fff;font-size:1rem}@media (width<=992px){.industrial-container{flex-direction:column;align-items:center}.industrial-card{width:100%}.stats-card{align-self:center;width:100%;max-width:20rem}}@media (width<=768px){.industrial{padding:4rem 1.5rem}.industrial-card{padding:2.5rem}.industrial-card h1{font-size:2.8rem}.industrial-features{flex-direction:column}.stats-card{height:9rem}.stats-card h2{font-size:2.5rem}}*{box-sizing:border-box;margin:0;padding:0}.project-page{background:#fff;width:100%;overflow:hidden}.project-hero{padding:6vh 10vw}.project-badge{background:#f8fafc;border:.08rem solid #e2e8f0;border-radius:999rem;align-items:center;gap:.6rem;margin-bottom:1.8rem;padding:.8rem 1.2rem;font-size:.7rem;font-weight:700;display:inline-flex}.project-title{color:#000;letter-spacing:-.1rem;margin-bottom:1.6rem;font-size:1.5vw;font-weight:600;line-height:.95}.project-title span{color:var(--gold);margin-top:.4rem;font-size:5vw;display:block}.project-description{color:#64748b;max-width:55rem;font-size:.9rem;line-height:2}.projects-section{padding:4rem 10rem}.projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.project-card{background:#fff;border:.08rem solid #e2e8f0;border-radius:2rem;transition:all .4s;overflow:hidden;box-shadow:0 1rem 2.5rem #0000000d}.project-card:hover{border:2px solid var(--gold);transform:translateY(-.5rem)}.project-image-box{width:100%;height:12rem;position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:all .5s}.project-card:hover .project-image{transform:scale(1.08)}.project-number{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);color:#fff;background:#fff3;border-radius:1rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;font-weight:700;display:flex;position:absolute;top:1rem;left:1rem}.project-content{padding:1.5rem}.project-category{background:#f8fafc;border:.08rem solid #e2e8f0;border-radius:999rem;align-items:center;gap:.2rem;margin-bottom:.5rem;padding:.7rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.project-card-title{color:#000;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:1.2rem;font-weight:700;line-height:1.05;display:-webkit-box;overflow:hidden}.project-card-description{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;line-height:1.9;display:-webkit-box;overflow:hidden}.show-more{color:var(--gold);cursor:pointer;margin-top:.8rem;font-size:.85rem;font-weight:700;display:inline-block}.project-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#000,#ffb30f);border:none;border-radius:1.4rem;justify-content:center;align-items:center;gap:.7rem;width:100%;margin:auto;padding:.5rem 0;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.project-btn:hover{background:linear-gradient(90deg,var(--gold),#ffb30f);transform:translateY(-.2rem)}@media (width<=70rem){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=48rem){.project-hero{padding:8vh 5vw 5vh}.projects-section{padding:2vh 5vw 8vh}.projects-grid{grid-template-columns:1fr}.project-title{font-size:3rem}.project-card-title{font-size:2rem}.project-image-box{height:16rem}}
