/* ============================================
   GALISPORT | HISPANO — Hammer Strength Landing
   ============================================ */

:root {
  --ink: #111111;
  --ink-soft: #2a2a2a;
  --muted: #555555;
  --line: #e6e6e6;
  --bg: #ffffff;
  --copper: #b97c5a;
  --copper-dark: #9a6243;
  --field: #d9d9d9;
  --field-bg: #f3f3f3;
  --maxw: 980px;
  --radius: 4px;
  --space: clamp(1rem, 2.5vw, 1.75rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

:where(h1, h2, h3, h4) {
  font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "cv11", "ss01", "ss03";
}

.page {
  max-width: var(--maxw);
  margin: 0 auto;
  background: var(--bg);
  box-shadow: 0 0 60px rgba(0,0,0,0.06);
}

img { max-width: 100%; height: auto; display: block; }

/* ---------- HEADER ---------- */
.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 22px 24px;
  background: #fff;
}
.site-header .header-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.site-header img {
  height: 52px;
  width: auto;
  max-width: 100%;
  display: block;
}
.site-header .header-sep {
  display: inline-block;
  width: 1px;
  height: 44px;
  background: #d6d6d6;
  flex: 0 0 auto;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  background: #000;
  overflow: hidden;
}

/* PARA VIDEO
.hero {
  width: 100%;
  overflow: hidden;
}*/

/* PARA VIDEO
.hero-video {
  width: 100%;
  height: auto;
  display: block;
}*/

.hero img {
  width: 100%;
  display: block;
}

/* ---------- MERECE LA PENA TITLE ---------- */
.merece {
  text-align: center;
  padding: 56px 24px 8px;
}
.merece-title {
  font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(56px, 9vw, 96px);
  line-height: 0.95;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
}
.merece-sub {
  max-width: 560px;
  margin: 18px auto 0;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
  text-wrap: pretty;
}

/* ---------- DATES BLOCK ---------- */
.dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 760px;
  margin: 40px auto 0;
  padding: 0 32px;
}
.date-col {
  text-align: center;
  padding: 18px 22px;
  position: relative;
}
.date-col + .date-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: #d6d6d6;
}
.date-col .brand {
  height: 22px;
  margin: 0 auto 14px;
  display: block;
  width: auto;
}
.date-col .brand-text {
  margin: 0 auto 14px;
  text-align: center;
  line-height: 1;
}
.date-col .brand-logo {
  display: block;
  margin: 0 auto 14px;
  height: auto;
  width: 220px;
  max-width: 80%;
}
.date-col .brand-text b {
  display: block;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: var(--ink);
}
.date-col .brand-text span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: var(--ink);
  margin-top: 5px;
}
.date-col .when {
  font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--ink);
  margin: 18px 0 14px;
}
.date-col .copy {
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.date-col .sub {
  font-size: 13px;
  color: #444;
  line-height: 1.55;
  margin: 0;
}
.date-col .sub strong {
  display: inline-block;
  margin-top: 4px;
  letter-spacing: 0.04em;
}

.dates-footer {
  text-align: center;
  padding: 28px 24px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  max-width: 560px;
  margin: 0 auto;
}
.dates-footer strong { display: block; margin-top: 2px; color: var(--ink); }

/* ---------- FEATURES ---------- */
.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 56px;
  max-width: 700px;
  margin: 56px auto 0;
  padding: 0 32px;
}
.feature {
  text-align: center;
}
.feature .icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  display: block;
}
.feature h3 {
  font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.06em;
  margin: 0 0 8px;
  color: var(--ink);
}
.feature p {
  font-size: 12.5px;
  line-height: 1.55;
  color: #333;
  margin: 0;
  max-width: 30ch;
  margin-inline: auto;
  text-wrap: pretty;
}

/* ---------- FORM ---------- */
.contact {
  margin-top: 64px;
  padding: 0 32px 80px;
}
.contact .lead {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  max-width: 480px;
  margin: 0 auto 28px;
  color: var(--ink);
}

.form {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field { position: relative; }
.field label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #888;
  pointer-events: none;
  transition: all .15s ease;
  background: var(--field-bg);
  padding: 0 4px;
}
.field.textarea label {
  top: 16px;
  transform: none;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--field);
  background: var(--field-bg);
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  padding: 14px 14px;
  border-radius: var(--radius);
  outline: none;
  transition: border-color .15s, background .15s;
  font-family: inherit;
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23333' stroke-width='1.6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
.field textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.45;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--copper);
  background: #fff;
}
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field select:focus + label,
.field select:valid + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  top: 0;
  font-size: 10.5px;
  color: var(--copper-dark);
  background: #fff;
  padding: 0 5px;
}
.field.textarea input:focus + label,
.field.textarea textarea:focus + label,
.field.textarea textarea:not(:placeholder-shown) + label {
  top: -7px;
  transform: none;
}

.field .err {
  display: none;
  color: #c0392b;
  font-size: 11.5px;
  margin: 6px 4px 0;
  letter-spacing: 0.02em;
}
.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: #c0392b;
  background: #fff5f4;
}
.field.has-error .err { display: block; }

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 11.5px;
  line-height: 1.5;
  color: #666;
  margin-top: 2px;
}
.consent input { margin-top: 3px; accent-color: var(--copper); }
.consent a { color: var(--copper-dark); text-decoration: underline; }

.submit {
  margin-top: 8px;
  appearance: none;
  border: none;
  background: var(--ink);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 13px;
  padding: 16px 22px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: var(--radius);
  transition: background .15s, transform .1s;
}
.submit:hover { background: var(--copper-dark); }
.submit:active { transform: translateY(1px); }
.submit:disabled { opacity: .55; cursor: progress; }

/* ---------- FLASH MESSAGES ---------- */
.flash {
  max-width: 520px;
  margin: 0 auto 22px;
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: 13.5px;
  line-height: 1.45;
  text-align: center;
}
.flash.ok {
  background: #eef7ee;
  border: 1px solid #bcd9bc;
  color: #2b6a2b;
}
.flash.err {
  background: #fdecea;
  border: 1px solid #f3b8b1;
  color: #99291f;
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: #000;
  color: #aaa;
  text-align: center;
  padding: 24px 24px;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.site-footer a { color: #fff; text-decoration: none; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 720px) {
  .site-header { padding: 18px 18px; gap: 16px; }
  .site-header img { height: 36px; }
  .site-header .header-sep { height: 32px; }

  .merece { padding: 36px 18px 4px; }

  .dates {
    grid-template-columns: 1fr;
    padding: 0 22px;
    gap: 28px;
    margin-top: 28px;
  }
  .date-col + .date-col::before {
    left: 18%;
    right: 18%;
    top: -14px;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .features {
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
    margin-top: 44px;
    padding: 0 18px;
  }
  .feature .icon { width: 54px; height: 54px; }
  .feature h3 { font-size: 17px; }
  .feature p { font-size: 12px; }

  .contact { padding: 0 18px 56px; margin-top: 48px; }
  .form .row { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .features { grid-template-columns: 1fr; }
}
