:root {
  --ink: #17211c;
  --muted: #637068;
  --paper: #fffaf2;
  --surface: #ffffff;
  --line: #ded8cc;
  --forest: #1f5b4c;
  --forest-dark: #123b33;
  --terracotta: #b8603e;
  --bronze: #b8783f;
  --bronze-light: #d6a66c;
  --charcoal: #161615;
  --clay: #e8c2a5;
  --river: #3f7a8c;
  --gold: #d2a854;
  --shadow: 0 18px 45px rgba(17, 28, 23, 0.18);
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

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

button,
input,
select {
  font: inherit;
}

.construction-banner {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(90deg, #3d2618, #87522a);
  border-bottom: 1px solid rgba(214, 166, 108, 0.4);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.construction-banner strong {
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 242, 0.94);
  border-bottom: 1px solid rgba(184, 120, 63, 0.22);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  background: var(--charcoal);
  border: 1px solid rgba(184, 120, 63, 0.7);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(22, 22, 21, 0.18);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  color: #314039;
  font-size: 14px;
  font-weight: 700;
}

nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

nav a:hover,
nav a:focus-visible {
  border-color: var(--terracotta);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  padding: 4px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 120, 63, 0.24);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(22, 22, 21, 0.06);
}

.language-switch a {
  display: inline-grid;
  min-width: 38px;
  min-height: 32px;
  place-items: center;
  padding: 0 10px;
  color: #314039;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}

.language-switch a:hover,
.language-switch a:focus-visible {
  color: var(--forest);
  background: rgba(31, 91, 76, 0.08);
}

.language-switch a.is-active {
  color: #fff;
  background: var(--forest);
}

.hero {
  position: relative;
  min-height: min(760px, 82svh);
  overflow: hidden;
  background: var(--forest-dark);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(17, 17, 16, 0.82) 0%, rgba(34, 24, 17, 0.56) 39%, rgba(15, 24, 19, 0.08) 78%),
    linear-gradient(0deg, rgba(54, 34, 20, 0.22), rgba(15, 24, 19, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 430px);
  align-items: end;
  gap: clamp(24px, 5vw, 72px);
  min-height: min(760px, 82svh);
  padding: clamp(80px, 9vw, 128px) clamp(18px, 5vw, 72px) clamp(32px, 5vw, 72px);
}

.hero-copy {
  max-width: 660px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--bronze-light);
}

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

h1 {
  margin-bottom: 14px;
  font-size: clamp(52px, 8vw, 116px);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
  letter-spacing: 0;
}

.lead {
  max-width: 620px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 8px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.seal-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 560px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(214, 166, 108, 0.4);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.seal-note img {
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  object-fit: cover;
  border: 1px solid rgba(214, 166, 108, 0.62);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
}

.booking-panel {
  padding: 22px;
  background: rgba(255, 250, 242, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-alert {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
  padding: 12px;
  color: #4f2f18;
  background: #fff2df;
  border: 1px solid rgba(184, 120, 63, 0.36);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.35;
}

.booking-alert strong {
  font-size: 14px;
}

.booking-stage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 16px;
}

.booking-stage span {
  display: grid;
  min-height: 34px;
  place-items: center;
  color: var(--muted);
  background: #f2eadf;
  border: 1px solid #e5d9ca;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.booking-stage .is-active {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

label {
  display: grid;
  gap: 7px;
  color: #314039;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
}

input:focus,
select:focus {
  border-color: var(--bronze);
  box-shadow: 0 0 0 3px rgba(184, 120, 63, 0.16);
}

fieldset {
  min-width: 0;
  margin: 14px 0 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 8px;
  color: #314039;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.extras-list {
  display: grid;
  gap: 8px;
}

.extra-option {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 10px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-transform: none;
}

.extra-option input {
  width: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--forest);
}

.extra-option span {
  font-size: 13px;
  font-weight: 850;
}

.extra-option small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.payment-option {
  min-height: 42px;
  padding: 0 10px;
  color: var(--forest-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
}

.payment-option.is-selected {
  color: #fff;
  background: var(--river);
  border-color: var(--river);
}

.price-summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 16px 0;
  padding: 16px;
  background: #f5efe4;
  border: 1px solid #e7dfd1;
  border-radius: 8px;
}

.price-summary strong,
.muted {
  display: block;
}

.price-summary strong {
  margin-top: 5px;
  font-size: 27px;
  letter-spacing: 0;
  white-space: nowrap;
}

.muted,
.price-summary small,
.panel-footnote,
.section-heading p,
.guide-copy p,
.site-footer {
  color: var(--muted);
}

.price-summary small {
  max-width: 190px;
  line-height: 1.35;
}

.price-breakdown {
  display: grid;
  gap: 7px;
  margin: -4px 0 14px;
}

.price-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #49554f;
  font-size: 13px;
}

.price-breakdown strong {
  color: var(--ink);
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 850;
}

.primary-button {
  width: 100%;
  color: #fff;
  background: linear-gradient(135deg, var(--forest), #5f3e24);
}

.primary-button:disabled,
.primary-button.is-disabled,
.payment-option:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.primary-button:disabled,
.primary-button.is-disabled {
  color: #f6efe5;
  background: #7b6f61;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: linear-gradient(135deg, var(--forest-dark), #4d2f1a);
}

.primary-button:disabled:hover,
.primary-button.is-disabled:hover,
.primary-button:disabled:focus-visible,
.primary-button.is-disabled:focus-visible {
  background: #7b6f61;
}

.secondary-button {
  padding: 0 18px;
  color: var(--forest-dark);
  background: #e4f0eb;
}

.secondary-button:hover,
.secondary-button:focus-visible {
  background: #d7e8e0;
}

.panel-footnote {
  min-height: 38px;
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.availability-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1.28fr);
  gap: 28px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 72px);
  background: #f3ece0;
  border-bottom: 1px solid #e2d8c9;
}

.availability-band h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
}

