:root {
  --bg: #f6f4ef;
  --surface: #ffffff;
  --surface-alt: #efece4;
  --text: #12211a;
  --text-muted: #4d5c55;
  --border: rgba(18, 33, 26, 0.12);
  --accent: #0f5132;
  --accent-2: #c9a227;
  --secondary: #1c3d2c;
  --on-accent: #ffffff;
  --dark: #0c1a13;
  --radius: 10px;
  --radius-btn: 2px;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  --font-heading: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif;
  --font-body: Verdana, Geneva, sans-serif;
  --content: 1200px;
  --section-pad: 104px;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.72;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

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

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

a:hover {
  color: var(--secondary);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin: 0 0 0.6em;
}

h1 {
  font-size: clamp(40px, 6.2vw, 68px);
  line-height: 1.1;
}

h2 {
  font-size: clamp(26px, 4.2vw, 42px);
}

h3 {
  font-size: clamp(20px, 2.4vw, 26px);
}

p {
  margin: 0 0 1em;
}

ul,
ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}

.container {
  width: min(100% - 2.5rem, var(--content));
  margin-inline: auto;
}

.kicker {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.btn {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.75rem 1.35rem;
  border-radius: var(--radius-btn);
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--on-accent);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--on-accent);
}

.btn--ghost {
  background: transparent;
  color: var(--accent);
}

.btn--ghost:hover {
  background: var(--accent);
  color: var(--on-accent);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.header-brand-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.85rem 1.25rem;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -0.4px;
}

.brand-lockup img {
  width: 36px;
  height: 42px;
  object-fit: contain;
}

.header-nav-row {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--border);
  padding: 0.55rem 1rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-muted);
  padding: 0.25rem 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--accent);
  border-bottom-color: var(--accent-2);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius-btn);
  padding: 0.45rem 0.6rem;
  cursor: pointer;
  color: var(--text);
}

.nav-toggle-bars {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  position: relative;
}

.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.nav-toggle-bars::before {
  top: -7px;
}

.nav-toggle-bars::after {
  top: 7px;
}

.independence-notice {
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  padding: 0.55rem 1.25rem;
}

.independence-notice p {
  margin: 0 auto;
  max-width: var(--content);
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--text-muted);
  text-align: center;
}

.hero-offset {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  min-height: clamp(420px, 62vw, 640px);
  background: var(--bg);
  overflow: hidden;
}

.hero-offset__media {
  grid-column: 2;
  grid-row: 1;
  min-height: 420px;
}

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

.hero-offset__panel {
  grid-column: 1 / 2;
  grid-row: 1;
  align-self: center;
  position: relative;
  z-index: 1;
  margin-left: max(1.25rem, calc((100% - var(--content)) / 2));
  margin-right: -18%;
  background: var(--surface);
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-offset__panel p:last-child {
  margin-bottom: 0;
}

.section {
  padding: var(--section-pad) 0;
}

.section--alt {
  background: var(--surface-alt);
}

.section--flush-top {
  padding-top: 0;
}

.section--dark {
  background: var(--dark);
  color: #e8ebe9;
}

.section--dark h2,
.section--dark .kicker {
  color: #e8ebe9;
}

.section--dark .kicker {
  color: rgba(232, 235, 233, 0.7);
}

.section--dark p {
  color: rgba(232, 235, 233, 0.88);
}

.section-head {
  max-width: 42rem;
  margin-bottom: 2.75rem;
  margin-inline: 0;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.category-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.category-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.category-card__body {
  padding: 1.35rem 1.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}

.category-card__body h3 {
  margin: 0;
}

.category-card__body p {
  margin: 0;
  flex: 1;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.category-card__link {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--accent);
  margin-top: 0.5rem;
}

.category-card__link:hover {
  color: var(--secondary);
}

.amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--border);
}

.amenities-item {
  padding: 1.35rem 1.5rem 1.35rem 0;
  border-bottom: 1px solid var(--border);
}

.amenities-item:nth-child(even) {
  padding-left: 1.5rem;
  border-left: 1px solid var(--border);
}

.amenities-item strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
  letter-spacing: -0.3px;
}

.amenities-item span {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.closing-cta {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(232, 235, 233, 0.18);
  border-bottom: 1px solid rgba(232, 235, 233, 0.18);
}

.closing-cta h2 {
  margin-bottom: 0.75rem;
}

.closing-cta p {
  margin: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
  counter-reset: step;
}

.steps::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--border);
  z-index: 0;
}

