@font-face {
    font-family: 'Coolvetica Rg';
    src: url('./assets/fonts/coolvetica-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Coolvetica Rg';
    src: url('./assets/fonts/coolvetica-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('./assets/fonts/euclid-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('./assets/fonts/euclid-light-italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('./assets/fonts/euclid-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('./assets/fonts/euclid-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('./assets/fonts/euclid-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('./assets/fonts/euclid-medium-italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('./assets/fonts/euclid-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('./assets/fonts/euclid-semibold-italic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('./assets/fonts/euclid-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('./assets/fonts/euclid-bold-italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
  --champagne: #F6E8CB;
  --pacific-cyan: #488794;
  --seagrass: #4CA688;
  --deep-mocha: #372A27;
  --color-line: rgba(55, 42, 39, 0.15);
  --color-card: rgba(72, 135, 148, 0.05);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: var(--champagne);
  color: var(--deep-mocha);
  font-family: 'Euclid Circular A', sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* TYPOGRAPHY */
h1, .h1 {
  font-family: 'Coolvetica Rg', sans-serif;
  font-size: clamp(2.4rem, 10vw, 4.5rem);
  line-height: 0.95;
  font-weight: 400;
  color: var(--deep-mocha);
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: clamp(3.2rem, 8vw, 7rem);
  }
}
h2, .h2 {
  font-family: 'Coolvetica Rg', sans-serif;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 1;
  font-weight: 400;
  color: var(--deep-mocha);
}
h3, .h3 {
  font-family: 'Euclid Circular A', sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--deep-mocha);
}
p {
  font-family: 'Euclid Circular A', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 300;
  color: var(--deep-mocha);
}
.eyebrow {
  font-family: 'Euclid Circular A', sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--seagrass);
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
.editorial-title {
  font-family: 'Coolvetica Rg', sans-serif;
  font-weight: 400;
}
.lead {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--deep-mocha);
}
a {
  text-decoration: none;
  color: inherit;
}
/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(246, 232, 203, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--color-line);
  transition: background 0.3s ease, border-bottom 0.3s ease;
}
.site-header.scrolled {
  background: rgba(246, 232, 203, 0.97);
}
.site-header.scrolled .header-container {
  padding: 0.85rem 2rem;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
  transition: padding 0.3s ease;
}
/* LOGO */
.logo-full {
  font-family: 'Coolvetica Rg', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--deep-mocha);
}
.logo-symbol {
  font-family: 'Coolvetica Rg', sans-serif;
  font-weight: 400;
  color: var(--seagrass);
}
/* NAVIGATION */
.main-nav {
  display: none;
}
@media (min-width: 1024px) {
  .main-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
.nav-link {
  font-family: 'Euclid Circular A', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--deep-mocha);
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: var(--seagrass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}
.nav-separator {
  height: 22px;
  width: 1px;
  background-color: rgba(55, 42, 39, 0.18);
  margin: 0 0.5rem;
  display: inline-block;
}
.nav-item-dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--champagne);
  border: 1px solid var(--color-line);
  border-radius: 12px;
  padding: 1rem 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.nav-item-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: var(--deep-mocha);
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.dropdown-menu a:hover {
  color: var(--seagrass);
  background: var(--color-card);
}
/* MOBILE MENU */
.mobile-menu-btn {
  display: block;
  background: none;
  border: none;
  color: var(--deep-mocha);
  font-size: 1.5rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .mobile-menu-btn {
    display: none;
  }
}
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: var(--champagne);
  z-index: 999;
  display: flex;
  flex-direction: column;
  padding: 6rem 2rem 2rem;
  transition: right 0.4s ease;
  overflow-y: auto;
}
.mobile-nav.is-open {
  right: 0;
}
.mobile-nav-link {
  font-size: 1.5rem;
  color: var(--deep-mocha);
  margin-bottom: 1.5rem;
  font-family: 'Coolvetica Rg', sans-serif;
  transition: color 0.3s ease;
}
.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: var(--seagrass);
}
.mobile-nav-link.has-children {
  margin-bottom: 0.5rem;
}
.mobile-subnav {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.mobile-subnav a {
  color: var(--deep-mocha);
  font-size: 1rem;
}
.mobile-menu-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  background: none;
  border: none;
  color: var(--deep-mocha);
  font-size: 2rem;
  cursor: pointer;
}
/* BUTTONS */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--seagrass);
  color: var(--champagne);
  border: none;
  border-radius: 50px; /* Pill */
  padding: 0.8rem 1.8rem;
  font-family: 'Euclid Circular A', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: var(--pacific-cyan);
  transform: translateY(-2px);
}
.btn-primary:active,
.btn-text:active {
  transform: translateY(0) scale(0.98);
}
.link-editorial .editorial-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}
.link-editorial:hover .editorial-arrow {
  transform: translateX(5px);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--deep-mocha);
  border: 1px solid rgba(247, 241, 232, 0.35);
  border-radius: 50px;
  padding: 0.8rem 1.8rem;
  font-family: 'Euclid Circular A', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  background-color: var(--deep-mocha);
  color: var(--champagne);
}
.btn-text {
  display: inline-flex;
  align-items: center;
  color: var(--seagrass);
  font-family: 'Euclid Circular A', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding-bottom: 2px;
}
.btn-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--seagrass);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.btn-text:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.btn-text svg {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.btn-text:hover svg {
  transform: translateX(4px);
}
/* LAYOUT & CONTAINERS */
main {
  padding-top: 80px; /* Offset for sticky header */
  min-height: calc(100vh - 400px);
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.section {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}
.section-dark {
  background-color: var(--pacific-cyan);
}
.section-warm {
  background-color: var(--champagne);
}
.section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
/* CARDS */
.card, .segment-card, .form-card, .map-card {
  background: var(--color-card);
  border: 1px solid rgba(247, 241, 232, 0.12);
  border-radius: 28px;
  padding: clamp(1.5rem, 3vw, 3rem);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-hover:hover {
  border-color: var(--seagrass);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
/* TABLES */
.menu-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.menu-table th {
  color: var(--seagrass);
  font-family: 'Euclid Circular A', sans-serif;
  text-align: left;
  padding: 1.2rem 0;
  border-bottom: 2px solid rgba(89, 169, 141, 0.3);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
}
.menu-table td {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(247, 241, 232, 0.08);
}
.menu-item-name {
  color: var(--deep-mocha);
  font-family: 'Coolvetica Rg', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}
.menu-item-desc {
  color: var(--deep-mocha);
  font-size: 0.9rem;
}
.menu-item-price {
  color: var(--deep-mocha);
  font-family: 'Euclid Circular A', sans-serif;
  font-weight: 600;
  text-align: right;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  /* Transform table to cards on mobile */
  .menu-table, .menu-table tbody, .menu-table tr, .menu-table td {
    display: block;
    width: 100%;
  }
  .menu-table thead {
    display: none;
  }
  .menu-table tr {
    background: var(--color-card);
    border: 1px solid rgba(247, 241, 232, 0.12);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .menu-table td {
    border: none;
    padding: 0;
  }
  .menu-item-price {
    text-align: left;
    margin-top: 1rem;
    color: var(--seagrass);
  }
}
/* FORMS */
.form-group {
  margin-bottom: 1.5rem;
}
.form-label {
  display: block;
  font-size: 0.9rem;
  color: var(--deep-mocha);
  margin-bottom: 0.5rem;
}
.form-control {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(247, 241, 232, 0.15);
  border-radius: 12px;
  padding: 1rem 1.2rem;
  color: var(--deep-mocha);
  font-family: 'Euclid Circular A', sans-serif;
  transition: all 0.3s ease;
}
.form-control::placeholder {
  color: rgba(216, 209, 199, 0.5); /* muted */
}
.form-control:focus {
  outline: none;
  border-color: var(--seagrass);
  background: rgba(0, 0, 0, 0.4);
}
/* FOOTER */
.site-footer {
  background-color: var(--pacific-cyan);
  border-top: 1px solid rgba(246, 232, 203, 0.30);
  padding: 5rem 0 2rem;
  margin-top: auto;
  color: var(--champagne);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
.footer-column h3 {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: var(--champagne);
  letter-spacing: 0.05em;
}
.footer-column ul {
  list-style: none;
}
.footer-column li {
  margin-bottom: 0.8rem;
}
.footer-column p {
  margin-bottom: 1rem;
  color: var(--champagne);
  opacity: 0.95;
}
.footer-link {
  color: var(--champagne);
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.footer-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: var(--champagne);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.footer-link:hover {
  color: var(--champagne);
}
.footer-link:hover::after {
  transform: scaleX(1);
}
.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(246, 232, 203, 0.35);
  color: var(--champagne);
  transition: all 0.3s ease;
}
.social-icons a:hover {
  background-color: rgba(246, 232, 203, 0.10);
  border-color: var(--champagne);
  color: var(--champagne);
}
.footer-bottom {
  border-top: 1px solid rgba(246, 232, 203, 0.25);
  padding-top: 2rem;
  text-align: center;
}
.footer-bottom p {
  font-size: 0.85rem;
  color: var(--champagne);
  opacity: 0.78;
}
/* UTILS */
.mb-1 { margin-bottom: 1rem; }
.mb-1-5 { margin-bottom: 1.5rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mb-4 { margin-bottom: 4rem; }
.mt-2 { margin-top: 2rem; }
.mt-4 { margin-top: 4rem; }
.text-center { text-align: center; }
.flex-col { display: flex; flex-direction: column; }
.justify-between { justify-content: space-between; }
.align-start { align-items: flex-start; }
.align-center { align-items: center; }
.w-full { width: 100%; }
.max-w-700 { max-width: 700px; margin-left: auto; margin-right: auto; }
.max-w-800 { max-width: 800px; margin-left: auto; margin-right: auto; }
.max-w-900 { max-width: 900px; margin-left: auto; margin-right: auto; }
.btn-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .btn-group {
    flex-direction: column;
    width: 100%;
  }
  .btn-group .btn-primary, .btn-group .btn-outline {
    width: 100%;
  }
}
.visual-placeholder {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background: rgba(182, 122, 42, 0.05);
  border: 2px dashed rgba(182, 122, 42, 0.3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--champagne);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Euclid Circular A', sans-serif;
  text-align: center;
  padding: 2rem;
}
.decorative-line {
  width: 60px;
  height: 2px;
  background-color: var(--seagrass);
  margin: 2rem 0;
}
.mascot-note {
  font-style: italic;
  color: var(--champagne);
  font-size: 0.95rem;
}
/* ANIMATIONS (Reveal on scroll) */
.js .reveal,
.js .reveal-up,
.js .reveal-left,
.js .reveal-right,
.js .reveal-scale {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal-up { transform: translateY(35px); }
.js .reveal-left { transform: translateX(-35px); }
.js .reveal-right { transform: translateX(35px); }
.js .reveal-scale { transform: scale(0.97); }

.js .reveal.is-visible,
.js .reveal-up.is-visible,
.js .reveal-left.is-visible,
.js .reveal-right.is-visible,
.js .reveal-scale.is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

/* Stagger Delays */
.reveal-delay-1 { transition-delay: 100ms !important; }
.reveal-delay-2 { transition-delay: 200ms !important; }
.reveal-delay-3 { transition-delay: 300ms !important; }
.reveal-delay-4 { transition-delay: 400ms !important; }

/* Editorial Image Hover & Parallax */
.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.img-hover-zoom:hover img {
  transform: scale(1.025);
}

.img-parallax {
  will-change: transform;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-up,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .img-parallax,
  .img-hover-zoom img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* HERO SECTION */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 4rem;
  overflow: hidden;
}
.hero-bg-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(20, 16, 14, 0.95) 0%, rgba(11, 9, 8, 0.8) 100%), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="rgba(255,255,255,0.02)" x="0" y="0" width="100" height="100"/></svg>');
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.hero-section .container {
  position: relative;
  z-index: 1;
}
/* DA-05 Logo Classes */
.brand-logo{
display:flex;
align-items:center;
flex-shrink:0;
}
.brand-logo img{
display:block;
height:48px;
width:auto;
object-fit:contain;
transition:.25s ease;
}
.brand-logo img:hover{
transform:scale(1.04);
}
.brand-logo-footer{
display:inline-block;
max-width:230px;
margin-bottom:1.5rem;
}
.brand-logo-footer img{
display:block;
width:100%;
height:auto;
object-fit:contain;
}
@media (max-width:768px){
.brand-logo img{
height:38px;
}
.brand-logo-footer{
max-width:190px;
}
}
/* 01 HERO EDITORIAL ASIMÉTRICO */
        .hero-editorial {
            position: relative;
            width: 100%;
            min-height: 620px;
            display: flex;
            flex-direction: column;
            padding-top: 0px; /* Offset eliminado, el main ya lo tiene */
            background-color: #F6E8CB;
        }
        
        .hero-img-container {
            width: 100%;
            height: 50vh;
            min-height: 400px;
        }
        
        .hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 20%; /* Mobile: prioriza el letrero superior y la persona */
        }
        
        .hero-content {
            padding: 3rem 1.5rem;
            position: relative;
            z-index: 2;
        }
        .hero-title-group {
            position: relative;
        }
        
        /* Línea gráfica de acento */
        .hero-accent-line {
            display: none;
        }
        .hero-h1 {
            font-size: clamp(3.2rem, 12vw, 4.5rem);
            line-height: 0.95;
            margin: 1rem 0 1.5rem 0;
            letter-spacing: -0.02em;
            color: #372A27;
        }
        .hero-text-block {
            max-width: 400px;
        }
        
        .hero-text-main {
            font-size: 1.15rem;
            color: #372A27;
            margin-bottom: 1.5rem;
            line-height: 1.6;
            font-weight: 500;
        }
        .hero-text-sub {
            color: #4CA688;
            font-family: 'Coolvetica Rg', sans-serif;
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
            font-style: italic;
            font-weight: 400;
        }
        .hero-text-final {
            color: #372A27;
            margin-bottom: 2rem;
            font-size: 1.05rem;
        }
        .hero-actions {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            align-items: flex-start;
        }
        @media (min-width: 1024px) {
            .hero-editorial {
                flex-direction: row;
                align-items: stretch;
            }
            .hero-img-container {
                position: absolute;
                top: 0;
                right: 0;
                width: 68%;
                height: 100%;
                z-index: 1;
            }
            .hero-content {
                width: 45%; /* Cruza el límite visualmente */
                padding: 6vh 0 10vh 5%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                background: linear-gradient(90deg, #F6E8CB 0%, #F6E8CB 80%, rgba(246, 232, 203, 0) 100%);
            }
            .hero-accent-line {
                display: block;
                position: absolute;
                left: -2rem;
                top: 0.5rem;
                bottom: 0.5rem;
                width: 4px;
                background-color: #488794;
            }
            .hero-h1 {
                font-size: clamp(3rem, 5.5vw, 6rem);
                margin: 1.5rem 0 2rem 0;
            }
            .hero-text-block {
                background: rgba(246, 232, 203, 0.85); /* Legibilidad extra si cruza al fondo */
                padding: 1.5rem 1.5rem 1.5rem 0;
                backdrop-filter: blur(5px);
            }
            .hero-actions {
                flex-direction: row;
                align-items: center;
                gap: 2.5rem;
                margin-top: 1rem;
            }
            .hero-image {
                object-position: center center; /* Desktop: encuadre natural horizontal */
            }
        }
        /* 02 QUIÉNES SOMOS - RITMO TIPOGRÁFICO */
        .section-quienes {
            scroll-margin-top: 110px;
            background-color: #488794; /* Pacific Cyan */
            color: #F6E8CB;
            padding: 4rem 1.5rem;
            position: relative;
        }
        
        .quienes-container {
            max-width: 1400px;
            margin: 0 auto;
        }
        .quienes-eyebrow {
            color: #4CA688; /* Seagrass */
            margin-bottom: 2rem;
            display: block;
        }
        .quienes-typo {
            font-family: 'Coolvetica Rg', sans-serif;
            font-size: clamp(3rem, 4.5vw, 4.75rem);
            line-height: 0.95;
            color: #F6E8CB;
            display: flex;
            flex-direction: column;
            gap: 0.2em;
            text-wrap: balance;
            overflow-wrap: normal;
            word-break: normal;
        }
        .quienes-p1, .quienes-p2, .quienes-p3 { 
            font-family: 'Coolvetica Rg', sans-serif;
            color: #F6E8CB; 
        }
        
        .quienes-footer-text {
            font-size: 1.25rem;
            max-width: 560px;
            color: #F6E8CB;
            line-height: 1.5;
            margin-top: 1.5rem;
        }
        .quienes-img-box {
            width: 100%;
            height: 40vh;
            margin: 2rem 0 0 0;
        }
        .quienes-img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center; /* Prioriza interacción de manos y vaso central */
        }
        @media (min-width: 1024px) {
            .section-quienes {
            scroll-margin-top: 110px;
                padding: 5.5rem 5%;
            }
            .quienes-grid {
                display: grid;
                grid-template-columns: repeat(12, 1fr);
                gap: 2rem;
                align-items: start;
            }
            .quienes-text-col {
                grid-column: 1 / 8;
                position: relative;
                z-index: 2;
            }
            .quienes-img-box {
                grid-column: 8 / 13;
                height: 60vh;
                margin: 0;
                position: relative;
                z-index: 1;
                margin-top: 2rem;
            }
        }
        /* 03 PAN / CAFÉ EDITORIAL */
        .section-pan-cafe {
            scroll-margin-top: 110px;
            background-color: #F6E8CB;
            padding: 5rem 0; /* A sangre para imágenes */
            overflow: hidden;
        }
        /* Bloque Pan */
        .pan-block {
            display: flex;
            flex-direction: column;
            margin-bottom: 6rem;
            padding: 0 1.5rem;
        }
        .pan-img-wrapper {
            width: 100%;
            height: 50vh;
            margin-bottom: 2rem;
        }
        .pan-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .pan-content {
            max-width: 500px;
        }
        
        @media (min-width: 1024px) {
            .section-pan-cafe {
            scroll-margin-top: 110px;
                padding: 8rem 0;
            }
            .pan-block {
                flex-direction: row;
                align-items: center;
                padding: 0;
                margin-bottom: 12rem;
            }
            .pan-img-wrapper {
                width: 55%;
                height: 70vh;
                margin-bottom: 0;
            }
            .pan-content {
                width: 45%;
                padding: 0 5% 0 3rem; /* Espaciado editorial */
                margin-top: -4vh; /* Offset sutil */
            }
        }
        /* Bloque Café */
        .cafe-block {
            display: flex;
            flex-direction: column-reverse;
            position: relative;
        }
        /* El fondo Seagrass se aplica parcialmente */
        .cafe-bg {
            position: absolute;
            top: 10%;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #4CA688;
            z-index: 0;
        }
        .cafe-content {
            position: relative;
            z-index: 1;
            padding: 3rem 1.5rem;
            color: #F6E8CB;
        }
        .cafe-content h2, .cafe-content p { color: #F6E8CB; }
        .cafe-content .eyebrow { color: #372A27; }
        
        .cafe-img-wrapper {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 50vh;
            padding: 0 1.5rem; /* Margen en móvil para que se vea el fondo */
        }
        .cafe-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center; /* Prioriza portafiltro y vapor en el centro */
        }
        @media (min-width: 1024px) {
            .cafe-block {
                flex-direction: row;
                align-items: center;
            }
            .cafe-bg {
                top: -5rem;
                bottom: -5rem;
                right: 35%; /* Ocupa la izquierda y centro */
                left: 0;
            }
            .cafe-content {
                width: 40%;
                padding: 0 3rem 0 10%;
            }
            .cafe-img-wrapper {
                width: 60%;
                height: 80vh;
                padding: 0;
            }
        }
        
/* CIERRE PAN / CAFÉ */
        .cierre-editorial {
            background-color: #F6E8CB;
            padding: 5rem 1.5rem;
        }
        .cierre-text {
            font-family: 'Coolvetica Rg', sans-serif;
            font-size: clamp(3rem, 8vw, 6rem);
            line-height: 0.95;
            color: #372A27;
            text-transform: uppercase;
            text-wrap: balance;
            max-width: 900px;
            margin: 0 auto;
        }
        .cierre-text span {
            display: block;
        }
        .cierre-text span:nth-child(2) {
            color: #488794; /* Pacific Cyan acento */
            padding-left: 10%;
        }
        .cierre-text span:nth-child(3) {
            padding-left: 20%;
        }
        @media (min-width: 1024px) {
            .cierre-editorial {
                padding: 8rem 5%;
            }
        }
        /* 04 UBICACIÓN */
        .section-ubicacion {
            scroll-margin-top: 110px;
            padding: 0;
            background-color: #4CA688; /* Seagrass */
        }
        .ubicacion-split {
            display: flex;
            flex-direction: column;
        }
        .ubicacion-info {
            padding: 4rem 1.5rem;
            color: #F6E8CB;
        }
        .ubicacion-info h2, .ubicacion-info h3, .ubicacion-info p {
            color: #F6E8CB;
        }
        .ubicacion-info .eyebrow {
            color: #372A27;
        }
        .ubicacion-image {
            width: 100%;
            height: 50vh;
            object-fit: cover;
        }
        
        @media (min-width: 1024px) {
            .ubicacion-split {
                flex-direction: row;
                align-items: stretch;
            }
            .ubicacion-info {
                width: 40%;
                padding: 8rem 5%;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .ubicacion-image {
                width: 60%;
                height: auto;
                min-height: 550px;
            }
        }
        /* TRANSICIÓN A FOOTER */
        /* Dado que Ubicación es Seagrass y Footer es Pacific Cyan, el corte es limpio horizontalmente. */
        /* ==========================================================================
   PÁGINA: NOSOTROS (IDENTIDAD EDITORIAL)
   ========================================================================== */
/* 1. HERO NOSOTROS */
.about-hero {
    display: grid;
    grid-template-columns: 1fr;
    background-color: var(--champagne);
}
@media (min-width: 1024px) {
    .about-hero {
        grid-template-columns: 45% 55%;
        min-height: 620px;
        height: clamp(620px, 68vh, 680px);
    }
}
.about-hero-text {
    padding: 8rem 2rem 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 1024px) {
    .about-hero-text {
        padding: 6rem 5% 6rem 10%;
    }
}
.about-hero-h1 {
    font-family: 'Coolvetica Rg', sans-serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 1.05;
    color: var(--deep-mocha);
    margin: 1.5rem 0 2rem 0;
}
.about-hero-p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--deep-mocha);
    max-width: 450px;
}
.about-hero-img {
    position: relative;
    height: clamp(42vh, 46vh, 50vh);
}
@media (min-width: 1024px) {
    .about-hero-img {
        height: 100%;
    }
}
.about-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* 2. LA IDEA - INFOGRAFÍA */
.about-infographic-section {
    padding: 4rem 0;
    background-color: var(--pacific-cyan);
    color: var(--deep-mocha);
}
.idea-infographic {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 5rem;
}
@media (min-width: 768px) {
    .idea-infographic {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}
.idea-item {
    display: flex;
    flex-direction: column;
}
.idea-num {
    font-family: 'Coolvetica Rg', sans-serif;
    font-size: 2.5rem;
    color: var(--pacific-cyan);
    margin-bottom: 0.5rem;
}
.idea-line {
    width: 100%;
    height: 1px;
    background-color: var(--pacific-cyan);
    margin-bottom: 1.5rem;
    opacity: 0.3;
}
.idea-item p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}
.idea-text-block {
    max-width: 700px;
    margin: 0 auto 5rem auto;
    text-align: center;
}
.idea-text-main {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.idea-text-sub {
    font-size: 1.15rem;
    line-height: 1.6;
    color: var(--seagrass);
    margin-bottom: 2rem;
}
.idea-signature {
    font-family: 'Coolvetica Rg', sans-serif;
    font-size: 2.5rem;
    color: var(--deep-mocha);
}
.idea-collage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .idea-collage {
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }
    .collage-2 { transform: translateY(3rem); }
}
.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/5;
}
.about-infographic-section .idea-num { color: var(--champagne); }
.about-infographic-section .idea-line { background-color: var(--champagne); opacity: 0.45; }
.about-infographic-section .idea-item p { color: var(--champagne); }
.about-infographic-section .idea-text-main { color: var(--champagne); }
.about-infographic-section .idea-text-sub { color: var(--champagne); }
.about-infographic-section .idea-signature { color: var(--champagne); }
/* 3. DE DÓNDE VIENE EL PAN */
.bread-story {
    padding: 4rem 0;
    background-color: var(--champagne);
    color: var(--deep-mocha);
}
.bread-intro {
    max-width: 800px;
    margin-bottom: 5rem;
}
.bread-intro-text {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-top: 2rem;
    max-width: 600px;
}
.bread-intro-text p {
    margin-bottom: 1rem;
}
.bread-visual-story {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 5rem;
}
@media (min-width: 1024px) {
    .bread-visual-story {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}
.bvs-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.bvs-item h4 {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    color: var(--seagrass);
    margin-bottom: 1rem;
}
.bvs-line {
    width: 40px;
    height: 2px;
    background-color: var(--pacific-cyan);
    position: relative;
}
.bvs-line::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--pacific-cyan);
}
.bvs-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.bvs-img-grid img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
}
.bvs-img-2 {
    transform: translateY(2rem);
}
.bread-text-mid {
    max-width: 700px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 6rem auto;
    text-align: center;
}
.bread-impact {
    text-align: center;
    margin-bottom: 6rem;
}
.impact-typography {
    font-family: 'Coolvetica Rg', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.2;
    color: var(--deep-mocha);
}
.impact-highlight {
    display: block;
    color: var(--pacific-cyan);
    margin-top: 1rem;
}
.bread-outro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 768px) {
    .bread-outro {
        grid-template-columns: 1fr 1fr;
    }
}
.bread-outro-text h2 {
    font-family: 'Coolvetica Rg', sans-serif;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.1;
    color: var(--deep-mocha);
}
.bread-outro-img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
/* 4. DE DÓNDE VIENE EL CAFÉ */
.coffee-story {
    padding: 4rem 0;
    background-color: var(--seagrass);
    color: var(--champagne);
}
.coffee-intro-p {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    max-width: 500px;
}
.coffee-staircase {
    margin: 3rem auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    position: relative;
}
.staircase-step {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.staircase-step p {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: clamp(0.95rem, 1.15vw, 1.1rem);
    line-height: 1.6;
    font-weight: 300;
    color: var(--champagne);
    max-width: 320px;
    margin-bottom: 1.25rem;
    order: 1;
}
.coffee-step-image {
    display: block;
    width: 100%;
    max-width: 420px;
    object-fit: cover;
    order: 2;
    border-radius: 2px;
}

.coffee-step-image-1 { aspect-ratio: 3/4; max-width: none; }
.coffee-step-image-2 { aspect-ratio: 4/3; max-width: none; }
.coffee-step-image-3 { aspect-ratio: 4/3; max-width: none; }

/* Eliminar conectores visuales y diagramas */
.staircase-line {
    display: none !important;
}

@media (min-width: 1024px) {
    .coffee-staircase {
        margin: 5rem auto 4rem auto;
        max-width: 1100px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto;
        column-gap: 24px;
        align-items: start;
    }
    
    .staircase-step {
        align-items: flex-start;
        text-align: left;
    }
    
    /* MOMENTO 01 - IZQUIERDA */
    .step-1 {
        grid-column: 1 / 5;
        grid-row: 1;
        width: 100%;
        margin-top: 0;
    }
    .coffee-step-image-1 {
        width: 100%;
    }
    
    /* MOMENTO 02 - CENTRO / ARRIBA */
    .step-2 {
        grid-column: 5 / 9;
        grid-row: 1;
        width: 100%;
        margin-top: 3.5rem; /* Ajustado sutilmente */
    }
    .coffee-step-image-2 {
        width: 92%; /* Escala ligeramente reducida para no competir con Foto 1 */
    }
    
    /* MOMENTO 03 - DERECHA / ABAJO */
    .step-3 {
        grid-column: 9 / 13;
        grid-row: 1;
        width: 100%;
        margin-top: 6rem; /* Ajustado para compactar la diagonal y que funcione como cierre */
    }
    .coffee-step-image-3 {
        width: 90%; /* Escala reducida como cierre visual */
    }
}
.coffee-story .eyebrow { color: var(--deep-mocha); }
.coffee-story .editorial-title { color: var(--champagne); }
.coffee-story .coffee-intro-p { color: var(--champagne); }
.coffee-story .staircase-step,
.coffee-story .staircase-step p { color: var(--champagne); }

.coffee-timeline-section {
    margin: 1.5rem 0 6rem 0; /* Acercado aún más al bloque fotográfico, reduciendo ~30-40px extra */
    background-color: var(--champagne);
    color: var(--deep-mocha);
    padding: 4rem 2rem;
    border-radius: 20px;
    border: 1px solid rgba(55, 42, 39, 0.12);
}
.coffee-timeline-section .timeline-intro,
.coffee-timeline-section .tl-node p,
.coffee-timeline-section .timeline-outro,
.coffee-timeline-section .timeline-outro p {
    color: var(--deep-mocha);
}
.coffee-timeline-section .tl-dot {
    background-color: var(--pacific-cyan);
}
.coffee-timeline-section .tl-connector {
    background-color: var(--pacific-cyan);
    opacity: 0.55;
}
    .timeline-intro {
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 3rem;
    text-align: center;
}
.coffee-timeline {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 4rem;
}
@media (min-width: 1024px) {
    .coffee-timeline {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.tl-node {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}
@media (min-width: 1024px) {
    .tl-node {
        flex-direction: column;
        text-align: center;
    }
}
.tl-dot {
    width: 12px;
    height: 12px;
    
    border-radius: 50%;
    flex-shrink: 0;
}
.tl-node p {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.tl-connector {
    width: 2px;
    height: 40px;
    
    
    margin-left: 5px;
}
@media (min-width: 1024px) {
    .tl-connector {
        width: 100%;
        height: 2px;
        margin-left: 0;
        margin-top: -30px; /* Align with dots roughly */
    }
}
.timeline-outro {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}
.coffee-closing-typography {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 6rem;
    gap: 0.5rem;
    font-family: 'Coolvetica Rg', sans-serif;
}
.cc-1 { font-size: 2rem; color: var(--champagne); }
.cc-2 { font-size: 2.5rem; color: var(--deep-mocha); }
.cc-3 { font-size: 3rem; color: var(--champagne); }
.cc-4 { font-size: 3.5rem; color: var(--deep-mocha); margin-top: 1rem; }
/* 5. EL ESPACIO */
.space-story {
    padding: 4rem 0;
    background-color: var(--champagne);
}
.space-title {
    margin-bottom: 4rem;
}
.space-infographic {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 5rem;
}
@media (min-width: 768px) {
    .space-infographic {
        grid-template-columns: repeat(4, 1fr);
    }
}
.space-moment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sm-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(72, 135, 148, 0.1);
    color: var(--pacific-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center; /* Centrado matemático estricto sobre el eje transversal del flex parent */
    margin-bottom: 26px;
}
.space-moment p {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--deep-mocha);
}
.space-text-block {
    max-width: 700px;
    margin: 0 auto 5rem auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
}
.space-text-block p {
    margin-bottom: 1rem;
}
.space-signature {
    font-family: 'Coolvetica Rg', sans-serif;
    font-size: 2rem;
    color: var(--pacific-cyan);
    margin-top: 2rem;
}
.space-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 768px) {
    .space-gallery {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto;
    }
    .sg-1 { grid-column: 1 / 8; }
    .sg-2 { grid-column: 8 / 13; margin-top: 4rem; }
    .sg-3 { grid-column: 1 / 6; margin-top: -2rem; }
    .sg-4 { grid-column: 6 / 13; }
}
.space-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
}
/* 6. LOS INVENTORES */
.inventors-gallery-section {
    padding: 4rem 0;
    background-color: var(--pacific-cyan);
}
.inventors-title {
    margin-bottom: 0.5rem;
}
.inventors-subtitle {
    font-size: 1.15rem;
    color: var(--deep-mocha);
    margin-bottom: 4rem;
}
.photo-essay-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .photo-essay-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 300px;
    }
    .pe-1 { grid-column: 1 / 3; grid-row: 1 / 3; }
    .pe-2 { grid-column: 3 / 4; grid-row: 1 / 2; }
    .pe-3 { grid-column: 3 / 4; grid-row: 2 / 3; }
    .pe-4 { grid-column: 1 / 4; grid-row: 3 / 5; }
}
.photo-essay-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
   MENU PAGE SPECIFIC STYLES
   ========================================================================== */
