
:root {
  --bg: #070607;
  --bg-soft: #0e0b0d;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-strong: rgba(255, 255, 255, 0.075);
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.075);
  --text: #f3eeee;
  --muted: rgba(243, 238, 238, 0.68);
  --dim: rgba(243, 238, 238, 0.42);
  --burgundy: #27070e;
  --burgundy-soft: #16070b;
  --accent: #8d1e35;
  --max: 1440px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 8%, rgba(85, 12, 28, 0.48), transparent 36%),
    radial-gradient(circle at 85% 24%, rgba(55, 6, 17, 0.34), transparent 34%),
    linear-gradient(180deg, #090708 0%, #050505 48%, #070607 100%);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.site-shell { min-height: 100vh; overflow: hidden; }
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(6, 5, 6, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 20px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; flex-direction: column; gap: 2px; }
.brand-name { letter-spacing: 0.36em; text-transform: uppercase; font-weight: 700; font-size: 15px; }
.brand-role { color: var(--muted); font-size: 13px; }
.nav-links { display: flex; align-items: center; gap: 28px; color: rgba(243,238,238,.78); font-size: 15px; }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.section {
  max-width: var(--max); margin: 0 auto; padding: 108px 28px;
  border-bottom: 1px solid var(--line-soft);
}
.hero {
  max-width: var(--max); margin: 0 auto; padding: 106px 28px 122px;
  display: grid; grid-template-columns: 1.02fr .9fr; gap: 78px; align-items: center;
  min-height: calc(100vh - 76px); position: relative;
}
.hero::before {
  content:""; position:absolute; inset:0 28px;
  background:
    radial-gradient(circle at 4% 20%, rgba(140, 28, 52, 0.22), transparent 34%),
    radial-gradient(circle at 72% 45%, rgba(255,255,255,.035), transparent 32%);
  pointer-events: none; border-bottom: 1px solid var(--line-soft);
}
.hero-copy, .hero-media { position: relative; z-index: 1; }
.eyebrow, .section-kicker {
  color: rgba(243,238,238,.7); text-transform: uppercase; letter-spacing: .3em;
  font-size: 12px; font-weight: 800;
}
.eyebrow {
  display: inline-flex; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 18px; background: rgba(255,255,255,.035); margin-bottom: 30px;
}
h1,h2,h3 { margin:0; font-family: var(--serif); letter-spacing: -.055em; line-height: .98; font-weight: 700; }
h1 { font-size: clamp(52px, 7.5vw, 116px); max-width: 860px; }
h2 { font-size: clamp(42px, 5.6vw, 82px); max-width: 920px; }
h3 { font-size: clamp(28px, 3.4vw, 48px); letter-spacing: -.04em; }
.lead { margin:30px 0 0; color: rgba(243,238,238,.78); font-size: clamp(20px, 2vw, 30px); line-height:1.55; max-width:760px; }
.hero-actions, .action-row { display:flex; flex-wrap:wrap; gap:18px; margin-top:38px; }
.button {
  display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:0 28px;
  border-radius:999px; font-weight:850; border:1px solid var(--line);
  cursor:pointer; font: inherit; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.24); }
