* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "DM Sans", sans-serif;
  color: #151716;
  background: #f4f3ed;
  line-height: 1.6;
  overflow-x: hidden; /* Sayfanın sağa taşmasını engeller */
}
.container {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 243, 237, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #d9d9d0;
}
.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #151716;
  text-decoration: none;
  font: 800 15px/1 "Manrope", sans-serif;
  letter-spacing: 0.08em;
}
.logo > span:last-child > span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.2em;
  margin-top: 3px;
  font-weight: 600;
}
.logo-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #a8b995;
  border-radius: 50%;
  overflow: hidden;
}
.logo-mark-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav a,
.text-link {
  color: #313532;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.nav a:hover,
.text-link:hover {
  opacity: 0.65;
}
.nav-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-socials a {
  display: flex;
  align-items: center;
  color: #171a18;
  transition: opacity 0.2s;
}
.nav-cta {
  background: #171a18 !important;
  color: #fff !important;
  padding: 11px 18px;
  border-radius: 30px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 25px;
  cursor: pointer;
}
.hero {
  overflow: hidden;
  background: #f4f3ed;
}
.hero-grid {
  min-height: 580px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}
.eyebrow {
  font: 700 11px/1 "Manrope", sans-serif;
  letter-spacing: 0.2em;
  color: #66725e;
  margin-bottom: 22px;
}
.hero h1,
.section h2 {
  font: 800 clamp(36px, 5.5vw, 76px)/0.98 "Manrope", sans-serif;
  letter-spacing: -0.055em;
}
.hero h1 em,
.section h2 em {
  font-style: normal;
  color: #7d8e70;
}
.hero-text {
  max-width: 550px;
  color: #626760;
  font-size: 17px;
  margin: 27px 0 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  text-decoration: none;
  font: 700 13px "Manrope", sans-serif;
  cursor: pointer;
  padding: 16px 22px;
  border-radius: 5px;
}
.button-dark {
  background: #171a18;
  color: #fff;
}
.button-dark span {
  font-size: 18px;
}
.text-link {
  border-bottom: 1px solid #777;
  padding-bottom: 3px;
}
.text-link span {
  margin-left: 8px;
}
.hero-art {
  height: 480px;
  position: relative;
  display: grid;
  place-items: center;
}
.circle {
  position: absolute;
  border-radius: 50%;
}
.circle-one {
  width: 420px;
  height: 420px;
  object-fit: cover;
}
.circle-two {
  width: 460px;
  height: 460px;
  border: 1px solid #b8c1af;
}

.hero-strip {
  min-height: 120px;
  background: #171a18;
  color: #f4f3ed;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font: 700 10px "Manrope";
  letter-spacing: 0.2em;
  flex-wrap: wrap;
  padding: 12px 20px;
}
.hero-strip span {
  color: #a8b995;
}
.stats {
  background: #a8b995;
}
.stats-grid {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font: 700 10px "Manrope";
  letter-spacing: 0.25em;
  padding: 20px 0;
}
.stats-grid > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 25px;
  border-right: 1px solid #879779;
}
.stats-grid > div:first-child {
  padding-left: 0;
}
.stats-grid > div:last-child {
  border: 0;
}
.stats strong {
  font: 800 35px/1 "Manrope";
  letter-spacing: -0.06em;
}
.stats span {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
.section {
  padding: 100px 0;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 380px;
  align-items: end;
  gap: 40px;
  margin-bottom: 65px;
}
.section-heading > p {
  color: #686d66;
  font-size: 15px;
  max-width: 380px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  min-height: 380px;
  border: 1px solid #d5d6ce;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f8f7f2;
}
.service-card.featured {
  background: #202420;
  color: #f4f3ed;
  border-color: #202420;
}
.service-number {
  font: 700 12px "Manrope";
  color: #7f8e73;
}
.service-card h3 {
  font: 800 28px/1.05 "Manrope";
  letter-spacing: -0.04em;
  margin: 13px 0 17px;
}
.service-card p:not(.service-tag) {
  font-size: 14px;
  color: #747971;
}
.featured p:not(.service-tag) {
  color: #b9beb7;
}
.service-tag {
  font: 700 9px "Manrope";
  letter-spacing: 0.18em;
  color: #849478;
}
.service-card a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 25px;
}
.service-card a span {
  margin-left: 8px;
}
.about {
  background: #202420;
  color: #f4f3ed;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.about-visual {
  display: grid;
  place-items: center;
}
.portrait-placeholder {
  width: 100%;
  max-width: 350px;
  height: 480px;
  border-radius: 175px 175px 8px 8px;
  background: #a8b995;
  position: relative;
  overflow: hidden;
}
.portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .eyebrow {
  color: #a8b995;
}
.about h2 {
  margin-bottom: 35px;
}
.about-text {
  max-width: 690px;
  color: #c0c5bd;
  font-size: 14px;
}
.about-text p {
  margin-bottom: 16px;
}
.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.credentials span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid #515951;
  border-radius: 20px;
  padding: 8px 11px;
  color: #cbd0c8;
}
.approach {
  background: #e8e9e1;
}
.approach-intro {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 60px;
}
.approach-intro h2 {
  font-size: clamp(36px, 4vw, 60px);
}
.approach-intro > p:last-child {
  color: #686d66;
  max-width: 300px;
}
.approach-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #c5c7be;
}
.approach-list > div {
  padding: 25px 20px 0;
  border-right: 1px solid #c5c7be;
  min-height: 170px;
}
.approach-list > div:first-child {
  padding-left: 0;
}
.approach-list > div:last-child {
  border: 0;
}
.approach-list span {
  font: 700 10px "Manrope";
  color: #77866b;
}
.approach-list h3 {
  font: 800 23px "Manrope";
  margin: 18px 0 7px;
}
.approach-list p {
  font-size: 12px;
  color: #70756e;
  max-width: 190px;
}
.booking {
  background: #a8b995;
}
.booking-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: start;
}
.booking-intro h2 {
  font-size: clamp(36px, 5vw, 67px);
}
.booking-intro > p:not(.eyebrow) {
  color: #465043;
  max-width: 430px;
  margin: 25px 0 45px;
}
.booking-details {
  border-top: 1px solid #819176;
}
.booking-details > div {
  padding: 18px 0;
  border-bottom: 1px solid #819176;
}
.booking-details span {
  display: block;
  font: 700 9px "Manrope";
  letter-spacing: 0.16em;
  margin-bottom: 5px;
  color: #5f6d58;
}
.booking-details strong {
  display: block;
  font: 700 14px "Manrope";
}
.booking-details small {
  font-size: 11px;
  color: #5f665d;
}
.booking-form {
  background: #f4f3ed;
  padding: 35px;
  border-radius: 4px;
  box-shadow: 0 20px 60px #2830221c;
}
.booking-form label {
  display: block;
  font: 700 10px "Manrope";
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.optional {
  font-weight: 400;
  color: #989b95;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d3d5cc;
  background: #fff;
  padding: 13px 14px;
  font: 400 13px "DM Sans";
  color: #222;
  outline: none;
  border-radius: 2px;
}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: #7d8e70;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.booking-form button {
  width: 100%;
  margin-top: 4px;
}
.form-note {
  font-size: 10px;
  color: #8a8d87;
  text-align: center;
  margin-top: 12px;
}
.success {
  display: none;
  background: #dce7d5;
  padding: 12px;
  margin-top: 15px;
  font-size: 12px;
  color: #3d4d39;
}
.success.show {
  display: block;
}

