/* About Page - Derun Studio */

/* Manifesto Hero Section */
.manifesto-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0;
}
.body-1 {
  color: black;
}
.manifesto-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.manifesto-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.manifesto-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px);
  transform: scale(1.1);
}

.manifesto-blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: 2;
}

.manifesto-content-wrapper {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.manifesto-icon-wrapper {
  margin-bottom: 32px;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

.manifesto-icon {
  width: 100px;
  height: auto;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
}

.manifesto-title {
  font-family: var(--font--serif);
  font-size: 56px;
  font-weight: 700;
  color: white;
  margin: 0 0 40px 0;
  line-height: 1.2;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.5px;
}

.manifesto-text-content {
  background: rgba(255, 255, 255, 0.95);
  padding: 48px;
  border-radius: 32px 36px 34px 38px;
  border: 3px solid white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(139, 106, 78, 0.1);
  backdrop-filter: blur(10px);
}

.manifesto-paragraph {
  font-size: 18px;
  line-height: 1.8;
  color: var(--derun-toprak);
  margin: 0 0 24px 0;
  font-weight: 500;
}

.manifesto-paragraph:last-of-type {
  margin-bottom: 32px;
}

.manifesto-quote {
  position: relative;
  padding: 32px;
  margin: 32px 0;
  background: linear-gradient(
    135deg,
    var(--derun-toprak) 0%,
    var(--derun-toprak) 100%
  );
  border-left: 4px solid var(--doga-yesil);
  border-radius: 20px 24px 22px 26px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
}

.quote-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  color: var(--doga-yesil);
  opacity: 0.3;
}

.quote-text {
  font-family: var(--font--serif);
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: var(--nefes-beji);
  line-height: 1.6;
  margin: 0;
}

.manifesto-text-content .cta-main {
  margin-top: 32px;
  background: var(--doga-yesil);
  color: white;
  border-color: var(--doga-yesil);
  box-shadow: 4px 4px 0px rgba(124, 154, 109, 0.3);
}

.manifesto-text-content .cta-main:hover {
  background: var(--derun-toprak);
  border-color: var(--derun-toprak);
  box-shadow: 6px 6px 0px rgba(139, 106, 78, 0.4);
  transform: translateY(-4px);
}

/* About Story Section - Minimal & Clean */
.about-story-wrapper {
  margin-top: 80px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Dekoratif element */
.about-story-wrapper::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 200px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    var(--doga-yesil) 20%,
    var(--doga-yesil) 80%,
    transparent 100%
  );
  opacity: 0.15;
  border-radius: 20px;
}

.about-story-content {
  background: transparent;
  padding: 0;
  position: relative;
}

.story-text {
  position: relative;
}

.story-text p {
  margin-bottom: 32px;
  line-height: 1.9;
  color: var(--black);
  font-size: 19px;
  opacity: 0.95;
  font-weight: 400;
  position: relative;
  padding-left: 0;
  transition: all 0.3s ease;
}

.story-text p::first-letter {
  font-size: 3.2em;
  line-height: 1;
  float: left;
  margin: 8px 12px 0 0;
  font-family: var(--font--serif);
  color: var(--doga-yesil);
  font-weight: 700;
}

.story-text p:hover {
  color: var(--derun-toprak);
  transform: translateX(4px);
}

.story-text p:last-child {
  margin-bottom: 0;
}

/* Vision & Mission Section */
.vision-mission-container {
  margin-top: 60px;
}

.vision-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.vision-mission-card {
  background: var(--nefes-beji);
  padding: 40px 32px;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-align: center;
  position: relative;
}

.vision-mission-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(124, 154, 109, 0.05) 15px,
    rgba(124, 154, 109, 0.05) 30px
  );
  border-radius: 28px 32px 30px 34px;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.vision-mission-card:hover {
  transform: translateY(-8px) rotate(-1deg);
}

.vision-mission-card:hover::before {
  opacity: 0;
}

.vision-mission-card > * {
  position: relative;
  z-index: 1;
}

.vision-mission-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.vision-mission-icon img {
  filter: grayscale(0.2);
  transition: all 0.4s ease;
}

.vision-mission-card:hover .vision-mission-icon img {
  filter: grayscale(0);
  transform: scale(1.1) rotate(5deg);
}

.vision-mission-card h3 {
  color: var(--derun-toprak);
  transition: color 0.3s ease;
  align-items: center;
}

.vision-mission-card:hover h3 {
  color: var(--doga-yesil);
}

