* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; font-size: 16px; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.25; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }
.section-inner { max-width: 1160px; margin: 0 auto; padding: 68px 24px; }
.center { text-align: center; }
button { font-family: inherit; cursor: pointer; }

.header-inner { max-width: 1200px; margin: 0 auto; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-logo { display: flex; align-items: center; gap: 12px; }
.logo-mark { position: relative; width: 30px; height: 30px; }
.ring { position: absolute; top: 3px; left: 0; width: 8px; height: 24px; border: 2px solid; border-radius: 50%; border-right: none; }
.ring.r2 { left: 7px; height: 20px; top: 5px; opacity: 0.7; }
.ring.r3 { left: 13px; height: 16px; top: 7px; opacity: 0.45; }
.logo-text { font-size: 16px; font-weight: 800; letter-spacing: 0.04em; }
.header-nav { display: flex; gap: 30px; }
.nav-link { font-size: 14px; font-weight: 600; }
.btn-nav-cta { padding: 11px 22px; border-radius: 3px; font-size: 13px; font-weight: 700; white-space: nowrap; }

.hero { position: relative; padding: 100px 24px 120px; overflow: hidden; }
.hero-inner { max-width: 640px; margin: 0 auto; text-align: left; margin-left: 8%; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; display: inline-block; margin-bottom: 18px; }
.hero h1 { font-size: 42px; margin-bottom: 20px; font-weight: 400; }
.hero-lead { font-size: 16px; max-width: 480px; margin-bottom: 30px; }
.hero-nav { position: absolute; bottom: 30px; left: 8%; display: flex; gap: 10px; }
.hero-arrow { width: 40px; height: 40px; border-radius: 50%; font-size: 16px; }
.hero-tag { position: absolute; bottom: 0; right: 0; padding: 14px 22px; font-size: 13px; font-weight: 800; letter-spacing: 0.05em; }

.btn-primary, .btn-secondary { display: inline-block; padding: 13px 24px; border-radius: 3px; font-weight: 700; font-size: 14px; }
.btn-secondary.small { padding: 10px 20px; font-size: 13px; }

.section-mission .mission-text { max-width: 720px; margin: 0 auto 28px; font-size: 19px; line-height: 1.6; }

.section-insights { }
.insights-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 44px; }
.insights-header h2 { font-size: 32px; }
.insights-arrows { display: flex; gap: 10px; }
.hero-arrow.small { width: 36px; height: 36px; border-radius: 50%; font-size: 14px; background: transparent; border-width: 1px; border-style: solid; }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.insight-card { border-radius: 6px; overflow: hidden; }
.insight-card img { width: 100%; height: 190px; object-fit: cover; }
.insight-body { padding: 18px; }
.insight-cat { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.insight-body h3 { font-size: 17px; margin-top: 10px; }

.section-portfolio { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; }
.portfolio-media { position: relative; }
.portfolio-media img { width: 100%; height: 460px; object-fit: cover; }
.portfolio-tag { position: absolute; bottom: 20px; right: 20px; padding: 10px 18px; font-size: 12px; font-weight: 800; letter-spacing: 0.05em; }
.portfolio-copy { padding: 48px; }
.portfolio-copy h2 { font-size: 32px; margin: 12px 0 18px; }
.portfolio-copy p { font-size: 15px; margin-bottom: 26px; }

.section-stats { text-align: center; padding: 70px 24px; }
.stats-grid { display: flex; justify-content: center; gap: 60px; margin-bottom: 30px; padding: 0; }
.stat-item { padding-left: 20px; text-align: left; }
.stat-item strong { display: block; font-size: 40px; font-weight: 800; }
.stat-item span { font-size: 13px; font-weight: 700; letter-spacing: 0.05em; }
.stats-lead { max-width: 640px; margin: 0 auto; font-size: 15px; }

.section-testimonials h2 { font-size: 32px; margin-bottom: 40px; }
.testimonial-card { border-radius: 8px; padding: 48px; max-width: 900px; position: relative; }
.quote-mark { font-size: 48px; line-height: 1; margin-bottom: 10px; font-family: Georgia, serif; }
.testimonial-card p { font-size: 19px; line-height: 1.6; margin-bottom: 20px; max-width: 640px; }
.testimonial-name { font-size: 14px; font-weight: 700; }

.site-footer { padding: 64px 24px 0; }
.footer-nav-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1.3fr 1.3fr; gap: 32px; padding-bottom: 40px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.footer-col .logo-text { font-size: 17px; margin-bottom: 4px; }
.footer-col h4 { font-size: 16px; margin-bottom: 6px; }
.footer-col a { font-size: 14px; }
.footer-col p { font-size: 13px; line-height: 1.6; }
.footer-nav-bottom { border-top: 1px solid; max-width: 1160px; margin: 0 auto; padding: 20px 24px; font-size: 13px; text-align: center; }

.footer-inner { max-width: 900px; margin: 0 auto; padding: 24px; text-align: center; }
.footer-bottom { max-width: 900px; margin: 0 auto; padding: 24px; font-size: 13px; text-align: center; }

@media (max-width: 900px) {
  .hero-inner { margin-left: 0; max-width: 100%; }
  .hero h1 { font-size: 30px; }
  .insights-grid { grid-template-columns: 1fr; }
  .section-portfolio { grid-template-columns: 1fr; }
  .portfolio-media img { height: 300px; }
  .stats-grid { flex-direction: column; gap: 24px; align-items: center; }
  .footer-nav-inner { grid-template-columns: repeat(2, 1fr); }
  .header-nav { display: none; }
}