/* Floating WhatsApp Icon */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 55px;
  height: 55px;
  background-color: #25d366;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  z-index: 1000;
  transition: transform 0.2s;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}

footer {
  background: #171a18;
  color: #c9cec7;
  padding: 48px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 40px;
}
.footer-logo {
  color: #fff;
}
.footer-grid p {
  font-size: 11px;
  margin-top: 17px;
  color: #8f968e;
}
.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-links a {
  color: #c9cec7;
  text-decoration: none;
  font-size: 11px;
}
.footer-links a:hover {
  color: #a8b995;
}
.footer-copy {
  font-size: 9px;
  color: #777e76;
}

/* RESPONSIVE MEDIA QUERIES */

@media (max-width: 992px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  .approach-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  .nav {
    position: absolute;
    display: none;
    left: 20px;
    right: 20px;
    top: 72px;
    background: #f4f3ed;
    border: 1px solid #d9d9d0;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .nav.open {
    display: flex;
  }
  .nav-socials {
    justify-content: center;
    margin: 10px 0;
  }
  .menu-toggle {
    display: block;
  }
  .hero-grid,
  .about-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    padding-top: 20px;
  }
  .hero-art {
    height: 380px;
  }
  .circle-one {
    width: 320px;
    height: 320px;
  }
  .circle-two {
    width: 350px;
    height: 350px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .stats-grid {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .stats-grid > div {
    border-right: none;
    border-bottom: 1px solid #879779;
    padding: 10px 0;
    width: 100%;
  }
  .stats-grid > div:last-child {
    border-bottom: none;
  }
  .approach-list {
    grid-template-columns: 1fr 1fr;
  }
  .approach-list > div:nth-child(2) {
    border-right: 0;
  }
  .approach-list > div:nth-child(-n + 2) {
    border-bottom: 1px solid #c5c7be;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 28px, 1160px);
  }
  .hero-art {
    height: 300px;
  }
  .circle-one {
    width: 250px;
    height: 250px;
  }
  .circle-two {
    width: 280px;
    height: 280px;
  }
  .hero-strip {
    gap: 12px;
    font-size: 8px;
  }
  .section {
    padding: 60px 0;
  }
  .portrait-placeholder {
    height: 380px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .booking-form {
    padding: 22px;
  }
  .approach-list {
    grid-template-columns: 1fr;
  }
  .approach-list > div {
    border-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #c5c7be;
  }
  .approach-list > div:last-child {
    border-bottom: 0;
  }
}