:root{--black: #030303;--white: #ffffff;--ink: #282828;--red: #d62e37;--red-dark: #b8242c}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:300;line-height:1.4;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}h1,h2{font-family:Space Grotesk,Helvetica Neue,Helvetica,sans-serif;font-weight:400;line-height:1.3}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;height:99px;padding:0 7.4vw;background:var(--black)}.logo img{height:64px;width:auto}.header-right{display:flex;align-items:center;gap:2.2rem}.header nav{display:flex;gap:12px}.header nav a{color:var(--white);text-decoration:none;font-size:18px;letter-spacing:.02em}.header nav a:hover{color:var(--red)}.lang-switcher{display:flex;border:1px solid #d9d9d9;border-radius:999px;overflow:hidden}.lang-switcher button{display:flex;align-items:center;justify-content:center;width:56px;height:40px;background:var(--black);border:none;padding:0;cursor:pointer}.lang-switcher button.active{background:var(--white)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:6px;background:none;border:none;padding:6px;cursor:pointer}.hamburger span{display:block;width:26px;height:2px;background:#d62e37ab;transition:transform .2s,opacity .2s,width .2s}.hamburger span:nth-child(3){width:13px;margin-right:auto}.hamburger.open span:nth-child(1){transform:translateY(4px) rotate(45deg)}.hamburger.open span:nth-child(2){transform:translateY(-4px) rotate(-45deg)}.hamburger.open span:nth-child(3){opacity:0}section{padding:96px 24px;scroll-margin-top:80px}.cols{display:grid;grid-template-columns:1.2fr 1fr;gap:52px;align-items:center;max-width:1000px;margin:0 auto}.light{background:var(--white);color:var(--ink)}.light h2{font-size:38px}.hero{padding-top:120px;padding-bottom:120px}.hero-grid{display:grid;grid-template-areas:"title img" "paras img";grid-template-columns:1.2fr 1fr;column-gap:52px;align-items:center;max-width:1000px;margin:0 auto}.hero-grid h1{grid-area:title;align-self:end;font-size:clamp(30px,2.65vw,40px);margin-bottom:44px}.hero-paras{grid-area:paras;align-self:start}.hero-paras p{margin-bottom:22px;font-size:20px}.hero-portrait{grid-area:img;width:100%;max-width:415px;justify-self:end}.stage-banner{width:calc(100% - 8vw);margin:0 auto;aspect-ratio:16 / 6;object-fit:cover}.quote{position:relative;min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(#03030326,#03030366),#000 url(/img/testimonial-bg.png) center / cover no-repeat}.quote-mark{color:var(--red);font-size:96px;line-height:1;font-family:Georgia,serif;margin-bottom:24px}.quote blockquote{font-family:Space Grotesk,Helvetica Neue,Helvetica,sans-serif;font-size:clamp(28px,2.5vw,38px);font-weight:700}.quote cite{display:block;margin-top:20px;font-size:17px;font-weight:300;font-style:normal}.quote blockquote{max-width:820px;padding:0 72px}.quote-anim{animation:quote-fade .5s ease}@keyframes quote-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.quote-btn{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--white);font-size:3.2rem;line-height:1;padding:0 18px;cursor:pointer;opacity:.75;transition:opacity .15s}.quote-btn:hover{opacity:1}.quote-btn.prev{left:2vw}.quote-btn.next{right:2vw}.quote-dots{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;gap:12px}.quote-dots button{width:8px;height:8px;border-radius:50%;border:1px solid var(--white);background:transparent;padding:0;cursor:pointer}.quote-dots button.active{background:var(--white)}.btn-red{display:inline-flex;align-items:center;gap:.6rem;background:var(--red);color:var(--white);text-decoration:none;font-size:15px;letter-spacing:.06em;padding:.7rem 1.7rem;border-radius:999px;transition:background .2s}.btn-red:hover{background:var(--red-dark)}.shows{align-items:start;grid-template-columns:1fr 1fr}.shows-left{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.shows-right h3{font-weight:400;font-size:20px;margin-bottom:14px}.shows-right article+article{margin-top:44px}.shows-right p{font-size:18px}.carousel{position:relative;width:100%}.carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-track img{flex:0 0 100%;width:100%;aspect-ratio:4 / 3;object-fit:cover;scroll-snap-align:start}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#03030373;color:var(--white);border:none;font-size:1.9rem;line-height:1;width:42px;height:42px;border-radius:50%;cursor:pointer;transition:background .2s}.carousel-btn:hover{background:#030303cc}.carousel-btn.prev{left:.7rem}.carousel-btn.next{right:.7rem}.carousel-counter{position:absolute;bottom:.7rem;right:.9rem;background:#03030399;padding:.1rem .6rem;border-radius:2px;font-size:.8rem}.why{background:linear-gradient(#030303b8,#030303d1),url(/img/hero.jpg) center / cover no-repeat;padding-top:140px;padding-bottom:140px}.why .cols{grid-template-columns:1fr 1.15fr}.why h2{font-size:clamp(38px,3.7vw,56px);text-align:center}.why ul{list-style:disc;padding-left:1.2rem;display:grid;gap:22px;font-size:20px;line-height:1.8}.story .story-left{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.story h2{font-size:44px}.story p{font-size:18px;line-height:1.55}.story img{width:100%;max-width:430px;justify-self:end}.bio{background:linear-gradient(#030303cc,#030303e0),url(/img/hero.jpg) center / cover no-repeat;padding-top:130px;padding-bottom:130px}.bio h2{font-size:clamp(28px,2.65vw,40px);text-align:center;max-width:1000px;margin:0 auto 72px}.bio .cols{align-items:start}.bio p{font-size:19px;line-height:1.4}.bio .cols img{max-width:330px;justify-self:end}.bio-closing{max-width:1000px;margin:48px auto 0}.contact{display:grid;grid-template-columns:1fr 2fr;padding:0;background:var(--white);color:var(--ink)}.contact-panel{background:var(--black);color:var(--white);padding:96px 48px 96px 8vw;display:flex;flex-direction:column;justify-content:space-between;gap:96px;min-height:560px}.contact-panel h2{font-size:30px}.contact-info{display:flex;flex-direction:column;gap:.2rem}.contact-info a{color:var(--white);text-decoration:none;font-size:16px}.contact-info a:hover{color:var(--red)}.socials{display:flex;gap:1rem;margin-top:22px}.contact-formwrap{padding:96px 8vw 96px 64px;display:flex;align-items:center}.contact-form{width:100%;max-width:640px;display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:26px}.contact-form label{display:flex;flex-direction:column;gap:6px;font-size:14px}.contact-form input,.contact-form textarea{background:var(--white);border:1px solid var(--ink);color:var(--ink);font:inherit;font-size:15px;padding:.55rem .7rem;border-radius:0}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--ink);outline-offset:-1px}.contact-form button{background:#2b2b2b;border:none;color:var(--white);font:inherit;font-size:14px;padding:.8rem;cursor:pointer;transition:background .2s}.contact-form button:hover:not(:disabled){background:var(--black)}.contact-form button:disabled{opacity:.6;cursor:default}.form-success{font-size:20px}.form-error{color:var(--red);font-size:14px}@media (max-width: 820px){section{padding:56px 20px}.header{height:60px;padding:0 14px}.logo img{height:32px}.header-right{gap:12px}.hamburger{display:flex}.header nav{display:none;position:absolute;top:60px;left:0;right:0;flex-direction:column;gap:0;background:var(--black);border-top:1px solid #1c1c1c;padding:8px 0}.header nav.open{display:flex}.header nav a{font-size:20px;padding:16px 28px}.lang-switcher{display:none}.header nav.open~.lang-switcher{display:flex}.lang-switcher button{width:50px;height:36px}.cols,.shows,.why .cols{grid-template-columns:1fr;gap:40px}.hero{padding-top:48px;padding-bottom:48px}.hero-grid{grid-template-areas:"title" "img" "paras";grid-template-columns:1fr;row-gap:36px}.hero-grid h1{font-size:26px;margin-bottom:0}.hero-paras p{font-size:17px}.hero-portrait{justify-self:center}.light h2,.story h2{font-size:30px}.why h2{font-size:34px}.why ul,.shows-right p,.story p{font-size:17px}.bio h2{font-size:26px}.bio p{font-size:17px}.hero-portrait,.story img,.bio .cols img{justify-self:center}.stage-banner{width:100%;aspect-ratio:16 / 9}.quote blockquote{font-size:26px}.quote-mark{font-size:64px}.contact{grid-template-columns:1fr}.contact-panel{min-height:0;gap:40px;padding:56px 20px}.contact-formwrap{padding:56px 20px}.form-row{grid-template-columns:1fr}}
