/* Hero Section */
.hero {
  min-height: 85svh;
  display: grid;
  align-items: end;
  padding: 180px 0 100px;
  color: #fff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 11, 10, 0.85), rgba(13, 11, 10, 0.2), rgba(13, 11, 10, 0.6)), url('https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1300&q=85') center/cover;
  z-index: -2;
  animation: zoom 20s cubic-bezier(0.25, 1, 0.5, 1) both;
}

.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(transparent, var(--paper));
  z-index: -1;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 20px;
}

.hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: .95;
  font-size: clamp(54px, 11vw, 150px);
  margin: 0 0 clamp(28px, 4.5vw, 48px);
  text-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.lead {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.5;
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}

@keyframes zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1.0);
  }
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}

section {
  padding: 120px 0;
}

.section-head {
  margin-bottom: 60px;
}

.kicker {
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 16px;
}

.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -.03em;
  margin: 0;
}

/* Founders Section */
.founders {
  background: linear-gradient(180deg, #fffaf4 0%, var(--paper) 100%);
}

.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.profile-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  background: var(--cream);
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(13, 11, 10, 0.05);
  box-shadow: 0 10px 30px -10px rgba(13, 11, 10, 0.04);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.profile-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -15px rgba(13, 11, 10, 0.08);
  border-color: rgba(255, 79, 139, 0.2);
}

.profile-img {
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.profile-card:hover .profile-img img {
  transform: scale(1.05);
}

.profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-info h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.profile-info span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 20px;
}

.profile-info span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1.5px;
  background: var(--accent);
}

.profile-info p {
  margin: 0;
  color: rgba(13, 11, 10, 0.75);
  line-height: 1.6;
  font-size: 15px;
}

/* Pillars Section */
.pillars {
  background: linear-gradient(135deg, var(--deep) 0%, #150b0e 100%);
  color: var(--cream);
  padding: 120px 0;
}

.pillars .section-title {
  color: #fff;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
}

.pillar-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px 34px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.3);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.pillar-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 79, 139, 0.3);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 79, 139, 0.1);
}

.pillar-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1;
  color: var(--accent);
  opacity: 0.3;
  margin-bottom: 16px;
  display: block;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left center;
}

.pillar-card:hover .pillar-num {
  opacity: 1;
  transform: scale(1.05);
}

.pillar-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.pillar-card p {
  margin: 0;
  color: rgba(255, 248, 239, 0.65);
  line-height: 1.6;
  font-size: 15px;
}

/* Responsiveness */
@media(max-width: 960px) {
  .founders-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .pillars-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media(max-width: 600px) {
  section {
    padding: 80px 0;
  }
  .hero {
    min-height: 75svh;
    padding: 140px 0 60px;
  }
  .hero h1 {
    font-size: clamp(46px, 14vw, 76px);
  }
  .lead {
    font-size: 16px;
    line-height: 1.45;
  }
  .profile-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }
  .profile-img {
    height: 260px;
  }
  .pillar-card {
    padding: 30px 24px;
  }
}
