:root {
  --grafito: #252a2d;
  --gris-metal: #69757b;
  --naranja: #e07132;
  --cb-rosa: #d8a6ad;
  --piedra: #cac8c2;
  --blanco: #f5f3ee;
  --negro: #101213;
  --line: rgba(37, 42, 45, 0.14);
  --shadow: 0 22px 70px rgba(16, 18, 19, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--blanco);
  color: var(--grafito);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px clamp(18px, 4vw, 48px);
  color: white;
  background: linear-gradient(180deg, rgba(16, 18, 19, 0.72), rgba(16, 18, 19, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  min-height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  padding: 3px 5px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.brand-logo {
  width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  transform: scale(1.18);
}

.main-nav {
  justify-self: end;
  display: flex;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(245, 243, 238, 0.2);
  border-radius: 16px;
  background: rgba(16, 18, 19, 0.5);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.main-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12.5px;
  font-weight: 800;
}

.main-nav a:hover {
  color: white;
  background: rgba(245, 243, 238, 0.1);
}

.header-cta,
.btn-primary,
.whatsapp {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--naranja);
  color: white;
  padding: 0 18px;
  font-weight: 900;
}

.header-cta {
  min-height: 44px;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 13px;
  box-shadow: 0 10px 22px rgba(224, 113, 50, 0.22);
}

.hero {
  position: relative;
  min-height: 101vh;
  margin-bottom: -1px;
  overflow: hidden;
  color: white;
}

.hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(1.08) contrast(1.02) saturate(1.08);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 33% 58%, rgba(224, 113, 50, 0.2) 0 3px, transparent 4px),
    radial-gradient(circle at 42% 50%, rgba(245, 243, 238, 0.24) 0 2px, transparent 4px),
    radial-gradient(circle at 55% 64%, rgba(224, 113, 50, 0.2) 0 3px, transparent 5px),
    radial-gradient(circle at 65% 46%, rgba(245, 243, 238, 0.2) 0 2px, transparent 4px),
    radial-gradient(ellipse at 66% 48%, rgba(245, 243, 238, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(16, 18, 19, 0.58), rgba(16, 18, 19, 0.2), rgba(16, 18, 19, 0.04)),
    linear-gradient(0deg, rgba(16, 18, 19, 0.16), transparent);
}

.hero-shade::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 35% 60%, rgba(224, 113, 50, 0.24), transparent 7%),
    radial-gradient(circle at 58% 54%, rgba(245, 243, 238, 0.2), transparent 10%),
    radial-gradient(circle at 73% 42%, rgba(224, 113, 50, 0.17), transparent 9%);
  opacity: 0.82;
  pointer-events: none;
}

.hero-content {
  position: relative;
  width: min(820px, calc(100% - 40px));
  padding: max(345px, 48vh) 0 54px;
  margin-left: clamp(20px, 8vw, 92px);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin: 0 0 14px;
  border: 1px solid rgba(224, 113, 50, 0.28);
  border-radius: 999px;
  padding: 7px 13px 6px;
  background: rgba(245, 243, 238, 0.08);
  color: var(--naranja);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  border-color: rgba(245, 243, 238, 0.28);
  background: rgba(16, 18, 19, 0.4);
  color: var(--blanco-calido);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-title .hero-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.28em);
  animation: letterIn 0.52s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  animation-delay: calc(var(--i) * 0.028s);
}

.hero-title .hero-word {
  display: inline-block;
  margin-right: 0.22em;
  white-space: nowrap;
}

.hero-title .hero-word:last-child {
  margin-right: 0;
}

@keyframes letterIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero p:not(.eyebrow) {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.65vw, 21px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-title .hero-letter {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.section {
  scroll-margin-top: 96px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0;
}

.service-card {
  scroll-margin-top: 96px;
}

.product-label {
  color: var(--naranja);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.products-section {
  padding-top: 86px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.contact-section h2 {
  margin: 0;
  color: var(--negro);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
}

.services-section .section-heading h2 {
  max-width: 780px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.02;
}

.section-heading p:not(.eyebrow),
.contact-section p {
  color: var(--gris-metal);
  font-size: 17px;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 1px;
  align-items: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.product-card + .product-card {
  margin-top: 26px;
}

.product-card-featured {
  border-color: rgba(224, 113, 50, 0.24);
}

.product-card-prices {
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
}

.product-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
}

.compact-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.product-gallery figure,
.gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--grafito);
}

.product-gallery img,
.product-gallery video {
  display: block;
  width: 100%;
  height: 215px;
  object-fit: cover;
}

.compact-gallery img,
.compact-gallery video {
  height: 215px;
}

.bedouin-gallery img {
  height: 350px;
}

.line8-gallery img {
  height: 190px;
}

.video-figure video {
  background: var(--negro);
}

figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border-radius: 999px;
  background: rgba(16, 18, 19, 0.75);
  color: white;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
}

.product-info {
  padding: 24px 34px;
  background: white;
}

.product-info h3 {
  margin: 8px 0 8px;
  color: var(--negro);
  font-size: 30px;
  line-height: 1;
}

.product-info p {
  margin-top: 0;
  color: var(--gris-metal);
  font-size: 15px;
  line-height: 1.35;
}

.price-panel {
  display: grid;
  gap: 10px;
  margin: 16px 0 14px;
}

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

.price-row {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 14px;
  background: var(--blanco);
}

.price-row span {
  color: var(--grafito);
  font-weight: 900;
}

.price-row span small {
  display: block;
  margin-top: 4px;
  color: var(--gris-metal);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.price-row strong {
  color: var(--negro);
  font-size: 26px;
  line-height: 1;
}

.price-row.highlighted {
  border-color: rgba(224, 113, 50, 0.35);
  background: rgba(224, 113, 50, 0.08);
}

.floor-options {
  margin-bottom: 16px;
}

.floor-options h4 {
  margin: 0 0 9px;
  color: var(--grafito);
  font-size: 15px;
}

.swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.swatches span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  background: white;
  color: var(--grafito);
  font-size: 12px;
  font-weight: 800;
}

.swatches i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--line);
}

.floor-black {
  background: #111;
}

.floor-brown {
  background: #6a432d;
}

.floor-check {
  background:
    linear-gradient(45deg, #111 25%, transparent 25%),
    linear-gradient(-45deg, #111 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #111 75%),
    linear-gradient(-45deg, transparent 75%, #111 75%),
    #eee;
  background-size: 10px 10px;
  background-position: 0 0, 0 5px, 5px -5px, -5px 0;
}

.floor-open {
  background: linear-gradient(135deg, #77a46f, #dbe8d6);
}

.note-text {
  margin: -4px 0 14px;
  color: var(--gris-metal);
  font-size: 13px;
}

.accent-note {
  border-left: 3px solid var(--naranja);
  border-radius: 0 8px 8px 0;
  padding: 8px 10px;
  background: rgba(224, 113, 50, 0.07);
  color: var(--grafito);
}

.product-info .btn-primary {
  min-height: 42px;
  padding: 0 15px;
  font-size: 14px;
}

.measure-list {
  margin-bottom: 12px;
}

.measure-list span {
  min-height: 38px;
  padding: 0 14px;
}

.product-card-bedouin .price-row strong {
  font-size: 30px;
}

.product-photo {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--grafito);
}

.product-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.product-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(16, 18, 19, 0.5));
}

.product-photo span {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 24px;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(16, 18, 19, 0.78);
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wide-tent-visual {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: end center;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(16, 18, 19, 0.18), rgba(16, 18, 19, 0.58)),
    linear-gradient(135deg, var(--piedra), var(--gris-metal));
}

.wide-tent-visual::before {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 88px;
  height: 188px;
  clip-path: polygon(0 34%, 50% 0, 100% 34%, 100% 100%, 0 100%);
  background:
    linear-gradient(90deg, transparent 10%, rgba(245, 243, 238, 0.34) 10% 11%, transparent 11% 25%, rgba(245, 243, 238, 0.24) 25% 26%, transparent 26% 50%, rgba(245, 243, 238, 0.32) 50% 51%, transparent 51% 75%, rgba(245, 243, 238, 0.24) 75% 76%, transparent 76%),
    linear-gradient(180deg, rgba(245, 243, 238, 0.96), rgba(245, 243, 238, 0.76));
  box-shadow: 0 28px 50px rgba(16, 18, 19, 0.28);
}

.wide-tent-visual::after {
  content: "";
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 88px;
  height: 74px;
  border-top: 2px solid rgba(16, 18, 19, 0.22);
  background: rgba(245, 243, 238, 0.18);
}

.wide-tent-visual span {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(16, 18, 19, 0.78);
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bedouin-visual {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: end center;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(16, 18, 19, 0.08), rgba(16, 18, 19, 0.58)),
    linear-gradient(135deg, var(--blanco), var(--piedra) 46%, var(--gris-metal));
}

.bedouin-visual::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 96px;
  height: 190px;
  clip-path: polygon(0 78%, 14% 38%, 30% 58%, 50% 12%, 70% 58%, 86% 38%, 100% 78%, 100% 100%, 0 100%);
  background:
    linear-gradient(115deg, rgba(245, 243, 238, 0.86), rgba(245, 243, 238, 0.52) 52%, rgba(202, 200, 194, 0.78)),
    var(--blanco);
  box-shadow: 0 28px 48px rgba(16, 18, 19, 0.24);
}

