 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --gold: #D4A017;
      --gold-light: #F0BB30;
      --bg: #0A0A0A;
      --bg2: #111111;
      --bg3: #181818;
      --white: #FFFFFF;
      --gray: #888888;
      --gray-light: #BBBBBB;
      --border: #2A2A2A;
    }

    html { scroll-behavior: smooth; }

    body {
      background: var(--bg);
      color: var(--white);
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      line-height: 1.6;
      overflow-x: hidden;
    }

   /* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 60px;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
}
.nav-logo svg { color: var(--gold); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  justify-self: center;
}
.nav-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray-light);
  text-decoration: none;
  transition: color .2s;
}
.nav-links a:hover { color: var(--gold); }
.btn-quote {
  justify-self: end;
  background: var(--gold);
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 22px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s, transform .15s;
}
.btn-quote:hover { background: var(--gold-light); transform: translateY(-1px); }

    /* ── HERO ── */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 120px 40px 80px;
      overflow: hidden;
    }
    .hero-bg {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 60% at 50% 60%, rgba(212,160,23,0.12) 0%, transparent 70%),
        linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
    }
    /* sparks / decorative lines */
    .hero-bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(circle 1px at 30% 55%, rgba(212,160,23,.5) 0%, transparent 100%),
        radial-gradient(circle 1px at 55% 62%, rgba(212,160,23,.4) 0%, transparent 100%),
        radial-gradient(circle 2px at 48% 58%, rgba(255,200,50,.7) 0%, transparent 100%),
        radial-gradient(circle 1px at 35% 65%, rgba(212,160,23,.3) 0%, transparent 100%),
        radial-gradient(circle 1px at 62% 52%, rgba(212,160,23,.4) 0%, transparent 100%);
      animation: sparks 3s ease-in-out infinite alternate;
    }
    @keyframes sparks {
      from { opacity: .6; }
      to   { opacity: 1; }
    }
    .hero-est {
      position: relative;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 5px;
      text-transform: uppercase;
      color: var(--gray);
      margin-bottom: 24px;
    }
    .hero h1 {
      position: relative;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: clamp(4rem, 10vw, 8rem);
      line-height: .95;
      text-transform: uppercase;
      letter-spacing: -1px;
      margin-bottom: 24px;
    }
    .hero h1 span { color: var(--gold); }
    .hero-sub {
      position: relative;
      max-width: 420px;
      font-size: 1rem;
      color: var(--gray-light);
      line-height: 1.7;
      margin-bottom: 40px;
    }
    .hero-sub strong { color: var(--white); }
    .hero-ctas {
      position: relative;
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--gold);
      color: #000;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 0.85rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 14px 28px;
      text-decoration: none;
      transition: background .2s, transform .15s;
    }
    .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
    .btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: transparent;
      color: var(--white);
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 0.85rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 14px 28px;
      border: 1px solid #444;
      text-decoration: none;
      transition: border-color .2s, color .2s;
    }
    .btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
    .hero-stats {
      position: relative;
      display: flex;
      gap: 60px;
      margin-top: 72px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .stat { text-align: center; }
    .stat-num {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 2.4rem;
      font-weight: 900;
      color: var(--gold);
      line-height: 1;
    }
    .stat-label {
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gray);
      margin-top: 4px;
    }

    /* ── SECTION HELPERS ── */
    section { padding: 100px 60px; }
    .section-tag {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--gold);
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }
    .section-tag::before,
    .section-tag::after {
      content: '';
      display: block;
      width: 30px;
      height: 1px;
      background: var(--gold);
      opacity: .6;
    }

    /* ── ABOUT ── */
    .about { background: var(--bg2); }
    .about-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.6fr;
      gap: 80px;
      align-items: center;
    }
    .about-left { position: relative; }
    .about-years {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 9rem;
      font-weight: 900;
      color: transparent;
      -webkit-text-stroke: 1px var(--gold);
      opacity: .2;
      line-height: 1;
      position: absolute;
      top: -20px;
      left: -10px;
    }

    .about-video {
      width: 100%;
      max-width: 600px;
      height: 500px;
      object-fit: cover;
      border-radius: 2rem;
      border: 2px solid var(--gold-light);
      display: block;
      filter: grayscale(10%);
    }
    
    .about-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold);
      position: relative;
      top: 5px;
      left: 30px;
      z-index: 1;
    }
    .about-img-wrap {
      margin-top: 16px;
      position: relative;
      z-index: 1;
    }
    .about-img-wrap img {
      width: 100%;
      max-width: 320px;
      height: 260px;
      object-fit: cover;
      filter: grayscale(30%);
      display: block;
    }
    .about-est-badge {
      position: absolute;
      bottom: -16px;
      left: 20px;
      background: var(--gold);
      color: #000;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 0.75rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 8px 16px;
    }
    .about-right h2 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 2.8rem;
      font-weight: 800;
      line-height: 1.1;
      margin-bottom: 24px;
    }
    .about-right h2 span { color: var(--gold); }
    .about-right p {
      color: var(--gray-light);
      font-size: 0.95rem;
      margin-bottom: 16px;
      line-height: 1.8;
    }
    .about-pills {
      display: flex;
      gap: 12px;
      margin-top: 32px;
      flex-wrap: wrap;
    }
    .pill {
      display: flex;
      align-items: center;
      gap: 8px;
      background: var(--bg3);
      border: 1px solid var(--border);
      padding: 10px 16px;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--white);
    }
    .pill svg { color: var(--gold); flex-shrink: 0; }

    /* ── PORTFOLIO ── */
    .portfolio { background: var(--bg); }
    .portfolio-header {
      text-align: center;
      max-width: 600px;
      margin: 0 auto 60px;
    }
    .portfolio-header h2 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 3.2rem;
      font-weight: 900;
      line-height: 1;
      text-transform: uppercase;
    }
    .portfolio-header h2 span { color: var(--gold); }
    .portfolio-header p {
      color: var(--gray);
      font-size: 0.9rem;
      margin-top: 14px;
    }
    .portfolio-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
    }

   /* ── PORTFOLIO ── */
