/* ============================================================
   Kenland Court HOA — resident hub
   Palette drawn from the community sign & Spanish tile roofs:
   forest green, terracotta, warm cream.
   ============================================================ */

:root {
  --green: #15794a;
  --green-deep: #0f5c37;
  --green-ink: #0b3a24;
  --aqua: #1793a0;
  --aqua-deep: #0d6d78;
  --aqua-ink: #084850;
  --terra: #d2622a;
  --terra-deep: #b04f1f;
  --sun: #f0b23e;
  --cream: #faf6ea;
  --cream-warm: #f3ecdb;
  --paper: #fffdf6;
  --ink: #21301f;
  --ink-soft: #4c5a49;
  --line: #e0d7c2;
  --shadow: 0 18px 40px -18px rgba(20, 60, 40, .35);
  --font-display: "Space Grotesk", "Public Sans", -apple-system, sans-serif;
  --font-body: "Public Sans", -apple-system, "Segoe UI", sans-serif;
  --radius-arch: 999px 999px 18px 18px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; color: var(--green-ink); letter-spacing: -.025em; }
h1 { font-size: clamp(2.4rem, 5vw, 3.9rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.25rem; }

a { color: var(--green); text-decoration-color: rgba(21,121,74,.35); text-underline-offset: 3px; }
a:hover { color: var(--aqua-deep); }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--green-ink); color: #fff; padding: 12px 20px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-weight: 600; text-decoration: none;
  border-radius: 999px; padding: 11px 24px; font-size: .95rem;
  border: 2px solid transparent; cursor: pointer; font-family: var(--font-body);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: 14px 30px; font-size: 1rem; }
