/* =====================================================================
   ALUSYST — Homepage stylesheet (external addition, linked from header.php)
   Replicates the Figma homepage. All rules scoped to body.home.
   Palette: burgundy #510a20 | pink #ff004f | black #111 | gray #e1e1e1
   ===================================================================== */

:root{
    --al-burgundy:#510a20;
    --al-burgundy-2:#6d1330;
    --al-pink:#ff004f;
    --al-pink-2:#e30b49;
    --al-black:#111114;
    --al-ink:#17181c;
    --al-gray:#e1e1e1;
    --al-gray-2:#ececec;
    --al-line:#cfcfcf;
    --al-text:#3b3b3d;
    --al-muted:#6f6f72;
    --al-white:#ffffff;
    --al-font:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
    --al-maxw:1240px;
}

/* ---------- base (home only) ---------- */
body.home{ font-family:var(--al-font); color:var(--al-text); background:var(--al-white); margin:0; -webkit-font-smoothing:antialiased; }
body.home img{ display:block; max-width:100%; }
body.home a{ text-decoration:none; color:inherit; }
body.home *{ box-sizing:border-box; }
body.home #page{ overflow-x:hidden; }
body.home #content{ padding:0; }
body.home #post-28,body.home .entry-content{ max-width:100%; margin:0; padding:0; }

.home .al-container{ max-width:var(--al-maxw); margin:0 auto; padding:0 40px; }
.home .wpc-section{ position:relative; }

/* section-eyebrow label ◆ */
.home .al-eyebrow{ display:inline-flex; align-items:center; gap:9px; font-size:12px; font-weight:700;
    letter-spacing:.16em; text-transform:uppercase; color:var(--al-ink); margin:0 0 26px; }
.home .al-eyebrow::before{ content:''; width:9px; height:9px; background:var(--al-pink);
    transform:rotate(45deg); display:inline-block; }
.home .al-eyebrow--light{ color:#fff; }
.home .hl{ color:var(--al-pink-2); }

/* buttons */
.home .al-btn{ display:inline-flex; align-items:center; gap:12px; font-family:var(--al-font); font-weight:700;
    font-size:14px; letter-spacing:.06em; text-transform:uppercase; padding:17px 34px; border:0; cursor:pointer;
    line-height:1; transition:.25s; }
.home .al-btn svg{ width:17px; height:17px; flex:0 0 auto; }
.home .al-btn--dark{ background:var(--al-black); color:#fff; }
.home .al-btn--dark:hover{ background:#000; }
.home .al-btn--pink{ background:var(--al-pink); color:#fff; }
.home .al-btn--pink:hover{ background:#e2003f; }

/* =====================================================================
   HEADER (theme markup, styled here for the homepage)
   ===================================================================== */
.home #masthead.header--home{ position:fixed; top:0; left:0; width:100%; z-index:1000;
    background:transparent; transition:background .3s,box-shadow .3s,padding .3s; }
.home #masthead.header--home::before{ content:''; position:absolute; inset:0; z-index:-1;
    background:linear-gradient(180deg,rgba(40,6,17,.55),rgba(40,6,17,0)); pointer-events:none; opacity:1; transition:opacity .3s; }
.home #masthead.header--home.header--scrolled{ background:var(--al-burgundy); box-shadow:0 6px 30px rgba(0,0,0,.28); }
.home #masthead.header--home.header--scrolled::before{ opacity:0; }
.home #masthead .header-inner{ max-width:1600px; margin:0 auto; padding:20px 48px; display:flex;
    align-items:center; gap:32px; }
.home #masthead.header--scrolled .header-inner{ padding:14px 48px; }

.home #masthead .site-logo{ flex:0 0 auto; }
.home #masthead .site-logo a{ display:block; }
.home #masthead .site-logo img{ height:46px; width:auto; }
.home #masthead .site-logo .logo-dark{ display:none; }
.home #masthead .site-logo .logo-light{ display:block; height:44px; width:auto;
    content:url('https://alusyst.mydemoapp.gr/wp-content/uploads/2026/05/alusyst-logo.png'); filter:brightness(0) invert(1); }

.home #masthead .site-nav{ display:flex; align-items:center; gap:34px; margin-left:26px; }
.home #masthead .nav-menu{ list-style:none; display:flex; align-items:center; gap:34px; margin:0; padding:0; }
.home #masthead .nav-menu a{ color:#fff; font-size:14px; font-weight:600; letter-spacing:.03em;
    text-transform:uppercase; opacity:.92; transition:.2s; }
