: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:180px;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;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)}.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){background:#000}body:has(.home-page) .site-main{padding:0;max-width:none}.home-page{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#000;padding:2rem 1rem 3rem}.home-header{padding:1rem 0 0;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{display:flex;justify-content:center;align-items:center;padding:.5rem 1rem}.home-image{max-width:100%;max-height:60vh;object-fit:contain}.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}.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-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-right,.page-content .img-left{float:none;max-width:100%;margin:1rem auto;text-align:center}}.page-content p{margin-bottom:1rem}.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}}.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)}