.menu-page {
    /* Encapsulation wrapper */
}

.menu-section {
    padding: 5rem 0;
}

.menu-category-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.menu-category-title {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.menu-subcategory-title {
    font-size: 1.25rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: 'Euclid Circular A', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0.9;
}

.menu-list {
    display: flex;
    flex-direction: column;
}

.menu-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 0;
}

.menu-item-info {
    flex: 1;
    padding-right: 2rem;
}

.menu-item-name {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

.menu-item-desc {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.85;
}

.menu-item-price {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    white-space: nowrap;
    margin-top: 0.15rem; /* Optical alignment with name */
}

@media (max-width: 767px) {
    .menu-section {
        padding: 4rem 0;
    }
    .menu-category-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .menu-subcategory-title {
        margin-top: 2rem;
    }
    .menu-item {
        padding: 0.85rem 0;
    }
    .menu-item-name {
        font-size: 1.05rem;
    }
    .menu-item-price {
        font-size: 1.05rem;
    }
    .menu-item-info {
        padding-right: 1rem;
    }
}

/* ==========================================================================
   HOTFIX: HERO MENU LEGIBILIDAD
   ========================================================================== */
#hero-menu h1 {
    color: var(--champagne);
}

#hero-menu .eyebrow {
    color: var(--champagne);
}

#hero-menu p {
    color: var(--champagne);
}

#hero-menu p:not(.lead) {
    color: rgba(246, 232, 203, 0.88);
}

/* ==========================================================================
   HOTFIX: CONTRASTE TEAM ORDER Y FOOTER
   ========================================================================== */

/* --- 1. Team Order --- */
.team-order p {
    color: var(--champagne);
    opacity: 0.92;
}
.team-order h2 {
    margin-bottom: 1.25rem !important;
}
.team-order p.mb-1 {
    margin-bottom: 1.25rem !important;
}
.team-order p.mb-3 {
    margin-bottom: 2.5rem !important;
}

/* --- 2. Site Footer --- */
.site-footer p,
.site-footer .footer-bottom p {
    color: var(--champagne);
    opacity: 0.85;
}

.site-footer .footer-link {
    color: var(--champagne);
    opacity: 0.85;
}

.site-footer .footer-link:hover {
    color: #FFFFFF;
    opacity: 1;
}

.site-footer .social-icons a {
    color: var(--champagne);
    border-color: rgba(246, 232, 203, 0.4);
}

.site-footer .social-icons a:hover {
    background-color: transparent;
    border-color: var(--champagne);
    color: #FFFFFF;
}

/* ==========================================================================
   CONTACT PAGE STYLES (ISOLATED)
   ========================================================================== */
