/*
Theme Name: Hacelo y me muero
Author: Next Tech
Author URI: https://nexttech.com.ar
Description: Block theme for the "Hacelo y me muero" River Plate fan site, migrated from the original static landing page. Buildless (no Node step); Bootstrap, Bootstrap Icons, Montserrat, Saira Condensed and the TikTok embed are loaded from CDNs and enqueued in functions.php.
Version: 0.2.1
Requires at least: 6.5
Requires PHP: 8.3
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hymm
*/

/* NOTE: bump this Version on every style.css change. functions.php enqueues the
   stylesheet with ?ver=<Version>, and the asset is served with a 1-year cache —
   without a version bump, browsers keep serving the previously cached CSS. */

/* =====================================================================
   "ESTADIO NOCTURNO × EDITORIAL" — redesign that makes the landing
   feel alive. A dark, dramatic stadium-at-night atmosphere (floodlights
   + a glowing red diagonal banda) fused with a bold editorial layout:
   kicker badges, left-aligned oversized italic-condensed type and thick
   red sash underlines.

   Loaded AFTER Bootstrap 5.3.2 + Bootstrap Icons, so it overrides them.
   Display font (Saira Condensed) and body font (Montserrat) are enqueued
   in functions.php — do NOT @import them here (render-blocking).
   ===================================================================== */

:root {
  --river-red: #E2211C;
  --bright-red: #ED1C24;
  --red-dark: #b71c1c;
  --ink: #000;
  --ink-2: #0a0c10;
  --charcoal: #14171d;
  --charcoal-2: #1d222b;
  --paper: #ffffff;
  --grey: #EEEEEE;
  --grey-2: #f4f5f7;
  --display: 'Saira Condensed', 'Montserrat', Arial, sans-serif;
  --sash: 120deg;            /* angle of the iconic diagonal banda */
  --sash-tilt: -18deg;       /* skew used on underlines/badges */
  --glow: 0 0 0.6rem rgba(237, 28, 36, 0.55), 0 0 1.6rem rgba(237, 28, 36, 0.35);
  --lift: 0 18px 40px -18px rgba(0, 0, 0, 0.45);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ----------------------------------------------------------------
   Base
   ---------------------------------------------------------------- */
body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: var(--paper);
  color: #15181d;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection {
  background: var(--bright-red);
  color: #fff;
}

/* ----------------------------------------------------------------
   Navbar — dark glassy bar with a red banda seam at the bottom
   ---------------------------------------------------------------- */
.navbar.navbar-light.bg-white {
  background: rgba(12, 14, 18, 0.92) !important;
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.8) !important;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(110deg, transparent 55%, var(--river-red) 55%, var(--bright-red) 62%, transparent 62%) 1;
  position: sticky;
}

.navbar .navbar-brand.text-danger {
  font-family: var(--display);
  font-style: italic;
  font-weight: 900 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff !important;
  position: relative;
  padding-left: 0.85rem;
}
/* the mini-banda mark before the wordmark */
.navbar .navbar-brand.text-danger::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8%;
  bottom: 8%;
  width: 6px;
  background: linear-gradient(180deg, var(--bright-red), var(--river-red));
  transform: skewX(-16deg);
  border-radius: 2px;
  box-shadow: var(--glow);
}
.navbar .navbar-brand.text-danger:hover {
  color: #fff !important;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  position: relative;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  transition: color 0.2s var(--ease);
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.3rem;
  height: 2px;
  background: linear-gradient(90deg, var(--bright-red), var(--river-red));
  transform: scaleX(0) skewX(-18deg);
  transform-origin: left;
  transition: transform 0.28s var(--ease);
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff !important;
}
.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after {
  transform: scaleX(1) skewX(-18deg);
}

.navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.25);
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ----------------------------------------------------------------
   HERO — stadium at night under floodlights, editorial left-aligned
   ---------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(120% 90% at 30% -10%, rgba(237, 28, 36, 0.14), transparent 58%),
    radial-gradient(80% 60% at 82% 0%, rgba(255, 255, 255, 0.10), transparent 55%),
    linear-gradient(180deg, #0c0e12 0%, var(--charcoal) 55%, #0a0c10 100%);
  color: #fff;
}

/* faint terrace/pitch texture lines */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 46px);
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}

/* floodlight cone falling from the top-right */
.hero::after {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 70%;
  height: 150%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.16), transparent 70%);
  filter: blur(8px);
  transform: rotate(18deg);
  z-index: 0;
  pointer-events: none;
  animation: floodPulse 6s ease-in-out infinite;
}

