/* DG Editorial Newsletter Popup: split cover, shutters, Favorit / Poppins.
   Namespaced independently so the newsletter and booking dialogs can coexist. */
.dg-call-launcher{position:fixed;right:24px;bottom:24px;z-index:65;display:flex;align-items:center;gap:13px;padding:9px 18px 9px 9px;min-height:58px;border:1px solid #719b5080;border-radius:7px;background:#061f13;color:white;box-shadow:0 8px 30px #00152726;font:500 14px/1.3 'Poppins',sans-serif;transition:transform .2s,background .2s}
.dg-call-launcher[hidden]{display:none}
.dg-call-launcher:hover{background:#153b24;transform:translateY(-3px)}
.dg-call-launcher-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid #719b5080;border-radius:4px;color:#b6ce9c}
.dg-call-launcher svg{width:19px;height:19px;flex-shrink:0}.dg-call-launcher-icon svg{width:22px;height:22px}
.dg-call-launcher:focus-visible,.dg-call :is(button,a):focus-visible{outline:3px solid #719b50;outline-offset:4px}
body:has(dialog[open]) .dg-call-launcher{visibility:hidden}
.dg-call{width:min(1280px,calc(100% - 64px));max-width:none;height:min(820px,calc(100dvh - 48px));max-height:calc(100dvh - 48px);margin:auto;padding:0;border:1px solid #ffffff38;border-radius:16px;background:white;color:#061f13;font:300 14px/1.6 'Poppins',sans-serif;box-shadow:0 36px 140px #00152766;overscroll-behavior:contain;overflow:auto}
.dg-call::backdrop{background:#001527a3;backdrop-filter:blur(12px);animation:call-backdrop .45s both}
.dg-call[open]{animation:call-unfold .6s cubic-bezier(.16,1,.3,1) both}
.dg-call.is-closing{animation:call-close .24s ease both}
.dg-call button{font:inherit;cursor:pointer}.dg-call p,.dg-call h2{margin:0}.dg-call svg{width:18px;height:18px;flex-shrink:0}
.dg-call-spread{display:grid;grid-template-columns:30% minmax(0,1fr);height:100%;min-height:0}
.dg-call-chrome{height:0;position:sticky;top:0;z-index:8}
.dg-call-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:40px;height:40px;border:1px solid #061f132e;border-radius:50%;color:#061f13;background:#fff;transition:transform .3s,background .2s}
.dg-call-close:hover{background:#ebedec;transform:rotate(90deg)}
.dg-call-cover{position:relative;isolation:isolate;overflow:hidden;padding:30px;display:flex;flex-direction:column;color:white;background:#061f13}
.dg-call-portrait{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:55% 52%}
.dg-call-cover::after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,#061f1370 0%,#061f1330 30%,transparent 58%,#061f13e8 100%);pointer-events:none}
.dg-call-logo{width:176px;height:auto;filter:brightness(0) invert(1);z-index:3}
.dg-call-cover-title{padding-top:45px;font:500 clamp(60px,6vw,84px)/.95 'ABCFavorit',sans-serif;letter-spacing:-.06em;z-index:3}
.dg-call-host{margin-top:auto;padding-top:25px;position:relative;z-index:3;display:flex;flex-direction:column;gap:7px}
.dg-call-host strong{font:500 29px/1.2 'ABCFavorit',sans-serif;letter-spacing:-.04em}.dg-call-host span{font-size:12px;color:#e3eadc}
.dg-call-shutters{position:absolute;inset:0;display:flex;z-index:2;pointer-events:none}.dg-call-shutters i{flex:1;background:#061f13;transform-origin:top;animation:call-shutter 1.05s cubic-bezier(.76,0,.24,1) both}.dg-call-shutters i:nth-child(2){animation-delay:.07s}.dg-call-shutters i:nth-child(3){animation-delay:.14s}.dg-call-shutters i:nth-child(4){animation-delay:.21s}
.dg-call-page{min-width:0;overflow:auto;overscroll-behavior:contain;padding:33px 30px 24px;background:white}
.dg-call-introduction{padding-right:28px}.dg-call-eyebrow{font-size:11px;letter-spacing:.1em;font-weight:500;color:#5d8340}
.dg-call h2{font:500 clamp(30px,3vw,40px)/1.12 'ABCFavorit',sans-serif;letter-spacing:-.045em;margin:12px 0 14px}
.dg-call h2:focus{outline:none}.dg-call #dg-call-intro{max-width:520px;font-size:14px;line-height:1.75;color:#526057}
.dg-call-details{display:flex;flex-wrap:wrap;gap:14px 24px;margin-top:18px;font-size:12px}.dg-call-details>span{display:flex;align-items:center;gap:8px}.dg-call-details svg{color:#5d8340}
.dg-call-booker-heading{display:flex;justify-content:space-between;flex-wrap:wrap;gap:5px 12px;margin-top:24px;padding-top:18px;border-top:1px solid #061f1326;font-size:12px}.dg-call-booker-heading strong{font-weight:500}.dg-call-booker-heading>span{color:#526057}
.dg-call-calendar-wrap{position:relative;min-height:370px;margin:10px -10px 0}.dg-call-calendar{width:100%;min-height:370px;overflow:auto}.dg-call-calendar iframe{border:0;width:100%;min-height:370px;color-scheme:light}
.dg-call-status{padding:30px 16px;text-align:center;color:#526057;font-size:13px}.dg-call-status[hidden]{display:none}.dg-call-calendar-wrap:has(.dg-call-status:not([hidden])) .dg-call-calendar{min-height:280px}
.dg-call-footnote{display:flex;justify-content:space-between;gap:14px;margin-top:8px;color:#526057;font-size:11px}.dg-call-footnote a{display:inline-flex;align-items:center;gap:6px;text-decoration:underline;text-underline-offset:3px}.dg-call-footnote svg{width:12px;height:12px}
.dg-call-alternative{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid #061f1326;padding-top:16px;margin-top:19px;font-size:12px}.dg-call-alternative:hover{color:#5d8340}
@keyframes call-backdrop{from{background:#00152700;backdrop-filter:blur(0)}to{background:#001527a3;backdrop-filter:blur(12px)}}
@keyframes call-unfold{from{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:none}}
@keyframes call-close{to{opacity:0;transform:translateY(14px) scale(.985)}}
@keyframes call-shutter{from{transform:scaleY(1)}to{transform:scaleY(0)}}
@media(max-width:1000px){.dg-call{width:calc(100% - 32px)}.dg-call-spread{grid-template-columns:30% minmax(0,1fr)}.dg-call-cover{padding:24px}.dg-call-cover-title{font-size:60px}.dg-call-logo{width:145px}.dg-call-page{padding:30px 22px 22px}.dg-call-host strong{font-size:25px}}
@media(max-width:760px){
 .dg-call{width:min(560px,calc(100% - 20px));height:auto;max-height:calc(100dvh - 20px);border-radius:12px}
 .dg-call-spread{grid-template-columns:1fr;min-height:0;height:auto}.dg-call-cover{min-height:245px;padding:23px;display:grid;grid-template-columns:1fr 1fr;gap:15px}
 .dg-call-portrait{object-position:55% 47%}.dg-call-cover::after{background:linear-gradient(90deg,#061f13ad,transparent 75%),linear-gradient(0deg,#061f1399,transparent 55%)}
 .dg-call-logo{width:143px;grid-column:1/-1}.dg-call-cover-title{grid-column:1;font-size:46px;padding:0;align-self:end}.dg-call-host{grid-column:1/-1;max-width:60%;padding:0;align-self:end;margin:0;gap:4px}.dg-call-host strong{font-size:20px}.dg-call-host span{font-size:10px}
 .dg-call-close{top:10px;right:10px;background:#061f13d9;color:white;border-color:#ffffff80}.dg-call-close:hover{background:#061f13}
 .dg-call-page{overflow:visible;padding:24px 18px 22px}.dg-call-introduction{padding-right:0}.dg-call h2{font-size:29px;margin:10px 0 12px}.dg-call #dg-call-intro{font-size:13px}
 .dg-call-details{gap:10px 16px;margin-top:15px;font-size:11px}.dg-call-booker-heading{margin-top:18px;padding-top:15px;display:block}.dg-call-booker-heading>span{display:block;margin-top:4px}
 .dg-call-calendar-wrap{margin-left:-8px;margin-right:-8px;min-height:400px}.dg-call-calendar,.dg-call-calendar iframe{min-height:400px}
 .dg-call-launcher{right:14px;bottom:max(14px,env(safe-area-inset-bottom));min-height:50px;gap:10px;padding:6px 12px 6px 6px;font-size:12px}.dg-call-launcher-icon{width:34px;height:34px}.dg-call-launcher>svg{width:15px;height:15px}
}
@media(prefers-reduced-motion:reduce){.dg-call,.dg-call::backdrop,.dg-call *,.dg-call-launcher{animation:none!important;transition:none!important}.dg-call-shutters{display:none}.dg-call-launcher:hover,.dg-call-close:hover{transform:none}}
@media print{.dg-call,.dg-call-launcher{display:none!important}}