/* Team Section - Hover Overlay Style */
.team-grid-wrapper {
  margin-top: 60px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.team-member-name {
  position: relative;
}
.team-member-name {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 0 0;
  margin-bottom: 20px;
  font-family: var(--font--serif);
  display: block;
}
/* Member kartının altındaki isim */
.team-member-name p {
  text-align: center !important;
  color: #000000 !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  margin: 20px 0 0 0 !important;
  font-family: var(--font--serif) !important;
  display: block !important;
}
.team-member-card {
  background: transparent;
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: 350px;
  box-shadow: 4px 4px 0px rgba(139, 106, 78, 0.1),
    8px 8px 0px rgba(139, 106, 78, 0.05);
}

.team-member-card:hover {
  box-shadow: 6px 6px 0px rgba(124, 154, 109, 0.2),
    12px 12px 0px rgba(124, 154, 109, 0.1),
    0 20px 40px rgba(124, 154, 109, 0.15);
}

.team-member-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  filter: blur(0px) brightness(1);
}

.team-member-card:hover .team-member-image img {
  filter: blur(6px) brightness(1);
}

/* Info Overlay - Başlangıçta gizli */
.team-member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.team-member-card:hover .team-member-info {
  opacity: 1;
  transform: translateY(0);
}

.team-member-role {
  font-size: 18px;
  font-weight: 600;
  color: var(--doga-yesil);
  margin: 0 0 20px 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.team-member-description {
  font-size: 16px;
  line-height: 1.7;
  color: white;
  opacity: 0.95;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .vision-mission-grid {
    gap: 32px;
  }

  .team-grid {
    gap: 32px;
  }

  .team-member-card {
    height: 400px;
  }

  .team-member-info {
    padding: 32px;
  }

  .team-member-name {
    font-size: 24px;
  }

  .team-member-role {
    font-size: 16px;
  }

  .team-member-description {
    font-size: 15px;
  }

  .about-story-wrapper {
    margin-top: 60px;
  }

  .about-story-wrapper::before {
    left: -60px;
    width: 30px;
    height: 150px;
  }

  .story-text p {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .story-text p::first-letter {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 991px) {
  .vision-mission-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 600px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 600px;
  }

  .team-member-card {
    height: 380px;
  }

  .team-member-info {
    padding: 28px;
  }

  .team-member-name {
    font-size: 22px;
  }

  .team-member-description {
    font-size: 14px;
  }

  .about-story-wrapper {
    margin-top: 50px;
  }

  .about-story-wrapper::before {
    display: none;
  }

  .story-text p {
    font-size: 17px;
  }

  .vision-mission-card {
    padding: 36px 28px;
  }

  .team-member-info {
    padding: 28px;
  }

  .manifesto-hero-section {
    padding: 80px 0;
    min-height: auto;
  }

  .manifesto-title {
    font-size: 42px;
  }

  .manifesto-text-content {
    padding: 36px;
  }

  .quote-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .about-story-wrapper {
    margin-top: 40px;
  }

  .vision-mission-container {
    margin-top: 40px;
  }

  .team-grid-wrapper {
    margin-top: 40px;
  }

  .team-member-card {
    height: 350px;
  }

  .team-member-info {
    padding: 24px;
  }

  .team-member-name {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .team-member-role {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .team-member-description {
    font-size: 13px;
    line-height: 1.6;
  }

  .story-text p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.8;
  }

  .story-text p::first-letter {
    font-size: 2.5em;
    margin: 6px 10px 0 0;
  }

  .vision-mission-card {
    padding: 32px 24px;
  }

  .vision-mission-icon img {
    width: 60px;
  }

  .manifesto-hero-section {
    padding: 60px 0;
  }

  .manifesto-icon {
    width: 70px;
  }

  .manifesto-title {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .manifesto-text-content {
    padding: 28px;
  }

  .manifesto-paragraph {
    font-size: 16px;
  }

  .manifesto-quote {
    padding: 24px;
    margin: 24px 0;
  }

  .quote-icon {
    width: 30px;
    height: 30px;
  }

  .quote-text {
    font-size: 16px;
  }
}

/* Animation Enhancement */
@keyframes aboutFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-story-wrapper {
  animation: aboutFadeIn 0.8s ease forwards;
}

.story-text p {
  animation: aboutFadeIn 0.6s ease forwards;
}

.story-text p:nth-child(1) {
  animation-delay: 0.2s;
}

.story-text p:nth-child(2) {
  animation-delay: 0.4s;
}

.story-text p:nth-child(3) {
  animation-delay: 0.6s;
}

.vision-mission-card {
  animation: aboutFadeIn 0.6s ease forwards;
}

.vision-mission-card:nth-child(1) {
  animation-delay: 0.2s;
}
.vision-mission-card:nth-child(2) {
  animation-delay: 0.4s;
}

.team-member-card {
  animation: aboutFadeIn 0.7s ease forwards;
}

.team-member-card:nth-child(1) {
  animation-delay: 0.15s;
}
.team-member-card:nth-child(2) {
  animation-delay: 0.3s;
}
.team-member-card:nth-child(3) {
  animation-delay: 0.45s;
}
.team-member-card:nth-child(4) {
  animation-delay: 0.6s;
}

/* Hover durumunda bilgilerin alt çizgisi */
.team-member-role::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: var(--doga-yesil);
  margin: 12px auto 0;
  opacity: 0.5;
}
