/* Shared consent UI. Foundation and the existing page layout stay independent. */
.gf-consent,.gf-consent-settings{color:var(--ink);background:var(--white);font-family:'DM Sans',sans-serif;line-height:1.55;box-sizing:border-box;text-align:left}
.gf-consent{position:fixed;z-index:10000;right:clamp(16px,3vw,40px);bottom:clamp(16px,3vw,32px);width:min(500px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto;padding:26px;border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 64px rgb(6 33 26 / 22%)}
.gf-consent[hidden]{display:none!important}
.gf-consent-heading{display:flex;align-items:center;gap:14px;margin-bottom:15px}
.gf-consent-mark{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:14px;background:var(--mint);color:var(--green-700);font-size:22px;font-weight:700}
.gf-consent-kicker{display:block;color:var(--green-700);font-size:12px;font-weight:700;letter-spacing:.04em;margin-bottom:4px}
.gf-consent h2,.gf-consent-settings h2{font-size:21px;line-height:1.2;letter-spacing:-.035em;margin:0}
.gf-consent p,.gf-consent-settings p{font-size:14px;line-height:1.6;color:var(--text);margin:0 0 18px;max-width:none}
.gf-consent-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gf-consent-actions button,.gf-consent-save,.gf-vimeo-notice button{min-height:48px;border:1px solid var(--forest);border-radius:12px;padding:11px 13px;font:700 14px/1.4 'DM Sans',sans-serif;cursor:pointer;background:var(--forest);color:var(--white);text-align:center;white-space:normal}
.gf-consent-actions button:hover,.gf-consent-save:hover,.gf-vimeo-notice button:hover{background:var(--green-700);border-color:var(--green-700)}
.gf-consent-customize{display:block;min-height:44px;width:100%;margin:8px 0;border:1px solid var(--line);border-radius:12px;background:var(--mint-soft);color:var(--ink);font:600 14px 'DM Sans',sans-serif;cursor:pointer}
.gf-consent-links{display:flex;gap:10px 18px;flex-wrap:wrap;align-items:center;font-size:12px;color:var(--text)}
.gf-consent a,.gf-consent-settings a,.gf-vimeo-notice a{color:var(--green-700);text-decoration:underline;text-underline-offset:3px}
.gf-consent-links span{flex-basis:100%}
.gf-consent-settings{width:min(600px,calc(100% - 32px));max-height:calc(100dvh - 32px);margin:auto;padding:28px;border:1px solid var(--line);border-radius:24px;overflow:auto;overscroll-behavior:contain;box-shadow:0 20px 80px rgb(6 33 26 / 24%)}
.gf-consent-settings::backdrop{background:rgb(6 33 26 / 58%);backdrop-filter:blur(4px)}
.gf-settings-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}
.gf-consent-close{height:44px;width:44px;flex:0 0 44px;border:1px solid var(--line);border-radius:50%;background:var(--mint-soft);color:var(--ink);font-size:26px;cursor:pointer}
.gf-consent-category{padding:18px;border:1px solid var(--line);background:var(--mint-soft);border-radius:16px;margin:16px 0}
.gf-consent-category-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;font-size:15px;min-height:32px;cursor:default}
label.gf-consent-category-title{cursor:pointer}
.gf-consent-category p{margin-bottom:8px;font-size:13px}
.gf-consent-category a{font-size:13px}
.gf-consent-required{color:var(--green-700);font-weight:600;font-size:12px;flex-shrink:0}
.gf-consent-category input[type=checkbox]{appearance:auto;display:block;flex:0 0 24px;width:24px;height:24px;padding:0;margin:0;accent-color:var(--green-700);cursor:pointer}
.gf-consent-settings .gf-consent-note{font-size:13px}
.gf-consent-save{margin-top:10px;width:100%;color:var(--forest);background:var(--white)}
.gf-consent-save:hover{color:var(--white)}
.gf-consent :is(button,a):focus-visible,.gf-consent-settings :is(button,input,a):focus-visible,.gf-vimeo-notice :is(button,a):focus-visible,[data-cookie-settings]:focus-visible{outline:3px solid var(--green-700);outline-offset:4px}
.gf-cookie-link{font:inherit;color:inherit;border:0;background:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:4px}
.site-footer .legal>span:last-child{flex-wrap:wrap}
.gf-consent-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.gf-vimeo-notice{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(20px,4vw,48px);background:var(--mint-soft);color:var(--ink)}
.gf-vimeo-notice h3{font-size:clamp(20px,3vw,28px);margin:8px 0 12px;line-height:1.2}
.gf-vimeo-notice p{font-size:14px;max-width:540px;line-height:1.6;color:var(--text);margin:0 0 20px}
.gf-vimeo-notice a{font-size:13px;margin-top:14px}
.a-player:has(.gf-vimeo-notice){aspect-ratio:auto;min-height:340px}
body.gf-consent-visible .a-mobile-cta{visibility:hidden}
@media(max-width:540px){.gf-consent{right:12px;bottom:max(12px,env(safe-area-inset-bottom));width:calc(100% - 24px);max-height:calc(100dvh - 24px);padding:20px;border-radius:20px}.gf-consent h2{font-size:19px}.gf-consent p{font-size:13px;margin-bottom:14px}.gf-consent-heading{gap:10px}.gf-consent-links{font-size:11px}.gf-consent-settings{padding:20px}.gf-consent-category{padding:14px}.gf-consent-category-title{font-size:14px}.gf-consent-actions button{font-size:13px;padding:10px 8px}.a-player:has(.gf-vimeo-notice){min-height:0}.gf-vimeo-notice{padding:24px 18px}}

.gf-settings-actions{position:sticky;bottom:-28px;background:var(--white);padding:14px 0 8px;box-shadow:0 -12px 16px var(--white);z-index:1}
@media(max-width:540px){.gf-settings-actions{bottom:-20px}.gf-consent-settings .gf-consent-note{font-size:12px;line-height:1.5}}
