:root{--ink:#0a0a0a;--black:#0a0a0a;--paper:#fafaf2;--purple:#411f41;--lilac:#e8d6ed;--orange:#e46f05;--yellow:#edeba2;--green:#024a3c;--line:rgba(255,255,255,.16);--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 "DM Sans",sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;background:#fff;color:#000;padding:.7rem 1rem;z-index:100}.skip-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:absolute;inset:0 0 auto;height:104px;padding:0 clamp(1.4rem,5vw,5.5rem);display:flex;align-items:center;justify-content:space-between;z-index:20;color:#fff;border-bottom:1px solid var(--line);transition:.3s}.site-header.scrolled{position:fixed;height:78px;background:rgba(10,10,10,.92);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center}.official-logo{display:block;width:clamp(190px,18vw,265px);height:auto}.header-socials{display:flex;align-items:center;gap:.6rem}.header-socials a{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.38);border-radius:50%;transition:.2s}.header-socials a:hover,.header-socials a:focus-visible{border-color:var(--yellow);background:var(--purple);color:var(--yellow);transform:translateY(-2px)}.header-socials svg{width:17px;height:17px;fill:currentColor}.header-socials rect,.header-socials circle:not(.social-dot){fill:none;stroke:currentColor;stroke-width:1.8}.header-socials .social-dot{fill:currentColor}.hero{min-height:100svh;position:relative;display:flex;align-items:center;color:#fff;background:#08090a;overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,rgba(5,6,7,.78),rgba(5,6,7,.48) 27%,rgba(5,6,7,.06) 60%,rgba(5,6,7,.16)),linear-gradient(0deg,rgba(5,6,7,.48),transparent 38%)}.hero-content{position:relative;z-index:2;width:min(620px,88%);margin-left:clamp(1.4rem,6vw,6.5rem);padding-top:6rem}.eyebrow{font:500 .72rem "Manrope",sans-serif;text-transform:uppercase;letter-spacing:.22em;display:flex;align-items:center;gap:.7rem;margin:0 0 1.7rem}.eyebrow span{width:30px;height:1px;background:var(--orange)}h1,h2{font-family:"Manrope",sans-serif;margin-top:0}.hero h1{font-size:clamp(2.5rem,4.4vw,4.75rem);line-height:1.02;letter-spacing:-.055em;max-width:650px;margin-bottom:1.5rem;font-weight:500}.hero-lead{font-size:clamp(.95rem,1.1vw,1.1rem);line-height:1.6;max-width:520px;color:#e2e2df;margin:0}.hero-note{position:absolute;z-index:2;right:clamp(1.4rem,5vw,5.5rem);bottom:2.5rem;display:grid;grid-template-columns:auto 90px auto;align-items:center;gap:1rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#d7d7d4}.hero-note div{height:1px;background:rgba(255,255,255,.5)}.hero-note p{line-height:1.5;margin:0}.section{padding:clamp(5rem,10vw,9rem) clamp(1.4rem,8vw,9rem)}.intro{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr 3fr;gap:4rem}.section-kicker{font:600 .72rem "Manrope",sans-serif;text-transform:uppercase;letter-spacing:.2em;color:#6e6e6c;padding-top:.65rem}.section-kicker:before{content:"";display:inline-block;width:18px;height:1px;background:var(--orange);vertical-align:middle;margin-right:.7rem}.intro-copy h2{font-size:clamp(2.5rem,5vw,5.3rem);font-weight:500;line-height:1.05;letter-spacing:-.055em;margin-bottom:3.2rem}.intro-copy h2 em{font-family:Georgia,serif;font-weight:400;color:var(--purple)}.intro-copy>p{font-size:clamp(1rem,1.3vw,1.22rem);max-width:750px;color:#555;margin-left:clamp(0rem,8vw,9rem)}.experience{min-height:38vh;background:var(--black);color:#fff;display:flex;align-items:center}.experience h2{max-width:var(--max);margin:0 auto;width:100%;font-size:clamp(2.7rem,5.4vw,5.8rem);line-height:1.02;letter-spacing:-.055em;font-weight:500}.statement{text-align:center;background:#fff}.statement>p{text-transform:uppercase;letter-spacing:.25em;font-size:.7rem;color:#777}.statement h2{font-size:clamp(2.8rem,6.7vw,7.3rem);font-weight:500;line-height:1.03;letter-spacing:-.06em;margin:1.8rem 0 3rem}.statement h2 span{font-family:Georgia,serif;font-weight:400;font-style:italic;color:var(--purple)}.soundline{height:90px;display:flex;align-items:center;justify-content:center;gap:9px}.soundline i{display:block;width:3px;background:var(--green);border-radius:4px;animation:pulse 1.4s ease-in-out infinite}.soundline i:nth-child(1),.soundline i:nth-child(12){height:15px}.soundline i:nth-child(2),.soundline i:nth-child(11){height:30px}.soundline i:nth-child(3),.soundline i:nth-child(10){height:52px}.soundline i:nth-child(4),.soundline i:nth-child(9){height:27px}.soundline i:nth-child(5),.soundline i:nth-child(8){height:70px}.soundline i:nth-child(6),.soundline i:nth-child(7){height:43px}@keyframes pulse{50%{transform:scaleY(.45)}}.soundline i:nth-child(2n){animation-delay:-.5s}.soundline i:nth-child(3n){animation-delay:-.9s}.visit{background:var(--lilac)}.visit-card{max-width:var(--max);margin:auto;background:var(--purple);color:#fff;padding:clamp(2rem,5vw,5rem);min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.visit-card:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.25);border-radius:50%;right:-130px;top:-130px;box-shadow:0 0 0 60px rgba(255,255,255,.03),0 0 0 120px rgba(255,255,255,.025)}.visit-card .eyebrow span{background:var(--yellow)}.visit-card h2{font-size:clamp(2.5rem,4.8vw,5rem);font-weight:500;line-height:1.03;letter-spacing:-.055em;max-width:720px;margin-bottom:1.5rem}.visit-card>p:last-child{max-width:600px;color:#eadbea;margin:0}footer{background:#09090a;color:#fff;padding:4rem clamp(1.4rem,5vw,5.5rem) 2rem;display:grid;grid-template-columns:1fr 1fr auto;gap:3rem;align-items:start}.footer-logo{width:min(290px,100%)}.footer-contact{display:grid;gap:1.25rem}.social-links{display:flex;gap:.65rem}.social-links a{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(232,214,237,.35);border-radius:50%;color:var(--lilac);transition:.2s}.social-links a:hover,.social-links a:focus-visible{border-color:var(--yellow);background:var(--purple);color:var(--yellow);transform:translateY(-2px)}.social-links svg{width:19px;height:19px;fill:currentColor}.social-links rect,.social-links circle:not(.social-dot){fill:none;stroke:currentColor;stroke-width:1.8}.social-links .social-dot{fill:currentColor}footer p{margin:0;color:#999;font-size:.86rem}.copyright{align-self:end;text-align:right}
@media(max-width:850px){.site-header{height:82px;padding:0 1rem}.site-header.scrolled{height:70px}.official-logo{width:145px}.header-socials{gap:.32rem}.header-socials a{width:32px;height:32px}.header-socials svg{width:15px;height:15px}.hero{min-height:760px;display:block;padding-top:82px;background:linear-gradient(180deg,#291321 0,#0a0a0a 58%)}.hero picture{display:block;position:relative;width:100%;overflow:hidden}.hero-image{position:relative;inset:auto;display:block;width:118%;height:auto;margin-left:-9%;object-fit:contain;object-position:center}.hero-shade{top:82px;height:28%;background:linear-gradient(180deg,rgba(5,6,7,.08),rgba(5,6,7,.72))}.hero-content{margin:0;padding:3.2rem 1.4rem 7rem;width:100%}.hero h1{font-size:clamp(2.65rem,11vw,4.1rem)}.hero-note{left:1.4rem;right:auto;bottom:1.7rem}.intro{grid-template-columns:1fr;gap:2rem}.intro-copy>p{margin-left:0}.experience{min-height:34vh}.visit-card{min-height:500px}footer{grid-template-columns:1fr;gap:2rem}.footer-logo{width:min(290px,100%)}.copyright{text-align:left}}
@media(max-width:520px){.hero-note{grid-template-columns:auto 60px auto}.section{padding-left:1.3rem;padding-right:1.3rem}.statement h2 br{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.soundline i{animation:none}*{transition:none!important}}
