/* Evoca Labs — site styles */

:root {
  --green: #A9C52A;
  --green-hover: #B8D43A;
  --green-dark: #8FAB1E;
  --ink: #262638;
  --body: #6F7280;
  --muted: #8A8A96;
  --faint: #9A9AA6;
  --gray-bg: #F4F4F6;
  --border: #DEDEE4;
  --dark: #201F35;
  --darker: #1B1A2E;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--green-dark); }

.container { max-width: 1120px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15.5px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.btn-primary { background: var(--green); color: var(--ink); }
.btn-primary:hover { background: var(--green-hover); color: var(--ink); }
.btn-secondary { background: #ffffff; border: 1px solid var(--border); color: var(--ink); padding: 13px 28px; }
.btn-secondary:hover { border-color: var(--green); color: var(--ink); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #ffffff; border-bottom: 1px solid #ECECF0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand-logo { height: 36px; width: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 28px; white-space: nowrap; }
.site-nav a { font-size: 15px; font-weight: 500; }
.site-nav a.active { color: #99B32B; }
.btn-nav { font-size: 15px; padding: 10px 22px; }

/* Hero */
.hero { padding: 88px 0 96px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: center; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #F1F1F4; border-radius: 999px; padding: 8px 16px;
  font-size: 13.5px; font-weight: 500; color: #4B4B5C;
}
.hero h1 { font-size: 52px; line-height: 1.15; font-weight: 600; letter-spacing: -0.02em; margin: 22px 0 20px; text-wrap: balance; }
.lede { font-size: 17px; line-height: 1.7; color: var(--body); margin: 0 0 32px; max-width: 480px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-note { font-size: 13.5px; color: var(--faint); margin: 26px 0 0; }
.hero-photo { width: 100%; aspect-ratio: 1 / 1.18; max-height: 480px; object-fit: cover; border-radius: 20px; display: block; }

/* Bands + sections */
.band { padding: 88px 0; }
.band-gray { background: var(--gray-bg); }
.band-page { padding: 96px 0 110px; }
.section-title { font-size: 34px; font-weight: 600; text-align: center; letter-spacing: -0.02em; margin: 0 0 12px; }
.section-sub { font-size: 16px; color: var(--muted); text-align: center; margin: 0 0 48px; }
.page-title { font-size: 38px; font-weight: 600; text-align: center; letter-spacing: -0.02em; margin: 0 0 14px; }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: #ffffff; border-radius: 16px; padding: 32px 28px; }
.card h3 { font-size: 18px; font-weight: 600; margin: 0 0 12px; }
.card p { font-size: 15px; line-height: 1.7; color: var(--body); margin: 0; }
.card-icon {
  width: 44px; height: 44px; border-radius: 12px; background: #F3F7E3;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.card-outline { background: #FAFAFB; border: 1px solid #EEEEF2; }
.card-outline h3 { font-size: 17px; margin-bottom: 10px; }
.card-glyph { margin-bottom: 18px; }
.card-gray { background: var(--gray-bg); padding: 34px 30px; }
.card-gray h3 { font-size: 19px; margin-bottom: 14px; }
.card-gray p { line-height: 1.75; }
.step-num {
  width: 40px; height: 40px; border-radius: 50%; background: var(--green);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 600; margin-bottom: 22px;
}

/* For families */
.families-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.families-photo { width: 100%; aspect-ratio: 1.1 / 1; max-height: 420px; object-fit: cover; border-radius: 20px; display: block; }
.families-title { font-size: 34px; line-height: 1.3; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 18px; text-wrap: balance; }
.feature-list { display: flex; flex-direction: column; gap: 22px; }
.feature { display: flex; gap: 14px; align-items: flex-start; }
.feature svg { flex-shrink: 0; margin-top: 3px; }
.feature p { font-size: 15px; line-height: 1.7; color: var(--body); margin: 0; }

/* Contact */
.contact { background: var(--darker); padding: 88px 32px 72px; }
.contact-inner { max-width: 512px; margin: 0 auto; }
.contact h2 { font-size: 30px; font-weight: 600; color: #ffffff; letter-spacing: -0.02em; text-align: center; margin: 0 0 10px; }
.contact-sub { font-size: 15px; color: #B9B9C6; text-align: center; margin: 0 0 40px; }
.contact-form { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input,
.contact-form textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  padding: 14px 20px;
  background: #2E2D45;
  border: 1px solid #45445E;
  border-radius: 999px;
  color: #ffffff;
  outline: none;
  min-width: 0;
}
.contact-form textarea { border-radius: 22px; padding: 16px 20px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--green); }
.contact-form ::placeholder { color: #77768C; }
.btn-submit { justify-content: center; font-size: 15px; padding: 15px 26px; }

/* Legal pages */
.title-band { background: var(--gray-bg); padding: 72px 32px; }
.title-band h1 { font-size: 42px; font-weight: 600; text-align: center; letter-spacing: -0.02em; margin: 0; }
.band .legal { max-width: 720px; margin: 0 auto; padding: 0 32px; font-size: 15px; line-height: 1.85; color: var(--body); }
.legal p { margin: 0 0 22px; }
.legal h2 { font-size: 20px; font-weight: 600; color: var(--ink); margin: 40px 0 14px; }
.legal h3 { font-size: 17px; font-weight: 600; color: var(--ink); margin: 32px 0 12px; }
.legal h4 { font-size: 15px; font-weight: 600; color: var(--ink); margin: 26px 0 10px; }
.legal .eff { color: var(--muted); font-size: 14px; }
.legal code { background: var(--gray-bg); border-radius: 4px; padding: 1px 6px; font-size: 13px; }
.legal .contact-card { background: var(--gray-bg); border-radius: 12px; padding: 20px 24px; margin: 0 0 22px; }
.legal .contact-card p:last-child { margin-bottom: 0; }
.legal strong { color: var(--ink); font-weight: 600; }
.legal a { color: var(--green-dark); text-decoration: underline; }
.legal ul { margin: 0 0 22px; padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.placeholder-note {
  background: #FAFAF0; border: 1px dashed #C9C99A; border-radius: 10px;
  padding: 18px 22px; font-family: monospace; font-size: 13px; color: #8A8A70;
}

/* Footer */
.site-footer { background: var(--dark); padding: 48px 32px 40px; }
.footer-inner { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.footer-about { max-width: 340px; }
.footer-logo { height: 26px; width: auto; display: block; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-about p { font-size: 13.5px; line-height: 1.7; color: #B9B9C6; margin: 0; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.footer-links a { font-size: 13.5px; color: #E7E7EE; }
.footer-links a:hover { color: #ffffff; }
.footer-links span { font-size: 12.5px; color: #8B8B9C; }

/* Responsive */
@media (max-width: 900px) {
  .hero-grid, .families-grid { grid-template-columns: 1fr; gap: 40px; }
  .card-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 40px; }
  .site-nav { gap: 18px; }
  .families-grid img { order: -1; }
}
@media (max-width: 600px) {
  .site-nav a:not(.btn-nav) { display: none; }
  .form-row { grid-template-columns: 1fr; }
}
