/* Guidepoint — architectural hotel-casino surface */
:root {
  --ink: #0f1b2d;
  --ink-soft: #243044;
  --paper: #f3f6f8;
  --snow: #ffffff;
  --sea: #17686a;
  --sea-deep: #0e4a4c;
  --brass: #a67c3d;
  --brass-hot: #c4924a;
  --line: #c9d2db;
  --mute: #4a5563;
  --ok: #1f6b45;
  --warn: #8a3b12;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.75rem;
  --space-4: 2.75rem;
  --space-5: 4.5rem;
  --space-6: 7rem;
  --radius-s: 2px;
  --radius-m: 6px;
  --radius-l: 14px;
  --shadow-lift: 0 18px 40px rgba(15, 27, 45, 0.08);
  --max: 1120px;
  --font-display: "Fraunces", "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --fs-body: 1.125rem;
  --fs-lead: 1.25rem;
  --fs-h1: clamp(2.25rem, 5vw, 4rem);
  --fs-h2: clamp(1.85rem, 3.4vw, 2.75rem);
  --fs-h3: clamp(1.35rem, 2.2vw, 1.65rem);
  --fs-h4: 1.2rem;
  --lh: 1.65;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh);
  color: var(--ink);
  min-height: 100vh;
  background-color: #dfe7ec;
  background-image:
    linear-gradient(
      165deg,
      rgba(243, 246, 248, 0.92) 0%,
      rgba(232, 242, 241, 0.88) 38%,
      rgba(243, 246, 248, 0.9) 72%,
      rgba(226, 234, 240, 0.94) 100%
    ),
    radial-gradient(ellipse 70% 45% at 8% 0%, rgba(23, 104, 106, 0.22), transparent 55%),
    radial-gradient(ellipse 55% 40% at 100% 8%, rgba(166, 124, 61, 0.16), transparent 50%),
    radial-gradient(circle at 50% 120%, rgba(15, 27, 45, 0.08), transparent 45%),
    url("../assets/gp-exterior.jpg");
  background-attachment: fixed;
  background-size: auto, auto, auto, auto, cover;
  background-position: center, center, center, center, center top;
  background-repeat: no-repeat;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(15, 27, 45, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 27, 45, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}

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

a {
  color: var(--sea-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
  color: var(--sea);
}

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
}

.skip-leap {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: var(--snow);
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-leap:focus {
  left: 1rem;
  top: 1rem;
}

.shell {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Top rail */
.lintel {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--line);
}

.lintel__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-2);
  min-height: 4.25rem;
  padding-block: 0.65rem;
}

.brand-lock {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-lock__mark {
  width: 2.35rem;
  height: 2.35rem;
  color: var(--ink);
  flex-shrink: 0;
}

.brand-lock__word {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.1;
}

.brand-lock__sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
}

.nav-rail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  max-width: 100%;
}

.nav-rail a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-rail a[aria-current="page"],
.nav-rail a:hover,
.nav-rail a:focus-visible {
  color: var(--ink);
  border-bottom-color: var(--sea);
}

.burger {
  display: none;
}

.drawer {
  display: none !important;
}

/* Photo frames */
.frame-shot {
  margin: 0;
  border-radius: var(--radius-l);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lift);
  background: var(--snow);
}

.frame-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.frame-shot--square img {
  aspect-ratio: 4 / 3;
}

.frame-shot figcaption {
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--mute);
  background: rgba(255, 255, 255, 0.92);
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: var(--space-3);
}

.arcade__cell .frame-shot {
  margin: 0 0 1rem;
}

.arcade__cell .frame-shot img {
  aspect-ratio: 16 / 11;
}

.tab-pane .frame-shot {
  margin: 0 0 1.15rem;
  max-width: 720px;
}

/* Buttons */
.act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.15rem;
  padding: 0.85rem 1.45rem;
  border-radius: var(--radius-m);
  border: 2px solid transparent;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

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

.act--solid {
  background: var(--sea);
  color: var(--snow);
}

.act--solid:hover,
.act--solid:focus-visible {
  background: var(--sea-deep);
  color: var(--snow);
}

.act--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.act--ghost:hover,
.act--ghost:focus-visible {
  background: var(--ink);
  color: var(--snow);
}

.act--brass {
  background: var(--brass);
  color: var(--snow);
}

.act--brass:hover,
.act--brass:focus-visible {
  background: var(--brass-hot);
  color: var(--snow);
}

/* Hero — asymmetric clerestory */
.clerestory {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: var(--space-4);
  align-items: end;
  padding-block: var(--space-5) var(--space-4);
}

.clerestory__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sea-deep);
  margin-bottom: var(--space-2);
}

.clerestory__badge::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--sea);
}

