:root {
  --cal: #f7f3ec;
  --papel: #fffdf9;
  --tinta: #2a2622;
  --suave: #6b635a;
  --linea: #e4dccf;
  --terracota: #b5552f;
  --terracota-osc: #8f3f20;
  --oliva: #4f5d3a;
  --oliva-claro: #e7ead9;
  --ocupada: #efe7dc;
  --radio: 14px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Work Sans", system-ui, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cal); color: var(--tinta); font: 16px/1.6 var(--sans); }
a { color: var(--terracota-osc); }
h1, h2 { font-family: var(--serif); font-weight: 600; line-height: 1.15; margin: 0 0 .5rem; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); }

.barra { position: sticky; top: 0; z-index: 10; display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: .8rem clamp(1rem, 4vw, 3rem); background: color-mix(in srgb, var(--cal) 92%, transparent);
  backdrop-filter: blur(6px); border-bottom: 1px solid var(--linea); }
.marca { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; text-decoration: none; color: var(--tinta); }
.barra nav { display: flex; gap: 1.1rem; align-items: center; }
.barra nav a:not(.btn) { color: var(--tinta); text-decoration: none; font-size: .95rem; }
@media (max-width: 640px) { .barra nav a:not(.btn) { display: none; } }

.btn { display: inline-block; border: 0; border-radius: 999px; padding: .8rem 1.5rem; background: var(--terracota);
  color: #fff; font: 600 1rem var(--sans); text-decoration: none; cursor: pointer; transition: background .15s; }
.btn:hover { background: var(--terracota-osc); }
.btn:disabled { background: #cbbfb1; cursor: not-allowed; }
.btn-chico { padding: .5rem 1rem; font-size: .9rem; }
.btn-sec { background: transparent; color: var(--tinta); border: 1px solid var(--linea); }
.btn-sec:hover { background: var(--papel); }

.portada { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem); max-width: 1200px; margin: 0 auto; }
.antetitulo { text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; color: var(--oliva); font-weight: 600; margin: 0 0 .6rem; }
.lead { font-size: 1.15rem; color: var(--suave); max-width: 34rem; }
.acciones { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.5rem; }
.sello { background: var(--oliva-claro); color: var(--oliva); padding: .35rem .8rem; border-radius: 999px; font-weight: 600; font-size: .9rem; }
.portada-foto { aspect-ratio: 4/5; border-radius: 200px 200px var(--radio) var(--radio);
  background: linear-gradient(160deg, #d9c2a5, #b5552f 55%, #4f5d3a) center/cover; }
@media (max-width: 800px) { .portada { grid-template-columns: 1fr; } .portada-foto { aspect-ratio: 16/10; border-radius: var(--radio); } }

.ventajas { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem;
  max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem); }
.ventajas div { background: var(--papel); border: 1px solid var(--linea); border-radius: var(--radio); padding: 1.1rem 1.2rem; }
.ventajas strong { display: block; font-family: var(--serif); font-size: 1.1rem; }
.ventajas span { color: var(--suave); font-size: .95rem; }

.bloque { max-width: 1000px; margin: 0 auto; padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 4vw, 3rem); }
.sub { color: var(--suave); margin-top: 0; }

.tarjetas { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.2rem; margin-top: 1.5rem; }
.tarjeta { background: var(--papel); border: 1px solid var(--linea); border-radius: var(--radio); overflow: hidden; display: flex; flex-direction: column; }
.tarjeta .foto { aspect-ratio: 3/2; display: grid; place-items: center; font-family: var(--serif); font-size: 2.4rem; color: #fff; }
.tarjeta .cuerpo { padding: 1rem 1.2rem 1.2rem; display: flex; flex-direction: column; gap: .3rem; flex: 1; }
.tarjeta h3 { font-family: var(--serif); margin: 0; font-size: 1.3rem; }
.tarjeta .precio { margin-top: auto; font-weight: 600; }
.tarjeta .precio s { color: var(--suave); font-weight: 400; margin-right: .3rem; }

.reservar { background: var(--papel); border-radius: calc(var(--radio) * 1.5); border: 1px solid var(--linea); margin-top: 1rem; margin-bottom: 1rem; }
@media (max-width: 1040px) { .reservar { border-radius: 0; border-left: 0; border-right: 0; } }
.pasos { display: flex; gap: .5rem; list-style: none; padding: 0; margin: 1rem 0 1.5rem; counter-reset: p; flex-wrap: wrap; }
.pasos li { counter-increment: p; color: var(--suave); font-size: .95rem; display: flex; align-items: center; gap: .4rem; }
.pasos li::before { content: counter(p); width: 1.7rem; height: 1.7rem; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--linea); font-weight: 600; font-size: .85rem; }
.pasos li:not(:last-child)::after { content: ""; width: 1.5rem; height: 1px; background: var(--linea); margin-left: .3rem; }
.pasos li.activo { color: var(--tinta); font-weight: 600; }
.pasos li.activo::before { background: var(--terracota); border-color: var(--terracota); color: #fff; }

.panel { display: flex; flex-direction: column; gap: 1rem; }
.fila, .rejilla { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .9rem 1rem; }
label { display: flex; flex-direction: column; gap: .3rem; font-size: .9rem; font-weight: 500; }
input, select { font: 1rem var(--sans); padding: .65rem .75rem; border: 1px solid var(--linea); border-radius: 10px; background: #fff; color: var(--tinta); min-width: 0; }
input:focus, select:focus { outline: 2px solid var(--terracota); outline-offset: 1px; }
input[aria-invalid="true"] { border-color: #b3261e; }
.check { display: block; font-weight: 400; padding-left: 1.7rem; position: relative; }
.check input { position: absolute; left: 0; top: .2rem; margin: 0; width: 1.1rem; height: 1.1rem; accent-color: var(--terracota); }
.nota { background: var(--oliva-claro); color: #36402a; padding: .8rem 1rem; border-radius: 10px; margin: 0; font-size: .95rem; }
.error { color: #b3261e; margin: 0; font-weight: 500; }
.botones { display: flex; gap: .8rem; flex-wrap: wrap; }

.calendario { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.5rem; }
.cal-nav { display: flex; justify-content: space-between; align-items: center; grid-column: 1 / -1; }
.cal-nav button { background: none; border: 1px solid var(--linea); border-radius: 50%; width: 2.2rem; height: 2.2rem; cursor: pointer; font-size: 1rem; }
.cal-nav button:disabled { opacity: .3; cursor: default; }
.mes h4 { margin: 0 0 .5rem; font-family: var(--serif); font-weight: 600; }
.mes h4::first-letter { text-transform: uppercase; }
.dias { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.dias .dow { font-size: .75rem; color: var(--suave); text-align: center; padding-bottom: .2rem; }
.dia { aspect-ratio: 1; border: 0; background: transparent; border-radius: 8px; font: 500 .9rem var(--sans); color: var(--tinta); cursor: pointer; }
.dia:hover:not(:disabled) { background: var(--oliva-claro); }
.dia:disabled { color: #b9ada0; cursor: default; }
.dia.ocupada { background: var(--ocupada); text-decoration: line-through; }
.dia.rango { background: #f3d9cc; border-radius: 0; }
.dia.inicio, .dia.fin { background: var(--terracota); color: #fff; }
.dia.salida-posible { color: var(--tinta); cursor: pointer; text-decoration: none; }
.leyenda { display: flex; gap: 1rem; align-items: center; font-size: .85rem; color: var(--suave); margin: 0; flex-wrap: wrap; }
.leyenda span { display: inline-block; width: .9rem; height: .9rem; border-radius: 4px; margin-right: -.6rem; vertical-align: middle; }
.c-libre { border: 1px solid var(--linea); } .c-ocupada { background: var(--ocupada); } .c-sel { background: var(--terracota); }

.cotizacion { border: 1px solid var(--linea); border-radius: var(--radio); padding: 1rem 1.2rem; background: #fff; }
.cotizacion .linea { display: flex; justify-content: space-between; gap: 1rem; }
.cotizacion .total { font-size: 1.25rem; font-weight: 600; border-top: 1px solid var(--linea); padding-top: .5rem; margin-top: .4rem; }
.cotizacion .ahorro { color: var(--oliva); }

details { border-bottom: 1px solid var(--linea); padding: .9rem 0; }
summary { cursor: pointer; font-weight: 600; }

.pie { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; padding: 2rem clamp(1rem, 4vw, 3rem);
  background: var(--tinta); color: #e9e2d6; font-size: .9rem; }
.pie a { color: #f2c6b0; }
.pie .legal { max-width: 32rem; }
.pie small { color: #b8ae9f; }

.pagina { max-width: 760px; margin: 0 auto; padding: 3rem clamp(1rem, 4vw, 2rem); }
.pagina h2 { font-size: 1.3rem; margin-top: 2rem; }
.dia.fin { text-decoration: none; }
section { scroll-margin-top: 70px; }
.marca { display: flex; flex-direction: column; line-height: 1.05; }
.marca small { font-family: var(--sans); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--suave); font-weight: 500; }
