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

:root {
  --bg: #f5f1ea;
  --text: #1f1f1f;
  --accent: #8b5e34;
  --light: #ffffff;
  --soft: #6f6f6f;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1280px, 92%);
  margin: auto;
}

/* HEADER */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  background: rgba(102, 51, 52, 1) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}

.logo {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  width: 55px;
}

.menu {
  display: flex;
  gap: 40px;
}

.menu a {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s;
}

.menu a:hover {
  color: var(--accent);
}

/* HERO */

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../img/destileria.jpeg") center/cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 780px;
}

.hero-subtitle {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.8rem;
  margin-bottom: 30px;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.95;
  margin-bottom: 30px;
  font-weight: 400;
}

.hero p {
  font-size: 1.1rem;
  max-width: 650px;
  opacity: 0.9;
}

/* SECTION */

section {
  padding: 140px 0;
}

/* INTRO */

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: start;
}

.big-title {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.05;
  font-weight: 400;
}

.text-content p {
  margin-bottom: 28px;
  color: #444;
  font-size: 1.05rem;
}

/* IMAGE BLOCK */

.image-section {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.image-section img {
  height: 100%;
}

/* VALUES */

.values {
  background: white;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--accent);
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 4rem);
  margin-bottom: 70px;
  font-weight: 400;
  line-height: 1.05;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.value-card {
  padding: 50px;
  background: #faf8f5;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.value-card h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 400;
}

.value-card p {
  color: #555;
}

/* TIMELINE */

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.timeline-item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 25px;
}

.timeline-year {
  font-size: 3rem;
  color: var(--accent);
  margin-bottom: 15px;
}

.timeline-item p {
  color: #555;
}

/* CTA */

.cta {
  background: #1f1f1f;
  color: white;
  text-align: center;
}

.cta h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: 30px;
  font-weight: 400;
}

.cta p {
  max-width: 700px;
  margin: auto;
  opacity: 0.8;
  margin-bottom: 40px;
}

.btn {
  display: inline-block;
  padding: 18px 34px;
  background: var(--accent);
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
}

/* FOOTER */

footer {
  width: 100%;
  position: relative;
  background: rgba(102, 51, 52, 1) !important;
}

.footer_inner {
  width: 100%;
}

.footer_inner img {
  width: auto;
}
.footer_bottom {
  padding:30px 10% 30px 10%;
}

.footer_bottom p {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
  padding: 30px 0 0 0;
}

.footer_social_links {
  display: flex;
  flex-direction: row;
  justify-content: right;
  vertical-align: middle;
  padding: 20px;
}

.footer_social_links a {
  padding: 10px;
}

.footer_social_links a img {
  width: 26px;
  height: 26px;
  padding: 0;
}

.div-logos.horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer_brands_container > .div-logos.horizontal {
  padding: 60px 1% 60px 0;
}

.footer_brands_container > .div-logos.horizontal img {
  max-width: 25%;
  padding: 0 50px;
  max-height: 70px;
}

.legal_links_container > .div-links.horizontal {
  display: flex;
  justify-content: center;
  padding: 0;
}

.legal_links_container > .div-links.horizontal > a.link_footer {
  color: #ffffff;
  font-weight: 100;
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  padding: 2px;
  margin: 0;
}

.legal_links_container > .div-links.horizontal > a.link_footer > span {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.legal_links_container > .div-links.horizontal > a.link_footer > span:hover {
  text-decoration-thickness: 2px;
}

.link_footer:not(.last)::after {
  content: "\2022";
  padding: 0 40px;
  text-decoration: none;
}

.legal-text p {
  font-size: 1.05rem;
  line-height: 1.25em;
  margin-bottom: 1em;
}

.footer_logo_container img {
  max-width: 100px;
}

ol.lst-kix_list_1-0 {
  padding-left: 36px;
}

.download-pdf-button {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 30px;
  background: rgba(102, 51, 52, 1) !important;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
}

.download-pdf-button:hover {
  background: rgba(102, 51, 52, 0.8) !important;
}


/* RESPONSIVE */
@media (max-width: 1080px) {

  .div-links.horizontal {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .link_footer:not(.last)::after {
    display: none;
  }

}

@media (max-width: 992px) {
  .intro-grid,
  .values-grid,
  .timeline {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .footer_top a {
    display: block;
  }

  .marcas-footer:not(.last) {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
  }

  section {
    padding: 120px 0;
  }

  .hero {
    min-height: 85vh;
  }

  .footer_brands_container > .div-logos.horizontal {
    flex-direction: column;
    gap: 30px;
  }

  .footer_brands_container > .div-logos.horizontal img {
    max-width: 100%;
  }

  .footer_bottom {
    padding: 30px 15px 20px 15px;
  }

  .footer_bottom p {
    padding-top: 20px;
    font-size: 14px;
  }
}