.mini-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(74px, 1fr));
  gap: 8px;
}

.day-cell {
  min-height: 88px;
  padding: 10px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.day-cell strong,
.day-cell small {
  display: block;
}

.day-cell strong {
  font-size: 13px;
}

.day-cell small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.day-cell.is-tight {
  border-color: #e6b19c;
  background: #fff1e9;
}

.section {
  padding: clamp(48px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 800px;
  margin-bottom: 28px;
}

.section-heading p,
.guide-copy p {
  max-width: 660px;
  font-size: 17px;
  line-height: 1.6;
}

.apartment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 14px;
}

.apartment-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 430px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.apartment-card.is-selected {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(31, 91, 76, 0.12);
}

.apartment-card header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.apartment-card h3 {
  margin: 0;
}

.unit-visual {
  position: relative;
  min-height: 128px;
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--unit-color) 84%, #fff 16%), color-mix(in srgb, var(--unit-color) 36%, #f8efe2 64%)),
    var(--unit-color);
  border-radius: 7px;
}

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

.unit-visual::before {
  right: 16px;
  bottom: 18px;
  width: 48%;
  height: 32px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: -68px -44px 0 18px rgba(255, 255, 255, 0.34);
}

.unit-visual::after {
  left: 16px;
  bottom: 14px;
  width: 46px;
  height: 64px;
  background: rgba(23, 33, 28, 0.16);
  border-radius: 999px 999px 8px 8px;
}

