@font-face {
  font-family: 'Highborne Blackletter';
  src: url('assets/fonts/Highborne-Blackletter.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #0e0c0a;
  --surface: #17130f;
  --ink: #f4eadc;
  --soft-ink: #d9cdbb;
  --muted: #a99b87;
  --line: #342a20;
  --line-dark: #5a4632;
  --red: #d01616;
  --accent: #d01616;
  --blood: #5e0909;
  --display: 'Highborne Blackletter', Georgia, serif;
  --sans: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 10%, rgba(94, 9, 9, .38), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(208, 22, 22, .14), transparent 26rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--sans);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(244,234,220,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,234,220,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), transparent 78%);
}

a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
p {
  color: var(--muted);
  line-height: 1.55;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(244,234,220,.13);
  background: rgba(10, 8, 7, .86);
  backdrop-filter: blur(16px);
}

.brand {
  width: min(230px, 42vw);
  display: flex;
}

.brand img,
.site-footer img {
  width: 100%;
  height: auto;
  display: block;
  filter: invert(1) brightness(1.08);
}

nav {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

nav a {
  text-decoration: none;
  font-weight: 760;
  color: #e8dcca;
}

nav a:hover { color: var(--red); }

.header-action {
  justify-self: end;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(208,22,22,.58);
  border-radius: 999px;
  background: rgba(208,22,22,.14);
  color: #f8ecd7;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
}

.hero {
  position: relative;
  max-width: none;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  margin: 0;
  padding: clamp(72px, 9vw, 132px) clamp(22px, 7vw, 120px);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,4,3,.96) 0%, rgba(5,4,3,.82) 38%, rgba(5,4,3,.34) 70%, rgba(5,4,3,.68) 100%),
    linear-gradient(180deg, rgba(5,4,3,.25), rgba(5,4,3,.9));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 28% 42%, rgba(208,22,22,.12), transparent 22rem);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(rgba(8,6,5,.08), rgba(8,6,5,.08)),
    url('assets/photos/0068_resultado.jpg') center 42% / cover no-repeat;
}

.hero-bg::before {
  display: none;
}

.hero-bg::after {
  background:
    radial-gradient(circle at 72% 46%, rgba(208,22,22,.16), transparent 28rem),
    linear-gradient(90deg, rgba(5,4,3,.98) 0%, rgba(5,4,3,.82) 34%, rgba(5,4,3,.34) 64%, rgba(5,4,3,.74) 100%),
    linear-gradient(180deg, rgba(5,4,3,.18), rgba(5,4,3,.92));
  background-size: auto;
  opacity: 1;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 200;
  letter-spacing: 0;
}

h1 {
  max-width: 600px;
  margin-bottom: 18px;
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: .94;
  color: #fff5e6;
  text-shadow: 0 22px 70px rgba(0,0,0,.55);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.hero-copy p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--soft-ink);
  font-size: 17px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.button:hover { transform: translateY(-2px); }
.button.primary {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff5ec;
}
.button.secondary {
  border: 1px solid rgba(244,234,220,.28);
  background: rgba(244,234,220,.08);
  color: #fff2df;
}

.image-slot {
  position: relative;
  min-height: 180px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(32,25,19,.92), rgba(16,12,9,.86)),
    radial-gradient(circle at 50% 30%, rgba(208,22,22,.14), transparent 18rem);
  color: #d9cdbb;
}

.image-slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.image-slot.filled::before {
  display: none;
}

.image-slot.filled::after {
  background:
    linear-gradient(180deg, rgba(6,5,4,.08), rgba(6,5,4,.34)),
    linear-gradient(90deg, rgba(6,5,4,.18), transparent 42%);
  background-size: auto;
  opacity: 1;
}

.image-slot.filled span,
.image-slot.filled small {
  display: none;
}

.image-slot::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(244,234,220,.18);
  border-radius: 6px;
}

.image-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 20%, rgba(208,22,22,.18), transparent 42%),
    linear-gradient(rgba(244,234,220,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,234,220,.035) 1px, transparent 1px);
  background-size: 240% 100%, 34px 34px, 34px 34px;
  opacity: .7;
}

.image-slot span,
.image-slot small {
  position: relative;
  z-index: 1;
}

.image-slot span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.image-slot small {
  margin-top: 4px;
  color: #9d907c;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.image-slot-large {
  min-height: 620px;
  align-content: end;
  justify-items: start;
  padding: 34px;
}

.image-slot-small {
  min-height: 303px;
  align-content: end;
  justify-items: start;
  padding: 24px;
}

.editorial-image img {
  object-position: center 42%;
}

.image-row .image-slot:nth-child(1) img {
  object-position: center 38%;
}

.image-row .image-slot:nth-child(2) img {
  object-position: center 34%;
}

.image-row .image-slot:nth-child(3) img {
  object-position: center 38%;
}

