/* Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.5;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Header */
.header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 40px 48px 24px;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
}

.header-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.header-detail {
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}

.header-blurb {
  font-size: 14px;
  color: #999;
  text-align: left;
  line-height: 1.5;
}

/* Hero */
.hero {
  padding: 80px 48px 100px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Photos */
.photos {
  padding: 0 48px;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 160px;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.photo {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.photo-portrait {
  aspect-ratio: 4 / 3.63;
  object-position: center 30%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.hero-label {
  font-size: 28px;
  font-weight: 400;
  color: #111;
  letter-spacing: -0.02em;
  line-height: 1.35;
  position: sticky;
  top: 0;
  align-self: start;
  background: #fff;
  padding: 16px 0;
  z-index: 1;
}

.hero-statement {
  font-size: clamp(26px, 3.6vw, 45px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.hero-statement .muted {
  color: #ccc;
  font-weight: 700;
}

/* Info / Bio */
.info {
  padding: 160px 48px;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.info-label {
  font-size: 28px;
  font-weight: 400;
  color: #111;
  letter-spacing: -0.02em;
  position: sticky;
  top: 0;
  align-self: start;
  background: #fff;
  padding: 16px 0;
  z-index: 1;
}

.info-body p {
  font-size: 24px;
  line-height: 1.55;
  color: #111;
  margin-bottom: 36px;
  max-width: 720px;
  letter-spacing: -0.02em;
}

.info-body p:last-child {
  margin-bottom: 0;
}

/* Work */
.work {
  padding: 160px 48px 160px;
  max-width: 1400px;
  margin: 0 auto;
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.work-label {
  font-size: 28px;
  font-weight: 400;
  color: #111;
  letter-spacing: -0.02em;
  position: sticky;
  top: 0;
  align-self: start;
  background: #fff;
  padding: 16px 0;
  z-index: 1;
}

.role {
  border-top: 1px solid #e5e5e5;
  padding: 48px 0;
}

.role:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.role-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.role-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 12px;
}

.role-logo-wide {
  width: auto;
  height: 40px;
  border-radius: 0;
}

.role-company-name {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.role-title {
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}

.role-date {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  background: #f3f3f3;
  padding: 6px 16px;
  border-radius: 100px;
  white-space: nowrap;
}

.role-title-duration {
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}

.role-sub {
  margin-top: 32px;
  padding-left: 24px;
  border-left: 2px solid #e5e5e5;
}

.role-sub-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.role-sub-date {
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}

.role-description {
  font-size: 16px;
  line-height: 1.6;
  color: #999;
  margin-top: 16px;
}

/* Contact / Footer */
.contact {
  padding: 160px 48px 120px;
  max-width: 1400px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.contact-prompt {
  font-size: 28px;
  font-weight: 400;
  color: #111;
  line-height: 1.35;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.contact-email {
  font-size: 24px;
  font-weight: 400;
  color: #999;
  border-bottom: none;
  transition: color 0.2s ease;
}

.contact-email:hover {
  color: #111;
}

.contact-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.social-link {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: opacity 0.2s ease;
}

.social-link:hover {
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
  .header {
    grid-template-columns: 1fr;
    padding: 28px 20px 20px;
    gap: 12px;
  }

  .header-name {
    font-size: 20px;
  }

  .header-blurb {
    font-size: 13px;
  }

  .hero-label {
    font-size: 20px;
    padding: 8px 0;
  }

  .hero {
    padding: 40px 20px 48px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-statement {
    font-size: clamp(22px, 6.5vw, 36px);
    line-height: 1.2;
  }

  .photos {
    padding: 0 20px;
    padding-bottom: 56px;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .photo-portrait {
    aspect-ratio: 4 / 3;
  }

  .info {
    padding: 56px 20px;
  }

  .info-label {
    font-size: 20px;
    position: static;
    padding: 0;
    margin-bottom: 4px;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .info-body p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 24px;
  }

  .work {
    padding: 56px 20px;
  }

  .work-label {
    font-size: 20px;
    position: static;
    padding: 0;
  }

  .work-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .role {
    padding: 32px 0;
  }

  .role-header {
    margin-bottom: 16px;
    gap: 12px;
  }

  .role-logo {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .role-logo-wide {
    height: 32px;
  }

  .role-company-name {
    font-size: 18px;
  }

  .role-date {
    font-size: 12px;
    padding: 5px 12px;
  }

  .role-description {
    font-size: 14px;
    line-height: 1.65;
    margin-top: 12px;
  }

  .role-sub {
    margin-top: 24px;
    padding-left: 16px;
  }

  .role-sub-title {
    font-size: 15px;
  }

  .role-sub-date {
    font-size: 13px;
  }

  .contact {
    padding: 56px 20px 48px;
  }

  .contact-prompt {
    font-size: 20px;
  }

  .contact-email {
    font-size: 16px;
  }

  .social-link {
    font-size: 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 480px) {
  .hero-statement {
    font-size: 20px;
  }

  .info-body p {
    font-size: 15px;
  }

  .role-company-name {
    font-size: 17px;
  }

  .role-description {
    font-size: 13px;
  }
}
