:root {
  color-scheme: light;
  --bg: #f6f2eb;
  --bg-alt: #efe6da;
  --surface: #ffffff;
  --surface-soft: #f9f5ef;
  --ink: #142234;
  --muted: #5f6876;
  --line: #d4c5b4;
  --brand: #8a4d25;
  --brand-strong: #6d3d1c;
  --accent: #0d6b70;
  --success: #0f6a3d;
  --danger: #a62222;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 20px 48px rgba(20, 34, 52, 0.12);
  --maxw: 1160px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background:
    radial-gradient(circle at 8% 6%, rgba(13, 107, 112, 0.14), transparent 36%),
    radial-gradient(circle at 96% 2%, rgba(138, 77, 37, 0.18), transparent 30%),
    linear-gradient(170deg, var(--bg) 0%, #f8f4ee 50%, #f1e8dc 100%);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.6rem 0.8rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(8px);
  background: rgba(246, 242, 235, 0.88);
  border-bottom: 1px solid rgba(138, 77, 37, 0.15);
}

.header-inner {
  min-height: 78px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-inner > * {
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(20, 34, 52, 0.14);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.brand-title {
  font-family: inherit;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.brand-sub {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.nav-toggle {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 0.45rem 0.75rem;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  display: none;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 600;
  padding: 0.4rem 0.63rem;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  background: rgba(20, 34, 52, 0.08);
}

.main-nav .cta-link {
  background: var(--brand);
  color: #fff;
}

.main-nav .cta-link:hover,
.main-nav .cta-link:focus-visible {
  background: var(--brand-strong);
}

.hero-meta {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.section-spacing {
  margin-bottom: 0.9rem;
}

.section-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.cta-spacing {
  margin-top: 1.7rem;
}

.section-ctas .button {
  min-width: 180px;
  flex: 1 1 220px;
}

.two-column-media {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  align-items: center;
  margin-top: 0.9rem;
}

.two-column-media figure {
  margin: 0;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.amenity-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
}

.amenity-icon {
  font-size: 1.25rem;
  color: var(--brand);
}

.page {
  padding: 1.35rem 0 3rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.1rem;
  background: linear-gradient(138deg, #fff 0%, #f9f5ef 64%, #f2e8db 100%);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(138, 77, 37, 0.2);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 2.2vw, 2rem);
}

.hero > *,
.columns > *,
.cta-panel > *,
.two-column-media > * {
  min-width: 0;
}

.hero h1 {
  font-family: inherit;
  margin: 0 0 0.5rem;
  line-height: 1.15;
  font-size: clamp(1.95rem, 4vw, 3rem);
  font-weight: 700;
}

.hero p {
  margin: 0.95rem 0 0;
  color: var(--muted);
  max-width: 65ch;
}

.hero-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
}

.hero-media {
  border-radius: 16px;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid rgba(138, 77, 37, 0.25);
}

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

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
}

.actions .button {
  flex: 1 1 220px;
}

.button,
button,
input[type="submit"] {
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  line-height: 1.2;
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.button-primary,
button,
input[type="submit"] {
  background: var(--brand);
  color: #fff;
}

.button-primary:hover,
button:hover,
input[type="submit"]:hover,
.button-primary:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible {
  background: var(--brand-strong);
}

.button-secondary {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
}

.stack {
  display: grid;
  gap: 1.2rem;
  margin-top: 1rem;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.1rem, 2vw, 1.65rem);
  box-shadow: 0 14px 34px rgba(20, 34, 52, 0.07);
}

.panel h2,
.panel h3 {
  font-family: inherit;
  margin: 0 0 0.35rem;
  line-height: 1.25;
  font-weight: 700;
}

.panel h2 {
  font-size: clamp(1.32rem, 2vw, 1.9rem);
}

.panel h3 {
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
}

.panel-intro {
  margin-top: 0.8rem;
  color: var(--muted);
  max-width: 72ch;
}

.badge-row {
  margin: 0.85rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.badge {
  border-radius: 999px;
  border: 1px solid rgba(13, 107, 112, 0.25);
  background: rgba(13, 107, 112, 0.09);
  color: #0a4f52;
  padding: 0.2rem 0.6rem;
  font-size: 0.76rem;
  font-weight: 700;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.stat-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.72rem 0.78rem;
  background: var(--surface-soft);
}

.stat-label {
  margin: 0;
  font-size: 0.77rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.stat-value {
  margin: 0.22rem 0 0;
  font-weight: 800;
  font-size: 1.02rem;
}

.columns {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.feature-list,
.inline-list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.inline-list li {
  position: relative;
  padding-left: 1rem;
  margin-top: 0.5rem;
}

.feature-list li::before,
.inline-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--brand);
}

.inline-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.45rem 0.9rem;
}

.inline-list li {
  margin-top: 0;
}

.copy {
  margin-top: 0.7rem;
  color: var(--muted);
}

.copy p,
.copy li {
  margin-top: 0.6rem;
}

.copy p:first-child {
  margin-top: 0;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 12px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  background: #fff;
}

th,
td {
  border-bottom: 1px solid rgba(20, 34, 52, 0.12);
  padding: 0.62rem 0.7rem;
  text-align: left;
  vertical-align: top;
}

th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #344052;
  background: #f6eee3;
}

td {
  font-size: 0.93rem;
}

h1,
h2,
h3,
p,
li,
.button,
.main-nav a,
.badge,
th,
td {
  overflow-wrap: anywhere;
}

.media-grid,
.floor-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 0.9rem;
}

.media-card,
.floor-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin: 0;
}

.media-card img,
.floor-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.media-card figcaption {
  padding: 0.65rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--muted);
}

.floor-body {
  padding: 0.65rem;
}

.floor-body h3 {
  margin: 0;
  font-size: 1rem;
}

.floor-body p {
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.faq-list {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0.78rem;
}

.faq-item h3 {
  margin: 0;
  font-size: 1.02rem;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 1.02rem;
}

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

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-weight: 800;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item[open] {
  border-color: rgba(13, 107, 112, 0.35);
  background: #fdfbf8;
}

.faq-item p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.cta-panel {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.form-wrap {
  margin-top: 0.78rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.8rem;
}

.form-grid {
  display: grid;
  gap: 0.72rem;
}

label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.87rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  border-radius: 10px;
  padding: 0.58rem 0.64rem;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.form-status {
  margin: 0.65rem 0 0;
  border-radius: 10px;
  padding: 0.58rem 0.64rem;
  border: 1px solid transparent;
  font-size: 0.91rem;
}

.form-status[hidden] {
  display: none;
}

.form-status.success {
  color: var(--success);
  border-color: rgba(15, 106, 61, 0.24);
  background: rgba(15, 106, 61, 0.08);
}

.form-status.error {
  color: var(--danger);
  border-color: rgba(166, 34, 34, 0.2);
  background: rgba(166, 34, 34, 0.08);
}

.note {
  margin-top: 0.7rem;
  font-size: 0.84rem;
  color: var(--muted);
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid rgba(138, 77, 37, 0.2);
  background: rgba(255, 255, 255, 0.45);
}

.footer-inner {
  padding: 1.2rem 0 1.8rem;
  display: grid;
  gap: 0.75rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.footer-links a {
  font-size: 0.86rem;
  text-decoration: none;
  color: var(--muted);
}

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

.disclaimer {
  margin: 0;
  color: var(--muted);
  font-size: 0.81rem;
}

.utility-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.2rem;
}

.utility-panel {
  width: min(100%, 620px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.utility-panel h1 {
  font-family: inherit;
  margin: 0;
  line-height: 1.2;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
}

.utility-panel p {
  color: var(--muted);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.6rem);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 0.65rem;
    display: none;
    align-items: stretch;
    flex-direction: column;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .table-wrap {
    border: 0;
    border-radius: 0;
    margin-top: 0.7rem;
    overflow: visible;
  }

  table.is-responsive-table {
    min-width: 0;
    display: block;
    background: transparent;
  }

  table.is-responsive-table thead {
    display: none;
  }

  table.is-responsive-table tbody {
    display: grid;
    gap: 0.65rem;
  }

  table.is-responsive-table tr {
    display: block;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    padding: 0.2rem 0.3rem;
  }

  table.is-responsive-table td {
    display: grid;
    grid-template-columns: minmax(102px, 38%) minmax(0, 1fr);
    gap: 0.45rem;
    border-bottom: 1px solid rgba(20, 34, 52, 0.12);
    padding: 0.56rem 0.5rem;
    font-size: 0.89rem;
  }

  table.is-responsive-table tr td:last-child {
    border-bottom: 0;
  }

  table.is-responsive-table td::before {
    content: attr(data-label);
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 700;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 1.2rem, var(--maxw));
  }

  .page {
    padding-top: 1rem;
  }

  .hero {
    border-radius: 16px;
  }

  .panel {
    border-radius: 16px;
  }

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

  .actions,
  .section-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .actions .button,
  .section-ctas .button {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
  }

  .hero h1 {
    font-size: clamp(1.65rem, 8vw, 2rem);
  }
}

@media (max-width: 520px) {
  .header-inner {
    min-height: 70px;
    gap: 0.55rem;
  }

  .brand {
    gap: 0.5rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-title {
    font-size: 0.96rem;
  }

  .brand-sub {
    letter-spacing: 0.05em;
    font-size: 0.68rem;
  }

  .nav-toggle {
    padding: 0.4rem 0.62rem;
    font-size: 0.86rem;
  }

  .main-nav {
    left: 0.6rem;
    right: 0.6rem;
  }

  .hero,
  .panel {
    padding: 1rem;
  }
}
