:root{--bg:#080808;--surface:#151515;--raised:#202020;--text:#fff;--muted:#a6a6aa;--accent:#ff2d6f;--red:#e31345;--line:#333;--cap:1480px;--gutter:40px;--gap:18px;--rhythm:44px;--control:44px;--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:400 16px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}body.is-locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}.shell{width:min(100% - var(--gutter)*2,var(--cap));margin-inline:auto}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid #fff;outline-offset:3px}.kicker{margin:0 0 6px;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.button{min-height:var(--control);display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:0 22px;border:1px solid transparent;border-radius:10px;font-weight:750;cursor:pointer}.button--primary{background:linear-gradient(105deg,var(--accent),var(--red));color:#fff}.button--ghost{background:#292929;border-color:#474747}.site-main{min-height:60vh}
.masthead{height:68px;position:relative;z-index:30;background:rgba(8,8,8,.96);border-bottom:1px solid #202020}.masthead__inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{grid-column:2;justify-self:center;display:flex;align-items:center;gap:9px}.brand img{display:block;width:38px;height:38px}.brand strong{font-size:15px;letter-spacing:.02em}.city-trigger,.menu-toggle{border:0;background:transparent;cursor:pointer}.city-trigger--header{justify-self:start;display:flex;align-items:center;gap:8px;font-size:13px}.primary-menu{grid-column:3;grid-row:1;justify-self:end;display:flex;gap:30px;font-size:14px;font-weight:650}.primary-menu a{padding:22px 0}.primary-menu a:hover{color:var(--accent)}.menu-toggle{display:none;grid-column:3;grid-row:1;justify-self:end;font-size:22px}
.city-trigger--header,.menu-toggle{min-width:44px;min-height:44px;align-items:center;justify-content:center}
.hero{height:clamp(300px,min(520px,54vh),520px);position:relative;overflow:hidden;margin-top:18px;border-radius:var(--radius);background:var(--surface)}.hero picture,.hero img{width:100%;height:100%;display:block}.hero img{object-fit:cover}.hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.53) 40%,rgba(0,0,0,.08) 72%)}.hero__copy{position:absolute;left:clamp(24px,5vw,72px);top:50%;width:min(540px,48%);transform:translateY(-50%)}.hero h1,.archive-intro h1,.profile-billboard h1{font-size:clamp(42px,5.2vw,78px);line-height:.94;letter-spacing:-.055em;margin:8px 0 18px}.hero__copy>p:not(.kicker){max-width:440px;color:#dadadc;margin-bottom:24px}.catalog{padding-top:24px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-heading h2{font-size:clamp(25px,2.4vw,38px);letter-spacing:-.035em;line-height:1;margin:0}.section-heading>span{color:var(--muted);font-size:13px}
.filter-command{position:relative;margin-bottom:18px}.filter-command__bar{min-height:64px;padding:10px 14px 10px 18px;display:flex;align-items:center;gap:24px;background:var(--surface);border:1px solid #292929;border-radius:13px}.filter-command__bar>div:first-child{display:flex;flex-direction:column;min-width:165px}.quick-filters{display:flex;gap:8px;overflow:hidden}.quick-filters a{padding:8px 12px;border-radius:8px;background:#242424;color:#ddd;font-size:12px;white-space:nowrap}.filter-command__bar>button{margin-left:auto;min-height:42px;padding:0 16px;border:0;border-radius:9px;background:#303030;font-weight:700;white-space:nowrap;cursor:pointer}.filter-backdrop{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.68)}.filter-panel{position:absolute;z-index:75;top:70px;right:0;width:min(680px,100%);max-height:min(640px,75vh);overflow:auto;padding:24px;background:#191919;border:1px solid #3b3b3b;border-radius:16px;box-shadow:0 30px 90px #000}.filter-panel:not(.is-open){display:none}.filter-panel header{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px}.filter-panel h2{margin:0;font-size:30px}.filter-panel header button,.city-overlay header button,.phone-dialog__panel>button,.gallery-dialog [data-gallery-close]{width:44px;height:44px;border:0;border-radius:50%;background:#303030;font-size:25px;cursor:pointer}.filter-group{border-top:1px solid var(--line)}.filter-group summary{list-style:none;cursor:pointer;padding:16px 2px;display:flex;justify-content:space-between;font-weight:700}.filter-group summary::-webkit-details-marker{display:none}.filter-group[open] summary span{transform:rotate(45deg)}.filter-group ul{list-style:none;margin:0;padding:0 0 14px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.filter-group a{display:flex;justify-content:space-between;padding:9px 10px;background:#242424;border-radius:7px;font-size:13px}.filter-group small{color:var(--muted)}
.profile-wall{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--gap);align-items:start}.profile-card{--card-max-height:500px;--card-media-max-height:390px;max-width:280px;min-width:0;background:var(--surface);border-radius:12px;overflow:visible;transition:transform .2s ease,background .2s}.profile-card:hover{transform:translateY(-4px);background:#1d1d1d}.profile-card__link{display:block}.profile-card__media{width:100%;background:transparent}.profile-card__media img{display:block;width:100%;height:auto;object-fit:contain;border-radius:12px 12px 0 0}.profile-card__identity{padding:10px 12px 3px}.profile-card h2{font-size:16px;line-height:1.2;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-card__facts{margin:0;padding:4px 12px 12px;display:flex;gap:11px;flex-wrap:wrap;color:var(--muted);font-size:11px}.profile-card__facts div{display:flex;gap:4px}.profile-card__facts dt{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;overflow:hidden}.profile-card__facts dd{margin:0}.profile-card__facts div+div:before{content:"•";margin-right:7px;color:#606064}.pagination ul{display:flex;justify-content:center;gap:5px;list-style:none;padding:28px 0;margin:0}.pagination a,.pagination span{display:grid;place-items:center;min-width:40px;height:40px;border-radius:8px;background:var(--surface)}.pagination .current{background:var(--accent)}
.city-chapters{padding-block:var(--rhythm)}.city-chapters>div{border-top:1px solid var(--line)}.city-chapters a{display:grid;grid-template-columns:55px 1fr auto;align-items:center;min-height:72px;border-bottom:1px solid var(--line);transition:padding .2s}.city-chapters a:hover{padding-inline:10px;color:var(--accent)}.city-chapters strong{font-size:22px}.city-chapters small{color:var(--muted)}.seo-editorial{max-height:360px;padding-block:52px;border-top:1px solid #242424}.seo-editorial h2{margin:0;max-width:720px;font-size:clamp(27px,3vw,42px);line-height:1.05}.seo-editorial>div{max-width:720px;color:var(--muted)}.archive-intro{padding:58px 0 28px}.archive-intro h1{margin-bottom:12px}.archive-intro>p:last-child{color:var(--muted)}
.site-footer{margin-top:var(--rhythm);border-top:1px solid var(--line);background:#0d0d0d}.site-footer__inner{min-height:180px;padding-block:34px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;align-items:start}.site-footer img{width:36px;height:36px}.footer-brand>span{display:flex;align-items:center;gap:10px}.site-footer p,.site-footer small{color:var(--muted);font-size:12px}.site-footer nav{display:flex;flex-direction:column;gap:8px}.city-trigger--footer{min-height:44px;border:1px solid var(--line);border-radius:8px;text-align:left;padding:0 14px}.site-footer small{grid-column:1/-1}
.city-overlay,.phone-dialog,.gallery-dialog{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.88);backdrop-filter:blur(12px)}.city-overlay__panel{height:100%;overflow:auto;width:min(100% - 40px,1180px);margin:auto;padding:48px 0}.city-overlay header{display:flex;justify-content:space-between;align-items:start}.city-overlay h2{font-size:clamp(38px,6vw,74px);line-height:1;margin:0 0 28px}.city-overlay label{display:block;margin-bottom:8px;color:var(--muted);font-size:12px}.city-overlay input{width:100%;height:58px;padding:0 18px;border:1px solid #444;border-radius:10px;background:#181818;color:#fff;font-size:18px}.city-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.city-grid a{min-height:86px;padding:20px;display:flex;align-items:center;justify-content:space-between;background:var(--surface);border-radius:12px;font-size:20px;font-weight:700}.phone-dialog,.gallery-dialog{display:grid;place-items:center}.phone-dialog__panel{position:relative;width:min(100% - 32px,440px);padding:35px;background:#1b1b1b;border:1px solid #444;border-radius:18px;text-align:center}.phone-dialog__panel>button{position:absolute;right:14px;top:14px}.phone-dialog h2{font-size:30px}.phone-dialog a{width:100%}.gallery-dialog__panel{width:100%;height:100%;display:grid;grid-template-columns:64px 1fr 64px;align-items:center}.gallery-dialog figure{height:88vh;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-dialog img{max-width:100%;max-height:82vh;object-fit:contain}.gallery-dialog figcaption{padding-top:8px}.gallery-dialog button{border:0;background:transparent;font-size:45px;cursor:pointer}.gallery-dialog [data-gallery-close]{position:absolute;right:20px;top:20px;font-size:25px}
.breadcrumbs{padding:22px 0;display:flex;gap:9px;color:var(--muted);font-size:12px}.profile-billboard{min-height:min(520px,68vh);display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;background:radial-gradient(circle at 20% 50%,#292929,#111 62%);border-radius:20px}.profile-billboard__copy{align-self:end;padding:clamp(28px,6vw,74px)}.profile-billboard h1{margin-bottom:14px}.profile-location{color:#ccc;font-size:18px}.profile-contact{display:flex;gap:8px;margin-top:28px;flex-wrap:wrap}.profile-billboard__portrait{grid-column:2;grid-row:1;border:0;padding:0;background:transparent;overflow:hidden;cursor:zoom-in}.profile-billboard__portrait img{width:100%;height:100%;display:block;object-fit:contain}.profile-chapters{margin-top:var(--rhythm)}.profile-chapters>section{display:grid;grid-template-columns:minmax(200px,.65fr) 1.35fr;gap:40px;padding:34px 0;border-top:1px solid var(--line)}.profile-chapters h2{margin:4px 0;font-size:30px}.profile-chapters header span{color:var(--accent);font-size:11px;text-transform:uppercase;letter-spacing:.14em}.chapter-copy{max-width:790px;color:#d4d4d6;font-size:18px}.metadata-list{margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:0 24px}.metadata-list div,.price-list>div{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #292929}.metadata-list dt{color:var(--muted)}.metadata-list dd{margin:0;font-weight:700}.price-list span{color:var(--muted)}.service-cloud{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.service-cloud li{padding:9px 13px;border-radius:8px;background:var(--raised)}.episode-gallery{padding-top:var(--rhythm);border-top:1px solid var(--line)}.episode-gallery>div{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}.episode-gallery button{position:relative;padding:0;border:0;border-radius:14px;overflow:hidden;background:var(--surface);cursor:zoom-in}.episode-gallery img{display:block;width:100%;height:auto;object-fit:contain}.episode-gallery button span{position:absolute;bottom:0;left:0;right:0;padding:30px 12px 10px;background:linear-gradient(transparent,rgba(0,0,0,.8));text-align:left;color:#fff;font-size:12px}.profile-report{margin-top:var(--rhythm);padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:35px;background:var(--surface);border-radius:16px}.profile-report h2{margin:0}.profile-report p{color:var(--muted)}.profile-report label{display:block;font-size:12px}.profile-report textarea{width:100%;min-height:100px;padding:12px;border:1px solid #444;border-radius:8px;background:#0d0d0d;color:#fff;margin:6px 0 10px}
.profile-billboard{height:clamp(360px,68vh,520px);min-height:0}
.profile-term-groups{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-term-groups>div{padding:12px;border:1px solid #2b2b2b;border-radius:10px}.profile-term-groups strong{display:block;margin-bottom:5px;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.profile-term-groups span{display:flex;flex-wrap:wrap;gap:5px}.profile-term-groups em{font-style:normal;font-size:13px}.profile-term-groups em+em:before{content:"•";margin-right:5px;color:#555}
[hidden]{display:none!important}
@media(max-width:1024px){:root{--gutter:24px;--gap:14px;--rhythm:32px}.profile-wall{grid-template-columns:repeat(3,minmax(0,1fr))}.primary-menu{gap:18px}.profile-billboard{min-height:430px}.episode-gallery>div{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){:root{--gutter:16px;--gap:12px;--rhythm:28px}.masthead{height:60px}.primary-menu{position:absolute;top:60px;left:0;right:0;padding:16px;display:none;flex-direction:column;gap:0;background:#111;border-bottom:1px solid #333}.primary-menu.is-open{display:flex}.primary-menu a{padding:13px 8px}.menu-toggle{display:block}.brand img{width:82px}.city-trigger--header span:last-child{display:none}.hero{margin-top:10px;height:min(460px,54vh);min-height:300px}.hero__shade{background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.12) 80%)}.hero__copy{left:20px;right:20px;bottom:22px;top:auto;width:auto;transform:none}.hero h1{font-size:39px}.hero__copy>p:not(.kicker){display:none}.catalog{padding-top:18px}.profile-wall{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-card{min-width:0}.profile-card__identity{padding-inline:9px}.profile-card__facts{padding-inline:9px;gap:5px;font-size:10px}.profile-card__facts div+div:before{margin-right:3px}.filter-command__bar{min-height:54px}.filter-command__bar>div:first-child strong,.filter-command__bar .kicker,.quick-filters{display:none}.filter-command__bar>button{width:100%;margin:0;display:flex;justify-content:space-between}.filter-panel{position:fixed;top:auto;left:0;right:0;bottom:0;width:100%;max-height:82vh;border-radius:18px 18px 0 0;padding:20px}.filter-group ul{grid-template-columns:1fr}.city-grid{grid-template-columns:1fr}.city-overlay__panel{width:calc(100% - 32px);padding:24px 0}.city-overlay h2{font-size:42px}.site-footer__inner{grid-template-columns:1fr 1fr}.site-footer__inner>div:first-child{grid-column:1/-1}.site-footer small{grid-column:1/-1}.archive-intro{padding-top:38px}.archive-intro h1{font-size:45px}.profile-billboard{display:flex;flex-direction:column;min-height:0}.profile-billboard__portrait{order:-1;max-height:54vh}.profile-billboard__portrait img{width:100%;height:auto;max-height:54vh}.profile-billboard__copy{padding:25px}.profile-billboard h1{font-size:44px}.profile-chapters>section{grid-template-columns:1fr;gap:15px;padding:25px 0}.metadata-list{grid-template-columns:1fr}.episode-gallery>div{grid-template-columns:1fr}.profile-report{grid-template-columns:1fr;padding:20px}.gallery-dialog__panel{grid-template-columns:42px 1fr 42px}.gallery-dialog button{font-size:32px}}
@media(max-width:680px){.brand img{width:32px;height:32px}.brand strong{font-size:13px}.profile-billboard{height:auto}.profile-term-groups{grid-template-columns:1fr}}
@media(max-width:370px){.profile-wall{grid-template-columns:1fr}.profile-card{max-width:280px;margin-inline:auto}}
