/* Her Tiyatro V8.5 — refined cinematic UI. Compact, readable, mobile-first. */
:root{
  --v85-bg:#0c0c0d;--v85-surface:#151516;--v85-surface-2:#1b1b1d;--v85-paper:#f2efe8;
  --v85-text:#f3f0e9;--v85-muted:#aaa69f;--v85-line:rgba(255,255,255,.12);--v85-line-strong:rgba(255,255,255,.2);
  --v85-accent:#8f2635;--v85-accent-2:#b23a49;--v85-radius:14px;--v85-container:min(1240px,calc(100% - 64px));
  --v85-ease:cubic-bezier(.22,1,.36,1);--v85-shadow:0 24px 70px rgba(0,0,0,.25)
}
html{scroll-padding-top:88px}body.v85-site{background:var(--v85-bg);color:var(--v85-text);font-size:15px;line-height:1.65;overflow-x:hidden}.v85-site .container{width:var(--v85-container)}
.v85-site h1,.v85-site h2,.v85-site h3{letter-spacing:-.035em}.v85-site h2{font-size:clamp(2.25rem,4vw,4.15rem);line-height:1.02;font-weight:500}.v85-site h2 em,.v85-site h1 em{font-family:Georgia,'Times New Roman',serif;font-weight:400}.v85-site p{color:var(--v85-muted)}.v85-site .eyebrow{font-size:.68rem;letter-spacing:.18em;margin-bottom:16px;color:#c7c1b8}.v85-site .section{padding:88px 0}.v85-site .button{border-radius:999px;min-height:46px;padding:11px 19px;background:var(--v85-accent);border-color:var(--v85-accent);gap:14px;font-size:.78rem}.v85-site .button:hover{background:var(--v85-accent-2);transform:translateY(-1px)}.v85-site .button.outline{background:transparent;border-color:var(--v85-line-strong)}.v85-site .button.outline:hover{background:#fff;color:#111;border-color:#fff}.v85-site .tag{border-radius:999px;padding:7px 11px}
/* header */
.v85-header{height:74px;padding:0 max(24px,calc((100vw - 1240px)/2));position:fixed;top:0;left:0;right:0;z-index:80;background:linear-gradient(180deg,rgba(7,7,8,.92),rgba(7,7,8,.62));backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:background .25s,border-color .25s}.v85-header.is-scrolled{background:rgba(10,10,11,.94);border-color:var(--v85-line)}.v85-header .brand img{width:98px;height:50px;object-fit:contain}.v85-header .desktop-nav{gap:25px}.v85-header .desktop-nav a{font-size:.75rem;color:#d2cec7;letter-spacing:.015em}.v85-header .desktop-nav a:after{height:1px;bottom:-9px;background:var(--v85-text)}.v85-header .nav-end{gap:12px}.v85-header .v85-ticket-button{min-height:38px;padding:8px 15px}.v85-header .menu-toggle{border-radius:50%;width:42px;height:42px;border-color:var(--v85-line-strong)}.v85-header .menu-toggle span{width:17px;margin:4px auto}.v85-header .menu-toggle[aria-expanded=true] span:first-child{transform:translateY(2.5px) rotate(45deg)}.v85-header .menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-2.5px) rotate(-45deg)}
.v85-drawer{top:0;bottom:0;left:auto;width:min(410px,100%);padding:92px 30px 28px;background:rgba(13,13,14,.985);border-left:1px solid var(--v85-line);box-shadow:-30px 0 90px #0008;z-index:70}.v85-drawer:before{content:"";position:fixed;inset:0 min(410px,100%) 0 0;background:#0008;backdrop-filter:blur(3px);pointer-events:none}.v85-drawer-head{display:flex;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--v85-line);font-size:.68rem;letter-spacing:.15em;color:#8f8a83}.v85-drawer-links{padding-top:10px}.v85-drawer-links a{display:grid;grid-template-columns:30px 1fr 20px;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--v85-line);font-size:1.35rem}.v85-drawer-links small{color:#6f6b65;font-size:.63rem}.v85-drawer-links b{font-size:.9rem;font-weight:400}.v85-drawer-footer{display:flex;gap:18px;flex-wrap:wrap;padding-top:28px;font-size:.72rem;color:#aaa59e}
/* hero */
.v85-site .v85-hero{height:clamp(590px,72vh,720px);min-height:590px;max-height:720px;background:#09090a;margin-top:0}.v85-site .v85-hero .stage-slide{background:#09090a}.v85-site .v85-hero .stage-visual{left:34%;inset-block:0}.v85-site .v85-hero .stage-image{filter:saturate(.78) contrast(1.03);object-position:58% 38%;transform:scale(1.025)}.v85-site .v85-hero .stage-shade{background:linear-gradient(90deg,#0a0a0b 0%,rgba(10,10,11,.96) 30%,rgba(10,10,11,.62) 52%,rgba(10,10,11,.14) 78%),linear-gradient(0deg,rgba(8,8,9,.8),transparent 52%)}.v85-site .v85-hero .stage-wash{background:radial-gradient(circle at 75% 35%,rgba(143,38,53,.23),transparent 48%);mix-blend-mode:screen;opacity:.7}.v85-site .v85-hero .stage-content{padding-top:135px;padding-bottom:108px;justify-content:center}.v85-site .v85-hero .stage-copy{margin:0;max-width:720px}.v85-hero-kicker{display:block;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:#c7c1b8;margin-bottom:20px}.v85-site .v85-hero .stage-title{font-size:clamp(3.6rem,6.4vw,6.7rem);line-height:.95;letter-spacing:-.055em;max-width:760px}.v85-site .v85-hero .stage-title-em{padding-left:0}.v85-site .v85-hero .stage-title em{letter-spacing:-.045em}.v85-site .v85-hero .stage-description{margin-top:27px;gap:24px;align-items:center;max-width:650px}.v85-site .v85-hero .stage-description p{font-size:.92rem;line-height:1.65;max-width:370px;color:#d4d0ca}.v85-site .v85-hero .stage-cta{min-height:44px;gap:12px;font-size:.76rem}.v85-site .v85-hero .stage-cta>span:first-child{padding-bottom:3px}.v85-site .v85-hero .stage-cta-icon{width:38px;height:38px;font-size:1rem;background:#f3f0e9}.v85-site .v85-hero .stage-bottom{bottom:22px;padding-top:15px;gap:24px}.v85-site .v85-hero .stage-pagination{max-width:470px;gap:16px}.v85-site .v85-hero .stage-tab{font-size:.68rem;min-height:38px;padding:4px 0 10px;gap:8px}.v85-site .v85-hero .stage-controls button{width:36px;height:36px;font-size:1rem}.v85-site .v85-hero .stage-controls .stage-autoplay{width:30px}.v85-site .v85-hero .stage-counter b{font-size:1rem}.v85-site .v85-hero .stage-counter{min-width:58px}.v85-site .v85-hero .stage-frame,.v85-site .v85-hero .stage-watermark,.v85-site .v85-hero .stage-note,.v85-site .v85-hero .stage-topline{display:none}
/* next show */
.v85-next{border-bottom:1px solid var(--v85-line);background:#101011}.v85-next-inner{min-height:82px;display:grid;grid-template-columns:150px minmax(160px,1.5fr) 170px minmax(150px,1fr) 90px;align-items:center;gap:20px}.v85-next-label{font-size:.65rem;letter-spacing:.13em;text-transform:uppercase;color:#aaa59e;display:flex;align-items:center;gap:8px}.v85-next-label i{width:6px;height:6px;border-radius:50%;background:var(--v85-accent);box-shadow:0 0 0 5px rgba(143,38,53,.14)}.v85-next-title{font-size:1.08rem;font-weight:600}.v85-next-date,.v85-next-meta{font-size:.74rem;color:#aaa59e}.v85-next-action{justify-self:end;font-size:.72rem;border-bottom:1px solid #ffffff48;padding-bottom:3px}.v85-next-action b{font-weight:400;margin-left:5px}
/* section systems */
.v85-section-head{display:grid;grid-template-columns:minmax(320px,1fr) minmax(260px,420px) auto;align-items:end;gap:40px;margin-bottom:38px}.v85-section-head h2{font-size:clamp(2.45rem,4vw,4.1rem)}.v85-section-head p{font-size:.86rem;line-height:1.75;margin:0;max-width:390px}.v85-text-link{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;white-space:nowrap;padding-bottom:4px;border-bottom:1px solid #ffffff55;transition:border-color .2s,color .2s}.v85-text-link:hover{border-color:#fff;color:#fff}
/* repertory */
.v85-repertory{background:var(--v85-bg)}.v85-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.v85-production-card{min-width:0}.v85-production-card figure{position:relative;overflow:hidden;background:var(--v85-surface);aspect-ratio:4/5;border-radius:10px}.v85-production-card figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.8);transition:transform .6s var(--v85-ease),filter .4s}.v85-production-card figure>span{position:absolute;top:12px;left:12px;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:rgba(7,7,8,.7);backdrop-filter:blur(8px);font-size:.62rem}.v85-production-card:hover figure img{transform:scale(1.025);filter:saturate(.95)}.v85-card-copy{padding:16px 3px 0}.v85-card-copy small{display:block;font-size:.64rem;color:#8f8a83;text-transform:uppercase;letter-spacing:.12em}.v85-card-copy h3{font-size:1.45rem;margin:5px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v85-card-copy p{font-size:.72rem;margin:0;color:#88837d}.v85-card-copy b{display:inline-block;margin-top:10px;font-size:.68rem;font-weight:500;color:#d6d1ca}
/* schedule */
.v85-program{background:#111112;border-block:1px solid var(--v85-line)}.v85-site .event-list{border-top:1px solid var(--v85-line)}.v85-site .event-row{position:relative;grid-template-columns:130px minmax(0,1fr) 70px auto;padding:18px 0;gap:24px;min-height:82px;transition:background .2s,padding .2s}.v85-site .event-row:hover{background:#ffffff04;padding-inline:10px}.v85-site .event-date{gap:12px}.v85-site .event-date strong{font-size:1.8rem;font-weight:500}.v85-site .event-date span{font-size:.68rem;line-height:1.25;max-width:62px}.v85-event-category{display:block;font-size:.58rem;letter-spacing:.13em;color:#77736d;text-transform:uppercase;margin-bottom:2px}.v85-event-main h3{font-size:1.05rem;letter-spacing:-.02em}.v85-event-main p{font-size:.7rem;margin:3px 0 0}.v85-site .event-row time{font-size:.76rem;font-variant-numeric:tabular-nums}.v85-site .event-actions{gap:7px}.v85-site .event-actions .button{min-height:36px;padding:7px 12px;font-size:.66rem}.v85-event-poster{display:none!important}
/* about */
.v85-about-home{background:var(--v85-paper);color:#171718;--v85-muted:#68645f}.v85-about-home .eyebrow{color:#77716a}.v85-about-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:70px;align-items:center}.v85-about-grid figure{margin:0;overflow:hidden;border-radius:12px}.v85-about-grid figure img{width:100%;height:clamp(360px,42vw,560px);object-fit:cover;filter:saturate(.76)}.v85-about-grid h2{font-size:clamp(2.6rem,4.2vw,4.4rem);max-width:620px}.v85-about-grid p{color:#69645e;font-size:.95rem;line-height:1.85;max-width:580px}.v85-about-actions{display:flex;align-items:center;gap:24px;margin-top:24px}.v85-about-home .button.outline{color:#171718;border-color:#17171844}.v85-about-home .button.outline:hover{background:#171718;color:#fff}.v85-about-home .v85-text-link{color:#171718;border-color:#17171855}
/* gallery */
.v85-gallery-home{background:#0c0c0d}.v85-gallery-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:14px}.v85-gallery-grid .gallery-image{min-height:290px;border-radius:10px}.v85-gallery-grid .gallery-image:first-child{min-height:430px;grid-row:span 2}.v85-gallery-grid .gallery-image img{aspect-ratio:auto;width:100%;height:100%;object-fit:cover;filter:saturate(.78)}.v85-gallery-grid .gallery-image>span{width:34px;height:34px;border-radius:50%;font-size:.9rem}
/* footer */
.v85-footer{background:#070708;border-top:1px solid var(--v85-line);padding-top:60px}.v85-footer-top{display:grid;grid-template-columns:1fr 1.4fr .65fr .65fr;gap:55px;padding-bottom:55px}.v85-footer-brand .brand img{width:104px}.v85-footer-brand p{font-size:.76rem;max-width:220px;margin-top:18px}.v85-footer-news h2{font-size:1.65rem;margin-bottom:18px}.v85-footer-news .newsletter>label{font-size:.67rem}.v85-footer-news .input-line{margin:8px 0 14px}.v85-footer-news .input-line input{font-size:.86rem}.v85-footer-news .consent{font-size:.64rem}.v85-footer-links{display:flex;flex-direction:column;gap:9px}.v85-footer-links .eyebrow{margin-bottom:8px}.v85-footer-links a{font-size:.72rem;color:#aaa59e}.v85-footer .footer-bottom{border-top:1px solid var(--v85-line);padding:18px 0 25px;font-size:.64rem;color:#77736d}
/* inner pages: calm scale */
.v85-site:not(.cinema-home) main{padding-top:74px}.v85-site .page-heading{padding-top:78px;padding-bottom:55px;max-width:1240px}.v85-site .page-heading h1{font-size:clamp(3.15rem,6vw,6.3rem);line-height:.96;max-width:900px}.v85-site .page-heading p{font-size:.95rem;max-width:620px;margin:22px 0 0}.v85-site .filter-bar{border:1px solid var(--v85-line);border-radius:12px;padding:12px 14px;gap:12px;background:#111112}.v85-site .filter-bar label{font-size:.7rem}.v85-site .filter-bar select{border:0;border-radius:8px;background:#1a1a1c;margin:0;min-height:38px;padding:8px 12px}.v85-site .production-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 22px}.v85-site .production-card{display:block;padding:0;border:0}.v85-site .production-image{max-width:none;margin:0;overflow:hidden;border-radius:10px;aspect-ratio:4/5}.v85-site .production-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.8);transition:transform .55s var(--v85-ease)}.v85-site .production-card:hover .production-image img{transform:scale(1.025)}.v85-site .production-card>div:last-child{padding-top:15px}.v85-site .production-card h2{font-size:1.55rem;margin:4px 0 5px}.v85-site .production-card>div:last-child>p{font-size:.74rem;margin:4px 0}.v85-site .production-card>div:last-child>p:last-child{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v85-site .detail-hero{grid-template-columns:minmax(0,1.2fr) minmax(300px,.65fr);gap:70px;padding-top:55px;padding-bottom:70px;align-items:center}.v85-site .detail-title h1{font-size:clamp(3.8rem,7vw,7rem);line-height:.92}.v85-site .detail-title .lead{font-size:1.15rem}.v85-site .detail-poster{max-width:390px;margin-left:auto}.v85-site .detail-poster:after{display:none}.v85-site .detail-poster img{border-radius:10px;box-shadow:var(--v85-shadow);filter:saturate(.82)}.v85-site .detail-nav{top:74px;background:rgba(12,12,13,.94);backdrop-filter:blur(14px);border-block:1px solid var(--v85-line)}.v85-site .detail-nav .container{padding-block:13px}.v85-site .story-grid{grid-template-columns:minmax(260px,.75fr) minmax(0,1.15fr);gap:70px}.v85-site .story-grid h2{font-size:clamp(2.5rem,4vw,4.2rem)}.v85-site .prose{font-size:.97rem;line-height:1.85}.v85-site .people-section{background:#111112}.v85-site .credit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 22px}.v85-site .credit{padding:16px 0}.v85-site .full-gallery{grid-template-columns:repeat(3,1fr);gap:14px}.v85-site .full-gallery .gallery-image,.v85-site .full-gallery .gallery-image:nth-child(3n){grid-column:auto;min-height:280px;border-radius:10px}.v85-site .full-gallery .gallery-image:first-child{grid-column:span 2;grid-row:span 2}.v85-site .full-gallery .gallery-image:first-child img{height:100%;max-height:none}.v85-site .full-gallery .gallery-image img{width:100%;height:100%;object-fit:cover}.v85-site .people-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 20px}.v85-site .person-photo{border-radius:10px}.v85-site .person-photo img{filter:grayscale(.75) saturate(.75)}.v85-site .person-info h2{font-size:1.25rem}.v85-site .about-banner img{height:min(52vw,620px);max-height:620px;border-radius:12px;filter:saturate(.78)}.v85-site .contact-grid{grid-template-columns:.8fr 1.2fr;gap:80px}.v85-site .big-mail{font-size:clamp(1.15rem,2vw,1.7rem)}.v85-site .public-form input:not([type=checkbox]),.v85-site .public-form textarea,.v85-site select{background:#111112;border:1px solid var(--v85-line);border-radius:9px;padding:12px 13px}.v85-site .faq{max-width:780px}.v85-site .faq details{padding:16px 0}
/* motion */
.reveal-soft{opacity:0;transform:translateY(16px);transition:opacity .65s var(--v85-ease),transform .65s var(--v85-ease);transition-delay:calc(var(--i,0)*55ms)}.reveal-soft.is-revealed{opacity:1;transform:none}.reveal-image{clip-path:inset(0 0 8% 0);opacity:.15;transform:translateY(14px);transition:clip-path .8s var(--v85-ease),opacity .7s var(--v85-ease),transform .7s var(--v85-ease)}.reveal-image.is-revealed{clip-path:inset(0);opacity:1;transform:none}
@media(max-width:1080px){:root{--v85-container:calc(100% - 48px)}.v85-header{padding-inline:24px}.v85-header .desktop-nav{gap:16px}.v85-header .desktop-nav a{font-size:.7rem}.v85-section-head{grid-template-columns:1fr 320px auto;gap:26px}.v85-next-inner{grid-template-columns:130px 1fr 145px 160px 65px}.v85-site .production-grid{grid-template-columns:repeat(2,1fr)}.v85-footer-top{grid-template-columns:1fr 1.4fr}.v85-footer-links{padding-top:10px}}
@media(max-width:900px){:root{--v85-container:calc(100% - 40px)}.v85-header .desktop-nav,.v85-header .v85-ticket-button{display:none}.v85-header .menu-toggle{display:block}.v85-site .v85-hero{height:670px;min-height:670px}.v85-site .v85-hero .stage-visual{left:18%}.v85-site .v85-hero .stage-shade{background:linear-gradient(90deg,#09090a 0%,#09090ae8 28%,#09090a82 60%,#09090a15 85%),linear-gradient(0deg,#09090ae8,transparent 58%)}.v85-next-inner{grid-template-columns:120px 1fr 140px 70px}.v85-next-meta{display:none}.v85-section-head{grid-template-columns:1fr auto}.v85-section-head>p{grid-column:1/-1;grid-row:2;margin-top:-12px}.v85-card-grid{gap:16px}.v85-about-grid{gap:40px}.v85-site .detail-hero{gap:40px}.v85-site .story-grid{gap:40px}.v85-site .credit-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){:root{--v85-container:calc(100% - 32px)}html{scroll-padding-top:72px}.v85-site .section{padding:64px 0}.v85-header{height:68px;padding-inline:16px}.v85-header .brand img{width:86px;height:44px}.v85-header .menu-toggle{width:39px;height:39px}.v85-drawer{width:min(350px,92vw);padding:84px 22px 24px}.v85-drawer:before{right:min(350px,92vw)}.v85-drawer-links a{font-size:1.15rem;padding:14px 0}.v85-site .v85-hero{height:620px;min-height:620px;max-height:620px}.v85-site .v85-hero .stage-visual{left:0;bottom:0}.v85-site .v85-hero .stage-image{object-position:61% 28%}.v85-site .v85-hero .stage-shade{background:linear-gradient(0deg,#09090a 8%,#09090ae8 40%,#09090a4f 72%,#09090a80 100%)}.v85-site .v85-hero .stage-content{padding-top:100px;padding-bottom:135px;justify-content:flex-end}.v85-site .v85-hero .stage-copy{width:100%}.v85-hero-kicker{font-size:.58rem;margin-bottom:13px}.v85-site .v85-hero .stage-title{font-size:clamp(2.65rem,12vw,4.2rem);line-height:.93;max-width:95%}.v85-site .v85-hero .stage-description{display:flex;margin-top:18px;align-items:flex-end}.v85-site .v85-hero .stage-description p{font-size:.78rem;line-height:1.55;max-width:255px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.v85-site .v85-hero .stage-cta{margin:0 0 1px auto}.v85-site .v85-hero .stage-cta>span:first-child{display:none}.v85-site .v85-hero .stage-cta-icon{width:40px;height:40px}.v85-site .v85-hero .stage-bottom{bottom:14px;display:flex;padding-top:11px}.v85-site .v85-hero .stage-pagination{gap:9px;overflow:hidden}.v85-site .v85-hero .stage-tab{flex:0 1 90px;font-size:.59rem}.v85-site .v85-hero .stage-tab-label{display:none}.v85-site .v85-hero .stage-controls{gap:5px}.v85-site .v85-hero .stage-controls .stage-autoplay,.v85-site .v85-hero .stage-prev{display:none}.v85-site .v85-hero .stage-controls button{width:34px;height:34px}.v85-site .v85-hero .stage-counter{min-width:48px;font-size:.64rem}.v85-next-inner{min-height:88px;grid-template-columns:1fr 54px;gap:4px 12px;padding-block:12px}.v85-next-label{grid-column:1;font-size:.57rem}.v85-next-title{grid-column:1;font-size:1rem}.v85-next-date{grid-column:1;font-size:.66rem}.v85-next-meta{display:none}.v85-next-action{grid-column:2;grid-row:1/4;justify-self:center;align-self:center;width:42px;height:42px;border:1px solid var(--v85-line-strong);border-radius:50%;display:grid;place-items:center;font-size:0}.v85-next-action b{font-size:.9rem;margin:0}.v85-section-head{display:grid;grid-template-columns:1fr auto;gap:14px 20px;margin-bottom:28px}.v85-section-head h2{font-size:clamp(2.25rem,10vw,3.4rem)}.v85-section-head>p{font-size:.78rem;line-height:1.65;margin:0}.v85-section-head .v85-text-link{align-self:end}.v85-card-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:13px;margin-right:-16px;padding-right:16px;scrollbar-width:none}.v85-card-grid::-webkit-scrollbar{display:none}.v85-production-card{flex:0 0 76vw;scroll-snap-align:start}.v85-production-card figure{aspect-ratio:4/5}.v85-card-copy{padding-top:12px}.v85-card-copy h3{font-size:1.25rem}.v85-program .v85-section-head p{display:none}.v85-site .event-row{grid-template-columns:62px minmax(0,1fr) 46px;padding:15px 0;gap:12px;min-height:74px}.v85-site .event-row:hover{padding-inline:0;background:none}.v85-site .event-date{flex-direction:column;gap:1px;align-items:flex-start}.v85-site .event-date strong{font-size:1.55rem}.v85-site .event-date span{font-size:.58rem;max-width:60px}.v85-event-category{font-size:.52rem}.v85-event-main h3{font-size:.96rem}.v85-event-main p{font-size:.62rem;margin-top:2px}.v85-site .event-row time{font-size:.7rem}.v85-site .event-actions{grid-column:2/-1;gap:6px;margin-top:2px}.v85-site .event-actions .button{min-height:32px;padding:6px 10px;font-size:.59rem}.v85-about-grid{grid-template-columns:1fr;gap:30px}.v85-about-grid figure{order:2}.v85-about-grid figure img{height:78vw;max-height:480px}.v85-about-grid h2{font-size:clamp(2.4rem,10vw,3.5rem)}.v85-about-grid p{font-size:.85rem}.v85-about-actions{gap:18px}.v85-gallery-grid{grid-template-columns:1fr 1fr;gap:10px}.v85-gallery-grid .gallery-image:first-child{grid-column:1/-1;grid-row:auto;min-height:340px}.v85-gallery-grid .gallery-image{min-height:190px}.v85-footer{padding-top:48px}.v85-footer-top{grid-template-columns:1fr;gap:34px;padding-bottom:38px}.v85-footer-brand p{max-width:260px}.v85-footer-news h2{font-size:1.45rem}.v85-footer-links{padding-top:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px}.v85-footer-links .eyebrow{grid-column:1/-1}.v85-footer .footer-bottom{gap:12px;flex-wrap:wrap}.v85-footer .footer-bottom>div{order:3;width:100%}.v85-site:not(.cinema-home) main{padding-top:68px}.v85-site .page-heading{padding-top:58px;padding-bottom:40px}.v85-site .page-heading h1{font-size:clamp(2.8rem,12vw,4.8rem)}.v85-site .page-heading p{font-size:.86rem;margin-top:18px}.v85-site .filter-bar{flex-wrap:wrap}.v85-site .production-grid{grid-template-columns:1fr 1fr;gap:28px 12px}.v85-site .production-card h2{font-size:1.18rem}.v85-site .production-card>div:last-child>p:last-child{display:none}.v85-site .production-card .eyebrow{font-size:.56rem;margin-bottom:5px}.v85-site .detail-hero{grid-template-columns:1fr;gap:28px;padding-top:35px;padding-bottom:48px}.v85-site .detail-title h1{font-size:clamp(3rem,14vw,5rem)}.v85-site .detail-poster{max-width:330px;margin:0}.v85-site .detail-nav{top:68px}.v85-site .detail-nav .container{overflow-x:auto;white-space:nowrap;gap:20px;font-size:.68rem}.v85-site .story-grid{grid-template-columns:1fr;gap:22px}.v85-site .credit-grid{grid-template-columns:1fr}.v85-site .full-gallery{grid-template-columns:1fr 1fr;gap:10px}.v85-site .full-gallery .gallery-image,.v85-site .full-gallery .gallery-image:nth-child(3n),.v85-site .full-gallery .gallery-image:first-child{grid-column:auto;grid-row:auto;min-height:220px}.v85-site .full-gallery .gallery-image:first-child{grid-column:1/-1;min-height:330px}.v85-site .people-grid{grid-template-columns:1fr 1fr;gap:28px 12px}.v85-site .person-info h2{font-size:1.08rem}.v85-site .about-banner img{height:64vw;min-height:300px}.v85-site .contact-grid{grid-template-columns:1fr;gap:38px}.v85-site .form-grid{grid-template-columns:1fr}.v85-site .form-grid .full{grid-column:auto}}
@media(max-width:390px){:root{--v85-container:calc(100% - 26px)}.v85-production-card{flex-basis:82vw}.v85-site .v85-hero .stage-title{font-size:11.5vw}.v85-section-head .v85-text-link{font-size:.64rem}.v85-site .production-grid{grid-template-columns:1fr}.v85-site .production-card>div:last-child>p:last-child{display:-webkit-box}.v85-site .people-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.reveal-soft,.reveal-image{opacity:1;transform:none;clip-path:none;transition:none!important}}


/* Her Tiyatro V8.6 — refined cinematic refresh with logo blue, richer motion and stage-lighting. */
:root{
  --v86-blue:#2e38ff;
  --v86-blue-rgb:46,56,255;
  --v86-blue-soft:rgba(46,56,255,.16);
  --v86-blue-line:rgba(83,101,255,.36);
  --v86-wine:#7f2132;
}
body.v85-site{
  background:
    radial-gradient(circle at 50% -10%, rgba(var(--v86-blue-rgb),.14), transparent 36%),
    linear-gradient(180deg,#0b0c12 0%, #0b0b0f 36%, #0d0d10 100%);
}
body.v85-site>header,body.v85-site>main,body.v85-site>footer,body.v85-site>.notice,body.v85-site>.preview-banner{position:relative;z-index:1}
.v86-stage-lights{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.9;mix-blend-mode:screen;transition:opacity .45s ease}
.v86-stage-lights .beam{position:absolute;top:-16vh;width:50vw;height:70vh;filter:blur(16px);opacity:calc(.16 + var(--light-intensity,.08));transform:translate3d(0, calc(var(--light-progress,0) * 18vh), 0)}
.v86-stage-lights .beam-left{left:-8vw;background:radial-gradient(ellipse at 30% 0%, rgba(255,245,204,.16) 0%, rgba(255,245,204,.10) 18%, rgba(var(--v86-blue-rgb),.08) 34%, transparent 68%)}
.v86-stage-lights .beam-center{left:25vw;width:52vw;background:radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.15) 0%, rgba(255,245,220,.10) 17%, rgba(var(--v86-blue-rgb),.14) 35%, transparent 72%);opacity:calc(.22 + var(--light-intensity,.08))}
.v86-stage-lights .beam-right{right:-8vw;background:radial-gradient(ellipse at 70% 0%, rgba(255,240,215,.13) 0%, rgba(255,240,215,.08) 18%, rgba(var(--v86-blue-rgb),.06) 34%, transparent 68%)}
.v86-stage-lights .mist{position:absolute;inset:auto -12vw -8vh -12vw;height:60vh;background:radial-gradient(circle at 50% 12%, rgba(var(--v86-blue-rgb),.08), transparent 36%), radial-gradient(circle at 20% 10%, rgba(255,255,255,.05), transparent 24%), radial-gradient(circle at 78% 18%, rgba(255,255,255,.04), transparent 20%);filter:blur(42px);opacity:calc(.12 + var(--light-intensity,.08));transform:translateY(calc(var(--light-progress,0) * 6vh))}
body.v85-site.is-lighting-quiet .v86-stage-lights{opacity:.55}
.v85-header{background:linear-gradient(180deg, rgba(7,8,13,.78), rgba(7,8,13,.3) 70%, transparent);backdrop-filter:blur(0px);transition:background .28s ease, backdrop-filter .28s ease, border-color .28s ease, box-shadow .28s ease}
.v85-header.is-scrolled{background:rgba(8,10,18,.76);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 16px 40px rgba(0,0,0,.22)}
.v85-header .desktop-nav a{position:relative;color:rgba(243,240,233,.85);transition:color .22s ease, opacity .22s ease}
.v85-header .desktop-nav a:after{content:'';position:absolute;left:0;right:0;bottom:-10px;height:1px;background:linear-gradient(90deg,transparent, rgba(var(--v86-blue-rgb),.95), transparent);transform:scaleX(0);transform-origin:center;transition:transform .26s ease}
.v85-header .desktop-nav a:hover,.v85-header .desktop-nav a[aria-current=page]{color:#fff}.v85-header .desktop-nav a:hover:after,.v85-header .desktop-nav a[aria-current=page]:after{transform:scaleX(1)}
.v85-header .v85-ticket-button,.v85-site .button.primary,.v85-site .event-actions .button.primary{background:linear-gradient(135deg, rgba(var(--v86-blue-rgb),.94), rgba(120,49,255,.88));color:#fff;border-color:rgba(255,255,255,.08);box-shadow:0 12px 28px rgba(var(--v86-blue-rgb),.26)}
.v85-header .v85-ticket-button:hover,.v85-site .button.primary:hover,.v85-site .event-actions .button.primary:hover{transform:translateY(-1px);box-shadow:0 18px 32px rgba(var(--v86-blue-rgb),.34)}
.v85-site .button.secondary{border-color:rgba(var(--v86-blue-rgb),.36);background:rgba(var(--v86-blue-rgb),.08);color:#f5f7ff}
.v85-site .eyebrow,.v85-next-label,.v85-hero-kicker,.v85-event-category{color:#c8d0ff}
.v85-site .v85-hero{height:100svh;min-height:760px;max-height:none;background:#090a11}
.v85-site .v85-hero .stage-visual{left:26%}
.v85-site .v85-hero .stage-image{filter:saturate(.86) contrast(1.05) brightness(.92);transform:scale(1.035)}
.v85-site .v85-hero .stage-shade{background:linear-gradient(90deg,#090a11 0%,rgba(9,10,17,.97) 28%,rgba(9,10,17,.68) 50%,rgba(9,10,17,.14) 78%), linear-gradient(0deg,rgba(6,7,12,.88) 3%,rgba(6,7,12,.16) 48%,rgba(6,7,12,.54) 100%)}
.v85-site .v85-hero .stage-wash{background:radial-gradient(circle at 72% 34%, rgba(var(--v86-blue-rgb),.24), transparent 38%), radial-gradient(circle at 80% 18%, rgba(127,33,50,.20), transparent 26%);mix-blend-mode:screen;opacity:.95}
.v85-site .v85-hero .stage-content{padding-top:152px;padding-bottom:126px}
.v85-site .v85-hero .stage-copy{max-width:760px}
.v85-site .v85-hero .stage-title{font-size:clamp(4.35rem,7.5vw,7.9rem);max-width:820px;text-shadow:0 20px 44px rgba(0,0,0,.28)}
.v85-site .v85-hero .stage-description{margin-top:31px;max-width:720px;align-items:flex-end}
.v85-site .v85-hero .stage-description p{font-size:1rem;max-width:390px;color:#e1e6fb}
.v85-site .v85-hero .stage-cta{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 34px rgba(0,0,0,.24);transition:transform .24s ease,background .24s ease,border-color .24s ease, box-shadow .24s ease}
.v85-site .v85-hero .stage-cta:hover{transform:translateY(-2px);background:rgba(255,255,255,.08);border-color:rgba(var(--v86-blue-rgb),.35);box-shadow:0 18px 40px rgba(0,0,0,.3)}
.v85-site .v85-hero .stage-cta-icon{background:linear-gradient(135deg, #f2f5ff, #a9b0ff);color:#0b0d19;box-shadow:0 8px 24px rgba(var(--v86-blue-rgb),.22)}
.v85-site .v85-hero .stage-bottom{bottom:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.10)}
.v85-site .v85-hero .stage-pagination{max-width:560px}
.v85-site .v85-hero .stage-tab{transition:transform .24s ease,color .24s ease,opacity .24s ease}
.v85-site .v85-hero .stage-tab:hover{transform:translateY(-2px);color:#fff}
.v85-site .v85-hero .stage-tab.is-current .stage-tab-number{color:#fff}
.v85-site .v85-hero .stage-tab-track{background:rgba(255,255,255,.14)}
.v85-site .v85-hero .stage-tab-track span{background:linear-gradient(90deg, rgba(var(--v86-blue-rgb),1), rgba(173,185,255,1))}
.v85-next{position:relative;margin-top:-1px;background:linear-gradient(180deg, rgba(var(--v86-blue-rgb),.08), rgba(255,255,255,.01) 55%, transparent)}
.v85-next:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg, transparent, rgba(var(--v86-blue-rgb),.12), transparent);opacity:.22;pointer-events:none}
.v85-next-inner{border-block:1px solid rgba(255,255,255,.08);transition:background .24s ease,transform .24s ease,border-color .24s ease}
.v85-next-inner:hover{background:rgba(255,255,255,.02);border-color:rgba(var(--v86-blue-rgb),.28)}
.v85-next-action{color:#d7defe}
.v85-site .v85-text-link,.v85-site a:hover{transition:color .22s ease}.v85-site .v85-text-link span,.v85-site .v85-text-link:hover{color:#d4dcff}
.v85-site .v85-card-grid{align-items:stretch}
.v85-production-card{background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));border-radius:18px;padding:10px;transition:transform .34s cubic-bezier(.2,.75,.25,1), box-shadow .34s ease, border-color .34s ease, background .34s ease;border:1px solid rgba(255,255,255,.05)}
.v85-production-card:hover{transform:translateY(-8px);box-shadow:0 26px 44px rgba(0,0,0,.26);border-color:rgba(var(--v86-blue-rgb),.26);background:linear-gradient(180deg, rgba(var(--v86-blue-rgb),.08), rgba(255,255,255,.02) 50%, rgba(255,255,255,0))}
.v85-production-card figure{overflow:hidden;border-radius:14px}
.v85-production-card figure:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg, transparent 40%, rgba(6,7,12,.26) 100%);opacity:0;transition:opacity .28s ease}
.v85-production-card:hover figure:after{opacity:1}.v85-production-card img{transition:transform .6s cubic-bezier(.2,.65,.2,1), filter .4s ease}.v85-production-card:hover img{transform:scale(1.045);filter:saturate(.96)}
.v85-card-copy small{color:#cfd5f7}.v85-card-copy b{color:#d5ddff}
.v85-program{position:relative}
.v85-site .event-list{border-top:1px solid rgba(255,255,255,.08)}
.v85-site .event-row{position:relative;border-bottom:1px solid rgba(255,255,255,.08);transition:background .24s ease, border-color .24s ease, transform .24s ease, box-shadow .24s ease}
.v85-site .event-row:before{content:'';position:absolute;left:-1px;top:18px;bottom:18px;width:2px;background:linear-gradient(180deg, rgba(var(--v86-blue-rgb),0), rgba(var(--v86-blue-rgb),.88), rgba(var(--v86-blue-rgb),0));transform:scaleY(.2);opacity:0;transition:transform .26s ease,opacity .26s ease}
.v85-site .event-row:hover{background:linear-gradient(90deg, rgba(var(--v86-blue-rgb),.08), rgba(255,255,255,.015) 42%, transparent);border-color:rgba(var(--v86-blue-rgb),.22);transform:translateX(5px);box-shadow:0 14px 28px rgba(0,0,0,.08)}
.v85-site .event-row:hover:before{opacity:1;transform:scaleY(1)}
.v85-site .event-date strong,.v85-site .event-row time{color:#eff2ff}.v85-event-main p{color:#b7bdcf}
.v85-about{background:linear-gradient(180deg,#ece6dc 0%,#e7e0d6 100%)}
.v85-about-grid h2 em{color:#2035ff}
.v85-gallery-grid .gallery-image{border-radius:16px;overflow:hidden}.v85-gallery-grid .gallery-image img{transition:transform .6s cubic-bezier(.2,.6,.2,1), filter .35s ease}.v85-gallery-grid .gallery-image:hover img{transform:scale(1.05);filter:saturate(.96)}
.v85-footer{background:linear-gradient(180deg, #0b0d16 0%, #090a10 100%);border-top:1px solid rgba(255,255,255,.07)}
.v85-footer a:hover{color:#d4dcff}
@media(max-width:1080px){
  .v85-site .v85-hero{min-height:720px}
  .v85-site .v85-hero .stage-title{font-size:clamp(3.9rem,8.8vw,6.4rem)}
}
@media(max-width:900px){
  .v85-site .v85-hero{height:100svh;min-height:720px;max-height:none}
  .v85-site .v85-hero .stage-visual{left:12%}
}
@media(max-width:700px){
  body.v85-site{background:linear-gradient(180deg,#0a0b12 0%,#0c0d12 100%)}
  .v86-stage-lights{opacity:.8}
  .v85-site .v85-hero{height:100dvh;min-height:100dvh;max-height:none}
  .v85-site .v85-hero .stage-content{padding-top:104px;padding-bottom:140px}
  .v85-site .v85-hero .stage-description p{max-width:270px;color:#e9ecff}
  .v85-site .event-row:hover{transform:none}
}
@media(max-width:430px){
  .v85-site .v85-hero .stage-title{font-size:clamp(2.9rem,13vw,4.7rem)}
}
@media(prefers-reduced-motion:reduce){
  .v86-stage-lights .beam,.v86-stage-lights .mist{transform:none}
  .v85-production-card,.v85-site .event-row,.v85-site .v85-hero .stage-cta{transition:none!important}
}


/* V8.6.2 header logo hotfix */
.v85-header .brand img.header-logo-mark{width:170px;height:auto;max-width:none;display:block;object-fit:contain}
@media(max-width:700px){.v85-header .brand img.header-logo-mark{width:103px;height:auto}}
