@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root{
  /* Monocromo: negro / grafito / gris / blanco */
  --p: #FFFFFF;         /* acento blanco */
  --bg0: #050607;       /* negro */
  --bg1: #0B0D10;       /* grafito */
  --card: rgba(255,255,255,.06);
  --line: rgba(255,255,255,.10);
  --text50: rgba(255,255,255,.68);
  --text70: rgba(255,255,255,.82);

  --bs-body-font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* Base BG */
.bg-app{
  background:
    radial-gradient(1200px 600px at 20% 0%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(900px 500px at 80% 20%, rgba(255,255,255,.06), transparent 55%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  min-height: 100vh;
}

/* Navbar glass */
.nav-glass{
  background: transparent;
  transition: background .3s ease, backdrop-filter .3s ease;
}

.nav-glass.scrolled{
  background: rgba(5,6,7,.68);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.brand-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 18px rgba(255,255,255,.25);
}

/* Hero */
.hero-section{
  position: relative;
  min-height: 100vh;
}

/* glow (monocromo) */
.hero-glow{
  position:absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(60px);
  opacity: .22;
  pointer-events:none;
  z-index: 2;
}
.hero-glow-1{ left: -160px; top: -120px; background: rgba(255,255,255,.35); }
.hero-glow-2{ right: -200px; top: 80px; background: rgba(255,255,255,.22); }

.badge-soft{
  display:inline-flex;
  align-items:center;
  gap:.25rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.90);
}

/* Buttons */
.btn-primary-soft{
  background-color: rgba(255,255,255,.10);
  padding: 10px 20px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  text-decoration: none;
}
.btn-primary-soft:hover{
  background-color: rgba(255,255,255,.16);
  transform: translateY(-1px);
}

.btn-ghost{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
}
.btn-ghost:hover{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.18);
}

/* Cards */
.glass-card{
  background: var(--card);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.chip{
  display:inline-flex;
  align-items:center;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.90);
  font-size: .85rem;
}

/* Stats */
.stat-card{
  display:flex;
  gap: .75rem;
  align-items:center;
  padding: .9rem 1rem;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.stat-icon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}
.stat-number{
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.1;
}
.stat-label{
  font-size: .85rem;
  color: var(--text50);
}

/* Form controls */
.form-control-app{
  background: rgba(0,0,0,.22) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: #fff !important;
  border-radius: 12px !important;
}
.form-control-app::placeholder{ color: rgba(255,255,255,.45); }

.input-icon{
  position: relative;
}
.input-icon i{
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,.55);
}
.input-icon .form-control,
.input-icon .form-select{
  padding-left: 38px;
}

/* Placeholder gris para “fotos” */
.media-placeholder{
  height: 260px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border: none;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

/* VIDEO BACKGROUND */
.hero-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* OVERLAY (monocromo) */
.hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(7,3,11,0.85));
  z-index: 1;
}

.hero-nav{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

/* Capas */
.hero-video{ z-index: 0; }
.hero-overlay{ z-index: 1; }
.hero-glow{ z-index: 2; }
.hero-content{ z-index: 2; }

/* Quita fondo negro de Bootstrap */
.navbar{
  background-color: transparent !important;
}

/* VIDEO CARDS SECTION */
.video-cards-section{
  background: radial-gradient(800px 400px at 50% 0%, rgba(255,255,255,.06), transparent 70%);
}

/* CARD */
.video-card{
  background: rgba(255,255,255,.05);
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
  transition: transform .3s ease, box-shadow .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.video-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0,0,0,.45);
}

/* THUMB */
.video-thumb{
  position: relative;
  height: 260px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* PLAY BUTTON */
.play-btn{
  position: absolute;
  top: 16px;
  left: 16px;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,.18);
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.3rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
}

/* INFO */
.video-info{
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(7,3,11,.95));
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.video-info h5{
  font-weight: 600;
  margin-bottom: 8px;
}
.video-info p{
  font-size: .9rem;
  color: var(--text50);
  margin-bottom: 14px;
}

/* LINK */
.video-link{
  color: #fff;
  font-size: .85rem;
  letter-spacing: .04em;
  text-decoration: none;
  margin-top: auto;
}
.video-link i{
  margin-left: 6px;
  transition: transform .3s ease;
}
.video-link:hover i{
  transform: translateX(4px);
}

/* SECTION: Crafting */
.about-crafting{
  background: radial-gradient(900px 420px at 70% 20%, rgba(255,255,255,.06), transparent 70%);
}

.tracking-wide{
  letter-spacing: .12em;
}

/* Collage */
.collage-wrap{
  position: relative;
  min-height: 430px;
}

