/*
Theme Name: Aditya Thakur & Associates
Theme URI: https://example.com/
Author: Aditya Thakur & Associates
Description: Editorial one-page theme for a RERA registered residential real estate consultant in East Bangalore.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: aditya-thakur
Tags: one-column, custom-colors, real-estate
*/

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

:root {
  --black: #0a0a0a;
  --white: #f5f5f0;
  --green: #4a7c59;
  --green-light: #b8d4bc;
  --green-pale: #e8f0e9;
  --gray: #888;
  --border: rgba(10,10,10,0.12);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--black);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 1.5rem;
  background: var(--white);
  border-bottom: 0.5px solid var(--border);
  animation: fadeDown 0.6s ease both;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; font-weight: 600; letter-spacing: 0.03em;
  line-height: 1.3;
}
.nav-logo .rera {
  display: block; font-weight: 300; font-size: 0.52rem;
  letter-spacing: 0.05em; color: var(--gray); opacity: 0.7;
  text-transform: none;
}
.nav-logo .tagline {
  display: block; font-weight: 300; font-size: 0.6rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray);
}
.nav-cta {
  font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.5rem 1rem; border: 0.5px solid var(--black);
  background: none; color: var(--black); cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.nav-cta:hover { background: var(--black); color: var(--white); }

/* WordPress admin bar offset so the header is never cropped */
body.admin-bar nav { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar nav { top: 46px; }
}

/* HERO */
#hero {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 14.5rem 1.5rem 2.5rem;
  position: relative; overflow: hidden;
  background: var(--white);
}
.grid-lines { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.grid-line {
  position: absolute; background: var(--border);
  animation: lineGrow 1.4s cubic-bezier(0.16,1,0.3,1) both;
}
.grid-line.v { width: 0.5px; top: 0; bottom: 0; transform-origin: top; }
.grid-line.h { height: 0.5px; left: 0; right: 0; transform-origin: left; }
.grid-line:nth-child(1) { left: 25%; animation-delay: 0.1s; }
.grid-line:nth-child(2) { left: 50%; animation-delay: 0.2s; }
.grid-line:nth-child(3) { left: 75%; animation-delay: 0.3s; }
.grid-line:nth-child(4) { top: 33%; animation-delay: 0.4s; }
.grid-line:nth-child(5) { top: 66%; animation-delay: 0.5s; }
@keyframes lineGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.grid-line.h { animation-name: lineGrowH; }
@keyframes lineGrowH { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.hero-shapes { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.shape {
  position: absolute; border: 0.5px solid rgba(10,10,10,0.15);
  animation: shapeFloat 0.8s cubic-bezier(0.16,1,0.3,1) both;
}
.shape-apt    { width: 52px; height: 70px; top: 15%; right: 12%; animation-delay: 0.6s; }
.shape-villa  { width: 64px; height: 50px; top: 28%; left: 10%; animation-delay: 0.8s; }
.shape-plot   { width: 48px; height: 36px; top: 52%; right: 18%; animation-delay: 0.7s; background: var(--green-pale); }
.shape-duplex { width: 58px; height: 60px; top: 38%; left: 70%; animation-delay: 0.9s; }
.shape-dot    { width: 5px; height: 5px; border-radius: 50%; background: var(--green); border: none; top: 42%; left: 30%; animation-delay: 1s; }
.shape-dot2   { width: 3px; height: 3px; border-radius: 50%; background: var(--black); border: none; top: 22%; right: 35%; animation-delay: 1.1s; }
.shape-dot3   { width: 4px; height: 4px; border-radius: 50%; background: var(--green); border: none; top: 68%; left: 55%; animation-delay: 1.2s; }
@keyframes shapeFloat { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.shape-villa::before {
  content: ''; position: absolute; bottom: 100%; left: -1px; right: -1px;
  border-left: 33px solid transparent; border-right: 33px solid transparent;
  border-bottom: 20px solid rgba(10,10,10,0.15);
}
.shape-duplex::before {
  content: ''; position: absolute; left: 0; right: 0; top: 50%;
  height: 0.5px; background: rgba(10,10,10,0.15);
}
.apt-windows { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 6px; }
.apt-win { height: 10px; border: 0.5px solid rgba(10,10,10,0.2); }
.apt-win.lit { background: var(--green-pale); }
.shape-label { position: absolute; font-size: 0.55rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray); white-space: nowrap; }

.hero-content { position: relative; z-index: 3; }
.hero-tag {
  display: inline-block; font-size: 0.65rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--green);
  border: 0.5px solid var(--green); padding: 0.3rem 0.7rem;
  margin-bottom: 1.2rem; animation: fadeUp 0.6s ease 0.3s both;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 12vw, 4.2rem);
  font-weight: 300; line-height: 1.05; letter-spacing: -0.01em;
  margin-bottom: 1rem; animation: fadeUp 0.6s ease 0.5s both;
}
.hero-title em { font-style: italic; }
.hero-sub {
  font-size: 0.85rem; color: var(--gray); line-height: 1.6;
  max-width: 320px; margin-bottom: 2rem;
  animation: fadeUp 0.6s ease 0.7s both;
}
.hero-stats { display: flex; gap: 2rem; animation: fadeUp 0.6s ease 0.9s both; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; line-height: 1; }
.stat-num .accent { color: var(--green); }
.stat-label { font-size: 9px; color: var(--gray); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 0.2rem; }

.scroll-hint {
  position: absolute; bottom: 1.5rem; right: 1.5rem; z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
  animation: fadeIn 1s ease 1.5s both;
}
.scroll-line { width: 0.5px; height: 40px; background: var(--black); transform-origin: top; animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(1); opacity: 1; } 50% { transform: scaleY(0.4); opacity: 0.3; } }
.scroll-text { font-size: 0.55rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray); writing-mode: vertical-rl; }