.home #masthead .nav-menu a:hover{ opacity:1; color:#fff; }
.home #masthead .nav-lang{ color:rgba(255,255,255,.85); font-size:14px; font-weight:600; }
.home #masthead .nav-lang .lang-active{ color:var(--al-pink); }

.home #masthead .header-actions{ margin-left:auto; display:flex; align-items:center; gap:18px; }
.home #masthead .header-phone{ width:44px; height:44px; border-radius:50%; background:var(--al-pink);
    color:#fff; display:flex; align-items:center; justify-content:center; flex:0 0 auto; }
.home #masthead .header-phone svg{ width:20px; height:20px; }
.home #masthead .header-cta{ display:inline-flex; align-items:center; gap:10px; background:var(--al-pink);
    color:#fff; font-size:13px; font-weight:700; letter-spacing:.05em; text-transform:uppercase;
    padding:15px 26px; }
.home #masthead .header-cta::before{ content:'\21B3'; font-size:15px; }
.home #masthead .header-cta:hover{ background:#e2003f; color:#fff; }
.home #masthead .menu-toggle{ display:none; width:44px; height:38px; background:transparent; border:0;
    flex-direction:column; justify-content:center; gap:5px; cursor:pointer; }
.home #masthead .menu-toggle span{ display:block; height:2px; width:26px; background:#fff; }

/* =====================================================================
   HERO
   ===================================================================== */
.home .al-hero{ background:var(--al-burgundy); }
.home .al-hero__grid{ display:grid; grid-template-columns:1.05fr .95fr; min-height:100vh; }
.home .al-hero__left{ background:var(--al-burgundy); color:#fff; padding:170px 60px 56px 8vw;
    display:flex; flex-direction:column; justify-content:center; }
.home .al-hero__h1{ font-size:clamp(38px,4vw,62px); line-height:1.08; font-weight:700; margin:0 0 22px; letter-spacing:-.01em; }
.home .al-hero__sub{ font-size:clamp(17px,1.4vw,22px); color:rgba(255,255,255,.9); margin:0 0 40px; font-weight:400; }
.home .al-hero__cards{ display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:6px; }
.home .al-hero__card{ position:relative; aspect-ratio:16/11; border-radius:2px; overflow:hidden;
    display:flex; align-items:flex-end; padding:22px; background-size:cover; background-position:center; isolation:isolate; }
.home .al-hero__card::after{ content:''; position:absolute; inset:0; z-index:-1;
    background:linear-gradient(180deg,rgba(0,0,0,.05) 30%,rgba(0,0,0,.55)); }
