*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-family:Georgia,Times New Roman,serif;background:#0a0a0a;color:#fff}.app-container{width:100vw;min-height:100vh;position:relative}.hero-section{width:100%;height:100vh;position:relative;overflow:hidden;transition:opacity 1s ease,visibility 1s ease}.hero-section.hidden{opacity:0;visibility:hidden;pointer-events:none}.onde-houbo-container{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none}.onde-houbo-image{width:600px;height:auto;filter:opacity(.66)}.logo-container{position:absolute;left:50%;transform:translate(-50%,-240%);z-index:10;pointer-events:none}.logo-image{width:80px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.scroll-indicator{position:fixed;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:100;opacity:1;transition:opacity .5s ease;animation:bounce 2s infinite}.hero-section.hidden .scroll-indicator{opacity:0;pointer-events:none}.scroll-text{font-family:Georgia,serif;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;opacity:.6}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(10px)}60%{transform:translate(-50%) translateY(5px)}}.menu-section{width:100%;min-height:100vh;padding:80px 40px}.menu-section.visible{opacity:1;visibility:visible}.menu-content{max-width:900px;margin:0 auto}.menu-section-title{font-family:Georgia,serif;font-size:clamp(2rem,5vw,4rem);font-weight:300;letter-spacing:.1em;text-transform:uppercase;text-align:center;opacity:.8;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:20px;margin-bottom:60px;display:block}.menu-items-container{display:flex;flex-direction:column;gap:0;padding-bottom:100vh}.menu-item{display:flex;align-items:baseline;gap:30px;padding:40px 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;position:relative;transition:all .5s ease}.menu-item:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.05) 0%,transparent 100%);transition:width .5s ease}.menu-item:hover:before,.menu-item.hovered:before{width:100%}.menu-item-number{font-family:Georgia,serif;font-size:.875rem;letter-spacing:.2em;opacity:.4;min-width:40px}.menu-item-title{font-family:Georgia,serif;font-size:clamp(2rem,6vw,5rem);font-weight:300;letter-spacing:.02em;flex:1;transition:all .5s ease}.menu-item:hover .menu-item-title,.menu-item.hovered .menu-item-title{transform:translate(20px);color:#ffffffe6}.menu-item-subtitle{font-family:Georgia,serif;font-size:.875rem;letter-spacing:.3em;text-transform:uppercase;opacity:.5;white-space:nowrap}.menu-item-line{position:absolute;bottom:-1px;left:0;width:0;height:2px;background:#fffc;transition:width .5s ease}.menu-item:hover .menu-item-line,.menu-item.hovered .menu-item-line{width:100%}.fullscreen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;background:#0a0a0a;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;overflow-y:auto}.fullscreen-overlay.visible{opacity:1;visibility:visible}.fullscreen-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}.fullscreen-bg-image{width:100%;height:100%;object-fit:cover}.fullscreen-overlay-gradient{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(to right,#000c,#0006,#0003);pointer-events:none}.fullscreen-content{position:relative;z-index:10;padding:120px 8vw 80px;max-width:70%;min-height:100vh}.fullscreen-title{font-family:Georgia,serif;font-size:clamp(3rem,8vw,7rem);font-weight:300;letter-spacing:.02em;line-height:1.1;margin-bottom:40px;text-shadow:0 4px 40px rgba(0,0,0,.6)}.fullscreen-divider{width:100px;height:2px;background:#fff6;margin-bottom:40px}.fullscreen-text-container{display:flex;flex-direction:column;gap:24px}.fullscreen-paragraph{font-family:Georgia,serif;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:300;line-height:1.8;opacity:.8;max-width:700px;text-shadow:0 2px 20px rgba(0,0,0,.4)}.close-button{position:fixed;top:40px;right:40px;z-index:1001;width:60px;height:60px;border:1px solid rgba(255,255,255,.3);background:#0000004d;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.close-button:hover{background:#ffffff1a;border-color:#fff9;transform:scale(1.1)}.close-button:hover svg{transform:rotate(90deg)}.close-button svg{transition:transform .3s ease}@media(max-width:768px){.menu-section{padding:60px 20px}.menu-item{flex-wrap:wrap;gap:15px;padding:30px 0}.menu-item-number{min-width:30px;font-size:.75rem}.menu-item-subtitle{width:100%;font-size:.75rem;margin-top:10px}.fullscreen-content{padding:100px 20px 60px;max-width:90%}.close-button{top:20px;right:20px;width:50px;height:50px}.close-button svg{width:24px;height:24px}.onde-houbo-image{width:300px}.logo-image{width:60px}}::selection{background:#fff3;color:#fff}body{margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif}#root{width:100vw;min-height:100vh}
