html,body{margin:0;padding:0}.hf-page{min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif;color:#f7f7f7;background:#050509}.hf-hero{position:relative;height:110vh;display:flex;align-items:center;justify-content:center;background:#000}.hf-hero-overlay{position:absolute;inset:0;pointer-events:none;mix-blend-mode:screen;background:radial-gradient(circle at 0% 0%,rgba(20,33,100,.55) 0%,rgba(27,44,133,.4) 10%,rgba(20,33,100,.18) 28%,transparent 45%),radial-gradient(circle at 100% 100%,rgba(19,16,61,.55) 0%,rgba(19,16,61,.4) 10%,rgba(19,16,61,.18) 28%,transparent 45%),linear-gradient(to bottom,#02030a,#020209);background-repeat:no-repeat}.hf-hero-content{position:relative;width:min(900px,100%);margin:0 auto;text-align:center;transform:translateY(-60px)}.hf-hero-tagline{text-transform:uppercase;letter-spacing:.15em;font-size:1.1rem;opacity:.8;margin-bottom:3rem}.hf-hero h1{text-transform:uppercase;font-size:clamp(4.6rem,5vw,4.8rem);letter-spacing:.16em;font-weight:400;color:#f1f5ff;text-shadow:0 0 10px rgba(110,170,255,.65);margin-bottom:3rem}.hf-hero-subtitle{margin-top:.9rem;max-width:800px;font-size:.99rem;font-weight:300;letter-spacing:.11rem;line-height:1.55;text-align:center;opacity:.95;margin-bottom:5rem;margin-left:auto;margin-right:auto;animation:none}.hf-hero-subletter{display:inline-block;opacity:0;transform:translateY(4px);filter:blur(2px);will-change:transform,opacity,filter;animation:hf-hero-subletter-in .38s ease-out forwards}.hf-hero-word{display:inline-block}@keyframes hf-hero-subletter-in{0%{opacity:0;transform:translateY(6px);filter:blur(3px)}70%{opacity:1;transform:translateY(0);filter:blur(.5px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@media(max-width:640px){.hf-hero-subtitle{font-size:.85rem;letter-spacing:.06rem;margin-bottom:3.5rem;padding:1.5px}.hf-hero h1{font-size:70px;letter-spacing:.5rem}}.hf-audio-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:300px;min-height:20px;padding:18px 34px;border:1px solid #1e466e;border-radius:10px;background:#02050b;color:#dff1ff;text-decoration:none;text-transform:uppercase;letter-spacing:.16em;font-size:.92rem;font-weight:700;overflow:hidden;cursor:pointer;isolation:isolate;transition:box-shadow .25s ease,border-color .25s ease,color .25s ease;box-shadow:0 0 8px #3a6fa573,0 0 22px #3a6fa540,inset 0 0 10px #3a6fa526}.hf-audio-button__label{position:relative;z-index:4;text-align:center}.hf-audio-button__glow{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at center,rgba(47,143,255,.18) 0%,transparent 68%);opacity:.85;animation:hfButtonPulse 2.8s ease-in-out infinite}.hf-audio-button__waves{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;gap:5px;opacity:.38;pointer-events:none}.hf-audio-button__waves .bar{width:3px;border-radius:999px;background:#3a83a5;box-shadow:0 0 4px #3a6fa599,0 0 10px #3a6fa54d;animation:hfWaveBars 1.2s ease-in-out infinite}.hf-audio-button__waves .bar-1{height:14px;animation-delay:0s}.hf-audio-button__waves .bar-2{height:28px;animation-delay:.08s}.hf-audio-button__waves .bar-3{height:18px;animation-delay:.16s}.hf-audio-button__waves .bar-4{height:34px;animation-delay:.24s}.hf-audio-button__waves .bar-5{height:26px;animation-delay:.32s}.hf-audio-button__waves .bar-6{height:38px;animation-delay:.4s}.hf-audio-button__waves .bar-7{height:20px;animation-delay:.48s}.hf-audio-button__waves .bar-8{height:24px;animation-delay:.56s}.hf-audio-button__waves .bar-9{height:12px;animation-delay:.64s}.hf-audio-button:hover{color:#fff;border-color:#4b86c4;box-shadow:0 0 10px #4ba8c4b3,0 0 20px #66a4d673,0 0 50px #4b86c440,inset 0 0 12px #4b86c41a;animation:bassVibration .18s infinite}.hf-audio-button:hover .hf-audio-button__waves{opacity:.95}.hf-audio-button:hover .hf-audio-button__waves .bar{animation-duration:.72s}@keyframes bassVibration{0%{transform:translate(0) scale(1.03)}20%{transform:translate(-1px,1px) scale(1.03)}40%{transform:translate(1px,-1px) scale(1.03)}60%{transform:translate(-1px,-1px) scale(1.03)}80%{transform:translate(1px,1px) scale(1.03)}to{transform:translate(0) scale(1.03)}}@keyframes hfWaveBars{0%,to{transform:scaleY(.55);opacity:.45}50%{transform:scaleY(1.35);opacity:1}}@keyframes hfButtonPulse{0%,to{transform:scale(.95);opacity:.6}50%{transform:scale(1.1);opacity:1}}@media(max-width:640px){.hf-audio-button{min-width:220px;min-height:26px;padding:16px 22px;font-size:.78rem;letter-spacing:.13em}.hf-audio-button__waves{gap:5px}.hf-audio-button__waves .bar{width:3px}}@media(prefers-reduced-motion:reduce){.hf-audio-button,.hf-audio-button *{animation:none!important;transition:none!important}}.hf-section-title{text-align:center;margin-bottom:2rem;position:relative}.hf-section-title h2{margin:0;font-size:1.2rem;text-transform:uppercase;letter-spacing:.28em;font-weight:500;color:#ffffffd5}.hf-title-glow{width:300px;height:2px;margin:.6rem auto 0;background:linear-gradient(90deg,#125fff00,#125fffa6,#125fff00);filter:blur(3px);opacity:.85;border-radius:6px;animation:hf-glow-pulse 4s ease-in-out infinite}@keyframes hf-glow-pulse{0%{opacity:.55;transform:scaleX(.95)}50%{opacity:.95;transform:scaleX(1)}to{opacity:.55;transform:scaleX(.95)}}.hf-bio{padding:4rem 1.5rem}.hf-section-bio{max-width:980px;margin:0 auto;padding:2.4rem 2.6rem;border-radius:20px;background:radial-gradient(circle at top,#000205,#000107fa 55%,#06385a8c);border:1px solid rgb(0,4,10);box-shadow:0 32px 70px #000000e6,0 0 15px #0a7cc859}.hf-bio-intro{font-size:1.05rem;line-height:1.6;margin-bottom:1rem;color:#ffffffc7}.hf-bio-extra{max-height:0;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-6px);transition:max-height .36s ease,opacity .22s ease,transform .22s ease,visibility 0s linear .36s;color:#bdb7b7}.hf-bio-extra.is-open{max-height:1200px;opacity:1;visibility:visible;transform:translateY(0);transition:max-height .36s ease,opacity .22s ease,transform .22s ease,visibility 0s}.hf-bio-intro+.hf-bio-intro{margin-top:.7rem}.hf-bio-intro:last-child{margin-bottom:1.5rem}.hf-link-button{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;letter-spacing:.14em;border-radius:7px;border:1px solid rgba(120,170,255,.35);background:transparent;color:#c8dcffe6;cursor:pointer;transition:all .2s ease}.hf-link-button:hover{border-color:#0985b6cc;color:#fffffff5;box-shadow:0 0 8px #64c6ff7e}.hf-bio-extra .hf-links a,.hf-bio-extra .hf-links a:visited{color:#047381!important;text-decoration:none;font-size:17px}.hf-bio-extra .hf-links a:hover{color:#87c1d8!important;text-underline-offset:3px}.hf-availability-layout{display:grid;grid-template-columns:1fr 310px;gap:2.5rem;align-items:start;margin-top:1rem}.hf-availability-photo{display:flex;justify-content:center}.hf-availability-photo img{width:180px;aspect-ratio:1 / 1;border-radius:10%;object-fit:cover;opacity:.7;box-shadow:0 0 35px #3c78ff40,inset 0 0 0 1px #8cb4ff88}@media(max-width:900px){.hf-availability-layout{grid-template-columns:1fr}.hf-availability-photo{order:-1}.hf-availability-photo img{width:150px}}.hf-availability-text h3{font-size:.9rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;position:relative;margin-bottom:1rem}.hf-availability-text h3:after{content:"";display:block;width:36px;height:1px;margin-top:.5rem;background:linear-gradient(90deg,rgb(5,136,129),transparent)}.hf-services{list-style:none;margin:.75rem 0 1.2rem;padding:0;position:relative}.hf-services:before{content:"";position:absolute;top:.25rem;bottom:.25rem;left:1.4rem;width:1px;background:linear-gradient(to top,#06afbb8e,#8ca0ff40,#8ca0ff00)}.hf-services li{padding-left:2.5rem;margin-bottom:.55rem}.hf-credits{padding:4.8rem 0 2.8rem;position:relative}.hf-section-shell{max-width:980px;margin:0 auto;padding:2.4rem 2.6rem;border-radius:26px;background:radial-gradient(circle at top,#2850a038,#05070ffa 55%,#05070f);border:1px solid rgba(120,170,255,.18);box-shadow:0 32px 70px #000000e6,0 0 25px #0a50c83d}.hf-credits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:1.6rem}.hf-credit-card{border-radius:18px;padding:1.25rem 1.3rem;background:radial-gradient(circle at top,#2850a02e,#05070ff5 60%,#05070f);border:1px solid rgba(9,113,145,.479);box-shadow:0 18px 40px #00000073,0 0 0 1px #0a142899;transition:transform .18s ease,border-color .18s ease;text-decoration:none;color:inherit;display:block}.hf-credit-card:hover{transform:translateY(-4px);border-color:#1857bd7a;box-shadow:0 22px 44px #0000008c,0 0 18px #5082ff29,0 0 0 1px #0a142899}.hf-credit-card.is-link{cursor:pointer}.hf-credit-top{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.75rem}.hf-credit-studio{font-size:.88rem;letter-spacing:.12em;text-transform:uppercase;opacity:.78;color:#dce6f5dc}.hf-credit-tag{font-size:.74rem;padding:.22rem .52rem;border-radius:999px;border:1px solid rgba(120,170,255,.22);background:#1432642e;letter-spacing:.1em;text-transform:uppercase;opacity:.86;white-space:nowrap}.hf-credit-title{font-size:1.14rem;font-weight:600;letter-spacing:.02em;line-height:1.3;margin-bottom:.55rem;color:#eef4ff}.hf-credit-meta{font-size:.93rem;opacity:.72;line-height:1.5;color:#cfd8e3}.hf-credits-note{margin-top:1.05rem;font-size:.9rem;opacity:.6}.hf-credit-link{margin-top:.45rem;font-size:.85rem;opacity:.75}.hf-credit-link a{color:#78aaffe6;text-decoration:none;border-bottom:1px solid rgba(120,170,255,.25);padding-bottom:2px}.hf-credit-link a:hover{opacity:1;border-bottom-color:#78aaff99}@media(max-width:900px){.hf-credits-grid{grid-template-columns:1fr}}.hf-credits .hf-section-shell{max-width:980px;margin:0 auto}@media(max-width:900px){.hf-credits{padding-left:1.1rem;padding-right:1.1rem}.hf-credits .hf-section-shell{padding-left:1.6rem;padding-right:1.6rem}}.hf-player{max-width:1040px;margin:0 auto 4rem;padding:4rem 1.5rem 0}.hf-player-text{font-size:1rem;opacity:.68;max-width:640px;margin:0 auto 1.8rem;text-align:center}.hf-showreel-bg{margin-top:2.3rem;padding:3.2rem 3rem 3.6rem;border-radius:28px;background:linear-gradient(to bottom,#000000b2,#000000e6),url(/images/studio-background.jpg);background-size:cover;background-position:center 45%;background-repeat:no-repeat;min-height:360px}@media(min-width:1200px){.hf-showreel-bg{padding:4rem;min-height:480px;background-position:center 48%}}.hf-player-deck{margin:0 auto;padding:1.9rem 2.1rem 2.1rem;border-radius:26px;background:radial-gradient(circle at top,#0407118a,#05070ffa 55%,#05070f);border:1px solid rgba(120,170,255,.18);box-shadow:0 28px 70px #000000e6,0 0 22px #2878dc40}.hf-player-anim{opacity:0;transform:scale(.85) translateY(24px);transform-origin:center top;transition:transform .75s cubic-bezier(.18,.86,.32,1.02),opacity .75s ease-out}.hf-player-anim.is-visible{animation:hf-player-grow 2.4s ease-out forwards}@keyframes hf-player-grow{0%{transform:scale(0);opacity:0}20%{opacity:1}to{transform:scale(1);opacity:1}}.hf-player-play{width:56px;height:56px;border-radius:50%;background:#28508226;border:1px solid rgba(80,130,200,.35);box-shadow:0 0 12px #1e509640;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#317792c4;cursor:pointer;transition:all .28s ease}.hf-player-play:hover{background:#5078b440;border-color:#78a0dc73;box-shadow:0 0 16px #3c82dc59,0 0 32px #3c82dc33;transform:scale(1.04)}.hf-player-play.is-playing{background:#2963a54d;border-color:#2a5b9bb3;box-shadow:0 0 20px #2b63ac8c,0 0 40px #19407247;transform:scale(1.03)}.hf-player-play.is-playing .hf-icon{width:16px;height:16px;position:relative;display:inline-block}.hf-player-play.is-playing .hf-icon:before,.hf-player-play.is-playing .hf-icon:after{content:"";position:absolute;top:0;width:4px;height:16px;background:#43617af2;border-radius:2px}.hf-player-play.is-playing .hf-icon:before{left:0}.hf-player-play.is-playing .hf-icon:after{right:0}.hf-player-info h3{font-family:inherit;font-size:1.1rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#eff0f3cb;margin:0 0 .15;margin-top:10}.hf-player-info p{margin:0 0 .6rem;font-size:.75rem;opacity:.35}.hf-player-style{font-family:inherit;font-size:.8rem;letter-spacing:.25em;text-transform:uppercase;font-weight:500;color:#eeeef3de}.hf-player-progress{margin-top:1.5rem}.hf-progress-time{font-family:inherit;display:flex;justify-content:space-between;font-size:.75rem;opacity:.72;margin-bottom:.35rem;color:#cacacfee}.hf-progress-track{position:relative;height:4px;border-radius:999px;background:#ffffff0f;overflow:hidden;cursor:pointer}.hf-progress-bar{position:absolute;inset:0;width:0;background:linear-gradient(90deg,#2875ff,#57e0ff);border-radius:inherit}.hf-progress-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#e6f3ff;box-shadow:0 0 6px #000000b3;pointer-events:none}.hf-style-groups{margin-top:1.8rem;display:grid;grid-template-columns:1fr;gap:1.1rem}.hf-style-group{padding:.9rem 1rem .8rem;border-radius:18px;background:linear-gradient(135deg,#0e1223f2,#050712f7);border:1px solid rgba(80,116,182,.55);box-shadow:0 14px 32px #000000bf,0 0 0 1px #020512bf}.hf-style-header{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.4rem}.hf-style-title{font-family:inherit;font-size:.9rem;letter-spacing:.25em;text-transform:uppercase;font-weight:500;color:#346696c7;margin-bottom:.75rem}.hf-style-tracklist{list-style:none;margin:0;padding:0}.hf-style-track{display:flex;align-items:center;justify-content:space-between;padding:.45rem .55rem;border-radius:10px;font-size:.85rem;cursor:pointer;transition:box-shadow .18s ease,transform .12s ease}.hf-style-track+.hf-style-track{margin-top:.12rem}.hf-style-track:hover{background:radial-gradient(circle at left,rgba(65,110,225,.35),transparent 60%);box-shadow:0 0 0 1px #507df066;transform:translateY(-1px)}.hf-style-track.is-active{background:linear-gradient(90deg,#072e468c,#468bc86e);border:1px solid rgba(70,140,200,.35);box-shadow:0 4px 12px #0000008c;color:#e8f1ff}.hf-style-track-title{font-family:inherit;font-size:.9rem;font-weight:100;letter-spacing:.06em;color:#f0f0f1f5}.hf-player-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hf-style-track-length{font-family:inherit;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;opacity:.8;color:#56afd3e6}.hf-footer{text-align:center;padding:.1rem .3rem 2rem;font-size:1rem;opacity:.75}.hf-footer-email{display:block;margin-top:.5rem;margin-bottom:.3rem;color:#19b0ca;font-weight:400;text-decoration:none;font-size:1.2rem}.hf-footer-contact{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;margin-top:.5rem;margin-bottom:.7rem}.hf-footer-email:hover{color:#1695df}.hf-footer-contact .hf-footer-email{display:inline-block;margin-top:0}.footer-legal{font-variant:all-small-caps;font-weight:100}.footer-credit a{color:#78aaffe6;text-decoration:none;border-bottom:1px solid rgba(120,170,255,.25);padding-bottom:2px}.footer-credit a:hover{opacity:1;border-bottom-color:#78aaff99}@media(max-width:420px){.hf-footer-contact{display:flex;flex-direction:column;gap:.5rem}}@media(min-width:900px){.hf-style-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.hf-style-group:last-child{grid-column:1 / -1}}@media(max-width:768px){.hf-section-shell{padding:1.8rem 1.6rem;border-radius:18px}}@media(max-width:640px){.hf-hero{height:100vh}}@media(max-width:1028px){.hf-player-title{white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;line-height:1.25;min-height:2.5em;font-size:.9rem}}@media(max-width:640px){#showreel .hf-section-shell{padding-left:0;padding-right:0;display:flex;flex-direction:column;align-items:center}#showreel .hf-showreel-bg{width:100%;box-sizing:border-box;margin:0;display:flex;justify-content:center;padding:3.2rem .7rem 3.6rem}#showreel .hf-player-deck,#showreel .hf-playlist{margin:0;width:100%;max-width:420px}.hf-progress-track{margin:.8rem}}@media(min-width:820px)and (max-width:1040px){body{font-size:16px}.hf-player-title,.hf-style-title,.hf-style-track-title,.hf-player-style{letter-spacing:.06em}.hf-player-title{font-size:1.05rem;line-height:1.25}.hf-style-track-title{font-size:.95rem;line-height:1.35}.hf-track-title-rest,.hf-player-style{opacity:.78}}.hf-track-title-main{font-weight:650;opacity:.95}.hf-track-title-pipe{color:#125d70b2;text-shadow:0 0 12px rgba(90,160,255,.25)}.hf-track-title-rest{font-weight:500;opacity:.7}.hf-title-underline-fade{position:relative;display:inline-block;padding-bottom:.2rem}.hf-style-track-title .hf-track-title-pipe{color:#8cbeffbf;text-shadow:0 0 6px rgba(90,160,255,.15)}.hf-style-track-title .hf-track-title-rest{opacity:.75}.hf-style-track-title .hf-track-title-main{font-weight:500;opacity:.9}.hf-style-track-title .hf-track-title-rest{font-weight:300;opacity:.75}.hf-style-track-title .hf-track-title-pipe{color:#8cbeffbf;text-shadow:0 0 6px rgba(90,160,255,.12)}@media(min-width:800px)and (max-width:1100px){body{font-size:16px}.hf-player-title,.hf-style-title,.hf-style-track-title,.hf-player-style{letter-spacing:.06em}.hf-player-title{font-size:1.05rem;line-height:1.25}.hf-style-track-title{font-size:.95rem;line-height:1.35}.hf-track-title-rest,.hf-player-style{opacity:.78}}.footer-credit{margin-top:6px;font-size:.75rem;opacity:.5;text-align:center;letter-spacing:.05em}.footer-credit a{color:#eff1f5e8;text-decoration:none;font-size:.75rem;transition:color .25s ease}.footer-credit a:hover{color:#82d7ece6}@media(hover:none)and (pointer:coarse){.hf-audio-button:hover{animation:none;transform:none;color:#dff1ff;border-color:#3a6fa5;box-shadow:0 0 8px #3a6fa573,0 0 22px #3a6fa540,inset 0 0 10px #3a6fa526}.hf-audio-button:hover .hf-audio-button__waves{opacity:.4}.hf-audio-button:hover .hf-audio-button__waves .bar{animation-duration:1.2s}.hf-audio-button:active{transform:scale(.98)}.hf-audio-button{-webkit-tap-highlight-color:transparent}}.contactOverlay{position:fixed;inset:0;z-index:999;display:flex;align-items:center;justify-content:center}.contactOverlay__backdrop{position:absolute;inset:0;background:#040814d9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.contactOverlay__panel{position:relative;width:min(680px,92%);padding:48px 42px;border-radius:20px;background:radial-gradient(600px 300px at 20% 10%,rgba(9,40,66,.705),transparent 60%),radial-gradient(500px 250px at 80% 90%,rgba(4,59,82,.295),transparent 60%),linear-gradient(180deg,#0a0f1ef2,#050812fa);border:1px solid rgba(29,159,182,.219);box-shadow:0 40px 100px #000000b3,inset 0 0 13px #0e2e79a8;z-index:2;animation:contactFade .35s ease}@keyframes contactFade{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.contactOverlay__close{position:absolute;top:16px;right:18px;background:transparent;border:none;color:#2351cf;font-size:18px;cursor:pointer;transition:.2s}.contactOverlay__close:hover{color:#fff}.contactOverlay__content h2{font-size:30px;letter-spacing:.06em;margin-bottom:10px;font-weight:400}.contactOverlay__intro{font-size:15px;opacity:.65;margin-bottom:32px}.contactOverlay__form{display:grid;gap:16px;margin-bottom:28px}.contactOverlay__form input,.contactOverlay__form textarea{width:650px;padding:13px 15px;border-radius:12px;background:#ffffff08;border:1px solid rgba(120,170,255,.15);color:#fff;font-size:14px;transition:.2s}.contactOverlay__form input:-webkit-autofill,.contactOverlay__form input:-webkit-autofill:hover,.contactOverlay__form input:-webkit-autofill:focus,.contactOverlay__form textarea:-webkit-autofill,.contactOverlay__form textarea:-webkit-autofill:hover,.contactOverlay__form textarea:-webkit-autofill:focus{-webkit-text-fill-color:#eaf2ff;box-shadow:0 0 0 1000px #0a1020f5 inset;-webkit-box-shadow:0 0 0 1000px rgba(10,16,32,.96) inset;transition:background-color 9999s ease-in-out 0s;border:1px solid rgba(120,170,255,.15)}.contactOverlay__form input:focus,.contactOverlay__form textarea:focus{outline:none;border-color:#1662bea2;box-shadow:0 0 12px #78b5ff27}.contactOverlay__form input::placeholder,.contactOverlay__form textarea::placeholder{color:#c8dcff59}.contactOverlay__form button{margin-top:7px;padding:13px;border-radius:10px;border:none;background:linear-gradient(135deg,#0f4fbef2,#075a6eb3);color:#05070f;font-weight:600;cursor:pointer;max-width:430px;margin-left:130px;transition:all .2s ease}.contactOverlay__form button:hover{transform:translateY(-1px);box-shadow:0 0 10px #78b5ff5d}.contactOverlay__alt{font-size:12px;opacity:.5;margin-bottom:6px}.contactOverlay__email{font-size:14px;color:#18a5a5c0;text-decoration:none}.contactOverlay__email:hover{text-decoration:underline}.preFooterCTA{position:relative;overflow:hidden;isolation:isolate;max-width:600px;margin:140px auto 100px;padding:64px 40px;text-align:center;border-radius:28px;background:radial-gradient(circle at top,#000611,#000105f2);border:1px solid rgba(60,201,236,.027);box-shadow:0 5px 25px #04ebf331,inset 0 0 15px #3cd8ff36}.preFooterCTA:before{content:"";position:absolute;inset:0;z-index:0;background-image:linear-gradient(180deg,#05081269,#05081207 40%,#0508123a),linear-gradient(to right,#1111132c,#0508125b,#f0f1f510),var(--contact-wave-bg);background-size:cover;background-position:center 50%;background-repeat:no-repeat;opacity:.88;filter:contrast(1.2) brightness(1.1);transform-origin:center;will-change:transform;animation:contactWaveDrift 18s ease-in-out infinite alternate}.preFooterCTA>*{position:relative;z-index:2}.preFooterCTA h3{font-size:23px;letter-spacing:.06em;margin-bottom:10px;font-weight:400}.preFooterCTA p{font-size:15px;opacity:.7;margin-bottom:28px}.preFooterCTA button{padding:14px 34px;border-radius:10px;background:linear-gradient(135deg,#0a1783cb,#39a1dd99);border:none;color:#0d0e0e;font-weight:600;font-size:16px;cursor:pointer;transition:all .25s ease}.preFooterCTA button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #468cff2e;filter:brightness(1.03)}@keyframes contactWaveDrift{0%{transform:scale(1.03) translateZ(0)}to{transform:scale(1.08) translate3d(-10px,-4px,0)}}@media(max-width:700px){.preFooterCTA{margin:110px 16px 80px;padding:42px 22px}.preFooterCTA h3{font-size:20px}}.contactOverlay__error{margin:-6px 0 4px;font-size:.9rem;color:#ec3939}.contactOverlay__form .is-error{border-color:#ff787880;box-shadow:0 0 0 1px #ff787833}.contactOverlay__success{display:grid;gap:14px}.contactOverlay__eyebrow{margin:0;font-size:.82rem;letter-spacing:.18em;color:#78b4ffcc}.contactOverlay__honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.contactOverlay__success p{color:#e6f0ffbf}@media(max-width:768px){.contactOverlay{padding:16px;display:flex;justify-content:center;align-items:center}.contactOverlay__card{width:100%;max-width:100%;padding:24px 18px;border-radius:18px;box-sizing:border-box}.contactOverlay__form{display:flex;flex-direction:column;gap:14px}.contactOverlay__form input,.contactOverlay__form textarea{width:100%;box-sizing:border-box;font-size:16px;padding:14px}.contactOverlay__submit{width:100%;box-sizing:border-box;padding:14px;margin-top:10px}.contactOverlay__footer{margin-top:16px}}.contactOverlay__submit{width:100%;border:none;border-radius:14px;padding:14px 20px;font-size:.98rem;font-weight:600;letter-spacing:.02em;color:#f5f7ff;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,opacity .22s ease,background .22s ease}.contactOverlay__submit:hover{transform:translateY(-1px)}.contactOverlay__submit:active{transform:translateY(0)}.contactOverlay__submit--secondary{margin-top:1.4rem;background:linear-gradient(135deg,#2063ffe0,#00b8ffd1);box-shadow:0 10px 30px #0078ff38,inset 0 1px #ffffff2e}.contactOverlay__submit--secondary:hover{box-shadow:0 14px 38px #0078ff4d,inset 0 1px #ffffff3d}.contactOverlay__submit--secondary:focus-visible{outline:2px solid rgba(120,190,255,.9);outline-offset:3px}
