 :root {
     --bg: #111;
     --gold: #C6A75E;
     --white: #fff;
     --muted: rgba(255, 255, 255, .72);
     --serif: "Playfair Display", Georgia, serif;
     --sans: "Montserrat", system-ui, sans-serif;
     --max-width: 980px;
 }

 .hero1 {
     background-color: #000;
     width: 100%;
     justify-content: center;
     align-items: center;
 }

 .hero-row {
     width: 80%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-left: 10%;
 }

 .collunm1 {
     padding: 2%;
     width: 60%;
 }

 .collunm2 {
     width: 40%;
 }

 .heading1 h1 {
     font-family: var(--serif);
     font-size: 4vw;
 }

 .heading2 h2 {
     font-family: var(--sans);
     font-weight: 300;
     font-size: 2vw;
 }

 .heading2 {
     padding-top: 5%;
 }

 .buttons {
     display: flex;
     padding-top: 10%;
     column-gap: 10%;
 }

 .button1 a {
     background-color: var(--gold);
     display: inline-block;
     padding: 20px 40px;
     border-radius: 50px;
     transition: transform 0.3s ease, background-color 0.3s ease;
 }

 .button1 a:hover {
     background-color: var(--gold);
     transform: scale(1.05);
 }

 .button2 a {
     display: inline-block;
     padding: 20px 40px;
     border-radius: 50px;
     border: 1px solid white;
     color: white;
     text-decoration: none;
     transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
 }

 .button2 a:hover {
     transform: scale(1.08);
 }

 .card{
    padding: 0px;
 }

 .card .videoFrame{
    border: none;
 }

 * {
     box-sizing: border-box;
 }

 .section-before-form{
    display: flex;
    justify-items: center;
    justify-content: center;
    column-gap: 10%;
    width: 80%;
    padding-left: 20%;
 }
 .section-before-form .wrap1, .wrap2{
    width: 100%;
 }

 .text{
    width: 60%;
    display: flex;
    justify-self: center;
    /* justify-content: center; */
    /* justify-items: center; */
 }