.home .al-hero__card .arrow{ position:absolute; top:18px; right:18px; width:44px; height:44px; }
.home .al-hero__card .arrow svg{ width:100%; height:100%; stroke:#fff; }
.home .al-hero__card-label{ color:#fff; font-size:17px; font-weight:600; }
.home .al-hero__right{ position:relative; overflow:hidden; }
.home .al-hero__right img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }

/* =====================================================================
   INTRO (about)
   ===================================================================== */
.home .al-intro{ background:var(--al-gray); padding:110px 0 100px; text-align:center; }
.home .al-intro .al-container{ max-width:1080px; }
.home .al-intro__eyebrow{ justify-content:center; }
.home .al-intro__text{ font-size:clamp(24px,2.5vw,38px); line-height:1.42; font-weight:500; color:var(--al-ink); margin:0 auto 44px; }
.home .al-intro__text .hl{ color:var(--al-pink-2); }

/* =====================================================================
   PRODUCTS
   ===================================================================== */
.home .al-products{ background:var(--al-gray); padding:24px 0 110px; }
.home .al-products__head{ display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:46px; }
.home .al-products__title{ font-size:clamp(26px,2.4vw,40px); line-height:1.22; font-weight:600; color:var(--al-ink); margin:0; max-width:760px; }
.home .al-products__title .big{ color:var(--al-pink-2); font-weight:800; font-size:1.28em; }
.home .al-products__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px 30px; }
.home .al-prod{ display:flex; flex-direction:column; }
.home .al-prod__cat{ font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--al-pink-2); margin-bottom:8px; }
.home .al-prod__name{ display:flex; align-items:center; gap:8px; font-size:19px; font-weight:600; color:var(--al-ink); margin-bottom:18px; }
.home .al-prod__name svg{ width:15px; height:15px; }
.home .al-prod__img{ aspect-ratio:16/10; overflow:hidden; border-radius:2px; }
.home .al-prod__img img{ width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.home .al-prod:hover .al-prod__img img{ transform:scale(1.05); }
.home .al-prod--tall .al-prod__img{ aspect-ratio:3/4; }
/* CTA discovery block spanning 2 cols */
.home .al-prod-cta{ grid-column:span 2; border:1px solid var(--al-line); border-radius:2px; padding:34px 40px;
    display:flex; align-items:flex-end; }
.home .al-prod-cta a{ display:flex; align-items:center; justify-content:space-between; width:100%; gap:20px;
    font-size:clamp(22px,2vw,30px); font-weight:600; color:var(--al-ink); }
.home .al-prod-cta a svg{ width:34px; height:34px; flex:0 0 auto; }
.home .al-prod-cta a:hover{ color:var(--al-pink-2); }
.home .al-products__grid .al-divider{ grid-column:1/-1; height:1px; background:var(--al-line); margin:4px 0; }

/* =====================================================================
   CLIENTS
   ===================================================================== */
.home .al-clients{ background:var(--al-white); padding:70px 0; }
.home .al-clients__eyebrow{ justify-content:center; text-align:center; display:flex; }
.home .al-clients .al-container{ text-align:center; }
.home .al-clients__logos{ display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; margin-top:34px; }
.home .al-logo{ display:flex; align-items:center; gap:10px; color:#8a8a8a; filter:grayscale(1); opacity:.62; font-weight:800; font-size:26px; letter-spacing:-.02em; }
.home .al-logo svg{ width:40px; height:40px; }
.home .al-logo small{ font-weight:600; font-size:12px; }

/* =====================================================================
   WHY US
   ===================================================================== */
.home .al-why{ background:var(--al-gray); padding:104px 0; }
.home .al-why__text{ font-size:clamp(22px,2.1vw,32px); line-height:1.5; font-weight:500; color:var(--al-ink); margin:0 0 24px; max-width:960px; }
.home .al-why__text .hl{ color:var(--al-pink-2); }
.home .al-why__vision{ font-size:15px; line-height:1.7; color:var(--al-muted); font-style:italic; max-width:620px; margin:0 0 66px; }
.home .al-why__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:30px; }
.home .al-feat{ text-align:center; padding:0 18px; position:relative; }
.home .al-feat + .al-feat::before{ content:''; position:absolute; left:0; top:8px; bottom:8px; width:1px; background:var(--al-line); }
.home .al-feat__icon{ width:54px; height:54px; margin:0 auto 22px; background:var(--al-burgundy);
    -webkit-mask-size:contain; mask-size:contain; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
    -webkit-mask-position:center; mask-position:center; }
.home .al-feat__label{ font-size:15px; line-height:1.55; font-weight:500; color:var(--al-ink); max-width:220px; margin:0 auto; }

/* =====================================================================
   PROJECTS (burgundy)
   ===================================================================== */
.home .al-projects{ background:var(--al-burgundy); color:#fff; padding:100px 0; }
.home .al-projects__head{ display:flex; align-items:flex-start; justify-content:space-between; gap:40px; margin-bottom:56px; }
.home .al-projects__title{ font-size:clamp(30px,3vw,46px); line-height:1.12; font-weight:700; margin:0; max-width:560px; }
.home .al-projects__title .hl{ color:var(--al-pink); }
.home .al-projects__list{ border-top:1px solid rgba(255,255,255,.16); }
.home .al-prow{ display:flex; align-items:center; gap:24px; padding:26px 6px; border-bottom:1px solid rgba(255,255,255,.16); transition:.25s; }
.home .al-prow:hover{ background:rgba(255,255,255,.04); padding-left:16px; }
.home .al-prow__name{ font-size:26px; font-weight:600; color:rgba(255,255,255,.9); flex:0 0 320px; }
.home .al-prow__tags{ display:flex; flex-wrap:wrap; gap:10px; flex:1; justify-content:flex-end; }
.home .al-tag{ font-size:11px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; color:rgba(255,255,255,.8);
    border:1px solid rgba(255,255,255,.3); border-radius:40px; padding:8px 16px; white-space:nowrap; }
.home .al-prow__arrow{ flex:0 0 auto; color:rgba(255,255,255,.75); }
.home .al-prow__arrow svg{ width:20px; height:20px; }
.home .al-projects__media{ display:grid; grid-template-columns:1fr 1.32fr; gap:34px; align-items:end; margin-top:64px; }
.home .al-projects__media img{ width:100%; border-radius:2px; object-fit:cover; display:block; }
.home .al-projects__media .m1{ height:430px; margin-bottom:46px; }
.home .al-projects__media .m2{ height:560px; }

/* =====================================================================
   NEWS (black)
   ===================================================================== */
.home .al-news{ background:var(--al-black); color:#fff; padding:100px 0; }
.home .al-news__title{ font-size:clamp(30px,3vw,44px); font-weight:700; margin:0 0 50px; }
.home .al-news__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.home .al-ncard{ background:transparent; }
.home .al-ncard__img{ aspect-ratio:16/10; overflow:hidden; border-radius:2px; margin-bottom:20px; }
.home .al-ncard__img img{ width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.home .al-ncard:hover .al-ncard__img img{ transform:scale(1.05); }
.home .al-ncard__tag{ font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--al-pink); margin-bottom:10px; }
.home .al-ncard__name{ display:flex; align-items:center; gap:8px; font-size:18px; font-weight:600; color:#fff; }
.home .al-ncard__name svg{ width:14px; height:14px; }
.home .al-news__foot{ display:flex; align-items:center; justify-content:space-between; margin-top:44px; }
.home .al-news__nav{ display:flex; gap:12px; }
.home .al-news__nav button{ width:44px; height:44px; border-radius:50%; border:1px solid rgba(255,255,255,.3);
    background:transparent; color:#fff; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.home .al-news__nav button:hover{ background:rgba(255,255,255,.12); }

/* =====================================================================
   FAQ
   ===================================================================== */
.home .al-faq{ background:var(--al-gray); padding:80px 0; }
.home .al-faq__card{ position:relative; border-radius:4px; overflow:hidden; display:grid; grid-template-columns:1.1fr .9fr;
    background:var(--al-burgundy); isolation:isolate; }
.home .al-faq__card::before{ content:''; position:absolute; inset:0; z-index:-2; background-size:cover; background-position:center;
    background-image:var(--faq-bg); }
.home .al-faq__card::after{ content:''; position:absolute; inset:0; z-index:-1;
    background:linear-gradient(120deg,rgba(81,10,32,.94) 30%,rgba(180,20,90,.72)); }
.home .al-faq__list{ padding:54px 46px; }
.home .al-faq__item{ display:flex; align-items:center; justify-content:space-between; gap:16px; color:#fff;
    padding:16px 4px; border-bottom:1px solid rgba(255,255,255,.22); font-size:14px; cursor:pointer; }
.home .al-faq__item svg{ width:16px; height:16px; opacity:.8; flex:0 0 auto; }
.home .al-faq__right{ display:flex; align-items:flex-end; padding:54px 50px; }
.home .al-faq__q{ font-size:clamp(30px,3vw,44px); font-weight:700; line-height:1.15; color:#fff; margin:0; }
.home .al-faq__q .hl{ color:var(--al-pink); }

/* =====================================================================
   CONTACT
   ===================================================================== */
.home .al-contact{ background:var(--al-gray); padding:96px 0; }
.home .al-contact__intro{ font-size:clamp(22px,2.2vw,34px); line-height:1.4; font-weight:500; color:var(--al-ink); max-width:1000px; margin:0 0 56px; }
.home .al-contact__intro .hl{ color:var(--al-pink-2); }
.home .al-contact__grid{ display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; }
.home .al-form{ display:flex; flex-direction:column; gap:6px; }
.home .al-field{ display:flex; flex-direction:column; border-bottom:1px solid #b9b9b9; padding:16px 0 8px; }
.home .al-field label{ font-size:15px; color:#4a4a4a; }
.home .al-field input,.home .al-field textarea,.home .al-field select{ border:0; background:transparent; font-family:var(--al-font);
    font-size:16px; color:var(--al-ink); padding:6px 0 0; width:100%; resize:none; }
.home .al-field select{ appearance:none; -webkit-appearance:none; background:transparent; padding:0; }
.home .al-field--select{ position:relative; }
.home .al-field--select::after{ content:'\25BE'; position:absolute; right:2px; bottom:12px; color:#4a4a4a; pointer-events:none; }
.home .al-form__check{ display:flex; gap:12px; align-items:flex-start; margin:22px 0; font-size:14px; color:#4a4a4a; line-height:1.5; }
.home .al-form__check input{ margin-top:3px; width:16px; height:16px; flex:0 0 auto; }
.home .al-form__check a{ text-decoration:underline; color:#4a4a4a; }
.home .al-form .al-btn{ align-self:stretch; justify-content:center; }
.home .al-contact__card{ background:var(--al-burgundy); color:#fff; padding:48px 46px; border-radius:2px; }
.home .al-contact__card h3{ font-size:34px; font-weight:700; margin:0 0 18px; }
.home .al-contact__card p{ font-size:15px; line-height:1.6; color:rgba(255,255,255,.82); margin:0 0 26px; }
.home .al-contact__card .lbl{ font-size:26px; font-weight:700; margin:0 0 6px; }
.home .al-contact__card .val{ font-size:16px; color:rgba(255,255,255,.82); margin:0 0 26px; }
.home .al-contact__card a.val:hover{ color:#fff; text-decoration:underline; }

/* =====================================================================
   MAP
   ===================================================================== */
.home .al-map{ padding:0; line-height:0; }
.home .al-map__wrap{ position:relative; line-height:0; }
.home .al-map iframe{ width:100%; height:460px; border:0; display:block; }
.home .al-map img{ width:100%; height:460px; object-fit:cover; object-position:center; display:block; }
.home .al-map__zoom{ position:absolute; right:22px; bottom:22px; display:flex; flex-direction:column;
    border-radius:4px; overflow:hidden; box-shadow:0 2px 10px rgba(0,0,0,.28); }
.home .al-map__zoom span{ width:40px; height:40px; background:#fff; color:#444; display:flex; align-items:center;
    justify-content:center; font-size:22px; font-weight:600; cursor:pointer; line-height:1; }
.home .al-map__zoom span:first-child{ border-bottom:1px solid #e2e2e2; }
.home .al-map__zoom span:hover{ background:#f3f3f3; }

/* =====================================================================
   FOOTER (theme markup, styled here)
   ===================================================================== */
.home .site-footer{ position:relative; }
.home .site-footer .footer-cta{ position:relative; background:var(--al-burgundy); overflow:hidden; padding:90px 20px; text-align:center; isolation:isolate; }
.home .site-footer .footer-cta::before{ content:''; position:absolute; inset:0; z-index:-2; background-size:cover; background-position:center;
    background-image:url('https://alusyst.mydemoapp.gr/wp-content/uploads/2026/05/project-modern-building.png'); opacity:.16; }
.home .site-footer .footer-cta::after{ content:''; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg,rgba(81,10,32,.85),rgba(81,10,32,.95)); }
.home .site-footer .footer-cta-inner{ max-width:640px; margin:0 auto; background:var(--al-black); padding:46px 40px; border-radius:2px; }
.home .site-footer .footer-logo{ height:auto; width:160px; margin:0 auto 22px; filter:brightness(0) invert(1);
    content:url('https://alusyst.mydemoapp.gr/wp-content/uploads/2026/05/alusyst-logo.png'); }
.home .site-footer .footer-tagline{ color:#fff; font-size:26px; font-weight:700; line-height:1.3; margin:0 0 24px; }
.home .site-footer .footer-social{ display:flex; gap:14px; justify-content:center; }
.home .site-footer .footer-social a{ width:36px; height:36px; border-radius:6px; background:#fff; color:var(--al-black);
    display:flex; align-items:center; justify-content:center; }
.home .site-footer .footer-social a:hover{ background:var(--al-pink); color:#fff; }
.home .site-footer .footer-bottom{ background:var(--al-burgundy); color:rgba(255,255,255,.7); padding:22px 20px; border-top:1px solid rgba(255,255,255,.14); }
.home .site-footer .footer-bottom-inner{ max-width:var(--al-maxw); margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:20px; font-size:13px; }
.home .site-footer .footer-bottom a:hover{ color:#fff; text-decoration:underline; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media(max-width:1100px){
    .home .al-hero__grid{ grid-template-columns:1fr; }
    .home .al-hero__left{ padding:140px 8vw 60px; min-height:auto; }
    .home .al-hero__right{ min-height:60vh; }
    .home .al-hero__right img{ position:relative; }
    .home #masthead .site-nav{ display:none; }
    .home #masthead .menu-toggle{ display:flex; }
    .home .al-products__grid{ grid-template-columns:repeat(2,1fr); }
    .home .al-prod-cta{ grid-column:span 2; }
    .home .al-why__grid{ grid-template-columns:repeat(2,1fr); gap:40px 20px; }
    .home .al-feat:nth-child(3)::before{ display:none; }
    .home .al-news__grid{ grid-template-columns:1fr 1fr; }
    .home .al-news__grid .al-ncard:nth-child(3){ display:none; }
}
@media(max-width:820px){
    .home .al-container{ padding:0 22px; }
    .home #masthead .header-inner{ padding:14px 22px; }
    .home #masthead .header-cta{ display:none; }
    .home .al-projects__head{ flex-direction:column; }
    .home .al-projects__media{ grid-template-columns:1fr; }
    .home .al-prow{ flex-wrap:wrap; gap:12px; }
    .home .al-prow__name{ flex-basis:100%; font-size:22px; }
    .home .al-prow__tags{ justify-content:flex-start; }
    .home .al-faq__card{ grid-template-columns:1fr; }
    .home .al-faq__right{ order:-1; padding:44px 34px 0; }
    .home .al-faq__list{ padding:30px 34px 44px; }
    .home .al-contact__grid{ grid-template-columns:1fr; gap:44px; }
    .home .site-footer .footer-bottom-inner{ flex-direction:column; text-align:center; }
}
@media(max-width:560px){
    .home .al-hero__cards{ grid-template-columns:1fr; }
    .home .al-products__grid{ grid-template-columns:1fr; }
    .home .al-prod-cta{ grid-column:span 1; }
    .home .al-why__grid{ grid-template-columns:1fr; }
    .home .al-feat + .al-feat::before{ display:none; }
    .home .al-news__grid{ grid-template-columns:1fr; }
    .home .al-news__grid .al-ncard:nth-child(3){ display:block; }
    .home .al-intro__text,.home .al-products__title{ font-size:24px; }
}