.unit-visual span {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 8px;
  color: #fff;
  background: rgba(23, 33, 28, 0.42);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.unit-badge {
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #fff;
  background: var(--river);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.unit-score {
  color: var(--terracotta);
  font-size: 13px;
  font-weight: 850;
}

.apartment-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.unit-meta {
  display: grid;
  gap: 8px;
  margin-top: auto;
  color: #38443f;
  font-size: 13px;
}

.unit-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.unit-chips span {
  padding: 5px 8px;
  background: #f5efe4;
  border: 1px solid #e7dfd1;
  border-radius: 999px;
  color: #49554f;
  font-size: 12px;
  font-weight: 750;
}

.unit-rate {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.unit-rate strong {
  font-size: 20px;
}

.unit-rate span {
  color: var(--muted);
  font-size: 12px;
}

.select-unit {
  width: 100%;
  min-height: 42px;
  color: var(--forest-dark);
  background: #eff5f0;
  border: 1px solid #cfe0d6;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 850;
}

.select-unit:hover,
.select-unit:focus-visible {
  background: #e3eee7;
}

.guest-portal {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 390px);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background: #eef4f1;
}

.guest-copy p {
  max-width: 660px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.guest-steps {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.guest-step {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid #dce7e1;
  border-radius: 8px;
}

.guest-step span:first-child {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--forest);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.guest-step strong,
.guest-step small {
  display: block;
}

.guest-step small {
  margin-top: 3px;
  color: var(--muted);
}

.guest-step em {
  color: var(--terracotta);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.old-city-card {
  max-width: 390px;
  padding: 16px;
  color: #fff;
  background: #16241e;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.phone-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 10px 18px;
}

.phone-bar span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.phone-card,
.access-code {
  margin-bottom: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.phone-card small,
.access-code small,
.access-code span {
  display: block;
  color: rgba(255, 255, 255, 0.64);
}

.phone-card strong {
  display: block;
  margin-top: 8px;
  font-size: 21px;
}

.access-code strong {
  display: block;
  margin: 10px 0;
  color: var(--clay);
  font-size: 42px;
  letter-spacing: 0.08em;
}

.flow {
  background:
    linear-gradient(135deg, rgba(184, 120, 63, 0.16), rgba(23, 33, 28, 0) 42%),
    #17211c;
  color: #fff;
}

.flow .eyebrow {
  color: var(--clay);
}

.flow .section-heading p,
.flow article p {
  color: rgba(255, 255, 255, 0.72);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.flow-grid article {
  min-height: 230px;
  padding: 22px;
  background: #17211c;
}

.flow-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 40px;
  place-items: center;
  color: #17211c;
  background: var(--clay);
  border-radius: 999px;
  font-weight: 900;
}

.flow-grid p {
  margin-bottom: 0;
  line-height: 1.48;
}

.guest-guide {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
  background: #f8f1e7;
}

.experience-section {
  background: #eef4f1;
}

.place-note .access-code strong {
  font-size: 36px;
  letter-spacing: 0;
}

.story-grid {
  grid-template-columns: repeat(4, minmax(180px, 1fr));
}

.guide-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.guide-list a {
  min-height: 92px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 850;
}

.guide-list a:hover,
.guide-list a:focus-visible {
  border-color: var(--terracotta);
  color: var(--terracotta);
}

.ops-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 420px);
  gap: 18px;
  align-items: stretch;
}

.ops-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.ops-metrics div {
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ops-metrics span,
.ops-metrics strong {
  display: block;
}

.ops-metrics span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.ops-metrics strong {
  margin-top: 8px;
  font-size: 26px;
}

.ops-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 12px;
}

.ops-board > div,
.admin-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ops-board > div {
  display: grid;
  grid-template-columns: 12px 1fr;
  column-gap: 12px;
  row-gap: 4px;
  padding: 18px;
}

.ops-board strong,
.ops-board small {
  display: block;
}

.ops-board small {
  grid-column: 2;
  color: var(--muted);
  line-height: 1.4;
}

.status {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 999px;
}

.status.ok {
  background: var(--forest);
}

.status.warn {
  background: var(--gold);
}

.admin-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
}

.admin-topline {
  display: grid;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.admin-topline span {
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-topline strong {
  font-size: 30px;
  line-height: 1;
}

dl,
dd {
  margin: 0;
}

dl {
  display: grid;
  gap: 14px;
}

dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

dd {
  margin-top: 4px;
  font-weight: 800;
}

.admin-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

#sync-output {
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.channel-feed {
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.channel-event {
  min-height: 126px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.channel-event span,
.channel-event small {
  display: block;
}

.channel-event span {
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.channel-event strong {
  display: block;
  margin: 8px 0 6px;
}

.channel-event small {
  color: var(--muted);
  line-height: 1.4;
}

.contact-section {
  background: #fffaf2;
}

.contact-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 12px;
  max-width: 1060px;
}

.contact-panel > div {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-panel span,
.contact-panel strong {
  display: block;
}

.contact-panel span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-panel strong {
  margin-top: 8px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.15;
}

.contact-panel a {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 18px;
  font-weight: 750;
}

.footer-links a {
  border-bottom: 1px solid transparent;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--terracotta);
  border-color: var(--terracotta);
}

.legal-main {
  padding: clamp(32px, 6vw, 72px) clamp(18px, 5vw, 72px) clamp(56px, 8vw, 96px);
}

.legal-hero {
  max-width: 940px;
  margin-bottom: 24px;
}

.legal-hero h1 {
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 82px);
}

.legal-hero p,
.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.legal-card {
  max-width: 940px;
  margin-top: 14px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-card h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 3vw, 34px);
}

.legal-card a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-card ul {
  margin: 0;
  padding-left: 22px;
}

.legal-card li + li {
  margin-top: 8px;
}

@media (max-width: 1100px) {
  .apartment-grid,
  .flow-grid,
  .ops-metrics,
  .channel-feed,
  .story-grid,
  .contact-panel {
    grid-template-columns: repeat(3, minmax(190px, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .construction-banner {
    align-items: center;
    flex-direction: column;
    gap: 3px;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .language-switch {
    margin-left: 0;
  }

  .hero,
  .hero-content {
    min-height: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 92px;
  }

  .hero-copy {
    max-width: 600px;
  }

  .booking-panel {
    max-width: 540px;
  }

  .availability-band,
  .guest-guide,
  .guest-portal,
  .ops-layout {
    grid-template-columns: 1fr;
  }

  .mini-calendar {
    grid-template-columns: repeat(4, minmax(92px, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    position: relative;
  }

  .brand {
    min-width: 0;
  }

  h1 {
    font-size: clamp(44px, 15vw, 70px);
  }

  .form-row,
  .price-summary,
  .payment-options,
  .apartment-grid,
  .flow-grid,
    .guide-list,
    .ops-board,
    .ops-metrics,
    .admin-actions,
    .channel-feed,
    .story-grid,
    .contact-panel {
    grid-template-columns: 1fr;
  }

  .price-summary {
    display: grid;
  }

  .price-summary small {
    max-width: none;
  }

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

  .flow-grid article {
    min-height: 190px;
  }

  .flow-grid span {
    margin-bottom: 22px;
  }
}
