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

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.hero {
  height: 100vh;
  background: url('assets/hero.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content {
  color: #fff;
  padding: 0 1.5rem;
}

.hero-content h1 {
  font-family: 'Cormorant', serif;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
}

.hero-content p {
  font-family: 'Manrope', sans-serif;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
}

.info-strip {
  background: #ffffff;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.5rem;
  text-align: center;
}

.info-strip-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-strip p {
  font-family: 'Cormorant', serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  max-width: 700px;
  margin: 0 auto;
}

.about-btn {
  font-family: 'Cormorant', serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 0.6rem 2rem;
  margin-top: 4rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.site-footer {
  width: 100%;
  text-align: center;
  font-family: 'Cormorant', serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #000;
  padding: 2rem 0;
}

.back-nav {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  z-index: 100;
}

.back-nav:hover {
  opacity: 0.6;
}

.about-page {
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.5rem;
}

.page-btn-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
}

.about-content {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-content h1 {
  font-family: 'Cormorant', serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  margin-bottom: 2.5rem;
}

.about-content p {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: left;
  width: 100%;
}

.team-section {
  background: #f9f9f7;
  padding: 6rem 1.5rem;
  display: flex;
  justify-content: center;
}

.team-content {
  max-width: 700px;
  width: 100%;
}

.team-content h2 {
  font-family: 'Cormorant', serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 3rem;
  letter-spacing: 0.03em;
}

.team-member {
  padding-top: 0;
}

.team-member-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1.2rem 0 1.5rem;
}

.team-member-header {
  margin-bottom: 2.5rem;
}

.team-member-header h3 {
  font-family: 'Cormorant', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}

.team-member-title {
  font-family: 'Manrope', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-top: 0.3rem;
}

.team-member p {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.team-email {
  font-family: 'Manrope', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  display: inline-block;
  margin-top: 0.5rem;
}