.portfolio { background: var(--bg); }
.portfolio-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}
.portfolio-header h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.portfolio-header h2 span { color: var(--gold); }
.portfolio-header p {
  color: var(--gray);
  font-size: 0.9rem;
  margin-top: 14px;
}
.portfolio-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

/* Flip card */
.port-card {
  position: relative;
  cursor: pointer;
  perspective: 1000px;
  height: 360px;
}
.port-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}
.port-card:hover .port-card-inner {
  transform: rotateY(180deg);
}

.port-front,
.port-back {
  position: absolute;
  overflow: hidden;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid var(--gold);
}

.port-back-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08; /* ajusta este valor a tu gusto */
  z-index: 0;
}

.port-back-tag,
.port-back-line,
.port-back-title,
.port-back-desc {
  position: relative;
  z-index: 1;
}

/* Cara delantera */
.port-front img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: brightness(.7);
  transition: filter .4s;
  border: 1px solid var(--gold);
}
.port-card:hover .port-front img { filter: brightness(.85); }
.port-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
.port-tag {
  display: inline-block;
  background: var(--gold);
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 10px;
  align-self: flex-start;
}
.port-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Cara trasera */
.port-back {
  transform: rotateY(180deg);
  background: var(--bg3);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-align: center;
  gap: 16px;
}
.port-back-tag {
  background: var(--gold);
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 10px;
}
.port-back-line {
  width: 40px;
  height: 2px;
  background: var(--gold);
}
.port-back-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
}
.port-back-desc {
  font-size: 0.88rem;
  color: var(--gray-light);
  line-height: 1.7;
}

    /* ── CAREERS ── */
    .careers {
      background: var(--bg2);
    }
    .careers-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.3fr;
      gap: 80px;
      align-items: center;
    }
    .careers-img-wrap { position: relative; }
    .now-hiring-badge {
      position: absolute;
      top: 20px;
      left: 20px;
      background: var(--gold);
      color: #000;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 1rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 12px 20px;
      line-height: 1.2;
      z-index: 2;
    }
    .careers-img-wrap img {
      width: 100%;
      height: 420px;
      object-fit: cover;
      display: block;
      filter: brightness(.75);
    }

    .careers-perks {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-top: 16px;
    }
    .perk {
      display: flex;
      align-items: center;
      gap: 8px;
      background: var(--bg3);
      border: 1px solid var(--border);
      padding: 10px 14px;
      font-size: 0.8rem;
      font-weight: 500;
      color: var(--gray-light);
    }
    .perk svg { color: var(--gold); flex-shrink: 0; }
    .careers-right h2 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 2.8rem;
      font-weight: 900;
      line-height: 1.05;
      margin-bottom: 8px;
    }
    .careers-right h2 span { color: var(--gold); }
    .careers-sub {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 20px;
    }
    .careers-right p { color: var(--gray-light); font-size: 0.93rem; line-height: 1.8; margin-bottom: 28px; }
    .req-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold);
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
    }
    .req-title::before { content: ''; width: 16px; height: 1px; background: var(--gold); }
    .req-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .req-list li {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 0.9rem;
      color: var(--gray-light);
    }
    .req-list li::before {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--gold);
      border-radius: 50%;
      flex-shrink: 0;
    }


    /* ── NOW HIRING HOVER ── */
    .careers-img-wrap {
      overflow: hidden;
      border-radius: 12px;
      border: 2px solid var(--gold);
      transition: box-shadow 0.8s ease;
    }

    .careers-img-wrap:hover {
      box-shadow: 0 0 20px rgba(212, 160, 23, 0.4);
    }

    .careers-img-wrap img {
      transition: transform 0.8s ease;
    }

    .careers-img-wrap:hover img {
      transform: scale(1.03) rotate(0.5deg);
    }


    /* ── CONTACT ── */
    .contact { background: var(--bg); }
    .contact-header {
      text-align: center;
      margin-bottom: 60px;
    }
    .contact-header h2 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 3.2rem;
      font-weight: 900;
      text-transform: uppercase;
    }
    .contact-header h2 span { color: var(--gold); }
    .contact-inner {
  max-width: 1100px; /* más ancho para caber los 3 elementos */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 267px 1fr 1fr; /* video | mapa | info */
  gap: 40px;
  align-items: center;
}

