@charset "UTF-8";

/* Fonts */
:root {
  --default-font: "Poppins",  sans-serif;
  --heading-font: "Poppins",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

:root { 
  --background-color: #ffffff; 
  --default-color: #666666;
  --heading-color: #000000;
  --accent-color: #313131; 
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}

:root {
  --nav-color: #000000;
  --nav-hover-color: #000000;
  --nav-mobile-background-color: #ffffff; 
  --nav-dropdown-background-color: #ffffff; 
  --nav-dropdown-color: #666666;
  --nav-dropdown-hover-color: #313131; 
}

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #e3e3e3;
  --heading-color: #ffffff;
  --accent-color: #bdb5b5;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message,
.php-email-form .sent-message,
.php-email-form .loading {
  display: none;
  width: 100%;
  margin: 0 0 24px 0;
  padding: 14px 18px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  color: #3f4a5a;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
}

.php-email-form .error-message {
  color: #555f6f;
  background: rgba(255, 255, 255, 0.35);
}

.php-email-form .sent-message {
  color: #555f6f;
  background: rgba(255, 255, 255, 0.35);
}

.php-email-form .loading {
  color: #555f6f;
  background: rgba(255, 255, 255, 0.35);
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px -3px 0;
  border-radius: 50%;
  border: 2px solid rgba(63, 74, 90, 0.16);
  border-top-color: rgba(63, 74, 90, 0.72);
  animation: php-email-form-loading 0.8s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# About Signature
--------------------------------------------------------------*/
.about-signature {
  padding: 88px 0;
  background: #f5f3f1;
  position: relative;
  overflow: hidden;
}

.about-signature-wrap {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

/*--------------------------------------------------------------
# Sol Görsel
--------------------------------------------------------------*/
.about-signature-media {
  position: relative;
  padding-left: 24px;
}

.about-signature-image {
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.about-signature-image img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
}

.about-signature-vertical {
  position: absolute;
  left: 0;
  bottom: 14px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: #7c766f;
  text-transform: uppercase;
  line-height: 1;
}

.about-signature-image img {
  filter: contrast(1.05) brightness(0.92);
}

.about-signature-image {
  position: relative;
  padding: 6px; /* işte aradığın boşluk */
  background: #f5f3f100; /* section rengiyle aynı */
}

.about-signature-image img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}

/* dış çerçeve */
.about-signature-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(126, 139, 129, 0.28);
  pointer-events: none;
}

/*--------------------------------------------------------------
# Sağ İçerik
--------------------------------------------------------------*/
.about-signature-content {
  padding-top: 2px;
}

.about-signature-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.about-signature-line {
  width: 42px;
  height: 1px;
  background: rgba(60, 60, 60, 0.2);
  display: inline-block;
}

.about-signature-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #8a8075;
  text-transform: uppercase;
}

.about-signature-title {
  margin: 0 0 20px;
  max-width: 860px;
  font-size: clamp(2.15rem, 3vw, 3.55rem);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #181818;
}

.about-signature-title span {
  color: #7c766f;
  font-weight: 400;
}

.about-signature-lead {
  margin: 0 0 18px;
  max-width: 920px;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  color: #4f4a45;
}

.about-signature-text {
  margin: 0;
  max-width: 930px;
  font-size: 15px;
  line-height: 1.85;
  color: #6c665f;
}



.about-signature-right .about-signature-wrap {
  grid-template-columns: minmax(0, 1fr) 260px;
}

.about-signature-right .about-signature-content {
  order: 1;
}

.about-signature-right .about-signature-media {
  order: 2;
  padding-left: 0;
  padding-right: 24px;
}

.about-signature-right .about-signature-vertical {
  left: auto;
  right: 0;
}

@media (max-width: 1199.98px) {
  .about-signature-right .about-signature-wrap {
    grid-template-columns: minmax(0, 1fr) 235px;
  }

  .about-signature-right .about-signature-media {
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .about-signature-right .about-signature-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-signature-right .about-signature-content {
    order: 2;
  }

  .about-signature-right .about-signature-media {
    order: 1;
    max-width: 300px;
    padding-right: 0;
    padding-left: 20px;
  }

  .about-signature-right .about-signature-vertical {
    right: auto;
    left: 0;
  }
}


@media (max-width: 575.98px) {
  .about-signature-right .about-signature-wrap {
    gap: 24px;
  }

  .about-signature-right .about-signature-media {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .about-signature-right .about-signature-vertical {
    left: 0;
    right: auto;
  }
}


/*--------------------------------------------------------------
# Alt Alan
--------------------------------------------------------------*/
.about-signature-footer {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(24, 24, 24, 0.08);
}

.about-signature-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid #1a1a1a;
  background: transparent;
  color: #181818;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  transition: all 0.35s ease;
}

.about-signature-btn:hover {
  background: #181818;
  color: #ffffff;
  transform: translateY(-2px);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
  .about-signature {
    padding: 80px 0;
  }

  .about-signature-wrap {
    grid-template-columns: 235px minmax(0, 1fr);
    gap: 42px;
  }

  .about-signature-image img {
    height: 430px;
  }

  .about-signature-title {
    font-size: clamp(2rem, 3.2vw, 3.1rem);
  }

  .about-signature-lead {
    font-size: 16px;
  }

  .about-signature-text {
    font-size: 14.5px;
  }
}

@media (max-width: 991.98px) {
  .about-signature {
    padding: 74px 0;
  }

  .about-signature-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-signature-media {
    max-width: 300px;
  }

  .about-signature-image img {
    height: 410px;
  }

  .about-signature-title,
  .about-signature-lead,
  .about-signature-text {
    max-width: 100%;
  }

  .about-signature-footer {
    margin-top: 24px;
    padding-top: 18px;
  }
}

@media (max-width: 575.98px) {
  .about-signature {
    padding: 64px 0;
  }

  .about-signature-wrap {
    gap: 24px;
  }

  .about-signature-media {
    max-width: 100%;
    padding-left: 20px;
  }

  .about-signature-image img {
    height: 340px;
  }

  .about-signature-vertical {
    font-size: 10px;
    letter-spacing: 0.22em;
    bottom: 10px;
  }

  .about-signature-eyebrow-wrap {
    gap: 10px;
    margin-bottom: 16px;
  }

  .about-signature-line {
    width: 30px;
  }

  .about-signature-eyebrow {
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .about-signature-title {
    margin-bottom: 16px;
    font-size: clamp(1.85rem, 8vw, 2.4rem);
    line-height: 1.08;
  }

  .about-signature-lead {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
  }

  .about-signature-text {
    font-size: 14px;
    line-height: 1.75;
  }

  .about-signature-btn {
    min-width: 100%;
    min-height: 50px;
    padding: 14px 18px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }
}

/* ==============================
   ABOUT CTA
================================= */

.about-cta {
  position: relative;
  overflow: visible;
}

/* CONTAINER = frame taşıyıcı */
.about-cta .container {
  position: relative;
  max-width: 1320px;

  /* Bootstrap padding'ini biz yönetiyoruz */
  padding: 10px !important;
}

/* DIŞ FRAME */
.about-cta .container::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  pointer-events: none;
  z-index: 5;
}

/* BOX */
.about-cta-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;

  overflow: hidden;
  isolation: isolate;

  min-height: 380px;
  padding: 58px 64px;

  border-radius: 30px;
  background: #111111;
}

/* BACKGROUND */
.about-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.about-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  filter: brightness(0.75) contrast(1.05);
}

/* OVERLAY */
.about-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(8, 8, 8, 0.88) 0%,
    rgba(8, 8, 8, 0.72) 35%,
    rgba(8, 8, 8, 0.40) 70%,
    rgba(8, 8, 8, 0.15) 100%
  );
}

/* CONTENT */
.about-cta-content {
  position: relative;
  z-index: 3;
  max-width: 600px;
  color: #ffffff;
}

/* EYEBROW */
.about-cta-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* TITLE */
.about-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.about-cta h2 span {
  color: #d7b27a;
}

/* TEXT */
.about-cta p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 540px;
}

/* BUTTONS */
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* PRIMARY */
.about-cta-btn.primary-btn {
  background: #d7b27a;
  color: #111111;
  border: 1px solid #d7b27a;
}

.about-cta-btn.primary-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #111111;
}

/* SECONDARY */
.about-cta-btn.secondary-btn {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.about-cta-btn.secondary-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}

/* ==============================
   LARGE DESKTOP
================================= */

@media (min-width: 1400px) {
  .about-cta-box {
    min-height: 400px;
  }
}

/* ==============================
   TABLET
================================= */

@media (max-width: 991.98px) {
  .about-cta .container {
    padding: 18px !important;
  }

  .about-cta .container::before {
    border-radius: 32px;
  }

  .about-cta-box {
    min-height: 340px;
    padding: 50px 40px;
    border-radius: 24px;
  }

  .about-cta h2 {
    font-size: clamp(1.9rem, 4vw, 2.6rem);
  }

  .about-cta p {
    font-size: 15px;
  }
}

/* ==============================
   MOBILE
================================= */

@media (max-width: 767.98px) {

    .about-cta {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-cta .container {
    padding: 14px !important;
  }

  .about-cta .container::before {
    border-radius: 26px;
  }

  .about-cta-box {
    min-height: auto;
    padding: 38px 22px;
    border-radius: 18px;
    align-items: flex-end;
  }

  .about-cta-bg img {
    filter: brightness(0.6) contrast(1.03);
  }

  .about-cta-overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 8, 8, 0.30) 0%,
      rgba(8, 8, 8, 0.70) 45%,
      rgba(8, 8, 8, 0.92) 100%
    );
  }

  .about-cta-content {
    max-width: 100%;
  }

  .about-cta h2 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
    line-height: 1.08;
  }

  .about-cta p {
    font-size: 14.5px;
  }

  .about-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-cta-btn {
    width: 100%;
    min-height: 46px;
    font-size: 13.5px;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background-color: var(--background-color);
  padding: 15px 0;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease,
    -webkit-backdrop-filter 0.35s ease;
  z-index: 997;
  border-bottom: 1px solid transparent;
  isolation: isolate;
  overflow: visible;
}

.header::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.66) 0%,
    rgba(0, 0, 0, 0.42) 25%,
    rgba(0, 0, 0, 0.20) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.18;
  transition: opacity 0.35s ease;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 48px 48px;
}

.header .header-inner {
  min-height: 72px;
}

.header .logo {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 3;
  min-height: 44px;
}

.header .logo h1 {
  font-size: 39px;
  margin: 0;
  font-weight: 400;
  color: #ffffff;
  transition: color 0.35s ease;
}

.header .logo span {
  font-weight: 200;
}