.btn-sm { padding: 8px 18px; font-size: .85rem; }
.btn-terra { background: var(--terra); color: #fff; box-shadow: 0 10px 22px -10px rgba(192,95,44,.6); }
.btn-terra:hover { background: var(--terra-deep); color: #fff; }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 10px 22px -10px rgba(30,107,71,.55); }
.btn-green:hover { background: var(--green-deep); color: #fff; }
.btn-ghost { background: transparent; color: var(--green-ink); border-color: rgba(20,80,52,.35); }
.btn-ghost:hover { border-color: var(--green); color: var(--green-deep); background: rgba(30,107,71,.06); }
.btn-ghost-dark { background: transparent; color: var(--ink); border-color: rgba(33,48,31,.3); }
.btn-ghost-dark:hover { border-color: var(--ink); }

/* ---------- Eyebrows ---------- */
.eyebrow, .hero-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--terra); margin-bottom: 14px;
}
.eyebrow-rule { display: inline-block; width: 34px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow.light { color: var(--cream-warm); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(248,244,233,.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1240px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; color: var(--green); flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--green-ink); }
.brand-sub { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); white-space: nowrap; }

.nav-menu { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-menu a:not(.btn) {
  display: block; padding: 8px 13px; text-decoration: none; color: var(--ink);
  font-weight: 600; font-size: .92rem; border-radius: 999px;
  transition: background .15s ease, color .15s ease;
}
.nav-menu a:not(.btn):hover { background: rgba(30,107,71,.09); color: var(--green-deep); }
.nav-cta { margin-left: 8px; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 10px; }
.nav-toggle-bar { display: block; width: 24px; height: 2.5px; background: var(--green-ink); margin: 5px 0; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

/* ---------- Hero ---------- */
.hero { overflow: hidden; background:
  radial-gradient(1200px 500px at 85% -10%, rgba(30,107,71,.08), transparent 60%),
  var(--cream); }
.hero-inner {
  max-width: 1240px; margin: 0 auto; padding: 64px 24px 84px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
}
.hero h1 em { font-style: normal; color: var(--green); }
.hero-lede { margin: 22px 0 28px; font-size: 1.08rem; color: var(--ink-soft); max-width: 54ch; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-facts {
  list-style: none; display: flex; gap: 34px; flex-wrap: wrap;
  margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line);
}
.hero-facts li { display: flex; flex-direction: column; }
.hero-facts strong { font-family: var(--font-display); font-size: 1.7rem; color: var(--terra); line-height: 1.1; }
.hero-facts li:nth-child(2) strong { color: var(--aqua); }
.hero-facts li:nth-child(3) strong { color: var(--green); }
.hero-facts li:nth-child(4) strong { color: var(--aqua-deep); }
.hero-facts span { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }

/* Arch photo frames — the brand motif from the community sign */
.arch { border-radius: var(--radius-arch); overflow: hidden; }
.arch img { width: 100%; height: 100%; object-fit: cover; }

.hero-art { position: relative; display: flex; justify-content: center; }
.arch-main {
  width: min(420px, 100%); aspect-ratio: 4 / 5;
  border: 6px solid var(--paper); box-shadow: var(--shadow);
}
.arch-small {
  position: absolute; bottom: -28px; left: -6px;
  width: 168px; aspect-ratio: 4 / 5;
  border: 5px solid var(--paper); box-shadow: var(--shadow);
}
.hero-badge {
  position: absolute; top: 18px; right: 4px;
  background: var(--sun); color: var(--green-ink);
  border-radius: 16px; padding: 14px 16px;
  display: flex; align-items: center; gap: 10px;
  font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; line-height: 1.4;
  box-shadow: var(--shadow);
}
.hero-badge svg { width: 30px; height: 30px; flex: none; }

/* ---------- Quick actions ---------- */
.quick { padding: 74px 0 30px; }
.quick .section-head { margin-bottom: 34px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.quick-card {
  position: relative; display: flex; flex-direction: column; gap: 6px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
  padding: 22px 20px 20px; text-decoration: none; color: var(--ink);
  box-shadow: 0 12px 30px -18px rgba(20,60,40,.25);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.quick-card:hover { transform: translateY(-4px); border-color: var(--green); box-shadow: var(--shadow); color: var(--ink); }
.quick-icon { width: 42px; height: 42px; border-radius: 12px; background: rgba(21,121,74,.1); color: var(--green); display: grid; place-items: center; margin-bottom: 6px; }
.quick-icon svg { width: 24px; height: 24px; }
.qi-terra { background: rgba(210,98,42,.12); color: var(--terra); }
.qi-aqua { background: rgba(23,147,160,.12); color: var(--aqua-deep); }
.qi-sun { background: rgba(240,178,62,.18); color: #a06f14; }
.quick-title { font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; color: var(--green-ink); }
.quick-desc { font-size: .86rem; color: var(--ink-soft); }
.quick-go { position: absolute; top: 20px; right: 18px; color: var(--terra); font-size: 1.2rem; transition: transform .18s ease; }
.quick-card:hover .quick-go { transform: translateX(4px); }

/* ---------- Community ---------- */
.community { padding: 90px 0; }
.community-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.community-copy p { color: var(--ink-soft); margin-top: 16px; }
.community-list { list-style: none; margin-top: 30px; display: grid; gap: 20px; }
.community-list li { display: flex; gap: 16px; align-items: flex-start; }
.community-list strong { color: var(--green-ink); }
.cl-icon {
  flex: none; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(30,107,71,.1); color: var(--green);
  display: grid; place-items: center;
}
.cl-icon svg { width: 22px; height: 22px; }

.community-photos { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cp { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.cp img { width: 100%; height: 100%; object-fit: cover; }
.cp-a { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
.cp-b { aspect-ratio: 1; }
.cp-c { aspect-ratio: 1; }

/* ---------- Amenities ---------- */
.amenities {
  background:
    radial-gradient(900px 400px at 10% 0%, rgba(255,255,255,.06), transparent 55%),
    linear-gradient(170deg, var(--green-deep), var(--green-ink));
  color: var(--cream); padding: 90px 0 100px;
}
.amenities .section-head { max-width: 620px; margin-bottom: 54px; }
.amenities h2 { color: var(--cream); }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.amenity-card h3 { color: var(--cream); margin-top: 18px; }
.amenity-addr { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sun); margin: 4px 0 8px; }
.amenity-card p { font-size: .92rem; color: #cfe3d6; }
.amenity-card a { color: #ffd9bf; text-decoration-color: rgba(255,217,191,.5); }
.amenity-card a:hover { color: #fff; }
.arch-card { aspect-ratio: 4 / 5; border-radius: 18px; border: 4px solid rgba(248,244,233,.25); transition: border-color .25s ease, transform .25s ease; }
.amenity-card:hover .arch-card { border-color: var(--terra); transform: translateY(-4px); }

/* ---------- Notices ---------- */
.notices { padding: 90px 0; }
.notices-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.notices-copy p { color: var(--ink-soft); margin: 16px 0 24px; }
.notice-list { list-style: none; display: grid; gap: 12px; }
.notice-list a {
  display: flex; align-items: center; gap: 16px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 18px; text-decoration: none; color: var(--ink);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.notice-list a:hover { transform: translateX(4px); border-color: var(--green); box-shadow: 0 10px 24px -16px rgba(20,60,40,.3); }
.notice-tag {
  flex: none; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(23,147,160,.12); color: var(--aqua-deep);
  padding: 5px 10px; border-radius: 999px; min-width: 86px; text-align: center;
}
.notice-title { font-weight: 600; font-size: .95rem; }
.notice-type { margin-left: auto; flex: none; font-size: .7rem; font-weight: 700; color: var(--terra); letter-spacing: .08em; }

/* ---------- Board ---------- */
.board { padding: 20px 0 90px; }
.board .section-head { text-align: center; max-width: 560px; margin: 0 auto 44px; }
.board .eyebrow { justify-content: center; }
.section-sub { color: var(--ink-soft); margin-top: 12px; }
.board-grid { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.board-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
  padding: 28px 16px 24px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.board-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.board-card strong { font-family: var(--font-display); font-size: 1.05rem; color: var(--green-ink); }
.board-initials {
  width: 58px; height: 58px; border-radius: 18px;
  background: linear-gradient(150deg, var(--green), var(--green-deep));
  color: var(--cream); font-family: var(--font-display); font-weight: 600; font-size: 1.15rem;
  display: grid; place-items: center; margin-bottom: 12px;
}
.board-card:nth-child(2) .board-initials { background: linear-gradient(150deg, var(--aqua), var(--aqua-deep)); }
.board-card:nth-child(3) .board-initials { background: linear-gradient(150deg, var(--terra), var(--terra-deep)); }
.board-card:nth-child(4) .board-initials { background: linear-gradient(150deg, var(--sun), #d99a1e); color: var(--green-ink); }
.board-card:nth-child(5) .board-initials { background: linear-gradient(150deg, var(--aqua-deep), var(--green-deep)); }
.board-role { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--terra); font-weight: 700; }

/* ---------- Documents ---------- */
.documents {
  background: linear-gradient(170deg, var(--aqua-deep), var(--aqua-ink));
  color: var(--cream); padding: 90px 0;
}
.documents h2 { color: #fff; }
.documents .section-head { margin-bottom: 44px; }
.doc-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.doc-col {
  background: rgba(255,253,247,.97); border-radius: 20px; padding: 30px 30px 24px;
  color: var(--ink); box-shadow: 0 24px 50px -30px rgba(0,35,40,.6);
}
.doc-col h3 { display: flex; align-items: center; gap: 10px; color: var(--aqua-deep); margin-bottom: 16px; }
.doc-col h3 svg { width: 24px; height: 24px; }
.doc-list { list-style: none; }
.doc-list li + li { border-top: 1px dashed var(--line); }
.doc-list a {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 13px 4px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: .95rem;
  transition: color .15s ease, padding-left .15s ease;
}
.doc-list a:hover { color: var(--aqua-deep); padding-left: 10px; }
.doc-list a span { flex: none; font-size: .68rem; font-weight: 700; letter-spacing: .08em; color: #fff; background: var(--terra); padding: 3px 9px; border-radius: 999px; }
.doc-note {
  margin-top: 26px; display: flex; gap: 16px; align-items: flex-start;
  background: rgba(8,72,80,.45); border: 1px solid rgba(248,244,233,.22);
  border-radius: 16px; padding: 20px 24px; font-size: .95rem;
}
.doc-note svg { width: 30px; height: 30px; flex: none; color: var(--sun); }
.doc-note strong { color: #fff; }

/* ---------- Neighbors ---------- */
.neighbors { padding: 90px 0 60px; }
.neighbors-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 60px; align-items: center; }
.neighbors-photo { aspect-ratio: 4 / 5; border-radius: 22px; border: 6px solid var(--paper); box-shadow: var(--shadow); }
.neighbors-copy p { color: var(--ink-soft); margin: 16px 0 24px; max-width: 52ch; }

/* ---------- Contact ---------- */
.contact {
  background: linear-gradient(175deg, var(--green-ink), var(--green-deep));
  color: var(--cream); padding: 90px 0;
}
.contact h2 { color: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-lede { color: #cfe3d6; margin: 16px 0 28px; }
.contact-list { list-style: none; display: grid; gap: 22px; }
.contact-list li { display: flex; gap: 16px; }
.contact-list .cl-icon { background: rgba(248,244,233,.12); color: #a8cdb8; }
.contact-list strong { display: block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: #a8cdb8; margin-bottom: 3px; }
.contact-list a { color: var(--cream); text-decoration-color: rgba(248,244,233,.4); }
.contact-list a:hover { color: #fff; }
.contact-dim { color: #9db8a8; font-size: .9rem; }

.contact-form-wrap {
  background: var(--paper); color: var(--ink);
  border-radius: 22px; padding: 34px 34px 30px; box-shadow: 0 30px 60px -35px rgba(0,25,12,.7);
}
.contact-form-wrap h3 { color: var(--green-ink); }
.contact-form-wrap > p { font-size: .92rem; color: var(--ink-soft); margin: 8px 0 20px; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: .82rem; font-weight: 700; margin-bottom: 6px; color: var(--green-ink); }
.form-row .opt { font-weight: 400; color: var(--ink-soft); }
.form-row input, .form-row textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: 12px;
  background: #fff; padding: 12px 14px; font: inherit; color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form-row input:focus, .form-row textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(30,107,71,.15);
}
.contact-form .btn { width: 100%; }
.form-note { font-size: .8rem; color: var(--ink-soft); text-align: center; margin-top: 10px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-ink); color: #b9d2c3; padding: 50px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.2fr; gap: 40px; align-items: start; }
.footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.footer-brand .brand-mark { color: #7fb598; }
.footer-brand strong { color: var(--cream); font-family: var(--font-display); font-size: 1.15rem; }
.footer-brand p { font-size: .9rem; margin-top: 4px; }
.footer-nav { display: grid; gap: 8px; }
.footer-nav a { color: #b9d2c3; text-decoration: none; font-size: .92rem; }
.footer-nav a:hover { color: #fff; }
.footer-meta { font-size: .9rem; }
.footer-meta a { color: var(--cream); }
.footer-fine { margin-top: 14px; font-size: .78rem; color: #86a794; }

/* ---------- Accessibility widget ---------- */
.a11y-widget { position: fixed; bottom: 22px; right: 22px; z-index: 200; }
.a11y-toggle {
  width: 54px; height: 54px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--green); color: #fff; display: grid; place-items: center;
  box-shadow: 0 12px 28px -10px rgba(14,54,35,.6);
  transition: transform .18s ease, background .18s ease;
}
.a11y-toggle:hover { transform: scale(1.07); background: var(--green-deep); }
.a11y-toggle svg { width: 30px; height: 30px; }
.a11y-panel {
  position: absolute; bottom: 66px; right: 0; width: 210px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 16px; box-shadow: var(--shadow);
}
.a11y-panel h3 { font-size: .95rem; margin-bottom: 10px; }
.a11y-panel button {
  display: block; width: 100%; text-align: left; margin-bottom: 8px;
  background: var(--cream); border: 1.5px solid var(--line); border-radius: 10px;
  padding: 9px 12px; font: inherit; font-size: .86rem; font-weight: 600; color: var(--ink); cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.a11y-panel button:hover { border-color: var(--green); }
.a11y-panel button[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: #fff; }
.a11y-panel .a11y-reset { background: transparent; border-style: dashed; color: var(--ink-soft); margin-bottom: 0; }

/* a11y modes */
html.a11y-fontsize body { font-size: 19px; }
html.a11y-contrast body { background: #fff; }
html.a11y-contrast :is(.hero, .quick-card, .notice-list a, .board-card, .doc-col, .contact-form-wrap) { background: #fff; }
html.a11y-contrast body :is(p, li, span.quick-desc, .hero-lede) { color: #1a241a; }
html.a11y-links a { text-decoration: underline !important; }
html.a11y-motion *, html.a11y-motion *::before, html.a11y-motion *::after {
  animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important;
}

/* ---------- Cookie consent ---------- */
.consent-banner {
  position: fixed; bottom: 22px; left: 22px; z-index: 210;
  max-width: 380px; background: var(--paper); border: 1px solid var(--line);
  border-radius: 16px; padding: 20px 22px; box-shadow: var(--shadow);
}
.consent-banner p { font-size: .88rem; margin-bottom: 14px; }
.consent-actions { display: flex; gap: 10px; }

/* ---------- Reveal on scroll ---------- */
html.js .fade-up { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
html.js .fade-up.in-view { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .fade-up { opacity: 1; transform: none; transition: none; }
  .btn:hover, .quick-card:hover, .board-card:hover { transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .quick-grid, .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .board-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-inner { grid-template-columns: 1fr; padding-bottom: 70px; }
  .hero-art { margin-top: 10px; }
  .community-grid, .notices-grid, .contact-grid, .neighbors-grid { grid-template-columns: 1fr; gap: 44px; }
  .doc-columns { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav-menu {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: 12px 20px 18px; display: none;
  }
  .nav-menu.open { display: flex; }
  .nav-cta { margin: 10px 0 0; }
  .nav-cta .btn { display: block; text-align: center; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick { padding-top: 54px; }
  .amenity-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .board-grid { grid-template-columns: 1fr 1fr; }
  .hero-facts { gap: 22px; }
  .arch-small { display: none; }
  .hero-badge { top: auto; bottom: -14px; right: 10px; }
  .consent-banner { left: 14px; right: 14px; max-width: none; bottom: 14px; }
  .a11y-widget { bottom: 14px; right: 14px; }
  body:has(.consent-banner:not([hidden])) .a11y-widget { bottom: 160px; }
  .brand-name { font-size: 1.12rem; }
  .brand-sub { font-size: .6rem; }
}

@media (max-width: 460px) {
  .amenity-grid { grid-template-columns: 1fr; }
  .board-grid { grid-template-columns: 1fr 1fr; }
  body { font-size: 16px; }
}