/* SECTION SHARED */
section { padding: 4rem 1.5rem; border-top: 0.5px solid var(--border); }
.section-label {
  font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gray); margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.section-label::before { content: ''; width: 20px; height: 0.5px; background: var(--gray); }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 7vw, 2.6rem);
  font-weight: 300; line-height: 1.1; margin-bottom: 1rem;
}
.section-title em { font-style: italic; }

/* ABOUT */
#about { background: var(--black); color: var(--white); }
#about .section-label { color: var(--green-light); }
#about .section-label::before { background: var(--green-light); }
#about .section-title { color: var(--white); }
.about-body { font-size: 0.9rem; line-height: 1.75; color: rgba(245,245,240,0.7); margin-bottom: 2rem; }
.about-body strong { color: var(--white); font-weight: 500; }
.territory-box {
  border: 0.5px solid rgba(245,245,240,0.2); padding: 1.25rem;
  position: relative; overflow: hidden;
}
.territory-box::before {
  content: ''; position: absolute;
  top: 0; left: 0; width: 3px; height: 100%; background: var(--green);
}
.territory-title { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-light); margin-bottom: 0.6rem; }
.territory-areas { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 300; color: var(--white); line-height: 1.6; }
.map-mini {
  position: relative; height: 100px;
  border: 0.5px solid rgba(245,245,240,0.15); overflow: hidden; margin-top: 1rem;
  background: rgba(74,124,89,0.05);
}
.map-dot {
  position: absolute; width: 6px; height: 6px;
  border-radius: 50%; background: var(--green);
  animation: mapPulse 2s ease-in-out infinite;
}
.map-dot::after {
  content: ''; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 14px; height: 14px; border-radius: 50%;
  border: 0.5px solid var(--green); opacity: 0.4;
  animation: mapRing 2s ease-out infinite;
}
@keyframes mapPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }
@keyframes mapRing { from { transform: translate(-50%,-50%) scale(0.5); opacity: 0.6; } to { transform: translate(-50%,-50%) scale(2); opacity: 0; } }
.map-dot-label { position: absolute; font-size: 0.58rem; color: rgba(245,245,240,0.4); white-space: nowrap; }

