/*
Theme Name: Guzman Shoots
Theme URI: https://guzmanshoots.com
Author: Guzman
Author URI: https://guzmanshoots.com
Description: Custom WordPress theme for Guzman Shoots — Videographer & Editor
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: All Rights Reserved
Text Domain: guzman
*/

/* ─── FONTS ─── */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/bebas-neue-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/bebas-neue-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('assets/fonts/dm-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('assets/fonts/dm-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/space-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/space-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ─── VARIABLES ─── */
:root {
  --blue-deep:   #1435C8;
  --yellow:      #FFD832;
  --yellow-light:#FFE566;
  --white:       #FFFFFF;
  --off-white:   #F4F2E8;
  --black:       #0A0A0A;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--off-white);
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
  cursor: none;
}
#wpadminbar, #wpadminbar * { cursor: auto; }

/* ─── CUSTOM CURSOR ─── */
.cursor,
.cursor-ring {
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  will-change: transform;
  opacity: 0;
}
.cursor {
  width: 12px;
  height: 12px;
  background: #ffffff;
  z-index: 10002;
  transition: width 0.2s ease, height 0.2s ease;
}
.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1.5px solid #ffffff;
  z-index: 10001;
}
body:has(a:hover) .cursor,
body:has(button:hover) .cursor { width: 20px; height: 20px; }

/* ─── SCANLINES ─── */
.scanlines::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0,0,0,0.07) 3px,
    rgba(0,0,0,0.07) 4px
  );
  pointer-events: none;
  z-index: 1;
}

/* ─── GRAIN ─── */
.grain::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes logoGlow {
  0%, 100% { filter: drop-shadow(0 0 40px rgba(255,216,50,0.3)) drop-shadow(0 0 80px rgba(255,216,50,0.12)); }
  50%       { filter: drop-shadow(0 0 60px rgba(255,216,50,0.5)) drop-shadow(0 0 120px rgba(255,216,50,0.2)); }
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.5; transform: translateY(0); }
  50%       { opacity: 1; transform: translateY(6px); }
}

