/*
Theme Name: NC Wedding Films
Theme URI: https://ncwebstudio.it/
Author: NC Web Studio
Description: Tema minimale per videomaker e wedding filmmaker, pensato per Elementor e NC Video Portfolio.
Version: 0.1.8
Text Domain: nc-wedding-films
*/

:root{
  --nc-bg:#ffffff;
  --nc-text:#141414;
  --nc-muted:#757575;
  --nc-line:#ececec;
  --nc-soft:#f7f7f5;
  --nc-radius:20px;
  --nc-head-font:"Helvetica Neue",Arial,sans-serif;
  --nc-body-font:"Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--nc-bg);color:var(--nc-text);font-family:var(--nc-body-font);font-size:16px;line-height:1.65;font-weight:400}
a{color:inherit;text-decoration:none}
img,video,iframe{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.nc-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.nc-site-main{min-height:50vh}

/* Header */
.nc-site-header{background:#fff;border-top:1px solid var(--nc-line);border-bottom:1px solid var(--nc-line);position:relative;z-index:100}
.nc-header-top{height:112px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.nc-header-socials{display:flex;align-items:center;gap:8px}
.nc-header-socials a{width:31px;height:31px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfcfcf;border-radius:7px;background:#fff;color:#171717;transition:.2s ease}
.nc-header-socials svg{width:15px;height:15px;display:block}
.nc-header-socials a:hover{background:#151515;border-color:#151515;color:#fff;transform:translateY(-1px)}
.nc-header-brand{display:flex;justify-content:center;align-items:center;min-width:220px}
.nc-header-brand .custom-logo{max-height:64px;width:auto}
.nc-brand-text{font-family:Georgia,"Times New Roman",serif;font-size:34px;font-style:italic;letter-spacing:-.03em}
.nc-header-action{display:flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap}
.nc-thin-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:27px;min-height:27px;padding:2px 11px 2px 13px;border:1px solid #1f1f1f;border-radius:6px;background:transparent;font-size:10px;font-weight:700;line-height:1;letter-spacing:.14em;text-transform:uppercase;transition:.2s ease}
.nc-thin-btn__icon{width:12px;height:12px;display:block;flex:0 0 12px;transition:transform .2s ease}
.nc-thin-btn:hover .nc-thin-btn__icon{transform:translate(2px,-2px)}
.nc-thin-btn:hover{background:#111;color:#fff}
.nc-header-translate{display:inline-flex;align-items:center;justify-content:center;min-height:27px;line-height:1}
.nc-header-translate .gtranslate_wrapper{display:inline-flex!important;align-items:center!important;line-height:1!important}
.nc-header-translate select{height:27px;min-height:27px;max-width:112px;padding:1px 24px 1px 8px;border:1px solid #d4d4d4;border-radius:7px;background-color:#fff;color:#171717;font-size:10px;line-height:1;box-shadow:none;outline:none}
.nc-header-translate img{display:inline-block;max-height:18px;width:auto}
.nc-header-translate a{line-height:1}
.nc-header-nav-wrap{border-top:1px solid var(--nc-line)}
.nc-header-nav{min-height:50px;display:flex;align-items:center;justify-content:center}
.nc-main-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:34px}
.nc-main-menu li{margin:0}
.nc-main-menu a{font-size:11px;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap}
.nc-main-menu a:hover{opacity:.58}
.nc-mobile-toggle{display:none;border:0;background:transparent;padding:8px;font-size:24px;line-height:1}

/* Generic page */
.nc-page-shell{padding:72px 0 90px}
.nc-page-title{font-size:clamp(34px,5vw,68px);line-height:1.04;font-weight:400;letter-spacing:-.04em;margin:0 0 34px}
.entry-content>*:first-child{margin-top:0}
.entry-content img{border-radius:var(--nc-radius)}

/* Demo page */
.nc-demo-hero{position:relative;min-height:min(78vh,780px);display:flex;align-items:flex-end;overflow:hidden;background:#161616;color:#fff}
.nc-demo-hero__media{position:absolute;inset:0;background:linear-gradient(120deg,#262626,#0f0f0f);overflow:hidden}
.nc-demo-hero__media .ncvp-media-el{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0;pointer-events:none;transform:scale(1.01)}
.nc-demo-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.62))}
.nc-demo-hero__inner{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:0 0 72px}
.nc-demo-kicker{font-size:11px;letter-spacing:.23em;text-transform:uppercase;opacity:.82;margin-bottom:18px}
.nc-demo-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,8vw,108px);font-weight:400;line-height:.95;letter-spacing:-.05em;max-width:900px;margin:0}
.nc-demo-title em{font-weight:400}
.nc-demo-intro{padding:92px 0 78px;text-align:center}
.nc-demo-intro p{max-width:810px;margin:0 auto;font-family:Georgia,"Times New Roman",serif;font-size:clamp(27px,3.4vw,46px);line-height:1.25;letter-spacing:-.025em}
.nc-demo-section{padding:76px 0}
.nc-demo-section--soft{background:var(--nc-soft)}
.nc-demo-label{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--nc-muted);margin-bottom:20px}
.nc-demo-heading{font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,5.5vw,76px);line-height:1.02;font-weight:400;letter-spacing:-.04em;margin:0 0 36px}
.nc-demo-copy{max-width:680px;color:#4f4f4f}
.nc-demo-split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.nc-demo-placeholder{aspect-ratio:4/5;border-radius:var(--nc-radius);background:linear-gradient(145deg,#d8d5d0,#f4f2ef);position:relative;overflow:hidden}
.nc-demo-placeholder img{width:100%;height:100%;object-fit:cover;display:block}
.nc-demo-placeholder:after{content:"BACKSTAGE / PHOTO";position:absolute;left:24px;bottom:20px;font-size:10px;letter-spacing:.2em;color:#6d6a66}
.nc-demo-services{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.nc-demo-service{padding:34px 26px;border-right:1px solid #ddd}
.nc-demo-service:last-child{border-right:0}
.nc-demo-service h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:400;margin:0 0 10px}
.nc-demo-service p{margin:0;color:#666;font-size:14px}
.nc-demo-quote{padding:110px 0;text-align:center}
.nc-demo-quote p{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,6vw,88px);line-height:1.02;letter-spacing:-.05em;margin:0 auto;max-width:1000px}
.nc-demo-cta{padding:96px 0;background:#111;color:#fff;text-align:center}
.nc-demo-cta h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,82px);font-weight:400;line-height:1;margin:0 0 26px}
.nc-demo-cta .nc-thin-btn{border-color:#fff;color:#fff}
.nc-demo-cta .nc-thin-btn:hover{background:#fff;color:#111}

/* Footer */
.nc-site-footer{border-top:1px solid #e1e1de;padding:74px 0 30px;background:#f3f3f1;text-align:center}
.nc-footer-stack{display:flex;flex-direction:column;align-items:center;gap:20px}
.nc-footer-socials{display:flex;gap:9px;align-items:center;justify-content:center;flex-wrap:wrap}
.nc-footer-socials a{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d1d1cd;border-radius:7px;background:#fff;color:#171717;transition:.2s ease;box-shadow:0 1px 0 rgba(0,0,0,.025)}
.nc-footer-socials svg{width:15.5px;height:15.5px;display:block}
.nc-footer-socials a:hover{background:#151515;border-color:#151515;color:#fff;transform:translateY(-1px)}
.nc-footer-logo .custom-logo{max-height:62px;width:auto}
.nc-footer-logo .nc-brand-text{font-size:30px}
.nc-footer-contact{font-size:14px;color:#4f4f4d;line-height:1.8}
.nc-footer-links{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#353533}
.nc-footer-copy{margin-top:32px;padding-top:24px;border-top:1px solid #ddddda;font-size:11px;color:#7c7c79;letter-spacing:.08em}

@media (max-width: 900px){
  .nc-header-top{height:82px;grid-template-columns:48px 1fr auto;gap:12px}
  .nc-header-socials{display:none}
  .nc-header-brand{justify-content:center;min-width:0}
  .nc-header-brand .custom-logo{max-height:50px}
  .nc-brand-text{font-size:27px}
  .nc-mobile-toggle{display:block;grid-column:1}
  .nc-header-action{grid-column:3}
  .nc-thin-btn{height:26px;min-height:26px;padding:2px 10px;border-radius:6px;font-size:9px;font-weight:600;letter-spacing:.12em}
  .nc-header-action{gap:7px}
  .nc-header-translate{min-height:26px}
  .nc-header-translate select{height:26px;min-height:26px;max-width:92px;font-size:9px;border-radius:6px}
  .nc-header-nav-wrap{display:none}
  .nc-site-header.is-open .nc-header-nav-wrap{display:block}
  .nc-header-nav{padding:8px 0 18px}
  .nc-main-menu{flex-direction:column;gap:4px;width:100%}
  .nc-main-menu li{width:100%;text-align:center}
  .nc-main-menu a{display:block;padding:10px}
  .nc-demo-hero{min-height:70vh}
  .nc-demo-hero__inner{padding-bottom:46px}
  .nc-demo-intro{padding:64px 0 58px}
  .nc-demo-section{padding:56px 0}
  .nc-demo-split{grid-template-columns:1fr;gap:34px}
  .nc-demo-services{grid-template-columns:1fr}
  .nc-demo-service{border-right:0;border-bottom:1px solid #ddd}
  .nc-demo-service:last-child{border-bottom:0}
  .nc-demo-quote{padding:74px 0}
  .nc-demo-cta{padding:72px 0}
}

@media (max-width: 560px){
  .nc-header-top{width:calc(100% - 24px);grid-template-columns:38px minmax(70px,1fr) auto;gap:7px}
  .nc-header-brand .custom-logo{max-width:118px;max-height:44px}
  .nc-brand-text{font-size:23px}
  .nc-thin-btn{padding:2px 8px;letter-spacing:.09em}
  .nc-header-action{gap:5px}
  .nc-header-translate select{max-width:78px;padding-left:6px;padding-right:19px}
}


/* =========================================================
   Home Personalizzata — HTML + shortcode
   Template: page-home-custom.php
   ========================================================= */
.page-template-page-home-custom .nc-site-main{overflow:hidden}
.page-template-page-home-custom .nc-page-shell{padding:0}
.page-template-page-home-custom .entry-content{margin:0}
.page-template-page-home-custom .entry-content>p:empty{display:none}
.nc-home-custom{background:#fff;color:#151515}
.nc-home-custom h1,.nc-home-custom h2,.nc-home-custom h3,.nc-home-custom p{margin-top:0}
.nc-home-eyebrow,.nc-home-kicker{font-size:10px;line-height:1.3;letter-spacing:.24em;text-transform:uppercase;font-weight:500}
.nc-home-eyebrow{color:#777;margin-bottom:20px}
.nc-home-link{display:inline-flex;align-items:center;gap:10px;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.18em;font-weight:600;padding-bottom:7px;border-bottom:1px solid currentColor;transition:opacity .2s ease}
.nc-home-link:hover{opacity:.55}

/* Hero */
.nc-home-hero{position:relative;min-height:min(78vh,780px);display:flex;align-items:flex-end;overflow:hidden;background:#161616;color:#fff}
.nc-home-hero__media{position:absolute;inset:0;overflow:hidden;background:#171717}
.nc-home-hero__media .ncvp-media-el,.nc-home-hero__media>img,.nc-home-hero__media>video,.nc-home-hero__media>iframe{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover;border:0;pointer-events:none;transform:scale(1.012)}
.ncwf-media-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#353535 0%,#111 70%)}
.nc-home-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.07) 5%,rgba(0,0,0,.2) 48%,rgba(0,0,0,.68) 100%);z-index:1}
.nc-home-hero__content{position:relative;z-index:2;padding-bottom:68px}
.nc-home-kicker{color:rgba(255,255,255,.8);margin-bottom:18px}
.nc-home-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(50px,8vw,108px);font-weight:400;line-height:.94;letter-spacing:-.052em;max-width:930px;margin:0 0 28px}
.nc-home-hero h1 em{font-weight:400}
.nc-home-link--light{color:#fff}

/* Intro */
.nc-home-intro{padding:102px 0 96px;text-align:center}
.nc-home-intro .nc-container{max-width:940px}
.nc-home-intro h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4.3vw,60px);font-weight:400;line-height:1.14;letter-spacing:-.035em;margin-bottom:28px}
.nc-home-intro h2 em{font-weight:400}
.nc-home-intro p{max-width:650px;margin:0 auto;color:#626262;font-size:15px;line-height:1.8}

/* Films */
.nc-home-films{padding:82px 0 100px;border-top:1px solid #efefef}
.nc-home-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:42px}
.nc-home-title-row h2,.nc-home-featured> .nc-container > h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,6vw,78px);line-height:1;font-weight:400;letter-spacing:-.045em;margin:0}
.nc-home-films .ncvp-grid{margin-top:0}

/* About */
.nc-home-about{padding:102px 0;background:#f4f4f1}
.nc-home-about__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:78px;align-items:center}
.nc-home-about__media{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:18px;background:#deddd8}
.nc-home-about__img,.nc-home-about__media>img{width:100%;height:100%;object-fit:cover}
.nc-home-about__fallback{width:100%;height:100%;display:flex;align-items:flex-end;padding:24px;background:linear-gradient(145deg,#d7d5cf,#f3f1ed);font-size:10px;letter-spacing:.2em;color:#6f6b65}
.nc-home-about__content h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,70px);font-weight:400;line-height:1.02;letter-spacing:-.045em;margin-bottom:28px}
.nc-home-about__content h2 em{font-weight:400}
.nc-home-about__content p{max-width:560px;color:#555;font-size:15px;line-height:1.8;margin-bottom:30px}

/* Services */
.nc-home-services{padding:100px 0 105px}
.nc-home-services>.nc-container>h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5.4vw,76px);font-weight:400;line-height:1.03;letter-spacing:-.045em;margin-bottom:48px}
.nc-home-services__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}
.nc-home-services__grid article{padding:34px 30px 38px;border-right:1px solid #dcdcdc}
.nc-home-services__grid article:last-child{border-right:0}
.nc-home-services__grid span{display:block;color:#969696;font-size:10px;letter-spacing:.18em;margin-bottom:24px}
.nc-home-services__grid h3{font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:400;line-height:1.1;margin-bottom:12px}
.nc-home-services__grid p{color:#666;font-size:14px;line-height:1.7;margin-bottom:0}

/* Quote */
.nc-home-quote{padding:118px 0 126px;background:#f8f8f6;text-align:center}
.nc-home-quote .nc-container{max-width:1080px}
.nc-home-quote h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,6vw,86px);font-weight:400;line-height:1.02;letter-spacing:-.05em;margin:0}
.nc-home-quote h2 em{font-weight:400}

/* Featured */
.nc-home-featured{padding:94px 0 108px}
.nc-home-featured>.nc-container>h2{margin-bottom:42px}

/* CTA */
.nc-home-contact{padding:112px 0 116px;background:#111;color:#fff;text-align:center}
.nc-home-contact .nc-home-eyebrow{color:#aeaeae}
.nc-home-contact h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,7vw,94px);font-weight:400;line-height:.94;letter-spacing:-.05em;margin-bottom:36px}
.nc-home-contact h2 em{font-weight:400}
.nc-home-contact__button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:4px 18px;border:1px solid rgba(255,255,255,.9);border-radius:7px;color:#fff;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;transition:.2s ease}
.nc-home-contact__button:hover{background:#fff;color:#111}

@media (max-width:900px){
  .nc-home-hero{min-height:70vh}
  .nc-home-hero__content{padding-bottom:46px}
  .nc-home-intro{padding:72px 0 68px}
  .nc-home-films{padding:62px 0 72px}
  .nc-home-about{padding:70px 0}
  .nc-home-about__grid{grid-template-columns:1fr;gap:38px}
  .nc-home-about__media{max-width:680px;width:100%;margin:0 auto}
  .nc-home-services{padding:70px 0 76px}
  .nc-home-services__grid{grid-template-columns:1fr}
  .nc-home-services__grid article{border-right:0;border-bottom:1px solid #dcdcdc}
  .nc-home-services__grid article:last-child{border-bottom:0}
  .nc-home-quote{padding:82px 0 88px}
  .nc-home-featured{padding:70px 0 82px}
  .nc-home-contact{padding:82px 0 88px}
}

@media (max-width:560px){
  .nc-home-hero{min-height:64vh}
  .nc-home-hero__content{width:calc(100% - 28px);padding-bottom:34px}
  .nc-home-kicker,.nc-home-eyebrow{font-size:9px;letter-spacing:.19em}
  .nc-home-hero h1{font-size:clamp(44px,15vw,68px);margin-bottom:22px}
  .nc-home-intro{padding:58px 0 54px}
  .nc-home-intro h2{font-size:34px}
  .nc-home-title-row{align-items:flex-start;flex-direction:column;margin-bottom:30px}
  .nc-home-films{padding:50px 0 58px}
  .nc-home-about{padding:56px 0}
  .nc-home-about__grid{gap:30px}
  .nc-home-about__media{border-radius:14px}
  .nc-home-about__content h2{font-size:40px}
  .nc-home-services{padding:56px 0 60px}
  .nc-home-services>.nc-container>h2{font-size:42px;margin-bottom:34px}
  .nc-home-services__grid article{padding:28px 4px}
  .nc-home-quote{padding:66px 0 70px}
  .nc-home-quote h2{font-size:40px}
  .nc-home-featured{padding:56px 0 64px}
  .nc-home-featured>.nc-container>h2{font-size:44px;margin-bottom:30px}
  .nc-home-contact{padding:70px 0 74px}
  .nc-home-contact h2{font-size:58px}
}


/* =========================================================
   Home Elementor — sezioni native e modificabili
   Template: page-elementor-home.php
   ========================================================= */
.page-template-page-elementor-home .nc-site-main{overflow:hidden}
.page-template-page-elementor-home .entry-content{margin:0}
.page-template-page-elementor-home .elementor{width:100%}
.page-template-page-elementor-home .elementor-element{--widgets-spacing:0px}
.page-template-page-elementor-home .nc-home-elementor{background:#fff;color:#151515}
.page-template-page-elementor-home .nc-home-elementor .elementor-widget-heading .elementor-heading-title{font-weight:400;color:inherit}
.page-template-page-elementor-home .nc-home-elementor .elementor-widget-text-editor p:last-child{margin-bottom:0}

/* Elementor hero */
.page-template-page-elementor-home .nc-home-hero{position:relative;min-height:min(78vh,780px);display:flex;align-items:flex-end;overflow:hidden;background:#161616;color:#fff}
.page-template-page-elementor-home .nc-home-hero__media{position:absolute!important;inset:0;z-index:0;overflow:hidden;background:#171717}
.page-template-page-elementor-home .nc-home-hero__media>.elementor-widget-container{position:absolute;inset:0}
.page-template-page-elementor-home .nc-home-hero__media .ncvp-media-el,.page-template-page-elementor-home .nc-home-hero__media img,.page-template-page-elementor-home .nc-home-hero__media video,.page-template-page-elementor-home .nc-home-hero__media iframe{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover;border:0;pointer-events:none;transform:scale(1.012)}
.page-template-page-elementor-home .nc-home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.07) 5%,rgba(0,0,0,.2) 48%,rgba(0,0,0,.68) 100%);z-index:1;pointer-events:none}
.page-template-page-elementor-home .nc-home-hero__content{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:0 0 68px!important;align-items:flex-start}
.page-template-page-elementor-home .nc-home-kicker{color:rgba(255,255,255,.8);margin-bottom:18px}
.page-template-page-elementor-home .nc-home-kicker .elementor-widget-container,.page-template-page-elementor-home .nc-home-eyebrow .elementor-widget-container{font-size:10px;line-height:1.3;letter-spacing:.24em;text-transform:uppercase;font-weight:500}
.page-template-page-elementor-home .nc-el-hero-title .elementor-heading-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(50px,8vw,108px);line-height:.94;letter-spacing:-.052em;max-width:930px;margin:0 0 28px}
.page-template-page-elementor-home .nc-el-hero-title em{font-weight:400}
.page-template-page-elementor-home .nc-el-link-widget{width:auto}

/* Elementor common content */
.page-template-page-elementor-home .nc-home-eyebrow{color:#777;margin-bottom:20px}
.page-template-page-elementor-home .nc-home-intro{padding:102px 0 96px;text-align:center}
.page-template-page-elementor-home .nc-home-intro>.e-con-inner,.page-template-page-elementor-home .nc-home-intro>.elementor-element,.page-template-page-elementor-home .nc-home-intro .nc-container{max-width:940px}
.page-template-page-elementor-home .nc-el-intro-title .elementor-heading-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4.3vw,60px);line-height:1.14;letter-spacing:-.035em;margin:0 0 28px}
.page-template-page-elementor-home .nc-el-intro-copy{max-width:650px;margin:0 auto;color:#626262;font-size:15px;line-height:1.8}

.page-template-page-elementor-home .nc-home-films{padding:82px 0 100px;border-top:1px solid #efefef}
.page-template-page-elementor-home .nc-home-films>.nc-container,.page-template-page-elementor-home .nc-home-about>.nc-container,.page-template-page-elementor-home .nc-home-services>.nc-container,.page-template-page-elementor-home .nc-home-quote>.nc-container,.page-template-page-elementor-home .nc-home-featured>.nc-container,.page-template-page-elementor-home .nc-home-contact>.nc-container{width:min(1180px,calc(100% - 40px));margin:0 auto;padding-left:0!important;padding-right:0!important}
.page-template-page-elementor-home .nc-home-title-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:42px}
.page-template-page-elementor-home .nc-el-films-title .elementor-heading-title,.page-template-page-elementor-home .nc-el-featured-title .elementor-heading-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,6vw,78px);line-height:1;letter-spacing:-.045em;margin:0}
.page-template-page-elementor-home .nc-home-films .ncvp-grid{margin-top:0}

.page-template-page-elementor-home .nc-home-about{padding:102px 0;background:#f4f4f1}
.page-template-page-elementor-home .nc-home-about__grid{display:grid!important;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:78px;align-items:center}
.page-template-page-elementor-home .nc-home-about__media{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:18px;background:#deddd8}
.page-template-page-elementor-home .nc-home-about__media>.elementor-widget-container{position:absolute;inset:0}
.page-template-page-elementor-home .nc-home-about__media img,.page-template-page-elementor-home .nc-home-about__img{width:100%;height:100%;object-fit:cover}
.page-template-page-elementor-home .nc-el-about-title .elementor-heading-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-.045em;margin:0 0 28px}
.page-template-page-elementor-home .nc-el-about-copy{max-width:560px;color:#555;font-size:15px;line-height:1.8;margin-bottom:30px}

.page-template-page-elementor-home .nc-home-services{padding:100px 0 105px}
.page-template-page-elementor-home .nc-el-services-title .elementor-heading-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5.4vw,76px);line-height:1.03;letter-spacing:-.045em;margin:0 0 48px}
.page-template-page-elementor-home .nc-home-services__grid{display:grid!important;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}
.page-template-page-elementor-home .nc-home-service{padding:34px 30px 38px!important;border-right:1px solid #dcdcdc}
.page-template-page-elementor-home .nc-home-service:last-child{border-right:0}
.page-template-page-elementor-home .nc-home-service-number{color:#969696;font-size:10px;letter-spacing:.18em;margin-bottom:24px}
.page-template-page-elementor-home .nc-home-service-title .elementor-heading-title{font-family:Georgia,"Times New Roman",serif;font-size:29px;line-height:1.1;margin:0 0 12px}
.page-template-page-elementor-home .nc-home-service-copy{color:#666;font-size:14px;line-height:1.7}

.page-template-page-elementor-home .nc-home-quote{padding:118px 0 126px;background:#f8f8f6;text-align:center}
.page-template-page-elementor-home .nc-home-quote>.nc-container{max-width:1080px}
.page-template-page-elementor-home .nc-el-quote-title .elementor-heading-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,6vw,86px);line-height:1.02;letter-spacing:-.05em;margin:0}
.page-template-page-elementor-home .nc-home-featured{padding:94px 0 108px}
.page-template-page-elementor-home .nc-el-featured-title{margin-bottom:42px}
.page-template-page-elementor-home .nc-home-contact{padding:112px 0 116px;background:#111;color:#fff;text-align:center}
.page-template-page-elementor-home .nc-home-contact .nc-home-eyebrow{color:#aeaeae}
.page-template-page-elementor-home .nc-el-contact-title .elementor-heading-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,7vw,94px);line-height:.94;letter-spacing:-.05em;margin:0 0 36px;color:#fff}

@media (max-width:900px){
  .page-template-page-elementor-home .nc-home-hero{min-height:70vh}
  .page-template-page-elementor-home .nc-home-hero__content{padding-bottom:46px!important}
  .page-template-page-elementor-home .nc-home-intro{padding:72px 0 68px}
  .page-template-page-elementor-home .nc-home-films{padding:62px 0 72px}
  .page-template-page-elementor-home .nc-home-about{padding:70px 0}
  .page-template-page-elementor-home .nc-home-about__grid{grid-template-columns:1fr;gap:38px}
  .page-template-page-elementor-home .nc-home-about__media{max-width:680px;width:100%;margin:0 auto}
  .page-template-page-elementor-home .nc-home-services{padding:70px 0 76px}
  .page-template-page-elementor-home .nc-home-services__grid{grid-template-columns:1fr}
  .page-template-page-elementor-home .nc-home-service{border-right:0;border-bottom:1px solid #dcdcdc}
  .page-template-page-elementor-home .nc-home-service:last-child{border-bottom:0}
  .page-template-page-elementor-home .nc-home-quote{padding:82px 0 88px}
  .page-template-page-elementor-home .nc-home-featured{padding:70px 0 82px}
  .page-template-page-elementor-home .nc-home-contact{padding:82px 0 88px}
}
@media (max-width:560px){
  .page-template-page-elementor-home .nc-home-hero{min-height:64vh}
  .page-template-page-elementor-home .nc-home-hero__content{width:calc(100% - 28px);padding-bottom:34px!important}
  .page-template-page-elementor-home .nc-home-kicker .elementor-widget-container,.page-template-page-elementor-home .nc-home-eyebrow .elementor-widget-container{font-size:9px;letter-spacing:.19em}
  .page-template-page-elementor-home .nc-el-hero-title .elementor-heading-title{font-size:clamp(44px,15vw,68px);margin-bottom:22px}
  .page-template-page-elementor-home .nc-home-intro{padding:58px 0 54px}
  .page-template-page-elementor-home .nc-el-intro-title .elementor-heading-title{font-size:34px}
  .page-template-page-elementor-home .nc-home-title-row{align-items:flex-start;flex-direction:column;margin-bottom:30px}
  .page-template-page-elementor-home .nc-home-films{padding:50px 0 58px}
  .page-template-page-elementor-home .nc-home-about{padding:56px 0}
  .page-template-page-elementor-home .nc-home-about__grid{gap:30px}
  .page-template-page-elementor-home .nc-home-about__media{border-radius:14px}
  .page-template-page-elementor-home .nc-el-about-title .elementor-heading-title{font-size:40px}
  .page-template-page-elementor-home .nc-home-services{padding:56px 0 60px}
  .page-template-page-elementor-home .nc-el-services-title .elementor-heading-title{font-size:42px;margin-bottom:34px}
  .page-template-page-elementor-home .nc-home-service{padding:28px 4px!important}
  .page-template-page-elementor-home .nc-home-quote{padding:66px 0 70px}
  .page-template-page-elementor-home .nc-el-quote-title .elementor-heading-title{font-size:40px}
  .page-template-page-elementor-home .nc-home-featured{padding:56px 0 64px}
  .page-template-page-elementor-home .nc-el-featured-title .elementor-heading-title{font-size:44px}
  .page-template-page-elementor-home .nc-home-contact{padding:70px 0 74px}
  .page-template-page-elementor-home .nc-el-contact-title .elementor-heading-title{font-size:58px}
}


/* =========================================================
   Elementor 0.1.7 — fix layout reale
   Elementor usa variabili proprie per larghezza, min-height e padding.
   Le regole sotto mantengono la struttura visiva della demo anche dopo
   l'apertura/salvataggio della pagina con Elementor.
   ========================================================= */
.nc-home-elementor,
.nc-home-elementor .entry-content,
.nc-home-elementor .elementor{width:100%;max-width:none}
.nc-home-elementor .entry-content{margin:0!important;padding:0!important;overflow:visible}
.nc-home-elementor .elementor-widget{min-width:0}
.nc-home-elementor .elementor-widget-container{max-width:100%}

.nc-home-elementor .nc-home-hero,
.nc-home-elementor .nc-home-intro,
.nc-home-elementor .nc-home-films,
.nc-home-elementor .nc-home-about,
.nc-home-elementor .nc-home-services,
.nc-home-elementor .nc-home-quote,
.nc-home-elementor .nc-home-featured,
.nc-home-elementor .nc-home-contact{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  --width:100%!important;
  --max-width:none!important;
}

.nc-home-elementor .e-con.nc-container,
.nc-home-elementor .nc-container.e-con{
  width:min(1180px,calc(100% - 40px))!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  --width:min(1180px,calc(100% - 40px))!important;
  --max-width:1180px!important;
  --padding-left:0px!important;
  --padding-right:0px!important;
}
.nc-home-elementor .e-con.nc-container>.e-con-inner,
.nc-home-elementor .nc-container.e-con>.e-con-inner{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

/* HERO */
.nc-home-elementor .nc-home-hero{
  position:relative!important;
  min-height:min(78vh,780px)!important;
  height:auto!important;
  padding:0!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  align-items:stretch!important;
  --min-height:min(78vh,780px)!important;
  --padding-top:0px!important;
  --padding-right:0px!important;
  --padding-bottom:0px!important;
  --padding-left:0px!important;
}
.nc-home-elementor .nc-home-hero>.e-con-inner{
  width:100%!important;
  max-width:none!important;
  min-height:inherit!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  position:relative!important;
}
.nc-home-elementor .nc-home-hero__media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  z-index:0!important;
  overflow:hidden!important;
}
.nc-home-elementor .nc-home-hero__media>.elementor-widget-container{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
}
.nc-home-elementor .nc-home-hero__content{
  position:relative!important;
  z-index:3!important;
  width:min(1180px,calc(100% - 40px))!important;
  max-width:1180px!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:0 0 68px!important;
  overflow:visible!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  --width:min(1180px,calc(100% - 40px))!important;
  --max-width:1180px!important;
  --padding-top:0px!important;
  --padding-right:0px!important;
  --padding-bottom:68px!important;
  --padding-left:0px!important;
}
.nc-home-elementor .nc-home-hero__content>.e-con-inner{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  overflow:visible!important;
}
.nc-home-elementor .nc-home-hero__content .elementor-widget:not(.nc-el-link-widget){width:100%!important;max-width:100%!important}
.nc-home-elementor .nc-el-hero-title{width:100%!important;max-width:930px!important;overflow:visible!important}
.nc-home-elementor .nc-el-hero-title .elementor-heading-title{
  width:100%!important;
  max-width:930px!important;
  margin-left:0!important;
  margin-right:0!important;
  overflow:visible!important;
}
.nc-home-elementor .nc-el-link-widget{width:auto!important;max-width:none!important;align-self:flex-start!important}

/* INTRO */
.nc-home-elementor .nc-home-intro{
  padding:102px 0 96px!important;
  --padding-top:102px!important;
  --padding-right:0px!important;
  --padding-bottom:96px!important;
  --padding-left:0px!important;
}
.nc-home-elementor .nc-home-intro .nc-container{
  width:min(940px,calc(100% - 40px))!important;
  max-width:940px!important;
}
.nc-home-elementor .nc-el-intro-title,
.nc-home-elementor .nc-el-intro-copy{width:100%!important;max-width:100%!important}

/* FILMS */
.nc-home-elementor .nc-home-films{padding:82px 0 100px!important}
.nc-home-elementor .nc-home-featured{padding:94px 0 108px!important}
.nc-home-elementor .nc-home-title-row{
  width:100%!important;
  max-width:none!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:24px!important;
  margin:0 0 42px!important;
  padding:0!important;
}
.nc-home-elementor .nc-home-title-row>.e-con-inner{
  width:100%!important;
  max-width:none!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:24px!important;
  padding:0!important;
}

/* ABOUT */
.nc-home-elementor .nc-home-about{padding:102px 0!important}
.nc-home-elementor .nc-home-about__grid{
  width:min(1180px,calc(100% - 40px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)!important;
  gap:78px!important;
  align-items:center!important;
}
.nc-home-elementor .nc-home-about__grid>.e-con-inner{display:contents!important}
.nc-home-elementor .nc-home-about__media{
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  aspect-ratio:4/5!important;
  margin:0!important;
}
.nc-home-elementor .nc-home-about__content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  align-items:flex-start!important;
}
.nc-home-elementor .nc-home-about__content>.e-con-inner{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  align-items:flex-start!important;
}

/* SERVICES */
.nc-home-elementor .nc-home-services{padding:100px 0 105px!important}
.nc-home-elementor .nc-home-services__grid{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
}
.nc-home-elementor .nc-home-services__grid>.e-con-inner{display:contents!important}
.nc-home-elementor .nc-home-service{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:34px 30px 38px!important;
  display:block!important;
}
.nc-home-elementor .nc-home-service>.e-con-inner{display:block!important;width:100%!important;max-width:none!important;padding:0!important}

/* QUOTE / CTA */
.nc-home-elementor .nc-home-quote{padding:118px 0 126px!important}
.nc-home-elementor .nc-home-quote .nc-container{width:min(1080px,calc(100% - 40px))!important;max-width:1080px!important}
.nc-home-elementor .nc-home-contact{padding:112px 0 116px!important}
.nc-home-elementor .nc-home-contact .nc-container{align-items:center!important}
.nc-home-elementor .nc-home-contact .nc-container>.e-con-inner{align-items:center!important}
.nc-home-elementor .nc-home-contact .nc-el-link-widget{align-self:center!important}

@media (max-width:900px){
  .nc-home-elementor .nc-home-hero{min-height:70vh!important;--min-height:70vh!important}
  .nc-home-elementor .nc-home-hero__content{padding-bottom:46px!important;--padding-bottom:46px!important}
  .nc-home-elementor .nc-home-intro{padding:72px 0 68px!important}
  .nc-home-elementor .nc-home-films{padding:62px 0 72px!important}
  .nc-home-elementor .nc-home-about{padding:70px 0!important}
  .nc-home-elementor .nc-home-about__grid{grid-template-columns:1fr!important;gap:38px!important}
  .nc-home-elementor .nc-home-about__media{max-width:680px!important;margin:0 auto!important}
  .nc-home-elementor .nc-home-services{padding:70px 0 76px!important}
  .nc-home-elementor .nc-home-services__grid{grid-template-columns:1fr!important}
  .nc-home-elementor .nc-home-service{border-right:0!important;border-bottom:1px solid #dcdcdc!important}
  .nc-home-elementor .nc-home-service:last-child{border-bottom:0!important}
  .nc-home-elementor .nc-home-quote{padding:82px 0 88px!important}
  .nc-home-elementor .nc-home-featured{padding:70px 0 82px!important}
  .nc-home-elementor .nc-home-contact{padding:82px 0 88px!important}
}
@media (max-width:560px){
  .nc-home-elementor .e-con.nc-container,
  .nc-home-elementor .nc-container.e-con,
  .nc-home-elementor .nc-home-hero__content{
    width:calc(100% - 28px)!important;
    --width:calc(100% - 28px)!important;
  }
  .nc-home-elementor .nc-home-hero{min-height:64vh!important;--min-height:64vh!important}
  .nc-home-elementor .nc-home-hero__content{padding-bottom:34px!important;--padding-bottom:34px!important}
  .nc-home-elementor .nc-home-intro{padding:58px 0 54px!important}
  .nc-home-elementor .nc-home-title-row,
  .nc-home-elementor .nc-home-title-row>.e-con-inner{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:14px!important;
  }
  .nc-home-elementor .nc-home-films{padding:50px 0 58px!important}
  .nc-home-elementor .nc-home-about{padding:56px 0!important}
  .nc-home-elementor .nc-home-about__grid{width:calc(100% - 28px)!important;gap:30px!important}
  .nc-home-elementor .nc-home-services{padding:56px 0 60px!important}
  .nc-home-elementor .nc-home-service{padding:28px 4px!important}
  .nc-home-elementor .nc-home-quote{padding:66px 0 70px!important}
  .nc-home-elementor .nc-home-featured{padding:56px 0 64px!important}
  .nc-home-elementor .nc-home-contact{padding:70px 0 74px!important}
}

/* ==========================================================
   0.1.8 - Elementor SAFE home
   Elementor handles only section order; the theme owns geometry.
   ========================================================== */
.page-template-page-elementor-home .nc-home-elementor,
.page-template-page-elementor-home .nc-home-elementor .entry-content,
.page-template-page-elementor-home .nc-home-elementor .elementor,
.page-template-page-elementor-home .nc-home-elementor .elementor-element,
.page-template-page-elementor-home .nc-home-elementor .e-con,
.page-template-page-elementor-home .nc-home-elementor .e-con-inner{
  max-width:none;
}
.page-template-page-elementor-home .nc-home-elementor .entry-content{width:100%;margin:0!important;padding:0!important;overflow:hidden}
.page-template-page-elementor-home .ncwf-el-section.e-con{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;
  --width:100%!important;--max-width:none!important;
  --padding-top:0px!important;--padding-right:0px!important;--padding-bottom:0px!important;--padding-left:0px!important;
  --margin-top:0px!important;--margin-right:0px!important;--margin-bottom:0px!important;--margin-left:0px!important;
  gap:0!important;--gap:0px!important;
}
.page-template-page-elementor-home .ncwf-el-section>.e-con-inner{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important}
.page-template-page-elementor-home .ncwf-el-shortcode,
.page-template-page-elementor-home .ncwf-el-shortcode>.elementor-widget-container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.page-template-page-elementor-home .ncwf-el-fullbleed{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}

/* Kill Elementor typography/margin inheritance only inside our autonomous home sections. */
.page-template-page-elementor-home .ncwf-el-fullbleed h1,
.page-template-page-elementor-home .ncwf-el-fullbleed h2,
.page-template-page-elementor-home .ncwf-el-fullbleed h3,
.page-template-page-elementor-home .ncwf-el-fullbleed p{margin-top:0}

/* Hero receives the exact same geometry as the non-Elementor demo. */
.page-template-page-elementor-home .ncwf-el-fullbleed.nc-home-hero{position:relative!important;min-height:min(78vh,780px)!important;display:flex!important;align-items:flex-end!important;overflow:hidden!important}
.page-template-page-elementor-home .ncwf-el-fullbleed .nc-home-hero__content{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin:0 auto!important;padding:0 0 68px!important;position:relative!important;z-index:2!important}
.page-template-page-elementor-home .ncwf-el-fullbleed.nc-home-hero h1{font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(50px,8vw,108px)!important;font-weight:400!important;line-height:.94!important;letter-spacing:-.052em!important;max-width:930px!important;margin:0 0 28px!important;color:#fff!important}
.page-template-page-elementor-home .ncwf-el-fullbleed.nc-home-hero .nc-home-kicker{color:#fff!important}

@media(max-width:900px){
 .page-template-page-elementor-home .ncwf-el-fullbleed.nc-home-hero{min-height:70vh!important}
 .page-template-page-elementor-home .ncwf-el-fullbleed .nc-home-hero__content{padding-bottom:46px!important}
}
@media(max-width:560px){
 .page-template-page-elementor-home .ncwf-el-fullbleed.nc-home-hero{min-height:64vh!important}
 .page-template-page-elementor-home .ncwf-el-fullbleed .nc-home-hero__content{width:calc(100% - 28px)!important;padding-bottom:34px!important}
 .page-template-page-elementor-home .ncwf-el-fullbleed.nc-home-hero h1{font-size:clamp(44px,15vw,68px)!important}
}