/*--------------------------------------------------------------
# Dual Logo System
--------------------------------------------------------------*/
.header .logo-stack {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.header .logo-img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.header .logo-light {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.header .logo-dark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

/* Scroll sonrası logo değişimi */
.scrolled .header .logo-light {
  opacity: 0;
  visibility: hidden;
}

.scrolled .header .logo-dark {
  opacity: 1;
  visibility: visible;
}

.header .header-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}

.header .header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.header .header-btn:hover {
  background-color: #ffffff;
  color: #111111;
}

#header {
  transition: transform 0.35s ease;
}

.hide-header {
  transform: translateY(-100%);
}

/*--------------------------------------------------------------
# Scroll State
--------------------------------------------------------------*/
.scrolled .header {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.scrolled .header::before,
.scrolled .header::after {
  opacity: 0;
}

.scrolled .header .logo h1 {
  color: var(--heading-color);
}

.scrolled .header .header-btn {
  border: 1px solid color-mix(in srgb, var(--heading-color), transparent 75%);
  color: var(--heading-color);
  background: transparent;
}

.scrolled .header .header-btn:hover {
  background-color: var(--heading-color);
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Navigation Menu - Desktop
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .header .header-inner {
    position: relative;
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 30px;
  }

  .header .logo {
    justify-self: start;
  }

  .header .navmenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    justify-self: center;
    z-index: 2;
    padding: 0;
  }

  .header .header-cta {
    justify-self: end;
    margin-left: auto;
  }

  .navmenu > ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
  }

  .navmenu > ul > li {
    position: relative;
    list-style: none;
  }

  .navmenu > ul > li:not(:first-child) > a {
    padding-left: 15px;
  }

  .navmenu a {
    color: #ffffff;
    padding: 18px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }

  .scrolled .navmenu a {
    color: var(--nav-color);
  }

  .navmenu a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 6px;
    transition: 0.3s;
  }

  .navmenu > ul > li:last-child > a {
    padding-right: 0;
  }

  .navmenu > ul > li:hover > a,
  .navmenu > ul > li > a.active {
    color: #ffffff;
    opacity: 0.78;
  }

  .scrolled .navmenu > ul > li:hover > a,
  .scrolled .navmenu > ul > li > a.active {
    color: var(--nav-hover-color);
    opacity: 1;
  }

  .navmenu .dropdown > a {
    gap: 6px;
  }


  

  .navmenu .dropdown > ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 14px;
    top: 130%;
    min-width: 230px;
    transition: all 0.3s ease;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
    border-radius: 0;
  }

  .navmenu .dropdown > ul > li {
    list-style: none;
    min-width: 230px;
  }

  .navmenu .dropdown > ul > li::before,
  .navmenu .dropdown > ul > li::after {
    content: none !important;
    display: none !important;
  }

  .navmenu .dropdown > ul > li > a {
    padding: 12px 18px;
    font-size: 14px;
    color: #2f2f2f !important;
    justify-content: flex-start;
    width: 100%;
  }

  .navmenu .dropdown > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.03);
    color: var(--nav-hover-color) !important;
    opacity: 1;
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  @media (min-width: 1200px) {
  .navmenu .dropdown .submenu > li.mobile-only {
    display: none !important;
  }
}

  .mobile-nav-toggle {
    display: none !important;
  }
}

/* MENU LINK BASE */
.navmenu > ul > li > a {
  position: relative;
}

/* ALT ÇİZGİ (DEFAULT HIDDEN) */
.navmenu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: calc(100% - 30px);
  height: 1px;
  background: currentColor;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* HOVER */
.navmenu > ul > li:hover > a::after {
  transform: scaleX(1);
}

/* ACTIVE */
.navmenu > ul > li > a.active::after {
  transform: scaleX(1);
}

/* SCROLLED DURUMDA RENK OTOMATİK UYUM */
.scrolled .navmenu > ul > li > a::after {
  background: currentColor;
}



/*--------------------------------------------------------------
# Navigation Menu - Mobile
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .header .header-inner {
    min-height: 64px;
  }

  .header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .header .logo h1 {
    font-size: 30px;
  }

  .header .logo-stack {
    min-height: 36px;
  }

  .header .logo-img {
    height: 36px;
  }

  .header .header-cta {
    display: none;
  }

  .mobile-nav-toggle {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    position: fixed;
    top: 22px;
    right: 18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    transition: color 0.3s ease;
    z-index: 99999;
  }

  .scrolled .mobile-nav-toggle {
    color: var(--nav-color);
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu > ul {
    display: block;
    list-style: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(320px, 85vw);
    padding: 86px 18px 24px 18px;
    margin: 0;
    background-color: #f7f7f7;
    overflow-y: auto;
    transform: translateX(110%);
    transition: transform 0.35s ease;
    z-index: 9998;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12);
  }

  .navmenu > ul > li {
    list-style: none;
  }

  .navmenu > ul > li::before,
  .navmenu > ul > li::after {
    content: none !important;
    display: none !important;
  }

  .navmenu a {
    color: #6a6a6a;
    padding: 16px 14px;
    font-family: var(--nav-font);
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    text-decoration: none;
    transition: 0.3s;
  }

  .navmenu a:hover,
  .navmenu a.active {
    color: #3a3a3a;
  }

  

  @media (hover: none) {
  .navmenu a::after {
    display: none !important;
  }
  }

  .navmenu .dropdown > a {
    gap: 10px;
  }

  .navmenu .dropdown > a .toggle-dropdown {
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
    transition: all 0.3s ease;
  }

  

  .navmenu .dropdown > ul {
    display: none;
    position: static;
    list-style: none;
    padding: 6px 0 10px 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    min-width: 100%;
  }

  .navmenu .dropdown > ul > li {
    list-style: none;
    border-bottom: none;
  }

  .navmenu .dropdown > ul > li::before,
  .navmenu .dropdown > ul > li::after {
    content: none !important;
    display: none !important;
  }

  .navmenu .dropdown > ul > li > a {
    font-size: 15px;
    padding: 11px 14px 11px 24px;
    color: #7a7a7a;
    width: 100%;
  }

  .navmenu .dropdown.dropdown-open > ul {
    display: block;
  }

  .navmenu .dropdown.dropdown-open > a .toggle-dropdown {
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, 0.10);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #999999;
    position: fixed;
    top: 22px;
    right: 18px;
    transform: none;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    inset: 0;
    background: rgba(33, 37, 41, 0.65);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    transform: translateX(0);
  }
}


/* =======================================================
# Vision Mission Section - Taşmahal Style
======================================================= */
.vision-signature {
  position: relative;
  padding: 110px 0;
  background: #f5f3ef;
  overflow: hidden;
}

.vision-signature .container {
  max-width: 1320px;
}

/* Ana yapı */
.vision-signature-wrap {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

/* -------------------------------------------------------
# Sol Medya Alanı
------------------------------------------------------- */
.vision-signature-media {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 18px;
}

.vision-signature-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.34em;
  color: #8f887f;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.vision-signature-image {
  width: 100%;
  max-width: 200px;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f8f7f4;
}

.vision-signature-image img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}

/* -------------------------------------------------------
# Sağ İçerik Alanı
------------------------------------------------------- */
.vision-signature-content {
  min-width: 0;
  padding-top: 8px;
}

.vision-signature-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.vision-signature-line {
  width: 24px;
  height: 1px;
  background: rgba(0, 0, 0, 0.16);
  flex: 0 0 auto;
}

.vision-signature-eyebrow {
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #8d857d;
}

.vision-signature-title {
  margin: 0 0 28px;
  max-width: 980px;
  font-size: clamp(2.8rem, 4.8vw, 5.25rem);
  line-height: 0.96;
  font-weight: 300;
  letter-spacing: -0.055em;
  color: #746c63;
}

.vision-signature-title span {
  font-weight: 700;
  color: #171411;
}

.vision-signature-text {
  margin: 0 0 22px;
  max-width: 1020px;
  font-size: 1rem;
  line-height: 1.92;
  color: #5f5851;
}

.vision-signature-text:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------------
# Alt Bilgi Alanı
------------------------------------------------------- */
.vision-signature-bottom {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
}

.vision-signature-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  flex: 1 1 auto;
}

.vision-signature-item {
  min-width: 0;
}

.vision-signature-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #1f1a17;
}

.vision-signature-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: #666057;
}

.vision-signature-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid #1b1714;
  background: transparent;
  color: #1b1714;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.vision-signature-btn:hover {
  background: #1b1714;
  color: #f5f3ef;
  transform: translateY(-2px);
}

/* -------------------------------------------------------
# Large Tablet
------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .vision-signature {
    padding: 95px 0;
  }

  .vision-signature-wrap {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 42px;
  }

  .vision-signature-image {
    max-width: 172px;
  }

  .vision-signature-image img {
    height: 450px;
  }

  .vision-signature-title {
    font-size: clamp(2.5rem, 4.4vw, 4.3rem);
    max-width: 850px;
  }

  .vision-signature-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .vision-signature-btn {
    min-width: 210px;
  }
}

/* -------------------------------------------------------
# Tablet
------------------------------------------------------- */
@media (max-width: 991.98px) {
  .vision-signature-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .vision-signature-media {
    align-items: center;
    gap: 14px;
  }

  .vision-signature-image {
    max-width: 155px;
  }

  .vision-signature-image img {
    height: 300px;
  }

  .vision-signature-vertical {
    padding-bottom: 0;
    font-size: 0.64rem;
    letter-spacing: 0.28em;
  }

  .vision-signature-title {
    max-width: 100%;
  }

  .vision-signature-info {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* -------------------------------------------------------
# Mobile
------------------------------------------------------- */
@media (max-width: 767.98px) {
  .vision-signature {
    padding: 72px 0;
  }

  .vision-signature .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vision-signature-wrap {
    gap: 26px;
  }

  .vision-signature-media {
    gap: 12px;
  }

  .vision-signature-image {
    max-width: 126px;
    padding: 5px;
  }

  .vision-signature-image img {
    height: 230px;
  }

  .vision-signature-vertical {
    font-size: 0.58rem;
    letter-spacing: 0.22em;
  }

  .vision-signature-eyebrow-wrap {
    gap: 12px;
    margin-bottom: 16px;
  }

  .vision-signature-line {
    width: 18px;
  }

  .vision-signature-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.24em;
  }

  .vision-signature-title {
    margin-bottom: 20px;
    font-size: clamp(2.1rem, 9vw, 3.1rem);
    line-height: 1.02;
  }

  .vision-signature-title br {
    display: none;
  }

  .vision-signature-text {
    margin-bottom: 16px;
    font-size: 0.94rem;
    line-height: 1.82;
  }

  .vision-signature-bottom {
    margin-top: 24px;
    padding-top: 18px;
    gap: 22px;
  }

  .vision-signature-label {
    margin-bottom: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .vision-signature-item p {
    font-size: 0.92rem;
    line-height: 1.76;
  }

  .vision-signature-btn {
    min-width: 100%;
    min-height: 50px;
    padding: 0 20px;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }
}

/* =========================================================
   Ürünler
========================================================= */
.products-catalog {
  padding: 100px 0;
  background: #f3f3f3;
}

.products-catalog .container {
  max-width: 1410px;
}

/* Head */
.products-catalog-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 42px;
}

.products-catalog-title {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5f6770;
}

.products-catalog-subtitle {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #6d7680;
}

/* Filters */
.products-catalog-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 0 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.catalog-filter {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0 18px;
  height: 24px;
  font-size: 0.90rem;
  font-weight: 400;
  color: #5f6770;
  letter-spacing: 0.01em;
  transition: color 0.3s ease;
}

.catalog-filter:first-child {
  padding-left: 0;
}

.catalog-filter::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.12);
  transform: translateY(-50%);
}

