* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a1a; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 32px; border-bottom: 1px solid #e0e0e0; background: #fff; position: sticky; top: 0; z-index: 100; }
.nav-brand { text-decoration: none; display: flex; align-items: center; gap: 12px; }
.nav-logo-img { width: 42px; height: 42px; display: block; flex-shrink: 0; }
.nav-logo { font-size: 22px; font-weight: 700; letter-spacing: 1px; color: #1a1a1a; }
.nav-logo-tag { font-size: 11px; color: #999; letter-spacing: 0.5px; display: block; margin-top: 3px; font-style: italic; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 13px; color: #666; text-decoration: none; cursor: pointer; }
.nav-links a:hover, .nav-links a.active { color: #1a1a1a; }
.hero-full { position: relative; height: 480px; overflow: hidden; }
.hero-full img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-full-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px; }
.hero-full-overlay h1 { font-size: 36px; font-weight: 600; color: #fff; margin-bottom: 14px; max-width: 680px; line-height: 1.3; }
.hero-full-overlay p { font-size: 16px; color: rgba(255,255,255,0.88); max-width: 560px; line-height: 1.7; margin-bottom: 28px; }
.hero-sub { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; color: rgba(255,255,255,0.7); text-transform: uppercase; margin-bottom: 16px; }
.btn { display: inline-block; padding: 12px 32px; border: none; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; background: #7a6a52; color: #fff; letter-spacing: 0.5px; text-decoration: none; }
.btn:hover { background: #6a5a44; }
.btn-outline { background: transparent; border: 2px solid #fff; color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,0.12); }
.section { padding: 64px 32px; border-bottom: 1px solid #e8e4df; }
.section-inner { max-width: 1000px; margin: 0 auto; }
.section h2 { font-size: 24px; font-weight: 600; color: #1a1a1a; margin-bottom: 12px; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #999; margin-bottom: 10px; }
.section p { font-size: 15px; color: #666; line-height: 1.8; max-width: 700px; }
.section-alt { background: #f7f5f2; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.card { background: #fff; border: 1px solid #e8e4df; border-radius: 8px; padding: 22px; }
.card::before { content: ""; display: block; width: 28px; height: 3px; background: #c8b89a; border-radius: 2px; margin-bottom: 14px; }
.card h3 { font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; }
.card p { font-size: 13px; color: #777; line-height: 1.6; max-width: none; }
.card ul { margin: 10px 0 0 16px; padding: 0; }
.card li { font-size: 13px; color: #777; line-height: 1.7; margin-bottom: 6px; }
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 32px; }
.step { text-align: center; padding: 22px 12px; border: 1px solid #e8e4df; border-radius: 8px; background: #fff; }
.step-num { font-size: 28px; font-weight: 700; color: #c8b89a; margin-bottom: 8px; }
.step h3 { font-size: 13px; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; }
.step p { font-size: 12px; color: #888; line-height: 1.5; max-width: none; }
.tags-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 20px; }
.tag { display: block; font-size: 12px; padding: 9px 14px; border-radius: 20px; background: #f0ece6; color: #7a6a52; border: 1px solid #ddd8cf; font-weight: 500; text-align: center; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 32px; }
.project-card { border: 1px solid #e8e4df; border-radius: 8px; overflow: hidden; background: #fff; }
.project-card img { width: 100%; height: 190px; object-fit: cover; display: block; }
.project-info { padding: 20px; }
.project-info h3 { font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; }
.project-info p { font-size: 13px; color: #777; line-height: 1.6; margin-bottom: 12px; max-width: none; }
.project-tag { display: inline-block; font-size: 11px; padding: 3px 10px; border-radius: 20px; background: #f0ece6; color: #7a6a52; border: 1px solid #ddd8cf; font-weight: 500; }
.founder-grid { display: grid; grid-template-columns: 300px 1fr; gap: 36px; align-items: start; margin-top: 24px; }
.founder-grid img { width: 100%; border-radius: 8px; display: block; }
.competency-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 32px; }
.comp-card { background: #fff; border: 1px solid #e8e4df; border-radius: 8px; padding: 26px; }
.comp-card::before { content: ""; display: block; width: 28px; height: 3px; background: #c8b89a; border-radius: 2px; margin-bottom: 14px; }
.comp-card h3 { font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 10px; }
.comp-card p { font-size: 13px; color: #777; line-height: 1.7; max-width: none; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 32px; }
.contact-form label { display: block; font-size: 12px; font-weight: 600; color: #555; margin-bottom: 5px; margin-top: 18px; letter-spacing: 0.5px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; font-size: 14px; border: 1px solid #ddd; border-radius: 6px; padding: 11px 14px; color: #1a1a1a; background: #fff; font-family: inherit; }
.contact-form textarea { height: 130px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: #7a6a52; }
.contact-info h3 { font-size: 16px; font-weight: 600; color: #1a1a1a; margin-bottom: 16px; }
.contact-info p { font-size: 14px; color: #666; line-height: 1.8; margin-bottom: 24px; max-width: none; }
.contact-detail { font-size: 14px; color: #555; margin-bottom: 10px; display: flex; gap: 8px; }
.contact-detail span { font-weight: 600; color: #1a1a1a; min-width: 90px; }
.contact-detail a { color: #7a6a52; text-decoration: none; }
.contact-detail a:hover { text-decoration: underline; }
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.photo-strip img { width: 100%; height: 260px; object-fit: cover; display: block; }
.footer { padding: 32px; text-align: center; font-size: 12px; color: #aaa; border-top: 1px solid #e8e4df; background: #faf8f5; line-height: 1.8; }
.footer a { color: #7a6a52; text-decoration: none; }
.success-msg { display: none; padding: 16px; background: #f0ece6; border: 1px solid #ddd8cf; border-radius: 6px; color: #7a6a52; font-size: 14px; margin-top: 16px; text-align: center; font-weight: 500; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: #1a1a1a; border-radius: 2px; }
.nav-mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; z-index: 200; flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a { font-size: 22px; font-weight: 600; color: #1a1a1a; text-decoration: none; cursor: pointer; }
.nav-mobile-close { position: absolute; top: 20px; right: 24px; font-size: 28px; cursor: pointer; color: #666; background: none; border: none; line-height: 1; }
@media (max-width: 768px) {
  .nav { padding: 12px 20px; }
  .nav-logo { font-size: 15px; letter-spacing: 0.5px; }
  .nav-logo-img { width: 32px; height: 32px; }
  .nav-brand { gap: 9px; }
  .nav-logo-tag { font-size: 10px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-full { height: 320px; }
  .hero-full-overlay { padding: 20px; }
  .hero-full-overlay h1 { font-size: 22px; margin-bottom: 10px; }
  .hero-full-overlay p { font-size: 13px; margin-bottom: 18px; display: none; }
  .hero-sub { font-size: 9px; letter-spacing: 1px; margin-bottom: 10px; }
  .btn { padding: 10px 22px; font-size: 13px; }
  .section { padding: 36px 20px; }
  .section h2 { font-size: 20px; }
  .section p { font-size: 14px; }
  .grid-3 { grid-template-columns: 1fr; gap: 12px; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 10px; }
  .tags-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .project-grid { grid-template-columns: 1fr; gap: 16px; }
  .founder-grid { grid-template-columns: 1fr; gap: 20px; }
  .founder-grid img { max-width: 320px; }
  .competency-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .photo-strip { grid-template-columns: 1fr; }
  .photo-strip img { height: 200px; }
}
@media (max-width: 480px) {
  .process-steps { grid-template-columns: 1fr; }
  .tags-grid { grid-template-columns: 1fr; }
  .hero-full-overlay h1 { font-size: 20px; }
}
