:root {
  --color-primary: #275142;
  --color-secondary: #c9852b;
  --color-accent: #7a9e7e;
  --color-ink: #1d2521;
  --color-muted: #66736d;
  --color-paper: #faf7f0;
  --color-surface: #ffffff;
  --color-border: color-mix(in srgb, var(--color-primary), transparent 82%);
  --shadow: 0 18px 48px rgba(20, 28, 25, 0.14);
  --radius: 8px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  left: 1rem;
  position: absolute;
  top: -5rem;
  z-index: 30;
}

.skip-link:focus {
  top: 1rem;
}

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

:focus-visible {
  outline: 3px solid #b0854e;
  outline-offset: 3px;
}

.button,
.text-link,
.nav-toggle,
.gallery-button,
.media-button,
.card-photo-button,
.filter-button {
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button {
  align-items: center;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius);
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1rem;
  text-decoration: none;
}

.button:hover,
.button:focus-visible {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}

.button.secondary {
  background: transparent;
  color: var(--color-primary);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: var(--color-primary);
  color: #fff;
}

.text-link {
  color: var(--color-primary);
  font-weight: 700;
  text-underline-offset: 0.28em;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--color-secondary);
}

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

.topbar {
  background: var(--color-primary);
  color: #fff;
  font-size: 0.9rem;
}

.topbar-inner,
.header-inner,
.section-inner,
.footer-inner {
  margin: 0 auto;
  max-width: var(--content);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.topbar-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 38px;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 118px;
}

.brand {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  line-height: 1.1;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  background: var(--logo-bg, var(--color-paper));
  border-radius: var(--radius);
  height: var(--header-logo-height, 88px);
  object-fit: contain;
  object-position: center;
  padding: var(--header-logo-padding, 0);
  width: var(--header-logo-width, 88px);
}

.brand-text {
  display: grid;
  min-width: 0;
}

.brand-name {
  color: var(--color-primary);
  font-size: 1.22rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.brand.no-header-logo .brand-name {
  font-size: 1.72rem;
  line-height: 1.05;
}

.brand-location {
  color: var(--color-muted);
  font-size: 0.88rem;
  margin-top: 0.25rem;
}

.nav-toggle {
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-primary);
  display: none;
  min-height: 42px;
  padding: 0.45rem 0.7rem;
}

.nav-toggle span:not(.sr-only) {
  background: currentColor;
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 22px;
}

.nav-list {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  color: var(--color-ink);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-list a:hover,
.nav-list a:focus-visible,
.nav-list a[aria-current="page"] {
  color: var(--color-secondary);
}

.header-actions {
  display: flex;
  gap: 0.65rem;
  min-width: 0;
}

.hero {
  color: #fff;
  min-height: var(--hero-min-height, min(620px, calc(100svh - 190px)));
  overflow: hidden;
  position: relative;
}

.hero::before {
  background: var(--hero-overlay, linear-gradient(90deg, rgba(14, 22, 18, 0.78), rgba(14, 22, 18, 0.22)));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--hero-min-height, min(620px, calc(100svh - 190px)));
  padding-bottom: var(--hero-padding-y, clamp(2rem, 6vh, 4rem));
  padding-top: var(--hero-padding-y, clamp(2rem, 6vh, 4rem));
  position: relative;
  z-index: 2;
}

.hero.has-logo .hero-content {
  display: grid;
  gap: var(--hero-logo-gap, clamp(2rem, 5vw, 4rem));
  grid-template-columns: var(--hero-logo-column, minmax(180px, 320px)) minmax(0, 760px);
}

.hero.has-logo,
.hero.has-logo .hero-content {
  min-height: var(--hero-logo-min-height, min(560px, calc(100svh - 220px)));
}

.hero-copy {
  display: grid;
  gap: var(--hero-copy-gap, 1rem);
  min-width: 0;
}

.hero-copy .eyebrow,
.hero-copy p {
  margin: 0;
}

.hero-copy .eyebrow {
  color: var(--hero-eyebrow-color, var(--color-secondary));
}

.hero-logo {
  display: block;
  max-height: var(--hero-logo-max-height, clamp(300px, 43svh, 410px));
  max-width: min(480px, 88vw);
  object-fit: contain;
  width: auto;
}

