/* Webflow CSS sonrası — site özelleştirmeleri */

@media screen and (max-width: 991px) {
  .navbar_wrapper.blacknav {
    mix-blend-mode: normal !important;
  }
}

.hero-site .text-hero-2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
}

/* İç sayfa başlıkları — InnerHero ile aynı tipografi */
.titletext.abouttitle {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #0a0a0a;
}

.big-text-heading {
  background-color: #000;
}

/* CTA — siyah arka plan + modern glow */
.sectioncalltoaction.cta .img__wrapper.cta__img {
  overflow: hidden;
}

.sectioncalltoaction.cta .backvideo {
  position: absolute;
  inset: 0;
  background: #000;
  transform: none !important;
  will-change: auto;
  overflow: hidden;
}

.sectioncalltoaction.cta .backvideo__img {
  display: none;
}

.sectioncalltoaction.cta .cta-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 42% at 50% 38%, rgba(255, 255, 255, 0.22) 0%, transparent 72%),
    radial-gradient(ellipse 70% 52% at 50% 42%, rgba(255, 255, 255, 0.14) 0%, transparent 68%),
    radial-gradient(ellipse 42% 32% at 18% 78%, rgba(255, 255, 255, 0.1) 0%, transparent 72%),
    radial-gradient(ellipse 38% 30% at 82% 22%, rgba(255, 255, 255, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 95% 65% at 50% 100%, rgba(255, 255, 255, 0.09) 0%, transparent 58%);
  box-shadow:
    inset 0 0 180px rgba(255, 255, 255, 0.08),
    inset 0 -40px 120px rgba(255, 255, 255, 0.05);
}

/* About sayfası — about-team ile CTA arasında boşluk kalmasın */
body.body-2:has(.about-team) {
  background-color: #0a0a0a;
}

body.body-2:has(.about-team) .innerhero {
  background-color: #fff;
}
.sectioncalltoaction.cta.cta--about {
  margin-top: 0;
  background-color: #000;
}

.sectioncalltoaction.cta.cta--about .backvideo {
  background:
    radial-gradient(ellipse 90% 70% at 50% 108%, rgba(96, 22, 20, 0.92) 0%, rgba(48, 12, 10, 0.55) 42%, transparent 72%),
    radial-gradient(ellipse 55% 48% at 14% 24%, rgba(72, 16, 14, 0.72) 0%, transparent 68%),
    radial-gradient(ellipse 50% 44% at 88% 68%, rgba(58, 14, 12, 0.58) 0%, transparent 64%),
    linear-gradient(180deg, #080404 0%, #000 38%, #050303 100%);
}

.sectioncalltoaction.cta.cta--about .cta-glow {
  background:
    radial-gradient(ellipse 55% 42% at 50% 38%, rgba(255, 255, 255, 0.2) 0%, transparent 72%),
    radial-gradient(ellipse 70% 52% at 50% 42%, rgba(255, 180, 170, 0.1) 0%, transparent 68%),
    radial-gradient(ellipse 42% 32% at 18% 78%, rgba(210, 80, 70, 0.08) 0%, transparent 72%),
    radial-gradient(ellipse 38% 30% at 82% 22%, rgba(255, 255, 255, 0.11) 0%, transparent 70%),
    radial-gradient(ellipse 95% 65% at 50% 100%, rgba(180, 50, 44, 0.14) 0%, transparent 58%);
  box-shadow:
    inset 0 0 180px rgba(120, 30, 26, 0.14),
    inset 0 -40px 120px rgba(80, 20, 18, 0.12);
}

.sectioncalltoaction.cta .backvideo::before,
.sectioncalltoaction.cta .backvideo::after {
  display: none;
}

.sectioncalltoaction.cta .cta__content-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  display: block;
  overflow: visible;
  pointer-events: none;
}

.sectioncalltoaction.cta .cta__stage {
  position: absolute;
  inset: 0;
  overflow: visible;
}

.sectioncalltoaction.cta .hero__heading,
.sectioncalltoaction.cta .hero__heading .div__hide {
  position: static;
  overflow: visible;
}

/* CTA başlık — hero timeless fontu */
.sectioncalltoaction.cta .msgcta {
  position: absolute;
  left: 50%;
  top: 16vh;
  z-index: 2;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 10.5vw;
  font-weight: 700;
  letter-spacing: -0.12rem;
  line-height: 0.95;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center center;
  will-change: transform, font-size, top, opacity;
  pointer-events: none;
}