.bedouin-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 84px;
  width: 3px;
  height: 210px;
  background: rgba(37, 42, 45, 0.58);
  box-shadow:
    -178px 42px 0 rgba(37, 42, 45, 0.34),
    178px 42px 0 rgba(37, 42, 45, 0.34);
  transform: translateX(-50%);
}

.bedouin-visual span {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(16, 18, 19, 0.78);
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.measure-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
}

.measure-list span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: var(--blanco);
  color: var(--grafito);
  font-weight: 900;
}

.services-section {
  padding-top: 20px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 16px 46px rgba(16, 18, 19, 0.08);
}

.service-card > div:last-child {
  padding: 22px;
}

.service-photo {
  min-height: 205px;
  overflow: hidden;
  background: var(--grafito);
}

.service-photo img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}

#hongos-resumen .service-photo img {
  object-position: center center;
}

#livings-resumen .service-photo img {
  object-position: center center;
}

#pista-resumen .service-photo img {
  object-position: center center;
}

#deposito-resumen .service-photo img {
  object-position: center center;
}

.service-card span {
  color: var(--naranja);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 9px 0 8px;
  color: var(--negro);
  font-size: 26px;
  line-height: 1.05;
}

.service-card p {
  min-height: 64px;
  margin: 0;
  color: var(--gris-metal);
}

.service-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--grafito);
  font-weight: 900;
}

.service-price {
  display: grid;
  gap: 3px;
  margin-top: 16px;
  border: 1px solid rgba(224, 113, 50, 0.3);
  border-radius: 10px;
  padding: 12px;
  background: rgba(224, 113, 50, 0.08);
}