.collage-img{
  position: absolute;
  border-radius: 18px;
  border: none;
  box-shadow: 0 22px 60px rgba(0,0,0,.45);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  filter: brightness(0.95) contrast(1.05);
}

/* Imagen principal */
.collage-img-1{
  left: 0;
  bottom: 0;
  width: 72%;
  height: 380px;
  z-index: 1;
  background-image: url('../img/crafting-1.jpg');
}

/* Imagen secundaria */
.collage-img-2{
  right: 0;
  top: 0;
  width: 55%;
  height: 260px;
  z-index: 2;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  box-shadow: none !important;
}

/* IMG REAL */
.collage-img-2 img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 18px;
  border: none !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.45);
  display: block;
}

/* Quote */
.quote-box{
  position: relative;
  padding-left: 18px;
}
.quote-line{
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.quote-text{
  color: rgba(255,255,255,.65);
  font-style: italic;
  line-height: 1.6;
}

/* Checks */
.check-item{
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.75);
}
.check-item i{
  color: rgba(255,255,255,.6);
  font-size: 18px;
}

/* Responsive */
@media (max-width: 991px){
  .collage-wrap{ min-height: 520px; }
  .collage-img-1{ width: 100%; height: 340px; }
  .collage-img-2{ width: 70%; height: 240px; }
}

/* =========================
   SHOWREEL SECTION
========================= */

.showreel-section{
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
}

/* Video fondo superior */
.showreel-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 420px;
  object-fit: cover;
  z-index: 0;
}

/* Overlay monocromo */
.showreel-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(7,3,11,0.90));
  z-index: 1;
}

/* Texto hero */
.showreel-hero{
  z-index: 2;
  margin-bottom: 190px;
}

/* Caja inferior */
.showreel-box{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(7,3,11,.98));
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
}

/* Texto izquierdo */
.showreel-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Imagen derecha */
.showreel-image{
  background-image: url('../img/showreel-1.jpg');
  background-size: cover;
  background-position: center;
  min-height: 360px;
}

/* Responsive */
@media (max-width: 991px){
  .showreel-video,
  .showreel-overlay{ height: 360px; }

  .showreel-hero{ margin-bottom: 80px; }
  .showreel-text{ padding: 32px !important; }
  .showreel-image{ min-height: 260px; }
}

/* =========================
   MOMENTS SECTION
========================= */

.moments-section{
  background: radial-gradient(900px 420px at 30% 25%, rgba(255,255,255,.06), transparent 70%);
}

/* Imagen izquierda alta */
.moments-tall{
  height: 640px;
  border-radius: 18px;
  border: none;
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
  background-image: url('../img/moments-tall.jpg');
  background-size: cover;
  background-position: center;
}

/* Bloque editorial (NO card) */
.moments-card{
  background: rgba(255,255,255,.06);
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  align-self: flex-start;
}

/* Imagen derecha */
.moments-play{
  position: relative;
  border-radius: 18px;
  border: none;
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
  background-image: url('../img/moments-play.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 260px;
}

.moments-play::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(255,255,255,.08);
  transition: opacity .25s ease;
}
.moments-play:hover::after{ opacity: .35; }

/* Botón play circular */
.play-circle{
  position:absolute;
  inset:0;
  margin:auto;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 2;
}
.play-circle i{
  font-size: 34px;
  color: rgba(255,255,255,.9);
  transform: translateX(2px);
}

/* Imagen horizontal inferior */
.moments-wide{
  height: 190px;
  border-radius: 18px;
  border: none;
  box-shadow: 0 22px 60px rgba(0,0,0,.40);
  background-image: url('../img/moments-wide.jpg');
  background-size: cover;
  background-position: center;
}

/* Responsive */
@media (max-width: 991px){
  .moments-tall{ height: 420px; }
}
@media (max-width: 767px){
  .moments-tall{ height: 360px; }
  .moments-wide{ height: 210px; }
}

/* Panel visual derecho */
.moments-panel{
  height: 100%;
  min-height: 360px;
  border-radius: 18px;
  border: none;
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
  background-image: url('../img/panel3.jpg');
  background-size: cover;
  background-position: center;
}

.services-panel{
  height: 100%;
  min-height: 360px;
  border-radius: 18px;
  border: none;
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
  background-image: url('../img/service_panel_3.jpg');
  background-size: cover;
  background-position: center;
}