.catalog-filter:last-child::after {
  display: none;
}

.catalog-filter:hover,
.catalog-filter.active {
  color: #111111;
}

/* Toolbar */
.products-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.products-catalog-count {
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #75808a;
}

.products-catalog-sort select {
  min-width: 205px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f7f7f7;
  color: #5f6770;
  font-size: 0.90rem;
  font-weight: 400;
  outline: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.products-catalog-sort select:focus {
  border-color: rgba(0, 0, 0, 0.16);
  background: #fafafa;
}

/* Grid */
.products-catalog-grid {
  margin-top: 0;
}

.product-item.is-hidden {
  display: none;
}

/* Card */
.catalog-card {
  height: 100%;
  background: #fefefe;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.catalog-card:hover {
  border-color: rgba(0, 0, 0, 0.18);
}

.catalog-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 0.55;
  background: #e8e8e8;
}

.catalog-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 0.45s ease,
    transform 0.6s ease;
}

.catalog-card-img-primary {
  opacity: 1;
  z-index: 1;
}

.catalog-card-img-secondary {
  opacity: 0;
  z-index: 2;
}

.catalog-card:hover .catalog-card-img-primary {
  opacity: 0;
  transform: scale(1.02);
}

.catalog-card:hover .catalog-card-img-secondary {
  opacity: 1;
  transform: scale(1.02);
}

.catalog-card-body {
  padding: 10px 14px 14px;
}

.catalog-card-meta {
  margin-bottom: 8px;
  font-size: 0.70rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a8590;
}

.catalog-card-title {
  margin: 0 0 7px;
  font-size: 0.96rem;
  line-height: 1.35;
  font-weight: 500;
}

.catalog-card-title a {
  color: #37424d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.catalog-card-title a:hover {
  color: #111111;
}

.catalog-card-price {
  font-size: 0.78rem;
  line-height: 1.5;
  color: #5f6770;
}

.catalog-card-price span {
  display: inline-block;
  margin: 0 6px;
  color: #9aa2aa;
}

.catalog-card-link {
  position: relative;
  display: inline-block;
  font-size: 0.70rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6d7680;
  text-decoration: none;
  transition: color 0.3s ease;
}

.catalog-card-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #111;
  transition: width 0.3s ease;
}

.catalog-card-link:hover {
  color: #111;
}

.catalog-card-link:hover::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .products-catalog-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .products-catalog-sort {
    width: 100%;
  }

  .products-catalog-sort select {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .catalog-card-image {
    aspect-ratio: 1 / 0.60;
  }
}

@media (max-width: 767.98px) {
  .products-catalog {
    padding: 80px 0;
  }

  .products-catalog-head {
    margin-bottom: 30px;
  }

  .products-catalog-title {
    font-size: 2rem;
    letter-spacing: 0.06em;
  }

  .products-catalog-subtitle {
    font-size: 0.92rem;
  }

  .products-catalog-filters {
    row-gap: 12px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }

  .catalog-filter {
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .products-catalog-toolbar {
    margin-bottom: 20px;
  }

  .products-catalog-count {
    font-size: 0.80rem;
  }

  .catalog-card-body {
    padding: 10px 12px 12px;
  }

  .catalog-card-title {
    font-size: 0.92rem;
  }

  .catalog-card-price {
    font-size: 0.75rem;
  }
}

.product-detail-main-image-wrap {
  position: relative;
  overflow: hidden;
}

/* OKLAR */
.product-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease,
    background-color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
  box-shadow: 0 10px 28px rgba(15, 23, 38, 0.10);
}

/* hover olunca görün */
.product-detail-main-image-wrap:hover .product-nav {
  opacity: 1;
  visibility: visible;
}

/* sol/sağ konum */
.product-nav-prev {
  left: 18px;
}

.product-nav-next {
  right: 18px;
}

/* iç ikon alanı */
.product-nav span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* çizgi */
.product-nav span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  transform-origin: center;
  transition: transform 0.28s ease;
}

/* sol ok */
.product-nav-prev span::before {
  transform: translate(-42%, -50%) rotate(-135deg);
}

/* sağ ok */
.product-nav-next span::before {
  transform: translate(-58%, -50%) rotate(45deg);
}

/* hover */
.product-nav:hover {
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 34px rgba(15, 23, 38, 0.14);
}

.product-nav-prev:hover {
  transform: translateY(-50%) translateX(-2px);
}

.product-nav-next:hover {
  transform: translateY(-50%) translateX(2px);
}

.product-nav:active {
  background: rgba(255, 255, 255, 0.28);
}

/* klavye erişimi */
.product-nav:focus-visible {
  outline: none;
  opacity: 1;
  visibility: visible;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.22),
    0 14px 30px rgba(15, 23, 38, 0.14);
}

/* mobilde sürekli görünür ama daha küçük */
@media (max-width: 767.98px) {
  .product-nav {
    width: 40px;
    height: 40px;
    opacity: 1;
    visibility: visible;
    background: rgba(20, 28, 40, 0.22);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .product-nav-prev {
    left: 10px;
  }

  .product-nav-next {
    right: 10px;
  }

  .product-nav span::before {
    width: 12px;
    height: 12px;
  }
}

/*--------------------------------------------------------------
  #Footer
--------------------------------------------------------------*/
.footer {
  --footer-bg: #fafafa;
  --footer-bg-soft: #fafafa;
  --footer-line: rgba(45, 39, 34, 0.14);
  --footer-line-soft: rgba(45, 39, 34, 0.08);
  --footer-heading: #26211d;
  --footer-text: rgba(38, 33, 29, 0.76);
  --footer-muted: rgba(38, 33, 29, 0.54);
  --footer-link: rgba(38, 33, 29, 0.76);
  --footer-hover: #161310;

  color: var(--footer-text);
  background: linear-gradient(180deg, var(--footer-bg-soft) 0%, var(--footer-bg) 100%);
  font-size: 14px;
  padding-bottom: 0;
  position: relative;
}

/* tam genişlik üst çizgi */
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--footer-line);
}

.footer .footer-top {
  padding-top: 78px;
  padding-bottom: 12px;
  border-top: 0;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 26px;
  text-decoration: none;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 8px;
}

.footer .footer-about .logo .sitename {
  margin: 0;
  color: var(--footer-heading);
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: var(--default-font);
}

.footer .footer-about .logo .sitename span {
  font-weight: 300;
  opacity: 0.72;
}

.footer .footer-about p {
  max-width: 440px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.95;
  font-weight: 300;
  color: var(--footer-text);
  font-family: var(--default-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid var(--footer-line);
  font-size: 15px;
  color: var(--footer-link);
  margin-right: 10px;
  text-decoration: none;
  background: transparent;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.footer .social-links a:last-child {
  margin-right: 0;
}

.footer .social-links a:hover {
  color: var(--footer-hover);
  border-color: rgba(38, 33, 29, 0.24);
  background: rgba(255, 255, 255, 0.16);
}

.footer h4 {
  color: var(--footer-heading);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--footer-line);
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  display: none;
}

.footer .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: var(--footer-link);
  display: inline-block;
  line-height: 1.6;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.25s ease;
}

.footer .footer-links ul a:hover {
  color: var(--footer-hover);
}

.footer .footer-contact p {
  margin-bottom: 6px;
  color: var(--footer-text);
  line-height: 1.8;
  font-weight: 300;
}

.footer .footer-contact p strong {
  color: var(--footer-heading);
  font-weight: 500;
}

.footer .copyright {
  display: none;
}

.footer .credits {
  margin-top: 0;
  font-size: 13px;
}

.footer .footer-bottom {
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid var(--footer-line);
  background-color: transparent;
}

.footer .footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer .footer-bottom .footer-bottom-content p {
  margin: 0;
  color: var(--footer-muted);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.footer .footer-bottom .footer-bottom-content p strong,
.footer .footer-bottom .footer-bottom-content p .sitename {
  color: var(--footer-heading);
  font-weight: 500;
}

.footer .footer-bottom .footer-bottom-content .credits {
  font-size: 13px;
  color: var(--footer-muted);
  font-weight: 300;
}

.footer .footer-bottom .footer-bottom-content .credits a {
  color: var(--footer-heading);
  text-decoration: none;
  font-weight: 400;
  transition: opacity 0.25s ease;
}

.footer .footer-bottom .footer-bottom-content .credits a:hover {
  opacity: 0.72;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .footer .footer-top {
    padding-top: 64px;
  }

  .footer .footer-about {
    margin-bottom: 8px;
  }

  .footer .footer-about p {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .footer {
    font-size: 13px;
  }

  .footer .footer-top {
    padding-top: 54px;
    padding-bottom: 4px;
  }

  .footer .footer-about .logo {
    margin-bottom: 22px;
  }

  .footer .footer-about .logo .sitename {
    font-size: 24px;
    letter-spacing: 0.06em;
  }

  .footer .footer-about p {
    font-size: 13px;
    line-height: 1.9;
  }

  .footer h4 {
    font-size: 11px;
    letter-spacing: 0.16em;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }

  .footer .footer-links ul li {
    padding: 7px 0;
  }

  .footer .social-links a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .footer .footer-bottom {
    margin-top: 22px;
    padding: 18px 0 22px;
  }

  .footer .footer-bottom .footer-bottom-content p,
  .footer .footer-bottom .footer-bottom-content .credits {
    font-size: 12px;
  }
}

/* =========================================
   Preloader
========================================= */
.tm-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f4f4 0%, #ececec 100%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.tm-preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tm-preloader::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.14) 1px, transparent 1px);
  background-size: 36px 36px;
}

.tm-preloader::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    rgba(255,255,255,0.42) 0%,
    rgba(255,255,255,0.10) 36%,
    rgba(255,255,255,0) 72%
  );
}