.contact-page {
    /* Main wrapper for specificity if needed */
}

/* 1. HERO */
.contact-hero {
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem;
    overflow: hidden;
}

.contact-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Luminous editorial overlay: using deep-mocha with composed radial gradient */
    background: radial-gradient(
        ellipse at center,
        rgba(55, 42, 39, 0.48) 0%,
        rgba(55, 42, 39, 0.38) 48%,
        rgba(55, 42, 39, 0.28) 100%
    );
    z-index: 1;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.contact-hero-content .editorial-title {
    margin-bottom: 2.5rem;
}

.contact-hero-text {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--champagne);
    font-weight: 400;
    text-shadow: 0 1px 8px rgba(55, 42, 39, 0.18);
}

/* 2. UBICACIÓN SPLIT */
.contact-location-section {
    padding: 4rem 0;
    background-color: var(--champagne);
    color: var(--deep-mocha);
}

/* Estilos de contact-location consolidados en la sección inferior (HOTFIX QA) */

/* 3. MAPA EMBEBIDO */
.contact-map {
    width: 100%;
    height: 450px; /* Mobile height */
    position: relative;
    background-color: var(--champagne);
}

@media (min-width: 1024px) {
    .contact-map {
        height: 600px; /* Desktop height */
    }
}


/* ==========================================================================
   HOTFIX QA — CONTACTO
   ========================================================================== */