/* CONFIGURATIONS */
#configs { background: var(--white); }
.configs-grid { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; }
.config-card {
  border-bottom: 0.5px solid var(--border);
  padding: 1.4rem 0;
  display: flex; align-items: flex-start; gap: 1rem;
  position: relative; overflow: hidden;
  opacity: 0; transform: translateX(-16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.config-card.visible { opacity: 1; transform: translateX(0); }
.config-card::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; height: 2px; width: 0;
  background: var(--green);
  transition: width 0.4s cubic-bezier(0.16,1,0.3,1);
}
.config-card:hover::after { width: 100%; }
.config-icon-wrap {
  width: 44px; height: 44px; flex-shrink: 0;
  border: 0.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.config-card:hover .config-icon-wrap { background: var(--green-pale); border-color: var(--green); }
.config-icon { width: 22px; height: 22px; }
.config-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; margin-bottom: 0.3rem; }
.config-desc { font-size: 0.8rem; color: var(--gray); line-height: 1.55; }
.config-num { margin-left: auto; flex-shrink: 0; font-family: 'Cormorant Garamond', serif; font-size: 0.75rem; color: rgba(10,10,10,0.2); align-self: center; }

/* PROJECTS */
#projects { background: var(--black); color: var(--white); padding-bottom: 2rem; }
#projects .section-label { color: var(--green-light); }
#projects .section-label::before { background: var(--green-light); }
#projects .section-title { color: var(--white); }
.projects-intro { font-size: 0.85rem; color: rgba(245,245,240,0.6); line-height: 1.6; margin-bottom: 2rem; }
.projects-ticker {
  display: flex; gap: 1rem;
  overflow-x: auto; padding-bottom: 1rem; scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  margin: 0 -1.5rem; padding-left: 1.5rem; padding-right: 1.5rem;
}
.projects-ticker::-webkit-scrollbar { display: none; }
.project-card {
  flex-shrink: 0; width: 220px;
  border: 0.5px solid rgba(245,245,240,0.15); padding: 1.25rem;
  position: relative; overflow: hidden;
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.project-card.visible { opacity: 1; transform: translateY(0); }
.project-card:nth-child(2) { transition-delay: 0.1s; }
.project-card:nth-child(3) { transition-delay: 0.2s; }
.project-card:nth-child(4) { transition-delay: 0.3s; }
.project-card:nth-child(5) { transition-delay: 0.4s; }
.project-card:nth-child(6) { transition-delay: 0.5s; }
.project-card:nth-child(7) { transition-delay: 0.6s; }
.project-card:nth-child(8) { transition-delay: 0.7s; }
.project-card:nth-child(9) { transition-delay: 0.8s; }
.project-card:nth-child(10) { transition-delay: 0.9s; }
.project-card:nth-child(11) { transition-delay: 1.0s; }
.project-card:nth-child(12) { transition-delay: 1.1s; }
.project-card:nth-child(13) { transition-delay: 1.2s; }
.project-type-badge {
  font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green); border: 0.5px solid var(--green);
  padding: 0.25rem 0.5rem; display: inline-block; margin-bottom: 0.9rem;
}
.project-illustration { height: 70px; margin-bottom: 0.9rem; }
.project-name { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 400; color: var(--white); margin-bottom: 0.3rem; }
.project-loc { font-size: 0.72rem; color: rgba(245,245,240,0.45); }
.project-count-bar {
  margin-top: 1.5rem; display: flex; align-items: center; gap: 1rem;
  padding: 1.25rem; border: 0.5px solid rgba(245,245,240,0.12);
  background: rgba(74,124,89,0.08);
}
.pcount-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--green); line-height: 1; }
.pcount-text { font-size: 0.8rem; color: rgba(245,245,240,0.6); line-height: 1.5; }
.pcount-text strong { color: var(--white); display: block; font-size: 0.9rem; }

