/* ============================================================
   ROCK VILLAGE — GFI ROCK VILLAGE APARTMENTS, LLC
   Light theme · warm cream · village-terracotta · warm brown
   ============================================================ */

:root {
  --cream: #F7F3EC;
  --terracotta: #C05A38;
  --terracotta-dark: #A84A2C;
  --warm-brown: #6B3F24;
  --dark-text: #33291F;
  --body-text: #4A3E31;
  --taupe: #8A7A68;
  --sand: #EDE4D3;
  --white: #FFFFFF;
  --cream-tint: #F7E8DE;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--body-text);
  background-color: var(--cream);
  overflow-x: hidden;
}

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

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

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.center {
  text-align: center;
}

/* ---------------- Fade-up reveal (JS-safe) ---------------- */
.fade-up {
  opacity: 1;
  transform: none;
}

/* ============================================================
   TWO-ROW NAVIGATION
   ============================================================ */
.two-row-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--cream);
  box-shadow: 0 1px 0 var(--sand), 0 4px 14px rgba(107, 63, 36, 0.06);
}

.nav-row-1 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--terracotta);
  color: var(--white);
  font-size: 20px;
  line-height: 1;
  border-radius: 6px;
}

.brand-name {
  font-weight: bold;
  font-size: 22px;
  color: var(--warm-brown);
  letter-spacing: 0.02em;
}

.nav-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--taupe);
  font-size: 14px;
}

.nav-contact a {
  color: var(--taupe);
  transition: color 0.2s ease;
}

.nav-contact a:hover {
  color: var(--terracotta);
}

.nav-contact-sep {
  color: var(--taupe);
}

.nav-row-2 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  border-top: 1px solid var(--sand);
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link {
  display: inline-block;
  padding: 14px 16px;
  color: #4A3E31;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-link:hover {
  color: var(--terracotta);
  border-bottom-color: var(--terracotta);
}

.nav-link.active {
  color: var(--terracotta);
  font-weight: bold;
  border-bottom-color: var(--terracotta);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 6px;
}

.nav-toggle-bar {
  display: block;
  width: 24px;
  height: 3px;
  background-color: var(--warm-brown);
  margin: 4px 0;
  border-radius: 2px;
  transition: transform 0.2s ease;
}

/* ============================================================
   THREE-COLUMN HERO
   ============================================================ */
.trio-hero {
  background-color: var(--cream);
  padding: 64px 0 8px;
}

.trio-grid {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.55fr 1fr;
  gap: 36px;
  align-items: center;
}

.hero-graphic {
  display: flex;
  justify-content: center;
}

.apartment-card,
.community-card {
  background-color: var(--white);
  border: 1px solid var(--sand);
  border-radius: 14px;
  padding: 24px 20px 16px;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 8px 24px rgba(107, 63, 36, 0.08);
}

/* Apartment building graphic */
.building {
  margin: 0 auto;
  width: 150px;
}

.roof-line {
  width: 0;
  height: 0;
  border-left: 84px solid transparent;
  border-right: 84px solid transparent;
  border-bottom: 34px solid var(--warm-brown);
  margin: 0 auto;
}

.building-body {
  background-color: var(--warm-brown);
  border-radius: 0 0 6px 6px;
  padding: 16px 12px;
  display: grid;
  gap: 10px;
}

.window-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.window {
  display: block;
  height: 22px;
  background-color: #4A3E31;
  border-radius: 3px;
}

.window.on {
  background-color: var(--terracotta);
}

.window.dim {
  background-color: var(--cream-tint);
}

.building-door {
  width: 34px;
  height: 34px;
  background-color: var(--terracotta);
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
  margin-top: 10px;
}

.graphic-caption {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-top: 14px;
}

/* Community graphic: tree + key + pool */
.comm-sky {
  position: relative;
  height: 96px;
  margin-bottom: 8px;
}

.tree {
  position: absolute;
  left: 16px;
  bottom: 0;
}

.tree-canopy {
  width: 58px;
  height: 58px;
  background-color: var(--warm-brown);
  border-radius: 50% 50% 48% 52%;
}

.tree-trunk {
  width: 10px;
  height: 26px;
  background-color: var(--terracotta);
  margin: 0 auto;
}

.brass-key {
  position: absolute;
  right: 20px;
  bottom: 6px;
  width: 74px;
  height: 40px;
}

.key-bow {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 6px solid #A97E4F;
  border-radius: 50%;
}

.key-shaft {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 44px;
  height: 6px;
  background-color: #A97E4F;
  border-radius: 3px;
}

.key-teeth {
  position: absolute;
  left: 38px;
  top: 16px;
  width: 8px;
  height: 10px;
  background-color: #A97E4F;
  border-radius: 2px;
}

