/* Pop-up approvato: fotografia separata da testo e modulo. */
html.wn-open{overflow:hidden}
dialog.willy-newsletter{position:fixed;inset:0;margin:auto;padding:0;width:min(1060px,calc(100% - 40px));max-width:none;max-height:calc(100dvh - 40px);border:2px solid #171717;border-radius:0;background:#f7f5ef;color:#171717;box-shadow:9px 9px 0 #171717;font-family:'Nunito Sans',sans-serif;overflow:auto}
dialog.willy-newsletter:not([open]){display:none}
.willy-newsletter::backdrop{background:rgba(0,0,0,.58)}
.willy-newsletter .wn-layout{display:grid;grid-template-columns:46% minmax(0,1fr)}
.willy-newsletter .wn-art{background:#e3b3d4;min-height:100%;position:relative}
.willy-newsletter .wn-art img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}
.willy-newsletter .wn-copy{padding:48px 40px 28px;min-width:0}
.willy-newsletter .wn-label{font-size:13px;font-weight:900;letter-spacing:.15em;margin:0 0 22px}
.willy-newsletter h2{font-family:'Nunito Sans',sans-serif;font-weight:1000;font-size:clamp(40px,4.8vw,66px);line-height:.98;letter-spacing:-.045em;margin:0 0 20px}
.willy-newsletter h2:focus{outline:none}
.willy-newsletter .wn-lead{font-size:18px;line-height:1.4;margin:0 0 24px}
.willy-newsletter input[type=email]{display:block;width:100%;min-width:0;padding:14px 16px;background:#fff;border:2px solid #171717;border-radius:0;font:inherit;font-size:17px;margin:0 0 18px;box-sizing:border-box}
.willy-newsletter .wn-consent{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;cursor:pointer}
.willy-newsletter .wn-consent input{appearance:auto;position:static;flex:0 0 20px;width:20px;height:20px;margin:0;accent-color:#171717}
.willy-newsletter .wn-privacy{display:inline-block;color:#171717;font-size:14px;text-decoration:underline;margin-top:8px}
.willy-newsletter .wn-status{font-size:14px;line-height:1.4;margin:14px 0}
.willy-newsletter .wn-status:empty{display:none}
.willy-newsletter .wn-error{color:#a21d35}
.willy-newsletter .wn-success{background:#afd8bd;padding:14px;font-weight:800}
.willy-newsletter .wn-submit{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;margin-top:24px;padding:16px;background:#afd8bd;color:#171717;border:2px solid #171717;border-radius:0;box-shadow:4px 4px 0 #171717;font:900 17px/1.2 'Nunito Sans',sans-serif;text-align:left;cursor:pointer}
.willy-newsletter .wn-submit[hidden]{display:none}
.willy-newsletter .wn-submit:disabled{opacity:.65;cursor:wait}
.willy-newsletter .wn-submit span{font-size:28px}
.willy-newsletter .wn-close{position:absolute;right:14px;top:14px;z-index:2;width:42px;height:42px;background:#f7f5ef;border:2px solid #171717;border-radius:0;font:32px/1 sans-serif;color:#171717;cursor:pointer}
.willy-newsletter .wn-later{display:block;margin:22px auto 0;padding:4px 10px;min-height:34px;background:none;border:0;color:#171717;font:700 14px 'Nunito Sans',sans-serif;text-decoration:underline;cursor:pointer}
.willy-newsletter :is(a,button,input):focus-visible{outline:3px solid #005c59;outline-offset:3px}
.willy-newsletter .wn-hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.willy-newsletter .wn-channels{margin-top:24px;padding-top:18px;border-top:1px dashed #85857f}
.willy-newsletter .wn-channels>p{font-size:16px;font-weight:900;margin:0 0 10px}
.willy-newsletter .wn-channel-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.willy-newsletter .wn-channel-links a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:8px;border:1px solid #171717;background:#e1ede3;color:#171717;font:800 15px 'Nunito Sans',sans-serif;text-decoration:none}
.willy-newsletter .wn-channel-links a:last-child{background:#bae2f7}
.willy-newsletter .wn-channels small{display:block;font-size:12px;line-height:1.4;margin-top:10px}
@media(max-width:700px){
  dialog.willy-newsletter{width:calc(100% - 24px);max-height:calc(100dvh - 24px);box-shadow:5px 5px #171717}
  .willy-newsletter .wn-layout{grid-template-columns:minmax(0,1fr)}
  .willy-newsletter .wn-art{height:170px;min-height:0;overflow:hidden}
  .willy-newsletter .wn-art img{object-position:center 15%}
  .willy-newsletter .wn-copy{padding:22px}
  .willy-newsletter .wn-label{font-size:10px;margin-bottom:12px}
  .willy-newsletter h2{font-size:38px;line-height:1;margin-bottom:14px}
  .willy-newsletter h2 br{display:none}
  .willy-newsletter .wn-lead{font-size:15px;margin-bottom:18px}
  .willy-newsletter .wn-submit{font-size:14px;padding:13px}
  .willy-newsletter .wn-close{position:sticky;float:right;top:8px;right:8px;margin:8px 8px -50px 0}
}
/* 9 settembre: popup piu compatto (-30% larghezza desktop), controlli leggibili. */
dialog.willy-newsletter{width:min(742px,calc(100% - 40px))}
.willy-newsletter .wn-copy{padding:36px 24px 20px}
.willy-newsletter .wn-label{margin-bottom:14px;font-size:11px}
.willy-newsletter h2{font-size:clamp(30px,3.4vw,46px);margin-bottom:14px}
.willy-newsletter .wn-lead{font-size:16px;margin-bottom:16px}
.willy-newsletter input[type=email]{padding:11px 12px;font-size:16px;margin-bottom:12px}
.willy-newsletter .wn-submit{margin-top:16px;padding:12px;font-size:14px;min-height:44px}
.willy-newsletter .wn-channels{margin-top:16px;padding-top:12px}
.willy-newsletter .wn-channels>p{font-size:14px}
.willy-newsletter .wn-later{margin-top:12px}
@media(max-width:700px){
 dialog.willy-newsletter{width:calc(100% - 24px)}
 .willy-newsletter .wn-art{height:119px}
 .willy-newsletter .wn-copy{padding:18px}
 .willy-newsletter h2{font-size:30px}
}