/* BUILDERS */
#builders { background: var(--black); color: var(--white); padding-bottom: 2rem; }
#builders .section-label { color: var(--green-light); }
#builders .section-label::before { background: var(--green-light); }
#builders .section-title { color: var(--white); }
.builders-intro { font-size: 0.85rem; color: rgba(245,245,240,0.6); line-height: 1.6; margin-bottom: 2rem; }
.builders-intro strong { color: var(--white); font-weight: 500; }
.builders-ticker {
  display: flex; gap: 1rem;
  overflow-x: auto; padding-bottom: 1rem; scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  margin: 0 -1.5rem; padding-left: 1.5rem; padding-right: 1.5rem;
}
.builders-ticker::-webkit-scrollbar { display: none; }
.builder-card {
  flex-shrink: 0; width: 160px;
  border: 0.5px solid rgba(245,245,240,0.15); padding: 1.25rem;
  position: relative; overflow: hidden;
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  text-align: center;
}
.builder-card.visible { opacity: 1; transform: translateY(0); }
.builder-card:nth-child(2) { transition-delay: 0.08s; }
.builder-card:nth-child(3) { transition-delay: 0.16s; }
.builder-card:nth-child(4) { transition-delay: 0.24s; }
.builder-card:nth-child(5) { transition-delay: 0.32s; }
.builder-card:nth-child(6) { transition-delay: 0.40s; }
.builder-card:nth-child(7) { transition-delay: 0.48s; }
.builder-card:nth-child(8) { transition-delay: 0.56s; }
.builder-monogram {
  width: 56px; height: 56px; border-radius: 50%;
  border: 0.5px solid rgba(74,124,89,0.5);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 400;
  color: var(--green); margin: 0 auto 1rem;
  background: rgba(74,124,89,0.08);
}
.builder-name { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 400; color: var(--white); margin-bottom: 0.4rem; }
.builder-tagline { font-size: 0.72rem; color: rgba(245,245,240,0.45); }
.builder-count-bar {
  margin-top: 1.5rem; display: flex; align-items: center; gap: 1rem;
  padding: 1.25rem; border: 0.5px solid rgba(245,245,240,0.12);
  background: rgba(74,124,89,0.08);
}
.bcount-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--green); line-height: 1; }
.bcount-text { font-size: 0.8rem; color: rgba(245,245,240,0.6); line-height: 1.5; }
.bcount-text strong { color: var(--white); display: block; font-size: 0.9rem; }

/* MAP EMBED */
#map { background: var(--white); padding: 0; border-top: 0.5px solid var(--border); }
.map-header { padding: 4rem 1.5rem 2rem; }
.map-header .section-label { color: var(--gray); }
.map-embed-wrap { position: relative; width: 100%; overflow: hidden; background: var(--white); }
.map-embed-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(25%) contrast(1.05); }
.map-badge {
  position: absolute; bottom: 1rem; left: 1rem;
  background: var(--black); color: var(--white);
  padding: 0.75rem 1rem; border-left: 3px solid var(--green);
  font-size: 0.75rem; line-height: 1.5;
}
.map-badge strong { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; display: block; }
.map-note { padding: 0.9rem 1.5rem; font-size: 0.7rem; color: var(--gray); border-top: 0.5px solid var(--border); background: var(--white); }