.tm-preloader-inner {
  position: relative;
  z-index: 2;
  width: min(86vw, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-preloader-logo {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-preloader-logo svg {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.035));
}

/* =========================================
   START STATE
========================================= */
.tm-preloader-logo svg > g:last-of-type > *,
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *,
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > * {
  opacity: 0;
  will-change: transform, opacity;
  transform-box: fill-box;
  backface-visibility: hidden;
}

/* =========================================
   ICON
========================================= */
.tm-preloader-logo svg > g:last-of-type > * {
  transform-origin: center bottom;
  transform: translateY(14px) scaleY(0.72);
  animation: tmIconRise 0.52s cubic-bezier(.22,1,.36,1) forwards;
}

.tm-preloader-logo svg > g:last-of-type > *:nth-child(1) { animation-delay: 0.06s; }
.tm-preloader-logo svg > g:last-of-type > *:nth-child(2) { animation-delay: 0.14s; }
.tm-preloader-logo svg > g:last-of-type > *:nth-child(3) { animation-delay: 0.22s; }

/* =========================================
   MAIN WORD
========================================= */
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > * {
  transform-origin: center center;
  transform: translateY(8px);
  animation: tmLetterReveal 0.42s cubic-bezier(.22,1,.36,1) forwards;
}

.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(1)  { animation-delay: 0.34s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(2)  { animation-delay: 0.39s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(3)  { animation-delay: 0.44s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(4)  { animation-delay: 0.49s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(5)  { animation-delay: 0.54s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(6)  { animation-delay: 0.59s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(7)  { animation-delay: 0.64s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(8)  { animation-delay: 0.69s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(9)  { animation-delay: 0.74s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(10) { animation-delay: 0.79s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(11) { animation-delay: 0.84s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(12) { animation-delay: 0.89s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(13) { animation-delay: 0.94s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(14) { animation-delay: 0.99s; }
.tm-preloader-logo svg > g:first-of-type > g:first-of-type > *:nth-child(15) { animation-delay: 1.04s; }

/* =========================================
   SUB TEXT
========================================= */
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > * {
  transform-origin: center center;
  transform: translateY(6px);
  animation: tmSubReveal 0.34s ease forwards;
}

.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(1)  { animation-delay: 1.02s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(2)  { animation-delay: 1.04s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(3)  { animation-delay: 1.06s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(4)  { animation-delay: 1.08s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(5)  { animation-delay: 1.10s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(6)  { animation-delay: 1.12s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(7)  { animation-delay: 1.14s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(8)  { animation-delay: 1.16s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(9)  { animation-delay: 1.18s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(10) { animation-delay: 1.20s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(11) { animation-delay: 1.22s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(12) { animation-delay: 1.24s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(13) { animation-delay: 1.26s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(14) { animation-delay: 1.28s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(15) { animation-delay: 1.30s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(16) { animation-delay: 1.32s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(17) { animation-delay: 1.34s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(18) { animation-delay: 1.36s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(19) { animation-delay: 1.38s; }
.tm-preloader-logo svg > g:first-of-type > g:last-of-type > *:nth-child(20) { animation-delay: 1.40s; }

/* =========================================
   KEYFRAMES
========================================= */
@keyframes tmIconRise {
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

@keyframes tmLetterReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tmSubReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 767.98px) {
  .tm-preloader::before {
    background-size: 28px 28px;
  }

  .tm-preloader-logo svg {
    max-width: 420px;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.page-title-section {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #181818;
  padding: 165px 0 56px;
  isolation: isolate;
}

.page-title-section .container {
  position: relative;
  z-index: 5;
}

.page-title-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.page-title-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  filter: brightness(0.95) contrast(1.01) saturate(0.94);
}

.page-title-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.55) 18%,
      rgba(0, 0, 0, 0.25) 38%,
      rgba(0, 0, 0, 0.05) 60%,
      rgba(0, 0, 0, 0) 75%
    ),

    linear-gradient(
      90deg,
      rgba(16, 16, 16, 0.22) 0%,
      rgba(16, 16, 16, 0.10) 40%,
      rgba(16, 16, 16, 0.14) 100%
    ),

    linear-gradient(
      180deg,
      rgba(12, 12, 12, 0.10) 0%,
      rgba(12, 12, 12, 0.12) 50%,
      rgba(12, 12, 12, 0.28) 100%
    );
}

/* Mimari grid ama çok baskın değil */
.page-title-grid {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.055;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 96px 96px;
}

/* Işıltı yok, sadece çok hafif üst katman derinliği */
.page-title-glow {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0%,
      transparent 20%,
      transparent 80%,
      rgba(255, 255, 255, 0.02) 100%
    );
}

.page-title-content {
  position: relative;
  max-width: 760px;
  padding-left: 28px;
  color: #ffffff;
}

/* Soldaki çizgi */
.page-title-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 6px;
  width: 1.2px;
  background: rgb(255, 255, 255);
}

.breadcrumb-nav {
  margin-bottom: 16px;
}

.breadcrumb-nav ol {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.breadcrumb-nav li {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.76);
}

.breadcrumb-nav li a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.breadcrumb-nav li a:hover {
  color: #ffffff;
}

.breadcrumb-nav .separator {
  opacity: 0.42;
  pointer-events: none;
}

.page-title-content h1 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 5vw, 3.1rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.page-title-content p {
  margin: 0;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
}

/* Alt ayırıcı */
.page-title-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 6;
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 991.98px) {
  .page-title-section {
    min-height: 345px;
    padding: 142px 0 46px;
  }

  .page-title-content {
    padding-left: 20px;
  }

  .page-title-content h1 {
    font-size: clamp(2rem, 7vw, 3.2rem);
    line-height: 1.02;
  }

  .page-title-content p {
    font-size: 12px;
    line-height: 1.68;
    max-width: 100%;
  }

  .page-title-grid {
    background-size: 72px 72px;
  }
}

@media (max-width: 575.98px) {
  .page-title-section {
    min-height: 300px;
    padding: 16px 0 36px;
  }

  .page-title-content {
    padding-left: 14px;
  }

  .page-title-content::before {
    width: 1px;
    background: rgb(255, 255, 255);
  }

  .breadcrumb-nav {
    margin-bottom: 12px;
  }

  .breadcrumb-nav li {
    font-size: 12px;
  }

  .page-title-subtitle {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .page-title-content h1 {
    font-size: clamp(1.9rem, 8vw, 2.75rem);
    margin-bottom: 10px;
  }

  .page-title-content p {
    font-size: 12px;
    line-height: 1.6;
  }

  .page-title-grid {
    background-size: 52px 52px;
    opacity: 0.045;
  }
}


/* =========================================================
   ÜRÜN DETAY
========================================================= */
.product-detail-minimal {
  padding: 72px 0;
  background: #ffffff;
}

.product-detail-minimal .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-detail-minimal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr);
  gap: 38px;
  align-items: start;
}

/* =========================================================
   SOL FOTOĞRAFLAR
========================================================= */
.product-detail-minimal-gallery {
  min-width: 0;
}

.product-detail-main-image-wrap {
  position: relative;
  overflow: hidden;
  background: #ececea;
  border: 1px solid rgba(22, 32, 46, 0.08);
  aspect-ratio: 1 / 0.72;
}

.product-detail-main-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.28s ease;
  transform: scale(1);
}

.product-detail-main-image-wrap:hover .product-detail-main-image {
  transform: scale(1.035);
}

.product-detail-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.product-detail-thumb {
  width: 104px;
  height: 104px;
  padding: 0;
  border: 1px solid rgba(22, 32, 46, 0.10);
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  flex: 0 0 auto;
  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    opacity 0.3s ease,
    filter 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0.4;
  filter: grayscale(20%);
}

.product-detail-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-detail-thumb:hover {
  border-color: rgba(35, 52, 76, 0.28);
  opacity: 0.7;
  filter: grayscale(0%);
}

.product-detail-thumb:hover img {
  transform: scale(1.03);
}

.product-detail-thumb.active {
  opacity: 1;
  filter: grayscale(0%);
  border-color: #2a3b55;
}

.product-detail-thumb.active img {
  transform: scale(1.01);
}

/* =========================================================
   ANA GÖRSEL WRAP
========================================================= */
.product-detail-main-image-wrap {
  position: relative;
  overflow: hidden;
}

/* =========================================================
   OKLAR
========================================================= */
.product-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease,
    background-color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
  box-shadow: 0 10px 28px rgba(15, 23, 38, 0.10);
}

/* hover olunca görün */
.product-detail-main-image-wrap:hover .product-nav {
  opacity: 1;
  visibility: visible;
}

/* sol/sağ konum */
.product-nav-prev {
  left: 18px;
}

.product-nav-next {
  right: 18px;
}

/* iç ikon alanı */
.product-nav span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* çizgi */
.product-nav span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  transform-origin: center;
  transition: transform 0.28s ease;
}

/* sol ok */
.product-nav-prev span::before {
  transform: translate(-42%, -50%) rotate(-135deg);
}

/* sağ ok */
.product-nav-next span::before {
  transform: translate(-58%, -50%) rotate(45deg);
}

/* hover */
.product-nav:hover {
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 34px rgba(15, 23, 38, 0.14);
}

.product-nav-prev:hover {
  transform: translateY(-50%) translateX(-2px);
}

.product-nav-next:hover {
  transform: translateY(-50%) translateX(2px);
}

.product-nav:active {
  background: rgba(255, 255, 255, 0.28);
}

/* klavye erişimi */
.product-nav:focus-visible {
  outline: none;
  opacity: 1;
  visibility: visible;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.22),
    0 14px 30px rgba(15, 23, 38, 0.14);
}

/* mobilde sürekli görünür ama daha küçük */
@media (max-width: 767.98px) {
  .product-nav {
    width: 40px;
    height: 40px;
    opacity: 1;
    visibility: visible;
    background: rgba(20, 28, 40, 0.22);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .product-nav-prev {
    left: 10px;
  }

  .product-nav-next {
    right: 10px;
  }

  .product-nav span::before {
    width: 12px;
    height: 12px;
  }
}

/* =========================================================
   İÇERİK
========================================================= */
.product-detail-minimal-content {
  min-width: 0;
  padding-top: 4px;
}

.product-detail-topline {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #000000;
}

.product-detail-title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #000000;
}

.product-detail-desc {
  margin: 0 0 24px;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #000000;
  max-width: 620px;
}

.product-detail-specs {
  border-top: 1px solid rgba(37, 55, 84, 0.10);
  border-bottom: 1px solid rgba(37, 55, 84, 0.10);
  margin-bottom: 24px;
}

.product-detail-spec-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(37, 55, 84, 0.08);
}

.product-detail-spec-row:last-child {
  border-bottom: none;
}

.product-detail-spec-label {
  font-size: 0.74rem;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7b8798;
}

.product-detail-spec-value {
  font-size: 0.92rem;
  line-height: 1.7;
  font-weight: 500;
  color: #253754;
}

.product-detail-text h3 {
  margin: 0 0 10px;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #70809a;
}

.product-detail-text p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #5d6a7d;
  max-width: 650px;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1199.98px) {
  .product-detail-minimal-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .product-detail-minimal {
    padding: 56px 0;
  }

  .product-detail-minimal .container {
    padding: 0 16px;
  }

  .product-detail-main-image-wrap {
    aspect-ratio: 1 / 0.82;
  }

  .product-detail-thumbs {
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
  }

  .product-detail-thumb {
    width: calc((100% - 16px) / 3);
    height: 88px;
    flex: 0 0 calc((100% - 16px) / 3);
  }

  .product-detail-title {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    margin-bottom: 12px;
  }

  .product-detail-desc {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .product-detail-spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 13px 0;
  }

  .product-detail-spec-label {
    font-size: 0.7rem;
  }

  .product-detail-spec-value,
  .product-detail-text p {
    font-size: 0.9rem;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 87px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
/* SECTION TITLE */
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

/* BAŞLIK (AYNI KALDI) */
.section-title h2 {
  font-size: 2rem;
  color: #565a5d;
  margin: 0 0 18px;
}

/* ANA ÇİZGİ */
.section-title .section-line {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 1px;
  background: #565a5d;
  margin: 0 auto;
}

/* ORTA BLOK (KESKİN VURGU) */
.section-title .section-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 3px;
  background: #565a5d;
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {

  .section-title .section-line {
    max-width: 200px;
    height: 1px;
    background: #565a5d;
    position: relative;
  }

  .section-title .section-line::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px; /* 👉 kritik fix */
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #565a5d;
  }

}

/* ==========================================
   HERO SLIDER / TAŞMAHAL
========================================== */

.hero.hero-slider-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #111;
  overflow: hidden;
  padding: 0;
}

.hero.hero-slider-section .hero-slider,
.hero.hero-slider-section .carousel-inner,
.hero.hero-slider-section .carousel-item {
  width: 100%;
  min-height: 100vh;
}

.hero.hero-slider-section .carousel-item {
  position: relative;
  overflow: hidden;
  background: #111;
}

.hero.hero-slider-section .hero-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero.hero-slider-section .hero-slide-bg img {
  position: absolute;
  inset: 0;
  width: 100.5%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.05);
  transition: transform 6.5s ease;
  will-change: transform;
}

.hero.hero-slider-section .carousel-item.active .hero-slide-bg img {
  transform: scale(1.09) translateX(8px);
}

.hero.hero-slider-section .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(18, 14, 12, 0.72) 0%,
    rgba(22, 17, 14, 0.48) 26%,
    rgba(24, 18, 15, 0.18) 52%,
    rgba(20, 15, 13, 0.05) 100%
  );
}

.hero.hero-slider-section .hero-bottom-shadow {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.26) 0%,
    rgba(0, 0, 0, 0.07) 28%,
    rgba(0, 0, 0, 0.00) 58%
  );
}

.hero.hero-slider-section .container {
  position: relative;
  z-index: 5;
  height: 100%;
}

.hero.hero-slider-section .hero-inner {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-top: 120px;
  padding-bottom: 100px;
}

.hero.hero-slider-section .hero-content {
  max-width: 720px;
  color: #fff;
  opacity: 0;
  transform: translateX(-36px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.hero.hero-slider-section .carousel-item.active .hero-content {
  opacity: 1;
  transform: translateX(0);
}

.hero.hero-slider-section .hero-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.hero.hero-slider-section .hero-content h1 {
  font-family: var(--default-font);
  margin: 0 0 18px;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fff;
}

.hero.hero-slider-section .hero-content h1 span {
  font-weight: 300;
}

.hero.hero-slider-section .hero-content h1 em {
  font-weight: 300;
}

.hero.hero-slider-section .hero-content p {
  margin: 0 0 28px;
  max-width: 650px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

/* =========================================================
   LANGUAGE DROPDOWN - DESKTOP + MOBILE
========================================================= */

/* DESKTOP */
.header-lang-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 18px;
  z-index: 9999;
}

.header-lang-dropdown .lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.header-lang-dropdown .lang-toggle:hover {
  opacity: 0.82;
}

.header-lang-dropdown .lang-icon {
  font-size: 16px;
  line-height: 1;
}

.header-lang-dropdown .lang-current {
  white-space: nowrap;
  line-height: 1;
}

.header-lang-dropdown .lang-caret {
  font-size: 12px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.header-lang-dropdown.open .lang-caret {
  transform: rotate(180deg);
}

.header-lang-dropdown .lang-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 170px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.header-lang-dropdown.open .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-lang-dropdown .lang-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.header-lang-dropdown .lang-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.header-lang-dropdown .lang-item.active {
  background: rgba(0, 0, 0, 0.03);
}

/* SCROLLED */
.scrolled .header-lang-dropdown .lang-toggle {
  color: #1a1a1a;
}

/* MOBILE NAV LANGUAGE */
.mobile-lang-dropdown {
  display: none;
}

.mobile-lang-dropdown .mobile-lang-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-lang-dropdown .mobile-lang-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mobile-lang-dropdown .mobile-lang-caret {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.mobile-lang-dropdown.open .mobile-lang-caret {
  transform: rotate(180deg);
}

.mobile-lang-dropdown .mobile-lang-menu {
  display: none;
  margin: 0;
  padding: 6px 0 10px;
  list-style: none;
  background: transparent;
}

.mobile-lang-dropdown.open .mobile-lang-menu {
  display: block;
}

.mobile-lang-dropdown .mobile-lang-menu li {
  border-bottom: 0 !important;
}

.mobile-lang-dropdown .mobile-lang-menu a {
  display: block;
  padding: 10px 18px 10px 44px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.mobile-lang-dropdown .mobile-lang-menu a.active {
  color: #111;
}

/* BREAKPOINT */
@media (max-width: 1199px) {
  .mobile-lang-dropdown {
    display: block;
  }
}

.hero.hero-slider-section .hero-nav {
  z-index: 8;
  width: 78px;
  opacity: 1;
}

.hero.hero-slider-section .hero-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  font-size: 2rem;
}

.hero.hero-slider-section .carousel-control-prev,
.hero.hero-slider-section .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.hero.hero-slider-section .carousel-control-prev {
  left: 12px;
}

.hero.hero-slider-section .carousel-control-next {
  right: 12px;
}

.hero.hero-slider-section .hero-indicators {
  z-index: 8;
  justify-content: flex-start;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 100%;
  max-width: 1320px;
  padding-left: 12px;
  padding-right: 12px;
}

.hero.hero-slider-section .hero-indicators button {
  width: 54px;
  height: 2px;
  margin: 0 10px 0 0;
  border: 0;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.38);
}

.hero.hero-slider-section .hero-indicators button.active {
  background: #fff;
}

.hero.hero-slider-section .carousel-item-next,
.hero.hero-slider-section .carousel-item-prev,
.hero.hero-slider-section .carousel-item.active {
  display: block;
  transition: transform 1.15s ease-in-out;
}

.hero.hero-slider-section .carousel-item-next:not(.carousel-item-start),
.hero.hero-slider-section .active.carousel-item-end {
  transform: translateX(100%);
}

.hero.hero-slider-section .carousel-item-prev:not(.carousel-item-end),
.hero.hero-slider-section .active.carousel-item-start {
  transform: translateX(-100%);
}

/* =========================
   TABLET
========================= */
@media (max-width: 991.98px) {
  .hero.hero-slider-section,
  .hero.hero-slider-section .hero-slider,
  .hero.hero-slider-section .carousel-inner,
  .hero.hero-slider-section .carousel-item,
  .hero.hero-slider-section .hero-inner {
    min-height: 100svh;
  }

  .hero.hero-slider-section .hero-inner {
    padding-top: 110px;
    padding-bottom: 86px;
  }

  .hero.hero-slider-section .hero-content {
    max-width: 100%;
  }

  .hero.hero-slider-section .hero-content h1 {
    font-size: clamp(2.3rem, 5vw, 3.9rem);
    line-height: 1.02;
  }

  .hero.hero-slider-section .hero-content p {
    max-width: 90%;
    font-size: 0.94rem;
  }

  .hero.hero-slider-section .hero-nav {
    width: 56px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767.98px) {
  .hero.hero-slider-section,
  .hero.hero-slider-section .hero-slider,
  .hero.hero-slider-section .carousel-inner,
  .hero.hero-slider-section .carousel-item,
  .hero.hero-slider-section .hero-inner {
    min-height: 100svh;
  }

  .hero.hero-slider-section .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(18, 14, 12, 0.18) 0%,
      rgba(20, 15, 13, 0.18) 18%,
      rgba(20, 15, 13, 0.46) 48%,
      rgba(18, 14, 12, 0.82) 100%
    );
  }

  .hero.hero-slider-section .carousel-item.active .hero-slide-bg img {
    transform: scale(1.07);
  }

  .hero.hero-slider-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.hero-slider-section .hero-inner {
    align-items: flex-end;
    padding-top: 110px;
    padding-bottom: 74px;
  }

  .hero.hero-slider-section .hero-content {
    max-width: 100%;
  }

  .hero.hero-slider-section .hero-eyebrow {
    margin-bottom: 10px;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .hero.hero-slider-section .hero-content h1 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1.06;
    margin-bottom: 14px;
    max-width: 100%;
  }

  .hero.hero-slider-section .hero-content p {
    max-width: 100%;
    font-size: 0.84rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .hero.hero-slider-section .hero-cta {
    gap: 10px;
  }

  .hero.hero-slider-section .btn-hero-primary,
  .hero.hero-slider-section .btn-hero-secondary {
    min-width: 132px;
    height: 46px;
    padding: 0 18px;
    font-size: 0.82rem;
  }

  .hero.hero-slider-section .hero-nav {
    display: none;
  }

  .hero.hero-slider-section .hero-indicators {
    bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.hero-slider-section .hero-indicators button {
    width: 34px;
    margin-right: 8px;
  }
}

.hero.hero-slider-section .carousel-control-prev,
.hero.hero-slider-section .carousel-control-next {
  display: none !important;
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 575.98px) {
  .hero.hero-slider-section .hero-inner {
    padding-top: 104px;
    padding-bottom: 68px;
  }

  .hero.hero-slider-section .hero-content h1 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .hero.hero-slider-section .hero-content p {
    font-size: 0.8rem;
  }

  .hero.hero-slider-section .btn-hero-primary,
  .hero.hero-slider-section .btn-hero-secondary {
    min-width: 126px;
    height: 44px;
    font-size: 0.79rem;
  }
}


/* CTA - Simple Dark Overlay */
.call-to-action{
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.call-to-action img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0, 0, 0, 0.705);
  z-index:2;
}

.call-to-action .container{
  position:relative;
  z-index:3;
  text-align:center;
}

.call-to-action h3{
  color:#fff;
  font-size:42px;
  font-weight:800;
  margin-bottom:15px;
}

.call-to-action p{
  color:rgba(255,255,255,.85);
  max-width:800px;
  margin:0 auto 45px;
}

.call-to-action .cta-btn{
  padding:14px 36px;
  border-radius:8px;
  border:1px solid #fff;
  color:#fff;
  background:transparent;
  transition:.3s;
}

.call-to-action .cta-btn:hover{
  background:#fff;
  color:#000;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about .content h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Playfair İtalic", serif;
}


@media (max-width: 768px) {
  
  .about .content h2 {
    font-size: 32px;
  }
}

.about .content .lead {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.about .content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.about .stats-row {
  display: flex;
  gap: 40px;
  margin: 60px 0;
}

@media (max-width: 576px) {
  .about .stats-row {
    flex-direction: column;
    gap: 30px;
  }
}

.about .stats-row .stat-item .stat-number {
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  color: var(--accent-color);
  font-family: var(--heading-font);
}

.about .stats-row .stat-item .stat-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-top: 8px;
}

.about .cta-section {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

@media (max-width: 576px) {
  .about .cta-section {
    flex-direction: column;
  }
}

.about .cta-section .btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  background: transparent;
  color: #1c1a17;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.about .cta-section .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
  transform: translateY(-2px);
  color: var(--contrast-color);
}

.about .cta-section .btn-outline {
  position: relative;
  overflow: hidden;

  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  background: transparent;
  color: #000000;
  text-decoration: none;
  border: 1px solid rgba(23, 23, 23, 0.65);
  font-weight: 500;
  transition: all 0.3s ease;
}

/* PARLAMA */
.about .cta-section .btn-outline::after {
  content: "";
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  height: 2px;

background: linear-gradient(
  90deg,
  transparent,
  rgba(255, 255, 255, 0.4),
  rgba(200, 200, 200, 0.6),
  rgba(255, 255, 255, 0.4),
  transparent
);

  opacity: 0;
  transition: all 0.4s ease;
}

/* HOVER */
.about .cta-section .btn-outline:hover {
  border-color: #000000;
  color: #000000;
  background: rgba(0, 0, 0, 0.08);
}

/* PARLAMA AKIŞI */
.about .cta-section .btn-outline:hover::after {
  opacity: 1;
  animation: shine-line 1s ease forwards;
}

@keyframes shine-line {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(50%);
  }
}

.about .image-wrapper {
  position: relative;
}

.about .image-wrapper img {
  border-radius: 12px;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 90%);
}

.about .image-wrapper {
  position: relative;
  overflow: visible;
}

.about .image-wrapper .floating-card {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  z-index: 5;

  width: min(280px, calc(100% - 24px));
  padding: 24px;
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #ffffffa2;
  box-shadow: 0 15px 40px color-mix(in srgb, var(--default-color), transparent 85%);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.about .image-wrapper .floating-card .card-content {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.about .image-wrapper .floating-card .card-content .icon {
  width: 60px;
  height: 60px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about .image-wrapper .floating-card .card-content .icon i {
  font-size: 24px;
  color: var(--accent-color);
}

.about .image-wrapper .floating-card .text {
  flex: 1;
  min-width: 0;
}

.about .image-wrapper .floating-card .card-content .text h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: var(--heading-color);
  line-height: 1.3;
  word-break: break-word;
}

.about .image-wrapper .floating-card .card-content .text p {
  font-size: 14px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  line-height: 1.6;
  word-break: break-word;
}

@media (max-width: 992px) {
  .about .image-wrapper .floating-card {
    bottom: -60px;
    left: 0%;
    width: min(260px, calc(100% - 20px));
    padding: 20px;
  }

  .about .row {
    text-align: left;
  }

  .about .content {
    margin-bottom: 60px;
  }

  .about .stats-row {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .about .image-wrapper .floating-card {
    bottom: -20px;
    width: min(240px, calc(100% - 16px));
    padding: 16px;
    border-radius: 10px;
  }

  .about .image-wrapper .floating-card .card-content {
    gap: 12px;
  }

  .about .image-wrapper .floating-card .card-content .icon {
    width: 50px;
    height: 50px;
  }

  .about .image-wrapper .floating-card .card-content .icon i {
    font-size: 20px;
  }

  .about .image-wrapper .floating-card .card-content .text h4 {
    font-size: 16px;
  }

  .about .image-wrapper .floating-card .card-content .text p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------
# PROJELER Section
--------------------------------------------------------------*/

.stone-collections {
  background: #ffffff;
}

/* HEADER */
.stone-collections-header {
  text-align: center;
  margin-bottom: 24px;
}

.stone-collections-header h2 {
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5a6b7b;
}

.stone-collections-header a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(90, 107, 123, 0.8);
  transition: opacity 0.3s ease;
}

.stone-collections-header a:hover {
  opacity: 0.7;
}

/* GRID */
.stone-collections-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

/* CARD */
.stone-collection-item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10; /* 👉 YATAY GÖRÜNÜM */
  overflow: hidden;
  text-decoration: none;
  background: #ddd;
}

/* IMAGE */
.stone-collection-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1);
  transition: transform 0.4s ease-out;
}

/* OVERLAY */
.stone-collection-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.614) 0%,
    rgba(0, 0, 0, 0.07) 30%,
    rgba(0, 0, 0, 0.02) 55%,
    transparent 75%
  );
}

/* CONTENT */
.stone-collection-content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
}

.stone-collection-content h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
}

.stone-collection-content span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

/* HOVER (PREMIUM) */
.stone-collection-item:hover img {
  transform: scale(1.08);
  transition: transform 10s cubic-bezier(0.19, 1, 0.22, 1);
}

/* TABLET */
@media (max-width: 991.98px) {
  .stone-collection-item {
    aspect-ratio: 16 / 11;
  }

  .stone-collection-content h3 {
    font-size: 20px;
  }
}

/* MOBILE */
@media (max-width: 767.98px) {
  .stone-collections-grid {
    grid-template-columns: 1fr;
  }

  .stone-collections-header h2 {
    font-size: 28px;
  }

  .stone-collection-item {
    aspect-ratio: 16 / 12;
  }
}

/* SMALL MOBILE */
@media (max-width: 575.98px) {
  .stone-collection-content {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .stone-collection-content h3 {
    font-size: 18px;
  }

  .stone-collection-content span {
    font-size: 11px;
  }
}


/* =========================
   Ana Sayfa Ürünler
========================= */

.home-products-showcase {
  padding: 68px 0;
  background: #ffffff;
  overflow: hidden;
}

.home-products-showcase .container-fluid {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.products-showcase-shell {
  position: relative;
  width: 100%;
  padding: 0 44px;
}

.products-showcase-viewport {
  width: 100%;
  overflow: hidden;
}

.products-showcase-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  will-change: transform;
}

.product-showcase-card {
  position: relative;
  flex: 0 0 320px;
  width: 320px;
  overflow: hidden;
  background: #f4f4f2;
}

.product-showcase-image {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.product-showcase-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.product-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.60) 0%,
    rgba(0, 0, 0, 0.22) 30%,
    rgba(0, 0, 0, 0.06) 56%,
    rgba(0, 0, 0, 0) 78%
  );
}

.product-showcase-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 3;
}

.product-showcase-category {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-showcase-overlay h3 {
  position: relative;
  margin: 0;
  padding-bottom: 11px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.product-showcase-overlay h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  margin-top: 9px;
  background: rgba(255, 255, 255, 0.72);
}

.product-showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.699);
  text-decoration: none;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-showcase-link:hover {
  color: rgb(255, 255, 255);
}


.product-showcase-link::after {
  content: "";
  width: 14px;
  height: 1px;
  background: currentColor;
  opacity: 0.85;
  transition: width 0.3s ease;
}

.product-showcase-card:hover img {
  transform: scale(1.08);
}

.product-showcase-card:hover .product-showcase-link {
  transform: translateX(2px);
}

.product-showcase-card:hover .product-showcase-link::after {
  width: 18px;
}

.products-showcase-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.products-showcase-arrow:hover {
  background: #ffffff;
  color: #111111;
}

.products-showcase-prev {
  left: 0;
}

.products-showcase-next {
  right: 0;
}

.products-showcase-arrow i {
  font-size: 18px;
  line-height: 1;
}

@media (min-width: 768px) {
  .products-showcase-viewport {
    cursor: grab;
  }

  .products-showcase-viewport.is-grabbing {
    cursor: grabbing;
  }
}

@media (max-width: 1199.98px) {
  .products-showcase-shell {
    padding: 0 36px;
  }

  .product-showcase-card {
    flex: 0 0 300px;
    width: 300px;
  }

  .product-showcase-card img {
    height: 210px;
  }
}

@media (max-width: 991.98px) {
  .home-products-showcase {
    padding: 58px 0;
  }

  .products-showcase-shell {
    padding: 0 30px;
  }

  .products-showcase-track {
    gap: 16px;
  }

  .product-showcase-card {
    flex: 0 0 280px;
    width: 280px;
  }

  .product-showcase-card img {
    height: 198px;
  }

  .product-showcase-overlay h3 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .home-products-showcase {
    padding: 50px 0;
  }

  .home-products-showcase .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .products-showcase-shell {
    padding: 0;
  }

  .products-showcase-viewport {
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    cursor: grab;
  }

  .products-showcase-viewport:active {
    cursor: grabbing;
  }

  .products-showcase-viewport::-webkit-scrollbar {
    display: none;
  }

  .products-showcase-track {
    gap: 14px;
    width: max-content;
  }

  .product-showcase-card {
    flex: 0 0 260px;
    width: 260px;
    scroll-snap-align: start;
  }

  .product-showcase-card img {
    height: 190px;
  }

  .product-showcase-overlay {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }

  .product-showcase-category {
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .product-showcase-overlay h3 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .product-showcase-overlay h3::after {
    width: 32px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.68);
  }

  .product-showcase-link {
    font-size: 9px;
    letter-spacing: 0.11em;
  }

  .product-showcase-link::after {
    width: 12px;
  }

  .products-showcase-arrow {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .home-products-showcase {
    padding: 46px 0;
  }

  .home-products-showcase .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .products-showcase-track {
    gap: 12px;
  }

  .product-showcase-card {
    flex: 0 0 230px;
    width: 230px;
  }

  .product-showcase-card img {
    height: 170px;
  }

  .product-showcase-category {
    margin-bottom: 6px;
    font-size: 8px;
  }

  .product-showcase-overlay h3 {
    font-size: 15px;
    padding-bottom: 8px;
  }

  .product-showcase-overlay h3::after {
    width: 26px;
    margin-top: 6px;
  }

  .product-showcase-link {
    font-size: 8px;
  }
}

/* =========================================
   Ürünler Koleksiyon
========================================= */
.tm-premium-collection-section {
  position: relative;
  padding: 26px 0 92px;
  background: #ffffff;
  overflow: hidden;
}

.tm-premium-collection-section .container {
  max-width: 1320px;
}

/* HEAD */
.tm-premium-collection-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.tm-premium-collection-eyebrow-wrap {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.tm-premium-collection-line {
  width: 38px;
  height: 1px;
  background: rgba(17, 17, 17, 0.14);
}

.tm-premium-collection-eyebrow {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #8c837b;
}

.tm-premium-collection-title {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #1a1a1a;
}

/* SLIDER */
.tm-premium-collection-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.tm-premium-viewport {
  width: 100%;
  overflow: hidden;
}

.tm-premium-track {
  display: flex;
  gap: 22px;
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* CARD */
.tm-premium-card {
  flex: 0 0 calc(25% - 16.5px);
  min-width: 0;
}

.tm-premium-card-link {
  display: block;
  text-decoration: none;
}

.tm-premium-media-frame {
  position: relative;
  padding: 7px;
  border: 1px solid rgba(17, 17, 17, 0.09);
  background: transparent;
  transition:
    border-color 0.45s ease,
    transform 0.45s ease;
}

.tm-premium-media-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(17, 17, 17, 0.04);
  pointer-events: none;
  transition:
    inset 0.45s ease,
    border-color 0.45s ease,
    opacity 0.45s ease;
}

.tm-premium-media {
  position: relative;
  overflow: hidden;
  background: #ece8e3;
  aspect-ratio: 0.74 / 1.18;
}

.tm-premium-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.25s ease;
}

.tm-premium-content {
  padding: 18px 4px 0;
  text-align: center;
}

.tm-premium-name {
  margin: 0 0 6px;
  font-size: 1.02rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #1d1d1d;
}

.tm-premium-subtitle {
  display: inline-block;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #877f77;
}

/* HOVER */
.tm-premium-card:hover .tm-premium-media img {
  transform: scale(1.055);
}

.tm-premium-card:hover .tm-premium-media-frame {
  border-color: rgba(17, 17, 17, 0.18);
}

/* NAV */
.tm-premium-nav {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  cursor: pointer;
}

.tm-premium-nav svg {
  width: 20px;
  height: 20px;
}

.tm-premium-nav:hover {
  background: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
}

.tm-premium-nav:disabled {
  opacity: 0.4;
  cursor: default;
}

/* DOTS */
.tm-premium-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.tm-premium-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.16);
  padding: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.tm-premium-dot.active {
  width: 24px;
  background: #4d4842;
}

/* LAPTOP */
@media (max-width: 1199.98px) {
  .tm-premium-track {
    gap: 18px;
  }

  .tm-premium-card {
    flex: 0 0 calc(33.333% - 12px);
  }
}

/* TABLET */
@media (max-width: 991.98px) {
  .tm-premium-collection-section {
    padding: 20px 0 82px;
  }

  .tm-premium-collection-head {
    margin-bottom: 28px;
  }

  .tm-premium-track {
    gap: 16px;
  }

  .tm-premium-card {
    flex: 0 0 calc(50% - 8px);
  }

  .tm-premium-nav {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .tm-premium-media-frame {
    padding: 6px;
  }

  .tm-premium-content {
    padding-top: 15px;
  }
}

/* MOBILE */
@media (max-width: 767.98px) {
  .tm-premium-collection-section {
    padding: 14px 0 68px;
  }

  .tm-premium-collection-head {
    margin-bottom: 22px;
  }

  .tm-premium-collection-title {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .tm-premium-collection-slider {
    gap: 0;
  }

  .tm-premium-track {
    gap: 14px;
  }

  .tm-premium-card {
    flex: 0 0 82%;
  }

  .tm-premium-media-frame {
    padding: 5px;
  }

  .tm-premium-content {
    padding: 14px 2px 0;
  }

  .tm-premium-name {
    font-size: 0.95rem;
  }

  .tm-premium-subtitle {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .tm-premium-nav {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    background: rgba(255, 255, 255, 0.92);
  }

  .tm-premium-prev {
    left: 8px;
  }

  .tm-premium-next {
    right: 8px;
  }

  .tm-premium-card:hover .tm-premium-media-frame::before {
    inset: -3px;
  }
}

/* SMALL MOBILE */
@media (max-width: 575.98px) {
  .tm-premium-card {
    flex: 0 0 86%;
  }
}

/*--------------------------------------------------------------
# Home Portfolio
--------------------------------------------------------------*/
.home-portfolio {
  padding: 96px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.home-portfolio .container {
  position: relative;
  z-index: 2;
}

.home-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 120px;
  gap: 16px;
}

/* Kart */
.home-portfolio-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  text-decoration: none;
  background: #d9d9d9;
  isolation: isolate;
}

.home-portfolio-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.85s ease;
  will-change: transform;
}

.home-portfolio-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(0, 0, 0, 0.24) 40%,
    rgba(0, 0, 0, 0.08) 68%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.94;
  transition: opacity 0.35s ease;
}

.home-portfolio-content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.home-portfolio-content h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.home-portfolio-content span {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-portfolio-content span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.74);
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.card-large {
  grid-row: span 3;
}

.card-medium {
  grid-row: span 2;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  .home-portfolio-card:hover img {
    transform: scale(1.07);
  }

  .home-portfolio-card:hover .home-portfolio-content {
    opacity: 1;
    transform: translateY(0);
  }

  .home-portfolio-card:hover .home-portfolio-content span::after {
    transform: scaleX(1);
  }
}

/* Desktop */
@media (min-width: 992px) {
  .home-portfolio-content {
    opacity: 0;
    transform: translateY(14px);
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .home-portfolio {
    padding: 78px 0;
  }

  .home-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 110px;
    gap: 14px;
  }

  .card-large {
    grid-row: span 3;
  }

  .card-medium {
    grid-row: span 2;
  }

  .home-portfolio-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
    opacity: 1;
    transform: translateY(0);
  }

  .home-portfolio-content h3 {
    font-size: 18px;
  }

  .home-portfolio-content span {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .home-portfolio {
    padding: 68px 0;
  }

  .home-portfolio-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
    gap: 12px;
  }

  .card-large,
  .card-medium {
    grid-row: auto;
    min-height: 240px;
  }

  .card-large {
    min-height: 280px;
  }

  .home-portfolio-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
    opacity: 1;
    transform: translateY(0);
  }

  .home-portfolio-content h3 {
    font-size: 18px;
    line-height: 1.24;
  }

  .home-portfolio-content span {
    font-size: 10px;
    letter-spacing: 0.09em;
  }
}

/* Small Mobile */
@media (max-width: 479.98px) {
  .home-portfolio {
    padding: 60px 0;
  }

  .home-portfolio-grid {
    gap: 10px;
  }

  .card-large,
  .card-medium {
    min-height: 220px;
  }

  .card-large {
    min-height: 255px;
  }

  .home-portfolio-content {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .home-portfolio-content h3 {
    font-size: 17px;
  }

  .home-portfolio-content span {
    font-size: 9.5px;
  }
}

/*--------------------------------------------------------------
# Portfolio Section - Premium Clean Grid
--------------------------------------------------------------*/
.portfolio-grid-only {
  position: relative;
}

.portfolio-grid-only .container {
  position: relative;
}

/* ==========================================
   FILTERS
========================================== */
.portfolio-grid-only .portfolio-filters {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding: 0;
  margin: 0 0 34px 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
}

.portfolio-grid-only .portfolio-filters::-webkit-scrollbar {
  display: none;
}

.portfolio-grid-only .portfolio-filters li {
  flex: 0 0 auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 14px 0 17px 0;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 38%);
  transition: color 0.25s ease;
}

.portfolio-grid-only .portfolio-filters li:hover {
  color: var(--heading-color);
}

.portfolio-grid-only .portfolio-filters li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--accent-color);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.portfolio-grid-only .portfolio-filters li:hover::after,
.portfolio-grid-only .portfolio-filters li.filter-active::after {
  width: 100%;
}

.portfolio-grid-only .portfolio-filters li.filter-active {
  color: var(--heading-color);
}

/* ==========================================
   GRID ITEM
========================================== */
.portfolio-grid-only .portfolio-item {
  margin-bottom: 0;
}

.portfolio-grid-only .portfolio-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  isolation: isolate;
}

.portfolio-grid-only .portfolio-thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.75s ease;
}

/* ==========================================
   GLOBAL OVERLAY
   Alt -> Üst güçlü gradient + hafif grid
========================================== */
.portfolio-grid-only .portfolio-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s ease;

  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.68) 22%,
      rgba(0, 0, 0, 0.44) 42%,
      rgba(0, 0, 0, 0.22) 62%,
      rgba(0, 0, 0, 0.08) 80%,
      rgba(0, 0, 0, 0.00) 100%
    ),
    repeating-linear-gradient(
      to right,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 38px
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 38px
    );
}

/* Çok hafif kenar derinliği */
.portfolio-grid-only .portfolio-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s ease;
  background:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.10),
      rgba(0, 0, 0, 0.00) 18%,
      rgba(0, 0, 0, 0.00) 82%,
      rgba(0, 0, 0, 0.10)
    );
}