.button.primary { background: var(--text); color: #050505; border-color: var(--text); }
.button.secondary { background: rgba(255,255,255,.045); color: var(--text); }
.hero-card {
  border:1px solid var(--line); border-radius:34px; overflow:hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  box-shadow: 0 32px 80px rgba(0,0,0,.46); padding:10px;
}
.hero-card img { width:100%; aspect-ratio:4/5; object-fit:cover; object-position:center; border-radius:26px; filter: grayscale(1) contrast(1.04); }
.section-header { display:grid; grid-template-columns:1fr .85fr; gap:70px; align-items:end; margin-bottom:46px; }
.section-kicker { margin-bottom:18px; }
.section-intro { color: var(--muted); font-size:19px; max-width:590px; }
.reel-strip {
  display:grid; grid-template-columns: .9fr 1.1fr; gap:28px; align-items:center;
  border:1px solid var(--line); border-radius:32px; padding:26px;
  background: linear-gradient(145deg, rgba(141,30,53,.16), rgba(255,255,255,.035));
  box-shadow:0 18px 44px rgba(0,0,0,.24);
}
.reel-strip h2 { font-size: clamp(34px, 4vw, 58px); }
.work-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:26px; }
.work-card,.pillar-card,.experience-card,.project-card,.contact-card,.info-card {
  border:1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  border-radius:28px; overflow:hidden; box-shadow:0 18px 44px rgba(0,0,0,.24);
}
.poster { aspect-ratio:16/9; border-bottom:1px solid var(--line-soft); overflow:hidden; background:#110b0d; }
.poster img { width:100%; height:100%; object-fit:cover; }
.work-body { padding:28px; }
.tags { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:18px; }
.tag {
  border:1px solid var(--line-soft); background:rgba(0,0,0,.24); color:rgba(243,238,238,.68);
  padding:6px 10px; border-radius:999px; font-size:11px; text-transform:uppercase; letter-spacing:.12em; font-weight:800;
}
.work-card h3,.pillar-card h3,.info-card h3 { font-family: var(--sans); letter-spacing:-.045em; line-height:1.05; font-size:30px; }
.work-card p,.pillar-card p,.experience-card p,.project-card p,.contact-card p,.info-card p { color:var(--muted); font-size:16px; line-height:1.65; }
.role-line,.workflow-line { margin-top:16px; padding-top:16px; border-top:1px solid var(--line-soft); color:rgba(243,238,238,.58); font-size:13px; }
.watch-button { margin-top:22px; }
.pillars { display:grid; grid-template-columns: repeat(5,1fr); gap:18px; }
.pillar-card,.info-card { padding:28px; min-height:240px; }
.split-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:34px; align-items:stretch; }
.experience-card,.project-card,.contact-card { padding:42px; }
.credit-list { display:grid; gap:12px; margin-top:24px; }
.credit { padding:16px 18px; border:1px solid var(--line-soft); border-radius:999px; color:rgba(243,238,238,.78); background:rgba(0,0,0,.18); }
.page-hero { max-width:var(--max); margin:0 auto; padding:110px 28px 80px; border-bottom:1px solid var(--line-soft); }
.page-hero p { max-width:880px; }
.info-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:24px; }
.footer { max-width:var(--max); margin:0 auto; padding:36px 28px; display:flex; justify-content:space-between; gap:20px; color:var(--muted); border-top:1px solid var(--line-soft); }
.video-modal {
  position:fixed; inset:0; z-index:100; display:none; align-items:center; justify-content:center;
  background:rgba(0,0,0,.82); backdrop-filter: blur(10px); padding:28px;
}
.video-modal.is-open { display:flex; }
.modal-inner { width:min(1120px, 100%); position:relative; }
.modal-close {
  position:absolute; right:0; top:-54px; width:42px; height:42px; border-radius:999px; border:1px solid var(--line);
  background:rgba(255,255,255,.08); color:var(--text); cursor:pointer; font-size:24px;
}
.modal-title { margin:0 0 14px; color:var(--text); font-weight:800; }
.modal-video-wrap { border:1px solid var(--line); border-radius:22px; overflow:hidden; background:#000; box-shadow:0 34px 90px rgba(0,0,0,.6); }
#modalVideo { width:100%; max-height:72vh; background:#000; }
@media (max-width:1100px) {
  .hero,.section-header,.split-layout,.reel-strip { grid-template-columns:1fr; }
  .work-grid,.info-grid { grid-template-columns: repeat(2, 1fr); }
  .pillars { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:760px) {
  .nav-inner { align-items:flex-start; flex-direction:column; }
  .nav-links { gap:16px; flex-wrap:wrap; font-size:14px; }
  .hero,.section,.page-hero { padding-left:20px; padding-right:20px; }
  .hero::before { inset:0 20px; }
  .work-grid,.pillars,.info-grid { grid-template-columns:1fr; }
  .footer { flex-direction:column; padding:30px 20px; }
}


/* Page refinement layer */
.page-hero-large {
  position: relative;
  padding-top: 126px;
  padding-bottom: 96px;
  background:
    radial-gradient(circle at 12% 12%, rgba(141, 30, 53, 0.18), transparent 34%),
    radial-gradient(circle at 86% 32%, rgba(255, 255, 255, 0.035), transparent 32%);
}
.page-hero-large::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 1px;
  background: var(--line-soft);
}
.section-tight {
  padding-top: 72px;
  padding-bottom: 72px;
}
.no-margin { margin-top: 0; }
.poster-button {
  width: 100%;
  border: 0;
  cursor: pointer;
  position: relative;
  padding: 0;
  color: var(--text);
  text-align: left;
}
.poster-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 42%, rgba(0,0,0,.34));
  opacity: .88;
  transition: opacity 160ms ease;
}
.poster-button:hover::after { opacity: .55; }
.play-badge {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(6,5,6,.72);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
}
.reel-strip p {
  margin-top: 0;
  margin-bottom: 26px;
}
.work-grid-two { grid-template-columns: repeat(2, 1fr); }
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.capability-grid span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: rgba(0,0,0,.2);
  color: rgba(243,238,238,.8);
  font-weight: 750;
}
.proof-grid { grid-template-columns: repeat(4, 1fr); }
.feature-video-card {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  box-shadow: 0 24px 70px rgba(0,0,0,.3);
}
.feature-video-card .poster {
  aspect-ratio: 16 / 10;
  height: 100%;
  border-bottom: 0;
  border-right: 1px solid var(--line-soft);
}
.feature-copy { padding: 46px; }
.feature-copy h2 { font-size: clamp(36px, 4.3vw, 64px); }
.feature-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background: radial-gradient(circle at 20% 20%, rgba(141,30,53,.12), transparent 38%);
}
.final-cta h2 { max-width: 980px; }
.refined-contact { align-items: stretch; }
.contact-primary {
  background: linear-gradient(145deg, rgba(141,30,53,.15), rgba(255,255,255,.035));
}
.three-up .info-card { min-height: 250px; }
.modal-open { overflow: hidden; }

@media (max-width:1100px) {
  .feature-video-card { grid-template-columns: 1fr; }
  .feature-video-card .poster {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }
  .capability-grid, .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width:760px) {
  .work-grid-two, .capability-grid, .proof-grid { grid-template-columns: 1fr; }
  .feature-copy { padding: 28px; }
}
