.search-drop{top:var(--header-height);z-index:490;background:var(--c-white);border-bottom:1px solid #0000;max-height:0;transition:max-height .28s,border-color .28s;position:sticky;overflow:hidden}.search-drop.is-open{border-bottom-color:var(--c-border);max-height:120px}.search-drop__form{gap:10px;padding:16px 0;display:flex}.search-drop__form input{min-width:0;font:inherit;font-family:var(--font-input);color:var(--c-text);border:1px solid var(--c-border);background:#f8f8f8;border-radius:3px;flex:1;padding:11px 14px}.search-drop__form input:focus{outline:2px solid var(--c-blue);outline-offset:1px}.search-drop__form button{color:var(--c-white);background:var(--c-blue);border:0;border-radius:3px;padding:11px 26px}.search-drop__form button:hover{background:var(--c-blue-dark)}.header{z-index:500;background:var(--c-white);border-bottom:1px solid var(--c-border);position:sticky;top:0}.header__inner{height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.header__logo img{width:auto;max-height:70px;padding:5px}.header__nav{display:block}.header__menu{align-items:center;gap:26px;display:flex}.header__link{letter-spacing:.1em;font-size:18px;font-weight:500;line-height:var(--header-height);color:var(--c-navy);padding:0 0 4px;display:block;position:relative}.header__link:hover{color:var(--c-blue)}.header__link-fx{background:var(--c-green);width:0;height:2px;transition:width var(--t-move) var(--ease);position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.header__link:hover .header__link-fx,.header__link.is-active .header__link-fx{width:100%}.header__search{font-size:17px;line-height:var(--header-height);color:var(--c-navy);background:0 0;border:0;padding:0;transition:color .2s}.header__search:hover{color:var(--c-blue)}.header__burger{background:0 0;border:0;width:34px;height:34px;padding:0;display:none;position:relative}.header__burger span,.header__burger span:before,.header__burger span:after{background:var(--c-navy);width:26px;height:3px;transition:transform .25s,opacity .2s;position:absolute;left:4px}.header__burger span{top:16px}.header__burger span:before,.header__burger span:after{content:"";left:0}.header__burger span:before{top:-8px}.header__burger span:after{top:8px}.header__burger.is-open span{background:0 0}.header__burger.is-open span:before{transform:translateY(8px)rotate(45deg)}.header__burger.is-open span:after{transform:translateY(-8px)rotate(-45deg)}.mobile-menu{z-index:900;background:var(--c-blue);width:min(300px,80vw);height:100%;padding:80px 30px 30px;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.is-open{transform:none}.mobile-menu__close{color:var(--c-white);background:0 0;border:0;padding:0;font-size:22px;position:absolute;top:22px;right:24px}.mobile-menu__list{flex-direction:column;display:flex}.mobile-menu__link{letter-spacing:.08em;color:var(--c-white);border-bottom:1px solid #ffffff40;padding:14px 0;font-size:18px;font-weight:500;display:block}.mobile-menu__link:hover,.mobile-menu__link.is-active{color:var(--c-green-light)}.mobile-menu__backdrop{z-index:800;background:#00000073;position:fixed;inset:0}@media (width<=989px){.header__menu{gap:16px}.header__link{letter-spacing:.05em;font-size:16px}}@media (width<=767px){.header__nav{display:none}.header__burger{display:block}.header__logo img{max-height:56px}}.footer{background:var(--c-green-light);color:#333;padding:5px 0}.footer__grid{grid-template-columns:repeat(3,1fr);gap:30px;padding:45px 0;display:grid}.footer__col p{margin:0;font-size:14px;line-height:1.9}.footer__col a{color:#333}.footer__col a:hover{color:var(--c-blue-dark)}.footer__logo{width:100%;max-width:260px}.footer__title{color:#333;margin:0 0 14px;font-size:16px;font-weight:600}.footer__social{align-items:center;gap:10px;display:flex}.footer__social img{object-fit:contain;width:50px;height:50px;transition:transform .2s}.footer__social a:hover img{transform:translateY(-3px)}.socket{background:var(--c-blue);color:var(--c-white)}.socket__inner{padding:16px 0;font-size:13px}@media (width<=767px){.footer__grid{text-align:center;grid-template-columns:1fr}.footer__logo{margin:0 auto}.footer__social{justify-content:center}.socket__inner{text-align:center}}.scroll-top{z-index:400;width:46px;height:46px;color:var(--c-white);background:var(--c-blue);opacity:0;visibility:hidden;border:0;border-radius:3px;font-size:18px;transition:opacity .25s,transform .25s,visibility .25s;position:fixed;bottom:22px;right:22px;transform:translateY(10px)}.scroll-top.is-visible{opacity:1;visibility:visible;transform:none}.scroll-top:hover{background:var(--c-blue-dark)}.hero{background:#f2f2f2;position:relative;overflow:hidden;box-shadow:0 2px 6px #00000014}.hero__track{aspect-ratio:1920/700;position:relative}.hero__slide{opacity:0;transition:opacity .8s;position:absolute;inset:0}.hero__slide.is-active{opacity:1;z-index:1}.hero__slide img{object-fit:cover;width:100%;height:100%;transform:scale(1)}.hero__slide.is-active img{animation:hero-push 8s var(--ease) forwards}@keyframes hero-push{0%{transform:scale(1)}to{transform:scale(1.04)}}@media (prefers-reduced-motion:reduce){.hero__slide.is-active img{animation:none}}.hero__caption{pointer-events:none;align-items:center;display:flex;position:absolute;inset:0}.hero__title{color:var(--c-blue-deep);margin:0 0 10px;font-size:clamp(24px,2.8vw,40px);font-weight:600}.hero__subtitle{color:#686868;margin:0;font-size:clamp(15px,1.7vw,25px);font-weight:500}.hero__arrow{z-index:2;width:60px;height:60px;color:var(--c-white);opacity:0;background:#0003;border:0;margin-top:-30px;font-size:25px;transition:opacity .25s,background .25s;position:absolute;top:50%}.hero:hover .hero__arrow{opacity:1}.hero__arrow:hover{background:#00000073}.hero__arrow--prev{left:0}.hero__arrow--next{right:0}.hero__dots{z-index:2;justify-content:center;gap:8px;display:flex;position:absolute;bottom:16px;left:0;right:0}.hero__dot{background:#ffffff8c;border:1px solid #00000026;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s}.hero__dot.is-active{background:var(--c-blue)}@media (width<=767px){.hero__arrow{display:none}}.slideshow{position:relative;overflow:hidden}.slideshow__track{aspect-ratio:1;position:relative}.slideshow__slide{opacity:0;transition:opacity .7s;position:absolute;inset:0}.slideshow__slide.is-active{opacity:1;z-index:1}.slideshow__slide img{object-fit:cover;width:100%;height:100%;transition:transform var(--t-image) var(--ease)}.slideshow__arrow{z-index:2;width:34px;height:34px;color:var(--c-white);opacity:0;background:#00000040;border:0;margin-top:-17px;font-size:15px;transition:opacity .25s;position:absolute;top:50%}.slideshow:hover .slideshow__arrow{opacity:1}.slideshow__arrow--prev{left:0}.slideshow__arrow--next{right:0}.slideshow__dots{z-index:2;justify-content:center;gap:6px;display:flex;position:absolute;bottom:6px;left:0;right:0}.slideshow__dot{background:#00000040;border:0;border-radius:50%;width:8px;height:8px;padding:0}.slideshow__dot{background:#ffffff8c;box-shadow:0 0 0 1px #16202b1f}.slideshow__dot.is-active{background:var(--white)}.home-about__grid{grid-template-columns:3fr 2fr;align-items:center;gap:50px;display:grid}.home-about__media img{width:100%}.home-about__text{color:var(--c-text);margin:0;font-size:18px;line-height:1.65}.quote{color:var(--c-muted);border-left:7px solid var(--c-blue);margin:0 22px 22px 0;padding:0 0 0 20px;font-size:22px;line-height:1.5}.quote p{margin:0 0 .6em}.quote strong{color:var(--c-blue);font-weight:700}.quote b{color:var(--c-heading);font-weight:700}.home-news{grid-template-columns:2fr 3fr;align-items:start;gap:50px;margin-top:70px;display:grid}.home-news__items{margin:26px 0 0}.home-news__item{border-bottom:1px solid var(--c-border);border-radius:var(--radius-sm);transition:background var(--t-color) ease;gap:14px;padding:14px 10px 14px 0;display:flex}.home-news__item:hover{background:#ffffff8c}.home-news__thumb{border-radius:var(--radius-sm);transition:transform var(--t-move) var(--ease)}.home-news__item:hover .home-news__thumb{transform:scale(1.06)}.home-news__thumb{object-fit:cover;flex:0 0 80px;width:80px;height:80px}.home-news__meta{flex-direction:column;gap:4px;display:flex}.home-news__date{color:var(--c-muted);font-size:12px}.home-news__title{color:var(--c-heading);font-size:15px;font-weight:600;line-height:1.35}.home-news__item:hover .home-news__title{color:var(--c-blue)}.home-news__more{text-align:center;margin-top:26px}.home-news__feature{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.home-news__card{border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-1);transition:transform var(--t-move) var(--ease), box-shadow var(--t-move) var(--ease);display:block;overflow:hidden}.home-news__card:hover{box-shadow:var(--shadow-2);transform:translateY(-5px)}.home-news__card img{aspect-ratio:1200/765;object-fit:cover;width:100%;transition:transform var(--t-image) var(--ease)}.home-news__card:hover img{transform:scale(1.05)}.home-news__card-title{color:var(--c-heading);text-align:center;margin:14px 0 16px;padding:0 14px;font-size:16px;font-weight:600;line-height:1.4}.home-news__card:hover .home-news__card-title{color:var(--c-blue)}.home-services__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.home-services__grid>.is-wide{grid-column:span 2}.service-card--wide .slideshow__track{aspect-ratio:2}.heading.home-services__custom{margin-top:60px}.service-card{color:inherit;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-1);transition:transform var(--t-move) var(--ease), box-shadow var(--t-move) var(--ease);display:block;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-2);transform:translateY(-6px)}.service-card__media{position:relative;overflow:hidden}.service-card:hover .slideshow__slide img{transform:scale(1.07)}.service-card__veil{opacity:0;transition:opacity var(--t-move) ease;pointer-events:none;background:linear-gradient(#062a4a00 45%,#062a4a8c 100%);position:absolute;inset:0}.service-card:hover .service-card__veil{opacity:1}.service-card__cue{font-size:var(--fs-sm);letter-spacing:.04em;color:var(--white);opacity:0;transition:opacity var(--t-move) ease 40ms, transform var(--t-move) var(--ease) 40ms;pointer-events:none;align-items:center;gap:7px;font-weight:500;display:flex;position:absolute;bottom:12px;left:14px;transform:translateY(8px)}.service-card:hover .service-card__cue{opacity:1;transform:none}.heading.service-card__title{margin:14px 0 0;padding:0 12px}.service-card__rule{background:var(--c-blue);width:20px;height:2px;transition:width var(--t-move) var(--ease);margin:8px auto 16px;display:block}.service-card:hover .service-card__rule{width:46px}.service-card:hover .heading__tag{color:var(--c-blue-dark)}@media (width<=989px){.home-about__grid,.home-news{grid-template-columns:1fr;gap:34px}.home-services__grid{grid-template-columns:repeat(2,1fr)}.home-services__grid>.is-wide{grid-column:auto}.service-card--wide .slideshow__track{aspect-ratio:1}}@media (width<=767px){.home-services__grid{grid-template-columns:1fr;gap:20px}.quote{font-size:18px}.home-about__text{font-size:16px}.home-news__feature{grid-template-columns:1fr}}.banner{position:relative;overflow:hidden;box-shadow:0 2px 6px #00000014}.banner__img{aspect-ratio:1980/700;object-fit:cover;width:100%}.banner__caption{pointer-events:none;align-items:center;display:flex;position:absolute;inset:0}.banner__title{color:var(--c-blue-deep);margin:0;font-size:clamp(24px,2.8vw,40px);font-weight:600}@media (width<=767px){.banner__img{aspect-ratio:3/2}}.about-intro{background-color:var(--c-white)}.about-intro__text{max-width:60%;color:var(--c-text);margin:26px auto 0;font-size:19px;line-height:1.8}.about-features{grid-template-columns:repeat(4,1fr);gap:24px;margin:56px 0 0;display:grid}.about-features__item{text-align:center}.about-features__icon{width:82px;height:82px;color:var(--white);background:var(--c-blue);box-shadow:var(--shadow-1);transition:transform var(--t-move) var(--ease), background var(--t-color) ease;border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.about-features__item:hover .about-features__icon{background:var(--c-blue-dark);transform:translateY(-4px)scale(1.06)}.about-intro__banner{margin-top:56px}.about-intro__banner img{width:100%}.about-service{grid-template-columns:1fr 1fr;display:grid}.about-service__media{background-position:0 0;background-repeat:no-repeat;background-size:cover;min-height:420px}.about-service__body{background:var(--c-blue);color:var(--c-white);padding:90px}.about-service__body p{color:var(--c-white);margin:0;font-size:17px;line-height:1.9}.about-service-mobile{background:var(--c-blue);color:var(--c-white);text-align:center}.about-service-mobile__img{width:100%;margin-bottom:24px}.about-service-mobile p{color:var(--c-white);text-align:left;margin:0;font-size:16px;line-height:1.9}.about-process{background-color:#c5d4e8}.about-steps{grid-template-columns:repeat(4,1fr);gap:34px 24px;margin:40px 0 0;padding:0;list-style:none;display:grid}.about-steps__item{text-align:center;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-1);transition:transform var(--t-move) var(--ease), box-shadow var(--t-move) var(--ease);padding:0 0 18px;position:relative;overflow:hidden}.about-steps__item:hover{box-shadow:var(--shadow-2);transform:translateY(-5px)}.about-steps__item img{aspect-ratio:3/2;object-fit:cover;width:100%;transition:transform var(--t-image) var(--ease);margin-bottom:12px}.about-steps__item:hover img{transform:scale(1.05)}.about-steps__item .heading,.about-steps__item p{padding:0 14px}.about-steps__item p{color:var(--c-text);margin:6px 0 0;font-size:15px;line-height:1.7}@media (width<=989px){.about-intro__text{max-width:100%}.about-features,.about-steps{grid-template-columns:repeat(2,1fr)}.about-service__body{padding:50px 30px}}@media (width<=767px){.about-intro__text{font-size:16px}.about-steps{grid-template-columns:1fr}}.lightbox{z-index:1000;background:#000000db;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:fixed;inset:0}.lightbox__figure{flex-direction:column;align-items:center;gap:12px;max-width:min(1100px,92vw);max-height:86vh;margin:0;display:flex}.lightbox__figure img{object-fit:contain;max-width:100%;max-height:78vh}.lightbox__caption{color:#ffffffd9;font-size:14px}.lightbox__close{width:44px;height:44px;color:var(--c-white);background:0 0;border:0;font-size:22px;position:absolute;top:18px;right:22px}.lightbox__arrow{width:56px;height:56px;color:var(--c-white);background:#ffffff1f;border:0;margin-top:-28px;font-size:26px;transition:background .2s;position:absolute;top:50%}.lightbox__arrow:hover{background:#ffffff40}.lightbox__arrow--prev{left:16px}.lightbox__arrow--next{right:16px}@media (width<=767px){.lightbox__arrow{width:42px;height:42px;margin-top:-21px;font-size:20px}}.hgallery{position:relative}.hgallery__track{scroll-snap-type:x mandatory;scrollbar-width:thin;gap:10px;padding-bottom:6px;display:flex;overflow-x:auto}.hgallery__item{scroll-snap-align:start;cursor:zoom-in;border-radius:var(--radius-sm);width:clamp(160px,20vw,260px);height:clamp(160px,20vw,260px);box-shadow:var(--shadow-1);background:#ffffffe6;border:0;flex:none;padding:0;position:relative;overflow:hidden}.hgallery__item img{object-fit:cover;width:100%;height:100%;transition:transform var(--t-image) var(--ease), filter var(--t-move) ease}.hgallery__item:hover img{filter:brightness(.72);transform:scale(1.1)}.hgallery__zoom{color:var(--white);opacity:0;transition:opacity var(--t-move) ease, transform var(--t-move) var(--ease);pointer-events:none;place-items:center;display:grid;position:absolute;inset:0;transform:scale(.82)}.hgallery__item:hover .hgallery__zoom{opacity:1;transform:none}.hgallery__arrow{z-index:2;width:44px;height:44px;color:var(--c-white);opacity:0;background:#00000059;border:0;margin-top:-22px;font-size:20px;transition:opacity .25s,background .25s;position:absolute;top:50%}.hgallery:hover .hgallery__arrow{opacity:1}.hgallery__arrow:hover{background:#0009}.hgallery__arrow--prev{left:0}.hgallery__arrow--next{right:0}@media (width<=767px){.hgallery__arrow{display:none}}.pfilter{top:var(--header-height);z-index:200;background:var(--white);border-bottom:1px solid var(--c-border);position:sticky;box-shadow:0 1px 2px #16202b0a}.pfilter__inner{flex-wrap:wrap;gap:8px;padding:14px 0;display:flex}.pfilter__chip{font-size:var(--fs-sm);letter-spacing:.02em;color:var(--n-700);background:var(--n-100);transition:color var(--t-color) ease, background var(--t-color) ease, border-color var(--t-color) ease, transform var(--t-move) var(--ease);border:1px solid #0000;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-weight:500;display:inline-flex}.pfilter__chip:hover{color:var(--c-blue-dark);background:var(--blue-100);transform:translateY(-2px)}.pfilter__chip.is-active{color:var(--white);background:var(--c-blue);border-color:var(--c-blue)}.pfilter__count{font-variant-numeric:tabular-nums;color:var(--c-muted);font-size:11px}.pfilter__chip.is-active .pfilter__count,.pfilter__chip:hover .pfilter__count{color:inherit;opacity:.75}.portfolio-block{scroll-margin-top:calc(var(--header-height) + 76px);margin-top:44px}.portfolio-block:first-of-type{margin-top:24px}.portfolio-block__title{scroll-margin-top:calc(var(--header-height) + 76px);margin-bottom:20px}@media (width<=767px){.pfilter__inner{scrollbar-width:none;flex-wrap:nowrap;padding:12px 0;overflow-x:auto}.pfilter__inner::-webkit-scrollbar{display:none}.pfilter__chip{flex:none}}.news-list{background-color:#f7f7f7;background-position:0 0;background-repeat:no-repeat}.news-grid{grid-template-columns:repeat(2,1fr);gap:40px;display:grid}.news-card{color:inherit;text-align:center;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-1);transition:transform var(--t-move) var(--ease), box-shadow var(--t-move) var(--ease);display:block;overflow:hidden}.news-card:hover{box-shadow:var(--shadow-2);transform:translateY(-5px)}.news-card img{aspect-ratio:1200/765;object-fit:cover;width:100%;transition:transform var(--t-image) var(--ease)}.news-card:hover img{transform:scale(1.05)}.news-card__title{color:var(--c-heading);margin:18px 0 0;padding:0 18px;font-size:18px;font-weight:600;line-height:1.5}.news-card:hover .news-card__title{color:var(--c-blue)}.news-card__rule{background:var(--c-blue);width:24px;height:2px;transition:width var(--t-move) var(--ease);margin:14px auto 20px;display:block}.news-card:hover .news-card__rule{width:52px}@media (width<=767px){.news-grid{grid-template-columns:1fr}}.post{background:var(--c-white)}.post__article{grid-template-columns:180px 1fr;align-items:start;gap:30px;display:grid}.post__thumb{object-fit:cover;width:180px;height:180px}.post__title{color:var(--c-heading);margin:0 0 10px;font-size:26px;font-weight:600;line-height:1.4}.post__meta{color:var(--c-muted);flex-wrap:wrap;gap:8px;margin:0 0 24px;font-size:13px;display:flex}.post__content img{width:100%;max-width:720px}.post__footer{border-top:1px solid var(--c-border);margin-top:34px;padding-top:20px}.post__share-title{color:var(--c-text);margin:0 0 12px;font-size:14px;font-weight:600}.post__share{align-items:center;gap:14px;display:flex}.post__share a{width:28px;height:28px;color:var(--white);background:var(--c-blue);border-radius:var(--radius-sm);transition:transform var(--t-move) var(--ease), background var(--t-color) ease;justify-content:center;align-items:center;display:inline-flex}.post__share a:hover{background:var(--c-blue-dark);transform:translateY(-2px)}.post__share img{border-radius:var(--radius-sm);width:28px;height:28px}.post__back{margin:40px 0 0}@media (width<=767px){.post__article{grid-template-columns:1fr}.post__title{font-size:21px}}.contact-info__grid{grid-template-columns:1fr 1fr;align-items:center;gap:50px;display:grid}.contact-info__media img{width:100%}.contact-list{margin:26px 0 0}.contact-list__item{border-bottom:1px solid var(--c-border);border-radius:var(--radius-sm);transition:background var(--t-color) ease;gap:14px;padding:12px 14px;display:flex}.contact-list__item:hover{background:var(--blue-050)}.contact-list__icon{width:34px;height:34px;color:var(--white);background:var(--c-green);transition:transform var(--t-move) var(--ease), background var(--t-color) ease;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.contact-list__item:hover .contact-list__icon{background:var(--c-blue);transform:scale(1.1)rotate(-7deg)}.contact-list__label{letter-spacing:3px;color:var(--c-navy);font-size:20px;font-weight:500;display:block}.contact-list__value{color:var(--c-muted);font-size:18px}.contact-list__value a{color:inherit}.contact-list__value a:hover{color:var(--c-blue)}.contact-social{gap:10px;margin-top:24px;display:flex}.contact-social img{object-fit:contain;width:50px;height:50px;transition:transform var(--t-move) var(--ease)}.contact-social a:hover img{transform:translateY(-4px)}.contact-form-section{background-position:50%;background-repeat:no-repeat;background-size:cover}.contact-form-section .heading__tag{color:var(--c-white)}.contact-form{max-width:780px;margin:30px auto 0}.contact-form p{margin:0 0 14px}.contact-form label{color:var(--c-white);margin-bottom:6px;font-size:14px;display:block}.contact-form input,.contact-form textarea{width:100%;font:inherit;font-family:var(--font-input);color:#0f2c5a;background:#d9efff;border:1px solid #d9efff;border-radius:3px;padding:10px 12px}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--c-blue);outline-offset:1px}.contact-form textarea{resize:vertical}.contact-form__row{grid-template-columns:1fr 1fr;gap:0 2%;display:grid}.contact-form__actions{text-align:center;margin-top:22px}.contact-form__actions .btn{color:#02568a;background:var(--c-white);border-color:var(--c-white);border-radius:3px;padding:10px 26px;font-size:15px}.contact-form__actions .btn:hover{color:var(--c-white);background:var(--c-blue-dark);border-color:var(--c-blue-dark)}.contact-form__trap{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.contact-form__actions .btn[disabled]{cursor:progress;opacity:.72}.contact-form__actions .btn[disabled]:hover{box-shadow:none;transform:none}.contact-form__actions .btn[disabled]:hover:before{transform:scaleX(0)}.contact-form__status{min-height:1.6em;color:var(--white);text-align:center;margin-top:12px;font-size:14px;line-height:1.6}.contact-form__status a{color:var(--white);text-decoration:underline}@media (width<=989px){.contact-info__grid{grid-template-columns:1fr;gap:34px}.contact-form__row{grid-template-columns:1fr}}.search-page__title{color:var(--c-heading);margin:0 0 24px;font-size:26px;font-weight:600}.search-page__empty{color:var(--c-muted)}.search-page__item{border-bottom:1px solid var(--c-border);flex-wrap:wrap;align-items:baseline;gap:12px;padding:16px 0;display:flex}.search-page__item-title{color:var(--c-heading);font-size:17px;font-weight:600}.search-page__item:hover .search-page__item-title{color:var(--c-blue)}.search-page__item-path{color:var(--c-muted);font-size:13px}@font-face{font-family:Noto Sans TC;font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/noto-sans-tc-subset-Dpj4mtsh.woff2)format("woff2-variations")}:root{--blue-700:#16456f;--blue-600:#1e5f96;--blue-500:#2f7ec4;--blue-400:#61aef2;--blue-200:#b8d9f5;--blue-100:#e8f3fd;--blue-050:#f4f9ff;--green-500:#6f9440;--green-400:#9dc46a;--green-300:#c0e38d;--green-100:#eef7e6;--n-900:#16202b;--n-700:#2f3d4c;--n-500:#6b7684;--n-400:#8b97a6;--n-300:#b6c2d1;--n-200:#e6eaef;--n-100:#f2f4f7;--n-050:#f8fafc;--white:#fff;--c-blue:var(--blue-400);--c-blue-dark:var(--blue-500);--c-blue-deep:var(--blue-600);--c-navy:var(--blue-700);--c-green:var(--green-300);--c-green-light:var(--green-100);--c-text:var(--n-500);--c-heading:var(--n-900);--c-muted:var(--n-400);--c-border:var(--n-200);--c-white:var(--white);--fs-display:40px;--fs-h1:32px;--fs-h2:26px;--fs-h3:18px;--fs-body-l:17px;--fs-body:15px;--fs-sm:13px;--fs-caption:12px;--radius:4px;--radius-sm:3px;--shadow-1:0 1px 2px #16202b0f, 0 4px 12px #16202b0d;--shadow-2:0 2px 4px #16202b12, 0 16px 32px #16202b21;--ease:cubic-bezier(.22, .61, .36, 1);--t-color:.28s;--t-move:.38s;--t-image:.62s;--header-height:80px;--container:1310px;--font-body:"Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;--font-input:"PingFang TC", "Microsoft JhengHei", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height);-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--fs-body);color:var(--c-text);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;line-height:1.8;overflow-x:hidden}img{border:0;max-width:100%;height:auto;display:block}a{color:var(--c-blue-dark);transition:color var(--t-color) ease;text-decoration:none}a:hover{color:var(--c-blue)}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);color:var(--c-heading);margin:0;font-weight:700;line-height:1.35}p{margin:0 0 1em}ul{margin:0;padding:0;list-style:none}button{font:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--c-blue-dark);outline-offset:2px;border-radius:2px}.container{width:85%;max-width:var(--container);margin:0 auto}.section{padding:50px 0;position:relative}.section--large{padding:70px 0}.section--fixed-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.section__overlay{pointer-events:none;position:absolute;inset:0}.section>.container{z-index:1;position:relative}.overlay-wool{background-image:url(/assets/wool-diagonal-BJIcGzYC.webp);background-repeat:repeat}.heading{font-size:calc(var(--heading-size,var(--fs-h2)) * var(--heading-scale,1));color:var(--c-text);margin:0 0 12px}.heading__tag{font-size:1em;font-weight:var(--heading-weight,700);letter-spacing:.02em;color:var(--c-heading);margin:0;padding:0;line-height:1.35}.heading--center{text-align:center}.heading--white .heading__tag{color:var(--white)}@media (width<=989px){.heading{--heading-scale:.88}}@media (width<=767px){.heading{--heading-scale:.8}}.divider-img{width:181px;max-width:60%;height:auto;margin:8px 0 0;display:block}.divider-img--center{margin-left:auto;margin-right:auto}.rule{color:var(--n-300);justify-content:center;align-items:center;gap:12px;margin:18px 0 32px;display:flex}.rule:before,.rule:after{content:"";background:currentColor;width:90px;height:1px}.rule--white{color:#ffffff8c}.btn{letter-spacing:.06em;color:var(--white);background:var(--c-blue);border:1px solid var(--c-blue);transition:transform var(--t-move) var(--ease), box-shadow var(--t-move) var(--ease);border-radius:0;padding:15px 34px 13px;font-size:16px;line-height:1.2;display:inline-block;position:relative;overflow:hidden}.btn>*{z-index:1;position:relative}.btn:before{content:"";background:var(--c-navy);transform-origin:0;transition:transform var(--t-move) var(--ease);position:absolute;inset:0;transform:scaleX(0)}.btn:hover{color:var(--white);transform:translateY(-2px);box-shadow:0 8px 18px #16456f42}.btn:hover:before{transform:scaleX(1)}.only-mobile{display:none}@media (width<=767px){.only-desktop{display:none}.only-mobile{display:revert}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.reveal{opacity:0;transition:opacity .7s ease, transform .7s var(--ease);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:none}@media (hover:none){.btn:hover{box-shadow:none;transform:none}.btn:hover:before{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