/* ─── NAV ─── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 24px 48px;
  transition: padding 0.25s ease, background 0.25s ease;
}
nav.scrolled {
  padding: 16px 48px;
  background: rgba(10,10,10,0.72);
  backdrop-filter: blur(12px);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 32px;
}
nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,0.3), transparent);
  pointer-events: none;
}
@keyframes navGlitch {
  0%   { filter: drop-shadow(3px 0 0 #1435C8) drop-shadow(-3px 0 0 #1435C8) drop-shadow(0 0 8px rgba(255,216,50,0.3)); }
  20%  { filter: drop-shadow(-3px 0 0 #1435C8) drop-shadow(3px 0 0 #1435C8) drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: translateX(2px); }
  40%  { filter: drop-shadow(3px 0 0 #1435C8) drop-shadow(-3px 0 0 #1435C8) drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: translateX(-2px); }
  60%  { filter: drop-shadow(-2px 0 0 #1435C8) drop-shadow(2px 0 0 #1435C8) drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: translateX(1px); }
  80%  { filter: drop-shadow(2px 0 0 #1435C8) drop-shadow(-2px 0 0 #1435C8) drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: translateX(0); }
  100% { filter: drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: none; }
}
@keyframes navAutoGlitch {
  0%   { filter: drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: none; }
  95%  { filter: drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: none; }
  96%  { filter: drop-shadow(-3px 0 0 #1435C8) drop-shadow(3px 0 0 #1435C8) drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: translateX(2px); }
  97%  { filter: drop-shadow(3px 0 0 #1435C8) drop-shadow(-3px 0 0 #1435C8) drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: translateX(-2px); }
  98%  { filter: drop-shadow(-2px 0 0 #1435C8) drop-shadow(2px 0 0 #1435C8) drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: translateX(1px); }
  99%  { filter: drop-shadow(2px 0 0 #1435C8) drop-shadow(-2px 0 0 #1435C8) drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: translateX(-1px); }
  100% { filter: drop-shadow(0 0 8px rgba(255,216,50,0.3)); transform: none; }
}
.nav-logo {
  height: 28px;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  animation: navAutoGlitch 20s infinite;
  will-change: filter;
}
.nav-logo:hover { animation: navGlitch 0.4s steps(2) forwards; }
.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
  position: relative;
  z-index: 1;
}
.nav-links a {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(244,242,232,0.6);
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 1px;
  background: var(--yellow);
  transition: width 0.25s ease;
}
.nav-links a:hover { color: var(--yellow); }
.nav-links a:hover::after { width: 100%; }
nav .nav-cta {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  background: var(--yellow);
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: background 0.2s ease, transform 0.15s ease;
}
nav .nav-cta::after { display: none; }
nav .nav-cta:hover {
  background: var(--yellow-light);
  color: var(--black);
  transform: translateY(-2px);
}
.nav-cta:active { transform: translateY(0); }

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  background: #0a0a0a;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(200px, 30vw, 480px);
  color: rgba(255,255,255,0.025);
  letter-spacing: -0.02em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
}
.hero-eyebrow {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--yellow);
  opacity: 0.7;
  margin-bottom: 40px;
  animation: fadeUp 0.8s ease both;
}
.hero-logo-wrap {
  animation: fadeUp 0.9s 0.1s ease both;
}
.hero-logo {
  width: min(520px, 82vw);
  animation: logoGlow 4s ease-in-out infinite;
  will-change: filter;
}
.hero-divider {
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, var(--yellow), transparent);
  margin: 44px 0;
  animation: fadeUp 1s 0.25s ease both;
}
.hero-tagline {
  font-family: 'Space Mono', monospace;
  font-size: clamp(14px, 1.8vw, 16px);
  color: rgba(244,242,232,0.7);
  line-height: 1.7;
  max-width: 580px;
  font-weight: 300;
  letter-spacing: 0.01em;
  animation: fadeUp 1s 1.8s ease both;
}
.hero-actions {
  display: flex;
  gap: 22px;
  margin-top: 48px;
  animation: fadeUp 1s 0.45s ease both;
}
.hero-actions a {
  min-width: 200px;
  justify-content: center;
}
.btn-primary {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--yellow);
  color: var(--black);
  padding: 16px 32px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1);
  position: relative;
}
.btn-primary:hover { background: var(--yellow-light); transform: translateY(-2px); }
.btn-primary:active { transform: translateY(0); }
.btn-secondary {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: transparent;
  color: var(--off-white);
  padding: 16px 32px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(244,242,232,0.4);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.btn-secondary:hover { border-color: rgba(255,216,50,0.5); color: var(--yellow); transform: translateY(-2px); }
.btn-secondary:active { transform: translateY(0); }
.scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: fadeIn 1s 0.8s ease both;
  z-index: 3;
}
.scroll-arrow {
  width: 18px; height: 18px;
  border-right: 2px solid rgba(255,216,50,0.75);
  border-bottom: 2px solid rgba(255,216,50,0.75);
  transform: rotate(45deg);
  animation: scrollPulse 1.8s ease infinite;
}

/* Hero video */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.35) 0%,
    rgba(0,0,0,0.45) 60%,
    rgba(0,0,0,0.7) 100%
  );
  z-index: 1;
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.hero-grid-lines::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,216,50,0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,216,50,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
}

