:root {
  --bg: #080808;
  --bg-soft: #111111;
  --text: #f5f5f5;
  --muted: #a8a8a8;
  --accent: #d8a35d;
  --accent-dark: #9d6e32;
  --border: rgba(255,255,255,.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
}

h1, h2, h3 { line-height: 1.15; }

h1, h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

h2 { font-size: clamp(2.3rem, 5vw, 4rem); margin-bottom: 1.25rem; }

p { color: var(--muted); }

a { color: inherit; text-decoration: none; }

.custom-navbar {
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
}

.navbar-brand { letter-spacing: .12em; font-size: 1rem; }
.navbar-brand span { color: var(--accent); }
.nav-link { color: #ddd !important; margin-left: 1rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.nav-link:hover, .nav-link.active { color: var(--accent) !important; }

.hero-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.5), rgba(0,0,0,.7)),
    url("https://images.unsplash.com/photo-1485846234645-a62644f84728?auto=format&fit=crop&w=2200&q=85")
    center/cover no-repeat;
}

.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(216,163,93,.16), transparent 30%); }

.eyebrow {
  color: var(--accent);
  font-size: .75rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-section h1 { font-size: clamp(3.2rem, 8vw, 7.5rem); margin-bottom: 1.5rem; }
.hero-section h1 span { color: var(--accent); }
.hero-text { max-width: 650px; font-size: 1.1rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

.btn { border-radius: 0; padding: .9rem 1.5rem; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 700; }
.btn-primary-custom { background: var(--accent); color: #111; border: 1px solid var(--accent); }
.btn-primary-custom:hover { background: transparent; color: var(--accent); border-color: var(--accent); }
.btn-outline-light-custom { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.btn-outline-light-custom:hover { background: #fff; color: #111; }

.section-padding { padding: 110px 0; }
.dark-section { background: var(--bg-soft); }
.section-heading { max-width: 750px; margin: 0 auto 60px; }
.section-heading p:last-child { max-width: 650px; margin: auto; }

.showreel-section { background: #0d0d0d; }
.showreel-frame { max-width: 1100px; margin: auto; aspect-ratio: 16/7; border: 1px solid var(--border); }
.showreel-placeholder {
  height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #171717, #050505);
}
.showreel-placeholder h3 { margin-top: 1.5rem; }
.play-button {
  width: 85px; height: 85px; border-radius: 50%; border: 1px solid var(--accent);
  color: var(--accent); background: transparent; font-size: 2.5rem;
  display: grid; place-items: center; transition: .3s;
}
.play-button:hover { background: var(--accent); color: #111; }

.service-card {
  height: 100%; background: #0a0a0a; border: 1px solid var(--border);
  transition: transform .3s, border-color .3s; overflow: hidden;
}
.service-card:hover { transform: translateY(-8px); border-color: var(--accent); }
.service-image { height: 230px; background-position: center; background-size: cover; filter: grayscale(35%); }
.service-roto { background-image: url("https://images.unsplash.com/photo-1536240478700-b869070f9279?auto=format&fit=crop&w=1000&q=80"); }
.service-paint { background-image: url("https://images.unsplash.com/photo-1485846234645-a62644f84728?auto=format&fit=crop&w=1000&q=80"); }
.service-matchmove { background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1000&q=80"); }
.service-comp { background-image: url("https://images.unsplash.com/photo-1533488765986-dfa2a9939acd?auto=format&fit=crop&w=1000&q=80"); }
.service-content { padding: 1.8rem; }
.service-number, .process-number { color: var(--accent); font-size: .75rem; letter-spacing: .15em; }
.service-content h3 { margin: .5rem 0 1rem; }

.about-section { background: #f1eee8; color: #111; }
.about-section p { color: #555; }
.about-section .eyebrow { color: var(--accent-dark); }
.about-section h2 { color: #111; }

.about-visual {
  min-height: 500px; padding: 15px;
  background: linear-gradient(135deg, #1a1a1a, #050505);
}
.about-visual-inner {
  height: 100%; min-height: 470px; border: 1px solid rgba(216,163,93,.5);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.about-visual-inner span { font-family: "Playfair Display"; font-size: 8rem; color: var(--accent); }
.about-visual-inner small { letter-spacing: .25em; color: #ddd; }

.process-card {
  height: 100%; padding: 2.5rem; border: 1px solid rgba(0,0,0,.15); background: rgba(255,255,255,.45);
}
.process-icon { display: block; color: var(--accent-dark); font-size: 2rem; margin-bottom: 1rem; }
.process-card h3 { margin: .7rem 0 1rem; }

.form-card { background: #0a0a0a; border: 1px solid var(--border); padding: 2rem; }
.form-card h3 { margin-bottom: 2rem; }
.form-card label { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .45rem; color: #bbb; }
.form-card input, .form-card select, .form-card textarea {
  width: 100%; background: #151515; border: 1px solid #333; color: #fff; padding: .85rem 1rem;
  outline: none;
}
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--accent); }
.form-card input[type="file"] { padding: .7rem; }

.career-email a, .contact-detail a { color: var(--accent); }
.contact-section { background: #f1eee8; color: #111; }
.contact-section p { color: #555; }
.contact-section .eyebrow { color: var(--accent-dark); }
.contact-section h2 { color: #111; }
.light-card { background: #fff; border-color: #ddd; }
.light-card input, .light-card select, .light-card textarea { background: #fafafa; color: #111; border-color: #ddd; }
.light-card label { color: #555; }

.contact-detail { display: flex; gap: 1.2rem; align-items: center; margin-top: 2rem; }
.contact-detail > i { color: var(--accent-dark); font-size: 1.5rem; }
.contact-detail small { display: block; text-transform: uppercase; letter-spacing: .12em; color: #777; }

.footer { padding: 30px 0; background: #050505; color: #777; font-size: .8rem; }

.video-placeholder {
  aspect-ratio: 16/9; display: grid; place-items: center; align-content: center;
  color: #aaa; border: 1px solid #222; gap: .5rem;
}
.video-placeholder i { font-size: 3rem; color: var(--accent); }

.alert { border-radius: 0; }

@media (max-width: 991px) {
  .nav-link { margin-left: 0; padding: .7rem 0 !important; }
  .hero-section h1 { font-size: 4rem; }
}

@media (max-width: 576px) {
  .section-padding { padding: 75px 0; }
  .hero-section h1 { font-size: 3rem; }
  .showreel-frame { aspect-ratio: 16/10; }
}
