/*
Theme Name:   HaloSal Child
Description:  Tema child Astra personalizzato per HaloSal - La stanza del respiro a San Marco Argentano.
Author:       Gianpiero Ferraro
Author URI:   https://gianpieroferraro.it/
Template:     astra
Version:      5.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  halosal
*/
/*Import bootstrap icons via CSS*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poller+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
.poller-one-regular {
  font-family: "Poller One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@font-face {
    font-family: "Sequel";
    src: url("font/sequel100wide-75.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gravity";
    src: url("font/gravity-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gravity";
    src: url("font/gravity-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
/* // <weight>: Use a value from 400 to 700
// <uniquifier>: Use a unique and descriptive class name */
/* .lora-font {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* impostazioni base */
/*impostazione per margini laterali nelle pagine perosnalizzate create qua*/    
.allineamCentrato {margin: 0 15%;}
.customMenuLink {color: #ffffff;text-decoration: none;margin: 0 20px;}
@font-face {font-family: "MillerBanner";src: url(font/MillerBanner-Bold.otf) format("opentype");}
@font-face {font-family: "MillerBannernormal";src: url(font/Miller-Banner-Light-01.ttf) format("opentype");}
@font-face {font-family: "MillerBannerItalic";src: url(font/MillerBanner-SemiboldItalic.otf) format("opentype");}
*{
    /* font-family: "MillerBannernormal", sans-serif !important; font-family: "Roslindale Display Condensed Regular " !important;*/
    font-family: "Outfit", sans-serif !important;font-optical-sizing: auto !important;font-style: normal !important;
}
#cmplz-manage-consent .cmplz-manage-consent {
    left: 10vw !important;
    height: 31px  !important;
    bottom: -4px  !important;
    width: fit-content !important;
    font-size: 10px !important;
    padding: 5px !important;
    transition: all 0.4s ease-in;
}
#cmplz-manage-consent .cmplz-manage-consent:hover {height: 33px;bottom: 0 !important;}
/* Nascondi la scrollbar in generale */
body::-webkit-scrollbar {display: none;}
/* Nascondi la traccia della scrollbar */
body::-webkit-scrollbar-track { display: none;}
/* Nascondi il "manico" della scrollbar */
body::-webkit-scrollbar-thumb {display: none;}
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
    display: block;
    position: absolute;
}


header .custom-logo-link img {
    max-width: 200px;
    width: 160px;
}
/* cursor */
    div.cursor div{
        position: absolute;
        top: -200px;
        right: -200px;
        background: transparent;
        border-radius: 50%;
        z-index: 10000;
        pointer-events: none;
        transform: translate(-50%,-50%);
    }
    div.cursor div span{
        color: #fff;
        font-size: 13px;
        text-align: center;
        position: absolute;
        line-height: 110%;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        opacity: 0;
        transition: opacity 0.1s ease;
    }
/* fine cursor */
/* Preloader HaloSal: un respiro che si allarga, non un logo in rotazione. */
    .logoLoadCont {
        --loader-teal: #127985;
        position: fixed;
        inset: 0;
        z-index: 99999;
        display: grid;
        place-items: center;
        overflow: hidden;
        background: radial-gradient(circle at 50% 43%, rgba(153, 212, 209, .32) 0, rgba(153, 212, 209, .11) 20%, transparent 42%), linear-gradient(145deg, #fcfffe 0%, #eff9f8 52%, #f9fcfb 100%);
        opacity: 1;
        visibility: visible;
        transition: opacity .62s ease-out, visibility .62s ease-out;
    }
    .logoLoadCont::before, .logoLoadCont::after {
        position: absolute;
        width: min(74vw, 920px);
        aspect-ratio: 1;
        border: 1px solid rgba(96, 169, 181, .14);
        border-radius: 50%;
        content: "";
        pointer-events: none;
    }
    .logoLoadCont::before { transform: translate(-43%, -48%); }
    .logoLoadCont::after { right: -28vw; bottom: -43vw; border-color: rgba(159, 191, 181, .2); }
    .logoLoadCont.is-loaded { opacity: 0; visibility: hidden; }
    .logoLoadWrap {
        position: relative;
        z-index: 1;
        display: flex;
        width: min(330px, calc(100vw - 48px));
        flex-direction: column;
        align-items: center;
        gap: 18px;
        text-align: center;
    }
    .logoLoadOrb {
        position: relative;
        display: grid;
        width: 164px;
        aspect-ratio: 1;
        place-items: center;
    }
    .logoLoad {
        position: relative;
        z-index: 1;
        width: 104px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: rgba(255, 255, 255, .76) url('assets/img/logo-halosa-nosfondo.png') center / 75% auto no-repeat;
        box-shadow: 0 14px 34px rgba(28, 104, 112, .15), inset 0 0 0 1px rgba(18, 121, 133, .12);
        animation: logoLoadFloat 3.8s ease-in-out infinite;
    }
    .logoLoadRipple {
        position: absolute;
        inset: 8px;
        border: 1px solid rgba(18, 121, 133, .38);
        border-radius: 50%;
        animation: logoLoadBreathe 3.8s ease-out infinite;
    }
    .logoLoadRipple--two { animation-delay: 1.9s; }
    .logoLoadIntro {
        color: #303b3d;
        font-family: 'Sofia Sans Condensed', sans-serif;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: .12em;
        line-height: 1;
        text-transform: uppercase;
    }
    .logoLoadMeter { display: flex; width: 100%; align-items: center; gap: 13px; }
    .logoLoadProgress {
        height: 3px;
        flex: 1;
        overflow: hidden;
        border-radius: 99px;
        background: rgba(18, 121, 133, .14);
    }
    .logoLoadProgressBar {
        width: 0%;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #60a9b5, #127985);
        box-shadow: 0 0 10px rgba(18, 121, 133, .36);
        transition: width .18s linear;
    }
    .logoLoadPercent {
        min-width: 34px;
        color: var(--loader-teal);
        font-family: 'Poller One', sans-serif;
        font-size: 11px;
        line-height: 1;
        text-align: right;
    }
    @keyframes logoLoadFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
    @keyframes logoLoadBreathe { 0% { transform: scale(.62); opacity: 0; } 18% { opacity: .8; } 72%, 100% { transform: scale(1.12); opacity: 0; } }
    @media (max-width: 480px) { .logoLoadOrb { width: 144px; } .logoLoad { width: 92px; } .logoLoadIntro { font-size: 19px; } }
    @media (prefers-reduced-motion: reduce) { .logoLoad, .logoLoadRipple { animation: none; } .logoLoadRipple { opacity: .42; } .logoLoadCont { transition-duration: .01ms; } }
/* fine preloader HaloSal */


*{
    font-family: 'Sofia Sans Condensed', sans-serif ;
    font-weight: 400;
    font-size: 18px;
}

html {
    scroll-behavior: smooth !important;

}
body {
    background-color: #e7e5e3 !important;
    /* color: white !important; */
    overflow-x: hidden;
    font-family: "MillerBanner", sans-serif !important;

}

/* Homepage 2026 - light, quiet and human. */
.halosal-custom-header #masthead { display:none !important; }
.halosal-custom-header #content { padding-top:94px; }
.page-template-homepage #content { margin-top:0; padding-top:0; }
.page-template-homepage .site-content { background:#fff; }
.hs-home { --brand-primary:#60A9B5; --brand-secondary:#99D4D1; --brand-tertiary:#9FBFB5; --ink:#303B3D; --teal:#127985; --teal-deep:#0d6f7a; --surface-aqua:#eef9f9; --surface-sage:#f2f7f5; color:var(--ink); background:#fff; overflow:hidden; }
.hs-site-nav { --brand-primary:#60A9B5; --brand-secondary:#99D4D1; --brand-tertiary:#9FBFB5; --ink:#303B3D; --teal:#127985; --teal-deep:#0d6f7a; }
.hs-home, .hs-home *, .hs-site-nav, .hs-site-nav * { font-family:"Outfit",sans-serif !important; box-sizing:border-box; }
.hs-home__nav { position:fixed; top:0; left:50%; z-index:10010; width:min(1430px,90vw); transform:translateX(-50%) translateY(20px); margin:0; padding:14px 24px; display:flex; align-items:center; gap:28px; border:1px solid rgba(23,123,138,.14); border-radius:40px; background:rgba(255,255,255,.96); box-shadow:0 10px 30px rgba(31,48,55,.08); transition:width .45s ease, padding .45s ease, transform .45s ease, box-shadow .45s ease; }
.hs-home__nav.is-scrolled { width:min(1180px,82vw); transform:translateX(-50%) translateY(10px); padding-top:9px; padding-bottom:9px; box-shadow:0 12px 28px rgba(31,48,55,.14); }
.hs-home__brand img { width:62px; height:auto; display:block; transition:width .45s ease; }
.hs-home__nav.is-scrolled .hs-home__brand img { width:54px; }
.hs-home__links { margin-left:auto; }.hs-home__menu{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}.hs-home__menu .menu-item{position:relative}.hs-home a{text-decoration:none;color:inherit}.hs-home__nav .hs-home__links a{font-size:14px;color:#4b565b;white-space:nowrap;text-decoration:none!important;transition:color .2s ease}.hs-home__links a:hover,.hs-home__links a:focus-visible,.hs-home__links .current-menu-item>a,.hs-home__links .current_page_item>a{color:var(--teal);font-weight:700}.hs-home__menu .sub-menu{position:absolute;top:calc(100% + 14px);left:-16px;min-width:190px;margin:0;padding:10px 0;list-style:none;border:1px solid rgba(23,123,138,.15);border-radius:16px;background:#fff;box-shadow:0 15px 30px rgba(31,48,55,.12);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.hs-home__menu .menu-item:hover>.sub-menu,.hs-home__menu .menu-item:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.hs-home__menu .sub-menu a{display:block;padding:8px 16px;font-size:13px}.hs-home__toggle{display:none}
.hs-button{border:1.5px solid var(--teal);background:var(--teal);color:#fff!important;border-radius:5px;display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 20px;font-size:14px;font-weight:700;transition:.2s ease}.hs-button:hover{background:var(--teal-deep);transform:translateY(-2px)}.hs-button--outline{background:transparent;color:var(--teal)!important}.hs-button--outline:hover{background:var(--teal);color:#fff!important}.hs-button--booking{background:#fff;color:var(--teal)!important;gap:8px}.hs-button--booking:hover{background:var(--surface-aqua);color:var(--teal-deep)!important}.hs-button--booking svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.hs-home__nav .hs-home__contact { flex:0 0 auto; min-width:126px; min-height:44px; padding:10px 20px; border:1.5px solid var(--teal)!important; border-radius:5px!important; background:var(--teal)!important; color:#fff!important; font-size:14px; font-weight:700; line-height:1; text-decoration:none!important; box-shadow:none; }
.hs-home__nav .hs-home__contact:hover, .hs-home__nav .hs-home__contact:focus-visible { background:var(--teal-deep)!important; border-color:var(--teal-deep)!important; color:#fff!important; text-decoration:none!important; }
.hs-hero{min-height:640px;max-width:1430px;margin:auto;padding:126px 42px 34px;display:grid;grid-template-columns:minmax(360px,38%) minmax(0,62%);gap:clamp(28px,4.5vw,70px);align-items:center;overflow:visible}.hs-hero__copy{padding-top:18px;z-index:2}.hs-kicker{color:var(--teal);font-size:12px;font-weight:700;letter-spacing:1.2px;margin:0 0 24px}.hs-hero h1,.hs-home h2{margin:0;font-weight:700;letter-spacing:0}.hs-hero h1{font-size:clamp(2.55rem,3.65vw,4.35rem);line-height:1.12}.hs-slogan{color:var(--teal);font-size:19px;font-weight:700;line-height:1.25;margin:16px 0 0}.hs-hero__copy>p:not(.hs-kicker):not(.hs-slogan){color:#52616a;font-size:15px;line-height:1.62;margin:26px 0 36px}.hs-actions{display:flex;flex-wrap:wrap;gap:18px}.hs-hero__photo{position:relative;height:clamp(460px,52vw,650px);margin:0 -42px 0 0;align-self:center;overflow:visible}.hs-hero__photo::before{content:"";position:absolute;inset:clamp(10px,1.5vw,22px) auto auto clamp(-34px,-2.4vw,-18px);width:92%;height:90%;border:2px solid #9adbe0;border-right:0;border-bottom:0;border-radius:48% 52% 0 50% / 48% 42% 0 52%;transform:rotate(-5deg);z-index:0}.hs-hero__photo-frame{position:relative;z-index:1;width:100%;height:100%;overflow:hidden;border-radius:48% 0 0 52% / 50% 0 0 50%;clip-path:ellipse(82% 63% at 80% 50%);box-shadow:0 22px 45px rgba(31,48,55,.08)}.hs-home img{display:block}.hs-hero__photo-frame img,.hs-salt__photo img,.hs-spaces img,.hs-story>img,.hs-banner>img{width:100%;height:100%;object-fit:cover}.hs-hero__photo-frame img{object-position:54% 52%;transform:scale(1.03)}
.hs-pillars{max-width:1430px;margin:auto;padding:40px 42px 67px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #cbe7e9}.hs-pillars article{display:flex;gap:22px;align-items:center;padding:0 40px;border-right:2px dotted #a4dce1}.hs-pillars article:first-child{padding-left:0}.hs-pillars article:last-child{border:0}.hs-swirl,.hs-value-icon{color:#51b8c3;font-size:56px;line-height:.6;font-family:Georgia,serif!important}.hs-pillars h2,.hs-values h2{font-size:18px;letter-spacing:0}.hs-pillars p,.hs-values p{margin:7px 0 0;color:#536169;font-size:14px;line-height:1.55}
.hs-salt{max-width:1430px;padding:0 42px 105px;margin:auto;display:grid;grid-template-columns:38% 1fr;gap:9%;align-items:center;position:relative}.hs-salt:after{content:"";position:absolute;right:-85px;bottom:9px;width:220px;height:160px;border:2px solid #8bd2d9;border-radius:100% 0 0 0;opacity:.7}.hs-salt__photo{height:535px;overflow:hidden;border-radius:25px;z-index:1}.hs-salt__copy{z-index:1}.hs-salt__copy h2{font-size:34px}.hs-salt__copy p{color:#536169;font-size:15px;line-height:1.7;margin:23px 0 33px}
.hs-spaces{background:linear-gradient(100deg,var(--surface-aqua),#fff 50%,rgba(153,212,209,.32));padding:32px max(5%,calc((100% - 1430px)/2 + 42px));display:grid;grid-template-columns:25% 37.5% 37.5%;gap:20px;align-items:center}.hs-spaces__intro{padding-left:14px}.hs-spaces h2{font-size:35px;line-height:1.14}.hs-spaces p{color:#52616a;font-size:15px;line-height:1.62;margin:28px 0 0}.hs-spaces img{height:365px;border-radius:26px}
.hs-values{max-width:1430px;margin:auto;padding:32px 70px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.hs-values article{background:linear-gradient(135deg,var(--surface-aqua),rgba(159,191,181,.26));border-radius:27px;min-height:200px;padding:38px 32px;display:flex;align-items:center;gap:26px}.hs-value-icon{font-size:68px}.hs-values h2{font-size:23px;color:var(--teal)}.hs-values p{font-size:15px}
.hs-story{max-width:1430px;margin:auto;padding:26px 70px 90px;display:grid;grid-template-columns:50% 1fr;gap:50px;border-radius:28px;background:#f7f7f4;background-clip:content-box}.hs-story>img{height:350px;margin:28px 0;border-radius:26px}.hs-story article{background:#fff;border-radius:28px;padding:38px 42px;margin:28px 28px 28px 0}.hs-story h2{font-size:31px}.hs-story p{font-size:15px;line-height:1.55;color:#58656b}.hs-story a{color:var(--teal);font-weight:700;font-size:14px}.hs-story a span{margin-left:8px}
.hs-banner{max-width:1430px;margin:0 auto 100px;min-height:300px;border-radius:28px;overflow:hidden;background:var(--brand-primary);display:grid;grid-template-columns:62% 38%;color:#fff}.hs-banner>div{padding:45px 70px}.hs-banner h2{font-size:40px;letter-spacing:0}.hs-banner p{font-size:15px;margin:14px 0 35px}.hs-banner .hs-button{background:var(--teal);border-color:var(--teal)}.hs-banner .hs-button--outline{background:#fff;border-color:#fff;color:var(--teal)!important}.hs-banner .hs-button--outline:hover,.hs-banner .hs-button--outline:focus-visible{background:var(--teal-deep);border-color:var(--teal-deep);color:#fff!important}.hs-banner>img{border-radius:150px 0 0 150px;object-position:55% 45%;margin:8px;height:calc(100% - 16px);width:calc(100% - 8px)}
.hs-faq{max-width:1100px;margin:auto;padding:0 30px 105px}.page-template-homepage .hs-faq{width:100%;max-width:none;margin:0;padding:0 max(30px,calc((100vw - 1100px)/2)) clamp(160px,15vw,230px);background:linear-gradient(180deg,#fff 0%,#f7fcfc 36%,#e8f7f8 100%)}.hs-faq h2{text-align:center;font-size:34px;margin-bottom:20px}.hs-faq details{border:1px solid #c7d9dc;border-radius:6px;margin:9px auto;background:#fbfdfd}.page-template-homepage .hs-faq h2,.page-template-homepage .hs-faq details{max-width:1100px}.hs-faq summary{cursor:pointer;list-style:none;padding:12px 22px;font-size:15px;font-weight:700;position:relative}.hs-faq summary::-webkit-details-marker{display:none}.hs-faq summary:after{content:"+";position:absolute;right:21px;color:#25808d;font-size:23px;font-weight:400;top:6px}.hs-faq details[open] summary:after{content:"−"}.hs-faq details p{padding:0 22px 15px;margin:0;color:#54636a;font-size:14px}
@media(max-width:900px){.halosal-custom-header #content{padding-top:76px}.page-template-homepage #content{padding-top:0}.hs-home__nav{width:calc(100vw - 32px);padding:12px 16px;gap:14px}.hs-home__nav.is-scrolled{width:calc(100vw - 32px);padding-top:9px;padding-bottom:9px}.hs-home__brand img,.hs-home__nav.is-scrolled .hs-home__brand img{width:54px}.hs-home__links{position:absolute;top:calc(100% + 10px);right:0;left:0;display:block;padding:0 16px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.hs-home__nav.is-open .hs-home__links{opacity:1;visibility:visible;transform:translateY(0)}.hs-home__menu{display:block;padding:9px 0;border:1px solid rgba(23,123,138,.15);border-radius:20px;background:#fff;box-shadow:0 15px 30px rgba(31,48,55,.12)}.hs-home__menu .menu-item{position:relative}.hs-home__menu a{display:block;padding:10px 16px}.hs-home__menu .sub-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;margin:0 12px;padding:0;border:0;border-left:2px solid #9adbe0;border-radius:0;box-shadow:none}.hs-home__menu .menu-item:hover>.sub-menu,.hs-home__menu .menu-item:focus-within>.sub-menu{display:block}.hs-home__contact{margin-left:auto}.hs-home__toggle{display:flex;position:relative;width:38px;height:38px;flex:0 0 38px;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0;border:1px solid var(--teal);border-radius:50%;background:#fff;color:var(--teal);cursor:pointer}.hs-home__toggle span:not(.screen-reader-text){display:block;width:15px;height:1.5px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.hs-home__nav.is-open .hs-home__toggle span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}.hs-home__nav.is-open .hs-home__toggle span:nth-child(2){opacity:0}.hs-home__nav.is-open .hs-home__toggle span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.hs-hero{padding:104px 24px 0;grid-template-columns:1fr;min-height:auto;gap:24px}.hs-hero__copy{padding:36px 0 0}.hs-hero h1{font-size:34px}.hs-hero__photo{margin:0 -24px;height:440px}.hs-hero__photo::before{left:20px;width:74%;height:86%;border-right:2px solid #9adbe0;border-bottom:0}.hs-hero__photo-frame{border-radius:190px 0 0 190px;clip-path:ellipse(83% 62% at 82% 50%)}.hs-pillars{padding:32px 24px;gap:20px}.hs-pillars article{padding:0;border:0;display:block}.hs-swirl{font-size:42px}.hs-pillars h2{margin-top:16px}.hs-salt{padding:25px 24px 70px;grid-template-columns:1fr;gap:40px}.hs-salt__photo{height:460px}.hs-spaces{padding:32px 24px;grid-template-columns:1fr}.hs-spaces img{height:320px}.hs-values{padding:30px 24px;grid-template-columns:1fr}.hs-values article{min-height:160px}.hs-story{padding:20px 24px 60px;grid-template-columns:1fr;gap:0}.hs-story article,.hs-story>img{margin:20px}.hs-banner{margin:0 24px 70px;grid-template-columns:1fr}.hs-banner>div{padding:38px 28px}.hs-banner h2{font-size:32px}.hs-banner>img{height:240px;border-radius:110px 110px 0 0;margin:0;width:100%}.hs-faq{padding:0 24px 70px}}
@media(max-width:520px){.hs-home__brand img{width:52px}.hs-home__contact{min-height:40px;padding:8px 14px}.hs-hero{padding-top:92px}.hs-hero h1{font-size:30px}.hs-hero__copy>p:not(.hs-kicker):not(.hs-slogan){font-size:14px}.hs-slogan{font-size:17px}.hs-actions{gap:10px}.hs-button{padding:10px 14px;font-size:13px}.hs-hero__photo{height:330px}.hs-hero__photo::before{left:10px;top:8px;width:82%;height:82%}.hs-hero__photo-frame{border-radius:150px 0 0 150px;clip-path:ellipse(86% 64% at 84% 50%)}.hs-pillars{grid-template-columns:1fr}.hs-pillars article{display:flex;border-bottom:1px solid #d9edef;padding:16px 0}.hs-salt__copy h2,.hs-spaces h2,.hs-faq h2{font-size:29px}.hs-story h2{font-size:28px}}
.ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: white !important;
}
i {
    color: white !important;
}
header#masthead {
    left: 0;
    position: fixed;
    width: 100vw;
}
.site-title a {
    text-decoration: none;
    font-family: "Roslindale Display Condensed Regular " !important;
    display: none;
}
.ast-primary-header-bar
.main-header-bar-wrap,
#ast-desktop-header,
.ast-primary-header-bar{
    background: transparent !important;
}
.main-header-bar {
    border: none;
    transition: all 0.5s ease;
}
.main-header-bar-wrap {
    transition: all 0.5s ease;
}
.site-primary-header-wrap {
    transition: all 0.5s ease;
}

.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content {
    background-color: #ffffff;
    width: 100vw;
}

/* animazione icone menu */
.menuIcn i,
.menuIcn svg{
    color: white !important ;
    font-size: 20px;
    transition: all 0.2s ease-in;
}
.menuIcn i:hover,
.menuIcn svg:hover  {
    color:#f8fb36 !important;
    font-size: 24px;
}
/* end an icone men */

#primary {
    margin-top:  0 !important;
}
.entry-header{
    display: none;
}
.coverP {
    width: 600px;
}
#coverBox {
    position: relative;
    overflow-x: hidden; /* altrimenti in mobile fa scorrere verso destra */
    padding: 15px;
    background: #ffffff;
}
#coverBox.coverBoxSecondVid {

    padding: 0;
}

.backgroundVid {
    background: linear-gradient(180deg, rgb(0 0 0 / 49%), #0000004a) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: calc(96vh - 50px);
    border-radius: 40px;
}
#homeVid {
    width: 100% !important;
    height: calc(96vh - 50px) !important;
    border-radius: 40px;
    object-fit: cover;
}
#ast-scroll-top {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.page-template-homepage .site-content .ast-container {
    display: contents;
}

.page-template-homepage #primary,
.page-template-homepage .entry-content {
    width: 100%;
    max-width: none;
}

.page-template-homepage #coverBox.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.ast-scroll-to-top-right {
    bottom: 5rem;
}

/* Chi siamo 2026 — an intimate editorial story for HaloSal. */
.page-template-chisiamo .site-content .ast-container{display:contents}.page-template-chisiamo #primary,.page-template-chisiamo .entry-content{width:100%;max-width:none}.hs-about{--hs-primary:#60a9b5;--hs-water:#99d4d1;--hs-sage:#9fbfb5;--hs-ink:#303b3d;--hs-deep:#176b76;--hs-paper:#f7fbfa;background:#fff;color:var(--hs-ink);overflow:hidden}.hs-about *{box-sizing:border-box}.hs-about h1,.hs-about h2,.hs-about h3,.hs-about p,.hs-about blockquote{margin-top:0}.hs-about h1,.hs-about h2,.hs-about h3{font-family:"MillerBanner",Georgia,serif!important;font-weight:700!important}.hs-about p{font-family:"Outfit",sans-serif!important;font-size:clamp(1rem,1.15vw,1.22rem)!important;line-height:1.58}.hs-about__eyebrow{margin-bottom:18px!important;color:var(--hs-deep);font-size:.72rem!important;font-weight:700!important;letter-spacing:.16em;text-transform:uppercase}.hs-about__hero{position:relative;min-height:clamp(620px,78vh,840px);display:flex;align-items:flex-end;padding:clamp(116px,14vw,190px) max(5vw,32px) clamp(58px,7vw,105px);isolation:isolate;color:#fff}.hs-about__hero-media,.hs-about__hero-media:after{position:absolute;inset:0;z-index:-1}.hs-about__hero-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.hs-about__hero-media:after{content:"";background:linear-gradient(90deg,rgba(17,50,54,.94) 0%,rgba(24,87,94,.73) 46%,rgba(20,64,70,.25) 100%),linear-gradient(0deg,rgba(11,40,44,.54),transparent 62%)}.hs-about__hero-shell{width:min(1240px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,.42fr);gap:clamp(36px,8vw,130px);align-items:end}.hs-about__hero .hs-about__eyebrow{color:var(--hs-water)}.hs-about h1{max-width:9.5em;margin-bottom:0;font-size:clamp(3.5rem,7vw,7.7rem)!important;line-height:.88;letter-spacing:-.055em}.hs-about__hero-note{max-width:410px;padding:25px 0 4px;border-top:1px solid rgba(255,255,255,.55)}.hs-about__hero-note p{margin-bottom:22px;color:#fff;font-size:clamp(1.05rem,1.35vw,1.36rem)!important;line-height:1.42}.hs-about__button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:14px 22px;border-radius:999px;background:var(--hs-deep);color:#fff!important;font-size:.9rem!important;font-weight:700;text-decoration:none!important;transition:transform .2s ease,background-color .2s ease}.hs-about__button:hover,.hs-about__button:focus-visible{background:#0f5962;transform:translateY(-2px)}.hs-about__button--light{background:#fff;color:var(--hs-deep)!important}.hs-about__button--light:hover,.hs-about__button--light:focus-visible{background:var(--hs-water)}.hs-about__editor{padding:44px 24px;background:var(--hs-paper)}.hs-about__narrow{width:min(810px,calc(100% - 48px));margin:0 auto}.hs-about__founder{width:min(1240px,calc(100% - 10vw));display:grid;grid-template-columns:minmax(0,.86fr) minmax(360px,.74fr);gap:clamp(45px,9vw,140px);align-items:center;margin:0 auto;padding:clamp(80px,11vw,160px) 0}.hs-about__founder-image{position:relative;min-height:570px;padding:0 0 40px 40px}.hs-about__founder-image:before{content:"";position:absolute;inset:38px 38px 0 0;border-radius:240px 240px 12px 12px;background:var(--hs-water)}.hs-about__founder-image img{position:relative;width:100%;height:570px;display:block;border-radius:240px 240px 12px 12px;object-fit:cover;object-position:center;box-shadow:0 26px 60px rgba(34,81,84,.16)}.hs-about__image-caption{position:relative;width:78%;margin:-25px 0 0 -25px!important;padding:17px 20px;background:#fff;color:var(--hs-ink);font-size:.88rem!important;line-height:1.35!important;box-shadow:0 12px 30px rgba(34,81,84,.12)}.hs-about__founder-copy h2,.hs-about__journey h2,.hs-about__values h2,.hs-about__place h2,.hs-about__closing h2{font-size:clamp(2.65rem,4.4vw,5.45rem)!important;line-height:.94;letter-spacing:-.04em}.hs-about__lead{margin-bottom:28px!important;color:var(--hs-deep);font-size:clamp(1.22rem,1.65vw,1.66rem)!important;line-height:1.42!important}.hs-about__founder-copy p:not(.hs-about__eyebrow){margin-bottom:20px}.hs-about__letter{padding:clamp(78px,10vw,145px) 24px;background:var(--hs-ink);color:#fff}.hs-about__letter .hs-about__eyebrow{color:var(--hs-water)}.hs-about__letter blockquote{margin-bottom:36px;font-family:"MillerBanner",Georgia,serif!important;font-size:clamp(2.35rem,4.8vw,5.9rem)!important;font-weight:700;line-height:.98;letter-spacing:-.045em}.hs-about__letter p:last-child{max-width:610px;margin-bottom:0;color:rgba(255,255,255,.84)}.hs-about__journey{padding:clamp(78px,10vw,140px) max(5vw,32px);background:#edf7f6}.hs-about__journey-heading{width:min(1080px,100%);margin:0 auto 54px}.hs-about__journey-heading h2{max-width:14em}.hs-about__steps{width:min(1080px,100%);margin:0 auto;padding:0;list-style:none;border-top:1px solid rgba(48,59,61,.25)}.hs-about__steps li{display:grid;grid-template-columns:120px minmax(0,1fr);gap:28px;padding:28px 0;border-bottom:1px solid rgba(48,59,61,.25)}.hs-about__steps span{color:var(--hs-primary);font-family:"MillerBanner",Georgia,serif!important;font-size:2.2rem;line-height:1}.hs-about__steps h3{margin-bottom:8px;font-size:clamp(1.8rem,2.6vw,2.75rem)!important;line-height:1}.hs-about__steps p{max-width:620px;margin-bottom:0}.hs-about__values{display:grid;grid-template-columns:minmax(280px,.76fr) minmax(0,1.24fr);gap:clamp(48px,8vw,125px);padding:clamp(78px,10vw,145px) max(5vw,32px);background:#fff}.hs-about__values-intro>p:last-child{max-width:440px;margin-bottom:0}.hs-about__values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hs-about__values-grid article{min-height:310px;display:flex;flex-direction:column;padding:28px;background:var(--hs-paper);border-radius:14px}.hs-about__values-grid article:nth-child(2){background:var(--hs-primary);color:#fff}.hs-about__values-grid article:nth-child(3){background:var(--hs-sage)}.hs-about__values-grid span{margin-bottom:auto;font-size:.76rem;font-weight:700;letter-spacing:.12em}.hs-about__values-grid h3{margin:46px 0 12px;font-size:clamp(1.65rem,2.2vw,2.5rem)!important;line-height:1}.hs-about__values-grid p{margin-bottom:0;font-size:.98rem!important;line-height:1.42}.hs-about__place{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:#eaf4f3}.hs-about__place-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(70px,9vw,135px);background:var(--hs-sage)}.hs-about__place-copy>p:not(.hs-about__eyebrow){max-width:510px;margin:30px 0}.hs-about__place-facts{display:flex;gap:28px;margin-top:12px}.hs-about__place-facts p{display:grid;gap:4px;margin:0}.hs-about__place-facts strong{font-family:"MillerBanner",Georgia,serif!important;font-size:1.6rem;line-height:1}.hs-about__place-facts span{font-size:.9rem;line-height:1.3}.hs-about__place-image{min-height:470px}.hs-about__place-image img{width:100%;height:100%;display:block;object-fit:cover}.hs-about__closing{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:70px;padding:clamp(78px,10vw,130px) max(5vw,32px);background:var(--hs-deep);color:#fff}.hs-about__closing .hs-about__eyebrow{color:var(--hs-water)}.hs-about__closing h2{max-width:9.2em}.hs-about__closing-actions>p:first-child{max-width:430px;margin-bottom:30px;color:rgba(255,255,255,.88)}.hs-about__closing-actions>div{display:flex;flex-wrap:wrap;gap:22px;align-items:center}.hs-about__closing .hs-about__button{background:#fff;color:var(--hs-deep)!important}.hs-about__text-link{color:#fff!important;font-weight:700;text-decoration:none!important}.hs-about__text-link span{margin-left:7px}.hs-about__social{margin:32px 0 0!important}.hs-about__social a{color:var(--hs-water)!important;text-decoration:none!important;font-size:.92rem;font-weight:700}
@media (max-width:900px){.hs-about__hero-shell,.hs-about__founder,.hs-about__values,.hs-about__place,.hs-about__closing{grid-template-columns:1fr}.hs-about__hero{min-height:690px}.hs-about__hero-shell{gap:34px}.hs-about__hero-note{margin-left:0}.hs-about__founder{width:min(100% - 48px,700px)}.hs-about__founder-image{max-width:600px}.hs-about__values-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hs-about__place-copy{padding:75px max(6vw,28px)}.hs-about__place-image{min-height:480px}.hs-about__closing{gap:35px}}
@media (max-width:620px){.hs-about__hero{min-height:650px;padding:104px 24px 48px}.hs-about__hero-media:after{background:linear-gradient(180deg,rgba(17,50,54,.25) 0%,rgba(17,50,54,.92) 72%,rgba(17,50,54,.98) 100%)}.hs-about h1{font-size:clamp(3.05rem,15vw,4.8rem)!important}.hs-about__narrow{width:min(100%,calc(100% - 34px))}.hs-about__founder{width:calc(100% - 34px);padding:68px 0}.hs-about__founder-image{min-height:420px;padding:0 0 28px 22px}.hs-about__founder-image:before{inset:24px 20px 0 0}.hs-about__founder-image img{height:420px}.hs-about__image-caption{width:88%;margin:-20px 0 0 -18px!important}.hs-about__letter,.hs-about__journey,.hs-about__values,.hs-about__closing{padding-left:24px;padding-right:24px}.hs-about__steps li{grid-template-columns:54px minmax(0,1fr);gap:16px}.hs-about__steps span{font-size:1.45rem}.hs-about__values-grid{grid-template-columns:1fr;gap:12px}.hs-about__values-grid article{min-height:220px}.hs-about__values-grid h3{margin-top:34px}.hs-about__place-facts{flex-direction:column;gap:18px}.hs-about__closing-actions>div{align-items:stretch;flex-direction:column}.hs-about__closing .hs-about__button{width:100%}}

/* animazione overlay che segue il mouse  */
/* .overlayCover {
    position: absolute;
    width: 100%;
    border-radius: 40px;
    height: 100lvh;
    top: 0;
    left: 0;
    background-color: rgb(126, 16, 40);
    pointer-events: none;
    mask-image: radial-gradient(circle 400px at 50% 50%, transparent 150px, black 600px);
    -webkit-mask-image: radial-gradient(circle 400px at 50% 50%, transparent 150px, black 600px);
} 
@media only screen and (max-width: 1024px) {

    .overlayCover {
        display: none !important;
    }
}
*/

#ast-scroll-top {
    background-color: #127985;
    border-color: #127985;
    border-radius: 50%;
    color: #fff;
}

#ast-scroll-top:hover,
#ast-scroll-top:focus {
    background-color: #0d6f7a;
    border-color: #0d6f7a;
    color: #fff;
}

#noVisible { 
    font-size: 2px;
    margin: 0;
    opacity: 0.1;
}
#mainTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mainTitle h1,
#mainTitle h2,
#longWord {
    color: white;
    font-size: 7vw;
    text-align: center;
    /* font-family: 'Black Han Sans', sans-serif; */
    font-family: 'Poller One', cursive !important;
    margin-bottom: 0;
}
#mainTitlevid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mainTitlevid h1,
#longWord {
    color: white;
    font-size: 120px;
    text-align: center;
    /* font-family: 'Black Han Sans', sans-serif; */
    font-family: 'Poller One', cursive;
    margin-bottom: 0;
}
.outline {
    /*  -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px; */
    font-size: 7vw;
    /* font-family: 'Poller One', cursive; */
    position: relative; /*serve per l'icona scintilla*/
    font-style: italic !important;
    font-weight: 100 !important;
}
.outline svg{
     position: absolute;
    top: -2em;
    right: -2em;
    width: 55%;
    transform: rotate(33deg);
}

#claim p, #claim p span {

    text-align: center;
    font-size: 7vw;
    font-weight: 300;
    margin: 0;
    color: white;
    font-family: Lora, "Times New Roman", sans-serif !important;
    font-style: italic !important;
    font-weight: 100;
}
#claim p span{
    position: relative;
}

#claim p span svg {
   position: absolute;
    top: -2rem;
    right: -3rem;
    width: 6rem;
    height: 87%;
    transform: rotate(10deg);
}
#claim2 {
    font-size: 90px !important; 
    width: 1030px; 
    margin: 0 auto;
}
#claim2 p{
    font-size: 50px; 
    color:#fff; 
    text-align:center;
}
.freccia {
    width: 100%;
    position: relative;
}
.freccia a{
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
}

.homecoverOverlay {
    position: absolute;
    inset: 15px;
    z-index: 1;
    pointer-events: none;
    border-radius: 40px;
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.78) 0%, rgba(5, 17, 27, 0.42) 42%, rgba(5, 17, 27, 0.82) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.02) 52%);
}

