:root {
  --wine: #76174f;
  --wine-dark: #541038;
  --blush: #f1dbce;
  --blush-soft: #fbf6f2;
  --sand: #e7d2c5;
  --text: #2b1a20;
  --muted: #6f5a62;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(118, 23, 79, 0.12);
  --radius: 24px;
  --container: min(1120px, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.skip-link {
  position: absolute; left: -9999px; top: auto;
}
.skip-link:focus {
  left: 1rem; top: 1rem; z-index: 9999; background: var(--wine); color: var(--white); padding: .75rem 1rem; border-radius: 999px;
}

.site-header {
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px);
  background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(118,23,79,.08);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .8rem; font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--wine); font-weight: 700; }
.brand img { width: 50px; height: 50px; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.main-nav ul { display: flex; list-style: none; gap: 1.25rem; padding: 0; margin: 0; }
.main-nav a { color: var(--muted); font-weight: 500; }
.main-nav a:hover { color: var(--wine); }
.nav-toggle { display: none; }
.lang-switch {
  border: 1px solid rgba(118,23,79,.15); background: var(--blush-soft); color: var(--wine); border-radius: 999px; padding: .75rem 1rem; cursor: pointer; font-weight: 700;
}

.hero {
  position: relative; min-height: 92vh; display: grid; align-items: stretch;
}
.hero-media, .hero-overlay, .hero-content { grid-area: 1 / 1; }
.hero-media img { width: 100%; height: 92vh; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(43,26,32,.65) 0%, rgba(43,26,32,.28) 45%, rgba(43,26,32,.12) 100%); }
.hero-content {
  position: relative; z-index: 2; color: var(--white); display: flex; flex-direction: column; justify-content: center; max-width: 780px; padding: 5rem 0;
}
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: .8rem; font-weight: 700; color: var(--wine); }
.hero .eyebrow { color: var(--blush); }
.hero h1 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .96; margin: .5rem 0 1rem;
}
.lead { font-size: 1.08rem; line-height: 1.8; max-width: 58ch; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; padding: 1rem 1.4rem; border-radius: 999px; font-weight: 700; transition: transform .35s ease, opacity .35s ease, background .35s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--wine); color: var(--white); box-shadow: var(--shadow); }
.btn-secondary { background: rgba(255,255,255,.12); color: var(--white); border: 1px solid rgba(255,255,255,.28); }

.intro-strip { background: var(--blush-soft); padding: 1.2rem 0; }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.intro-grid article {
  background: var(--white); border: 1px solid rgba(118,23,79,.08); padding: 1.1rem 1.2rem; border-radius: 20px;
}
.intro-grid strong { color: var(--wine); display: block; margin-bottom: .35rem; }
.intro-grid p { margin: 0; color: var(--muted); line-height: 1.7; }

.section { padding: 5.8rem 0; }
.section-soft { background: var(--blush-soft); }
.section h2 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.03; margin: .4rem 0 1.2rem;
}
.section p { line-height: 1.85; color: var(--muted); }
.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center; }
.badges { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }
.badges span {
  background: var(--blush-soft); color: var(--wine); border: 1px solid rgba(118,23,79,.12); padding: .7rem .95rem; border-radius: 999px; font-weight: 600;
}
.quote-card {
  padding: 2rem; border-radius: var(--radius); background: linear-gradient(145deg, var(--wine), var(--wine-dark)); color: var(--white); box-shadow: var(--shadow);
}
.quote-card p { color: var(--white); font-family: 'Cormorant Garamond', serif; font-size: 2rem; line-height: 1.15; margin: 0 0 1rem; }
.quote-card small { opacity: .85; }

.cards-grid, .packages-grid, .social-grid, .contact-grid { display: grid; gap: 1.35rem; }
.cards-grid { grid-template-columns: repeat(3, 1fr); }
.service-card, .package-card, .social-embed-card, .social-fallback-card, .contact-form, .contact-card {
  background: var(--white); border-radius: var(--radius); border: 1px solid rgba(118,23,79,.08); box-shadow: var(--shadow);
}
.service-card { padding: 1.5rem; }
.service-card h3, .package-card h3 { margin-top: 0; color: var(--wine); }
.package-card { padding: 1.6rem; position: relative; }
.package-card ul { margin: 1rem 0 0; padding-left: 1.2rem; color: var(--muted); line-height: 1.8; }
.featured { border: 1px solid rgba(118,23,79,.2); background: linear-gradient(180deg, rgba(241,219,206,.35), rgba(255,255,255,1)); }
.package-tag {
  display: inline-block; background: var(--wine); color: var(--white); padding: .45rem .8rem; border-radius: 999px; font-size: .8rem; font-weight: 700; margin-bottom: .8rem;
}
.packages-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }

.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem;
}
.gallery-item {
  padding: 0; border: 0; background: transparent; border-radius: 20px; overflow: hidden; cursor: pointer; position: relative;
}
.gallery-item img {
  width: 100%; height: 280px; object-fit: cover; transition: transform .5s ease, filter .35s ease;
}
.gallery-item:hover img { transform: scale(1.05); filter: brightness(.94); }

.social-grid { grid-template-columns: 1.2fr .8fr; }
.social-embed-card, .social-fallback-card { padding: 1.2rem; }
.embed-frame { border-radius: 18px; overflow: hidden; border: 1px solid rgba(118,23,79,.08); background: var(--blush-soft); }
.embed-frame iframe { width: 100%; max-width: 100%; }
.social-link { margin-top: .9rem; display: inline-flex; color: var(--wine); font-weight: 700; }
.instagram-card {
  display: flex; align-items: center; gap: 1rem; padding: 1rem; border-radius: 18px; background: linear-gradient(145deg, rgba(118,23,79,.08), rgba(241,219,206,.55)); margin: 1rem 0;
}
.instagram-card span { display: block; color: var(--muted); margin-top: .2rem; }
.icon-circle {
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--wine); color: var(--white); flex-shrink: 0;
}
.icon-circle svg { width: 28px; height: 28px; }

.video-wrap {
  position: relative; padding-top: 56.25%; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
}
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.contact-grid { grid-template-columns: .9fr 1.1fr; align-items: start; }
.contact-cards { display: grid; gap: 1rem; }
.contact-card { padding: 1.2rem 1.25rem; display: block; }
.contact-card strong { display: block; color: var(--wine); margin-bottom: .35rem; }
.contact-form { padding: 1.4rem; }
.contact-form label { display: block; margin-bottom: 1rem; }
.contact-form span { display: inline-block; margin-bottom: .45rem; color: var(--text); font-weight: 600; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid rgba(118,23,79,.14); border-radius: 16px; padding: .95rem 1rem; outline: none; background: #fff;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 4px rgba(118,23,79,.09); }

.site-footer {
  background: #170d11; color: rgba(255,255,255,.82); padding: 1.5rem 0;
}
.footer-wrap { display: flex; justify-content: center; text-align: center; }
.site-footer a { color: #f1dbce; }

.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; width: 62px; height: 62px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 16px 32px rgba(0,0,0,.18); z-index: 60;
}
.whatsapp-float svg { width: 34px; height: 34px; }

.lightbox {
  position: fixed; inset: 0; background: rgba(15, 8, 11, .86); display: flex; align-items: center; justify-content: center; padding: 1rem; opacity: 0; pointer-events: none; transition: opacity .25s ease; z-index: 70;
}
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(1100px, 96vw); max-height: 88vh; border-radius: 18px; box-shadow: 0 25px 60px rgba(0,0,0,.32); }
.lightbox-close {
  position: absolute; top: 20px; right: 20px; width: 48px; height: 48px; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: #fff; font-size: 2rem; cursor: pointer;
}

.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .cards-grid, .packages-grid, .gallery-grid, .social-grid, .contact-grid, .split, .intro-grid { grid-template-columns: 1fr 1fr; }
  .main-nav ul {
    position: absolute; top: 78px; right: 1rem; left: 1rem; background: rgba(255,255,255,.98); border-radius: 20px; padding: 1rem; box-shadow: var(--shadow); display: none; flex-direction: column;
  }
  .main-nav ul.is-open { display: flex; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--blush-soft); color: var(--wine); font-size: 1.2rem; cursor: pointer;
  }
}

@media (max-width: 720px) {
  .nav-wrap { min-height: 72px; }
  .brand span { font-size: 1.7rem; }
  .hero-media img { height: 88vh; }
  .hero-content { padding: 4rem 0; }
  .cards-grid, .packages-grid, .gallery-grid, .social-grid, .contact-grid, .split, .intro-grid { grid-template-columns: 1fr; }
  .gallery-item img { height: 230px; }
  .lang-switch { padding: .7rem .9rem; }
}