.service-price small {
  color: var(--gris-metal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-price strong {
  color: var(--negro);
  font-size: 24px;
  line-height: 1;
}

.no-price-box {
  border-color: rgba(37, 42, 45, 0.16);
  background: var(--blanco);
}

.no-price-box strong {
  color: var(--grafito);
  font-size: 22px;
}

.service-options {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.service-options-compact {
  gap: 8px;
}

.service-option {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  background: var(--blanco);
}

.service-option small {
  display: block;
  color: var(--naranja);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-option p {
  min-height: 0;
  margin: 6px 0 10px;
  color: var(--gris-metal);
  font-size: 13px;
}

.service-option strong {
  color: var(--negro);
  font-size: 23px;
  line-height: 1;
}

.service-option.no-price p {
  margin-bottom: 0;
}

.service-visual {
  position: relative;
  min-height: 205px;
  overflow: hidden;
  background: var(--grafito);
}

.service-visual::before,
.service-visual::after {
  content: "";
  position: absolute;
}

.service-visual.heater {
  background:
    radial-gradient(circle at 50% 24%, rgba(224, 113, 50, 0.9) 0 5px, transparent 6px),
    linear-gradient(180deg, rgba(245, 243, 238, 0.08), transparent),
    var(--grafito);
}

.service-visual.heater::before {
  left: 50%;
  top: 42px;
  width: 88px;
  height: 16px;
  border: 8px solid var(--piedra);
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
  transform: translateX(-50%);
}

.service-visual.heater::after {
  left: 50%;
  top: 62px;
  width: 7px;
  height: 112px;
  background: var(--piedra);
  box-shadow: -22px 122px 0 16px rgba(202, 200, 194, 0.35), 22px 122px 0 16px rgba(202, 200, 194, 0.22);
  transform: translateX(-50%);
}

.service-visual.lounge {
  background:
    linear-gradient(135deg, rgba(224, 113, 50, 0.12), transparent 42%),
    var(--piedra);
}

.service-visual.lounge::before {
  left: 36px;
  right: 36px;
  bottom: 62px;
  height: 56px;
  border-radius: 12px 12px 8px 8px;
  background: var(--blanco);
  box-shadow: 0 18px 0 var(--grafito);
}

.service-visual.lounge::after {
  left: 68px;
  bottom: 130px;
  width: 54px;
  height: 42px;
  border-radius: 8px;
  background: white;
  box-shadow: 68px 0 0 white, 136px 0 0 white;
}

.service-visual.storage {
  background:
    linear-gradient(90deg, rgba(224, 113, 50, 0.12), transparent),
    var(--gris-metal);
}

.service-visual.storage::before {
  left: 52px;
  right: 52px;
  bottom: 46px;
  height: 118px;
  border-radius: 4px;
  background: var(--grafito);
  box-shadow: inset 0 0 0 6px var(--piedra);
}

.service-visual.storage::after {
  left: 50%;
  bottom: 46px;
  width: 2px;
  height: 118px;
  background: var(--piedra);
  transform: translateX(-50%);
}

.service-visual.dance-floor {
  background:
    linear-gradient(180deg, rgba(16, 18, 19, 0.1), transparent),
    var(--piedra);
}

.service-visual.dance-floor::before {
  left: 34px;
  right: 34px;
  bottom: 42px;
  height: 128px;
  border: 8px solid rgba(245, 243, 238, 0.9);
  border-radius: 6px;
  background:
    linear-gradient(45deg, var(--negro) 25%, transparent 25%),
    linear-gradient(-45deg, var(--negro) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--negro) 75%),
    linear-gradient(-45deg, transparent 75%, var(--negro) 75%),
    var(--blanco);
  background-size: 42px 42px;
  background-position: 0 0, 0 21px, 21px -21px, -21px 0;
  box-shadow: 0 20px 32px rgba(16, 18, 19, 0.2);
  transform: perspective(360px) rotateX(48deg);
  transform-origin: bottom center;
}

.deposito-section {
  scroll-margin-top: 170px;
  padding-top: 10px;
  padding-bottom: 44px;
}

.pista-section {
  scroll-margin-top: 170px;
  padding-top: 20px;
  padding-bottom: 44px;
}

.living-section,
.hongos-section {
  scroll-margin-top: 170px;
  padding-top: 20px;
  padding-bottom: 44px;
}

.detail-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.7fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(224, 113, 50, 0.22);
  border-radius: 12px;
  background: white;
  box-shadow: var(--shadow);
}

.detail-card-compact {
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.75fr);
}

.hongos-card {
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.72fr);
}

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border-right: 1px solid var(--line);
  background: var(--line);
}

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

.hongos-gallery {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  grid-template-rows: repeat(2, minmax(180px, 1fr));
}

.hongos-gallery .hongos-feature {
  grid-row: span 2;
}

.detail-gallery figure {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: var(--grafito);
}

.detail-gallery.hongos-gallery figure {
  aspect-ratio: auto;
  min-height: 210px;
}

.detail-gallery.hongos-gallery .hongos-feature {
  min-height: 430px;
}

.detail-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.04) contrast(1.05) saturate(1.06);
}

.detail-info {
  display: grid;
  align-content: center;
  padding: 24px 28px;
  background: white;
}

.detail-info h3 {
  margin: 8px 0;
  color: var(--negro);
  font-size: 30px;
  line-height: 1;
}

.detail-info p {
  margin: 0 0 16px;
  color: var(--gris-metal);
  font-size: 14px;
  line-height: 1.35;
}

.pista-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.7fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(224, 113, 50, 0.24);
  border-radius: 12px;
  background: white;
  box-shadow: var(--shadow);
}

.pista-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border-right: 1px solid var(--line);
  background: var(--line);
}

.pista-gallery figure {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: var(--grafito);
}

.pista-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.04) contrast(1.06) saturate(1.08);
}

.pista-info {
  display: grid;
  align-content: center;
  padding: 24px 28px;
  background: white;
}

.pista-info h3 {
  margin: 8px 0;
  color: var(--negro);
  font-size: 30px;
  line-height: 1;
}