#mainTitle.halosalHomeCover {
    z-index: 2;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    max-width: none;
    height: calc(96vh - 50px);
    transform: none;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: clamp(38px, 3.8vw, 78px);
}

.halosalHomeCover .homecoverContent {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
    align-items: end;
    gap: clamp(34px, 6vw, 120px);
}

.halosalHomeCover .homecoverPrimary {
    min-width: 0;
}

#mainTitle.halosalHomeCover h1,
#mainTitle.halosalHomeCover h2 {
    max-width: 50rem;
    margin: 0 0 1.5rem;
    color: #fff;
    font-family: "Sequel", sans-serif !important;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    #mainTitle.halosalHomeCover h1,
    #mainTitle.halosalHomeCover h2 {
        font-size: 4.69rem;
    }
}

.halosalHomeCover .homecoverActions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 1vw, 18px);
    margin-top: 0;
}

.halosalHomeCover .homecoverBtn {
    min-width: 0;
    margin: 0;
    padding: clamp(15px, 1.35vw, 22px) clamp(24px, 2.8vw, 44px);
    border: clamp(2px, 0.18vw, 4px) solid rgba(255, 255, 255, 0.96);
    border-radius: 999px;
    color: #fff;
    font-size: clamp(16px, 1.25vw, 25px);
    line-height: 1;
    font-family: "Gravity", sans-serif !important;
    font-weight: 700;
    text-transform: none;
    white-space: nowrap;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.halosalHomeCover .homecoverBtn:hover {
    transform: translateY(-2px);
}

.halosalHomeCover .homecoverBtnPrimary {
     color: #000000 !important;
    background: #fbed51;
    border-color: #fbed51;
}

.halosalHomeCover .homecoverBtnPrimary:hover {
    color: #000 !important;
    background: #b5f830;
    border-color: #b5f830;

}

.halosalHomeCover .homecoverBtnGhost {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.halosalHomeCover .homecoverBtnGhost:hover {
    color: #111 !important;
    background: #fbed51;
    border-color: #fbed51;
}

.halosalHomeCover #claim.homecoverClaim {
    width: min(100%, 430px);
    margin: 0 0 2px auto;
}

.halosalHomeCover #claim.homecoverClaim p,
.halosalHomeCover #claim.homecoverClaim p span {
    margin: 0;
    color: #fff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(18px, 1.35vw, 28px) !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: 1.38;
    text-align: left;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
}

.halosalHomeCover #claim.homecoverClaim p + p {
    margin-top: clamp(26px, 3vw, 56px);
}

.halosalHomeCover #claim.homecoverClaim strong {
    color: inherit;
    font-family: "Gravity", sans-serif !important;
    font-size: inherit;
    font-style: normal;
    line-height: inherit;
    font-weight: 700;
}



@media(max-width: 1024px) {
    .halosalHomeCover .homecoverContent {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .halosalHomeCover #claim.homecoverClaim {
        margin: 0;
        width: min(100%, 680px);
    }
}

@media(max-width: 768px) {
    .customMenuLink {
        color: #000;
        text-decoration: none;
        margin: 0 20px;
    }
    #homeVid,
    .backgroundVid {
        border-radius: 0;
    }
    .homecoverOverlay {
        inset: 0;
        border-radius: 0;
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.2) 0%, rgba(5, 17, 27, 0.84) 52%, rgba(5, 17, 27, 0.9) 100%);
    }
    #mainTitle.halosalHomeCover {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        height: calc(96vh - 50px);
        padding: 92px 22px 32px;
    }
    #mainTitle.halosalHomeCover h1,
    #mainTitle.halosalHomeCover h2 {
        max-width: 29.1875rem;
        width: auto !important;
        margin: 0 0 1.5rem !important;
        font-size: 2.5rem !important;
    }
    .halosalHomeCover .homecoverActions {
        width: 100%;
        gap: 10px;
    }
    .halosalHomeCover .homecoverBtn {
        flex: 1 1 100%;
        border-width: 3px;
        padding: 14px 10px;
        font-size: clamp(14px, 4vw, 16px);
        text-align: center;
    }
    .halosalHomeCover #claim.homecoverClaim p,
    .halosalHomeCover #claim.homecoverClaim p span {
        font-size: 18px !important;
        line-height: 1.25;
    }
    .halosalHomeCover #claim.homecoverClaim p + p {
        margin-top: 16px;
    }
    .main-header-bar-wrap {
        backdrop-filter: blur(5px); background: rgba(251, 237, 81, 0.56);
    }

    .menuIcn i {
        color: #fbed51 !important;
        margin: 0 30px !important;
    }
    #mainTitle {
        top: 55%;
    }
   
    #mainTitle h1,
    #mainTitle h2,
    .outline {
        font-size: 14vw!important;
        width: 90%;
        margin: 0 auto;
    }
    #mainTitlevid h1 {
        font-size: 11lvh;
    }
    #claim {
        width: 79%;
        margin: 0 auto;
    }
    #claim2 {
        width: 80% !important;
    }
    #claim2 p{
        font-size: 5lvh; 
    }
    #claim p{
        font-size: 48px !important;
    }
    #longWord {
        font-size: 45px;
        font-family: 'Poller One', cursive;
    }
    #coverBox {
        padding: 0;
    }
}

/* Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Inserisci qui i tuoi stili CSS */
  
  
    #par1 p, #par1 p>b{
        font-size: 80px;
    }
    
}



/* animazione scroll  */
.scrollBox {
    position: absolute;
    bottom: 96px;
    font-size: 20px;
    left: 245px;
    text-transform: uppercase;
}
.scrollBoxContatti {
    position: absolute;
    bottom: 96px;
    right: 186px;
    text-transform: uppercase;
}
.btnn {
    top: 0;left: 0;
    font-size: 26px;
	display: inline-block;
	min-width: 154px;
	text-decoration: none;
	margin-right: 50px;
	padding: 20px;
    color: #fff;
	position: relative;
	text-align: center;
    text-decoration: none !important;
    font-family: 'Poller One', cursive;
}
.btnn:hover {
    color: #f8fb36 !important;
}
/* per centrare l'animazione della matita per il testo scorri in basso */
.scorri svg {
    right: 71px !important;
    width: 194px !important;
}
.button-stroke,
.button-stroke2 {
    stroke-dasharray: 650px;
    stroke-dashoffset: 650px;
    stroke: #fbed51;
    stroke-width: 2;
    position: absolute;
    top: 50px;
    right: 25px;
    width: 160px;
    transition: stroke-dashoffset 800ms ease-out;
}
@media(max-width: 768px) {
    .scrollBoxContatti, .scrollBox {
        display: none;
    }
    .scorri{
        left: -60%;
        font-size: 20px;
        min-width: 272px;
    }
}
/* fine animazione scroll */



/* sezione testo e video */
#textVidBox {
    text-align: center;
    display: flex;
    justify-content: center;
    background-image: url(../../uploads/2024/03/mago.jpg);
    background-size: cover;
    position: relative;
}
.overImage {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;right: 0;bottom: 0;
}
#textVidBox #firstxt {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
}

#firstxt span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Poller One', cursive;

}
#firstxt a , #servCont a{
    text-transform: uppercase;
    text-decoration: none;
    color:#fbed51;
    
}

#homeTextDouble {
    padding-top: 5%;
    width: 45%;
    margin-right: 7%;
}
/* Tablet e iPad - Portrait e Landscape */
@media screen and (min-width: 768px) and (max-width: 1366px) {
    #homeTextDouble {
        width: 60vw !important;
    }

    .overImage {
        background-color: #e5e5e5bf;
        z-index: 1;
    }
    #textVidBox #firstxt {
       
        z-index: 2;
    }
    #homeTextDouble {
        width: 75vw !important;
    }
}


#spanvidtext{
    width: 100%;
    opacity: 1;
}
#spanvidtext h1{
    font-size: 65px;
    letter-spacing: 2px;
    line-height: 1;
}

#par1{
    text-align: left;
}
#par1 p, #par1 p>b{
    font-size: 2.7lvh;
}



@media(max-width: 768px) {
    #spanvidtext h1{
        font-size: 2.5em;
    }
    #textVidBox #firstxt {
        display: block;
        z-index: 3;
    }
    #textVidBox {
        /* text-align: center;
        display: flex;
        justify-content: center; */
        padding: 0;
        height: 117lvh !important;

       /*  height: 100lvh;
        background-image: url(../../uploads/2024/03/mago.jpg);
        background-size: cover; */
    }
    .overImage {
        background-color: #e5e5e5bf;
        z-index: 1;
    }
    #homeTextDouble {
        width: 85%;
        margin: 0 auto;
        font-size: 1em;
        height: 90lvh;
    }

    #par1{
        height: 100%;
    }
    #par1 p{
        margin-bottom: 1.6em;
        font-size: 2lvh;
        text-align: justify;
    }
}


.arrowIconBox {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fbed51;
    color: white;
    border-radius: 50%;
}
#mainVid {
    max-width: 720px;
    max-height: 700px;
    margin-top: 90px;
    border-radius: 20px;
    /* pointer-events: none;   /* disabilita hover */ 
} 
#mainVid #video{
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
@media(max-width: 768px) {
    #mainVid {
        max-width: 330px;
    } 
}
/* fine sezione testo e video */





/* horizontal scrooll page */

.servizi-horizontal-page,
.page-template-servizi,
body.page-template-servizi {
    max-width: 100%;
    overflow-x: hidden;
}

#pagena {
    overflow:hidden;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    flex-wrap:nowrap;
    z-index: 9;
    width: 100%;
    max-width: 100vw;
}

#pagena2 {
 
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#CCC;
    display:flex;
    flex-wrap:nowrap;
    z-index: 3;
    width: 100%;
    max-width: 100vw;

}

.pane {
    flex:0 0 100vw;
    height:100vh;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    background-color: #ffffff;
}
.pane2 {
    flex:0 0 100vw;
    height:100vh;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    background-color: #ffffff;
}
@media(max-width: 768px) {
    .pane2 img {
        height: 100lvh !important;
        width: 100lvw;
        object-fit: cover;
    }
}
.firstB,
.firstBhome {
    height: 100%;
    width: 100%;
}
.firstB h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: white;
    font-size: 5rem;
    width: 90%;
    text-align: center;
}
.firstBhome h2 {
    font-size: 5rem;
}
.firstBhomeEls{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: white;
    width: 64%;
    text-align: center;
}
.leggiBut {
    
}
.firstB img,
.firstBhome img{
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.firstB2 {
    z-index: 1;
}
.paneText {
    height: 40%;
    width: 80%;
    border-radius: 20px 20px 0 0;
    position: absolute;
    padding: 40px;
    background: white;
    bottom: 0px;
    text-align: center;
    z-index: 4;
}
.paneText img{
    height: 49px;

}
.paneText p{
    font-size: 1.8lvh;

}

/* 2 */
.secondB,
.textandimg {
    height: 100%;
    width: 100%;
}
.secondB h2{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 4.5lvw;
    width: 90%;
    text-align: center;
}
.textMetaPag{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
}
.textMetaPag2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
}
.textMetaPag h2, .textMetaPag2 h2{
    font-size: 6vw;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
    word-wrap: break-word;
}
.secondB img{
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.testicontain {
    display: flex;
    justify-content: center;
    align-items: center;
}


.textandimg img{
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}


.doppioBoxTesti {
    top: 45%;
    position: absolute;
}
.moreBoxTesti {
    top: 45%;
    position: absolute;
    flex-wrap: wrap;
}
.moreBoxTesti2 {
    top: 30%;
    position: absolute;
    flex-wrap: wrap;
}
.moreBoxTesti3 {
    top: 18%;
    flex-wrap: wrap;
}
.singleBoxText {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 5;
    width: 50%;
    position: absolute;
}
.inernB2 {
    background: #ffffffe3;
    width: 40vw;
    border-radius: 10px;
    padding: 20px;
    z-index: 4;
}
.inernB3 {
    background: #ffffffe3;
    width: 41vw;
    height: 24vh;
    border-radius: 10px;
    padding: 20px;
    z-index: 4;
}
.inernB3 p{
    font-size: 1.3vw;
}
.inernB {
    background: #ffffffe3;
    width: 35%;
    border-radius: 10px;
    padding: 20px;
    z-index: 4;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 37%);
    z-index: 999;
    opacity: 0;
}


.pane  {
    background-color: #ffffff;
}



@media (max-width: 768px) {
    .overlay {
        opacity: 1;
    }
    .page-template-servizi .overlay {
        pointer-events: none;
    }
    .page-template-servizi #pagena,
    .page-template-servizi #pagena2 {
        z-index: 1;
    }
    .pane2 .tre, .pane2 .cinque{
        object-position: left;
    }

    .mobileTexts {
    
        max-width: 80% !important;
        text-align: center;
        right: 25px !important;
    }
    .mobileTexts h1{
        width: 100% !important;
        word-break: break-all;
        font-size: 30px!important;
    }
    .mobileTexts p {
        color: #fff !important;
        font-size: 2.4lvh;
    }
   /*  .mobileTexts h1{
        width: 100% !important;
        word-break: break-all;
        font-size: 2vw;

    } */


}



/* servizi home*/





/* servizi home*/


#boxServizi {
    overflow: hidden;
    padding: clamp(34px, 4vw, 56px) 0 clamp(54px, 6vw, 76px);
    background: #f3f1ed;
    border-radius: 0;
    position: relative;
    color: #181818;
}

#boxServizi::before {
    content: none;
}

#boxServ {
    width: min(100%, calc(100vw - 78px));
    margin: 0 auto;
}

.box-servizi__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 330px);
    align-items: start;
    gap: clamp(24px, 4vw, 72px);
}

.box-servizi__heading {
    max-width: min(100%, 880px);
}

.box-servizi__heading h2 {
    margin: 0;
    color: #161616;
    font-size: clamp(3.4rem, 6.1vw, 6.2rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
    max-width: none;
    text-wrap: pretty;
}

.box-servizi__heading-strong {
    font-weight: 800;
    max-width: 8.4ch;
}
#bordi_servizi {
    border-radius: 50px 50px 0 0;
    width: 100%;
    height: 80px;
    background: #f3f1ed;
    position: absolute;
    bottom: -37px;
    left: 0;

}

.box-servizi__heading-soft {
    margin-top: 0.04em !important;
    font-weight: 300;
    max-width: 10.6ch;
}