.location iframe {
  width: 100%;
  height: 476px; /* misma altura que el video */
  border: 0;
  border-radius: 12px;
  display: block;
}

.contact-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-left h3 {
  margin-bottom: 30px;
}
    .contact-items { display: flex; flex-direction: column; gap: 20px; }
    .contact-item { display: flex; align-items: flex-start; gap: 14px; }
    .contact-icon {
      width: 36px;
      height: 36px;
      background: var(--bg3);
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .contact-icon svg { color: var(--gold); }
    .contact-detail-label {
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gray);
      margin-bottom: 2px;
    }
    .contact-detail-val { 
      font-size: 0.95rem; color: var(--white); 
      white-space: nowrap;
    }
    .contact-img-wrap { position: relative; }
    .contact-img-wrap img {
      width: 100%;
      height: 360px;
      object-fit: cover;
      display: block;
      filter: brightness(.6);
    }
    .contact-quote {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      background: rgba(0,0,0,.75);
      padding: 20px 24px;
      border-left: 3px solid var(--gold);
    }
    .contact-quote p {
      font-style: italic;
      font-size: 0.85rem;
      color: var(--gray-light);
      margin-bottom: 8px;
      line-height: 1.6;
    }
    .contact-quote span {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold);
    }

    /* ── FOOTER ── */
    footer {
      background: var(--bg2);
      border-top: 1px solid var(--border);
      padding: 60px 60px 30px;
    }
    .footer-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.8fr 1fr 1fr 1fr;
      gap: 48px;
      padding-bottom: 48px;
      border-bottom: 1px solid var(--border);
    }
    .footer-brand .nav-logo { margin-bottom: 16px; display: inline-flex; }
    .footer-brand p { font-size: 0.85rem; color: var(--gray); line-height: 1.8; max-width: 240px; }
    .footer-col h4 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--white);
      margin-bottom: 18px;
    }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col a {
      font-size: 0.85rem;
      color: var(--gray);
      text-decoration: none;
      transition: color .2s;
    }
    .footer-col a:hover { color: var(--gold); }
    .footer-bottom {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 28px;
    }
    .footer-bottom p { font-size: 0.8rem; color: var(--gray); }

    /* ── RESPONSIVE ── */

    /* --- Tablet (≤900px) --- */
    @media (max-width: 900px) {
      /* NAV */
      nav {
        padding: 16px 24px;
        grid-template-columns: 1fr auto;
      }
      .nav-links { display: none; }
      .btn-quote { display: none; }

      /* HERO */
      section { padding: 70px 24px; }
      .hero { padding: 120px 24px 60px; }
      .hero-stats { gap: 32px; margin-top: 48px; }

      /* ABOUT */
      .about-inner {
        grid-template-columns: 1fr;
        gap: 40px;
      }
      .about-video {
        height: 340px;
        max-width: 100%;
        border-radius: 1rem;
      }
      .about-label { left: 0; }

      /* PORTFOLIO */
      .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
      }

      /* CAREERS */
      .careers-inner {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      /* CONTACT */
      .contact-inner {
        grid-template-columns: 1fr;
        gap: 32px;
      }
      .contact-img-wrap { order: -1; }
      .contact-img-wrap div {
        width: 100% !important;
        height: 360px !important;
      }
      .contact-img-wrap iframe {
        width: 100% !important;
        height: 360px !important;
      }
      .location iframe { height: 320px; }

      /* FOOTER */
      footer { padding: 48px 24px 24px; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    }

    /* --- Mobile (≤600px) --- */
    @media (max-width: 600px) {
      /* NAV */
      nav { padding: 14px 16px; }
      .nav-logo { font-size: 0.95rem; letter-spacing: 1px; }

      /* HERO */
      .hero { padding: 100px 16px 48px; }
      .hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
      .hero-sub { font-size: 0.9rem; max-width: 100%; }
      .hero-stats { gap: 20px; flex-wrap: wrap; }
      .stat-num { font-size: 1.9rem; }
      .hero-ctas { flex-direction: column; align-items: center; }
      .btn-primary, .btn-secondary { width: 100%; justify-content: center; }

      /* ABOUT */
      section { padding: 56px 16px; }
      .about-video { height: 500px; }
      .about-right h2 { font-size: 2.2rem; }
      .about-pills { gap: 8px; }

      /* PORTFOLIO */
      .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 2px;
      }
      /* On mobile, flip cards trigger on click/tap instead of hover */
      .port-card { height: 300px; }
      .port-card.flipped .port-card-inner { transform: rotateY(180deg); }
      .port-front img { height: 300px; }

      /* CAREERS */
      .careers-right h2 { font-size: 2.2rem; }
      .careers-perks { grid-template-columns: 1fr 1fr; gap: 6px; }
      .careers-img-wrap img { height: 280px; }

      /* CONTACT */
      .contact-header h2 { font-size: 2.4rem; }
      .contact-img-wrap div {
        width: 100% !important;
        height: 500px !important;
      }
      .contact-img-wrap iframe {
        width: 100% !important;
        height: 500px !important;
      }
      .location iframe { height: 260px; }
      .contact-detail-val { white-space: normal; }

      /* FOOTER */
      footer { padding: 40px 16px 20px; }
      .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
      }
      .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    }