dialog {
  position: absolute;
  left: 0; right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
:root{--bg:#090a0d;--panel:#111319;--text:#f4f2ed;--muted:#9c9ca4;--line:rgba(244,242,237,.16);--accent:#ff5b35;--soft:rgba(255,91,53,.12);--header:84px;--footer:64px;color-scheme:dark;font-family:Inter,"Helvetica Neue",Arial,sans-serif}
[hidden]{display:none!important}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);min-width:320px;font-size:16px}button,a{font:inherit}.loading{min-height:100vh;min-height:100svh;display:grid;place-items:center;letter-spacing:.22em;color:var(--muted)}.site{min-height:100vh;min-height:100svh;overflow:hidden}.header{height:var(--header);display:flex;align-items:center;justify-content:space-between;padding:0 22px;padding:0 clamp(22px,4vw,64px);border-bottom:1px solid var(--line);position:relative;z-index:10}.brand,.nav button,.menu{color:inherit;background:none;border:0;cursor:pointer}.brand{display:flex;align-items:center;gap:12px;letter-spacing:.1em;font-size:.95rem}.brand-logo{display:block;width:49px;height:50px;object-fit:contain}.nav{display:flex;gap:18px;gap:clamp(18px,3vw,38px)}.nav button{padding:12px 0;color:var(--muted);font-size:.95rem;transition:color .2s}.nav button:hover,.nav button.is-active{color:var(--text)}.menu{display:none;width:42px;height:42px}.menu span{display:block;width:24px;height:1px;background:currentColor;margin:7px auto}.main{position:relative;min-height:calc(100vh - var(--header) - var(--footer));min-height:calc(100svh - var(--header) - var(--footer))}.page{display:none;position:relative;min-height:calc(100vh - var(--header) - var(--footer));min-height:calc(100svh - var(--header) - var(--footer));padding:38px 24px 56px;padding:clamp(38px,5vw,72px) clamp(24px,6vw,88px) clamp(56px,6vw,84px);animation:pageIn .38s ease}.page.is-active{display:grid}.home{grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);align-items:center;gap:30px;gap:clamp(30px,6vw,96px)}.kicker{margin:0 0 18px;color:var(--accent);letter-spacing:.2em;font-size:.72rem;font-weight:650}.page h1,.page h2{margin:0;font-weight:500;letter-spacing:-.052em}.page h1{font-size:3.5rem;font-size:clamp(3.5rem,8.2vw,7.5rem);line-height:.88}.page h1 span{color:var(--accent)}.page h2{font-size:2.3rem;font-size:clamp(2.3rem,5.2vw,5rem);line-height:.98;white-space:pre-line}.role{margin:27px 0 17px;font-size:1.15rem;font-size:clamp(1.15rem,2.15vw,2rem);color:var(--muted);min-height:1.2em}.role span{color:var(--accent)}.role strong{font-weight:400;color:var(--text)}.lead{max-width:660px;margin:0;color:var(--muted);font-size:1rem;font-size:clamp(1rem,1.15vw,1.08rem);line-height:1.7}.actions{display:flex;align-items:center;gap:24px;margin-top:31px;flex-wrap:wrap}.primary-action,.text-action{border:0;cursor:pointer;font-size:.95rem}.primary-action{background:var(--text);color:var(--bg);padding:14px 18px;font-weight:600}.text-action{background:none;color:var(--muted);padding:13px 0}.hero-visual{min-height:min(58vh,620px);position:relative;display:grid;place-items:center;background:linear-gradient(145deg,var(--soft),transparent 62%);overflow:hidden}.hero-visual img{height:min(54vh,570px);width:auto;max-width:78%;object-fit:cover;filter:grayscale(.8) contrast(1.05);clip-path:polygon(13% 0,100% 5%,87% 100%,0 91%);position:relative;z-index:2}.orbit{position:absolute;width:min(34vw,470px);aspect-ratio:1;border:1px solid var(--line);border-radius:50%}.wave{position:absolute;right:20px;bottom:28px;display:flex;gap:5px;align-items:center;height:68px;z-index:3}.wave i{display:block;width:3px;background:var(--accent);height:22px;animation:wave 1.6s ease-in-out infinite alternate}.wave i:nth-child(2n){height:48px;animation-delay:.15s}.wave i:nth-child(3n){height:34px;animation-delay:.3s}.wave i:nth-child(5n){height:60px;animation-delay:.45s}.index{position:absolute;right:24px;right:clamp(24px,6vw,88px);bottom:22px;color:var(--muted);font-size:.7rem;letter-spacing:.18em}.section-heading{margin-bottom:28px;margin-bottom:clamp(28px,4vw,52px)}.about{align-content:center}.about-grid{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(360px,1.25fr);gap:30px;gap:clamp(30px,6vw,88px);align-items:stretch}.about-portrait{margin:0;min-height:340px;max-height:470px;position:relative;overflow:hidden;background:var(--panel)}.about-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 28%;filter:grayscale(.5)}.about-portrait figcaption{position:absolute;left:24px;bottom:22px;letter-spacing:.18em;font-size:.72rem}.about-copy{display:grid;align-content:center}.about-copy>p{color:var(--muted);font-size:1rem;font-size:clamp(1rem,1.25vw,1.1rem);line-height:1.75;margin:0 0 28px}.about-copy dl{margin:0;border-top:1px solid var(--line)}.about-copy dl div{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}dt{color:var(--muted)}dd{margin:0}.work{align-content:center}.work-heading{margin-bottom:24px}.disciplines{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.discipline{min-height:106px;text-align:left;padding:16px;background:none;color:inherit;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;cursor:pointer;transition:background .2s}.discipline:hover,.discipline.is-selected{background:var(--soft)}.discipline>span{grid-row:1/3;color:var(--accent);font-size:.7rem}.discipline strong{font-size:.96rem;font-weight:550}.discipline small{color:var(--muted);font-size:.84rem;margin-top:8px;line-height:1.4}.featured{margin-top:22px;display:grid;grid-template-columns:150px 1fr auto;grid-template-rows:auto auto;gap:7px 18px;align-items:center}.featured>span{grid-row:1/3;color:var(--accent);font-size:.7rem;letter-spacing:.14em}.featured>strong{font-size:.96rem;font-weight:550}.featured>small{color:var(--muted);font-size:.84rem}.featured-pulse{grid-column:3;grid-row:1/3;width:46px;height:46px;border:1px solid var(--line);border-radius:50%;position:relative}.featured-pulse:after{content:"";position:absolute;inset:15px;border-radius:50%;background:var(--accent);animation:pulse 1.8s infinite}.contact{align-content:center}.contact-note{color:var(--muted);max-width:600px;font-size:.96rem;line-height:1.7}.contact-links{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.contact-link{min-height:110px;padding:20px;color:inherit;text-decoration:none;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:9px;transition:background .2s}.contact-link:hover{background:var(--soft)}.contact-link span{color:var(--muted);font-size:.9rem}.contact-link strong{grid-row:2;font-size:.96rem;font-weight:550}.contact-link b{grid-column:2;grid-row:1/3;color:var(--accent);font-size:1.3rem}.footer{height:var(--footer);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 22px;padding:0 clamp(22px,4vw,64px);color:var(--muted);font-size:.72rem;letter-spacing:.1em}.footer p{margin:0}.lang{display:flex;gap:7px}.lang button{border:0;background:none;color:var(--muted);padding:8px 0;cursor:pointer}.lang button[aria-pressed=true]{color:var(--accent)}.dots{display:flex;gap:6px}.dots i{width:18px;height:2px;background:var(--line)}.dots i.is-active{background:var(--accent)}.admin-bar{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:100;display:flex;gap:8px;align-items:center;background:#17191f;border:1px solid #3a3d48;padding:10px 12px;box-shadow:0 18px 70px rgba(0,0,0,.5);max-width:calc(100vw - 28px)}.admin-bar>span:first-child{color:var(--accent);font-weight:650;white-space:nowrap}.admin-status{color:var(--muted);font-size:.78rem;white-space:nowrap}.admin-bar button{border:1px solid var(--line);background:transparent;color:var(--text);padding:8px 10px;cursor:pointer;font-size:.9rem}.admin-bar button:disabled{opacity:.35;cursor:default}.admin-bar #saveChanges{background:var(--accent);border-color:var(--accent);color:#fff}.admin-active .editable{outline:1px dashed rgba(255,91,53,.55);outline-offset:5px;cursor:text}.admin-active .editable:focus{outline:2px solid var(--accent);background:rgba(255,91,53,.08)}
body:not(.admin-active) .role strong::after{content:"";display:inline-block;width:2px;height:.9em;margin-left:4px;background:var(--accent);vertical-align:-.06em;animation:typewriterCaret .82s steps(1,end) infinite}
.index{display:flex;align-items:center;gap:10px}.index button{width:34px;height:34px;padding:0;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--muted);cursor:pointer;line-height:1;transition:border-color .2s,color .2s,background .2s}.index button:hover,.index button:focus-visible{color:var(--text);border-color:var(--accent);background:var(--soft);outline:none}.index span{min-width:58px;text-align:center}.featured{grid-template-rows:auto auto auto}.featured>span{grid-row:1/4}.featured>span b{font-weight:inherit}.featured>span i{font-style:normal}.featured-description{grid-column:2;grid-row:3;margin:4px 0 0;color:var(--muted);font-size:.88rem;line-height:1.5}.featured-pulse{grid-row:1/4}.featured.is-changing{animation:portfolioSwap .28s ease}.discipline[aria-pressed="true"]{background:var(--soft)}
@keyframes pageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes wave{to{transform:scaleY(.45)}}@keyframes pulse{50%{transform:scale(1.8);opacity:.35}}@keyframes typewriterCaret{0%,48%{opacity:1}49%,100%{opacity:0}}@keyframes portfolioSwap{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:820px){:root{--header:68px}.header{padding:0 20px}.brand>span:last-child{display:none}.menu{display:block}.nav{display:none;position:absolute;top:68px;left:0;right:0;background:rgba(9,10,13,.97);padding:22px;flex-direction:column;border-bottom:1px solid var(--line)}.nav.is-open{display:flex}.page{padding:34px 22px 58px}.home{grid-template-columns:1fr;align-content:start;gap:28px}.page h1{font-size:3.15rem;font-size:clamp(3.15rem,16vw,5.2rem)}.page h2{font-size:2.15rem;font-size:clamp(2.15rem,10vw,4.25rem)}.role{font-size:1.12rem;font-size:clamp(1.12rem,5.5vw,1.65rem)}.hero-visual{min-height:310px}.hero-visual img{height:290px}.orbit{width:280px}.about-grid{grid-template-columns:1fr;gap:24px}.about-portrait{min-height:300px;max-height:360px}.disciplines{grid-template-columns:1fr}.discipline{min-height:74px}.featured{grid-template-columns:1fr auto}.featured>span{grid-column:1/3;grid-row:auto}.featured>strong,.featured>small{grid-column:1}.featured-pulse{grid-column:2;grid-row:2/4}.contact-links{grid-template-columns:1fr}.contact-link{min-height:88px}.index{right:22px}.footer{padding:0 20px}.footer p{display:none}.admin-bar{left:14px;right:14px;bottom:12px;transform:none;flex-wrap:wrap}.admin-status{order:5;width:100%}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
@media(max-width:820px){.featured-description{grid-column:1;grid-row:auto}.featured-pulse{grid-row:2/5}}

/* Demo portfolio, live dates, social marks and the editorial portrait treatment. */
.hero-visual{isolation:isolate;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,91,53,.17),rgba(17,19,25,.26) 58%,transparent)}
.hero-visual:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(120deg,rgba(9,10,13,.06),rgba(255,91,53,.14));mix-blend-mode:color}
.hero-visual:after{content:"";position:absolute;inset:14px;border:1px solid rgba(244,242,237,.12);z-index:3;pointer-events:none}
.hero-visual img{height:min(58vh,610px);max-width:88%;filter:grayscale(1) contrast(1.18) brightness(.84);clip-path:polygon(8% 0,100% 4%,91% 100%,0 94%);object-position:64% center}
.hero-stamp{position:absolute;z-index:4;left:26px;bottom:24px;padding:8px 10px;background:var(--accent);color:#090a0d;font-size:.62rem;font-weight:750;letter-spacing:.16em;transform:rotate(-2deg)}
.work{align-content:start}.portfolio{margin-top:22px}
.portfolio-heading{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:0 0 18px;border-bottom:1px solid var(--line)}
.portfolio-heading>span{color:var(--accent);font-size:.72rem;letter-spacing:.14em}.portfolio-heading>span b{font-weight:inherit}.portfolio-heading>span i{font-style:normal}
.portfolio-heading strong{display:block;font-size:1.05rem;font-size:clamp(1.05rem,1.35vw,1.28rem);font-weight:550}.portfolio-heading small{display:block;color:var(--accent);font-size:.86rem;margin-top:6px;letter-spacing:.08em}
.featured-description{margin:10px 0 0;color:var(--muted);line-height:1.55;max-width:820px}
.portfolio-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-left:1px solid var(--line)}
.portfolio-card{display:grid;grid-template-columns:minmax(170px,.72fr) minmax(220px,1fr);min-height:205px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(17,19,25,.38);overflow:hidden}
.portfolio-media{position:relative;min-height:205px;border:0;border-right:1px solid var(--line);background:#0c0d11;color:var(--text);overflow:hidden}
.audio-media{display:grid;align-content:end;padding:16px}.audio-media audio{position:relative;z-index:2;width:100%;height:36px;filter:grayscale(1) invert(.88) sepia(.2) saturate(3)}
.audio-bars{position:absolute;inset:20px;display:flex;align-items:center;justify-content:center;gap:5px}.audio-bars i{display:block;width:4px;height:30%;background:var(--accent);animation:wave 1.4s ease-in-out infinite alternate}.audio-bars i:nth-child(2n){height:68%}.audio-bars i:nth-child(3n){height:44%}.audio-bars i:nth-child(4n){height:82%}
.visual-media{cursor:pointer;display:grid;place-items:center}.visual-media:before,.visual-media:after,.visual-media span,.visual-media i{content:"";position:absolute;border:1px solid rgba(255,91,53,.5)}
.visual-media:before{width:58%;height:58%;transform:rotate(8deg)}.visual-media:after{width:34%;height:34%;border-radius:50%;transform:translate(20%,-10%)}.visual-media span{width:70%;height:2px;background:var(--accent);border:0;transform:rotate(-18deg)}.visual-media i{width:12px;height:12px;background:var(--text);border:0;box-shadow:38px 24px 0 var(--accent),-34px -28px 0 rgba(244,242,237,.35)}
.visual-media b{position:absolute;left:14px;bottom:14px;color:var(--accent);font-size:.63rem;letter-spacing:.14em}.theme-game:before{border-radius:42% 58% 62% 38%}.theme-rhythm span{transform:rotate(0);box-shadow:0 -18px 0 rgba(255,91,53,.35),0 18px 0 rgba(255,91,53,.2)}
.portfolio-card.is-previewing .visual-media:before{animation:orbitSpin 2.6s linear infinite}.portfolio-card.is-previewing .visual-media:after{animation:pulse 1.1s ease infinite}.portfolio-card.is-previewing{background:var(--soft)}
.portfolio-copy{padding:20px;display:flex;flex-direction:column;align-items:flex-start}.portfolio-copy small{color:var(--accent);font-size:.62rem;letter-spacing:.14em}.portfolio-copy h3{font-size:1.05rem;margin:11px 0 8px;font-weight:550}.portfolio-copy p{color:var(--muted);line-height:1.52;font-size:.84rem;margin:0 0 17px}.portfolio-action,.event-ticket{margin-top:auto;border:0;background:none;color:var(--text);padding:0;cursor:pointer;text-decoration:none;font-size:.94rem;font-weight:650}.portfolio-action:hover,.event-ticket:hover{color:var(--accent)}
.portfolio-copy>.project-source-link{align-self:flex-end;margin-top:auto;margin-left:auto;text-align:right}
.portfolio-card.is-archive{min-height:156px;background:rgba(17,19,25,.2)}.portfolio-card.is-archive .portfolio-media{min-height:156px;opacity:.68}.portfolio-card.is-archive .portfolio-copy{padding:16px}.portfolio-card.is-archive .portfolio-copy h3{font-size:.95rem}.portfolio-card.is-archive .portfolio-copy p{font-size:.78rem}
.portfolio-url,.event-url{display:none;margin-top:12px;color:var(--muted);font-size:.72rem;word-break:break-all}.admin-active .portfolio-url,.admin-active .event-url{display:block}
.admin-active [data-empty-url-placeholder]:empty:not([contenteditable="true"])::before{content:attr(data-empty-url-placeholder);color:var(--muted);opacity:.72}
.events{align-content:start}.events-heading{display:grid;grid-template-columns:1fr minmax(280px,.65fr);column-gap:30px;column-gap:clamp(30px,6vw,90px);align-items:end}.events-heading .kicker,.events-heading h2{grid-column:1}.events-intro{grid-column:2;grid-row:1/3;color:var(--muted);line-height:1.7;margin:0}
.events-list{border-top:1px solid var(--line)}.event-card{display:grid;grid-template-columns:120px minmax(0,1fr) 180px;gap:18px;gap:clamp(18px,3vw,42px);padding:24px 0;border-bottom:1px solid var(--line);align-items:center}.event-date{display:grid;color:var(--accent)}.event-date strong{font-size:2.8rem;line-height:.92;font-weight:500}.event-date span{margin-top:8px;font-size:.66rem;letter-spacing:.13em}.event-copy small{color:var(--accent);letter-spacing:.1em;font-size:.66rem}.event-copy h3{margin:8px 0;font-size:1.15rem;font-size:clamp(1.15rem,1.75vw,1.58rem);font-weight:520}.event-copy p{margin:4px 0;color:var(--muted);font-size:.94rem;line-height:1.5}.event-copy p:last-child{font-size:.84rem;max-width:760px}.event-action{display:flex;flex-direction:column;align-items:flex-start}
.events-admin-actions{display:flex;justify-content:flex-end;margin:-22px 0 18px}.events-admin-actions[hidden]{display:none}.events-admin-actions button,.event-delete{border:1px solid var(--accent);background:transparent;color:var(--accent);padding:10px 14px;cursor:pointer;transition:background .2s,color .2s}.events-admin-actions button:hover,.event-delete:hover{background:var(--accent);color:#fff}.event-delete{margin-top:18px;border-color:rgba(255,91,53,.55);font-size:.72rem;padding:7px 10px}.events-empty{margin:0;padding:42px 0;color:var(--muted);border-bottom:1px solid var(--line)}
.hero-visual .hero-line-art{height:min(61vh,650px);width:auto;max-width:96%;object-fit:contain;object-position:center bottom;filter:none;clip-path:none;mix-blend-mode:screen;opacity:.96}.hero-visual:before{background:radial-gradient(circle at 58% 42%,rgba(255,91,53,.13),transparent 44%),linear-gradient(120deg,rgba(9,10,13,.08),rgba(255,91,53,.08))}.hero-visual .orbit{opacity:.65}.hero-stamp{z-index:4}
.contact-link{position:relative;grid-template-columns:54px 1fr auto;align-items:center}.contact-link .social-icon{grid-row:1/3;width:42px;height:42px;border:1px solid var(--line);display:grid;place-items:center;color:var(--accent);transition:background .2s,color .2s,transform .2s}.contact-link:hover .social-icon{background:var(--accent);color:#090a0d;transform:rotate(-4deg)}.social-icon svg{width:23px;height:23px;fill:currentColor;stroke:currentColor;stroke-width:1.7}.contact-link[data-social="instagram"] svg{fill:none}.social-icon .fill-cut{fill:#090a0d;stroke:none}.social-icon .fill-dot{fill:currentColor;stroke:none}.contact-link span{grid-column:2}.contact-link strong{grid-column:2}.contact-link b{grid-column:3}
@keyframes orbitSpin{to{transform:rotate(368deg)}}

@media(max-width:1100px){.portfolio-card{grid-template-columns:1fr}.portfolio-media{min-height:150px;border-right:0;border-bottom:1px solid var(--line)}.event-card{grid-template-columns:100px 1fr}.event-action{grid-column:2}}
@media(max-width:820px){
  .brand{gap:8px;letter-spacing:.08em}.brand-logo{width:42px;height:43px}.brand>span:last-child{display:inline;font-size:.78rem}
  .portfolio-heading{grid-template-columns:1fr}.portfolio-items{grid-template-columns:1fr}.portfolio-card{grid-template-columns:minmax(135px,.65fr) 1fr}.portfolio-media{min-height:180px;border-right:1px solid var(--line);border-bottom:0}.portfolio-copy{padding:18px}
  .events-heading{display:block}.events-intro{margin-top:22px}.event-card{grid-template-columns:70px 1fr;gap:16px}.event-date strong{font-size:2.2rem}.event-action{grid-column:2}
  .contact-link{grid-template-columns:48px 1fr auto}
}
@media(max-width:560px){.portfolio-card{grid-template-columns:1fr}.portfolio-media{min-height:150px;border-right:0;border-bottom:1px solid var(--line)}.event-card{grid-template-columns:1fr}.event-date{display:flex;align-items:baseline;gap:9px}.event-action{grid-column:1}.hero-stamp{left:18px;bottom:18px}}
@media(max-width:820px){.hero-visual .hero-line-art{height:330px;max-width:100%}.events-admin-actions{justify-content:flex-start;margin:-8px 0 18px}}

/* Modular admin builder */
.custom-nav{display:contents}
.module-toolbar,.page-builder-toolbar,.module-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.discipline-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 12px;padding:12px 14px;border:1px solid rgba(255,91,53,.42);background:rgba(255,91,53,.045)}
.discipline-toolbar[hidden]{display:none}
.discipline-toolbar span{margin-right:auto;color:var(--muted);font-size:.75rem;line-height:1.45}
.discipline-toolbar button{border:1px solid var(--line);background:transparent;color:var(--text);padding:8px 11px;cursor:pointer;font-size:.76rem;transition:border-color .2s,background .2s,color .2s}
.discipline-toolbar button:hover:not(:disabled),.discipline-toolbar button:focus-visible{border-color:var(--accent);background:var(--soft);outline:none}
.discipline-toolbar button:disabled{opacity:.38;cursor:not-allowed}
.discipline-toolbar button:last-child{color:var(--accent)}
.discipline{position:relative}
.discipline-drag-handle{position:absolute;right:9px;top:9px;color:var(--accent);font-size:.68rem;font-style:normal;letter-spacing:-.12em;cursor:grab;-webkit-user-select:none;user-select:none}
.portfolio-empty{grid-column:1/-1;margin:0;padding:22px;border:1px solid var(--line);color:var(--muted);font-size:.86rem;line-height:1.55}
.module-toolbar{margin:18px 0;padding:12px 14px;border:1px solid var(--line);background:rgba(255,255,255,.018)}
.module-toolbar[hidden]{display:none}
.module-toolbar span,.page-builder-toolbar span{margin-right:auto;color:var(--muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}
.module-toolbar button,.page-builder-toolbar button,.module-card-actions button{border:1px solid var(--line);background:transparent;color:var(--text);padding:8px 11px;cursor:pointer;font-size:.76rem;transition:border-color .2s,background .2s,color .2s}
.module-toolbar button:hover,.page-builder-toolbar button:hover,.module-card-actions button:hover{border-color:var(--accent);background:var(--soft)}
.module-card-actions{margin-top:15px;padding-top:13px;border-top:1px solid var(--line)}
.project-image-format{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);padding:6px 8px;color:var(--muted);font-size:.68rem}.project-image-format select{border:0;border-left:1px solid var(--line);background:#111319;color:var(--text);padding:3px 5px;font:inherit;cursor:pointer}
.module-card-actions button:last-child,.page-builder-toolbar button:last-child{color:var(--accent)}
.image-media{overflow:hidden;background:#0c0e12}
.image-media img{display:block;width:100%;height:100%;min-height:210px;object-fit:cover}
.audio-media em{color:var(--muted);font-size:.76rem;font-style:normal;text-align:center}
.custom-pages-root{display:contents}
.custom-page{align-content:start;overflow:auto}
.custom-page-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.65fr);gap:12px 28px;gap:12px clamp(28px,6vw,90px);align-items:end}
.custom-page-heading .kicker,.custom-page-heading h2{grid-column:1}
.custom-page-intro{grid-column:2;grid-row:1/3;margin:0;color:var(--muted);font-size:.96rem;line-height:1.72}
.page-builder-toolbar{margin:-24px 0 24px;padding:12px;border:1px solid rgba(255,91,53,.42);background:rgba(255,91,53,.045)}
.custom-modules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.custom-module{min-width:0;display:grid;grid-template-columns:minmax(160px,.7fr) minmax(0,1fr);border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.01)}
.custom-module-media{min-height:225px;border-right:1px solid var(--line);display:grid;place-items:center;position:relative}
.custom-module-copy{padding:18px;padding:clamp(18px,2.3vw,30px);display:flex;min-width:0;flex-direction:column;align-items:flex-start}
.custom-module-copy>small{color:var(--accent);font-size:.66rem;letter-spacing:.14em}
.custom-module-copy h3{margin:12px 0 10px;font-size:1.12rem;font-size:clamp(1.12rem,1.7vw,1.48rem);font-weight:560}
.custom-module-copy>p{margin:0 0 19px;color:var(--muted);font-size:.88rem;line-height:1.62}
.custom-module-label{margin-top:auto;color:var(--text);font-size:.86rem;font-weight:650}
.custom-module.kind-text{grid-template-columns:1fr}
.custom-module.kind-text .custom-module-copy{min-height:250px;justify-content:center}
.custom-module.kind-contact,.custom-module.kind-button{grid-template-columns:1fr}
.custom-module.kind-contact .custom-module-copy{min-height:190px}.custom-module.kind-contact h3{font-size:1.3rem;font-size:clamp(1.3rem,2.4vw,2rem)}
.custom-module.kind-button{grid-column:1/-1;background:var(--soft)}.custom-module.kind-button .custom-module-copy{min-height:210px;justify-content:center;align-items:center;text-align:center}.custom-module.kind-button h3{font-size:1.6rem;font-size:clamp(1.6rem,3.5vw,3rem)}.custom-module.kind-button .portfolio-action,.custom-module.kind-button .custom-module-label{margin-top:10px;padding:13px 18px;background:var(--accent);color:#08090b}
.custom-module.kind-quote{grid-column:1/-1;grid-template-columns:1fr}.custom-module.kind-quote .custom-module-copy{min-height:260px;justify-content:center}.custom-module.kind-quote blockquote{max-width:980px;margin:18px 0;font-size:1.7rem;font-size:clamp(1.7rem,4vw,3.8rem);line-height:1.08;letter-spacing:-.035em}.custom-module.kind-quote cite{color:var(--muted);font-style:normal}
.custom-module.kind-divider{grid-column:1/-1;display:flex;align-items:center;gap:18px;min-height:64px;padding:12px 18px;border-left:0;background:transparent}.custom-module.kind-divider:before,.custom-module.kind-divider:after{content:"";height:1px;flex:1;background:var(--line)}.custom-divider-label{color:var(--accent);font-size:.66rem;letter-spacing:.16em;white-space:nowrap}.custom-divider-delete{border:1px solid var(--line);background:transparent;color:var(--muted);padding:7px 9px;cursor:pointer}
.custom-module-media.video-media{background:#06070a;overflow:hidden}.custom-module-media.video-media video{display:block;width:100%;max-height:360px;background:#050609}
.template-events .custom-modules{grid-template-columns:1fr}.template-events .custom-module.kind-event{grid-template-columns:minmax(180px,.45fr) minmax(0,1fr)}.template-events .custom-module.kind-event .custom-module-media{min-height:260px}.template-events .custom-module.kind-event .custom-module-copy h3{font-size:1.45rem;font-size:clamp(1.45rem,2.8vw,2.5rem)}
.template-contacts .custom-modules{grid-template-columns:repeat(2,minmax(0,1fr))}.template-contacts .custom-module.kind-text,.template-contacts .custom-module.kind-button{grid-column:1/-1}
.template-story .custom-modules{grid-template-columns:1fr}
.template-story .custom-module{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr)}
.template-story .custom-module:nth-child(even) .custom-module-media{order:2;border-right:0;border-left:1px solid var(--line)}
.template-story .custom-module.kind-text{grid-template-columns:1fr}
.template-story .custom-module.kind-text h3{font-size:1.8rem;font-size:clamp(1.8rem,4vw,3.8rem);max-width:900px;letter-spacing:-.035em}
.template-gallery .custom-modules{grid-template-columns:repeat(3,minmax(0,1fr))}
.template-gallery .custom-module{display:flex;flex-direction:column}
.template-gallery .custom-module-media{border-right:0;border-bottom:1px solid var(--line);aspect-ratio:4/3;min-height:0}
.template-gallery .custom-module-copy{flex:1}
.template-gallery .custom-module.kind-text{grid-column:span 2}
.custom-module-media.custom-image-preview{width:100%;height:220px;height:clamp(220px,26vw,300px);min-height:0;padding:0;border:0;border-right:1px solid var(--line);cursor:zoom-in;font:inherit;color:inherit}
.template-gallery .custom-module-media.custom-image-preview{border-right:0;border-bottom:1px solid var(--line)}
.custom-module-media.custom-image-preview img{width:100%;height:100%;min-height:0;object-fit:cover;transition:transform .28s ease}
.custom-module-media.custom-image-preview:hover img,.custom-module-media.custom-image-preview:focus-visible img{transform:scale(1.025)}
.custom-module-media.custom-image-preview:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}

.builder-dialog{width:min(1040px,calc(100vw - 34px));max-height:min(780px,calc(100vh - 34px));max-height:min(780px,calc(100svh - 34px));padding:0;border:1px solid #424650;background:#111319;color:var(--text);box-shadow:0 34px 120px rgba(0,0,0,.78)}
.builder-dialog::backdrop{background:rgba(3,4,6,.82);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
.builder-shell{padding:22px;padding:clamp(22px,4vw,48px)}
.builder-shell>header{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;border-bottom:1px solid var(--line);padding-bottom:20px}
.builder-shell h2{margin:0;font-size:1.55rem;font-size:clamp(1.55rem,3vw,2.65rem);font-weight:520;letter-spacing:-.035em}
.dialog-close{width:44px;height:44px;border:1px solid var(--line);background:transparent;color:var(--text);font-size:1.75rem;cursor:pointer}
.builder-note{max-width:760px;color:var(--muted);line-height:1.65;margin:22px 0}
.template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.template-choice{min-height:230px;padding:24px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#0d0f13;color:var(--text);cursor:pointer;transition:background .2s,transform .2s}
.template-choice:hover{background:var(--soft);transform:translateY(-3px)}
.template-choice>span{color:var(--accent);font-size:.68rem;letter-spacing:.17em}
.template-choice strong{margin-top:auto;font-size:1.35rem;font-weight:550}
.template-choice small{margin-top:9px;color:var(--muted);line-height:1.45}
.template-choice i{margin-top:20px;font-style:normal;color:var(--accent);font-size:.8rem}
.admin-bar{overflow-x:auto;scrollbar-width:thin}

.media-guide-open{overflow:hidden!important;overscroll-behavior:none}.media-guide-dialog{width:min(1120px,calc(100vw - 32px));max-height:calc(100vh - 32px);max-height:calc(100svh - 32px);padding:0;overflow:hidden;overscroll-behavior:contain;border:1px solid #424650;background:#111319;color:var(--text);box-shadow:0 34px 120px rgba(0,0,0,.78)}
.media-guide-dialog::backdrop{background:rgba(3,4,6,.84);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
.media-guide-shell{max-height:calc(100vh - 34px);max-height:calc(100svh - 34px);padding:18px;padding:clamp(18px,3vw,34px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.media-guide-shell>header{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.media-guide-shell h2{margin:0;font-size:1.65rem;font-size:clamp(1.65rem,3vw,2.8rem);font-weight:520;letter-spacing:-.035em}
.media-guide-shell header p:last-child{max-width:760px;margin:9px 0 0;color:var(--muted);line-height:1.55}
.media-guide-context{margin-top:22px;padding:20px;border:1px solid rgba(255,47,60,.55);background:linear-gradient(120deg,rgba(255,47,60,.1),transparent 72%)}
.media-guide-context>span{display:block;color:var(--accent);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}
.media-guide-context>strong{display:block;margin-top:8px;font-size:1.35rem;font-weight:560}
.media-guide-context>p{margin:13px 0 0;color:var(--muted);line-height:1.55}
.media-guide-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:16px;background:var(--line);border:1px solid var(--line)}
.media-guide-facts span{display:flex;flex-direction:column;gap:5px;padding:12px;background:#0d0f13;color:var(--muted);font-size:.75rem;line-height:1.35}
.media-guide-facts b{color:var(--text);font-size:.86rem;font-weight:550}
.media-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:22px;background:var(--line);border:1px solid var(--line)}
.media-guide-dialog.is-upload-context .media-guide-grid,.media-guide-dialog.is-media-manager .media-guide-grid{display:none}.media-guide-dialog.is-upload-context .media-guide-shell>header{padding-bottom:14px}.media-guide-dialog.is-upload-context .media-guide-shell>header p:last-child{display:none}.media-guide-dialog.is-upload-context .media-guide-context{margin-top:14px;padding:16px}.media-guide-dialog.is-upload-context .media-guide-context>p{margin-top:9px}.media-guide-dialog.is-upload-context .media-guide-shell>footer{padding-top:14px}
.media-guide-card{min-height:185px;padding:20px;background:#0d0f13}
.media-guide-card.is-current{background:rgba(255,47,60,.08);box-shadow:inset 0 0 0 1px var(--accent)}
.media-guide-card>span{color:var(--accent);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase}
.media-guide-card h3{margin:8px 0 12px;font-size:1.03rem;font-weight:560}
.media-guide-card dl{display:grid;grid-template-columns:auto 1fr;gap:6px 12px;margin:0;font-size:.76rem;line-height:1.4}
.media-guide-card dt{color:var(--muted)}
.media-guide-card dd{color:var(--text);overflow-wrap:anywhere}
.media-guide-shell>footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:22px}
.media-guide-shell>footer p{max-width:760px;margin:0;color:var(--muted);font-size:.78rem;line-height:1.5}
#chooseMediaFile{flex:none;border:1px solid var(--accent);background:var(--accent);color:#fff;padding:12px 16px;font-weight:650;cursor:pointer}
#chooseMediaFile:hover{filter:brightness(1.08)}
.media-queue-section,.media-library-section{margin-top:24px;border:1px solid var(--line);background:#0d0f13}
.media-queue-section>header,.media-library-section>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid var(--line)}
.media-queue-section>header span,.media-library-section>header span{display:block;color:var(--accent);font-size:.62rem;letter-spacing:.17em}
.media-queue-section h3,.media-library-section h3{margin:5px 0 0;font-size:1.08rem;font-weight:560}
.media-queue-section button,.media-library-section button{border:1px solid var(--line);background:#111319;color:var(--text);padding:8px 11px;font-size:.72rem;cursor:pointer}
.media-queue-section button:hover,.media-library-section button:hover{border-color:var(--accent);color:var(--accent)}
#deleteUnusedMedia{border-color:rgba(255,79,79,.4);color:#ff8b8b}
#deleteUnusedMedia:hover{border-color:#ff8b8b;color:#fff}
#deleteUnusedMedia:disabled{border-color:var(--line);color:var(--muted);opacity:.5;cursor:not-allowed}
.media-library-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.media-library-section>p{margin:0;padding:12px 18px;color:var(--muted);font-size:.73rem;line-height:1.45;border-bottom:1px solid var(--line)}
.media-library-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border-bottom:1px solid var(--line)}
.media-library-summary:empty{display:none}.media-library-summary span{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;background:#111319;color:var(--muted);font-size:.7rem}.media-library-summary b{color:var(--text);font-size:.95rem;font-weight:650}
.media-upload-queue{display:grid}
.media-queue-item{display:grid;grid-template-columns:minmax(180px,1fr) minmax(130px,.65fr) auto;align-items:center;gap:14px;padding:13px 18px;border-bottom:1px solid var(--line)}
.media-queue-item:last-child{border-bottom:0}
.media-queue-name{min-width:0}.media-queue-name strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.media-queue-name small{display:block;margin-top:4px;color:var(--muted);font-size:.67rem}
.media-queue-progress{display:grid;grid-template-columns:1fr auto;align-items:center;gap:9px}.media-queue-progress progress{width:100%;height:6px;accent-color:var(--accent)}.media-queue-progress span{min-width:86px;color:var(--muted);font-size:.68rem;text-align:right}
.media-queue-actions{display:flex;gap:6px}.media-queue-actions button{padding:7px 9px}.media-queue-item[data-status="success"] .media-queue-progress span{color:#73d69b}.media-queue-item[data-status="error"] .media-queue-progress span{color:var(--accent)}
.media-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line)}
.media-library-empty{grid-column:1/-1;margin:0;padding:24px 18px;background:#0d0f13;color:var(--muted);font-size:.78rem}
.media-library-card{min-width:0;padding:15px;background:#0d0f13}.media-library-card-preview{height:104px;display:grid;place-items:center;margin-bottom:12px;overflow:hidden;border:1px solid var(--line);background:#08090c;color:var(--muted);font-size:.68rem;letter-spacing:.1em}.media-library-card-preview img{width:100%;height:100%;object-fit:cover}.media-library-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem}.media-library-card small{display:block;margin:5px 0 9px;color:var(--muted);font-size:.66rem}.media-library-card button{width:100%;margin-top:8px}.media-library-card button:disabled{opacity:.45;cursor:not-allowed}.media-library-card button:disabled:hover{border-color:var(--line);color:var(--text)}.media-library-status{display:inline-flex;margin-bottom:2px;color:#73d69b;font-size:.68rem}.media-library-status.is-used{color:var(--accent)}

.products-dialog{width:min(1060px,calc(100vw - 32px));max-height:calc(100vh - 32px);max-height:calc(100svh - 32px);padding:0;overflow:hidden;border:1px solid #424650;background:#111319;color:var(--text);box-shadow:0 34px 120px rgba(0,0,0,.78)}
.products-dialog::backdrop{background:rgba(3,4,6,.84);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
.products-shell{max-height:calc(100vh - 34px);max-height:calc(100svh - 34px);padding:30px;overflow-y:auto;scrollbar-width:thin}
.products-shell>header{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.products-shell h2{margin:0;font-size:2.4rem;font-weight:520}.products-shell header p:last-child{max-width:730px;margin:9px 0 0;color:var(--muted);line-height:1.55}
.products-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:1px;margin-top:20px;background:var(--line);border:1px solid var(--line)}
.products-list-panel,.product-editor{min-width:0;background:#0d0f13}.products-list-panel{padding:14px}.products-list-panel>button,.product-editor button,.product-editor a{border:1px solid var(--line);background:#111319;color:var(--text);padding:9px 12px;text-decoration:none;cursor:pointer}
.products-list-panel>button{width:100%;border-color:rgba(255,91,53,.55);color:var(--accent);font-weight:650}.products-list{display:grid;gap:8px;margin-top:12px}
.products-list button{width:100%;border:1px solid var(--line);background:#111319;color:var(--text);padding:11px;text-align:left;cursor:pointer}.products-list button[aria-pressed=true]{border-color:var(--accent);background:var(--soft)}
.products-list strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem}.products-list small{display:block;margin-top:4px;color:var(--muted);font-size:.7rem}
.product-editor{padding:18px}.product-editor-empty{margin:0;color:var(--muted)}.product-form-grid{display:grid;grid-template-columns:minmax(190px,.7fr) minmax(0,1fr);gap:16px}
.product-language-tabs{display:inline-flex;gap:0;margin-bottom:16px;border:1px solid var(--line);border-radius:6px;overflow:hidden}
.product-language-tabs button{min-width:48px;min-height:36px;border:0;border-radius:0;padding:8px 12px;letter-spacing:0}
.product-language-tabs button[aria-pressed=true]{background:var(--accent);color:var(--bg);font-weight:650}
.product-documentation-editor{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);min-width:0}.product-documentation-editor h3{margin:0;font-size:.88rem;font-weight:600;letter-spacing:0}.product-fields.product-documentation-editor textarea{min-height:80px}.product-documentation-file{margin:0;color:var(--muted);font-size:.75rem;line-height:1.5;overflow-wrap:anywhere}
.product-editor button:disabled,.products-list-panel button:disabled{opacity:.5;cursor:default}
.product-preview-image{aspect-ratio:1;border:1px solid var(--line);background:#08090c;display:grid;place-items:center;overflow:hidden;color:var(--muted);font-size:.72rem;letter-spacing:.14em}
.product-preview-image img{width:100%;height:100%;object-fit:cover}.product-upload-status{display:grid;grid-template-columns:minmax(120px,1fr) auto;gap:6px 10px;align-items:center;width:100%;margin-top:8px;padding:9px 10px;border:1px solid rgba(255,91,53,.35);background:#151117;color:var(--text);font-size:.72rem}.product-upload-status progress{width:100%;height:8px;accent-color:var(--accent)}.product-upload-status span{color:var(--accent);font-weight:650;white-space:nowrap}.product-upload-status small{grid-column:1/-1;min-width:0;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-upload-status[data-status=success]{border-color:rgba(115,214,155,.42);background:#101814}.product-upload-status[data-status=success] span{color:#73d69b}.product-upload-status[data-status=error]{border-color:rgba(255,79,79,.5);background:#1a1012}.product-upload-status[data-status=error] span{color:#ff8b8b}.product-fields{display:grid;gap:12px}.product-fields label{display:grid;gap:7px;color:var(--muted);font-size:.75rem}.product-fields input,.product-fields textarea{width:100%;border:1px solid var(--line);background:#08090c;color:var(--text);padding:10px;font:inherit;font-size:.88rem}.product-fields textarea{resize:vertical;min-height:128px;line-height:1.45}.product-fields input:focus,.product-fields textarea:focus{outline:1px solid var(--accent);border-color:var(--accent)}
.product-subdomain-field div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.product-subdomain-field span{border:1px solid var(--line);border-left:0;background:#111319;color:var(--muted);padding:10px;font-size:.82rem;white-space:nowrap}
.product-fields .product-active-field{display:flex;align-items:center;gap:8px;min-height:30px}.product-fields .product-active-field input{width:16px;height:16px;margin:0;accent-color:var(--accent)}
.product-actions,.product-file-row,.product-password-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.product-actions{padding-top:4px}.product-file-row,.product-password-row{padding:12px;border:1px solid var(--line);background:#111319}.product-file-row .product-upload-status{flex-basis:100%;margin-top:2px}
.product-file-row span,.product-password-row span{min-width:0;flex:1;color:var(--muted);font-size:.78rem;overflow-wrap:anywhere}.product-password-row input{width:min(260px,100%);border:1px solid var(--line);background:#08090c;color:var(--text);padding:9px;font:inherit;font-size:.82rem}
.product-danger{border-color:rgba(255,79,79,.5)!important;color:#ff8b8b!important}.products-shell>footer{padding-top:16px;color:var(--muted);font-size:.76rem}
.product-body{background:var(--bg);min-height:100vh;min-height:100svh;display:flex;flex-direction:column;letter-spacing:0}
.product-header{height:auto;min-height:var(--header);gap:20px;padding-block:16px;flex:none}.product-brand{text-decoration:none;letter-spacing:0}
.product-language{flex:none;align-items:center;font-size:.75rem;letter-spacing:0}
.product-language a{display:inline-flex;align-items:center;justify-content:center;min-width:39px;min-height:32px;padding:7px 10px;border-radius:999px;color:var(--muted);text-decoration:none;transition:background .2s,color .2s}
.product-language a[aria-current=page]{background:var(--accent);color:var(--bg);font-weight:650}.product-language a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.product-page{flex:1;min-width:0;padding:40px 22px 56px;padding:40px clamp(22px,4vw,64px) 56px}
.product-hero{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1fr);gap:38px;align-items:start;width:min(1120px,100%);margin:0 auto}
.product-media{min-width:0}.product-documentation{margin-top:16px;padding-top:12px;border-top:1px solid var(--line);min-width:0}.product-documentation-link{display:inline-flex;align-items:baseline;gap:10px;max-width:100%;min-height:32px;padding:4px 0;color:var(--accent);font-size:.875rem;line-height:1.5;font-weight:600;text-decoration:none;letter-spacing:0}.product-documentation-label{display:inline-block;min-width:0;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:4px}.product-documentation-format{flex:0 1 auto;min-width:0;overflow-wrap:anywhere;color:var(--muted);font-size:.6875rem;font-weight:500}.product-documentation-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.product-documentation-description{margin:6px 0 0;color:var(--muted);font-size:.8125rem;line-height:1.5;white-space:pre-line;overflow-wrap:anywhere;letter-spacing:0}
.product-visual{margin:0;aspect-ratio:1;background:var(--panel);overflow:hidden;align-self:start}.product-visual img{display:block;width:100%;height:100%;object-fit:contain;object-position:top}
.product-copy{min-width:0;overflow-wrap:anywhere}.product-copy>.product-title{margin:0;font-size:4rem;line-height:1.05;font-weight:520;letter-spacing:0}
.product-copy>.product-description{max-width:650px;margin:22px 0 0;color:var(--muted);font-size:1.02rem;line-height:1.65;white-space:pre-line;letter-spacing:0}.product-copy>.kicker{margin:0 0 14px;color:var(--accent);font-size:.75rem;line-height:1.4}
.product-download{margin-top:28px}.product-download-note{color:var(--muted)}
.product-footer{height:auto;min-height:var(--footer);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:20px;padding-block:14px;letter-spacing:0}.product-footer .product-language{justify-self:start}.product-footer .footer-legal{min-width:0;justify-self:center}.product-footer .footer-legal a{letter-spacing:0}
.product-download-link,.product-download-form button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;max-width:100%;border:1px solid var(--accent);border-radius:0;background:var(--accent);color:var(--bg);padding:8px 14px;text-align:center;text-decoration:none;font-size:.875rem;line-height:1.4;font-weight:650;letter-spacing:0;cursor:pointer}.product-download-form{display:grid;gap:8px;width:280px;max-width:100%}.product-download-form label{display:grid;gap:6px;min-width:0;color:var(--muted);font-size:.75rem;line-height:1.4}.product-download-form input{width:100%;min-width:0;min-height:40px;border:1px solid var(--line);border-radius:0;background:var(--panel);color:var(--text);padding:8px 12px;font:inherit;font-size:1rem;line-height:1.25}.product-download-form p{margin:0;color:#ff8b8b;font-size:.82rem}.product-download-link:focus-visible,.product-download-form button:focus-visible,.product-download-form input:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

@media(max-width:1180px){
  .menu{display:block}.nav{display:none;position:absolute;top:var(--header);left:0;right:0;background:rgba(9,10,13,.98);padding:22px 22px;padding:22px clamp(22px,4vw,64px);flex-direction:column;border-bottom:1px solid var(--line);gap:4px}.nav.is-open{display:flex}.custom-nav{display:contents}
  .custom-page-heading{grid-template-columns:1fr}.custom-page-intro{grid-column:1;grid-row:auto;max-width:760px}.custom-modules{grid-template-columns:1fr}.template-gallery .custom-modules{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .page-builder-toolbar{margin:-10px 0 20px}.module-toolbar span,.page-builder-toolbar span,.discipline-toolbar span{width:100%;margin:0 0 4px}
  .custom-module,.template-story .custom-module{grid-template-columns:minmax(130px,.55fr) minmax(0,1fr)}.custom-module-media{min-height:180px}.custom-module-copy{padding:18px}
  .template-gallery .custom-modules{grid-template-columns:1fr}.template-gallery .custom-module.kind-text{grid-column:auto}.template-grid{grid-template-columns:1fr}.template-choice{min-height:175px}
  .admin-bar{flex-wrap:nowrap;left:10px;right:10px;max-width:none;padding-bottom:12px}.admin-status{order:0;width:auto}.admin-bar>span:first-child{position:sticky;left:0;background:#17191f;padding-right:8px}.media-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.media-guide-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.media-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-layout,.product-form-grid,.product-hero{grid-template-columns:1fr}.product-page{padding:28px 22px 40px}.product-copy>.product-title{font-size:3rem}
  .product-footer{grid-template-columns:auto minmax(0,1fr);gap:16px}.product-footer .footer-legal{justify-self:end;flex-wrap:wrap;justify-content:flex-end}
}
@media(max-width:560px){
  .custom-module,.template-story .custom-module{grid-template-columns:1fr}.custom-module-media,.template-story .custom-module:nth-child(even) .custom-module-media{order:0;border:0;border-bottom:1px solid var(--line);min-height:170px}.image-media img{min-height:170px}.custom-module-copy{min-height:220px}
  .template-events .custom-module.kind-event{grid-template-columns:1fr}.template-contacts .custom-modules{grid-template-columns:1fr}.template-contacts .custom-module.kind-text,.template-contacts .custom-module.kind-button{grid-column:auto}.custom-module.kind-divider{padding-left:8px;padding-right:8px}.media-guide-grid,.media-guide-facts,.media-library-grid,.media-library-summary{grid-template-columns:1fr}.media-guide-shell>footer,.media-queue-section>header,.media-library-section>header{align-items:stretch;flex-direction:column}#chooseMediaFile{width:100%}.media-library-actions{justify-content:flex-start}.media-queue-item{grid-template-columns:1fr}.media-queue-actions{justify-content:flex-start}.products-shell{padding:20px}.product-subdomain-field div{grid-template-columns:1fr}.product-subdomain-field span{border-left:1px solid var(--line);border-top:0}.product-actions,.product-file-row,.product-password-row{align-items:stretch;flex-direction:column}.product-file-row span,.product-password-row span{width:100%}.product-copy>.product-title{font-size:2.4rem}
}

.product-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.product-editor-toolbar .product-language-tabs{margin:0}
.product-styles-dialog{position:fixed;inset:10px;width:calc(100vw - 20px);max-width:none;height:calc(100vh - 20px);height:calc(100svh - 20px);max-height:none;margin:0;padding:0;border:1px solid var(--line);background:var(--bg);color:var(--text);overflow:hidden}
.product-styles-dialog::backdrop{background:rgba(0,0,0,.82)}.product-styles-shell{display:flex;flex-direction:column;height:100%;min-height:0}
.product-styles-shell>header{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line);background:var(--panel);flex:none}
.product-styles-shell>header h2{flex:1;min-width:100px;max-width:250px;margin:0;font-size:1rem;line-height:1.3;letter-spacing:0;overflow-wrap:anywhere}
.product-styles-shell .product-language-tabs{margin:0;flex:none}.product-styles-shell button{border:1px solid var(--line);background:var(--bg);color:var(--text);padding:8px 10px;min-height:36px;cursor:pointer;font-size:.8rem;letter-spacing:0}
.product-styles-shell button:disabled{opacity:.5;cursor:default}.product-styles-shell .dialog-close{flex:none;width:36px;height:36px;font-size:1.5rem;padding:0}
.product-styles-shell .editor-device-control{padding:0;border:0;background:none;display:grid;gap:4px}.product-styles-shell .editor-device-control span,.product-style-target-label{font-size:.65rem;letter-spacing:0;color:var(--muted)}
.product-style-target-label{display:grid;gap:4px;min-width:140px;max-width:220px}.product-styles-shell select{width:100%;max-width:220px;min-height:34px;padding:6px 8px;border:1px solid var(--line);border-radius:0;background:var(--bg);color:var(--text);font-size:.75rem;letter-spacing:0}
.product-style-viewport{flex:1;min-height:0;min-width:0;overflow:hidden;display:flex;justify-content:center;background:#050607}.product-style-stage{position:relative;flex:none;overflow:hidden;max-width:100%}.product-style-stage iframe{display:block;border:0;transform-origin:top left;background:var(--bg)}
.product-style-viewport[aria-busy=true] iframe{opacity:.35}.product-styles-shell>footer{min-height:32px;padding:8px 16px;border-top:1px solid var(--line);font-size:.72rem;color:var(--muted);flex:none}
.product-body [data-product-type]{min-width:0;overflow-wrap:anywhere;letter-spacing:0}
.product-style-editing [data-product-type]{position:relative;outline:1px dashed rgba(255,91,53,.55);outline-offset:4px;cursor:pointer}
.product-style-editing [data-product-selected=true],.product-style-editing [data-product-type]:focus-visible{outline:2px solid var(--accent)}
.product-style-editing [data-product-type]:after{content:attr(data-product-role);position:absolute;right:0;top:-16px;padding:2px 4px;background:var(--bg);border:1px solid var(--accent);color:var(--accent);font:600 10px/1 Arial,sans-serif;letter-spacing:0}
.product-styles-dialog>.typography-dialog{z-index:150}.typography-controls label[hidden]{display:none}
.product-styles-dialog .typography-preview,.product-styles-dialog .typography-link-control small,.product-styles-dialog .typography-shell>footer small{display:none}
@media(max-width:560px){.product-styles-dialog{inset:0;width:100vw;height:100vh;height:100svh;border:0}.product-styles-shell>header{gap:8px;padding:10px}.product-styles-shell>header h2{flex-basis:100%;max-width:calc(100% - 44px);font-size:.9rem}.product-styles-shell .dialog-close{position:absolute;right:8px;top:8px}.product-style-target-label{flex:1;min-width:100px}.product-styles-shell .product-language-tabs button{min-width:36px;padding:8px}.product-styles-shell>footer{padding:8px 10px}}

/* Compact editor, media controls and sortable content */
.main-nav{display:contents}
.nav-item{display:inline-flex;align-items:center;gap:6px;position:relative}
.nav-drag-handle,.drag-handle{display:none;color:var(--accent);font-style:normal;font-size:.72rem;letter-spacing:-.12em;cursor:grab;-webkit-user-select:none;user-select:none}
.admin-active .nav-item{border:1px dashed rgba(255,91,53,.42);padding:0 5px}
.admin-active .nav-drag-handle,.admin-active .drag-handle{display:inline-flex}
.admin-active [draggable=true]{cursor:grab}
.admin-active [draggable=true]:active{cursor:grabbing}
.is-dragging{opacity:.3!important}
.drag-over{outline:2px solid var(--accent)!important;outline-offset:-2px}
.card-drag-handle{position:absolute;top:9px;right:9px;z-index:8;background:#111319;border:1px solid var(--line);padding:5px 7px}
.portfolio-card,.custom-module,.event-card{position:relative}
.anchor-alias{position:absolute;inset:0 auto auto 0;width:0;height:0;overflow:hidden;pointer-events:none}

.site-photo-upload{display:none;position:absolute;z-index:9;right:14px;top:14px;border:1px solid rgba(255,255,255,.45);background:rgba(9,10,13,.86);color:var(--text);padding:8px 11px;font-size:.72rem;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.admin-active .site-photo-upload{display:block}
.site-photo-upload:hover{border-color:var(--accent);color:var(--accent)}
.hero-visual .hero-line-art{aspect-ratio:1;max-height:min(61vh,650px);max-width:96%;width:min(100%,650px);height:auto;object-fit:contain;object-position:center;mix-blend-mode:screen}
.about-portrait .site-photo-upload{right:12px;top:12px}

.event-card.has-poster{grid-template-columns:92px 128px minmax(0,1fr) 160px}
.event-poster{width:100%;aspect-ratio:3/4;padding:0;border:1px solid var(--line);background:#111319;color:var(--muted);overflow:hidden;display:grid;place-items:center;cursor:zoom-in;position:relative}
.event-poster img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.event-poster:hover img{transform:scale(1.025)}
.event-poster-placeholder{padding:10px;text-align:center;font-size:.7rem;line-height:1.35}
.event-poster-upload{margin-bottom:8px;border:1px solid var(--line);background:transparent;color:var(--text);padding:7px 9px;cursor:pointer;font-size:.72rem}
.event-poster-upload:hover{border-color:var(--accent);color:var(--accent)}
.image-lightbox{width:min(94vw,1100px);max-height:94vh;max-height:94svh;padding:0;border:1px solid #41444d;background:#08090c;overflow:hidden;box-shadow:0 30px 130px rgba(0,0,0,.85)}
.image-lightbox::backdrop{background:rgba(0,0,0,.88);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.image-lightbox img{display:block;width:100%;height:auto;max-height:90vh;max-height:90svh;object-fit:contain;background:#08090c}
.lightbox-close{position:absolute;z-index:3;right:12px;top:12px;background:rgba(9,10,13,.82)}

.editable,.multiline{white-space:pre-line}

.admin-bar{left:auto;right:10px;bottom:8px;transform:none;max-width:calc(100vw - 132px);padding:5px 6px;gap:5px;border-radius:4px;overflow-x:auto;overflow-y:hidden;white-space:nowrap}
.admin-bar-title{color:var(--accent);font-size:.75rem;letter-spacing:.04em}
.admin-status{max-width:190px;overflow:hidden;text-overflow:ellipsis;font-size:.66rem}
.admin-controls{display:flex;align-items:flex-end;gap:4px}
.admin-bar button{padding:5px 7px;font-size:.7rem;line-height:1.15}
.admin-bar-toggle{width:25px;min-width:25px;padding:4px!important;font-weight:700}
.admin-languages{display:flex;align-items:center;gap:4px;border-left:1px solid var(--line);border-right:1px solid var(--line);padding:0 4px}
.admin-languages button{border:0;padding:4px 2px;color:var(--muted)}
.admin-languages button[aria-pressed=true]{color:var(--accent)}
.admin-languages i{font-style:normal;color:var(--muted);font-size:.66rem}
.admin-bar.is-collapsed{max-width:none;overflow:hidden}
.admin-bar.is-collapsed .admin-status,.admin-bar.is-collapsed .admin-controls,.admin-bar.is-collapsed .admin-languages{display:none}

/* Polished language selector, clearer social hover and roomier editor controls */
.lang{gap:0;padding:3px;border:1px solid var(--line);border-radius:999px;background:rgba(17,19,25,.66)}
.lang button{min-width:39px;padding:7px 10px;border-radius:999px;transition:background .2s,color .2s}
.lang button[aria-pressed=true]{background:var(--accent);color:#090a0d;font-weight:650}
.lang-divider{align-self:center;width:1px;height:16px;margin:0 2px;background:var(--line);transform:none}
.header-brand-group{display:flex;align-items:center;gap:18px;min-width:0}
.header-language{display:none;flex:none;font-size:.72rem;letter-spacing:.1em}
.contact-link[data-social="youtube"]:hover .social-icon .fill-cut{fill:var(--accent)}
.admin-bar{padding:7px 8px;gap:6px}
.admin-bar-title{font-size:.82rem}
.admin-status{font-size:.7rem;max-width:220px}
.admin-bar button{padding:7px 9px;font-size:.76rem}
.admin-bar-toggle{width:30px;min-width:30px;padding:6px!important}
.admin-languages{gap:2px;padding:2px 5px;border:1px solid var(--line);border-radius:999px}
.admin-languages button{min-width:31px;padding:5px 7px;border-radius:999px}
.admin-languages button[aria-pressed=true]{background:var(--accent);color:#090a0d}
.admin-languages .lang-divider{display:block;height:14px;margin:0 1px}
.admin-navigation-controls{display:grid;gap:4px;align-self:stretch;width:-webkit-max-content;width:max-content}
.admin-role-controls,.admin-page-controls{display:flex;align-items:center;gap:4px}
.admin-page-controls{display:block;width:190px;min-width:190px}
.admin-page-controls select{display:block;width:100%;min-width:0;height:100%;min-height:34px;border:1px solid var(--line);border-radius:0;background:#090a0d;color:var(--text);padding:7px 30px 7px 11px;outline:none;font:inherit;font-size:.76rem;cursor:pointer}
.admin-page-controls select:hover,.admin-page-controls select:focus{border-color:var(--accent);color:var(--accent)}
.admin-role-controls.is-page-hidden{visibility:hidden;pointer-events:none}

@media(max-width:1180px){
  .nav-item{display:flex;width:100%;justify-content:space-between}.admin-active .nav-item{padding:0 8px}
  .event-card.has-poster{grid-template-columns:82px 112px minmax(0,1fr)}.event-card.has-poster .event-action{grid-column:3}
}
@media(max-width:820px){
  .header-brand-group{gap:10px}.header-language{display:flex;font-size:.68rem}.header-language button{min-width:34px;padding:6px 8px}
  .admin-bar{left:auto;right:8px;bottom:8px;max-width:calc(100vw - 112px);padding:6px;flex-wrap:nowrap}.admin-status{order:0;width:auto;max-width:120px}.admin-bar>span:first-child{position:static;background:none;padding:0}
  .admin-controls{display:flex}.event-card.has-poster{grid-template-columns:70px 94px minmax(0,1fr);gap:13px}.event-card.has-poster .event-action{grid-column:3}.event-poster-upload{font-size:.65rem;padding:6px}
}
@media(max-width:560px){
  .event-card.has-poster{grid-template-columns:74px 1fr}.event-card.has-poster .event-poster{grid-column:1;grid-row:1/3}.event-card.has-poster .event-date,.event-card.has-poster .event-copy,.event-card.has-poster .event-action{grid-column:2}.event-card.has-poster .event-action{grid-row:auto}
  .admin-status{display:none}.admin-bar-title{font-size:.68rem}.admin-bar{max-width:calc(100vw - 96px)}.admin-page-controls{width:142px;min-width:142px}.admin-page-controls select{font-size:.7rem;padding-left:8px;padding-right:26px}
}

/* Modular profile details */
.about-module-toolbar{display:flex;align-items:center;gap:12px;margin:22px 0 0;padding:12px 0;border-top:1px solid var(--line)}
.about-module-toolbar[hidden]{display:none!important}
.about-module-toolbar span{margin-right:auto;color:var(--muted);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}
.about-module-toolbar button,.about-module-actions button{border:1px solid var(--line);background:transparent;color:var(--text);padding:8px 11px;cursor:pointer;font-size:.74rem;transition:border-color .2s,background .2s,color .2s}
.about-module-toolbar button:hover,.about-module-actions button:hover{border-color:var(--accent);background:var(--soft);color:var(--accent)}
.about-modules{border-top:1px solid var(--line)}
.about-module{--about-label-width:30%;position:relative;padding:15px 0;border-bottom:1px solid var(--line)}
.about-module.about-split-20{--about-label-width:20%}.about-module.about-split-25{--about-label-width:25%}.about-module.about-split-30{--about-label-width:30%}.about-module.about-split-35{--about-label-width:35%}.about-module.about-split-40{--about-label-width:40%}.about-module.about-split-45{--about-label-width:45%}.about-module.about-split-50{--about-label-width:50%}.about-module.about-split-55{--about-label-width:55%}
.about-module-copy{display:grid;grid-template-columns:minmax(92px,var(--about-label-width,30%)) 18px minmax(0,1fr);gap:0;align-items:start}
.about-module-copy>span{grid-column:1;color:var(--muted)}
.about-module-copy>strong{grid-column:3;font-weight:500;overflow-wrap:anywhere}
.about-module-resizer{position:relative;grid-column:2;grid-row:1;align-self:stretch;display:grid;min-height:42px;place-items:center;cursor:col-resize;touch-action:none;-webkit-user-select:none;user-select:none;outline:none}
.about-module-resizer i{display:block;width:1px;height:100%;background:rgba(255,91,53,.34);transition:width .16s,background .16s}
.about-module-resizer:before{content:"";position:absolute;left:50%;top:50%;width:7px;height:22px;border:1px solid rgba(255,91,53,.72);background:#111319;transform:translate(-50%,-50%);transition:background .16s,border-color .16s}
.about-module-resizer output{position:absolute;z-index:5;left:50%;top:50%;padding:4px 6px;border:1px solid var(--accent);background:#111319;color:var(--text);font-size:.61rem;line-height:1;opacity:0;pointer-events:none;transform:translate(-50%,-50%);transition:opacity .16s}
.about-module-resizer:hover i,.about-module-resizer:focus-visible i,.about-module.is-resizing .about-module-resizer i{width:2px;background:var(--accent)}
.about-module-resizer:hover:before,.about-module-resizer:focus-visible:before,.about-module.is-resizing .about-module-resizer:before{border-color:var(--accent);background:var(--accent)}
.about-module-resizer:hover output,.about-module-resizer:focus-visible output,.about-module.is-resizing .about-module-resizer output{opacity:1}
.is-resizing-about,.is-resizing-about *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}
.about-module-media{position:relative;margin-top:14px;min-height:88px;border:1px solid var(--line);background:#090a0d;display:grid;place-items:center;overflow:hidden}
.about-module-media em{padding:24px;color:var(--muted);font-size:.76rem;font-style:normal;text-align:center}
.about-module-media audio,.about-module-media video{display:block;width:100%}
.about-module-media audio{margin:18px;max-width:calc(100% - 36px);filter:grayscale(1) invert(.88) sepia(.2) saturate(3)}
.about-module-media video{max-height:320px;background:#050609}
.about-module-media.image-media{width:100%;padding:0;cursor:zoom-in}
.about-module-media.image-media img{width:100%;height:auto;min-height:0;max-height:330px;object-fit:cover}
.about-module-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}
.about-module-actions button:last-child{color:var(--accent)}
.about-width-select{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);padding:6px 8px;color:var(--muted);font-size:.68rem}.about-width-select select{border:0;border-left:1px solid var(--line);background:#111319;color:var(--text);padding:3px 5px;font:inherit;cursor:pointer}
.about-drag-handle{position:absolute;z-index:3;right:0;top:10px;padding:5px 7px;border:1px solid var(--line);background:#111319}

@media(max-width:560px){
  .about-module-copy{grid-template-columns:1fr;gap:4px}.about-module-copy>span,.about-module-copy>strong{grid-column:1}.about-module-resizer{display:none}
  .about-module-toolbar{align-items:flex-start;flex-direction:column}.about-module-toolbar span{margin-right:0}
}

/* Linked hero actions, project media and reusable module references */
.primary-action,.text-action{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.hero-actions-toolbar{display:flex;align-items:center;gap:12px;margin-top:28px;padding-top:12px;border-top:1px solid var(--line)}
.hero-actions-toolbar[hidden]{display:none!important}.hero-actions-toolbar span{color:var(--muted);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.hero-actions-toolbar button{border:1px solid var(--line);background:transparent;color:var(--text);padding:7px 10px;cursor:pointer;font-size:.72rem}.hero-actions-toolbar button:hover{border-color:var(--accent);color:var(--accent)}
.admin-active .hero-actions-toolbar+.actions{margin-top:10px;gap:8px;align-items:stretch}.hero-action-module{position:relative;display:grid;grid-template-columns:auto minmax(110px,1fr) auto auto;align-items:center;gap:7px;min-width:min(100%,360px);padding:8px 9px;border:1px solid var(--line);background:rgba(17,19,25,.75)}.hero-action-module>.drag-handle{position:static!important;padding:0;border:0;background:none}.hero-action-module select,.hero-action-module button{border:1px solid var(--line);background:#111319;color:var(--text);padding:6px 7px;font-size:.68rem}.hero-action-module button{cursor:pointer;color:var(--accent)}.hero-action-label{font-size:.76rem;font-weight:650}.hero-action-url{grid-column:2/5;color:var(--muted);font-size:.66rem;overflow-wrap:anywhere}
.project-cover{align-self:start;justify-self:center;width:100%;min-height:0;aspect-ratio:16/9;cursor:zoom-in;padding:0}.project-cover.image-format-square{width:min(100%,210px);aspect-ratio:1;margin:14px 0;border:1px solid var(--line)}.project-cover.image-format-portrait{width:min(100%,150px);aspect-ratio:3/4;margin:14px 0;border:1px solid var(--line)}.project-cover img{display:block;width:100%;height:100%;min-height:0;object-fit:cover}.project-cover-opens-media{cursor:pointer}.project-cover-opens-media::before,.project-cover-opens-media::after{content:"";position:absolute;left:50%;top:50%;z-index:1;pointer-events:none}.project-cover-opens-media::before{width:44px;height:44px;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.46);background:linear-gradient(var(--accent),var(--accent)) left top/10px 1px no-repeat,linear-gradient(var(--accent),var(--accent)) left top/1px 10px no-repeat,linear-gradient(var(--accent),var(--accent)) right bottom/10px 1px no-repeat,linear-gradient(var(--accent),var(--accent)) right bottom/1px 10px no-repeat,rgba(5,6,9,.76);box-shadow:0 12px 34px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .2s,background-color .2s,transform .2s}.project-cover-opens-media::after{width:12px;height:15px;transform:translate(-44%,-50%);background:#fff;clip-path:polygon(0 0,100% 50%,0 100%);filter:drop-shadow(0 1px 5px rgba(0,0,0,.55));transition:background .2s,transform .2s}.project-cover-opens-media:is(:hover,:focus-visible)::before{transform:translate(-50%,-50%) scale(1.06);border-color:var(--accent);background-color:rgba(5,6,9,.88)}.project-cover-opens-media:is(:hover,:focus-visible)::after{transform:translate(-44%,-50%) scale(1.08);background:var(--accent)}.project-cover-placeholder{display:grid;place-items:center}.project-audio{width:100%;display:grid;gap:7px;margin:0 0 14px;padding:11px;border:1px solid var(--line);background:#0b0c10}.project-audio>span{color:var(--accent);font-size:.6rem;letter-spacing:.14em}.project-audio audio{width:100%;height:36px;filter:grayscale(1) invert(.88) sepia(.2) saturate(3)}
.project-platform-links{display:flex;flex-wrap:wrap;gap:7px;width:100%;margin:0 0 14px}.project-platform-link{border:1px solid var(--line);background:transparent;color:var(--text);padding:8px 10px;cursor:pointer;font-size:.74rem}.project-platform-link:hover{border-color:var(--accent);color:var(--accent)}.project-platform-link span{color:var(--accent)}
.project-source-module{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;width:100%;margin:0 0 14px;padding:11px;border:1px solid var(--line);background:#0b0c10}.project-source-caption{grid-column:1/-1;color:var(--accent);font-size:.58rem;letter-spacing:.14em}.project-source-module .portfolio-action{margin:0;font-size:.86rem}.project-source-module .portfolio-url{grid-column:1;grid-row:3;margin:0}.project-source-module button{grid-column:2;grid-row:2/4;align-self:center;border:1px solid var(--line);background:transparent;color:var(--accent);padding:7px 9px;cursor:pointer;font-size:.67rem}.project-source-module button:hover{border-color:var(--accent)}
.project-link-editor{display:grid;grid-template-columns:110px 105px minmax(130px,1fr);align-items:center;gap:6px;width:100%;padding:7px;border:1px solid var(--line)}.project-link-editor select,.project-link-editor button{border:1px solid var(--line);background:#111319;color:var(--text);padding:6px;font-size:.67rem}.project-link-editor button{cursor:pointer;color:var(--accent)}.project-link-editor .editable{font-size:.68rem;overflow-wrap:anywhere}.project-link-url{color:var(--muted)}.project-link-editor .project-link-delete{grid-column:1/-1;justify-self:start;margin-top:2px;border-color:rgba(255,45,58,.42);background:rgba(255,45,58,.06);color:var(--accent);padding:7px 10px}.project-link-editor .project-link-delete:hover{border-color:var(--accent);background:rgba(255,45,58,.12)}
.module-reference{display:flex;align-items:center;gap:6px;max-width:100%;margin-top:9px}.module-reference code{padding:5px 7px;background:#0b0c10;color:var(--muted);font:600 .62rem/1.3 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}.module-reference button{border:1px solid var(--line);background:transparent;color:var(--text);padding:6px 8px;cursor:pointer;font-size:.66rem;white-space:nowrap}.module-reference button:hover{border-color:var(--accent);color:var(--accent)}.contact-module-actions .module-reference{margin:0}.event-action .module-reference{align-items:flex-start;flex-direction:column}.event-action .module-reference code{max-width:160px}
.media-viewer-open{overflow:hidden!important;overscroll-behavior:none}.media-viewer{width:min(94vw,1040px);max-height:calc(100vh - 24px);max-height:calc(100svh - 24px);padding:0;overflow:hidden;overscroll-behavior:contain;border:1px solid #41444d;background:#090a0d;color:var(--text);box-shadow:0 30px 130px rgba(0,0,0,.88)}.media-viewer::backdrop{background:rgba(0,0,0,.88);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.media-viewer-shell{display:grid;grid-template-rows:auto auto auto;gap:10px;gap:clamp(10px,1.8svh,18px);max-height:calc(100vh - 26px);max-height:calc(100svh - 26px);padding:16px;padding:clamp(16px,3vw,30px);overflow:hidden}.media-viewer header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin:0}.media-viewer header h2{margin:0;font-size:1.3rem;font-size:clamp(1.3rem,3vw,2.2rem);font-weight:500}.media-viewer header .kicker{margin-bottom:8px}.media-embed-host{width:min(100%,var(--media-embed-inline-size,100%));aspect-ratio:16/9;display:grid;place-items:center;justify-self:center;background:#050609;border:1px solid var(--line)}.media-embed-host iframe{width:100%;height:100%;border:0}.media-embed-host p{max-width:560px;padding:24px;text-align:center;color:var(--muted);line-height:1.6}.media-external-link{display:inline-flex;justify-self:start;margin:0;color:var(--text);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:3px}.media-external-link:hover{color:var(--accent)}

@media(max-width:700px){.hero-action-module{grid-template-columns:auto minmax(0,1fr) auto}.hero-action-module select{grid-column:2}.hero-action-module>button{grid-column:3;grid-row:1/3}.hero-action-url{grid-column:2}.project-link-editor{grid-template-columns:1fr}.project-link-editor select,.project-link-editor .editable,.project-link-editor .project-link-delete{grid-column:1;grid-row:auto}.project-source-module{grid-template-columns:1fr}.project-source-module .portfolio-url,.project-source-module button{grid-column:1;grid-row:auto}.project-source-module button{justify-self:start}.project-cover img{min-height:0}.media-viewer-shell{padding:14px}}

/* Contextual SEO editor */
.seo-dialog{width:min(1060px,calc(100vw - 28px));max-height:calc(100vh - 28px);max-height:calc(100svh - 28px);padding:0;border:1px solid #444750;background:#111319;color:var(--text);box-shadow:0 34px 120px rgba(0,0,0,.82)}
.seo-dialog::backdrop{background:rgba(2,3,5,.86);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
.seo-shell{display:flex;flex-direction:column;max-height:calc(100vh - 30px);max-height:calc(100svh - 30px)}
.seo-shell>header{display:flex;justify-content:space-between;gap:24px;padding:24px 28px 19px;border-bottom:1px solid var(--line)}
.seo-shell h2{margin:4px 0 5px;font-size:1.45rem;font-size:clamp(1.45rem,3vw,2.2rem);font-weight:530}
.seo-shell header p:last-child{margin:0;color:var(--muted);font-size:.78rem}
.seo-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);min-height:0;overflow:auto}
.seo-fields{display:grid;gap:15px;padding:24px 28px 28px;border-right:1px solid var(--line)}
.seo-fields label{display:grid;gap:7px;color:var(--text);font-size:.8rem}
.seo-fields label>small{color:var(--muted);font-size:.68rem}
.seo-language-tabs{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 0 17px;border-bottom:1px solid var(--line)}.seo-language-tabs>span,.seo-page-navigation>span{color:var(--muted);font-size:.62rem;letter-spacing:.14em}.seo-language-tabs>div{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--line);border-radius:999px;background:#090a0d}.seo-language-tabs button{min-width:42px;padding:7px 11px;border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;font-size:.72rem}.seo-language-tabs button[aria-pressed=true]{background:var(--accent);color:#090a0d;font-weight:650}.seo-language-tabs i{width:1px;height:15px;background:var(--line)}
.seo-page-navigation{display:flex;align-items:center;gap:14px;min-width:0}.seo-page-picker{display:grid;grid-template-columns:38px minmax(150px,240px) 38px;align-items:stretch;min-width:0}.seo-page-picker button,.seo-page-picker select{min-width:0;border:1px solid var(--line);border-radius:0;background:#090a0d;color:var(--text);font:inherit;font-size:.74rem}.seo-page-picker button{cursor:pointer}.seo-page-picker button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.seo-page-picker button:disabled{opacity:.32;cursor:default}.seo-page-picker select{padding:8px 10px;border-left:0;border-right:0;outline:none}.seo-page-picker select:focus{border-color:var(--accent)}
.seo-fields input:not([type=checkbox]),.seo-fields textarea{width:100%;border:1px solid var(--line);border-radius:0;background:#090a0d;color:var(--text);font:inherit;font-size:.88rem;line-height:1.45;padding:11px 12px;resize:vertical;outline:none}
.seo-fields input:focus,.seo-fields textarea:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}
.seo-fields details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px 0}
.seo-fields summary{cursor:pointer;color:var(--accent);font-size:.8rem;font-weight:600}
.seo-fields details[open] summary{margin-bottom:16px}
.seo-fields details label+label{margin-top:13px}
.seo-index{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:9px!important}
.seo-index input{accent-color:var(--accent)}
.seo-image-row{display:grid;grid-template-columns:110px 1fr;gap:12px;align-items:center;margin-top:14px}
.seo-image-row img{display:block;width:110px;aspect-ratio:1.91/1;object-fit:cover;border:1px solid var(--line);background:#090a0d}
.seo-image-row div{display:flex;flex-wrap:wrap;gap:8px}
.seo-image-row button,.seo-shell>footer button{border:1px solid var(--line);background:transparent;color:var(--text);padding:9px 11px;cursor:pointer;font-size:.74rem}
.seo-image-row button:hover{border-color:var(--accent);color:var(--accent)}
.seo-preview{align-self:start;position:sticky;top:0;display:flex;flex-direction:column;gap:7px;padding:28px;background:#0b0c10;min-height:100%}
.seo-preview>p{margin:0 0 13px;color:var(--muted);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}
.seo-preview strong{color:#b5c9ff;font-size:1.15rem;font-weight:500;line-height:1.25}
.seo-preview>span{color:#89bba2;font-size:.7rem;overflow-wrap:anywhere}
.seo-preview>small{color:#c8cbd3;font-size:.8rem;line-height:1.55}
.seo-automatic{display:grid;gap:7px;margin-top:27px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem;line-height:1.55}
.seo-automatic b{color:var(--accent);font-weight:600}
.seo-shell>footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 28px;border-top:1px solid var(--line);background:#111319}
.seo-shell>footer>#applySeo{border-color:var(--accent);background:var(--accent);color:#08090b;font-weight:650}

@media(max-width:760px){
  .seo-layout{grid-template-columns:1fr}.seo-fields{border-right:0}.seo-preview{position:static;min-height:250px;border-top:1px solid var(--line)}
  .seo-shell>header,.seo-fields,.seo-preview{padding-left:18px;padding-right:18px}.seo-shell>footer{align-items:stretch;flex-direction:column;padding:12px 18px}.seo-page-navigation{align-items:stretch;flex-direction:column;gap:7px}.seo-page-picker{grid-template-columns:38px minmax(0,1fr) 38px}.seo-shell>footer>#applySeo{width:100%}
}

/* Sortable roles and modular contact links */
.event-copy .event-project{display:block;margin:0 0 7px;color:var(--accent);font-size:.95rem;font-size:clamp(.95rem,1.12vw,1.14rem);font-weight:650;line-height:1.25;letter-spacing:.055em}

.role-order{display:flex;flex-wrap:wrap;gap:8px;margin:-6px 0 20px}
.role-order[hidden]{display:none!important}
.role-order-item{display:inline-flex;align-items:stretch;border:1px solid var(--line);background:#0d0f13;transition:border-color .2s,background .2s}
.role-order-item.is-current{border-color:var(--accent);background:var(--soft)}
.role-order-item.drag-over{outline-offset:2px!important}
.role-drag-handle{display:grid;place-items:center;padding:0 7px;border-right:1px solid var(--line);color:var(--accent);font-size:.68rem;font-style:normal;letter-spacing:-.12em;cursor:grab;-webkit-user-select:none;user-select:none}
.role-order-item button{border:0;background:transparent;color:var(--text);padding:7px 10px;font:inherit;font-size:.74rem;line-height:1.2;cursor:pointer}
.role-order-item button span{margin-right:8px;color:var(--accent);font-size:.62rem}

.contact-admin-actions{display:flex;align-items:center;gap:14px;margin:22px 0 12px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.contact-admin-actions[hidden]{display:none!important}
.contact-admin-actions span{margin-right:auto;color:var(--muted);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}
.contact-admin-actions button,.contact-module-actions button{border:1px solid var(--line);background:transparent;color:var(--text);padding:8px 11px;font:inherit;font-size:.74rem;cursor:pointer;transition:border-color .2s,background .2s,color .2s}
.contact-admin-actions button:hover,.contact-module-actions button:hover{border-color:var(--accent);background:var(--soft);color:var(--accent)}
.contact-link{display:block;position:relative;padding:0;min-height:0;background:transparent}
.contact-link:hover{background:transparent}
.contact-destination{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:9px;align-items:center;min-height:110px;padding:20px;color:inherit;text-decoration:none;transition:background .2s}
.contact-destination:hover{background:var(--soft)}
.contact-destination .social-icon{grid-column:1;grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);color:var(--accent);transition:background .2s,color .2s,transform .2s}
.contact-link:hover .social-icon{background:transparent;color:var(--accent);transform:none}
.contact-destination:hover .social-icon{background:var(--accent);color:#090a0d;transform:rotate(-4deg)}
.contact-copy{grid-column:2;grid-row:1/3;display:grid;gap:8px;min-width:0}
.contact-link .contact-copy em{grid-column:auto;grid-row:auto;color:var(--muted);font-size:.9rem;font-style:normal}
.contact-link .contact-copy strong{grid-column:auto;grid-row:auto;font-size:.96rem;font-weight:550;overflow-wrap:anywhere}
.contact-destination>b{grid-column:3;grid-row:1/3;color:var(--accent);font-size:1.3rem}
.contact-module-actions{display:flex;align-items:end;gap:8px;padding:0 20px 16px}
.contact-module-actions label{display:grid;gap:5px;color:var(--muted);font-size:.65rem;letter-spacing:.06em;text-transform:uppercase}
.contact-module-actions select{min-width:136px;max-width:210px;border:1px solid var(--line);border-radius:0;background:#090a0d;color:var(--text);padding:7px 9px;font:inherit;font-size:.75rem;outline:none}
.contact-module-actions select:focus{border-color:var(--accent)}
.contact-module-actions button{margin-left:auto;color:var(--accent)}
.contact-drag-handle{position:absolute;z-index:4;right:8px;top:8px;display:grid;place-items:center;padding:5px 7px;border:1px solid var(--line);background:#111319;color:var(--accent);font-size:.68rem;font-style:normal;letter-spacing:-.12em;cursor:grab;-webkit-user-select:none;user-select:none}
.contact-link[data-social="website"] .social-icon svg,.contact-link[data-social="email"] .social-icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-link[data-social="website"] .social-icon svg *,.contact-link[data-social="email"] .social-icon svg *{fill:none;stroke:currentColor}

@media(max-width:820px){
  .contact-destination{grid-template-columns:48px minmax(0,1fr) auto;min-height:88px;padding:16px}
  .contact-module-actions{padding:0 16px 14px}
}
@media(max-width:560px){
  .contact-admin-actions{align-items:flex-start;flex-direction:column}.contact-admin-actions span{margin-right:0}
  .contact-module-actions{align-items:stretch}.contact-module-actions label{flex:1}.contact-module-actions select{width:100%;max-width:none}
  .role-order{margin-top:-4px}
}

/* Editable 404 content */
.not-found-dialog{width:min(1040px,calc(100vw - 28px));max-height:calc(100vh - 28px);max-height:calc(100svh - 28px);padding:0;border:1px solid #444750;background:#111319;color:var(--text);box-shadow:0 34px 120px rgba(0,0,0,.82)}
.not-found-dialog::backdrop{background:rgba(2,3,5,.86);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
.not-found-editor-shell{display:flex;flex-direction:column;max-height:calc(100vh - 30px);max-height:calc(100svh - 30px)}
.not-found-editor-shell>header{display:flex;justify-content:space-between;gap:24px;padding:24px 28px 19px;border-bottom:1px solid var(--line)}
.not-found-editor-shell h2{margin:4px 0 5px;font-size:1.45rem;font-size:clamp(1.45rem,3vw,2.2rem);font-weight:530}
.not-found-editor-shell header p:last-child{margin:0;color:var(--muted);font-size:.78rem}
.not-found-editor-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);min-height:0;overflow:auto}
.not-found-fields{display:grid;gap:15px;padding:24px 28px 28px;border-right:1px solid var(--line)}
.not-found-fields label{display:grid;gap:7px;color:var(--text);font-size:.8rem}
.not-found-language-tabs{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.not-found-language-tabs>span{color:var(--muted);font-size:.62rem;letter-spacing:.14em}
.not-found-language-tabs>div{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--line);border-radius:999px;background:#090a0d}
.not-found-language-tabs button{min-width:42px;padding:7px 11px;border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;font-size:.72rem}
.not-found-language-tabs button[aria-pressed=true]{background:var(--accent);color:#090a0d;font-weight:650}
.not-found-language-tabs i{width:1px;height:15px;background:var(--line)}
.not-found-fields input,.not-found-fields textarea{width:100%;border:1px solid var(--line);border-radius:0;background:#090a0d;color:var(--text);font:inherit;font-size:.88rem;line-height:1.45;padding:11px 12px;resize:vertical;outline:none}
.not-found-fields input:focus,.not-found-fields textarea:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}
.not-found-editor-note{margin:2px 0 0;padding-top:13px;border-top:1px solid var(--line);color:var(--muted);font-size:.7rem;line-height:1.55}
.not-found-preview{position:relative;align-self:stretch;display:flex;flex-direction:column;min-height:430px;padding:28px;overflow:hidden;background:#090a0d}
.not-found-preview>p{margin:0 0 14px;color:var(--accent);font-size:.66rem;letter-spacing:.18em}
.not-found-preview>span{max-width:100%;margin-bottom:18px;color:var(--muted);font-size:.68rem;overflow:hidden;text-overflow:ellipsis}
.not-found-preview>strong{position:relative;z-index:2;font-size:1.9rem;font-size:clamp(1.9rem,4vw,3.4rem);font-weight:500;letter-spacing:-.055em;line-height:.95}
.not-found-preview>small{position:relative;z-index:2;max-width:360px;margin-top:17px;color:var(--muted);font-size:.76rem;line-height:1.6}
.not-found-preview>div{position:relative;z-index:2;display:flex;align-items:center;gap:16px;margin-top:24px;font-size:.68rem}
.not-found-preview b{padding:9px 11px;background:var(--text);color:var(--bg);font-weight:600}
.not-found-preview>i{position:absolute;right:-12px;bottom:32px;color:transparent;font-size:9rem;font-style:normal;font-weight:700;line-height:.75;-webkit-text-stroke:1px rgba(255,91,53,.5);transform:rotate(-5deg)}
.not-found-preview>u{position:absolute;right:20px;bottom:17px;color:var(--accent);font-size:.52rem;letter-spacing:.13em;text-decoration:none}
.not-found-editor-shell>footer{display:flex;justify-content:flex-end;padding:15px 28px;border-top:1px solid var(--line);background:#111319}
.not-found-editor-shell>footer button{border:1px solid var(--accent);background:var(--accent);color:#08090b;padding:9px 11px;cursor:pointer;font-size:.74rem;font-weight:650}
@media(max-width:760px){.not-found-editor-layout{grid-template-columns:1fr}.not-found-fields{border-right:0}.not-found-preview{min-height:320px;border-top:1px solid var(--line)}.not-found-editor-shell>header,.not-found-fields,.not-found-preview{padding-left:18px;padding-right:18px}.not-found-editor-shell>footer{padding:12px 18px}}

/* Safe, preset-based typography controls for the visual editor. */
.has-typography{font-size:var(--type-font-size)!important;line-height:var(--type-line-height)!important;letter-spacing:var(--type-letter-spacing)!important;font-weight:var(--type-font-weight)!important;max-inline-size:var(--type-max-width)!important;text-align:var(--type-text-align)!important}
.type-width-constrained{display:inline-block;inline-size:var(--type-max-width)}
.type-size-10{--type-font-size:10px}.type-size-12{--type-font-size:12px}.type-size-14{--type-font-size:14px}.type-size-16{--type-font-size:16px}.type-size-18{--type-font-size:18px}.type-size-20{--type-font-size:20px}.type-size-24{--type-font-size:24px}.type-size-28{--type-font-size:28px}.type-size-32{--type-font-size:32px}.type-size-36{--type-font-size:36px}.type-size-42{--type-font-size:42px}.type-size-48{--type-font-size:48px}.type-size-56{--type-font-size:56px}.type-size-64{--type-font-size:64px}.type-size-72{--type-font-size:72px}.type-size-84{--type-font-size:84px}.type-size-96{--type-font-size:96px}.type-size-112{--type-font-size:112px}.type-size-128{--type-font-size:128px}
.type-leading-0p8{--type-line-height:.8}.type-leading-0p9{--type-line-height:.9}.type-leading-1{--type-line-height:1}.type-leading-1p1{--type-line-height:1.1}.type-leading-1p2{--type-line-height:1.2}.type-leading-1p35{--type-line-height:1.35}.type-leading-1p5{--type-line-height:1.5}.type-leading-1p7{--type-line-height:1.7}.type-leading-2{--type-line-height:2}
.type-tracking-n2{--type-letter-spacing:-2px}.type-tracking-n1{--type-letter-spacing:-1px}.type-tracking-0{--type-letter-spacing:0}.type-tracking-1{--type-letter-spacing:1px}.type-tracking-2{--type-letter-spacing:2px}.type-tracking-3{--type-letter-spacing:3px}.type-tracking-4{--type-letter-spacing:4px}.type-tracking-6{--type-letter-spacing:6px}.type-tracking-8{--type-letter-spacing:8px}.type-tracking-12{--type-letter-spacing:12px}
.type-weight-300{--type-font-weight:300}.type-weight-400{--type-font-weight:400}.type-weight-500{--type-font-weight:500}.type-weight-600{--type-font-weight:600}.type-weight-700{--type-font-weight:700}.type-weight-800{--type-font-weight:800}
.type-width-25{--type-max-width:25%}.type-width-33{--type-max-width:33%}.type-width-40{--type-max-width:40%}.type-width-50{--type-max-width:50%}.type-width-60{--type-max-width:60%}.type-width-70{--type-max-width:70%}.type-width-80{--type-max-width:80%}.type-width-90{--type-max-width:90%}.type-width-100{--type-max-width:100%}
.type-align-left{--type-text-align:left}.type-align-center{--type-text-align:center}.type-align-right{--type-text-align:right}
.admin-active .editable,.admin-active .typography-target{position:relative}
.admin-active .typography-target{inline-size:-webkit-fit-content;inline-size:-moz-fit-content;inline-size:fit-content;max-inline-size:100%;outline:1px dashed rgba(255,91,53,.55);outline-offset:5px;cursor:pointer}
.admin-active .typography-target:focus-visible{outline:2px solid var(--accent);background:rgba(255,91,53,.08)}
.admin-active [data-typography-role]:after{content:attr(data-typography-role) " ▾";position:absolute;z-index:14;top:-14px;right:-7px;display:grid;place-items:center;min-width:34px;height:16px;padding:0 4px;border:1px solid rgba(255,47,60,.82);background:#111319;color:var(--accent);font:650 .46rem/1 Arial,sans-serif!important;letter-spacing:.04em!important;text-align:center!important;cursor:pointer;-webkit-user-select:none;user-select:none;opacity:.88;box-shadow:0 2px 8px rgba(0,0,0,.48)}
.admin-active [data-typography-role]:hover:after,.admin-active [data-typography-role]:focus-visible:after{opacity:1;border-color:var(--accent)}
.admin-active.hide-typography-labels [data-typography-role]:after{display:none}
.typography-dialog{position:fixed;z-index:140;inset:92px 18px auto auto;width:min(370px,calc(100vw - 28px));max-height:calc(100vh - 116px);max-height:calc(100svh - 116px);margin:0;padding:0;border:1px solid #444750;background:#111319;color:var(--text);overflow:auto;box-shadow:0 24px 90px rgba(0,0,0,.78)}
.typography-dialog.is-dragging{-webkit-user-select:none;user-select:none}
.typography-shell>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 18px 14px;border-bottom:1px solid var(--line);cursor:move;touch-action:none}
.typography-shell>header .dialog-close{cursor:pointer}
.typography-shell>.editor-device-control{cursor:move;touch-action:none}.typography-shell>.editor-device-control select{cursor:pointer}
.typography-shell>header .kicker{margin-bottom:5px;font-size:.56rem}.typography-shell>header h2{margin:0;font-size:1.24rem;font-weight:550}.typography-shell>header p:last-child{max-width:280px;margin:5px 0 0;color:var(--muted);font-size:.6rem;overflow-wrap:anywhere}
.typography-preview{display:grid;gap:8px;min-height:112px;padding:18px;border-bottom:1px solid var(--line);background:#090a0d;overflow:hidden}.typography-preview>span{color:var(--accent);font-size:.58rem;letter-spacing:.14em}.typography-preview>strong{align-self:center;color:var(--text);overflow-wrap:anywhere}
.typography-controls{display:grid;gap:14px;padding:18px}.typography-controls label{display:grid;gap:7px}.typography-controls label>span{display:flex;align-items:center;justify-content:space-between;gap:12px}.typography-controls b,.typography-controls output{font-size:.68rem;font-weight:500}.typography-controls output{color:var(--accent)}.typography-controls input[type=range]{width:100%;accent-color:var(--accent)}.typography-controls select{width:100%;border:1px solid var(--line);border-radius:0;background:#090a0d;color:var(--text);padding:8px 9px;font-size:.72rem;outline:none}.typography-controls select:focus{border-color:var(--accent)}
.typography-link-control{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px;margin:-2px -2px 0;padding:11px 12px;border:1px solid rgba(255,255,255,.12);background:#0d0f13;cursor:pointer}.typography-link-control input{flex:none;margin:2px 0 0;accent-color:var(--accent)}.typography-link-control span{display:grid!important;justify-content:stretch!important;gap:4px}.typography-link-control small{color:var(--muted);font-size:.57rem;line-height:1.45}
.typography-controls .typography-role-control{margin:-2px -2px 4px;padding:12px;border:1px solid rgba(255,47,60,.38);background:rgba(255,47,60,.045)}.typography-role-control small{color:var(--muted);font-size:.57rem;line-height:1.45}.typography-role-control[hidden]{display:none}
.typography-shell>footer{display:flex;align-items:center;gap:12px;padding:13px 18px;border-top:1px solid var(--line)}.typography-shell>footer button{flex:none;border:1px solid var(--line);background:transparent;color:var(--accent);padding:8px 10px;cursor:pointer;font-size:.68rem}.typography-shell>footer small{color:var(--muted);font-size:.57rem;line-height:1.35}
@media(max-width:560px){.has-typography{font-size:min(var(--type-font-size),15vw)!important}.typography-dialog{inset:auto 8px 76px 8px;width:auto;max-height:calc(100vh - 92px);max-height:calc(100svh - 92px)}.typography-preview{min-height:86px;padding:14px}.typography-controls{grid-template-columns:1fr 1fr;gap:12px;padding:14px}.typography-controls label:nth-child(-n+4){grid-column:1/3}.typography-shell>footer{padding:11px 14px}}

.site-settings-dialog{width:min(920px,calc(100vw - 28px));max-height:calc(100vh - 28px);max-height:calc(100svh - 28px);padding:0;border:1px solid #444750;background:#111319;color:var(--text);box-shadow:0 34px 120px rgba(0,0,0,.82)}
.site-settings-dialog::backdrop{background:rgba(2,3,5,.86);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
.site-settings-shell>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 28px 20px;border-bottom:1px solid var(--line)}
.site-settings-shell>header .kicker{margin-bottom:8px}.site-settings-shell>header h2{margin:0;font-size:2rem;font-weight:500}.site-settings-shell>header p:last-child{margin:7px 0 0;color:var(--muted);font-size:.72rem;line-height:1.5}
.site-settings-layout{display:grid;grid-template-columns:290px minmax(0,1fr);min-height:520px}
.site-settings-sidebar{display:grid;align-content:start;gap:24px;padding:24px;border-right:1px solid var(--line);background:#0e0f13}
.site-settings-language,.site-settings-language>div,.site-settings-copy{display:flex;align-items:center}.site-settings-language{justify-content:space-between;gap:14px}.site-settings-language>span,.site-settings-label,.site-settings-copy>span{color:var(--muted);font-size:.58rem;letter-spacing:.14em}.site-settings-language>div{border:1px solid var(--line);border-radius:999px;padding:3px}.site-settings-language button{min-width:42px;border:0;border-radius:999px;background:transparent;color:var(--muted);padding:7px 10px;cursor:pointer;font-size:.68rem}.site-settings-language button[aria-pressed=true]{background:var(--accent);color:#08090b}.site-settings-language i{width:1px;height:16px;background:var(--line)}
.site-settings-roles{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:10px}.site-settings-roles button{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);background:#090a0d;color:var(--muted);padding:9px 10px;cursor:pointer;text-align:left}.site-settings-roles button[aria-pressed=true]{border-color:var(--accent);color:var(--text);background:rgba(255,47,60,.09)}.site-settings-roles button i{width:7px;height:7px;border:1px solid #626672;border-radius:50%}.site-settings-roles button i.is-linked{border-color:var(--accent);background:var(--accent);box-shadow:0 0 12px rgba(255,47,60,.7)}
.site-settings-toggle{display:flex;align-items:flex-start;gap:11px;cursor:pointer}.site-settings-toggle input{margin:2px 0 0;accent-color:var(--accent)}.site-settings-toggle span{display:grid;gap:4px}.site-settings-toggle b{font-size:.72rem}.site-settings-toggle small{color:var(--muted);font-size:.61rem;line-height:1.45}.site-settings-role-status{margin:0;padding-top:16px;border-top:1px solid var(--line);color:var(--accent);font-size:.65rem;line-height:1.45}
.site-settings-main{display:grid;grid-template-rows:auto auto 1fr;align-content:start;min-width:0}.site-settings-preview{display:grid;gap:8px;min-height:140px;padding:24px 28px;border-bottom:1px solid var(--line);background:#090a0d;overflow:hidden}.site-settings-preview>span{color:var(--accent);font-size:.6rem;letter-spacing:.16em}.site-settings-preview>strong{align-self:center;color:var(--text);overflow-wrap:anywhere}.site-settings-main.is-unlinked .site-settings-preview{opacity:.64}
.site-settings-controls{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;padding:24px 28px;border-bottom:1px solid var(--line)}.site-settings-controls label{display:grid;gap:8px}.site-settings-controls label>span{display:flex;justify-content:space-between;gap:10px}.site-settings-controls b,.site-settings-controls output{font-size:.67rem;font-weight:500}.site-settings-controls output{color:var(--accent)}.site-settings-controls input[type=range]{width:100%;accent-color:var(--accent)}.site-settings-controls select{width:100%;border:1px solid var(--line);background:#090a0d;color:var(--text);padding:9px;font-size:.7rem}.site-settings-controls :disabled{opacity:.35;cursor:not-allowed}
.site-settings-convenience{display:grid;grid-template-columns:1fr auto;align-items:start;gap:22px;padding:22px 28px}.site-settings-copy{gap:7px;flex-wrap:wrap;justify-content:flex-end}.site-settings-copy>span{flex-basis:100%;text-align:right}.site-settings-copy button{border:1px solid var(--line);background:transparent;color:var(--text);padding:7px 9px;cursor:pointer;font-size:.64rem}.site-settings-copy button:hover{border-color:var(--accent);color:var(--accent)}
.site-settings-shell>footer{display:flex;align-items:center;gap:16px;padding:15px 28px;border-top:1px solid var(--line);background:#111319}.site-settings-shell>footer button{flex:none;border:1px solid var(--line);background:transparent;color:var(--accent);padding:8px 10px;cursor:pointer;font-size:.68rem}.site-settings-shell>footer small{color:var(--muted);font-size:.59rem;line-height:1.45}
@media(max-width:760px){.site-settings-layout{grid-template-columns:1fr}.site-settings-sidebar{border-right:0;border-bottom:1px solid var(--line)}.site-settings-roles{grid-template-columns:repeat(5,1fr)}.site-settings-convenience{grid-template-columns:1fr}.site-settings-copy{justify-content:flex-start}.site-settings-copy>span{text-align:left}.site-settings-dialog{max-height:calc(100vh - 16px);max-height:calc(100svh - 16px)}.site-settings-shell>header,.site-settings-sidebar,.site-settings-preview,.site-settings-controls,.site-settings-convenience,.site-settings-shell>footer{padding-left:18px;padding-right:18px}}
@media(max-width:520px){.site-settings-roles{grid-template-columns:repeat(3,1fr)}.site-settings-controls{grid-template-columns:1fr}.site-settings-convenience{padding-top:18px}.site-settings-shell>footer{align-items:flex-start;flex-direction:column}}

.footer-legal{display:flex;align-items:center;gap:12px}
.footer-legal a{display:inline-flex;align-items:center;gap:12px;color:var(--muted);font-size:.56rem;line-height:1;letter-spacing:.08em;text-decoration:none;opacity:.62;transition:color .2s,opacity .2s}
.footer-legal a:before{content:"";width:1px;height:10px;background:var(--line)}
.footer-legal a:hover,.footer-legal a:focus-visible{color:var(--accent);opacity:1}
@media(max-width:820px){.footer-legal a{max-width:150px;font-size:.52rem;line-height:1.2}.footer-legal a:before{display:none}}
@media(max-width:560px){.footer{padding:0 14px}.footer-legal a{max-width:105px;font-size:.46rem}.dots{gap:4px}.dots i{width:9px}}

.compat-fallback{min-height:100vh;min-height:100vh;min-height:100svh;padding:34px;padding:clamp(34px,8vw,96px);background:linear-gradient(145deg,rgba(255,91,53,.12),transparent 58%),var(--bg);color:var(--text);display:grid;align-content:center;gap:22px}
.compat-fallback h1{margin:0;font-size:4rem;font-size:3.2rem;font-size:clamp(3.2rem,10vw,7rem);line-height:.9;font-weight:500;letter-spacing:-.055em}.compat-fallback h1 span{color:var(--accent)}
.compat-fallback>p:not(.kicker){max-width:680px;margin:0;color:var(--muted);font-size:1rem;line-height:1.7}.compat-fallback nav{display:flex;flex-wrap:wrap;gap:10px 22px;max-width:760px}.compat-fallback nav a{padding:10px 0;border-bottom:1px solid var(--accent);color:var(--text);text-decoration:none}.compat-fallback nav a:hover,.compat-fallback nav a:focus{color:var(--accent)}

/* Safe display presets for the two site portraits. */
.site-visual-frame{--visual-ratio:1/1;--visual-fit:contain;--visual-position:center;--visual-inline-size:585px;block-size:auto;inline-size:var(--visual-inline-size);max-inline-size:100%;min-block-size:0;aspect-ratio:var(--visual-ratio);justify-self:center;align-self:center}
.site-visual-frame.site-visual-frame[data-visual-ratio="1:1"]{--visual-ratio:1/1}.site-visual-frame.site-visual-frame[data-visual-ratio="3:4"]{--visual-ratio:3/4}.site-visual-frame.site-visual-frame[data-visual-ratio="4:3"]{--visual-ratio:4/3}.site-visual-frame.site-visual-frame[data-visual-ratio="16:9"]{--visual-ratio:16/9}
.site-visual-frame.site-visual-frame[data-visual-fit="cover"]{--visual-fit:cover}.site-visual-frame.site-visual-frame[data-visual-fit="contain"]{--visual-fit:contain}
.site-visual-frame.site-visual-frame[data-visual-position="top"]{--visual-position:center top}.site-visual-frame.site-visual-frame[data-visual-position="center"]{--visual-position:center}.site-visual-frame.site-visual-frame[data-visual-position="bottom"]{--visual-position:center bottom}
.hero-visual.site-visual-frame{min-height:0;height:auto;width:var(--visual-inline-size);max-height:none}
.hero-visual.site-visual-frame[data-visual-size="50"]{--visual-inline-size:325px}.hero-visual.site-visual-frame[data-visual-size="55"]{--visual-inline-size:358px}.hero-visual.site-visual-frame[data-visual-size="60"]{--visual-inline-size:390px}.hero-visual.site-visual-frame[data-visual-size="65"]{--visual-inline-size:423px}.hero-visual.site-visual-frame[data-visual-size="70"]{--visual-inline-size:455px}.hero-visual.site-visual-frame[data-visual-size="75"]{--visual-inline-size:488px}.hero-visual.site-visual-frame[data-visual-size="80"]{--visual-inline-size:520px}.hero-visual.site-visual-frame[data-visual-size="85"]{--visual-inline-size:553px}.hero-visual.site-visual-frame[data-visual-size="90"]{--visual-inline-size:585px}.hero-visual.site-visual-frame[data-visual-size="95"]{--visual-inline-size:618px}.hero-visual.site-visual-frame[data-visual-size="100"]{--visual-inline-size:650px}
.about-portrait.site-visual-frame{--visual-inline-size:247px;--visual-ratio:3/4;--visual-fit:cover;--visual-position:center top;min-height:0;height:auto;width:var(--visual-inline-size);max-height:none}
.about-portrait.site-visual-frame[data-visual-size="50"]{--visual-inline-size:176px}.about-portrait.site-visual-frame[data-visual-size="55"]{--visual-inline-size:194px}.about-portrait.site-visual-frame[data-visual-size="60"]{--visual-inline-size:212px}.about-portrait.site-visual-frame[data-visual-size="65"]{--visual-inline-size:229px}.about-portrait.site-visual-frame[data-visual-size="70"]{--visual-inline-size:247px}.about-portrait.site-visual-frame[data-visual-size="75"]{--visual-inline-size:265px}.about-portrait.site-visual-frame[data-visual-size="80"]{--visual-inline-size:282px}.about-portrait.site-visual-frame[data-visual-size="85"]{--visual-inline-size:300px}.about-portrait.site-visual-frame[data-visual-size="90"]{--visual-inline-size:318px}.about-portrait.site-visual-frame[data-visual-size="95"]{--visual-inline-size:335px}.about-portrait.site-visual-frame[data-visual-size="100"]{--visual-inline-size:353px}
.hero-visual.site-visual-frame>.hero-line-art,.about-portrait.site-visual-frame>img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:var(--visual-fit);object-position:var(--visual-position)}
.hero-visual.site-visual-frame>.hero-line-art{aspect-ratio:auto}
.site-visual-settings{display:none;position:absolute;z-index:9;right:14px;top:54px;border:1px solid rgba(255,255,255,.45);background:rgba(9,10,13,.86);color:var(--text);padding:8px 11px;font-size:.72rem;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.admin-active .site-visual-settings{display:block}.site-visual-settings:hover,.site-visual-settings:focus-visible{border-color:var(--accent);color:var(--accent);outline:none}
.about-portrait .site-visual-settings{right:12px;top:52px}

.visual-settings-dialog{width:min(760px,calc(100vw - 28px));max-height:calc(100vh - 28px);max-height:calc(100svh - 28px);padding:0;border:1px solid #444750;background:#111319;color:var(--text);box-shadow:0 34px 120px rgba(0,0,0,.82)}
.visual-settings-dialog::backdrop{background:rgba(2,3,5,.86);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
.visual-settings-shell>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 28px 20px;border-bottom:1px solid var(--line)}.visual-settings-shell>header .kicker{margin-bottom:8px}.visual-settings-shell>header h2{margin:0;font-size:2rem;font-weight:500}.visual-settings-shell>header p:last-child{margin:7px 0 0;color:var(--muted);font-size:.72rem;line-height:1.5}
.visual-settings-preview{display:grid;place-items:center;min-height:250px;padding:24px;border-bottom:1px solid var(--line);background:#090a0d;overflow:hidden}.visual-settings-preview>div{display:grid;place-items:center;width:min(100%,320px);height:200px;aspect-ratio:var(--preview-ratio,3/4);background-position:var(--preview-position,center);background-size:var(--preview-fit,cover);background-repeat:no-repeat;border:1px solid var(--line);transition:width .18s,aspect-ratio .18s}.visual-settings-preview span{padding:7px 9px;background:rgba(9,10,13,.82);color:var(--accent);font-size:.58rem;letter-spacing:.14em}
.visual-settings-controls{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px;padding:24px 28px}.visual-settings-controls label{display:grid;gap:8px}.visual-settings-controls label>span{display:flex;justify-content:space-between;gap:10px}.visual-settings-controls b,.visual-settings-controls output{font-size:.7rem;font-weight:500}.visual-settings-controls output{color:var(--accent)}.visual-settings-controls input[type=range]{width:100%;accent-color:var(--accent)}.visual-settings-controls select{width:100%;border:1px solid var(--line);background:#090a0d;color:var(--text);padding:10px;font-size:.72rem;outline:none}.visual-settings-controls select:focus{border-color:var(--accent)}
.visual-settings-shell>footer{display:flex;align-items:center;gap:16px;padding:15px 28px;border-top:1px solid var(--line)}.visual-settings-shell>footer button{flex:none;border:1px solid var(--line);background:transparent;color:var(--accent);padding:8px 10px;cursor:pointer;font-size:.68rem}.visual-settings-shell>footer small{color:var(--muted);font-size:.61rem;line-height:1.45}
@media(max-width:820px){.site-visual-settings{top:52px}}
@media(max-width:560px){.visual-settings-shell>header,.visual-settings-controls,.visual-settings-shell>footer{padding-left:18px;padding-right:18px}.visual-settings-controls{grid-template-columns:1fr}.visual-settings-shell>footer{align-items:flex-start;flex-direction:column}.visual-settings-preview{min-height:190px;padding:18px}.visual-settings-preview>div{height:150px}}

/* Viewport-balanced home screen: compact when height is limited, without browser zoom. */
:root{--header:68px;--header:clamp(68px,9svh,84px);--footer:52px;--footer:clamp(52px,7svh,64px);--page-pad-top:30px;--page-pad-top:clamp(30px,5svh,64px);--page-pad-inline:24px;--page-pad-inline:clamp(24px,6vw,88px);--page-pad-bottom:52px;--page-pad-bottom:clamp(52px,7svh,72px)}
.page{padding:var(--page-pad-top) var(--page-pad-inline) var(--page-pad-bottom)}
.home{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:28px;gap:clamp(28px,min(6vw,8svh),96px)}
.home>.hero-copy,.home>.hero-visual{min-width:0;max-width:100%}
.home .kicker{margin-bottom:10px;margin-bottom:clamp(10px,2svh,18px)}
.home .role{margin:16px 0 11px;margin:clamp(16px,3svh,27px) 0 clamp(11px,2svh,17px)}
.home .actions{margin-top:20px;margin-top:clamp(20px,3.5svh,31px)}
.home h1:not(.has-typography){font-size:3.5rem;font-size:clamp(3.5rem,min(8.2vw,13svh),7.5rem)}
.hero-visual.site-visual-frame{inline-size:min(var(--visual-inline-size),var(--responsive-visual-inline-size,var(--visual-inline-size)));width:min(var(--visual-inline-size),var(--responsive-visual-inline-size,var(--visual-inline-size)))}
@media(max-width:820px){:root{--header:68px;--footer:60px;--page-pad-top:26px;--page-pad-top:clamp(26px,4.5svh,36px);--page-pad-inline:22px;--page-pad-bottom:58px}.home{grid-template-columns:minmax(0,1fr);gap:18px;gap:clamp(18px,3svh,28px)}.home>.hero-copy{width:100%;max-width:100%}.home>.hero-visual{max-width:100%}}
@media(max-width:560px){:root{--page-pad-inline:18px}.home h1:not(.has-typography){font-size:3rem;font-size:clamp(3rem,14.5vw,4.2rem)}.home .lead:not(.has-typography){font-size:.88rem;line-height:1.5}.home .actions{gap:8px;margin-top:16px;flex-wrap:wrap}.home .primary-action,.home .text-action{padding:10px 7px;font-size:.66rem;font-size:clamp(.66rem,2.8vw,.76rem);white-space:nowrap}.home .text-action{padding-left:3px;padding-right:3px}}

/* Placeholders belong to the editor UI, never to saved content. */
.admin-active .editable[data-editor-empty="true"],.policy-admin-active [data-editor-empty="true"]{display:block;min-height:1.4em;min-width:100px;position:relative;padding-block:5px}
.admin-active .editable[data-editor-empty="true"]::before,.policy-admin-active [data-editor-empty="true"]::before{content:attr(data-editor-placeholder);opacity:.4;font:400 14px/1.5 Arial,sans-serif;letter-spacing:0;pointer-events:none;white-space:normal}
.editor-device-control{display:flex;align-items:center;gap:10px;margin:0;color:#a7a8af;font:400 11px/1.4 Arial,sans-serif;letter-spacing:.04em}
.editor-device-control select{min-width:160px;width:auto;max-width:100%;height:38px;padding:6px 28px 6px 10px;border:1px solid #36373e;background:#090a0d;color:#f5f4ef;font:400 13px Arial,sans-serif;letter-spacing:0}
.typography-shell>.editor-device-control,.policy-typography-shell>.editor-device-control,.site-settings-shell>.editor-device-control{padding:12px 20px;border-bottom:1px solid #303138}
.admin-controls{flex-wrap:wrap;justify-content:flex-end}
.admin-bar{max-width:calc(100vw - 24px)}
.admin-bar .editor-device-control>span{display:none}
.admin-bar .editor-device-control select{min-width:148px}
.policy-admin-bar{flex-wrap:wrap;max-width:calc(100vw - 24px)}
.event-link-editor{display:flex;flex-direction:column;gap:9px;width:100%;min-width:135px;padding:14px;text-align:left;border:1px solid #383940;background:#101116;color:#f5f4ef;cursor:pointer;overflow-wrap:anywhere}
.event-link-editor small{font:400 11px/1.4 Arial,sans-serif;color:#a1a2aa}
.event-link-editor strong{font-size:14px;line-height:1.5}
.event-link-editor:hover,.event-link-editor:focus-visible{border-color:#ff2939}
.event-link-editor .link-state{color:#ff5360}
.event-link-dialog{width:min(620px,calc(100vw - 24px));max-height:calc(100vh - 32px);max-height:calc(100vh - 32px);max-height:calc(100svh - 32px);padding:0;border:1px solid #42434c;background:#101116;color:#f5f4ef;overflow:auto}
.event-link-dialog::backdrop{background:#000b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
.event-link-dialog{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);margin:0}
html.event-link-open,body.event-link-open{overflow:hidden!important;overscroll-behavior:none}
.event-link-form{display:grid;gap:22px;padding:28px}
.event-link-form header{display:flex;justify-content:space-between;gap:16px;align-items:start}
.event-link-form h2{font-size:26px;margin:0}
.event-link-form label{display:grid;gap:10px;font-size:14px}
.event-link-form input,.event-link-form textarea{box-sizing:border-box;width:100%;padding:14px;background:#090a0d;border:1px solid #37383f;color:#f5f4ef;font:400 16px/1.5 Arial,sans-serif;resize:vertical}
.event-link-form input:focus,.event-link-form textarea:focus{outline:1px solid #ff2939}
.event-link-form p{font:400 13px/1.6 Arial,sans-serif;color:#aaaab2;margin:0}
.event-link-form footer{display:flex;justify-content:space-between;gap:12px}
.event-link-form button{padding:10px 14px;background:transparent;color:#f5f4ef;border:1px solid #42434c;cursor:pointer}
.event-link-form button[type=submit]{background:#ff2939;color:#08090a;border-color:#ff2939}
@media(max-width:600px){.event-link-form{padding:18px}.editor-device-control{flex-wrap:wrap}.admin-bar .editor-device-control select{min-width:140px}.admin-controls{gap:6px}.policy-admin-bar .editor-device-control{flex-basis:100%}}
@media(max-width:820px){.admin-controls{flex-wrap:nowrap;flex-shrink:0}.admin-bar{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.admin-bar .editor-device-control{flex-wrap:nowrap}}

.product-type-role-H1{font-size:72px!important;line-height:0.9!important;font-weight:500!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-H2{font-size:48px!important;line-height:1!important;font-weight:500!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-H3{font-size:32px!important;line-height:1.1!important;font-weight:600!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-H4{font-size:28px!important;line-height:1.1!important;font-weight:600!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-H5{font-size:24px!important;line-height:1.2!important;font-weight:600!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-H6{font-size:20px!important;line-height:1.2!important;font-weight:600!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-P1{font-size:18px!important;line-height:1.7!important;font-weight:400!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-P{font-size:16px!important;line-height:1.5!important;font-weight:400!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-KICKER{font-size:12px!important;line-height:1.2!important;font-weight:600!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-STRONG{font-size:18px!important;line-height:1.2!important;font-weight:700!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-SMALL{font-size:14px!important;line-height:1.35!important;font-weight:400!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-BUTTON{font-size:14px!important;line-height:1.2!important;font-weight:600!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
.product-type-role-SPAN{font-size:16px!important;line-height:1.2!important;font-weight:400!important;max-inline-size:100%!important;text-align:left!important;letter-spacing:0!important}
@media (min-width:821px){
.pt-desktop-size-10{font-size:10px!important}
.pt-desktop-size-12{font-size:12px!important}
.pt-desktop-size-14{font-size:14px!important}
.pt-desktop-size-16{font-size:16px!important}
.pt-desktop-size-18{font-size:18px!important}
.pt-desktop-size-20{font-size:20px!important}
.pt-desktop-size-24{font-size:24px!important}
.pt-desktop-size-28{font-size:28px!important}
.pt-desktop-size-32{font-size:32px!important}
.pt-desktop-size-36{font-size:36px!important}
.pt-desktop-size-42{font-size:42px!important}
.pt-desktop-size-48{font-size:48px!important}
.pt-desktop-size-56{font-size:56px!important}
.pt-desktop-size-64{font-size:64px!important}
.pt-desktop-size-72{font-size:72px!important}
.pt-desktop-size-84{font-size:84px!important}
.pt-desktop-size-96{font-size:96px!important}
.pt-desktop-size-112{font-size:112px!important}
.pt-desktop-size-128{font-size:128px!important}
.pt-desktop-leading-0p8{line-height:0.8!important}
.pt-desktop-leading-0p9{line-height:0.9!important}
.pt-desktop-leading-1{line-height:1!important}
.pt-desktop-leading-1p1{line-height:1.1!important}
.pt-desktop-leading-1p2{line-height:1.2!important}
.pt-desktop-leading-1p35{line-height:1.35!important}
.pt-desktop-leading-1p5{line-height:1.5!important}
.pt-desktop-leading-1p7{line-height:1.7!important}
.pt-desktop-leading-2{line-height:2!important}
.pt-desktop-weight-300{font-weight:300!important}
.pt-desktop-weight-400{font-weight:400!important}
.pt-desktop-weight-500{font-weight:500!important}
.pt-desktop-weight-600{font-weight:600!important}
.pt-desktop-weight-700{font-weight:700!important}
.pt-desktop-weight-800{font-weight:800!important}
.pt-desktop-width-25{max-inline-size:25%!important}
.pt-desktop-width-33{max-inline-size:33%!important}
.pt-desktop-width-40{max-inline-size:40%!important}
.pt-desktop-width-50{max-inline-size:50%!important}
.pt-desktop-width-60{max-inline-size:60%!important}
.pt-desktop-width-70{max-inline-size:70%!important}
.pt-desktop-width-80{max-inline-size:80%!important}
.pt-desktop-width-90{max-inline-size:90%!important}
.pt-desktop-width-100{max-inline-size:100%!important}
.pt-desktop-align-left{text-align:left!important}
.pt-desktop-align-center{text-align:center!important}
.pt-desktop-align-right{text-align:right!important}
}
@media (min-width:561px) and (max-width:820px){
.pt-tablet-size-10{font-size:10px!important}
.pt-tablet-size-12{font-size:12px!important}
.pt-tablet-size-14{font-size:14px!important}
.pt-tablet-size-16{font-size:16px!important}
.pt-tablet-size-18{font-size:18px!important}
.pt-tablet-size-20{font-size:20px!important}
.pt-tablet-size-24{font-size:24px!important}
.pt-tablet-size-28{font-size:28px!important}
.pt-tablet-size-32{font-size:32px!important}
.pt-tablet-size-36{font-size:36px!important}
.pt-tablet-size-42{font-size:42px!important}
.pt-tablet-size-48{font-size:48px!important}
.pt-tablet-size-56{font-size:56px!important}
.pt-tablet-size-64{font-size:64px!important}
.pt-tablet-size-72{font-size:72px!important}
.pt-tablet-size-84{font-size:84px!important}
.pt-tablet-size-96{font-size:96px!important}
.pt-tablet-size-112{font-size:112px!important}
.pt-tablet-size-128{font-size:128px!important}
.pt-tablet-leading-0p8{line-height:0.8!important}
.pt-tablet-leading-0p9{line-height:0.9!important}
.pt-tablet-leading-1{line-height:1!important}
.pt-tablet-leading-1p1{line-height:1.1!important}
.pt-tablet-leading-1p2{line-height:1.2!important}
.pt-tablet-leading-1p35{line-height:1.35!important}
.pt-tablet-leading-1p5{line-height:1.5!important}
.pt-tablet-leading-1p7{line-height:1.7!important}
.pt-tablet-leading-2{line-height:2!important}
.pt-tablet-weight-300{font-weight:300!important}
.pt-tablet-weight-400{font-weight:400!important}
.pt-tablet-weight-500{font-weight:500!important}
.pt-tablet-weight-600{font-weight:600!important}
.pt-tablet-weight-700{font-weight:700!important}
.pt-tablet-weight-800{font-weight:800!important}
.pt-tablet-width-25{max-inline-size:25%!important}
.pt-tablet-width-33{max-inline-size:33%!important}
.pt-tablet-width-40{max-inline-size:40%!important}
.pt-tablet-width-50{max-inline-size:50%!important}
.pt-tablet-width-60{max-inline-size:60%!important}
.pt-tablet-width-70{max-inline-size:70%!important}
.pt-tablet-width-80{max-inline-size:80%!important}
.pt-tablet-width-90{max-inline-size:90%!important}
.pt-tablet-width-100{max-inline-size:100%!important}
.pt-tablet-align-left{text-align:left!important}
.pt-tablet-align-center{text-align:center!important}
.pt-tablet-align-right{text-align:right!important}
}
@media (max-width:560px){
.pt-phone-size-10{font-size:10px!important}
.pt-phone-size-12{font-size:12px!important}
.pt-phone-size-14{font-size:14px!important}
.pt-phone-size-16{font-size:16px!important}
.pt-phone-size-18{font-size:18px!important}
.pt-phone-size-20{font-size:20px!important}
.pt-phone-size-24{font-size:24px!important}
.pt-phone-size-28{font-size:28px!important}
.pt-phone-size-32{font-size:32px!important}
.pt-phone-size-36{font-size:36px!important}
.pt-phone-size-42{font-size:42px!important}
.pt-phone-size-48{font-size:48px!important}
.pt-phone-size-56{font-size:56px!important}
.pt-phone-size-64{font-size:64px!important}
.pt-phone-size-72{font-size:72px!important}
.pt-phone-size-84{font-size:84px!important}
.pt-phone-size-96{font-size:96px!important}
.pt-phone-size-112{font-size:112px!important}
.pt-phone-size-128{font-size:128px!important}
.pt-phone-leading-0p8{line-height:0.8!important}
.pt-phone-leading-0p9{line-height:0.9!important}
.pt-phone-leading-1{line-height:1!important}
.pt-phone-leading-1p1{line-height:1.1!important}
.pt-phone-leading-1p2{line-height:1.2!important}
.pt-phone-leading-1p35{line-height:1.35!important}
.pt-phone-leading-1p5{line-height:1.5!important}
.pt-phone-leading-1p7{line-height:1.7!important}
.pt-phone-leading-2{line-height:2!important}
.pt-phone-weight-300{font-weight:300!important}
.pt-phone-weight-400{font-weight:400!important}
.pt-phone-weight-500{font-weight:500!important}
.pt-phone-weight-600{font-weight:600!important}
.pt-phone-weight-700{font-weight:700!important}
.pt-phone-weight-800{font-weight:800!important}
.pt-phone-width-25{max-inline-size:25%!important}
.pt-phone-width-33{max-inline-size:33%!important}
.pt-phone-width-40{max-inline-size:40%!important}
.pt-phone-width-50{max-inline-size:50%!important}
.pt-phone-width-60{max-inline-size:60%!important}
.pt-phone-width-70{max-inline-size:70%!important}
.pt-phone-width-80{max-inline-size:80%!important}
.pt-phone-width-90{max-inline-size:90%!important}
.pt-phone-width-100{max-inline-size:100%!important}
.pt-phone-align-left{text-align:left!important}
.pt-phone-align-center{text-align:center!important}
.pt-phone-align-right{text-align:right!important}
}

@supports not (aspect-ratio: 1 / 1) {
  .orbit { width: 470px; height: 470px; }
  .hero-visual .hero-line-art { width: 100%; height: 610px; }
  .event-poster { height: 170px; }
  .project-cover { height: 180px; }
  .project-cover.image-format-square { height: 210px; }
  .project-cover.image-format-portrait { height: 200px; }
  .media-embed-host { height: 560px; }
  .template-gallery .custom-module-media { height: 240px; }
  .seo-image-row img { height: 58px; }
}
@media (max-width: 820px) {
  @supports not (aspect-ratio: 1 / 1) {
    .orbit { width: 280px; height: 280px; }
    .hero-visual .hero-line-art { height: 330px; }
    .media-embed-host { height: 52vw; }
  }
}