/* the iconic diagonal RED banda slashing across the hero (center-right) */
.banda-diagonal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    var(--sash),
    transparent 58%,
    var(--river-red) 60%,
    var(--bright-red) 66%,
    var(--river-red) 68%,
    transparent 70%
  );
  filter: drop-shadow(0 0 24px rgba(237, 28, 36, 0.55));
  mix-blend-mode: screen;
  opacity: 0;
  animation: bandaIn 1.1s var(--ease) 0.15s forwards;
}
/* thin hot edge-line riding the sash */
.banda-diagonal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(var(--sash), transparent 59.4%, rgba(255, 255, 255, 0.85) 59.6%, transparent 60.1%);
  opacity: 0.55;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 880px;
  padding: 3rem 0;
}
/* Editorial kicker badge above the title. */
.hero-content::before {
  content: "PASIÓN MILLONARIA · #HACELOYMEMUERO";
  display: inline-block;
  font-family: var(--display);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.5px;
  font-size: 0.82rem;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(120deg, var(--bright-red), var(--red-dark));
  padding: 0.4rem 0.9rem;
  margin-bottom: 1.4rem;
  transform: skewX(-10deg);
  box-shadow: 0 10px 26px -10px rgba(237, 28, 36, 0.8), var(--glow);
  opacity: 0;
  animation: heroRise 0.7s var(--ease) 0.1s forwards;
}

.hero-title {
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.6rem, 8vw, 6rem);
  line-height: 0.9;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.005em;
  margin: 0 0 1.2rem;
  max-width: 16ch;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.55);
  opacity: 0;
  transform: translateY(28px) skewX(-2deg);
  animation: heroRise 0.8s var(--ease) 0.25s forwards;
}
.hero-title::after {
  content: "";
  display: block;
  width: 140px;
  height: 8px;
  margin: 1.2rem 0 0;
  background: linear-gradient(90deg, var(--bright-red), var(--river-red));
  transform: skewX(var(--sash-tilt));
  border-radius: 3px;
  box-shadow: var(--glow);
}

.hero-phrase {
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 2.2rem;
  max-width: 50ch;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(18px);
  animation: heroRise 0.8s var(--ease) 0.42s forwards;
}

/* ----------------------------------------------------------------
   Buttons — glowing red CTA with a sweeping shine
   ---------------------------------------------------------------- */
.btn-rojo {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, var(--bright-red), var(--red-dark));
  color: #fff;
  border: none;
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.85rem 2.1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 26px -10px rgba(237, 28, 36, 0.85), var(--glow);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), background 0.22s var(--ease);
  z-index: 0;
}
.btn-rojo.btn-lg {
  padding: 1rem 2.6rem;
  font-size: 1.3rem;
}
.btn-rojo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-22deg);
  z-index: -1;
}
.btn-rojo:hover,
.btn-rojo:focus {
  color: #fff;
  background: linear-gradient(135deg, #ff2a30, var(--river-red));
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -10px rgba(237, 28, 36, 0.95), 0 0 1rem rgba(237, 28, 36, 0.7), 0 0 2.4rem rgba(237, 28, 36, 0.5);
}
.btn-rojo:hover::before {
  animation: btnShine 0.9s var(--ease);
}
.btn-rojo:active {
  transform: translateY(-1px);
}

/* ----------------------------------------------------------------
   Sections — subtle diagonal hairline so white areas don't read flat
   ---------------------------------------------------------------- */
.content-section {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    var(--sash),
    rgba(0, 0, 0, 0.022) 0,
    rgba(0, 0, 0, 0.022) 1px,
    transparent 1px,
    transparent 11px
  );
  z-index: 0;
}
.content-section > .container {
  position: relative;
  z-index: 1;
}

.bg-gris {
  background: var(--grey-2) !important;
}
/* dark seam at the top of grey sections to keep the nocturno feel */
.content-section.bg-gris {
  background:
    linear-gradient(180deg, #0c0e12 0, #0c0e12 5px, transparent 5px),
    var(--grey-2) !important;
}
.content-section.bg-gris::before {
  background-image:
    repeating-linear-gradient(var(--sash),
      rgba(0, 0, 0, 0.03) 0, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px),
    linear-gradient(180deg, rgba(226, 33, 28, 0.04), transparent 40%);
}

/* ----------------------------------------------------------------
   Section titles — editorial header: kicker tick + thick red sash
   underline, left-aligned, oversized italic condensed.
   ---------------------------------------------------------------- */
.section-title {
  position: relative;
  font-family: var(--display);
  font-style: italic;
  color: #15181d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 2.8rem;
  padding-top: 1.4rem;
  text-align: left;
}
/* small red kicker tick above the title */
.section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 46px;
  height: 5px;
  background: var(--river-red);
  border-radius: 2px;
  transform: skewX(var(--sash-tilt));
  opacity: 0.85;
}
/* thick skewed red underline */
.section-title::after {
  content: "";
  display: block;
  width: 110px;
  height: 9px;
  margin-top: 1rem;
  background: linear-gradient(90deg, var(--bright-red), var(--river-red) 70%, var(--red-dark));
  border-radius: 3px;
  transform: skewX(var(--sash-tilt));
  transform-origin: left center;
  box-shadow: 0 6px 16px -6px rgba(237, 28, 36, 0.7);
}

