
:root{--black:#080a0d;--panel:#12171e;--white:#f7f7f4;--muted:#a6afb8;--orange:#ff6a2a;--ink:#171b20}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(8,10,13,.96);border-bottom:1px solid #222831;backdrop-filter:blur(12px)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;color:#fff}.brand-badge{font-family:"Bebas Neue";font-size:28px;letter-spacing:2px;color:var(--orange);border:2px solid var(--orange);padding:1px 8px}.brand-stack{display:flex;flex-direction:column}.brand-stack strong{font-size:14px}.brand-stack small{font-size:10px;color:#8e98a3;text-transform:uppercase;letter-spacing:1.2px}.menu{display:flex;align-items:center;gap:22px;color:#dce1e6;font-size:12px;font-weight:700}.phone-pill{padding:10px 14px;border:1px solid #39424c;border-radius:999px}.menu-toggle{display:none;background:none;border:0;color:white;font-size:26px}
.hero{min-height:760px;position:relative;display:flex;align-items:center;background-image:url('images/hero-theater.jpg');background-size:cover;background-position:center 48%;color:white}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,12,.95) 0%,rgba(7,9,12,.83) 35%,rgba(7,9,12,.25) 68%,rgba(7,9,12,.1) 100%),linear-gradient(0deg,rgba(7,9,12,.55),transparent 55%)}.hero-inner{position:relative;z-index:2}.hero-copy{max-width:670px}.kicker,.eyebrow{color:var(--orange);font-size:11px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase}h1,h2,h3{font-family:"Bebas Neue",Arial,sans-serif;font-weight:400;line-height:.98;margin-top:0}h1{font-size:clamp(68px,8vw,120px);margin:18px 0 24px}h1 span{color:var(--orange)}.lede{font-size:18px;color:#e0e5e9;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 20px;border-radius:8px;font-weight:800;border:1px solid transparent}.primary{background:linear-gradient(135deg,var(--orange),#ff8a3d);color:white}.secondary{border-color:#626c76;color:white;background:rgba(0,0,0,.28)}
.cred-bar{background:#0b0e12;color:#fff;border-top:1px solid #232932;border-bottom:1px solid #232932}.cred-grid{display:grid;grid-template-columns:repeat(4,1fr)}.cred-grid>div{padding:24px 28px;border-right:1px solid #242a31}.cred-grid>div:last-child{border:0}.cred-grid strong{font-family:"Bebas Neue";font-size:32px;color:var(--orange);margin-right:8px}.cred-grid span{font-size:12px;color:#8f99a3}
.section{padding:96px 0}.section-head{max-width:760px;margin-bottom:42px}.section-head h2,.about h2,.contact h2{font-size:clamp(48px,6vw,76px);margin:12px 0 18px}.section-head p{color:#616a74}
.story{background:#f6f5f2}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.story-card{position:relative;height:520px;overflow:hidden;border-radius:16px;background:#111}.story-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.story-card:hover img{transform:scale(1.03)}.story-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,7,9,.95) 0%,rgba(5,7,9,.45) 45%,rgba(5,7,9,.05) 72%)}.story-overlay{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:white}.story-overlay span{color:var(--orange);font-weight:800}.story-overlay h3{font-size:44px;margin:6px 0}.story-overlay p{color:#d0d6dc;margin:0}
.services{background:#fff}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{padding:28px;border:1px solid #e0e4e8;border-radius:14px;min-height:240px}.service-card.featured{background:#11161c;color:white;border-color:#11161c}.service-card h3{font-size:30px;margin-bottom:12px}.service-card p{color:#65707a}.service-card.featured p{color:#b5bdc5}.price-row{display:flex;justify-content:space-between;gap:15px;padding:8px 0;border-top:1px solid #303842;font-size:12px}.service-card small{color:#8a949e}
.work{background:#0b0e12;color:white}.light p{color:#a5aeb7}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.g{margin:0;position:relative;overflow:hidden;border-radius:12px;background:#15191e;min-height:240px}.g.g1{grid-column:span 2;grid-row:span 2;min-height:500px}.g img{width:100%;height:100%;object-fit:cover;display:block}.g figcaption{position:absolute;left:0;right:0;bottom:0;padding:36px 16px 14px;background:linear-gradient(transparent,rgba(0,0,0,.8));font-weight:800;font-size:13px}.about{background:#f7f7f4}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.about p{color:#5f6872;font-size:17px}.contact{background:#11161c;color:white}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact p{color:#abb4bd}.contact-list{display:flex;flex-direction:column;gap:10px;margin-top:20px}.contact-list a{font-weight:800}.quote-form{background:#0a0d11;border:1px solid #29313a;border-radius:16px;padding:26px;display:flex;flex-direction:column;gap:12px}.quote-form input,.quote-form textarea{width:100%;padding:14px;border:1px solid #313944;background:#141920;color:#fff;border-radius:8px;font:inherit}.full{width:100%;cursor:pointer}
footer{background:#07090c;color:#cfd6dc;padding:30px 0;border-top:1px solid #222831}.footer{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer div:first-child{display:flex;flex-direction:column}.footer span{color:#747e88;font-size:11px}.mobile-cta{display:none}
@media(max-width:900px){.menu-toggle{display:block}.menu{display:none;position:absolute;left:0;right:0;top:78px;background:#0b0e12;padding:22px;flex-direction:column;align-items:stretch}.menu.open{display:flex}.story-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr 1fr}.cred-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.g.g1{grid-column:span 2}.about-grid,.contact-grid{grid-template-columns:1fr}}
@media(max-width:620px){.container{width:min(1180px,calc(100% - 26px))}.brand-stack small{display:none}.brand-stack strong{font-size:12px}.hero{min-height:720px;background-position:58% center}.hero-shade{background:linear-gradient(0deg,rgba(7,9,12,.94) 0%,rgba(7,9,12,.78) 58%,rgba(7,9,12,.32) 100%)}.hero-copy{padding-top:180px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.cred-grid,.service-grid,.gallery{grid-template-columns:1fr}.cred-grid>div{border-right:0;border-bottom:1px solid #242a31}.g.g1{grid-column:span 1;grid-row:span 1;min-height:260px}.g{min-height:240px}.story-card{height:430px}.section{padding:70px 0}.footer{flex-direction:column;align-items:flex-start;padding-bottom:74px}.mobile-cta{position:fixed;z-index:100;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1.3fr;background:#090c10;border-top:1px solid #2c333b}.mobile-cta a{padding:14px;text-align:center;font-weight:800;color:white}.mobile-cta a:last-child{background:var(--orange)}}