.portfolio-grid-only .portfolio-thumb:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.portfolio-grid-only .portfolio-thumb:hover img {
  transform: scale(1.06);
}

.portfolio-grid-only .portfolio-thumb:hover::after,
.portfolio-grid-only .portfolio-thumb:hover::before {
  opacity: 1;
}

/* ==========================================
   OVERLAY CONTENT
========================================== */
.portfolio-grid-only .portfolio-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 24px;
  pointer-events: none;
}

.portfolio-grid-only .portfolio-overlay-inner {
  position: relative;
  z-index: 4;
  max-width: 92%;
  transform: translateY(18px);
  opacity: 0;
  transition:
    transform 0.42s ease,
    opacity 0.42s ease;
}

.portfolio-grid-only .portfolio-thumb:hover .portfolio-overlay-inner {
  transform: translateY(0);
  opacity: 1;
}

.portfolio-grid-only .portfolio-overlay-inner::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.92);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease 0.08s;
}

.portfolio-grid-only .portfolio-thumb:hover .portfolio-overlay-inner::before {
  transform: scaleX(1);
}

.portfolio-grid-only .portfolio-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.portfolio-grid-only .portfolio-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.portfolio-grid-only .portfolio-subtitle {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

/* ==========================================
   GLIGHTBOX
   Sadece hafif yazı düzeni
========================================== */
.gslide-description,
.glightbox-clean .gslide-description {
  background: transparent !important;
  box-shadow: none !important;
}

.gslide-description .gdesc-inner,
.glightbox-clean .gdesc-inner {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.gslide-description::before,
.glightbox-clean .gslide-description::before {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.9);
}

.gslide-description .gslide-title,
.glightbox-clean .gslide-title {
  margin: 0 0 8px 0 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.gslide-description .gslide-desc,
.glightbox-clean .gslide-desc {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width: 991px) {
  .portfolio-grid-only .portfolio-filters {
    justify-content: flex-start;
    gap: 24px;
  }

  .portfolio-grid-only .portfolio-thumb img {
    height: 250px;
  }

  .portfolio-grid-only .portfolio-overlay {
    padding: 20px;
  }

  .portfolio-grid-only .portfolio-title {
    font-size: 16px;
  }

  .portfolio-grid-only .portfolio-subtitle {
    font-size: 12.5px;
  }
}

@media (max-width: 767px) {
  .portfolio-grid-only .portfolio-filters {
    margin-bottom: 26px;
  }

  .portfolio-grid-only .portfolio-filters li {
    font-size: 12px;
    padding: 13px 0 15px 0;
  }

  .portfolio-grid-only .portfolio-thumb {
    border-radius: 12px;
  }

  .portfolio-grid-only .portfolio-thumb img {
    height: 235px;
  }

  /* Mobilde hover yok, overlay sabit açık */
  .portfolio-grid-only .portfolio-thumb::after,
  .portfolio-grid-only .portfolio-thumb::before {
    opacity: 1;
  }

  .portfolio-grid-only .portfolio-overlay {
    padding: 18px;
  }

  .portfolio-grid-only .portfolio-overlay-inner {
    transform: none;
    opacity: 1;
    max-width: 100%;
  }

  .portfolio-grid-only .portfolio-overlay-inner::before {
    transform: scaleX(1);
  }

  .portfolio-grid-only .portfolio-title {
    font-size: 16px;
  }

  .portfolio-grid-only .portfolio-subtitle {
    font-size: 12px;
    line-height: 1.55;
  }

  .gslide-description .gslide-title,
  .glightbox-clean .gslide-title {
    font-size: 15px !important;
  }

  .gslide-description .gslide-desc,
  .glightbox-clean .gslide-desc {
    font-size: 12px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 575px) {
  .portfolio-grid-only .portfolio-thumb {
    border-radius: 10px;
  }

  .portfolio-grid-only .portfolio-thumb img {
    height: 220px;
  }

  .portfolio-grid-only .portfolio-overlay {
    padding: 16px;
  }

  .portfolio-grid-only .portfolio-label {
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .portfolio-grid-only .portfolio-title {
    font-size: 15px;
    letter-spacing: 0.04em;
  }

  .portfolio-grid-only .portfolio-subtitle {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
  }
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  padding: 120px 0 100px;
}

.contact .info-item {
  margin-bottom: 80px;
}

.contact .info-item .info-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.contact .info-item .info-icon i {
  font-size: 24px;
  color: var(--accent-color);
}

.contact .info-item .info-content h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  color: var(--heading-color);
  letter-spacing: -0.3px;
}

.contact .info-item .info-content p {
  font-size: 16px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin: 0;
}

.contact .contact-details .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 48px;
}

.contact .contact-details .detail-item:last-child {
  margin-bottom: 0;
}

.contact .contact-details .detail-item .detail-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .contact-details .detail-item .detail-icon i {
  font-size: 18px;
  color: var(--accent-color);
}

.contact .contact-details .detail-item .detail-content {
  flex: 1;
}

.contact .contact-details .detail-item .detail-content .detail-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}

.contact .contact-details .detail-item .detail-content .detail-value {
  display: block;
  font-size: 16px;
  color: var(--default-color);
  line-height: 1.6;
}

.contact .form-header {
  margin-bottom: 48px;
}

.contact .form-header h3 {
  font-size: 32px;
  font-weight: 300;
  color: var(--heading-color);
  margin: 0;
  letter-spacing: -0.4px;
}

.contact .form-wrapper {
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);

}