/* ----------------------------------------------------------------
   Cards — deep shadow, corner banda, lift + red glow on hover
   ---------------------------------------------------------------- */
.content-card,
.contact-form,
.social-section {
  position: relative;
  background: #fff;
  border-radius: 0.85rem;
  padding: 2rem;
  height: 100%;
  box-shadow: var(--lift);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.content-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.social-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* thin red top accent bar (the banda, flattened) */
.content-card::after,
.contact-form::after,
.social-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--river-red), var(--bright-red), var(--river-red));
  transition: height 0.3s var(--ease);
  z-index: 2;
}
/* red banda accent slashing the top-right corner of every card */
.content-card::before,
.contact-form::before,
.social-section::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -60px;
  width: 160px;
  height: 90px;
  background: linear-gradient(120deg, transparent 45%, var(--river-red) 45%, var(--bright-red) 60%, transparent 60%);
  opacity: 0.12;
  transition: opacity 0.3s var(--ease);
  pointer-events: none;
  z-index: 0;
}
.content-card > *,
.contact-form > *,
.social-section > * {
  position: relative;
  z-index: 1;
}
.content-card:hover,
.contact-form:hover,
.social-section:hover {
  transform: translateY(-6px);
  border-color: rgba(237, 28, 36, 0.18);
  box-shadow: 0 26px 50px -20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(237, 28, 36, 0.18), 0 14px 40px -22px rgba(237, 28, 36, 0.45);
}
.content-card:hover::after,
.contact-form:hover::after,
.social-section:hover::after {
  height: 8px;
}
.content-card:hover::before,
.contact-form:hover::before,
.social-section:hover::before {
  opacity: 0.26;
}

/* inner placeholder image box */
.content-card .bg-gris {
  background: linear-gradient(135deg, #1a1e26, #2a3039) !important;
  position: relative;
  overflow: hidden;
}
.content-card .bg-gris .text-secondary {
  color: rgba(255, 255, 255, 0.6) !important;
  position: relative;
  z-index: 1;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.content-card .bg-gris::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 58%, rgba(237, 28, 36, 0.55) 58%, rgba(237, 28, 36, 0.55) 64%, transparent 64%);
}