.text .manifesto{
    width: 100%;
    margin-top: 5%;
    text-align: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
 }
 .text .manifesto p{
    width: 65%;
    font-size: 1.2vw;
 }

 body {
     margin: 0;
     font-family: var(--sans);
     background: var(--bg);
     color: var(--white);
 }

 a {
     color: inherit;
     text-decoration: none;
 }

 .wrap {
     max-width: var(--max-width);
     margin: 0 auto;
     padding: 0 18px;
 }

 header {
     position: sticky;
     top: 0;
     z-index: 10;
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     background: rgba(17, 17, 17, .75);
     border-bottom: 1px solid rgba(255, 255, 255, .08);
 }

 .nav {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 14px 0;
 }

 .brand {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .brand img {
     height: 32px;
     width: auto;
 }

 .brand .name {
     font-family: var(--serif);
     font-size: 14px;
     letter-spacing: .18em;
     text-transform: uppercase;
 }

 .links {
     display: flex;
     gap: 12px;
     font-size: 12px;
     letter-spacing: .1em;
     text-transform: uppercase;
     color: rgba(255, 255, 255, .7);
 }

 .links a {
     padding: 6px 10px;
     border-radius: 999px;
 }

 .links a:hover {
     background: rgba(255, 255, 255, .05);
 }

 .divider {
     height: 1px;
     background: linear-gradient(90deg, transparent, rgba(198, 167, 94, .35), transparent);
 }

 .section {
     padding: 56px 0;
 }

 .kicker {
     font-size: 12px;
     letter-spacing: .14em;
     text-transform: uppercase;
     color: rgba(255, 255, 255, .6);
     margin: 0 0 10px;
 }

 h1,
 h2 {
     font-family: var(--serif);
     font-weight: 600;
     letter-spacing: -.01em;
     margin: 0 0 12px;
 }

 h1 {
     font-size: 36px;
     line-height: 1.1;
 }

 h2 {
     font-size: 26px;
 }

 .lead,
 .copy {
     color: var(--muted);
     font-size: 14.5px;
     margin: 0;
 }

 .card {
     border: 1px solid rgba(255, 255, 255, .06);
     border-radius: 18px;
     background: rgba(255, 255, 255, .02);
     overflow: hidden;
 }

 .pad {
     padding: 18px;
 }

 .hero {
     padding: 60px 0;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .heroCard {
     display: grid;
     grid-template-columns: 1fr;
     border-radius: 20px;
     overflow: hidden;
     background:
         radial-gradient(900px 420px at 40% 0%, rgba(198, 167, 94, .15), transparent 60%),
         linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
 }

 .heroMedia {
     min-height: 320px;
     background: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .7)), url("assets/nueva-imagen.jpg");
     background-size: cover;
     background-position: center;
 }

 .heroBody {
     padding: 28px;
 }

 .chips {
     display: flex;
     flex-wrap: wrap;
     gap: 8px;
     margin-bottom: 16px;
 }

 .chip {
     padding: 8px 12px;
     border-radius: 999px;
     background: rgba(255, 255, 255, .03);
     border: 1px solid rgba(255, 255, 255, .06);
     font-size: 12px;
     color: var(--muted);
 }

 .btns {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
     margin-top: 12px;
 }

 .btn {
     padding: 14px 18px;
     border-radius: 999px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     min-width: 150px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
 }

 .btn-primary {
     background: linear-gradient(180deg, rgba(198, 167, 94, .95), rgba(198, 167, 94, .78));
     color: #111;
 }

 .btn-outline {
     border: 1px solid rgba(198, 167, 94, .6);
     color: var(--white);
     background: transparent;
 }

 .btn-outline:hover {
     background: rgba(198, 167, 94, .05);
 }

 .btn-ghost {
     border: 1px solid rgba(255, 255, 255, .06);
     color: var(--white);
     background: rgba(255, 255, 255, .03);
 }

 .grid2 {
     display: grid;
     grid-template-columns: 1fr;
     gap: 14px;
     margin-top: 14px;
 }

 .bullets {
     margin: 12px 0 0;
     padding: 0;
     list-style: none;
     display: grid;
     gap: 10px;
 }

 .bullets li {
     display: flex;
     gap: 10px;
     align-items: flex-start;
     color: rgba(255, 255, 255, .78);
     font-size: 14px;
 }

 .dot {
     margin-top: 6px;
     width: 8px;
     height: 8px;
     border-radius: 999px;
     background: rgba(198, 167, 94, .85);
     box-shadow: 0 0 0 4px rgba(198, 167, 94, .10);
 }

 .noteGold {
     margin-top: 14px;
     padding: 14px;
     border-radius: 14px;
     border: 1px solid rgba(198, 167, 94, .25);
     background: linear-gradient(180deg, rgba(198, 167, 94, .08), rgba(198, 167, 94, .03));
     color: rgba(255, 255, 255, .78);
 }

 .manifesto {
     padding: 22px 18px;
     border-radius: 20px;
     border: 1px solid rgba(198, 167, 94, .22);
     background: radial-gradient(800px 320px at 0% 0%, rgba(198, 167, 94, .14), transparent 55%), rgba(255, 255, 255, .02);
 }

 form {
     display: grid;
     gap: 12px;
 }

 .field {
     display: grid;
     gap: 6px;
 }

 label {
     font-size: 12px;
     letter-spacing: .12em;
     text-transform: uppercase;
     color: rgba(255, 255, 255, .66);
 }

 input,
 select,
 textarea {
     width: 100%;
     padding: 14px;
     border-radius: 14px;
     border: 1px solid rgba(255, 255, 255, .10);
     background: rgba(255, 255, 255, .03);
     color: rgba(255, 255, 255, .92);
 }

 input:focus,
 select:focus,
 textarea:focus {
     border-color: rgba(198, 167, 94, .50);
     box-shadow: 0 0 0 4px rgba(198, 167, 94, .10);
 }

 .social {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
     margin-top: 12px;
 }

 .social a {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     padding: 12px 14px;
     border-radius: 999px;
     border: 1px solid rgba(255, 255, 255, .08);
     background: rgba(255, 255, 255, .03);
     text-decoration: none;
     color: rgba(255, 255, 255, .82);
     font-size: 13px;
 }

 .social a:hover {
     border-color: rgba(198, 167, 94, .35);
     background: rgba(198, 167, 94, .06);
 }

 .closing {
     text-align: center;
     padding: 54px 0 90px;
     background-color: #000;
 }

 .closing .quote {
     font-family: var(--serif);
     font-size: 30px;
     line-height: 1.18;
     margin: 0 auto 16px;
     max-width: 24ch;
     color: rgba(255, 255, 255, .92);
 }

 .closing .sig {
     color: rgba(255, 255, 255, .64);
     letter-spacing: .06em;
     margin: 0;
 }

 @media(min-width:860px) {
     .heroCard {
         grid-template-columns: 1.15fr 1fr;
     }

     .heroMedia {
         min-height: 520px;
     }

     h1 {
         font-size: 46px;
     }

     .grid2 {
         grid-template-columns: 1fr 1fr;
     }

     .section {
         padding: 72px 0;
     }
 }

 @media (max-width: 860px) {

  /* Global spacing */
  .wrap {
    padding: 0 16px;
  }

  /* Header / Nav */
  header .nav {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  header .links {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }

  /* HERO (your new hero1 layout) */
  .hero-row {
    width: 100%;
    margin-left: 0;
    padding: 18px 16px 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .collunm1,
  .collunm2 {
    width: 100%;
    padding: 0;
  }

  .heading1 h1 {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.12;
  }

  .heading2 h2 {
    font-size: clamp(14px, 4.3vw, 18px);
    line-height: 1.5;
  }

  .buttons {
    flex-direction: column;
    gap: 12px;
    padding-top: 18px;
    column-gap: 0;
  }

  .button1 a,
  .button2 a {
    width: 100%;
    text-align: center;
    padding: 14px 18px;
  }

  /* Make hero image responsive (your current width/height attrs are huge) */
  .collunm2 img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block;
    border-radius: 18px;
  }

  /* Cards & sections */
  .section {
    padding: 44px 0;
  }

  .card {
    border-radius: 16px;
  }

  .pad {
    padding: 16px;
  }

  /* Video iframe */
  .card .videoFrame {
    width: 100% !important;
    height: 220px !important;
    display: block;
  }

  /* Manifiesto row (two columns -> stack) */
  .section-before-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    gap: 14px;
    column-gap: 0;
    padding: 0 16px;
  }

  .section-before-form .wrap1,
  .section-before-form .wrap2 {
    width: 100%;
  }

  /* Text section */
  .text {
    width: 100%;
    padding: 0 16px;
  }

  .text .manifesto {
    margin-top: 16px;
  }
  .text .manifesto p{
    font-size: 4vw;
    width: 100%;
  }

  /* Forms */
  input,
  select,
  textarea {
    padding: 13px;
    border-radius: 12px;
  }

  .btn {
    min-width: 100%;
    width: 100%;
  }

  /* Social links */
  .social {
    gap: 10px;
  }

  .social a {
    width: 100%;
    justify-content: center;
  }

  /* Closing section */
  .closing {
    padding: 44px 16px 70px;
  }

  .closing .quote {
    font-size: clamp(22px, 6vw, 28px);
    max-width: 28ch;
  }

  /* Footer logo image */
  .footer-logo img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block;
    margin: 18px auto 0;
  }
}

/* Extra-small phones */
@media (max-width: 420px) {
  .heading1 h1 {
    font-size: 26px;
  }

  .button1 a,
  .button2 a {
    padding: 13px 16px;
    border-radius: 999px;
  }

  .card .videoFrame {
    height: 200px !important;
  }
}