.hero-section{position:relative;width:100%;height:100vh;overflow:hidden}.hero-background{position:fixed;top:0;left:0;width:100%;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.hero-mask-container{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;z-index:2;will-change:transform}.hero-fill-top{width:100%;background-color:#fff;flex:0 0 auto}.hero-white-mask{width:100%;flex:0 0 auto;position:relative;display:flex;justify-content:center;align-items:center;height:100vh;overflow:hidden}.mask-svg-image{object-fit:contain;object-position:center;display:block}.hero-fill-bottom{width:100%;background-color:#fff;flex:1 1 auto}@media (max-aspect-ratio: 16/9){.hero-mask-container{min-height:100vh}.hero-fill-top{height:calc((100vh - 100vw / 1.778) / 2);min-height:0}.hero-white-mask{height:calc(100vw / 1.778)}.hero-fill-bottom{height:calc((100vh - 100vw / 1.778) / 2);min-height:0}}.content-section{position:relative;width:100%;min-height:100vh;background:#fff;z-index:3;padding:6rem 2rem;will-change:transform}.content-wrapper{max-width:700px;margin:0 auto;line-height:1.8}.content-block{margin-bottom:5rem}.content-block:last-child{margin-bottom:0}.content-block h2{font-size:1.5rem;font-weight:400;margin-bottom:2rem;color:#000;letter-spacing:.05em;text-transform:uppercase}.content-block p{font-size:1rem;margin-bottom:1.5rem;color:#333;line-height:1.7}.content-block p:last-child{margin-bottom:0}.music-players{display:flex;flex-direction:column;gap:3rem}.player-item{width:100%}.player-item h3{font-size:1rem;font-weight:400;margin-bottom:1rem;color:#666;text-transform:uppercase;letter-spacing:.1em}.player-item iframe{width:100%;border-radius:4px}.contact-link{display:inline-block;font-size:1rem;color:#000;text-decoration:none;border-bottom:1px solid #000;padding-bottom:2px;transition:opacity .2s}.contact-link:hover{opacity:.6}.social-links{margin-top:1.5rem;display:flex;gap:2rem;flex-wrap:wrap}@media (max-width: 768px){.content-section{padding:4rem 1.5rem}.content-block{margin-bottom:4rem}.content-block h2{font-size:1.25rem;margin-bottom:1.5rem}.content-block p{font-size:.95rem}.music-players{gap:2.5rem}.player-item iframe{height:250px}}.app{width:100%;position:relative}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100vh}