/* WHY */
#why { background: var(--white); }
.why-grid { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.why-item {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.1rem; border: 0.5px solid var(--border);
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.why-item.visible { opacity: 1; transform: translateY(0); }
.why-item:nth-child(2) { transition-delay: 0.1s; }
.why-item:nth-child(3) { transition-delay: 0.2s; }
.why-item:nth-child(4) { transition-delay: 0.3s; }
.why-item:nth-child(5) { transition-delay: 0.4s; }
.why-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex-shrink: 0; margin-top: 0.35rem; }
.why-text { font-size: 0.85rem; line-height: 1.6; color: var(--black); }
.why-text strong { font-weight: 500; }

/* CONTACT */
#contact { background: var(--black); color: var(--white); }
#contact .section-label { color: var(--green-light); }
#contact .section-label::before { background: var(--green-light); }
#contact .section-title { color: var(--white); }
.contact-intro { font-size: 0.85rem; color: rgba(245,245,240,0.6); line-height: 1.6; margin-bottom: 2rem; }
.contact-card { border: 0.5px solid rgba(245,245,240,0.2); padding: 1.5rem; margin-bottom: 1rem; position: relative; overflow: hidden; }
.contact-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--green) 0%, transparent 100%); }
.contact-person { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--white); margin-bottom: 0.2rem; }
.contact-role { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-light); margin-bottom: 1.2rem; }
.contact-row { display: flex; align-items: center; gap: 0.7rem; padding: 0.75rem 0; border-bottom: 0.5px solid rgba(245,245,240,0.1); }
.contact-row:last-of-type { border-bottom: none; }
.contact-icon { width: 16px; height: 16px; opacity: 0.5; flex-shrink: 0; }
.contact-val { font-size: 0.9rem; color: var(--white); }
.contact-val a { color: var(--green-light); text-decoration: none; }
.contact-val a:hover { text-decoration: underline; }
.cta-call {
  display: block; width: 100%; padding: 1rem;
  background: var(--green); color: var(--white);
  text-align: center; text-decoration: none;
  font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase;
  margin-top: 1.25rem; transition: background 0.2s;
}
.cta-call:hover { background: #3a6347; }

/* FOOTER */
.site-footer {
  background: #070707; color: rgba(245,245,240,0.3);
  padding: 1.5rem; display: flex; flex-direction: column; gap: 0.4rem;
  font-size: 0.7rem; letter-spacing: 0.05em;
  border-top: 0.5px solid rgba(245,245,240,0.08);
}
.site-footer strong { color: rgba(245,245,240,0.6); }

/* ANIMATIONS */
@keyframes fadeUp   { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn   { from { opacity: 0; } to { opacity: 1; } }

/* BUILDER LOGOS */
.builder-logo-wrap {
  width: 88px; height: 88px; margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center;
  padding: 17px; border-radius: 50%; overflow: visible;
  background: transparent;
  border: 0.5px solid rgba(245,245,240,0.18);
  box-sizing: border-box;
}
.builder-logo {
  width: 100%; height: 100%;
  max-width: 100%; max-height: 100%;
  object-fit: contain; object-position: center; display: block;
}
.builder-logo-wrap.on-light { background: transparent; padding: 17px; }
.builder-logo-wrap .builder-monogram { margin: 0; width: 100%; height: 100%; border-radius: 50%; font-size: 1.5rem; }

/* FOOTER SOCIAL */
.footer-social { display: flex; gap: 0.6rem; margin-top: 0.9rem; }
.social-link {
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border: 0.5px solid rgba(245,245,240,0.2);
  color: rgba(245,245,240,0.6);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.social-link svg { width: 16px; height: 16px; }
.social-link:hover { background: var(--green); border-color: var(--green); color: var(--white); }

/* SERVICE AREA MAP IMAGE */
.map-embed-wrap .map-image {
  width: 100%; height: auto;
  display: block;
}



/* SEE MORE CARD (end of tickers) */
.see-more-card {
  flex-shrink: 0; width: 160px; align-self: stretch;
  border: 0.5px dashed rgba(74,124,89,0.6);
  background: rgba(74,124,89,0.08);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.35rem;
  padding: 1.25rem; text-align: center; text-decoration: none;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.projects-ticker .see-more-card { width: 200px; }
.see-more-card:hover { background: var(--green); border-color: var(--green); transform: translateY(-2px); }
.see-more-arrow {
  font-size: 1.4rem; color: var(--green-light); line-height: 1;
  transition: transform 0.25s, color 0.25s;
}
.see-more-card:hover .see-more-arrow { transform: translateX(4px); color: var(--white); }
.see-more-label {
  font-family: 'Cormorant Garamond', serif; font-size: 1.15rem;
  color: var(--white);
}
.see-more-sub {
  font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(245,245,240,0.5);
}
.see-more-card:hover .see-more-sub { color: rgba(245,245,240,0.85); }

/* CLICKABLE HERO STATS */
.hero-stats a.stat-link {
  display: block; text-decoration: none; color: inherit;
  cursor: pointer; transition: opacity 0.2s, transform 0.2s;
}
.hero-stats a.stat-link:hover { opacity: 0.65; transform: translateY(-2px); }
.hero-stats a.stat-link:focus-visible { outline: 1px solid var(--green); outline-offset: 4px; }
section, #map { scroll-margin-top: 80px; }


/* FAQ */
#faq { padding: 4rem 1.5rem; background: var(--off-white, #f5f5f0); border-top: 0.5px solid var(--border); }
.faq-list { margin-top: 2rem; border-top: 0.5px solid var(--border); }
.faq-item { border-bottom: 0.5px solid var(--border); }
.faq-q {
  width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
  background: none; border: 0; cursor: pointer; text-align: left;
  padding: 1.1rem 0; font-family: inherit; font-size: 0.95rem; font-weight: 500;
  color: var(--black); line-height: 1.45;
}
.faq-icon { position: relative; flex-shrink: 0; width: 12px; height: 12px; margin-top: 0.35rem; }
.faq-icon::before, .faq-icon::after {
  content: ''; position: absolute; background: var(--green, #4a7c59);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq-icon::before { top: 5.5px; left: 0; width: 12px; height: 1px; }
.faq-icon::after { left: 5.5px; top: 0; width: 1px; height: 12px; }
.faq-item.open .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-a { overflow: hidden; max-height: 0; transition: max-height 0.3s ease; }
.faq-a p { font-size: 0.85rem; line-height: 1.7; color: var(--gray, #666); margin: 0 0 1.1rem; padding-right: 2rem; }

/* FAQ CTA */
.faq-cta {
  margin-top: 2.5rem;
  padding: 1.75rem 1.5rem;
  border: 0.5px solid var(--border);
  background: var(--green-pale);
  position: relative;
  overflow: hidden;
}
.faq-cta::before {
  content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--green);
}
.faq-cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400; line-height: 1.2;
  color: var(--black); margin-bottom: 0.6rem;
}
.faq-cta-text {
  font-size: 0.85rem; line-height: 1.6; color: var(--gray);
  margin-bottom: 1rem;
}
.faq-cta-prompt {
  font-size: 0.8rem; color: var(--black);
  margin-bottom: 1.25rem; line-height: 1.6;
}
.faq-cta-prompt span { display: block; color: var(--gray); margin-bottom: 0.25rem; }
.faq-cta-prompt strong { font-weight: 600; color: var(--green); }
.faq-cta-btn {
  display: inline-block; padding: 0.75rem 1.4rem;
  background: var(--green); color: var(--white);
  font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: background 0.2s;
}
.faq-cta-btn:hover { background: #3a6347; }

@media (min-width: 768px) {
  #faq { padding: 6rem 4rem; }
  .faq-q { font-size: 1.05rem; }
  .faq-a p { font-size: 0.9rem; }
  .faq-cta { padding: 2rem 2.25rem; }
  .faq-cta-title { font-size: 1.8rem; }
  .faq-cta-text { font-size: 0.9rem; }
  .faq-cta-prompt { font-size: 0.85rem; }
}

/* HERO PORTRAIT */
.hero-portrait {
  position: absolute; z-index: 4;
  top: 8.5rem; left: 1.5rem;
  width: 100px !important; height: 100px !important; border-radius: 50%;
  overflow: hidden; border: 0.5px solid var(--border);
  box-shadow: 0 4px 14px rgba(10,10,10,0.12);
  animation: fadeUp 0.7s ease 0.3s both;
}
.hero-portrait img { width: 100% !important; height: 100% !important; object-fit: cover; display: block; filter: grayscale(100%); }
@media (min-width: 768px) { .hero-portrait { width: 120px !important; height: 120px !important; top: 5rem; left: 1.5rem; } }
@media (min-width: 768px) { #hero { padding-top: 13rem; } }
body.admin-bar .hero-portrait { top: 10.5rem; }
@media (min-width: 768px) { body.admin-bar .hero-portrait { top: 7rem; } }
