:root {
  --pine: #003b2f;
  --pine-deep: #002d24;
  --pine-black: #00271f;
  --cream: #fbfaf6;
  --warm: #f5f1e8;
  --ink: #092f27;
  --gold: #d5b75f;
  --line: #d9d5cb;
  --display: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #101715; background: var(--cream); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header { height: 92px; padding: 0 clamp(28px, 3vw, 48px); display: flex; align-items: center; gap: clamp(24px, 4vw, 74px); color: #fff; background: linear-gradient(100deg, #00362b, #002a22); position: relative; z-index: 20; }
.brand { min-width: 240px; display: flex; align-items: center; }
.tree-logo { width: 66px; height: 72px; object-fit: contain; object-position: center; filter: drop-shadow(0 1px 0 rgba(255,255,255,.22)); }
.brand-copy { display: grid; grid-template-columns: auto 95px; align-items: end; column-gap: 8px; line-height: 1; }
.brand-copy strong { grid-column: 1 / -1; font: 600 31px/1 var(--display); letter-spacing: .035em; }
.brand-copy span { font: 600 17px/1.3 var(--display); letter-spacing: .04em; }
.brand-copy i { width: 94px; height: 17px; display: block; background: repeating-radial-gradient(ellipse at 50% 100%, transparent 0 9px, #fff 10px 11px, transparent 12px 18px); opacity: .9; }
.official-brand-logo { width: 220px; height: 82px; display: block; object-fit: contain; filter: brightness(0) invert(1); }
.nav { flex: 1; height: 100%; display: flex; justify-content: center; align-items: stretch; gap: clamp(22px, 3.4vw, 53px); }
.nav a { min-width: max-content; display: flex; align-items: center; position: relative; font-size: 13px; text-transform: uppercase; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 21px; height: 2px; background: transparent; }
.nav a:hover::after, .nav a.active::after { background: var(--gold); }
.chevron { margin-left: 8px; font-size: 17px; transform: translateY(-2px); }
.portal-button { min-width: 188px; padding: 13px 18px; display: flex; justify-content: center; align-items: center; gap: 10px; border: 1px solid #ead799; border-radius: 6px; font-size: 12px; text-transform: uppercase; }
.portal-button:hover { color: var(--pine); background: #ead799; }
.resident-icon { width: 15px; height: 16px; display: inline-block; flex: 0 0 15px; position: relative; color: currentColor; }
.resident-icon::before { content: ""; width: 5px; height: 5px; position: absolute; top: 0; left: 50%; border: 1.4px solid currentColor; border-radius: 50%; transform: translateX(-50%); }
.resident-icon::after { content: ""; width: 12px; height: 6px; position: absolute; left: 50%; bottom: 0; border: 1.4px solid currentColor; border-radius: 7px 7px 2px 2px; transform: translateX(-50%); }
.menu-button { display: none; margin-left: auto; border: 0; color: #fff; background: transparent; font-size: 28px; }

.hero { height: 384px; min-height: 384px; display: grid; place-items: start center; position: relative; overflow: hidden; background: url("/public/river-forest-lake-v2.png") center 48% / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.02) 55%, rgba(0,34,27,.16)); }
.hero-content { width: min(900px, 90%); padding-top: 26px; position: relative; color: var(--ink); text-align: center; }
.welcome-line { margin: 0; font: 500 33px/1.1 var(--display); }
h1 { margin: 2px 0 8px; font: 600 clamp(43px, 4vw, 62px)/1.08 var(--display); letter-spacing: -.018em; }
.ornament { margin: 8px auto 10px; display: flex; align-items: center; justify-content: center; gap: 17px; color: #788c72; }
.ornament span { width: 160px; height: 1px; background: #859184; opacity: .65; }
.ornament b { font-size: 24px; font-weight: 400; }
.hero-tagline { margin: 0; font: 500 14px/1.4 var(--display); letter-spacing: .235em; text-transform: uppercase; }
.content-shell { width: min(1372px, calc(100% - 80px)); margin: 0 auto; position: relative; z-index: 4; }
.welcome-section { min-height: 265px; display: grid; grid-template-columns: 400px 1fr; gap: 20px; padding: 14px 4px 14px 52px; background: var(--cream); }
.welcome-copy { padding: 16px 15px 0 0; }
.section-kicker { color: var(--pine); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
h2 { margin: 8px 0 13px; color: var(--ink); font: 600 31px/1.1 var(--display); }
.welcome-copy p { max-width: 365px; margin: 0; font-size: 15px; line-height: 1.65; }
.entrance-image { min-height: 236px; border-radius: 9px; background: url("/public/river-forest-entrance-v3.png") center / cover no-repeat; }

.feature-strip { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 10px 25px; color: #fff; background: linear-gradient(100deg, #064737, #003a2e); border-radius: 0 0 9px 9px; }
.feature-strip article { display: grid; grid-template-columns: 66px 1fr; align-items: center; gap: 10px; padding: 12px 24px; border-right: 1px solid rgba(233,215,158,.25); }
.feature-strip article:last-child { border-right: 0; }
.feature-icon { color: #ecd79d; font: 54px/1 var(--display); text-align: center; }
.feature-strip h3 { margin: 0 0 5px; font: 500 15px var(--display); }
.feature-strip p { margin: 0; max-width: 160px; font-size: 12px; line-height: 1.45; }

.location-section { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 38px 52px 42px; background: #f7f4ed; border-top: 1px solid var(--line); }
.location-copy { padding-right: 48px; border-right: 1px solid var(--line); }
.location-section h2 { margin-bottom: 12px; }
.location-section p { margin: 0; color: #283e37; font-size: 14px; line-height: 1.7; }
.location-amenities h3 { margin: 8px 0 10px; color: var(--ink); font: 600 23px/1.15 var(--display); }
.location-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.location-links .amenity-button { display: inline-block; padding: 10px 16px; color: #fff; background: linear-gradient(180deg, #074c3b, #00362b); border: 1px solid var(--pine); border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,.14); font-size: 11px; font-weight: 600; text-align: center; text-transform: uppercase; }
.location-links .amenity-button:hover { color: #fff; background: #075944; }

.resident-placeholder { display: none; }
.legal-main { min-height: calc(100vh - 227px); padding: 44px 20px 64px; background: linear-gradient(180deg, #f2ede3 0, var(--cream) 220px); }
.legal-shell { width: min(820px, 100%); margin: 0 auto; padding: 38px 46px 46px; background: #fff; border: 1px solid rgba(17,55,44,.12); border-top: 4px solid var(--gold); border-radius: 8px; box-shadow: 0 8px 24px rgba(22,40,32,.07); }
.legal-shell h1 { margin: 5px 0 7px; color: var(--ink); font: 600 clamp(32px, 4vw, 40px)/1.08 var(--display); letter-spacing: -.01em; }
.legal-updated { margin: 0 0 24px; color: #68756f; font-size: 11px; }
.legal-shell h2 { margin: 24px 0 8px; padding-top: 18px; color: var(--ink); border-top: 1px solid #e5e1d8; font: 600 19px/1.25 var(--display); }
.legal-shell p, .legal-shell li { color: #30433d; font-size: 13px; line-height: 1.65; }
.legal-shell p { margin: 0 0 11px; }
.legal-shell ul { margin: 7px 0 14px; padding-left: 20px; }
.legal-shell li { margin-bottom: 4px; }
.legal-shell a { color: #00614c; text-decoration: underline; text-underline-offset: 3px; }
.legal-back { display: inline-flex; margin-top: 20px; padding: 10px 16px; color: #fff !important; background: var(--pine); border-radius: 5px; font-size: 11px; font-weight: 600; text-decoration: none !important; text-transform: uppercase; }
.contact-main { min-height: calc(100vh - 227px); padding: 44px 20px 64px; background: linear-gradient(180deg, #f2ede3 0, var(--cream) 240px); }
.contact-shell { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: 390px 1fr; overflow: hidden; background: #fff; border: 1px solid rgba(17,55,44,.12); border-top: 4px solid var(--gold); border-radius: 9px; box-shadow: 0 8px 26px rgba(22,40,32,.08); }
.contact-details { padding: 42px 44px; }
.contact-details h1 { margin: 5px 0 12px; color: var(--ink); font: 600 clamp(34px, 4vw, 42px)/1.08 var(--display); letter-spacing: -.01em; }
.contact-intro { margin: 0 0 28px; color: #4a5b55; font-size: 14px; line-height: 1.65; }
.contact-item { padding: 18px 0; border-top: 1px solid #e5e1d8; }
.contact-item h2 { margin: 0 0 7px; color: var(--ink); font: 600 18px/1.25 var(--display); }
.contact-item p { margin: 0; color: #30433d; font-size: 13px; line-height: 1.65; }
.contact-item a { color: #00614c; text-decoration: underline; text-underline-offset: 3px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.contact-button { display: inline-flex; justify-content: center; padding: 10px 16px; color: #fff; background: linear-gradient(180deg, #074c3b, #00362b); border: 1px solid var(--pine); border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,.14); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.contact-button:hover { color: #fff; background: #075944; }
.contact-button.secondary { color: var(--pine); background: transparent; box-shadow: none; }
.contact-button.secondary:hover { color: #fff; background: var(--pine); }
.contact-map { min-height: 520px; background: #e7e4dc; }
.contact-map iframe { width: 100%; height: 100%; min-height: 520px; display: block; border: 0; }

footer { margin-top: 0; color: #fff; background: linear-gradient(100deg, #00382d, #002a22); }
.footer-grid { width: min(1372px, calc(100% - 80px)); min-height: 135px; margin: 0 auto; display: grid; grid-template-columns: 280px minmax(280px, 1fr) minmax(360px, 1.35fr); align-items: center; }
.footer-brand { min-height: 102px; padding: 10px 34px 10px 4px; display: flex; align-items: center; border-right: 1px solid rgba(255,255,255,.25); }
.footer-logo { display: flex; align-items: center; gap: 11px; white-space: nowrap; }
.footer-logo img { width: 58px; height: 62px; flex: 0 0 auto; object-fit: contain; }
.footer-logo span { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo strong { font: 500 28px/1.02 var(--display); letter-spacing: .01em; }
.footer-logo small { margin-top: 3px; font: 500 13px/1 var(--display); letter-spacing: .11em; }
.footer-official-logo { width: 210px !important; height: 88px !important; display: block; object-fit: contain; filter: brightness(0) invert(1); }
.footer-column { min-height: 102px; padding: 4px 36px; border-right: 1px solid rgba(255,255,255,.25); font-size: 11px; line-height: 1.55; }
.footer-column h3 { margin: 0 0 7px; font-size: 11px; text-transform: uppercase; }
.footer-column a { display: block; margin: 0 0 5px; }
.footer-column p { margin: 0 0 5px; }
.footer-column p a { display: inline; margin: 0; white-space: nowrap; }
.footer-column p span { display: inline-block; margin-left: 20px; }
.copyright { padding-left: 38px; font-size: 11px; line-height: 1.6; }
.copyright p { margin: 0 0 10px; }
.copyright p:last-child { display: flex; gap: 13px; align-items: center; }
.copyright i { height: 15px; width: 1px; background: rgba(255,255,255,.5); }

@media (max-width: 1240px) {
  .site-header { gap: 22px; }
  .brand { min-width: 230px; }
  .official-brand-logo { width: 200px; height: 76px; }
  .brand-copy strong { font-size: 25px; }
  .nav { gap: 20px; }
  .nav a { font-size: 11px; }
  .portal-button { min-width: 160px; }
  .content-shell, .footer-grid { width: calc(100% - 40px); }
  .footer-grid { grid-template-columns: 240px 1fr 1.4fr; }
  .footer-column { padding-right: 24px; padding-left: 24px; }
}
@media (max-width: 980px) {
  .site-header { height: 76px; padding: 0 22px; }
  .brand { min-width: 0; }
  .tree-logo { width: 48px; height: 54px; }
  .official-brand-logo { width: 180px; height: 66px; }
  .footer-official-logo { width: 200px !important; height: 82px !important; }
  .brand-copy strong { font-size: 22px; }
  .brand-copy span { font-size: 13px; }
  .portal-button { display: none; }
  .menu-button { display: block; }
  .nav { display: none; position: absolute; top: 76px; left: 0; right: 0; height: auto; padding: 10px 24px 20px; flex-direction: column; align-items: stretch; gap: 0; background: var(--pine-deep); box-shadow: 0 12px 22px rgba(0,0,0,.28); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; }
  .nav a::after { bottom: 5px; right: auto; width: 40px; }
  .hero { height: 410px; min-height: 410px; }
  .hero-content { padding-top: 36px; }
  .content-shell { width: calc(100% - 32px); margin-top: 0; }
  .welcome-section { grid-template-columns: 1fr; padding: 28px; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-map, .contact-map iframe { min-height: 380px; }
  .location-section { grid-template-columns: 1fr; gap: 26px; padding: 32px 28px; }
  .location-copy { padding-right: 0; padding-bottom: 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .welcome-copy p { max-width: none; }
  .entrance-image { min-height: 280px; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-strip article:nth-child(2) { border-right: 0; }
  .feature-strip article:nth-child(n+3) { border-top: 1px solid rgba(233,215,158,.25); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); padding: 30px 0; }
  .footer-brand, .footer-column { min-height: 120px; padding: 15px 28px; border-right: 1px solid rgba(255,255,255,.2); }
  .footer-column { border-right: 0; }
  .copyright { grid-column: 1 / -1; padding: 22px 28px 0; border-top: 1px solid rgba(255,255,255,.2); }
}
@media (max-width: 600px) {
  .brand-copy { grid-template-columns: 1fr; }
  .official-brand-logo { width: 155px; height: 58px; }
  .footer-official-logo { width: 175px !important; height: 72px !important; }
  .brand-copy i { display: none; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy span { font-size: 11px; letter-spacing: .12em; }
  .hero { height: 430px; min-height: 430px; background-position: 46% center; }
  .hero-content { padding-top: 48px; }
  .welcome-line { font-size: 26px; }
  h1 { font-size: 39px; }
  .ornament span { width: 80px; }
  .hero-tagline { font-size: 10px; line-height: 1.7; }
  .content-shell { width: calc(100% - 20px); }
  .welcome-section { padding: 26px 20px; }
  .location-section { padding: 28px 20px; }
  .location-links { flex-direction: column; }
  .location-links .amenity-button { width: 100%; text-align: center; }
  .legal-main { padding: 24px 10px 40px; }
  .legal-shell { padding: 26px 20px 34px; }
  .legal-shell h1 { font-size: 30px; }
  .legal-shell h2 { font-size: 18px; }
  .contact-main { padding: 24px 10px 40px; }
  .contact-details { padding: 28px 22px; }
  .contact-details h1 { font-size: 31px; }
  .contact-actions { flex-direction: column; }
  .contact-button { width: 100%; }
  .contact-map, .contact-map iframe { min-height: 320px; }
  .entrance-image { min-height: 205px; }
  .feature-strip { grid-template-columns: 1fr; padding: 8px 20px; }
  .feature-strip article { border-right: 0; border-bottom: 1px solid rgba(233,215,158,.25); }
  .feature-strip article:nth-child(n+3) { border-top: 0; }
  .feature-strip article:last-child { border-bottom: 0; }
  .footer-grid { width: calc(100% - 30px); grid-template-columns: 1fr; }
  .footer-brand, .footer-column { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .copyright { grid-column: auto; padding-left: 28px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }