:root{--ink:#101213;--char:#171a1b;--cream:#f3f0e9;--paper:#faf9f6;--gold:#c5a06a;--gold2:#e2cba7;--muted:#716f69;--line:#ded9cf;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{overflow-x:hidden;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.gold{color:var(--gold)}
.topbar{background:#090b0c;color:#ddd4c8;font-size:13px;border-bottom:1px solid #242728}.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.top-contact{display:flex;gap:16px;flex-wrap:wrap}.top-contact a:hover{color:var(--gold2)}
.nav{position:sticky;top:0;z-index:50;background:rgba(16,18,19,.96);backdrop-filter:blur(12px);border-bottom:1px solid #292d2e;color:white}.navin{min-height:76px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.logo-window{width:76px;height:54px;overflow:hidden;border-radius:6px;background:#2f2b28}.logo-window img{width:108px;height:62px;object-fit:cover;object-position:55% 26%;transform:translate(-13px,-4px)}.brand-text strong{display:block;font-size:20px;letter-spacing:.09em}.brand-text small{color:#bdb5aa;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.menu{display:flex;gap:20px;align-items:center;font-size:13px}.menu a{color:#e8e5df;padding:28px 0;border-bottom:2px solid transparent}.menu a:hover{color:var(--gold2);border-bottom-color:var(--gold)}.menu-toggle{display:none;background:transparent;color:#fff;border:1px solid #414546;border-radius:9px;padding:8px 10px}
.hero{display:grid;grid-template-columns:1fr 1.08fr;min-height:660px;background:var(--ink);color:#fff}.hero-copy{padding:80px max(32px,calc((100vw - 1180px)/2));padding-right:58px;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold2);font-weight:700}.hero h1{font-size:clamp(44px,5.5vw,76px);line-height:.98;letter-spacing:-.035em;margin:16px 0 25px;max-width:670px}.hero p{font-size:18px;color:#d1d0cc;max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 18px;font-weight:750;border:1px solid transparent}.btn.gold{background:var(--gold);color:#151515}.btn.outline{border-color:#4b4e4f;color:#fff}.hero-photo{position:relative;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.46)),url('/static/img/bs-e505dd-901.webp') center/cover}.hero-photo:after{content:"";position:absolute;right:24px;bottom:22px;color:#fff;font-size:11px;letter-spacing:.15em;background:rgba(9,11,12,.64);padding:10px 12px;border-left:2px solid var(--gold)}
.trustbar{background:#121516;color:white;border-top:1px solid #2d3031;border-bottom:1px solid #2d3031}.trustgrid{display:grid;grid-template-columns:repeat(4,1fr)}.trust{padding:20px 22px;border-right:1px solid #303334}.trust:last-child{border:0}.trust b{display:block;color:var(--gold2);font-size:13px}.trust span{display:block;color:#c5c3be;font-size:12px;margin-top:4px}
.section{padding:78px 0}.section.alt{background:#f0eee8}.section.dark{background:#101213;color:white}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:32px}.section-head h2{font-size:clamp(32px,4vw,50px);line-height:1.05;margin:8px 0 0;letter-spacing:-.03em}.section-head p{max-width:580px;margin:0;color:var(--muted)}.dark .section-head p{color:#b9b8b3}.goldline{width:58px;height:2px;background:var(--gold);margin-top:14px}
.services{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service{background:#fff;border:1px solid var(--line);padding:25px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between}.service .num{color:var(--gold);font-weight:800;font-size:12px;letter-spacing:.14em}.service h3{font-size:21px;margin:30px 0 9px}.service p{color:var(--muted);font-size:14px;margin:0}
.projects{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.project-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px}.project{min-height:310px;position:relative;overflow:hidden;background:#333}.project.big{min-height:634px}.project img{position:absolute;width:100%;height:100%;object-fit:cover;inset:0;transition:transform .45s ease}.project:hover img{transform:scale(1.025)}.project:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.72))}.project-label{position:absolute;left:22px;right:22px;bottom:20px;z-index:2;color:white}.project-label small{color:var(--gold2);text-transform:uppercase;letter-spacing:.13em}.project-label h3{margin:5px 0 0;font-size:25px}
.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cert{background:white;color:#111;padding:24px;border-top:3px solid var(--gold);min-height:215px}.cert .cert-title{font-size:25px;font-weight:850}.cert small{display:block;color:#7d776e;text-transform:uppercase;letter-spacing:.11em;margin-top:3px}.cert p{font-size:14px;color:#5f5d58}.cert strong{font-size:13px}.partners-note{margin-top:20px;color:#b7b6b0;font-size:13px}
.finish-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:start;margin-bottom:30px}.finish-copy{background:#171a1b;color:white;padding:30px}.finish-copy h3{font-size:29px;margin:0 0 12px}.finish-copy p{color:#c9c7c1}.finish-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.finish-point{border-top:1px solid #3b3f40;padding-top:12px;color:#d6d2cb;font-size:13px}.classcompare{display:grid;grid-template-columns:1fr 1fr;gap:14px}.classcard{border:1px solid var(--line);background:#fff;padding:28px}.classcard.class2{background:#171a1b;color:white;border-color:#171a1b}.classbadge{display:inline-block;background:#eae7df;padding:7px 10px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:800}.class2 .classbadge{background:var(--gold);color:#151515}.classcard h3{font-size:29px;margin:18px 0 8px}.classcard p{color:#65625c}.class2 p{color:#cac7c0}.classcard ul{padding-left:18px}
.palette{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:22px}.swatch{background:white;border:1px solid var(--line);padding:10px}.swatch-color{height:105px;margin-bottom:11px;border:1px solid rgba(0,0,0,.06)}.swatch b{font-size:13px}.swatch small{display:block;color:#77736c;margin-top:3px}.ral{background:linear-gradient(135deg,#323638,#70716d)}.ammos{background:radial-gradient(circle at 20% 20%,#d4c5ad 0 1px,transparent 1.6px),linear-gradient(135deg,#b5a38c,#766958);background-size:5px 5px,auto}.sahara{background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.32) 0 1px,transparent 1.4px),linear-gradient(135deg,#74634f,#b08e69);background-size:6px 6px,auto}.structura{background:radial-gradient(circle,#666 0 1px,transparent 1.2px),linear-gradient(135deg,#343637,#686866);background-size:4px 4px,auto}.anod{background:linear-gradient(100deg,#76614d,#d8c3a2 45%,#846f5a 75%,#d8c3a2)}.wood{background:repeating-linear-gradient(5deg,#5f351f 0 4px,#845338 4px 8px,#b0774f 8px 11px)}
.maintenance-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}.care{background:white;border:1px solid var(--line);padding:28px}.care h3{font-size:28px;margin:0 0 12px}.care-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.care-item{border-top:2px solid var(--gold);padding-top:12px}.care-item b{display:block}.care-item span{font-size:13px;color:var(--muted)}.warranty{background:#171a1b;color:white;padding:30px}.warranty h3{font-size:30px;margin:0 0 12px}.warranty p{color:#c9c6c0}.warranty .mini{border-top:1px solid #3f4243;padding:12px 0}.warranty .mini b{color:var(--gold2)}
.article-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.filter-btn{border:1px solid #3b3f40;background:transparent;color:#d7d4cd;padding:9px 12px;border-radius:999px;cursor:pointer;font-size:12px}.filter-btn.active{background:var(--gold);border-color:var(--gold);color:#121212}.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.article-card{background:#181b1c;border:1px solid #303435;padding:24px;min-height:260px;display:flex;flex-direction:column}.article-top{display:flex;justify-content:space-between;gap:12px}.tag{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--gold2);font-weight:750}.readtime{font-size:11px;color:#858883}.article-card h3{font-size:22px;line-height:1.2;margin:28px 0 10px}.article-card p{font-size:14px;color:#aaa9a4;margin:0}.text-link{border:0;background:none;color:var(--gold2);padding:0;margin-top:auto;text-align:left;font-weight:750;cursor:pointer}.muted-link{color:#767975;cursor:default}
.contactbox{background:#151819;color:white;display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:40px}.contactbox h2{font-size:42px;margin:8px 0 12px}.contactbox p{color:#c5c2bc}.contact-list{display:grid;gap:11px;font-size:16px}.contact-list a{display:flex;gap:10px;align-items:center}.contact-list a:hover{color:var(--gold2)}.socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.social{border:1px solid #484b4c;border-radius:999px;padding:10px 13px;font-size:13px}
footer{background:#090b0c;color:#aaa8a2;padding:32px 0}.footergrid{display:flex;justify-content:space-between;gap:26px;flex-wrap:wrap;font-size:13px}.footergrid strong{color:#e7e3dc}.disclaimer{font-size:11px;color:#89867f;margin-top:18px}
.modal{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.72);display:none;padding:24px;overflow:auto}.modal.open{display:block}.modal-card{max-width:850px;margin:28px auto;background:#fbfaf7;color:#151515;padding:42px;position:relative}.modal-close{position:absolute;right:15px;top:13px;border:1px solid #ccc;background:white;border-radius:50%;width:38px;height:38px;font-size:20px;cursor:pointer}.modal-kicker{font-size:11px;letter-spacing:.15em;color:#997344;text-transform:uppercase;font-weight:800}.modal-card h2{font-size:38px;line-height:1.08;margin:10px 45px 12px 0}.modal-lead{font-size:18px;color:#6d685f}.article-body{margin-top:28px}.article-body h4{font-size:20px;margin:27px 0 9px}.article-body ul{padding-left:22px}.note{background:#ece6dc;padding:16px;border-left:3px solid var(--gold)}
@media(max-width:980px){.menu{display:none;position:absolute;left:16px;right:16px;top:70px;background:#171a1b;padding:10px;flex-direction:column;align-items:stretch}.menu.open{display:flex}.menu a{padding:12px;border-bottom:1px solid #313536}.menu-toggle{display:block}.hero{grid-template-columns:1fr}.hero-copy{padding:60px 28px}.hero-photo{min-height:520px}.trustgrid{grid-template-columns:1fr 1fr}.trust:nth-child(2){border-right:0}.services,.cert-grid{grid-template-columns:1fr 1fr}.projects,.finish-intro,.maintenance-grid{grid-template-columns:1fr}.articles{grid-template-columns:1fr 1fr}.palette{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.wrap{width:min(100% - 22px,1180px)}.topbar .wrap{display:block;text-align:center}.top-contact{justify-content:center;gap:5px 11px;margin-top:4px}.logo-window{width:64px}.brand-text small{display:none}.hero h1{font-size:45px}.hero-photo{min-height:380px}.trustgrid,.services,.cert-grid,.articles,.classcompare,.contactbox{grid-template-columns:1fr}.trust{border-right:0;border-bottom:1px solid #303334}.project-stack{grid-template-columns:1fr}.project.big{min-height:430px}.project{min-height:300px}.palette{grid-template-columns:1fr 1fr}.finish-points,.care-list{grid-template-columns:1fr}.section{padding:55px 0}.section-head{display:block}.modal{padding:10px}.modal-card{padding:28px 20px;margin:10px auto}.modal-card h2{font-size:30px}}

.ico{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.top-address,.top-contact a,.contact-list a,.social{display:inline-flex!important;align-items:center;gap:8px}
.service-link{transition:border-color .2s ease,transform .2s ease,background .2s ease}.service-link:hover{border-color:#b9aa95;transform:translateY(-2px);background:#fcfbf8}.service-more{display:block;margin-top:18px;font-size:12px;font-weight:750;color:#8d7251}
.category-details{width:min(1180px,calc(100% - 32px));margin:28px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.category-block{scroll-margin-top:110px;border:1px solid var(--line);background:#fff;padding:24px;display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.category-block h3{font-size:24px;margin:7px 0 8px}.category-block p{color:var(--muted);margin:0;max-width:650px}.category-links{display:flex;flex-direction:column;gap:7px;white-space:nowrap;font-size:12px;font-weight:750;color:#8b7050}
.top-contact .ico{width:15px;height:15px}.contact-list .ico{width:18px;height:18px}.catalog-card{border-top-color:#bca88a!important}.class2 .classbadge,.filter-btn.active{background:#b69a73!important}.btn.gold{background:#b69a73!important}.goldline{background:#b69a73!important}
@media(max-width:760px){.category-details{grid-template-columns:1fr}.category-block{display:block}.category-links{margin-top:16px}.top-address{justify-content:center}}


.article-card h3{color:#f2f0eb!important}
.article-card h3 a{color:#f2f0eb!important}
.article-card p{color:#b9b7b1!important}
.article-card .tag{color:#d7c2a4!important}
.article-card .readtime{color:#8f918d!important}
.article-card{color:#f2f0eb!important}
@media(max-width:620px){
  .article-card h3{color:#f7f5f0!important;font-size:22px!important;line-height:1.18!important}
  .article-card p{color:#c4c1ba!important}
}


/* v12 home refinement */
.hero h1{max-width:760px}
.hero p{max-width:720px}
.category-details{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.category-compact{border:1px solid var(--line);background:#fff}
.category-compact summary{list-style:none;cursor:pointer;padding:19px 22px;display:flex;align-items:center;justify-content:space-between;font-weight:750}
.category-compact summary::-webkit-details-marker{display:none}
.category-compact .plus{font-size:22px;font-weight:400;color:#9b815f;transition:transform .2s ease}
.category-compact[open] .plus{transform:rotate(45deg)}
.category-compact-body{padding:0 22px 20px;color:var(--muted)}
.category-compact-body p{margin:0 0 12px}
.article-extra,.project-extra{display:none!important}
.show-extra .article-extra,.show-project-extra .project-extra{display:block!important}
.articles-more-wrap{text-align:center;margin-top:22px}
@media(max-width:760px){
  .hero{min-height:auto!important}
  .hero h1{font-size:clamp(36px,11vw,54px)!important;line-height:1.02!important}
  .hero p{font-size:16px!important;line-height:1.6!important}
  .category-details{grid-template-columns:1fr}
  .section{padding-top:64px!important;padding-bottom:64px!important}
  .articles{gap:12px!important}
}


/* v13 desktop centering correction */
:root{--page-max:1280px}
.container,.wrap,.inner,.section-inner,.nav-inner,.top-inner,.footer-inner{max-width:var(--page-max);margin-left:auto!important;margin-right:auto!important}
@media(min-width:1000px){
  .hero-inner,.hero-grid{max-width:var(--page-max);margin-left:auto!important;margin-right:auto!important}
  .hero-inner,.hero-grid{padding-left:32px!important;padding-right:32px!important}
  .section>.container,.section>.wrap,.section>.inner{padding-left:32px!important;padding-right:32px!important}
  header .container,header .wrap,header .inner,nav .container,nav .wrap,nav .inner{padding-left:32px!important;padding-right:32px!important}
}
@media(min-width:1500px){
  .hero-inner,.hero-grid,.container,.wrap,.inner,.section-inner,.nav-inner,.top-inner,.footer-inner{max-width:1320px}
}



/* ===== v14 structural desktop centering ===== */
.hero{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  background:var(--ink)!important;
}
.hero-inner{
  width:min(1440px,100%);
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  min-height:660px;
}
.hero-copy{
  padding:76px 64px!important;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-photo{
  min-width:0;
}
@media(min-width:1500px){
  .hero-inner{width:1440px}
}
@media(max-width:1000px){
  .hero-inner{grid-template-columns:1fr}
  .hero-copy{padding:64px 32px!important}
  .hero-photo{min-height:520px}
}

/* Make the shared page axis unambiguous */
.wrap{
  width:min(1180px,calc(100% - 40px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* ===== Articles: compact + working filters ===== */
.article-card.article-hidden{
  display:none!important;
}
.articles-more-wrap{
  display:flex;
  justify-content:center;
  margin-top:24px;
}
#show-all-articles{
  border:1px solid #5a5d5d;
  background:transparent;
  color:#f2f0eb;
}
#show-all-articles:hover{
  border-color:var(--gold);
  color:var(--gold2);
}

/* ===== Colors: compact first-page presentation ===== */
#finishes .finish-detail,
#finishes .finish-extra{
  display:none!important;
}
#finishes.finishes-expanded .finish-detail{
  display:grid!important;
}
#finishes.finishes-expanded .finish-extra{
  display:flex!important;
}
.finishes-more-wrap{
  display:flex;
  justify-content:center;
  margin-top:24px;
}
.finishes-toggle{
  border:1px solid #c8b89f;
  background:transparent;
  color:var(--ink);
}
.finishes-toggle:hover{
  border-color:#9f825a;
}
#finishes .catalog-grid{
  margin-top:28px;
}
#finishes .disclaimer{
  margin-top:18px;
}
@media(max-width:760px){
  .hero-inner{display:block}
  .hero-copy{padding:54px 24px 48px!important}
  .hero-photo{min-height:430px}
  .wrap{width:min(100% - 28px,1180px)!important}
  #finishes.finishes-expanded .finish-detail{display:block!important}
}

/* v15 after-sales interaction */
#care .maintenance-grid{
  align-items:stretch;
}
#care .care-action-card{
  position:relative;
  min-height:310px;
  display:flex;
  flex-direction:column;
  transition:transform .2s ease,border-color .2s ease;
}
#care .care-action-card:hover{
  transform:translateY(-2px);
}
#care .care-action-card .text-link{
  margin-top:auto;
  padding-top:22px;
}
#care .care-action-card .text-link span{
  transition:transform .2s ease;
}
#care .care-action-card .text-link:hover span{
  transform:translateX(3px);
}
@media(max-width:760px){
  #care .care-action-card{
    min-height:0;
  }
}

/* v17 έργα update */
.projects-note{
  margin-top:10px;
  color:#6d6d6d;
  font-size:14px;
}
.project-new{
  position:relative;
}
.project-new .project-label small{
  letter-spacing:.08em;
}

/* ===== v18 categories + real portfolio ===== */
.service-link{cursor:pointer}
.project-filters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 22px;
}
.project-filter{
  border:1px solid #cfc7bb;
  background:#fff;
  color:#242626;
  padding:10px 14px;
  font:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}
.project-filter.active{
  background:#242626!important;
  color:#fff!important;
  border-color:#242626!important;
}
.project.is-hidden{display:none!important}
.project{cursor:zoom-in}
.project-real img{object-fit:cover}
.project-lightbox{
  position:fixed;
  inset:0;
  z-index:99999;
  background:rgba(12,13,13,.94);
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.project-lightbox.open{display:flex}
.project-lightbox-inner{
  max-width:min(1500px,96vw);
  max-height:92vh;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.project-lightbox img{
  max-width:100%;
  max-height:82vh;
  object-fit:contain;
  box-shadow:0 20px 80px rgba(0,0,0,.4);
}
.project-lightbox-caption{
  color:#f2f0eb;
  margin-top:12px;
  font-size:14px;
}
.project-lightbox-close{
  position:absolute;
  top:18px;
  right:22px;
  width:44px;
  height:44px;
  border:1px solid #777;
  background:#171919;
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
@media(max-width:760px){
  .project-filters{
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:5px;
  }
  .project-filter{white-space:nowrap}
  .project-lightbox{padding:12px}
}


/* ===== v19 light header / less black on top ===== */
.topbar{
  background:#ffffff !important;
  color:#1f2324 !important;
  border-bottom:1px solid #e5e0d8 !important;
}
.topbar a,
.top-contact a{
  color:#1f2324 !important;
}
.top-contact a:hover,
.topbar a:hover{
  color:var(--gold) !important;
}
.nav{
  background:rgba(255,255,255,.96) !important;
  color:#171a1b !important;
  border-bottom:1px solid #e7e1d8 !important;
  box-shadow:0 4px 18px rgba(0,0,0,.04);
}
.brand-text strong{
  color:#171a1b !important;
}
.brand-text small{
  color:#7a746a !important;
}
.menu a{
  color:#222728 !important;
}
.menu a:hover{
  color:#9d7b52 !important;
  border-bottom-color:#c5a06a !important;
}
.menu-toggle{
  color:#171a1b !important;
  border-color:#d6cfc4 !important;
  background:#fff !important;
}
.logo-window{
  background:#f4f1eb !important;
  box-shadow:inset 0 0 0 1px #e3ddd2;
}
@media(max-width:1000px){
  .menu{
    background:#ffffff !important;
    border:1px solid #e7e1d8 !important;
    box-shadow:0 12px 28px rgba(0,0,0,.08);
  }
  .menu a{
    color:#1d2223 !important;
  }
}

/* ===== v20 κουφώματα dedicated section ===== */
.windows-section{
  background:#f7f5f0;
}
.windows-category-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:28px;
}
.windows-cat{
  background:#fff;
  border:1px solid #ded9cf;
}
.windows-cat summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 24px;
}
.windows-cat summary::-webkit-details-marker{display:none}
.windows-cat summary>div{
  display:flex;
  align-items:center;
  gap:14px;
}
.windows-num{
  color:#a98a61;
  font-weight:800;
  font-size:12px;
}
.windows-cat h3{
  margin:0;
  font-size:22px;
}
.windows-plus{
  font-size:24px;
  color:#a98a61;
  transition:transform .2s ease;
}
.windows-cat[open] .windows-plus{
  transform:rotate(45deg);
}
.windows-body{
  padding:0 24px 24px;
  color:#67655f;
}
.windows-body>p{
  margin-top:0;
}
.system-list{
  display:grid;
  gap:8px;
  margin-top:18px;
}
.system-list article{
  border-top:1px solid #ece8e0;
  padding:12px 0 4px;
}
.system-list b{
  display:block;
  color:#202425;
  margin-bottom:3px;
}
.system-list span{
  font-size:14px;
  line-height:1.5;
}
@media(max-width:760px){
  .windows-category-grid{
    grid-template-columns:1fr;
  }
  .windows-cat summary{
    padding:19px 18px;
  }
  .windows-body{
    padding:0 18px 20px;
  }
}

.footer-pages{margin-top:14px;font-size:13px;color:#aaa}
.footer-pages a{color:#c7b18f}

/* ===== v23 single-file navigation ===== */
.route-page{display:none}
.route-page.active{display:block}
.route-top{
  position:sticky;top:0;z-index:9990;
  background:#fff;border-bottom:1px solid #e7e1d8;
}
.route-top-inner{
  width:min(1180px,calc(100% - 32px));margin:auto;
  min-height:64px;display:flex;align-items:center;justify-content:space-between;
}
.route-back{
  font-size:14px;font-weight:750;color:#8d704b;
}
.route-top strong{
  letter-spacing:.08em;font-size:18px;
}
body.route-open .nav,
body.route-open .topbar{display:none!important}

/* Normalise imported inner page layouts */
.route-page:not([data-route="home"]) .wrap{
  width:min(1180px,calc(100% - 32px))!important;
  margin-left:auto!important;margin-right:auto!important;
}
.route-page:not([data-route="home"]) .hero{
  display:block!important;
  min-height:0!important;
  background:#fff!important;
  color:#171a1b!important;
  padding:64px 0 38px!important;
}
.route-page:not([data-route="home"]) .hero p{color:#716f69!important}
.route-page:not([data-route="home"]) .systems{
  padding:38px 0 70px!important;
}
.route-page:not([data-route="home"]) .system-card{
  background:#fff;
}
.route-page:not([data-route="home"]) .grid{
  padding-top:34px!important;
}
@media(max-width:760px){
  .route-page:not([data-route="home"]) .hero{padding:44px 0 28px!important}
}

/* ===== v24 category cards with photos ===== */
#services .services{
  grid-template-columns:repeat(3,1fr)!important;
}
#services .service{
  padding:0!important;
  overflow:hidden;
  display:block!important;
}
#services .service-photo{
  aspect-ratio:16/9;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:#ece7de;
}
#services .service-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
#services .service-copy{
  padding:20px 22px 22px;
}
#services .service .num{
  display:none!important;
}
#services .service h3{
  margin-top:0!important;
}
@media(max-width:900px){
  #services .services{
    grid-template-columns:1fr!important;
  }
}

/* Representative photos inside subsections */
.subsection-photo{
  margin:0 0 16px;
  border:1px solid #e3ddd2;
  overflow:hidden;
  background:#efeae0;
}
.subsection-photo img{
  width:100%;
  aspect-ratio:16/7;
  object-fit:cover;
  display:block;
}
.route-page[data-route="sidiro"] .categories,
.route-page[data-route="exoterikoi"] .categories{
  padding-top:42px;
  padding-bottom:86px;
}
.route-page[data-route="sidiro"] .cat,
.route-page[data-route="exoterikoi"] .cat{
  background:#fff;
  border:1px solid #ded9cf;
}
.route-page[data-route="sidiro"] .cat summary,
.route-page[data-route="exoterikoi"] .cat summary{
  list-style:none;
  cursor:pointer;
}
.route-page[data-route="sidiro"] .cat summary::-webkit-details-marker,
.route-page[data-route="exoterikoi"] .cat summary::-webkit-details-marker{
  display:none;
}
.route-page[data-route="sidiro"] .cat-head .num,
.route-page[data-route="exoterikoi"] .cat-head .num{
  display:none!important;
}

.system-photo img,.subsection-photo img{width:100%;height:100%;object-fit:cover;display:block}
.tech-points{margin:0 0 18px;padding-left:18px;color:#5f5b55;font-size:13px}
.tech-points li{margin:5px 0}
.subsection-photo{aspect-ratio:16/7;overflow:hidden;margin:0 0 16px;border:1px solid #e4ddd2;background:#eee9e1}

/* ==========================================================
   v26 — compact three-card visual language throughout
   ========================================================== */

/* Main 3 categories */
#services .services{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
#services .service{
  border:1px solid #ded9cf!important;
  border-radius:0!important;
  background:#fff!important;
  overflow:hidden!important;
  min-height:0!important;
}
#services .service-photo{
  aspect-ratio:16/9!important;
  height:auto!important;
}
#services .service-photo img{
  width:100%!important;height:100%!important;object-fit:cover!important;
}
#services .service-copy{padding:18px 20px 20px!important}
#services .service h3{font-size:23px!important;line-height:1.1!important;margin:0 0 9px!important}
#services .service p{font-size:14px!important;line-height:1.55!important;margin:0 0 14px!important}

/* Koufomata hub */
.route-page[data-route="koufomata"] .grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  padding:38px 0 76px!important;
}
.route-page[data-route="koufomata"] .cat{
  display:block!important;
  padding:0!important;
  background:#fff!important;
  border:1px solid #ded9cf!important;
  overflow:hidden!important;
  min-height:0!important;
}
.route-page[data-route="koufomata"] .cat-photo{
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eeeae2;
}
.route-page[data-route="koufomata"] .cat-photo img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.route-page[data-route="koufomata"] .cat h2{
  font-size:23px!important;line-height:1.12!important;margin:18px 18px 8px!important;
}
.route-page[data-route="koufomata"] .cat p{
  font-size:14px!important;line-height:1.5!important;margin:0 18px 14px!important;color:#6a665f!important;
}
.route-page[data-route="koufomata"] .cat b{
  display:block!important;margin:0 18px 20px!important;font-size:13px!important;color:#92734e!important;
}

/* Series pages: 3 compact cards per row */
.route-page[data-route="anoigomena"] .systems,
.route-page[data-route="syromena"] .systems,
.route-page[data-route="fysounes"] .systems,
.route-page[data-route="yalopetasmata"] .systems,
.route-page[data-route="aithria"] .systems{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  padding:38px 0 76px!important;
}
.route-page[data-route="portes"] .door-group-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.system-card{
  display:block!important;
  min-width:0!important;
  background:#fff!important;
  border:1px solid #ded9cf!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.system-photo{
  width:100%!important;
  aspect-ratio:16/10!important;
  height:auto!important;
  overflow:hidden!important;
  background:#eeeae2!important;
}
.system-photo img{
  width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;
}
.system-copy{padding:16px 18px 18px!important}
.system-copy h2{font-size:21px!important;line-height:1.12!important;margin:0 0 8px!important}
.system-meta{font-size:11px!important;margin-bottom:9px!important}
.system-copy p{
  font-size:13.5px!important;
  line-height:1.5!important;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-bottom:10px!important;
}
.tech-more{
  border-top:1px solid #eee8de;
  margin-top:10px;
  padding-top:9px;
}
.tech-more summary{
  cursor:pointer;
  font-size:12px;
  font-weight:800;
  color:#92734e;
  list-style:none;
}
.tech-more summary::-webkit-details-marker{display:none}
.tech-more summary:after{content:" +"}
.tech-more[open] summary:after{content:" −"}
.tech-more .tech-points{
  margin:10px 0 0!important;
  font-size:12px!important;
}

/* Category accordions: each one is a compact visual card, 3 per row */
.route-page[data-route="rola"] .categories,
.route-page[data-route="exoterikoi"] .categories,
.route-page[data-route="sidiro"] .categories{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  padding:38px 0 76px!important;
}
.route-page[data-route="rola"] details.cat,
.route-page[data-route="exoterikoi"] details.cat,
.route-page[data-route="sidiro"] details.cat{
  display:block!important;
  grid-column:auto!important;
  background:#fff!important;
  border:1px solid #ded9cf!important;
  overflow:hidden!important;
  align-self:start!important;
}
.route-page[data-route="rola"] details.cat summary,
.route-page[data-route="exoterikoi"] details.cat summary,
.route-page[data-route="sidiro"] details.cat summary{
  display:block!important;
  padding:0!important;
  position:relative;
}
.summary-photo{
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eeeae2;
}
.summary-photo img{width:100%;height:100%;object-fit:cover;display:block}
.route-page[data-route="rola"] details.cat summary h2,
.route-page[data-route="exoterikoi"] details.cat summary h2,
.route-page[data-route="sidiro"] details.cat summary h2{
  font-size:21px!important;line-height:1.15!important;margin:16px 44px 17px 18px!important;
}
.route-page[data-route="rola"] details.cat .plus,
.route-page[data-route="exoterikoi"] details.cat .plus,
.route-page[data-route="sidiro"] details.cat .plus{
  position:absolute!important;right:18px!important;bottom:14px!important;
}
.route-page[data-route="rola"] details.cat .body,
.route-page[data-route="exoterikoi"] details.cat .body,
.route-page[data-route="sidiro"] details.cat .body{
  padding:0 18px 18px!important;
  border-top:1px solid #eee8de;
  margin-top:0!important;
}
.route-page[data-route="rola"] details.cat .body .subsection-photo,
.route-page[data-route="exoterikoi"] details.cat .body .subsection-photo,
.route-page[data-route="sidiro"] details.cat .body .subsection-photo{
  display:none!important; /* already shown in summary */
}
.route-page[data-route="rola"] .subgrid,
.route-page[data-route="exoterikoi"] .subgrid,
.route-page[data-route="sidiro"] .subgrid{
  grid-template-columns:1fr!important;
}

/* Colors: no giant brochure image; clean 3-card catalog grid */
#finishes .catalog-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
#finishes .catalog-card{
  min-height:130px!important;
  padding:18px!important;
  text-align:left!important;
  background:#fff!important;
  border:1px solid #ded9cf!important;
}
#finishes .catalog-card b{font-size:18px!important}
#finishes .catalog-card small{display:block;margin:7px 0 12px;color:#6c6861}
#finishes .catalog-card em{font-size:12px;color:#92734e;font-style:normal;font-weight:800}

/* Actual catalog viewer */
.catalog-viewer h3{margin:22px 0 10px}
.catalog-pages{display:grid;grid-template-columns:1fr;gap:14px;margin-top:12px}
.catalog-sheet{
  width:100%;height:auto;display:block;
  border:1px solid #ddd7cc;background:#fff;
}
.catalog-more{
  margin-top:18px;
  border-top:1px solid #e3ddd2;
  padding-top:12px;
}
.catalog-more > summary{
  cursor:pointer;
  font-weight:800;
  color:#8f7049;
}
#catalogModal .modal-card{
  width:min(980px,calc(100% - 28px))!important;
  max-height:90vh!important;
  overflow:auto!important;
}

/* responsive */
@media(max-width:950px){
  #services .services,
  .route-page[data-route="koufomata"] .grid,
  .route-page[data-route="anoigomena"] .systems,
  .route-page[data-route="syromena"] .systems,
  .route-page[data-route="fysounes"] .systems,
  .route-page[data-route="yalopetasmata"] .systems,
  .route-page[data-route="aithria"] .systems,
  .route-page[data-route="portes"] .door-group-grid,
  .route-page[data-route="rola"] .categories,
  .route-page[data-route="exoterikoi"] .categories,
  .route-page[data-route="sidiro"] .categories,
  #finishes .catalog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:620px){
  #services .services,
  .route-page[data-route="koufomata"] .grid,
  .route-page[data-route="anoigomena"] .systems,
  .route-page[data-route="syromena"] .systems,
  .route-page[data-route="fysounes"] .systems,
  .route-page[data-route="yalopetasmata"] .systems,
  .route-page[data-route="aithria"] .systems,
  .route-page[data-route="portes"] .door-group-grid,
  .route-page[data-route="rola"] .categories,
  .route-page[data-route="exoterikoi"] .categories,
  .route-page[data-route="sidiro"] .categories,
  #finishes .catalog-grid{
    grid-template-columns:1fr!important;
  }
}

/* ===== v27: articles are pages, not expanding sheets ===== */
.article-home{padding:6px 0}
.article-home-head{margin-bottom:18px}
.article-home-grid,.article-hub-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.article-home-card,.article-hub-card{
  display:block;
  background:#171a1b;
  border:1px solid #343839;
  padding:20px;
}
.article-home-card h3,.article-hub-card h2{
  color:#f4f1eb!important;
  margin:8px 0 10px;
  font-size:20px;
  line-height:1.2;
}
.article-home-card p,.article-hub-card p{
  color:#b8b4ad!important;
  font-size:13px;
  line-height:1.5;
  margin:0 0 15px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.article-cat{
  display:block;
  color:#b79a70;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.article-home-card b,.article-hub-card b{
  color:#c2a77f;
  font-size:12px;
}
.article-home-more{
  margin-top:18px;
  text-align:center;
}
/* "Όλα τα άρθρα" is a normal closed navigation button, never an auto-expanded list */
.article-home-more .btn{display:inline-flex}

.article-hub-hero{
  background:#fff;
  padding:56px 0 34px;
  border-bottom:1px solid #eee8df;
}
.article-hub-hero h1{
  font-size:clamp(36px,5vw,58px);
  line-height:1.03;
  margin:10px 0 16px;
  letter-spacing:-.035em;
}
.article-hub-hero p{max-width:760px;color:#6e6962}
.article-hub-grid{
  padding:34px 0 76px;
}
.article-hub-card{
  background:#fff;
  border-color:#ded9cf;
}
.article-hub-card h2{color:#1d2021!important}
.article-hub-card p{color:#6b6760!important}
.article-hub-card b{color:#92734e}

.article-detail{
  max-width:820px!important;
  padding-top:50px!important;
  padding-bottom:86px!important;
}
.article-detail-content{
  background:#fff;
}
.article-detail .modal-kicker,
.article-detail .eyebrow{
  color:#967650!important;
  font-size:11px!important;
  letter-spacing:.1em!important;
  font-weight:800!important;
}
.article-detail h2{
  font-size:clamp(34px,5vw,54px)!important;
  line-height:1.06!important;
  letter-spacing:-.03em!important;
  margin:10px 0 20px!important;
  color:#1c1f20!important;
}
.article-detail h3{
  font-size:22px!important;
  margin:30px 0 10px!important;
  color:#1c1f20!important;
}
.article-detail p,.article-detail li{
  font-size:16px!important;
  line-height:1.72!important;
  color:#4f4b46!important;
}
.article-detail ul,.article-detail ol{padding-left:22px!important}

@media(max-width:850px){
  .article-home-grid,.article-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .article-home-grid,.article-hub-grid{grid-template-columns:1fr}
  .article-home-card,.article-hub-card{padding:18px}
  .article-home-head p{font-size:13px}
  .article-hub-hero{padding:40px 0 26px}
  .article-detail{padding-top:34px!important}
}

/* v28 seo + real photos */
.seo-note{margin-top:12px;color:#6f6a61;font-size:14px}
.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.area-card{background:#fff;border:1px solid var(--line);padding:22px}
.area-card h3{margin:0 0 8px;font-size:21px}
.area-card p{margin:0;color:var(--muted);font-size:14px}
.project.is-hidden{display:none}
@media(max-width:760px){.area-grid{grid-template-columns:1fr}}

:root{--gold:#aa8f69;--gold2:#d4c3aa}
.address-link{display:inline-flex;align-items:center;gap:5px}.address-link:hover{color:var(--gold2)}
.logo-window{width:82px!important;height:62px!important;background:#302b28!important;display:block}.logo-window img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transform:none!important}
.btn.gold{background:transparent!important;color:#fff!important;border-color:#8f795a!important}.btn.gold:hover{border-color:#c7b18f!important;color:#e5d8c6!important}
.gold{color:#c4b195!important}.class2 .classbadge{background:#e8e1d6!important;color:#181818!important}.filter-btn.active{background:#2b2e2f!important;border-color:#9b8462!important;color:#fff!important}
.more-projects-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin:28px 0 14px}.more-projects-head h3{font-size:26px;margin:0}.more-projects-head span{color:var(--muted);font-size:13px}.more-projects{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.more-project{margin:0;background:#fff;border:1px solid var(--line)}.more-project img{width:100%;height:250px;object-fit:cover;display:block}.more-project figcaption{padding:14px 15px}.more-project figcaption b{display:block}.more-project figcaption span{font-size:12px;color:var(--muted)}
.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.catalog-card{text-align:left;border:1px solid var(--line);background:#fff;padding:22px;min-height:175px;cursor:pointer;display:flex;flex-direction:column}.catalog-card:hover{border-color:#a89170}.catalog-code{font-size:11px;letter-spacing:.14em;color:#9a8160}.catalog-card b{font-size:21px;margin:26px 0 4px}.catalog-card small{color:var(--muted)}.catalog-card em{font-style:normal;font-size:12px;color:#8f7450;margin-top:auto;padding-top:20px}.source-link{color:#806747;font-weight:700}
@media(max-width:980px){.more-projects,.catalog-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.topbar .wrap{display:flex!important;flex-direction:column}.address-link span{display:none}.logo-window{width:72px!important;height:56px!important}.more-projects,.catalog-grid{grid-template-columns:1fr}.more-project img{height:230px}}