.ish-root{--bg-color:#181818;--surface-color:#181818;--text-primary:#fff;--text-secondary:#a0a0a0;--accent-color:#e63946;--font-heading:"Oswald", sans-serif;--font-body:"Barlow Condensed", "Oswald", sans-serif;--max-width:1200px;--nav-height:80px;background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);min-height:100vh;line-height:1.6;overflow-x:hidden}.ish-root *,.ish-root :before,.ish-root :after{box-sizing:border-box}.ish-root a{color:inherit;text-decoration:none;transition:all .3s}.ish-root ul{margin:0;padding:0;list-style:none}.ish-root img{max-width:100%;display:block}.ish-root h1,.ish-root h2,.ish-root h3,.ish-root h4{font-family:var(--font-heading);text-transform:uppercase;margin:0;font-weight:700}.ish-root h2{letter-spacing:1px;margin-bottom:1rem;font-size:2.5rem}.ish-root p{color:var(--text-secondary);margin:0 0 1.5rem}.ish-root .container{width:90%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.ish-root .section-padding{padding:6rem 0}.ish-root .text-center{text-align:center}.ish-root .btn{background-color:var(--accent-color);color:#fff;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;border:2px solid var(--accent-color);cursor:pointer;padding:1rem 2.5rem;font-weight:500;transition:all .3s;display:inline-block}.ish-root .btn:hover{color:var(--accent-color);background-color:#0000}.ish-root .btn-outline{border:2px solid var(--text-primary);color:var(--text-primary);background-color:#0000}.ish-root .btn-outline:hover{background-color:var(--text-primary);color:var(--bg-color)}.ish-root header{z-index:1000;pointer-events:none;background:0 0;width:100%;position:fixed;top:0;left:0}.ish-root .site-header:before{content:"";opacity:0;pointer-events:none;z-index:0;background:linear-gradient(#00000073,#0003 60%,#0000);transition:opacity .35s;position:absolute;inset:0}.ish-root .site-header.scrolled:before{opacity:1}.ish-root .site-header>.container{z-index:1;position:relative}.ish-root .nav-container{height:var(--nav-height);grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;display:grid}.ish-root .site-header>.nav-container>*{pointer-events:auto}.ish-root .logo{color:var(--text-primary);z-index:2;align-items:center;display:flex;position:relative}.ish-root .logo-badge{background:0 0;border:0;justify-content:center;align-items:center;width:110px;height:110px;margin-bottom:-36px;display:inline-flex}.ish-root .logo-img{object-fit:contain;filter:brightness(1.15);width:100px;height:100px}.ish-root .nav-bar.nav-hidden{opacity:0;pointer-events:none;transform:translateY(-140%)}.ish-root .nav-bar{justify-content:center;transition:transform .4s,opacity .3s;display:flex}.ish-root .nav-links{z-index:1;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;gap:4rem;padding:0;display:flex}.ish-root .nav-links a{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;color:#fff;text-shadow:0 1px 8px #0000008c;font-size:.95rem}.ish-root .nav-links a:hover,.ish-root .nav-links a.active{color:var(--accent-color)}.ish-root .book-now-btn{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2.5px;color:#fff;-webkit-backdrop-filter:blur(24px)saturate(150%);backdrop-filter:blur(24px)saturate(150%);white-space:nowrap;text-shadow:0 1px 8px #0000008c;background:#ffffff0f;border:1px solid #ffffff80;border-radius:6px;padding:.75rem 1.75rem;font-size:.85rem;transition:background .3s,border-color .3s,color .3s,transform .4s,opacity .3s}.ish-root .book-now-btn:hover{color:#000;text-shadow:none;background:#fff;border-color:#fff}.ish-root .book-now-btn.nav-hidden{opacity:0;pointer-events:none;transform:translateY(-140%)}.ish-root .menu-toggle{cursor:pointer;color:var(--text-primary);background:0 0;border:0;padding:.5rem;font-size:1.5rem;display:none}.ish-root .book-cta{margin-top:3rem}.ish-root .hero-scroll{color:var(--text-primary);z-index:3;font-size:2rem;transition:color .3s;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.ish-root .hero{text-align:center;background:#000;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.ish-root .hero-video{object-fit:cover;z-index:0;opacity:0;width:100%;height:100%;transition:opacity .25s;position:absolute;inset:0}.ish-root .hero-video.is-playing{opacity:1}.ish-root .hero-video-controls{z-index:5;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;right:1.5rem}.ish-root .hero-video-btn{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#0000008c;border:1px solid #fff3;border-radius:9999px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:inline-flex}.ish-root .hero-video-btn:hover{background:#000c;transform:scale(1.05)}.ish-root .hero-overlay{opacity:0;z-index:1;pointer-events:none;background:linear-gradient(#0000,#0000004d,#000000d9);transition:opacity .6s ease-in-out;position:absolute;inset:0}.ish-root .hero.hero-phase-transitioning .hero-overlay,.ish-root .hero.hero-phase-revealed .hero-overlay{opacity:1}.ish-root .hero-content{z-index:2;opacity:0;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;max-width:1100px;margin-top:auto;margin-bottom:4rem;padding:2rem;transition:opacity .6s ease-out,transform .6s ease-out;display:flex;position:relative;transform:translateY(20px)}.ish-root .hero{align-items:flex-end}.ish-root .hero-title{letter-spacing:.01em;text-align:center;color:#fff;text-shadow:0 8px 40px #000000b3;text-transform:uppercase;white-space:nowrap;width:100%;margin:0;font-family:Bebas Neue,Oswald,sans-serif;font-size:clamp(3.5rem,21vw,18rem);font-style:normal;font-weight:400;line-height:.95}.ish-root .hero-title-img{justify-content:center;align-items:flex-end;width:100%;margin:0;display:flex}.ish-root .hero-kicker{font-family:var(--font-heading);letter-spacing:.35em;text-transform:uppercase;color:#fff;text-align:center;text-shadow:0 2px 18px #000000d9;margin-bottom:1.25rem;font-size:clamp(.85rem,2.4vw,1.25rem);font-weight:600;display:block}.ish-root .hero-kicker:before,.ish-root .hero-kicker:after{content:"";background:var(--accent-color);vertical-align:middle;width:2.2rem;height:1px;margin:0 .9rem;display:inline-block}.ish-root .hero-title-img img{filter:drop-shadow(0 10px 40px #000000b3);width:min(60vw,640px);height:auto}.ish-root .hero-place{font-family:var(--font-heading);letter-spacing:1em;color:#fff;text-shadow:0 2px 16px #000000b3;margin-top:2rem;padding-left:1em;font-size:1.5rem;font-weight:400}.ish-root .hero-cta{margin-top:2.5rem}.ish-root .hero.hero-phase-transitioning .hero-content,.ish-root .hero.hero-phase-revealed .hero-content{opacity:1;transform:translateY(0)}.ish-root .hero-subtitle{font-family:var(--font-heading);letter-spacing:5px;color:var(--accent-color);margin-bottom:1rem;font-size:1.2rem;display:block}.ish-root .hero h1{margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.ish-root .hero p{color:#ddd;margin-bottom:2.5rem;font-size:1.2rem}.ish-root .hero-scroll{color:var(--text-primary);z-index:3;opacity:0;font-size:2rem;transition:color .3s,opacity .6s ease-out,transform .6s ease-out;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)translateY(20px)}.ish-root .hero.hero-phase-transitioning .hero-scroll,.ish-root .hero.hero-phase-revealed .hero-scroll{opacity:1;transform:translate(-50%)translateY(0)}.ish-root .hero-scroll:hover{color:var(--accent-color)}.ish-root .about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ish-root .about-image{border-radius:4px;justify-self:center;width:100%;max-width:340px;position:relative;overflow:hidden}.ish-root .about-image img{object-fit:cover;object-position:top center;transform-origin:50%;width:100%;height:auto;max-height:440px;transition:transform .5s,box-shadow .5s;display:block}.ish-root .about-image:hover img{transform:scale(1.05);box-shadow:0 20px 60px #000000b3}.ish-root .about-image:after{display:none}.ish-root .about-grid{grid-template-columns:1.4fr 1fr}.ish-root .about-copy p{letter-spacing:1.2px;color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.ish-root .artist-subtitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:4px;color:var(--accent-color);margin-top:.5rem;font-size:1.25rem;font-weight:700}.ish-root .section-subtitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:4px;color:var(--text-secondary);margin-top:.5rem;font-size:1.2rem}.ish-root .nav-book-mobile{display:none}.ish-root .stats{border-top:1px solid #333;flex-wrap:wrap;gap:2rem;margin-top:2rem;padding-top:2rem;display:flex}.ish-root .stat-item{flex:auto;min-width:100px;padding-right:2rem;position:relative}.ish-root .stat-item+.stat-item{border-left:1px solid #2a2a2a;padding-left:2rem}.ish-root .stat-item h3{font-family:"Bebas Neue",var(--font-heading);letter-spacing:1px;color:var(--accent-color);margin:0 0 .35rem;font-size:3rem;font-weight:400;line-height:1}.ish-root .stat-item span{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:3px;color:var(--text-secondary);font-size:.72rem;display:block}@media(max-width:480px){.ish-root .stats{flex-wrap:nowrap;justify-content:center;gap:.5rem}.ish-root .stat-item{text-align:center;flex:1 1 0;min-width:0;padding-left:.5rem;padding-right:.5rem}.ish-root .stat-item+.stat-item{border-left:1px solid #2a2a2a;padding-left:.5rem}.ish-root .stat-item h3{letter-spacing:.5px;font-size:1.6rem}.ish-root .stat-item span{letter-spacing:1.5px;font-size:.52rem}}.ish-root .portfolio{background-color:var(--surface-color)}.ish-root .portfolio,.ish-root .contact,.ish-root #about,.ish-root .services{content-visibility:auto;contain-intrinsic-size:1px 800px}.ish-root .gallery-marquee{flex-direction:column;gap:14px;margin-top:3rem;display:flex;overflow:hidden}.ish-root .marquee-track{gap:14px;width:max-content;display:flex}.ish-root .marquee-track-left{animation:32s linear infinite marquee-left}.ish-root .marquee-track-right{animation:32s linear infinite marquee-right}.ish-root .marquee-item{aspect-ratio:3/4;cursor:pointer;flex:none;width:clamp(240px,28vw,360px);position:relative;overflow:hidden}.ish-root .marquee-item img{object-fit:cover;filter:brightness(.55);width:100%;height:100%;transition:transform .5s}.ish-root .marquee-item:hover img{filter:brightness(.9);transform:scale(1.08)}.ish-root .marquee-item .gallery-overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.ish-root .marquee-item:hover .gallery-overlay{opacity:1}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.ish-root .gallery-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:3rem;display:grid}.ish-root .gallery-grid>.gallery-item{aspect-ratio:3/4;width:100%;height:100%}.ish-root .gallery-reel{column-count:2;column-gap:15px;margin-top:3rem}.ish-root .gallery-item{aspect-ratio:1;cursor:pointer;position:relative;overflow:hidden}.ish-root .gallery-reel .gallery-item{break-inside:avoid;aspect-ratio:auto;margin-bottom:15px}.ish-root .gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ish-root .gallery-reel .gallery-item img{height:auto}.ish-root .gallery-item:hover img{transform:scale(1.08)}.ish-root .gallery-reel .gallery-item:hover img{transform:scale(1.02)}.ish-root .gallery-overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.ish-root .gallery-item:hover .gallery-overlay{opacity:1}.ish-root .gallery-overlay span{color:#fff;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;border:1px solid #fff;padding:.5rem 1rem}.ish-root .services-list{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:820px;margin-top:3rem;margin-left:auto;margin-right:auto;display:grid}.ish-root .service-card{background:#111;border:1px solid #2a2a2a;flex-direction:column;transition:transform .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.ish-root .service-card:nth-child(2n){transform:translateY(28px)}.ish-root .service-card:hover{border-color:var(--accent-color);box-shadow:0 18px 40px -18px #e6394673}.ish-root .service-card:nth-child(2n):hover{transform:translateY(22px)}.ish-root .service-card:nth-child(odd):hover{transform:translateY(-6px)}.ish-root .service-media{aspect-ratio:4/3;position:relative;overflow:hidden}.ish-root .service-media img{object-fit:cover;filter:saturate(.9)contrast(1.05);width:100%;height:100%;transition:transform .8s,filter .6s}.ish-root .service-card:hover .service-media img{filter:saturate(1.1)contrast(1.1);transform:scale(1.06)}.ish-root .service-media:after{content:"";pointer-events:none;background:linear-gradient(#1110 25%,#11111159 55%,#111);position:absolute;inset:0}.ish-root .service-num{font-family:var(--font-heading);letter-spacing:3px;color:#fff;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border:1px solid #ffffff40;padding:.25rem .55rem;font-size:.85rem;position:absolute;top:.75rem;left:.9rem}.ish-root .service-body{padding:.9rem 1rem 1.15rem;position:relative}.ish-root .service-card h3{color:#fff;letter-spacing:1px;margin:0 0 .35rem;font-size:1.05rem}.ish-root .service-card p{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.55}.ish-root .service-hairline{background:var(--accent-color);width:28px;height:2px;margin-top:.9rem;transition:width .4s;display:block}.ish-root .service-card:hover .service-hairline{width:64px}@media(max-width:768px){.ish-root .services-list{grid-template-columns:repeat(2,1fr);gap:1rem}.ish-root .service-card:nth-child(2n){transform:none}.ish-root .service-card h3{font-size:1.1rem}.ish-root .service-card p{font-size:.98rem}}@media(max-width:640px){.ish-root .services-list{grid-template-columns:1fr;gap:1.25rem}.ish-root .service-media{aspect-ratio:16/10}}.ish-root .contact{background-color:var(--bg-color);position:relative}.ish-root .contact-form-section{padding-bottom:4rem}@media(min-width:1024px){.ish-root .contact-form-section{align-items:center;min-height:100vh;padding-top:2.5rem;padding-bottom:2rem;display:flex}.ish-root .contact-form-section>.container{flex-direction:column;width:100%;max-height:calc(100vh - 2rem);display:flex}.ish-root .contact-form-section .contact-form-header{flex:none}.ish-root .contact-form-section .contact-form-wrapper{flex:auto;min-height:0;max-height:calc(100vh - 6rem)}}.ish-root .contact-form-header{text-align:center;margin-bottom:1.25rem}.ish-root .contact-form-header h2{color:var(--text-primary);letter-spacing:4px;margin-bottom:.4rem;font-size:2rem}.ish-root .contact-form-header p{color:var(--text-secondary);max-width:560px;margin:0 auto .5rem;font-size:.95rem}.ish-root .contact-form-wrapper{flex-direction:column;gap:.6rem;max-width:720px;margin:0 auto;display:flex}.ish-root .contact-card{background:linear-gradient(#f5d8b8,#f8e1c4 40%,#efc9a3);border-radius:14px;flex-direction:column;flex:auto;height:auto;min-height:0;display:flex;overflow:hidden;box-shadow:0 30px 80px #0000008c,inset 0 0 0 1px #ffffff26}.ish-root .contact-card-header{text-align:center;padding:1.75rem 2rem .5rem}.ish-root .contact-card-header h2{color:#2a1810;letter-spacing:2px;margin-bottom:.5rem;font-size:1.8rem}.ish-root .contact-card-header p{color:#5c3a26;margin:0 0 1rem;font-size:.95rem}.ish-root .contact-card-form{flex-direction:column;flex:1;gap:0;min-height:0;margin:0;display:flex}.ish-root .contact-card-scroll{scrollbar-width:thin;scrollbar-color:#b8895f transparent;flex-direction:column;gap:1.25rem;padding:1rem 2rem 1.5rem;display:flex;overflow-y:auto}.ish-root .contact-card-scroll::-webkit-scrollbar{width:6px}.ish-root .contact-card-scroll::-webkit-scrollbar-thumb{background:#b8895f;border-radius:3px}.ish-root .contact-card .form-row label{color:#f5d8b8;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;background:linear-gradient(#3a2418,#2a1810);border-radius:6px;align-self:flex-start;padding:.5rem 1rem;font-size:.8rem;display:inline-block;box-shadow:0 2px 6px #0000004d}.ish-root .contact-card .form-row label span{color:#f5d8b8}.ish-root .contact-card .form-row input,.ish-root .contact-card .form-row textarea,.ish-root .contact-card .form-row select{color:#2a1810;background:0 0;border:1px solid #5a321e59;border-radius:6px;padding:.85rem 1rem;font-size:1rem}.ish-root .contact-card .form-row input::placeholder,.ish-root .contact-card .form-row textarea::placeholder{color:#5a321e73}.ish-root .contact-card .form-row input:focus,.ish-root .contact-card .form-row textarea:focus,.ish-root .contact-card .form-row select:focus{background:#ffffff2e;border-color:#2a1810;outline:none}.ish-root .contact-card .form-row select{appearance:none;cursor:pointer;background-color:#ffffff59;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%232a1810' d='M6 8L0 0h12z'/></svg>");background-position:right 1rem center;background-repeat:no-repeat;background-size:12px 8px;padding-right:2.5rem}.ish-root .contact-card .form-hint{color:#5c3a26}.ish-root .contact-card .file-input{color:#5c3a26;background:#fff3;border:1px dashed #5a321e66}.ish-root .contact-card .file-input::file-selector-button{color:#f5d8b8;background:#2a1810}.ish-root .contact-card .file-list li{color:#2a1810;background:#ffffff40;border-color:#5a321e4d}.ish-root .contact-card-footer-bar{text-align:center;background:linear-gradient(#efc9a3,#e6bb91);border-radius:14px;padding:.6rem 1.5rem .75rem;box-shadow:0 30px 80px #0000008c,inset 0 0 0 1px #ffffff26}.ish-root .required-note{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;color:#5c3a26;margin-bottom:.4rem;font-size:.72rem}.ish-root .contact-submit-btn{color:#f5d8b8;width:100%;font-family:"Bebas Neue",var(--font-heading);letter-spacing:5px;text-transform:uppercase;cursor:pointer;background:linear-gradient(#c89a73,#a87a53);border:1px solid #fff6;border-radius:8px;padding:.6rem 1.25rem;font-size:1.35rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #00000040,inset 0 1px #ffffff4d}.ish-root .contact-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #00000059}.ish-root .contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.ish-root .contact-form-section+.contact-info-section{padding-top:4rem}.ish-root .contact-info-section{background:var(--bg-color);align-items:center;min-height:100vh;padding:3rem 0;display:flex}.ish-root .contact-info-section .contact-info-block{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;gap:3rem;width:100%;max-width:1100px;margin:0 auto;display:grid}.ish-root .contact-info-section .contact-info-main{border-left:3px solid var(--accent-color);padding:.75rem 0 .75rem 1.75rem}.ish-root .contact-info-section .contact-info-main h2{letter-spacing:2px;color:var(--text-primary);margin-bottom:.5rem;font-size:2.25rem}.ish-root .contact-info-section .contact-info-main>p{color:#cfcfcf;max-width:460px;margin-bottom:1.75rem;font-size:1.08rem;line-height:1.65}.ish-root .contact-info-section .info-row{border-top:1px solid #ffffff1a;margin-bottom:1rem;padding:1rem 0}.ish-root .contact-info-section .contact-info-map{flex-direction:column;height:100%;display:flex}.ish-root .contact-info-section .map-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:4px;color:var(--text-primary);margin:0 0 .85rem;font-size:1.1rem}.ish-root .contact-info-section .contact-info-map .map-container{border:1px solid #2a2a2a;border-radius:6px;flex:auto;width:100%;min-height:360px;margin-top:0;overflow:hidden;box-shadow:0 18px 48px #0006}.ish-root .contact-info-section .social-links{margin-top:1rem}.ish-root .contact-card .form-grid{grid-template-columns:1fr}@media(max-width:640px){.ish-root .contact-card{max-height:85vh}.ish-root .contact-card-header{padding:1.25rem 1.25rem .25rem}.ish-root .contact-card-scroll{padding:1rem 1.25rem 1.25rem}.ish-root .contact-card-footer-bar{padding:.85rem 1.25rem 1.25rem}.ish-root .contact-submit-btn{letter-spacing:4px;padding:1rem 2rem;font-size:1.4rem}.ish-root .contact-form-header h2{font-size:1.6rem}.ish-root .contact-info-section .contact-info-block{grid-template-columns:1fr;gap:2rem}.ish-root .contact-info-section .contact-info-map .map-container{height:220px;min-height:220px}}.ish-root .contact-wrapper{grid-template-columns:1.4fr 1fr;align-items:start;gap:4rem;display:grid}.ish-root .contact-form-block h2{margin-bottom:.75rem;font-size:2rem}.ish-root .contact-form{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.ish-root .form-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.ish-root .form-row{flex-direction:column;gap:.4rem;display:flex}.ish-root .form-row label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1.5px;color:var(--text-secondary);font-size:.8rem}.ish-root .form-row label span{color:var(--accent-color);margin-left:4px}.ish-root .form-row input,.ish-root .form-row textarea,.ish-root .form-row select{background:var(--surface-color);color:var(--text-primary);font-family:var(--font-body);border:1px solid #2a2a2a;border-radius:2px;width:100%;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s,background .2s}.ish-root .form-row textarea{resize:vertical;min-height:140px}.ish-root .form-row select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text-secondary) 50%),linear-gradient(135deg,var(--text-secondary) 50%,transparent 50%);cursor:pointer;background-position:calc(100% - 18px),calc(100% - 13px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:2.25rem}.ish-root .form-row input:focus,.ish-root .form-row textarea:focus,.ish-root .form-row select:focus{border-color:var(--accent-color);background-color:#1a1a1a;outline:none}.ish-root .form-hint{color:var(--text-secondary);text-transform:none;letter-spacing:0;margin-left:6px;font-size:.72rem}.ish-root .file-input{color:var(--text-secondary);font-family:var(--font-body);background:var(--surface-color);cursor:pointer;border:1px dashed #333;border-radius:2px;padding:.75rem}.ish-root .file-input::file-selector-button{background:var(--accent-color);color:#000;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;cursor:pointer;border:0;border-radius:2px;margin-right:1rem;padding:.5rem .9rem;font-size:.75rem}.ish-root .file-list{flex-direction:column;gap:.4rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.ish-root .file-list li{background:var(--surface-color);color:var(--text-secondary);border:1px solid #2a2a2a;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.85rem;display:flex}.ish-root .file-list li em{color:#666;margin-left:4px;font-size:.75rem;font-style:normal}.ish-root .file-list button{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;padding:0 .25rem;font-size:1.4rem;line-height:1}.ish-root .file-list button:hover{color:var(--accent-color)}.ish-root .contact-form .btn{align-self:flex-start}.ish-root .contact-form .btn:disabled{opacity:.6;cursor:not-allowed}.ish-root .form-sent{color:var(--accent-color);margin:0;font-size:.9rem}.ish-root .form-error{color:#ff6b6b;margin:0;font-size:.9rem}.ish-root .contact-info-block h2{margin-bottom:1.5rem;font-size:1.8rem}.ish-root .info-row{align-items:flex-start;margin-bottom:2rem;display:flex}.ish-root .info-icon{color:var(--accent-color);text-align:center;width:30px;margin-top:5px;margin-right:1.5rem;font-size:1.5rem}.ish-root .info-content h4{color:var(--text-primary);margin-bottom:.2rem;font-size:1.1rem}.ish-root .info-content p,.ish-root .info-content a{color:var(--text-secondary);margin:0;font-size:1rem}.ish-root .info-content a:hover{color:var(--accent-color)}.ish-root .social-links{gap:1rem;margin-top:2rem;display:flex}.ish-root .social-btn{width:50px;height:50px;color:var(--text-primary);border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.ish-root .social-btn:hover{border-color:var(--accent-color);background-color:var(--accent-color)}.ish-root .map-container{filter:grayscale();border:1px solid #333;width:100%;height:220px;margin-top:2rem;transition:all .5s}.ish-root .map-container:hover{filter:grayscale(0%)}.ish-root iframe{border:0;width:100%;height:100%}.ish-root footer{text-align:center;background-color:#000;border-top:1px solid #222;padding:2rem 0}.ish-root .footer-logo-img{object-fit:contain;filter:brightness(1.15);width:140px;height:140px;margin:0 auto 1rem}.ish-root .copyright{color:#555;font-size:.8rem}.lightbox{z-index:2147483000;background:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;animation:.2s ish-fade-in;display:flex;position:fixed;inset:0}@keyframes ish-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-frame{background:#fff;border-radius:4px;justify-content:center;align-items:center;max-width:min(90vw,720px);max-height:calc(100vh - 48px);margin:auto;padding:10px;display:flex;position:relative;box-shadow:0 20px 80px #000c}.lightbox-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 68px);display:block;filter:none!important}.lightbox-close{color:#111;cursor:pointer;z-index:2;background:#fff;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.4rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:-16px;right:-16px}.lightbox-counter{color:#fff;font-family:var(--font-heading);letter-spacing:2px;background:#00000080;border:1px solid #333;padding:.4rem 1rem;font-size:.95rem;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@media(max-width:640px){.lightbox-close,.lightbox-nav{width:44px;height:44px;font-size:1rem}.lightbox-prev{left:8px}.lightbox-next{right:8px}}@media(max-width:768px){.ish-root .menu-toggle{z-index:10;justify-content:center;align-items:center;display:inline-flex;position:relative}.ish-root .nav-container{grid-template-columns:auto 1fr auto auto}.ish-root .book-now-top{letter-spacing:1.8px;padding:.55rem 1.1rem;font-size:.75rem;display:inline-block}.ish-root .book-now-top.nav-hidden{opacity:1;pointer-events:auto;transform:none}.ish-root .nav-bar{position:static}.ish-root .nav-bar.nav-hidden{opacity:1;pointer-events:auto;transform:none}.ish-root .nav-links{opacity:0;pointer-events:none;z-index:5;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:2rem;transition:opacity .3s,transform .3s;display:flex;position:fixed;inset:0;transform:scale(.95)}.ish-root .nav-links.open{opacity:1;pointer-events:auto;transform:scale(1)}.ish-root .nav-links li{justify-content:center;width:auto;display:flex}.ish-root .nav-links a{letter-spacing:2.5px;-webkit-backdrop-filter:blur(32px)saturate(160%);backdrop-filter:blur(32px)saturate(160%);color:#fff;text-align:center;background:#ffffff14;border:none;border-radius:10px;min-width:220px;padding:.9rem 2.75rem;font-size:.95rem;transition:background .3s,transform .2s;display:inline-block}.ish-root .nav-links a:hover{background:#fff3;transform:scale(1.05)}.ish-root .nav-book-mobile{display:flex}.ish-root .hero h1{font-size:2.5rem}.ish-root .hero-title-img img{width:min(92vw,520px)}.ish-root .about-grid,.ish-root .contact-wrapper{grid-template-columns:1fr;gap:2rem}.ish-root .about-image{order:-1;width:100%;max-width:100%;padding:0 1rem}.ish-root .about-image img{width:100%;max-width:100%;height:auto;max-height:60vh}.ish-root .about-image:hover img{max-height:70vh}.ish-root .about-image:after{display:none}.ish-root .map-container{height:200px}.ish-root .form-grid,.ish-root .gallery-grid{grid-template-columns:1fr}.ish-root .gallery-reel{column-count:1}.ish-root .marquee-item{width:clamp(160px,42vw,260px)}}@media(max-width:1024px){.ish-root .gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ish-root .gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ish-root .marquee-item{width:clamp(160px,42vw,280px)}}@media(prefers-reduced-motion:reduce){.ish-root .marquee-track-left,.ish-root .marquee-track-right{animation:none!important}}.ish-root .celeb-banner{background:#181818;padding:5rem 0;overflow:hidden}.ish-root .celeb-marquee{margin-top:2.5rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.ish-root .celeb-track{gap:1.25rem;width:max-content;animation:60s linear infinite celeb-scroll;display:flex}.ish-root .celeb-card{aspect-ratio:4/5;background:#222;border-radius:6px;flex:none;width:clamp(220px,26vw,320px);margin:0;position:relative;overflow:hidden;box-shadow:0 8px 24px #0006}.ish-root .celeb-card img{object-fit:cover;object-position:center 25%;width:100%;height:100%;transition:transform .5s}.ish-root .celeb-card:hover img{transform:scale(1.06)}.ish-root .celeb-card figcaption{color:#fff;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;text-align:center;background:linear-gradient(#0000,#000000eb);padding:1.75rem 1rem .9rem;font-size:1rem;position:absolute;bottom:0;left:0;right:0}@keyframes celeb-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.ish-root .celeb-card{width:200px}.ish-root .celeb-card figcaption{letter-spacing:1.5px;font-size:.85rem}}@media(prefers-reduced-motion:reduce){.ish-root .celeb-track{animation:none!important}}