/* ─── TICKER ─── */
.ticker {
  background: var(--yellow);
  padding: 14px 0;
  overflow: hidden;
  position: relative;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerScroll 44s linear infinite;
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 32px;
  white-space: nowrap;
}
.ticker-item span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--black);
}
.ticker-dot {
  width: 6px; height: 6px;
  background: var(--blue-deep);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ─── ABOUT ─── */
#about {
  scroll-margin-top: 60px;
  padding: 120px 48px;
  min-height: 42vw;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #0A0A0A;
  background-image:
    linear-gradient(to bottom,
      rgba(10,10,10,0.75) 0%,
      transparent 16%,
      transparent 84%,
      rgba(10,10,10,0.75) 100%),
    linear-gradient(135deg,
      rgba(20,53,200,0.07) 0%,
      rgba(255,216,50,0.05) 100%),
    linear-gradient(to right,
      rgba(10,10,10,0.60) 0%,
      rgba(10,10,10,0.50) 8%,
      rgba(10,10,10,0.38) 16%,
      rgba(10,10,10,0.26) 24%,
      rgba(10,10,10,0.15) 32%,
      rgba(10,10,10,0.07) 40%,
      rgba(10,10,10,0.03) 46%,
      rgba(10,10,10,0.10) 54%,
      rgba(10,10,10,0.24) 62%,
      rgba(10,10,10,0.46) 72%,
      rgba(10,10,10,0.72) 83%,
      rgba(10,10,10,0.92) 92%,
      #0A0A0A 100%),
    url('assets/img/cameraman-outdoor-nature.webp');
  background-size: 100% 100%, 100% 100%, 100% 100%, auto 108%;
  background-position: center, center, center, 38% top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
@media (min-width: 1025px) {
  #about::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
      #0A0A0A 0%,
      #0A0A0A 5%,
      rgba(10,10,10,0.92) 12%,
      rgba(10,10,10,0.72) 20%,
      rgba(10,10,10,0.45) 30%,
      rgba(10,10,10,0.18) 40%,
      transparent 50%,
      rgba(10,10,10,0.18) 68%,
      rgba(10,10,10,0.55) 82%,
      rgba(10,10,10,0.88) 92%,
      #0A0A0A 100%
    );
    pointer-events: none;
    z-index: 1;
  }
}
.section-about {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.section-label {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--yellow);
  opacity: 0.9;
  margin-bottom: 20px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.7);
}
.about-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(60px, 9vw, 120px);
  line-height: 0.9;
  color: var(--off-white);
  letter-spacing: -0.01em;
  text-shadow: 0 2px 24px rgba(0,0,0,0.7);
}
.about-heading em {
  color: var(--yellow);
  font-style: normal;
}
.about-accent-line {
  width: 80px; height: 3px;
  background: var(--yellow);
  margin-top: 36px;
}
.about-right {
  padding-bottom: 12px;
  padding-left: 60px;
}
.about-body {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(244,242,232,0.82);
  font-weight: 400;
  margin-bottom: 32px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}
.about-body strong {
  color: var(--off-white);
  font-weight: 600;
}
.about-location {
  margin-top: 48px;
  padding-top: 40px;
  margin-bottom: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.about-location-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  background: var(--yellow);
  border-radius: 50%;
  margin-top: 6px;
  animation: pulse-dot 2.4s ease-in-out infinite;
  box-shadow: 0 0 6px rgba(255,216,50,0.4);
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(255,216,50,0.4); }
  50% { opacity: 0.3; box-shadow: 0 0 2px rgba(255,216,50,0.1); }
}
.about-location-primary {
  display: block;
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--off-white);
}
.about-location-secondary {
  display: block;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  color: var(--yellow);
  letter-spacing: 0.04em;
  margin-top: 4px;
  opacity: 0.8;
}

/* ─── SERVICES ─── */
.section-services {
  background: #111111;
  padding: 140px 48px;
  position: relative;
}
.services-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
.services-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(60px, 8vw, 100px);
  color: var(--white);
  line-height: 0.9;
  letter-spacing: -0.01em;
}
.services-heading span {
  color: var(--yellow);
}
.services-subtext {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  white-space: nowrap;
  text-align: right;
  line-height: 1.7;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.service-card {
  background: rgba(255,255,255,0.04);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
  cursor: none;
  border-top: 3px solid rgba(255,255,255,0.07);
}
.service-card::before {
  content: '';
  position: absolute;
  top: -3px; left: 0; right: 0;
  height: 3px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.service-card:hover { background: rgba(255,216,50,0.08); }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover .service-num { color: var(--yellow); opacity: 0.5; }
.service-card:hover .service-title { color: var(--yellow); }
.service-card:hover .service-desc { color: rgba(255,255,255,0.75); }
.service-card:hover .service-icon { border-color: rgba(255,216,50,0.5); color: var(--yellow); }
.service-num {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--yellow);
  opacity: 0.35;
  margin-bottom: 32px;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.service-icon {
  width: 48px; height: 48px;
  border: 1.5px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.7);
  transition: border-color 0.3s ease, color 0.3s ease;
}
.service-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 16px;
  transition: color 0.3s ease;
}
.service-desc {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  transition: color 0.3s ease;
}