.step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 0.25rem;
}

.step__num {
  width: 2.7rem;
  height: 2.7rem;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--accent);
}

.step h3 {
  margin-bottom: 0.5rem;
}

.step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.photo-strip {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2.5rem;
  align-items: center;
}

.photo-strip__copy p:last-child {
  margin-bottom: 0;
}

.photo-strip figure {
  margin: 0;
}

.photo-strip img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
}

.photo-strip figcaption {
  margin-top: 0.65rem;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.regions-compose {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 3rem;
  margin-top: 2.5rem;
}

.regions-compose span {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3.2vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.6px;
  color: var(--accent-2);
}

.page-title {
  padding: calc(var(--section-pad) * 0.65) 0 2.5rem;
}

.page-title .container > .kicker,
.page-title .container > h1,
.page-title .container > p {
  max-width: 40rem;
  margin-inline: 0;
}

.page-title p {
  color: var(--text-muted);
  margin-bottom: 0;
}

.quiet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.quiet-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.quiet-card__photo {
  position: relative;
  min-height: 320px;
}

.quiet-card__photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.quiet-card__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1rem 1.15rem;
  background: rgba(12, 26, 19, 0.72);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.4px;
}

.quiet-card__body {
  padding: 1.35rem 1.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.75rem;
}

.quiet-card__meta {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

.quiet-card__body p {
  margin: 0;
  flex: 1;
  color: var(--text-muted);
}

.elite-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.elite-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.elite-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.elite-card__body {
  padding: 1.75rem 1.6rem 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.65rem;
}

.elite-card__body h2 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  margin: 0;
}

.elite-card__meta {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

.elite-card__body > p {
  margin: 0;
  color: var(--text-muted);
  flex: 1;
}

.elite-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.heritage-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.heritage-row {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.heritage-row--reverse {
  grid-template-columns: 1fr 40%;
}

.heritage-row--reverse .heritage-row__photo {
  order: 2;
}

.heritage-row--reverse .heritage-row__body {
  order: 1;
}

.heritage-row__photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.heritage-row__body {
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

.heritage-row__body h2 {
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  margin: 0;
}

.heritage-row__body p {
  margin: 0;
  color: var(--text-muted);
}

.heritage-row .btn {
  align-self: flex-start;
  margin-top: 0.5rem;
}

.catalog-close {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  max-width: 40rem;
  color: var(--text-muted);
}

.editorial-lead {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.55;
  max-width: 48rem;
  margin-bottom: 3rem;
  color: var(--text);
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
}

.editorial-block h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  margin-bottom: 1rem;
}

.editorial-block p {
  color: var(--text-muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: start;
}

.contact-intro p {
  color: var(--text-muted);
}

.contact-email {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
}

.form-field {
  margin-bottom: 1.15rem;
}

.form-field label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-btn);
  background: var(--bg);
  color: var(--text);
}

.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

.agree-row {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.agree-row input {
  margin-top: 0.3rem;
  flex-shrink: 0;
}

.agree-row label {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.form-error {
  display: none;
  color: #8b1a1a;
  font-size: 0.85rem;
  margin-top: 0.35rem;
}

.form-error.is-visible {
  display: block;
}

.form-status {
  display: none;
  margin-bottom: 1rem;
  padding: 0.75rem 0.9rem;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-btn);
  color: #8b1a1a;
  font-size: 0.9rem;
}

.form-status.is-visible {
  display: block;
}

.confirm-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.confirm-panel[hidden],
.contact-form[hidden] {
  display: none !important;
}

.legal-body {
  max-width: 46rem;
}

.legal-body h2 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  margin-top: 2rem;
}

.legal-body h3 {
  font-size: 1.1rem;
  margin-top: 1.25rem;
}

.sitemap-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.15rem;
  align-items: center;
  font-size: 1.05rem;
  line-height: 1.9;
}

.sitemap-links a {
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--accent);
  padding: 0 0.35rem;
}

.sitemap-links a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.sitemap-links .sep {
  color: var(--text-muted);
  user-select: none;
}

.site-footer {
  background: var(--surface-alt);
  padding: 3.5rem 1.25rem 0;
  margin-top: auto;
}