/* misión / valores lists */
.content-card .list-unstyled li {
  padding: 0.45rem 0;
  font-weight: 600;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.content-card .list-unstyled li:last-child {
  border-bottom: none;
}

/* ----------------------------------------------------------------
   Video containers — dark editorial frames with red glow on hover
   ---------------------------------------------------------------- */
.video-container {
  position: relative;
  background: #0e1117;
  border-radius: 0.85rem;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 36px -20px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--bright-red), var(--river-red));
  z-index: 3;
}
.video-container:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px -20px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(237, 28, 36, 0.35), 0 0 1.6rem rgba(237, 28, 36, 0.3);
}
.video-container .ratio {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.6);
}
.video-container .fw-bold {
  color: #fff;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.instagram-embed {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
}
.instagram-container {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----------------------------------------------------------------
   Frase emotiva — full-bleed dramatic red slab pull-quote
   ---------------------------------------------------------------- */
.frase-emotiva {
  position: relative;
  color: #fff;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.7rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  padding: clamp(3.5rem, 8vw, 6rem) 1.5rem;
  margin: 0;
  border-radius: 0;
  letter-spacing: 0.01em;
  overflow: hidden;
  isolation: isolate;
  border-top: 6px solid var(--ink-2);
  border-bottom: 6px solid var(--ink-2);
  background:
    radial-gradient(80% 120% at 80% 0%, rgba(255, 255, 255, 0.1), transparent 60%),
    linear-gradient(125deg, var(--red-dark) 0%, var(--bright-red) 45%, var(--river-red) 100%);
  box-shadow: 0 24px 60px -24px rgba(237, 28, 36, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
/* diagonal banda texture + dark sash crossing the quote for depth */
.frase-emotiva::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(var(--sash),
      rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 2px, transparent 2px, transparent 26px),
    linear-gradient(120deg, transparent 50%, rgba(0, 0, 0, 0.22) 50%, rgba(0, 0, 0, 0.22) 58%, transparent 58%);
  pointer-events: none;
}
/* giant opening quotation glyph */
.frase-emotiva::after {
  content: "\201C";
  position: absolute;
  top: -0.2em;
  left: 0.1em;
  font-size: clamp(7rem, 20vw, 15rem);
  line-height: 1;
  font-family: Georgia, 'Times New Roman', serif;
  color: rgba(255, 255, 255, 0.14);
  z-index: -1;
  pointer-events: none;
}

/* ----------------------------------------------------------------
   Contact form fields
   ---------------------------------------------------------------- */
.contact-form .form-label {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: #2a2f37;
}
.contact-form .form-control {
  border: 1.5px solid #d8dbe0;
  border-radius: 0.5rem;
  padding: 0.7rem 0.9rem;
  background: #fbfbfc;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
}
.contact-form .form-control:focus {
  border-color: var(--bright-red);
  background: #fff;
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.18);
}
.contact-form .form-control::placeholder {
  color: #aeb3bb;
}

/* h3/h4 brand-red headings stay on-brand */
.text-danger {
  color: var(--river-red) !important;
}
.content-card h4.text-danger,
.contact-form h3.text-danger,
.social-section h3.text-danger,
.content-card h3.text-danger {
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.text-muted {
  color: #5b5b5b !important;
}

/* ----------------------------------------------------------------
   Footer — dark with the red banda seam on top
   ---------------------------------------------------------------- */
.footer-banda.bg-white {
  background: #0c0e12 !important;
  border-top: 8px solid transparent;
  border-image: linear-gradient(120deg, transparent 50%, var(--river-red) 50%, var(--bright-red) 58%, var(--river-red) 60%, transparent 64%) 30;
  position: relative;
}
.footer-banda small {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
/* The shared Next Tech footer is a Shadow-DOM Web Component with a transparent
   background; its text has no explicit color, so it inherits `color` from the page
   (dark, #15181d). Nested in the dark footer that makes it near-invisible — force a
   light inherited color here so it stays legible while blending with the footer. */
.footer-banda nexttech-footer {
  color: rgba(255, 255, 255, 0.72);
}

/* ----------------------------------------------------------------
   Keyframes (all GPU-friendly: transform/opacity)
   ---------------------------------------------------------------- */
@keyframes heroRise {
  to { opacity: 1; transform: translateY(0) skewX(0); }
}
@keyframes bandaIn {
  from { opacity: 0; transform: translateX(-8%) scaleX(1.04); }
  to   { opacity: 1; transform: translateX(0) scaleX(1); }
}
@keyframes floodPulse {
  0%, 100% { opacity: 0.55; }
  50%      { opacity: 0.85; }
}
@keyframes btnShine {
  0%   { left: -120%; }
  100% { left: 130%; }
}

/* ----------------------------------------------------------------
   WordPress admin-bar offsets (preserved)
   ---------------------------------------------------------------- */
.admin-bar .navbar.sticky-top {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .navbar.sticky-top {
    top: 46px;
  }
}

/* ----------------------------------------------------------------
   Responsive
   ---------------------------------------------------------------- */
@media (max-width: 992px) {
  .navbar .navbar-collapse {
    margin-top: 0.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.6rem;
  }
  .navbar .nav-link::after { display: none; }
}

@media (max-width: 768px) {
  .navbar.navbar-light.bg-white {
    background: rgba(12, 14, 18, 0.96) !important;
  }

  .hero {
    min-height: 80vh;
  }
  .hero-content {
    text-align: center;
    padding: 3rem 0;
  }
  .hero-content::before {
    font-size: 0.7rem;
    letter-spacing: 1.6px;
  }
  .hero-title {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
    max-width: 100%;
  }
  .hero-title::after {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-phrase {
    font-size: 1.05rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    text-align: center;
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
  .section-title::before {
    left: 50%;
    transform: translateX(-50%) skewX(var(--sash-tilt));
  }
  .section-title::after {
    margin-left: auto;
    margin-right: auto;
  }

  .content-section {
    min-height: 300px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .content-card,
  .contact-form,
  .social-section { padding: 1.5rem; }

  .frase-emotiva {
    font-size: clamp(1.4rem, 7vw, 2rem);
    padding: 2.6rem 1.2rem;
  }
  .frase-emotiva::after {
    font-size: 7rem;
  }

  .instagram-embed { height: 400px; }
  .instagram-container { height: 400px; }
}

/* ----------------------------------------------------------------
   Reduced motion — disable all decorative animation
   ---------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .banda-diagonal,
  .hero-content::before,
  .hero-title,
  .hero-phrase {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-content::before { transform: skewX(-10deg) !important; }
  .hero-title::after,
  .section-title::before,
  .section-title::after { transform: skewX(var(--sash-tilt)) !important; }
}

/* ----------------------------------------------------------------
   Social media icons hidden site-wide (navbar + contact section).
   Owner hid them on purpose — keep this. Remove to bring them back.
   ---------------------------------------------------------------- */
.social-icon {
  display: none !important;
}
