:root{--fx-black: #100F0F;--fx-950: #1C1B1A;--fx-900: #282726;--fx-850: #343331;--fx-800: #403E3C;--fx-700: #575653;--fx-600: #6F6E69;--fx-500: #878580;--fx-300: #B7B5AC;--fx-200: #CECDC3;--fx-150: #DAD8CE;--fx-100: #E6E4D9;--fx-50: #F2F0E5;--fx-paper: #FFFCF0;--fx-red: #AF3029;--fx-orange: #BC5215;--fx-yellow: #AD8301;--fx-green: #66800B;--fx-cyan: #24837B;--fx-blue: #205EA6;--fx-purple: #5E409D;--fx-magenta: #A02F6F}[data-theme=light],:root{--bg-primary: var(--fx-paper);--bg-secondary: var(--fx-50);--bg-tertiary: var(--fx-100);--text-primary: var(--fx-black);--text-secondary: var(--fx-600);--text-muted: var(--fx-500);--border-color: var(--fx-200);--accent: var(--fx-cyan);--accent-hover: var(--fx-blue)}[data-theme=dark]{--bg-primary: var(--fx-black);--bg-secondary: var(--fx-950);--bg-tertiary: var(--fx-900);--text-primary: var(--fx-200);--text-secondary: var(--fx-500);--text-muted: var(--fx-600);--border-color: var(--fx-850);--accent: var(--fx-cyan);--accent-hover: var(--fx-green)}:root{--lf-brand-red: #c41e1e;--lf-brand-red-hover: #d63030;--lf-header-bg: var(--fx-950);--lf-header-border: var(--fx-850);--lf-header-link: var(--fx-500);--lf-header-link-active: var(--fx-200)}@font-face{font-family:FreeLunch;src:url(/fonts/FreeLunch-Regular.woff2) format("woff2"),url(/fonts/FreeLunch-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s,color .3s}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:100;background:var(--lf-header-bg);border-bottom:1px solid var(--lf-header-border);padding:1rem 0}.header-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.site-title{font-family:FreeLunch,sans-serif;font-size:1.5rem;font-weight:400;color:var(--lf-brand-red);text-transform:uppercase;letter-spacing:.1em}.site-title:hover{color:var(--lf-brand-red-hover)}.site-nav{display:flex;align-items:center;gap:1.5rem}.site-nav a{color:var(--lf-header-link);font-size:.9rem}.site-nav a:hover,.site-nav a.active{color:var(--lf-header-link-active)}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:flex;align-items:center;gap:.35rem;background:none;border:none;color:var(--lf-header-link);font-size:.9rem;cursor:pointer;padding:0;font-family:inherit}.nav-dropdown-toggle:hover{color:var(--lf-header-link-active)}.dropdown-arrow{transition:transform .2s ease}.nav-dropdown.open .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:240px;max-width:320px;background:var(--lf-header-bg);border:1px solid var(--lf-header-border);border-radius:6px;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:1000}.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.75rem 1rem;color:var(--lf-header-link);font-size:.9rem;white-space:nowrap;transition:background-color .15s ease,color .15s ease}.dropdown-item:hover{background:var(--bg-tertiary, var(--bg-primary));color:var(--lf-header-link-active)}.dropdown-overview{font-weight:600;border-bottom:1px solid var(--lf-header-border)}@media(max-width:768px){.nav-dropdown-menu{left:50%;max-width:min(92vw,320px);transform:translate(-50%,-8px)}.nav-dropdown.open .nav-dropdown-menu{transform:translate(-50%)}}.theme-toggle{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--lf-header-link);display:flex;align-items:center;justify-content:center;transition:color .2s}.theme-toggle:hover{color:var(--lf-header-link-active)}.theme-toggle svg{width:20px;height:20px}[data-theme=dark] .icon-sun{display:block}[data-theme=dark] .icon-moon,[data-theme=light] .icon-sun{display:none}[data-theme=light] .icon-moon{display:block}.site-main{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%;overflow:visible}.site-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:1.5rem 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center;color:var(--text-muted);font-size:.875rem}.footer-legal-links{margin-top:.4rem}.footer-legal-links a{color:var(--text-secondary)}.footer-legal-links a:hover{color:var(--text-primary)}.footer-legal-links span{margin:0 .5rem;color:var(--text-muted)}body:has(.home-page) .site-header,body:has(.home-page) .site-footer{display:none}body:has(.home-page){background:#000}body:has(.home-page) .site-main{padding:0;max-width:none}.home-page{min-height:100vh;display:flex;flex-direction:column;background:#000}.home-header{padding:2rem;text-align:center}.brand{display:flex;flex-direction:column;align-items:center;gap:0}.brand-name{font-family:FreeLunch,sans-serif;color:var(--lf-brand-red);text-transform:uppercase;letter-spacing:.15em;line-height:1}.brand-name:first-child{font-size:2.5rem}.brand-name--large{font-size:5rem;letter-spacing:.2em}.home-main{flex:1;display:flex;justify-content:center;align-items:center;padding:1rem}.home-image{max-width:100%;max-height:60vh;object-fit:contain}.home-footer{padding:.5rem 2rem 2rem;text-align:center}.home-notice{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#555;font-size:.9rem;letter-spacing:.05em}.home-legal{margin-top:.75rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.8rem;color:#555}.home-legal a{color:#555;text-decoration:none}.home-legal a:hover{color:#888;text-decoration:underline}.home-legal span{margin:0 .4rem}.pappenheimer-badge{display:flex;flex-direction:column;align-items:center;margin-top:2rem;opacity:.6}.pappenheimer-badge img{width:48px;height:48px}.pappenheimer-badge span{margin-top:.5rem;font-size:.75rem;color:var(--text-muted, #555)}@media(min-width:768px){.brand-name:first-child{font-size:3.5rem}.brand-name--large{font-size:7rem}.home-image{max-height:70vh}}.hero{text-align:center;padding:4rem 0 3rem}.hero h1{font-size:3rem;font-weight:300;margin-bottom:.5rem;letter-spacing:.05em}.hero .subtitle{font-size:1.25rem;color:var(--text-secondary);font-style:italic}.content{max-width:800px;margin:0 auto}.content p{margin-bottom:1rem}.page{overflow:visible}.page h1{font-size:2rem;margin-bottom:1.5rem;text-align:center}.page-content{overflow:visible}.page-content .img-center{display:block;margin:2rem auto;text-align:center}.page-content .img-center img{display:inline-block;max-width:100%;height:auto}.page-content .img-center figcaption{font-size:.95rem;opacity:.8;margin-top:.5rem}.page-content .img-gallery{--gallery-cols: 3;display:grid;grid-template-columns:repeat(var(--gallery-cols),minmax(0,1fr));gap:.9rem;margin:2rem 0}.page-content .img-gallery--2{--gallery-cols: 2}.page-content .img-gallery--3{--gallery-cols: 3}.page-content .img-gallery--4{--gallery-cols: 4}.page-content .img-gallery--5,.page-content .img-gallery--6,.page-content .img-gallery--9{--gallery-cols: 3}.page-content .img-gallery--7,.page-content .img-gallery--8{--gallery-cols: 4}.page-content .img-gallery figure{margin:0;border-radius:10px;overflow:hidden;border:1px solid var(--border-color);background:var(--bg-secondary)}.page-content .img-gallery img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;display:block;margin:0;cursor:zoom-in}.page-content .img-gallery figcaption{margin:0;padding:.5rem .7rem;font-size:.9rem;color:var(--text-secondary)}.page-content .img-gallery>.img-gallery-caption,.page-content .img-gallery+.img-gallery-caption{grid-column:1 / -1;margin:.25rem 0 0;padding:.25rem .5rem 0;text-align:center;font-size:.92rem;color:var(--text-secondary);font-style:italic}.page-content .quote-center{max-width:52ch;margin:2rem auto;padding:1.4rem 1.7rem;border-radius:14px;border:1px solid rgba(196,30,30,.38);background:linear-gradient(160deg,#fff3,#ffffff14 36%,#0003),#0000006b;-webkit-backdrop-filter:blur(12px) saturate(125%);backdrop-filter:blur(12px) saturate(125%);box-shadow:0 8px 24px #00000042,inset 0 1px #ffffff38}.page-content blockquote.quote-center{color:var(--fx-300);font-style:italic}.page-content .quote-center blockquote{margin:0}.page-content blockquote.quote-center p:last-child{margin-bottom:0}.page-content .quote-center cite,.page-content .quote-center figcaption{display:block;margin-top:.75rem;text-align:right;color:var(--fx-500);font-size:.95rem;font-style:normal}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.page-content .quote-center{background:#0000007a}}.page-content .img-wide img{width:100%;max-width:100%;height:auto}.page-content .img-right,.page-content .img-left{max-width:50%}.page-content .img-right{float:right;margin:.5rem 0 1rem 1.5rem;text-align:right}.page-content .img-left{float:left;margin:.5rem 1.5rem 1rem 0;text-align:left}.page-content .img-right img,.page-content .img-left img{width:100%;height:auto;display:block}@media(max-width:720px){.page-content .img-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.page-content .img-right,.page-content .img-left{float:none;max-width:100%;margin:1rem auto;text-align:center}}@media(max-width:560px){.page-content .img-gallery{grid-template-columns:1fr}}.page-content p{margin-bottom:1rem}.page-content .md-center{margin:1rem 0;text-align:center}.page-content .md-center p{margin-bottom:.5rem;text-align:center}.page-content .md-center p:last-child{margin-bottom:0}.page-content .link-center{margin:1.6rem auto;text-align:center}.page-content .link-center a{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;max-width:100%;padding:.5rem 1rem;font-size:clamp(1.02rem,1.1vw,1.14rem);border-radius:999px;border:1px solid rgba(196,30,30,.38);color:var(--lf-brand-red);text-decoration:none;font-weight:700;letter-spacing:.03em;line-height:1.2;background:linear-gradient(160deg,#fff3,#ffffff14 36%,#0003),#00000052;-webkit-backdrop-filter:blur(10px) saturate(120%);backdrop-filter:blur(10px) saturate(120%);box-shadow:0 6px 18px #0000003d,inset 0 1px #fff3;transition:transform .16s ease,box-shadow .18s ease,color .16s ease,background .18s ease}.page-content .link-center a:hover{transform:translateY(-1px);color:var(--lf-brand-red-hover);background:linear-gradient(160deg,#ffffff3d,#ffffff1c 36%,#0000003d),#0000005c;box-shadow:0 8px 20px #00000047,inset 0 1px #ffffff3d}.page-content .link-center a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.page-content .link-center figcaption{margin-top:.6rem;font-size:.9rem;color:var(--text-secondary)}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.page-content .link-center a{background:#0000006b}}.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{margin-top:1.75rem;margin-bottom:1rem;line-height:1.3;text-align:center}.page-content h1:first-child,.page-content h2:first-child,.page-content h3:first-child,.page-content h4:first-child,.page-content h5:first-child,.page-content h6:first-child{margin-top:0}.page-content hr{border:none;border-top:1px solid var(--border-color);margin:2rem 0}.page-content ul,.page-content ol{margin:1rem 0;padding-left:1.5rem}.page-content li{margin-bottom:.5rem;line-height:1.6}.page-content ul li::marker{color:var(--accent)}.page-content ol li::marker{color:var(--accent);font-weight:600}body:has(.gallery-page){background-image:var(--bg-pattern);background-repeat:repeat;background-size:300px;background-attachment:fixed}body:has(.gallery-page):before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--bg-primary);opacity:.85;pointer-events:none;z-index:-1}[data-theme=light] body:has(.gallery-page):before{opacity:.75}body:has(.gallery-page) .site-main{padding:0;max-width:none}body:has(.gallery-page) .site-footer{background:transparent;border-top:none}.gallery-page{position:relative}.gallery-overlay{display:none}.gallery-content{position:relative;z-index:1;padding:3rem 2rem;max-width:1400px;margin:0 auto}.gallery-header{text-align:center;margin-bottom:4rem}.gallery-header h1{font-family:FreeLunch,sans-serif;font-size:3.5rem;font-weight:700;color:var(--lf-brand-red);margin-bottom:.5rem;letter-spacing:.15em;text-transform:uppercase}.gallery-header .subtitle{font-family:FreeLunch,sans-serif;font-size:1.5rem;color:var(--lf-brand-red);font-weight:400}.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem 3rem}.story-card{background-color:transparent;border-radius:6px;cursor:pointer;display:block;perspective:1000px}.card-inner{position:relative;width:100%;transition:transform .6s;transform-style:preserve-3d}.story-card.flipped .card-inner{transform:rotateY(180deg)}.card-front,.card-back{width:100%;backface-visibility:hidden;border-radius:6px;border:1px solid var(--border-color);overflow:hidden;transition:border-color .3s ease,background-color .3s ease}.card-front{background-color:var(--bg-secondary);transition:transform .3s ease,box-shadow .3s ease}.story-card:not(.flipped):hover .card-front{transform:translateY(-6px);box-shadow:0 10px 28px #0000004d;border-color:var(--accent)}.card-back{position:absolute;top:0;left:0;transform:rotateY(180deg);background-color:var(--bg-secondary);display:flex;flex-direction:column;justify-content:space-between;min-height:400px;padding:2rem}.story-cover{width:100%;aspect-ratio:2/3;overflow:hidden;position:relative;border-bottom:2px solid var(--accent)}.story-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.story-card:not(.flipped):hover .story-cover img{transform:scale(1.05)}.flip-hint{position:absolute;bottom:.75rem;left:.75rem;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:color-mix(in srgb,var(--fx-950) 85%,transparent);border:1px solid var(--accent);border-radius:4px;font-size:.8125rem;color:var(--fx-paper);pointer-events:none}.flip-icon{font-size:1rem;color:var(--accent)}.story-card.flipped .flip-hint{display:none}.story-info{padding:1.25rem}.story-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.3}.story-meta{display:flex;gap:1rem;font-size:.8125rem;color:var(--text-secondary)}.meta-item{display:flex;align-items:center;gap:.35rem}.back-content{flex:1}.back-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.3}.back-description{font-size:1rem;color:var(--text-primary);line-height:1.6;margin-bottom:2rem}.read-btn{display:inline-block;padding:.75rem 1.5rem;background-color:var(--accent);color:#fffcf0;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;text-decoration:none}.read-btn:hover{background-color:#a33a30;color:#fffcf0}.close-btn{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-primary);font-size:1.25rem;line-height:1;transition:all .2s ease}.close-btn:hover{border-color:var(--accent)}@media(max-width:1200px){.stories-grid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}}@media(max-width:768px){.gallery-content{padding:2rem 1rem}.gallery-header h1{font-size:2.5rem}.gallery-header .subtitle{font-size:1.25rem}.stories-grid{grid-template-columns:1fr;gap:2rem}.story-info{padding:1.5rem}.story-title{font-size:1.25rem}}.gallery-rv .gallery-content{max-width:900px}.gallery-rv .gallery-header h1{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:3.5rem;font-weight:300;color:var(--text-primary);letter-spacing:.02em;text-transform:none}.gallery-rv .gallery-header .subtitle{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.25rem;color:var(--text-secondary);font-weight:400}.gallery-rv .page-description{font-size:1.125rem;color:var(--text-primary);line-height:1.8;max-width:800px;margin:0 auto 3rem;text-align:left}.gallery-rv .page-description strong{color:var(--fx-paper, var(--text-primary));font-weight:600}.gallery-rv .hero-image{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:5rem}.gallery-rv .hero-image img{max-width:400px;width:100%;border-radius:8px;border:1px solid var(--border-color);box-shadow:0 8px 32px #0000004d}[data-theme=light] .gallery-rv .hero-image img{box-shadow:0 8px 32px #00000026}.gallery-rv .hero-caption{margin-top:1rem;font-size:.9375rem;color:var(--text-secondary)}.gallery-rv .section-title{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:2.5rem;text-align:center}.gallery-rv .stories-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.gallery-rv .story-cover{aspect-ratio:1/1}.gallery-rv .card-back{min-height:350px;padding:1.5rem}.gallery-rv .back-title{font-size:1.25rem;margin-bottom:1rem}.gallery-rv .back-description{font-size:.9375rem;margin-bottom:1.5rem}@media(max-width:768px){.gallery-rv .gallery-header h1{font-size:2.5rem}.gallery-rv .page-description{font-size:1rem}.gallery-rv .hero-image img{max-width:300px}.gallery-rv .section-title{font-size:1.5rem}.gallery-rv .stories-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-rv .card-back{padding:1.25rem}.gallery-rv .back-title{font-size:1.125rem}.gallery-rv .back-description{font-size:.875rem}}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}.hero h1{font-size:2rem}.gallery-grid{grid-template-columns:1fr}}body.gallery-lightbox-open{overflow:hidden}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1800;display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 4.25rem;background:#000000db;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.gallery-lightbox[hidden]{display:none!important}.gallery-lightbox-figure{margin:0;max-width:min(94vw,1200px);max-height:92vh;display:flex;flex-direction:column;align-items:center;gap:.85rem}.gallery-lightbox-figure img{display:block;max-width:100%;max-height:calc(92vh - 4.5rem);width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 14px 40px #0006}.gallery-lightbox-figure figcaption{color:var(--fx-100);text-align:center;font-size:.95rem;line-height:1.4;max-width:min(92vw,70ch)}.gallery-lightbox-btn{border:1px solid rgba(255,255,255,.35);background:#00000057;color:var(--fx-100);width:44px;height:44px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.gallery-lightbox-btn:hover{background:#00000080;border-color:#ffffff8c}.gallery-lightbox-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.gallery-lightbox-close{position:absolute;top:1.2rem;right:1.2rem}.gallery-lightbox-prev,.gallery-lightbox-next{position:absolute;top:50%;transform:translateY(-50%)}.gallery-lightbox-prev{left:1.2rem}.gallery-lightbox-next{right:1.2rem}@media(max-width:900px){.gallery-lightbox{padding:1rem .85rem 1.25rem}.gallery-lightbox-btn{width:38px;height:38px}.gallery-lightbox-close{top:.6rem;right:.6rem}.gallery-lightbox-prev{left:.45rem}.gallery-lightbox-next{right:.45rem}}.password-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.password-dialog{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:2rem;max-width:400px;width:90%;text-align:center}.password-dialog h3{margin:0 0 .5rem;color:var(--text-primary)}.password-dialog p{margin:0 0 1.5rem;color:var(--text-secondary)}.password-dialog input{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-primary);color:var(--text-primary);font-size:1rem;margin-bottom:1.5rem}.password-dialog input:focus{outline:none;border-color:var(--accent)}.password-buttons{display:flex;gap:1rem;justify-content:center}.password-buttons button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}#password-cancel{background:var(--bg-tertiary);color:var(--text-primary)}#password-cancel:hover{background:var(--border-color)}#password-submit{background:var(--accent);color:var(--bg-primary)}#password-submit:hover{background:var(--accent-hover)}
