:root {
  --bg: #f7f2ea;
  --surface: #fffdf9;
  --surface-2: #efe4d3;
  --text: #211a16;
  --muted: #6a5a4d;
  --line: rgba(33, 26, 22, 0.12);
  --accent: #b28a56;
  --accent-dark: #8a6536;
  --shadow: 0 20px 50px rgba(40, 29, 19, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background:
    radial-gradient(circle at top, rgba(178, 138, 86, 0.08), transparent 30%),
    linear-gradient(180deg, #fbf8f3 0%, #f7f2ea 100%);
  color: var(--text);
}

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

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

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.site-shell {
  overflow: hidden;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
}

.brand img,
.footer-logo {
  width: 180px;
  height: auto;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link {
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-link:hover {
  color: var(--text);
}

.hero {
  position: relative;
  padding-bottom: 64px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 120px);
}

.hero-copy h1,
.section-heading h2,
.image-copy h2,
.workshop-copy h2,
.contact-copy h2 {
  font-family: 'Cormorant Garamond', serif;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  margin: 0 0 18px;
  max-width: 11ch;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--accent-dark);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.lead,
.section-heading p,
.image-copy p,
.workshop-copy p,
.contact-copy p,
.info-card p,
.feature-box p,
.quote-text,
.map-embed-placeholder p,
.site-footer p,
.pricing-card p,
.pricing-card small,
.muted {
  color: var(--muted);
  line-height: 1.72;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--text);
  color: #fff;
  border: 1px solid var(--text);
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-outline {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.6);
  color: var(--text);
  border-color: rgba(33, 26, 22, 0.08);
  backdrop-filter: blur(8px);
}

.hero-highlights,
.check-list,
.detail-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.hero-highlights {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-highlights li,
.time-slots span,
.check-list li,
.detail-list li,
.gallery-placeholder,
.feature-box,
.info-card,
.pricing-card,
.mini-info-card,
.map-embed-placeholder,
.quote-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(33, 26, 22, 0.08);
  box-shadow: var(--shadow);
}

.hero-highlights li {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
}

.hero-card {
  display: flex;
  justify-content: center;
}

.quote-card {
  width: min(420px, 100%);
  padding: 34px;
  border-radius: var(--radius-lg);
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 235, 222, 0.8));
}

.quote-mark {
  color: var(--accent);
  font-size: 1.8rem;
}

.quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  color: var(--accent-dark);
  margin: 12px 0 28px;
}

.quote-logo {
  width: 180px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

.section-heading.centered {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 42px;
}

.section-heading h2,
.image-copy h2,
.workshop-copy h2,
.contact-copy h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin: 0 0 16px;
}

.cards-grid,
.feature-row,
.gallery-grid {
  display: grid;
  gap: 22px;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.feature-box,
.gallery-placeholder,
.pricing-card,
.mini-info-card,
.map-embed-placeholder {
  border-radius: var(--radius-md);
  padding: 24px;
}

.info-card h3,
.feature-box h3,
.pricing-card h3,
.mini-info-card h3,
.map-embed-placeholder h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  margin: 0 0 12px;
}

.pricing-section,
.contact-section,
.workshop-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
}

.pricing-layout,
.workshop-layout,
.contact-layout,
.image-layout {
  display: grid;
  gap: 26px;
  align-items: stretch;
}

.pricing-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-card.featured {
  background: linear-gradient(180deg, #fffdf9 0%, #f5ead9 100%);
}

.pricing-card.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 228, 211, 0.92));
}

.price-blocks {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.price-item {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(33, 26, 22, 0.08);
}

.price-item strong,
.pack-price strong {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
}

.price-label {
  color: var(--accent-dark);
  font-weight: 700;
}

.pack-price {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.time-slots span,
.check-list li,
.detail-list li {
  padding: 12px 14px;
  border-radius: 14px;
}

.feature-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(178, 138, 86, 0.12);
  margin-bottom: 14px;
  font-size: 1.4rem;
}

.workshop-layout,
.contact-layout,
.image-layout {
  grid-template-columns: 1fr 1fr;
}

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

.workshop-note {
  margin: 22px 0 26px;
  font-weight: 600;
  color: var(--accent-dark);
}

.mini-info-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 235, 222, 0.92));
}

.image-copy {
  align-self: center;
}

.featured-image-card,
.gallery-item {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: zoom-in;
}

.featured-image-card img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-item,
.gallery-placeholder {
  min-height: 180px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.gallery-placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(239, 228, 211, 0.78));
  border-style: dashed;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0;
}

.map-card {
  height: 100%;
}

.map-embed-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 320px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(245, 234, 217, 0.95));
}

.map-embed-placeholder a {
  color: var(--accent-dark);
  font-weight: 700;
}

.map-embed-placeholder h3 {
  margin-bottom: 18px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 52px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--text);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 10, 8, 0.84);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 999;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 88vh;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

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

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

.delay-1 {
  transition-delay: 0.12s;
}

@media (max-width: 1080px) {

  .hero-content,
  .pricing-layout,
  .workshop-layout,
  .contact-layout,
  .image-layout,
  .services-grid,
  .feature-row,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-content {
    min-height: auto;
    padding: 42px 0 12px;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 68px 0;
  }

  .topbar,
  .footer-content,
  .topbar-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content,
  .pricing-layout,
  .workshop-layout,
  .contact-layout,
  .image-layout,
  .services-grid,
  .feature-row,
  .gallery-grid,
  .check-list {
    grid-template-columns: 1fr;
  }

  .topbar-actions {
    gap: 12px;
  }

  .brand img,
  .footer-logo,
  .quote-logo {
    width: 150px;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .quote-card {
    padding: 26px;
  }

  .hero-highlights {
    flex-direction: column;
    align-items: flex-start;
  }

  .button,
  .button-outline,
  .button-ghost {
    width: 100%;
  }

  .contact-links,
  .hero-cta {
    flex-direction: column;
  }

  .nav-link {
    display: none;
  }
}


.mapa {
  padding: 80px 20px;
  text-align: center;
  background: #f7f5f2;
}

.mapa h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.mapa p {
  max-width: 600px;
  margin: 0 auto 40px auto;
  color: #555;
}

.mapa-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mapa-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* boton mapa*/

.map-actions {
  margin-top: 16px;
  text-align: center;
}

.map-link-inline {
  display: inline-block;
  font-weight: 700;
  color: var(--accent-dark);
  text-decoration: none;
  padding: 6px 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.map-link-inline:hover,
.map-link-inline:focus-visible {
  opacity: 0.8;
  transform: translateY(-1px);
}

/* volver arriba boton*/

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--text);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 1000;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(-2px);
}

/* foto evento maav*/

.venue-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 18px;
}

.venue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* foto pack tarde*/
.pricing-card .venue-image {
  height: 220px;
  margin-bottom: 16px;
}