.contact .form-wrapper .form-group {
  margin-bottom: 32px;
}

.contact .form-wrapper .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 12px;
  letter-spacing: 0.2px;
}

.contact .form-wrapper .form-group input,
.contact .form-wrapper .form-group select,
.contact .form-wrapper .form-group textarea {
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 15px;
  color: var(--default-color);
  background-color: transparent;
  transition: all 0.3s ease;
  font-family: inherit;
}

.contact .form-wrapper .form-group input:focus,
.contact .form-wrapper .form-group select:focus,
.contact .form-wrapper .form-group textarea:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 90%);
}

.contact .form-wrapper .form-group input::placeholder,
.contact .form-wrapper .form-group select::placeholder,
.contact .form-wrapper .form-group textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.contact .form-wrapper .form-group select {
  cursor: pointer;
}

.contact .form-wrapper .form-group select option {
  padding: 10px;
}

.contact .form-wrapper .form-group textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.contact .form-wrapper .submit-btn {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  border-radius: 8px;
  padding: 18px 36px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}

.contact .form-wrapper .submit-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.contact .form-wrapper .submit-btn:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 10%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.contact .form-wrapper .submit-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .contact {
    padding: 80px 0 60px;
  }

  .contact .info-item {
    margin-bottom: 50px;
  }

  .contact .info-item .info-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
  }

  .contact .info-item .info-icon i {
    font-size: 20px;
  }

  .contact .info-item .info-content h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .contact .contact-details .detail-item {
    margin-bottom: 32px;
  }

  .contact .form-header {
    margin-bottom: 32px;
  }

  .contact .form-header h3 {
    font-size: 24px;
  }

  .contact .modern-form .form-group {
    margin-bottom: 24px;
  }
}