/* Fondo con imagen + overlay (monocromo) */
.services-section{
  position: relative;
  background-image: url('assets/img/bg-services.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.services-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(900px 500px at 80% 30%, rgba(255,255,255,.07), transparent 60%),
    linear-gradient(180deg, rgba(10,10,12,.85), rgba(10,10,12,.93));
}

.services-section .container{
  position:relative;
  z-index:2;
}

/* Cards glass servicios (monocromo) */
.service-card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 32px 28px;
  color: #fff;
  position:relative;
  overflow:hidden;

  box-shadow:
    0 10px 28px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.05) inset;

  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.service-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 16px;
  background:
    radial-gradient(800px 220px at 20% 10%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(800px 220px at 80% 90%, rgba(255,255,255,.07), transparent 60%);
  pointer-events:none;
  opacity:.9;
}

.service-card i{
  font-size: 2rem;
  margin-bottom: 18px;
  display:inline-block;
  filter: drop-shadow(0 0 10px rgba(255,255,255,.06));
}
.service-card h5{
  font-weight: 600;
  margin-bottom: 10px;
}
.service-card p{
  font-size: .95rem;
  color: rgba(255,255,255,.75);
}
.service-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.18);
  box-shadow:
    0 14px 34px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.06) inset;
}

/* TEAM */
.team-section{
  background: radial-gradient(circle at top, #0B0D10, #050607);
}

.team-card{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: none;
}

.team-card img{
  width: 100%;
  height: auto;
  display: block;
  border: 0 !important;
  outline: 0 !important;
}

.team-info{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  text-align: center;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,0.45);
  color: #fff;
}

.team-info small{
  font-size: 0.75rem;
  letter-spacing: 1px;
  opacity: 0.8;
  display: block;
}
.team-info h5{
  margin: 4px 0 0;
  font-weight: 600;
}

