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

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #1a1a1a; line-height: 1.6; -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4 { font-family: 'Crimson Pro', Georgia, serif; font-weight: 600; line-height: 1.2; }

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

.nav { background: #fff; border-bottom: 1px solid #e5e5e5; position: sticky; top: 0; z-index: 100; }
.nav-content { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; }
.logo { font-size: 18px; font-weight: 600; color: #1a1a1a; text-decoration: none; }
.nav-links { display: flex; gap: 32px; }
.nav-link { color: #666; text-decoration: none; font-size: 15px; transition: color 0.2s; }
.nav-link:hover, .nav-link.active { color: #1a1a1a; }

.hero { padding: 120px 0 80px; background: linear-gradient(to bottom, #fafafa 0%, #fff 100%); }
.hero-label { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: #666; margin-bottom: 16px; }
.hero-title { font-size: 56px; margin-bottom: 24px; max-width: 900px; color: #1a1a1a; }
.hero-subtitle { font-size: 20px; color: #666; max-width: 700px; margin-bottom: 40px; line-height: 1.7; }

.btn-primary { display: inline-block; background: #1a1a1a; color: #fff; padding: 14px 32px; border-radius: 6px; text-decoration: none; font-weight: 500; font-size: 15px; transition: all 0.2s; }
.btn-primary:hover { background: #333; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

.trust-bar { padding: 48px 0; border-bottom: 1px solid #e5e5e5; }
.trust-label { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #999; text-align: center; margin-bottom: 24px; }
.trust-logos { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-logos span { color: #666; font-size: 16px; font-weight: 500; }

.value-props { padding: 100px 0; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.value-card h3 { font-size: 24px; margin: 24px 0 12px; }
.value-card p { color: #666; font-size: 16px; line-height: 1.7; }
.value-img { width: 100%; height: 280px; object-fit: cover; border-radius: 8px; }

.approach-preview { padding: 100px 0; background: #fafafa; }
.approach-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.approach-text h2 { font-size: 42px; margin-bottom: 24px; }
.approach-desc { font-size: 18px; color: #666; margin-bottom: 32px; line-height: 1.7; }
.approach-list { list-style: none; margin-bottom: 32px; }
.approach-list li { padding: 12px 0; padding-left: 24px; position: relative; color: #333; font-size: 16px; }
.approach-list li:before { content: '→'; position: absolute; left: 0; color: #1a1a1a; }
.approach-img { width: 100%; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.link-arrow { color: #1a1a1a; text-decoration: none; font-weight: 500; border-bottom: 2px solid #1a1a1a; transition: opacity 0.2s; }
.link-arrow:hover { opacity: 0.7; }

.testimonial { padding: 100px 0; }
.quote { border-left: 4px solid #1a1a1a; padding-left: 40px; max-width: 800px; margin: 0 auto; }
.quote p { font-size: 24px; font-style: italic; color: #333; margin-bottom: 24px; line-height: 1.6; }
.quote cite { font-size: 16px; color: #666; font-style: normal; }

.cta { padding: 100px 0; background: #1a1a1a; color: #fff; }
.cta-content { text-align: center; max-width: 700px; margin: 0 auto; }
.cta h2 { font-size: 42px; margin-bottom: 20px; color: #fff; }
.cta p { font-size: 18px; color: #ccc; margin-bottom: 40px; }
.cta .btn-primary { background: #fff; color: #1a1a1a; }
.cta .btn-primary:hover { background: #f0f0f0; }

.footer { padding: 48px 0; border-top: 1px solid #e5e5e5; }
.footer-content { display: flex; justify-content: space-between; align-items: center; }
.footer p { color: #999; font-size: 14px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #666; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: #1a1a1a; }

.page-header { padding: 80px 0 60px; background: #fafafa; }
.page-title { font-size: 48px; margin-bottom: 16px; }
.page-subtitle { font-size: 20px; color: #666; max-width: 700px; }

.philosophy { padding: 80px 0; }
.philosophy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.philosophy-item h3 { font-size: 22px; margin-bottom: 12px; }
.philosophy-item p { color: #666; font-size: 16px; line-height: 1.7; }

.method { padding: 80px 0; background: #fafafa; }
.section-title { font-size: 38px; margin-bottom: 48px; text-align: center; }
.method-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.method-img { width: 100%; border-radius: 8px; position: sticky; top: 100px; }
.step { margin-bottom: 48px; }
.step-number { font-size: 14px; font-weight: 600; color: #999; margin-bottom: 8px; }
.step h4 { font-size: 22px; margin-bottom: 8px; }
.step p { color: #666; font-size: 16px; line-height: 1.7; }

.focus-areas { padding: 80px 0; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.focus-card { padding: 32px; border: 1px solid #e5e5e5; border-radius: 8px; transition: all 0.2s; }
.focus-card:hover { border-color: #1a1a1a; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.focus-card h4 { font-size: 20px; margin-bottom: 8px; }
.focus-card p { color: #666; font-size: 15px; line-height: 1.7; }

.engagement { padding: 80px 0; background: #fafafa; }
.engagement-content { max-width: 800px; margin: 0 auto; text-align: center; }
.engagement-content h2 { font-size: 38px; margin-bottom: 16px; }
.engagement-desc { font-size: 18px; color: #666; margin-bottom: 48px; }
.engagement-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 48px; text-align: left; }
.detail strong { display: block; font-size: 16px; margin-bottom: 8px; }
.detail p { color: #666; font-size: 15px; line-height: 1.6; }

.case-studies { padding: 80px 0; }
.case-study { margin-bottom: 100px; }
.case-study:last-child { margin-bottom: 0; }
.case-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.case-study.reverse .case-content { direction: rtl; }
.case-study.reverse .case-content > * { direction: ltr; }
.case-meta { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #999; margin-bottom: 12px; }
.case-content h3 { font-size: 32px; margin-bottom: 24px; }
.case-challenge, .case-outcome { margin-bottom: 20px; font-size: 16px; line-height: 1.7; color: #333; }
.case-image img { width: 100%; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.case-metrics { display: flex; gap: 48px; margin-top: 32px; }
.metric-value { font-size: 32px; font-weight: 600; color: #1a1a1a; }
.metric-label { font-size: 14px; color: #666; margin-top: 4px; }

.testimonials-grid { padding: 80px 0; background: #fafafa; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.testimonial-card { padding: 32px; background: #fff; border-radius: 8px; }
.testimonial-card p { font-size: 16px; font-style: italic; color: #333; margin-bottom: 16px; line-height: 1.7; }
.testimonial-card cite { font-size: 14px; color: #666; font-style: normal; }

@media (max-width: 768px) {
.hero-title { font-size: 36px; }
.value-grid, .philosophy-grid, .focus-grid, .testimonial-grid { grid-template-columns: 1fr; }
.approach-layout, .method-layout, .case-content, .engagement-details { grid-template-columns: 1fr; gap: 40px; }
.nav-links { gap: 16px; }
.trust-logos { gap: 24px; }
.case-study.reverse .case-content { direction: ltr; }
}