/* ─── WORK THUMBNAILS ─── */
.work-showreel {
  background:
    radial-gradient(ellipse 50% 80% at 20% 50%, rgba(255,216,50,0.22) 0%, transparent 50%),
    radial-gradient(ellipse 70% 60% at 80% 20%, rgba(26,69,216,0.9) 0%, transparent 55%),
    linear-gradient(135deg, #0d1233 0%, #1435C8 50%, #0a1a6e 100%);
}
.work-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(255,255,255,0.02) 3px,
    rgba(255,255,255,0.02) 4px
  );
  pointer-events: none;
  z-index: 1;
}
@media (hover: none) {
  .work-item-overlay {
    opacity: 1 !important;
    background: linear-gradient(to top, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.2) 50%, transparent 100%) !important;
  }
  .work-item-title {
    transform: translateY(0) !important;
  }
}
.work-index {
  position: absolute;
  top: 18px;
  left: 22px;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(244,242,232,0.4);
  z-index: 4;
  transition: color 0.3s ease;
}
.work-item:hover .work-index { color: rgba(244,242,232,0.8); }

/* ─── WORK ─── */
#work { padding: 140px 48px; position: relative; overflow: hidden; }
#work::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(255,255,255,0.03) 3px,
    rgba(255,255,255,0.03) 4px
  );
  pointer-events: none;
  z-index: 0;
}
#work > * { position: relative; z-index: 1; }
.section-work {
  max-width: 1200px;
  margin: 0 auto;
}
.work-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.work-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(60px, 8vw, 100px);
  color: var(--off-white);
  line-height: 0.9;
}
.work-heading span { color: var(--yellow); }
.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.work-item {
  position: relative;
  overflow: hidden;
  cursor: none;
  background: #111;
  border: 1px solid rgba(255,255,255,0.12);
  height: 340px;
}
.work-item:first-child {
  grid-column: 1 / -1;
  height: 480px;
}
.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1), filter 0.6s ease;
  filter: grayscale(20%) brightness(0.85);
}
.work-item:hover img {
  transform: scale(1.04);
  filter: grayscale(0%) brightness(0.7);
}
.work-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.88) 0%, rgba(10,10,10,0.25) 55%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  z-index: 2;
}
.work-item:hover .work-item-overlay { opacity: 1; }
.work-item-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  color: var(--white);
  transform: translateY(12px);
  transition: transform 0.4s ease 0.1s;
}
.work-item:hover .work-item-title { transform: translateY(0); }
.work-item-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  width: 56px; height: 56px;
  background: var(--yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.55;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 3;
}
.work-item:hover .work-item-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ─── CTA ─── */
.section-cta {
  background: var(--yellow);
  padding: 120px 48px;
  position: relative;
  overflow: hidden;
}
.cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.cta-bg-text {
  position: absolute;
  right: -40px; top: 50%;
  transform: translateY(-50%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(180px, 22vw, 320px);
  color: rgba(20,53,200,0.08);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.cta-label {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--blue-deep);
  opacity: 0.6;
  margin-bottom: 20px;
}
.cta-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(60px, 8vw, 108px);
  color: var(--black);
  line-height: 0.88;
  max-width: 600px;
}
.cta-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}
.btn-dark {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--black);
  color: var(--yellow);
  padding: 18px 36px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: background 0.2s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1);
}
.btn-dark:hover { background: #1a1a1a; transform: translateY(-2px); }
.btn-dark:active { transform: translateY(0); }
.btn-outline-dark {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: transparent;
  color: var(--black);
  padding: 18px 36px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid rgba(10,10,10,0.25);
  transition: border-color 0.2s ease, transform 0.15s ease;
}
.btn-outline-dark:hover { border-color: var(--black); transform: translateY(-2px); }
.cta-quote {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: rgba(10,10,10,0.55);
  margin-top: 14px;
  letter-spacing: 0.02em;
}

/* ─── FOOTER ─── */
footer {
  background: #080808;
  padding: 80px 48px 48px;
  position: relative;
  overflow: hidden;
}
footer::before {
  content: 'GUZMAN';
  position: absolute;
  bottom: -40px; right: -20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 200px;
  color: rgba(255,255,255,0.018);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.02em;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  gap: 60px;
}
.footer-brand { flex-shrink: 0; }
.footer-logo {
  height: 32px;
  filter: drop-shadow(0 0 8px rgba(255,216,50,0.2));
  margin-bottom: 20px;
  display: block;
}
.footer-tagline {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(244,242,232,0.5);
  text-transform: uppercase;
  max-width: 200px;
  line-height: 1.7;
}
.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 140px);
  gap: 40px;
  margin-left: auto;
}
.footer-nav-col h4 {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(244,242,232,0.55);
  margin-bottom: 20px;
}
.footer-nav-col ul { list-style: none; }
.footer-nav-col li { margin-bottom: 10px; }
.footer-nav-col a {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(244,242,232,0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-nav-col a:hover { color: var(--yellow); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
}
.footer-copy {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(244,242,232,0.4);
}
.footer-socials {
  display: flex;
  gap: 24px;
}
.footer-socials a {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(244,242,232,0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-socials a:hover { color: var(--yellow); }

/* ─── LANG TOGGLE ─── */
.lang-toggle {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--yellow);
  background: transparent;
  border: 1px solid rgba(255,216,50,0.4);
  padding: 10px 20px;
  cursor: none;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.lang-toggle:hover { background: rgba(255,216,50,0.12); border-color: rgba(255,216,50,0.75); }
.lang-toggle:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }
.lang-toggle:active { transform: translateY(0); }

/* ─── REVEAL ANIMATIONS ─── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─── SOCIAL SIDEBAR ─── */
.social-sidebar {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
  mix-blend-mode: difference;
}
.social-sidebar-line {
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, transparent, rgba(255,216,50,0.18));
}
.social-sidebar-line.bottom {
  background: linear-gradient(to top, transparent, rgba(255,216,50,0.18));
}
.social-sidebar-icons {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 18px 0;
}
.social-sidebar a {
  color: var(--yellow);
  transition: color 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
}
.social-sidebar a:hover { color: #ffffff; transform: scale(1.2); }

/* ─── HERO MOBILE SOCIAL SIDEBAR ─── */
.hero-social-mobile {
  display: none;
}

/* ─── HAMBURGER BUTTON ─── */
.guzman-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  padding: 6px;
  cursor: none;
  z-index: 101;
  position: relative;
}
.guzman-menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--off-white);
  transition: transform 0.28s cubic-bezier(0.4,0,0.2,1), opacity 0.28s ease;
}
.guzman-menu-btn.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.guzman-menu-btn.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.guzman-menu-btn.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
@media (pointer: coarse) { .guzman-menu-btn { cursor: pointer; } }