.box-servizi__summary {
    margin: 0;
    justify-self: end;
    max-width: 23rem;
    color: #191919;
    /* font-size: clamp(0.85rem, 0.9vw, 0.98rem); */
    font-size: clamp(0.85rem, 1.6vw, 1.98rem);
    line-height: 1.3;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.box-servizi__main-cta {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(28px, 3vw, 42px);
    padding: 18px 38px;
    background: #171717;
    border-radius: 999px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: clamp(1rem, 1.05vw, 1.12rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    text-decoration: none !important;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.box-servizi__main-cta:hover,
.box-servizi__main-cta:focus-visible {
    transform: translateY(-2px);
    background: #0d0d0d;
}

.box-servizi__rail-wrap {
    position: relative;
    margin-top: clamp(78px, 10vw, 80px);
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 12px;
    scrollbar-width: none;
}

.box-servizi__drag-hint {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(23, 23, 23, 0.92);
    color: #f3f1ed;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.box-servizi__drag-hint-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.88rem;
    letter-spacing: 0.18em;
}

.box-servizi__rail-wrap::-webkit-scrollbar {
    display: none;
}

.box-servizi__rail {
    display: flex;
    gap: clamp(56px, 8vw, 112px);
    min-width: max-content;
    padding-right: 16vw;
}

.box-servizi__step {
    position: relative;
    flex: 0 0 auto;
    width: max-content;
    min-width: clamp(310px, 30vw, 480px);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 clamp(28px, 3vw, 52px) 40px 0;
    border-bottom: 1px solid rgba(24, 24, 24, 0.14);
    color: #181818 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.box-servizi__step::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    width: min(248px, 48%);
    height: 2px;
    background: #161616;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
}

.box-servizi__step-number {
    margin-bottom: 10px;
    font-size: clamp(2rem, 2.2vw, 2.4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #202020;
}

.box-servizi__step-title {
    display: block;
    color: #181818;
    font-size: clamp(4.5rem, 7.2vw, 7rem);
    line-height: 0.86;
    font-weight: 300;
    letter-spacing: -0.09em;
    white-space: nowrap;
}

.box-servizi__step-cta {
    position: absolute;
    left: 50%;
    bottom: 44px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 8px 8px 8px 30px;
    border-radius: 999px;
    background: #ecea57;
    color: #141414;
    font-size: clamp(0.9rem, 1vw, 1.06rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
    transform: translate(-50%, 18px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.22s ease;
}

.box-servizi__step-cta-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dede4d;
    flex-shrink: 0;
}

.box-servizi__step-cta-icon svg {
    width: 18px;
    height: 18px;
}

@media (hover: hover) and (pointer: fine) {
    .box-servizi__rail-wrap:hover .box-servizi__drag-hint,
    .box-servizi__rail-wrap:focus-within .box-servizi__drag-hint {
        opacity: 1;
        transform: translateY(0);
    }

    .box-servizi__step:hover::after,
    .box-servizi__step:focus-visible::after {
        transform: scaleX(1);
    }

    .box-servizi__step:hover .box-servizi__step-cta,
    .box-servizi__step:focus-visible .box-servizi__step-cta {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

@media (hover: none), (pointer: coarse) {
    .box-servizi__drag-hint {
        display: none;
    }

    .box-servizi__step::after {
        transition: none;
        transform: scaleX(0);
    }

    .box-servizi__step-cta {
        display: none;
    }
}

@media (max-width: 1024px) {
    .box-servizi__header {
        grid-template-columns: 1fr;
    }

    .box-servizi__summary {
        justify-self: start;
        max-width: 34rem;
        text-align: left;
    }

    .box-servizi__rail {
        gap: 52px;
    }
}

@media (max-width: 764px) {
    #boxServizi {
        padding: 34px 0 48px;
    }

    #boxServ {
        width: min(100%, calc(100vw - 30px));
    }

    .box-servizi__heading {
        max-width: 100%;
    }

    .box-servizi__heading h2 {
        max-width: none;
        font-size: clamp(2.5rem, 8.8vw, 4rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
        text-wrap: pretty;
    }

    .box-servizi__heading-strong,
    .box-servizi__heading-soft {
        max-width: none;
    }

    .box-servizi__main-cta {
        padding: 16px 28px;
        font-size: 0.95rem;
    }

    .box-servizi__rail-wrap {
        margin-top: 56px;
    }

    .box-servizi__step {
        width: max-content;
        min-width: 82vw;
        min-height: 180px;
        padding: 0 24px 28px 0;
    }

    .box-servizi__step-number {
        font-size: 1.7rem;
    }

    .box-servizi__step-title {
        font-size: clamp(3.4rem, 16vw, 5.5rem);
    }

}




/* servizi home*/

/* sezioni home in stile Agorespace */
.halosal-agora-fields,
.halosal-agora-commitment {
    background: #f3f3f3;
    color: #111111;
    position: relative;
}

.halosal-agora-shell {
    width: min(100%, calc(100vw - 78px));
    margin: 0 auto;
}
.bordi_tondi {
    position: absolute;
    height: 100px;
    width: 100%;
    top: -35px;
    border-radius: 30px 30px 0 0;
    background: #f3f3f3;
}


.halosal-agora-fields {
    padding: 65px 0 clamp(110px, 6vw, 190px);
}

.halosal-agora-fields h2,
.halosal-agora-commitment h2 {
    max-width: 12.8em;
    margin: 0 0 clamp(58px, 6vw, 90px);
    color: #050505;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.65rem, 5.25vw, 5.9rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-agora-card {
    position: relative;
    min-height: clamp(520px, 52vw, 670px);
    margin-bottom: clamp(42px, 4.5vw, 70px);
    overflow: hidden;
    border-radius: 8px;
    isolation: isolate;
}

.halosal-agora-card:last-child {
    margin-bottom: 0;
}

.halosal-agora-card img,
.halosal-agora-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.halosal-agora-card img {
    object-fit: cover;
    transform: scale(1.01);
}

.halosal-agora-card--wide img {
    object-position: center;
}

.halosal-agora-card__shade {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.62) 100%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.28) 0%, rgba(5, 5, 5, 0.05) 45%, rgba(5, 5, 5, 0.24) 100%);
}

.halosal-agora-visit {
    position: absolute;
    top: clamp(26px, 3vw, 42px);
    right: clamp(26px, 3vw, 42px);
    z-index: 2;
    width: 226px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 22px;
    border-radius: 8px;
    background: rgba(247, 247, 247, 0.98);
    color: #111111;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.12);
}

.halosal-agora-visit span {
    color: #111111;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-agora-visit i {
    color: #111111 !important;
    font-size: 1.35rem;
    line-height: 1;
}

.halosal-agora-visit a {
    grid-column: 1 / -1;
    align-self: end;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111111 !important;
    font-size: clamp(0.98rem, 1.05vw, 1.12rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
}

.halosal-agora-visit b {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #050505;
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 0.6;
    transform: translateY(-1px);
}

.halosal-agora-card__content {
    position: absolute;
    left: clamp(34px, 4vw, 64px);
    right: clamp(34px, 4vw, 64px);
    bottom: clamp(32px, 3.6vw, 54px);
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 28px;
    color: #ffffff;
}

.halosal-agora-card__content span {
    width: fit-content;
    display: inline-flex;
    grid-column: 1 / -1;
    margin-bottom: 18px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(13, 13, 13, 0.92);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-agora-card__content h3 {
    max-width: 820px;
    margin: 0;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.8rem, 3.2vw, 3.45rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-agora-card__content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 25px;
    border-radius: 5px;
    background: #ffffff;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.halosal-agora-card__content a:hover,
.halosal-agora-card__content a:focus-visible {
     color: #111 !important;
    background: #fbed51;
    transform: translateY(-2px);
}

/* sezione visione in stile Agorespace */
.halosal-vision {
    padding: clamp(54px, 5.6vw, 88px) 0 clamp(58px, 5.8vw, 92px);
    background: #ffffff;
    color: #111111;
}

.halosal-vision__shell {
    width: min(1180px, calc(100vw - 16vw));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
    gap: clamp(44px, 7.4vw, 118px);
    align-items: center;
}

.halosal-vision__media {
    height: clamp(500px, 82vh, 720px);
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
}

.halosal-vision__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.halosal-vision__copy {
    max-width: 470px;
    padding-top: clamp(4px, 1.2vw, 18px);
}

.halosal-vision__eyebrow {
    margin: 0 0 clamp(34px, 4vw, 58px);
    color: #111111;
    font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-vision h2 {
    max-width: 13.8em;
    margin: 0;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.62rem, 2.08vw, 2.95rem);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-vision__copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin-top: clamp(32px, 3.8vw, 52px);
    padding: 18px 30px;
    background: #151515;
    color: #ffffff !important;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.95rem, 1vw, 1.08rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.halosal-vision__copy a:hover,
.halosal-vision__copy a:focus-visible {
    background: #e94016;
    transform: translateY(-2px);
}

.halosal-agora-commitment {
    padding: 50px;
    text-align: center;
}

.halosal-agora-commitment h2 {
    max-width: 13.6em;
    margin: 0 auto clamp(36px, 4vw, 58px);
}

.halosal-agora-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(10px, 1.35vw, 18px);
}

.halosal-agora-chips span {
    min-width: clamp(105px, 10vw, 152px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(56px, 5vw, 74px);
    padding: 14px 24px;
    border-radius: 999px;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1rem, 1.35vw, 1.45rem);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    transform: rotate(-4deg);
}

.halosal-agora-chips span:nth-child(1),
.halosal-agora-chips span:nth-child(4) {
    background: #2f6c47;
}

.halosal-agora-chips span:nth-child(2),
.halosal-agora-chips span:nth-child(5) {
    background: #e7dec1;
    color: #171717;
}

.halosal-agora-chips span:nth-child(3),
.halosal-agora-chips span:nth-child(6) {
    background: #4677c9;
}

.halosal-agora-chips span:nth-child(even) {
    transform: rotate(-4deg) translateY(8px);
}

.halosal-agora-chips span:nth-child(3n) {
    transform: rotate(6deg) translateY(2px);
}

/* sezione metodo scuola calcio */
.halosal-method {
    padding: clamp(78px, 8vw, 124px) 0 clamp(82px, 8vw, 128px);
    background: #ffffff;
    color: #050505;
}

.halosal-method__shell {
    width: min(1540px, calc(100vw - 13vw));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.78fr);
    gap: clamp(58px, 10vw, 178px);
    align-items: start;
}

.halosal-method__left {
    position: relative;
}

.halosal-method h2 {
    max-width: 10.4em;
    margin: 0 0 clamp(32px, 3.5vw, 48px);
    color: #050505;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(3.55rem, 4.95vw, 7rem);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-method__arrow {
    position: absolute;
    right: clamp(22px, 5vw, 86px);
    bottom: clamp(70px, 5vw, 92px);
    width: clamp(74px, 7.5vw, 122px);
    color: #6f97bd;
    transform: rotate(-6deg);
    pointer-events: none;
}

.halosal-method__arrow svg {
    width: 100%;
    height: auto;
    display: block;
}

.halosal-method__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 10px;
    max-width: 660px;
}

.halosal-method__chips span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 22px;
    border: 1px solid #dddfe4;
    border-radius: 999px;
    color: #303030;
    font-size: clamp(0.98rem, 1.05vw, 1.22rem);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.halosal-method__right {
    display: grid;
    gap: clamp(42px, 4.4vw, 70px);
    padding-top: clamp(2px, 0.55vw, 10px);
}

.halosal-method__right article {
    max-width: 720px;
}

.halosal-method__right h3 {
    max-width: 13.2em;
    margin: 0 0 18px;
    color: #050505;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.78rem, 2.25vw, 2.85rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-method__right p,
.halosal-method__right strong {
    color: #303030;
    font-size: clamp(1.12rem, 1.32vw, 1.52rem) !important;
    font-weight: 400;
    line-height: 1.34;
}

.halosal-method__right p {
    margin: 0;
}

.halosal-method__right strong {
    color: #050505;
    font-weight: 900;
}

/* sezione traguardi in stile Agorespace */
.halosal-achievements {
    --achievement-black: #fbed51;
    --achievement-white: #f7f7f7;
    padding: clamp(82px, 8vw, 132px) 0 clamp(96px, 9vw, 150px);
    background: var(--achievement-black);
    color: #111111;
    overflow: hidden;
}

.halosal-achievements__shell {
    width: min(1380px, calc(100vw - 12vw));
    margin: 0 auto;
}

.halosal-achievements__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 32px;
    margin-bottom: clamp(46px, 5vw, 68px);
}

.halosal-achievements__head h2 {
    max-width: 10.8em;
    margin: 0;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(3.1rem, 5.9vw, 6.9rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-achievements__head a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.95rem, 1vw, 1.08rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.halosal-achievements__head a span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 0.7;
}

.halosal-achievements__stage {
    position: relative;
    max-width: calc(100% - clamp(72px, 6vw, 104px));
    opacity: 0;
    transform: translateY(46px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.halosal-achievements__stage.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.halosal-achievements__stack {
    position: relative;
    min-height: clamp(420px, 36vw, 545px);
}

.halosal-achievements__stack::before,
.halosal-achievements__stack::after {
    content: "";
    position: absolute;
    left: -22px;
    right: 34px;
    bottom: -30px;
    height: 100%;
    border-radius: 12px;
    background: rgba(17, 17, 17, 0.18);
    transform: translate(-12px, 12px);
}

.halosal-achievements__stack::after {
    left: -8px;
    right: 18px;
    bottom: -16px;
    background: rgba(17, 17, 17, 0.11);
    transform: translate(-6px, 6px);
}

.halosal-achievement-card {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(270px, 0.42fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(34px, 5vw, 100px);
    padding: clamp(16px, 1.7vw, 24px);
    border-radius: 12px;
    background: var(--achievement-white);
    color: #111111;
    opacity: 0;
    pointer-events: none;
    transform: translateY(44px) scale(0.985);
    transition: opacity 0.46s ease, transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.halosal-achievement-card.is-active {
    z-index: 4;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.halosal-achievement-card.is-leaving-up {
    transform: translateY(-46px) scale(0.985);
}

.halosal-achievement-card.is-leaving-down {
    transform: translateY(46px) scale(0.985);
}

.halosal-achievement-card__image {
    height: 100%;
    min-height: clamp(355px, 27vw, 495px);
    overflow: hidden;
    border-radius: 8px;
}

.halosal-achievement-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.halosal-achievement-card__body {
    max-width: 710px;
    padding-right: clamp(18px, 3vw, 60px);
}

.halosal-achievement-card__count {
    margin: 0 0 clamp(24px, 2.8vw, 38px);
    color: #111111;
    font-size: clamp(0.9rem, 1vw, 1.08rem) !important;
    font-weight: 900;
    line-height: 1;
}

.halosal-achievement-card h3 {
    max-width: 12.2em;
    margin: 0;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.9rem, 3.25vw, 3.95rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-achievement-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 4.5vw, 76px);
    margin: clamp(30px, 3.8vw, 50px) 0 26px;
}

.halosal-achievement-card__meta div {
    display: grid;
    gap: 13px;
}

.halosal-achievement-card__meta i {
    color: #111111 !important;
    font-size: clamp(1.12rem, 1.55vw, 1.55rem);
    line-height: 1;
}

.halosal-achievement-card__meta span {
    color: #111111;
    font-size: clamp(0.9rem, 0.98vw, 1.08rem);
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
}

.halosal-achievement-card__body > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 16px 28px;
    background: #151515;
    color: #ffffff !important;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.92rem, 1vw, 1.08rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.halosal-achievement-card__body > a:hover,
.halosal-achievement-card__body > a:focus-visible {
     color: #111 !important;
    background: #fbed51;
    transform: translateY(-2px);
}

.halosal-achievements__controls {
    position: absolute;
    top: 50%;
    right: calc(clamp(50px, 4vw, 62px) * -1 - clamp(22px, 3vw, 38px));
    z-index: 6;
    display: grid;
    gap: 12px;
    transform: translateY(-50%);
}

.halosal-achievements__controls button {
    width: clamp(50px, 4vw, 62px);
    height: clamp(50px, 4vw, 62px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
    font-size: clamp(1.35rem, 1.65vw, 1.75rem);
    font-weight: 900;
    line-height: 1;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.halosal-achievements__controls button:hover,
.halosal-achievements__controls button:focus-visible {
    background: #ffffff;
    color: #111111;
    transform: scale(1.06);
}

/* sezione finale prima del footer */
.halosal-final-note {
    position: relative;
    z-index: 1;
    padding: clamp(24px, 2.4vw, 46px) clamp(16px, 1.5vw, 28px) 0;
    background: #f3f3f3;
    color: #111111;
}

.halosal-final-note__shell {
    min-height: clamp(300px, 21vw, 390px);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1fr);
    gap: clamp(52px, 6vw, 104px);
    align-items: start;
    padding: clamp(38px, 4vw, 64px) clamp(34px, 3.8vw, 68px) clamp(88px, 8vw, 124px);
    border: 2px solid #242424;

    border-radius: clamp(36px, 3.9vw, 58px);
    background: #ffffff;
}

.halosal-final-note h2 {
    max-width: 10.4em;
    margin: 0;
    color: #050505;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.6rem, 4.45vw, 5.5rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-final-note__copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 3vw, 48px);
}

.halosal-final-note__copy p {
    margin: 0;
    color: #333333;
    font-size: clamp(1.08rem, 1.25vw, 1.46rem) !important;
    font-weight: 400;
    line-height: 1.22;
}

.page-template-homepage .halosal-final-note + .site-footer,
.page-template-homepage .halosal-final-note + footer,
.page-template-homepage #footbs {
    margin-top: 0 !important;
}

.page-template-homepage #footbs {
    padding-top: 0;
}

@media (max-width: 1024px) {
    .halosal-agora-card__content {
        grid-template-columns: 1fr;
    }

    .halosal-agora-card__content a {
        justify-self: start;
    }

    .halosal-vision__shell {
        width: min(100%, calc(100vw - 54px));
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .halosal-vision__media {
        height: clamp(420px, 62vh, 560px);
    }

    .halosal-vision__copy {
        max-width: 720px;
        padding-top: 0;
    }

    .halosal-vision__eyebrow {
        margin-bottom: 28px;
    }

    .halosal-vision h2 {
        font-size: clamp(1.85rem, 5.2vw, 3rem);
    }

    .halosal-achievements__shell {
        width: min(100%, calc(100vw - 42px));
    }

    .halosal-achievements__stage {
        max-width: calc(100% - 74px);
    }

    .halosal-achievements__head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .halosal-achievement-card {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .halosal-achievement-card__image {
        min-height: 270px;
    }

    .halosal-achievement-card__body {
        padding: 0 clamp(10px, 3vw, 24px) clamp(20px, 4vw, 34px);
    }

    .halosal-achievements__stack {
        min-height: 710px;
    }

    .halosal-achievements__controls {
        top: auto;
        right: 18px;
        bottom: -80px;
        grid-template-columns: repeat(2, auto);
        transform: none;
    }

    .halosal-method__shell {
        width: min(100%, calc(100vw - 44px));
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .halosal-method h2 {
        font-size: clamp(3.2rem, 9.2vw, 5.8rem);
    }

    .halosal-method__arrow {
        right: 8vw;
        bottom: 54px;
    }

    .halosal-final-note__shell {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .halosal-final-note__copy {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 764px) {
    .halosal-agora-shell {
        width: min(100%, calc(100vw - 30px));
    }

    .halosal-agora-fields {
        padding: 70px 0 94px;
    }

    .halosal-agora-fields h2,
    .halosal-agora-commitment h2 {
        font-size: clamp(2.3rem, 10.8vw, 3.8rem);
    }

    .halosal-agora-card {
        min-height: 620px;
    }

    .halosal-agora-visit {
        top: 18px;
        right: 18px;
        left: 18px;
        width: auto;
        min-width: 0;
        min-height: 135px;
    }

    .halosal-agora-card__content {
        left: 20px;
        right: 20px;
        bottom: 22px;
        gap: 18px;
    }

    .halosal-agora-card__content h3 {
        font-size: clamp(1.65rem, 8vw, 2.7rem);
    }

    .halosal-agora-card__content a {
        width: 100%;
    }

    .halosal-vision {
        padding: 48px 0 64px;
    }

    .halosal-vision__shell {
        width: min(100%, calc(100vw - 30px));
        gap: 30px;
    }

    .halosal-vision__media {
        height: min(64vh, 430px);
    }

    .halosal-vision__eyebrow {
        margin-bottom: 28px;
        font-size: 0.78rem !important;
    }

    .halosal-vision h2 {
        font-size: clamp(1.55rem, 6.9vw, 2.18rem);
        line-height: 0.98;
    }

    .halosal-vision__copy a {
        width: 100%;
        margin-top: 34px;
    }

    .halosal-agora-commitment {
        padding: 92px 0 132px;
    }

    .halosal-agora-chips {
        align-items: center;
        flex-direction: column;
    }

    .halosal-agora-chips span {
        width: min(100%, 260px);
    }

    .halosal-method {
        padding: 70px 0 86px;
    }

    .halosal-method__shell {
        width: min(100%, calc(100vw - 30px));
        gap: 42px;
    }

    .halosal-method h2 {
        font-size: clamp(2.55rem, 11vw, 3.75rem);
    }

    .halosal-method__arrow {
        position: static;
        width: 96px;
        margin: -20px 12% 20px auto;
    }

    .halosal-method__chips span {
        min-height: 46px;
        padding: 10px 18px;
        font-size: 1rem;
    }

    .halosal-method__right {
        gap: 38px;
    }

    .halosal-method__right h3 {
        font-size: clamp(1.65rem, 7vw, 2.25rem);
    }

    .halosal-method__right p,
    .halosal-method__right strong {
        font-size: 1.08rem !important;
    }

    .halosal-achievements {
        padding: 72px 0 126px;
    }

    .halosal-achievements__shell {
        width: min(100%, calc(100vw - 30px));
    }

    .halosal-achievements__stage {
        max-width: 100%;
    }

    .halosal-achievements__head h2 {
        font-size: clamp(2.75rem, 12vw, 4.15rem);
    }

    .halosal-achievements__stack {
        min-height: 690px;
    }

    .halosal-achievements__stack::before,
    .halosal-achievements__stack::after {
        left: 10px;
        right: 10px;
    }

    .halosal-achievement-card {
        padding: 14px;
    }

    .halosal-achievement-card__image {
        min-height: 220px;
    }

    .halosal-achievement-card h3 {
        font-size: clamp(1.72rem, 7.8vw, 2.45rem);
    }

    .halosal-achievement-card__count {
        margin-bottom: 20px;
    }

    .halosal-achievement-card__meta {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 24px 0 22px;
    }

    .halosal-achievement-card__body > a {
        width: 100%;
    }

    .halosal-final-note {
        padding: 26px 12px 0;
    }

    .halosal-final-note__shell {
        min-height: 0;
        padding: 32px 22px 66px;
        border-width: 2px;
        border-radius: 30px;
    }

    .halosal-final-note h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .halosal-final-note__copy {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .halosal-final-note__copy p {
        font-size: 1.06rem !important;
        line-height: 1.28;
    }

}

.coverBvideo {
    background-image: linear-gradient(to bottom, #212121 50%, #e7e5e3 50%); /* Imposta i colori del gradiente */

}
#error{
    width: 700px;
    margin: 0 auto;
}

/* loader */
.loader{
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
    width: 100%;
    height: 100vh;
}
.page-transition{
    position: absolute;
    top: 0;
    background-color: #127985;
    width: 100%;
    height: 0%;
}
/* load end */


/* portfolio clienti */




.hanno-scelto {
    padding: 4rem 0;
}
  
.hanno-scelto h2 {
  margin-bottom: 3rem;

}
.hanno-scelto h2 span{
  font-weight: 600;
}
  
.logo-card {
    padding: 1.5rem;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
  
.logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
  
.logo-card img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}




.haveIdea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px 0;
    align-items: center;
}
.haveIdea h2{
    color: #fbed51;
    font-size: 60px;
    width: 80vw;
    text-align: center;
    margin: 0 auto;
}
.haveIdea a{
    color: #191919;
    text-decoration: none !important;
}

/*  */
.selWorks {
    color: #fbed51;
    position: relative;
    width: 30%;
    margin: 0 auto;
/*     transform: scaleY(1.4); */
}
.selWorks p{
    position: absolute;
    top: 36px;
    right: 20px;
    transform: none;
}

#clienti {
    padding: 70px 0;
}
#clienti h1, #clienti a{
    margin: 0;
    color: #191919;
    text-decoration: none;
    text-align: center !important;
}
#clienti a:hover {
    text-decoration: underline;
    color: #e50d53;
}

/* modale immagini */
/* Wrapper principale della modale portfolio: tiene l'overlay sopra header e contenuti fissi. */
.works-modal {
    --works-pink: #fbed51;
    --works-black: #050505;
    z-index: 10050;
}

/* Porta la caption sopra lo sfondo/overlay della modale. */
#worksModalCaption {
    z-index: 2;
}

/* Rimuove i margini Bootstrap per avere una modale fullscreen effettiva. */
.works-modal .modal-dialog {
    margin: 0;
}

/* Superficie della modale: fullscreen, senza bordi, con sfondo scuro e accento HaloSal. */
.works-modal .modal-content {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background:
        radial-gradient(circle at top left, rgba(251, 237, 81, 0.24), transparent 30%),
        linear-gradient(135deg, rgba(5, 5, 5, 0.98), rgba(25, 25, 25, 0.95));
}

/* Testata della modale: contatore, titolo e spazio riservato al bottone X. */
.works-modal-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 24px clamp(96px, 9vw, 132px) 16px clamp(22px, 4vw, 64px);
    position: relative;
    z-index: 2;
}

/* Permette ai titoli lunghi di restringersi senza rompere il layout. */
.works-modal-topbar > div {
    min-width: 0;
}

/* Contatore del media corrente, per esempio 1 / 3. */
.works-modal-kicker {
    color: var(--works-pink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    margin: 0 0 12px;
    text-transform: uppercase;
}

/* Titolo del lavoro aperto in modale. overflow-wrap evita tagli sui nomi lunghi. */
.works-modal-title {
    color: #ffffff;
    font-size: clamp(24px, 3.1vw, 32px);
    font-weight: 800;
    line-height: 1.08;
    margin: 0;
    max-width: 880px;
    overflow-wrap: anywhere;
}

/* Pulsante di chiusura fisso, sempre raggiungibile anche con titoli molto lunghi. */
.works-modal-close {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 36px;
    height: 52px;
    justify-content: center;
    line-height: 1;
    position: fixed;
    right: clamp(22px, 4vw, 64px);
    top: 24px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    width: 52px;
    z-index: 10060;
}

/* Feedback visivo quando l'utente passa o arriva con focus sulla X. */
.works-modal-close:hover,
.works-modal-close:focus {
    background: var(--works-pink);
    border-color: var(--works-pink);
    color: #050505;
    transform: rotate(90deg);
}

/* Area centrale: freccia sinistra, media corrente, freccia destra. */
.works-modal-stage {
    align-items: center;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    gap: clamp(10px, 2vw, 24px);
    min-height: 0;
    padding: 8px clamp(14px, 3vw, 48px) 0;
}

/* Cornice stabile per immagini/video, con bordo sottile e ombra. */
.works-modal-media-wrap {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    display: flex;
    height: min(70vh, 780px);
    justify-content: center;
    overflow: hidden;
    position: relative;
}

/* Media della modale: contain preserva proporzioni senza tagliare il contenuto. */
.works-modal-media {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

/* Sfondo nero dietro i video per evitare flash chiari durante il caricamento. */
video.works-modal-media {
    background: #000000;
}

/* Frecce per scorrere i media del lavoro corrente. */
.works-modal-nav {
    align-items: center;
    background: rgba(251, 237, 81, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #050505;
    cursor: pointer;
    display: inline-flex;
    font-size: 42px;
    height: 60px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: background 0.2s ease, transform 0.2s ease;
    width: 60px;
}

.works-modal-nav span {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: 1;
    font-size: 4rem;
    transform: translateY(-7px);
    width: 100%;
}

/* Hover/focus delle frecce. */
.works-modal-nav:hover,
.works-modal-nav:focus {
    background: #ffffff;
    color: #050505;
    transform: scale(1.06);
}

/* Se c'e' un solo media le frecce diventano invisibili e non cliccabili. */
.works-modal-nav[hidden] {
    display: inline-flex !important;
    opacity: 0;
    pointer-events: none;
}

/* Footer della modale: descrizione lavoro e pallini gallery. */
.works-modal-footer {
    align-items: center;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    padding: 18px clamp(22px, 4vw, 64px) 34px;
}

/* Testo descrittivo nel footer. */
.works-modal-footer p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

/* Contenitore dei pallini per navigare direttamente tra i media. */
.works-modal-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

/* Singolo pallino gallery. */
.works-modal-dots button {
    background: rgba(255, 255, 255, 0.36);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 9px;
    padding: 0;
    transition: background 0.2s ease, width 0.2s ease;
    width: 9px;
}

/* Pallino attivo: piu' lungo e colorato con l'accento del sito. */
.works-modal-dots button.is-active {
    background: var(--works-pink);
    width: 34px;
}

/* fine modale immagini*/

.imgBoxCont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px;
}
.imgbox {
    margin: 0;padding: 0;
    height: 300px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 5px solid white;
    z-index: 1;
}
.imgbox img{
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
}
/* Le anteprime video nella griglia seguono le stesse regole delle immagini. */
.imgbox video{
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
}
/* Hover comune per immagini e video: zoom e blur sotto al titolo. */
.imgbox:hover img,
.imgbox:hover video{
    transform: scale(1.2); /* Puoi regolare il valore per l'ingrandimento desiderato */
    filter: blur(2px);
}



.text-hover{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    padding: 33px;
    text-align: justify;
    font-size: 16px;
    pointer-events: none;/* Per evitare che il testo interferisca con il passaggio del mouse */
    color: #ffffff;
}
.text-hover h6{
text-align: center;
}

.imgbox:hover .text-hover{
    opacity: 1;
    z-index: 2;
}
.imgbox:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64); /* Colore bianco con opacità 0.5 */
    z-index: 1;
}

/* clients slider  */




    /* loghi socrrevoli client */
     .hanno-scelto {
            padding: 80px 0;
            overflow: hidden;
        }
        
        .hanno-scelto h2 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 0;
            
            letter-spacing: 2px;
        }
        
        .logo-slider-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 40px 0;
            border-right: 1px solid white;
            border-left: 1px solid white;
        }
        
        .logo-slider {
            display: flex;
            align-items: center;
            gap: 60px;
            width: max-content;
        }
        
        .logo-item {
            flex-shrink: 0;
            width: 180px;
            height: 120px;
            background: white;
            border-radius: 15px;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .logo-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(251, 237, 81, 0.28);
        }
        
        .logo-item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            /* filter: grayscale(100%); */
            transition: filter 0.3s ease;
        }
        
        .logo-item:hover img {
            filter: grayscale(0%);
        }
        
        .haveIdea {

            padding: 100px 20px;
            text-align: center;
            color: white;
        }
        
        .haveIdea h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 40px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        
        .flexButton {
            cursor: pointer;
        }
    
        
        .arrowIconBox {
            margin-right: 10px;
            display: flex;
            align-items: center;
        }
        
        .arrowIconBox svg {
            width: 24px;
            height: 24px;
        }
        
        @media (max-width: 768px) {
            .hanno-scelto h2 {
                font-size: 1.8rem;
            }
            
            .logo-item {
                width: 140px;
                height: 100px;
            }
            
            .haveIdea h2 {
                font-size: 2rem;
            }
        }
    /* loghi socrrevoli client */




/* fine client slider  */

.clientiContainer {
    overflow: hidden;
    padding: 0 0 70px 0;
}

.slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
}
/* .slider:hover {
    animation: slidein 100s linear infinite;
    white-space: nowrap;
} */
.logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
}
.logos a img{
    width: 200px ;
    min-width: 40px;
}
.fab {
    width: calc(100% / 5);
    animation: fade-in 0.5s 
    cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}

/* Prenotazione campi */
.halosal-booking-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.halosal-booking-shell {
    width: min(1180px, calc(100vw - 10vw));
    margin: 0 auto;
}

.halosal-booking-hero {
    position: relative;
    min-height: clamp(430px, 72vh, 760px);
    padding: 15px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.halosal-booking-hero > img,
.halosal-booking-hero__shade {
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 40px;
}

.halosal-booking-hero > img {
    object-fit: cover;
    object-position: center 45%;
}

.halosal-booking-hero__shade {
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.82) 0%, rgba(5, 17, 27, 0.3) 48%, rgba(5, 17, 27, 0.76) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.08) 60%);
}

.halosal-booking-hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
    gap: clamp(32px, 5vw, 90px);
    align-items: end;
    min-height: calc(clamp(430px, 72vh, 760px) - 30px);
    padding: clamp(36px, 4vw, 72px);
    color: #ffffff;
}

.halosal-booking-hero__content > div:first-child p:first-child,
.halosal-booking-section-head p,
.halosal-booking-main__copy > p,
.halosal-booking-embed__head p {
    margin: 0 0 18px;
    color: #fbed51;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-booking-hero h1 {
    max-width: 10.5em;
    margin: 0;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(3.1rem, 6.8vw, 8rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-booking-hero__claim {
    width: min(100%, 430px);
    margin: 0 0 4px auto;
}

.halosal-booking-hero__claim p {
    margin: 0 0 clamp(22px, 3vw, 34px);
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.02rem, 1.25vw, 1.42rem) !important;
    font-weight: 400;
    line-height: 1.32;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
}

.halosal-booking-hero__claim a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 6px;
    background: #fbed51;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.halosal-booking-hero__claim a:hover,
.halosal-booking-hero__claim a:focus-visible {
    background: #e94016;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.halosal-booking-fields,
.halosal-booking-main {
    padding: clamp(82px, 8vw, 128px) 0;
}

.halosal-booking-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(18px, 2vw, 28px);
    margin-bottom: clamp(34px, 4vw, 64px);
}

.halosal-booking-section-head p {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding: 2px 8px 3px;
    background: #fbed51;
    color: #000000;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.85rem, 3.1vw, 3.4rem) !important;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-booking-section-head h2,
.halosal-booking-main__copy h2,
.halosal-booking-embed__head h2 {
    margin: 0;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.18rem, 1.8vw, 2rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: none;
}

.halosal-booking-section-head h2 {
    max-width: 760px;
}

.halosal-booking-fields__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 30px);
}

.halosal-booking-field-card {
    position: relative;
    display: flex;
    min-height: 310px;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(24px, 3vw, 38px);
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}



.halosal-booking-field-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(17, 17, 17, 0.12);
}

.halosal-booking-field-card span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: clamp(30px, 4vw, 60px);
    padding: 9px 12px;
    background: #111111;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-booking-field-card h3 {
    margin: 0 0 14px;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.35rem, 1.85vw, 2.1rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-booking-field-card p,
.halosal-booking-main__copy li,
.halosal-booking-admin-notice p {
    color: #303030;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
    font-weight: 400;
    line-height: 1.45;
}

.halosal-booking-main {
    scroll-margin-top: 150px;
    position: relative;
    background:
        radial-gradient(circle at 88% 18%, rgba(251, 237, 81, 0.12) 0 12%, transparent 28%),
        linear-gradient(135deg, #0d1f33 0%, #142f48 52%, #0d1b2d 100%);
    color: #ffffff;
    overflow: hidden;
}

.halosal-booking-main::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 78%);
}

.halosal-booking-main__shell {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1280px, calc(100vw - 8vw));
    grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
}

.halosal-booking-main__copy {
    position: sticky;
    top: 120px;
}

.halosal-booking-main__copy > p {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 2px 8px 3px;
    background: #fbed51;
    color: #000000;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.5rem, 2.4vw, 2.9rem) !important;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
}

.halosal-booking-main__copy h2 {
    max-width: 8.5em;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.25rem, 3.65vw, 4.55rem);
    font-weight: 400;
    line-height: 0.96;
    text-transform: uppercase;
}

.halosal-booking-main__copy ul {
    display: grid;
    gap: 12px;
    margin: clamp(22px, 3vw, 36px) 0 0;
    padding: 0;
    list-style: none;
}

.halosal-booking-main__copy li {
    position: relative;
    padding-left: 24px;
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.82);
}

.halosal-booking-main__copy li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 9px;
    height: 9px;
    background: #e94016;
}

.halosal-booking-main__form,
.halosal-booking-embed {
    min-width: 0;
}

.halosal-booking-main__form {
    width: 100%;
}

.halosal-booking-embed {
    position: relative;
    padding: clamp(24px, 3vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: #edf5ff;
    box-shadow: 0 36px 90px rgba(3, 12, 24, 0.42);
    overflow: hidden;
}

.halosal-booking-embed::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: #fbed51;
}

.halosal-booking-embed__head {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: clamp(20px, 2.6vw, 32px);
}

.halosal-booking-embed__head p {
    color: #111111;
}

.halosal-booking-embed__head h2 {
    max-width: 720px;
    color: #10243a;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.5rem, 2.05vw, 2.65rem);
    font-weight: 400;
    line-height: 0.98;
    text-transform: uppercase;
}

.halosal-booking-timetics {
    position: relative;
    z-index: 1;
    min-height: 220px;
    padding: clamp(16px, 2vw, 28px);
    background: #ffffff;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(16, 36, 58, 0.08);
}

.halosal-booking-timetics .timetics-shortcode-wrapper,
.halosal-booking-timetics .timetics-category-wrapper {
    color: #10243a;
    font-family: "Gravity", sans-serif !important;
}

.halosal-booking-timetics .ant-card,
.halosal-booking-timetics .tt-meeting-card {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.halosal-booking-timetics .ant-card-body {
    padding: 0 !important;
}

.halosal-booking-timetics .tt-section-title {
    display: flex;
    align-items: center;
    min-height: 36px;
    margin-bottom: 18px !important;
    color: #10243a;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.2rem, 1.6vw, 1.8rem) !important;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-booking-timetics .tt-single-meeting {
    position: relative;
    margin: 0 0 14px !important;
    padding: clamp(18px, 2vw, 24px) clamp(18px, 2.2vw, 28px) !important;
    border: 1px solid rgba(16, 36, 58, 0.12);
    border-left: 8px solid #fbed51;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 36, 58, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.halosal-booking-timetics .tt-single-meeting:hover {
    border-color: rgba(16, 36, 58, 0.24);
    box-shadow: 0 18px 42px rgba(16, 36, 58, 0.12);
    transform: translateY(-2px);
}

.halosal-booking-timetics .tt-meeting-flex {
    gap: 14px;
    align-items: flex-start;
}

.halosal-booking-timetics .tt-meeting-title {
    margin-bottom: 6px;
    color: #10243a;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.05rem, 1.25vw, 1.3rem) !important;
    font-weight: 900;
    line-height: 1.1;
}

.halosal-booking-timetics .tt-meeting-sub-title {
    max-width: 46ch;
    color: rgba(16, 36, 58, 0.72);
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.95rem, 1vw, 1.05rem) !important;
    line-height: 1.35;
}

.halosal-booking-timetics .tt-meeting-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #10243a;
    color: #fbed51;
    font-family: "Gravity", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 900;
    line-height: 1;
}

.halosal-booking-timetics button,
.halosal-booking-timetics .ant-btn {
    border-radius: 6px !important;
    font-family: "Gravity", sans-serif !important;
    font-weight: 900 !important;
}

.halosal-booking-timetics .ant-btn-primary {
    border-color: #fbed51 !important;
    background: #fbed51 !important;
    color: #111111 !important;
}

.halosal-booking-timetics .halosal-timetics-email-note {
    margin: 0 0 8px;
    color: rgba(16, 36, 58, 0.74);
    font-family: "Gravity", sans-serif !important;
    font-size: 0.92rem;
    line-height: 1.35;
}

body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-notification,
body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-message {
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    z-index: 10020 !important;
    width: min(520px, calc(100vw - 32px));
    margin: 0 !important;
    transform: translate(-50%, -50%);
}

body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-notification .ant-notification-notice {
    width: 100% !important;
    max-width: none !important;
    min-height: 112px;
    padding: 28px 54px 28px 30px !important;
}

body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-notification .ant-notification-notice-wrapper {
    transform: none !important;
}

body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-notification .ant-notification-notice-message,
body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-message .ant-message-notice-content {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.45 !important;
}

body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-message .ant-message-notice-content {
    width: 100%;
    min-height: 88px;
    padding: 24px 30px !important;
    align-content: center;
    white-space: normal;
}

@media (max-width: 600px) {
    body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-notification,
    body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-message {
        width: calc(100vw - 24px);
    }

    body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-notification .ant-notification-notice {
        min-height: 132px;
        padding: 30px 48px 30px 24px !important;
    }

    body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-notification .ant-notification-notice-message,
    body:is(.page-template-prenota-campo, .page-template-prenota-seduta) .ant-message .ant-message-notice-content {
        font-size: 20px !important;
        line-height: 1.5 !important;
    }
}

.halosal-booking-admin-notice {
    padding: 18px;
    border-left: 6px solid #e94016;
    background: #fff8d2;
    color: #111111;
}

.halosal-booking-admin-notice strong {
    display: block;
    margin-bottom: 8px;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 900;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* Checkout WooCommerce */
body.woocommerce-checkout {
    background: #f3f3f3 !important;
}

body.woocommerce-checkout .site-content .ast-container {
    display: block;
    width: min(1180px, calc(100vw - 8vw));
    max-width: none;
    margin: 0 auto;
    padding: clamp(160px, 16vw, 220px) 0 clamp(72px, 8vw, 120px);
}

body.admin-bar.woocommerce-checkout .site-content .ast-container {
    padding-top: clamp(180px, 17vw, 240px);
}

body.woocommerce-checkout #primary {
    margin: 0 !important;
}

body.woocommerce-checkout .entry-header {
    display: none;
}

body.woocommerce-checkout .entry-content {
    margin: 0;
}

body.woocommerce-checkout .woocommerce {
    color: #111111;
}