.page-logo {
  display: block;
  margin-bottom: 1.25rem;
  max-height: 220px;
  max-width: min(260px, 70vw);
  object-fit: contain;
  width: auto;
}

.eyebrow,
.kicker {
  color: var(--color-secondary);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section-heading h2 {
  line-height: 1.05;
  margin: 0;
}

.hero h1 {
  font-size: clamp(3.1rem, 8vw, 5.8rem);
  max-width: 820px;
  overflow-wrap: anywhere;
}

.hero.has-logo h1 {
  font-size: clamp(2rem, 3.4vw, 2.85rem);
}

.hero p {
  font-size: 1.2rem;
  max-width: 620px;
  overflow-wrap: anywhere;
}

.hero-actions,
.cta-row,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--action-gap, 0.75rem);
}

.hero .button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.hero .button.secondary:hover,
.hero .button.secondary:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--color-primary);
}

.section {
  padding: var(--section-padding-y, 5rem) 0;
}

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

.floor-preview-section {
  position: relative;
}

.floor-preview-section.has-background {
  background-image: var(--floor-preview-bg);
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.floor-preview-section.has-background::before {
  background: linear-gradient(90deg, rgba(32, 26, 36, 0.16), rgba(32, 26, 36, 0.04));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.floor-preview-section.has-background .section-inner {
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.floor-preview-section.has-background .section-heading,
.floor-preview-section.has-background .card,
.floor-preview-section.has-background .cta-row {
  pointer-events: auto;
}

.floor-preview-section.has-background .section-heading p {
  color: rgba(255, 255, 255, 0.86);
}

.floor-preview-section.has-background .section-heading {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
}

.floor-preview-section.has-background .kicker {
  color: var(--floor-preview-kicker-color, var(--color-secondary));
}

.section-bg-photo-button {
  background: transparent;
  border: 0;
  cursor: zoom-in;
  inset: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.split {
  align-items: center;
  display: grid;
  gap: var(--split-gap, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
}

.split.reverse {
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
}

.split.reverse .media {
  order: -1;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-top: var(--heading-kicker-gap, 0.45rem);
}

.section-heading p {
  color: var(--color-muted);
  font-size: 1.05rem;
  margin: var(--section-text-margin, 1rem 0);
}

.media {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.media-button,
.card-photo-button,
.gallery-button {
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: block;
  padding: 0;
  width: 100%;
}

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

.lifestyle-grid {
  display: grid;
  gap: var(--content-gap, 1.5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lifestyle-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.lifestyle-copy {
  padding: var(--panel-padding, 1.35rem);
}

.lifestyle-copy h2 {
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1.08;
  margin: var(--card-heading-margin, 0.4rem 0 0.75rem);
}

.lifestyle-copy p {
  color: var(--color-muted);
  margin: var(--card-text-margin, 1rem 0);
}

.feature-strip {
  background: var(--color-primary);
  color: #fff;
  padding: var(--feature-strip-padding-y, 2rem) 0;
}

.feature-list {
  display: grid;
  gap: var(--grid-gap, 1rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  display: flex;
  font-weight: 800;
  gap: 0.7rem;
  min-height: var(--feature-item-min-height, 74px);
  padding: var(--feature-item-padding, 1rem);
}

.feature-list li::before {
  background: var(--color-secondary);
  border-radius: 999px;
  content: "";
  flex: 0 0 12px;
  height: 12px;
  width: 12px;
}

.property-links-section {
  background: var(--color-paper);
}

.property-link-grid {
  display: grid;
  gap: var(--grid-gap, 1rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.property-link-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 100%;
  padding: var(--card-padding, 1.25rem);
}

.property-link-card h3 {
  color: var(--color-primary);
  font-size: 1.15rem;
  line-height: 1.2;
  margin: 0;
}

.property-link-card p {
  color: var(--color-muted);
  margin: 0;
}

.property-link-card .card-actions {
  margin-top: auto;
}

.page-hero {
  background: var(--color-primary);
  color: #fff;
  padding: var(--page-hero-padding-y, 5rem) 0;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  max-width: 820px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 680px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: var(--filters-margin-y, 2rem) 0;
}

.filter-button {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-primary);
  cursor: pointer;
  font-weight: 800;
  min-height: 42px;
  padding: 0.45rem 0.9rem;
}

.filter-button[aria-pressed="true"],
.filter-button:hover,
.filter-button:focus-visible {
  background: var(--color-primary);
  color: #fff;
}

.card-grid {
  display: grid;
  gap: var(--grid-gap, 1.25rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.floor-plan-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  --card-padding: 0.95rem;
}

.floor-plan-grid .card {
  flex: 1 1 520px;
  max-width: 586px;
}

.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.card-photo-button img,
.card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.floor-plan-button img {
  background: #fbf7ef;
  border-bottom: 1px solid var(--color-border);
  display: block;
  object-fit: contain;
  padding: 0;
}

.floor-plan-grid .card-photo-button {
  border-radius: 0;
}

.card-body {
  padding: var(--card-padding, 1.25rem);
}

.card h2,
.card h3 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin: var(--card-title-margin, 0 0 0.45rem);
}

.meta {
  color: var(--color-muted);
  margin: var(--meta-margin, 0 0 0.9rem);
}

.price {
  color: var(--color-primary);
  font-size: 1.05rem;
  font-weight: 800;
  margin: var(--price-margin, 1rem 0);
}

.availability {
  color: var(--color-secondary);
  font-weight: 800;
}

.plan-badge {
  align-self: flex-start;
  background: rgba(67, 91, 60, 0.12);
  border: 1px solid rgba(67, 91, 60, 0.35);
  border-radius: 999px;
  color: #31472f;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  padding: 0.38rem 0.65rem;
  text-transform: uppercase;
}

.plan-stats {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0.85rem 0;
}

.plan-stats div {
  align-items: center;
  background: rgba(245, 235, 220, 0.72);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  padding: 0.7rem;
}

.plan-stats dt,
.plan-stats dd {
  margin: 0;
}

.plan-stats dt {
  align-items: center;
  color: var(--color-muted);
  display: flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.4rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.plan-stats dd {
  color: var(--color-ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.plan-stat-icon {
  align-items: center;
  background: var(--color-primary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.45rem;
  justify-content: center;
  letter-spacing: 0;
  width: 1.45rem;
}

.list-columns {
  display: grid;
  gap: var(--grid-gap, 1.25rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.list-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: var(--panel-padding, 1.35rem);
}

.list-panel h2 {
  font-size: 1.25rem;
  margin: 0 0 0.8rem;
}

.clean-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clean-list li {
  border-top: 1px solid var(--color-border);
  padding: 0.65rem 0;
}

.clean-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.gallery-grid {
  display: grid;
  gap: var(--gallery-gap, var(--grid-gap, 1.25rem));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.gallery-button,
.media-button,
.card-photo-button {
  border-radius: var(--radius);
  overflow: hidden;
}

.gallery-button {
  aspect-ratio: 4 / 3;
  background: #0a0710;
  box-shadow: 0 16px 38px rgba(20, 17, 32, 0.16);
}

.gallery-button:hover,
.gallery-button:focus-visible,
.media-button:hover,
.media-button:focus-visible,
.card-photo-button:hover,
.card-photo-button:focus-visible {
  transform: translateY(-2px);
}

.gallery-button img {
  background: #f7f2ea;
  display: block;
  height: 100%;
  object-fit: var(--photo-fit, cover);
  object-position: var(--photo-position, center center);
  width: 100%;
}

.lightbox {
  background: transparent;
  border: 0;
  height: min(92vh, 920px);
  max-height: 92vh;
  max-width: min(1180px, 96vw);
  padding: 0;
  width: min(1180px, 96vw);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.lightbox-inner {
  background: var(--color-surface);
  border-radius: var(--radius);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  overflow: hidden;
}

.lightbox-stage {
  align-items: center;
  background: #050505;
  cursor: grab;
  display: flex;
  justify-content: center;
  overflow: hidden;
  touch-action: none;
}

.lightbox-stage img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transform-origin: center;
  transition: transform 120ms ease;
  user-select: none;
}

.lightbox-footer {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.8rem 1rem;
}

.lightbox-footer p {
  margin: 0;
}

.lightbox-controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.icon-button {
  min-width: 46px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.neighborhood-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.site-red-oak-apartments {
  background:
    radial-gradient(circle at top left, rgba(176, 133, 78, 0.18), transparent 34rem),
    linear-gradient(180deg, #f5ebdc 0%, #fff9ef 42%, #ead8bf 100%);
}

.site-red-oak-apartments .topbar {
  background: #211b18;
  border-bottom: 3px solid #8b6438;
}

.site-red-oak-apartments .site-header {
  background: linear-gradient(180deg, #fff9ef 0%, #fbf1e2 100%);
  box-shadow: 0 16px 34px rgba(36, 31, 28, 0.13);
}

.site-red-oak-apartments .header-inner {
  min-height: 108px;
}

.site-red-oak-apartments .brand {
  flex: 0 1 340px;
  gap: 0.85rem;
}

.site-red-oak-apartments .brand-logo {
  background: transparent;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 18px rgba(49, 35, 27, 0.18));
}

.site-red-oak-apartments .brand-text {
  display: grid;
}

.site-red-oak-apartments .brand-name {
  color: #211b18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  font-weight: 800;
  line-height: 1.06;
}

.site-red-oak-apartments .brand-location {
  color: #5f574f;
  font-size: 0.92rem;
  font-weight: 600;
}

.site-red-oak-apartments .nav-list {
  gap: 1rem;
}

.site-red-oak-apartments .nav-list a {
  position: relative;
}

.site-red-oak-apartments .nav-list a::after {
  background: #8b6438;
  bottom: -0.48rem;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  width: 100%;
}

.site-red-oak-apartments .nav-list a:hover::after,
.site-red-oak-apartments .nav-list a:focus-visible::after,
.site-red-oak-apartments .nav-list a[aria-current="page"]::after {
  transform: scaleX(1);
}

.site-red-oak-apartments .button {
  background: #5f2320;
  border-color: #5f2320;
  box-shadow: 0 12px 24px rgba(95, 35, 32, 0.2);
  font-weight: 800;
}

.site-red-oak-apartments .button:hover,
.site-red-oak-apartments .button:focus-visible {
  transform: translateY(-1px);
}

.site-red-oak-apartments .button.secondary {
  background: #fff9ef;
  border-color: rgba(139, 100, 56, 0.72);
  box-shadow: 0 8px 18px rgba(36, 31, 28, 0.06);
  color: #241f1c;
}

.site-red-oak-apartments .hero {
  border-bottom: 6px solid #8b6438;
  min-height: clamp(520px, 58svh, 600px);
}

.site-red-oak-apartments .hero .hero-content {
  min-height: clamp(520px, 58svh, 600px);
}

.site-red-oak-apartments .hero::after {
  background:
    linear-gradient(0deg, rgba(36, 31, 28, 0.12), rgba(36, 31, 28, 0) 58%),
    linear-gradient(90deg, rgba(95, 35, 32, 0.08), rgba(67, 91, 60, 0.02));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.site-red-oak-apartments .hero > img {
  filter: none;
  object-position: center 57%;
}

.site-red-oak-apartments .media-button img,
.site-red-oak-apartments .gallery-button img {
  filter: brightness(1.06) saturate(1.08) contrast(1.06);
}

.site-red-oak-apartments .hero.has-logo .hero-content {
  align-items: center;
}

.site-red-oak-apartments .hero-logo {
  background:
    linear-gradient(180deg, rgba(255, 249, 239, 0.98), rgba(245, 235, 220, 0.96));
  border: 2px solid rgba(176, 133, 78, 0.82);
  border-radius: 999px;
  filter:
    drop-shadow(0 1px 1px rgba(255, 249, 239, 0.72))
    drop-shadow(0 20px 36px rgba(0, 0, 0, 0.5));
  max-height: none;
  outline: 1px solid rgba(95, 35, 32, 0.22);
  outline-offset: -9px;
  padding: clamp(0.72rem, 1.5vw, 1rem);
  width: min(204px, 28vw);
}

.site-red-oak-apartments .hero-copy {
  border-left: 4px solid #b0854e;
  padding-left: clamp(1.25rem, 2.6vw, 2rem);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.62);
}

.site-red-oak-apartments .hero h1,
.site-red-oak-apartments .page-hero h1,
.site-red-oak-apartments .section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.site-red-oak-apartments .hero h1 {
  font-size: clamp(3rem, 6.2vw, 5rem);
  max-width: 780px;
}

.site-red-oak-apartments .hero.has-logo h1 {
  font-size: clamp(2.65rem, 5vw, 4.4rem);
}

.site-red-oak-apartments .hero p {
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  max-width: 740px;
}

.site-red-oak-apartments .hero .button {
  background: #5f2320;
  border-color: #5f2320;
}

.site-red-oak-apartments .hero .button.secondary {
  background: rgba(33, 27, 24, 0.78);
  border-color: rgba(255, 249, 239, 0.78);
  color: #fff;
}

.site-red-oak-apartments .hero .button:hover,
.site-red-oak-apartments .hero .button:focus-visible {
  background: #7a312c;
  border-color: #7a312c;
}

.site-red-oak-apartments .section.alt {
  background:
    linear-gradient(135deg, rgba(255, 249, 239, 0.98), rgba(245, 235, 220, 0.94));
}

.site-red-oak-apartments .section-heading h2 {
  color: #211b18;
}

.site-red-oak-apartments .kicker,
.site-red-oak-apartments .eyebrow {
  color: #5f2320;
}

.site-red-oak-apartments .hero .eyebrow {
  align-self: start;
  background: transparent;
  color: #fff;
  line-height: 1.25;
  padding: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
}

.site-red-oak-apartments .media,
.site-red-oak-apartments .lifestyle-card,
.site-red-oak-apartments .card,
.site-red-oak-apartments .list-panel,
.site-red-oak-apartments .info-panel,
.site-red-oak-apartments .form {
  box-shadow: 0 22px 52px rgba(36, 31, 28, 0.15);
}

.site-red-oak-apartments .media,
.site-red-oak-apartments .gallery-button,
.site-red-oak-apartments .media-button,
.site-red-oak-apartments .card-photo-button {
  border: 1px solid rgba(139, 100, 56, 0.26);
}

.site-red-oak-apartments .feature-strip {
  background:
    linear-gradient(135deg, #211b18 0%, #4b211e 48%, #34482f 100%);
  border-bottom: 5px solid #8b6438;
  border-top: 5px solid #8b6438;
}

.site-red-oak-apartments .feature-list li {
  background: rgba(255, 252, 247, 0.08);
  border-color: rgba(255, 252, 247, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.site-red-oak-apartments .feature-list li::before {
  background: #b0854e;
  box-shadow: 0 0 0 6px rgba(176, 133, 78, 0.2);
}

.site-red-oak-apartments .feature-strip + .section {
  background:
    linear-gradient(135deg, #2b1d19 0%, #5f2320 52%, #435b3c 100%);
  color: #fff;
}

.site-red-oak-apartments .feature-strip + .section .section-heading h2,
.site-red-oak-apartments .feature-strip + .section .section-heading p {
  color: #fff;
}

.site-red-oak-apartments .feature-strip + .section .kicker {
  color: #f0c781;
}

.site-red-oak-apartments .hero + .section.alt {
  padding-top: clamp(2.8rem, 5vw, 3.8rem);
}

.site-red-oak-apartments .hero + .section.alt .split {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
}

.site-red-oak-apartments .hero + .section.alt .media-button img {
  aspect-ratio: 16 / 10;
}

.site-red-oak-apartments .red-oak-values {
  background:
    radial-gradient(circle at 8% 10%, rgba(176, 133, 78, 0.18), transparent 30%),
    linear-gradient(135deg, #fff9ef 0%, #f5ebdc 100%);
  color: #241f1c;
}

.site-red-oak-apartments .red-oak-values .section-heading h2 {
  color: #241f1c;
}

.site-red-oak-apartments .red-oak-values .section-heading p {
  color: #4f473f;
}

.site-red-oak-apartments .red-oak-values .kicker {
  color: #5f2320;
}

.value-grid {
  display: grid;
  gap: var(--grid-gap, 1.1rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-card {
  background: rgba(255, 252, 247, 0.9);
  border: 1px solid rgba(139, 100, 56, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 22px 52px rgba(36, 31, 28, 0.13);
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.15rem, 2vw, 1.5rem);
}

.value-card h3 {
  color: #241f1c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.2;
  margin: 0;
}

.value-card p {
  color: #4f473f;
  margin: 0;
}

.value-number {
  color: #7a2b25;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.red-oak-location-block {
  background:
    radial-gradient(circle at 90% 8%, rgba(67, 91, 60, 0.14), transparent 28rem),
    linear-gradient(135deg, #fff9ef 0%, #f5ebdc 100%);
}

.red-oak-location-block .section-heading {
  max-width: 820px;
}

.location-card-grid {
  display: grid;
  gap: var(--grid-gap, 1.1rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.location-card {
  background: rgba(255, 252, 247, 0.92);
  border: 1px solid rgba(139, 100, 56, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 20px 46px rgba(36, 31, 28, 0.12);
  display: grid;
  gap: 0.7rem;
  min-height: 100%;
  padding: clamp(1.15rem, 2vw, 1.5rem);
  position: relative;
}

.location-card::before {
  background:
    linear-gradient(135deg, #5f2320, #8b6438 58%, #435b3c);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(139, 100, 56, 0.12);
  content: "";
  height: 0.68rem;
  position: absolute;
  right: 1.15rem;
  top: 1.15rem;
  width: 0.68rem;
}

.location-card .value-number {
  align-items: center;
  background: rgba(95, 35, 32, 0.08);
  border: 1px solid rgba(95, 35, 32, 0.16);
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  min-height: 1.7rem;
  width: 2.8rem;
}

.location-card h3 {
  color: #241f1c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.15;
  margin: 0;
}

.location-card p {
  color: #4f473f;
  margin: 0;
}

.location-support {
  align-items: stretch;
  background: rgba(255, 252, 247, 0.94);
  border: 1px solid rgba(139, 100, 56, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 24px 56px rgba(36, 31, 28, 0.13);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  margin-top: 1.35rem;
  overflow: hidden;
}

.location-support .media-button,
.location-support .media-button img {
  height: 100%;
}

.location-support .media-button img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.location-support > div {
  align-self: center;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.location-support h3 {
  color: #241f1c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.1;
  margin: 0.35rem 0 0.75rem;
}

.location-support p {
  color: #4f473f;
  margin: 0.75rem 0 0;
}

.site-red-oak-apartments .card {
  border-top: 5px solid #8b6438;
}

.site-red-oak-apartments .card h2,
.site-red-oak-apartments .card h3,
.site-red-oak-apartments .lifestyle-copy h2 {
  color: #241f1c;
  font-family: Georgia, "Times New Roman", serif;
}

.site-red-oak-apartments .price {
  color: #5f2320;
}

.site-red-oak-apartments .availability {
  color: #435b3c;
}

.site-red-oak-apartments .plan-badge {
  background: #f3e3ca;
  border-color: rgba(95, 35, 32, 0.22);
  color: #5f2320;
}

.site-red-oak-apartments .lifestyle-card {
  border-color: rgba(139, 100, 56, 0.26);
}

.site-red-oak-apartments .lifestyle-card .media-button img {
  aspect-ratio: 16 / 9;
}

.site-red-oak-apartments .page-hero {
  background:
    linear-gradient(135deg, #211b18 0%, #5f2320 55%, #435b3c 100%);
  border-bottom: 5px solid #8b6438;
}

.site-red-oak-apartments .site-footer {
  background: #211b18;
  border-top: 5px solid #8b6438;
  overflow: hidden;
  position: relative;
}

.site-red-oak-apartments .site-footer::after {
  background-image: url("red-oak/red-oak-tree-mark-20260610.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -2.25rem;
  content: "";
  height: 12rem;
  opacity: 0.08;
  pointer-events: none;
  position: absolute;
  right: 2rem;
  width: 12rem;
}

.red-oak-cta {
  background:
    linear-gradient(135deg, rgba(36, 31, 28, 0.95), rgba(95, 35, 32, 0.92)),
    var(--color-primary);
  color: #fff;
}

.cta-panel {
  align-items: center;
  background: rgba(255, 249, 239, 0.08);
  border: 1px solid rgba(255, 249, 239, 0.24);
  border-radius: var(--radius);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(1.3rem, 3vw, 2rem);
}

.cta-panel h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  margin: 0.3rem 0 0;
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0.8rem 0 0;
  max-width: 62ch;
}

.site-red-oak-apartments .red-oak-cta .kicker {
  color: #f0c781;
}

.site-red-oak-apartments .red-oak-cta .button.secondary {
  background: #fff9ef;
  border-color: #fff9ef;
  color: #241f1c;
}

.site-red-oak-apartments .red-oak-cta .button.secondary:hover,
.site-red-oak-apartments .red-oak-cta .button.secondary:focus-visible {
  background: #f3e3ca;
  border-color: #fff;
  color: #241f1c;
}

.mobile-sticky-cta {
  display: none;
}

.contact-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
}

.form {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
}

.form-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label {
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

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

.map-frame {
  border: 0;
  border-radius: var(--radius);
  height: 330px;
  width: 100%;
}

.info-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.35rem;
}

.site-footer {
  background: var(--color-ink);
  color: #fff;
  padding: 3rem 0;
}

.footer-inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 1fr 1fr;
}

.site-footer a {
  color: #fff;
}

.footer-small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
}

.photo-credits {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  margin: 0.8rem 0;
}

.photo-credits summary {
  cursor: pointer;
  font-weight: 700;
}

.photo-credits ul {
  margin: 0.55rem 0 0;
  padding-left: 1rem;
}

.photo-credits li + li {
  margin-top: 0.35rem;
}

@media (max-width: 980px) {
  .header-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    flex-basis: 100%;
    order: 3;
    width: 100%;
  }

  .site-nav[data-open] {
    display: block;
  }

  .nav-list {
    align-items: stretch;
    border-top: 1px solid var(--color-border);
    flex-direction: column;
    gap: 0;
    padding-top: 0.8rem;
  }

  .nav-list a {
    display: block;
    padding: 0.62rem 0;
  }

  .header-actions {
    flex-basis: 100%;
    order: 4;
  }

  .brand-logo {
    height: var(--header-logo-tablet-height, 76px);
    width: var(--header-logo-tablet-width, 76px);
  }

  .split,
  .split.reverse,
  .cta-panel,
  .contact-grid,
  .footer-inner,
  .lifestyle-grid {
    grid-template-columns: 1fr;
  }

  .split.reverse .media {
    order: 0;
  }

  .card-grid,
  .gallery-grid,
  .list-columns,
  .property-link-grid,
  .value-grid,
  .neighborhood-grid,
  .location-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-support {
    grid-template-columns: 1fr;
  }

  .site-red-oak-apartments .hero + .section.alt .split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    font-size: 0.84rem;
    gap: 0.1rem;
    padding-bottom: 0.45rem;
    padding-top: 0.45rem;
  }

  .header-inner {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: 1.06rem;
  }

  .brand.no-header-logo .brand-name {
    font-size: 1.42rem;
  }

  .brand-logo {
    height: var(--header-logo-mobile-height, 68px);
    width: var(--header-logo-mobile-width, 68px);
  }

  .nav-toggle {
    justify-self: end;
  }

  .site-nav {
    grid-column: 1 / -1;
    order: initial;
  }

  .header-actions {
    display: grid;
    gap: 0.6rem;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    min-width: 0;
    width: 100%;
    order: initial;
  }

  .header-actions .button {
    line-height: 1.15;
    min-height: 46px;
    min-width: 0;
    overflow-wrap: break-word;
    padding: 0.62rem 0.7rem;
    text-align: center;
    white-space: normal;
    width: 100%;
  }

  .hero,
  .hero-content {
    min-height: var(--hero-min-height-mobile, 520px);
  }

  .hero-content {
    padding-bottom: var(--hero-padding-y-mobile, 1.5rem);
    padding-top: var(--hero-padding-y-mobile, 1.5rem);
    min-width: 0;
  }

  .hero.has-logo .hero-content {
    display: flex;
    gap: var(--hero-logo-gap-mobile, 0.65rem);
  }

  .hero.has-logo,
  .hero.has-logo .hero-content {
    min-height: var(--hero-logo-min-height-mobile, 520px);
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3rem);
  }

  .hero.has-logo h1 {
    font-size: clamp(1.8rem, 9vw, 2.05rem);
  }

  .hero p {
    font-size: 1.05rem;
  }

  .hero-copy {
    gap: 0.65rem;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    width: 100%;
  }

  .hero-copy p,
  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-logo {
    max-height: var(--hero-logo-max-height-mobile, 240px);
    max-width: 78vw;
  }

  .page-logo {
    max-height: 170px;
    max-width: 72vw;
  }

  .section {
    padding: var(--section-padding-y-mobile, 3.5rem) 0;
  }

  .feature-list,
  .card-grid,
  .gallery-grid,
  .list-columns,
  .property-link-grid,
  .value-grid,
  .location-card-grid,
  .neighborhood-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .header-actions .button {
    flex: 1 1 auto;
  }

  .lightbox {
    height: 94vh;
    max-height: 94vh;
    width: 96vw;
  }

  .lightbox-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .lightbox-controls {
    justify-content: stretch;
  }

  .lightbox-controls .button {
    flex: 1 1 auto;
  }

  .site-red-oak-apartments .header-inner {
    min-height: 0;
    max-width: 100%;
    width: 100%;
  }

  .site-red-oak-apartments .brand-logo {
    max-width: 100%;
  }

  .site-red-oak-apartments .topbar-inner,
  .site-red-oak-apartments .section-inner,
  .site-red-oak-apartments .footer-inner {
    max-width: 100%;
    width: 100%;
  }

  .site-red-oak-apartments .hero-copy,
  .site-red-oak-apartments .section-heading,
  .site-red-oak-apartments .section-heading p,
  .site-red-oak-apartments .hero-copy p {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    width: 100%;
  }

  .site-red-oak-apartments .hero-copy {
    border-left: 0;
    border-top: 4px solid #c09353;
    padding-left: 0;
    padding-top: 1rem;
  }

  .site-red-oak-apartments .hero p {
    font-size: clamp(1rem, 4.8vw, 1.08rem);
    line-height: 1.45;
    max-width: 32ch;
  }

  .site-red-oak-apartments .hero,
  .site-red-oak-apartments .hero .hero-content {
    min-height: 600px;
  }

  .site-red-oak-apartments .hero h1 {
    font-size: clamp(2.45rem, 10.6vw, 3rem);
  }

  .site-red-oak-apartments .hero + .section.alt {
    padding-top: 2rem;
  }

  .site-red-oak-apartments .hero + .section.alt .media {
    order: -1;
  }

  .site-red-oak-apartments .hero.has-logo h1 {
    font-size: clamp(2rem, 8.6vw, 2.45rem);
    max-width: 10.5ch;
  }

  .site-red-oak-apartments .section-heading h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .site-red-oak-apartments .hero-logo {
    width: min(118px, 36vw);
  }

  .plan-stats {
    grid-template-columns: 1fr;
  }

  .mobile-sticky-cta {
    background: rgba(33, 27, 24, 0.92);
    border-top: 2px solid #8b6438;
    bottom: 0;
    box-shadow: 0 -10px 24px rgba(36, 31, 28, 0.18);
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 0;
    padding: 0.5rem max(0.8rem, env(safe-area-inset-left)) max(0.5rem, env(safe-area-inset-bottom)) max(0.8rem, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    z-index: 35;
  }

  .mobile-sticky-cta a {
    align-items: center;
    background: #5f2320;
    border: 1px solid #b0854e;
    border-radius: var(--radius);
    color: #fff;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 900;
    justify-content: center;
    line-height: 1.15;
    min-height: 42px;
    padding: 0.55rem 0.65rem;
    text-align: center;
    text-decoration: none;
  }

  .mobile-sticky-cta a:first-child {
    background: #fff9ef;
    color: #241f1c;
  }

  body.site-red-oak-apartments {
    padding-bottom: 58px;
  }
}

@media (max-width: 640px) {
  .site-red-oak-apartments .header-actions {
    grid-template-columns: 1fr;
  }

  .site-red-oak-apartments .hero > img {
    object-position: 31% center;
  }
}
