@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700&family=Open+Sans:wght@400;500&display=swap');

:root {
  --navy: #07111d;
  --gold: #c5a059;
  --cream: #fcfaf7;
  --cream-alt: #f3f1ec;
  --text-muted: #5b6672;
  --text-muted-dark: #9aa4b2;
  --border: #e5e7eb;
}

* { box-sizing: border-box; }
html, body { margin: 0; background: var(--cream); }
body { font-family: 'Open Sans', sans-serif; color: #1f2937; }
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; margin: 0; }

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

/* header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy);
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px; font-family: 'Inter', sans-serif;
}
.site-header .brand { display: flex; align-items: center; gap: 12px; }
.site-header .brand img { width: 44px; height: 44px; border-radius: 50%; }
.site-header .brand span { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; color: #fff; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13.5px; font-weight: 500; }
.site-nav a { color: #e5e7eb; }
.site-nav a.active { color: var(--gold); text-decoration: underline; text-underline-offset: 6px; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.btn-gold { background: var(--gold); color: var(--navy); font-weight: 600; padding: 9px 20px; border-radius: 20px; font-size: 13px; display: inline-block; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; }

@media (max-width: 860px) {
  .site-nav { position: fixed; inset: 62px 0 0 0; background: var(--navy); flex-direction: column; padding: 24px; gap: 20px; align-items: flex-start; display: none; }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
}

/* hero */
.hero { position: relative; }
.hero img { width: 100%; height: 560px; object-fit: cover; }
.hero .overlay { position: absolute; inset: 0; background: rgba(7,17,29,0.62); }
.hero .content {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  justify-content: center; align-items: center; text-align: center;
  padding: 0 24px; gap: 20px;
}
.eyebrow { color: var(--gold); font-size: 12px; letter-spacing: 0.14em; font-weight: 600; }
.hero h1 { color: #fff; font-size: clamp(26px, 4.2vw, 44px); line-height: 1.25; max-width: 900px; }
.hero .meta { color: #d7dbe0; font-size: 13.5px; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.hero .meta .sep { color: var(--gold); }

@media (max-width: 700px) { .hero img { height: 420px; } }

/* areas */
.areas { padding: 64px 24px; text-align: center; }
.areas h2 { font-size: clamp(26px, 4vw, 34px); color: var(--navy); }
.areas .sub { font-size: 14px; color: var(--text-muted); margin: 8px 0 32px; }
.areas-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; text-align: left; }
.area-card { border-top: 3px solid var(--gold); background: #fff; padding: 26px; }
.area-card h3 { font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.area-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin: 0; }

@media (max-width: 900px) { .areas-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 600px) { .areas-grid { grid-template-columns: 1fr; } }

/* pillars */
.pillars { background: var(--navy); padding: 64px 24px; }
.pillars .eyebrow { text-align: center; display: block; margin-bottom: 40px; }
.pillar-row { display: flex; gap: 36px; align-items: center; max-width: 1080px; margin: 0 auto 48px; }
.pillar-row:last-child { margin-bottom: 0; }
.pillar-row.reverse { flex-direction: row-reverse; }
.pillar-row img { width: 320px; height: 220px; object-fit: cover; flex-shrink: 0; }
.pillar-row h3 { color: #fff; font-size: 22px; margin-bottom: 8px; }
.pillar-row p { color: var(--text-muted-dark); font-size: 13.5px; line-height: 1.7; margin: 0; }

@media (max-width: 760px) {
  .pillar-row, .pillar-row.reverse { flex-direction: column; }
  .pillar-row img { width: 100%; height: 220px; }
}

/* stats */
.stats { background: var(--navy); border-top: 1px solid #1d2534; padding: 48px 24px; text-align: center; }
.stats .lead { color: #fff; font-size: 15px; max-width: 600px; margin: 0 auto 24px; }
.stats-row { display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; }
.stats-row .num { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--gold); }
.stats-row .label { font-size: 12px; color: var(--text-muted-dark); }

/* team cta */
.team-cta { padding: 64px 24px; display: flex; gap: 44px; align-items: center; max-width: 1160px; margin: 0 auto; }
.team-cta .text { max-width: 420px; display: flex; flex-direction: column; gap: 14px; }
.team-cta .text p { font-size: 13.5px; color: var(--text-muted); line-height: 1.7; margin: 0; }
.team-cta img { flex: 1; height: 320px; object-fit: cover; }

@media (max-width: 820px) { .team-cta { flex-direction: column; } .team-cta img { width: 100%; } }

/* testimonials */
.testimonials { background: var(--navy); padding: 64px 24px; text-align: center; }
.testimonials h2 { color: #fff; font-size: clamp(22px, 3.4vw, 28px); max-width: 560px; margin: 8px auto; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 16px; }
.testimonials .rating { color: #fff; font-size: 15px; font-weight: 600; margin-top: 6px; }
.testimonials .verified { color: var(--text-muted-dark); font-size: 12px; }
.testimonials .lead { color: #c9d1dc; font-size: 14px; max-width: 600px; margin: 18px auto 36px; line-height: 1.7; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
.review-card { background: var(--cream); padding: 28px 22px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.review-card p { font-size: 13.5px; color: #1f2937; line-height: 1.6; margin: 0; }
.review-card .name { font-size: 12.5px; font-weight: 700; color: var(--navy); margin-top: 6px; }
.review-card .via { font-size: 11px; color: #9aa4b2; }

@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }

/* final cta */
.final-cta { padding: 64px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.final-cta h2 { font-size: clamp(24px, 3.6vw, 30px); color: var(--navy); max-width: 540px; }
.final-cta p { font-size: 14px; color: var(--text-muted); max-width: 500px; line-height: 1.7; margin: 0; }

/* footer */
.site-footer { background: var(--navy); color: #e5e7eb; padding: 44px 24px 22px; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; font-family: 'Inter', sans-serif; }
.site-footer .brand { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; color: var(--gold); }
.footer-links { font-size: 13px; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.footer-links .sep { color: #5b6672; }
.footer-nav { display: flex; align-items: center; gap: 16px; margin-top: 4px; flex-wrap: wrap; justify-content: center; }
.footer-nav .rule { width: 44px; height: 1px; background: var(--gold); }
.footer-nav .links { display: flex; gap: 18px; font-size: 13px; }
.footer-bottom { width: 100%; max-width: 700px; border-top: 1px solid #1d2534; padding-top: 14px; font-size: 11px; color: #5b6672; }

/* whatsapp floating button */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; width: 52px; height: 52px; border-radius: 50%;
  background: #25d366; display: flex; align-items: center; justify-content: center; z-index: 60;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}

/* contact method cards */
.contact-methods { display: flex; flex-direction: column; gap: 12px; max-width: 720px; margin: 0 auto 64px; padding: 0 24px; }
.contact-method { padding: 18px 22px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--border); background: #fff; }
.contact-method .icon { font-size: 19px; }
.contact-method .title { font-size: 14.5px; font-weight: 700; color: var(--navy); }
.contact-method .desc { font-size: 12.5px; color: var(--text-muted); }
.contact-method.pink { background: #fce9ee; border-color: transparent; }
.contact-method.green { background: #e6f0e8; border-color: transparent; }

/* units */
.units { padding: 0 24px 64px; text-align: center; }
.units h2 { font-size: clamp(20px, 3vw, 26px); color: var(--navy); margin-bottom: 28px; }
.units-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; max-width: 960px; margin: 0 auto; }
.unit-card { background: #fff; border: 1px solid var(--border); padding: 26px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.unit-card .name { font-size: 15px; font-weight: 700; color: var(--navy); }
.unit-card .desc { font-size: 12.5px; color: var(--text-muted); }
.unit-card .map-btn { margin-top: 10px; }

@media (max-width: 760px) { .units-grid { grid-template-columns: 1fr; } }

/* contact form */
.contact-form-section { background: var(--navy); padding: 56px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; max-width: 1100px; margin: 0 auto; }
.contact-form-section .intro h2 { color: #fff; font-style: italic; font-size: 24px; }
.contact-form-section .intro p { color: var(--text-muted-dark); font-size: 13px; line-height: 1.7; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 12px; color: var(--text-muted-dark); margin-bottom: 6px; }
.form-field input, .form-field textarea {
  width: 100%; background: transparent; border: none; border-bottom: 1px solid #2a3547;
  color: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px; padding: 6px 0 10px;
}
.form-field textarea { resize: vertical; min-height: 60px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #5b6672; }
.btn-submit { background: var(--gold); color: var(--navy); border: none; font-weight: 700; font-size: 13.5px; padding: 13px 26px; border-radius: 22px; cursor: pointer; }

@media (max-width: 780px) { .contact-form-section { grid-template-columns: 1fr; } }

/* faq */
.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; max-width: 1000px; margin: 0 auto 64px; padding: 0 24px; }
.faq-item { background: #fff; border: 1px solid var(--border); padding: 16px 20px; font-size: 12.5px; font-weight: 700; color: var(--navy); cursor: pointer; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-size: 16px; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item .answer { margin-top: 10px; font-weight: 400; font-size: 13px; color: var(--text-muted); line-height: 1.6; }

@media (max-width: 760px) { .faq-list { grid-template-columns: 1fr; } }

/* staff */
.staff-section { padding: 56px 24px; }
.staff-section h2 { text-align: center; font-size: 20px; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 28px; }
.staff-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; max-width: 1200px; margin: 0 auto 18px; }
.staff-card { background: var(--navy); padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.staff-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.staff-card .name { font-size: 14px; font-weight: 700; color: #fff; text-align: center; margin-top: 4px; }
.staff-card .role { font-size: 11px; color: var(--gold); text-align: center; }
.staff-card .bio { font-size: 11px; color: var(--text-muted-dark); line-height: 1.55; margin-top: 2px; }
.staff-card.director { background: #b8863e; }
.staff-card.director .name, .staff-card.director .role { color: var(--navy); }
.staff-card.director .bio { color: var(--navy); }

@media (max-width: 900px) { .staff-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 520px) { .staff-grid { grid-template-columns: 1fr; } }

.director-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
@media (max-width: 820px) { .director-grid { grid-template-columns: 1fr; } }

/* leadership (quem somos) */
.leadership { background: var(--cream-alt); padding: 64px 24px; }
.leadership .section-title { color: #8a8060; font-size: 12px; letter-spacing: 0.12em; font-weight: 600; margin-bottom: 6px; }
.leadership h2 { font-size: 28px; color: var(--navy); margin-bottom: 32px; }
.leaders-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.leader-card { background: #fff; }
.leader-card img { width: 100%; height: 300px; object-fit: cover; }
.leader-card .body { padding: 22px; }
.leader-card .name { font-size: 18px; font-weight: 700; color: var(--navy); }
.leader-card .role { font-size: 11.5px; color: var(--gold); letter-spacing: 0.04em; margin: 4px 0 10px; }
.leader-card .bio { font-size: 12.5px; color: var(--text-muted); line-height: 1.6; }

@media (max-width: 760px) { .leaders-grid { grid-template-columns: 1fr; } }

.commitment { background: #0a1830; padding: 64px 24px; display: flex; gap: 44px; align-items: center; }
.commitment img { width: 340px; height: 280px; object-fit: cover; flex-shrink: 0; }
.commitment .point { margin-bottom: 18px; }
.commitment .point .t { font-size: 15px; font-weight: 600; color: #fff; }
.commitment .point .d { font-size: 13px; color: var(--text-muted-dark); line-height: 1.6; margin-top: 4px; }

@media (max-width: 820px) { .commitment { flex-direction: column; } .commitment img { width: 100%; } }

.about-hero { background: var(--navy); padding: 64px 24px; }
.about-hero .inner { max-width: 700px; }
.about-hero h1 { color: #fff; font-size: clamp(26px, 3.6vw, 36px); line-height: 1.25; }
.about-hero p { color: var(--text-muted-dark); font-size: 13.5px; line-height: 1.7; max-width: 620px; }