/* =========================================================
   LOCATION SHOWCASE
========================================================= */
.location-showcase {
  position: relative;
  padding: 100px 0 40px;
  background: #ffffff;
}

.location-showcase .container {
  max-width: 1410px;
}

.location-showcase-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.location-showcase-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8c857c;
}

.location-showcase-title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5f6770;
}

.location-showcase-map {
  position: relative;
  overflow: hidden;
  background: #d8d8d8;
  min-height: 560px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}

.location-showcase-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.location-showcase-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom,
      rgba(20, 20, 20, 0.04) 0%,
      rgba(20, 20, 20, 0.10) 100%);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1199.98px) {
  .location-showcase {
    padding: 90px 0 30px;
  }

  .location-showcase-map {
    min-height: 500px;
  }
}

@media (max-width: 991.98px) {
  .location-showcase {
    padding: 80px 0 24px;
  }

  .location-showcase-head {
    margin-bottom: 26px;
  }

  .location-showcase-map {
    min-height: 420px;
  }

}

@media (max-width: 767.98px) {
  .location-showcase {
    padding: 70px 0 20px;
  }

  .location-showcase-map {
    min-height: 340px;
  }

}

@media (max-width: 575.98px) {
  .location-showcase-map {
    min-height: 300px;
  }
}

/*--------------------------------------------------------------
# Error 404 Section
--------------------------------------------------------------*/
.error-404 {
  padding: 120px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--surface-color) 0%, color-mix(in srgb, var(--surface-color), var(--accent-color) 3%) 100%);
}