.clerestory h1 {
  margin: 0 0 var(--space-2);
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.clerestory__lead {
  margin: 0 0 var(--space-3);
  font-size: var(--fs-lead);
  color: var(--ink-soft);
  max-width: 42ch;
}

.clerestory__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.side-plaque {
  background: var(--ink);
  color: var(--snow);
  border-radius: var(--radius-l);
  padding: var(--space-3);
  box-shadow: var(--shadow-lift);
  min-height: 100%;
}

.side-plaque h2 {
  margin: 0 0 var(--space-2);
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 550;
}

.side-plaque dl {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.side-plaque dt {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #9eb0c2;
  margin: 0;
}

.side-plaque dd {
  margin: 0.15rem 0 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.side-plaque a {
  color: #b8e4e2;
}

.side-plaque a:hover {
  color: #fff;
}

/* Sections */
.bay {
  padding-block: var(--space-5);
}

.bay--tint {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  border-block: 1px solid var(--line);
}

.bay__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: var(--space-3);
  align-items: end;
  margin-bottom: var(--space-4);
}

.eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sea);
}

.bay h2,
.folio h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.bay__intro,
.folio__intro {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-lead);
}

h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.65rem;
}

h4 {
  font-size: var(--fs-h4);
  font-weight: 700;
  margin: 0 0 0.5rem;
}

p {
  margin: 0 0 1rem;
}

p:last-child {
  margin-bottom: 0;
}

/* Zone mosaic — staggered, not card-grid clone */
.arcade {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.arcade__cell {
  grid-column: span 4;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: var(--space-3);
  position: relative;
  overflow: hidden;
}

.arcade__cell:nth-child(1) {
  grid-column: 1 / span 5;
  background: linear-gradient(145deg, #e7f1f1, var(--snow));
}

.arcade__cell:nth-child(2) {
  grid-column: 6 / span 7;
  margin-top: 1.75rem;
}

.arcade__cell:nth-child(3) {
  grid-column: 2 / span 6;
}

.arcade__cell:nth-child(4) {
  grid-column: 8 / span 5;
  margin-top: -1rem;
  background: var(--ink);
  color: var(--snow);
  border-color: var(--ink);
}

.arcade__cell:nth-child(4) a {
  color: #b8e4e2;
}

.arcade__index {
  font-family: var(--font-display);
  font-size: 2.5rem;
  line-height: 1;
  color: var(--sea);
  margin-bottom: 0.75rem;
}

.arcade__cell:nth-child(4) .arcade__index {
  color: var(--brass-hot);
}

.arcade ul {
  margin: 0.85rem 0 0;
  padding-left: 1.15rem;
}

.arcade li {
  margin-bottom: 0.35rem;
}

/* Schedule table */
.ledger-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: var(--snow);
}

.ledger {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.ledger th,
.ledger td {
  padding: 1rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-size: 1.05rem;
}

.ledger thead th {
  background: var(--ink);
  color: var(--snow);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ledger tbody tr:hover {
  background: #eef5f5;
}

.ledger tfoot td {
  background: #eef1f4;
  font-weight: 600;
  border-bottom: 0;
}

/* Definition lists */
.glossary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  margin: 0;
}

.glossary > div {
  border-top: 2px solid var(--ink);
  padding-top: 0.85rem;
}

.glossary dt {
  font-weight: 800;
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
}

.glossary dd {
  margin: 0;
  color: var(--ink-soft);
}

/* Split rail */
.split-rail {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: var(--space-4);
  align-items: start;
}

.note-stack {
  display: grid;
  gap: 1rem;
}

.note {
  border-left: 4px solid var(--sea);
  padding: 0.85rem 0 0.85rem 1.1rem;
  background: transparent;
}

.note strong {
  display: block;
  margin-bottom: 0.25rem;
}

/* Accordion FAQ */
.fold {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--snow);
}

.fold + .fold {
  margin-top: 0.65rem;
}

.fold__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: left;
  padding: 1.15rem 1.25rem;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ink);
  cursor: pointer;
}

.fold__trigger::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--sea);
  line-height: 1;
}

.fold.is-open .fold__trigger::after {
  content: "–";
}

.fold__panel {
  display: none;
  padding: 0 1.25rem 1.25rem;
  color: var(--ink-soft);
}

.fold.is-open .fold__panel {
  display: block;
}

/* Tabs for salas */
.tab-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.tab-strip button {
  min-height: 2.85rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--snow);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink-soft);
}

.tab-strip button[aria-selected="true"] {
  background: var(--ink);
  color: var(--snow);
  border-color: var(--ink);
}

.tab-pane[hidden] {
  display: none;
}

.tab-pane {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: var(--space-3);
  background: var(--snow);
}

/* Contact apron */
.apron {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--space-4);
  background: var(--ink);
  color: var(--snow);
  border-radius: var(--radius-l);
  padding: var(--space-4);
}

.apron a {
  color: #b8e4e2;
}