.footer-inner {
  max-width: var(--content);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.footer-blurb {
  max-width: 36rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0;
}

.footer-kicker {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0.5rem 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.15rem;
  max-width: 52rem;
  line-height: 1.8;
}

.footer-links a {
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--text);
  padding: 0 0.4rem;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-links .sep {
  color: var(--text-muted);
}

.footer-notice {
  max-width: 40rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

.footer-bottom {
  margin-top: 2.5rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1.5rem;
  width: 100%;
  max-width: var(--content);
  margin-inline: auto;
  text-align: left;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
  font-size: 0.8rem;
}

.footer-bottom-right a,
.footer-bottom-right button {
  font-size: 0.8rem;
  color: var(--text-muted);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-body);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.footer-bottom-right a:hover,
.footer-bottom-right button:hover {
  color: var(--accent);
}

.consent-banner {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  transform: translateY(110%);
  transition: transform 0.35s ease;
}

.consent-banner.is-visible {
  transform: translateY(0);
}

.consent-banner__inner {
  background: rgba(246, 244, 239, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: var(--radius) var(--radius) 0 0;
  padding: 1.35rem 1.4rem;
  max-width: 100%;
  box-shadow: var(--shadow);
}

.consent-banner h2 {
  font-size: 1.15rem;
  margin: 0 0 0.55rem;
  letter-spacing: -0.4px;
}

.consent-banner p {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  color: var(--text);
}

.consent-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.consent-btn {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.consent-btn:hover,
.consent-btn:focus-visible {
  background: var(--accent);
  color: var(--on-accent);
  outline: none;
}

.consent-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(15, 81, 50, 0.25);
}

.consent-policy-link {
  font-size: 0.85rem;
  display: inline-block;
  margin-top: 0.35rem;
}

.consent-dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(12, 26, 19, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.consent-dialog-backdrop[hidden] {
  display: none !important;
}

.consent-dialog {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  width: min(100%, 420px);
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow);
}

.consent-dialog h2 {
  font-size: 1.2rem;
  margin: 0 0 1rem;
}

.consent-cat {
  border-top: 1px solid var(--border);
  padding: 0.9rem 0;
}

.consent-cat:last-of-type {
  border-bottom: 1px solid var(--border);
  margin-bottom: 1rem;
}

.consent-cat label {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.9rem;
  cursor: pointer;
}

.consent-cat input:disabled {
  cursor: not-allowed;
}

.consent-cat strong {
  display: block;
  font-family: var(--font-heading);
  margin-bottom: 0.2rem;
}

.consent-cat span {
  color: var(--text-muted);
  font-size: 0.82rem;
}

@media (min-width: 900px) {
  .consent-banner {
    left: auto;
    right: 1.25rem;
    bottom: 1.25rem;
    width: min(420px, calc(100% - 2.5rem));
    padding: 0;
  }

  .consent-banner__inner {
    border-radius: var(--radius);
  }
}

@media (max-width: 1024px) {
  :root {
    --section-pad: 88px;
  }

  .elite-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .header-brand-row {
    justify-content: space-between;
    padding: 0.75rem 1rem;
  }

  .nav-toggle {
    display: block;
  }

  .header-nav-row {
    display: none;
    border-top: 1px solid var(--border);
    padding: 0.75rem 1rem 1rem;
  }

  .header-nav-row.is-open {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .hero-offset {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-offset__media {
    grid-column: 1;
    grid-row: 1;
    min-height: 280px;
    max-height: 360px;
  }

  .hero-offset__panel {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    border-left: none;
    border-right: none;
    box-shadow: none;
  }

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

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

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

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .photo-strip {
    grid-template-columns: 1fr;
  }

  .photo-strip img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 768px) {
  :root {
    --section-pad: 72px;
  }

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

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

  .amenities-item:nth-child(even) {
    padding-left: 0;
    border-left: none;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .steps::before {
    display: none;
  }

  .heritage-row,
  .heritage-row--reverse {
    grid-template-columns: 1fr;
  }

  .heritage-row--reverse .heritage-row__photo,
  .heritage-row--reverse .heritage-row__body {
    order: initial;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .category-grid,
  .elite-grid {
    grid-template-columns: 1fr;
  }

  .container {
    width: min(100% - 1.5rem, var(--content));
  }
}

@media (max-width: 480px) {
  :root {
    --section-pad: 56px;
  }

  .quiet-card__photo,
  .quiet-card__photo img {
    min-height: 260px;
  }

  .consent-banner__actions {
    flex-direction: column;
  }

  .consent-btn {
    width: 100%;
    text-align: center;
  }
}