/* ─── MOBILE NAV OVERLAY ─── */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.mobile-nav.open {
  opacity: 1;
  pointer-events: all;
}
.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.mobile-nav-links a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 15vw, 80px);
  letter-spacing: 1px;
  color: var(--off-white);
  text-decoration: none;
  display: block;
  line-height: 1.15;
  transition: color 0.2s ease;
}
.mobile-nav-links a:hover,
.mobile-nav-links a:active { color: var(--yellow); }
.mobile-nav-cta { color: var(--yellow) !important; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1200px) { .social-sidebar { display: none; } }

@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-item:first-child { grid-column: 1 / -1; }
  .cta-inner { flex-direction: column; text-align: center; align-items: center; }
  .footer-top { flex-direction: column; align-items: stretch; }
  .footer-nav-grid { grid-template-columns: repeat(3, 1fr); margin-left: 0; margin-top: 48px; }
}
@media (max-width: 768px) {
  nav { padding: 20px 28px; }
  nav.scrolled { padding: 14px 28px; }
  .nav-links { display: none; }
  .guzman-menu-btn { display: flex; }
  #about { padding: 48px 28px 36px; }
  #work { padding: 80px 28px; }
  .section-services { padding: 80px 28px; }
  .section-cta { padding: 80px 28px; }
  footer { padding: 60px 28px 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .work-item { height: 220px; }
  .work-item:first-child { grid-column: 1; height: 280px; }
  .work-item:first-child img { object-fit: contain; }
  .work-item-overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.2) 50%, transparent 100%);
  }
  .work-item-title { transform: translateY(0); }
  .work-showreel { background: #0A0A0A; }
  .work-item-overlay { padding: 14px 16px; }
  .services-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .work-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-nav-grid { gap: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 300px; }
  .about-right { padding-left: 0; padding-bottom: 0; }
  .about-body { margin-bottom: 16px; }
  .about-location { margin-top: 24px; padding-top: 24px; margin-bottom: 0; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .services-subtext { white-space: normal; text-align: left; }
  #about {
    background-size: 100% 100%, 100% 100%, 100% 100%, auto 75%;
    background-position: center, center, center, center;
    min-height: auto;
  }
  #about::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
      #0A0A0A 0%,
      rgba(10,10,10,0.85) 10%,
      transparent 28%,
      transparent 72%,
      rgba(10,10,10,0.85) 90%,
      #0A0A0A 100%
    );
    pointer-events: none;
    z-index: 1;
  }
  .hero-social-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 4;
  }
  .hero-social-mobile-line {
    width: 1px;
    height: 44px;
    background: linear-gradient(to bottom, transparent, rgba(255,216,50,0.2));
  }
  .hero-social-mobile-line.bottom {
    background: linear-gradient(to top, transparent, rgba(255,216,50,0.2));
  }
  .hero-social-mobile-icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px 0;
  }
  .hero-social-mobile a {
    color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-logo { width: min(520px, 68vw); }
}
@media (max-width: 480px) {
  footer::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ─── PAGE TEMPLATE ─── */
.page-main {
  padding: 160px 48px 120px;
}
.page-content-wrap {
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-main { padding: 140px 48px 100px; }
  .page-content-wrap { margin: 0; }
}
@media (max-width: 768px) {
  .page-main { padding: 120px 28px 80px; }
}

/* ─── LEGAL PAGES ─── */
.legal-updated {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(244,242,232,0.4);
  margin-bottom: 64px;
}
.legal-divider {
  width: 60px;
  height: 2px;
  background: var(--yellow);
  opacity: 0.3;
  margin-bottom: 48px;
}
.legal-section {
  margin-bottom: 48px;
}
.legal-section h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  color: var(--off-white);
  margin-bottom: 16px;
}
.legal-section p,
.legal-section li {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(244,242,232,0.72);
  font-weight: 300;
}
.legal-section p { margin-bottom: 14px; }
.legal-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 14px;
}
.legal-section li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}
.legal-section li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--yellow);
  border-radius: 50%;
  opacity: 0.5;
}
.legal-section strong {
  color: var(--off-white);
  font-weight: 500;
}
.legal-section a {
  color: var(--yellow);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.legal-section a:hover { opacity: 0.7; }

/* ─── TOUCH DEVICES ─── */
@media (pointer: coarse) {
  .cursor, .cursor-ring { display: none; }
  body { cursor: auto; }
  a, button { cursor: pointer; }
  nav { cursor: auto; }
}