/* 3. BOTÓN OUTLINE DE WHATSAPP EN UBICACIÓN */
.contact-location-section .btn-outline {
    border-color: rgba(55, 42, 39, 0.28);
    color: var(--deep-mocha);
}

.contact-location-section .btn-outline:hover {
    background-color: var(--deep-mocha);
    border-color: var(--deep-mocha);
    color: var(--champagne);
}

/* ==========================================================================
   HOTFIX QA — MENU
   ========================================================================== */

.menu-item {
    border-bottom: 1px solid rgba(55,42,39,0.1);
}
.menu-item-light {
    border-bottom: 1px solid rgba(246,232,203,0.3);
}
.menu-item-price {
    color: var(--pacific-cyan);
}

/* --- 04. SECCIÓN CAFÉ INFOGRAFÍA (Nosotros) --- */
.coffee-infographic-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .coffee-infographic-layout {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
    }
}

.coffee-central-idea {
    font-size: 1.5rem;
    font-family: 'Coolvetica Rg', sans-serif;
    line-height: 1.4;
    color: var(--deep-mocha);
    margin-bottom: 3rem;
}

.coffee-infographic {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ci-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.ci-icon {
    color: var(--seagrass);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ci-item h4 {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    color: var(--deep-mocha);
    margin: 0;
    font-weight: 600;
}

.coffee-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* Icon Contrast */
.coffee-story .ci-icon, .coffee-story h4 {
    color: var(--champagne) !important;
}





.pan-title { margin-bottom: 1.5rem; }

.idea-item {
    display: grid;
    grid-template-rows: auto auto 1fr;
    align-content: start;
}
.idea-num {
    margin: 0 0 0.75rem 0;
    line-height: 1;
}
.idea-line {
    width: 100%;
    margin: 0 0 1.5rem 0;
}
.idea-item p {
    margin: 0;
}

@media (min-width: 1024px) {
    .space-moment {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .space-moment p {
        width: 100%;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .sm-icon {
        align-self: center;
    }
}

.contact-location-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .contact-location-grid {
        grid-template-columns: 55fr 45fr;
        gap: clamp(3rem, 5vw, 5rem);
        align-items: stretch;
    }
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-location-title {
    color: var(--deep-mocha);
    margin: 0 0 2.5rem 0;
    line-height: 1;
    font-weight: 400;
}

.contact-data-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .contact-data-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem 2rem;
    }
}

.info-block h3 {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--seagrass);
    margin-bottom: 0.5rem;
}

.info-block p {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--deep-mocha);
    font-weight: 400;
    margin: 0;
}

.contact-ctas {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: auto;
}

@media (min-width: 768px) {
    .contact-ctas {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }
}

.contact-secondary-link {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--deep-mocha);
    text-decoration: underline;
    text-underline-offset: 4px;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.contact-secondary-link:hover {
    color: var(--pacific-cyan);
}

.contact-photo {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 4px;
    overflow: hidden;
}

.contact-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cafe-content .cafe-title {
    color: var(--champagne) !important;
}

.cafe-content h2 {
    color: var(--champagne);
}
