/*
Theme Name: Amalia Films
Theme URI: https://amaliafilms.com/
Author: Amalia Films
Author URI: https://amaliafilms.com/
Description: Tema personalizado de una sola página para Amalia Films. Incluye portafolio audiovisual, reproductor de videos, carrusel de clientes y formulario de contacto.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: amalia-films
*/

@font-face {
  font-family: "Geist";
  src: url("assets/fonts/geist-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("assets/fonts/geist-mono-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
  --ink: #151917;
  --ink-soft: #39403c;
  --paper: #f5f5f0;
  --white: #fff;
  --green: #40b54a;
  --green-light: #69d371;
  --green-dark: #23872e;
  --line: rgba(21, 25, 23, 0.14);
  --muted: #6e756f;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
.admin-bar .site-header { top: 32px; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.section-pad { padding-block: 128px; }
.eyebrow {
  margin: 0 0 22px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow.light { color: var(--green-light); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: 86px;
  padding: 10px 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(245, 245, 240, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand img { width: 190px; height: 64px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a:not(.nav-cta) { position: relative; padding-block: 8px; }
.desktop-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
.desktop-nav a:not(.nav-cta):hover::after,
.desktop-nav a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  padding: 13px 23px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  transition: background 180ms ease, transform 180ms ease;
}
.nav-cta:hover { background: var(--green-dark); transform: translateY(-1px); }
.mobile-nav { display: none; position: relative; }

.hero {
  position: relative;
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #101411;
}
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image {
  background-image: url("assets/media/hero-bg.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(8,11,9,.92) 0%, rgba(8,11,9,.72) 43%, rgba(8,11,9,.2) 78%),
    linear-gradient(0deg, rgba(8,11,9,.44), transparent 48%);
}
.hero-content { position: relative; z-index: 2; padding-block: 100px 140px; }
.hero h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(54px, 7.1vw, 106px);
  font-weight: 610;
  letter-spacing: -.064em;
  line-height: .92;
}
.hero h1 span { color: var(--green-light); }
.hero-copy {
  max-width: 650px;
  margin: 34px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.68;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  min-height: 54px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 680;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #09100a; background: var(--green-light); }
.button-primary:hover { background: #8be591; }
.button-ghost { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.44); }
.button-ghost:hover { background: #fff; color: var(--ink); }
.play-mini {
  width: 0; height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}
.hero-note {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: min(390px, 34vw);
  padding: 26px 42px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  background: var(--green-light);
}
.hero-note strong { font-size: 27px; letter-spacing: -.04em; }
.hero-note span { font-size: 12px; line-height: 1.45; }

.trust-strip {
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 38px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.trust-strip > p {
  flex: 0 0 auto;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.client-marquee {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.client-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: client-scroll 65s linear infinite;
}
.client-marquee:hover .client-track { animation-play-state: paused; }
.client-group {
  padding-right: 46px;
  display: flex;
  align-items: center;
  gap: 46px;
}
.client-logo {
  position: relative;
  width: 126px;
  height: 50px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}
.client-logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes client-scroll {
  to { transform: translateX(-50%); }
}

.manifesto { display: grid; grid-template-columns: .34fr 1.66fr; gap: 40px; }
.manifesto-index {
  padding-top: 6px;
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
}
.manifesto-copy h2 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 570;
  letter-spacing: -.055em;
  line-height: .99;
}
.manifesto-copy h2 span { color: var(--green-dark); }
.manifesto-copy h2.manifesto-statement {
  max-width: 1120px;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.02;
}
.manifesto-copy > p:last-child {
  max-width: 650px;
  margin: 40px 0 0 auto;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.72;
}

.story-feature {
  padding-bottom: 128px;
  display: grid;
  grid-template-columns: minmax(0,1.28fr) minmax(300px,.72fr);
  gap: 24px;
}
.story-feature-only { padding-top: 104px; }
.story-visual { position: relative; min-height: 520px; overflow: hidden; background: #232725; }
.story-visual img {
  width: 100%; height: 100%;
  position: absolute; inset: 0;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.22,1,.36,1);
}
.story-visual:hover img { transform: scale(1.035); }
.visual-label {
  position: absolute;
  right: 0; bottom: 0; left: 0;
  padding: 25px 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  color: #fff;
  background: linear-gradient(0deg, rgba(6,9,7,.94), rgba(6,9,7,.28));
}
.visual-label span {
  color: #8be591;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.visual-label strong { font-size: 17px; }
.story-quote {
  padding: 50px 44px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background: var(--ink);
}
.quote-mark { color: var(--green); font-family: Georgia, serif; font-size: 84px; line-height: .55; }
.story-quote blockquote {
  margin: auto 0 42px;
  font-size: clamp(27px, 2.6vw, 40px);
  font-weight: 480;
  letter-spacing: -.035em;
  line-height: 1.15;
}
.story-quote p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; }

.solutions { color: #fff; background: var(--ink); }
.section-heading {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  align-items: end;
  gap: 60px;
}
.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 570;
  letter-spacing: -.052em;
  line-height: 1;
}
.section-heading > p { margin: 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.7; }
.story-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid rgba(255,255,255,.15);
  border-left: 1px solid rgba(255,255,255,.15);
}
.story-card {
  min-height: 330px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
  transition: background 200ms ease;
}
.story-card:hover { background: rgba(255,255,255,.04); }
.story-number { color: var(--green-light); font-family: var(--font-geist-mono), monospace; font-size: 12px; }
.story-card h3 {
  margin: 58px 0 16px;
  font-size: clamp(27px,3vw,38px);
  font-weight: 540;
  letter-spacing: -.04em;
}
.story-card p { max-width: 520px; margin: 0; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.65; }
.story-card div { margin-top: auto; padding-top: 34px; color: rgba(255,255,255,.86); font-size: 12px; line-height: 1.7; }

.reel {
  display: grid;
  grid-template-columns: .63fr 1.37fr;
  align-items: center;
  gap: 70px;
}
.reel-copy h2 { margin: 0; font-size: clamp(52px,6vw,80px); font-weight: 580; letter-spacing: -.055em; }
.reel-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.text-link {
  padding: 0 0 8px;
  color: var(--ink);
  background: none;
  border: 0;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.text-link span { display: inline-block; margin-left: 8px; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.reel-visual {
  position: relative;
  aspect-ratio: 16/9;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #151917;
  border: 0;
  cursor: pointer;
}
.reel-visual::after {
  position: absolute; inset: 0;
  content: "";
  background: rgba(7,10,8,.28);
  transition: background 240ms ease;
}
.reel-visual:hover::after { background: rgba(7,10,8,.12); }
.reel-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.22,1,.36,1); }
.reel-visual:hover img { transform: scale(1.025); }
.play-button {
  position: absolute;
  top: 50%; left: 50%;
  z-index: 2;
  width: 86px; height: 86px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  transition: transform 180ms ease, background 180ms ease;
}
.reel-visual:hover .play-button { background: #8be591; transform: translate(-50%,-50%) scale(1.08); }
.play-button i {
  width: 0; height: 0; margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--ink);
}
.reel-duration {
  position: absolute;
  right: 20px; bottom: 18px;
  z-index: 2;
  padding: 8px 12px;
  color: #fff;
  background: rgba(7,10,8,.7);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.portfolio { background: #fff; }
.portfolio .section-heading > p, .process .section-heading > p { color: var(--ink-soft); }
.portfolio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 64px 30px; }
.project-card { width: 100%; padding: 0; display: block; color: inherit; background: none; border: 0; text-align: left; cursor: pointer; }
.project-image { position: relative; aspect-ratio: 16/9; display: block; overflow: hidden; background: #e8e8e3; }
.project-image::after {
  position: absolute; inset: 0;
  content: "";
  background: rgba(7,10,8,.12);
  transition: background 240ms ease;
}
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.22,1,.36,1); }
.project-card:hover .project-image img { transform: scale(1.045); }
.project-card:hover .project-image::after { background: rgba(7,10,8,.32); }
.project-play {
  position: absolute;
  right: 22px; bottom: 22px;
  z-index: 2;
  width: 74px; height: 74px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 750;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}
.project-card:hover .project-play, .project-card:focus-visible .project-play { opacity: 1; transform: translateY(0); }
.project-meta { padding-top: 18px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.project-meta > span { display: grid; gap: 7px; }
.project-meta small {
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.project-meta strong { font-size: 25px; font-weight: 560; letter-spacing: -.035em; }
.project-meta i { color: var(--muted); font-size: 19px; font-style: normal; transition: transform 180ms ease; }
.project-card:hover .project-meta i { transform: translate(3px,-3px); }

.process-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  list-style: none;
  border-top: 1px solid var(--line);
}
.process-list li {
  min-height: 280px;
  padding: 28px 30px 30px 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.process-list li:not(:first-child) { padding-left: 30px; }
.process-list li:last-child { border-right: 0; }
.process-list span { color: var(--green-dark); font-family: var(--font-geist-mono), monospace; font-size: 11px; }
.process-list strong { margin-top: auto; font-size: 21px; font-weight: 590; letter-spacing: -.025em; }
.process-list p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.numbers { color: #fff; background: var(--green-dark); }
.number-grid { padding-block: 54px; display: grid; grid-template-columns: repeat(4,1fr); }
.number-grid > div { padding: 8px 30px; display: grid; gap: 8px; border-right: 1px solid rgba(255,255,255,.28); }
.number-grid > div:first-child { padding-left: 0; }
.number-grid > div:last-child { border-right: 0; }
.number-grid strong { font-size: clamp(36px,4vw,58px); font-weight: 570; letter-spacing: -.055em; }
.number-grid span { color: rgba(255,255,255,.72); font-size: 12px; }

.contact {
  color: #fff;
  background:
    linear-gradient(100deg, rgba(7,10,8,.98) 0%, rgba(7,10,8,.9) 52%, rgba(7,10,8,.72) 100%),
    url("assets/media/services-bg.webp") center / cover;
}
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; }
.contact-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(48px,6vw,80px);
  font-weight: 570;
  letter-spacing: -.058em;
  line-height: .98;
}
.contact-copy > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 0; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.72; }
.contact-direct { margin-top: 42px; display: grid; justify-items: start; gap: 14px; }
.contact-direct a { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 15px; font-weight: 650; }
.contact-direct a:first-child { color: #8be591; }
.location { display: block; margin-top: 38px; color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-form {
  padding: 42px;
  display: grid;
  gap: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
}
.contact-form label {
  display: grid;
  gap: 9px;
  color: rgba(255,255,255,.64);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-form .form-honey {
  display: none;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  outline: 0;
  resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: #8be591; }
.form-button { width: 100%; margin-top: 6px; border: 0; }
.form-button:disabled { cursor: wait; opacity: .68; }
.form-status { min-height: 20px; color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.5; }
.form-status a { color: #8be591; text-decoration: underline; }

.site-footer { padding-block: 64px 34px; background: var(--paper); }
.footer-inner { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 40px; }
.footer-inner img { width: 180px; height: 72px; object-fit: contain; }
.footer-inner p { max-width: 400px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.footer-links { display: grid; justify-items: end; gap: 16px; font-size: 12px; font-weight: 650; }
.footer-nav, .footer-socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 22px; }
.footer-socials { align-items: center; }
.footer-socials > span { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-socials a { color: var(--green-dark); }
.footer-links a { transition: color 180ms ease; }
.footer-links a:hover { color: var(--green-dark); }
.footer-inner > span { grid-column: 1/-1; padding-top: 26px; color: var(--muted); border-top: 1px solid var(--line); font-size: 10px; }

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  padding: 40px;
  display: grid;
  place-items: center;
  background: rgba(6,8,7,.92);
  backdrop-filter: blur(10px);
}
.video-dialog { position: relative; width: min(1100px,100%); aspect-ratio: 16/9; background: #000; }
.video-dialog iframe { width: 100%; height: 100%; display: block; border: 1px solid rgba(255,255,255,.18); }
.modal-close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  padding: 0;
  color: #fff;
  background: none;
  border: 0;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}
:focus-visible { outline: 3px solid #8be591; outline-offset: 4px; }

@media (max-width: 980px) {
  .shell { width: min(100% - 48px,1240px); }
  .section-pad { padding-block: 96px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary {
    padding: 11px 17px;
    color: #fff;
    background: var(--ink);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
    list-style: none;
  }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav > div {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    min-width: 230px;
    padding: 12px;
    display: grid;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(11,18,13,.16);
  }
  .mobile-nav a { padding: 12px; font-size: 14px; font-weight: 600; }
  .hero h1 { max-width: 760px; }
  .hero-note { width: auto; max-width: 390px; }
  .trust-strip { align-items: flex-start; flex-direction: column; gap: 17px; }
  .client-marquee { width: 100%; flex: auto; }
  .manifesto, .section-heading, .reel, .contact-grid { grid-template-columns: 1fr; }
  .manifesto { gap: 28px; }
  .manifesto-copy > p:last-child { margin-left: 0; }
  .story-feature { grid-template-columns: 1fr; }
  .story-quote { min-height: 420px; }
  .section-heading { align-items: start; gap: 28px; }
  .section-heading > p { max-width: 620px; }
  .reel { gap: 44px; }
  .process-list { grid-template-columns: repeat(2,1fr); }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .process-list li:nth-child(3) { padding-left: 0; }
  .number-grid { grid-template-columns: repeat(2,1fr); }
  .number-grid > div:nth-child(2) { border-right: 0; }
  .number-grid > div:nth-child(n+3) { margin-top: 30px; }
  .number-grid > div:nth-child(3) { padding-left: 0; }
  .contact-grid { gap: 62px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1/-1; justify-items: start; }
  .footer-nav, .footer-socials { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 36px); }
  .section-pad { padding-block: 76px; }
  .site-header { min-height: 72px; padding: 8px 18px; }
  .brand img { width: 140px; height: 54px; }
  .hero { min-height: calc(100svh - 72px); align-items: flex-start; }
  .hero-image { background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(8,11,9,.92),rgba(8,11,9,.7)); }
  .hero-content { padding-block: 76px 180px; }
  .hero h1 { font-size: clamp(48px,15vw,72px); }
  .hero-copy { margin-top: 28px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-note { right: 0; left: 18px; width: auto; max-width: none; padding: 22px 24px; }
  .trust-strip { padding-inline: 18px; }
  .client-group { padding-right: 30px; gap: 30px; }
  .client-logo { width: 102px; height: 41px; }
  .manifesto-copy h2, .section-heading h2 { font-size: 43px; }
  .manifesto-copy > p:last-child { margin-top: 30px; font-size: 16px; }
  .story-feature { width: 100%; gap: 0; }
  .story-visual { min-height: 380px; }
  .visual-label { align-items: flex-start; flex-direction: column; gap: 8px; }
  .story-quote { min-height: 390px; padding: 42px 28px 34px; }
  .story-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 310px; padding: 30px 24px; }
  .reel-visual { width: calc(100% + 36px); margin-left: -18px; }
  .play-button { width: 68px; height: 68px; }
  .portfolio-grid { gap: 50px; }
  .project-play { width: 64px; height: 64px; opacity: 1; transform: none; }
  .project-meta strong { font-size: 22px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li,
  .process-list li:not(:first-child),
  .process-list li:nth-child(3) {
    min-height: 210px;
    padding: 24px 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .process-list li:first-child { border-top: 0; }
  .number-grid { grid-template-columns: 1fr 1fr; }
  .number-grid > div,
  .number-grid > div:first-child,
  .number-grid > div:nth-child(3) { padding: 12px 16px; }
  .number-grid > div:nth-child(odd) { padding-left: 0; }
  .number-grid > div:nth-child(n+3) { margin-top: 22px; }
  .contact-copy h2 { font-size: 48px; }
  .contact-form { width: calc(100% + 36px); margin-left: -18px; padding: 30px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { grid-column: auto; justify-items: start; }
  .footer-inner > span { grid-column: auto; }
  .video-modal { padding: 18px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .client-marquee { overflow-x: auto; mask-image: none; }
  .client-track { animation: none; }
}
