.home-approach {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 96px);
  scroll-margin-top: 112px;
  --approach-bg: linear-gradient(#fff, #fff);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 82%) 58%, rgb(255 255 255 / 96%) 100%),
    url("/images/samsun-hakkında.png") center bottom / 100% auto no-repeat,
    #fff;
  background-image:
    linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 82%) 58%, rgb(255 255 255 / 96%) 100%),
    var(--approach-bg),
    linear-gradient(#fff, #fff);
  background-position: 0 0, center bottom, 0 0;
  background-size: auto, 100% auto, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.home-approach__inner {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(100% - 48px, 1440px);
  min-height: calc(100vh - 96px);
  margin-inline: auto;
  padding-block: clamp(12px, 1.8vh, 22px) clamp(12px, 1.8vh, 20px);
}

.approach-monogram {
  position: absolute;
  top: 18px;
  left: max(-48px, -4vw);
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(6rem, 11vw, 13rem);
  line-height: .75;
  opacity: .045;
  pointer-events: none;
}

.approach-header {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.approach-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  margin: 0 0 .28rem;
  color: #b87933;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.approach-eyebrow span {
  width: 66px;
  height: 1px;
  background: #b87933;
}

.approach-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.55rem, 4vw, 4.35rem);
  line-height: .92;
}

.approach-header p {
  max-width: 760px;
  margin: .42rem auto 0;
  color: var(--navy);
  font-size: clamp(.9rem, 1vw, 1rem);
  line-height: 1.36;
}

.approach-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(270px, .96fr) minmax(360px, .82fr) minmax(270px, .96fr);
  align-items: center;
  gap: clamp(1.2rem, 2.5vw, 2.8rem);
  margin-top: clamp(.45rem, 1vh, .8rem);
}

.approach-side {
  align-self: center;
  min-width: 0;
}

.approach-side__intro > i {
  color: #c27a31;
  font-size: 1.38rem;
}

.approach-side__intro h3 {
  margin: .45rem 0 .45rem;
  color: var(--navy);
  font-size: clamp(1.22rem, 1.55vw, 1.65rem);
  line-height: 1.04;
}

.approach-side__intro h3 em {
  display: block;
  margin-top: .08rem;
  color: #b87933;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: .88em;
  font-style: normal;
  font-weight: 400;
}

.approach-side__intro p {
  max-width: 390px;
  margin: 0;
  color: var(--navy);
  font-size: .86rem;
  line-height: 1.42;
}

.approach-side__intro::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin: .65rem 0 .72rem;
  background: #b87933;
}

.approach-info-panel {
  display: grid;
  gap: 0;
  margin-top: 0;
  padding: .58rem .92rem;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 10px;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 20px 56px rgb(30 58 95 / 8%);
  backdrop-filter: blur(4px);
}

.approach-info-panel article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .72rem;
  padding: .58rem 0;
}

.approach-info-panel article + article {
  border-top: 1px solid rgb(30 58 95 / 12%);
}

.approach-info-panel i {
  color: #c27a31;
  font-size: 1.24rem;
}

.approach-info-panel h4 {
  margin: 0 0 .2rem;
  color: var(--navy);
  font-family: var(--sans);
  font-size: .9rem;
}

.approach-info-panel p {
  margin: 0;
  color: var(--gray);
  font-size: .78rem;
  line-height: 1.34;
}

.approach-portrait {
  align-self: end;
  width: min(100%, 430px);
  aspect-ratio: 4 / 5;
  max-height: none;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgb(30 58 95 / 8%);
  border-radius: 999px 999px 10px 10px;
  background: #efe9df;
  box-shadow: 0 22px 60px rgb(30 58 95 / 10%);
}

.approach-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 36%;
}

.approach-bottom {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.1fr) auto;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(.45rem, 1vh, .8rem);
  padding: .72rem 1rem;
  border: 1px solid rgb(30 58 95 / 8%);
  border-radius: 10px;
  background: rgb(247 244 239 / 90%);
  box-shadow: 0 18px 46px rgb(30 58 95 / 7%);
}

.approach-bottom > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: .78rem;
  align-items: center;
}

.approach-bottom__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 1.12rem;
}

