.home-wrapper{position:relative;min-height:82vh;font-family:sans-serif;background-color:transparent;color:#1f2937}.home-background{position:fixed;inset:0;background-size:cover;background-position:50%;z-index:0;opacity:.2;min-height:100vh}.home-navbar{position:fixed;top:0;left:0;width:100%;background-color:rgba(0,0,0,.4);color:white;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex-wrap:wrap}.home-logo{font-size:1.5rem;font-weight:700;color:white;text-decoration:none}.home-menu{display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem;list-style:none;padding-left:0}.home-menu li a{color:white;text-decoration:none}.home-admin{color:#facc15;font-weight:700}.home-main{z-index:1;margin-top:20px}.home-content{background:#f7f7f6;border-radius:1.5rem;max-width:1100px;box-shadow:0 15px 40px rgba(0,0,0,.1);margin:-30px auto 1rem;padding:2rem 1.5rem 3rem}@media(min-width:768px){.home-content{flex-direction:row;align-items:flex-start}}.home-image-wrapper{flex-shrink:0}.home-image{width:10rem;height:10rem;border-radius:9999px;border:4px solid white;box-shadow:0 8px 20px rgba(0,0,0,.1);transition:transform .3s ease}.home-image:hover{transform:scale(1.05)}.home-text{flex:1 1;text-align:center}@media(min-width:768px){.home-text{text-align:left}}.home-title{font-size:2.25rem;font-weight:800;margin-bottom:1rem;line-height:1.2;color:var(--title-color,#7e22ce)}.home-brand{color:#74a555;background:none}.home-description{font-size:1.125rem;margin-bottom:1.5rem;color:var(--text-color,#1f2937);line-height:1.6;white-space:pre-line}.home-quote{font-style:italic;color:#6b7280;font-size:.9rem;margin-bottom:1rem}.home-button{display:inline-block;background-color:#7b8b7b;color:white;font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:background-color .2s ease;margin-top:5rem}.home-button:hover{background-color:#047857}.home-wrapper{display:flex;flex-direction:column}.home-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem;position:relative}.logo-frame{display:inline-block;padding:12px;border-top-left-radius:28px;border-bottom-right-radius:28px;border-top-right-radius:8px;border-bottom-left-radius:8px;background-color:var(--navbar-color);border:1.5px solid color-mix(in srgb,var(--navbar) 45%,white);box-shadow:0 8px 24px rgba(0,0,0,.12);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;margin-bottom:1rem}.logo-frame:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 28px rgba(0,0,0,.16),0 0 0 3px color-mix(in srgb,var(--navbar) 20%,white);border-color:color-mix(in srgb,var(--navbar) 60%,white)}.logo-img{display:block;max-width:180px;height:auto;border-top-left-radius:20px;border-bottom-right-radius:20px;border-top-right-radius:6px;border-bottom-left-radius:6px}.home-about{margin-top:5rem;margin-bottom:5rem}.home-about-content{display:flex;align-items:flex-start;gap:2rem;margin:0;max-width:none;text-align:left;color:var(--text-color,#1f2937);flex-wrap:wrap}.home-about-content p{flex:1 1;margin:0;text-align:left}.home-about-portrait{flex-shrink:0;width:clamp(180px,25vw,230px);aspect-ratio:1/1;display:inline-flex;align-items:center;justify-content:center;padding:12px;border-top-left-radius:28px;border-bottom-right-radius:28px;border-top-right-radius:8px;border-bottom-left-radius:8px;background-color:var(--navbar-color);border:1.5px solid color-mix(in srgb,var(--navbar) 45%,white);box-shadow:0 8px 24px rgba(0,0,0,.12);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;margin-bottom:1rem}.home-about-portrait img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:none;box-sizing:border-box;display:block}@media (max-width:760px){.home-about-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.home-about-portrait{width:150px;padding:10px;margin:0 auto;align-self:center}.home-about-portrait img{display:block;width:100%;height:auto!important;aspect-ratio:1/1;object-fit:cover;border-width:6px}}