:root{--bg-color:#faf9f6;--text-color:#1a1a1a;--accent-color:#2a3742;--accent-light:#344451;--secondary-text:#4a4a4a;--border-color:#c5a05933;--card-bg:#fffc;--max-width:1100px;--font-serif:var(--font-serif), "Playfair Display", serif;--font-sans:var(--font-sans), "Inter", sans-serif;--glass-bg:#ffffffb3;--glass-border:#ffffff80;--shadow-soft:0 10px 40px #0000000a;--shadow-medium:0 20px 60px #c5a05914}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 2px 2px,#c5a0590d 1px,#0000 0);background-size:40px 40px;line-height:1.7;overflow-x:hidden}h1,h2,h3,.serif{font-family:var(--font-serif);letter-spacing:-.02em;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-soft)}.hero{text-align:center;color:#fff;z-index:1;flex-direction:column;justify-content:center;align-items:center;height:85vh;margin-bottom:-4rem;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-bg-container{z-index:-1;background-color:#000;position:absolute;inset:0}.hero-bg-blur{filter:blur(20px)brightness(.4);opacity:.8;background-position:50%;background-size:cover;position:absolute;inset:-20px}.hero-bg-main{background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;position:absolute;top:0;left:0}.hero:after{content:"";background:linear-gradient(to top, var(--bg-color), transparent);z-index:2;height:15vh;position:absolute;bottom:0;left:0;right:0}.hero-content{z-index:3;position:relative}.section-fade{z-index:2;padding:6rem 0;position:relative}.intro-section{text-align:center;background-color:#0000}.intro-content{border-radius:24px;max-width:850px;margin:0 auto;padding:3rem}.intro-content p{color:var(--secondary-text);margin-bottom:2rem;font-size:1.25rem;font-weight:300}.tribute-title{color:var(--accent-color);margin-bottom:3.5rem;font-size:2.25rem;display:inline-block;position:relative}.tribute-title:after{content:"";background:linear-gradient(to right, transparent, var(--accent-color), transparent);height:1px;position:absolute;bottom:-1rem;left:25%;right:25%}.form-section{padding:2rem 0 6rem}.tribute-form{border-radius:32px;max-width:700px;margin:0 auto;padding:3.5rem;position:relative;overflow:hidden}.tribute-form:before{content:"";background:linear-gradient(to right, var(--accent-light), var(--accent-color), var(--accent-light));width:100%;height:6px;position:absolute;top:0;left:0}.form-group{margin-bottom:1.75rem}.form-group label{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-color);margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group textarea{width:100%;color:var(--text-color);background:#ffffff80;border:1px solid #c5a05926;border-radius:12px;padding:1rem 1.25rem;font-family:inherit;font-size:1.05rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-color);background:#fff;outline:none;box-shadow:0 0 0 4px #c5a0590d}.form-group textarea{resize:vertical;min-height:180px}.submit-btn{color:#fff;cursor:pointer;background:#2a3742;border:none;border-radius:14px;width:100%;margin-top:1rem;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 20px #c5a05933}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #c5a0594d}.submit-btn:active{transform:translateY(0)}.tribute-list{background:0 0;padding:4rem 0 8rem}.tribute-list-container{scrollbar-width:none;-ms-overflow-style:none;margin:0 -1.5rem;padding:1rem .5rem 3rem 1.5rem;overflow-x:auto}.tribute-list-container::-webkit-scrollbar{display:none}.tribute-list-horizontal{gap:2rem;padding:1rem 0;display:flex}.tribute-card{border:1px solid #fff6;border-radius:24px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:380px;height:480px;padding:2.5rem;display:flex}.tribute-content{flex-direction:column;flex-grow:1;justify-content:center;display:flex}.tribute-card p{color:var(--secondary-text);-webkit-line-clamp:7;line-clamp:7;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:0;font-size:1.15rem;font-style:italic;line-height:1.8;display:-webkit-box;position:relative;overflow:hidden}.tribute-card p:before{content:"“";font-size:4rem;font-family:var(--font-serif);color:var(--accent-light);opacity:.4;position:absolute;top:-1.5rem;left:-1rem}.tribute-card .author{text-align:right;color:var(--accent-color);font-weight:700;font-family:var(--font-serif);margin-top:1.5rem;font-size:1.1rem}.tribute-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.tribute-modal-content{border-radius:32px;width:100%;max-width:800px;max-height:85vh;padding:4rem;position:relative;overflow-y:auto;box-shadow:0 40px 100px #0003}.close-modal{cursor:pointer;color:var(--accent-color);opacity:.5;background:0 0;border:none;font-size:2.5rem;line-height:1;transition:opacity .3s;position:absolute;top:1.5rem;right:1.5rem}.close-modal:hover{opacity:1}.modal-body .full-content{color:var(--secondary-text);margin-bottom:3rem;font-size:1.4rem;font-style:italic;line-height:1.8;position:relative}.modal-body .full-content:before{content:"“";font-size:6rem;font-family:var(--font-serif);color:var(--accent-light);opacity:.2;position:absolute;top:-2rem;left:-1.5rem}.modal-body .author{text-align:right;color:var(--accent-color);font-weight:700;font-family:var(--font-serif);font-size:1.3rem}@media (max-width:768px){.tribute-modal-content{padding:2.5rem}.modal-body .full-content{font-size:1.2rem}}.gallery-section{padding-bottom:6rem}.gallery{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gallery-item{height:450px;box-shadow:var(--shadow-soft);filter:sepia(20%);background-position:50%;background-size:cover;border-radius:20px;transition:all .5s}.gallery-item:hover{filter:sepia(0%);box-shadow:var(--shadow-medium);transform:scale(1.02)}.admin-card{box-shadow:var(--shadow-soft);background:#fff;border-radius:20px;margin-top:2rem;padding:2rem}.export-btn{background:var(--text-color);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-weight:500;transition:all .3s;display:inline-flex}.export-btn:hover{background:#000;transform:translateY(-1px)}@media (max-width:1024px){.gallery-item{height:350px}}@media (max-width:768px){.gallery{grid-template-columns:1fr}.gallery-item{height:400px}.hero h1{font-size:3rem}.tribute-form{padding:2rem}.intro-content{padding:1.5rem}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_fd091ad6-module__giF-bG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_fd091ad6-module__giF-bG__variable{--font-sans:"Inter", "Inter Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_fa6c7a-module__e6LDAG__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_fa6c7a-module__e6LDAG__variable{--font-serif:"Playfair Display", "Playfair Display Fallback"}