.image-slot.dark {
  background:
    linear-gradient(135deg, #171411, #080706),
    radial-gradient(circle at 50% 30%, rgba(208,22,22,.18), transparent 18rem);
  color: #ede7dc;
}

.image-slot.dark small { color: #bdb3a4; }
.image-slot.dark::before { border-color: rgba(255,255,255,.18); }
.image-slot.dark::after { opacity: .22; }

.proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #2b2119;
}

.proof-row span {
  min-height: 72px;
  display: grid;
  gap: 6px;
  align-items: center;
  justify-content: start;
  padding: 18px;
  background: rgba(18,14,11,.88);
  color: #e7d9c3;
  font-size: 13px;
  font-weight: 820;
  text-align: left;
}

.proof-row b {
  color: var(--red);
  font-size: 11px;
  letter-spacing: 1.4px;
}

.section {
  max-width: 1560px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 98px) clamp(18px, 4vw, 56px);
}

.section-head {
  max-width: 680px;
  margin-bottom: 28px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head h2,
.value-copy h2,
.contact-card h2 {
  margin-bottom: 12px;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: .96;
  color: #fff0dc;
}

.section-head p {
  max-width: 540px;
  margin-bottom: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18,14,11,.76);
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}

.product-image {
  aspect-ratio: 1 / 1.14;
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.product-card div:last-child {
  min-height: 136px;
  padding: 18px;
  background: rgba(12,10,8,.72);
}

.product-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 920;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 200;
  line-height: .96;
  color: #fff1dd;
}

.catalog-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 10%, rgba(208,22,22,.12), transparent 18rem),
    rgba(18,14,11,.88);
}

.catalog-strip strong {
  font-size: 17px;
  color: #f2e5d0;
}

.process {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(6,5,4,.24);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.process-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18,14,11,.78);
}

.process-card b {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 1.5px;
}

.process-card h3 {
  margin: 46px 0 10px;
  font-size: 19px;
  color: #fff1dd;
}

.process-card p {
  margin-bottom: 0;
  font-size: 14px;
}

.value-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
  align-items: stretch;
  gap: 18px;
}

.editorial-image {
  min-height: 620px;
  align-content: end;
  justify-items: start;
  padding: 34px;
}

.value-copy {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18,14,11,.8);
}

.value-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.value-list article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10,8,7,.78);
}

.value-list h3 {
  margin-bottom: 8px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--accent);
}

.value-list p {
  margin-bottom: 0;
  font-size: 14px;
}

.faq-list {
  max-width: 880px;
  display: grid;
  gap: 10px;
  margin: 0 auto;
}

.faq-item {
  width: 100%;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18,14,11,.78);
  color: #f5e8d5;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}

.faq-item span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 880;
}

.faq-item span::after {
  content: "+";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff6ee;
  font-size: 17px;
  line-height: 1;
}

.faq-item p {
  max-height: 0;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: max-height .22s ease, padding .22s ease;
}

.faq-item.open span::after { content: "-"; }
.faq-item.open p {
  max-height: 220px;
  padding-bottom: 18px;
}

.mission-band {
  max-width: 1560px;
  margin: 0 auto clamp(58px, 7vw, 98px);
  padding: clamp(44px, 7vw, 82px) clamp(24px, 6vw, 78px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 10%, rgba(208,22,22,.2), transparent 24rem),
    #0d0b0a;
  color: #fff;
  text-align: center;
}

.mission-band h2 {
  max-width: 980px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: .95;
}

.mission-band p {
  margin-bottom: 0;
  color: #d8d0c2;
  font-size: 16px;
}

.contact {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 56px) clamp(58px, 7vw, 98px);
}

.image-row {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 12px;
  margin-bottom: 16px;
}

.image-row .image-slot {
  min-height: 260px;
  align-content: end;
  justify-items: start;
  padding: 24px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 12%, rgba(208,22,22,.15), transparent 20rem),
    rgba(18,14,11,.88);
}

.contact-card p {
  max-width: 560px;
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 32px 20px;
  border-top: 1px solid var(--line);
  background: rgba(8,6,5,.88);
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.site-footer img { width: 172px; }

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .48s ease, transform .48s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1100px) {
  .value-layout,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .editorial-image {
    min-height: 520px;
  }

  .image-slot-small {
    min-height: 250px;
  }

  .product-grid,
  .process-grid,
  .proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .brand { width: 196px; }

  nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    font-size: 12px;
  }

  .header-action {
    min-height: 36px;
    padding: 0 13px;
    font-size: 12px;
  }

  .hero {
    min-height: calc(100vh - 108px);
    padding: 54px 18px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .actions,
  .catalog-strip,
  .contact-card {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .product-grid,
  .process-grid,
  .proof-row,
  .image-row {
    grid-template-columns: 1fr;
  }

  .editorial-image {
    min-height: 390px;
  }

  .image-slot-small,
  .image-row .image-slot {
    min-height: 210px;
  }

  .section-head h2,
  .value-copy h2,
  .contact-card h2 {
    font-size: 38px;
  }
}