body.woocommerce-checkout #ast-desktop-header,
body.woocommerce-checkout .ast-primary-header-bar,
body.woocommerce-checkout .main-header-bar-wrap {
    background: rgba(17, 17, 17, 0.72) !important;
    backdrop-filter: blur(10px);
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-notices-wrapper {
    position: relative;
    z-index: 1;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 0 0 clamp(18px, 2vw, 28px) !important;
    padding: 18px 22px 18px 58px;
    border-top: 0;
    border-left: 8px solid #fbed51;
    border-radius: 8px;
    background: #ffffff;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1rem, 1.1vw, 1.15rem) !important;
    font-weight: 700;
    line-height: 1.25;
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: "";
    top: 23px;
    left: 24px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: #e94016;
    color: transparent;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle a {
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-weight: 900;
    text-underline-offset: 4px;
}

body.woocommerce-checkout .checkout_coupon {
    display: grid !important;
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 14px;
    align-items: end;
    margin: 0 0 clamp(24px, 3vw, 40px) !important;
    padding: clamp(20px, 2.4vw, 30px) !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
    border-radius: 8px !important;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

body.woocommerce-checkout .checkout_coupon p {
    margin: 0;
}

body.woocommerce-checkout .checkout_coupon .form-row-first {
    width: 100%;
}

body.woocommerce-checkout .checkout_coupon .form-row-last {
    width: auto;
}

body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(340px, 0.42fr);
    gap: clamp(28px, 4vw, 64px);
    align-items: start;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .col2-set {
    min-width: 0;
    width: 100% !important;
    float: none !important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #order_review_heading {
    width: 100% !important;
    float: none !important;
    padding: clamp(22px, 3vw, 38px);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

body.woocommerce-checkout #order_review_heading {
    grid-column: 2;
    margin: 0 0 18px;
    padding-bottom: 0;
    box-shadow: none;
}

body.woocommerce-checkout #order_review {
    grid-column: 2;
}

body.woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 1 / span 2;
}

body.woocommerce-checkout form.checkout h3,
body.woocommerce-checkout #order_review_heading {
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.35rem, 2vw, 2.4rem) !important;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3 {
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

body.woocommerce-checkout label,
body.woocommerce-checkout table,
body.woocommerce-checkout .woocommerce-privacy-policy-text p,
body.woocommerce-checkout .payment_box p {
    color: #303030;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
    line-height: 1.42;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select {
    min-height: 48px;
    border: 1px solid rgba(17, 17, 17, 0.16) !important;
    border-radius: 6px;
    background: #f9f9f9;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
}

body.woocommerce-checkout table.shop_table {
    width: 100% !important;
    border: 0 !important;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
    border-color: rgba(17, 17, 17, 0.1) !important;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
}

body.woocommerce-checkout #payment {
    background: #f3f3f3 !important;
    border-radius: 8px;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout .checkout_coupon button {
    min-height: 50px;
    border-radius: 6px !important;
    background: #fbed51 !important;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: none;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout .checkout_coupon button:hover {
    background: #e94016 !important;
    color: #ffffff !important;
}

@media (max-width: 921px) {
    body.woocommerce-checkout .site-content .ast-container {
        width: min(100%, calc(100vw - 30px));
        padding-top: 150px;
    }

    body.admin-bar.woocommerce-checkout .site-content .ast-container {
        padding-top: 170px;
    }

    body.woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout .checkout_coupon {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout #customer_details,
    body.woocommerce-checkout #order_review,
    body.woocommerce-checkout #order_review_heading {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 1100px) {
    .halosal-booking-main__shell {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .halosal-booking-main__copy {
        position: static;
    }

    .halosal-booking-main__copy h2,
    .halosal-booking-main__copy li {
        max-width: none;
    }

    .halosal-booking-main__form {
        max-width: 920px;
    }
}

@media (max-width: 1024px) {
    .halosal-booking-hero__content {
        grid-template-columns: 1fr;
    }

    .halosal-booking-hero__claim {
        max-width: 560px;
        margin-left: 0;
    }

    .halosal-booking-fields__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .halosal-booking-field-card {
        min-height: 0;
    }

    .halosal-booking-field-card span {
        margin-bottom: 36px;
    }

}

@media (max-width: 764px) {
    .halosal-booking-shell {
        width: min(100%, calc(100vw - 30px));
    }

    .halosal-booking-hero {
        min-height: 610px;
        padding: 0;
    }

    .halosal-booking-hero > img,
    .halosal-booking-hero__shade {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .halosal-booking-hero__content {
        width: min(100%, calc(100vw - 30px));
        min-height: 610px;
        margin: 0 auto;
        padding: 154px 0 34px;
    }

    .halosal-booking-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.12) 0%, rgba(5, 17, 27, 0.82) 56%, rgba(5, 17, 27, 0.94) 100%);
    }

    .halosal-booking-hero h1 {
        font-size: clamp(2.45rem, 13vw, 4rem);
    }

    .halosal-booking-hero__claim p {
        max-width: 30ch;
        font-size: 0.98rem !important;
        line-height: 1.3;
    }

    .halosal-booking-embed {
        padding: 22px 16px 16px;
    }

    .halosal-booking-fields,
    .halosal-booking-main {
        padding: 64px 0;
    }

    .halosal-booking-main {
        scroll-margin-top: 96px;
    }

    .halosal-booking-section-head h2 {
        font-size: clamp(1.08rem, 5.4vw, 1.55rem);
    }

    .halosal-booking-section-head p {
        font-size: clamp(1.55rem, 9.2vw, 2.45rem) !important;
        padding: 2px 6px 3px;
    }

    .halosal-booking-main__copy > p {
        font-size: clamp(1.45rem, 8vw, 2.25rem) !important;
    }

    .halosal-booking-main__copy h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .halosal-booking-fields__grid {
        grid-template-columns: 1fr;
    }

    .halosal-booking-field-card {
        padding: 22px;
    }

    .halosal-booking-timetics {
        padding: 12px;
    }

    .halosal-booking-timetics .tt-single-meeting {
        padding: 16px !important;
    }

    .halosal-booking-timetics .tt-meeting-flex {
        display: block;
    }

    .halosal-booking-timetics .tt-meeting-price {
        width: fit-content;
    }
}
  
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Prenota seduta — cover immersiva in stile wellness, con contesto HaloSal. */
.page-template-prenota-seduta .site-content { background:#e8f7f8; }
.page-template-prenota-seduta.halosal-custom-header #content { padding-top:0; }
.halosal-booking-page,
.halosal-booking-page * { box-sizing:border-box; font-family:"Outfit", sans-serif !important; }
.halosal-booking-page {
    --ink:#303B3D;
    --teal:#127985;
    --aqua:#60A9B5;
    --aqua-soft:#eef9f9;
    --brand-secondary:#99D4D1;
    --brand-tertiary:#9FBFB5;
    --paper:#ffffff;
    --mist:#f2f7f5;
    width:100vw;
    margin:0 calc(50% - 50vw);
    background:#fff;
    color:var(--ink);
    overflow:hidden;
}
.halosal-booking-hero {
    position:relative;
    min-height:clamp(720px, 92vh, 980px);
    width:100%;
    margin:0;
    padding:0;
    border-radius:0;
    background:#126f7c;
    isolation:isolate;
    overflow:hidden;
}
.halosal-booking-hero > img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
    border-radius:0 !important;
    object-fit:cover;
    object-position:56% 54%;
    transform:scale(1.035);
}
.halosal-booking-hero__shade {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border-radius:0 !important;
    pointer-events:none;
    background:
        radial-gradient(circle at 72% 8%, rgba(154,219,224,.38) 0, rgba(154,219,224,0) 31%),
        linear-gradient(90deg, rgba(12,84,96,.78) 0%, rgba(23,123,138,.62) 44%, rgba(81,184,195,.34) 100%),
        linear-gradient(180deg, rgba(7,41,51,.28) 0%, rgba(18,105,119,.5) 58%, rgba(10,63,77,.88) 100%);
}
.halosal-booking-hero::after {
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:31%;
    background:linear-gradient(180deg, rgba(232,247,248,0), #e8f7f8 94%);
    pointer-events:none;
    z-index:0;
}
.halosal-booking-hero__content {
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0, 820px) minmax(280px, 420px);
    grid-template-rows:1fr auto;
    gap:28px clamp(24px, 7vw, 110px);
    width:min(100%, 1510px);
    min-height:inherit;
    margin:0 auto;
    padding:clamp(180px, 18vh, 250px) clamp(24px, 8vw, 96px) 86px;
    color:var(--paper);
    align-items:end;
}
.halosal-booking-hero__copy {
    align-self:end;
    max-width:860px;
}
.halosal-booking-hero__copy > p:first-child,
.halosal-booking-options__head > p,
.halosal-booking-main__intro > p,
.halosal-booking-embed__head p {
    margin:0 0 22px;
    color:#9adbe0;
    font-size:13px !important;
    font-weight:800;
    line-height:1.2;
    letter-spacing:2.8px;
    text-transform:uppercase;
}
.halosal-booking-hero h1 {
    max-width:9.4em;
    margin:0;
    color:var(--paper);
    font-family:"MillerBannerItalic", "MillerBanner", serif !important;
    font-size:clamp(4.4rem, 9.2vw, 10.9rem);
    font-weight:400;
    line-height:.87;
    letter-spacing:0;
    text-transform:none;
    text-wrap:balance;
    text-shadow:0 20px 55px rgba(0,0,0,.22);
}
.halosal-booking-hero__intro {
    max-width:660px;
    margin:30px 0 0;
    color:rgba(255,255,255,.9);
    font-size:clamp(1.05rem, 1.35vw, 1.4rem) !important;
    font-weight:400;
    line-height:1.48;
}
.halosal-booking-hero__claim {
    align-self:end;
    width:min(100%, 410px);
    margin:0 0 8px auto;
    padding:27px;
    border:1px solid rgba(154,219,224,.48);
    border-radius:28px;
    background:rgba(232,247,248,.18);
    box-shadow:0 24px 70px rgba(12,84,96,.24);
    backdrop-filter:blur(18px);
}
.halosal-booking-hero__claim p {
    margin:0 0 22px;
    color:rgba(255,255,255,.92);
    font-size:17px !important;
    font-weight:500;
    line-height:1.5;
    text-shadow:none;
}
.halosal-booking-hero__claim a {
    display:inline-flex;
    min-height:56px;
    padding:14px 26px;
    align-items:center;
    justify-content:center;
    border:1.5px solid #ffffff;
    border-radius:999px;
    background:#ffffff;
    color:var(--teal) !important;
    font-size:15px !important;
    font-weight:800;
    line-height:1;
    text-decoration:none !important;
    transition:transform .2s ease, background .2s ease, color .2s ease;
}
.halosal-booking-hero__claim a:hover,
.halosal-booking-hero__claim a:focus-visible {
    background:#eefafb;
    color:#116b78 !important;
    transform:translateY(-2px);
}
.halosal-booking-hero__meta {
    grid-column:1 / -1;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
}
.halosal-booking-hero__meta span {
    display:inline-flex;
    min-height:42px;
    align-items:center;
    padding:10px 17px;
    border:1px solid rgba(154,219,224,.55);
    border-radius:999px;
    background:rgba(232,247,248,.16);
    color:rgba(255,255,255,.92);
    font-size:13px !important;
    font-weight:800;
    letter-spacing:1.4px;
    text-transform:uppercase;
    backdrop-filter:blur(10px);
}
.halosal-booking-options { padding:74px max(5%,calc((100% - 1430px)/2 + 42px)); background:linear-gradient(100deg,#edf9fa,#fff 51%,#e6f8f8); }
.halosal-booking-options__head > p,
.halosal-booking-main__intro > p,
.halosal-booking-embed__head p { color:var(--teal); }
.halosal-booking-options__shell,.halosal-booking-main__shell,.halosal-booking-trust__shell { width:100%; max-width:1430px; margin:auto; }
.halosal-booking-options__head { max-width:600px; margin-bottom:32px; }
.halosal-booking-options__head h2,.halosal-booking-main__intro h2 { margin:0; color:var(--ink); font-size:34px; font-weight:700; line-height:1.16; }
.halosal-booking-options__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.halosal-booking-options__grid article { min-height:210px; padding:32px; border-radius:27px; background:#fff; box-shadow:0 12px 28px rgba(31,48,55,.06); transition:transform .2s ease,box-shadow .2s ease; }
.halosal-booking-options__grid article:hover { transform:translateY(-4px); box-shadow:0 18px 34px rgba(31,48,55,.12); }
.halosal-booking-options__grid span { display:inline-block; margin-bottom:24px; color:var(--teal); font-size:12px !important; font-weight:700; letter-spacing:1px; text-transform:uppercase; }
.halosal-booking-options__grid h3,.halosal-booking-trust h3 { margin:0 0 10px; color:var(--ink); font-size:21px; font-weight:700; line-height:1.15; }
.halosal-booking-options__grid p,.halosal-booking-options__notice p,.halosal-booking-main__intro li,.halosal-booking-trust p { margin:0; color:#536169; font-size:15px !important; line-height:1.55; }
.halosal-booking-main__intro li { color:#3f5660; font-size:16px !important; line-height:1.62; }
.halosal-booking-options__notice { display:flex; gap:18px; align-items:flex-start; margin-top:24px; padding:20px 25px; border-left:3px solid #51b8c3; background:rgba(255,255,255,.7); }
.halosal-booking-options__notice strong { flex:0 0 auto; color:var(--teal); font-size:14px; font-weight:700; }
.halosal-booking-main { position:relative; padding:88px max(5%,calc((100% - 1430px)/2 + 42px)); background:linear-gradient(105deg,#f8fcfc 0%,#ffffff 39%,#e8f7f8 100%); color:var(--ink); overflow:visible; scroll-margin-top:110px; }
.halosal-booking-main::before { content:""; position:absolute; right:-85px; bottom:35px; width:220px; height:160px; border:2px solid #8bd2d9; border-radius:100% 0 0 0; opacity:.7; }
.halosal-booking-main__shell { position:relative; z-index:1; display:grid; grid-template-columns:minmax(245px,.34fr) minmax(0,.66fr); gap:clamp(34px,6vw,100px); align-items:start; }
.halosal-booking-main__intro { position:sticky; top:120px; padding-top:18px; }
.halosal-booking-main__intro h2 { max-width:10em; color:#172d35; }
.halosal-booking-main__intro ul { display:grid; gap:12px; margin:27px 0 0; padding:0; list-style:none; }
.halosal-booking-main__intro li { position:relative; padding-left:22px; }
.halosal-booking-main__intro li::before { content:""; position:absolute; top:.58em; left:0; width:9px; height:9px; border-radius:50%; background:#177b8a; }
.halosal-booking-main__form { width:100%; min-width:0; }
.halosal-booking-embed { position:relative; padding:clamp(28px,3vw,46px); border:1px solid #73c8d0; border-radius:27px; background:linear-gradient(145deg,#d7f2f4 0%,#e9fafb 58%,#ccecef 100%); box-shadow:0 28px 70px rgba(23,123,138,.22), inset 0 0 0 1px rgba(255,255,255,.65); overflow:hidden; }
.halosal-booking-embed::before { content:""; position:absolute; top:0; right:0; left:0; height:9px; background:linear-gradient(90deg,#177b8a,#51b8c3); }
.halosal-booking-embed__head { position:relative; z-index:1; max-width:650px; margin-bottom:25px; }
.halosal-booking-embed__head h2 { margin:0; color:#172d35; font-size:25px; font-weight:800; line-height:1.15; text-transform:none; }
.halosal-booking-timetics { position:relative; z-index:1; min-height:220px; padding:clamp(18px,2vw,30px); border:1px solid #b5dee2; border-radius:16px; background:#fff; box-shadow:0 16px 34px rgba(31,48,55,.08), inset 0 0 0 1px rgba(23,123,138,.08); }
.halosal-booking-timetics .timetics-shortcode-wrapper,.halosal-booking-timetics .timetics-category-wrapper { color:var(--ink); }
.halosal-booking-timetics .ant-card,.halosal-booking-timetics .tt-meeting-card { border:0 !important; background:transparent !important; box-shadow:none !important; }.halosal-booking-timetics .ant-card-body { padding:0 !important; }
.halosal-booking-timetics .tt-section-title { min-height:36px; margin-bottom:18px !important; color:#172d35; font-size:20px !important; font-weight:800; line-height:1.2; text-transform:none; }
.halosal-booking-timetics .tt-single-meeting { margin:0 0 14px !important; padding:clamp(19px,2vw,25px) !important; border:1px solid #9adbe0; border-left:6px solid #177b8a; border-radius:12px; background:linear-gradient(180deg,#ffffff,#f7fcfc); box-shadow:0 8px 20px rgba(23,123,138,.09); transition:box-shadow .2s ease,transform .2s ease; }
.halosal-booking-timetics .tt-single-meeting:hover { border-color:#51b8c3; box-shadow:0 14px 30px rgba(23,123,138,.16); transform:translateY(-2px); }
.halosal-booking-timetics .tt-meeting-flex { gap:14px; align-items:flex-start; }.halosal-booking-timetics .tt-meeting-title { margin-bottom:6px; color:#172d35; font-size:17px !important; font-weight:800; line-height:1.2; }.halosal-booking-timetics .tt-meeting-sub-title,.halosal-booking-timetics .halosal-timetics-email-note { color:#3d5861; font-size:14px !important; line-height:1.5; }.halosal-booking-timetics .tt-meeting-price { min-height:32px; margin-top:12px; padding:7px 12px; border-radius:999px; background:var(--teal); color:#fff; font-size:14px !important; font-weight:800; line-height:1; box-shadow:0 7px 16px rgba(23,123,138,.2); }.halosal-booking-timetics button,.halosal-booking-timetics .ant-btn { border-radius:5px !important; font-weight:800 !important; }.halosal-booking-timetics .ant-btn-primary { border-color:var(--teal) !important; background:var(--teal) !important; color:#fff !important; }
.halosal-booking-trust { position:relative; padding:32px max(5%,calc((100% - 1430px)/2 + 42px)) clamp(160px,15vw,230px); background:linear-gradient(180deg,#fff 0%,#f6fcfc 32%,#e8f7f8 100%); }.halosal-booking-trust__shell { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }.halosal-booking-trust article { display:flex; gap:22px; align-items:flex-start; padding:27px; border-radius:27px; background:linear-gradient(135deg,#effafb,#d9f1f2); }.halosal-booking-trust article > span { color:#51b8c3; font-family:Georgia,serif !important; font-size:38px !important; line-height:1; }
.page-template-prenota-seduta #footbs.halosal-site-footer { margin-top:0 !important; }
.page-template-homepage #footbs.halosal-site-footer { margin-top:0 !important; }
.page-template-homepage .halosal-site-footer__wave,
.page-template-prenota-seduta .halosal-site-footer__wave {
    height:clamp(108px,12vw,166px);
    filter:drop-shadow(0 -18px 30px rgba(23,123,138,.08));
}
@media (max-width:900px) {
    .halosal-booking-hero { min-height:830px; }
    .halosal-booking-hero > img { object-position:64% 50%; }
    .halosal-booking-hero__shade { background:linear-gradient(180deg, rgba(12,84,96,.3) 0%, rgba(23,123,138,.62) 45%, rgba(10,63,77,.9) 100%); }
    .halosal-booking-hero__content { grid-template-columns:1fr; grid-template-rows:auto auto auto; min-height:830px; padding:150px 24px 58px; align-content:end; gap:24px; }
    .halosal-booking-hero__copy { max-width:680px; }
    .halosal-booking-hero h1 { max-width:8.2em; font-size:clamp(4rem, 15vw, 7.4rem); }
    .halosal-booking-hero__intro { max-width:560px; margin-top:22px; }
    .halosal-booking-hero__claim { width:min(100%, 460px); margin:0; padding:23px; }
    .halosal-booking-options,.halosal-booking-main,.halosal-booking-trust { padding-right:24px; padding-left:24px; }
    .halosal-booking-main__shell { grid-template-columns:1fr; }
    .halosal-booking-main__intro { position:static; padding:0; }
    .halosal-booking-main__intro h2 { max-width:none; }
    .halosal-booking-options__grid,.halosal-booking-trust__shell { grid-template-columns:1fr; }
    .halosal-booking-options__grid article { min-height:0; }
}
@media (max-width:520px) {
    .halosal-booking-hero { min-height:820px; }
    .halosal-booking-hero > img { object-position:68% 50%; }
    .halosal-booking-hero__content { min-height:820px; padding:132px 20px 70px; gap:18px; }
    .halosal-booking-hero__copy > p:first-child { margin-bottom:14px; font-size:11px !important; letter-spacing:2px; }
    .halosal-booking-hero h1 { font-size:clamp(3.45rem, 17vw, 5rem); line-height:.9; }
    .halosal-booking-hero__intro { margin-top:18px; font-size:1rem !important; line-height:1.42; }
    .halosal-booking-hero__claim { width:100%; padding:20px; border-radius:22px; }
    .halosal-booking-hero__claim p { font-size:15px !important; }
    .halosal-booking-hero__claim a { width:100%; min-height:50px; }
    .halosal-booking-hero__meta { gap:8px; padding-right:54px; }
    .halosal-booking-hero__meta span { min-height:35px; padding:8px 11px; font-size:10px !important; letter-spacing:.8px; }
    .halosal-booking-options,.halosal-booking-main { padding-top:58px; padding-bottom:58px; }
    .halosal-booking-options__head h2,.halosal-booking-main__intro h2 { font-size:29px; }
    .halosal-booking-options__grid article,.halosal-booking-embed { padding:24px; }
    .halosal-booking-options__notice { display:block; }
    .halosal-booking-options__notice strong { display:block; margin-bottom:8px; }
    .halosal-booking-trust { padding-bottom:150px; }
    .halosal-booking-trust article { padding:24px; }
}



/* pagina clienti */
    .page-template-clienti .site-content .ast-container {
        display: contents;
    }
    .page-template-clienti #ast-desktop-header {
        backdrop-filter: blur(5px) ;
        background: rgba(251, 237, 81, 0.56) !important;
        transition: all 0.8s ease-in;
    }
    #clientiContainer {
        margin: 8% 0;
        text-align: center;
    }
    .loghiBox {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .loghiBox img{
        width: 100px;
        object-fit: contain;
    }

    @media(max-width: 767px) {
        .worksText {
            font-size: 20px;
            text-align: justify;
            margin: 0 25px;
        }
        /* Su mobile la testata resta compatta e lascia spazio al bottone X. */
        .works-modal-topbar {
            padding: 22px 76px 14px 18px;
        }
        /* Titolo ridotto per non occupare troppo spazio verticale. */
        .works-modal-title {
            font-size: 22px;
            line-height: 1.12;
        }
        /* Bottone chiusura piu' piccolo e vicino al bordo su mobile. */
        .works-modal-close {
            font-size: 30px;
            height: 46px;
            right: 18px;
            top: 22px;
            width: 46px;
        }
        /* Su mobile il media occupa tutta la colonna e le frecce vengono sovrapposte. */
        .works-modal-stage {
            grid-template-columns: 1fr;
            padding: 0 14px;
            position: relative;
        }
        /* Altezza media calibrata per lasciare visibili titolo e footer. */
        .works-modal-media-wrap {
            height: 62vh;
        }
        /* Frecce mobile in posizione assoluta sopra il media. */
        .works-modal-nav {
            height: 48px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 48px;
            z-index: 3;
        }
        /* Mantiene il centraggio verticale anche nello stato hover/focus. */
        .works-modal-nav:hover,
        .works-modal-nav:focus {
            transform: translateY(-50%) scale(1.04);
        }
        /* Posizione freccia sinistra mobile. */
        .works-modal-prev {
            left: 22px;
        }
        /* Posizione freccia destra mobile. */
        .works-modal-next {
            right: 22px;
        }
        /* Footer mobile in colonna per evitare sovrapposizioni. */
        .works-modal-footer {
            align-items: flex-start;
            flex-direction: column;
            padding: 16px 18px 24px;
        }
        /* Pallini allineati a sinistra su mobile. */
        .works-modal-dots {
            justify-content: flex-start;
        }
        .imgBoxCont {
            justify-content: center;
        }
        .logos2{
            display: none;
        }
        .loghiBox {
            justify-content: space-between;
        }
    }
      
/* fine clienti */


/* chi siamo */

    /* importante per le pagine create nella pagina child col tema astra
    per far si che il secondo div con classe .ast-container aggiunga dei margini */
    .page-template-chisiamo .site-content .ast-container {
        display: contents;
    }

    .page-template-chisiamo #primary,
    .page-template-chisiamo .entry-content {
        width: 100%;
        max-width: none;
    }

    .page-template-chisiamo #footbs {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .halosal-about {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        background: #f3f3f3;
        color: #111111;
        overflow: hidden;
    }

    .halosal-about-hero {
        position: relative;
        min-height: calc(96vh - 20px);
        padding: 15px;
        background: #ffffff;
        overflow: hidden;
        isolation: isolate;
    }

    .halosal-about-hero > img,
    .halosal-about-hero__shade {
        position: absolute;
        inset: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border-radius: 40px;
    }

    .halosal-about-hero > img {
        object-fit: cover;
        object-position: center;
    }

    .halosal-about-hero__shade {
        z-index: 1;
        pointer-events: none;
        background:
            linear-gradient(90deg, rgba(5, 17, 27, 0.78) 0%, rgba(5, 17, 27, 0.35) 45%, rgba(5, 17, 27, 0.84) 100%),
            linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.04) 56%);
    }

    .halosal-about-hero__content {
        position: relative;
        z-index: 2;
        min-height: calc(96vh - 50px);
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.36fr);
        align-items: end;
        gap: clamp(34px, 6vw, 120px);
        padding: clamp(38px, 3.8vw, 78px);
        color: #ffffff;
    }

    .halosal-about-hero__content p:first-child {
        margin: 0 0 24px;
        color: #ffffff;
        font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .halosal-about-hero h1 {
        max-width: 9.4em;
        margin: 0;
        color: #ffffff;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(3.05rem, 6vw, 7rem);
        font-weight: 400;
        line-height: 0.9;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .halosal-about-hero__claim {
        width: min(100%, 450px);
        margin-left: auto;
    }

 


    .halosal-about-hero__claim a,
    .halosal-about-intro__copy a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 58px;
        margin-top: clamp(32px, 3.8vw, 52px);
        padding: 18px 30px;
        background: #fbed51;
        color: #111111 !important;
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
        font-family: "Gravity", sans-serif !important;
        font-size: clamp(0.95rem, 1vw, 1.08rem);
        font-weight: 900;
        line-height: 1;
        text-decoration: none !important;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .halosal-about-hero__claim a:hover,
    .halosal-about-hero__claim a:focus-visible {
        background: #b5f830;
        transform: translateY(-2px);
    }

    .halosal-about-editor {
        padding: clamp(42px, 4vw, 72px) 0;
        background: #ffffff;
    }

    .halosal-about-editor__shell {
        width: min(980px, calc(100vw - 16vw));
        margin: 0 auto;
        color: #303030;
    }

    .halosal-about-editor__shell > *:last-child {
        margin-bottom: 0;
    }

    .halosal-about-intro {
        padding: clamp(76px, 7vw, 118px) 0;
        background: #ffffff;
        color: #111111;
    }

    .halosal-about-intro__shell {
        width: min(1240px, calc(100vw - 13vw));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.68fr);
        gap: clamp(44px, 7vw, 118px);
        align-items: center;
    }

    .halosal-about-intro__media {
        height: clamp(480px, 58vw, 700px);
        overflow: hidden;
        border-radius: 8px;
        background: #e7e5e3;
    }

    .halosal-about-intro__media img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .halosal-about-intro__copy {
        max-width: 560px;
    }

    .halosal-about-eyebrow {
        margin: 0 0 clamp(30px, 3.5vw, 52px);
        color: #111111;
        font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .halosal-about-intro h2,
    .halosal-about-numbers h2,
    .halosal-about-gallery h2 {
        margin: 0;
        color: #050505;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .halosal-about-intro h2 {
        max-width: 10.8em;
        font-size: clamp(2.25rem, 3.15vw, 5.4rem);
        line-height: 0.94;
    }

    .halosal-about-intro__copy p:not(.halosal-about-eyebrow) {
        margin: clamp(26px, 2.7vw, 38px) 0 0;
        color: #303030;
        font-size: clamp(1.1rem, 1.28vw, 1.48rem) !important;
        font-weight: 400;
        line-height: 1.3;
    }

    .halosal-about-numbers {
        padding: clamp(78px, 8vw, 124px) 0;
        background: #fbed51;
        color: #111111;
    }

    .halosal-about-numbers__shell {
        width: min(1380px, calc(100vw - 12vw));
        margin: 0 auto;
    }

    .halosal-about-numbers h2 {
        max-width: 10.2em;
        font-size: clamp(3.1rem, 5.9vw, 6.9rem);
        line-height: 0.88;
    }

    .halosal-about-numbers__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin-top: clamp(48px, 5vw, 72px);
    }

    .halosal-about-numbers__grid article {
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: clamp(22px, 2.3vw, 34px);
        border: 2px solid #111111;
        border-radius: 8px;
        background: #ffffff;
    }

    .halosal-about-numbers__grid span {
        color: #111111;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.4rem, 3.4vw, 5.2rem);
        font-weight: 400;
        line-height: 0.9;
        text-transform: uppercase;
    }

    .halosal-about-numbers__grid p {
        margin: 28px 0 0;
        color: #303030;
        font-size: clamp(1rem, 1.08vw, 1.18rem) !important;
        font-weight: 700;
        line-height: 1.18;
    }

    .halosal-about-network {
        padding: clamp(78px, 8vw, 126px) 0;
        background: #ffffff;
        color: #111111;
    }

    .halosal-about-network__shell,
    .halosal-about-facilities__shell,
    .halosal-about-education__shell {
        width: min(1380px, calc(100vw - 12vw));
        margin: 0 auto;
    }

    .halosal-about-network__head {
        display: flex;
        flex-direction: column;
        gap: 18px;
        align-items: flex-start;
        margin-bottom: clamp(42px, 5vw, 72px);
    }

    .halosal-about-network h2,
    .halosal-about-facilities h2,
    .halosal-about-education h2 {
        margin: 0;
        color: #050505;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .halosal-about-network h2 {
        max-width: 19.8em;
        font-size: clamp(2.45rem, 4.25vw, 5.1rem);
        line-height: 0.94;
    }

    .halosal-about-network__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .halosal-about-network__grid article {
        min-height: 360px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
        padding: clamp(24px, 2.8vw, 42px);
        border-radius: 8px;
        background: var(--network-card-bg, #f3f3f3);
        border: 1px solid var(--network-border, rgba(17, 17, 17, 0.08));
        overflow: hidden;
    }

    .halosal-about-network__grid article:nth-child(1) {
        --network-card-bg: #151515;
        --network-border: rgba(242, 210, 75, 0.35);
        --network-text: #ffffff;
        --network-copy: rgba(255, 255, 255, 0.78);
        --network-label-bg: #f2d24b;
        --network-label-color: #101010;
        --network-logo-bg: #ffffff;
    }

    .halosal-about-network__grid article:nth-child(2) {
        --network-card-bg: #f4f4f4;
        --network-border: rgba(116, 21, 29, 0.2);
        --network-text: #111111;
        --network-copy: #3d3d3d;
        --network-label-bg: #101010;
        --network-label-color: #ffffff;
        --network-logo-bg: #ffffff;
    }

    .halosal-about-network__grid article:nth-child(3) {
        --network-card-bg: #0b2d5d;
        --network-border: rgba(255, 255, 255, 0.18);
        --network-text: #ffffff;
        --network-copy: rgba(255, 255, 255, 0.8);
        --network-label-bg: #ffffff;
        --network-label-color: #0b2d5d;
        --network-logo-bg: #ffffff;
    }

    .halosal-about-network__grid span {
        width: fit-content;
        padding: 10px 14px;
        border-radius: 999px;
        background: var(--network-label-bg, rgba(17, 17, 17, 0.9));
        color: var(--network-label-color, #ffffff);
        font-size: 0.78rem;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .halosal-about-network__logos {
        width: min(100%, 230px);
        min-height: 132px;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        align-self: center;
        margin-inline: auto;
        padding: 18px;
        border-radius: 8px;
        background: var(--network-logo-bg, #ffffff);
        border: 1px solid rgba(17, 17, 17, 0.08);
        box-shadow: none;
    }

    .halosal-about-network__logos--pair {
        width: min(100%, 292px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .halosal-about-network__logos img {
        width: 100%;
        max-width: 118px;
        height: 94px;
        display: block;
        object-fit: contain;
    }

    .halosal-about-network__grid h3 {
        margin: auto 0 0;
        color: var(--network-text, #111111);
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2rem, 3.2vw, 4rem);
        font-weight: 400;
        line-height: 0.9;
        text-transform: uppercase;
    }

    .halosal-about-network__grid p {
        margin: 0;
        color: var(--network-copy, #303030);
        font-size: clamp(1.04rem, 1.18vw, 1.32rem) !important;
        font-weight: 600;
        line-height: 1.24;
    }

    .halosal-about-academy {
        padding: clamp(76px, 7.6vw, 118px) 0;
        background: #f2d24b;
        color: #111111;
    }

    .halosal-about-academy__shell {
        width: min(1380px, calc(100vw - 12vw));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        gap: clamp(28px, 4vw, 62px);
        align-items: start;
    }

    .halosal-about-academy__intro {
        position: sticky;
        top: 110px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .halosal-about-academy h2 {
        margin: 0;
        color: #050505;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.5rem, 4.7vw, 5.35rem);
        font-weight: 400;
        line-height: 0.92;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .halosal-about-academy__intro > p:not(.halosal-about-eyebrow) {
        max-width: 620px;
        margin: 0;
        color: rgba(17, 17, 17, 0.78);
        font-size: clamp(1.08rem, 1.25vw, 1.35rem) !important;
        font-weight: 700;
        line-height: 1.33;
    }

    .halosal-about-academy__panel {
        min-height: 540px;
        display: grid;
        grid-template-columns: 1fr;
        gap: clamp(22px, 3vw, 42px);
        padding: clamp(24px, 3.4vw, 54px);
        border-radius: 8px;
        background: #111111;
        color: #ffffff;
        border: 1px solid rgba(17, 17, 17, 0.14);
        box-shadow: 0 28px 70px rgba(17, 17, 17, 0.18);
    }

    .halosal-about-academy__mark {
        width: clamp(96px, 9vw, 136px);
        aspect-ratio: 1;
        display: grid;
        place-items: center;
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .halosal-about-academy__mark span {
        color: #111111;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.8rem, 4.2vw, 5.4rem);
        font-weight: 400;
        line-height: 0.9;
        letter-spacing: 0;
    }

    .halosal-about-academy__content {
        display: flex;
        flex-direction: column;
        gap: clamp(26px, 3vw, 42px);
    }

    .halosal-about-academy__content > p {
        max-width: 800px;
        margin: 0;
        color: rgba(255, 255, 255, 0.82);
        font-size: clamp(1.15rem, 1.45vw, 1.62rem) !important;
        font-weight: 650;
        line-height: 1.3;
    }

    .halosal-about-academy__points {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .halosal-about-academy__points article {
        min-height: 230px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: clamp(18px, 2vw, 26px);
        border-radius: 8px;
        background: #202020;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .halosal-about-academy__points span {
        width: fit-content;
        padding: 8px 10px;
        border-radius: 999px;
        background: #f2d24b;
        color: #111111;
        font-size: 0.72rem;
        font-weight: 900;
        line-height: 1;
    }

    .halosal-about-academy__points h3 {
        margin: auto 0 0;
        color: #ffffff;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.16rem, 1.45vw, 1.72rem);
        font-weight: 400;
        line-height: 0.98;
        text-transform: uppercase;
    }

    .halosal-about-academy__points p {
        margin: 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: clamp(0.96rem, 1vw, 1.08rem) !important;
        font-weight: 600;
        line-height: 1.28;
    }

    .halosal-about-academy__links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .halosal-about-academy__links a {
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 18px;
        border-radius: 999px;
        background: #ffffff;
        color: #111111;
        font-size: 0.84rem;
        font-weight: 900;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
        transition: transform 0.25s ease, background-color 0.25s ease;
    }

    .halosal-about-academy__links a:hover,
    .halosal-about-academy__links a:focus-visible {
        transform: translateY(-2px);
        background: #f2d24b;
    }

    .halosal-about-place {
        padding: clamp(70px, 7vw, 112px) 0;
        background: #f3f3f3;
    }

    .halosal-about-place__shell,
    .halosal-about-gallery__shell {
        width: min(100%, calc(100vw - 78px));
        margin: 0 auto;
    }

    .halosal-about-place__card {
        --place-card-pad: clamp(18px, 2.4vw, 28px);
        margin: 0;
        min-height: clamp(560px, 48vw, 650px);
        padding: var(--place-card-pad);
        background: #071a2b;
        border: 1px solid rgba(7, 26, 43, 0.12);
    }

    .halosal-about-place__card > img,
    .halosal-about-place__card .halosal-agora-card__shade {
        inset: var(--place-card-pad) auto var(--place-card-pad) var(--place-card-pad);
        width: min(64%, calc(100% - 420px));
        height: calc(100% - (var(--place-card-pad) * 2));
        border-radius: 8px;
    }

    .halosal-about-place__card > img {
        object-position: center;
        transform: none;
    }

    .halosal-about-place__card .halosal-agora-card__shade {
        background:
            linear-gradient(180deg, rgba(7, 26, 43, 0.08) 0%, rgba(7, 26, 43, 0.55) 100%),
            linear-gradient(90deg, rgba(7, 26, 43, 0.22) 0%, rgba(7, 26, 43, 0.02) 58%, rgba(7, 26, 43, 0.28) 100%);
    }

    .halosal-about-place__card .halosal-agora-card__content {
        top: clamp(84px, 8vw, 120px);
        right: clamp(28px, 3vw, 44px);
        bottom: clamp(28px, 3vw, 44px);
        left: auto;
        width: min(360px, 30vw);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 18px;
    }

    .halosal-about-place__card .halosal-agora-card__content span {
        margin-bottom: 0;
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
    }

    .halosal-about-place__card .halosal-agora-card__content h3 {
        max-width: none;
        font-size: clamp(1.9rem, 2.45vw, 2.8rem);
        line-height: 0.96;
    }

    .halosal-about-place__features {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .halosal-about-place__features li {
        min-height: 38px;
        display: flex;
        align-items: center;
        padding: 9px 13px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
        font-size: clamp(0.9rem, 0.94vw, 1rem);
        font-weight: 900;
        line-height: 1.05;
        text-transform: uppercase;
    }

    .halosal-about-place__card .halosal-agora-card__content a {
        width: 100%;
        background: #ffffff;
    }

    .halosal-about-facilities {
        padding: clamp(78px, 8vw, 124px) 0;
        background: #f3f7fb;
        color: #071a2b;
    }

    .halosal-about-facilities__shell {
        display: grid;
        grid-template-columns: minmax(280px, 0.58fr) minmax(520px, 1fr);
        gap: clamp(36px, 6vw, 86px);
        align-items: center;
    }

    .halosal-about-facilities h2 {
        max-width: 9.2em;
        font-size: clamp(2.4rem, 3.75vw, 4.8rem);
        line-height: 0.94;
    }

    .halosal-about-facilities__list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .halosal-about-facilities__list article {
        display: grid;
        grid-template-columns: auto minmax(140px, 0.42fr) minmax(0, 1fr);
        gap: 18px;
        align-items: center;
        min-height: 138px;
        padding: clamp(18px, 2.2vw, 28px);
        border: 1px solid rgba(7, 26, 43, 0.1);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 18px 44px rgba(7, 26, 43, 0.06);
    }

    .halosal-about-facilities__list article:nth-child(1) {
        border-left: 8px solid #fbed51;
    }

    .halosal-about-facilities__list article:nth-child(2) {
        border-left: 8px solid #b9d8ef;
    }

    .halosal-about-facilities__list article:nth-child(3) {
        border-left: 8px solid #071a2b;
    }

    .halosal-about-facilities__list span {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #071a2b;
        color: #ffffff;
        font-size: 0.82rem;
        font-weight: 900;
        line-height: 1;
    }

    .halosal-about-facilities__list h3 {
        margin: 0;
        color: #071a2b;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.35rem, 1.85vw, 2.15rem);
        font-weight: 400;
        line-height: 0.98;
        text-transform: uppercase;
    }

    .halosal-about-facilities__list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .halosal-about-facilities__list li {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        padding: 9px 12px;
        border-radius: 5px;
        background: #eef4fa;
        color: #071a2b;
        font-size: clamp(0.9rem, 0.96vw, 1.02rem);
        font-weight: 900;
        line-height: 1.05;
    }

    .halosal-about-method {
        position: relative;
        padding: clamp(82px, 8vw, 132px) 0;
        background:
            linear-gradient(135deg, rgba(181, 248, 48, 0.28) 0%, rgba(243, 243, 243, 0.98) 38%, #ffffff 100%);
        color: #071a2b;
        overflow: hidden;
    }

    .halosal-about-method::before {
        content: "";
        position: absolute;
        inset: clamp(18px, 2vw, 32px);
        border: 2px solid rgba(47, 108, 71, 0.22);
        border-radius: 28px;
        pointer-events: none;
    }

    .halosal-about-method__shell {
        position: relative;
        z-index: 1;
        width: min(1380px, calc(100vw - 12vw));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
        gap: clamp(40px, 6vw, 96px);
        align-items: center;
    }

    .halosal-about-method__intro > p {
        width: fit-content;
        margin: 0 0 clamp(28px, 3vw, 44px);
        padding: 11px 16px;
        border-radius: 999px;
        background: #2f6c47;
        color: #ffffff;
        font-size: clamp(0.78rem, 0.86vw, 0.96rem) !important;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .halosal-about-method__intro h2 {
        max-width: 10.8em;
        margin: 0;
        color: #071a2b;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.65rem, 5.35vw, 6.45rem);
        font-weight: 400;
        line-height: 0.9;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .halosal-about-method__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: clamp(30px, 4vw, 54px);
    }

    .halosal-about-method__tags span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 12px 22px;
        border: 1px solid rgba(47, 108, 71, 0.24);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.74);
        color: #2f6c47;
        font-size: clamp(0.98rem, 1.08vw, 1.18rem);
        font-weight: 900;
        line-height: 1;
    }

    .halosal-about-method__playbook {
        position: relative;
        display: grid;
        gap: 16px;
    }

    .halosal-about-method__pitch {
        position: absolute;
        inset: -40px -38px;
        z-index: -1;
        border: 3px solid rgba(47, 108, 71, 0.16);
        border-radius: 22px;
        transform: rotate(-2deg);
        pointer-events: none;
    }

    .halosal-about-method__pitch::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        border-left: 3px solid rgba(47, 108, 71, 0.14);
    }

    .halosal-about-method__pitch::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: clamp(120px, 15vw, 220px);
        aspect-ratio: 1 / 1;
        border: 3px solid rgba(47, 108, 71, 0.14);
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .halosal-about-method__pitch span {
        position: absolute;
        right: clamp(24px, 3vw, 48px);
        bottom: clamp(20px, 2.6vw, 42px);
        width: clamp(78px, 8vw, 118px);
        aspect-ratio: 1 / 1;
        border: 10px solid #fbed51;
        border-radius: 50%;
        background:
            linear-gradient(90deg, transparent 46%, #071a2b 46% 54%, transparent 54%),
            linear-gradient(0deg, transparent 46%, #071a2b 46% 54%, transparent 54%),
            #ffffff;
        box-shadow: 0 18px 38px rgba(7, 26, 43, 0.12);
    }

    .halosal-about-method__pitch i {
        position: absolute;
        left: 18%;
        top: 18%;
        width: 16px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: #e94016;
        box-shadow:
            160px 74px 0 #e94016,
            78px 260px 0 #e94016,
            0 0 0 10px rgba(233, 64, 22, 0.11);
    }

    .halosal-about-method__playbook article {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: clamp(16px, 2vw, 28px);
        align-items: start;
        padding: clamp(22px, 2.5vw, 36px);
        border: 1px solid rgba(7, 26, 43, 0.1);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 22px 50px rgba(7, 26, 43, 0.08);
        backdrop-filter: blur(10px);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .halosal-about-method__playbook article:nth-of-type(2) {
        margin-left: clamp(0px, 3vw, 46px);
        /* background: rgba(251, 237, 81, 0.94); */
    }

    .halosal-about-method__playbook article:nth-of-type(3) {
        margin-left: clamp(0px, 6vw, 92px);
    }

    .halosal-about-method__playbook article:hover {
        transform: translateY(-3px);
        box-shadow: 0 28px 58px rgba(7, 26, 43, 0.12);
    }

    .halosal-about-method__playbook article > span {
        width: clamp(56px, 5vw, 76px);
        height: clamp(56px, 5vw, 76px);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #2f6c47;
        color: #ffffff;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.18rem, 1.55vw, 1.9rem);
        font-weight: 400;
        line-height: 1;
    }

    /* .halosal-about-method__playbook article:nth-of-type(2) > span {
        background: #e94016;
    } */

    .halosal-about-method__playbook h3 {
        margin: 0 0 12px;
        color: #071a2b;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.62rem, 2.25vw, 2.9rem);
        font-weight: 400;
        line-height: 0.96;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .halosal-about-method__playbook p {
        max-width: 620px;
        margin: 0;
        color: #25384a;
        font-size: clamp(1.02rem, 1.16vw, 1.28rem) !important;
        font-weight: 500;
        line-height: 1.26;
    }

    .halosal-about-education {
        padding: clamp(78px, 8vw, 126px) 0;
        background: #f3f3f3;
        color: #111111;
    }

    .halosal-about-education h2 {
        max-width: 16.2em;
        font-size: clamp(2.7rem, 4.25vw, 6.2rem);
        line-height: 0.9;
    }

    .halosal-about-education__grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        margin-top: clamp(44px, 5vw, 72px);
    }

    .halosal-about-education__grid article {
        min-height: 330px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: clamp(22px, 2.4vw, 34px);
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid rgba(17, 17, 17, 0.08);
    }

    .halosal-about-education__grid article:nth-child(2) {
        background: #e8f6ec;
        border-color: rgba(47, 108, 71, 0.18);
    }

    .halosal-about-education__grid i {
        color: #2f6c47 !important;
        font-size: clamp(1.5rem, 2vw, 2.25rem);
        line-height: 1;
    }

    .halosal-about-education__grid h3 {
        margin: clamp(30px, 4vw, 54px) 0 16px;
        color: #111111;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.55rem, 2vw, 2.45rem);
        font-weight: 400;
        line-height: 0.95;
        text-transform: uppercase;
    }

    .halosal-about-education__grid p {
        margin: 0;
        color: #303030;
        font-size: clamp(1rem, 1.08vw, 1.18rem) !important;
        font-weight: 500;
        line-height: 1.24;
    }

    .halosal-about-education__link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        margin-top: 22px;
        padding: 12px 16px;
        border-radius: 5px;
        background: #071a2b;
        color: #ffffff !important;
        font-size: 0.92rem;
        font-weight: 900;
        line-height: 1;
        text-decoration: none !important;
    }

    .halosal-about-education__link:hover,
    .halosal-about-education__link:focus-visible {
        background: #fbed51;
        color: #071a2b !important;
    }

    .halosal-about-staff {
        padding: clamp(78px, 8vw, 126px) 0;
        background: #ffffff;
        color: #111111;
    }

    .halosal-about-staff__shell {
        width: min(1380px, calc(100vw - 12vw));
        margin: 0 auto;
    }

    .halosal-about-staff__head {
        display: grid;
        grid-template-columns: minmax(0, 0.76fr) minmax(360px, 0.58fr);
        gap: clamp(34px, 6vw, 96px);
        align-items: end;
        margin-bottom: clamp(42px, 5vw, 72px);
    }

    .halosal-about-staff h2 {
        max-width: 11.4em;
        margin: 0;
        color: #050505;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.65rem, 5vw, 6.2rem);
        font-weight: 400;
        line-height: 0.9;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .halosal-about-staff__photo {
        height: clamp(300px, 28vw, 430px);
        overflow: hidden;
        border-radius: 8px;
        background: #e7e5e3;
    }

    .halosal-about-staff__photo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .halosal-about-staff__grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 14px;
    }

    .halosal-about-staff__grid article {
        min-height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px;
        border: 1px solid rgba(17, 17, 17, 0.1);
        border-radius: 8px;
        background: #f3f7fb;
        box-shadow: 0 16px 36px rgba(7, 26, 43, 0.05);
        overflow: hidden;
    }

    .halosal-about-staff__grid article:nth-child(-n+7) {
        background: #fbed51;
    }

    .halosal-about-staff__grid article:last-child {
        background: #e8f6ec;
        border-color: rgba(47, 108, 71, 0.18);
    }

    .halosal-about-staff__grid article:last-child span {
        background: #2f6c47;
    }

    .halosal-about-staff__portrait {
        aspect-ratio: 4 / 5;
        width: 100%;
        margin: 0;
        overflow: hidden;
        border-radius: 6px;
        background: rgba(7, 26, 43, 0.08);
    }

    .halosal-about-staff__portrait img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center top;
        transition: transform 0.45s ease;
    }

    .halosal-about-staff__grid article:hover .halosal-about-staff__portrait img {
        transform: scale(1.035);
    }

    .halosal-about-staff__portrait--placeholder {
        display: grid;
        place-items: center;
        background:
            linear-gradient(135deg, rgba(7, 26, 43, 0.94), rgba(47, 108, 71, 0.9)),
            #071a2b;
    }

    .halosal-about-staff__portrait--placeholder span {
        width: clamp(86px, 7vw, 116px);
        aspect-ratio: 1;
        display: grid;
        place-items: center;
        border: 2px solid rgba(251, 237, 81, 0.86);
        border-radius: 999px;
        color: #fbed51;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.4rem, 3.2vw, 4rem);
        font-weight: 400;
        line-height: 1;
    }

    .halosal-about-staff__identity {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: space-between;
        padding: clamp(16px, 1.45vw, 24px);
    }

    .halosal-about-staff__grid span {
        width: fit-content;
        max-width: 100%;
        padding: 9px 12px;
        border-radius: 999px;
        background: #071a2b;
        color: #ffffff;
        font-size: 0.74rem;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .halosal-about-staff__grid h3 {
        margin: clamp(24px, 2.5vw, 44px) 0 0;
        color: #071a2b;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.12rem, 1.3vw, 1.7rem);
        font-weight: 400;
        line-height: 1.02;
        letter-spacing: 0;
        text-transform: uppercase;
        overflow-wrap: normal;
        word-break: normal;
    }

    .halosal-about-gallery {
        padding: clamp(78px, 8vw, 126px) 0;
        background: #111111;
        color: #ffffff;
    }

    .halosal-about-gallery h2 {
        max-width: 10.4em;
        color: #ffffff;
        font-size: clamp(3rem, 5.6vw, 6.5rem);
        line-height: 0.9;
    }

    .halosal-about-gallery__grid {
        display: grid;
        grid-template-columns: 1.2fr 0.85fr 0.85fr;
        gap: 18px;
        margin-top: clamp(48px, 5vw, 72px);
    }

    .halosal-about-gallery__grid img {
        width: 100%;
        height: clamp(420px, 42vw, 620px);
        display: block;
        border-radius: 8px;
        object-fit: cover;
    }

    .halosal-about-gallery__grid img:nth-child(2) {
        margin-top: clamp(38px, 5vw, 82px);
    }

    .halosal-about-gallery__grid img:nth-child(3) {
        margin-top: clamp(78px, 9vw, 148px);
    }

    .halosal-about-faq {
        padding: clamp(78px, 8vw, 126px) 0;
        background: #ffffff;
        color: #111111;
    }

    .halosal-about-faq__shell {
        width: min(1240px, calc(100vw - 12vw));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(280px, 0.56fr) minmax(520px, 1fr);
        gap: clamp(38px, 6vw, 96px);
        align-items: start;
    }

    .halosal-about-faq__head {
        position: sticky;
        top: 110px;
    }

    .halosal-about-faq h2 {
        max-width: 10.8em;
        margin: 0;
        color: #050505;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.55rem, 4.4vw, 5.8rem);
        font-weight: 400;
        line-height: 0.9;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .halosal-about-faq__list {
        display: grid;
        gap: 12px;
    }

    .halosal-about-faq details {
        border: 1px solid rgba(17, 17, 17, 0.12);
        border-radius: 8px;
        background: #f3f7fb;
        overflow: hidden;
    }

    .halosal-about-faq details[open] {
        background: #fbed51;
        border-color: rgba(17, 17, 17, 0.28);
    }

    .halosal-about-faq summary {
        min-height: 72px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        align-items: center;
        padding: clamp(18px, 2vw, 28px);
        color: #071a2b;
        cursor: pointer;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.32rem, 1.9vw, 2.35rem);
        font-weight: 400;
        line-height: 0.98;
        text-transform: uppercase;
        list-style: none;
    }

    .halosal-about-faq summary::-webkit-details-marker {
        display: none;
    }

    .halosal-about-faq summary::after {
        content: "+";
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #071a2b;
        color: #ffffff;
        font-family: "Gravity", sans-serif !important;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 1;
    }

    .halosal-about-faq details[open] summary::after {
        content: "-";
        background: #ffffff;
        color: #071a2b;
    }

    .halosal-about-faq__answer {
        padding: 0 clamp(18px, 2vw, 28px) clamp(22px, 2.3vw, 32px);
    }

    .halosal-about-faq__answer p {
        max-width: 720px;
        margin: 0;
        color: #25384a;
        font-size: clamp(1rem, 1.12vw, 1.24rem) !important;
        font-weight: 600;
        line-height: 1.32;
    }

    .halosal-about-faq__categories {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .halosal-about-faq__categories li {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        align-items: center;
        min-height: 52px;
        padding: 12px 14px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.78);
        color: #071a2b;
    }

    .halosal-about-faq__categories span,
    .halosal-about-faq__categories b {
        font-size: clamp(0.88rem, 0.96vw, 1.04rem);
        line-height: 1.08;
    }

    .halosal-about-faq__categories span {
        font-weight: 900;
        text-transform: uppercase;
    }

    .halosal-about-faq__categories b {
        text-align: right;
        font-weight: 700;
    }

    .halosal-about-final {
        margin-top: 0;
    }

    @media (max-width: 1320px) {
        .halosal-about-academy__points {
            grid-template-columns: 1fr;
        }

        .halosal-about-academy__points article {
            min-height: 0;
        }
    }

    @media (max-width: 1024px) {
        .halosal-about-hero__content {
            grid-template-columns: 1fr;
            gap: 28px;
        }

        .halosal-about-hero__claim {
            width: min(100%, 680px);
            margin-left: 0;
        }

        .halosal-about-intro__shell {
            width: min(100%, calc(100vw - 54px));
            grid-template-columns: 1fr;
            gap: 38px;
        }

        .halosal-about-intro__copy {
            max-width: 760px;
        }

        .halosal-about-numbers__grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .halosal-about-network__head,
        .halosal-about-facilities__shell,
        .halosal-about-method__shell {
            grid-template-columns: 1fr;
            gap: 42px;
        }

        .halosal-about-network__grid,
        .halosal-about-education__grid,
        .halosal-about-staff__grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .halosal-about-academy__shell {
            grid-template-columns: 1fr;
        }

        .halosal-about-academy__intro {
            position: static;
        }

        .halosal-about-academy__panel {
            grid-template-columns: 118px minmax(0, 1fr);
        }

        .halosal-about-academy__points {
            grid-template-columns: 1fr;
        }

        .halosal-about-academy__points article {
            min-height: 0;
        }

        .halosal-about-staff__head {
            grid-template-columns: 1fr;
            align-items: start;
        }

        .halosal-about-method__playbook article:nth-of-type(2),
        .halosal-about-method__playbook article:nth-of-type(3) {
            margin-left: 0;
        }

        .halosal-about-gallery__grid {
            grid-template-columns: 1fr 1fr;
        }

        .halosal-about-gallery__grid img:first-child {
            grid-column: 1 / -1;
        }

        .halosal-about-gallery__grid img:nth-child(2),
        .halosal-about-gallery__grid img:nth-child(3) {
            margin-top: 0;
        }

        .halosal-about-faq__shell {
            grid-template-columns: 1fr;
            gap: 34px;
        }

        .halosal-about-faq__head {
            position: static;
        }
    }

    @media (max-width: 764px) {
        .halosal-about-hero {
            min-height: 100vh;
            padding: 0;
        }

        .halosal-about-hero > img,
        .halosal-about-hero__shade {
            inset: 0;
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

        .halosal-about-hero__shade {
            background:
                linear-gradient(180deg, rgba(5, 17, 27, 0.22) 0%, rgba(5, 17, 27, 0.86) 52%, rgba(5, 17, 27, 0.93) 100%);
        }

        .halosal-about-hero__content {
            min-height: 100vh;
            padding: 96px 22px 34px;
        }

        .halosal-about-hero h1 {
            font-size: clamp(2.6rem, 12vw, 4rem);
        }

        .halosal-about-hero__claim p {
            font-size: 1.05rem !important;
            line-height: 1.3;
        }

        .halosal-about-hero__claim a {
            width: 100%;
            margin-top: 26px;
        }

        .halosal-about-editor__shell,
        .halosal-about-intro__shell,
        .halosal-about-numbers__shell,
        .halosal-about-network__shell,
        .halosal-about-academy__shell,
        .halosal-about-place__shell,
        .halosal-about-facilities__shell,
        .halosal-about-method__shell,
        .halosal-about-education__shell,
        .halosal-about-gallery__shell {
            width: min(100%, calc(100vw - 30px));
        }

        .halosal-about-intro {
            padding: 58px 0 72px;
        }

        .halosal-about-intro__media {
            height: 370px;
        }

        .halosal-about-intro h2,
        .halosal-about-numbers h2,
        .halosal-about-gallery h2 {
            font-size: clamp(2.35rem, 10.8vw, 3.7rem);
        }

        .halosal-about-numbers {
            padding: 66px 0 78px;
        }

        .halosal-about-numbers__grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .halosal-about-numbers__grid article {
            min-height: 210px;
        }

        .halosal-about-network,
        .halosal-about-academy,
        .halosal-about-facilities,
        .halosal-about-method,
        .halosal-about-education,
        .halosal-about-staff,
        .halosal-about-faq {
            padding: 66px 0 78px;
        }

        .halosal-about-network__head,
        .halosal-about-facilities__shell,
        .halosal-about-method__shell {
            gap: 30px;
        }

        .halosal-about-network h2,
        .halosal-about-academy h2,
        .halosal-about-facilities h2,
        .halosal-about-method__intro h2,
        .halosal-about-education h2,
        .halosal-about-staff h2 {
            font-size: clamp(2.25rem, 10.2vw, 3.6rem);
            line-height: 0.93;
        }

        .halosal-about-network__grid,
        .halosal-about-academy__points,
        .halosal-about-education__grid,
        .halosal-about-staff__grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .halosal-about-academy__shell {
            gap: 34px;
        }

        .halosal-about-academy__panel {
            min-height: 0;
            grid-template-columns: 1fr;
            gap: 26px;
            padding: 22px;
        }

        .halosal-about-academy__mark {
            width: 96px;
        }

        .halosal-about-academy__links a {
            width: 100%;
        }

        .halosal-about-network__grid article,
        .halosal-about-academy__points article,
        .halosal-about-education__grid article,
        .halosal-about-staff__grid article {
            min-height: 0;
        }

        .halosal-about-staff__shell {
            width: min(100%, calc(100vw - 30px));
        }

        .halosal-about-staff__head {
            gap: 28px;
            margin-bottom: 34px;
        }

        .halosal-about-staff__photo {
            height: 340px;
        }

        .halosal-about-staff__grid h3 {
            margin-top: 38px;
            font-size: clamp(1.55rem, 7vw, 2.25rem);
        }

        .halosal-about-facilities__list article {
            grid-template-columns: 1fr;
            gap: 14px;
            min-height: 0;
            padding: 20px;
        }

        .halosal-about-facilities__list h3 {
            font-size: clamp(1.55rem, 7vw, 2.25rem);
        }

        .halosal-about-facilities__list li {
            width: 100%;
        }

        .halosal-about-method__tags span {
            min-height: 44px;
            padding: 10px 18px;
        }

        .halosal-about-method::before {
            inset: 12px;
            border-radius: 22px;
        }

        .halosal-about-method__pitch {
            inset: -22px -16px;
            opacity: 0.78;
        }

        .halosal-about-method__pitch span {
            right: 18px;
            bottom: -14px;
        }

        .halosal-about-method__playbook article {
            grid-template-columns: 1fr;
            gap: 16px;
            padding: 22px;
        }

        .halosal-about-method__playbook article > span {
            width: 58px;
            height: 58px;
        }

        .halosal-about-method__playbook h3 {
            font-size: clamp(1.55rem, 7vw, 2.2rem);
        }

        .halosal-about-method__playbook p {
            font-size: 1.03rem !important;
        }

        .halosal-about-place {
            padding: 54px 0 70px;
        }

        .halosal-about-place__card {
            --place-card-pad: 16px;
            min-height: 780px;
            padding: var(--place-card-pad);
        }

        .halosal-about-place__card > img,
        .halosal-about-place__card .halosal-agora-card__shade {
            inset: var(--place-card-pad) var(--place-card-pad) auto;
            width: auto;
            height: 42%;
        }

        .halosal-about-place__card .halosal-agora-card__content {
            top: calc(42% + 34px);
            right: 16px;
            bottom: 18px;
            left: 16px;
            width: auto;
            gap: 14px;
        }

        .halosal-about-place__card .halosal-agora-card__content h3 {
            font-size: clamp(1.85rem, 8vw, 2.55rem);
        }

        .halosal-about-place__features {
            gap: 7px;
        }

        .halosal-about-place__features li {
            min-height: 34px;
            padding: 8px 12px;
            font-size: 0.86rem;
        }

        .halosal-about-gallery {
            padding: 66px 0 78px;
        }

        .halosal-about-gallery__grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .halosal-about-gallery__grid img {
            height: 360px;
        }

        .halosal-about-faq__shell {
            width: min(100%, calc(100vw - 30px));
        }

        .halosal-about-faq h2 {
            font-size: clamp(2.25rem, 10.2vw, 3.6rem);
            line-height: 0.93;
        }

        .halosal-about-faq summary {
            min-height: 64px;
            padding: 18px;
            font-size: clamp(1.25rem, 6.2vw, 1.8rem);
        }

        .halosal-about-faq summary::after {
            width: 36px;
            height: 36px;
        }

        .halosal-about-faq__answer {
            padding: 0 18px 20px;
        }

        .halosal-about-faq__categories {
            grid-template-columns: 1fr;
        }
    }
   


/*  fine chi siamo */







/* servizi */
.servContainer {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    height: 100vh;
}
.servTexts {
    width: 60%;
    padding: 0 40px;
    margin: auto 0;
}
.servTexts h2{
    font-size: 70px;
}
.servTexts p{
    font-size: 25px;
}


.servImgBox {
    width: 35%;
}
.servImgContainer {
    overflow: hidden;
    padding: 0 0 70px 0;
    width: 100%;
}

.serv-slider {
    animation: serv-slidein 8s linear infinite;     /* secondi che dura l'animazione */
    white-space: nowrap;
}
.serv-imgs {
    width: 100%;
    display: flex;
    gap: 25px;
    flex-direction: column;
    margin: 0px 0;
}

/* .page-id-109 .menu-item-86 {
    display: none;
} */
#page {
    overflow: hidden;
}
.page-id-109 .main-header-bar-wrap {
    backdrop-filter: blur(5px);
    background: rgba(251, 237, 81, 0.56) !important;
}
.servfab {
    width: 100%;
    animation: fade-in 0.9s ease-in-out;
    border-radius: 10px;
}
@keyframes serv-slidein {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, -50%, 0); /* velocutà dell'animazione scorrimento da regolare in base ai secondi sopra */
    }
}
  
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
  
  
.serv-2section {
    background: #171717;
    border-radius: 20px 20px 0 0;
}
.sec2Container {
    width: 60%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}
.sec2Container ul{
    color: #fff;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
}
.sec2Container h2, .sec2Container p{
    color: #ffffff;
    font-size: 4rem;
}
.sec2Container p{
    font-size: 1.2rem;
}
@media(max-width: 768px) {
    
    .sec2Container {
        width: 80%;
    }
    .sec2Container h2{
        color: #ffffff;
        font-size: 40px;
    }
    .servContainer {
        flex-direction: column;
    }
    .servTexts h2 {
        font-size: 30px;
    }
    .servTexts p {
        font-size: 25px;
    }
    .servTexts {
        width: 100%;
        margin:none;
    }
    .servImgBox{
        width: 100%;
    }


    .servContainer {
        height: inherit;
    }
    .serv-imgs {
        width: 100%;
        display: inline-block;
        margin: 2.8rem;
    }
    .serv-imgs img {
        margin: 0 10px;
        width: 200px ;
        min-width: 40px;
    }
    .servImgContainer {
        width:auto; /* imposto su auto altrimenti su mobile fa un overflow verso destra */
    }


    .serv-slider {
        animation: serv-slidein 10s linear infinite;     /* secondi che dura l'animazione */
        white-space: nowrap;
    }
    .servfab {
        width: 100%;
        animation: fade-in 0.9s ease-in-out;
        border-radius: 10px;
    }
    @keyframes serv-slidein {
        from {
            transform: translate3d(0, 0, 0);
        }
        to {
            transform: translate3d(-118%, 0, 0); /* velocità dell'animazione scorrimento da regolare in base ai secondi sopra */
        }
    }
}
/* fine servizi */




/* contatti */
footer {
    .pageTransit {
        margin: 0;
    }
}
.contactTitle {
    margin: 50px 0 0 0 !important;
}
.contattiCont {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.mapAndOther {
    display: flex;
    gap: 50px;
    justify-content: center;
    width: 100%;
}
.frame {
    width: 60%;
    height: 100%;
    border-radius: 15px;
}
.frame iframe{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.contattaciBox {
    display: flex;
    height: 100%;
    width: 70%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contattaci {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    width: 100%;
}
.contattaci p{
    margin: 0;
}
.contattiFoto {
    width: 35%;
    object-fit: cover;
}
.contattiFoto img {
    width: 100%;
    border-radius: 15px;
}
@media(max-width: 768px) {
    .contattiCont {
        justify-content: center;
    }
    .contattaciBox {
        flex-direction: column-reverse;
    }
    .contattiFoto {
        width: 80%;
        margin-bottom: 50px;
    }
    
    .frame {
        width: 100%;
       
    }
}
/* fine contatti */

.halosal-contact {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.halosal-contact-hero .halosal-about-hero__shade {
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.78) 0%, rgba(5, 17, 27, 0.28) 48%, rgba(5, 17, 27, 0.88) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.05) 56%);
}

.halosal-contact-hero {
    min-height: calc(72vh - 20px);
}

.halosal-contact-hero .halosal-about-hero__content {
    min-height: calc(72vh - 50px);
}

.halosal-contact-hero__claim p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.08rem, 1.18vw, 1.36rem) !important;
    font-weight: 600;
    line-height: 1.3;
    text-transform: none;
}

.halosal-contact-hero__claim strong {
    color: #ffffff;
    font-weight: 900;
}

.halosal-contact-shell {
    width: min(1380px, calc(100vw - 12vw));
    margin: 0 auto;
}

.halosal-contact-direct {
    padding: clamp(78px, 8vw, 124px) 0;
    background: #ffffff;
}

.halosal-contact-direct__head {

    align-items: end;
    margin-bottom: clamp(42px, 5vw, 72px);
}

.halosal-contact-direct__head h2,
.halosal-contact-place__copy h2,
.halosal-contact-social h2 {
    margin: 0;
    color: #050505;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.9;
    text-transform: uppercase;
}

.halosal-contact-direct__head h2 {
    max-width: 12em;
    font-size: clamp(2.8rem, 5.3vw, 6.8rem);
}

.halosal-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.halosal-contact-card {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(24px, 2.7vw, 40px);
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    background: #f3f7fb;
    box-shadow: 0 18px 42px rgba(7, 26, 43, 0.06);
}

.halosal-contact-card--primary {
    background: #fbed51;
    border-color: rgba(17, 17, 17, 0.28);
}

.halosal-contact-card i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #071a2b;
    color: #ffffff !important;
    font-size: 1.15rem;
}

.halosal-contact-card span {
    width: fit-content;
    margin-top: clamp(30px, 3.4vw, 54px);
    padding: 9px 12px;
    border-radius: 999px;
    background: #ffffff;
    color: #071a2b;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-contact-card h3 {
    margin: 18px 0 0;
    color: #071a2b;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.85rem, 2.6vw, 3.4rem);
    font-weight: 400;
    line-height: 0.95;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.halosal-contact-card h3 a {
    color: inherit;
    text-decoration: none;
}

.halosal-contact-card h3 a:hover,
.halosal-contact-card h3 a:focus-visible {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.halosal-contact-card p {
    margin: auto 0 0;
    color: #25384a;
    font-size: clamp(1rem, 1.08vw, 1.2rem) !important;
    font-weight: 600;
    line-height: 1.26;
}

.halosal-contact-place {
    padding: clamp(78px, 8vw, 124px) 0;
    background: #f3f7fb;
}

.halosal-contact-place__shell {
    display: grid;
    grid-template-columns: minmax(320px, 0.58fr) minmax(520px, 1fr);
    gap: clamp(38px, 6vw, 96px);
    align-items: stretch;
}

.halosal-contact-place__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.halosal-contact-place__copy h2 {
    max-width: 10.8em;
    font-size: clamp(2.5rem, 4.25vw, 5.8rem);
}

.halosal-contact-place__copy > p:not(.halosal-about-eyebrow) {
    margin: clamp(26px, 3vw, 42px) 0 0;
    color: #303030;
    font-size: clamp(1.08rem, 1.22vw, 1.42rem) !important;
    font-weight: 500;
    line-height: 1.32;
}

.halosal-contact-place address {
    display: grid;
    gap: 6px;
    margin: clamp(28px, 3vw, 44px) 0 0;
    padding: 22px;
    border-left: 8px solid #fbed51;
    border-radius: 8px;
    background: #ffffff;
    color: #071a2b;
    font-style: normal;
    box-shadow: 0 18px 42px rgba(7, 26, 43, 0.06);
}

.halosal-contact-place address strong {
    margin-bottom: 8px;
    font-size: clamp(1.08rem, 1.18vw, 1.32rem);
    font-weight: 900;
    line-height: 1.12;
}

.halosal-contact-place address span {
    font-size: clamp(1rem, 1.06vw, 1.18rem);
    font-weight: 700;
    line-height: 1.16;
}

.halosal-contact-place__route {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 54px;
    margin-top: clamp(26px, 3vw, 42px);
    padding: 16px 24px;
    border-radius: 6px;
    background: #071a2b;
    color: #ffffff !important;
    font-size: clamp(0.95rem, 1vw, 1.08rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
}

.halosal-contact-place__route:hover,
.halosal-contact-place__route:focus-visible {
    background: #fbed51;
    color: #071a2b !important;
    transform: translateY(-2px);
}

.halosal-contact-map {
    min-height: clamp(520px, 45vw, 680px);
    padding: clamp(14px, 1.6vw, 22px);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(7, 26, 43, 0.08);
}

.halosal-contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    border-radius: 8px;
    filter: saturate(0.92) contrast(1.02);
}

.halosal-contact-social {
    padding: clamp(78px, 8vw, 124px) 0;
    background: #f3f3f3;
    color: #111111;
}

.halosal-contact-social .halosal-contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.42fr);
    gap: clamp(34px, 6vw, 96px);
    align-items: end;
}

.halosal-contact-social .halosal-about-eyebrow,
.halosal-contact-social h2 {
    color: #111111;
}

.halosal-contact-social h2 {
    max-width: 12.4em;
    font-size: clamp(2.65rem, 4.8vw, 6.2rem);
}

.halosal-contact-social__links {
    display: grid;
    gap: 14px;
}
.halosal-contact-social__links svg{
    font-size: 3rem;
}

.halosal-contact-social__links a {
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 8px;
    background: #ffffff;
    color: #111111 !important;
    text-decoration: none !important;
}

.halosal-contact-social__links a:first-child {
    background: #fbed51;
    color: #111111 !important;
}

.halosal-contact-social__links a:hover,
.halosal-contact-social__links a:focus-visible {
    transform: translateY(-3px);
}

.halosal-contact-social__links i {
    font-size: clamp(1.5rem, 2vw, 2.3rem);
}

.halosal-contact-social__links span {
    color: inherit;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.6rem, 2.3vw, 3rem);
    font-weight: 400;
    line-height: 0.95;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .halosal-contact-direct__head,
    .halosal-contact-place__shell,
    .halosal-contact-social .halosal-contact-shell {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .halosal-contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .halosal-contact-card:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 764px) {
    .halosal-contact-hero {
        min-height: 76vh;
    }

    .halosal-contact-hero .halosal-about-hero__content {
        min-height: 76vh;
    }

    .halosal-contact-shell {
        width: min(100%, calc(100vw - 30px));
    }

    .halosal-contact-direct,
    .halosal-contact-place,
    .halosal-contact-social {
        padding: 66px 0 78px;
    }

    .halosal-contact-direct__head h2,
    .halosal-contact-place__copy h2,
    .halosal-contact-social h2 {
        font-size: clamp(2.25rem, 10.2vw, 3.6rem);
        line-height: 0.93;
    }

    .halosal-contact-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .halosal-contact-card {
        min-height: 0;
        padding: 22px;
    }

    .halosal-contact-card span {
        margin-top: 28px;
    }

    .halosal-contact-card h3 {
        font-size: clamp(1.75rem, 8vw, 2.65rem);
    }

    .halosal-contact-card p {
        margin-top: 34px;
    }

    .halosal-contact-map {
        min-height: 420px;
        padding: 12px;
    }

    .halosal-contact-place__route {
        width: 100%;
    }

    .halosal-contact-social__links a {
        min-height: 88px;
        padding: 20px;
    }
}

#footbs {
    margin: 0;
    position: relative;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; 
}
.site-below-footer-wrap {
    padding-bottom: 0;
}
.site-above-footer-wrap,.site-below-footer-wrap {
    padding-top:0;
}
#socialFoot {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin: 0;
}
#socialFoot a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    color: #071a2b;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
#socialFoot a:hover{
    border-color: #071a2b;
    background: #ffffff;
    color: #071a2b;
    transform: translateY(-2px);
}
#logoFoot {
    width: clamp(14rem, 10vw, 11rem);
    max-width: 100%;
    padding: 0;
}
.contattiFoot a {
    color: #111111;
    text-decoration: none;
}
.contattiFoot a:hover {
    color: #111111;
    text-decoration: underline;
}
.ast-footer-copyright p a {
    color: white;
    cursor: default;
}

.certificazioni {
    display: flex;
    gap: 12px;
    margin-top: clamp(24px, 3vw, 44px);
    align-items:center;
    opacity: 0.86;
}
.certificazioni img{
    height: 40px;
}
.certificazioni div  p{
    margin: 0 !important;
    line-height: 1.06;
}
.certificazioni div b{
    color: #1b1b1b;
    font-size: 12px !important;
    font-weight: 700;
    margin: 0;
}

#footbs.halosal-site-footer {
    position: relative;
    z-index: 2;
    padding: clamp(18px, 1.7vw, 28px) clamp(16px, 1.5vw, 28px);
    background: #f3f3f3;
    color: #111111;
}

.halosal-site-footer__inner {
    min-height: 0;
    padding: clamp(28px, 3vw, 52px);
    border: 1px solid rgba(7, 26, 43, 0.12);
    border-radius: clamp(18px, 2vw, 30px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 42%),
        #fbed51;
    box-shadow: 0 24px 70px rgba(7, 26, 43, 0.08);
}

.halosal-site-footer__main {
    display: grid;
    grid-template-columns: minmax(260px, 0.86fr) minmax(520px, 1.14fr);
    gap: clamp(32px, 5vw, 86px);
    align-items: start;
}

.halosal-site-footer h6 {
    margin: 0 0 clamp(24px, 2vw, 34px);
    color: #474747;
    font-size: clamp(1rem, 1.05vw, 1.22rem) !important;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-site-footer p,
.halosal-site-footer a {
    color: #071a2b;
    font-size: clamp(1rem, 1vw, 1.12rem) !important;
    line-height: 1.18;
}

.halosal-site-footer p {
    margin: 0 0 14px;
}

.halosal-site-footer__brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    max-width: 520px;
    gap: clamp(32px, 4vw, 70px);
}

.halosal-site-footer__intro {
    max-width: 460px;
}

.halosal-site-footer__intro p {
    margin: 0;
    color: #071a2b;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2rem, 2.85vw, 4.1rem) !important;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-site-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 48px;
    margin-top: clamp(24px, 2.6vw, 38px);
    padding: 14px 20px;
    border-radius: 999px;
    background: #071a2b;
    color: #ffffff !important;
    font-size: clamp(0.88rem, 0.92vw, 1rem) !important;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.halosal-site-footer__cta:hover {
    background: #ffffff;
    color: #071a2b !important;
    transform: translateY(-2px);
}

.halosal-site-footer__nav {
    display: flow;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(26px, 4vw, 64px);
}

.halosal-site-footer__nav p {
    margin: 0;
}

.halosal-site-footer__nav .pageTransit a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: clamp(42px, 3vw, 54px);
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid rgba(7, 26, 43, 0.2);
    border-radius: 0;
    background: transparent;
    color: #071a2b !important;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1rem, 1.04vw, 1.18rem) !important;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}

.halosal-site-footer__nav .pageTransit a::after {
    content: "›";
    margin-left: 18px;
    color: rgba(7, 26, 43, 0.42);
    font-size: 1.35rem;
    line-height: 0.8;
    transition: color 0.2s ease, transform 0.2s ease;
}

.halosal-site-footer__nav .pageTransit a:hover {
    border-color: #071a2b;
    color: #071a2b;
    padding-left: 8px;
}

.halosal-site-footer__nav .pageTransit a:hover::after {
    color: #071a2b;
    transform: translateX(4px);
}

.halosal-site-footer__address {
    max-width: none;
    color: rgba(7, 26, 43, 0.8);
}

.halosal-site-footer__contacts {
     display: grid;
    gap: 8px 14px;
    margin-top: 30px;
    padding: clamp(18px, 2vw, 26px);
    border: 1px solid rgba(7, 26, 43, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
}

.halosal-site-footer__contacts p {
    margin: 0;
}

.halosal-site-footer__contacts .halosal-site-footer__address {
    grid-column: 1 / -1;
    margin: 0 0 6px;
    font-weight: 800;
}

.halosal-site-footer__sponsors {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0 0;
}

.halosal-site-footer__sponsor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: clamp(64px, 5.2vw, 82px);
    padding: 9px;

    border-radius: 6px;
    background: white;

}

.halosal-site-footer__sponsor-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.halosal-site-footer__contacts a {
    color: rgba(7, 26, 43, 0.86);
    font-size: clamp(0.94rem, 0.98vw, 1.06rem) !important;
    font-weight: 800;
    line-height: 1.16;
    text-decoration: none;
}

.halosal-site-footer__contacts a:hover,
.halosal-site-footer__contacts a:focus-visible {
    color: #071a2b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.halosal-site-footer__contacts i,
.halosal-site-footer #socialFoot i {
    color: inherit !important;
}

.halosal-site-footer__bottom {
    margin-top: clamp(28px, 4vw, 58px);
    padding-top: clamp(18px, 2vw, 26px);
    border-top: 1px solid rgba(7, 26, 43, 0.18);
}

.halosal-site-footer__logo-wrap {
    display: block;
    align-self: flex-start;
}

.halosal-site-footer__bottom-meta {
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
}

.halosal-site-footer__bottom-meta #socialFoot {
    justify-self: start;
}

.halosal-site-footer__bottom a,
.halosal-site-footer__bottom p,
.halosal-site-footer__bottom-meta span {
    margin: 0;
    color: rgba(7, 26, 43, 0.74);
    font-size: clamp(0.88rem, 0.9vw, 1rem) !important;
    line-height: 1.25;
}

.halosal-site-footer__copyright {
    justify-self: center;
    text-align: center;
}

.halosal-site-footer__legal {
    display: inline-flex;
    gap: 10px;
    justify-self: end;
    align-items: center;
    white-space: nowrap;
}

.halosal-site-footer__copyright a,
.halosal-site-footer__legal a {
    color: #071a2b;
    text-decoration: none;
    text-underline-offset: 3px;
}

.halosal-site-footer__copyright a:hover,
.halosal-site-footer__legal a:hover {
    text-decoration: underline;
}

.site-footer div.site-below-footer-wrap {

    overflow: hidden;
}

@media (max-width: 1024px) {
    .halosal-site-footer__main {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .halosal-site-footer__spacer {
        display: none;
    }

    .halosal-site-footer__bottom {
        margin-top: 42px;
    }

    .halosal-site-footer__bottom-meta {
        grid-template-columns: 1fr auto;
    }

    .halosal-site-footer__bottom-meta #socialFoot {
        grid-column: 1 / -1;
    }

    .halosal-site-footer__copyright {
        justify-self: start;
        text-align: left;
    }

    .halosal-site-footer__legal {
        justify-self: end;
    }
}

@media (max-width: 764px) {
    #footbs.halosal-site-footer {
        margin-top: 0 !important;
        padding: 24px 12px 18px;
    }

    .halosal-site-footer__inner {
        min-height: 0;
        padding: 28px 18px 20px;
        border-radius: 22px;
    }

    .halosal-site-footer__main {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .halosal-site-footer__brand {
        min-height: 0;
        gap: 28px;
    }

    .halosal-site-footer__intro p {
        font-size: clamp(2.1rem, 10vw, 3.2rem) !important;
    }

    .halosal-site-footer__cta {
        min-width: 138px;
        min-height: 50px;
        margin-top: 28px;
    }

    .halosal-site-footer__logo-wrap {
        margin-top: 0;
    }

    #logoFoot {
        width: min(100%, 8.5rem);
    }

    .halosal-site-footer h6 {
        margin-bottom: 16px;
        font-size: 0.98rem !important;
    }

    .halosal-site-footer p,
    .halosal-site-footer a {
        font-size: 1.04rem !important;
    }

    .halosal-site-footer__nav {
        grid-template-columns: 1fr;
    }

    .halosal-site-footer__nav .pageTransit a {
        min-height: 50px;
        padding: 13px 14px;
        font-size: 0.96rem !important;
    }

    .halosal-site-footer__contacts {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .halosal-site-footer__sponsors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .halosal-site-footer__sponsor-logo {
        height: 58px;
        padding: 7px;
    }

    .halosal-site-footer__bottom-meta {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .halosal-site-footer__bottom-meta #socialFoot,
    .halosal-site-footer__copyright,
    .halosal-site-footer__legal {
        justify-self: start;
    }

.halosal-site-footer__legal {
        flex-wrap: wrap;
        white-space: normal;
    }
}

/* Footer HaloSal — variante organica, allineata al layout istituzionale del sito. */
#footbs.halosal-site-footer {
    --footer-ink: #003f53;
    --footer-aqua: #9ce3db;
    --footer-paper: #f7f6f2;
    position: relative;
    z-index: 2;
    margin-top: clamp(90px, 10vw, 142px) !important;
    padding: 0 !important;
    overflow: visible;
    background: var(--footer-ink);
    color: var(--footer-paper);
}

.halosal-site-footer__wave {
    position: absolute;
    right: 0;
    bottom: calc(100% - 1px);
    left: 0;
    height: clamp(90px, 10vw, 142px);
    color: var(--footer-ink);
    line-height: 0;
    pointer-events: none;
}

.halosal-site-footer__wave svg { width: 100%; height: 100%; display: block; }

.halosal-site-footer__inner {
    min-height: 0;
    padding: clamp(58px, 7vw, 112px) clamp(28px, 7.1vw, 120px) 0;
    border: 0;
    border-radius: 0;
    background: var(--footer-ink);
    box-shadow: none;
}

.halosal-site-footer__main {
    display: grid;
    grid-template-columns: minmax(310px, 1.22fr) minmax(220px, .86fr) minmax(300px, .94fr);
    gap: clamp(52px, 9vw, 150px);
    align-items: start;
}

.halosal-site-footer__brand { max-width: none; gap: 0; }
.halosal-site-footer__logo-wrap { width: min(100%, 430px); margin: 0; }
#logoFoot { display: block; width: 100%; height: auto; mix-blend-mode: screen; }

.halosal-site-footer__intro {
    max-width: 380px;
    margin-top: clamp(28px, 3.5vw, 48px) !important;
    color: var(--footer-paper) !important;
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(1rem, 1.15vw, 1.3rem) !important;
    font-weight: 400;
    line-height: 1.5;
}

.halosal-site-footer__socials { display: flex; gap: clamp(14px, 1.6vw, 24px); margin-top: clamp(26px, 3vw, 42px); }
.halosal-site-footer__socials a {
    display: grid;
    width: clamp(44px, 3.2vw, 54px);
    height: clamp(44px, 3.2vw, 54px);
    place-items: center;
    border-radius: 50%;
    background: var(--footer-paper);
    color: var(--footer-ink) !important;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease;
}
.halosal-site-footer__socials a:hover { background: var(--footer-aqua); transform: translateY(-5px); }
.halosal-site-footer__socials i { color: inherit !important; font-size: clamp(1.15rem, 1.35vw, 1.45rem); }

.halosal-site-footer__nav, .halosal-site-footer__contacts { display: flex; flex-direction: column; gap: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.halosal-site-footer h2 {
    margin: 0 0 clamp(20px, 2.2vw, 30px);
    color: var(--footer-aqua) !important;
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(1.1rem, 1.35vw, 1.45rem) !important;
    font-weight: 700;
    line-height: 1;
}
.halosal-site-footer__nav .pageTransit {
    display: block;
    width: fit-content;
    min-height: 0;
    padding: 0 0 clamp(12px, 1.25vw, 18px);
    border: 0;
    color: var(--footer-paper) !important;
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(.95rem, 1.05vw, 1.15rem) !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}
.halosal-site-footer__nav .pageTransit::after { display: none; }
.halosal-site-footer__nav .pageTransit:hover { padding-left: 10px; color: var(--footer-aqua) !important; }

.halosal-site-footer__contact { display: grid; grid-template-columns: clamp(42px, 3.2vw, 54px) 1fr; align-items: center; gap: clamp(12px, 1.35vw, 20px); padding: 0 0 clamp(17px, 1.8vw, 25px); color: var(--footer-paper) !important; text-decoration: none; }
.halosal-site-footer__contact-icon { display: grid; width: clamp(42px, 3.2vw, 54px); height: clamp(42px, 3.2vw, 54px); place-items: center; border-radius: 50%; background: var(--footer-aqua); color: var(--footer-ink); }
.halosal-site-footer__contact-icon i { color: inherit !important; font-size: clamp(1.05rem, 1.2vw, 1.3rem); }
.halosal-site-footer__contact strong, .halosal-site-footer__contact small { display: block; color: inherit; font-family: "Outfit", sans-serif !important; line-height: 1.3; }
.halosal-site-footer__contact strong { font-size: clamp(.95rem, 1.05vw, 1.15rem) !important; font-weight: 700; }
.halosal-site-footer__contact small { margin-top: 3px; font-size: clamp(.85rem, .95vw, 1rem) !important; font-weight: 400; }
.halosal-site-footer__contact:hover { color: var(--footer-aqua) !important; }

.halosal-site-footer__bottom { display: flex; justify-content: space-between; gap: 32px; margin: clamp(16px, 2vw, 30px) calc(clamp(28px, 7.1vw, 120px) * -1) 0; padding: clamp(26px, 3vw, 48px) clamp(28px, 7.1vw, 120px); border-top: 1px solid rgba(255,255,255,.26); }
.halosal-site-footer__bottom p, .halosal-site-footer__bottom a, .halosal-site-footer__bottom span { margin: 0; color: var(--footer-paper) !important; font-family: "Outfit", sans-serif !important; font-size: clamp(.78rem, .85vw, .92rem) !important; line-height: 1.4; }
.halosal-site-footer__legal { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-end; white-space: normal; }
.halosal-site-footer__legal a { text-decoration: none; }
.halosal-site-footer__legal a:hover { color: var(--footer-aqua) !important; }

@media (max-width: 1024px) {
    .halosal-site-footer__main { grid-template-columns: 1fr 1fr; gap: 58px 44px; }
    .halosal-site-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
    #footbs.halosal-site-footer { margin-top: 74px !important; }
    .halosal-site-footer__wave { height: 74px; }
    .halosal-site-footer__inner { padding: 42px 24px 0; }
    .halosal-site-footer__main { grid-template-columns: 1fr; gap: 46px; }
    .halosal-site-footer__brand { grid-column: auto; }
    .halosal-site-footer__logo-wrap { width: min(100%, 310px); }
    .halosal-site-footer__intro { margin-top: 33px !important; }
    .halosal-site-footer__bottom { flex-direction: column; gap: 20px; margin-right: -24px; margin-left: -24px; padding: 25px 24px; }
    .halosal-site-footer__legal { justify-content: flex-start; gap: 12px; }
}



/* nav header staccato */

    header#masthead {
        left: 50%;
        transform: translateX(-50%) translateY(20px) !important;
        position: fixed;
        width: 90vw;
        border-radius: 40px;
        overflow: visible;
        transition: all 0.5s ease-in-out;
        z-index: 10010;
    }

    header#masthead .main-header-bar-wrap,
    header#masthead .main-header-bar,
    header#masthead .ast-primary-header-bar {
        border-radius: 40px;
        background-clip: padding-box;
    }

    header#masthead .main-header-menu .sub-menu {
        z-index: 10020;
    }

    header#masthead .main-header-menu .sub-menu .menu-link {
        color: #000000 !important;
    }

    header#masthead .main-header-menu .sub-menu .menu-link:hover,
    header#masthead .main-header-menu .sub-menu .menu-link:focus-visible {
        color: #8f7a00 !important;
    }

    @media (min-width: 769px) {
        header#masthead .main-header-menu .menu-item-has-children {
            position: relative;
        }

        header#masthead .main-header-menu .menu-item-has-children:hover > .sub-menu,
        header#masthead .main-header-menu .menu-item-has-children:focus-within > .sub-menu {
            left: 0;
            top: 100%;
            opacity: 1;
            visibility: visible;
        }
    }





/* fine nav header staccato */


@media(max-width: 768px) {
    .selWorks {
        width: 80%;
    }
    .coverP {
        width: 100%;
    }
    .site-header {
        position:static !important;
        background: transparent;
        position: fixed !important;
    }
    .ast-header-break-point .ast-primary-header-bar {
        box-shadow: 0px 1px 20px 0px #fbed51;
    }
    .main-header-bar {
        border: none !important;
    }
    #footbs {
        width: 100%;
    }
    
    .logos a i::before{
        padding:20px;
    }
    .site-content {
        /* margin-bottom: 50px; */
    }
    .certificazioni {
        justify-content: center;
    }
    .brands_item img {
        width: 30%;
    }
    .brands_item {
        height: 60px;
    }
    #spanvidtext{
        width: 92%;
    }

    .imgbox {
        width: 100% !important;
        height: 460px!important;
    }
    .imgbox img{
        object-fit: cover;
        position: absolute;
        height: 100%;
        width: 100%;
        transition: transform 0.3s ease;
    }

    #ast-hf-mobile-menu li a {
        color: #000000 !important;
        text-align: center;
    }
    #ast-hf-mobile-menu li a:hover,
    #ast-hf-mobile-menu li a:focus-visible,
    #ast-hf-mobile-menu li.current-menu-item > a,
    #ast-hf-mobile-menu li.current_page_item > a {
        color: #8f7a00 !important;
    }
    #ast-hf-mobile-menu li svg {
        color: currentColor !important;
    }
    #ast-hf-mobile-menu .menu-item-has-children > .ast-menu-toggle,
    #ast-hf-mobile-menu .menu-item-has-children > .ast-menu-toggle svg {
        color: #000000 !important;
        fill: #000000 !important;
        stroke: #000000 !important;
    }
    #socialFoot {
        justify-content: center;
    }


    /* nav header staccato */

        header#masthead {
            transform: translateX(-50%) translateY(2%) !important;
        
        }

        .ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
            display: block;
            position: relative;
            width: 100%;
        }
        .site-navigation .menu-item a {
            color: #000000 !important;
            padding: 0 !important;
        }
        .site-navigation .menu-item a:hover,
        .site-navigation .menu-item a:focus-visible {
            color: #8f7a00 !important;
        }
        .ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
            border-style:  inset;
        }

        .page-template-servizi header#masthead,
        .page-template-servizi .site-header {
            position: fixed !important;
            z-index: 10020 !important;
        }
        .page-template-servizi .ast-mobile-header-wrap,
        .page-template-servizi .ast-mobile-header-content {
            z-index: 10021 !important;
        }

        
        
    /* fine nav header staccato */

}

.page-template-galleria .site-content .ast-container {
    display: contents;
}

.page-template-galleria #primary,
.page-template-galleria .entry-content {
    width: 100%;
    max-width: none;
}

.halosal-gallery-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.halosal-gallery-cover {
    position: relative;
    min-height: clamp(360px, 52vh, 560px);
    padding: 15px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.halosal-gallery-cover > img,
.halosal-gallery-cover__shade {
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 40px;
}

.halosal-gallery-cover > img {
    object-fit: cover;
    object-position: center;
}

.halosal-gallery-cover__shade {
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.78) 0%, rgba(5, 17, 27, 0.28) 52%, rgba(5, 17, 27, 0.72) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.08) 62%);
}

.halosal-gallery-cover__content {
    position: relative;
    z-index: 2;
    min-height: calc(clamp(360px, 52vh, 560px) - 30px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
    align-items: end;
    gap: clamp(28px, 5vw, 90px);
    padding: clamp(32px, 4vw, 68px);
    color: #ffffff;
}

.halosal-gallery-cover__content p:first-child {
    margin: 0 0 18px;
    color: #fbed51;
    font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-gallery-cover h1 {
    max-width: 8.2em;
    margin: 0;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.8rem, 6.6vw, 6.8rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-gallery-cover__claim {
    width: min(100%, 390px);
    margin: 0 0 4px auto;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.02rem, 1.25vw, 1.38rem) !important;
    font-weight: 400;
    line-height: 1.32;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
}

.halosal-gallery-content {

    background: #f3f3f3;
}

.halosal-gallery-content__shell {
    width: min(1120px, calc(100vw - 12vw));
    margin: 0 auto;
}

.halosal-events-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.halosal-events-hero {
    position: relative;
    min-height: clamp(430px, 68vh, 720px);
    padding: 15px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.halosal-events-hero > img,
.halosal-events-hero__shade {
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 40px;
}

.halosal-events-hero > img {
    object-fit: cover;
    object-position: center 42%;
}

.halosal-events-hero__shade {
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.8) 0%, rgba(5, 17, 27, 0.26) 52%, rgba(5, 17, 27, 0.72) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.08) 62%);
}

.halosal-events-hero__content {
    position: relative;
    z-index: 2;
    min-height: calc(clamp(430px, 68vh, 720px) - 30px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
    align-items: end;
    gap: clamp(32px, 5vw, 90px);
    padding: clamp(36px, 4vw, 72px);
    color: #ffffff;
}

.halosal-events-hero__content p:first-child,
.halosal-events-list__head p {
    margin: 0 0 18px;
    color: #fbed51;
    font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-events-hero h1,
.halosal-events-list__head h2 {
    margin: 0;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-events-hero h1 {
        max-width: 12em;
    color: #ffffff;
    font-size: clamp(2.85rem, 5.7vw, 6.8rem);
}

.halosal-events-hero__claim {
    width: min(100%, 410px);
    margin: 0 0 4px auto;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.02rem, 1.25vw, 1.42rem) !important;
    font-weight: 400;
    line-height: 1.32;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
}

.halosal-events-editor {
    padding: clamp(42px, 4vw, 72px) 0;
    background: #ffffff;
}

.halosal-events-editor__shell {
    width: min(980px, calc(100vw - 16vw));
    margin: 0 auto;
    color: #303030;
}

.halosal-events-list {
    scroll-margin-top: 150px;
    padding: clamp(82px, 8vw, 128px) 0 clamp(72px, 8vw, 132px);
    background: #f3f3f3;
}

.halosal-events-list__shell {
    width: min(1180px, calc(100vw - 10vw));
    margin: 0 auto;
}

.halosal-events-list__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(18px, 2vw, 28px);
    margin-bottom: clamp(34px, 4vw, 64px);
}

.halosal-events-list__head p {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding: 2px 8px 3px;
    background: #fbed51;
    color: #000000;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.85rem, 3.1vw, 3.4rem) !important;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-events-list__head h2 {
    max-width: 760px;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.18rem, 1.8vw, 2rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: none;
}

.halosal-events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 30px);
}

.halosal-events-group + .halosal-events-group {
    margin-top: clamp(54px, 6vw, 94px);
    padding-top: clamp(44px, 5vw, 76px);
    border-top: 1px solid rgba(17, 17, 17, 0.14);
}

.halosal-events-group__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(22px, 3vw, 38px);
}

.halosal-events-group__head span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    background: #111111;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.05rem, 1.65vw, 1.85rem) !important;
    font-weight: 400;
    line-height: 0.95;
    text-transform: uppercase;
}

.halosal-events-group--upcoming .halosal-events-group__head span {
    background: #fbed51;
    color: #000000;
}

.halosal-events-group__head p {
    max-width: 380px;
    margin: 0;
    color: #4a4a4a;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.98rem, 1vw, 1.08rem) !important;
    font-weight: 700;
    line-height: 1.25;
    text-align: right;
}

.halosal-event-card {
    min-width: 0;
    background: #ffffff;
    color: #111111;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

.halosal-event-card--upcoming {
    border-color: rgba(251, 237, 81, 0.75);
    box-shadow: 0 20px 52px rgba(17, 17, 17, 0.1);
}

.halosal-event-card--past {
    background: #fbfbfb;
}

.halosal-event-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1.16 / 1;
    background: #d8d8d8;
    overflow: hidden;
}

.halosal-event-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.halosal-event-card:hover .halosal-event-card__media img {
    transform: scale(1.045);
}

.halosal-event-card--past .halosal-event-card__media img {
    filter: saturate(0.72);
}

.halosal-event-card__status {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    padding: 8px 11px;
    background: rgba(17, 17, 17, 0.86);
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.76rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-event-card--upcoming .halosal-event-card__status {
    background: #fbed51;
    color: #000000;
}

.halosal-event-card__body {
    padding: clamp(22px, 2.4vw, 34px);
}

.halosal-event-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin-bottom: 18px;
}

.halosal-event-card__meta time,
.halosal-event-card__meta span {
    color: #565656;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-event-card h3 {
    margin: 0 0 18px;
}

.halosal-event-card h3 a {
    color: #111111 !important;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.22rem, 1.65vw, 1.86rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none !important;
    text-transform: uppercase;
}

.halosal-event-card p {
    min-height: 4.35em;
    margin: 0 0 24px;
    color: #303030;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.94rem, 0.95vw, 1.02rem) !important;
    font-weight: 400;
    line-height: 1.45;
}

.halosal-event-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

.halosal-event-card__link span {
    color: #fbed51;
    font-size: 1.4rem;
    line-height: 0;
    transition: transform 0.2s ease;
}

.halosal-event-card__link:hover span,
.halosal-event-card__link:focus-visible span {
    transform: translateX(4px);
}

.halosal-events-empty {
    padding: clamp(38px, 5vw, 72px);
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.halosal-events-empty--compact {
    padding: clamp(26px, 3vw, 42px);
}

.halosal-events-empty p {
    margin: 0;
    color: #303030;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.1rem, 1.5vw, 1.45rem) !important;
    line-height: 1.35;
}

@media (max-width: 1024px) {
    .halosal-events-hero__content,
    .halosal-events-list__head {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .halosal-events-hero__claim {
        margin-left: 0;
    }

    .halosal-events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .halosal-events-group__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .halosal-events-group__head p {
        max-width: 620px;
        text-align: left;
    }

    .halosal-gallery-cover__content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .halosal-gallery-cover__claim {
        margin-left: 0;
    }
}

@media (max-width: 764px) {
    .halosal-events-hero {
        min-height: 480px;
        padding: 0;
    }

    .halosal-events-hero > img,
    .halosal-events-hero__shade {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .halosal-events-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.12) 0%, rgba(5, 17, 27, 0.82) 56%, rgba(5, 17, 27, 0.94) 100%);
    }

    .halosal-events-hero__content {
        min-height: 480px;
        padding: 104px 22px 34px;
    }

    .halosal-events-hero h1 {
        font-size: clamp(2.45rem, 13vw, 4rem);
    }

    .halosal-events-hero__claim {
        font-size: 1.05rem !important;
        line-height: 1.3;
    }

    .halosal-events-editor__shell,
    .halosal-events-list__shell {
        width: min(100%, calc(100vw - 30px));
    }

    .halosal-events-list {
        scroll-margin-top: 96px;
        padding-top: 64px;
    }

    .halosal-events-list__head h2 {
        font-size: clamp(1.08rem, 5.4vw, 1.55rem);
    }

    .halosal-events-list__head p {
        font-size: clamp(1.55rem, 9.2vw, 2.45rem) !important;
        padding: 2px 6px 3px;
    }

    .halosal-events-grid {
        grid-template-columns: 1fr;
    }

    .halosal-events-group + .halosal-events-group {
        margin-top: 44px;
        padding-top: 38px;
    }

    .halosal-events-group__head {
        gap: 14px;
    }

    .halosal-events-group__head span {
        font-size: clamp(0.98rem, 6.2vw, 1.35rem) !important;
    }

    .halosal-event-card__media {
        aspect-ratio: 1.22 / 1;
    }

    .halosal-event-card p {
        min-height: 0;
    }

    .halosal-gallery-cover {
        min-height: 430px;
        padding: 0;
    }

    .halosal-gallery-cover > img,
    .halosal-gallery-cover__shade {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .halosal-gallery-cover__shade {
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.12) 0%, rgba(5, 17, 27, 0.82) 58%, rgba(5, 17, 27, 0.94) 100%);
    }

    .halosal-gallery-cover__content {
        min-height: 430px;
        padding: 104px 22px 34px;
    }

    .halosal-gallery-cover h1 {
        font-size: clamp(2.5rem, 14vw, 4rem);
    }

    .halosal-gallery-cover__claim {
        font-size: 1.05rem !important;
        line-height: 1.3;
    }

    .halosal-gallery-content__shell {
        width: min(100%, calc(100vw - 30px));
    }
}

.single-post .site-content .ast-container,
.single-sp_event .site-content .ast-container {
    display: contents;
}

.single-post.ast-separate-container .site-content .ast-container,
.single-sp_event.ast-separate-container .site-content .ast-container {
    max-width: none;
    padding: 0;
}

.single-post #primary,
.single-post .entry-content,
.single-sp_event #primary,
.single-sp_event .entry-content {
    width: 100%;
    max-width: none;
}

.single-post.ast-separate-container .ast-article-single,
.single-sp_event.ast-separate-container .ast-article-single {
    padding: 0;
}

.halosal-single-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.halosal-single-hero {
    position: relative;
    min-height: clamp(360px, 52vh, 560px);
    padding: 15px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.halosal-single-hero > img,
.halosal-single-hero__shade {
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 40px;
    overflow: hidden;
}

.halosal-single-hero > img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.halosal-single-hero__shade {
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.86) 0%, rgba(5, 17, 27, 0.34) 54%, rgba(5, 17, 27, 0.78) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.1) 62%);
}