.pista-info p {
  margin: 0 0 16px;
  color: var(--gris-metal);
  font-size: 14px;
  line-height: 1.35;
}

.pista-price {
  margin: 12px 0;
}

.deposito-card {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(224, 113, 50, 0.22);
  border-radius: 12px;
  background: white;
  box-shadow: var(--shadow);
}

.deposito-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  align-self: start;
  gap: 1px;
  border-top: 1px solid var(--line);
  background: var(--line);
}

.deposito-gallery figure {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--grafito);
}

.deposito-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: brightness(1.04) contrast(1.05) saturate(1.06);
}

.deposito-feature {
  grid-column: span 1;
  grid-row: auto;
}

.deposito-feature img {
  min-height: 0;
}

.deposito-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.38fr);
  gap: 18px;
  align-items: end;
  order: -1;
  padding: 18px 22px;
  background: white;
}

.deposito-info h3 {
  margin: 7px 0;
  color: var(--negro);
  font-size: 26px;
  line-height: 1;
}

.deposito-info p {
  margin: 0;
  color: var(--gris-metal);
  font-size: 13.5px;
  line-height: 1.3;
}

.deposito-measures {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
  margin: 12px 0;
}

.deposito-measures div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  background: var(--blanco);
}

.deposito-measures .wide {
  grid-column: span 2;
  border-color: rgba(224, 113, 50, 0.32);
  background: rgba(224, 113, 50, 0.07);
}

.deposito-measures small {
  display: block;
  color: var(--gris-metal);
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deposito-measures strong {
  display: block;
  margin-top: 3px;
  color: var(--negro);
  font-size: 19px;
  line-height: 1;
}

.deposito-consult {
  margin: 6px 0 12px;
}

.deposito-consult .price-row strong {
  font-size: 21px;
}

.deposito-action {
  display: grid;
  gap: 8px;
}

.deposito-action .btn-primary {
  width: 100%;
}

.service-visual.dance-floor::after {
  left: 50%;
  top: 36px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, var(--blanco) 0 8px, transparent 9px),
    radial-gradient(circle, rgba(224, 113, 50, 0.85), rgba(224, 113, 50, 0.2) 60%, transparent 62%);
  transform: translateX(-50%);
  opacity: 0.95;
}

.gallery-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100% - var(--max)) / 2));
  padding-left: max(20px, calc((100% - var(--max)) / 2));
  background: var(--grafito);
  color: white;
}

.gallery-section h2 {
  color: white;
}

.gallery-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.gallery-grid + .gallery-label {
  margin-top: 34px;
}

