/* Header and hero share a single width system: 15px of artwork surrounds the bar. */
:root{--header-width:1180px;--hero-width:1210px;--panel-ease:cubic-bezier(.22,.68,.2,1)}
.brand{text-transform:uppercase}
.site-header{width:min(var(--header-width),calc(100% - 64px));margin-top:25px;transition:border-radius .22s,box-shadow .22s}
.page-hero{width:min(var(--hero-width),calc(100% - 34px));margin-top:10px}
.page-hero .wrap{width:calc(100% - 80px);max-width:1130px}
.page-hero::after{background:linear-gradient(90deg,#001741a6,#03183d66)}
.page-hero.prova::after,.page-hero.compact::after{background:linear-gradient(90deg,#00143c88,#00143c44)}
.page-hero.medlem{color:white}.page-hero.medlem p{color:white}.page-hero.medlem::after{background:linear-gradient(90deg,#001741a6,#03183d66)}
.mega-menu{top:100%;gap:20px;padding:14px 24px 24px;border-radius:0 0 12px 12px;box-shadow:0 20px 25px #07123018;opacity:0;transform:translateY(-7px);transition:opacity .22s ease,transform .22s var(--panel-ease);pointer-events:none;max-height:calc(100dvh - 145px)}
.mega-menu.is-open{opacity:1;transform:translateY(0);pointer-events:auto}
.site-header.mega-expanded{border-radius:12px 12px 0 0}
.nav-group:has(.nav-trigger[aria-expanded=true])::after{display:none}
.mega-fly{grid-template-columns:1.4fr 1fr}.mega-links{gap:20px}.mega-card{padding:22px 18px;min-height:160px;border-radius:16px}.mega-icon .icon{width:74px;height:74px}.mega-photo{min-height:0;max-height:450px;border-radius:16px}.mega-strip{background:#072b6d;color:white;padding:12px 15px;min-height:62px}.mega-strip strong{background:white;color:#0e2456;padding:10px 30px;border-radius:5px;box-shadow:0 3px 10px #0002}.mega-strip>.icon{width:28px;height:28px}.mega-about .mega-strip strong{padding-inline:22px}
.public-site .hero{isolation:isolate;background:#061638 url('/assets/lmfk_hero_overlay_01.jpg') center/cover}
.hero-video{opacity:1;z-index:-2}.hero::before,.hero::after{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none}.hero::before{background:url('/assets/lmfk_site_bg2.png') center/cover;opacity:.5}.hero::after{background:linear-gradient(90deg,#00103285,#00103230)}.video-toggle{background:#071c49cc!important;color:white!important;border:1px solid #ffffff50!important;border-radius:6px;font-size:13px;padding:8px 13px!important}
@keyframes welcome-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.public-site .site-header{animation:welcome-in .6s var(--panel-ease) both}.hero-inner h1,.page-hero h1{animation:welcome-in .7s .08s var(--panel-ease) both}.hero-lead,.page-hero p{animation:welcome-in .7s .16s var(--panel-ease) both}.hero-inner .actions{animation:welcome-in .7s .24s var(--panel-ease) both}
.desktop-nav>a,.nav-trigger,.header-social a{transition:color .18s,transform .18s}.desktop-nav>a:hover,.header-social a:hover{transform:translateY(-2px)}
.scroll-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s var(--panel-ease)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}
.activity-grid>.scroll-reveal:nth-child(2){transition-delay:50ms}.activity-grid>.scroll-reveal:nth-child(3){transition-delay:100ms}.activity-grid>.scroll-reveal:nth-child(4){transition-delay:150ms}
.button{transition:background .2s,box-shadow .2s,transform .2s}.button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #12264b22}.button:active{transform:translateY(0)}
.hamburger{display:block;position:relative;width:28px;height:24px}.hamburger>span{position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:currentColor;transition:transform .3s var(--panel-ease),opacity .2s,top .3s var(--panel-ease)}.hamburger>span:nth-child(1){top:3px}.hamburger>span:nth-child(2){top:11px}.hamburger>span:nth-child(3){top:19px}
.mobile-toggle[aria-expanded=true] .hamburger>span:nth-child(1),.mobile-drawer.is-open .hamburger>span:nth-child(1){top:11px;transform:rotate(45deg)}.mobile-toggle[aria-expanded=true] .hamburger>span:nth-child(2),.mobile-drawer.is-open .hamburger>span:nth-child(2){opacity:0;transform:translateX(8px)}.mobile-toggle[aria-expanded=true] .hamburger>span:nth-child(3),.mobile-drawer.is-open .hamburger>span:nth-child(3){top:11px;transform:rotate(-45deg)}
/* A soft drop-in keeps the hamburger morph visible as the menu opens. */
.mobile-drawer,.mobile-drawer[open]{animation:none;width:100%;max-width:100%;height:100dvh;max-height:100dvh;inset:0;margin:0;padding:0;border:0;border-radius:0;color:#f3f6ff;background:#00172f;opacity:0;transform:translateY(-24px);transition:opacity .32s ease,transform .48s cubic-bezier(.22,1,.36,1)}
.mobile-drawer[open]{display:flex;flex-direction:column}.mobile-drawer.is-open{opacity:1;transform:translateY(0)}.mobile-drawer::backdrop{background:transparent}.mobile-drawer.is-open::backdrop{background:#00113099}
.drawer-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:77px;padding:12px 20px;flex-shrink:0}
.drawer-heading .brand{color:white;font-size:17px;line-height:1.02;gap:12px}.drawer-heading .brand img{width:49px;height:49px}
.drawer-close{position:static;flex-shrink:0;padding:10px;color:#f3f6ff;min-width:48px;min-height:44px}
.drawer-close:focus-visible{outline:0;border-radius:7px;background:#10365b}
.drawer-back{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 8px;border:0;background:none;color:inherit;font-size:15px}.drawer-back>span{color:#ffda39;font-size:28px}
.drawer-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;padding-top:14px}
.drawer-pages,.drawer-actions{width:calc(100% - 24px);margin-inline:12px}
.drawer-pages{position:relative;isolation:isolate;overflow:hidden;flex-shrink:0}
.mobile-drawer .drawer-page h2{display:flex;align-items:center;gap:20px;font-size:23px;text-transform:none;color:white;margin:0;padding:12px 14px 20px;min-height:66px;border-bottom:1px solid #163956}
.drawer-page h2 .icon{width:30px;height:30px}
.drawer-row{display:flex;align-items:center;gap:20px;width:100%;min-height:56px;padding:12px 14px;border:0;border-bottom:1px solid #163956;border-radius:0;background:transparent;color:inherit;text-align:left;font-size:16px;line-height:1.35}
.mobile-drawer.is-open .drawer-page:not([hidden])>.drawer-row{animation:menu-drop-in .46s cubic-bezier(.22,1,.36,1) both}
.mobile-drawer.is-open .drawer-page>.drawer-row:nth-child(1){animation-delay:70ms}
.mobile-drawer.is-open .drawer-page>.drawer-row:nth-child(2){animation-delay:110ms}
.mobile-drawer.is-open .drawer-page>.drawer-row:nth-child(3){animation-delay:150ms}
.mobile-drawer.is-open .drawer-page>.drawer-row:nth-child(4){animation-delay:190ms}
.mobile-drawer.is-open .drawer-page>.drawer-row:nth-child(5){animation-delay:230ms}
.mobile-drawer.is-open .drawer-page>.drawer-row:nth-child(6){animation-delay:270ms}
.mobile-drawer.is-open .drawer-actions{animation:menu-drop-in .5s .25s cubic-bezier(.22,1,.36,1) both}
@keyframes menu-drop-in{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.mobile-drawer.is-open .drawer-page:not([hidden])>.drawer-row,.mobile-drawer.is-open .drawer-actions{animation:none}}
.drawer-row>span:not(.drawer-home-symbol){flex:1}.drawer-row>.icon{width:25px;height:25px}.drawer-row>.icon:last-child{width:13px;height:17px;margin-left:auto}
.drawer-home-symbol{width:25px;font-size:32px;line-height:25px;text-align:center}
.drawer-row:hover,.drawer-row[aria-current],.drawer-row:focus-visible{color:white;background:#10365b;border-radius:7px}
.drawer-actions{display:grid;gap:12px;padding-top:12px;flex-shrink:0}
.drawer-member{background:#0c2b4a;border:0;border-radius:7px;font-size:14px}
.drawer-trial-bar{padding:12px 12px calc(12px + env(safe-area-inset-bottom));background:#00172f;flex-shrink:0}
.drawer-trial.button{width:100%;min-height:54px;background:linear-gradient(110deg,#ffdf48,#ffd02b);color:#002143;font-weight:700;font-size:17px;border:1px solid #ffe785;box-shadow:0 6px 22px #0002;gap:18px}
.drawer-trial.button:hover{background:#ffe66c}.drawer-trial>span{font-size:26px;line-height:1}
.drawer-landscape{flex:1 0 140px;min-height:140px;margin-top:4px;background:linear-gradient(#00172f 0%,#00172f00 40%,#00172f30 70%,#00172f 100%),url('/assets/lmfk_bg_02.jpg') center 65%/cover}
.drawer-follow{display:flex;align-items:center;justify-content:center;gap:16px;min-height:54px;padding:0 12px;flex-shrink:0}
.drawer-follow a{display:grid;place-items:center;min-width:44px;min-height:44px}.drawer-follow a:hover{color:#ffda39}.drawer-follow .icon{width:29px;height:29px}.drawer-follow p{font-size:12px;line-height:1.5;margin:0}
@media(max-width:400px){.drawer-heading .brand{font-size:15px}.drawer-heading .brand img{width:46px;height:46px}}
@media(prefers-reduced-motion:reduce){.mobile-drawer,.mobile-drawer[open]{transition:none}}
.footer-links>a{display:block;color:#acb6d6;font-size:14px;margin-bottom:7px}.footer-toggle{border:0;background:none;padding:0;color:white;font-size:14px;text-transform:uppercase;font-weight:700;cursor:default;text-align:left}.footer-toggle:disabled{opacity:1}.footer-toggle>span{display:none}.footer-social{display:flex;gap:14px}.footer-social .icon{width:24px;height:24px}.footer-sponsors{display:none}
@media(max-width:1150px){.site-header{gap:20px}.desktop-nav{gap:22px}.mega-icon .icon{width:55px;height:55px}.mega-card{padding:20px 15px}.mega-strip strong{padding-inline:20px}.mega-strip{font-size:13px}}
@media(max-width:960px){.site-header{width:100%;margin:0;border-radius:0}.page-hero{width:calc(100% - 20px);margin-top:0}.page-hero .wrap{width:calc(100% - 50px)}.mobile-toggle{padding:10px}.public-site .site-header{animation:none}}
@media(max-width:680px){.page-hero .wrap{width:calc(100% - 40px)}.footer-grid{display:block}.footer-grid>div:first-child{margin-bottom:24px}.footer-group{border-top:1px solid #ffffff25;padding-block:15px}.footer-group h2{margin:0}.footer-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;text-transform:none;font-size:15px;cursor:pointer}.footer-toggle>span{display:block;font-size:20px;line-height:1;transition:transform .2s}.footer-toggle[aria-expanded=true]>span{transform:rotate(180deg)}.footer-links{padding-top:15px}.footer-links a{padding:5px 0}.footer-sponsors{display:block;border-top:1px solid #ffffff25;padding-top:22px;margin-top:0}.footer-sponsors h2{text-transform:none;font-size:14px}.footer-sponsors>div{display:flex;gap:20px;align-items:center}.footer-sponsors img{width:calc((100% - 40px)/3);height:45px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.65}.footer .brand{font-size:17px}.footer .brand img{width:53px;height:53px}.footer-bottom{margin-top:25px}.video-toggle{bottom:14px;right:14px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.public-site .site-header,.hero-inner h1,.page-hero h1,.hero-lead,.page-hero p,.hero-inner .actions{animation:none}.scroll-reveal{opacity:1;transform:none}.mega-menu,.mobile-drawer,.mobile-drawer[open],.hamburger>span,.drawer-body .drawer-section,.drawer-social,.drawer-login,.drawer-bottom,.button,.scroll-reveal{transition:none}.hero-video{display:block}}
@media(min-width:961px){.site-header{position:sticky;top:12px;box-shadow:0 6px 28px #07123020}.public-site .site-header{position:fixed;top:0}.public-site:has(.preview) .site-header{top:0}.mega-menu{max-height:calc(100dvh - 130px)}html{scroll-padding-top:120px}}
@media(max-width:400px){.site-header .brand{font-size:15px}.site-header{gap:10px}.site-header .brand img{width:46px;height:46px}}
@media(prefers-reduced-motion:reduce){.drawer-section>a{transition:none}.hero-video,.video-toggle{display:none}}
/* Detached panels retain a traversable hover bridge and balanced columns. */
.mega-menu{top:calc(100% + 12px);padding:24px;border-radius:18px;box-shadow:0 16px 35px #07123026;overflow:visible}
.site-header.mega-expanded{border-radius:12px}
.mega-menu::before{content:'';position:absolute;left:0;right:0;top:-14px;height:16px}
.mega-menu .mega-copy{min-width:0;display:flex;flex-direction:column}.mega-menu .mega-photo{height:100%;max-height:none;min-height:0;align-self:stretch}.mega-about .mega-links{flex:1}.mega-about .mega-card{padding:14px 0}.mega-about .mega-copy>h2{margin:0 0 12px}.mega-strip{margin-top:20px}.mega-menu .mega-card>div{min-width:0}.mega-fly .mega-card{min-height:160px}.mega-strip strong{flex-shrink:0}.mega-about{grid-template-columns:1fr 1fr}
.club-status{background:linear-gradient(90deg,#eff7efff 0%,#eff7effa 30%,#edf5efd9 44%,#dceaffaa 100%),url('/assets/lmfk_bg_02.jpg') center 55%/cover;padding:20px 30px 15px;min-height:243px}.club-status .status-label{color:#12d321;font-size:19px;margin-bottom:10px}.club-status .status-dot{background:#4ace60}.club-status h2{color:#089717;font-size:23px;margin-bottom:10px}.club-status>p:not(.status-label){color:#181818;max-width:640px;font-size:14px;margin-bottom:13px}.club-status .actions{gap:19px}.club-status .button{min-width:127px;min-height:40px;border-radius:4px;box-shadow:0 1px 7px #0005;font-weight:600}.club-status .button:last-child,.club-status .button:last-child .icon{color:#22a12b}
.disclosure-animating{overflow:hidden!important}.faq{will-change:auto}.footer-links>a{transition:color .2s,opacity .4s,transform .4s}.footer-links>a:hover{transform:translateX(4px)}
.social-banner .button .icon{width:24px;height:24px}.footer-social .icon,.drawer-social .icon{display:block}.gallery-track{cursor:grab;touch-action:pan-x pan-y}.gallery-track.dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}.gallery-track img{pointer-events:none}
.image-viewer{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;inset:0;border:0;border-radius:0;padding:60px 65px 20px;background:#050b18f5;color:white;overflow:hidden}.image-viewer[open]{display:flex;align-items:center;justify-content:center}.image-viewer figure{margin:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.image-viewer img{width:auto;height:auto;max-width:100%;max-height:calc(100dvh - 125px);object-fit:contain;touch-action:pan-y pinch-zoom}.image-viewer figcaption{font-size:14px;color:#d5deef;text-align:center}.viewer-toolbar{position:absolute;top:12px;left:24px;right:20px;display:flex;align-items:center;justify-content:space-between}.viewer-counter{font-size:14px}.image-viewer button{position:static;width:44px;height:44px;border-radius:50%;background:#ffffff18;color:white;border:1px solid #ffffff30;display:grid;place-items:center;font-size:26px;line-height:1}.image-viewer .viewer-close{font-size:34px}.image-viewer .viewer-prev,.image-viewer .viewer-next{position:absolute;top:50%;transform:translateY(-50%)}.image-viewer .viewer-prev{left:12px}.image-viewer .viewer-next{right:12px}.lightbox-open{overflow:hidden}
.regler-content{padding-top:20px}.rules-map{grid-template-columns: minmax(0, .8fr) minmax(0,1.2fr);gap:40px;align-items:start}.rules-map .field-map-image{display:block}.rules-map .field-map-image img{width:100%;height:auto;max-height:none;object-fit:contain;border-radius:20px}.rules-map>.field-map-copy{padding-top:5px}.field-map-copy h2{font-family:'Roboto Condensed',sans-serif;color:#304b7b;font-size:33px;margin-bottom:14px}.field-map-copy>p{font-size:14px;color:#585b60}.map-legend{display:flex;flex-direction:column;gap:25px;margin:45px 0 38px}.map-legend>div{position:relative;padding-left:28px}.map-legend h3{font-family:'Roboto Condensed',sans-serif;font-size:20px;color:#565c63;line-height:1.2;margin:0 0 10px}.map-legend p{padding:0;margin:0;font-size:14px;color:#5b5d60}.map-dot{width:18px;height:18px;top:2px}.map-dot.allowed{background:#8555bc}.map-dot.runway{background:#358b3e}.map-dot.emergency{background:#ffe000}.map-dot.excluded{background:none;border:2px solid red;color:red;display:grid;place-items:center;font-size:16px;line-height:12px;font-weight:700}.field-map-copy .field-stats{margin-top:0;gap:20px}.field-stats>div{background:white;padding:20px 15px;justify-content:flex-start;border-radius:12px}.field-stats strong,.field-stats>div:last-child strong{font-family:'Roboto Condensed',sans-serif;font-size:21px;color:#365ca6;margin:16px 0 7px}.field-stats>div>span:not(.stat-symbol){font-size:14px;line-height:1.6;color:#666}.field-stats .icon,.field-stats .stat-symbol{color:#3b7fff;width:24px;height:24px;margin:0}.field-stats .stat-symbol{border:2px solid;border-radius:50%;font-size:20px;line-height:20px;display:grid;place-items:center}.page-hero.regler::after{background:linear-gradient(90deg,#072b5880,#072b5810)}
@media(max-width:1150px) and (min-width:961px){.mega-menu{gap:20px;padding:20px}.mega-card h3{font-size:19px}.mega-strip{gap:10px}.mega-strip strong{padding-inline:15px}}
@media(max-width:680px){.rules-map{grid-template-columns:1fr;gap:35px}.regler-content{width:calc(100% - 30px);padding-top:20px}.rules-map>.field-map-copy{padding:0 22px}.field-map-copy h2{text-align:center;font-size:31px}.map-legend{margin:48px 0;gap:27px}.field-map-copy .field-stats{grid-template-columns:1fr;gap:15px}.field-stats>div{padding:22px}.trial-step .button,.step-copy>.button,.step-copy .actions,.step-copy .actions .button{width:100%}.trial-step .button{min-height:48px}.club-status{padding:23px;background:linear-gradient(90deg,#eff7eff5,#eff7efd9),url('/assets/lmfk_bg_02.jpg') center/cover}.club-status .actions{display:grid;grid-template-columns:1fr 1fr;gap:15px}.club-status .button{width:100%;min-width:0}.image-viewer{padding:65px 10px 25px}.image-viewer img{max-height:calc(100dvh - 155px)}.image-viewer .viewer-prev,.image-viewer .viewer-next{top:auto;bottom:18px;transform:none}.image-viewer figure{padding-bottom:40px}.image-viewer figcaption{font-size:12px}.viewer-toolbar{left:16px;right:16px}.social-banner .actions,.social-banner .button{flex:1}.social-banner .button{justify-content:center}}
@media(prefers-reduced-motion:reduce){.mobile-drawer.is-open .drawer-section>a{animation:none}}

/* Drawer rows span the screen with the same compact gutter as the action spacing. */
.drawer-pages,.drawer-actions{width:calc(100% - 24px);margin-inline:12px}
.drawer-heading{padding-inline:clamp(20px,4vw,42px)}

/* Keep the navigation surface readable as it follows the viewport. */
@media(min-width:961px){.site-header,.public-site .site-header{background:#fff}}
@media(max-width:960px){.site-header,.public-site .site-header{position:sticky;top:0;left:auto;right:auto;z-index:40;background:#fff;box-shadow:0 5px 20px #0712301f}.public-site:has(.preview) .site-header{top:0}html{scroll-padding-top:76px}}

/* Mobile calls to action use the full tap width shown in the site reference. */
@media(max-width:680px){.public-site main .actions{display:grid;grid-template-columns:minmax(0,1fr);width:100%;gap:14px}.public-site main .actions .button{width:100%;min-width:0;justify-content:center}.club-status .actions{grid-template-columns:minmax(0,1fr)}.club-status .button{min-height:50px}.hero .actions .button{min-height:54px}}