.halosal-single-hero__content {
    position: relative;
    z-index: 2;
    min-height: calc(clamp(360px, 52vh, 560px) - 30px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.3fr);
    align-items: end;
    gap: clamp(28px, 5vw, 90px);
    padding: clamp(32px, 4vw, 68px);
    color: #ffffff;
}

.halosal-single-hero__title {
    min-width: 0;
}

.halosal-single-hero__back,
.halosal-single-hero__title p,
.halosal-single-hero__meta time,
.halosal-single-hero__meta span {
    font-family: "Gravity", sans-serif !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-single-hero__back {
    display: inline-flex;
    align-items: center;
    margin-bottom: clamp(26px, 3vw, 46px);
    padding: 13px 18px;
    border-radius: 999px;
    background: #fbed51;
    color: #111111 !important;
    font-size: 0.82rem !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.halosal-single-hero__back:hover,
.halosal-single-hero__back:focus-visible {
    background: #b5f830;
    transform: translateY(-2px);
}

.halosal-single-hero__title p {
    margin: 0 0 18px;
    color: #fbed51;
    font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
}

.halosal-single-hero h1 {
    max-width: 8.8em;
    margin: 0;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.6rem, 5.2vw, 5.9rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-single-hero__meta {
    width: min(100%, 280px);
    margin-left: auto;
    padding: 20px;
    border-radius: 0;
    background: rgba(247, 247, 247, 0.96);
    color: #111111;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.16);
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.halosal-single-hero__meta time,
.halosal-single-hero__meta span {
    display: block;
    color: #111111;
    font-size: clamp(0.9rem, 1vw, 1.05rem) !important;
}

.halosal-single-hero__meta-label {
    margin-bottom: 10px;
    color: #777777 !important;
    font-size: 0.75rem !important;
}

.halosal-single-hero__meta-author,
.halosal-single-hero__meta-time {
    margin-top: 12px;
    color: #565656 !important;
}

.halosal-single-body {
    padding: clamp(58px, 7vw, 118px) 0;
    background: #f3f3f3;
}

.halosal-single-body__shell {
    width: min(1120px, calc(100vw - 12vw));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
    gap: clamp(38px, 6vw, 96px);
    align-items: start;
}

.halosal-single-body__aside {
    position: sticky;
    top: 110px;
}

.halosal-single-body__aside > p {
    width: fit-content;
    margin: 0 0 26px;
    padding: 2px 8px 3px;
    background: #fbed51;
    color: #000000;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.55rem, 2.0vw, 2.55rem) !important;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-single-body__share {
    display: grid;
    gap: 10px;
}

.halosal-single-body__share a,
.halosal-single-nav__archive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 20px;
    border-radius: 5px;
    background: #151515;
    color: #ffffff !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.halosal-single-body__share a:hover,
.halosal-single-body__share a:focus-visible,
.halosal-single-nav__archive:hover,
.halosal-single-nav__archive:focus-visible {
    background: #e94016;
    transform: translateY(-2px);
}

.halosal-single-content {
    min-width: 0;
    padding: clamp(30px, 4vw, 58px);
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

.halosal-single-content > *:first-child {
    margin-top: 0;
}

.halosal-single-content > *:last-child {
    margin-bottom: 0;
}

.halosal-single-content p,
.halosal-single-content li {
    color: #303030;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.04rem, 1.05vw, 1.18rem) !important;
    font-weight: 400;
    line-height: 1.62;
}

.halosal-single-content p {
    margin: 0 0 1.45em;
}

.halosal-single-content h2,
.halosal-single-content h3,
.halosal-single-content h4 {
    margin: 1.4em 0 0.55em;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-single-content h2 {
    font-size: clamp(2rem, 3.2vw, 3.75rem);
}

.halosal-single-content h3 {
    font-size: clamp(1.55rem, 2.15vw, 2.45rem);
}

.halosal-single-content h4 {
    font-size: clamp(1.25rem, 1.55vw, 1.8rem);
}

.halosal-single-content a {
    color: #111111 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 900;
    text-decoration-color: #fbed51 !important;
    text-decoration-thickness: 0.18em !important;
    text-underline-offset: 0.16em;
}

.halosal-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.halosal-single-content blockquote {
    margin: clamp(28px, 4vw, 52px) 0;
    padding: clamp(24px, 3vw, 42px);
    border-left: 8px solid #fbed51;
    background: #f3f3f3;
}

.halosal-single-content blockquote p {
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.35rem, 2vw, 2.25rem) !important;
    line-height: 1.02;
    text-transform: uppercase;
}

.halosal-single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(34px, 4vw, 58px);
    padding-top: 26px;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.halosal-single-tags a {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f3f3f3;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

.halosal-single-nav {
    padding: 0 0 clamp(70px, 8vw, 132px);
    background: #f3f3f3;
}

.halosal-single-nav__shell {
    width: min(1120px, calc(100vw - 12vw));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: clamp(18px, 3vw, 42px);
    align-items: stretch;
}

.halosal-single-nav__item {
  min-height: fit-content;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.halosal-single-nav__item--next {
    text-align: right;
}

.halosal-single-nav__item span {
    display: block;
    margin-bottom: 15px;
    color: #565656;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-single-nav__item a {
    color: #111111 !important;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.16rem, 1.55vw, 1.72rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none !important;
    text-transform: uppercase;
}

.halosal-single-nav__archive {
    align-self: center;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .halosal-single-hero__content,
    .halosal-single-body__shell,
    .halosal-single-nav__shell {
        grid-template-columns: 1fr;
    }

    .halosal-single-hero__meta {
        margin-left: 0;
    }

    .halosal-single-body__aside {
        position: static;
    }

    .halosal-single-body__share {
        display: flex;
        flex-wrap: wrap;
    }

    .halosal-single-nav__item--next {
        text-align: left;
    }

    .halosal-single-nav__archive {
        justify-self: start;
    }
}

@media (max-width: 764px) {
    .halosal-single-hero {
        min-height: 430px;
        padding: 0;
    }

    .halosal-single-hero > img,
    .halosal-single-hero__shade {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .halosal-single-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.14) 0%, rgba(5, 17, 27, 0.82) 50%, rgba(5, 17, 27, 0.95) 100%);
    }

    .halosal-single-hero__content {
        min-height: 430px;
        padding: 104px 22px 34px;
    }

    .halosal-single-hero h1 {
        font-size: clamp(2.25rem, 11vw, 3.65rem);
    }

    .halosal-single-hero__meta {
        width: 100%;
        padding: 18px;
    }

    .halosal-single-body__shell,
    .halosal-single-nav__shell {
        width: min(100%, calc(100vw - 30px));
    }

    .halosal-single-body {
        padding: 46px 0 58px;
    }

    .halosal-single-content {
        padding: 26px 20px;
    }

    .halosal-single-content p,
    .halosal-single-content li {
        font-size: 1rem !important;
        line-height: 1.58;
    }

    .halosal-single-body__aside > p {
        font-size: clamp(1.45rem, 8.5vw, 2.15rem) !important;
    }

    .halosal-single-nav__item {
        min-height: 0;
    }
}

.halosal-calendar-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.halosal-calendar-hero {
    min-height: clamp(360px, 52vh, 560px);
}

.halosal-calendar-hero .halosal-about-hero__content {
    min-height: calc(clamp(360px, 52vh, 560px) - 30px);
}

.halosal-calendar-hero .halosal-about-hero__shade {
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.82) 0%, rgba(5, 17, 27, 0.36) 48%, rgba(5, 17, 27, 0.88) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.05) 58%);
}

.halosal-calendar-hero__claim p {
    margin: 0;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.05rem, 1.35vw, 1.42rem) !important;
    font-weight: 800;
    line-height: 1.24;
}

.halosal-calendar-board {
    padding: clamp(62px, 7vw, 118px) 0;
    background: #f3f3f3;
}

.halosal-calendar-jump {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 0 0 clamp(30px, 4vw, 54px);
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.halosal-calendar-jump__label {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 14px;
    background: #111111;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-calendar-jump__shell {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}

.halosal-calendar-jump__shell::-webkit-scrollbar {
    display: none;
}

.halosal-calendar-jump a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #f7f7f7;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.halosal-calendar-jump a:hover,
.halosal-calendar-jump a:focus-visible {
    border-color: #111111;
    background: #fbed51;
    color: #111111 !important;
}

.halosal-calendar-board__shell {
    width: min(1240px, calc(100vw - 12vw));
    margin: 0 auto;
}

.halosal-calendar-board__head {
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.82fr);
    gap: clamp(24px, 4vw, 70px);
    align-items: end;
    margin-bottom: clamp(32px, 4vw, 58px);
}

.halosal-calendar-board__head h2 {
    margin: 0;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.35rem, 4.6vw, 5.4rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-calendar-board__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(18px, 2.7vw, 36px);
    align-items: start;
}

.halosal-calendar-board__calendar,
.halosal-calendar-board__list {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.halosal-calendar-board__calendar {
    --halosal-calendar-card-pad: clamp(18px, 2vw, 28px);
    padding: var(--halosal-calendar-card-pad);
}

.halosal-calendar-board__list {
    --halosal-calendar-card-pad: clamp(18px, 2.3vw, 34px);
    position: relative;
    min-width: 0;
    padding: var(--halosal-calendar-card-pad);
    overflow: hidden;
}

.halosal-calendar-board__list::before {
    content: "Scorri la tabella →";
    display: inline-flex;
    align-items: center;
    margin: 0 0 14px;
    padding: 8px 11px;
    background: #fbed51;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-calendar-board__list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: clamp(34px, 5vw, 72px);
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 82%);
}

.halosal-calendar-board .sportspress {
    margin: 0;
}

.halosal-calendar-board .sportspress h4,
.halosal-calendar-board .sp-table-caption {
    margin: 0 0 18px;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.halosal-calendar-board table {
    width: 100%;
    border-collapse: collapse;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
}

.halosal-calendar-board th,
.halosal-calendar-board td {
    padding: 13px 12px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    font-size: 0.92rem !important;
    line-height: 1.25;
    vertical-align: middle;
}

.halosal-calendar-board th {
    background: #111111;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

.halosal-calendar-board td {
    background: #ffffff;
}

.halosal-calendar-board a {
    color: #111111 !important;
    font-weight: 900;
    text-decoration-color: rgba(17, 17, 17, 0.28) !important;
    text-underline-offset: 3px;
}

.halosal-calendar-board a:hover,
.halosal-calendar-board a:focus-visible {
    color: #6d7c00 !important;
    text-decoration-color: #b5f830 !important;
}

.halosal-calendar-board .sp-result {
    display: inline-flex;
    min-width: 28px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    background: #fbed51;
    color: #111111;
    font-weight: 900;
}

@media (max-width: 1024px) {
    .halosal-calendar-board__head,
    .halosal-calendar-board__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 764px) {
    .halosal-calendar-hero {
        min-height: 430px;
    }

    .halosal-calendar-hero .halosal-about-hero__content {
        min-height: 430px;
    }

    .halosal-calendar-hero .halosal-about-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.2) 0%, rgba(5, 17, 27, 0.84) 52%, rgba(5, 17, 27, 0.95) 100%);
    }

    .halosal-calendar-board {
        padding: 46px 0 64px;
    }

    .halosal-calendar-jump {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
    }

    .halosal-calendar-jump__shell {
        display: flex;
        width: 100%;
    }

    .halosal-calendar-jump a {
        flex: 0 0 auto;
        min-height: 40px;
        padding: 11px 13px;
        font-size: 0.74rem !important;
    }

    .halosal-calendar-jump__label {
        width: fit-content;
        min-height: 36px;
        padding: 0 12px;
        font-size: 0.72rem !important;
    }

    .halosal-calendar-board__shell {
        width: min(100%, calc(100vw - 30px));
    }

    .halosal-calendar-board__head {
        margin-bottom: 26px;
    }

    .halosal-calendar-board__head h2 {
        font-size: clamp(2rem, 11vw, 3.45rem);
    }

    .halosal-calendar-board__calendar,
    .halosal-calendar-board__list {
        padding: 15px;
    }

    .halosal-calendar-board__list::before {
        margin-bottom: 12px;
        font-size: 0.72rem !important;
    }

    .halosal-calendar-board th,
    .halosal-calendar-board td {
        padding: 10px 9px;
        font-size: 0.82rem !important;
    }
}

.halosal-calendar-board__grid {
    grid-template-columns: 1fr;
}

.halosal-calendar-board__calendar {
    width: min(100%, 560px);
}

.halosal-calendar-board__calendar,
.halosal-calendar-board__list {
    border: 0;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.08);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.halosal-calendar-board__calendar .sp-table-caption,
.halosal-calendar-board__list .sp-table-caption {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin: calc(var(--halosal-calendar-card-pad) * -1) calc(var(--halosal-calendar-card-pad) * -1) 22px;
    padding: 14px var(--halosal-calendar-card-pad);
    background: #111111;
    color: #ffffff;
    font-size: 0.82rem !important;
    letter-spacing: 0;
}

.halosal-calendar-board__list .sp-table-caption {
    margin-bottom: 14px;
}

.halosal-calendar-board .sp-calendar-wrapper {
    overflow: hidden;
}

.halosal-calendar-board .sp-calendar {
    table-layout: fixed;
}

.halosal-calendar-board .sp-calendar th,
.halosal-calendar-board .sp-calendar td {
    width: 14.285%;
    height: 54px;
    padding: 0;
    text-align: center;
}

.halosal-calendar-board .sp-calendar th {
    height: 34px;
    background: #f3f3f3;
    color: #111111;
    border-color: #ffffff;
    font-size: 0.76rem !important;
}

.halosal-calendar-board .sp-calendar td {
    background: #ffffff;
    color: #2c2c2c;
    font-weight: 800;
}

.halosal-calendar-board .sp-calendar td.pad {
    background: #f7f7f7;
}

.halosal-calendar-board .sp-calendar a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    background: #fbed51;
    color: #111111 !important;
    text-decoration: none !important;
}

