:root{--black:#090909;--charcoal:#141414;--soft:#1e1e1e;--white:#f7f7f4;--muted:#b9b9b3;--gold:#c8a24a;--gold2:#e1c06b;--line:#2a2a2a;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.55}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.site-header{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:10px max(24px,calc((100vw - var(--max))/2));background:rgba(255,255,255,.96);border-bottom:1px solid #ddd;backdrop-filter:blur(12px)}.brand img{width:104px;height:72px;object-fit:contain}.nav{display:flex;align-items:center;gap:30px;color:#111;font-size:.94rem;font-weight:700}.nav a{padding:10px 0}.nav-cta{border:1px solid #111;padding:11px 18px!important}.menu-toggle{display:none;background:none;border:0;font-size:1.6rem}.hero{min-height:94vh;position:relative;display:flex;align-items:flex-end;overflow:hidden;padding:150px 24px 110px}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.24) 100%),linear-gradient(0deg,rgba(0,0,0,.78),transparent 55%)}.hero-content{position:relative;z-index:2;width:min(var(--max),100%);margin:0 auto}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:800}.gold{color:var(--gold2)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(3rem,7vw,6.7rem);line-height:.96;letter-spacing:-.04em;max-width:900px;margin:16px 0 24px}.hero p{font-size:clamp(1rem,2vw,1.3rem);max-width:680px;color:#e6e6e0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid transparent;font-weight:800;letter-spacing:.03em;cursor:pointer}.btn-gold{background:linear-gradient(135deg,var(--gold2),#a7781a);color:#0b0b0b}.btn-outline{border-color:#d8d8d0}.hero-strip{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;justify-content:center;gap:35px;padding:18px 20px;border-top:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.56);font-size:.74rem;text-transform:uppercase;letter-spacing:.14em}.section{width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:100px 0}.section-heading{max-width:760px;margin-bottom:46px}.section-heading h2,.showreel-copy h2,.about h2,.contact h2{font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.03;letter-spacing:-.035em;margin:10px 0 18px}.section-heading p,.showreel-copy p,.about p,.contact p{color:var(--muted);font-size:1.06rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-card{background:var(--charcoal);border:1px solid var(--line);padding:30px;min-height:240px}.service-card span{color:var(--gold);font-size:.75rem}.service-card h3{font-size:1.45rem;margin:36px 0 10px}.service-card p{color:var(--muted);margin:0}.featured{border-top:1px solid var(--line)}.split{max-width:none;display:grid;grid-template-columns:1fr .7fr;align-items:end;gap:50px}.featured-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:1fr 1fr;gap:14px}.featured-grid figure{margin:0;overflow:hidden;background:#111}.featured-grid .feature-large{grid-row:1/3}.featured-grid img{width:100%;height:100%;object-fit:cover;transition:.45s transform}.featured-grid figure:hover img{transform:scale(1.035)}.showreel-section{display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:center;border-top:1px solid var(--line)}.showreel-copy{max-width:620px}.phone-frame{justify-self:end;width:min(100%,360px);aspect-ratio:9/16;border-radius:34px;padding:8px;background:#202020;border:1px solid #444;box-shadow:0 25px 80px rgba(0,0,0,.55)}.phone-frame video{width:100%;height:100%;object-fit:cover;border-radius:26px;background:#000}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}.about{display:grid;grid-template-columns:1fr 1fr;gap:14px;border-top:1px solid var(--line)}.about-card{background:var(--charcoal);padding:55px}.about-image img{width:100%;height:100%;min-height:520px;object-fit:cover}.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;border-top:1px solid var(--line)}.contact-details{display:grid;gap:10px;margin-top:34px;font-weight:700}.contact-details a:hover{color:var(--gold2)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#111;border:1px solid var(--line);padding:30px}.contact-form label{display:grid;gap:8px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.contact-form label:nth-last-of-type(2),.contact-form label:nth-last-of-type(1){grid-column:1/-1}.contact-form input,.contact-form select,.contact-form textarea{width:100%;background:#0a0a0a;color:#fff;border:1px solid #333;padding:13px;font:inherit}.contact-form textarea{resize:vertical}.contact-form button{grid-column:1/-1}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:1px solid var(--gold)}footer{border-top:1px solid var(--line);padding:34px max(24px,calc((100vw - var(--max))/2));display:flex;justify-content:space-between;align-items:center;color:#aaa;font-size:.85rem}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:82px;background:#fff}.footer-brand p{margin:0}
@media(max-width:900px){.nav{position:absolute;top:92px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:22px 24px;border-top:1px solid #ddd}.nav.open{display:flex}.menu-toggle{display:block}.service-grid{grid-template-columns:1fr 1fr}.showreel-section,.about,.contact,.split{grid-template-columns:1fr}.showreel-section{gap:40px}.phone-frame{justify-self:center}.gallery{grid-template-columns:1fr 1fr}.hero-strip{overflow:auto;justify-content:flex-start}.featured-grid{grid-template-columns:1fr 1fr}.featured-grid .feature-large{grid-column:1/-1;grid-row:auto}.about-card{padding:36px}.contact{gap:35px}}
@media(max-width:600px){.brand img{width:88px;height:62px}.nav{top:82px}.hero{min-height:88vh;padding-top:125px}.hero h1{font-size:3.25rem}.service-grid,.gallery,.featured-grid,.contact-form{grid-template-columns:1fr}.contact-form label,.contact-form label:nth-last-of-type(2),.contact-form label:nth-last-of-type(1),.contact-form button{grid-column:1}.section{width:min(100% - 32px,var(--max));padding:76px 0}.section-heading h2,.showreel-copy h2,.about h2,.contact h2{font-size:2.6rem}.hero-strip{gap:24px;font-size:.66rem}.about-card{padding:28px}.contact-form{padding:22px}footer{align-items:flex-start;gap:24px;flex-direction:column}}

/* Multi-page additions */
.site-header{background:rgba(8,8,8,.93);border-color:#262626}.nav{color:#fff}.brand img{width:175px;height:88px;filter:drop-shadow(0 2px 10px rgba(0,0,0,.4))}.nav-cta{border-color:var(--gold)!important;color:var(--gold2)}.home-hero{align-items:center;padding-top:135px}.hero-branding{padding-top:25px}.hero-logo{width:min(520px,72vw);max-height:360px;object-fit:contain;object-position:left center;margin:0 0 20px;filter:drop-shadow(0 8px 22px rgba(0,0,0,.7))}.home-hero h1{font-size:clamp(2.8rem,6vw,5.8rem);max-width:820px}.featured-service{border-color:#6d5624;background:linear-gradient(145deg,#18150f,#141414)}.featured-service a{display:inline-block;color:var(--gold2);margin-top:18px;font-weight:700}.center-action{text-align:center;margin-top:30px}.page-hero{padding:190px max(24px,calc((100vw - var(--max))/2)) 90px;background:linear-gradient(135deg,#111,#080808);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(3rem,7vw,6.5rem);line-height:.98;letter-spacing:-.045em;max-width:1000px;margin:14px 0 24px}.page-hero p{max-width:720px;color:var(--muted);font-size:1.15rem}.detailed{grid-template-columns:repeat(3,1fr)}.cta-band{width:min(var(--max),calc(100% - 48px));margin:0 auto 90px;padding:45px 50px;background:linear-gradient(120deg,#2b2110,#111);border:1px solid #55431e;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h2{font-size:clamp(2rem,4vw,3.5rem);margin:0}.work-gallery{grid-template-columns:repeat(3,1fr)}.work-gallery img{aspect-ratio:4/3}.podcast-hero{min-height:86vh;position:relative;display:flex;align-items:flex-end;padding:180px max(24px,calc((100vw - var(--max))/2)) 85px;overflow:hidden}.podcast-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.podcast-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.35)),linear-gradient(0deg,rgba(0,0,0,.78),transparent)}.podcast-hero>div:last-child{position:relative;z-index:2;max-width:750px}.podcast-hero h1{font-size:clamp(3.3rem,7vw,6.8rem);line-height:.95;letter-spacing:-.045em;margin:14px 0 22px}.podcast-hero p{font-size:1.2rem;color:#eee;max-width:620px}.podcast-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.podcast-intro h2{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1;margin:10px 0 20px}.podcast-intro>div>p{color:var(--muted);font-size:1.08rem}.portrait-feature{width:100%;max-height:680px;object-fit:cover;border:1px solid #333}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:32px}.mini-grid div{padding:20px;background:#141414;border:1px solid #292929;display:grid;gap:5px}.mini-grid strong{color:var(--gold2)}.mini-grid span{font-size:.9rem;color:var(--muted)}.podcast-example{display:grid;grid-template-columns:1fr 360px;gap:70px;align-items:center;border-top:1px solid var(--line)}.podcast-example .section-heading{margin:0}.podcast-phone{width:320px}footer .footer-brand img{background:transparent;width:155px;height:90px;object-fit:contain}footer>div:last-child{text-align:right}footer>div:last-child p{margin:6px 0 0}
@media(max-width:900px){.nav{top:102px;background:#0d0d0d;color:#fff}.detailed{grid-template-columns:1fr 1fr}.podcast-intro,.podcast-example{grid-template-columns:1fr}.podcast-example .phone-frame{justify-self:center}.work-gallery{grid-template-columns:1fr 1fr}.cta-band{align-items:flex-start;flex-direction:column}.hero-logo{width:min(380px,78vw)}}
@media(max-width:600px){.brand img{width:145px;height:78px}.nav{top:92px}.page-hero{padding-top:145px}.detailed,.work-gallery,.mini-grid{grid-template-columns:1fr}.podcast-hero{padding-top:150px;min-height:78vh}.podcast-hero h1{font-size:3.4rem}.hero-logo{width:82vw}.cta-band{width:calc(100% - 32px);padding:30px}footer>div:last-child{text-align:left}}


/* Mobile hero fix: keep the header logo, hide the large hero logo so it does not cover faces */
@media(max-width:600px){
  .home-hero .hero-logo{display:none}
  .home-hero .hero-branding{padding-top:0}
}


/* ACE content upgrade: podcast process, Why ACE and Start a Project */
.section-intro{max-width:780px;margin:0 auto 34px;line-height:1.7}
.process-grid,.why-grid{margin-top:28px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-grid label{display:flex;flex-direction:column;gap:8px}
.form-grid .full{grid-column:1/-1}
.form-grid input,.form-grid select,.form-grid textarea{width:100%;box-sizing:border-box}
@media(max-width:700px){.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}

/* Video portfolio page */
.video-showcase{display:grid;gap:72px}.video-project{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:42px;align-items:center}.video-player-wrap{background:#050505;border:1px solid var(--line);box-shadow:0 24px 70px rgba(0,0,0,.28);overflow:hidden}.video-player-wrap video{display:block;width:100%;height:auto;background:#000}.video-project-copy h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:12px 0 18px}.video-project-copy p{color:var(--muted);max-width:520px}.video-project-vertical{grid-template-columns:minmax(260px,.65fr) minmax(0,1fr)}.vertical-player{max-width:430px;justify-self:center}.video-cta{text-align:center}.video-cta .section-heading{max-width:760px;margin:auto}.video-cta .btn{margin-top:12px}@media(max-width:820px){.video-project,.video-project-vertical{grid-template-columns:1fr;gap:24px}.video-project-copy{order:2}.vertical-player{max-width:360px;width:100%}.video-showcase{gap:52px}}


/* Homepage hero photo slideshow */
.home-hero .hero-bg{
  opacity:0;
  transition:opacity 1.15s ease-in-out, transform 7s ease;
  transform:scale(1.015);
}
.home-hero .hero-bg.active{
  opacity:1;
  transform:scale(1.04);
}
.hero-slideshow-controls{
  position:absolute;
  right:max(24px,calc((100vw - var(--max))/2));
  bottom:72px;
  z-index:4;
  display:flex;
  align-items:center;
  gap:10px;
}
.hero-prev,.hero-next{
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  background:rgba(0,0,0,.42);
  color:#fff;
  font-size:1.6rem;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(6px);
}
.hero-prev:hover,.hero-next:hover{border-color:var(--gold2);color:var(--gold2)}
.hero-dots{display:flex;gap:7px;align-items:center}
.hero-dot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.45);
  cursor:pointer;
}
.hero-dot.active{background:var(--gold2);transform:scale(1.22)}
@media(max-width:600px){
  .hero-slideshow-controls{
    right:16px;
    bottom:70px;
  }
  .hero-prev,.hero-next{width:34px;height:34px}
  .hero-dot{width:7px;height:7px}
}


/* Mobile navigation fix: keep every page link accessible, including Videos */
@media(max-width:900px){
  .nav{
    max-width:100%;
  }
  .nav-links{
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .nav-links::-webkit-scrollbar{display:none}
  .nav-links a{flex:0 0 auto}
}


/* Mobile hamburger: ACE gold */
@media(max-width:900px){
  .menu-toggle,
  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle span,
  .nav-toggle,
  .nav-toggle::before,
  .nav-toggle::after,
  .nav-toggle span{
    border-color:#d6a84b !important;
    color:#d6a84b !important;
  }
  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle span,
  .nav-toggle::before,
  .nav-toggle::after,
  .nav-toggle span{
    background:#d6a84b !important;
  }
}
