:root{--ed-navy:#0d1a31;--ed-navy-2:#132542;--ed-orange:#f5a400;--ed-orange-2:#ffb51b;--ed-text:#182234;--ed-muted:#657083;--ed-bg:#f5f7fa;--ed-line:#e4e8ee;--ed-white:#fff;--ed-radius:8px;--ed-shadow:0 10px 30px rgba(13,26,49,.08);--ed-container:1320px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ed-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.65}a{color:inherit}img{max-width:100%;height:auto;display:block}.ed-container{width:min(calc(100% - 40px),var(--ed-container));margin-inline:auto}.ed-topbar{background:var(--ed-navy);color:#dbe2ed;font-size:12px}.ed-topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}.ed-topbar a{color:#fff;text-decoration:none}.ed-nav-wrap{background:#fff;border-bottom:1px solid var(--ed-line)}.ed-nav{min-height:76px;display:flex;align-items:center;gap:26px}.ed-logo{display:flex;align-items:center;gap:2px;text-decoration:none;font-weight:800;color:var(--ed-orange);letter-spacing:.2px;white-space:nowrap}.ed-logo b,.ed-footer-logo b{color:var(--ed-navy)}.ed-logo img{max-height:48px;width:auto}.ed-menu{margin-left:auto}.ed-menu__list,.ed-menu__list ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:26px}.ed-menu__list li{position:relative}.ed-menu__list a{display:block;text-decoration:none;color:#293449;font-size:14px;padding:10px 0}.ed-menu__list a:hover{color:var(--ed-orange)}.ed-header-cta,.ed-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;padding:11px 20px;text-decoration:none;font-weight:700;border:1px solid transparent;cursor:pointer}.ed-header-cta,.ed-btn--accent{background:var(--ed-orange);color:#111}.ed-menu-toggle{display:none;border:0;background:none;font-size:24px}.ed-hero{min-height:620px;background:var(--ed-navy);background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.ed-hero--inner{min-height:360px}.ed-hero__inner{padding:75px 0}.ed-eyebrow,.ed-kicker{display:inline-block;color:var(--ed-orange);font-size:12px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase}.ed-hero h1,.ed-detail-hero h1{font-size:clamp(38px,5vw,68px);line-height:1.05;margin:12px 0 18px;max-width:850px;color:#fff}.ed-hero p{max-width:700px;color:#dbe2ed;font-size:18px}.ed-search-panel{background:#fff;color:var(--ed-text);margin-top:38px;border-radius:9px;padding:16px;box-shadow:0 18px 50px rgba(0,0,0,.2)}.ed-search-tabs{display:flex;gap:4px;border-bottom:1px solid var(--ed-line);margin-bottom:14px}.ed-search-tabs button{border:0;background:transparent;padding:12px 16px;color:var(--ed-muted);font-weight:700}.ed-search-tabs button.is-active{color:var(--ed-navy);border-bottom:2px solid var(--ed-orange)}.ed-search-grid{display:grid;grid-template-columns:1.6fr 1fr auto;gap:10px}.ed-search-grid input,.ed-search-grid select,.ed-filterbar input,.ed-contact-card input,.ed-contact-card textarea{width:100%;border:1px solid #d7dde6;background:#fff;border-radius:5px;padding:13px 14px;color:var(--ed-text);font:inherit}.ed-btn--primary{background:var(--ed-navy);color:#fff}.ed-btn--outline{border-color:var(--ed-navy);color:var(--ed-navy);background:#fff}.ed-section{padding:76px 0;background:#fff}.ed-section--light{background:var(--ed-bg)}.ed-section--white{background:#fff}.ed-section--dark{background:var(--ed-navy);color:#fff}.ed-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.ed-section-head h2,.ed-page-heading h1,.ed-detail-block h2{font-size:32px;line-height:1.2;margin:6px 0}.ed-section-head a{font-weight:700;text-decoration:none;color:var(--ed-orange)}.ed-section-head--light h2{color:#fff}.ed-grid{display:grid;gap:24px}.ed-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ed-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ed-card{background:#fff;border:1px solid var(--ed-line);border-radius:8px;overflow:hidden;box-shadow:var(--ed-shadow);transition:.2s}.ed-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(13,26,49,.13)}.ed-card__media{display:block;aspect-ratio:1.55;overflow:hidden;background:#e9edf2}.ed-card__media img{width:100%;height:100%;object-fit:cover}.ed-card__body{padding:20px}.ed-card h3{font-size:19px;line-height:1.35;margin:8px 0}.ed-card h3 a{text-decoration:none}.ed-card--dark{background:#152640;border-color:#29405e;color:#fff}.ed-card--dark h3 a{color:#fff}.ed-card--dark .ed-card__meta{border-color:#314661}.ed-badge{display:inline-flex;padding:5px 9px;background:#fff1d2;color:#986300;border-radius:4px;font-size:11px;font-weight:800;text-transform:uppercase}.ed-muted{color:var(--ed-muted)}.ed-card__meta{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--ed-line);padding-top:14px;margin-top:14px;font-size:13px}.ed-card__meta strong{color:#d98200}.ed-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--ed-line)}.ed-stat-grid div{padding:28px;border:1px solid var(--ed-line);display:flex;flex-direction:column}.ed-stat-grid b{font-size:36px;color:var(--ed-orange)}.ed-stat-grid span{color:var(--ed-muted)}.ed-two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}.ed-two-col--center{align-items:center}.ed-page-hero{background:var(--ed-bg);padding:70px 0;border-bottom:1px solid var(--ed-line)}.ed-page-hero h1{font-size:46px;margin:8px 0}.ed-page-hero p{max-width:700px;color:var(--ed-muted)}.ed-filterbar{background:#fff;border:1px solid var(--ed-line);padding:14px;border-radius:8px;margin-bottom:30px}.ed-filterbar form{display:grid;grid-template-columns:1fr auto;gap:10px}.ed-pagination ul{display:flex;gap:7px;justify-content:center;list-style:none;padding:30px 0;margin:0}.ed-pagination a,.ed-pagination span{padding:8px 12px;border:1px solid var(--ed-line);text-decoration:none;border-radius:4px}.ed-detail-hero{min-height:420px;background:var(--ed-navy);background-size:cover;background-position:center;display:flex;align-items:end;padding:70px 0;color:#fff}.ed-detail-hero--compact{min-height:300px}.ed-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:36px}.ed-sidebar{position:relative}.ed-contact-card{background:var(--ed-navy);color:#fff;padding:24px;border-radius:8px;box-shadow:var(--ed-shadow);position:sticky;top:24px}.ed-contact-card h3{margin-top:0;color:var(--ed-orange)}.ed-contact-card form{display:grid;gap:10px}.ed-contact-card textarea{min-height:100px;resize:vertical}.ed-hotline{text-align:center;margin-top:18px;color:var(--ed-orange);font-weight:800}.ed-detail-tabs{display:flex;gap:0;border-bottom:1px solid var(--ed-line);overflow:auto}.ed-detail-tabs a{padding:14px 18px;text-decoration:none;white-space:nowrap;font-size:13px;color:var(--ed-muted)}.ed-detail-tabs a.is-active{color:var(--ed-text);border-bottom:2px solid var(--ed-orange);font-weight:800}.ed-detail-block{padding:34px 0;border-bottom:1px solid var(--ed-line)}.ed-stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px}.ed-stat-cards div{padding:18px;background:var(--ed-bg);border-radius:7px}.ed-stat-cards span{display:block;color:var(--ed-muted);font-size:12px}.ed-stat-cards b{display:block;margin-top:3px}.ed-map-placeholder{min-height:300px;background:#e7ebef;display:grid;place-items:center;text-align:center;color:var(--ed-muted);border-radius:8px}.ed-project-summary,.ed-info-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ed-line);border-radius:8px;overflow:hidden;margin-bottom:40px}.ed-project-summary>div,.ed-info-grid>div{padding:20px;border-right:1px solid var(--ed-line)}.ed-project-summary b,.ed-info-grid b{display:block;margin-top:4px}.ed-gallery-main{border-radius:8px;overflow:hidden;background:#eee}.ed-gallery-main img{width:100%;max-height:650px;object-fit:cover}.ed-price-box{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;margin:20px 0;background:#fff7e8;border:1px solid #ffe0a0;border-radius:8px}.ed-price-box strong{font-size:28px;color:#d98200}.ed-article{padding:50px 0}.ed-article>h1{font-size:48px;line-height:1.15}.ed-content-narrow{max-width:900px}.ed-richtext{font-size:17px}.ed-richtext img{border-radius:8px}.ed-richtext h2,.ed-richtext h3{margin-top:34px}.ed-cta{background:var(--ed-orange);padding:45px 0}.ed-cta .ed-container{display:flex;justify-content:space-between;align-items:center;gap:30px}.ed-cta h2{margin:4px 0}.ed-footer{background:var(--ed-navy);color:#cbd4e1;border-top:4px solid var(--ed-orange);padding-top:55px}.ed-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:45px}.ed-footer h3{color:#fff;font-size:12px;letter-spacing:1px}.ed-footer-logo{font-size:22px;font-weight:800;color:#fff}.ed-footer-logo b{color:var(--ed-orange)}.ed-footer p{font-size:13px;line-height:1.8}.ed-footer-menu{list-style:none;margin:0;padding:0}.ed-footer-menu li{margin:8px 0}.ed-footer-menu a{text-decoration:none;color:#cbd4e1;font-size:13px}.ed-footer-menu a:hover{color:var(--ed-orange)}.ed-footer-bottom{border-top:1px solid #2b3b55;padding:18px 0;display:flex;justify-content:space-between;font-size:11px}
@media(max-width:1000px){.ed-menu{order:4;width:100%;display:none}.ed-menu.is-open{display:block}.ed-menu__list,.ed-menu__list ul{flex-direction:column;align-items:flex-start;gap:0}.ed-header-cta{margin-left:auto}.ed-menu-toggle{display:block}.ed-nav{flex-wrap:wrap}.ed-grid--3{grid-template-columns:repeat(2,1fr)}.ed-detail-grid{grid-template-columns:1fr}.ed-sidebar{order:initial}.ed-contact-card{position:relative}.ed-stat-cards,.ed-project-summary,.ed-info-grid{grid-template-columns:repeat(2,1fr)}.ed-footer__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.ed-container{width:min(calc(100% - 28px),var(--ed-container))}.ed-topbar__inner{padding:7px 0;font-size:10px}.ed-topbar__inner>div:first-child{display:none}.ed-nav{min-height:64px;gap:14px}.ed-logo{font-size:16px}.ed-header-cta{padding:8px 11px;font-size:11px}.ed-hero{min-height:620px}.ed-hero__inner{padding:50px 0}.ed-search-grid,.ed-filterbar form{grid-template-columns:1fr}.ed-grid--3,.ed-grid--2,.ed-two-col{grid-template-columns:1fr}.ed-section{padding:52px 0}.ed-section-head{align-items:flex-start;flex-direction:column;gap:10px}.ed-section-head h2{font-size:27px}.ed-hero h1,.ed-detail-hero h1{font-size:40px}.ed-page-hero h1{font-size:38px}.ed-stat-cards,.ed-project-summary,.ed-info-grid{grid-template-columns:1fr 1fr}.ed-footer__grid{grid-template-columns:1fr 1fr;gap:26px}.ed-footer__grid>div:first-child{grid-column:1/-1}.ed-footer-bottom{flex-direction:column;gap:7px}.ed-cta .ed-container{flex-direction:column;align-items:flex-start}}
.ed-faq details{background:#fff;border:1px solid var(--ed-line);margin:10px 0;border-radius:6px;padding:0 18px}.ed-faq summary{cursor:pointer;font-weight:700;padding:17px 0}.ed-faq .ed-richtext{padding:0 0 18px;color:var(--ed-muted);font-size:15px}.ed-job-row{background:#fff;border:1px solid var(--ed-line);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:10px 0;border-radius:7px}.ed-job-row strong,.ed-job-row span{display:block}.ed-job-row span{font-size:13px;color:var(--ed-muted)}.ed-contact-list p{padding:12px 0;border-bottom:1px solid var(--ed-line)}@media(max-width:680px){.ed-job-row{align-items:flex-start;flex-direction:column}}

/* ED Theme Manager */
.ed-has-sticky-header .ed-header{position:sticky;top:0;z-index:1000}.ed-popup{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:20px}.ed-popup.is-visible{display:flex}.ed-popup__overlay{position:absolute;inset:0;background:rgba(5,12,24,.68);backdrop-filter:blur(3px)}.ed-popup__dialog{position:relative;z-index:1;width:min(720px,100%);max-height:min(90vh,900px);overflow:auto;background:#fff;border-radius:12px;box-shadow:0 30px 90px rgba(0,0,0,.3)}.ed-popup__media img{width:100%;max-height:300px;object-fit:cover}.ed-popup__body{padding:30px}.ed-popup__body h2{margin:8px 0 14px;font-size:32px;line-height:1.2}.ed-popup__close{position:absolute;right:12px;top:10px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:26px;line-height:1;cursor:pointer;z-index:2}.ed-page-loading{position:fixed;inset:0;z-index:20000;display:grid;place-items:center;background:var(--ed-loading-bg,#0d1a31);color:#fff;opacity:1;visibility:visible;transition:opacity .4s ease,visibility .4s ease}.ed-page-loading.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.ed-page-loading__inner{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.ed-page-loading__logo{max-width:min(220px,60vw);max-height:90px;width:auto;object-fit:contain}.ed-page-loading__spinner{width:34px;height:34px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:ed-loading-spin .8s linear infinite}.ed-page-loading__bar{display:block;width:180px;height:4px;background:rgba(255,255,255,.18);overflow:hidden;border-radius:999px}.ed-page-loading__bar i{display:block;width:40%;height:100%;background:var(--ed-orange);animation:ed-loading-bar 1.2s ease-in-out infinite}.ed-page-loading__text{font-size:12px;opacity:.75}@keyframes ed-loading-spin{to{transform:rotate(360deg)}}@keyframes ed-loading-bar{0%{transform:translateX(-120%)}100%{transform:translateX(350%)}}@media(max-width:680px){.ed-popup__body{padding:22px}.ed-popup__body h2{font-size:25px}.ed-popup__media img{max-height:220px}}


/* Frontend semantic data + detail polish v1.6.3 */
.ed-detail-gallery{display:grid;gap:10px}.ed-detail-gallery__main{overflow:hidden;border-radius:8px;background:#e8ebef}.ed-detail-gallery__main img{width:100%;max-height:650px;object-fit:cover}.ed-detail-gallery__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;position:relative}.ed-detail-gallery__thumbs>div{aspect-ratio:1.7;overflow:hidden;border-radius:5px;background:#e8ebef}.ed-detail-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.ed-detail-gallery__thumbs>span{display:grid;place-items:center;min-height:64px;border-radius:5px;background:#e2e5ea;color:#424b59;font-size:13px;font-weight:800}.ed-semantic-sections{display:grid;gap:22px;margin:30px 0}.ed-semantic-section{padding:24px;border:1px solid var(--ed-line);border-radius:9px;background:#fff}.ed-semantic-section h2{margin:0 0 16px;padding-left:12px;border-left:3px solid var(--ed-orange);font-size:22px}.ed-semantic-section__rows{display:grid;gap:0}.ed-semantic-row{display:grid;grid-template-columns:minmax(180px,.42fr) minmax(0,1fr);gap:24px;padding:14px 0;border-top:1px solid var(--ed-line)}.ed-semantic-row:first-child{border-top:0}.ed-semantic-row__label strong{display:block;font-size:13px}.ed-semantic-row__label small{display:block;margin-top:3px;color:var(--ed-muted);font-size:11px}.ed-semantic-row__value{min-width:0}.ed-richtext--compact{font-size:14px}.ed-richtext--compact p:first-child{margin-top:0}.ed-richtext--compact p:last-child{margin-bottom:0}.ed-semantic-sections--compact{margin:24px 0}.ed-semantic-sections--compact .ed-semantic-section{padding:18px}.ed-semantic-sections--compact .ed-semantic-section h2{font-size:18px}.ed-badge--strong{background:var(--ed-orange);color:#111}.ed-contact-card--light{background:#fff;color:var(--ed-text);border:1px solid var(--ed-line)}.ed-contact-card--light h3{color:var(--ed-text)}.ed-contact-card--light .ed-form input,.ed-contact-card--light .ed-form textarea{background:#fff}.ed-advisor-hotline{padding-top:16px;border-top:1px solid var(--ed-line);color:var(--ed-muted);font-size:12px}.ed-advisor-hotline strong{color:var(--ed-orange);font-size:15px}.ed-grid--related-narrow{max-width:650px}.ed-bds-v1-shell{padding-top:45px}.ed-bds-v1-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid var(--ed-line)}.ed-bds-v1-heading h1{margin:0;font-size:40px;line-height:1.15}.ed-bds-v1-heading p{margin:7px 0 0;color:var(--ed-muted)}.ed-bds-v1-grid{margin-top:28px}.ed-bds-v1-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:20px 0 30px;background:var(--ed-line);border:1px solid var(--ed-line)}.ed-bds-v1-facts>div{padding:15px;background:#fff}.ed-bds-v1-facts span{display:block;color:var(--ed-muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.ed-bds-v1-facts strong{display:block;margin-top:4px;font-size:17px}.ed-bds-v1-project{margin-top:45px;padding-top:34px;border-top:1px solid var(--ed-line)}.ed-bds-v1-project h2{margin:5px 0;font-size:24px}.ed-bds-v1-project a{color:var(--ed-orange)}.ed-project-v1-shell{padding-top:55px}.ed-project-v1-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:55px;align-items:center;padding-bottom:55px;border-bottom:1px solid var(--ed-line)}.ed-project-v1-tags{display:flex;gap:8px;flex-wrap:wrap}.ed-project-v1-tags span{padding:5px 9px;background:#fff1d2;color:#9a6500;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.ed-project-v1-tags .is-dark{background:var(--ed-navy);color:#fff}.ed-project-v1-copy h1{margin:14px 0 8px;font-size:48px;line-height:1.08}.ed-project-v1-location{color:var(--ed-muted)}.ed-project-v1-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:30px 0;padding:18px 0;border-top:1px solid var(--ed-line);border-bottom:1px solid var(--ed-line)}.ed-project-v1-facts span{display:block;color:var(--ed-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.ed-project-v1-facts strong{display:block;margin-top:4px;font-size:18px}.ed-project-v1-description{color:var(--ed-muted);font-size:15px}.ed-project-v1-media{padding:7px;border:1px solid var(--ed-line);background:#fff}.ed-project-v1-media img{width:100%;aspect-ratio:1.28;object-fit:cover}.ed-project-v1-products{padding-top:42px;border-top:1px solid var(--ed-line)}.ed-project-v1-products h2{margin:5px 0 24px;font-size:30px}.ed-kcn-v1-hero{min-height:390px;display:flex;align-items:end;padding:0 0 45px;background:var(--ed-navy) center/cover no-repeat}.ed-kcn-v1-titlebox{width:min(610px,80%);padding:28px 32px;background:#fff;border-right:7px solid var(--ed-orange);box-shadow:0 8px 0 var(--ed-orange)}.ed-kcn-v1-titlebox h1{margin:8px 0;font-size:44px;line-height:1.1}.ed-kcn-v1-titlebox p{margin:0;color:var(--ed-muted)}.ed-kcn-v1-body{padding-top:55px}.ed-kcn-v1-topline{display:flex;gap:60px;padding-bottom:28px;border-bottom:1px solid var(--ed-line);margin-bottom:28px}.ed-kcn-v1-topline span{display:block;color:var(--ed-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.ed-kcn-v1-topline strong{display:block;margin-top:2px;font-size:28px}.ed-kcn-v1-topline .is-accent{color:var(--ed-orange)}.ed-kcn-v1-overview-image{margin-top:22px}.ed-kcn-v1-overview-image img{width:100%;max-height:520px;object-fit:cover}.ed-kcn-v1-products{padding:24px;border-right:4px solid var(--ed-orange);background:var(--ed-navy);color:#fff}.ed-kcn-v1-products h3{margin:0;color:var(--ed-orange)}.ed-kcn-v1-products>p{color:#c9d2df;font-size:13px}.ed-kcn-v1-products__list{display:grid;gap:12px}.ed-kcn-v1-products__list .ed-card{box-shadow:none}.ed-kcn-v1-products__list .ed-card__body{padding:12px}.ed-kcn-v1-products__list .ed-card h3{font-size:14px}.ed-kcn-v1-products__list .ed-card__meta{font-size:11px}.ed-kcn-v1-products__list .ed-card__media{display:none}
@media(max-width:1000px){.ed-project-v1-hero{grid-template-columns:1fr}.ed-project-v1-media{order:-1}.ed-bds-v1-heading{align-items:flex-start}.ed-kcn-v1-titlebox{width:min(760px,90%)}.ed-kcn-v1-products{border-right:0;border-bottom:4px solid var(--ed-orange)}}
@media(max-width:680px){.ed-detail-gallery__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.ed-semantic-row{grid-template-columns:1fr;gap:6px}.ed-bds-v1-heading{display:grid}.ed-bds-v1-heading h1,.ed-project-v1-copy h1,.ed-kcn-v1-titlebox h1{font-size:32px}.ed-bds-v1-facts{grid-template-columns:1fr}.ed-project-v1-facts{grid-template-columns:1fr}.ed-kcn-v1-titlebox{width:calc(100% - 20px);padding:22px}.ed-kcn-v1-topline{gap:30px;flex-wrap:wrap}}


/* Admin/frontend narrative responsive polish v1.6.4 */
.ed-detail,.ed-detail *{overflow-wrap:anywhere}
@media(max-width:1000px){
.ed-detail-grid>article{order:1}.ed-detail-grid>.ed-sidebar{order:2}
.ed-contact-card{position:relative;top:auto}
}
@media(max-width:680px){
.ed-semantic-section{padding:18px}
.ed-semantic-section h2{font-size:20px}
.ed-project-v1-hero{gap:30px;padding-bottom:36px}
  .ed-contact-card{padding:20px}
}
@media(max-width:480px){
.ed-stat-cards,.ed-project-summary,.ed-info-grid{grid-template-columns:1fr}
.ed-footer__grid{grid-template-columns:1fr}.ed-footer__grid>div:first-child{grid-column:auto}
.ed-detail-gallery__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}
.ed-bds-v1-heading h1,.ed-project-v1-copy h1,.ed-kcn-v1-titlebox h1{font-size:29px}
.ed-kcn-v1-titlebox{width:calc(100% - 14px);padding:18px}
}

/* Production UX hardening v1.7.0 */
.ed-skip-link{position:fixed;left:12px;top:-80px;z-index:10000;padding:10px 14px;background:#fff;color:var(--ed-navy);border:2px solid var(--ed-orange);border-radius:4px;text-decoration:none}.ed-skip-link:focus{top:12px}.ed-logo__mobile{display:none}.ed-topbar__contact,.ed-topbar__social,.ed-footer-social{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.ed-footer a{color:inherit}.ed-language-switcher{display:inline-flex;gap:5px;align-items:center}.ed-language-switcher a[aria-current=page]{color:var(--ed-orange);font-weight:800}.ed-form .ed-field{display:grid;gap:5px}.ed-form .ed-field>span{font-size:12px;font-weight:700}.ed-contact-card .ed-field>span{color:#dbe2ed}.ed-form-trap{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.ed-consent{display:flex!important;align-items:flex-start;gap:8px;font-size:11px;line-height:1.45}.ed-consent input{width:auto!important;margin-top:3px}.ed-consent a{text-decoration:underline}.ed-form-feedback{min-height:1.4em;font-size:12px}.ed-form-feedback.is-success{color:#8be6a7}.ed-form-feedback.is-error{color:#ffadad}.ed-contact-card--light .ed-form-feedback.is-success,.ed-contact-card--inline .ed-form-feedback.is-success{color:#16743a}.ed-contact-card--light .ed-form-feedback.is-error,.ed-contact-card--inline .ed-form-feedback.is-error{color:#b42318}.ed-contact-card--static{position:relative;top:auto}.ed-contact-card--inline{position:relative;top:auto;max-width:680px;margin:35px auto 0;text-align:left}.ed-contact-card--inline h3{color:var(--ed-orange)}.ed-btn:disabled{opacity:.6;cursor:wait}.ed-empty-state{padding:28px;border:1px dashed #cfd6df;border-radius:8px;background:var(--ed-bg);color:var(--ed-muted);text-align:center}.ed-empty-state h2{margin-top:0;color:var(--ed-text);font-size:22px}.ed-filterbar form{grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(150px,.8fr)) auto auto;align-items:center}.ed-filterbar select{width:100%;border:1px solid #d7dde6;background:#fff;border-radius:5px;padding:13px 14px;color:var(--ed-text);font:inherit}.ed-home-stats{background:#fff;border-bottom:1px solid var(--ed-line)}.ed-home-stats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--ed-line);border-inline:1px solid var(--ed-line)}.ed-home-stats__grid>div{display:grid;gap:2px;padding:24px;background:#fff;text-align:center}.ed-home-stats__grid strong{font-size:30px;color:var(--ed-orange)}.ed-home-stats__grid span{font-size:12px;color:var(--ed-muted)}.ed-page-hero[style]{color:#fff;background-size:cover;background-position:center}.ed-page-hero[style] h1{color:#fff}.ed-page-hero[style] p{color:#e6ebf2}.ed-article__meta{margin:-4px 0 24px;color:var(--ed-muted);font-size:13px}.ed-comments{padding:20px 0}.ed-comments .comment-list{padding-left:20px}.ed-comments .comment-body{padding:16px 0;border-bottom:1px solid var(--ed-line)}.ed-job-card strong{display:block;margin:12px 0;color:var(--ed-orange)}
@media(max-width:1000px){.ed-filterbar form{grid-template-columns:repeat(2,minmax(0,1fr))}.ed-home-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.ed-logo__desktop{display:none}.ed-logo__mobile{display:inline-flex}.ed-logo__mobile img{max-height:42px}.ed-filterbar form{grid-template-columns:1fr}.ed-home-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ed-home-stats__grid>div{padding:18px 10px}.ed-home-stats__grid strong{font-size:24px}.ed-page-loading--desktop-only{display:none!important}.ed-cta .ed-container{align-items:flex-start}.ed-topbar__social{margin-left:auto}.ed-contact-card .ed-btn{width:100%}}
@media(max-width:420px){.ed-home-stats__grid{grid-template-columns:1fr 1fr}}

/* ED Theme Manager 2.1 — Header/Footer presets + company profile */
.ed-header-search{display:flex;align-items:center;min-width:42px}.ed-header-search input{width:0;opacity:0;padding:0;border:0;transition:.2s ease}.ed-header-search:focus-within input,.ed-header-search:hover input{width:170px;opacity:1;padding:8px 10px;border:1px solid var(--ed-line);border-radius:5px 0 0 5px}.ed-header-search button{width:40px;height:40px;border:1px solid var(--ed-line);background:#fff;border-radius:5px;cursor:pointer;color:var(--ed-navy);font-size:19px}.ed-header-search:focus-within button,.ed-header-search:hover button{border-radius:0 5px 5px 0}.ed-header-tools{display:flex;align-items:center;gap:12px}.ed-header-hotline{display:grid;text-decoration:none;line-height:1.1}.ed-header-hotline small{font-size:10px;color:var(--ed-muted);text-transform:uppercase;letter-spacing:.08em}.ed-header-hotline strong{margin-top:3px;color:var(--ed-orange);font-size:15px}.ed-nav--compact{min-height:68px}.ed-header-cta--light{background:#fff;color:var(--ed-navy)}.ed-has-sticky-header .ed-header .ed-nav-wrap{position:sticky;top:0;z-index:90}.admin-bar.ed-has-sticky-header .ed-header .ed-nav-wrap{top:32px}
.ed-footer-column{min-width:0}.ed-footer-contact{display:grid;gap:8px;margin-top:15px}.ed-footer-contact>div{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:start;font-size:13px}.ed-footer-contact>div>span:first-child{font-size:10px;font-weight:800;color:var(--ed-orange);letter-spacing:.04em}.ed-footer-contact a{text-decoration:none}.ed-footer-contact--compact{display:flex;flex-wrap:wrap;gap:10px 22px;margin:0}.ed-footer-contact--compact>div{display:flex;gap:6px}.ed-footer-menu--inline{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.ed-footer-menu--inline li{margin:0}.ed-company-map-wrap{display:grid;gap:8px}.ed-company-map{width:100%;background:#dfe5ec;border-radius:8px;overflow:hidden}.ed-company-map__link{font-size:12px;color:var(--ed-orange)!important;text-decoration:none}.ed-footer .leaflet-control-attribution{font-size:9px}.ed-brand-text{font-weight:800;letter-spacing:.02em}
@media(max-width:1000px){.ed-header-tools{margin-left:auto}.ed-header-search{display:none}.ed-footer-menu--inline{gap:12px 20px}}
@media(max-width:680px){.ed-header-tools{margin-left:auto}.ed-header-hotline{display:none}.ed-footer-menu--inline{display:grid;gap:7px}.ed-footer-contact--compact{display:grid}.ed-footer-contact--compact>div{display:grid}}
.ed-menu__list--mobile{display:none}
@media(max-width:1000px){.ed-menu__list--desktop{display:none!important}.ed-menu__list--mobile{display:flex}}
.ed-logo__sticky{display:none}.ed-has-sticky-header .ed-header{position:sticky;top:0;z-index:95}.admin-bar.ed-has-sticky-header .ed-header{top:32px}.ed-has-sticky-header .ed-header.is-scrolled .ed-topbar{display:none}.ed-has-sticky-header .ed-header.is-scrolled .ed-logo__sticky{display:inline-flex}.ed-has-sticky-header .ed-header.is-scrolled .ed-logo__desktop{display:none}.ed-has-sticky-header .ed-header.is-scrolled .ed-nav{min-height:62px}.ed-has-sticky-header .ed-header.is-scrolled .ed-nav-wrap{box-shadow:0 10px 30px rgba(13,26,49,.08)}
@media(max-width:782px){.admin-bar.ed-has-sticky-header .ed-header{top:46px}}
@media(max-width:680px){.ed-logo__sticky{display:none!important}.ed-has-sticky-header .ed-header.is-scrolled .ed-logo__mobile{display:inline-flex}}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.screen-reader-text:focus{clip:auto!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;white-space:normal!important}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ed-page-loading,.ed-card,.ed-card__media img,.ed-social-share__link,.ed-faq-item button i{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