.halosal-calendar-board .sp-calendar #today {
    box-shadow: inset 0 0 0 3px #111111;
}

.halosal-calendar-board .sp-calendar tfoot td {
    height: 40px;
    background: #f3f3f3;
    border-color: #ffffff;
}

.halosal-calendar-board .sp-calendar tfoot a {
    width: auto;
    height: auto;
    min-height: 30px;
    padding: 7px 10px;
    background: #111111;
    color: #ffffff !important;
    font-size: 0.76rem !important;
    text-transform: uppercase;
}

.halosal-calendar-board__list,
.halosal-calendar-board__list .sp-table-wrapper {
    scrollbar-color: #111111 #e4e4e4;
    scrollbar-width: thin;
}

.halosal-calendar-board__list .sp-table-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 14px;
    -webkit-overflow-scrolling: touch;
}

.halosal-calendar-board__list::-webkit-scrollbar,
.halosal-calendar-board__list .sp-table-wrapper::-webkit-scrollbar {
    height: 12px;
}

.halosal-calendar-board__list::-webkit-scrollbar-track,
.halosal-calendar-board__list .sp-table-wrapper::-webkit-scrollbar-track {
    background: #e4e4e4;
}

.halosal-calendar-board__list::-webkit-scrollbar-thumb,
.halosal-calendar-board__list .sp-table-wrapper::-webkit-scrollbar-thumb {
    background: #111111;
    border: 3px solid #e4e4e4;
}

