/* --- Variables --- */
:root {
  --white: #ffffff;
  --off-white: #fafafa;
  --black: #1a1a1a;
  --black-soft: #2d2d2d;
  --burdeos: #722f37;
  --burdeos-dark: #5a252c;
  --burdeos-light: #8b3a44;
  --gray: #6b6b6b;
  --gray-light: #e8e8e8;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Montserrat', sans-serif;
  --transition: 0.25s ease;
}

/* --- Reset y base --- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--black);
  background-color: var(--white);
}

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

a {
  color: var(--burdeos);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: var(--burdeos-dark);
}

/* --- Header --- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-light);
}

.nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-link {
  display: block;
}

.logo-link.logo-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo {
  height: 56px;
  width: auto;
}

.logo--icon {
  height: 48px;
  width: auto;
}

.logo-text {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--black);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.nav-links a {
  color: var(--black);
  font-weight: 500;
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--burdeos);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background-color: var(--black);
}

/* --- Aviso tienda online --- */
.store-notice-inline {
  font-size: 0.95rem;
  color: var(--gray);
  margin: 1rem 0 1.25rem 0;
  padding: 0.75rem 1rem;
  background-color: rgba(114, 47, 55, 0.06);
  border-left: 3px solid var(--burdeos);
  border-radius: 0 6px 6px 0;
}

/* --- Hero --- */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
  background-color: var(--off-white);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 4rem;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: var(--gray);
  margin-bottom: 2rem;
}

.btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  border-radius: 4px;
  transition: background-color var(--transition), color var(--transition);
  border: 2px solid transparent;
}

.btn-burdeos {
  background-color: var(--burdeos);
  color: var(--white);
  border-color: var(--burdeos);
}

.btn-burdeos:hover {
  background-color: var(--burdeos-dark);
  border-color: var(--burdeos-dark);
  color: var(--white);
}

.hero-image {
  position: relative;
  overflow: hidden;
}

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

.hero-image::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 4px solid var(--burdeos);
}

/* --- Secciones --- */
.section {
  padding: 4rem 1.5rem;
}

.section--alt {
  background-color: var(--off-white);
}

.section--burdeos {
  background-color: var(--off-white);
  color: var(--black-soft);
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  color: var(--black);
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--burdeos);
  margin: 0.75rem auto 0;
}

.section-title--light {
  color: var(--black);
}

.section-title--light::after {
  background-color: var(--burdeos);
}

/* --- Sobre nosotros --- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-image img {
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.about-text .lead {
  font-size: 1.15rem;
  color: var(--black-soft);
  margin-bottom: 1rem;
}

.about-text p {
  margin-bottom: 1rem;
  color: var(--black-soft);
}

.about-text strong {
  color: var(--burdeos);
}

/* --- Dónde estamos --- */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.info-card {
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.25rem;
  border-left: 4px solid var(--burdeos);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.info-card h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--burdeos);
  margin-bottom: 0.5rem;
}

.info-card p {
  color: var(--black-soft);
  font-size: 0.95rem;
}

.address {
  line-height: 1.7;
}

.map-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background-color: var(--gray-light);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 450px;
}

@media (max-width: 600px) {
  .map-wrap iframe {
    height: 300px;
  }
}

/* --- Contacto --- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  background-color: var(--white);
  border-radius: 8px;
  color: var(--black-soft);
  transition: background-color var(--transition), box-shadow var(--transition);
  border: 1px solid var(--gray-light);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.contact-item:hover {
  background-color: var(--white);
  color: var(--burdeos);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.contact-item--static {
  cursor: default;
}

.contact-item--static:hover {
  color: var(--black-soft);
}

.contact-value__link {
  color: var(--burdeos);
  font-weight: 500;
  text-underline-offset: 2px;
}

.contact-value__link:hover {
  color: var(--burdeos-dark);
  text-decoration: underline;
}

.contact-icon {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.contact-icon--svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.contact-icon--svg svg {
  width: 2rem;
  height: 2rem;
}

.contact-item--whatsapp .contact-icon--svg {
  color: #25D366;
}

.contact-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.9;
  margin-bottom: 0.25rem;
}

.contact-value {
  font-weight: 500;
  font-size: 1rem;
}

.contact-note {
  text-align: center;
  color: var(--black-soft);
  font-size: 0.95rem;
}

/* --- Footer --- */
.footer {
  background-color: var(--black);
  color: var(--white);
  padding: 2rem 1.5rem;
  text-align: center;
}

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-logo {
  height: 48px;
  width: auto;
  opacity: 0.95;
  filter: brightness(0) invert(1);
}

.footer-text {
  font-size: 0.85rem;
  opacity: 0.85;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-content {
    padding: 2.5rem 1.5rem;
    order: 1;
  }

  .hero-image {
    order: 0;
    max-height: 45vh;
  }

  .hero-image::after {
    border-left: none;
    border-bottom: 4px solid var(--burdeos);
  }

  .about-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .about-image {
    order: 0;
  }

  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

@media (max-width: 650px) {
  .logo-text {
    font-size: 1rem;
  }

  .logo--icon {
    height: 40px;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 280px;
    height: 100vh;
    background-color: var(--white);
    flex-direction: column;
    padding: 5rem 2rem 2rem;
    gap: 1.5rem;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transition: right var(--transition);
  }

  .nav-links.is-open {
    right: 0;
  }

  .nav-toggle {
    display: flex;
    z-index: 101;
  }

  .section {
    padding: 1rem 1rem;
  }
}