/* FOOTER */
.vads-footer{
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1526481280695-3c687fd643ed?q=80&w=1920&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

/* overlay monocromo */
.vads-footer__overlay{
  background: linear-gradient(180deg, rgba(0,0,0,0.70), rgba(0,0,0,0.88));
}

/* marca */
.footer-brand{
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* textos */
.footer-text{
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  margin: 0;
  max-width: 420px;
}

.footer-title{
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 14px;
}

/* links */
.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li{ margin: 10px 0; }
.footer-links a{
  color: rgba(255,255,255,0.70);
  text-decoration: none;
}
.footer-links a:hover{
  color: #fff;
  text-decoration: underline;
}

/* form */
.footer-form{ max-width: 520px; }
.footer-input{
  flex: 1 1 240px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.15);
  color: #fff;
  outline: none;
}
.footer-input::placeholder{ color: rgba(255,255,255,0.55); }

.footer-btn{
  height: 46px;
  padding: 0 18px;
  border: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: rgba(255,255,255,0.14);
}
.footer-btn:hover{ background: rgba(255,255,255,0.20); }

/* divider */
.footer-divider{
  border-color: rgba(255,255,255,0.10);
  opacity: 1;
}

/* bottom */
.footer-copy{
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* social */
.footer-social{
  display: flex;
  gap: 10px;
}
.footer-social a{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: #fff;
  text-decoration: none;
}
.footer-social a:hover{ background: rgba(255,255,255,0.12); }

/* HERO */
.vads-hero{
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

/* NAV */
.vads-nav{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 18px 0;
  background: transparent;
}

.vads-logo{
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.5px;
  color: #fff !important;
}

.vads-navlinks .nav-link{
  color: rgba(255,255,255,0.75);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 1px;
  padding: 10px 14px;
}
.vads-navlinks .nav-link:hover,
.vads-navlinks .nav-link.active{ color: #fff; }

.vads-navlinks .plus{
  opacity: 0.7;
  margin-left: 2px;
}

.vads-cta{
  border-radius: 0;
  padding: 12px 18px;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #fff;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.10);
}
.vads-cta:hover{
  color: #fff;
  background: rgba(255,255,255,0.20);
}

/* CONTENT */
.vads-hero__content{
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 70px;
}

.vads-hero__max{ max-width: 760px; }

.vads-eyebrow{
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.60);
  margin-bottom: 14px;
}

.vads-title{
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 14px 30px rgba(0,0,0,0.35);
}

/* Mejor navbar-toggler sobre fondo oscuro */
.navbar-toggler{ border: 1px solid rgba(255,255,255,0.25); }
.navbar-toggler-icon{ filter: invert(1); }

/* WORKS */
.works-section{
  background: radial-gradient(circle at top, #0B0D10, #050607);
  color: #fff;
}

.works-kicker{
  color: rgba(255,255,255,0.55);
  letter-spacing: 2px;
  font-size: 0.75rem;
}

.works-title{
  font-weight: 900;
  line-height: 1.05;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  margin: 0;
}

.work-card{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: none;
  box-shadow: 0 18px 50px rgba(0,0,0,0.45);
}

.work-img{
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform .35s ease;
  border: 0 !important;
  outline: 0 !important;
}

.work-action{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,0.70);
  color: #fff;
  text-decoration: none;
  z-index: 3;
  border: 1px solid rgba(255,255,255,0.10);
}
.work-action:hover{
  background: rgba(255,255,255,0.16);
  color: #fff;
}

/* overlay glass */
.work-glass{
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  padding: 18px 18px;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(10px);
  color: #fff;
  z-index: 2;
}
.work-glass h5{
  font-weight: 800;
  margin: 0;
}
.work-glass p{
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  font-size: 0.95rem;
}

.work-card:hover .work-img{ transform: scale(1.04); }

/* CONTACT */
.contact-section{
  background: radial-gradient(circle at top, #0B0D10, #050607);
  color: #fff;
}

/* IMAGEN IZQUIERDA */
.contact-photo{
  height: 100%;
  min-height: 520px;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.85)),
    url("https://grimmled.cl/assets/img/foto_form.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact-info{
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: grid;
  gap: 18px;
}

.info-item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: #fff;
  background: rgba(0,0,0,0.55);
  width: 70%;
  padding: 10px;
  border: none;
}

.info-item i{
  font-size: 1.3rem;
  opacity: 0.9;
}
.info-item strong{
  display: block;
  font-size: 0.9rem;
}
.info-item span{
  font-size: 0.85rem;
  opacity: 0.75;
}

/* FORM */
.contact-form-wrap{
  height: 100%;
  padding: 20px 10px;
}
.contact-eyebrow{
  font-size: 0.75rem;
  letter-spacing: 2px;
  opacity: 0.6;
}
.contact-title{
  font-weight: 900;
  line-height: 1.05;
  margin: 10px 0 16px;
}
.contact-text{
  color: rgba(255,255,255,0.7);
  max-width: 640px;
  margin-bottom: 24px;
}

/* INPUTS */
.contact-form-wrap label{
  font-size: 0.75rem;
  opacity: 0.7;
  margin-bottom: 4px;
}

.contact-form-wrap input,
.contact-form-wrap textarea{
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  padding: 12px 14px;
  color: #fff;
  outline: none;
}

.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder{
  color: rgba(255,255,255,0.45);
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus{
  border-color: rgba(255,255,255,0.35);
}

/* BOTÓN */
.contact-btn{
  width: 100%;
  padding: 14px;
  margin-top: 10px;
  background: rgba(255,255,255,0.14);
  border: none;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
}
.contact-btn:hover{
  background: rgba(255,255,255,0.22);
}

/* =========================
   RESET BORDES EN IMÁGENES
========================= */
img{
  border: 0 !important;
  outline: 0 !important;
}

/* Quita bordes de wrappers que antes tenían línea */
.team-card,
.work-card,
.video-card,
.moments-tall,
.moments-wide,
.moments-panel,
.services-panel,
.media-placeholder,
.collage-img,
.collage-img-2 img{
  border: none !important;
}

/* =========================
   Responsive fixes (mobile)
   No rompe escritorio
========================= */

/* Título HERO: reemplaza el inline de 70px por un title escalable */
.hero-title{
  font-size: 70px;
  letter-spacing: -0.02em;
}

/* Ajustes móviles */
@media (max-width: 991.98px){

  /* menos padding arriba para que el hero no quede gigante */
  .hero-section .container{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  /* el título baja de tamaño y mejora lectura */
  .hero-title{
    font-size: clamp(34px, 7vw, 54px);
    line-height: 1.08;
  }

  /* el form card respira mejor en móvil */
  .glass-card{
    padding: 1.25rem !important;
  }

  /* en móvil, el texto lead se ve muy largo -> mejora legibilidad */
  .hero-section .lead{
    font-size: 1rem;
  }
}

@media (max-width: 575.98px){

  /* más compacto aún */
  .hero-title{
    font-size: clamp(30px, 8.2vw, 44px);
    line-height: 1.08;
  }

  /* inputs más cómodos */
  .form-control-app,
  .form-select.form-control-app{
    min-height: 46px;
  }

  /* botones full ancho ya lo tienes con d-grid, pero le damos buen alto */
  .btn-lg{
    padding-top: .85rem;
    padding-bottom: .85rem;
  }
}

@media (max-width: 575.98px){
  .showreel-mobile-mb{
    margin-bottom: 20px !important; /* mb-2 */
    margin-top: 1.5rem !important; /* mb-2 */
    padding-bottom: 20px !important;
  }
}

/* Solo móvil: cards de servicios con alto fijo */
@media (max-width: 575.98px){
  .services-section .service-card{
    height: 150px !important;
    min-height: 250px !important;
  }
}