.apron h2 {
  color: var(--snow);
}

.apron__meta dt {
  color: #9eb0c2;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.85rem;
}

.apron__meta dd {
  margin: 0.2rem 0 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.field {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.field label {
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #3a4a60;
  border-radius: var(--radius-m);
  background: #162536;
  color: var(--snow);
  padding: 0.7rem 0.9rem;
  font: inherit;
  font-size: 1.05rem;
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid var(--brass);
  border-color: var(--brass);
}

.checkline {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0.5rem 0 1.1rem;
  font-size: 1rem;
}

.checkline input {
  margin-top: 0.35rem;
  width: 1.15rem;
  height: 1.15rem;
}

.form-note {
  margin-top: 0.85rem;
  font-size: 1rem;
  color: #b8c4d2;
}

.form-note.is-ok {
  color: #8fd6b0;
}

.form-note.is-err {
  color: #ffb4a2;
}

/* Inner pages */
.folio {
  padding-block: var(--space-4) var(--space-5);
}

.folio__hero {
  max-width: 46rem;
  margin-bottom: var(--space-4);
}

.folio__hero h1 {
  margin: 0 0 var(--space-2);
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  line-height: 1.08;
}

.prose {
  max-width: 48rem;
}

.prose h2 {
  margin: 2.25rem 0 0.85rem;
}

.prose h3 {
  margin: 1.65rem 0 0.55rem;
}

.prose ul,
.prose ol {
  padding-left: 1.25rem;
  margin: 0 0 1.15rem;
}

.prose li {
  margin-bottom: 0.4rem;
}

.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 1.05rem;
}

.prose th,
.prose td {
  border: 1px solid var(--line);
  padding: 0.75rem 0.9rem;
  text-align: left;
  vertical-align: top;
}

.prose thead th {
  background: var(--ink);
  color: var(--snow);
}

.job-list {
  display: grid;
  gap: 1rem;
}

.job {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: var(--space-3);
  background: var(--snow);
}

.job summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1.2rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.job summary::-webkit-details-marker {
  display: none;
}

.job summary::after {
  content: "Abrir";
  font-size: 0.95rem;
  color: var(--sea);
  font-weight: 700;
}

.job[open] summary::after {
  content: "Cerrar";
}

.job__body {
  margin-top: 1rem;
  color: var(--ink-soft);
}

/* Footer */
.vault {
  border-top: 1px solid var(--line);
  background: rgba(232, 237, 241, 0.9);
  backdrop-filter: blur(8px);
  padding-block: var(--space-4) var(--space-3);
  margin-top: var(--space-4);
}

.vault__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: var(--space-3);
}

.vault h2 {
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-weight: 800;
}

.vault ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vault li {
  margin-bottom: 0.45rem;
}

.vault a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 600;
}

.vault a:hover {
  color: var(--sea);
  text-decoration: underline;
}

.vault__base {
  margin-top: var(--space-3);
  padding-top: var(--space-2);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  color: var(--mute);
  font-size: 1rem;
}

.age-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 800;
  color: var(--warn);
}

/* Cookie dock */
.crumb-dock {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  max-width: 720px;
  margin-inline: auto;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-lift);
  padding: 1.15rem 1.25rem;
  display: none;
}

.crumb-dock.is-visible {
  display: block;
}

.crumb-dock h2 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-family: var(--font-display);
}

.crumb-dock p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.crumb-dock__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.crumb-panel {
  display: none;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.crumb-panel.is-open {
  display: block;
}

.crumb-panel label {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin-bottom: 0.65rem;
  font-size: 1rem;
}

/* Utility */
.muted {
  color: var(--mute);
}

.mt-0 {
  margin-top: 0;
}

.list-tight {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
}

.list-tight li {
  margin-bottom: 0.35rem;
}

.hours-today {
  font-weight: 800;
  color: var(--sea-deep);
}

@media (max-width: 960px) {
  .clerestory,
  .bay__head,
  .split-rail,
  .apron,
  .glossary,
  .vault__grid,
  .shot-grid {
    grid-template-columns: 1fr;
  }

  .arcade__cell,
  .arcade__cell:nth-child(1),
  .arcade__cell:nth-child(2),
  .arcade__cell:nth-child(3),
  .arcade__cell:nth-child(4) {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .nav-rail {
    display: flex;
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    justify-content: flex-start;
    gap: 0.55rem 1rem;
    padding: 0.15rem 0 0.45rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .burger {
    display: none;
  }

  .drawer {
    display: none !important;
  }

  .clerestory h1 {
    max-width: none;
  }

  .bay,
  .folio {
    padding-block: var(--space-4);
  }

  body {
    background-attachment: scroll;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .act {
    transition: none;
  }

  .act:hover,
  .act:focus-visible {
    transform: none;
  }
}