.approach-bottom h3 {
  margin: 0 0 .12rem;
  color: var(--navy);
  font-family: var(--sans);
  font-size: .88rem;
}

.approach-bottom p {
  margin: 0;
  color: var(--gray);
  font-size: .78rem;
  line-height: 1.28;
}

.approach-bottom blockquote {
  margin: 0;
  padding-left: 1rem;
  border-left: 1px solid rgb(30 58 95 / 15%);
}

.approach-bottom blockquote p {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(.98rem, 1.2vw, 1.14rem);
}

.approach-bottom cite {
  display: block;
  margin-top: .15rem;
  color: var(--navy);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: .98rem;
  font-style: normal;
  text-align: right;
}

.approach-bottom > a {
  color: var(--navy);
  font-size: .84rem;
  font-weight: 900;
  white-space: nowrap;
}

.home-approach:not(.is-visible) .approach-header,
.home-approach:not(.is-visible) .approach-side,
.home-approach:not(.is-visible) .approach-portrait,
.home-approach:not(.is-visible) .approach-bottom {
  opacity: 0;
  transform: translateY(22px);
}

.home-approach.is-visible .approach-header,
.home-approach.is-visible .approach-side,
.home-approach.is-visible .approach-portrait,
.home-approach.is-visible .approach-bottom {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 680ms cubic-bezier(.22, 1, .36, 1), transform 680ms cubic-bezier(.22, 1, .36, 1);
}

.home-approach.is-visible .approach-side--left { transition-delay: 100ms; }
.home-approach.is-visible .approach-portrait { transition-delay: 180ms; }
.home-approach.is-visible .approach-side--right { transition-delay: 260ms; }
.home-approach.is-visible .approach-bottom { transition-delay: 320ms; }

@media (max-height: 790px) and (min-width: 1101px) {
  .home-approach__inner {
    padding-block: 10px 12px;
  }

  .approach-eyebrow {
    margin-bottom: .28rem;
  }

  .approach-header h2 {
    font-size: clamp(2.25rem, 3.45vw, 3.55rem);
  }

  .approach-header p,
  .approach-side__intro p {
    font-size: .8rem;
    line-height: 1.34;
  }

  .approach-layout {
    margin-top: .35rem;
  }

  .approach-side__intro h3 {
    font-size: clamp(1.08rem, 1.35vw, 1.38rem);
  }

  .approach-info-panel article {
    padding: .46rem 0;
  }

  .approach-info-panel p {
    font-size: .74rem;
    line-height: 1.28;
  }

  .approach-portrait {
    width: min(100%, 370px);
  }

  .approach-bottom {
    padding: .6rem .9rem;
  }

  .approach-bottom p {
    font-size: .74rem;
  }
}

@media (max-width: 1100px) {
  .home-approach,
  .home-approach__inner {
    min-height: auto;
  }

  .home-approach__inner {
    padding-block: 72px 64px;
  }

  .approach-layout {
    grid-template-columns: 1fr 1fr;
  }

  .approach-portrait {
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(560px, 78vw);
    max-height: none;
  }

  .approach-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-approach__inner {
    width: min(100% - 24px, 1440px);
    padding-block: 64px 58px;
  }

  .approach-monogram {
    display: none;
  }

  .approach-eyebrow {
    gap: .9rem;
    letter-spacing: .22em;
  }

  .approach-eyebrow span {
    width: 42px;
  }

  .approach-header h2 {
    font-size: clamp(2.7rem, 14vw, 4.5rem);
  }

  .approach-layout {
    grid-template-columns: 1fr;
    gap: 1.65rem;
  }

  .approach-portrait {
    grid-column: auto;
    grid-row: auto;
    width: min(390px, 92vw);
  }

  .approach-bottom {
    padding: 1rem;
  }

  .approach-bottom blockquote {
    padding-left: 0;
    padding-top: .9rem;
    border-left: 0;
    border-top: 1px solid rgb(30 58 95 / 15%);
  }

  .approach-bottom > a {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-approach:not(.is-visible) .approach-header,
  .home-approach:not(.is-visible) .approach-side,
  .home-approach:not(.is-visible) .approach-portrait,
  .home-approach:not(.is-visible) .approach-bottom {
    opacity: 1;
    transform: none;
  }
}