.pool {
  width: 100%;
  height: 44px;
  background-color: #DCEAF2;
  border: 2px solid var(--terracotta);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.pool-ripple {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(192, 90, 56, 0.55);
  border-radius: 2px;
}

.pool-ripple:nth-child(1) {
  top: 10px;
  width: 70%;
  margin: 0 auto;
}

.pool-ripple:nth-child(2) {
  top: 20px;
  width: 50%;
  margin: 0 auto;
}

.pool-ripple:nth-child(3) {
  top: 30px;
  width: 30%;
  margin: 0 auto;
}

/* Hero copy */
.hero-copy {
  text-align: left;
}

.eyebrow-chip {
  display: inline-block;
  background-color: var(--terracotta);
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.hero-copy h1 {
  font-size: 46px;
  line-height: 1.15;
  color: var(--warm-brown);
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-copy h1 span {
  color: var(--terracotta);
}

.hero-sub {
  font-size: 18px;
  line-height: 1.8;
  color: #4A3E31;
  margin-bottom: 30px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Buttons */
.btn {
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 14px 28px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background-color: var(--terracotta);
  color: var(--white);
}

.btn-primary:hover {
  background-color: var(--terracotta-dark);
}

.btn-outline {
  background-color: transparent;
  color: var(--warm-brown);
  border-color: var(--warm-brown);
}

.btn-outline:hover {
  background-color: var(--warm-brown);
  color: var(--white);
}

.btn-large {
  padding: 16px 34px;
  font-size: 16px;
}

/* Stat line */
.stat-line {
  max-width: 1160px;
  margin: 48px auto 0;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
}

.stat-item {
  flex: 0 1 auto;
  text-align: center;
  padding: 0 44px;
  border-right: 1px solid var(--terracotta);
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  display: block;
  font-size: 34px;
  font-weight: bold;
  color: var(--terracotta);
}

.stat-label {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--taupe);
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section {
  padding: 76px 0;
}

.section-eyebrow {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: bold;
  margin-bottom: 12px;
}

.section-title {
  font-size: 34px;
  line-height: 1.25;
  color: var(--warm-brown);
  margin-bottom: 18px;
}

.section-lede {
  font-size: 17px;
  color: var(--taupe);
  margin-bottom: 40px;
}

.intro-strip .container {
  max-width: 880px;
  text-align: center;
}

.intro-copy {
  font-size: 18px;
  line-height: 1.85;
  color: #4A3E31;
}

/* ---------------- Card grid ---------------- */
.card-grid-section {
  background-color: var(--cream);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.card {
  background-color: var(--white);
  border: 1px solid var(--sand);
  border-radius: 14px;
  padding: 30px 28px;
  position: relative;
  box-shadow: 0 6px 20px rgba(107, 63, 36, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(107, 63, 36, 0.12);
}

.card-node {
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--terracotta);
  border-radius: 3px;
  margin-bottom: 18px;
}

.card-title {
  font-size: 22px;
  color: var(--warm-brown);
  margin-bottom: 12px;
}

.card-text {
  font-size: 16px;
  color: #4A3E31;
  margin-bottom: 18px;
}

.card-chip {
  display: inline-block;
  background-color: var(--sand);
  color: var(--warm-brown);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  border-radius: 6px;
}

/* ---------------- Metric band ---------------- */
.metric-band {
  background-color: var(--terracotta);
  padding: 56px 0;
}

.metric-band-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metric-item {
  text-align: center;
  padding: 0 28px;
  border-right: 1px solid var(--cream-tint);
}

.metric-item:last-child {
  border-right: none;
}

.metric-num {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: var(--white);
  line-height: 1.1;
}

.metric-label {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7E8DE;
  margin-top: 10px;
}

/* ---------------- Statement band ---------------- */
.statement-band {
  background-color: var(--white);
  padding: 76px 0;
}

.statement-band .container {
  max-width: 920px;
  border-left: 4px solid var(--terracotta);
  padding-left: 36px;
}

.statement-text {
  font-size: 24px;
  line-height: 1.7;
  color: var(--warm-brown);
  font-weight: bold;
}

/* ---------------- CTA band ---------------- */
.cta-band {
  background-color: var(--sand);
}

.cta-band .section-title {
  margin-bottom: 14px;
}

.cta-sub {
  font-size: 17px;
  color: #4A3E31;
  max-width: 640px;
  margin: 0 auto 32px;
}

/* ============================================================
   SECONDARY PAGES (services / contact)
   ============================================================ */
.page-head {
  background-color: var(--cream);
  padding: 64px 0 40px;
  border-bottom: 1px solid var(--sand);
}

.page-head .container {
  max-width: 860px;
}

.page-title {
  font-size: 42px;
  line-height: 1.2;
  color: var(--warm-brown);
  margin: 18px 0 16px;
}

.page-lede {
  font-size: 17px;
  color: #4A3E31;
}

/* Services list */
.services-list {
  background-color: var(--cream);
}

.service-block {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--sand);
}

.service-block:last-child {
  border-bottom: none;
}

.service-index {
  font-size: 26px;
  font-weight: bold;
  color: var(--terracotta);
  font-family: Verdana, Geneva, sans-serif;
}

.service-title {
  font-size: 26px;
  color: var(--warm-brown);
  margin-bottom: 14px;
}

.service-body p {
  font-size: 16px;
  margin-bottom: 14px;
}

.service-body p:last-child {
  margin-bottom: 0;
}

/* Process band */
.process-band {
  background-color: var(--white);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
}

.process-step {
  background-color: var(--cream);
  border: 1px solid var(--sand);
  border-radius: 12px;
  padding: 28px;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--terracotta);
  color: var(--white);
  font-weight: bold;
  border-radius: 50%;
  font-size: 18px;
  margin-bottom: 16px;
}

.step-title {
  font-size: 20px;
  color: var(--warm-brown);
  margin-bottom: 10px;
}

.process-step p {
  font-size: 15px;
  color: #4A3E31;
}

/* ---------------- Contact layout ---------------- */
.contact-layout {
  background-color: var(--cream);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
}

.contact-info .section-title {
  font-size: 24px;
}

.contact-line {
  font-size: 16px;
  color: #4A3E31;
  margin-bottom: 6px;
}

.text-link {
  color: var(--terracotta);
  font-weight: bold;
}

.text-link:hover {
  color: var(--terracotta-dark);
  text-decoration: underline;
}

.contact-note {
  font-size: 15px;
  color: var(--taupe);
  margin-top: 14px;
  padding: 14px 16px;
  background-color: var(--white);
  border-left: 3px solid var(--terracotta);
}

.contact-form-wrap {
  background-color: var(--white);
  border: 1px solid var(--sand);
  border-radius: 14px;
  padding: 34px;
  box-shadow: 0 8px 24px rgba(107, 63, 36, 0.08);
}

.contact-form-wrap .section-title {
  font-size: 24px;
}

.form-intro {
  font-size: 15px;
  color: var(--taupe);
  margin-bottom: 24px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: var(--warm-brown);
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--sand);
  border-radius: 8px;
  background-color: var(--cream);
  color: var(--dark-text);
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--terracotta);
  background-color: var(--white);
}

.form-fallback {
  margin-top: 16px;
  font-size: 15px;
  color: var(--terracotta);
  font-weight: bold;
}

/* ---------------- FAQ ---------------- */
.faq-band {
  background-color: var(--white);
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--sand);
  border-radius: 10px;
  margin-bottom: 16px;
  background-color: var(--cream);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  color: var(--warm-brown);
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-question::after {
  content: "+";
  font-size: 24px;
  color: var(--terracotta);
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 22px 20px;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer p {
  font-size: 16px;
  color: #4A3E31;
}

/* ============================================================
   SINGLE-ROW FOOTER
   ============================================================ */
.single-row-footer {
  background-color: var(--warm-brown);
  padding: 30px 24px;
}

.footer-row {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.footer-item {
  color: #F7F3EC;
  font-size: 14px;
}

.footer-link {
  color: #F7F3EC;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--terracotta);
}

.footer-sep {
  color: var(--terracotta);
  font-size: 14px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .trio-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .hero-copy {
    order: -1;
    grid-column: 1 / -1;
  }

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

@media (max-width: 768px) {
  .two-row-nav .nav-row-2 {
    flex-wrap: wrap;
  }

  .nav-link {
    padding: 12px 14px;
  }

  .nav-contact {
    display: none;
  }

  .trio-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-graphic {
    order: 0;
  }

  .stat-line {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }

  .stat-item {
    border-right: none;
    padding: 0;
  }

  .metric-band-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .metric-item {
    border-right: none;
    padding: 0;
  }

  .metric-item:nth-child(2) {
    border-right: none;
  }

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

  .section {
    padding: 56px 0;
  }

  .service-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

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

  .statement-text {
    font-size: 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .single-row-footer {
    padding: 24px 16px;
  }
}

@media (max-width: 560px) {
  .two-row-nav .nav-row-1 {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: block;
  }

  .nav-row-2 {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 10px;
  }

  .two-row-nav.open .nav-row-2 {
    display: flex;
  }

  .nav-row-2 .nav-link {
    text-align: center;
  }

  .hero-copy h1 {
    font-size: 30px;
  }

  .hero-ctas {
    flex-direction: column;
  }

  .btn {
    text-align: center;
  }

  .metric-band-inner {
    grid-template-columns: 1fr;
  }

  .footer-row {
    flex-direction: column;
    gap: 10px;
  }

  .footer-sep {
    display: none;
  }
}