.sectioncalltoaction.cta .cta__button {
  position: absolute;
  left: 50%;
  top: 58vh;
  z-index: 3;
  transform: translate3d(-50%, 96px, 0);
  opacity: 0;
  pointer-events: auto;
  will-change: transform, opacity;
}

@media screen and (max-width: 767px) {
  .sectioncalltoaction.cta .msgcta {
    top: 14%;
    font-size: 11vw;
    letter-spacing: -0.06rem;
  }

  .sectioncalltoaction.cta .cta__button.button-8.big {
    top: 62%;
    padding: 0.7rem 1.35rem;
    font-size: 0.9375rem;
  }

  .sectioncalltoaction.cta .cta__button .btn__text,
  .sectioncalltoaction.cta .cta__button .btn__text-abs {
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
  }
}

/* Expertise: min tam ekran, içerik taşarsa büyür */
.expertisesection {
  position: relative;
  overflow: visible;
  background-color: #000;
  min-height: 100vh;
  height: auto;
}

.expertisesection .expertise-sticky {
  position: sticky;
  top: 0;
  box-sizing: border-box;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0 0 1.5rem;
  overflow: visible;
}

.expertisesection .padding-global {
  flex: 0 0 auto;
  padding: 1rem 0 0;
}

.expertisesection .topsectiondescription {
  flex: 0 0 auto;
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  max-width: 92vw;
  padding: 0.5rem 2rem 0;
  margin: 0 auto;
  width: 100%;
}

.expertisesection .descriptionsection {
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.2;
}

.expertisesection .expertise-profiles {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(0.5rem, 1.2vw, 1rem);
  min-height: auto;
  width: 100%;
  padding: 0.5rem 1rem 0;
  box-sizing: border-box;
  overflow: visible;
}

.expertisesection .expertise-profile {
  flex: 1 1 0;
  min-width: 0;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  overflow: visible;
}

.expertisesection .expertise-profile--johanna,
.expertisesection .expertise-profile--cagri {
  will-change: transform, opacity;
}

.expertisesection .experiencedetail {
  flex: 0 0 auto;
  padding: 0 2rem 0.25rem;
  max-width: 92vw;
  width: 100%;
  margin: 0 auto;
}