.error-404 .error-content {
  margin-bottom: 80px;
}

.error-404 .error-content .error-number {
  font-size: 8rem;
  font-weight: 300;
  color: var(--accent-color);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .error-404 .error-content .error-number {
    font-size: 6rem;
  }
}

@media (max-width: 576px) {
  .error-404 .error-content .error-number {
    font-size: 4.5rem;
  }
}

.error-404 .error-content .error-title {
  font-size: 3rem;
  font-weight: 300;
  color: var(--heading-color);
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .error-404 .error-content .error-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .error-404 .error-content .error-title {
    font-size: 2rem;
  }
}

.error-404 .error-content .error-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .error-404 .error-content .error-description {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

.error-404 .error-content .error-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.error-404 .error-content .error-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.error-404 .error-content .error-actions .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.error-404 .error-content .error-actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  background-color: transparent;
  color: var(--heading-color);
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.error-404 .error-content .error-actions .btn-secondary:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .error-404 .error-content .error-actions {
    flex-direction: column;
    align-items: center;
  }

  .error-404 .error-content .error-actions .btn-primary,
  .error-404 .error-content .error-actions .btn-secondary {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

.error-404 .error-content .search-section .search-label {
  font-size: 1rem;
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 500;
}

.error-404 .error-content .search-section .search-form {
  max-width: 400px;
  margin: 0 auto;
}

.error-404 .error-content .search-section .search-form .search-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.error-404 .error-content .search-section .search-form .search-input-group .search-input {
  width: 100%;
  padding: 16px 60px 16px 20px;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 8px;
  font-size: 1rem;
  background-color: var(--surface-color);
  color: var(--default-color);
  transition: all 0.3s ease;
}

.error-404 .error-content .search-section .search-form .search-input-group .search-input:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.error-404 .error-content .search-section .search-form .search-input-group .search-input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.error-404 .error-content .search-section .search-form .search-input-group .search-btn {
  position: absolute;
  right: 8px;
  background: var(--accent-color);
  border: none;
  border-radius: 6px;
  padding: 12px;
  color: var(--contrast-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.error-404 .error-content .search-section .search-form .search-input-group .search-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
}

.error-404 .error-content .search-section .search-form .search-input-group .search-btn i {
  font-size: 1rem;
}

.error-404 .helpful-links .links-title {
  font-size: 2rem;
  font-weight: 300;
  color: var(--heading-color);
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .error-404 .helpful-links .links-title {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
}

.error-404 .helpful-links .link-item {
  text-align: center;
  padding: 40px 20px;
  height: 100%;
  transition: all 0.3s ease;
}

.error-404 .helpful-links .link-item:hover {
  transform: translateY(-10px);
}

.error-404 .helpful-links .link-item .link-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), black 20%) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: all 0.3s ease;
}

.error-404 .helpful-links .link-item .link-icon i {
  font-size: 1.75rem;
  color: var(--contrast-color);
}

.error-404 .helpful-links .link-item h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 20px;
}

.error-404 .helpful-links .link-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 25px;
}

.error-404 .helpful-links .link-item .link-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.error-404 .helpful-links .link-item .link-cta:hover {
  color: color-mix(in srgb, var(--accent-color), black 15%);
  gap: 12px;
}

.error-404 .helpful-links .link-item .link-cta i {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}

.error-404 .helpful-links .link-item .link-cta:hover i {
  transform: translateX(3px);
}

.error-404 .helpful-links .link-item:hover .link-icon {
  transform: scale(1.1);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--accent-color), transparent 65%);
}

@media (max-width: 992px) {
  .error-404 {
    padding: 80px 0;
  }

  .error-404 .helpful-links .link-item {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .error-404 {
    padding: 60px 0;
    min-height: auto;
  }

  .error-404 .error-content {
    margin-bottom: 60px;
  }

  .error-404 .helpful-links .links-title {
    margin-bottom: 40px;
  }
}
