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

:root {
  --ink: #1a1e20;
  --ink-soft: #31383b;
  --paper: #f2eee7;
  --paper-deep: #e5ded3;
  --white: #fffdf9;
  --blue: #142d35;
  --blue-light: #2d4c55;
  --terracotta: #c86f4d;
  --terracotta-dark: #a95236;
  --sage: #738174;
  --line: rgba(26, 30, 32, .16);
  --line-light: rgba(255, 255, 255, .22);
  --shadow: 0 28px 80px rgba(15, 24, 27, .14);
  --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --sans: Avenir Next, Avenir, Century Gothic, Futura, system-ui, sans-serif;
  --wrap: min(1240px, calc(100% - 64px));
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
button:disabled, .button:disabled { cursor: wait; opacity: .62; }

.wrap { width: var(--wrap); margin-inline: auto; }
.section-pad { padding-block: 130px; }
.section-pad--topless { padding-top: 0; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 92px;
  color: var(--white);
  transition: height .35s ease, background .35s ease, color .35s ease, box-shadow .35s ease;
}
.site-header.is-solid,
body:not([data-page="inicio"]) .site-header {
  height: 76px;
  background: rgba(242, 238, 231, .94);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: var(--wrap);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand__mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1;
}
.brand__mark.has-logo {
  border-color: rgba(255, 255, 255, .38);
  background: var(--white);
}
.brand__mark.has-logo img {
  width: 100%;
  height: 100%;
  padding: 3px;
  object-fit: contain;
}
.brand__name {
  display: grid;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: .85;
}
.brand__name small {
  font-family: var(--sans);
  font-size: .53rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.brand__name > span { display: block; }
.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav a {
  position: relative;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.main-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -9px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  transition: transform .25s ease;
}
.main-nav a:hover::after,
.main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-book {
  justify-self: end;
  min-width: 140px;
  min-height: 46px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid currentColor;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease;
}
.header-book:hover { background: var(--white); color: var(--ink); }
.site-header.is-solid .header-book:hover,
body:not([data-page="inicio"]) .header-book:hover { background: var(--ink); color: var(--white); }
.nav-toggle { display: none; }

.home-hero {
  position: relative;
  min-height: 880px;
  height: 100svh;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--blue) var(--home-hero-image, url("images/hotel-milenio-hero-v2.webp")) center/cover no-repeat;
}
.home-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 23, .87) 0%, rgba(7, 18, 23, .56) 38%, rgba(7, 18, 23, .08) 72%),
    linear-gradient(0deg, rgba(7, 18, 23, .6) 0%, transparent 42%);
}
.home-hero__content { position: relative; z-index: 2; padding-bottom: 96px; }
.home-hero h1 {
  max-width: 940px;
  margin: 16px 0 24px;
  font-family: var(--serif);
  font-size: clamp(4.4rem, 8vw, 8.7rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .82;
}
.home-hero__lead {
  max-width: 500px;
  margin: 0 0 32px;
  color: rgba(255, 253, 249, .8);
  font-size: 1.08rem;
}
.kicker {
  margin: 0 0 14px;
  color: var(--terracotta-dark);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.kicker--light { color: #edb59e; }
.text-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link--light { color: var(--white); }
.hero-index {
  position: absolute;
  z-index: 3;
  right: max(32px, calc((100% - 1240px) / 2));
  bottom: 138px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: .65rem;
  letter-spacing: .12em;
}
.hero-index i { width: 76px; height: 1px; background: rgba(255, 255, 255, .38); }

.booking-strip {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: min(1040px, calc(100% - 32px));
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.25fr;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.booking-strip label {
  min-width: 0;
  padding: 24px 26px;
  display: grid;
  align-content: center;
  gap: 4px;
  border-right: 1px solid var(--line);
}
.booking-strip label span,
.field span {
  color: #727572;
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.booking-strip input,
.booking-strip select {
  width: 100%;
  padding: 2px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.05rem;
}
.booking-strip button {
  padding: 20px 30px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--terracotta);
  color: var(--white);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease;
}
.booking-strip button:hover { background: var(--terracotta-dark); }

.intro-grid {
  display: grid;
  grid-template-columns: 120px minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 50px;
  align-items: end;
}
.section-number {
  align-self: start;
  color: rgba(26, 30, 32, .17);
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 1;
}
.intro-copy h2,
.section-head h2,
.services-section h2,
.location-section h2,
.page-hero h1,
.booking-intro h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .96;
}
.intro-copy h2 { max-width: 740px; font-size: clamp(3.2rem, 5vw, 5.6rem); }
.intro-note { padding-bottom: 8px; }
.intro-note p { margin: 0 0 30px; color: #515856; }

.section-head {
  margin-bottom: 54px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.section-head h2 { font-size: clamp(3.1rem, 4.8vw, 5.2rem); }
.section-head--compact > p { max-width: 420px; margin: 0 0 8px; color: #59605e; }
.round-link {
  width: 116px;
  height: 116px;
  flex: 0 0 auto;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.round-link b { font-size: 1.1rem; font-weight: 400; }
.round-link:hover { transform: rotate(-6deg); background: var(--ink); color: var(--white); }

.room-showcase {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
  align-items: start;
}
.room-card { min-width: 0; }
.room-card:nth-child(1) { grid-column: span 5; }
.room-card:nth-child(2) { grid-column: span 4; margin-top: 90px; }
.room-card:nth-child(3) { grid-column: span 3; margin-top: 24px; }
.room-card__image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--paper-deep);
}
.room-card:nth-child(2) .room-card__image { aspect-ratio: 4 / 4.6; }
.room-card:nth-child(3) .room-card__image { aspect-ratio: 4 / 5.8; }
.room-card__image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.room-card:hover .room-card__image img { transform: scale(1.035); }
.room-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  background: rgba(255, 253, 249, .92);
  font-size: .6rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.room-card__body { padding: 20px 2px 0; }
.room-card__meta { display: flex; gap: 10px; color: #747975; font-size: .72rem; }
.room-card h3 { margin: 8px 0 4px; font-family: var(--serif); font-size: clamp(1.6rem, 2.2vw, 2.3rem); font-weight: 400; line-height: 1.05; }
.room-card__footer { display: flex; justify-content: space-between; align-items: end; gap: 18px; }
.room-card__footer p { margin: 0; color: #696e6b; font-size: .8rem; }
.room-card__footer a { font-size: 1.15rem; transition: transform .2s ease; }
.room-card__footer a:hover { transform: translate(3px, -2px); }

.room-card--loading .room-card__image,
.room-card--loading .room-card__body span,
.server-loading {
  background: linear-gradient(100deg, rgba(26,30,32,.06) 20%, rgba(255,255,255,.6) 38%, rgba(26,30,32,.06) 56%);
  background-size: 220% 100%;
  animation: hotel-loading 1.35s ease-in-out infinite;
}
.room-card--loading .room-card__body { display: grid; gap: 10px; }
.room-card--loading .room-card__body span { width: 72%; height: 14px; }
.room-card--loading .room-card__body span:last-child { width: 46%; }
.server-loading { margin: 0; padding: 24px; color: #59605e; }
.server-error { grid-column: 1 / -1; width: 100%; }
@keyframes hotel-loading { to { background-position-x: -220%; } }

.manifesto {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: var(--blue);
  color: var(--white);
}
.manifesto__image {
  min-height: 680px;
  background:
    linear-gradient(0deg, rgba(13, 32, 38, .18), rgba(13, 32, 38, .05)),
    var(--manifesto-image, url("https://images.unsplash.com/photo-1590490360182-c33d57733427?auto=format&fit=crop&w=1500&q=86")) center/cover no-repeat;
}
.manifesto__content {
  padding: 110px clamp(50px, 7vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manifesto h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 6.4vw, 7rem); font-weight: 400; letter-spacing: -.055em; line-height: .86; }
.manifesto__content > p:not(.kicker) { max-width: 490px; margin: 32px 0 50px; color: rgba(255,255,255,.7); }
.manifesto__facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.manifesto__facts article { padding: 22px 14px 0 0; display: grid; }
.manifesto__facts strong { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.manifesto__facts span { color: rgba(255,255,255,.55); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }

.service-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: 320px; gap: 18px; }
.service-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: var(--white);
}
.service-card--wide { grid-row: span 2; }
.service-card--dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.service-card--accent { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }
.service-card--image {
  grid-column: span 2;
  background: var(--service-image, url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1300&q=84")) center/cover no-repeat;
}
.service-card__icon { align-self: end; font-family: var(--serif); font-size: 3.6rem; font-weight: 300; line-height: 1; }
.service-card small { opacity: .5; font-size: .65rem; letter-spacing: .1em; }
.service-card h3 { max-width: 350px; margin: 8px 0 8px; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.05; }
.service-card p { max-width: 360px; margin: 0; opacity: .7; font-size: .86rem; }

.quote-section { background: var(--white); }
.quote-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 44px; align-items: start; }
.quote-grid blockquote {
  max-width: 900px;
  margin: -12px 0 54px;
  font-family: var(--serif);
  font-size: clamp(3.1rem, 5.1vw, 5.8rem);
  letter-spacing: -.045em;
  line-height: .98;
}
.quote-grid .button { grid-column: 2; width: max-content; }

.button {
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.button--ink { background: var(--ink); color: var(--white); }
.button--accent { background: var(--terracotta); color: var(--white); }
.button--outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button--full { width: 100%; }
.button:hover { filter: brightness(.92); }

.location-section {
  min-height: 640px;
  padding-block: 120px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10,27,33,.96), rgba(10,27,33,.76) 53%, rgba(10,27,33,.3)),
    var(--location-image, url("https://images.unsplash.com/photo-1518659526054-190340b32735?auto=format&fit=crop&w=2000&q=84")) center/cover no-repeat;
}
.location-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.location-section h2 { font-size: clamp(4rem, 7vw, 7rem); }
.location-card { max-width: 430px; padding: 34px 0 10px 34px; border-left: 1px solid var(--line-light); }
.location-card p { margin: 0 0 30px; color: rgba(255,255,255,.72); }

.site-footer { padding: 80px 0 28px; background: #111718; color: var(--white); }
.footer-top { padding-bottom: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.brand--footer { margin-bottom: 26px; }
.footer-top > div > p { margin: 0; color: rgba(255,255,255,.52); font-family: var(--serif); font-size: 1.4rem; line-height: 1.35; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-links > div { display: grid; align-content: start; gap: 8px; }
.footer-links span { margin-bottom: 12px; color: rgba(255,255,255,.38); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { width: max-content; color: rgba(255,255,255,.78); font-size: .86rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.38); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }

/* Internal pages */
.page-main { padding-top: 76px; }
.page-hero {
  min-height: 580px;
  padding-block: 110px 80px;
  display: flex;
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(11,27,33,.9), rgba(11,27,33,.35)),
    var(--page-hero-image, url("images/hotel-milenio-hero-v2.webp")) center 48%/cover no-repeat;
}
.page-hero--rooms {
  background:
    linear-gradient(90deg, rgba(11,27,33,.88), rgba(11,27,33,.2)),
    var(--page-hero-image, url("https://images.unsplash.com/photo-1611892440504-42a792e24d32?auto=format&fit=crop&w=2000&q=86")) center/cover no-repeat;
}
.page-hero--contact {
  background:
    linear-gradient(90deg, rgba(11,27,33,.92), rgba(11,27,33,.3)),
    var(--page-hero-image, url("https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?auto=format&fit=crop&w=2000&q=84")) center/cover no-repeat;
}
.page-hero__inner { width: var(--wrap); margin-inline: auto; }
.page-hero h1 { max-width: 900px; font-size: clamp(4.5rem, 8vw, 8rem); }
.page-hero p:not(.kicker) { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.72); }

.rooms-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px 28px; }
.rooms-catalog .room-card:nth-child(n) { grid-column: auto; margin-top: 0; }
.rooms-catalog .room-card:nth-child(even) { margin-top: 90px; }
.rooms-catalog .room-card__image,
.rooms-catalog .room-card:nth-child(n) .room-card__image { aspect-ratio: 16 / 11; }
.catalog-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-bottom: 70px; }
.catalog-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 4.5vw, 5rem); font-weight: 400; line-height: .95; }
.catalog-intro p { max-width: 500px; margin: 0; color: #5d6461; }

.booking-page { background: var(--white); }
.booking-intro { padding: 100px 0 60px; }
.booking-intro h1 { font-size: clamp(4rem, 7vw, 7rem); }
.booking-intro__row { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.booking-intro__row > p { max-width: 470px; margin: 0 0 12px; color: #5d6461; }
.booking-layout { padding-bottom: 120px; display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 28px; align-items: start; }
.booking-panel { padding: clamp(24px, 4vw, 50px); border: 1px solid var(--line); background: var(--paper); }
.booking-step { padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.booking-step + .booking-step { padding-top: 34px; }
.booking-step__head { margin-bottom: 24px; display: flex; align-items: baseline; gap: 18px; }
.booking-step__head span { color: var(--terracotta); font-family: var(--serif); font-size: 1.6rem; }
.booking-step__head h2 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { min-width: 0; display: grid; gap: 8px; }
.field--wide { grid-column: 1 / -1; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(26,30,32,.22);
  border-radius: 0;
  outline: 0;
  background: var(--white);
  color: var(--ink);
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 2px rgba(200,111,77,.13); }
.search-action { margin-top: 24px; }
.availability-grid { display: grid; gap: 12px; }
.available-room {
  padding: 14px;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--white);
}
.available-room.is-selected { border-color: var(--terracotta); box-shadow: inset 4px 0 var(--terracotta); }
.available-room img { height: 100px; object-fit: cover; }
.available-room h3 { margin: 2px 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.available-room p { margin: 0; color: #6a706d; font-size: .75rem; }
.available-room strong { display: block; font-size: .83rem; }
.available-room button { min-height: 42px; padding: 9px 14px; border: 1px solid var(--ink); background: transparent; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.available-room.is-selected button { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }
.booking-summary { position: sticky; top: 104px; padding: 30px; background: var(--blue); color: var(--white); }
.booking-summary h2 { margin: 0 0 24px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.summary-list { display: grid; }
.summary-list div { padding: 14px 0; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; gap: 20px; }
.summary-list span { color: rgba(255,255,255,.5); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.summary-list strong { text-align: right; font-size: .8rem; }
.booking-summary > p { margin: 24px 0 0; color: rgba(255,255,255,.55); font-size: .72rem; }
.message { margin-top: 18px; padding: 14px; border: 1px solid var(--line); background: var(--white); font-size: .8rem; }
.message--error { border-color: #a94d42; color: #8f342d; }
.message--success { border-color: #4e7358; color: #315d3e; }
.confirmation { padding: 44px; border: 1px solid var(--line); background: var(--blue); color: var(--white); }
.confirmation { grid-column: 1 / -1; }
.confirmation h2 { margin: 8px 0 12px; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4rem); font-weight: 400; line-height: 1; }
.confirmation > p { color: rgba(255,255,255,.62); }
.confirmation-grid { margin: 30px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line-light); }
.confirmation-grid div { padding: 20px 14px 20px 0; display: grid; gap: 4px; }
.confirmation-grid span { color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.confirmation-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.confirmation .button--outline { border-color: rgba(255,255,255,.72); color: var(--white); }
.reservation-code { font-family: var(--serif); font-size: 1.2rem; letter-spacing: .16em; }

.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-info h2, .legal-intro h2 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(3rem, 4.5vw, 5rem); font-weight: 400; line-height: .95; }
.contact-info > p { max-width: 440px; color: #5d6461; }
.contact-list { margin-top: 50px; display: grid; }
.contact-list article { padding: 20px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 110px 1fr; gap: 24px; }
.contact-list span { color: #747a77; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { padding: clamp(28px, 5vw, 60px); background: var(--paper); }
.contact-form h2 { margin: 0 0 30px; font-family: var(--serif); font-size: 2.6rem; font-weight: 400; }
.contact-form .form-grid { grid-template-columns: 1fr; }

.legal-page { background: var(--white); }
.legal-header { padding: 160px 0 80px; background: var(--paper); }
.legal-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7rem); font-weight: 400; line-height: .9; }
.legal-layout { padding-block: 100px; display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 80px; align-items: start; }
.legal-aside { position: sticky; top: 110px; display: grid; gap: 12px; }
.legal-aside span { color: #777c79; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-aside a { font-size: .85rem; }
.legal-content { display: grid; gap: 18px; }
.policy-card { padding: 34px 0; border-top: 1px solid var(--line); }
.policy-card h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.policy-card p, .policy-card li { color: #565d5a; }

.empty-state { padding: 20px; border: 1px dashed var(--line); color: #626966; }

@media (max-width: 1060px) {
  :root { --wrap: min(100% - 40px, 1240px); }
  .main-nav { gap: 22px; }
  .intro-grid { grid-template-columns: 70px 1fr; }
  .intro-note { grid-column: 2; max-width: 600px; }
  .manifesto__content { padding-inline: 50px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card--wide { grid-row: auto; }
  .service-card--image { grid-column: auto; }
  .booking-layout { grid-template-columns: 1fr 300px; }
}

@media (max-width: 820px) {
  :root { --wrap: min(100% - 32px, 1240px); }
  .section-pad { padding-block: 86px; }
  .section-pad--topless { padding-top: 0; }
  .site-header { height: 76px; }
  .nav-shell { display: flex; justify-content: space-between; gap: 14px; }
  .nav-toggle {
    position: relative;
    z-index: 4;
    order: 3;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid currentColor;
    display: grid;
    place-items: center;
    background: transparent;
  }
  .nav-toggle span { position: absolute; width: 18px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .nav-toggle span:first-child { transform: translateY(-4px); }
  .nav-toggle span:last-child { transform: translateY(4px); }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
  .main-nav {
    position: fixed;
    z-index: 3;
    inset: 0;
    padding: 130px 24px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    transform: translateX(100%);
    background: var(--blue);
    color: var(--white);
    transition: transform .35s cubic-bezier(.7,0,.2,1);
  }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { font-family: var(--serif); font-size: 2.8rem; font-weight: 400; letter-spacing: -.03em; text-transform: none; }
  .header-book { margin-left: auto; min-width: 112px; min-height: 42px; padding: 8px 12px; }
  .home-hero { min-height: 760px; background-position: 58% center; }
  .home-hero__content { padding: 70px 0 150px; }
  .home-hero h1 { font-size: clamp(3.9rem, 14vw, 6.4rem); }
  .hero-index { display: none; }
  .booking-strip { width: calc(100% - 16px); grid-template-columns: repeat(3, 1fr); }
  .booking-strip button { grid-column: 1 / -1; min-height: 62px; }
  .booking-strip label { padding: 18px 16px; }
  .intro-grid { grid-template-columns: 50px 1fr; gap: 28px; }
  .section-number { font-size: 3.5rem; }
  .room-showcase { grid-template-columns: 1fr 1fr; }
  .room-card:nth-child(n) { grid-column: auto; margin-top: 0; }
  .room-card:nth-child(3) { grid-column: 1 / -1; width: 60%; margin-left: auto; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto__image { min-height: 520px; }
  .manifesto__content { padding: 80px 32px; }
  .quote-grid { grid-template-columns: 1fr; gap: 24px; }
  .quote-grid .button { grid-column: auto; }
  .location-grid, .footer-top, .contact-grid { grid-template-columns: 1fr; }
  .location-grid { gap: 50px; }
  .location-card { padding-left: 0; border-left: 0; }
  .booking-intro__row { display: block; }
  .booking-intro__row > p { margin-top: 24px; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
  .catalog-intro { grid-template-columns: 1fr; gap: 24px; }
  .legal-layout { grid-template-columns: 1fr; gap: 50px; }
  .legal-aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .legal-aside span { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  :root { --wrap: calc(100% - 28px); }
  .brand__name { font-size: 1.05rem; }
  .brand__mark { width: 38px; height: 38px; }
  .header-book { display: none; }
  .nav-toggle { margin-left: auto; }
  .home-hero { min-height: 790px; background-position: 62% center; }
  .home-hero__content { padding-bottom: 216px; }
  .home-hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); line-height: .86; }
  .home-hero__lead { font-size: .96rem; }
  .booking-strip { width: calc(100% - 14px); grid-template-columns: 1fr 1fr; }
  .booking-strip label:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .booking-strip button { min-height: 58px; }
  .intro-grid { grid-template-columns: 1fr; }
  .section-number { display: none; }
  .intro-note { grid-column: auto; }
  .intro-copy h2, .section-head h2, .services-section h2 { font-size: 3rem; }
  .section-head { align-items: start; }
  .round-link { width: 88px; height: 88px; }
  .round-link span { display: none; }
  .room-showcase, .rooms-catalog { grid-template-columns: 1fr; gap: 50px; }
  .room-card:nth-child(n), .room-card:nth-child(3), .rooms-catalog .room-card:nth-child(even) { width: auto; margin: 0; grid-column: auto; }
  .room-card:nth-child(n) .room-card__image { aspect-ratio: 4 / 4.5; }
  .manifesto__image { min-height: 420px; }
  .manifesto__content { padding: 70px 24px; }
  .manifesto h2 { font-size: 4rem; }
  .manifesto__facts { grid-template-columns: 1fr; }
  .manifesto__facts article { grid-template-columns: 100px 1fr; align-items: baseline; border-bottom: 1px solid var(--line-light); }
  .service-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .service-card--image { min-height: 340px; }
  .quote-grid blockquote { font-size: 2.9rem; }
  .location-section { min-height: 580px; padding-block: 90px; }
  .location-section h2 { font-size: 3.8rem; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .page-hero { min-height: 520px; }
  .page-hero h1 { font-size: 4rem; }
  .booking-intro { padding-top: 76px; }
  .booking-intro h1 { font-size: 4rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .booking-panel { padding: 22px 16px; }
  .available-room { grid-template-columns: 92px 1fr; }
  .available-room img { height: 86px; }
  .available-room button { grid-column: 1 / -1; }
  .confirmation { padding: 30px 22px; }
  .confirmation-grid { grid-template-columns: 1fr 1fr; }
  .contact-list article { grid-template-columns: 1fr; gap: 4px; }
  .legal-header { padding-top: 130px; }
  .legal-aside { grid-template-columns: 1fr; }
  .legal-aside span { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .booking-intro, .booking-panel, .booking-summary { display: none !important; }
  .page-main { padding: 0; }
  .booking-layout { display: block; padding: 0; }
  .confirmation { display: block !important; color: #000; background: #fff; }
}
