:root {
  --orange: #ff4d12;
  --orange-2: #ff8050;
  --black: #070707;
  --soft-black: #121216;
  --text: #171717;
  --muted: #696972;
  --white: #fff;
  --cream: #f7f4ef;
  --container: min(1400px, calc(100% - 64px));
  --section-space: clamp(76px, 9vw, 152px);
  --shadow: 0 26px 72px rgba(0, 0, 0, .16);
  --hero-camera: url("https://unsplash.com/photos/Z3_pH-or3cc/download?force=true&w=2400");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.menu-active { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.noise {
  position: fixed;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: overlay;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 20px;
  left: 50%;
  width: var(--container);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px 11px 21px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  color: #fff;
  transition: top .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled, .site-header.menu-open {
  top: 12px;
  background: rgba(7, 7, 7, .88);
  border-color: rgba(255, 255, 255, .16);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .25);
  backdrop-filter: blur(18px);
}
.brand { width: clamp(150px, 11vw, 188px); height: 46px; display: flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: left center; }
.site-header .brand-logo-header { width: 100%; height: 100%; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); font-size: 14px; font-weight: 700; }
.nav a { position: relative; color: rgba(255, 255, 255, .84); transition: color .2s ease, transform .2s ease; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; border-radius: 4px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav > a:not(.nav-cta):hover, .nav > a:not(.nav-cta).is-active { color: #fff; }
.nav > a:not(.nav-cta):hover::after, .nav > a:not(.nav-cta).is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255, 77, 18, .44); border-radius: 999px; color: var(--orange) !important; background: rgba(255, 77, 18, .1); }
.nav-cta:hover { transform: translateY(-2px); background: var(--orange); color: #fff !important; }
.menu-toggle { display: none; color: #fff; cursor: pointer; }

.hero { position: relative; min-height: max(720px, 100svh); display: grid; align-items: center; overflow: hidden; color: #fff; background: #030303; }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 73% 52%, rgba(255, 77, 18, .28), transparent 20%), linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .72) 39%, rgba(0, 0, 0, .24) 73%, rgba(0, 0, 0, .76) 100%), linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .82)); }
.hero-media { position: absolute; inset: 0; background: var(--hero-camera) 70% center / cover no-repeat; filter: saturate(.88) contrast(1.13) brightness(.72); transform: scale(1.06); will-change: transform; }
.hero-glow { position: absolute; right: -12vw; top: 16vh; width: min(52vw, 800px); aspect-ratio: 1; border-radius: 50%; background: rgba(255, 77, 18, .2); filter: blur(70px); animation: glow-drift 9s ease-in-out infinite alternate; }
.hero-content { position: relative; z-index: 2; width: var(--container); max-width: 790px; margin-left: max(32px, calc((100vw - 1400px) / 2)); padding: 128px 0 64px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--orange-2); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span, .section-heading h2::after { width: 32px; height: 3px; border-radius: 10px; background: var(--orange); }
.hero h1 { max-width: 760px; margin: 21px 0 21px; font-size: clamp(46px, 5.2vw, 80px); font-weight: 900; line-height: .98; letter-spacing: -.06em; }
.hero h1 strong { color: var(--orange); font-style: normal; }
.hero p { max-width: 610px; margin: 0; color: rgba(255, 255, 255, .76); font-size: clamp(16px, 1.4vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 900; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, .nav a:focus-visible, .menu-toggle:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.button.primary { color: #fff; background: var(--orange); box-shadow: 0 16px 30px rgba(255, 77, 18, .32); }
.button.primary:hover { background: #e7410b; box-shadow: 0 20px 38px rgba(255, 77, 18, .42); }
.button.ghost { border-color: rgba(255, 255, 255, .2); color: #fff; background: rgba(255, 255, 255, .08); backdrop-filter: blur(10px); }
.button.outline { border-color: rgba(255, 77, 18, .55); color: var(--orange); background: #fff; }
.hero-stats { width: min(680px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(34px, 5vh, 56px); overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 22px; background: rgba(255, 255, 255, .1); backdrop-filter: blur(16px); }
.hero-stats div { padding: 17px clamp(15px, 2vw, 22px); background: rgba(7, 7, 7, .3); }
.hero-stats strong { display: block; font-size: clamp(21px, 2vw, 26px); line-height: 1.1; }
.hero-stats span { color: rgba(255, 255, 255, .62); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section { width: var(--container); margin: 0 auto; padding: var(--section-space) 0; }
.section-heading { max-width: 700px; margin: 0 auto clamp(34px, 5vw, 58px); text-align: center; }
.section-heading h2 { margin: 10px 0 12px; font-size: clamp(36px, 4.5vw, 62px); line-height: .98; letter-spacing: -.05em; }
.section-heading h2::after { content: ""; display: block; margin: 19px auto 0; }
.section-heading p { margin: 0; color: var(--muted); }
.solution-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.5vw, 22px); }
.solution-card { --card-padding: clamp(24px, 2.2vw, 34px); position: relative; min-height: 360px; overflow: hidden; padding: 0 var(--card-padding) clamp(26px, 2.2vw, 34px); border: 1px solid rgba(255, 255, 255, .72); border-radius: 28px; background: rgba(255, 255, 255, .75); box-shadow: 0 16px 50px rgba(18, 18, 20, .07); transition: transform .3s ease, box-shadow .3s ease; }
.solution-card::before { content: ""; position: absolute; right: -40px; bottom: -70px; width: 140px; aspect-ratio: 1; border-radius: 50%; background: rgba(255, 77, 18, .12); transition: transform .35s ease; }
.solution-card:hover { transform: translateY(-9px); box-shadow: var(--shadow); }
.solution-card:hover::before { transform: scale(1.3); }
.solution-card.featured { border-color: rgba(255, 255, 255, .08); color: #fff; background: #111; }
.solution-card.featured p { color: rgba(255, 255, 255, .68); }
.solution-visual { height: 166px; margin: 0 calc(0px - var(--card-padding)) 24px; overflow: hidden; background: #101014; }
.solution-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2, .75, .25, 1); }
.solution-card:hover .solution-visual img { transform: scale(1.07); }
.solution-index { display: inline-flex; margin-bottom: 12px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.solution-card h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.15; }
.solution-card p { margin: 0; color: var(--muted); font-size: 14px; }

.section-dark, .footer { position: relative; color: #fff; background: radial-gradient(circle at 70% 20%, rgba(255, 77, 18, .18), transparent 25%), linear-gradient(135deg, #080808, #151519); }
.showreel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 90px); align-items: center; padding: var(--section-space) max(32px, calc((100vw - 1400px) / 2)); }
.showreel h2 { margin: 10px 0 18px; font-size: clamp(38px, 4.7vw, 68px); line-height: .98; letter-spacing: -.052em; }
.showreel p, .showreel li { color: rgba(255, 255, 255, .7); }
.showreel ul { margin: 26px 0 0; padding-left: 20px; }
.video-card { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 32px; background: #000; box-shadow: 0 36px 90px rgba(0, 0, 0, .34); }
.video-card::before { content: ""; position: absolute; z-index: 2; inset: 14px; pointer-events: none; border: 1px solid rgba(255, 255, 255, .16); border-radius: 23px; }
.showreel-stage { position: relative; min-height: clamp(300px, 32vw, 470px); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; padding: clamp(26px, 4vw, 46px); isolation: isolate; }
.showreel-stage::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(4, 4, 5, .04) 18%, rgba(4, 4, 5, .88) 100%); }
.showreel-stage img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); transition: transform .7s ease; }
.video-card:hover .showreel-stage img { transform: scale(1.09); }
.showreel-stage span { margin-bottom: 12px; color: var(--orange-2); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.showreel-stage strong { max-width: 420px; font-size: clamp(30px, 3.5vw, 52px); line-height: .95; letter-spacing: -.05em; }
.video-caption { display: flex; justify-content: space-between; gap: 20px; padding: 17px 22px 20px; color: rgba(255, 255, 255, .72); }
.video-caption a { color: #fff; font-weight: 800; white-space: nowrap; }
.video-caption a:hover { color: var(--orange); }
.video-caption b, .portfolio-empty b { margin-left: 8px; font-size: 18px; }

.portfolio-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.5vw, 22px); }
.portfolio-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: -28px 0 30px; }
.portfolio-categories span { padding: 7px 12px; border: 1px solid rgba(23, 23, 23, .1); border-radius: 999px; color: var(--muted); background: rgba(255, 255, 255, .58); font-size: 12px; font-weight: 800; }
.portfolio-action { display: flex; justify-content: center; margin-top: 32px; }
.portfolio-card { position: relative; min-height: clamp(300px, 26vw, 410px); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: clamp(22px, 2vw, 30px); border-radius: 28px; color: #fff; background: #111; box-shadow: 0 18px 45px rgba(0, 0, 0, .14); }
.portfolio-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .86)), var(--bg); background-position: center; background-size: cover; transition: transform .45s ease; }
.portfolio-card:hover::before { transform: scale(1.075); }
.portfolio-card span, .portfolio-card strong, .portfolio-card i { position: relative; z-index: 1; }
.portfolio-card span { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; font-weight: 900; }
.portfolio-card span::before { width: 18px; height: 3px; content: ""; border-radius: 10px; background: var(--orange); }
.portfolio-card strong { color: rgba(255, 255, 255, .74); font-size: 14px; font-weight: 600; }
.portfolio-card i { position: absolute; top: 22px; right: 22px; width: 46px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; background: rgba(255, 255, 255, .15); font-style: normal; backdrop-filter: blur(8px); transition: transform .25s ease, background .25s ease; }
.portfolio-card:hover i { transform: translate(3px, -3px); background: var(--orange); }
.portfolio-empty { grid-column: 1 / -1; max-width: 840px; margin: 0 auto; padding: clamp(36px, 6vw, 72px); border: 1px solid rgba(0, 0, 0, .08); border-radius: 30px; background: radial-gradient(circle at 78% 15%, rgba(255, 77, 18, .13), transparent 22%), #fff; box-shadow: 0 20px 52px rgba(18, 18, 20, .07); text-align: center; }
.portfolio-empty .kicker { margin-bottom: 15px; }
.portfolio-empty strong { display: block; max-width: 600px; margin: 0 auto; font-size: clamp(28px, 3.4vw, 46px); line-height: 1; letter-spacing: -.045em; }
.portfolio-empty p { max-width: 540px; margin: 17px auto 28px; color: var(--muted); }

.process { padding-top: calc(var(--section-space) - 20px); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2vw, 30px); }
.timeline::before { position: absolute; top: 35px; right: 8%; left: 8%; height: 1px; content: ""; background: rgba(0, 0, 0, .14); }
.timeline-item { position: relative; padding: 0 8px; text-align: center; }
.timeline-item span { position: relative; z-index: 1; width: 70px; aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; color: #fff; background: var(--orange); font-weight: 900; box-shadow: 0 14px 28px rgba(255, 77, 18, .28); }
.timeline-item h3 { margin: 0 0 8px; }
.timeline-item p { margin: 0; color: var(--muted); font-size: 14px; }

.footer { display: grid; grid-template-columns: 1.25fr 1fr .8fr; gap: 42px; padding: 70px max(32px, calc((100vw - 1400px) / 2)) 34px; }
.brand-logo-footer { width: min(208px, 100%); height: 66px; margin-bottom: 20px; }
.footer p, .footer small { color: rgba(255, 255, 255, .64); }
.footer h3 { margin: 0 0 16px; }
.footer a { transition: color .2s ease; }
.footer a:hover { color: var(--orange); }
.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.socials a { width: 44px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; background: rgba(255, 255, 255, .05); font-weight: 900; transition: transform .2s ease, background .2s ease; }
.socials a:hover { transform: translateY(-3px); color: #fff; background: var(--orange); }
.footer-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .52); font-size: 13px; }
.restricted-access { display: inline-flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, .6); font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: color .2s ease; }
.restricted-access:hover { color: var(--orange); }
.restricted-access b { font-size: 15px; line-height: 1; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .72s cubic-bezier(.2, .75, .25, 1), transform .72s cubic-bezier(.2, .75, .25, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes glow-drift { from { transform: translate3d(0, 0, 0) scale(.94); } to { transform: translate3d(-5vw, 5vh, 0) scale(1.08); } }

@media (max-width: 1180px) {
  :root { --container: min(1180px, calc(100% - 48px)); }
  .solution-grid, .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-card { min-height: 260px; }
  .hero-content { margin-left: 24px; }
}
@media (max-width: 900px) {
  .showreel { grid-template-columns: 1fr; padding-inline: 24px; }
  .showreel-copy { max-width: 670px; }
  .footer { grid-template-columns: 1fr 1fr; padding-inline: 24px; }
  .hero::after { background: radial-gradient(circle at 70% 48%, rgba(255, 77, 18, .2), transparent 24%), linear-gradient(90deg, rgba(0, 0, 0, .91), rgba(0, 0, 0, .5)), linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .84)); }
}
@media (max-width: 760px) {
  :root { --container: calc(100% - 28px); --section-space: 76px; }
  html { scroll-padding-top: 94px; }
  .site-header { top: 10px; min-height: 62px; padding: 9px 10px 9px 16px; border-radius: 18px; }
  .site-header.is-scrolled, .site-header.menu-open { top: 8px; }
  .brand { width: 142px; height: 42px; }
  .menu-toggle { width: 42px; aspect-ratio: 1; display: grid; place-content: center; gap: 5px; padding: 0; border: 0; border-radius: 13px; background: rgba(255, 255, 255, .1); }
  .menu-toggle span { width: 20px; height: 2px; display: block; border-radius: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: grid; gap: 2px; padding: 13px; visibility: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; opacity: 0; background: rgba(7, 7, 7, .96); transform: translateY(-8px); backdrop-filter: blur(16px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav a { padding: 10px 7px; }
  .nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: max(700px, 100svh); align-items: end; }
  .hero-media { background-position: 62% center; }
  .hero-content { width: var(--container); margin: 0 auto; padding: 116px 0 38px; }
  .hero h1 { margin-top: 18px; font-size: clamp(44px, 13.5vw, 62px); }
  .hero p { font-size: 16px; }
  .hero-actions { margin-top: 25px; }
  .hero-actions .button { flex: 1 1 180px; }
  .hero-stats { margin-top: 32px; border-radius: 17px; }
  .hero-stats div { padding: 12px; }
  .hero-stats strong { font-size: 20px; }
  .hero-stats span { font-size: 9px; letter-spacing: .05em; }
  .solution-grid, .portfolio-grid, .timeline, .footer { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; }
  .portfolio-card { min-height: 330px; }
  .timeline { gap: 28px; }
  .timeline::before { display: none; }
  .timeline-item { display: grid; grid-template-columns: 60px 1fr; column-gap: 17px; padding: 0; text-align: left; }
  .timeline-item span { width: 58px; margin: 0; grid-row: span 2; }
  .timeline-item h3 { align-self: end; margin: 0; }
  .timeline-item p { align-self: start; margin-top: 4px; }
  .showreel { gap: 32px; padding: var(--section-space) 14px; }
  .video-card { border-radius: 23px; }
  .showreel-stage { min-height: 340px; }
  .video-caption { align-items: flex-start; flex-direction: column; padding: 14px 16px 17px; font-size: 13px; }
  .footer { gap: 28px; padding: 55px 14px 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; text-align: left; }
}
@media (max-width: 420px) {
  .hero h1 { font-size: 43px; }
  .hero-stats { grid-template-columns: 1fr; width: 100%; }
  .hero-stats div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 10px 14px; }
  .section-heading h2 { font-size: 35px; }
  .portfolio-card { min-height: 285px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