.halosal-calendar-board__list::before {
    margin-bottom: 18px;
    clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 7px 100%, 0 calc(100% - 7px));
}

.halosal-calendar-board .sp-table-wrapper {
    min-width: 0;
}

.halosal-calendar-board .sp-event-list {
    min-width: 1120px;
    table-layout: auto;
}

.halosal-calendar-board .sp-event-list th {
    padding: 14px 16px;
    background: #111111;
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 0.72rem !important;
    white-space: nowrap;
}

.halosal-calendar-board .sp-event-list td {
    padding: 18px 16px;
    border-color: rgba(17, 17, 17, 0.08);
    color: #202020;
    font-size: 0.9rem !important;
}

.halosal-calendar-board .sp-event-list tbody tr:nth-child(even) td {
    background: #fafafa;
}

.halosal-calendar-board .sp-event-list tbody tr:hover td {
    background: #fff9ba;
}

.halosal-calendar-board .sp-event-list date {
    display: none;
}

.halosal-calendar-board .sp-event-list .data-date {
    min-width: 132px;
    color: #565656;
}

.halosal-calendar-board .sp-event-list .data-event {
    min-width: 240px;
}

.halosal-calendar-board .sp-event-list .data-event a {
    font-family: "Gravity", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 900;
    text-decoration: none !important;
}

.halosal-calendar-board .sp-event-list .data-time {
    min-width: 128px;
    text-align: center;
}

.halosal-calendar-board .sp-event-list .data-time a {
    display: inline-flex;
    min-width: 76px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    background: #fbed51;
    color: #111111 !important;
    font-weight: 900;
    text-decoration: none !important;
}

.halosal-calendar-board .sp-event-list .data-league,
.halosal-calendar-board .sp-event-list .data-season,
.halosal-calendar-board .sp-event-list .data-venue,
.halosal-calendar-board .sp-event-list .data-day {
    color: #4c4c4c;
    font-size: 0.84rem !important;
}

.halosal-calendar-board .sp-event-list .data-article a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 7px 12px;
    background: #111111;
    color: #ffffff !important;
    font-size: 0.78rem !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.halosal-calendar-months {
    margin-top: clamp(42px, 5vw, 76px);
}

.halosal-calendar-months__head {
    display: grid;
    grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.86fr);
    gap: clamp(18px, 3vw, 48px);
    align-items: end;
    margin-bottom: 24px;
}

.halosal-calendar-months__head h3 {
    margin: 0;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.8rem, 3.2vw, 3.8rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: 0;
    text-transform: uppercase;
}

.halosal-calendar-months__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
}

.halosal-calendar-months__item {
    min-width: 0;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
    clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px));
}

.halosal-calendar-months__item .sp-table-caption {
    min-height: 38px;
    margin: -18px -18px 14px;
    padding: 11px 18px;
    background: #111111;
    color: #ffffff;
    font-size: 0.76rem !important;
}

.halosal-calendar-months__item .sp-calendar th,
.halosal-calendar-months__item .sp-calendar td {
    height: 38px;
    font-size: 0.78rem !important;
}

.halosal-calendar-months__item .sp-calendar th {
    height: 28px;
}

.halosal-calendar-months__item .sp-calendar a {
    width: 28px;
    height: 28px;
}

.halosal-calendar-months__item .sp-calendar tfoot {
    display: none;
}

@media (max-width: 764px) {
    .halosal-calendar-board__calendar {
        width: 100%;
    }

    .halosal-calendar-board__calendar .sp-table-caption,
    .halosal-calendar-board__list .sp-table-caption {
        min-height: 42px;
        margin: -15px -15px 16px;
        padding: 13px 15px;
    }

    .halosal-calendar-board .sp-calendar th,
    .halosal-calendar-board .sp-calendar td {
        height: 44px;
    }

    .halosal-calendar-board .sp-calendar a {
        width: 30px;
        height: 30px;
    }

    .halosal-calendar-board .sp-event-list {
        min-width: 1080px;
    }

    .halosal-calendar-board .sp-event-list td {
        padding: 15px 13px;
    }

    .halosal-calendar-months__head,
    .halosal-calendar-months__grid {
        grid-template-columns: 1fr;
    }

    .halosal-calendar-months__head h3 {
        font-size: clamp(1.8rem, 10vw, 3rem);
    }
}

.halosal-timetics-single {
    min-height: 70vh;
    padding: clamp(120px, 14vw, 180px) 20px clamp(56px, 8vw, 96px);
    background: #f6f7f4;
}

.halosal-timetics-single__shell {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.halosal-timetics-cancel {
    max-width: 680px;
    padding: clamp(28px, 5vw, 48px);
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.halosal-timetics-cancel__eyebrow {
    margin: 0 0 10px;
    color: #8b1e1e;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.halosal-timetics-cancel h1 {
    margin: 0 0 18px;
    color: #111111;
    font-size: clamp(2rem, 5vw, 3.4rem);
}

.halosal-timetics-cancel p,
.halosal-timetics-cancel label {
    color: #2d2d2d;
    font-size: 1rem;
    line-height: 1.6;
}

.halosal-timetics-cancel__form {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.halosal-timetics-cancel textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px;
    border: 1px solid rgba(17, 17, 17, 0.18);
    resize: vertical;
}

.halosal-timetics-cancel__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    background: #8b1e1e;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.halosal-booking-timetics button:has(.halosal-slot-remaining) {
    display: inline-grid;
    min-width: 76px;
    min-height: 52px;
    gap: 2px;
    align-content: center;
    justify-items: center;
}

.halosal-slot-remaining {
    display: block;
    color: #177b8a;
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1.1;
}

.halosal-slot-full {
    opacity: 0.55;
}

.halosal-timetics-onsite-price {
    width: auto !important;
    max-width: 100%;
    min-height: 34px;
    padding: 7px 13px !important;
    border-radius: 999px !important;
    white-space: normal !important;
    line-height: 1.2 !important;
}

.halosal-booking-party {
    min-width: 0;
    margin: 22px 0;
    padding: 20px;
    border: 1px solid #7acbd2;
    border-radius: 8px;
    background: #e7f7f8;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
}

.halosal-booking-party legend {
    padding: 0 8px;
    color: #1f3037;
    font-size: 17px !important;
    font-weight: 700;
}

.halosal-booking-party__status {
    margin: 0 0 16px;
    padding: 11px 13px;
    border-left: 4px solid #177b8a;
    background: #d5f0f2;
    color: #173d47;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.4;
}

.halosal-booking-party__price {
    margin: -4px 0 16px;
    padding: 10px 13px;
    border: 1px solid #d8c26c;
    border-radius: 4px;
    background: #fffbe8;
    color: #4b3d08;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.35;
}

.halosal-booking-party__treatment {
    margin-bottom: 14px;
}

.halosal-booking-party__privacy {
    display: none;
    margin: 0 0 14px;
    padding: 11px 13px;
    border-left: 3px solid #b57a12;
    background: #fff8e7;
    color: #66450c;
    font-size: 14px !important;
    line-height: 1.45;
}

.halosal-booking-party.is-cutaneous .halosal-booking-party__privacy {
    display: block;
}

.halosal-booking-party.is-error .halosal-booking-party__status {
    border-left-color: #a83c32;
    background: #fff1ef;
    color: #7d2821;
}

.halosal-booking-party.is-exclusive .halosal-booking-party__status {
    border-left-color: #b57a12;
    background: #fff8e7;
    color: #66450c;
}

.halosal-booking-party__grid {
    display: grid;
    grid-template-columns: minmax(190px, 2fr) minmax(90px, 1fr) minmax(90px, 1fr);
    gap: 12px;
}

.halosal-booking-party label {
    display: grid;
    gap: 6px;
    color: #173d47;
    font-size: 13px !important;
    font-weight: 700;
}

.halosal-booking-party select,
.halosal-booking-party input[type="number"],
.halosal-booking-party textarea {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #73c8d0;
    border-radius: 4px;
    background: #ffffff;
    color: #1f3037;
    font-size: 15px !important;
}

.halosal-booking-party select:focus,
.halosal-booking-party input[type="number"]:focus,
.halosal-booking-party textarea:focus {
    border-color: #177b8a;
    box-shadow: 0 0 0 3px rgba(23,123,138,.14);
    outline: none;
}

.halosal-booking-party select:disabled,
.halosal-booking-party input:disabled {
    cursor: not-allowed;
    background: #edf2f2;
    color: #58696e;
    opacity: 1;
}

.halosal-booking-party textarea {
    min-height: 82px;
    resize: vertical;
}

.halosal-booking-party__exclusive {
    display: flex !important;
    margin-top: 16px;
    gap: 9px !important;
    align-items: center;
}

.halosal-booking-party__exclusive input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #177b8a;
}

.halosal-package-planner {
    display: grid;
    gap: 14px;
    margin: 0 0 24px;
    padding: 20px;
    border: 1px solid #7acbd2;
    border-radius: 10px;
    background: #e7f7f8;
}

.halosal-package-planner legend {
    padding: 0 8px;
    color: #1f3037;
    font-size: 17px !important;
    font-weight: 700;
}

.halosal-package-planner label {
    display: grid;
    gap: 6px;
    color: #173d47;
    font-size: 13px !important;
    font-weight: 700;
}

.halosal-package-planner select {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #73c8d0;
    border-radius: 4px;
    background: #fff;
    color: #1f3037;
    font-size: 15px !important;
}

.halosal-package-planner__recurrence {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(23, 123, 138, .2);
    border-radius: 8px;
    background: #f8fdfd;
}

.halosal-package-planner__recurrence[hidden] {
    display: none;
}

.halosal-package-planner__days {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 0;
    border: 0;
}

.halosal-package-planner__days label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.halosal-package-planner__days input {
    width: 17px;
    height: 17px;
}

.halosal-package-planner p {
    margin: 0;
    color: #3d5861;
    font-size: 14px;
    line-height: 1.5;
}

.halosal-booking-consents {
	margin: 22px 0 0;
	padding: 24px;
	border: 1px solid #99d4d1;
	border-radius: 8px;
	background: #f7fcfc;
	color: #303b3d;
}

.halosal-booking-consents legend {
	padding: 0 8px;
	color: #173b42;
	font-size: 18px !important;
	font-weight: 800;
}

.halosal-booking-consents__intro,
.halosal-booking-consents__status {
	margin: 0 0 18px;
	color: #3f5660;
	font-size: 14px !important;
	line-height: 1.55;
}

.halosal-booking-consents__notice {
	display: grid;
	gap: 4px;
	margin-bottom: 18px;
	padding: 14px 16px;
	border-left: 4px solid #b57b24;
	background: #fff8e8;
	color: #5d4827;
	font-size: 13px;
	line-height: 1.45;
}

.halosal-booking-consents__documents {
	display: grid;
	gap: 9px;
	margin-bottom: 22px;
}

.halosal-consent-doc {
	border: 1px solid #b5dee2;
	border-radius: 6px;
	background: #fff;
}

.halosal-consent-doc.is-placeholder {
	border-color: #dfc68b;
}

.halosal-consent-doc summary {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 15px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
}

.halosal-consent-doc summary small {
	color: #66777d;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.halosal-consent-doc__body {
	padding: 0 15px 15px;
	color: #435b63;
	font-size: 13px;
	line-height: 1.5;
}

.halosal-consent-doc__body p {
	margin: 0 0 10px;
}

.halosal-consent-doc__body a {
	color: #116b78;
	font-weight: 800;
}

.halosal-consent-doc__status {
	display: block;
	margin: 8px 0;
	color: #805916;
	font-weight: 800;
}

.halosal-booking-consents__participants {
	display: grid;
	gap: 16px;
}

.halosal-consent-participant {
	padding: 20px;
	border: 1px solid #c8e5e7;
	border-left: 5px solid #177b8a;
	border-radius: 7px;
	background: #fff;
}

.halosal-consent-participant__head {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 16px;
}

.halosal-consent-participant__head span {
	color: #177b8a;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.halosal-consent-participant__head h4 {
	margin: 0;
	color: #173b42;
	font-size: 17px !important;
	line-height: 1.2;
}

.halosal-consent-participant__grid,
.halosal-consent-participant__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.halosal-consent-participant label {
	display: grid;
	gap: 7px;
	color: #304b53;
	font-size: 13px;
	font-weight: 750;
}

.halosal-consent-participant input[type="text"],
.halosal-consent-participant input[type="date"],
.halosal-consent-participant select {
	width: 100%;
	min-height: 44px;
	padding: 9px 11px;
	border: 1px solid #9ecbd0;
	border-radius: 5px;
	background: #fff;
	color: #303b3d;
	font-size: 14px;
}

.halosal-consent-participant__checks {
	display: grid;
	gap: 10px;
	margin: 18px 0;
}

.halosal-consent-participant .halosal-consent-check {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	font-weight: 500;
	line-height: 1.45;
}

.halosal-consent-check input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: #177b8a;
}

.halosal-consent-participant__choices small {
	color: #66777d;
	font-size: 11px;
	font-weight: 500;
}

.halosal-booking-consents__status {
	margin: 18px 0 0;
	font-weight: 800;
}

@media (max-width: 620px) {
	.halosal-booking-consents,
	.halosal-consent-participant {
		padding: 18px;
	}

	.halosal-consent-participant__grid,
	.halosal-consent-participant__choices {
		grid-template-columns: 1fr;
	}

	.halosal-consent-doc summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}
}

@media (max-width: 620px) {
    .halosal-booking-party {
        padding: 15px;
    }

    .halosal-booking-party__grid {
        grid-template-columns: 1fr 1fr;
    }

    .halosal-booking-party__formula {
        grid-column: 1 / -1;
    }
}

