:root {
  --ink: #251f1f;
  --muted: #6f6563;
  --line: #e8ddd8;
  --paper: #fffaf7;
  --soft: #f4e8e0;
  --accent: #b6485c;
  --accent-dark: #7d2537;
  --sage: #63745e;
  --gold: #bd8b4a;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(65, 38, 35, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 247, 0.92);
  border-bottom: 1px solid rgba(232, 221, 216, 0.85);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  width: 92px;
  height: 64px;
  object-fit: contain;
  background: #090909;
  border: 1px solid rgba(189, 139, 74, 0.45);
  border-radius: 6px;
}

.brand-name {
  display: grid;
  gap: 1px;
}

.brand-name strong,
.brand-name small,
.brand-name em {
  display: block;
  line-height: 1;
}

.brand-name small {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-name strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.brand-name em {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  font-style: normal;
}

.nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  color: #4f4543;
  font-size: 0.96rem;
  font-weight: 650;
}

.hero {
  position: relative;
  min-height: clamp(560px, 74vh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: center 34%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(31, 21, 19, 0.78), rgba(31, 21, 19, 0.36) 47%, rgba(31, 21, 19, 0.1)),
    linear-gradient(0deg, rgba(31, 21, 19, 0.52), rgba(31, 21, 19, 0.02) 44%);
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
  padding: 0 clamp(20px, 7vw, 78px) clamp(82px, 13vh, 132px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.hero-brand {
  display: grid;
  width: min(680px, 100%);
  margin: 0 0 22px;
  gap: 8px;
}

.hero-brand span,
.hero-brand strong,
.hero-brand em {
  display: block;
  line-height: 1;
}

.hero-brand span {
  color: var(--gold);
  font-size: clamp(0.9rem, 1.4vw, 1.12rem);
  font-weight: 850;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.hero-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 12vw, 9.4rem);
  font-weight: 500;
  letter-spacing: 0;
}

.hero-brand em {
  width: max-content;
  padding-top: 12px;
  color: #f0d49f;
  border-top: 1px solid rgba(240, 212, 159, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3.4vw, 2.7rem);
  font-style: normal;
}

.hero-actions,
.service-meta,
.form-row {
  display: flex;
  gap: 12px;
}

.button,
.reserve-service,
.filter-chip,
.gallery-chip,
.lightbox-close {
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
}

.button::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.button[data-icon="agenda"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v15H3V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
}

.button[data-icon="catalogo"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2'%3E%3Cpath d='M4 5h16M4 12h16M4 19h16'/%3E%3C/svg%3E");
}

.button[data-icon="mensaje"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2'%3E%3Cpath d='M21 12a8 8 0 0 1-8 8H7l-4 2 1.7-4.5A8 8 0 1 1 21 12Z'/%3E%3C/svg%3E");
}

.primary {
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 12px 32px rgba(182, 72, 92, 0.3);
}

.ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.intro-band div {
  padding: clamp(18px, 4vw, 32px);
  background: var(--white);
}

.intro-band span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

.intro-band strong {
  font-size: clamp(1.18rem, 2vw, 1.55rem);
}

.section,
.gallery-section,
.booking-section {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 64px);
}

.section-heading {
  width: min(1120px, 100%);
  margin: 0 auto 28px;
}

.filter-bar,
.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  width: min(1120px, 100%);
  margin: 0 auto 24px;
  gap: 10px;
}

.filter-chip,
.gallery-chip {
  min-height: 40px;
  padding: 0 16px;
  color: var(--accent-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.filter-chip.is-active,
.gallery-chip.is-active {
  color: var(--white);
  background: var(--sage);
  border-color: var(--sage);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1120px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.service-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-card.is-hidden {
  display: none;
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-body {
  padding: 20px;
}

.service-body span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--sage);
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-body p {
  min-height: 72px;
  color: var(--muted);
  line-height: 1.5;
}

.service-meta {
  align-items: center;
  justify-content: space-between;
}

.service-meta small {
  color: var(--accent-dark);
  font-weight: 800;
}

.reserve-service {
  min-height: 36px;
  padding: 0 14px;
  color: var(--white);
  background: var(--accent-dark);
  border-radius: 999px;
}

.gallery-section {
  background: var(--soft);
}

.video-heading {
  margin-top: clamp(48px, 7vw, 86px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 12px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 0;
  background: var(--white);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(65, 38, 35, 0.12);
}

.gallery-card.is-hidden {
  display: none;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-card span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(37, 31, 31, 0.68);
  border-radius: 8px;
  font-size: 0.78rem;
  text-align: center;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 16px;
}

.video-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-card.is-hidden {
  display: none;
}

.video-card video {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 620px;
  background: #111;
  object-fit: contain;
}

.video-card span {
  display: block;
  padding: 12px 14px;
  color: var(--accent-dark);
  font-size: 0.9rem;
  font-weight: 850;
  text-align: center;
}

.lightbox {
  width: min(920px, calc(100vw - 28px));
  padding: 0;
  color: var(--white);
  background: #191514;
  border: 0;
  border-radius: 8px;
}

.lightbox::backdrop {
  background: rgba(20, 15, 14, 0.74);
}

.lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  background: #111;
}

.lightbox p {
  margin: 0;
  padding: 12px 16px 16px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: rgba(37, 31, 31, 0.74);
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 520px);
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.booking-copy {
  position: sticky;
  top: 104px;
}

.booking-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 30px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: #433836;
  font-weight: 800;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fffdfb;
  border: 1px solid #dfd0ca;
  border-radius: 8px;
  outline: none;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(182, 72, 92, 0.13);
}

.wide {
  width: 100%;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--sage);
  font-weight: 750;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 5vw, 64px);
  color: var(--white);
  background: #251f1f;
}

.footer span {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 920px) {
  .services-grid,
  .booking-section {
    grid-template-columns: 1fr 1fr;
  }

  .booking-copy {
    position: static;
  }

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

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

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .brand {
    width: 100%;
  }

  .brand-logo {
    width: 78px;
    height: 56px;
  }

  .brand-name strong {
    font-size: 1.5rem;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 640px;
  }

  .hero-actions,
  .form-row,
  .footer {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .intro-band,
  .services-grid,
  .booking-section,
  .gallery-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .service-body p {
    min-height: 0;
  }
}
