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

/* SEO heading utility — visually hidden, available to crawlers/AT */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*
  Heading tags carry Webflow h1/h2/h3 resets (vw sizes, capitalize).
  Neutralize only tag defaults that would leak past class typography.
  Do not set font-size/weight/family/color here — those live on the classes.
*/
h1.titletext.abouttitle,
h1.heading-3,
h1.gallery-page__title,
h1.blog-collection-title,
h1.blog-article__title,
h1.innerhero__title,
h2.descriptionsection,
h2.title-section,
h2.blog-title,
h2.heading-4,
h2.heading-5,
h2.about-team__name,
h2.legal-page__heading,
h3.process-title,
h3.contact-form__section-title {
  margin-top: 0;
  margin-bottom: 0;
}

/* Webflow h1/h2 apply capitalize + vw letter-spacing; kill that on classed headings */
h1.titletext.abouttitle,
h1.heading-3,
h2.descriptionsection,
h2.title-section,
h2.blog-title,
h2.heading-4,
h2.heading-5,
h3.process-title {
  text-transform: none;
  letter-spacing: normal;
}

/* Restore letter-spacing where the design intentionally uses it */
h1.titletext.abouttitle,
h1.innerhero__title,
h1.gallery-page__title,
h1.blog-collection-title {
  letter-spacing: -0.05em;
}

h2.title-section {
  letter-spacing: -0.04em;
}

h2.blog-title {
  letter-spacing: -0.03em;
}

h3.contact-form__section-title {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

h3.process-title {
  letter-spacing: -0.02em;
}

.testimonial-section h2.title-section {
  letter-spacing: -0.03em;
}

@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;
  margin: 0;
  text-transform: none;
}

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

/* CTA — Arthcan footer seramik deseni */
.sectioncalltoaction.cta .img__wrapper.cta__img {
  overflow: hidden;
}

.sectioncalltoaction.cta .backvideo {
  position: absolute;
  inset: 0;
  background-color: #0a0a0a;
  background-image: url("/images/dugun-cekimi-cta-seramik-desen.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: none !important;
  will-change: auto;
  overflow: hidden;
}

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

.sectioncalltoaction.cta .cta-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 42% at 50% 38%, rgba(255, 255, 255, 0.14) 0%, transparent 72%),
    radial-gradient(ellipse 70% 52% at 50% 42%, rgba(255, 255, 255, 0.08) 0%, transparent 68%),
    radial-gradient(ellipse 95% 65% at 50% 100%, rgba(0, 0, 0, 0.35) 0%, transparent 58%);
  box-shadow:
    inset 0 0 180px rgba(0, 0, 0, 0.25),
    inset 0 -40px 120px rgba(0, 0, 0, 0.2);
}

/* 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: #0a0a0a;
}

.sectioncalltoaction.cta.cta--about .backvideo {
  background-color: #0a0a0a;
  background-image: url("/images/dugun-cekimi-cta-seramik-desen.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sectioncalltoaction.cta.cta--about .cta-glow {
  background:
    radial-gradient(ellipse 55% 42% at 50% 38%, rgba(255, 255, 255, 0.12) 0%, transparent 72%),
    radial-gradient(ellipse 70% 52% at 50% 42%, rgba(255, 180, 170, 0.06) 0%, transparent 68%),
    radial-gradient(ellipse 95% 65% at 50% 100%, rgba(0, 0, 0, 0.4) 0%, transparent 58%);
  box-shadow:
    inset 0 0 180px rgba(0, 0, 0, 0.28),
    inset 0 -40px 120px rgba(0, 0, 0, 0.22);
}

.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; konum section’a göre (%) */
.sectioncalltoaction.cta .msgcta {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 8.5vw, 6.5rem);
  font-weight: 700;
  letter-spacing: -0.12rem;
  line-height: 0.95;
  color: #fff;
  text-align: center;
  width: min(100%, 18ch);
  max-width: 96%;
  margin: 0;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center center;
  pointer-events: none;
}

.sectioncalltoaction.cta.cta-is-animating .msgcta {
  will-change: transform, opacity;
}

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

.sectioncalltoaction.cta.cta-is-animating .cta__button {
  will-change: transform, opacity;
}

/* Tablet — section kısalıyor; vh animasyonu bozar → sabit kompozisyon */
@media screen and (max-width: 991px) {
  .sectioncalltoaction.cta {
    height: min(60svh, 540px) !important;
    min-height: 420px;
    overflow: hidden;
  }

  .sectioncalltoaction.cta .msgcta {
    top: 44% !important;
    opacity: 1 !important;
    transform: translate3d(-50%, -50%, 0) scale(1) !important;
    font-size: clamp(2.5rem, 9vw, 4.5rem);
    letter-spacing: -0.06rem;
    width: min(100%, 16ch);
  }

  .sectioncalltoaction.cta .cta__button.button-8.big {
    top: 58% !important;
    opacity: 1 !important;
    transform: translate3d(-50%, 0, 0) !important;
    padding: 0.85rem 1.75rem;
    font-size: 1.125rem;
  }

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

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

  .sectioncalltoaction.cta .cta__button.button-8.big {
    top: 59%;
    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.4rem, 1vw, 0.85rem);
  min-height: auto;
  width: 100%;
  padding: 0.5rem 1rem 0;
  box-sizing: border-box;
  overflow: visible;
}

.expertisesection .expertise-profile {
  flex: 1 1 0;
  width: calc((100% - 2 * clamp(0.4rem, 1vw, 0.85rem)) / 3);
  min-width: 0;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  overflow: visible;
}

.expertisesection.expertise-is-animating .expertise-profile--johanna,
.expertisesection.expertise-is-animating .expertise-profile--cagri,
.expertisesection.expertise-is-animating .expertise-profile--lorem {
  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,
.expertisesection .expertise-profile .image-11 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  align-self: stretch;
  flex: 0 0 auto;
  display: block;
}

.expertisesection .expertise-photo {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  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"
      "img3"
      "desc-lorem";
    gap: 0.875rem;
    padding: 0 0 1.25rem;
  }

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

  .expertisesection .topsectiondescription {
    grid-area: title;
    max-width: 100%;
    margin: 0;
    padding: 1rem 1.25rem 0;
    justify-content: flex-start;
  }

  .expertisesection .topsectiondescription .titleanddescription {
    margin: 0;
    text-align: left;
  }

  .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--lorem {
    grid-area: img3;
    width: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
  }

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

  .expertisesection .expertise-photo--johanna,
  .expertisesection .expertise-photo--cagri,
  .expertisesection .expertise-photo--lorem {
    aspect-ratio: 1 / 1;
  }

  .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 .descriptioncontainer--lorem {
    grid-area: desc-lorem;
  }

  .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,
  .expertisesection.expertise-mobile-static .image-11 {
    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, ortada hizalama */
  .sectioncalltoaction.cta {
    height: min(58svh, 500px) !important;
    min-height: 380px;
    overflow: hidden;
  }

  .sectioncalltoaction.cta .msgcta {
    top: 44% !important;
    opacity: 1 !important;
    transform: translate3d(-50%, -50%, 0) scale(1) !important;
  }

  .sectioncalltoaction.cta .cta__button.button-8.big {
    top: 59% !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;
  }
}
