:root {
  --bg: #080808;
  --surface: #111111;
  --surface-2: #171717;
  --text: #f6f3ed;
  --muted: #98958e;
  --line: rgba(255,255,255,.12);
  --red: #ff3b30;
  --orange: #ff7a00;
  --max: 1440px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Manrope, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.section-shell { width: min(calc(100% - 64px), var(--max)); margin: 0 auto; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; padding: 22px 32px; background: linear-gradient(to bottom, rgba(8,8,8,.95), rgba(8,8,8,.25), transparent); backdrop-filter: blur(4px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Space Grotesk", sans-serif; font-weight: 700; letter-spacing: .14em; }
.brand-mark { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--red), var(--orange)); color: white; letter-spacing: 0; }
.main-nav { display: flex; gap: 24px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.main-nav a { color: #ccc8c0; transition: color .2s; }
.main-nav a:hover { color: white; }
.menu-toggle { display: none; border: 0; background: none; color: white; }
.hero { position: relative; min-height: 100vh; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; padding-top: 110px; }
.eyebrow { font-size: 11px; font-weight: 800; letter-spacing: .19em; color: var(--orange); margin-bottom: 18px; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; margin: 0; }
h1 { font-size: clamp(58px, 7.2vw, 126px); line-height: .88; letter-spacing: -.065em; }
h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.6); }
.hero-copy p { max-width: 700px; margin: 34px 0 0; color: #b8b4ad; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.button-primary { color: #050505; background: white; }
.button-ghost { border: 1px solid var(--line); }
.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.hero-card { position: relative; width: min(100%, 520px); aspect-ratio: 4/5; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015)); backdrop-filter: blur(18px); box-shadow: 0 40px 110px rgba(0,0,0,.45); transform: rotate(4deg); overflow: hidden; }
.hero-card:before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 35%, rgba(255,122,0,.16)); }
.hero-card-top, .hero-card-bottom { position: absolute; left: 24px; right: 24px; display: flex; justify-content: space-between; color: #aaa69f; font-size: 10px; letter-spacing: .12em; }
.hero-card-top { top: 24px; }.hero-card-bottom { bottom: 24px; }
.hero-card-center { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.hero-card-center strong { font: 700 clamp(38px,4vw,62px)/.9 "Space Grotesk"; letter-spacing: -.06em; }
.hero-card-center small { margin-top: 16px; color: #aaa69f; letter-spacing: .14em; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--red); margin-bottom: 28px; box-shadow: 0 0 0 10px rgba(255,59,48,.1), 0 0 60px 18px rgba(255,59,48,.35); animation: pulse 2s infinite; }
.orb { position: absolute; border-radius: 50%; filter: blur(12px); opacity: .75; }
.orb-one { width: 290px; height: 290px; background: #ff2d20; top: 50px; right: -40px; }
.orb-two { width: 220px; height: 220px; background: #ff8500; bottom: 50px; left: 0; }
.scroll-note { position: absolute; bottom: 28px; left: 0; color: #77736d; font-size: 10px; letter-spacing: .16em; }
section:not(.hero) { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 80px 1fr; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.section-index { color: #6f6c66; font-size: 12px; padding-top: 7px; }
h2 { font-size: clamp(42px, 5.5vw, 88px); line-height: .98; letter-spacing: -.05em; }
.ai-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; padding-top: 52px; }
.lead { margin: 0; color: #b8b4ad; font-size: clamp(18px,1.5vw,24px); line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; }
.service-card { min-height: 230px; padding: 28px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.service-card:hover { background: var(--surface); transform: translateY(-4px); }
.service-card span { color: var(--orange); font-size: 11px; }
.service-card h3 { margin: 52px 0 12px; font-size: 26px; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.project-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 34px 0 28px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { color: #aaa69f; background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; cursor: pointer; }
.filter.active, .filter:hover { color: #080808; background: white; }
.project-hint { color: #77736d; font-size: 11px; }
.project-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 26px 18px; align-items: start; }
.project-card { cursor: pointer; min-width: 0; }
.project-thumb { position: relative; width: 160px; max-width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #191919; border: 1px solid rgba(255,255,255,.1); }
.project-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; }
.project-card:hover img { transform: scale(1.08); filter: brightness(.7); }
.play-icon { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transition: opacity .2s; font-size: 22px; }
.project-card:hover .play-icon { opacity: 1; }
.project-card h3 { margin-top: 11px; font-size: 14px; line-height: 1.25; }
.project-card p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; padding-top: 52px; }
.team-card { min-width: 0; }
.team-photo { aspect-ratio: 3/4; overflow: hidden; background: var(--surface); border-radius: 2px; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .4s, transform .6s; }
.team-card:hover img { filter: grayscale(0); transform: scale(1.025); }
.team-card h3 { margin: 17px 0 4px; font-size: 18px; }
.team-card p { margin: 0; color: var(--orange); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.contact-card { min-height: 390px; padding: 58px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; border-radius: 28px; background: radial-gradient(circle at 85% 20%, rgba(255,72,0,.42), transparent 30%), linear-gradient(135deg,#e93419,#ff7900 55%,#ffb000); color: white; }
.contact-card h2 { max-width: 900px; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-size: 16px; }
.contact-links a { border-bottom: 1px solid rgba(255,255,255,.5); }
.legal-section { padding-top: 30px !important; padding-bottom: 30px !important; }
.legal-accordion { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-accordion summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 0; padding: 34px 0; }
.legal-accordion summary::-webkit-details-marker { display: none; }
.legal-accordion summary strong { display: block; font: 700 clamp(34px,4.5vw,66px)/1 "Space Grotesk",sans-serif; letter-spacing: -.045em; }
.legal-accordion summary .eyebrow { margin-bottom: 8px; }
.accordion-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 26px; transition: transform .3s, background .3s; }
.legal-accordion[open] .accordion-icon { transform: rotate(45deg); background: var(--orange); color: #080808; border-color: var(--orange); }
.legal-content { width: 100%; padding: 18px 80px 54px; color: #aaa69f; line-height: 1.8; font-size: 15px; }
.legal-content h3 { margin: 34px 0 10px; color: var(--text); font-size: 19px; }
.legal-content p { max-width: none; margin: 0 0 22px; }
.legal-content a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { color: var(--orange); }
.site-footer { padding-top: 34px; padding-bottom: 34px; border-top: 1px solid var(--line); color: #77736d; font-size: 11px; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; text-transform: uppercase; letter-spacing: .08em; }
.footer-nav a { transition: color .2s; }
.footer-nav a:hover { color: var(--text); }
.hover-preview { position: fixed; z-index: 50; width: 480px; pointer-events: none; opacity: 0; transform: translateY(10px) scale(.96); transition: opacity .16s, transform .16s; background: #101010; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 22px 90px rgba(0,0,0,.65); }
.hover-preview.visible { opacity: 1; transform: translateY(0) scale(1); }
.hover-preview img { display: block; width: 480px; height: 270px; object-fit: cover; }
.preview-label { display: flex; justify-content: space-between; padding: 12px 14px; font-size: 11px; }
.preview-label span { color: var(--orange); }
.modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 30px; background: rgba(0,0,0,.92); opacity: 0; pointer-events: none; transition: opacity .25s; }
.modal.open { opacity: 1; pointer-events: auto; }
.modal-content { width: min(100%, 1100px); }
.modal video { width: 100%; max-height: 72vh; background: black; }
.modal-meta { display: flex; justify-content: space-between; gap: 30px; margin-top: 16px; }
.modal-meta p { margin: 0; color: var(--orange); }
.modal-close { position: absolute; top: 18px; right: 24px; color: white; border: 0; background: transparent; font-size: 44px; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes pulse { 50% { transform: scale(1.2); box-shadow: 0 0 0 14px rgba(255,59,48,.05),0 0 80px 24px rgba(255,59,48,.45); } }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 72px; left: 16px; right: 16px; display: none; flex-direction: column; padding: 24px; background: #111; border: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 100px; }
  .hero-visual { min-height: 520px; }
  .ai-layout, .contact-card { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .hover-preview { display: none; }
}
@media (max-width: 640px) {
  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .site-header { padding: 16px; }
  .brand-name { font-size: 12px; }
  h1 { font-size: 58px; }
  section:not(.hero) { padding: 84px 0; }
  .section-heading { grid-template-columns: 42px 1fr; }
  .ai-layout { gap: 44px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 1px solid var(--line); }
  .project-toolbar { align-items: flex-start; flex-direction: column; }
  .project-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .project-thumb { width: 100%; }
  .team-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 30px; min-height: 460px; }
  .legal-accordion summary { grid-template-columns: 42px 1fr auto; }
  .legal-content { padding-left: 42px; padding-right: 0; }
  .footer-main { flex-direction: column; align-items: flex-start; }
}


/* Animated AI background */
.ai-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .9; pointer-events: none; mask-image: linear-gradient(to bottom, transparent 2%, #000 18%, #000 82%, transparent 100%); }
.hero-copy, .hero-visual, .scroll-note { position: relative; z-index: 1; }

/* Our Clients */
.clients-section { padding-bottom: 130px !important; }
.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 22px;
  margin-top: 48px;
}
.client-logo {
  min-height: 118px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.018);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.client-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255,110,0,.13), transparent 68%);
  opacity: 0;
  transition: opacity .3s ease;
}
.client-logo img {
  position: relative;
  z-index: 1;
  max-width: 72%;
  max-height: 64px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.4);
  opacity: .68;
  transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}
.client-logo:hover {
  transform: translateY(-4px);
  border-color: rgba(255,110,0,.45);
  background: rgba(255,255,255,.03);
}
.client-logo:hover::after { opacity: 1; }
.client-logo:hover img {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transform: scale(1.06);
}
@media (max-width: 640px) {
  .clients-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .client-logo { min-height: 94px; border-radius: 12px; }
  .client-logo img { max-width: 76%; max-height: 50px; }
}
@media (prefers-reduced-motion: reduce) {
  .client-logo, .client-logo img { transition: none; }
  .client-logo:hover { transform: none; }
  .ai-canvas { display: none; }
}
