@font-face {
  font-family: 'Pamors';
  src: url('../assets/Pamors-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #0a0a0b;
  --cream: #f3eee5;
  --cream-deep: #ebe1d4;
  --text-light: #f8f4ef;
  --text-dark: #171516;
  --muted-light: rgba(248,244,239,.7);
  --muted-dark: rgba(23,21,22,.67);
  --red: #b61e2c;
  --red-soft: #dd4250;
  --line-light: rgba(22,18,18,.11);
  --line-dark: rgba(255,255,255,.14);
  --shadow: 0 20px 55px rgba(0,0,0,.13);
  --shadow-dark: 0 24px 80px rgba(0,0,0,.34);
  --radius: 22px;
  --container: 1320px;
  --gutter: clamp(1rem, 2.4vw, 2.25rem);
  --body: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --display: 'Pamors', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); background: var(--cream); color: var(--text-dark); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { font: inherit; }
p, h1, h2, h3, figure { margin: 0; }

.grain { position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: .035; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E"); }
.container { width: min(calc(100% - 2*var(--gutter)), var(--container)); margin: 0 auto; position: relative; }
.section-dark { background: var(--bg); color: var(--text-light); }
.section-light { background: var(--cream); color: var(--text-dark); }
.section-cream { background: var(--cream-deep); color: var(--text-dark); }
.pamors { font-family: var(--display); font-weight: 400; text-transform: lowercase; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(10,10,11,.87); backdrop-filter: blur(13px); border-bottom: 1px solid var(--line-dark); }
.nav-wrap { width: min(calc(100% - 2*var(--gutter)), var(--container)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand-mark { color: #fff; font-weight: 700; letter-spacing: -.03em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem,2vw,2rem); }
.site-nav a, .mobile-nav a { color: rgba(255,255,255,.74); font-size: .76rem; text-transform: uppercase; letter-spacing: .17em; transition: color .2s ease; }
.site-nav a:hover, .mobile-nav a:hover { color: #fff; }
.nav-cta { border: 1px solid var(--line-dark); border-radius: 999px; padding: .8rem 1rem; color: #fff !important; }
.nav-toggle { display: none; flex-direction: column; gap: 4px; border: 0; background: transparent; padding: .5rem; }
.nav-toggle span { width: 22px; height: 1px; background: #fff; }
.mobile-nav { display: none; padding: 0 var(--gutter) 1.25rem; flex-direction: column; gap: 1rem; }
.site-header.open .mobile-nav { display: flex; }

.hero { position: relative; overflow: hidden; padding: clamp(2.5rem,5vw,4.5rem) 0 4rem; }
.hero-grid { display: grid; grid-template-columns: minmax(300px,.92fr) minmax(390px,1.12fr) minmax(330px,.94fr); gap: clamp(1.2rem,2vw,2.25rem); align-items: center; }
.tilt-card { box-shadow: var(--shadow); }
.hero-photo-panel { position: relative; min-height: 710px; border-radius: var(--radius); overflow: visible; background: #f4f2ee; border: 1px solid var(--line-dark); box-shadow: var(--shadow-dark); }
.hero-photo-panel::before { content: ''; position: absolute; inset: 0; border-radius: inherit; overflow: hidden; }
.hero-photo { width: 100%; height: 100%; min-height: 710px; object-fit: cover; border-radius: var(--radius); }
.hero-photo-fade { position: absolute; inset: 0; border-radius: var(--radius); background: linear-gradient(to top, rgba(10,10,11,.4), transparent 36%, transparent); }
.hero-photo-note { position: absolute; top: 1rem; z-index: 2; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(0,0,0,.16); backdrop-filter: blur(10px); color: #fff; font-size: .68rem; text-transform: uppercase; letter-spacing: .17em; }
.hero-photo-note--left { left: 1rem; }
.hero-photo-note--right { right: 1rem; }
.hero-scrap { position: absolute; right: -1rem; bottom: -1.2rem; z-index: 4; width: 46%; padding: .45rem; background: var(--cream); transform: rotate(3deg); box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.hero-scrap img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-copy { padding-inline: .25rem; }
.hero-kicker { color: var(--red-soft); font-size: .77rem; text-transform: uppercase; letter-spacing: .22em; margin-bottom: 1rem; }
.hero-name { color: #fff; font-size: clamp(2.7rem,5.6vw,5.9rem); line-height: .91; letter-spacing: -.055em; font-weight: 750; }
.hero-tagline { margin-top: 1.15rem; max-width: 15ch; color: rgba(255,255,255,.96); font-size: clamp(1.55rem,2.7vw,2.8rem); line-height: 1.02; letter-spacing: .01em; }
.hero-intro { margin-top: 1.4rem; max-width: 42ch; color: var(--muted-light); font-size: .98rem; line-height: 1.72; }
.hero-chips { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.25rem; }
.hero-chips span { padding: .68rem .85rem; border: 1px solid var(--line-dark); border-radius: 999px; color: rgba(255,255,255,.82); font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; }
.hero-film-card { cursor: pointer; outline: none; }
.hero-film-card:focus-visible, .reel-card:focus-visible { outline: 2px solid var(--red-soft); outline-offset: 5px; }
.hero-film-shell { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: #111; border: 1px solid var(--line-dark); box-shadow: var(--shadow-dark); }
.hero-film-video { width: 100%; height: 100%; object-fit: contain; background: #111; }
.hero-film-meta { display: flex; justify-content: space-between; margin-top: .8rem; color: rgba(255,255,255,.68); text-transform: uppercase; letter-spacing: .14em; font-size: .69rem; }
.sound-hint { position: absolute; right: .85rem; bottom: .85rem; z-index: 3; display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .7rem; border-radius: 999px; background: rgba(0,0,0,.58); color: #fff; border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(8px); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.sound-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red-soft); box-shadow: 0 0 0 4px rgba(221,66,80,.16); }
.floating { position: absolute; pointer-events: none; user-select: none; }
.floating-film { width: 145px; right: 3%; top: 8%; opacity: .11; transform: rotate(7deg); }

.intro-strip { border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.intro-strip-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 1.25rem 0; }
.intro-strip p { color: var(--muted-dark); font-size: .93rem; }

.section-heading { max-width: 890px; padding: 5.2rem 0 2rem; }
.eyebrow { color: var(--red); font-size: .75rem; text-transform: uppercase; letter-spacing: .19em; margin-bottom: .8rem; }
.section-heading h2 { font-size: clamp(2.2rem,4vw,4rem); line-height: .98; letter-spacing: .01em; }

.reel-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.25rem; align-items: start; padding: .5rem 0 5rem; }
.reel-card { cursor: pointer; outline: none; }
.reel-card--offset { margin-top: 4.5rem; }
.reel-media { position: relative; aspect-ratio: 9 / 16; overflow: hidden; border-radius: var(--radius); background: #0c0c0d; border: 1px solid rgba(0,0,0,.08); box-shadow: var(--shadow); }
.cover-video { width: 100%; height: 100%; object-fit: contain; background: #0c0c0d; }
.reel-media::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(0,0,0,.24), transparent 28%); }
.reel-info { padding: .85rem .2rem 0; }
.reel-type { font-size: .69rem; text-transform: uppercase; letter-spacing: .15em; color: var(--red); }
.reel-info p { margin-top: .45rem; max-width: 32ch; color: var(--muted-dark); font-size: .9rem; line-height: 1.55; }

.proof { position: relative; overflow: hidden; padding-bottom: 5rem; }
.floating-red { width: 185px; right: 3%; top: 5rem; opacity: .88; }
.profile-stage { position: relative; min-height: 680px; margin-top: .5rem; }
.profile-card { position: absolute; background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 18px; padding: .7rem; box-shadow: var(--shadow); }
.profile-card img { width: 100%; border-radius: 11px; }
.profile-card figcaption { display: flex; justify-content: space-between; gap: .75rem; align-items: baseline; padding: .65rem .25rem .15rem; font-size: .66rem; line-height: 1.4; color: var(--muted-dark); }
.profile-card figcaption strong { color: var(--text-dark); text-transform: uppercase; letter-spacing: .11em; font-size: .64rem; }
.profile-card--fabi-tt { width: 54%; left: 1%; top: 2%; transform: rotate(-2.2deg); z-index: 4; }
.profile-card--fabi-ig { width: 50%; right: 2%; top: 27%; transform: rotate(1.8deg); z-index: 3; }
.profile-card--jyc { width: 35%; right: 6%; top: 0; transform: rotate(2.5deg); z-index: 2; }
.profile-card--teto { width: 35%; left: 8%; bottom: 2%; transform: rotate(-1.7deg); z-index: 2; }

.stats-gallery { display: grid; grid-template-columns: 1.02fr .98fr; gap: 1.3rem; align-items: start; }
.stat-card { background: rgba(255,255,255,.72); border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius); padding: .8rem; box-shadow: var(--shadow); }
.stat-card img { width: 100%; height: auto; border-radius: 14px; background: #fff; }
.stat-card figcaption { padding: .7rem .25rem .2rem; color: var(--muted-dark); font-size: .68rem; line-height: 1.5; letter-spacing: .02em; }
.stat-card--tiktok { grid-row: span 2; }
.stat-card--wide { grid-column: 2; }

.about { position: relative; overflow: hidden; }
.floating-yellow { width: 170px; left: 2%; bottom: 2rem; opacity: .82; }
.about-grid { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(370px,1.1fr); gap: 2rem; align-items: center; padding: 5rem 0; }
.about-image { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-light); background: #fff; }
.about-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.about-copy h2 { font-size: clamp(2.2rem,3.7vw,3.7rem); line-height: 1; max-width: 14ch; margin-bottom: 1.1rem; }
.about-copy p:not(.eyebrow) { max-width: 47ch; color: var(--muted-dark); font-size: 1rem; line-height: 1.78; }
.about-copy p + p { margin-top: 1rem; }

.services { border-top: 1px solid var(--line-light); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; padding: .8rem 0 5rem; }
.service-card { min-height: 270px; padding: 1.3rem; border: 1px solid var(--line-light); border-radius: var(--radius); background: rgba(255,255,255,.48); box-shadow: var(--shadow); }
.service-index { color: var(--red); font-size: .72rem; letter-spacing: .15em; }
.service-card h3 { margin-top: 1rem; font-size: 1.42rem; text-transform: uppercase; letter-spacing: -.035em; }
.service-card p { margin-top: .8rem; color: var(--muted-dark); font-size: .95rem; line-height: 1.72; }

.more-work { position: relative; overflow: hidden; border-top: 1px solid var(--line-light); }
.more-film { position: absolute; width: 230px; right: 4%; top: 50%; transform: translateY(-50%) rotate(8deg); opacity: .14; }
.more-work-inner { min-height: 360px; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.more-work h2 { font-size: clamp(3rem,6vw,6rem); line-height: .9; }
.more-work-copy { max-width: 38rem; position: relative; z-index: 2; }
.more-work-copy p { color: var(--muted-dark); line-height: 1.7; }
.drive-link { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1.35rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-size: .79rem; text-transform: uppercase; letter-spacing: .14em; transition: color .2s ease; }
.drive-link:hover { color: var(--red); }

.contact { border-top: 1px solid var(--line-dark); }
.contact-inner { padding: 5rem 0; text-align: center; }
.contact h2 { max-width: 9ch; margin: 0 auto 1rem; font-size: clamp(2.8rem,5vw,5.2rem); line-height: .98; }
.contact p:not(.eyebrow) { max-width: 35ch; margin: auto; color: var(--muted-light); line-height: 1.72; }
.contact-email { display: inline-block; margin-top: 2rem; padding-bottom: .25rem; border-bottom: 2px solid var(--red); color: #fff; font-size: clamp(1.35rem,2.6vw,2.4rem); letter-spacing: -.04em; }
.contact-links { display: flex; justify-content: center; gap: 1.2rem; flex-wrap: wrap; margin-top: 1.6rem; }
.contact-links a { color: rgba(255,255,255,.72); font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; }
.contact-links a:hover { color: #fff; }

.video-modal { position: fixed; inset: 0; z-index: 1000; display: none; place-items: center; padding: clamp(.75rem,2vw,2rem); }
.video-modal.open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(5,5,6,.88); backdrop-filter: blur(12px); cursor: default; }
.modal-panel { position: relative; z-index: 2; width: min(92vw, 920px); max-height: 94vh; display: flex; flex-direction: column; border-radius: 20px; overflow: hidden; background: #111; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.modal-topbar { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 .9rem 0 1rem; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); }
.modal-title { font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.7); }
.modal-close { width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 1.4rem; cursor: pointer; }
.modal-video { width: 100%; max-height: calc(94vh - 52px); background: #000; object-fit: contain; }

/* Motion system */
@keyframes driftFilm {
  0%, 100% { transform: rotate(7deg) translate3d(0,0,0); }
  50% { transform: rotate(5deg) translate3d(-8px,10px,0); }
}
@keyframes driftFlowerRed {
  0%, 100% { transform: rotate(-2deg) translate3d(0,0,0); }
  50% { transform: rotate(2deg) translate3d(0,-10px,0); }
}
@keyframes driftFlowerYellow {
  0%, 100% { transform: rotate(2deg) translate3d(0,0,0); }
  50% { transform: rotate(-2deg) translate3d(8px,-8px,0); }
}

.floating-film { animation: driftFilm 8s ease-in-out infinite; }
.floating-red { animation: driftFlowerRed 7s ease-in-out infinite; }
.floating-yellow { animation: driftFlowerYellow 9s ease-in-out infinite; }

.reel-media .cover-video,
.hero-film-video,
.hero-photo,
.stat-card img,
.profile-card img {
  transition: transform .7s cubic-bezier(.16,1,.3,1), filter .35s ease;
}
.reel-card:hover .cover-video { transform: scale(1.025); }
.hero-film-card:hover .hero-film-video { transform: scale(1.018); }
.hero-photo-panel:hover .hero-photo { transform: scale(1.012); }
.stat-card:hover img { transform: scale(1.012); }
.profile-card:hover img { transform: scale(1.018); }
.service-card { transition: transform .32s cubic-bezier(.16,1,.3,1), box-shadow .32s ease, border-color .32s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(0,0,0,.12); border-color: rgba(185,28,42,.28); }
.drive-link span { display: inline-block; transition: transform .25s ease; }
.drive-link:hover span { transform: translateX(5px); }

.video-modal { opacity: 0; transition: opacity .22s ease; }
.video-modal.open { opacity: 1; }
.modal-panel { transform: translateY(14px) scale(.985); transition: transform .3s cubic-bezier(.16,1,.3,1); }
.video-modal.open .modal-panel { transform: none; }

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(.995);
  transition: opacity .78s cubic-bezier(.16,1,.3,1), transform .78s cubic-bezier(.16,1,.3,1);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }


@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy { grid-column: 1 / -1; grid-row: 1; max-width: 850px; padding-bottom: .6rem; }
  .hero-photo-panel, .hero-photo { min-height: 540px; }
  .reel-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .reel-card--offset { margin-top: 3rem; }
  .profile-stage { min-height: 760px; }
  .about-grid, .more-work-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .more-work-inner { padding: 4rem 0; min-height: auto; }
}

@media (max-width: 760px) {
  .site-nav { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding-top: 2rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { grid-column: auto; }
  .hero-name { font-size: clamp(2.65rem,14vw,4rem); }
  .hero-tagline { font-size: 1.75rem; }
  .hero-photo-panel, .hero-photo { min-height: 430px; }
  .hero-scrap { width: 45%; right: .5rem; bottom: -.7rem; }
  .intro-strip-inner, .stats-gallery, .services-grid { grid-template-columns: 1fr; }
  .reel-grid { grid-template-columns: 1fr 1fr; gap: .8rem; }
  .reel-card--offset { margin-top: 2.4rem; }
  .reel-info p { display: none; }
  .reel-type { font-size: .58rem; line-height: 1.45; }
  .sound-hint { font-size: .54rem; right: .55rem; bottom: .55rem; padding: .45rem .55rem; }
  .profile-stage { min-height: auto; display: grid; grid-template-columns: 1fr; gap: 1rem; }
  .profile-card { position: relative; width: 100% !important; inset: auto !important; transform: none !important; }
  .profile-card--fabi-tt, .profile-card--fabi-ig { padding: .75rem; }
  .profile-card--jyc, .profile-card--teto { width: 86% !important; justify-self: end; }
  .profile-card figcaption { font-size: .6rem; }
  .stat-card--tiktok, .stat-card--wide { grid-row: auto; grid-column: auto; }
  .floating-red, .floating-yellow, .floating-film, .more-film { display: none; }
  .about-grid { padding: 4rem 0; }
  .section-heading { padding-top: 4rem; }
}

@media (max-width: 480px) {
  .reel-grid { grid-template-columns: 1fr; }
  .reel-card--offset { margin-top: 0; }
  .reel-info p { display: block; }
  .brand-mark { font-size: .93rem; }
  .hero-film-meta { font-size: .62rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .floating-film, .floating-red, .floating-yellow { animation: none; }
  .reveal { transform: none; transition: opacity .22s ease; }
  .reel-media .cover-video, .hero-film-video, .hero-photo, .stat-card img, .profile-card img,
  .service-card, .modal-panel, .video-modal { transition-duration: .12s; }
}

/* =========================================================
   MOBILE POLISH — misma web, mejor jerarquia en celular
   ========================================================= */
@media (max-width: 760px) {
  :root {
    --gutter: 1rem;
    --radius: 18px;
  }

  html { scroll-padding-top: 68px; }
  body { overflow-x: hidden; }

  .nav-wrap { min-height: 64px; }
  .mobile-nav {
    padding: .25rem var(--gutter) 1rem;
    gap: .25rem;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .mobile-nav a {
    display: block;
    padding: .8rem 0;
    font-size: .72rem;
  }

  /* En movil se entiende primero quien eres, luego la imagen y luego el reel. */
  .hero {
    padding: 1.7rem 0 3rem;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    align-items: stretch;
  }
  .hero-copy { order: 1; padding: .25rem 0 .4rem; }
  .hero-photo-panel { order: 2; }
  .hero-film-card { order: 3; }

  .hero-kicker {
    margin-bottom: .75rem;
    font-size: .66rem;
    line-height: 1.45;
    letter-spacing: .19em;
  }
  .hero-name {
    max-width: 100%;
    font-size: clamp(2.45rem, 13.5vw, 4rem);
    line-height: .9;
    overflow-wrap: normal;
  }
  .hero-tagline {
    max-width: 18ch;
    margin-top: .95rem;
    font-size: clamp(1.55rem, 7.8vw, 2.05rem);
    line-height: 1.02;
  }
  .hero-intro {
    margin-top: 1rem;
    max-width: 34rem;
    font-size: .92rem;
    line-height: 1.65;
  }
  .hero-chips {
    margin-top: 1rem;
    gap: .45rem;
  }
  .hero-chips span {
    padding: .58rem .68rem;
    font-size: .58rem;
    letter-spacing: .12em;
  }

  .hero-photo-panel,
  .hero-photo {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
  .hero-photo { object-fit: cover; }
  .hero-photo-note {
    top: .75rem;
    padding: .45rem .62rem;
    font-size: .56rem;
  }
  .hero-photo-note--left { left: .75rem; }
  .hero-photo-note--right { right: .75rem; }
  .hero-scrap {
    width: 38%;
    right: .55rem;
    bottom: -.55rem;
    padding: .28rem;
  }

  .hero-film-shell {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }
  .hero-film-video { object-fit: contain; }
  .hero-film-meta {
    margin-top: .65rem;
    font-size: .58rem;
    letter-spacing: .12em;
  }

  .intro-strip-inner {
    padding: 1rem 0;
    gap: .45rem;
  }
  .intro-strip p {
    font-size: .82rem;
    line-height: 1.55;
  }

  .section-heading {
    padding: 3.4rem 0 1.45rem;
  }
  .section-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    max-width: 13ch;
  }

  /* En telefono los reels respiran y se ven completos, uno por fila. */
  .reel-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 4rem;
  }
  .reel-card--offset { margin-top: 0; }
  .reel-media {
    width: min(100%, 430px);
    margin-inline: auto;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
  }
  .reel-info {
    width: min(100%, 430px);
    margin-inline: auto;
    padding: .75rem .1rem 0;
  }
  .reel-info p {
    display: block;
    max-width: 38ch;
    margin-top: .35rem;
    font-size: .83rem;
    line-height: 1.55;
  }
  .reel-type {
    font-size: .6rem;
    line-height: 1.4;
    letter-spacing: .13em;
  }
  .sound-hint {
    right: .6rem;
    bottom: .6rem;
    padding: .48rem .58rem;
    font-size: .52rem;
    letter-spacing: .1em;
  }

  /* Proof: primero tus perfiles, grandes y legibles; clientes despues. */
  .proof { padding-bottom: 4rem; }
  .profile-stage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: 0;
  }
  .profile-card {
    position: relative;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    padding: .65rem;
  }
  .profile-card--fabi-tt,
  .profile-card--fabi-ig {
    justify-self: stretch;
  }
  .profile-card--jyc {
    width: 90% !important;
    justify-self: start;
  }
  .profile-card--teto {
    width: 90% !important;
    justify-self: end;
  }
  .profile-card figcaption {
    display: grid;
    grid-template-columns: 1fr;
    gap: .15rem;
    padding: .65rem .2rem .15rem;
    font-size: .64rem;
  }
  .profile-card figcaption strong { font-size: .61rem; }

  .stats-gallery {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    margin-top: 1.5rem;
  }
  .stat-card {
    padding: .65rem;
    border-radius: 18px;
  }
  .stat-card img { border-radius: 12px; }
  .stat-card figcaption {
    padding: .62rem .15rem .12rem;
    font-size: .64rem;
    line-height: 1.45;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 3.5rem 0 4rem;
  }
  .about-image img { aspect-ratio: 4 / 3; }
  .about-copy h2 {
    font-size: clamp(2rem, 9.5vw, 2.9rem);
    max-width: 14ch;
  }
  .about-copy p:not(.eyebrow) {
    font-size: .92rem;
    line-height: 1.7;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: .85rem;
    padding-bottom: 4rem;
  }
  .service-card {
    min-height: 0;
    padding: 1.15rem;
    border-radius: 18px;
  }
  .service-card h3 { font-size: 1.25rem; }
  .service-card p { font-size: .9rem; line-height: 1.65; }

  .more-work-inner {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 3.5rem 0;
  }
  .more-work h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }
  .more-work-copy p { font-size: .9rem; }
  .drive-link {
    font-size: .68rem;
    line-height: 1.5;
  }

  .contact-inner { padding: 4rem 0 3.5rem; }
  .contact h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
    max-width: 9ch;
  }
  .contact p:not(.eyebrow) {
    font-size: .92rem;
    max-width: 30ch;
  }
  .contact-email {
    max-width: 100%;
    font-size: clamp(1.15rem, 5.4vw, 1.6rem);
    overflow-wrap: anywhere;
  }

  /* Modal pensado para una pieza vertical con audio en telefono. */
  .video-modal {
    padding: max(.55rem, env(safe-area-inset-top)) .55rem max(.55rem, env(safe-area-inset-bottom));
  }
  .modal-panel {
    width: 100%;
    max-width: 430px;
    max-height: 96svh;
    border-radius: 16px;
  }
  .modal-topbar {
    min-height: 46px;
    padding: 0 .55rem 0 .75rem;
  }
  .modal-title {
    max-width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .58rem;
  }
  .modal-close {
    width: 34px;
    height: 34px;
  }
  .modal-video {
    width: 100%;
    height: auto;
    max-height: calc(96svh - 46px);
    object-fit: contain;
  }

  /* Evita que hovers de escritorio se queden pegados en pantallas tactiles. */
  @media (hover: none) {
    .reel-card:hover .cover-video,
    .hero-film-card:hover .hero-film-video,
    .hero-photo-panel:hover .hero-photo,
    .stat-card:hover img,
    .profile-card:hover img,
    .service-card:hover {
      transform: none;
    }
  }
}

@media (max-width: 380px) {
  .hero-name { font-size: 2.35rem; }
  .hero-tagline { font-size: 1.45rem; }
  .hero-chips span { font-size: .54rem; }
  .hero-photo-note--right { display: none; }
  .reel-media, .reel-info { width: 100%; }
  .profile-card--jyc, .profile-card--teto { width: 94% !important; }
}