/* Chi siamo: struttura visiva allineata alla pagina Prenotazioni. */
.hs-about{background:#f3f3f3;color:#111}.hs-about h1,.hs-about h2,.hs-about h3{font-family:"Sequel","Archivo Black",sans-serif!important;font-weight:400!important;letter-spacing:0;text-transform:uppercase}.hs-about p{font-family:"Gravity",sans-serif!important}.hs-about__eyebrow{color:#177b8a;font-family:"Gravity",sans-serif!important;font-size:clamp(.82rem,.9vw,1rem)!important;font-weight:900!important;line-height:1;letter-spacing:0;text-transform:uppercase}.hs-about__hero{min-height:clamp(500px,72vh,760px);display:block;padding:15px;background:#fff}.hs-about__hero-media{inset:15px;z-index:0;overflow:hidden;border-radius:40px}.hs-about__hero-media:after{z-index:1;background:linear-gradient(90deg,rgba(5,31,37,.84) 0%,rgba(5,31,37,.32) 48%,rgba(5,31,37,.78) 100%),linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,.08) 60%)}.hs-about__hero-shell{position:relative;z-index:2;min-height:calc(clamp(500px,72vh,760px) - 30px);display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.34fr);grid-template-rows:1fr auto;gap:28px clamp(32px,5vw,90px);align-items:end;padding:clamp(36px,4vw,72px);color:#fff}.hs-about__hero-copy{align-self:end}.hs-about__hero .hs-about__eyebrow{margin:0 0 18px!important;color:#99d4d1}.hs-about h1{max-width:10.5em;font-size:clamp(3.1rem,6.8vw,8rem)!important;line-height:.9}.hs-about__hero-note{width:min(100%,430px);margin:0 0 4px auto;padding:0;border:0}.hs-about__hero-note p{margin:0 0 clamp(22px,3vw,34px);font-size:clamp(1.02rem,1.25vw,1.42rem)!important;font-weight:400;line-height:1.32;text-shadow:0 14px 28px rgba(0,0,0,.38)}.hs-about__button,.hs-about__button--light{min-height:50px;padding:13px 24px;border-radius:6px;background:#60a9b5;color:#fff!important;font-family:"Gravity",sans-serif!important;font-size:.95rem!important;font-weight:700}.hs-about__button:hover,.hs-about__button:focus-visible,.hs-about__button--light:hover,.hs-about__button--light:focus-visible{background:#177b8a;color:#fff!important}.hs-about__hero-meta{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:0;align-items:center;padding-top:14px;border-top:1px solid rgba(255,255,255,.26)}.hs-about__hero-meta span{padding:0 17px;border-right:1px solid rgba(255,255,255,.35);color:#fff;font-family:"Gravity",sans-serif!important;font-size:.79rem;font-weight:700;line-height:1;text-transform:uppercase}.hs-about__hero-meta span:first-child{padding-left:0}.hs-about__hero-meta span:last-child{border:0}.hs-about__editor{padding:42px 24px;background:#fff}.hs-about__founder{width:100%;display:grid;grid-template-columns:minmax(300px,.42fr) minmax(0,.58fr);gap:clamp(34px,5vw,76px);align-items:center;margin:0;padding:clamp(82px,8vw,128px) max(4vw,30px);background:radial-gradient(circle at 88% 18%,rgba(153,212,209,.18) 0 12%,transparent 28%),linear-gradient(135deg,#163f46 0%,#225d65 52%,#153b42 100%);color:#fff;overflow:hidden}.hs-about__founder-image{min-height:0;max-width:none;padding:0}.hs-about__founder-image:before{display:none}.hs-about__founder-image img{height:clamp(420px,48vw,650px);border-radius:8px;box-shadow:0 36px 90px rgba(3,12,24,.42)}.hs-about__image-caption{width:auto;margin:-1px 0 0!important;padding:16px 19px;background:#99d4d1;color:#173b42;font-family:"Gravity",sans-serif!important;font-size:.83rem!important;font-weight:700;box-shadow:none}.hs-about__founder-copy{position:relative;padding:clamp(24px,3vw,42px);border:1px solid rgba(255,255,255,.28);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 36px 90px rgba(3,12,24,.3);color:#111}.hs-about__founder-copy:before{content:"";position:absolute;inset:0 0 auto;height:8px;background:#60a9b5}.hs-about__founder-copy .hs-about__eyebrow{margin-top:8px!important}.hs-about__founder-copy h2{font-size:clamp(2.25rem,3.65vw,4.55rem)!important;line-height:.96}.hs-about__lead{color:#177b8a;font-family:"Gravity",sans-serif!important;font-size:clamp(1.08rem,1.3vw,1.35rem)!important;font-weight:700;line-height:1.33!important}.hs-about__letter{padding:clamp(78px,9vw,128px) max(5vw,32px);background:#fff;color:#111}.hs-about__letter-inner{width:min(1180px,100%);display:grid;grid-template-columns:minmax(220px,.32fr) minmax(0,.68fr);gap:clamp(28px,5vw,76px);align-items:start}.hs-about__letter .hs-about__eyebrow{margin:0!important;padding:9px 12px;background:#99d4d1;color:#173b42}.hs-about__letter blockquote{grid-column:2;margin:0;color:#111;font-family:"Sequel","Archivo Black",sans-serif!important;font-size:clamp(2.25rem,3.8vw,4.65rem)!important;font-weight:400;line-height:.96;text-transform:uppercase}.hs-about__letter p:last-child{grid-column:2;max-width:650px;margin:0;color:#303030}.hs-about__journey{padding:clamp(82px,8vw,128px) max(5vw,32px);background:#eaf4f3}.hs-about__journey-heading{width:min(1180px,100%);display:grid;grid-template-columns:minmax(220px,.32fr) minmax(0,.68fr);gap:28px;margin:0 auto clamp(34px,4vw,64px)}.hs-about__journey-heading .hs-about__eyebrow{width:fit-content;margin:0!important;padding:9px 12px;background:#60a9b5;color:#fff}.hs-about__journey-heading h2{max-width:10.5em;font-size:clamp(2.25rem,3.65vw,4.55rem)!important;line-height:.96}.hs-about__steps{width:min(1180px,100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;border:0}.hs-about__steps li{min-height:310px;display:flex;flex-direction:column;gap:0;padding:clamp(24px,3vw,38px);border:1px solid rgba(17,17,17,.08);border-radius:0;background:#fff;box-shadow:0 18px 44px rgba(17,17,17,.08)}.hs-about__steps li:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(17,17,17,.12)}.hs-about__steps span{width:fit-content;margin-bottom:auto;padding:9px 12px;background:#303b3d;color:#fff;font-family:"Gravity",sans-serif!important;font-size:.78rem;font-weight:900;line-height:1}.hs-about__steps h3{margin:42px 0 14px;font-size:clamp(1.35rem,1.85vw,2.1rem)!important;line-height:1}.hs-about__steps p{margin:0;color:#303030;font-size:clamp(.95rem,1vw,1.08rem)!important;line-height:1.45}.hs-about__values{display:block;padding:clamp(82px,8vw,128px) max(5vw,32px);background:#fff}.hs-about__values-intro{width:min(1180px,100%);display:grid;grid-template-columns:minmax(220px,.32fr) minmax(0,.68fr);gap:28px;margin:0 auto clamp(34px,4vw,64px)}.hs-about__values-intro .hs-about__eyebrow{width:fit-content;height:fit-content;margin:0!important;padding:9px 12px;background:#99d4d1;color:#173b42}.hs-about__values-intro h2{font-size:clamp(2.25rem,3.65vw,4.55rem)!important;line-height:.96}.hs-about__values-intro>p:last-child{grid-column:2;max-width:650px;margin:0}.hs-about__values-grid{width:min(1180px,100%);margin:0 auto;gap:18px}.hs-about__values-grid article{min-height:290px;padding:clamp(24px,3vw,38px);border-radius:0;background:#f3f3f3}.hs-about__values-grid article:nth-child(2){background:#60a9b5}.hs-about__values-grid article:nth-child(3){background:#303b3d;color:#fff}.hs-about__values-grid span{display:inline-flex;width:fit-content;margin-bottom:auto;padding:9px 12px;background:#303b3d;color:#fff;font-family:"Gravity",sans-serif!important;font-size:.78rem;font-weight:900}.hs-about__values-grid article:nth-child(2) span{background:#fff;color:#177b8a}.hs-about__values-grid article:nth-child(3) span{background:#99d4d1;color:#173b42}.hs-about__values-grid h3{margin:46px 0 14px;font-size:clamp(1.35rem,1.85vw,2.1rem)!important;line-height:1}.hs-about__values-grid p{font-size:clamp(.95rem,1vw,1.08rem)!important;line-height:1.45}.hs-about__place{grid-template-columns:minmax(300px,.42fr) minmax(0,.58fr);min-height:0;background:linear-gradient(135deg,#163f46 0%,#225d65 52%,#153b42 100%)}.hs-about__place-copy{min-height:550px;padding:clamp(56px,7vw,100px) max(4vw,30px);background:transparent;color:#fff}.hs-about__place-copy .hs-about__eyebrow{width:fit-content;padding:9px 12px;background:#99d4d1;color:#173b42}.hs-about__place-copy h2{max-width:8.5em;font-size:clamp(2.25rem,3.65vw,4.55rem)!important;line-height:.96}.hs-about__place-copy>p:not(.hs-about__eyebrow){color:rgba(255,255,255,.82)}.hs-about__place-facts{gap:12px}.hs-about__place-facts p{padding:15px;border-left:6px solid #60a9b5;background:rgba(255,255,255,.1)}.hs-about__place-facts strong{font-family:"Gravity",sans-serif!important;font-size:1.05rem;font-weight:900}.hs-about__place-image{min-height:550px;padding:clamp(18px,2vw,28px)}.hs-about__place-image img{border-radius:8px;box-shadow:0 26px 60px rgba(3,12,24,.3)}.hs-about__closing{grid-template-columns:minmax(0,.58fr) minmax(280px,.42fr);gap:clamp(34px,5vw,76px);padding:clamp(82px,8vw,128px) max(5vw,32px);background:#f3f3f3;color:#111}.hs-about__closing .hs-about__eyebrow{width:fit-content;padding:9px 12px;background:#60a9b5;color:#fff}.hs-about__closing h2{max-width:10.5em;font-size:clamp(2.25rem,3.65vw,4.55rem)!important;line-height:.96}.hs-about__closing-actions{padding:clamp(24px,3vw,42px);border-top:8px solid #60a9b5;background:#fff;box-shadow:0 18px 44px rgba(17,17,17,.08)}.hs-about__closing-actions>p:first-child{color:#303030}.hs-about__closing .hs-about__button{background:#60a9b5;color:#fff!important}.hs-about__closing .hs-about__button:hover,.hs-about__closing .hs-about__button:focus-visible{background:#177b8a}.hs-about__text-link{color:#173b42!important;font-family:"Gravity",sans-serif!important}.hs-about__social a{color:#177b8a!important;font-family:"Gravity",sans-serif!important}
@media(max-width:900px){.hs-about__hero-shell{grid-template-columns:1fr;grid-template-rows:1fr auto auto}.hs-about__hero-note{margin:0}.hs-about__founder,.hs-about__place,.hs-about__closing{grid-template-columns:1fr}.hs-about__founder-image{max-width:680px}.hs-about__letter-inner,.hs-about__journey-heading,.hs-about__values-intro{grid-template-columns:1fr}.hs-about__letter blockquote,.hs-about__letter p:last-child,.hs-about__values-intro>p:last-child{grid-column:auto}.hs-about__steps{grid-template-columns:1fr}.hs-about__steps li{min-height:0}.hs-about__values-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hs-about__place-image{min-height:480px}}
@media(max-width:620px){.hs-about__hero{min-height:610px}.hs-about__hero-shell{min-height:580px;padding:30px}.hs-about__hero-meta{gap:9px}.hs-about__hero-meta span{padding:0 9px;font-size:.65rem}.hs-about__founder,.hs-about__journey,.hs-about__values,.hs-about__letter,.hs-about__closing{padding-left:24px;padding-right:24px}.hs-about__founder-copy{padding:24px}.hs-about__values-grid{grid-template-columns:1fr}.hs-about__place-copy{min-height:0;padding:65px 24px}.hs-about__place-image{min-height:380px;padding:14px}.hs-about__closing-actions>div{flex-direction:column;align-items:stretch}.hs-about__closing .hs-about__button{width:100%}}

/* Logo fornito dal cliente: PNG con alpha, leggibile sul fondo scuro del footer. */
#footbs.halosal-site-footer #logoFoot{mix-blend-mode:normal;filter:grayscale(1) brightness(0) invert(1);opacity:.96}
#footbs.halosal-site-footer .halosal-site-footer__logo-wrap{width:min(100%,260px);border:0;outline:0;box-shadow:none}
#footbs.halosal-site-footer #logoFoot{border:0;outline:0;box-shadow:none}
@media(max-width:680px){#footbs.halosal-site-footer .halosal-site-footer__logo-wrap{width:min(100%,210px)}}

/* Contatti HaloSal — coerente con le pagine immersive del tema. */
.page-template-contatti .site-content{background:#e8f7f8}.page-template-contatti.halosal-custom-header #content{padding-top:0}.hs-contact{--ink:#303b3d;--teal:#177b8a;--aqua:#60a9b5;--water:#99d4d1;--paper:#fff;width:100vw;margin:0 calc(50% - 50vw);background:#fff;color:var(--ink);overflow:hidden}.hs-contact,.hs-contact *{box-sizing:border-box}.hs-contact h1,.hs-contact h2,.hs-contact strong{font-family:"MillerBanner","MillerBannerItalic",Georgia,serif!important}.hs-contact p,.hs-contact a,.hs-contact span,.hs-contact dt,.hs-contact dd{font-family:"Outfit",sans-serif!important}.hs-contact__eyebrow{margin:0;color:var(--teal);font-size:13px!important;font-weight:800;line-height:1.2;letter-spacing:2.6px;text-transform:uppercase}.hs-contact__hero{position:relative;min-height:clamp(720px,92vh,980px);background:#126f7c;isolation:isolate;overflow:hidden}.hs-contact__hero-media{position:absolute;inset:0;z-index:0}.hs-contact__hero-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:56% 54%;transform:scale(1.035)}.hs-contact__hero-media:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 8%,rgba(154,219,224,.38) 0,rgba(154,219,224,0) 31%),linear-gradient(90deg,rgba(12,84,96,.8) 0%,rgba(23,123,138,.6) 44%,rgba(81,184,195,.3) 100%),linear-gradient(180deg,rgba(7,41,51,.24) 0%,rgba(18,105,119,.5) 58%,rgba(10,63,77,.88) 100%)}.hs-contact__hero:after{content:"";position:absolute;z-index:0;inset:auto 0 0;height:31%;background:linear-gradient(180deg,rgba(232,247,248,0),#e8f7f8 94%);pointer-events:none}.hs-contact__hero-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,820px) minmax(280px,420px);grid-template-rows:1fr auto;gap:28px clamp(24px,7vw,110px);width:min(100%,1510px);min-height:inherit;margin:0 auto;padding:clamp(180px,18vh,250px) clamp(24px,8vw,96px) 86px;color:#fff;align-items:end}.hs-contact__hero-copy{align-self:end;max-width:820px}.hs-contact__hero .hs-contact__eyebrow{margin-bottom:22px;color:#9adbe0}.hs-contact__hero h1{max-width:9.2em;margin:0;color:#fff;font-size:clamp(4.4rem,9.2vw,10.9rem)!important;font-weight:400;line-height:.87;letter-spacing:-.035em;text-shadow:0 20px 55px rgba(0,0,0,.22)}.hs-contact__hero-copy>p:last-child{max-width:640px;margin:30px 0 0;color:rgba(255,255,255,.9);font-size:clamp(1.05rem,1.35vw,1.4rem)!important;line-height:1.48}.hs-contact__hero-note{align-self:end;width:min(100%,410px);margin:0 0 8px auto;padding:27px;border:1px solid rgba(154,219,224,.48);border-radius:28px;background:rgba(232,247,248,.18);box-shadow:0 24px 70px rgba(12,84,96,.24);backdrop-filter:blur(18px)}.hs-contact__hero-note p{margin:0 0 22px;color:rgba(255,255,255,.92);font-size:17px!important;font-weight:500;line-height:1.5}.hs-contact__button{display:inline-flex;min-height:56px;align-items:center;justify-content:center;gap:12px;padding:14px 26px;border:1.5px solid var(--teal);border-radius:999px;background:var(--teal);color:#fff!important;font-family:"Outfit",sans-serif!important;font-size:15px!important;font-weight:800;text-decoration:none!important;transition:transform .2s ease,background-color .2s ease}.hs-contact__button:hover,.hs-contact__button:focus-visible{background:#116b78;transform:translateY(-2px)}.hs-contact__button--light{border-color:#fff;background:#fff;color:var(--teal)!important}.hs-contact__button--light:hover,.hs-contact__button--light:focus-visible{background:#eefafb;color:#116b78!important}.hs-contact__hero-meta{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:12px;align-items:center}.hs-contact__hero-meta span{display:inline-flex;min-height:42px;align-items:center;padding:10px 17px;border:1px solid rgba(154,219,224,.55);border-radius:999px;background:rgba(232,247,248,.16);color:rgba(255,255,255,.92);font-size:13px;font-weight:800;line-height:1;letter-spacing:1.4px;text-transform:uppercase;backdrop-filter:blur(10px)}.hs-contact__shell{width:100%;max-width:1430px;margin:0 auto}.hs-contact__ways{padding:74px max(5%,calc((100% - 1430px)/2 + 42px));background:linear-gradient(100deg,#edf9fa,#fff 51%,#e6f8f8)}.hs-contact__section-head{max-width:720px;margin-bottom:36px}.hs-contact__section-head .hs-contact__eyebrow{margin-bottom:20px}.hs-contact__section-head h2,.hs-contact__visit h2,.hs-contact__closing h2{margin:0;color:var(--ink);font-size:clamp(2.2rem,3.4vw,4rem)!important;font-weight:700;line-height:1.02;letter-spacing:-.035em}.hs-contact__ways-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hs-contact__way{min-height:275px;display:flex;flex-direction:column;align-items:flex-start;padding:32px;border-radius:27px;background:#fff;color:var(--ink)!important;box-shadow:0 12px 28px rgba(31,48,55,.06);text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease}.hs-contact__way:hover,.hs-contact__way:focus-visible{transform:translateY(-4px);box-shadow:0 18px 34px rgba(31,48,55,.12)}.hs-contact__way--whatsapp{background:linear-gradient(145deg,#d7f2f4,#e9fafb 58%,#ccecef);box-shadow:0 18px 40px rgba(23,123,138,.16)}.hs-contact__way-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;background:var(--teal);color:#fff}.hs-contact__way-icon i{color:inherit!important;font-size:1.25rem}.hs-contact__way-type{margin:28px 0 10px;color:var(--teal);font-size:12px!important;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.hs-contact__way strong{color:var(--ink);font-size:clamp(1.6rem,2.1vw,2.35rem)!important;font-weight:700;line-height:1.03;letter-spacing:-.03em}.hs-contact__way small{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:22px;color:#536169;font-size:15px!important;line-height:1.35}.hs-contact__way small b{font-size:1.35rem}.hs-contact__visit{padding:clamp(82px,8vw,128px) max(5%,calc((100% - 1430px)/2 + 42px));background:linear-gradient(135deg,#163f46 0%,#225d65 52%,#153b42 100%);color:#fff}.hs-contact__visit-shell{display:grid;grid-template-columns:minmax(280px,.43fr) minmax(0,.57fr);gap:clamp(34px,6vw,100px);align-items:center;max-width:1430px;margin:auto}.hs-contact__visit .hs-contact__eyebrow{margin-bottom:20px;color:#9adbe0}.hs-contact__visit h2{max-width:8.8em;color:#fff}.hs-contact__visit address{display:grid;gap:4px;margin:30px 0;font-style:normal}.hs-contact__visit address strong{margin-bottom:8px;color:#fff;font-size:clamp(1.1rem,1.28vw,1.38rem)!important;font-weight:700}.hs-contact__visit address span{color:rgba(255,255,255,.82);font-size:16px!important;line-height:1.4}.hs-contact__visit .hs-contact__button{border-color:#fff;background:#fff;color:var(--teal)!important}.hs-contact__visit-photo{position:relative;min-height:480px;padding:clamp(16px,2vw,28px);background:rgba(255,255,255,.1);border-radius:28px}.hs-contact__visit-photo img{width:100%;height:100%;min-height:424px;display:block;border-radius:18px;object-fit:cover;box-shadow:0 26px 60px rgba(3,12,24,.3)}.hs-contact__visit-photo p{position:absolute;right:0;bottom:0;max-width:280px;margin:0;padding:16px 20px;border-radius:14px 0 18px 0;background:#99d4d1;color:#173b42;font-size:14px!important;font-weight:700}.hs-contact__hours{padding:88px max(5%,calc((100% - 1430px)/2 + 42px));background:linear-gradient(105deg,#f8fcfc 0%,#fff 39%,#e8f7f8 100%)}.hs-contact__hours-shell{display:grid;grid-template-columns:minmax(245px,.39fr) minmax(0,.61fr);gap:clamp(34px,6vw,100px);align-items:start}.hs-contact__hours .hs-contact__section-head{margin:0}.hs-contact__hours .hs-contact__section-head>p:last-child{max-width:430px;margin:24px 0 0;color:#536169;font-size:16px!important;line-height:1.55}.hs-contact__hours-card{position:relative;padding:clamp(28px,3vw,46px);border:1px solid #73c8d0;border-radius:27px;background:linear-gradient(145deg,#d7f2f4,#e9fafb 58%,#ccecef);box-shadow:0 28px 70px rgba(23,123,138,.18)}.hs-contact__hours-card:before{content:"";position:absolute;inset:0 0 auto;height:9px;border-radius:27px 27px 0 0;background:linear-gradient(90deg,#177b8a,#51b8c3)}.hs-contact__hours-card dl{margin:0}.hs-contact__hours-card dl>div{display:grid;grid-template-columns:minmax(145px,.42fr) minmax(0,.58fr);gap:20px;padding:22px 0;border-bottom:1px solid rgba(23,123,138,.25)}.hs-contact__hours-card dl>div:first-child{padding-top:4px}.hs-contact__hours-card dt{color:#173b42;font-size:16px!important;font-weight:800}.hs-contact__hours-card dd{margin:0;color:#314c54;font-size:16px!important;line-height:1.5}.hs-contact__hours-card>a{display:inline-flex;margin-top:28px;color:var(--teal)!important;font-size:15px!important;font-weight:800;text-decoration:none}.hs-contact__hours-card>a span{margin-left:8px;font-size:1.25rem}.hs-contact__editor{padding:54px 24px;background:#fff}.hs-contact__editor-inner{width:min(840px,calc(100% - 34px));margin:auto}.hs-contact__closing{padding:clamp(82px,8vw,128px) max(5%,calc((100% - 1430px)/2 + 42px));background:#003f53;color:#f7f6f2}.hs-contact__closing-shell{display:grid;grid-template-columns:minmax(0,.58fr) minmax(280px,.42fr);gap:clamp(34px,6vw,100px);align-items:center}.hs-contact__closing .hs-contact__eyebrow{margin-bottom:18px;color:#9ce3db}.hs-contact__closing h2{max-width:9.5em;color:#f7f6f2}.hs-contact__closing-card{padding:clamp(26px,3vw,42px);border-top:8px solid #60a9b5;background:#f7f6f2;box-shadow:0 18px 44px rgba(0,25,35,.22)}.hs-contact__closing-card>p{margin:0 0 28px;color:#303b3d;font-size:17px!important;line-height:1.5}.hs-contact__closing-card>div{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.hs-contact__text-link{color:#173b42!important;font-size:15px!important;font-weight:800;text-decoration:none!important}.hs-contact__text-link span{margin-left:8px;font-size:1.25rem}
@media(max-width:900px){.hs-contact__hero-shell{grid-template-columns:1fr;grid-template-rows:1fr auto auto;padding-top:150px}.hs-contact__hero-note{margin:0}.hs-contact__ways-grid{grid-template-columns:1fr}.hs-contact__way{min-height:220px}.hs-contact__visit-shell,.hs-contact__hours-shell,.hs-contact__closing-shell{grid-template-columns:1fr}.hs-contact__visit-photo{max-width:720px}.hs-contact__hours .hs-contact__section-head{max-width:620px}}
@media(max-width:620px){.hs-contact__hero{min-height:650px}.hs-contact__hero-shell{width:min(100%,calc(100vw - 30px));min-height:650px;padding:154px 0 34px}.hs-contact__hero-media:after{background:linear-gradient(180deg,rgba(7,41,51,.12) 0%,rgba(12,84,96,.72) 56%,rgba(10,63,77,.94) 100%)}.hs-contact__hero h1{font-size:clamp(3rem,14vw,4.65rem)!important}.hs-contact__hero-copy>p:last-child{margin-top:20px;font-size:1rem!important}.hs-contact__hero-note{padding:20px}.hs-contact__hero-note p{font-size:.98rem!important;line-height:1.4}.hs-contact__hero-meta{gap:8px}.hs-contact__hero-meta span{min-height:34px;padding:8px 11px;font-size:10px}.hs-contact__ways,.hs-contact__visit,.hs-contact__hours,.hs-contact__closing{padding-left:24px;padding-right:24px}.hs-contact__ways-grid{gap:14px}.hs-contact__way{min-height:205px;padding:26px}.hs-contact__visit-photo{min-height:350px;padding:12px}.hs-contact__visit-photo img{min-height:326px}.hs-contact__hours-card{padding:28px 22px}.hs-contact__hours-card dl>div{grid-template-columns:1fr;gap:6px}.hs-contact__closing-card>div{flex-direction:column;align-items:stretch}.hs-contact__closing-card .hs-contact__button{width:100%}}

/* La cover Chi siamo usa lo stesso comportamento immersivo di Prenota seduta. */
.page-template-chisiamo .site-content{background:#e8f7f8}.page-template-chisiamo.halosal-custom-header #content{padding-top:0}.hs-about__hero{position:relative;min-height:clamp(720px,92vh,980px);width:100%;margin:0;padding:0;border-radius:0;background:#126f7c;isolation:isolate;overflow:hidden}.hs-about__hero-media{position:absolute;inset:0;z-index:0;width:100%;height:100%;border:0;border-radius:0;overflow:hidden}.hs-about__hero-media img{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0!important;object-fit:cover;object-position:56% 54%;transform:scale(1.035)}.hs-about__hero-media:after{position:absolute;z-index:1;inset:0;width:100%;height:100%;border-radius:0!important;background:radial-gradient(circle at 72% 8%,rgba(154,219,224,.38) 0,rgba(154,219,224,0) 31%),linear-gradient(90deg,rgba(12,84,96,.78) 0%,rgba(23,123,138,.62) 44%,rgba(81,184,195,.34) 100%),linear-gradient(180deg,rgba(7,41,51,.28) 0%,rgba(18,105,119,.5) 58%,rgba(10,63,77,.88) 100%)}.hs-about__hero:after{content:"";position:absolute;z-index:0;inset:auto 0 0;height:31%;background:linear-gradient(180deg,rgba(232,247,248,0),#e8f7f8 94%);pointer-events:none}.hs-about__hero-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,820px) minmax(280px,420px);grid-template-rows:1fr auto;gap:28px clamp(24px,7vw,110px);width:min(100%,1510px);min-height:inherit;margin:0 auto;padding:clamp(180px,18vh,250px) clamp(24px,8vw,96px) 86px;color:#fff;align-items:end}.hs-about__hero-copy{align-self:end;max-width:860px}.hs-about__hero .hs-about__eyebrow{margin:0 0 22px!important;color:#9adbe0;font-size:13px!important;font-weight:800!important;line-height:1.2;letter-spacing:2.8px}.hs-about__hero h1{max-width:9.4em;color:#fff;font-family:"MillerBannerItalic","MillerBanner",serif!important;font-size:clamp(4.4rem,9.2vw,10.9rem)!important;font-weight:400!important;line-height:.87;letter-spacing:0;text-transform:none;text-wrap:balance;text-shadow:0 20px 55px rgba(0,0,0,.22)}.hs-about__hero-note{align-self:end;width:min(100%,410px);margin:0 0 8px auto;padding:27px;border:1px solid rgba(154,219,224,.48);border-radius:28px;background:rgba(232,247,248,.18);box-shadow:0 24px 70px rgba(12,84,96,.24);backdrop-filter:blur(18px)}.hs-about__hero-note p{margin:0 0 22px;color:rgba(255,255,255,.92);font-size:17px!important;font-weight:500;line-height:1.5;text-shadow:none}.hs-about__button,.hs-about__button--light{min-height:56px;padding:14px 26px;border:1.5px solid #fff;border-radius:999px;background:#fff;color:#127985!important;font-family:"Outfit",sans-serif!important;font-size:15px!important;font-weight:800}.hs-about__button:hover,.hs-about__button:focus-visible,.hs-about__button--light:hover,.hs-about__button--light:focus-visible{background:#eefafb;color:#116b78!important}.hs-about__hero-meta{grid-column:1/-1;gap:12px;padding:0;border:0}.hs-about__hero-meta span{display:inline-flex;min-height:42px;align-items:center;padding:10px 17px;border:1px solid rgba(154,219,224,.55);border-radius:999px;background:rgba(232,247,248,.16);color:rgba(255,255,255,.92);font-family:"Outfit",sans-serif!important;font-size:13px;font-weight:800;line-height:1;letter-spacing:1.4px;text-transform:uppercase;backdrop-filter:blur(10px)}.hs-about__hero-meta span:first-child{padding:10px 17px}.hs-about__hero-meta span:last-child{border:1px solid rgba(154,219,224,.55)}
@media(max-width:900px){.hs-about__hero-shell{grid-template-columns:1fr;grid-template-rows:1fr auto auto;padding-top:150px}.hs-about__hero-note{margin:0}.hs-about__hero h1{font-size:clamp(3.8rem,10vw,7rem)!important}}
@media(max-width:620px){.hs-about__hero{min-height:610px}.hs-about__hero-shell{width:min(100%,calc(100vw - 30px));min-height:610px;padding:154px 0 34px}.hs-about__hero-media:after{background:linear-gradient(180deg,rgba(7,41,51,.12) 0%,rgba(12,84,96,.72) 56%,rgba(10,63,77,.94) 100%)}.hs-about__hero h1{font-size:clamp(2.45rem,13vw,4rem)!important}.hs-about__hero-note{padding:20px}.hs-about__hero-note p{font-size:.98rem!important;line-height:1.4}.hs-about__hero-meta{gap:8px}.hs-about__hero-meta span{min-height:34px;padding:8px 11px;font-size:10px}.hs-about__hero-meta span:first-child{padding:8px 11px}}

/* Contatti: fascia conclusiva nel grigio caldo che fa da sfondo all'onda del footer. */
.page-template-contatti .site-content{background:#e8e7e5}
.page-template-contatti .hs-contact__closing{background:#e8e7e5;color:#303b3d}
.page-template-contatti .hs-contact__closing .hs-contact__eyebrow{color:#177b8a}
.page-template-contatti .hs-contact__closing h2{color:#303b3d}

/* Contatti: stessa famiglia sans-serif usata nel resto dell'identità HaloSal. */
.page-template-contatti .hs-contact,
.page-template-contatti .hs-contact h1,
.page-template-contatti .hs-contact h2,
.page-template-contatti .hs-contact h3,
.page-template-contatti .hs-contact p,
.page-template-contatti .hs-contact a,
.page-template-contatti .hs-contact span,
.page-template-contatti .hs-contact strong,
.page-template-contatti .hs-contact dt,
.page-template-contatti .hs-contact dd,
.page-template-contatti .hs-contact small{font-family:"Gravity",sans-serif!important}
.page-template-contatti .hs-contact h1,
.page-template-contatti .hs-contact h2,
.page-template-contatti .hs-contact strong{font-weight:800!important}

/* Home: composizione equilibrata nelle sezioni Esperienza e Storia. */
@media(min-width:901px){
    .hs-salt{
        min-height:625px;
        grid-template-columns:minmax(0,1fr) minmax(0,1fr);
        gap:clamp(58px,7vw,118px);
        align-items:center;
        padding-top:45px;
        padding-bottom:45px;
    }
    .hs-salt__photo{
        width:min(100%,520px);
        height:500px;
        justify-self:center;
    }
    .hs-salt__copy{
        width:min(100%,510px);
        justify-self:start;
        align-self:center;
    }
    .hs-story{align-items:stretch}
    .hs-story>img,
    .hs-story article{
        height:440px;
        margin-top:28px;
        margin-bottom:28px;
        align-self:stretch;
    }
    .hs-story>img{margin-right:0}
    .hs-story article{
        display:flex;
        flex-direction:column;
        justify-content:center;
        margin-left:0;
    }
}

/* Home mobile: cover fotografica immersiva, con contenuti sempre leggibili. */
@media(max-width:780px){
    .hs-hero{
        position:relative;
        min-height:max(720px,100svh);
        display:block;
        margin:0;
        padding:0;
        background:#0d6573;
        isolation:isolate;
        overflow:hidden;
    }
    .hs-hero::after{
        content:"";
        position:absolute;
        z-index:1;
        inset:0;
        background:linear-gradient(180deg,rgba(5,41,49,.18) 0%,rgba(7,69,80,.34) 40%,rgba(6,54,65,.94) 100%);
        pointer-events:none;
    }
    .hs-hero__photo{
        position:absolute;
        z-index:0;
        inset:0;
        width:100%;
        height:100%;
        margin:0;
    }
    .hs-hero__photo::before{display:none}
    .hs-hero__photo-frame{
        width:100%;
        height:100%;
        border-radius:0;
        clip-path:none;
        box-shadow:none;
    }
    .hs-hero__photo-frame img{
        width:100%;
        height:100%;
        object-position:57% 50%;
        transform:none;
    }
    .hs-hero__copy{
        position:relative;
        z-index:2;
        min-height:inherit;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        padding:174px 24px 46px;
        color:#fff;
    }
    .hs-kicker{margin:0 0 18px;color:#b9e7e8;font-size:10px;letter-spacing:1.4px}
    .hs-hero h1{max-width:8.4em;color:#fff;font-size:clamp(2.55rem,11vw,3.55rem);line-height:1.04;text-shadow:0 12px 34px rgba(0,27,34,.36)}
    .hs-slogan{margin-top:18px;color:#a9e1e3;font-size:18px}
    .hs-hero__copy>p:not(.hs-kicker):not(.hs-slogan){margin:21px 0 29px;color:rgba(255,255,255,.92);font-size:15px;line-height:1.55}
    .hs-hero__copy>p br{display:none}
    .hs-hero .hs-actions{gap:10px}
    .hs-hero .hs-button{flex:1 1 145px;min-height:52px;justify-content:center;border-color:#fff;background:#fff;color:#137785!important}
    .hs-hero .hs-button--booking{border-color:rgba(255,255,255,.84);background:rgba(7,69,80,.22);color:#fff!important;backdrop-filter:blur(8px)}
    .hs-hero .hs-button--booking svg{stroke:currentColor}
}

/* Nome sito WordPress accanto al logo nell'header condiviso. */
.hs-home__brand{display:inline-flex;align-items:center;gap:12px;min-width:0;text-decoration:none!important}
.hs-home__brand-name{max-width:220px;overflow:hidden;color:#303b3d;font-family:"Gravity",sans-serif!important;font-size:15px;font-weight:800;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:900px) and (min-width:361px){
    .hs-home__nav{gap:8px}
    .hs-home__brand{gap:7px}
    .hs-home__brand img,.hs-home__nav.is-scrolled .hs-home__brand img{width:42px}
    .hs-home__brand-name{display:block;max-width:72px;font-size:13px}
    .hs-home__nav .hs-home__contact{min-width:104px;padding-right:12px;padding-left:12px}
}
@media(max-width:360px){.hs-home__brand-name{display:none}}

/* Chi siamo: il fondo dietro l'onda prosegue la sezione conclusiva senza stacchi. */
.page-template-chisiamo #page,
.page-template-chisiamo .site-content{background:#f3f3f3}

/* Footer: composizione centrata e più raccolta in vista mobile. */
@media(max-width:680px){
    #footbs.halosal-site-footer .halosal-site-footer__brand{
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
    }
    #footbs.halosal-site-footer .halosal-site-footer__logo-wrap{margin-right:auto;margin-left:auto}
    #footbs.halosal-site-footer .halosal-site-footer__intro{margin-right:auto!important;margin-left:auto!important;text-align:center}
    #footbs.halosal-site-footer .halosal-site-footer__socials{justify-content:center}
    #footbs.halosal-site-footer .halosal-site-footer__nav,
    #footbs.halosal-site-footer .halosal-site-footer__contacts{align-items:center;text-align:center}
    #footbs.halosal-site-footer .halosal-site-footer__nav .pageTransit{width:auto;text-align:center}
    #footbs.halosal-site-footer .halosal-site-footer__contact{
        width:auto;
        grid-template-columns:42px auto;
        justify-content:center;
        text-align:left;
    }
    #footbs.halosal-site-footer .halosal-site-footer__bottom,
    #footbs.halosal-site-footer .halosal-site-footer__legal{align-items:center;justify-content:center;text-align:center}
}
