* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #0b0d0f; font-family: 'Space Grotesk', system-ui, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }

/* ---- scroll progress ---- */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 50; background: transparent; }
.progress-bar { height: 100%; width: 0%; background: oklch(72% 0.11 195); transition: width 0.08s linear; }

/* ---- topbar ---- */
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; padding: 30px 56px; transition: background 0.35s ease, padding 0.35s ease, border-color 0.35s ease; border-bottom: 1px solid transparent; }
.topbar.solid { background: rgba(11,13,15,0.86); backdrop-filter: blur(10px); padding: 18px 56px; border-bottom-color: rgba(243,239,231,0.08); }
.topbar .name { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 0.04em; color: #f3efe7; display: flex; align-items: baseline; gap: 10px; }
.topbar .name .tag { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 400; letter-spacing: 0.01em; color: #9aa0a6; opacity: 0; transition: opacity 0.35s ease; }
.topbar.solid .name .tag { opacity: 1; }
.topbar nav { display: flex; gap: 30px; }
.topbar nav a { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #d8dadd; }
.topbar nav a:hover { color: oklch(72% 0.11 195); }
.lang-toggle { font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #d8dadd; background: none; border: 1px solid rgba(243,239,231,0.25); padding: 4px 9px; cursor: pointer; transition: color 0.2s, border-color 0.2s; }
.lang-toggle:hover { color: oklch(72% 0.11 195); border-color: oklch(72% 0.11 195); }

/* ---- hero scroll-scrub ---- */
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

.hero-scrub { position: relative; height: 480vh; background: #000; }
.hero-scrub__sticky { position: sticky; top: 0; width: 100%; height: 100vh; overflow: hidden; background: #000; }
.hero-scrub__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #000; }

.hero-scrub__topfade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(7,8,10,0.55) 0%, rgba(7,8,10,0.16) 20%, rgba(7,8,10,0) 34%); }
.hero-scrub__scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(7,8,10,0.82) 0%, rgba(7,8,10,0.42) 42%, rgba(7,8,10,0) 68%); }
.hero-scrub__lockup-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: rgba(5,6,7,0.88); opacity: 0; }

.hero-scrub__hint { position: absolute; z-index: 2; left: clamp(24px, 6vw, 56px); bottom: 32px; display: flex; align-items: center; gap: 10px; color: #f3efe7; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; transition: opacity 0.4s ease; }
.hero-scrub__hint .dot { width: 7px; height: 7px; border-radius: 50%; background: oklch(72% 0.11 195); animation: pulse 1.6s ease-in-out infinite; }

.chapter { position: absolute; z-index: 2; top: 50%; left: clamp(24px, 6vw, 56px); right: clamp(24px, 6vw, 56px); opacity: 0; transform: translateY(-50%); will-change: opacity, transform, filter; pointer-events: none; }
.chapter__label { margin: 0 0 16px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: oklch(72% 0.11 195); }
.chapter-headline { margin: 0; font-family: 'Bebas Neue', sans-serif; font-size: clamp(38px, 6.4vw, 84px); line-height: 1.02; letter-spacing: 0.005em; text-transform: uppercase; color: #f3efe7; max-width: 780px; }

.lockup { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 0; padding: 0 24px; opacity: 0; will-change: opacity, transform; }
.lockup__title { margin: 0; max-width: 900px; font-family: 'Bebas Neue', sans-serif; font-size: clamp(38px, 7vw, 100px); line-height: 1.05; letter-spacing: 0.005em; color: #ffffff; text-shadow: 0 2px 28px rgba(0,0,0,0.55); }
.lockup__small { margin: 18px 0 0; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: oklch(72% 0.11 195); }
.lockup__cta { margin-top: 32px; padding: 16px 38px; border: 1px solid rgba(255,255,255,0.5); border-radius: 2px; background: transparent; color: #ffffff; font-family: inherit; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease; }
.lockup__cta:hover { border-color: oklch(72% 0.11 195); background: rgba(255,255,255,0.06); color: oklch(72% 0.11 195); }

.hero-scrub.manual-playback .hero-scrub__video { pointer-events: auto; }

.hero-scrub__close { position: absolute; z-index: 21; top: 100px; right: clamp(24px, 6vw, 56px); display: none; align-items: center; padding: 10px 18px; border: 1px solid rgba(255,255,255,0.4); border-radius: 2px; background: rgba(5,6,7,0.7); color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }
.hero-scrub__close:hover { border-color: oklch(72% 0.11 195); color: oklch(72% 0.11 195); }
.hero-scrub.manual-playback .hero-scrub__close { display: flex; }

@media (prefers-reduced-motion: reduce) {
  .chapter, .lockup { transition: none; }
}

/* ---- clients strip ---- */
.clients { border-top: 1px solid rgba(243,239,231,0.08); border-bottom: 1px solid rgba(243,239,231,0.08); padding: 22px 0; background: #0b0d0f; }
.clients .wrap { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.clients .lbl { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #6f757b; margin-right: 8px; }
.clients span.c { font-size: 13px; letter-spacing: 0.04em; color: #9aa0a6; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 56px; position: relative; }

/* ---- section shells ---- */
.section { padding: 108px 0; position: relative; overflow: hidden; }
.section.panel { background: oklch(15% 0.028 195); }
.section.black { background: #07080a; }
.eyebrow { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: oklch(72% 0.11 195); margin-bottom: 22px; }
.watermark { position: absolute; top: -40px; right: 24px; font-family: 'Bebas Neue', sans-serif; font-size: 340px; color: rgba(243,239,231,0.035); line-height: 1; pointer-events: none; user-select: none; }

/* ---- offer ---- */
.offer p { color: #e7e4dc; font-size: 26px; line-height: 1.6; max-width: 780px; margin: 0; font-weight: 400; position: relative; }

/* ---- process ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 12px; }
.step { border-top: 1px solid rgba(243,239,231,0.12); padding-top: 22px; opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2,0.7,0.2,1); }
.step.revealed { opacity: 1; transform: translateY(0); }
.step .num { font-family: 'Bebas Neue', sans-serif; font-size: 54px; color: oklch(72% 0.11 195); line-height: 1; margin-bottom: 18px; }
.step h3 { color: #f3efe7; font-size: 17px; margin: 0 0 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }
.step p { color: #9aa0a6; font-size: 15px; line-height: 1.65; margin: 0; }

/* ---- casos / social ads ---- */
.big-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 16px; }
.big-head h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(56px, 7vw, 104px); letter-spacing: 0.005em; color: #f3efe7; margin: 0; text-transform: uppercase; line-height: 0.9; }
.section-note { color: #6f757b; font-size: 13px; line-height: 1.6; max-width: 460px; }

/* ---- creative audit ---- */
.audit-list { margin-top: 40px; }
.audit-row { display: flex; align-items: baseline; gap: 28px; padding: 26px 0; border-top: 1px solid rgba(243,239,231,0.1); opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2,0.7,0.2,1); }
.audit-row:last-child { border-bottom: 1px solid rgba(243,239,231,0.1); }
.audit-row.revealed { opacity: 1; transform: translateY(0); }
.audit-num { font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: oklch(72% 0.11 195); flex-shrink: 0; width: 40px; }
.audit-row h3 { color: #d3d6da; font-size: 15px; font-weight: 400; line-height: 1.6; margin: 0; max-width: 640px; }
.audit-outro { color: #c7cbd1; font-size: 15px; line-height: 1.7; max-width: 680px; margin: 36px 0 0; }
.audit-cta { display: inline-block; margin-top: 24px; color: #c7cbd1; font-size: 14px; letter-spacing: 0.02em; border-bottom: 1px solid rgba(243,239,231,0.25); padding-bottom: 3px; transition: color 0.2s ease, border-color 0.2s ease; }
.audit-cta:hover { color: oklch(72% 0.11 195); border-color: oklch(72% 0.11 195); }

/* ---- ad mockup chrome ---- */
.ad-chrome { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-bottom: 1px solid rgba(243,239,231,0.08); }
.ad-chrome .av { width: 20px; height: 20px; border-radius: 50%; background: oklch(72% 0.11 195); flex-shrink: 0; }
.ad-chrome .who { font-size: 11px; color: #f3efe7; }
.ad-chrome .sponsored { margin-left: auto; font-size: 9px; color: #6f757b; letter-spacing: 0.06em; text-transform: uppercase; }
.ad-cap { padding: 12px 14px 16px; font-size: 12px; color: #9aa0a6; }

/* ---- video showcase ---- */
.video-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; margin-top: 48px; opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2,0.7,0.2,1); }
.video-showcase.revealed { opacity: 1; transform: translateY(0); }
.vid-card { border-radius: 14px; overflow: hidden; background: #101317; border: 1px solid rgba(243,239,231,0.1); }
.vid-card video { display: block; width: 100%; background: #000; }
.vid-wide video { aspect-ratio: 16/9; object-fit: cover; }

.workflow-block { margin-top: 48px; opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2,0.7,0.2,1); }
.workflow-block.revealed { opacity: 1; transform: translateY(0); }
.workflow-media { background: #101317; border: 1px solid rgba(243,239,231,0.1); border-radius: 14px; padding: 20px; margin-top: 26px; }
.workflow-media img { width: 100%; display: block; border-radius: 6px; }
.workflow-text h3 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 5vw, 58px); letter-spacing: 0.01em; text-transform: uppercase; color: #f3efe7; margin: 0 0 14px; }
.workflow-text p { color: #9aa0a6; font-size: 15px; line-height: 1.7; max-width: 620px; margin: 0; }

/* ---- editorial photography ---- */
.editorial-strip { display: flex; flex-wrap: nowrap; gap: 16px; margin-top: 40px; overflow-x: auto; padding-bottom: 4px; opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2,0.7,0.2,1); }
.editorial-strip.revealed { opacity: 1; transform: translateY(0); }
.editorial-photo { flex: 1 1 0; min-width: 140px; aspect-ratio: 3/4; overflow: hidden; border-radius: 6px; background: #101317; }
.editorial-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---- statement ---- */
.statement { position: relative; padding: 180px 0; overflow: hidden; background: #050607; }
.statement-bg { position: absolute; inset: -12% -8%; background-size: cover; background-position: center; will-change: transform; }
.statement-scrim { position: absolute; inset: 0; background: linear-gradient(0deg, #050607 5%, rgba(5,6,7,0.55) 50%, rgba(5,6,7,0.75) 100%); }
.statement .wrap { position: relative; }
.statement h2 { font-family: 'Bebas Neue', sans-serif; font-size: 92px; line-height: 0.98; color: #f3efe7; margin: 0; max-width: 900px; text-transform: uppercase; }
.statement h2 span { color: oklch(72% 0.11 195); }

/* ---- about mini ---- */
.about-mini .row { display: grid; grid-template-columns: 280px 1fr; gap: 36px; align-items: start; }
.about-mini .ph { width: 280px; height: 280px; border-radius: 8px; overflow: hidden; background: #14171a; flex-shrink: 0; }
.about-mini .ph img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; }
.about-mini p { color: #c7cbd1; font-size: 17px; line-height: 1.7; max-width: 640px; margin: 0; }

/* ---- contact ---- */
.contact h2 { font-family: 'Bebas Neue', sans-serif; font-size: 72px; letter-spacing: 0.005em; color: #f3efe7; margin: 0 0 20px; text-transform: uppercase; }
.contact .sub { color: #c7cbd1; font-size: 16px; line-height: 1.6; max-width: 560px; margin: 0 0 40px; }
.contact-links { display: flex; gap: 40px; flex-wrap: wrap; align-items: center; }
.contact-links .item .label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #6f757b; margin-bottom: 8px; }
.contact-links .item .value { font-family: 'Bebas Neue', sans-serif; font-size: 24px; color: #f3efe7; letter-spacing: 0.01em; }
.contact-links a.item:hover .value { color: oklch(72% 0.11 195); }
.social-icon-link { display: flex; align-items: center; justify-content: center; opacity: 0.75; transition: opacity 0.2s ease, transform 0.2s ease; }
.social-icon-link:hover { opacity: 1; transform: translateY(-2px); }
.social-icon-link svg { display: block; }

/* ---- contact form ---- */
.contact-form { max-width: 640px; margin-bottom: 0; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.cf-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.contact-form .cf-group label { display: block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #6f757b; margin-bottom: 0; font-family: 'Space Grotesk', sans-serif; }
.contact-form .cf-group input,
.contact-form .cf-group textarea { display: block; width: 100%; background: rgba(243,239,231,0.06); border: 1px solid rgba(243,239,231,0.15); color: #f3efe7; font-family: 'Space Grotesk', sans-serif; font-size: 15px; padding: 12px 16px; outline: none; resize: none; transition: border-color 0.2s; box-sizing: border-box; border-radius: 0; -webkit-appearance: none; appearance: none; }
.contact-form .cf-group input:focus,
.contact-form .cf-group textarea:focus { border-color: rgba(243,239,231,0.4); }
.contact-form .cf-group input::placeholder,
.contact-form .cf-group textarea::placeholder { color: rgba(243,239,231,0.25); }
.cf-submit { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; background: #f3efe7; color: #0b0d0f; border: none; padding: 14px 32px; cursor: pointer; transition: background 0.2s; display: inline-block; }
.cf-submit:hover { background: oklch(72% 0.11 195); }
.cf-success { display: none; padding: 24px 0; }
.cf-success p { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 0.02em; color: oklch(72% 0.11 195); }
@media (max-width: 600px) { .cf-row { grid-template-columns: 1fr; } }

.footer { padding: 36px 0; border-top: 1px solid rgba(243,239,231,0.08); background: #0b0d0f; }
.footer-legal { color: #6f757b; font-size: 11px; line-height: 1.7; max-width: 760px; margin-bottom: 24px; }
.footer-row { display: flex; justify-content: space-between; color: #6f757b; font-size: 12px; }

/* ---- cookie banner ---- */
.cookie-banner { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 60; max-width: 620px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding: 20px 24px; background: rgba(15,17,20,0.97); border: 1px solid rgba(243,239,231,0.12); border-radius: 8px; box-shadow: 0 12px 40px rgba(0,0,0,0.4); backdrop-filter: blur(10px); transform: translateY(140%); opacity: 0; transition: transform 0.4s cubic-bezier(0.2,0.7,0.2,1), opacity 0.4s ease; pointer-events: none; }
.cookie-banner.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.cookie-banner p { flex: 1 1 260px; margin: 0; color: #c7cbd1; font-size: 13px; line-height: 1.6; }
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-decline { background: transparent; border: 1px solid rgba(243,239,231,0.25); color: #9aa0a6; font-family: inherit; font-size: 12px; letter-spacing: 0.04em; padding: 10px 18px; border-radius: 2px; cursor: pointer; transition: border-color 0.2s ease, color 0.2s ease; }
.cookie-decline:hover { border-color: rgba(243,239,231,0.5); color: #f3efe7; }
.cookie-accept { background: oklch(72% 0.11 195); border: 1px solid oklch(72% 0.11 195); color: #07080a; font-family: inherit; font-weight: 600; font-size: 12px; letter-spacing: 0.04em; padding: 10px 18px; border-radius: 2px; cursor: pointer; transition: opacity 0.2s ease; }
.cookie-accept:hover { opacity: 0.85; }

@media (max-width: 640px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 18px; }
}

/* ---- responsive ---- */
@media (max-width: 900px) {
  .topbar nav { display: none; }
  .video-showcase { grid-template-columns: 1fr; }
  .about-mini .row { grid-template-columns: 1fr; }
  .statement h2 { font-size: 52px; }
  .steps { grid-template-columns: 1fr; }
  .hero-scrub { height: 320vh; }
  .chapter-headline { max-width: 100%; }
  .audit-row { flex-direction: column; gap: 8px; }
}