.expertisesection .experiencedetail .experiences {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.expertisesection .descriptioncontainer {
  padding-top: 0;
  max-width: 100%;
  width: 100%;
  flex: 0 0 auto;
  overflow: visible;
}

.expertisesection .descriptionexpertise {
  color: #fff;
  font-size: clamp(0.8rem, 1.1vw, 0.95rem);
  line-height: 1.45;
  text-indent: 0;
  overflow: visible;
}

.expertisesection .expertise-profile .image-10,
.expertisesection .expertise-profile .image-9 {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  align-self: stretch;
  flex: 0 0 auto;
  display: block;
}

.expertisesection .expertise-photo {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.expertisesection .expertise-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.18) 55%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.expertisesection .expertise-name {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(1rem, 2.4vw, 1.65rem);
  font-family: "Birthstone", cursive;
  font-size: clamp(1.75rem, 3.6vw, 2.75rem);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.expertisesection.expertise-scroll-locked {
  overscroll-behavior: contain;
  overflow: hidden;
}

.expertisesection.expertise-scroll-locked .expertise-sticky {
  pointer-events: none;
}

.pricing-section {
  position: relative;
  z-index: 1;
  background-color: var(--white, #fff);
}

.works-section {
  position: relative;
  z-index: 2;
  background-color: #fff;
  overflow: visible;
}

.works-section .padding-global {
  display: none;
}

.works-section .gallery--preview {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .expertisesection,
  .expertisesection.expertise-mobile-static {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .expertisesection .expertise-sticky {
    position: static;
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-areas:
      "title"
      "desc1"
      "img1"
      "desc-johanna"
      "img2"
      "desc-cagri";
    gap: 0.875rem;
    padding: 0 0 1.25rem;
  }

  .expertisesection .padding-global {
    display: none;
  }

  .expertisesection .topsectiondescription {
    grid-area: title;
    padding: 1rem 1.25rem 0;
  }

  .expertisesection .experiencedetail {
    grid-area: desc1;
    max-width: 100%;
    padding: 0 1.25rem;
    margin-top: -0.25rem;
  }

  .expertisesection .expertise-photo--johanna {
    grid-area: img1;
    width: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
  }

  .expertisesection .expertise-photo--cagri {
    grid-area: img2;
    width: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
  }

  .expertisesection .expertise-photo .image-10,
  .expertisesection .expertise-photo .image-9 {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .expertisesection .expertise-name {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
    padding: 1rem 1.15rem;
  }

  .expertisesection .expertise-profiles,
  .expertisesection .expertise-profile {
    display: contents;
  }

  .expertisesection .descriptioncontainer {
    max-width: 100%;
    padding: 0 1.25rem;
  }

  .expertisesection .descriptioncontainer--johanna {
    grid-area: desc-johanna;
  }

  .expertisesection .descriptioncontainer--cagri {
    grid-area: desc-cagri;
  }

  .expertisesection .descriptionexpertise {
    font-size: 0.95rem;
    text-indent: 0;
  }

  .expertisesection .descriptionexpertise strong {
    font-weight: 600;
  }

  .expertisesection.expertise-mobile-static .expertise-reveal {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
    transition:
      opacity 0.55s ease,
      transform 0.55s ease;
    will-change: opacity, transform;
  }

  .expertisesection.expertise-mobile-static .image-10,
  .expertisesection.expertise-mobile-static .image-9 {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .expertisesection.expertise-mobile-static .expertise-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  @media (prefers-reduced-motion: reduce) {
    .expertisesection.expertise-mobile-static .expertise-reveal {
      opacity: 1;
      transform: none;
      filter: none;
      transition: none;
    }
  }
}

@media screen and (max-width: 991px) {
  .works-section {
    padding-bottom: 3rem !important;
  }
}

@media screen and (max-width: 991px) {
  #how-we-work.how-we-work-scroll-active,
  #how-we-work.how-we-work-scroll-locked {
    position: relative !important;
    top: auto !important;
    transform: none !important;
  }

  #how-we-work .how-we-work-scroll-stage {
    position: relative !important;
    top: auto !important;
    transform: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* CTA — mobilde scroll animasyonu yerine sabit hizalama */
  .sectioncalltoaction.cta {
    height: min(72svh, 680px) !important;
    min-height: 420px;
    overflow: hidden;
  }

  .sectioncalltoaction.cta .msgcta {
    top: 18% !important;
    opacity: 1 !important;
    transform: translate3d(-50%, -50%, 0) scale(1) !important;
    font-size: 11vw;
  }

  .sectioncalltoaction.cta .cta__button.button-8.big {
    top: 58% !important;
    opacity: 1 !important;
    transform: translate3d(-50%, 0, 0) !important;
  }

  .footer {
    margin-top: 0 !important;
  }

  .spacefooter {
    height: auto !important;
    min-height: 0 !important;
  }

  /* Index: Webflow başlık/section boşlukları mobilde sıkı ritim */
  .about.no-top-padding {
    padding-bottom: 2rem !important;
  }

  .about .titlediv,
  .works-section .titlediv,
  .pricing-section .titlediv {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }

  .about .textwrapp .textsecondary:first-of-type {
    font-weight: 300;
    letter-spacing: -0.02em;
  }

  .works-section {
    padding-bottom: 2rem !important;
  }

  .works-section .padding-low {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .big-text-heading {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pricing-section {
    padding-bottom: 2rem;
  }

  .pricing-section .containerdescriptionsection {
    margin-bottom: 1rem;
  }
}

/* Contact — form sol, görsel sağ */
.contact-section .contact-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
}

.contact-section .infocontact {
  grid-column: 1;
  min-width: 0;
}

.contact-section .contact-intro-panel {
  grid-column: 2;
  align-self: stretch;
  min-height: 100%;
}

@media screen and (max-width: 991px) {
  .contact-section .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-section .infocontact,
  .contact-section .contact-intro-panel {
    grid-column: auto;
  }

  .contact-section .contact-intro-panel {
    order: -1;
  }
}

/* Navbar — mobil hamburger + dropdown */
@media screen and (max-width: 767px) {
  .navbar_wrapper .navbar_outline {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .navbar_wrapper .navbar-toggle {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .navbar_wrapper .nav-wrapper.glowing-wrapper-active.menu {
    justify-content: flex-start !important;
    align-items: stretch !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 0 !important;
  }

  .navbar_wrapper .navroad.menu {
    margin: 0 !important;
    max-width: none !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
  }

  .navbar_wrapper .navbar_button,
  .navbar_wrapper .navbar_button.w--current,
  .navbar_wrapper .button-contact .button__inner {
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}