.gallery-label {
  display: inline-flex;
  margin: 0 0 14px;
  border: 1px solid rgba(245, 243, 238, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(245, 243, 238, 0.08);
  color: var(--blanco);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.gallery-grid img,
.gallery-grid video {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.gallery-grid-four img,
.gallery-grid-four video {
  height: 260px;
}

.gallery-grid-compact img,
.gallery-grid-compact video {
  height: 230px;
}

.quote-section {
  scroll-margin-top: 122px;
  width: 100%;
  max-width: none;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-right: max(20px, calc((100% - var(--max)) / 2));
  padding-left: max(20px, calc((100% - var(--max)) / 2));
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 166, 173, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(224, 113, 50, 0.08), transparent 32%),
    var(--blanco);
}

.quote-section .section-heading {
  margin-bottom: 14px;
}

.quote-section .section-heading h2 {
  font-size: clamp(30px, 3.2vw, 42px);
}

.quote-section .section-heading p:not(.eyebrow) {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.35;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 14px;
  align-items: start;
}

.quote-form,
.quote-summary {
  border: 1px solid rgba(37, 42, 45, 0.12);
  border-radius: 12px;
  background: white;
  box-shadow: 0 16px 46px rgba(16, 18, 19, 0.08);
}

.quote-form {
  position: relative;
  overflow: hidden;
  padding: 14px;
}

.quote-form::before,
.quote-summary::before {
  content: "";
  display: block;
  height: 3px;
  margin: -14px -14px 12px;
  background: linear-gradient(90deg, var(--naranja), rgba(216, 166, 173, 0.72), transparent);
}

.form-section {
  margin-top: 10px;
}

.form-section h3,
.quote-summary h3 {
  margin: 0 0 8px;
  color: var(--negro);
  font-size: 18px;
  line-height: 1.05;
}

.form-step {
  border: 1px solid rgba(37, 42, 45, 0.1);
  border-left: 3px solid rgba(224, 113, 50, 0.76);
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(180deg, white, rgba(245, 243, 238, 0.58));
}

.form-step h3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-step h3 span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: var(--naranja);
  color: white;
  font-size: 11px;
  font-weight: 950;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.event-grid {
  border: 1px solid rgba(224, 113, 50, 0.2);
  border-radius: 10px;
  padding: 10px;
  background: rgba(245, 243, 238, 0.68);
}

.quote-form label,
.full-field {
  display: grid;
  gap: 4px;
}

.quote-form label span,
.full-field span {
  color: var(--grafito);
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(37, 42, 45, 0.16);
  border-radius: 8px;
  background: var(--blanco);
  color: var(--negro);
  padding: 6px 9px;
  font: inherit;
  font-size: 12.5px;
  font-weight: 750;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: rgba(224, 113, 50, 0.68);
  background: white;
  box-shadow: 0 0 0 3px rgba(224, 113, 50, 0.12);
}

.quote-form textarea {
  resize: vertical;
}

.full-field {
  margin-top: 8px;
}

.quote-summary {
  position: sticky;
  top: 96px;
  padding: 14px;
  overflow: hidden;
  border-color: rgba(224, 113, 50, 0.24);
  background: linear-gradient(180deg, white, rgba(245, 243, 238, 0.74));
}

.quote-details {
  display: grid;
  gap: 6px;
  margin: 10px 0;
}

.quote-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(37, 42, 45, 0.12);
  border-radius: 8px;
  padding: 8px 9px;
  background: var(--blanco);
}

.quote-line span {
  color: var(--gris-metal);
  font-size: 11px;
  font-weight: 800;
}

.quote-line strong {
  color: var(--negro);
  font-size: 12.5px;
  text-align: right;
}

.quote-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 9px;
  padding: 10px;
  border: 1px solid rgba(224, 113, 50, 0.22);
  background: linear-gradient(135deg, var(--grafito), var(--negro));
  color: white;
}

.quote-total span {
  color: var(--piedra);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-total strong {
  font-size: 22px;
  line-height: 1;
}

.quote-note {
  color: var(--gris-metal);
  font-size: 11.5px;
}

.quote-whatsapp {
  width: 100%;
  min-height: 42px;
  margin-top: 6px;
  font-size: 13.5px;
  box-shadow: 0 12px 24px rgba(224, 113, 50, 0.24);
}

.faq-section {
  scroll-margin-top: 118px;
  padding-top: 62px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.faq-grid article {
  border: 1px solid rgba(37, 42, 45, 0.12);
  border-left: 3px solid rgba(224, 113, 50, 0.78);
  border-radius: 12px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(245, 243, 238, 0.62), rgba(255, 255, 255, 0.96)),
    white;
  box-shadow: 0 14px 34px rgba(16, 18, 19, 0.06);
}

.faq-grid h3 {
  margin: 0 0 8px;
  color: var(--negro);
  font-size: 18px;
  line-height: 1.12;
}

.faq-grid p {
  margin: 0;
  color: var(--gris-metal);
  font-size: 14px;
  line-height: 1.45;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  align-items: center;
  gap: 42px;
  border-top: 1px solid var(--line);
}

.contact-copy {
  max-width: 760px;
}

.contact-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(245, 243, 238, 0.72), rgba(255, 255, 255, 0.96)),
    white;
  box-shadow: 0 18px 44px rgba(16, 18, 19, 0.08);
}

.contact-field {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
}

