*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --black: #0a0a0a; --white: #ffffff; --off-white: #f5f2ec;
    --cream: #e8e0d0; --cream-dark: #c8bfae; --cream-darker: #a89f90;
    --text-muted: #6b6357; --text-dark: #3a3530;
    --font: 'Georgia', serif; --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--black); color: var(--white); font-family: var(--sans); overflow-x: hidden; }

  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.2rem 2rem;
    background: rgba(10,10,10,0.94); backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(232,224,208,0.08);
  }
  .nav-logo { font-family: var(--font); font-size: 0.9rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--cream); }
  .nav-links { display: flex; gap: 1.2rem; list-style: none; }
  .nav-links a { color: rgba(232,224,208,0.5); text-decoration: none; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
  .nav-links a:hover, .nav-links a.active { color: var(--cream); }
  .nav-cta { background: var(--cream); color: var(--black); padding: 0.55rem 1rem; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; border: none; font-family: var(--sans); font-weight: 600; white-space: nowrap; }

  .page-hero {
    min-height: 100vh; display: flex; flex-direction: column;
    justify-content: flex-end; padding: 7rem 2rem 4rem;
    background: var(--black); position: relative; overflow: hidden;
  }
  .hero-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(232,224,208,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(232,224,208,0.03) 1px, transparent 1px); background-size: 80px 80px; }
  .hero-stats-aside { display: none; }
  .eyebrow { font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--cream-dark); margin-bottom: 1.5rem; position: relative; z-index: 2; }
  .page-hero h1 { font-family: var(--font); font-size: clamp(2.8rem, 10vw, 6.5rem); font-weight: 400; line-height: 0.95; color: var(--off-white); margin-bottom: 2rem; position: relative; z-index: 2; }
  .page-hero h1 em { font-style: italic; color: var(--cream); }
  .hero-lead { font-size: 0.95rem; color: rgba(232,224,208,0.45); line-height: 1.8; position: relative; z-index: 2; }
  .hero-stats-mobile { display: flex; gap: 2rem; flex-wrap: wrap; margin-top: 2.5rem; position: relative; z-index: 2; }
  .h-stat-m .h-num { font-family: var(--font); font-size: 2rem; color: var(--cream); line-height: 1; }
  .h-stat-m .h-label { font-size: 0.6rem; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(232,224,208,0.35); margin-top: 0.3rem; }

  .marquee-wrap { background: var(--cream); overflow: hidden; padding: 1rem 0; border-top: 1px solid var(--cream-dark); border-bottom: 1px solid var(--cream-dark); }
  .marquee-track { display: flex; white-space: nowrap; animation: marquee 22s linear infinite; width: max-content; }
  .marquee-track span { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--black); padding: 0 2rem; font-weight: 600; }
  .marquee-track .dot { color: var(--cream-dark); padding: 0; }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  .section-label { font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--cream-dark); margin-bottom: 1.2rem; }
  .line { width: 50px; height: 1px; background: var(--cream-dark); margin: 1.5rem 0; }
  .line-dark { background: var(--cream-darker); }

  /* FOUNDERS */
  .founders { background: var(--black); padding: 5rem 2rem; }
  .founders-intro p { font-size: 0.95rem; color: rgba(232,224,208,0.45); line-height: 1.8; margin-bottom: 3rem; }
  .founder-block { margin-bottom: 4rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(232,224,208,0.08); }
  .founder-block:last-of-type { border-bottom: none; margin-bottom: 0; }
  .founder-photo { width: 100%; aspect-ratio: 3/4; background: #1a1916; border: 1px solid rgba(232,224,208,0.1); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 1.5rem; margin-bottom: 1.5rem; max-width: 280px; }
  .founder-photo-initial { width: 60px; height: 60px; border-radius: 50%; background: rgba(232,224,208,0.08); display: flex; align-items: center; justify-content: center; font-family: var(--font); font-size: 1.5rem; color: var(--cream); }
  .founder-name { font-family: var(--font); font-size: 1.3rem; color: var(--off-white); margin-bottom: 0.3rem; }
  .founder-title { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-dark); margin-bottom: 1.2rem; }
  .founder-tagline { font-size: 0.72rem; color: rgba(232,224,208,0.28); margin-top: 0.8rem; }
  .founder-body p { font-size: 0.9rem; line-height: 1.85; color: rgba(232,224,208,0.5); margin-bottom: 1.1rem; }
  .founder-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.5rem; }
  .founder-tag { font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid rgba(232,224,208,0.15); padding: 0.3rem 0.6rem; color: rgba(232,224,208,0.35); }
  .agency-close { border-top: 1px solid rgba(232,224,208,0.08); padding-top: 4rem; margin-top: 2rem; }
  .agency-close h3 { font-family: var(--font); font-size: clamp(1.5rem, 5vw, 2.5rem); font-weight: 400; color: var(--off-white); line-height: 1.15; margin-bottom: 1.2rem; }
  .agency-close h3 em { font-style: italic; color: var(--cream); }
  .agency-close p { font-size: 0.9rem; line-height: 1.85; color: rgba(232,224,208,0.45); margin-bottom: 1.2rem; }
  .agency-close .italic-close { font-family: var(--font); font-size: 1.1rem; color: var(--cream); font-style: italic; }

  /* MISSION */
  .mission { background: var(--off-white); padding: 5rem 2rem; color: var(--black); }
  .mission h2 { font-family: var(--font); font-size: clamp(1.8rem, 6vw, 3.2rem); font-weight: 400; color: var(--black); line-height: 1.1; }
  .mission p { font-size: 0.95rem; line-height: 1.9; color: var(--text-dark); margin-bottom: 1.2rem; }
  .mission strong { font-weight: 500; color: var(--black); }

  /* VALUES */
  .values { background: var(--black); padding: 5rem 2rem; }
  .values h2 { font-family: var(--font); font-size: clamp(1.8rem, 6vw, 3.5rem); font-weight: 400; color: var(--off-white); margin-bottom: 1rem; }
  .values-sub { font-size: 0.88rem; color: rgba(232,224,208,0.4); line-height: 1.7; margin-bottom: 3rem; }
  .values-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(232,224,208,0.08); }
  .value-card { background: var(--black); padding: 2.5rem 2rem; }
  .value-num { font-family: var(--font); font-size: 0.78rem; color: rgba(232,224,208,0.2); margin-bottom: 1.2rem; display: block; }
  .value-title { font-family: var(--font); font-size: 1.3rem; color: var(--off-white); margin-bottom: 0.8rem; }
  .value-text { font-size: 0.83rem; color: rgba(232,224,208,0.45); line-height: 1.8; }

  /* STORY */
  .story { background: var(--cream); padding: 5rem 2rem; color: var(--black); }
  .story h2 { font-family: var(--font); font-size: clamp(1.8rem, 6vw, 3.5rem); font-weight: 400; color: var(--black); margin-bottom: 3rem; }
  .timeline { position: relative; padding-left: 1.5rem; border-left: 1px solid var(--cream-dark); }
  .timeline-item { padding: 2rem 0 2rem 1.5rem; border-bottom: 1px solid rgba(200,191,174,0.4); position: relative; }
  .timeline-item:last-child { border-bottom: none; }
  .timeline-item::before { content: ''; position: absolute; left: -5px; top: 2.4rem; width: 9px; height: 9px; border-radius: 50%; background: var(--black); }
  .timeline-year { font-family: var(--font); font-size: 0.9rem; color: var(--text-muted); margin-bottom: 0.6rem; }
  .timeline-content h3 { font-family: var(--font); font-size: 1.2rem; color: var(--black); margin-bottom: 0.7rem; font-weight: 400; }
  .timeline-content p { font-size: 0.87rem; color: var(--text-dark); line-height: 1.8; }
  .timeline-tag { display: inline-block; font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid var(--cream-dark); padding: 0.25rem 0.6rem; color: var(--text-muted); margin-top: 0.8rem; margin-right: 0.3rem; }

  /* DIFF */
  .diff { background: #0f0e0c; padding: 5rem 2rem; }
  .diff h2 { font-family: var(--font); font-size: clamp(1.8rem, 6vw, 3.5rem); font-weight: 400; color: var(--off-white); margin-bottom: 3rem; }
  .diff-item { padding: 2rem 0; border-bottom: 1px solid rgba(232,224,208,0.08); }
  .diff-item:first-child { border-top: 1px solid rgba(232,224,208,0.08); }
  .diff-num { font-family: var(--font); font-size: 0.78rem; color: rgba(232,224,208,0.2); margin-bottom: 0.6rem; }
  .diff-title { font-family: var(--font); font-size: 1.2rem; color: var(--off-white); margin-bottom: 0.6rem; }
  .diff-text { font-size: 0.83rem; color: rgba(232,224,208,0.45); line-height: 1.75; }

  /* CULTURE */
  .culture { background: var(--off-white); padding: 5rem 2rem; color: var(--black); }
  .culture h2 { font-family: var(--font); font-size: clamp(1.8rem, 6vw, 3.2rem); font-weight: 400; color: var(--black); margin-bottom: 1.5rem; }
  .culture-intro p { font-size: 0.95rem; color: var(--text-dark); line-height: 1.9; margin-bottom: 1.2rem; }
  .culture-items { margin-top: 2.5rem; }
  .culture-item { padding: 1.5rem 0; border-top: 1px solid var(--cream-dark); }
  .culture-item:last-child { border-bottom: 1px solid var(--cream-dark); }
  .culture-item-title { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.4rem; }
  .culture-item-text { font-size: 0.9rem; color: var(--text-dark); line-height: 1.7; }

  /* TEAM */
  .team-section { background: var(--black); padding: 5rem 2rem; }
  .team-section h2 { font-family: var(--font); font-size: clamp(1.8rem, 6vw, 3.5rem); font-weight: 400; color: var(--off-white); margin-bottom: 1rem; }
  .team-intro { font-size: 0.9rem; color: rgba(232,224,208,0.4); line-height: 1.8; margin-bottom: 3rem; }
  .dept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(232,224,208,0.08); }
  .dept-card { background: var(--black); padding: 2rem 1.5rem; }
  .dept-initial { width: 40px; height: 40px; border-radius: 50%; background: rgba(232,224,208,0.07); display: flex; align-items: center; justify-content: center; font-family: var(--font); font-size: 1rem; color: var(--cream); margin-bottom: 1rem; }
  .dept-name { font-size: 0.88rem; color: var(--off-white); font-weight: 500; margin-bottom: 0.3rem; }
  .dept-desc { font-size: 0.75rem; color: rgba(232,224,208,0.35); line-height: 1.6; }

  /* CTA */
  .cta-section { background: var(--cream); padding: 5rem 2rem; }
  .cta-section h2 { font-family: var(--font); font-size: clamp(2rem, 8vw, 5rem); font-weight: 400; color: var(--black); line-height: 1.0; margin-bottom: 1.5rem; }
  .cta-section h2 em { font-style: italic; }
  .cta-sub { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 2.5rem; line-height: 1.8; }
  .cta-row { display: flex; flex-wrap: wrap; gap: 1rem; }
  .cta-btn { background: var(--black); color: var(--cream); padding: 1rem 2.5rem; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; border: none; font-family: var(--sans); font-weight: 600; }
  .cta-btn-ghost { background: transparent; color: var(--black); padding: 1rem 2.5rem; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; border: 1px solid var(--cream-dark); font-family: var(--sans); font-weight: 500; }

  footer { background: var(--black); border-top: 1px solid rgba(232,224,208,0.08); padding: 2.5rem 2rem; display: flex; flex-direction: column; gap: 1.5rem; }
  .footer-logo { font-family: var(--font); font-size: 0.9rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--cream-dark); }
  .footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
  .footer-links a { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(232,224,208,0.3); text-decoration: none; }
  .footer-copy { font-size: 0.62rem; color: rgba(232,224,208,0.2); }

  @media (min-width: 768px) {
    nav { padding: 1.5rem 4rem; }
    .page-hero { padding: 8rem 4rem 5rem; }
    .hero-stats-mobile { display: none; }
    .hero-stats-aside { display: flex; flex-direction: column; gap: 2rem; position: absolute; right: 4rem; top: 50%; transform: translateY(-50%); z-index: 2; }
    .h-stat .h-num { font-family: var(--font); font-size: 3rem; color: var(--cream); line-height: 1; }
    .h-stat .h-label { font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(232,224,208,0.35); margin-top: 0.3rem; }
    .founders { padding: 8rem 4rem; }
    .founder-block { display: grid; grid-template-columns: 280px 1fr; gap: 5rem; align-items: start; }
    .founder-photo { margin-bottom: 0; max-width: 100%; }
    .agency-close { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
    .mission { padding: 8rem 4rem; }
    .mission-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 7rem; align-items: start; }
    .values { padding: 8rem 4rem; }
    .values-grid { grid-template-columns: repeat(3, 1fr); }
    .story { padding: 8rem 4rem; }
    .diff { padding: 8rem 4rem; }
    .diff-item { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 3rem; align-items: center; }
    .culture { padding: 8rem 4rem; }
    .culture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
    .team-section { padding: 8rem 4rem; }
    .dept-grid { grid-template-columns: repeat(4, 1fr); }
    .cta-section { padding: 8rem 4rem; }
    footer { flex-direction: row; justify-content: space-between; align-items: center; padding: 3rem 4rem; }
  }