:root{
  --ink:#08090b;--graphite:#15171a;--panel:#1d2025;--paper:#f5f5f2;--white:#fff;--muted:#9da3aa;--line:rgba(255,255,255,.13);--line-dark:rgba(8,9,11,.12);--blue:#3b82f6;--blue-2:#70a5ff;--max:1240px;--radius:24px;--shadow:0 30px 80px rgba(0,0,0,.24);--ease:cubic-bezier(.22,1,.36,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink)}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.section{padding:110px 0}.section-sm{padding:72px 0}.dark{background:var(--ink);color:var(--paper)}.graphite{background:var(--graphite);color:var(--paper)}.eyebrow{display:inline-flex;gap:10px;align-items:center;font-size:.74rem;font-weight:760;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.eyebrow:before{content:"";width:26px;height:1px;background:currentColor}.display{font-size:clamp(3.6rem,8vw,8.8rem);line-height:.89;letter-spacing:-.065em;margin:20px 0;font-weight:720}.h1{font-size:clamp(3rem,6.2vw,6.6rem);line-height:.94;letter-spacing:-.055em;margin:22px 0;font-weight:720}.h2{font-size:clamp(2.3rem,4.6vw,4.8rem);line-height:1;letter-spacing:-.045em;margin:16px 0 28px;font-weight:700}.h3{font-size:clamp(1.55rem,2.6vw,2.5rem);line-height:1.05;letter-spacing:-.035em;margin:12px 0}.lede{font-size:clamp(1.1rem,1.8vw,1.45rem);line-height:1.55;color:#c6c9ce;max-width:760px}.paper .lede,.section:not(.dark):not(.graphite) .lede{color:#4d5259}.muted{color:var(--muted)}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:720;letter-spacing:-.01em;transition:.3s var(--ease);background:var(--blue);color:#fff}.btn:hover{transform:translateY(-2px);background:#4f90ff;box-shadow:0 12px 30px rgba(59,130,246,.28)}.btn-secondary{background:transparent;color:inherit;border-color:currentColor}.btn-secondary:hover{background:rgba(255,255,255,.08);box-shadow:none}.btn-dark{background:var(--ink);color:#fff}.link-arrow{display:inline-flex;gap:8px;align-items:center;font-weight:700}.link-arrow span{transition:.25s var(--ease)}.link-arrow:hover span{transform:translateX(5px)}
.site-header{position:fixed;z-index:1000;top:0;left:0;right:0;color:#fff;transition:.35s var(--ease)}.site-header.scrolled{background:rgba(8,9,11,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.03em}.brand-mark{width:38px;height:38px;border:1px solid rgba(255,255,255,.32);border-radius:12px;display:grid;place-items:center;font-size:.88rem}.nav-links{display:flex;align-items:center;gap:28px;font-size:.92rem}.nav-links a:not(.btn){opacity:.84;transition:.2s}.nav-links a:hover{opacity:1}.menu-toggle{display:none;border:0;background:none;color:#fff;font-size:1.4rem}
.hero{min-height:100svh;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#06070a;color:#fff}.hero-media{position:absolute;inset:0;background:url('../images/hero-stage.svg') center/cover no-repeat;transform:scale(1.02)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.12) 35%,rgba(5,6,9,.88) 100%)}.hero-content{position:relative;z-index:2;padding:150px 0 76px}.hero-copy{max-width:1120px}.hero-tagline{font-size:clamp(1.1rem,1.8vw,1.45rem);line-height:1.28;max-width:980px;margin:72px 0 0 12%;color:#fff;font-weight:560;letter-spacing:-.025em;text-wrap:balance}.hero-tagline+.hero-actions{margin-top:92px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.hero-kicker{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-top:54px;padding-top:22px;border-top:1px solid var(--line);color:#b9bec5;font-size:.9rem}.hero-kicker strong{color:#fff}.scroll-cue{white-space:nowrap}.word-accent{color:#a8c8ff}
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:start}.sticky{position:sticky;top:120px}.feature-list{border-top:1px solid var(--line-dark)}.feature-row{display:grid;grid-template-columns:90px 1fr auto;gap:22px;align-items:start;padding:30px 0;border-bottom:1px solid var(--line-dark)}.feature-row .num{color:#7b828a;font-size:.85rem}.feature-row p{margin:8px 0 0;color:#666d75;max-width:620px}.feature-row .arrow{font-size:1.3rem}
.media-card{position:relative;overflow:hidden;border-radius:var(--radius);min-height:440px;background:#111}.media-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .8s var(--ease)}.media-card:hover img{transform:scale(1.035)}.media-overlay{position:absolute;inset:auto 0 0;padding:30px;background:linear-gradient(transparent,rgba(0,0,0,.88));color:#fff}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.tag{font-size:.75rem;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.22);color:#dce1e8}.card{padding:30px;border-radius:var(--radius);background:#fff;border:1px solid var(--line-dark)}.dark .card,.graphite .card{background:#111419;border-color:var(--line)}.card p{color:#6a7078}.dark .card p,.graphite .card p{color:#aeb4bc}.service-card{min-height:280px;display:flex;flex-direction:column;justify-content:space-between;transition:.3s var(--ease)}.service-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(0,0,0,.12)}.service-icon{width:46px;height:46px;border-radius:14px;background:#e9eef8;display:grid;place-items:center;color:#1e63d5;font-weight:800}.dark .service-icon{background:#1e2735;color:#83b2ff}
.statement{padding:150px 0;text-align:center}.statement .h2{max-width:1000px;margin-left:auto;margin-right:auto}.statement p{max-width:740px;margin:24px auto 0}.logo-strip{display:flex;gap:10px;flex-wrap:wrap}.pill{padding:12px 16px;border:1px solid var(--line-dark);border-radius:999px;color:#565c64;background:rgba(255,255,255,.45)}.dark .pill{border-color:var(--line);color:#c0c5cb;background:rgba(255,255,255,.03)}
.cta-band{border-radius:36px;padding:64px;background:linear-gradient(135deg,#0e1117,#18243a);color:#fff;position:relative;overflow:hidden}.cta-band:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.42),transparent 65%);right:-140px;top:-180px}.cta-band>*{position:relative;z-index:1}.cta-band .h2{max-width:800px}.footer{background:#06070a;color:#fff;padding:72px 0 34px}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:40px}.footer h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:#7f8791;margin:0 0 16px}.footer a{display:block;color:#c6cbd2;margin:9px 0}.footer a:hover{color:#fff}.footer-bottom{margin-top:56px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:#79808a;font-size:.85rem}
.page-hero{padding:170px 0 90px;background:var(--ink);color:#fff}.page-hero .lede{max-width:860px}.project-hero{min-height:80svh;display:flex;align-items:flex-end;background:#0b0d11;color:#fff;position:relative;overflow:hidden}.project-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.62}.project-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.75))}.project-hero .container{position:relative;z-index:2;padding-bottom:70px}.meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:32px 0;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.meta-item small{display:block;color:#8a9199;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;margin-bottom:5px}.article{max-width:820px;margin:auto}.article p,.article li{font-size:1.08rem;color:#4f555d}.article h2{font-size:2.2rem;letter-spacing:-.04em;margin-top:54px}.article h3{font-size:1.45rem;margin-top:34px}.article blockquote{margin:40px 0;padding:0 0 0 24px;border-left:3px solid var(--blue);font-size:1.5rem;line-height:1.4;color:#20242a}.gallery{display:grid;grid-template-columns:2fr 1fr;gap:18px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.gallery .tall{grid-row:span 2;min-height:580px}.gallery .small{min-height:280px}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0 42px}.filter-btn{border:1px solid var(--line-dark);background:#fff;border-radius:999px;padding:10px 15px}.filter-btn.active{background:var(--ink);color:#fff}.blog-card .thumb{aspect-ratio:16/10;border-radius:18px;overflow:hidden;background:#15171a;margin-bottom:18px}.blog-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.5s var(--ease)}.blog-card:hover .thumb img{transform:scale(1.035)}.blog-card small{color:#747b84}.blog-card h3{margin:8px 0 9px;font-size:1.5rem;line-height:1.12;letter-spacing:-.03em}.blog-card p{color:#676e76}
.form-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.form-card{background:#fff;border:1px solid var(--line-dark);border-radius:28px;padding:36px;box-shadow:0 24px 60px rgba(8,9,11,.06)}.field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:650;font-size:.88rem}.field input,.field textarea,.field select{width:100%;border:1px solid #d7dade;border-radius:14px;background:#fafafa;padding:14px 15px;outline:none;transition:.2s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(59,130,246,.1)}.field textarea{min-height:150px;resize:vertical}.field .error{font-size:.78rem;color:#b42318;min-height:1em}.honeypot{position:absolute;left:-10000px}.form-status{margin-top:16px;padding:13px 15px;border-radius:12px;display:none}.form-status.show{display:block}.form-status.success{background:#eaf8ef;color:#166534}.form-status.error{background:#fff0ef;color:#a61b16}.contact-stack{display:grid;gap:12px;margin-top:30px}.contact-item{padding:18px 0;border-bottom:1px solid var(--line-dark)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.reveal.in{opacity:1;transform:none}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:#000;padding:10px;z-index:2000}.skip-link:focus{left:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.nav-links{position:fixed;inset:96px 0 auto;background:rgba(8,9,11,.97);padding:24px 20px 30px;display:none;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.menu-toggle{display:block}.split,.form-shell{grid-template-columns:1fr}.sticky{position:static}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.feature-row{grid-template-columns:60px 1fr}.feature-row .arrow{display:none}.meta-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:1fr 1fr}.gallery .tall{grid-column:1/-1;min-height:420px}.section{padding:86px 0}}
@media(max-width:620px){.container{width:min(calc(100% - 28px),var(--max))}.nav{height:80px}.nav-links{inset:80px 0 auto}.brand span:last-child{font-size:.9rem}.section{padding:70px 0}.hero-content{padding-bottom:46px}.hero-tagline{font-size:clamp(1.1rem,4.5vw,1.35rem);margin:44px 0 0 0;max-width:100%}.hero-tagline+.hero-actions{margin-top:64px}.hero-kicker{align-items:start;flex-direction:column}.grid-2,.grid-3,.grid-4,.field-grid,.footer-grid,.meta-grid,.gallery{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.feature-row{grid-template-columns:42px 1fr}.cta-band{padding:40px 26px;border-radius:26px}.form-card{padding:24px}.page-hero{padding:140px 0 68px}.display{font-size:clamp(3.1rem,18vw,5.6rem)}.gallery .tall{grid-column:auto;min-height:300px}.gallery .small{min-height:220px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* Conversion + featured-work enhancements */
.nav-phone{font-size:.86rem;font-weight:700;white-space:nowrap;opacity:.92}.nav-phone:hover{opacity:1}.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:38px}.section-heading-row .h2{max-width:850px;margin-bottom:0}.featured-work .media-card{min-height:520px}.featured-project .media-overlay p{color:#d0d5dc;max-width:42ch}.featured-project .link-arrow{margin-top:16px}.mobile-only{display:none}.mobile-conversion-bar{display:none}.contact-website{word-break:break-word}
@media(max-width:1100px){.nav-phone{display:none}}
@media(max-width:900px){.section-heading-row .desktop-link{display:none}.mobile-only{display:block}.work-all-link{margin-top:28px}.featured-work{grid-template-columns:1fr 1fr}.featured-work .media-card:last-child{grid-column:1/-1}.mobile-conversion-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:12px;right:12px;bottom:12px;z-index:1200;background:rgba(8,9,11,.94);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:7px;box-shadow:0 18px 50px rgba(0,0,0,.3)}.mobile-conversion-bar a{min-height:46px;display:flex;align-items:center;justify-content:center;border-radius:13px;color:#fff;font-weight:750;font-size:.9rem}.mobile-conversion-bar a+ a{background:var(--blue)}body{padding-bottom:76px}.footer{padding-bottom:100px}}
@media(max-width:620px){.featured-work{grid-template-columns:1fr}.featured-work .media-card:last-child{grid-column:auto}.featured-work .media-card{min-height:420px}.section-heading-row{margin-bottom:26px}}

/* V5: expressive editorial treatment for the homepage stage-screen message. */
.home .hero-tagline,
.hero-tagline {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}


/* V6: stage-screen typography — sized and composed to live inside the blue panel. */
.hero-tagline {
  width: min(72%, 900px);
  max-width: none;
  margin: 54px auto 0;
  padding: 18px 34px 16px;
  text-align: center;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.hero-tagline .tagline-line { display:block; }
.hero-tagline .tagline-small {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(.78rem, 1.05vw, 1.02rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: .105em;
  text-transform: uppercase;
  opacity: .88;
}
.hero-tagline .tagline-main {
  margin: 4px 0 6px;
  font-size: clamp(1.75rem, 3.1vw, 3.15rem);
  font-style: italic;
  line-height: .95;
  letter-spacing: -.045em;
}
.hero-tagline .tagline-finale {
  margin-top: 5px;
  font-size: clamp(1.55rem, 2.7vw, 2.8rem);
}
.hero-tagline + .hero-actions { margin-top: 58px; }
@media(max-width:900px){
  .hero-tagline{width:min(82%,760px);margin-top:48px;padding:14px 22px 12px}
}
@media(max-width:620px){
  .hero-tagline{width:100%;margin-top:38px;padding:12px 8px 10px}
  .hero-tagline .tagline-small{font-size:.68rem;letter-spacing:.075em}
  .hero-tagline .tagline-main{font-size:clamp(1.55rem,8vw,2.2rem)}
  .hero-tagline .tagline-finale{font-size:clamp(1.35rem,7vw,1.95rem)}
  .hero-tagline + .hero-actions{margin-top:48px}
}

/* V7: tighter stage-screen composition + stronger production promise. */
.hero-tagline {
  width: min(58%, 720px);
  margin-top: 48px;
  padding: 14px 24px 12px;
}
.hero-tagline .tagline-small {
  font-size: clamp(.7rem, .86vw, .88rem);
  letter-spacing: .09em;
}
.hero-tagline .tagline-main {
  margin: 3px 0 5px;
  font-size: clamp(1.55rem, 2.55vw, 2.65rem);
  line-height: .92;
}
.hero-tagline .tagline-finale {
  font-size: clamp(1.35rem, 2.15vw, 2.25rem);
}
.hero-kicker {
  margin-top: 46px;
  padding-top: 26px;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.45;
  color: #e2e6eb;
}
.hero-kicker > span:first-child {
  max-width: 620px;
}
.hero-kicker strong {
  display: inline-block;
  margin-bottom: 3px;
  font-size: clamp(1.28rem, 1.75vw, 1.7rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}
@media(max-width:900px){
  .hero-tagline{width:min(72%,680px);padding:13px 18px 11px}
  .hero-kicker{font-size:1rem}
  .hero-kicker strong{font-size:1.35rem}
}
@media(max-width:620px){
  .hero-tagline{width:92%;margin-top:36px;padding:10px 4px 9px}
  .hero-tagline .tagline-small{font-size:.62rem;letter-spacing:.065em}
  .hero-tagline .tagline-main{font-size:clamp(1.4rem,7vw,1.95rem)}
  .hero-tagline .tagline-finale{font-size:clamp(1.2rem,6vw,1.7rem)}
  .hero-kicker{margin-top:38px;padding-top:20px;font-size:.98rem}
  .hero-kicker strong{font-size:1.28rem}
}

/* V8: art-directed hero panel based on the approved stage-screen composition. */
.hero-art-panel{
  width:min(88%,1080px);
  margin:42px auto 0;
  padding:34px 56px 28px;
  border:1px solid rgba(82,167,255,.68);
  border-radius:34px;
  background:linear-gradient(135deg,rgba(8,77,136,.78),rgba(9,49,91,.9));
  box-shadow:0 28px 80px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(7px);
}
.hero-art-panel .hero-tagline{
  width:100%;
  margin:0;
  padding:0;
}
.hero-tagline .tagline-rule{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.hero-tagline .tagline-rule::before,
.hero-tagline .tagline-rule::after{
  content:"";
  display:block;
  width:86px;
  height:1px;
  background:rgba(169,215,255,.58);
}
.hero-tagline .tagline-main{
  margin:10px 0 12px;
  font-size:clamp(2.5rem,5.6vw,5.45rem);
  line-height:.86;
  letter-spacing:-.055em;
}
.tagline-live-roman{
  font-style:normal;
  font-size:.98em;
}
.tagline-live-script{
  display:inline-block;
  font-family:"Snell Roundhand","Segoe Script","Apple Chancery","URW Chancery L",cursive;
  font-style:italic;
  font-weight:400;
  letter-spacing:-.07em;
  transform:rotate(-2deg) translateY(.02em);
  color:#b8ddff;
  text-shadow:0 0 28px rgba(78,164,255,.26);
}
.hero-tagline .tagline-finale{
  margin-top:12px;
  font-size:clamp(2rem,4.3vw,4.1rem);
  line-height:.98;
}
.hero-panel-kicker{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  width:min(90%,720px);
  margin:24px auto 0;
  padding-top:22px;
  text-align:center;
}
.hero-panel-kicker::before{
  content:"";
  position:absolute;
  top:0;
  left:8%;
  right:8%;
  height:1px;
  background:rgba(169,215,255,.4);
}
.hero-panel-kicker strong{
  font-size:clamp(1.35rem,2.05vw,2rem);
  line-height:1.15;
  letter-spacing:.035em;
  color:#fff;
}
.hero-panel-kicker span{
  font-size:clamp(.78rem,1.05vw,1rem);
  font-weight:650;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#e5eff9;
}
.hero-art-panel + .hero-actions{
  justify-content:center;
  margin-top:34px;
}
.hero-kicker-scroll{
  justify-content:flex-end;
  margin-top:24px;
  padding-top:0;
  border-top:0;
  font-size:.82rem;
}
@media(max-width:900px){
  .hero-art-panel{width:94%;padding:28px 30px 24px;border-radius:28px}
  .hero-tagline .tagline-main{font-size:clamp(2.15rem,8.7vw,4.1rem)}
  .hero-tagline .tagline-finale{font-size:clamp(1.8rem,7vw,3.3rem)}
}
@media(max-width:620px){
  .hero-content{padding-top:118px}
  .hero-art-panel{width:100%;margin-top:28px;padding:22px 16px 20px;border-radius:24px}
  .hero-tagline .tagline-small{font-size:.58rem;letter-spacing:.08em}
  .hero-tagline .tagline-rule{gap:8px}
  .hero-tagline .tagline-rule::before,.hero-tagline .tagline-rule::after{width:28px}
  .hero-tagline .tagline-main{font-size:clamp(2rem,12vw,3rem);margin:8px 0 10px}
  .hero-tagline .tagline-finale{font-size:clamp(1.6rem,9vw,2.35rem);margin-top:10px}
  .hero-panel-kicker{width:100%;margin-top:18px;padding-top:18px}
  .hero-panel-kicker strong{font-size:1.2rem}
  .hero-panel-kicker span{font-size:.66rem;letter-spacing:.11em;line-height:1.45}
  .hero-art-panel + .hero-actions{margin-top:26px}
  .hero-kicker-scroll{display:none}
}

/* Featured productions: heading, image, story */
.featured-show{display:flex;flex-direction:column;gap:18px;min-width:0}
.featured-show-heading{min-height:92px}
.featured-show-heading .eyebrow{margin-bottom:8px}
.featured-show-heading .h3{margin:0;line-height:1.08}
.featured-show-heading .h3 a{color:inherit;text-decoration:none}
.featured-show-heading .h3 a:hover{color:var(--blue)}
.featured-show-image{display:block;overflow:hidden;border-radius:24px;aspect-ratio:16/10;background:#10151c;border:1px solid rgba(255,255,255,.1)}
.featured-show-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s ease}
.featured-show-image:hover img{transform:scale(1.035)}
.featured-show>p{margin:0;color:var(--muted);max-width:44ch}
.featured-show>.link-arrow{margin-top:auto;padding-top:4px}
@media(max-width:900px){.featured-show-heading{min-height:0}.featured-show-image{border-radius:20px}}

/* Industry photography — v11 */
.industry-card{display:block;overflow:hidden;border-radius:var(--radius);background:#fff;border:1px solid var(--line-dark);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.industry-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(0,0,0,.13)}
.industry-card-image{aspect-ratio:16/9;overflow:hidden;background:#0b1420}
.industry-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.industry-card:hover .industry-card-image img{transform:scale(1.035)}
.industry-card-copy{padding:28px 30px 32px}
.industry-card-copy p{color:#6a7078}
.industry-number{display:inline-block;color:#1e63d5;font-size:.76rem;font-weight:800;letter-spacing:.16em;margin-bottom:12px}
.industry-detail-visual{padding:0 0 24px;background:var(--paper,#f5f5f2)}
.industry-detail-visual img{display:block;width:100%;max-height:620px;object-fit:cover;border-radius:var(--radius)}
@media(max-width:700px){.industry-card-copy{padding:22px}.industry-detail-visual{padding-bottom:0}.industry-detail-visual img{border-radius:0}}

/* Service photography — v12 */
.service-photo-hero{min-height:620px;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#08090b;color:#fff}
.service-photo-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.service-photo-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,8,14,.92) 0%,rgba(4,8,14,.72) 38%,rgba(4,8,14,.2) 74%),linear-gradient(0deg,rgba(4,8,14,.72),transparent 60%)}
.service-photo-copy{position:relative;z-index:2;padding-bottom:78px}
.service-photo-copy .lede{max-width:680px;color:#e7ebf0}
.service-gallery-section{padding-top:20px}
.service-gallery{display:grid;grid-template-columns:1.45fr 1fr 1fr;gap:18px}
.service-gallery-card{position:relative;min-height:300px;overflow:hidden;border-radius:22px;background:#0b0d11;margin:0}
.service-gallery-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.service-gallery-card:hover img{transform:scale(1.025)}
.service-gallery-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.82))}
.service-gallery-card figcaption{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;color:#fff;font-size:1.08rem;font-weight:700}
.service-gallery-featured{min-height:420px}
@media(max-width:900px){.service-photo-hero{min-height:540px}.service-gallery{grid-template-columns:1fr 1fr}.service-gallery-featured{grid-column:1/-1}}
@media(max-width:620px){.service-photo-hero{min-height:500px}.service-photo-copy{padding-bottom:48px}.service-gallery{grid-template-columns:1fr}.service-gallery-featured{grid-column:auto;min-height:300px}.service-gallery-card{min-height:260px}}

/* RiverWest master logo — v15 */
.brand{background:rgba(255,255,255,.97);padding:7px 12px 7px 10px;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.16);flex:0 0 auto}
.brand-logo{display:block;width:305px;max-width:31vw;height:auto;object-fit:contain;filter:drop-shadow(0 1px 0 rgba(255,255,255,.35))}
.footer .brand{display:inline-flex;padding:9px 14px 9px 11px}
.footer .brand-logo{width:330px;max-width:100%}
@media(max-width:1100px){.brand-logo{width:270px;max-width:34vw}.nav{gap:20px}.nav-links{gap:20px}}
@media(max-width:900px){.brand-logo{width:260px;max-width:58vw}}
@media(max-width:620px){.brand{padding:5px 8px;border-radius:10px}.brand-logo{width:225px;max-width:68vw}.footer .brand-logo{width:280px}}

/* Expanded portfolio case-study content */
.case-study-sections{margin-top:36px;display:grid;gap:30px}
.case-study-section{padding-top:26px;border-top:1px solid rgba(255,255,255,.12)}
.case-study-section .h3{margin:0 0 10px}
.case-study-section p{margin:0;line-height:1.75;color:var(--muted, #aeb8c5)}
.case-study-sections>.lede{margin-top:8px}

/* Early case-study gallery for New York Pharmaceutical Meeting */
.project-gallery-early{padding-top:34px;padding-bottom:64px}
.project-gallery-early .gallery{grid-template-columns:repeat(3,1fr);gap:14px}
.project-gallery-early .gallery img,.project-gallery-early .gallery .tall,.project-gallery-early .gallery .small{grid-row:auto;grid-column:auto;min-height:0;aspect-ratio:16/7.2;height:auto;object-fit:cover;border-radius:16px}
@media(max-width:900px){.project-gallery-early .gallery{grid-template-columns:1fr 1fr}.project-gallery-early .gallery img,.project-gallery-early .gallery .tall,.project-gallery-early .gallery .small{aspect-ratio:16/8.5}}
@media(max-width:620px){.project-gallery-early{padding-top:18px}.project-gallery-early .gallery{grid-template-columns:1fr}.project-gallery-early .gallery img,.project-gallery-early .gallery .tall,.project-gallery-early .gallery .small{aspect-ratio:16/9}}

/* New York Pharmaceutical Meeting experience — v33: three larger views */
.project-gallery-early .gallery{grid-template-columns:1fr 1fr;gap:18px}
.project-gallery-early .gallery img,.project-gallery-early .gallery .tall,.project-gallery-early .gallery .small{aspect-ratio:16/9;border-radius:18px}
.project-gallery-early .gallery img:first-child{grid-column:1/-1;aspect-ratio:16/6.6}
@media(max-width:760px){.project-gallery-early .gallery{grid-template-columns:1fr}.project-gallery-early .gallery img:first-child{grid-column:auto;aspect-ratio:16/9}}

/* Corporate General Session article manifesto */
.article-manifesto{position:relative;margin:0 0 72px;padding:clamp(34px,5vw,64px);overflow:hidden;border-radius:28px;background:linear-gradient(145deg,#0a0d12 0%,#111b2b 58%,#0b1018 100%);color:#fff;box-shadow:0 28px 70px rgba(5,12,24,.18)}
.article-manifesto:before{content:"";position:absolute;width:420px;height:420px;right:-180px;top:-220px;border-radius:50%;background:radial-gradient(circle,rgba(40,133,255,.32),rgba(40,133,255,0) 70%)}
.article-manifesto:after{content:"";position:absolute;left:clamp(34px,5vw,64px);top:0;width:86px;height:4px;background:linear-gradient(90deg,#4ba3ff,#9dc9ff)}
.manifesto-kicker{position:relative!important;margin:0 0 34px!important;color:#aebed2!important;font-size:.78rem!important;font-weight:750;letter-spacing:.17em;text-transform:uppercase}
.manifesto-lines{position:relative;display:grid;gap:9px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.14)}
.manifesto-lines div{font-size:clamp(1.65rem,3.8vw,3.25rem);font-weight:760;line-height:1.02;letter-spacing:-.055em;color:#fff}
.manifesto-lines div:nth-child(even){padding-left:clamp(10px,4vw,58px)}
.manifesto-lines span{font-weight:430;color:#9db2cb}
.manifesto-lines div:last-child span{color:#68aefc;font-style:italic}
.manifesto-payoff{position:relative;margin-top:34px;font-size:clamp(2.15rem,5.6vw,4.9rem);font-weight:560;line-height:.98;letter-spacing:-.065em;color:#fff}
.manifesto-payoff strong{display:block;margin-top:12px;font-weight:800;background:linear-gradient(90deg,#fff 0%,#7ebaff 58%,#b8d9ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
@media(max-width:760px){.article-manifesto{margin-left:-8px;margin-right:-8px;border-radius:22px}.manifesto-lines div:nth-child(even){padding-left:0}.manifesto-payoff strong{margin-top:9px}}

/* Capabilities editorial production image — v41 */
.capability-photo{margin:18px 0 22px;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:#101216}
.capability-photo img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .5s ease}
.capability-photo:hover img{transform:scale(1.015)}

/* ONC case study — screenshot-inspired portfolio layout v50 */
.onc-case-study-page #projectDetail + .section{display:none}
.onc-case-study{background:#fff;color:#173354}
.onc-hero{position:relative;min-height:610px;display:flex;align-items:flex-end;overflow:hidden;background:#091d34;color:#fff}
.onc-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 46%}
.onc-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,24,45,.96) 0%,rgba(3,24,45,.82) 35%,rgba(3,24,45,.26) 64%,rgba(3,24,45,.08) 100%)}
.onc-hero-inner{position:relative;z-index:2;padding-top:180px;padding-bottom:54px}
.onc-hero-copy{max-width:650px}
.onc-kicker{display:inline-block;margin-bottom:18px;padding-bottom:7px;border-bottom:3px solid #19a9e5;font-size:.76rem;font-weight:800;letter-spacing:.19em;text-transform:uppercase}
.onc-hero h1{margin:0;color:#fff;font-size:clamp(2.55rem,5vw,4.45rem);line-height:.98;letter-spacing:-.055em;max-width:900px}
.onc-tagline{margin:16px 0 22px!important;color:#fff!important;font-size:clamp(1.35rem,2.2vw,2rem)!important;line-height:1.2!important;font-weight:450}
.onc-hero-copy>p:last-child{max-width:610px;margin:0;color:rgba(255,255,255,.94);font-size:1rem;line-height:1.55}
.onc-main{padding:42px 0 38px;background:#fff}
.onc-main-grid{display:grid;grid-template-columns:minmax(275px,.82fr) minmax(0,2fr);gap:36px;align-items:start}
.onc-copy-column{padding-top:2px}
.onc-copy-block{margin-bottom:38px}
.onc-copy-block h2{margin:0 0 9px;color:#0c315c;font-size:clamp(1.28rem,1.8vw,1.7rem);letter-spacing:-.035em;line-height:1.08}
.onc-copy-block p{margin:0 0 13px;color:#50647a;font-size:.96rem;line-height:1.55}
.onc-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:start}
.onc-photo{margin:0;overflow:hidden;background:#eef2f5;min-height:245px}
.onc-photo-wide{grid-column:1/-1;min-height:355px}
.onc-photo img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:16/10;transition:transform .5s ease}
.onc-photo-wide img{aspect-ratio:16/6.6}
.onc-photo:hover img{transform:scale(1.015)}
.onc-facts-wrap{padding:14px 0 36px;background:#fff}
.onc-facts{display:grid;grid-template-columns:1.05fr 1fr 1.1fr 1.85fr;background:#f4f7fa;border:1px solid #e3eaf0}
.onc-fact{display:flex;gap:13px;min-height:108px;padding:20px 18px;border-right:1px solid #dfe6ec;color:#35516d}
.onc-fact:last-child{border-right:0}
.onc-fact-icon{flex:0 0 auto;color:#113e70;font-size:1.55rem;line-height:1}
.onc-fact strong{display:block;margin-bottom:6px;color:#183c64;font-size:.82rem}
.onc-fact span:not(.onc-fact-icon){display:block;font-size:.72rem;line-height:1.4;color:#486079}
.onc-next-event{position:relative;padding:45px 0 47px;background:#03284c;color:#fff;overflow:hidden}
.onc-next-event:after{content:"";position:absolute;right:5%;top:0;width:46%;height:100%;opacity:.22;background:radial-gradient(ellipse at center,rgba(58,164,238,.48),transparent 65%)}
.onc-next-event-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:30px}
.onc-next-event h2{margin:0 0 7px;color:#fff;font-size:clamp(1.7rem,2.5vw,2.45rem);letter-spacing:-.04em}
.onc-next-event p{margin:0;color:#d5e4f1;max-width:570px}
.onc-cta{white-space:nowrap;background:#119aec;border-color:#119aec}
.onc-cta span{margin-left:10px}
@media(max-width:980px){.onc-main-grid{grid-template-columns:1fr}.onc-copy-column{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.onc-photo-wide{min-height:280px}.onc-facts{grid-template-columns:1fr 1fr}.onc-fact:nth-child(2){border-right:0}.onc-fact:nth-child(-n+2){border-bottom:1px solid #dfe6ec}}
@media(max-width:700px){.onc-hero{min-height:620px}.onc-hero-inner{padding-top:145px}.onc-hero-shade{background:linear-gradient(180deg,rgba(3,24,45,.62),rgba(3,24,45,.94) 62%,rgba(3,24,45,.98))}.onc-hero h1 br{display:none}.onc-main-grid{gap:20px}.onc-copy-column{display:block}.onc-copy-block{margin-bottom:30px}.onc-gallery{grid-template-columns:1fr}.onc-photo-wide{grid-column:auto}.onc-photo,.onc-photo-wide{min-height:0}.onc-photo img,.onc-photo-wide img{aspect-ratio:16/9}.onc-facts{grid-template-columns:1fr}.onc-fact,.onc-fact:nth-child(2){border-right:0;border-bottom:1px solid #dfe6ec}.onc-fact:last-child{border-bottom:0}.onc-next-event-inner{align-items:flex-start;flex-direction:column}.onc-cta{width:100%;text-align:center}}

/* About page production collage — v55 */
.about-production-collage{width:100%;overflow:hidden;background:#06111f;border-bottom:1px solid rgba(255,255,255,.08)}
.about-production-collage img{display:block;width:100%;height:auto;max-height:680px;object-fit:cover;object-position:center}
@media(max-width:760px){.about-production-collage img{min-height:420px;object-fit:cover;object-position:center}}


/* Lighting gallery spacing — v59: 1/4 inch between photography and capability text */
.service-gallery-lighting{padding-bottom:12px}
.service-gallery-lighting + .section{padding-top:12px}
@media(max-width:900px){.service-gallery-lighting{padding-bottom:12px}.service-gallery-lighting + .section{padding-top:12px}}

/* Cameras & Live Production gallery spacing — v60 */
.service-gallery-cameras-live-production{padding-bottom:12px}
.service-gallery-cameras-live-production + .section{padding-top:12px}
@media(max-width:900px){.service-gallery-cameras-live-production{padding-bottom:12px}.service-gallery-cameras-live-production + .section{padding-top:12px}}

/* Streaming & Hybrid Meetings — v65: preserve exact panoramic artwork */
.service-gallery-streaming-hybrid{grid-template-columns:1fr}
.service-gallery-streaming-hybrid .service-gallery-card{min-height:0;aspect-ratio:auto;background:transparent;overflow:visible}
.service-gallery-streaming-hybrid .service-gallery-card img{position:relative;inset:auto;display:block;width:100%;height:auto;object-fit:contain;border-radius:22px}
.service-gallery-streaming-hybrid .service-gallery-card:after{display:none}
.service-gallery-streaming-hybrid .service-gallery-card figcaption{display:none}
.service-gallery-streaming-hybrid{padding-bottom:12px}
.service-gallery-streaming-hybrid + .section{padding-top:12px}
@media(max-width:900px){.service-gallery-streaming-hybrid{grid-template-columns:1fr}.service-gallery-streaming-hybrid .service-gallery-featured{grid-column:auto;min-height:0}.service-gallery-streaming-hybrid + .section{padding-top:12px}}

/* v66 — add vertical breathing room in homepage hero so tagline lettering never overlaps */
.hero-art-panel .hero-tagline .tagline-small:nth-of-type(3){
  margin-top:22px;
}
.hero-art-panel .hero-tagline .tagline-finale{
  margin-top:20px;
  margin-bottom:30px;
}
.hero-art-panel .hero-panel-kicker{
  margin-top:32px;
}
@media(max-width:760px){
  .hero-art-panel .hero-tagline .tagline-small:nth-of-type(3){margin-top:18px}
  .hero-art-panel .hero-tagline .tagline-finale{margin-top:18px;margin-bottom:26px}
  .hero-art-panel .hero-panel-kicker{margin-top:28px}
}

/* Streaming & Hybrid Meetings: keep the page focused on the single panoramic production image. */
.service-gallery-streaming-hybrid .service-gallery-card:not(:first-child){display:none!important}

/* Audio service panoramic gallery */
.service-gallery-audio{grid-template-columns:1fr;padding-bottom:12px}
.service-gallery-audio .service-gallery-card,.service-gallery-audio .service-gallery-featured{width:100%;min-height:0;aspect-ratio:16/9}
.service-gallery-audio + .section{padding-top:12px}
@media(max-width:900px){.service-gallery-audio{grid-template-columns:1fr;padding-bottom:12px}.service-gallery-audio + .section{padding-top:12px}}

/* Audio service gallery: span the full text container without cropping or distorting the image */
.service-gallery-audio{grid-template-columns:1fr}
.service-gallery-audio .service-gallery-card{min-height:0;aspect-ratio:auto;background:transparent;overflow:visible}
.service-gallery-audio .service-gallery-card img{position:relative;inset:auto;display:block;width:100%;height:auto;object-fit:contain;border-radius:22px}
.service-gallery-audio .service-gallery-card:after{display:none}

/* v71 — Audio capability hero statements */
.service-gallery-audio + .section .feature-row{align-items:flex-start}
.service-gallery-audio + .section .feature-row strong{display:block}
.service-gallery-audio + .section .feature-hero{margin:7px 0 0;max-width:520px;color:#68717b;font-size:.92rem;line-height:1.5;font-weight:400}
@media(max-width:700px){.service-gallery-audio + .section .feature-hero{font-size:.88rem}}

/* v72 — Audio production collage fills the same left/right text margins, preserving aspect ratio */
.service-gallery-section.service-gallery-audio .container{width:min(calc(100% - 40px),var(--max));max-width:var(--max)}
.service-gallery-section.service-gallery-audio .service-gallery{width:100%}
.service-gallery-section.service-gallery-audio .service-gallery-card{width:100%;margin:0}
.service-gallery-section.service-gallery-audio .service-gallery-card img{width:100%;height:auto;object-fit:contain}
.service-gallery-section.service-gallery-audio .service-gallery-card figcaption{display:none}
@media(max-width:620px){.service-gallery-section.service-gallery-audio .container{width:min(calc(100% - 28px),var(--max))}}

/* v73 — Video & LED showcase: full-width panoramic artwork, preserve perspective */
.service-gallery-video-led{grid-template-columns:1fr;width:100%}
.service-gallery-video-led .service-gallery-card{min-height:0;aspect-ratio:auto;background:transparent;overflow:visible}
.service-gallery-video-led .service-gallery-card img{position:relative;inset:auto;display:block;width:100%;height:auto;object-fit:contain;border-radius:22px}
.service-gallery-video-led .service-gallery-card:after,.service-gallery-video-led .service-gallery-card figcaption{display:none}
.service-gallery-video-led .service-gallery-featured{min-height:0}

/* v74 — Audio second image: force full text-column width while preserving original perspective */
.service-gallery-section.service-gallery-audio .container{width:min(calc(100% - 40px),var(--max))!important;max-width:var(--max)!important;margin-left:auto!important;margin-right:auto!important}
.service-gallery-section.service-gallery-audio .service-gallery{display:block!important;width:100%!important;max-width:none!important}
.service-gallery-section.service-gallery-audio .service-gallery-card,.service-gallery-section.service-gallery-audio .service-gallery-featured{display:block!important;width:100%!important;max-width:none!important;min-height:0!important;aspect-ratio:auto!important;margin:0!important;overflow:visible!important;background:transparent!important}
.service-gallery-section.service-gallery-audio .service-gallery-card img{position:static!important;display:block!important;width:100%!important;max-width:none!important;height:auto!important;object-fit:contain!important;object-position:center!important;transform:none!important}
@media(max-width:620px){.service-gallery-section.service-gallery-audio .container{width:min(calc(100% - 28px),var(--max))!important}}
/* v76 integrated approved service visuals */
.service-card{padding:0;overflow:hidden;justify-content:flex-start}
.service-card-image{display:block;width:100%;height:118px;object-fit:cover;border-radius:var(--radius) var(--radius) 0 0}
.service-card>div{padding:28px 30px 30px}
.service-gallery-audio .service-gallery,.service-gallery-lighting .service-gallery,.service-gallery-staging .service-gallery,.service-gallery-streaming-hybrid .service-gallery,.service-gallery-cameras-live-production .service-gallery,.service-gallery-technical-production-management .service-gallery{display:block!important;width:100%!important}
.service-gallery-audio .service-gallery-card,.service-gallery-lighting .service-gallery-card,.service-gallery-staging .service-gallery-card,.service-gallery-streaming-hybrid .service-gallery-card,.service-gallery-cameras-live-production .service-gallery-card,.service-gallery-technical-production-management .service-gallery-card{min-height:0!important;aspect-ratio:auto!important;background:transparent!important;overflow:visible!important}
.service-gallery-audio .service-gallery-card img,.service-gallery-lighting .service-gallery-card img,.service-gallery-staging .service-gallery-card img,.service-gallery-streaming-hybrid .service-gallery-card img,.service-gallery-cameras-live-production .service-gallery-card img,.service-gallery-technical-production-management .service-gallery-card img{position:static!important;display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;border-radius:22px!important;transform:none!important}
.service-gallery-audio .service-gallery-card:after,.service-gallery-lighting .service-gallery-card:after,.service-gallery-staging .service-gallery-card:after,.service-gallery-streaming-hybrid .service-gallery-card:after,.service-gallery-cameras-live-production .service-gallery-card:after,.service-gallery-technical-production-management .service-gallery-card:after{display:none!important}
.service-gallery-audio figcaption:empty,.service-gallery-lighting figcaption:empty,.service-gallery-staging figcaption:empty,.service-gallery-streaming-hybrid figcaption:empty,.service-gallery-cameras-live-production figcaption:empty,.service-gallery-technical-production-management figcaption:empty{display:none!important}

/* v77 Video & LED gallery: three equal image cards spanning the content width, with capability copy 1/4 inch below. */
.service-gallery-section.service-gallery-video-led{padding-top:20px;padding-bottom:0}
.service-gallery-section.service-gallery-video-led .container{width:min(calc(100% - 40px),var(--max));max-width:var(--max);margin-left:auto;margin-right:auto}
.service-gallery-video-led .service-gallery{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important}
.service-gallery-video-led .service-gallery-card,.service-gallery-video-led .service-gallery-featured{min-height:0!important;aspect-ratio:auto!important;margin:0!important;overflow:hidden!important;background:transparent!important;border-radius:16px!important}
.service-gallery-video-led .service-gallery-card img{position:static!important;display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;transform:none!important;border-radius:16px!important}
.service-gallery-video-led .service-gallery-card:after,.service-gallery-video-led .service-gallery-card figcaption{display:none!important}
.service-gallery-video-led + .section{padding-top:24px}
.service-gallery-video-led + .section .feature-row{align-items:flex-start}
.service-gallery-video-led + .section .feature-row strong{display:block}
.service-gallery-video-led + .section .feature-hero{margin:7px 0 0;max-width:560px;color:#68717b;font-size:.92rem;line-height:1.5;font-weight:400}
@media(max-width:900px){.service-gallery-video-led .service-gallery{grid-template-columns:1fr!important;gap:12px!important}.service-gallery-video-led + .section{padding-top:24px}}
@media(max-width:620px){.service-gallery-section.service-gallery-video-led .container{width:min(calc(100% - 28px),var(--max))}.service-gallery-video-led + .section .feature-hero{font-size:.88rem}}

/* v78 — approved services overview imagery. Keep all service-card image frames consistent with Video & LED. */
.service-card-image{height:118px;aspect-ratio:auto;object-fit:cover;object-position:center}
.service-card>div{padding-top:24px}

/* v79 — Technical Production Management: approved single show-management rehearsal image.
   Keep the image full-width like the Video & LED treatment and place capability copy 1/4 inch below. */
.service-gallery-section.service-gallery-technical-production-management{padding-top:20px;padding-bottom:0}
.service-gallery-section.service-gallery-technical-production-management .container{width:min(calc(100% - 40px),var(--max));max-width:var(--max);margin-left:auto;margin-right:auto}
.service-gallery-technical-production-management .service-gallery{display:block!important;width:100%!important}
.service-gallery-technical-production-management .service-gallery-card,.service-gallery-technical-production-management .service-gallery-featured{display:block!important;width:100%!important;min-height:0!important;aspect-ratio:auto!important;margin:0!important;overflow:hidden!important;background:transparent!important;border-radius:16px!important;border:0!important}
.service-gallery-technical-production-management .service-gallery-card img{position:static!important;display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;transform:none!important;border-radius:16px!important}
.service-gallery-technical-production-management .service-gallery-card:after,.service-gallery-technical-production-management .service-gallery-card figcaption{display:none!important}
.service-gallery-technical-production-management + .section{padding-top:24px}
@media(max-width:620px){.service-gallery-section.service-gallery-technical-production-management .container{width:min(calc(100% - 28px),var(--max))}.service-gallery-technical-production-management + .section{padding-top:24px}}

/* v80 — Audio: remove embedded duplicate capability text from gallery image; keep remaining capability content 1/4 inch below. */
.service-gallery-section.service-gallery-audio{padding-bottom:0!important}
.service-gallery-audio + .section{padding-top:24px!important}

/* v81 — Audio production gallery aligned to the Video & LED three-panel layout */
.service-gallery-section.service-gallery-audio{padding-top:20px!important;padding-bottom:0!important}
.service-gallery-section.service-gallery-audio .container{width:min(calc(100% - 40px),var(--max))!important;max-width:var(--max)!important;margin-left:auto!important;margin-right:auto!important}
.service-gallery-audio .service-gallery{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important}
.service-gallery-audio .service-gallery-card,.service-gallery-audio .service-gallery-featured{position:relative!important;display:block!important;min-height:0!important;aspect-ratio:auto!important;margin:0!important;overflow:hidden!important;background:#0b0d11!important;border-radius:16px!important}
.service-gallery-audio .service-gallery-card img{position:static!important;display:block!important;width:100%!important;height:auto!important;object-fit:cover!important;transform:none!important;border-radius:16px!important}
.service-gallery-audio .service-gallery-card:after{display:block!important;content:""!important;position:absolute!important;inset:45% 0 0!important;background:linear-gradient(transparent,rgba(0,0,0,.82))!important;pointer-events:none!important}
.service-gallery-audio .service-gallery-card figcaption{display:block!important;position:absolute!important;left:18px!important;right:18px!important;bottom:16px!important;z-index:2!important;color:#fff!important;font-size:1rem!important;font-weight:700!important}
.service-gallery-audio + .section{padding-top:24px!important}
@media(max-width:900px){.service-gallery-audio .service-gallery{grid-template-columns:1fr!important;gap:12px!important}}
@media(max-width:620px){.service-gallery-section.service-gallery-audio .container{width:min(calc(100% - 28px),var(--max))!important}}

/* v82 — Staging: bring capability text to approximately 1/4 inch below the gallery. */
.service-gallery-section.service-gallery-staging{padding-bottom:0!important}
.service-gallery-staging + .section{padding-top:24px!important}

/* v83 — Staging capability typography/layout matched to approved reference. */
.service-gallery-staging + .section .split{
  grid-template-columns:minmax(0, .88fr) minmax(0, 1.12fr);
  gap:88px;
  align-items:start;
}
.service-gallery-staging + .section .split > div:first-child .h2{
  max-width:500px;
  font-size:clamp(3rem,4.7vw,4.75rem);
  line-height:1.02;
  letter-spacing:-.05em;
  margin-top:18px;
}
.service-gallery-staging + .section .split > div:last-child > .lede{
  max-width:720px;
  margin-top:0;
}
.service-gallery-staging + .section .feature-list{
  margin-top:36px!important;
}
.service-gallery-staging + .section .feature-row{
  grid-template-columns:90px minmax(0,1fr) auto;
  gap:22px;
  padding:29px 0;
}
.service-gallery-staging + .section .feature-row p{
  max-width:620px;
}
@media(max-width:900px){
  .service-gallery-staging + .section .split{grid-template-columns:1fr;gap:44px}
  .service-gallery-staging + .section .split > div:first-child .h2{max-width:620px}
  .service-gallery-staging + .section .feature-row{grid-template-columns:60px 1fr}
}
@media(max-width:620px){
  .service-gallery-staging + .section .split{gap:34px}
  .service-gallery-staging + .section .feature-row{grid-template-columns:42px 1fr;padding:24px 0}
}

/* v92 — Audio gallery checkpoint: preserve the approved three-panel Video & LED-style arrangement. */

/* v95: Audio hero background only. Preserve all other service page styling. */
.service-photo-hero:has(+ .service-gallery-section.service-gallery-audio)>img{object-position:center center}

/* v97 — Audio service detail: lock approved three-card horizontal layout. */
.service-gallery-section.service-gallery-audio{
  padding-top:20px!important;
  padding-bottom:0!important;
}
.service-gallery-section.service-gallery-audio .container{
  width:min(calc(100% - 40px),var(--max))!important;
  max-width:var(--max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.service-gallery-section.service-gallery-audio .service-gallery{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  max-width:none!important;
}
.service-gallery-section.service-gallery-audio .service-gallery-card,
.service-gallery-section.service-gallery-audio .service-gallery-featured{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  margin:0!important;
  overflow:hidden!important;
  background:#0b0d11!important;
  border-radius:16px!important;
}
.service-gallery-section.service-gallery-audio .service-gallery-card img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:16px!important;
  transform:none!important;
}
.service-gallery-section.service-gallery-audio .service-gallery-card:after{
  display:block!important;
  content:""!important;
  position:absolute!important;
  inset:52% 0 0!important;
  background:linear-gradient(transparent,rgba(0,0,0,.78))!important;
  pointer-events:none!important;
}
.service-gallery-section.service-gallery-audio .service-gallery-card figcaption{
  display:block!important;
  position:absolute!important;
  left:16px!important;
  right:16px!important;
  bottom:14px!important;
  z-index:2!important;
  color:#fff!important;
  font-size:1rem!important;
  line-height:1.2!important;
  font-weight:700!important;
}
.service-gallery-audio + .section{padding-top:24px!important}
@media(max-width:800px){
  .service-gallery-section.service-gallery-audio .service-gallery{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
}
@media(max-width:620px){
  .service-gallery-section.service-gallery-audio .container{
    width:min(calc(100% - 28px),var(--max))!important;
  }
}

/* v98 — Streaming & Hybrid: three-card gallery matching approved Audio card shape */
.service-gallery-section.service-gallery-streaming-hybrid .service-gallery{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
}
.service-gallery-section.service-gallery-streaming-hybrid .service-gallery-card,
.service-gallery-section.service-gallery-streaming-hybrid .service-gallery-featured{
  display:block!important;
  position:relative!important;
  width:100%!important;
  min-height:0!important;
  aspect-ratio:1.62/1!important;
  margin:0!important;
  overflow:hidden!important;
  border-radius:16px!important;
  background:#0b0d11!important;
}
.service-gallery-section.service-gallery-streaming-hybrid .service-gallery-card:not(:first-child){display:block!important}
.service-gallery-section.service-gallery-streaming-hybrid .service-gallery-card img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:16px!important;
  transform:none!important;
}
.service-gallery-section.service-gallery-streaming-hybrid .service-gallery-card:after,
.service-gallery-section.service-gallery-streaming-hybrid .service-gallery-card figcaption{display:none!important}
@media(max-width:800px){
  .service-gallery-section.service-gallery-streaming-hybrid .service-gallery{grid-template-columns:1fr!important}
}

/* v100 — Insights editorial knowledge cards */
.insights-editorial-section{padding-top:72px}
.insights-editorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.insight-editorial-card{overflow:hidden;border:1px solid var(--line-dark);border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(8,10,14,.05)}
.insight-editorial-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#0b0d11}
.insight-editorial-copy{padding:28px 30px 32px}
.insight-editorial-copy h3{margin:0 0 12px;font-size:clamp(1.3rem,2vw,1.85rem);line-height:1.05;letter-spacing:-.035em}
.insight-editorial-copy p{margin:0;color:#676e78;font-size:1.02rem;line-height:1.55}
.insights-articles-section{padding-top:88px}
@media(max-width:800px){.insights-editorial-grid{grid-template-columns:1fr}.insights-editorial-section{padding-top:52px}.insight-editorial-copy{padding:24px}.insights-articles-section{padding-top:64px}}

/* v103 — About collage flows directly into the About hero without the prior excess space. */
.about-production-collage + .page-hero{padding-top:64px;padding-bottom:58px}
@media(max-width:620px){.about-production-collage + .page-hero{padding-top:52px;padding-bottom:50px}}

/* v109 Portfolio spacing: filters 1/4 inch below title; project grid raised with them. */
.portfolio-page .page-hero{padding-bottom:0}
.portfolio-page .page-hero .h1{margin-bottom:0}
.portfolio-page .page-hero + .section{padding-top:0}
.portfolio-page #projectFilters{margin:24px 0 24px}
@media(max-width:620px){.portfolio-page .page-hero{padding-bottom:0}.portfolio-page .page-hero + .section{padding-top:0}.portfolio-page #projectFilters{margin:24px 0 24px}}

/* Portfolio title refinement v110 */
.portfolio-page .portfolio-title{max-width:1120px;font-size:clamp(3rem,5.5vw,5.8rem);line-height:.94;letter-spacing:-.055em;margin-top:22px}
.portfolio-page .portfolio-title span{display:block}
.portfolio-page .portfolio-title-lead{font-size:.52em;line-height:1.05;letter-spacing:.015em;text-transform:uppercase;color:#9ba4b0;margin-bottom:16px;font-weight:680}
.portfolio-page .portfolio-title-rest{max-width:1050px}
@media(max-width:760px){.portfolio-page .portfolio-title{font-size:clamp(2.7rem,11vw,4.6rem)}.portfolio-page .portfolio-title-lead{font-size:.42em;margin-bottom:12px}.portfolio-page .portfolio-title-rest br{display:none}}

/* v111 — Portfolio hero hierarchy: larger title, smaller editorial supporting line */
.portfolio-page .portfolio-title{
  max-width:1180px;
  margin-top:22px;
  line-height:1;
  letter-spacing:0;
}
.portfolio-page .portfolio-title-lead{
  font-size:clamp(3.7rem,6.6vw,7.35rem);
  line-height:.9;
  letter-spacing:.025em;
  text-transform:uppercase;
  color:#aab2bd;
  margin-bottom:26px;
  font-weight:760;
}
.portfolio-page .portfolio-title-rest{
  max-width:900px;
  font-size:clamp(2rem,3.2vw,3.55rem);
  line-height:1.06;
  letter-spacing:-.035em;
  font-weight:480;
  color:#f4f5f7;
  padding-left:28px;
  border-left:2px solid rgba(82,145,255,.8);
}
@media(max-width:760px){
  .portfolio-page .portfolio-title-lead{
    font-size:clamp(2.7rem,11vw,4.9rem);
    margin-bottom:18px;
  }
  .portfolio-page .portfolio-title-rest{
    font-size:clamp(1.55rem,6.8vw,2.55rem);
    padding-left:18px;
  }
  .portfolio-page .portfolio-title-rest br{display:none}
}

/* v112 — Portfolio hero refinement: more breathing room, calmer hierarchy */
.portfolio-page .page-hero{
  padding-bottom:52px;
}
.portfolio-page .portfolio-title-lead{
  font-size:clamp(3.15rem,5.35vw,6.15rem);
  line-height:.93;
  letter-spacing:.02em;
  margin-bottom:24px;
}
.portfolio-page .portfolio-title-rest{
  max-width:820px;
  font-size:clamp(1.75rem,2.65vw,2.95rem);
  line-height:1.12;
  letter-spacing:-.025em;
  font-weight:430;
  padding-left:30px;
}
.portfolio-page .page-hero + .section{padding-top:0}
.portfolio-page #projectFilters{margin:22px 0 24px}
@media(max-width:760px){
  .portfolio-page .page-hero{padding-bottom:38px}
  .portfolio-page .portfolio-title-lead{font-size:clamp(2.55rem,10vw,4.4rem);margin-bottom:18px}
  .portfolio-page .portfolio-title-rest{font-size:clamp(1.45rem,6vw,2.25rem);padding-left:18px;max-width:100%}
  .portfolio-page #projectFilters{margin:20px 0 22px}
}

/* v114 — Responsive & Mobile Optimization */
@supports (padding: max(0px)) {
  @media (max-width:900px) {
    .mobile-conversion-bar{
      left:max(12px,env(safe-area-inset-left));
      right:max(12px,env(safe-area-inset-right));
      bottom:max(12px,env(safe-area-inset-bottom));
    }
    body{padding-bottom:calc(76px + env(safe-area-inset-bottom));}
    .footer{padding-bottom:calc(100px + env(safe-area-inset-bottom));}
  }
}

/* Comfortable, consistent touch targets without changing desktop proportions. */
@media (max-width:900px){
  .menu-toggle{min-width:44px;min-height:44px;display:grid;place-items:center;padding:8px;border-radius:10px;cursor:pointer}
  .nav-links a{min-height:44px;display:flex;align-items:center}
  .nav-links .btn{justify-content:center}
  .filter,.filter-btn,#projectFilters button,.mobile-conversion-bar a{min-height:44px}
  .nav-links{max-height:calc(100dvh - 96px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:calc(30px + env(safe-area-inset-bottom))}
}
@media (max-width:620px){
  .nav-links{max-height:calc(100dvh - 80px)}
}

/* Short landscape phone screens: keep the complete menu reachable. */
@media (max-width:900px) and (max-height:520px) and (orientation:landscape){
  .nav{height:68px}
  .nav-links{inset:68px 0 auto;max-height:calc(100dvh - 68px);padding-top:12px;padding-bottom:calc(16px + env(safe-area-inset-bottom));gap:8px}
  .nav-links a{min-height:40px}
  .brand-logo{width:210px;max-width:46vw}
  .mobile-conversion-bar{padding:5px}
  .mobile-conversion-bar a{min-height:42px}
}

/* Extra-small phones: protect long headings and reduce edge pressure. */
@media (max-width:360px){
  .container{width:min(calc(100% - 22px),var(--max))}
  .brand-logo{width:200px;max-width:64vw}
  .page-hero{padding-top:124px;padding-bottom:56px}
  .h1{font-size:clamp(2.35rem,12.5vw,3.4rem);letter-spacing:-.045em}
  .h2{font-size:clamp(1.9rem,10vw,2.7rem)}
  .display{font-size:clamp(2.85rem,17vw,4.6rem)}
  .lede{font-size:1rem}
  .section{padding:60px 0}
  .cta-band{padding:34px 20px;border-radius:22px}
  .portfolio-page .portfolio-title{font-size:clamp(2.35rem,10.8vw,3.6rem)}
  .portfolio-page .portfolio-title-lead{font-size:.44em}
  .mobile-conversion-bar{left:8px;right:8px;gap:2px}
  .mobile-conversion-bar a{font-size:.82rem;padding-inline:8px}
}


/* v115 — Homepage cinematic background-video layer */
.hero .hero-media{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:url('../images/hero-stage.svg') center/cover no-repeat;
  transform:scale(1.02);
}
.hero .hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  opacity:.72;
  filter:brightness(.72) contrast(1.06) saturate(.92);
}
/* 25% Riverwest-blue wash over the moving image. */
.hero .hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(24,88,180,.25);
  pointer-events:none;
}
/* Preserve the existing dark readability treatment over both video and fallback poster. */
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.18) 35%,rgba(5,6,9,.9) 100%);
}
@media (prefers-reduced-motion:reduce){
  .hero .hero-video{display:none}
}
\n\n/* v117 — Smoother cinematic Ken Burns sequence using actual Riverwest production photography */
.hero .hero-media.hero-kenburns{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#05070b;
  transform:none;
}
.hero .hero-kb-slide{
  position:absolute;
  inset:-2.5%;
  width:105%;
  height:105%;
  object-fit:cover;
  object-position:center center;
  opacity:0;
  filter:blur(1.8px) brightness(.58) saturate(.88);
  will-change:transform,opacity;
  backface-visibility:hidden;
  transform:var(--kb-start,scale(1.035));
  animation:kb-sequence 70s linear infinite;
  animation-delay:var(--kb-delay,0s);
}
/* Each image begins 14 seconds after the previous one. The 4-second overlap
   creates a true cross-dissolve while both photographs continue moving. */
.hero .hero-kb-1{
  --kb-delay:-4s;
  --kb-start:scale(1.035) translate3d(.4%,.2%,0);
  --kb-end:scale(1.085) translate3d(-1.15%,-.55%,0);
}
.hero .hero-kb-2{
  --kb-delay:10s;
  --kb-start:scale(1.075) translate3d(1.1%,.25%,0);
  --kb-end:scale(1.035) translate3d(-.7%,-.45%,0);
}
.hero .hero-kb-3{
  --kb-delay:24s;
  --kb-start:scale(1.035) translate3d(-.8%,.55%,0);
  --kb-end:scale(1.085) translate3d(.95%,-.5%,0);
}
.hero .hero-kb-4{
  --kb-delay:38s;
  --kb-start:scale(1.08) translate3d(-1%,.15%,0);
  --kb-end:scale(1.04) translate3d(.8%,-.4%,0);
}
.hero .hero-kb-5{
  --kb-delay:52s;
  --kb-start:scale(1.04) translate3d(.9%,.55%,0);
  --kb-end:scale(1.085) translate3d(-1%,-.45%,0);
}
@keyframes kb-sequence{
  0%{
    opacity:0;
    transform:var(--kb-start);
    animation-timing-function:ease-in-out;
  }
  5.714%{opacity:1}
  20%{opacity:1}
  25.714%{
    opacity:0;
    transform:var(--kb-end);
  }
  100%{
    opacity:0;
    transform:var(--kb-end);
  }
}
/* Consistent Riverwest-blue wash helps visually match photographs with different lighting. */
.hero .hero-media.hero-kenburns::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(24,88,180,.20);
  pointer-events:none;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.30),rgba(0,0,0,.20) 35%,rgba(5,6,9,.91) 100%);
}
@media (prefers-reduced-motion:reduce){
  .hero .hero-kb-slide{animation:none;opacity:0;transform:none}
  .hero .hero-kb-1{opacity:1}
}
@media(max-width:620px){
  .hero .hero-kb-slide{filter:blur(1.4px) brightness(.54) saturate(.86)}
}


/* v118 — ultra-smooth Ken Burns motion: GPU compositing, constant transform velocity, gentler travel */
.hero .hero-kb-slide{
  inset:-4%;
  width:108%;
  height:108%;
  filter:blur(1.8px) brightness(.58) saturate(.88);
  transform-origin:50% 50%;
  transform:var(--kb-start,scale(1.04) translate3d(0,0,0));
  will-change:transform,opacity;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  perspective:1000px;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
  animation:kb-sequence-smooth 70s linear infinite;
  animation-delay:var(--kb-delay,0s);
}
.hero .hero-kb-1{--kb-start:scale(1.040) translate3d(.20%,.10%,0);--kb-end:scale(1.075) translate3d(-.55%,-.25%,0)}
.hero .hero-kb-2{--kb-start:scale(1.070) translate3d(.50%,.12%,0);--kb-end:scale(1.040) translate3d(-.30%,-.20%,0)}
.hero .hero-kb-3{--kb-start:scale(1.040) translate3d(-.35%,.25%,0);--kb-end:scale(1.075) translate3d(.45%,-.22%,0)}
.hero .hero-kb-4{--kb-start:scale(1.072) translate3d(-.45%,.08%,0);--kb-end:scale(1.042) translate3d(.35%,-.18%,0)}
.hero .hero-kb-5{--kb-start:scale(1.042) translate3d(.40%,.25%,0);--kb-end:scale(1.075) translate3d(-.45%,-.20%,0)}
@keyframes kb-sequence-smooth{
  0%{opacity:0;transform:var(--kb-start)}
  5.714%{opacity:1}
  20%{opacity:1}
  25.714%{opacity:0;transform:var(--kb-end)}
  100%{opacity:0;transform:var(--kb-end)}
}
@media(max-width:620px){
  .hero .hero-kb-slide{filter:blur(1.4px) brightness(.54) saturate(.86)}
}

/* v120 — Portfolio case studies: tighten hero/meta and section-heading spacing consistently */
body:not(.onc-case-study-page) #projectDetail > .project-hero + .section{
  padding-top:24px;
  padding-bottom:0;
}
body:not(.onc-case-study-page) #projectDetail > .project-hero + .section .meta-grid{
  margin:0;
}
body:not(.onc-case-study-page) #projectDetail > .project-hero + .section + .section,
body:not(.onc-case-study-page) #projectDetail > .project-hero + .section + .project-gallery-early + .section{
  padding-top:48px;
}
@media(max-width:760px){
  body:not(.onc-case-study-page) #projectDetail > .project-hero + .section{padding-top:20px}
  body:not(.onc-case-study-page) #projectDetail > .project-hero + .section + .section,
  body:not(.onc-case-study-page) #projectDetail > .project-hero + .section + .project-gallery-early + .section{padding-top:40px}
}