.contact-field span {
  color: var(--naranja);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-field textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 14px;
  resize: vertical;
  background: white;
  color: var(--grafito);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.contact-field textarea:focus {
  border-color: rgba(224, 113, 50, 0.58);
  outline: 3px solid rgba(224, 113, 50, 0.14);
}

.contact-whatsapp {
  width: 100%;
  min-height: 50px;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(224, 113, 50, 0.26);
  animation: ctaPulse 2.8s ease-in-out infinite;
}

.contact-whatsapp svg,
.floating-whatsapp svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.contact-whatsapp:hover {
  transform: translateY(-2px);
  animation-play-state: paused;
}

.contact-email {
  display: block;
  margin-top: 12px;
  color: var(--gris-metal);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.contact-email:hover {
  color: var(--naranja);
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(224, 113, 50, 0.24);
  }

  50% {
    box-shadow: 0 18px 38px rgba(224, 113, 50, 0.38);
  }
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px max(20px, calc((100% - var(--max)) / 2));
  background: var(--negro);
  color: white;
}

.site-footer > div {
  display: grid;
  gap: 6px;
}

.site-footer span {
  color: var(--piedra);
}

.design-credit {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(216, 166, 173, 0.72);
  border-radius: 999px;
  padding: 8px 13px 8px 16px;
  background: rgba(245, 243, 238, 0.96);
  color: rgba(37, 42, 45, 0.72);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: none;
}

.design-credit > span {
  color: inherit;
  font-weight: inherit;
}

.design-credit img {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: white;
  object-fit: cover;
}

.floating-whatsapp {
  position: fixed;
  z-index: 20;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: var(--naranja);
  color: white;
  box-shadow: 0 18px 42px rgba(16, 18, 19, 0.28);
}

.floating-whatsapp svg {
  width: 31px;
  height: 31px;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    display: none;
  }

  .header-cta {
    justify-self: end;
  }

  .product-card,
  .detail-card,
  .pista-card,
  .deposito-card,
  .gallery-grid,
  .gallery-grid-four,
  .quote-layout,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .quote-summary {
    position: static;
  }

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

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

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

  .pista-gallery {
    border-right: 0;
  }

  .detail-gallery {
    border-right: 0;
  }

  .hongos-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .detail-gallery.hongos-gallery .hongos-feature {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 320px;
  }

  .detail-gallery.hongos-gallery figure {
    min-height: 210px;
  }

  .deposito-feature {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    width: 124px;
    min-height: 54px;
    border-radius: 10px;
    padding: 3px 5px;
  }

  .brand-logo {
    max-height: 50px;
    transform: scale(1.16);
  }

  .header-cta {
    min-height: 36px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 12px;
  }

  .hero {
    min-height: 94vh;
  }

  .hero > img {
    object-position: 66% center;
  }

  .hero-content {
    width: calc(100% - 30px);
    padding: max(235px, 39vh) 0 48px;
    margin-left: 15px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 62px);
    line-height: 1;
  }

  .section {
    scroll-margin-top: 86px;
    width: calc(100% - 28px);
    padding: 52px 0;
  }

  .product-gallery img,
  .product-gallery video,
  .gallery-grid img,
  .gallery-grid video {
    height: 220px;
  }

  .compact-gallery {
    grid-template-columns: 1fr;
  }

  .compact-gallery img,
  .compact-gallery video {
    height: 210px;
  }

  .bedouin-gallery img {
    height: 220px;
  }

  .line8-gallery img {
    height: 200px;
  }

  .deposito-gallery {
    grid-template-columns: 1fr;
  }

  .pista-gallery {
    grid-template-columns: 1fr;
  }

  .hongos-gallery {
    grid-template-columns: 1fr;
  }

  .detail-gallery.hongos-gallery .hongos-feature,
  .detail-gallery.hongos-gallery figure {
    min-height: 230px;
  }

  .detail-gallery,
  .detail-gallery-three {
    grid-template-columns: 1fr;
  }

  .detail-info {
    padding: 22px;
  }

  .detail-info h3 {
    font-size: 28px;
  }

  .pista-info {
    padding: 22px;
  }

  .pista-info h3 {
    font-size: 28px;
  }

  .deposito-gallery figure,
  .deposito-gallery img,
  .deposito-feature img {
    min-height: 0;
  }

  .deposito-info {
    padding: 22px;
    grid-template-columns: 1fr;
  }

  .deposito-measures {
    grid-template-columns: 1fr;
  }

  .deposito-measures .wide {
    grid-column: auto;
  }

  .product-info h3 {
    font-size: 29px;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-panel-grid {
    grid-template-columns: 1fr;
  }

  .wide-tent-visual {
    min-height: 250px;
  }

  .bedouin-visual {
    min-height: 250px;
  }

  .contact-section,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-section {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    width: 100%;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    font-size: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .quote-total {
    align-items: flex-start;
    flex-direction: column;
  }
}
